From dddb0988bacb28cc934bd6206ad7246e82963b44 Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 29 Dec 2016 10:04:15 +0100 Subject: [PATCH 1/8] Add new UnderStrap v0.5.1 as dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f78a813..bff85b4 100755 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "browser-sync": "^2.18.1", "owl.carousel": "^2.2.0", "undescores-for-npm": "^1.0.0", - "understrap": "^0.5.0" + "understrap": "^0.5.1" } } From f7995c2f798b5fe6d9ff79a3cabd818c30e2ec06 Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 29 Dec 2016 10:05:13 +0100 Subject: [PATCH 2/8] updating package.json --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bff85b4..b2ee7b1 100755 --- a/package.json +++ b/package.json @@ -26,23 +26,24 @@ "homepage": "https://understrap.com", "dependencies": { "bootstrap": "^4.0.0-alpha.5", + "browser-sync": "^2.18.5", "font-awesome": "^4.7.0", "gulp": "^3.9.1", + "gulp-clone": "^1.0.0", "gulp-concat": "^2.6.1", + "gulp-cssnano": "^2.1.2", "gulp-ignore": "^2.0.2", + "gulp-merge": "^0.1.1", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-rimraf": "^0.2.1", "gulp-sass": "^3.0.0", + "gulp-sourcemaps": "^2.2.1", "gulp-uglify": "^2.0.0", - "gulp-watch": "^4.3.10", - "gulp-clone": "^1.0.0", - "gulp-merge": "^0.1.1", - "gulp-cssnano": "^2.1.2", - "gulp-sourcemaps": "^2.2.0", + "gulp-watch": "^4.3.11", "merge2": "^1.0.2", - "browser-sync": "^2.18.1", "owl.carousel": "^2.2.0", + "run-sequence": "^1.2.2", "undescores-for-npm": "^1.0.0", "understrap": "^0.5.1" } From 677a2cf54f1edeb8f813d5f145a52982ed133ae6 Mon Sep 17 00:00:00 2001 From: koenemann Date: Fri, 30 Dec 2016 10:08:59 +0100 Subject: [PATCH 3/8] update gulp file and recompile with new 0.5.1 scripts --- gulpfile.js | 7 ++----- js/child-theme.js | 32 ++++++++++++++------------------ js/child-theme.min.js | 6 +++--- 3 files changed, 19 insertions(+), 26 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index bb0eba9..e7a7e73 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,7 +33,6 @@ var ignore = require('gulp-ignore'); var rimraf = require('gulp-rimraf'); var sourcemaps = require('gulp-sourcemaps'); var browserSync = require('browser-sync').create(); -var reload = browserSync.reload; // Run: // gulp sass + cssnano + rename @@ -66,8 +65,7 @@ gulp.task('scss-for-dev', function() { .pipe(sourcemaps.init({loadMaps: true})) .pipe(sass()) .pipe(sourcemaps.write(undefined, { sourceRoot: null })) - .pipe(gulp.dest('./css')) - .pipe(reload({stream: true})); + .pipe(gulp.dest('./css')); }); gulp.task('watch-scss', ['browser-sync'], function () { @@ -103,8 +101,7 @@ gulp.task('cssnano', ['cleancss'], function(){ .pipe(rename({suffix: '.min'})) .pipe(cssnano({discardComments: {removeAll: true}})) .pipe(sourcemaps.write('./')) - .pipe(gulp.dest('./css/')) - .pipe(reload({stream: true})); + .pipe(gulp.dest('./css/')); }); gulp.task('cleancss', function() { diff --git a/js/child-theme.js b/js/child-theme.js index 3a40d21..61d2a07 100644 --- a/js/child-theme.js +++ b/js/child-theme.js @@ -5,7 +5,7 @@ */ !function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g--;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++cc;c++)a=this._coordinates[c-1]||0,b=Math.abs(this._coordinates[c])+f*e,(this.op(a,"<=",g)&&this.op(a,">",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var b,c,e;b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&0>=e&&this.preloadAutoWidthImages(b)}this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){b>=a&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};c>b;)(this._invalidated.all||a.grep(this._pipe[b].filter,d).length>0)&&this._pipe[b].run(e),b++;this._invalidated={},!this.is("valid")&&this.enter("valid")},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return this._items.length?this._width===this.$element.width()?!1:this.$element.is(":visible")?(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized"))):!1:!1},e.prototype.registerEventHandlers=function(){a.support.transition&&this.$stage.on(a.support.transition.end+".owl.core",a.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(b,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",a.proxy(this.onDragEnd,this)))},e.prototype.onDragStart=function(b){var d=null;3!==b.which&&(a.support.transform?(d=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),d={x:d[16===d.length?12:4],y:d[16===d.length?13:5]}):(d=this.$stage.position(),d={x:this.settings.rtl?d.left+this.$stage.width()-this.width()+this.settings.margin:d.left,y:d.top}),this.is("animating")&&(a.support.transform?this.animate(d.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===b.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=a(b.target),this._drag.stage.start=d,this._drag.stage.current=d,this._drag.pointer=this.pointer(b),a(c).on("mouseup.owl.core touchend.owl.core",a.proxy(this.onDragEnd,this)),a(c).one("mousemove.owl.core touchmove.owl.core",a.proxy(function(b){var d=this.difference(this._drag.pointer,this.pointer(b));a(c).on("mousemove.owl.core touchmove.owl.core",a.proxy(this.onDragMove,this)),Math.abs(d.x)0^this.settings.rtl?"left":"right";a(c).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==d.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(e.x,0!==d.x?f:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=f,(Math.abs(d.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},e.prototype.closest=function(b,c){var d=-1,e=30,f=this.width(),g=this.coordinates();return this.settings.freeDrag||a.each(g,a.proxy(function(a,h){return"left"===c&&b>h-e&&h+e>b?d=a:"right"===c&&b>h-f-e&&h-f+e>b?d=a+1:this.op(b,"<",h)&&this.op(b,">",g[a+1]||h-f)&&(d="left"===c?a+1:a),-1===d},this)),this.settings.loop||(this.op(b,">",g[this.minimum()])?d=b=this.minimum():this.op(b,"<",g[this.maximum()])&&(d=b=this.maximum())),d},e.prototype.animate=function(b){var c=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),c&&(this.enter("animating"),this.trigger("translate")),a.support.transform3d&&a.support.transition?this.$stage.css({transform:"translate3d("+b+"px,0px,0px)",transition:this.speed()/1e3+"s"}):c?this.$stage.animate({left:b+"px"},this.speed(),this.settings.fallbackEasing,a.proxy(this.onTransitionEnd,this)):this.$stage.css({left:b+"px"})},e.prototype.is=function(a){return this._states.current[a]&&this._states.current[a]>0},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(b){return"string"===a.type(b)&&(this._invalidated[b]=!0,this.is("valid")&&this.leave("valid")),a.map(this._invalidated,function(a,b){return b})},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(a,b){var c=this._items.length,e=b?0:this._clones.length;return!this.isNumeric(a)||1>c?a=d:(0>a||a>=c+e)&&(a=((a-e/2)%c+c)%c+e/2),a},e.prototype.relative=function(a){return a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=this.settings,f=this._coordinates.length;if(e.loop)f=this._clones.length/2+this._items.length-1;else if(e.autoWidth||e.merge){for(b=this._items.length,c=this._items[--b].width(),d=this.$element.width();b--&&(c+=this._items[b].width()+this.settings.margin,!(c>d)););f=b+1}else f=e.center?this._items.length-1:this._items.length-e.items;return a&&(f-=this._clones.length/2),Math.max(f,0)},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c,e=1,f=b-1;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(this.settings.rtl&&(e=-1,f=b+1),c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[f]||0))/2*e):c=this._coordinates[f]||0,c=Math.ceil(c))},e.prototype.duration=function(a,b,c){return 0===c?0:Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(a,b){var c=this.current(),d=null,e=a-this.relative(c),f=(e>0)-(0>e),g=this._items.length,h=this.minimum(),i=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(e)>g/2&&(e+=-1*f*g),a=c+e,d=((a-h)%g+g)%g+h,d!==a&&i>=d-e&&d-e>0&&(c=d-e,a=d,this.reset(c))):this.settings.rewind?(i+=1,a=(a%i+i)%i):a=Math.max(h,Math.min(i,a)),this.speed(this.duration(c,a,b)),this.current(a),this.$element.is(":visible")&&this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.onTransitionEnd=function(a){return a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0))?!1:(this.leave("animating"),void this.trigger("translated"))},e.prototype.viewport=function(){var d;if(this.options.responsiveBaseElement!==b)d=a(this.options.responsiveBaseElement).width();else if(b.innerWidth)d=b.innerWidth;else{if(!c.documentElement||!c.documentElement.clientWidth)throw"Can not detect viewport width.";d=c.documentElement.clientWidth}return d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(b,c){var e=this.relative(this._current);c=c===d?this._items.length:this.normalize(c,!0),b=b instanceof jQuery?b:a(b),this.trigger("add",{content:b,position:c}),b=this.prepare(b),0===this._items.length||c===this._items.length?(0===this._items.length&&this.$stage.append(b),0!==this._items.length&&this._items[c-1].after(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[c].before(b),this._items.splice(c,0,b),this._mergers.splice(c,0,1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[e]&&this.reset(this._items[e].index()),this.invalidate("items"),this.trigger("added",{content:b,position:c})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.preloadAutoWidthImages=function(b){b.each(a.proxy(function(b,c){this.enter("pre-loading"),c=a(c),a(new Image).one("load",a.proxy(function(a){c.attr("src",a.target.src),c.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",c.attr("src")||c.attr("data-src")||c.attr("data-src-retina"))},this))},e.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),a(c).off(".owl.core"),this.settings.responsive!==!1&&(b.clearTimeout(this.resizeTimer),this.off(b,"resize",this._handlers.onThrottledResize));for(var d in this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:c>a;case">":return d?c>a:a>c;case">=":return d?c>=a:a>=c;case"<=":return d?a>=c:c>=a}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d,f,g){var h={item:{count:this._items.length,index:this.current()}},i=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),j=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},h,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(j)}),this.register({type:e.Type.Event,name:b}),this.$element.trigger(j),this.settings&&"function"==typeof this.settings[i]&&this.settings[i].call(this,j)),j},e.prototype.enter=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]===d&&(this._states.current[b]=0),this._states.current[b]++},this))},e.prototype.leave=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]--},this))},e.prototype.register=function(b){if(b.type===e.Type.Event){if(a.event.special[b.name]||(a.event.special[b.name]={}),!a.event.special[b.name].owl){var c=a.event.special[b.name]._default;a.event.special[b.name]._default=function(a){return!c||!c.apply||a.namespace&&-1!==a.namespace.indexOf("owl")?a.namespace&&a.namespace.indexOf("owl")>-1:c.apply(this,arguments)},a.event.special[b.name].owl=!0}}else b.type===e.Type.State&&(this._states.tags[b.name]?this._states.tags[b.name]=this._states.tags[b.name].concat(b.tags):this._states.tags[b.name]=b.tags,this._states.tags[b.name]=a.grep(this._states.tags[b.name],a.proxy(function(c,d){return a.inArray(c,this._states.tags[b.name])===d},this)))},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.pointer=function(a){var c={x:null,y:null};return a=a.originalEvent||a||b.event,a=a.touches&&a.touches.length?a.touches[0]:a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:a,a.pageX?(c.x=a.pageX,c.y=a.pageY):(c.x=a.clientX,c.y=a.clientY),c},e.prototype.isNumeric=function(a){return!isNaN(parseFloat(a))},e.prototype.difference=function(a,b){return{x:a.x-b.x,y:a.y-b.y}},a.fn.owlCarousel=function(b){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){var d=a(this),f=d.data("owl.carousel");f||(f=new e(this,"object"==typeof b&&b),d.data("owl.carousel",f),a.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(b,c){f.register({type:e.Type.Event,name:c}),f.$element.on(c+".owl.carousel.core",a.proxy(function(a){a.namespace&&a.relatedTarget!==this&&(this.suppress([c]),f[c].apply(this,[].slice.call(arguments,1)),this.release([c]))},f))})),"string"==typeof b&&"_"!==b.charAt(0)&&f[b].apply(f,c)})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoRefresh:!0,autoRefreshInterval:500},e.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},e.prototype.destroy=function(){var a,c;b.clearInterval(this._interval);for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoRefresh=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&-1*e||0,g=(b.property&&b.property.value!==d?b.property.value:this._core.current())+f,h=this._core.clones().length,i=a.proxy(function(a,b){this.load(b)},this);f++-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":"url("+g+")",opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},e.prototype.update=function(){var b=this._core._current,c=b+this._core.settings.items,d=this._core.$stage.children().toArray().slice(b,c),e=[],f=0;a.each(d,function(b,c){e.push(a(c).height())}),f=Math.max.apply(null,e),this._core.$stage.parent().height(f).addClass(this._core.settings.autoHeightClass)},e.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.video&&this.isInFullScreen()&&a.preventDefault()},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};e.Defaults={video:!1,videoHeight:!1,videoWidth:!1},e.prototype.fetch=function(a,b){var c=function(){return a.attr("data-vimeo-id")?"vimeo":a.attr("data-vzaar-id")?"vzaar":"youtube"}(),d=a.attr("data-vimeo-id")||a.attr("data-youtube-id")||a.attr("data-vzaar-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else if(d[3].indexOf("vimeo")>-1)c="vimeo";else{if(!(d[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");c="vzaar"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},e.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='
',d=k.lazyLoad?'
':'
',b.after(d),b.after(e)};return b.wrap('
"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length?(l(h.attr(i)),h.remove(),!1):void("youtube"===c.type?(f="//img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type?a.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}):"vzaar"===c.type&&a.ajax({type:"GET",url:"//vzaar.com/api/videos/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a.framegrab_url,l(f)}}))},e.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},e.prototype.play=function(b){var c,d=a(b.target),e=d.closest("."+this._core.settings.itemClass),f=this._videos[e.attr("data-video")],g=f.width||"100%",h=f.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),e=this._core.items(this._core.relative(e.index())),this._core.reset(e.index()),"youtube"===f.type?c='':"vimeo"===f.type?c='':"vzaar"===f.type&&(c=''),a('
'+c+"
").insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null); },a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("
").addClass(c.dotClass).append(a("")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("
").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;e>a;a++){if(b>=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):0>b&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){return g[b]!==d?(e=c?b:!0,!1):void 0}),e}function f(a){return e(a,!0)}var g=a("").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document); -/*! tether 1.4.0 */ +/*! tether 1.3.7 */ (function(root, factory) { if (typeof define === 'function' && define.amd) { @@ -115,7 +115,7 @@ var getOrigin = function getOrigin() { // are equivilant or not. We place an element at the top left of the page that will // get the same jitter, so we can cancel the two out. var node = zeroElement; - if (!node || !document.body.contains(node)) { + if (!node) { node = document.createElement('div'); node.setAttribute('data-tether-id', uniqueId()); extend(node.style, { @@ -1254,24 +1254,20 @@ var TetherClass = (function (_Evented) { } if (!moved) { - if (this.options.bodyElement) { - this.options.bodyElement.appendChild(this.element); - } else { - var offsetParentIsBody = true; - var currentNode = this.element.parentNode; - while (currentNode && currentNode.nodeType === 1 && currentNode.tagName !== 'BODY') { - if (getComputedStyle(currentNode).position !== 'static') { - offsetParentIsBody = false; - break; - } - - currentNode = currentNode.parentNode; + var offsetParentIsBody = true; + var currentNode = this.element.parentNode; + while (currentNode && currentNode.nodeType === 1 && currentNode.tagName !== 'BODY') { + if (getComputedStyle(currentNode).position !== 'static') { + offsetParentIsBody = false; + break; } - if (!offsetParentIsBody) { - this.element.parentNode.removeChild(this.element); - this.element.ownerDocument.body.appendChild(this.element); - } + currentNode = currentNode.parentNode; + } + + if (!offsetParentIsBody) { + this.element.parentNode.removeChild(this.element); + this.element.ownerDocument.body.appendChild(this.element); } } diff --git a/js/child-theme.min.js b/js/child-theme.min.js index 40a93b9..a443047 100644 --- a/js/child-theme.min.js +++ b/js/child-theme.min.js @@ -1,4 +1,4 @@ if(!function(t,e,i,n){function s(e,i){this.settings=null,this.options=t.extend({},s.Defaults,i),this.$element=t(e),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},t.each(["onResize","onThrottledResize"],t.proxy(function(e,i){this._handlers[i]=t.proxy(this[i],this)},this)),t.each(s.Plugins,t.proxy(function(t,e){this._plugins[t.charAt(0).toLowerCase()+t.slice(1)]=new e(this)},this)),t.each(s.Workers,t.proxy(function(e,i){this._pipe.push({filter:i.filter,run:t.proxy(i.run,this)})},this)),this.setup(),this.initialize()}s.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:e,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},s.Width={Default:"default",Inner:"inner",Outer:"outer"},s.Type={Event:"event",State:"state"},s.Plugins={},s.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(t){t.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(t){var e=this.settings.margin||"",i=!this.settings.autoWidth,n=this.settings.rtl,s={width:"auto","margin-left":n?e:"","margin-right":n?"":e};!i&&this.$stage.children().css(s),t.css=s}},{filter:["width","items","settings"],run:function(t){var e=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,i=null,n=this._items.length,s=!this.settings.autoWidth,o=[];for(t.items={merge:!1,width:e};n--;)i=this._mergers[n],i=this.settings.mergeFit&&Math.min(i,this.settings.items)||i,t.items.merge=i>1||t.items.merge,o[n]=s?e*i:this._items[n].width();this._widths=o}},{filter:["items","settings"],run:function(){var e=[],i=this._items,n=this.settings,s=Math.max(2*n.items,4),o=2*Math.ceil(i.length/2),r=n.loop&&i.length?n.rewind?s:Math.max(s,o):0,a="",h="";for(r/=2;r--;)e.push(this.normalize(e.length/2,!0)),a+=i[e[e.length-1]][0].outerHTML,e.push(this.normalize(i.length-1-(e.length-1)/2,!0)),h=i[e[e.length-1]][0].outerHTML+h;this._clones=e,t(a).addClass("cloned").appendTo(this.$stage),t(h).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var t=this.settings.rtl?1:-1,e=this._clones.length+this._items.length,i=-1,n=0,s=0,o=[];++ii;i++)t=this._coordinates[i-1]||0,e=Math.abs(this._coordinates[i])+o*s,(this.op(t,"<=",r)&&this.op(t,">",a)||this.op(e,"<",r)&&this.op(e,">",a))&&h.push(i);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+h.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],s.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var e,i,s;e=this.$element.find("img"),i=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:n,s=this.$element.children(i).width(),e.length&&0>=s&&this.preloadAutoWidthImages(e)}this.$element.addClass(this.options.loadingClass),this.$stage=t("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},s.prototype.setup=function(){var e=this.viewport(),i=this.options.responsive,n=-1,s=null;i?(t.each(i,function(t){e>=t&&t>n&&(n=Number(t))}),s=t.extend({},this.options,i[n]),"function"==typeof s.stagePadding&&(s.stagePadding=s.stagePadding()),delete s.responsive,s.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+n))):s=t.extend({},this.options),this.trigger("change",{property:{name:"settings",value:s}}),this._breakpoint=n,this.settings=s,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},s.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},s.prototype.prepare=function(e){var i=this.trigger("prepare",{content:e});return i.data||(i.data=t("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(e)),this.trigger("prepared",{content:i.data}),i.data},s.prototype.update=function(){for(var e=0,i=this._pipe.length,n=t.proxy(function(t){return this[t]},this._invalidated),s={};i>e;)(this._invalidated.all||t.grep(this._pipe[e].filter,n).length>0)&&this._pipe[e].run(s),e++;this._invalidated={},!this.is("valid")&&this.enter("valid")},s.prototype.width=function(t){switch(t=t||s.Width.Default){case s.Width.Inner:case s.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},s.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},s.prototype.onThrottledResize=function(){e.clearTimeout(this.resizeTimer),this.resizeTimer=e.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},s.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!!this.$element.is(":visible")&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))))},s.prototype.registerEventHandlers=function(){t.support.transition&&this.$stage.on(t.support.transition.end+".owl.core",t.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(e,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",t.proxy(this.onDragEnd,this)))},s.prototype.onDragStart=function(e){var n=null;3!==e.which&&(t.support.transform?(n=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),n={x:n[16===n.length?12:4],y:n[16===n.length?13:5]}):(n=this.$stage.position(),n={x:this.settings.rtl?n.left+this.$stage.width()-this.width()+this.settings.margin:n.left,y:n.top}),this.is("animating")&&(t.support.transform?this.animate(n.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===e.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=t(e.target),this._drag.stage.start=n,this._drag.stage.current=n,this._drag.pointer=this.pointer(e),t(i).on("mouseup.owl.core touchend.owl.core",t.proxy(this.onDragEnd,this)),t(i).one("mousemove.owl.core touchmove.owl.core",t.proxy(function(e){var n=this.difference(this._drag.pointer,this.pointer(e));t(i).on("mousemove.owl.core touchmove.owl.core",t.proxy(this.onDragMove,this)),Math.abs(n.x)0^this.settings.rtl?"left":"right";t(i).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==n.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(s.x,0!==n.x?o:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=o,(Math.abs(n.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},s.prototype.closest=function(e,i){var n=-1,s=30,o=this.width(),r=this.coordinates();return this.settings.freeDrag||t.each(r,t.proxy(function(t,a){return"left"===i&&e>a-s&&a+s>e?n=t:"right"===i&&e>a-o-s&&a-o+s>e?n=t+1:this.op(e,"<",a)&&this.op(e,">",r[t+1]||a-o)&&(n="left"===i?t+1:t),-1===n},this)),this.settings.loop||(this.op(e,">",r[this.minimum()])?n=e=this.minimum():this.op(e,"<",r[this.maximum()])&&(n=e=this.maximum())),n},s.prototype.animate=function(e){var i=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),i&&(this.enter("animating"),this.trigger("translate")),t.support.transform3d&&t.support.transition?this.$stage.css({transform:"translate3d("+e+"px,0px,0px)",transition:this.speed()/1e3+"s"}):i?this.$stage.animate({left:e+"px"},this.speed(),this.settings.fallbackEasing,t.proxy(this.onTransitionEnd,this)):this.$stage.css({left:e+"px"})},s.prototype.is=function(t){return this._states.current[t]&&this._states.current[t]>0},s.prototype.current=function(t){if(t===n)return this._current;if(0===this._items.length)return n;if(t=this.normalize(t),this._current!==t){var e=this.trigger("change",{property:{name:"position",value:t}});e.data!==n&&(t=this.normalize(e.data)),this._current=t,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},s.prototype.invalidate=function(e){return"string"===t.type(e)&&(this._invalidated[e]=!0,this.is("valid")&&this.leave("valid")),t.map(this._invalidated,function(t,e){return e})},s.prototype.reset=function(t){t=this.normalize(t),t!==n&&(this._speed=0,this._current=t,this.suppress(["translate","translated"]),this.animate(this.coordinates(t)),this.release(["translate","translated"]))},s.prototype.normalize=function(t,e){var i=this._items.length,s=e?0:this._clones.length;return!this.isNumeric(t)||1>i?t=n:(0>t||t>=i+s)&&(t=((t-s/2)%i+i)%i+s/2),t},s.prototype.relative=function(t){return t-=this._clones.length/2,this.normalize(t,!0)},s.prototype.maximum=function(t){var e,i,n,s=this.settings,o=this._coordinates.length;if(s.loop)o=this._clones.length/2+this._items.length-1;else if(s.autoWidth||s.merge){for(e=this._items.length,i=this._items[--e].width(),n=this.$element.width();e--&&(i+=this._items[e].width()+this.settings.margin,!(i>n)););o=e+1}else o=s.center?this._items.length-1:this._items.length-s.items;return t&&(o-=this._clones.length/2),Math.max(o,0)},s.prototype.minimum=function(t){return t?0:this._clones.length/2},s.prototype.items=function(t){return t===n?this._items.slice():(t=this.normalize(t,!0),this._items[t])},s.prototype.mergers=function(t){return t===n?this._mergers.slice():(t=this.normalize(t,!0),this._mergers[t])},s.prototype.clones=function(e){var i=this._clones.length/2,s=i+this._items.length,o=function(t){return t%2===0?s+t/2:i-(t+1)/2};return e===n?t.map(this._clones,function(t,e){return o(e)}):t.map(this._clones,function(t,i){return t===e?o(i):null})},s.prototype.speed=function(t){return t!==n&&(this._speed=t),this._speed},s.prototype.coordinates=function(e){var i,s=1,o=e-1;return e===n?t.map(this._coordinates,t.proxy(function(t,e){return this.coordinates(e)},this)):(this.settings.center?(this.settings.rtl&&(s=-1,o=e+1),i=this._coordinates[e],i+=(this.width()-i+(this._coordinates[o]||0))/2*s):i=this._coordinates[o]||0,i=Math.ceil(i))},s.prototype.duration=function(t,e,i){return 0===i?0:Math.min(Math.max(Math.abs(e-t),1),6)*Math.abs(i||this.settings.smartSpeed)},s.prototype.to=function(t,e){var i=this.current(),n=null,s=t-this.relative(i),o=(s>0)-(0>s),r=this._items.length,a=this.minimum(),h=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(s)>r/2&&(s+=-1*o*r),t=i+s,n=((t-a)%r+r)%r+a,n!==t&&h>=n-s&&n-s>0&&(i=n-s,t=n,this.reset(i))):this.settings.rewind?(h+=1,t=(t%h+h)%h):t=Math.max(a,Math.min(h,t)),this.speed(this.duration(i,t,e)),this.current(t),this.$element.is(":visible")&&this.update()},s.prototype.next=function(t){t=t||!1,this.to(this.relative(this.current())+1,t)},s.prototype.prev=function(t){t=t||!1,this.to(this.relative(this.current())-1,t)},s.prototype.onTransitionEnd=function(t){return(t===n||(t.stopPropagation(),(t.target||t.srcElement||t.originalTarget)===this.$stage.get(0)))&&(this.leave("animating"),void this.trigger("translated"))},s.prototype.viewport=function(){var n;if(this.options.responsiveBaseElement!==e)n=t(this.options.responsiveBaseElement).width();else if(e.innerWidth)n=e.innerWidth;else{if(!i.documentElement||!i.documentElement.clientWidth)throw"Can not detect viewport width.";n=i.documentElement.clientWidth}return n},s.prototype.replace=function(e){this.$stage.empty(),this._items=[],e&&(e=e instanceof jQuery?e:t(e)),this.settings.nestedItemSelector&&(e=e.find("."+this.settings.nestedItemSelector)),e.filter(function(){return 1===this.nodeType}).each(t.proxy(function(t,e){e=this.prepare(e),this.$stage.append(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},s.prototype.add=function(e,i){var s=this.relative(this._current);i=i===n?this._items.length:this.normalize(i,!0),e=e instanceof jQuery?e:t(e),this.trigger("add",{content:e,position:i}),e=this.prepare(e),0===this._items.length||i===this._items.length?(0===this._items.length&&this.$stage.append(e),0!==this._items.length&&this._items[i-1].after(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[i].before(e),this._items.splice(i,0,e),this._mergers.splice(i,0,1*e.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[s]&&this.reset(this._items[s].index()),this.invalidate("items"),this.trigger("added",{content:e,position:i})},s.prototype.remove=function(t){t=this.normalize(t,!0),t!==n&&(this.trigger("remove",{content:this._items[t],position:t}),this._items[t].remove(),this._items.splice(t,1),this._mergers.splice(t,1),this.invalidate("items"),this.trigger("removed",{content:null,position:t}))},s.prototype.preloadAutoWidthImages=function(e){e.each(t.proxy(function(e,i){this.enter("pre-loading"),i=t(i),t(new Image).one("load",t.proxy(function(t){i.attr("src",t.target.src),i.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",i.attr("src")||i.attr("data-src")||i.attr("data-src-retina"))},this))},s.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),t(i).off(".owl.core"),this.settings.responsive!==!1&&(e.clearTimeout(this.resizeTimer),this.off(e,"resize",this._handlers.onThrottledResize));for(var n in this._plugins)this._plugins[n].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},s.prototype.op=function(t,e,i){var n=this.settings.rtl;switch(e){case"<":return n?t>i:i>t;case">":return n?i>t:t>i;case">=":return n?i>=t:t>=i;case"<=":return n?t>=i:i>=t}},s.prototype.on=function(t,e,i,n){t.addEventListener?t.addEventListener(e,i,n):t.attachEvent&&t.attachEvent("on"+e,i)},s.prototype.off=function(t,e,i,n){t.removeEventListener?t.removeEventListener(e,i,n):t.detachEvent&&t.detachEvent("on"+e,i)},s.prototype.trigger=function(e,i,n,o,r){var a={item:{count:this._items.length,index:this.current()}},h=t.camelCase(t.grep(["on",e,n],function(t){return t}).join("-").toLowerCase()),l=t.Event([e,"owl",n||"carousel"].join(".").toLowerCase(),t.extend({relatedTarget:this},a,i));return this._supress[e]||(t.each(this._plugins,function(t,e){e.onTrigger&&e.onTrigger(l)}),this.register({type:s.Type.Event,name:e}),this.$element.trigger(l),this.settings&&"function"==typeof this.settings[h]&&this.settings[h].call(this,l)),l},s.prototype.enter=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]===n&&(this._states.current[e]=0),this._states.current[e]++},this))},s.prototype.leave=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]--},this))},s.prototype.register=function(e){if(e.type===s.Type.Event){if(t.event.special[e.name]||(t.event.special[e.name]={}),!t.event.special[e.name].owl){var i=t.event.special[e.name]._default;t.event.special[e.name]._default=function(t){return!i||!i.apply||t.namespace&&-1!==t.namespace.indexOf("owl")?t.namespace&&t.namespace.indexOf("owl")>-1:i.apply(this,arguments)},t.event.special[e.name].owl=!0}}else e.type===s.Type.State&&(this._states.tags[e.name]?this._states.tags[e.name]=this._states.tags[e.name].concat(e.tags):this._states.tags[e.name]=e.tags,this._states.tags[e.name]=t.grep(this._states.tags[e.name],t.proxy(function(i,n){return t.inArray(i,this._states.tags[e.name])===n},this)))},s.prototype.suppress=function(e){t.each(e,t.proxy(function(t,e){this._supress[e]=!0},this))},s.prototype.release=function(e){t.each(e,t.proxy(function(t,e){delete this._supress[e]},this))},s.prototype.pointer=function(t){var i={x:null,y:null};return t=t.originalEvent||t||e.event,t=t.touches&&t.touches.length?t.touches[0]:t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,t.pageX?(i.x=t.pageX,i.y=t.pageY):(i.x=t.clientX,i.y=t.clientY),i},s.prototype.isNumeric=function(t){return!isNaN(parseFloat(t))},s.prototype.difference=function(t,e){return{x:t.x-e.x,y:t.y-e.y}},t.fn.owlCarousel=function(e){var i=Array.prototype.slice.call(arguments,1);return this.each(function(){var n=t(this),o=n.data("owl.carousel");o||(o=new s(this,"object"==typeof e&&e),n.data("owl.carousel",o),t.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(e,i){o.register({type:s.Type.Event,name:i}),o.$element.on(i+".owl.carousel.core",t.proxy(function(t){t.namespace&&t.relatedTarget!==this&&(this.suppress([i]),o[i].apply(this,[].slice.call(arguments,1)),this.release([i]))},o))})),"string"==typeof e&&"_"!==e.charAt(0)&&o[e].apply(o,i)})},t.fn.owlCarousel.Constructor=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this._core=e,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this._core.$element.on(this._handlers)};s.Defaults={autoRefresh:!0,autoRefreshInterval:500},s.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=e.setInterval(t.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},s.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},s.prototype.destroy=function(){var t,i;e.clearInterval(this._interval);for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},t.fn.owlCarousel.Constructor.Plugins.AutoRefresh=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this._core=e,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":t.proxy(function(e){if(e.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(e.property&&"position"==e.property.name||"initialized"==e.type))for(var i=this._core.settings,s=i.center&&Math.ceil(i.items/2)||i.items,o=i.center&&-1*s||0,r=(e.property&&e.property.value!==n?e.property.value:this._core.current())+o,a=this._core.clones().length,h=t.proxy(function(t,e){this.load(e)},this);o++-1||(s.each(t.proxy(function(i,n){var s,o=t(n),r=e.devicePixelRatio>1&&o.attr("data-src-retina")||o.attr("data-src");this._core.trigger("load",{element:o,url:r},"lazy"),o.is("img")?o.one("load.owl.lazy",t.proxy(function(){o.css("opacity",1),this._core.trigger("loaded",{element:o,url:r},"lazy")},this)).attr("src",r):(s=new Image,s.onload=t.proxy(function(){o.css({"background-image":"url("+r+")",opacity:"1"}),this._core.trigger("loaded",{element:o,url:r},"lazy")},this),s.src=r)},this)),this._loaded.push(n.get(0)))},s.prototype.destroy=function(){var t,e;for(t in this.handlers)this._core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.Lazy=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this._core=e,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&"position"==t.property.name&&this.update()},this),"loaded.owl.lazy":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&t.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this._core.$element.on(this._handlers)};s.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},s.prototype.update=function(){var e=this._core._current,i=e+this._core.settings.items,n=this._core.$stage.children().toArray().slice(e,i),s=[],o=0;t.each(n,function(e,i){s.push(t(i).height())}),o=Math.max.apply(null,s),this._core.$stage.parent().height(o).addClass(this._core.settings.autoHeightClass)},s.prototype.destroy=function(){var t,e;for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.AutoHeight=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this._core=e,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.video&&this.isInFullScreen()&&t.preventDefault()},this),"refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&"position"===t.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find(".owl-video");i.length&&(i.css("display","none"),this.fetch(i,t(e.content)))}},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",t.proxy(function(t){this.play(t)},this))};s.Defaults={video:!1,videoHeight:!1,videoWidth:!1},s.prototype.fetch=function(t,e){var i=function(){return t.attr("data-vimeo-id")?"vimeo":t.attr("data-vzaar-id")?"vzaar":"youtube"}(),n=t.attr("data-vimeo-id")||t.attr("data-youtube-id")||t.attr("data-vzaar-id"),s=t.attr("data-width")||this._core.settings.videoWidth,o=t.attr("data-height")||this._core.settings.videoHeight,r=t.attr("href");if(!r)throw new Error("Missing video URL.");if(n=r.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),n[3].indexOf("youtu")>-1)i="youtube";else if(n[3].indexOf("vimeo")>-1)i="vimeo";else{if(!(n[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");i="vzaar"}n=n[6],this._videos[r]={type:i,id:n,width:s,height:o},e.attr("data-video",r),this.thumbnail(t,this._videos[r])},s.prototype.thumbnail=function(e,i){var n,s,o,r=i.width&&i.height?'style="width:'+i.width+"px;height:"+i.height+'px;"':"",a=e.find("img"),h="src",l="",c=this._core.settings,d=function(t){s='
',n=c.lazyLoad?'
':'
',e.after(n),e.after(s)};return e.wrap('
"),this._core.settings.lazyLoad&&(h="data-src",l="owl-lazy"),a.length?(d(a.attr(h)),a.remove(),!1):void("youtube"===i.type?(o="//img.youtube.com/vi/"+i.id+"/hqdefault.jpg",d(o)):"vimeo"===i.type?t.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){o=t[0].thumbnail_large,d(o)}}):"vzaar"===i.type&&t.ajax({type:"GET",url:"//vzaar.com/api/videos/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){o=t.framegrab_url,d(o)}}))},s.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},s.prototype.play=function(e){var i,n=t(e.target),s=n.closest("."+this._core.settings.itemClass),o=this._videos[s.attr("data-video")],r=o.width||"100%",a=o.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),s=this._core.items(this._core.relative(s.index())),this._core.reset(s.index()),"youtube"===o.type?i='':"vimeo"===o.type?i='':"vzaar"===o.type&&(i=''),t('
'+i+"
").insertAfter(s.find(".owl-video")),this._playing=s.addClass("owl-video-playing"))},s.prototype.isInFullScreen=function(){var e=i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement;return e&&t(e).parent().hasClass("owl-video-frame")},s.prototype.destroy=function(){var t,e;this._core.$element.off("click.owl.video");for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.Video=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this.core=e,this.core.options=t.extend({},s.Defaults,this.core.options),this.swapping=!0,this.previous=n,this.next=n,this.handlers={"change.owl.carousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&(this.previous=this.core.current(),this.next=t.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":t.proxy(function(t){t.namespace&&(this.swapping="translated"==t.type)},this),"translate.owl.carousel":t.proxy(function(t){t.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};s.Defaults={animateOut:!1,animateIn:!1},s.prototype.swap=function(){if(1===this.core.settings.items&&t.support.animation&&t.support.transition){this.core.speed(0);var e,i=t.proxy(this.clear,this),n=this.core.$stage.children().eq(this.previous),s=this.core.$stage.children().eq(this.next),o=this.core.settings.animateIn,r=this.core.settings.animateOut;this.core.current()!==this.previous&&(r&&(e=this.core.coordinates(this.previous)-this.core.coordinates(this.next),n.one(t.support.animation.end,i).css({left:e+"px"}).addClass("animated owl-animated-out").addClass(r)),o&&s.one(t.support.animation.end,i).addClass("animated owl-animated-in").addClass(o))}},s.prototype.clear=function(e){t(e.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},s.prototype.destroy=function(){var t,e;for(t in this.handlers)this.core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null); -},t.fn.owlCarousel.Constructor.Plugins.Animate=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this._core=e,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":t.proxy(function(t){t.namespace&&"settings"===t.property.name?this._core.settings.autoplay?this.play():this.stop():t.namespace&&"position"===t.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":t.proxy(function(t,e,i){t.namespace&&this.play(e,i)},this),"stop.owl.autoplay":t.proxy(function(t){t.namespace&&this.stop()},this),"mouseover.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":t.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=t.extend({},s.Defaults,this._core.options)};s.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},s.prototype.play=function(t,e){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},s.prototype._getNextTimeout=function(n,s){return this._timeout&&e.clearTimeout(this._timeout),e.setTimeout(t.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||i.hidden||this._core.next(s||this._core.settings.autoplaySpeed)},this),n||this._core.settings.autoplayTimeout)},s.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},s.prototype.stop=function(){this._core.is("rotating")&&(e.clearTimeout(this._timeout),this._core.leave("rotating"))},s.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},s.prototype.destroy=function(){var t,e;this.stop();for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.autoplay=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){"use strict";var s=function(e){this._core=e,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":t.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.push('
'+t(e.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,0,this._templates.pop())},this),"remove.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,1)},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&this.draw()},this),"initialized.owl.carousel":t.proxy(function(t){t.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this.$element.on(this._handlers)};s.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},s.prototype.initialize=function(){var e,i=this._core.settings;this._controls.$relative=(i.navContainer?t(i.navContainer):t("
").addClass(i.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=t("<"+i.navElement+">").addClass(i.navClass[0]).html(i.navText[0]).prependTo(this._controls.$relative).on("click",t.proxy(function(t){this.prev(i.navSpeed)},this)),this._controls.$next=t("<"+i.navElement+">").addClass(i.navClass[1]).html(i.navText[1]).appendTo(this._controls.$relative).on("click",t.proxy(function(t){this.next(i.navSpeed)},this)),i.dotsData||(this._templates=[t("
").addClass(i.dotClass).append(t("")).prop("outerHTML")]),this._controls.$absolute=(i.dotsContainer?t(i.dotsContainer):t("
").addClass(i.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",t.proxy(function(e){var n=t(e.target).parent().is(this._controls.$absolute)?t(e.target).index():t(e.target).parent().index();e.preventDefault(),this.to(n,i.dotsSpeed)},this));for(e in this._overrides)this._core[e]=t.proxy(this[e],this)},s.prototype.destroy=function(){var t,e,i,n;for(t in this._handlers)this.$element.off(t,this._handlers[t]);for(e in this._controls)this._controls[e].remove();for(n in this.overides)this._core[n]=this._overrides[n];for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},s.prototype.update=function(){var t,e,i,n=this._core.clones().length/2,s=n+this._core.items().length,o=this._core.maximum(!0),r=this._core.settings,a=r.center||r.autoWidth||r.dotsData?1:r.dotsEach||r.items;if("page"!==r.slideBy&&(r.slideBy=Math.min(r.slideBy,r.items)),r.dots||"page"==r.slideBy)for(this._pages=[],t=n,e=0,i=0;s>t;t++){if(e>=a||0===e){if(this._pages.push({start:Math.min(o,t-n),end:t-n+a-1}),Math.min(o,t-n)===o)break;e=0,++i}e+=this._core.mergers(this._core.relative(t))}},s.prototype.draw=function(){var e,i=this._core.settings,n=this._core.items().length<=i.items,s=this._core.relative(this._core.current()),o=i.loop||i.rewind;this._controls.$relative.toggleClass("disabled",!i.nav||n),i.nav&&(this._controls.$previous.toggleClass("disabled",!o&&s<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!o&&s>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!i.dots||n),i.dots&&(e=this._pages.length-this._controls.$absolute.children().length,i.dotsData&&0!==e?this._controls.$absolute.html(this._templates.join("")):e>0?this._controls.$absolute.append(new Array(e+1).join(this._templates[0])):0>e&&this._controls.$absolute.children().slice(e).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(t.inArray(this.current(),this._pages)).addClass("active"))},s.prototype.onTrigger=function(e){var i=this._core.settings;e.page={index:t.inArray(this.current(),this._pages),count:this._pages.length,size:i&&(i.center||i.autoWidth||i.dotsData?1:i.dotsEach||i.items)}},s.prototype.current=function(){var e=this._core.relative(this._core.current());return t.grep(this._pages,t.proxy(function(t,i){return t.start<=e&&t.end>=e},this)).pop()},s.prototype.getPosition=function(e){var i,n,s=this._core.settings;return"page"==s.slideBy?(i=t.inArray(this.current(),this._pages),n=this._pages.length,e?++i:--i,i=this._pages[(i%n+n)%n].start):(i=this._core.relative(this._core.current()),n=this._core.items().length,e?i+=s.slideBy:i-=s.slideBy),i},s.prototype.next=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!0),e)},s.prototype.prev=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!1),e)},s.prototype.to=function(e,i,n){var s;!n&&this._pages.length?(s=this._pages.length,t.proxy(this._overrides.to,this._core)(this._pages[(e%s+s)%s].start,i)):t.proxy(this._overrides.to,this._core)(e,i)},t.fn.owlCarousel.Constructor.Plugins.Navigation=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){"use strict";var s=function(i){this._core=i,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":t.proxy(function(i){i.namespace&&"URLHash"===this._core.settings.startPosition&&t(e).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!i)return;this._hashes[i]=e.content}},this),"changed.owl.carousel":t.proxy(function(i){if(i.namespace&&"position"===i.property.name){var n=this._core.items(this._core.relative(this._core.current())),s=t.map(this._hashes,function(t,e){return t===n?e:null}).join();if(!s||e.location.hash.slice(1)===s)return;e.location.hash=s}},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this.$element.on(this._handlers),t(e).on("hashchange.owl.navigation",t.proxy(function(t){var i=e.location.hash.substring(1),s=this._core.$stage.children(),o=this._hashes[i]&&s.index(this._hashes[i]);o!==n&&o!==this._core.current()&&this._core.to(this._core.relative(o),!1,!0)},this))};s.Defaults={URLhashListener:!1},s.prototype.destroy=function(){var i,n;t(e).off("hashchange.owl.navigation");for(i in this._handlers)this._core.$element.off(i,this._handlers[i]);for(n in Object.getOwnPropertyNames(this))"function"!=typeof this[n]&&(this[n]=null)},t.fn.owlCarousel.Constructor.Plugins.Hash=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){function s(e,i){var s=!1,o=e.charAt(0).toUpperCase()+e.slice(1);return t.each((e+" "+a.join(o+" ")+o).split(" "),function(t,e){return r[e]!==n?(s=!i||e,!1):void 0}),s}function o(t){return s(t,!0)}var r=t("").get(0).style,a="Webkit Moz O ms".split(" "),h={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},l={csstransforms:function(){return!!s("transform")},csstransforms3d:function(){return!!s("perspective")},csstransitions:function(){return!!s("transition")},cssanimations:function(){return!!s("animation")}};l.csstransitions()&&(t.support.transition=new String(o("transition")),t.support.transition.end=h.transition.end[t.support.transition]),l.cssanimations()&&(t.support.animation=new String(o("animation")),t.support.animation.end=h.animation.end[t.support.animation]),l.csstransforms()&&(t.support.transform=new String(o("transform")),t.support.transform3d=l.csstransforms3d())}(window.Zepto||window.jQuery,window,document),function(t,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e(require,exports,module):t.Tether=e()}(this,function(t,e,i){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t){var e=t.getBoundingClientRect(),i={};for(var n in e)i[n]=e[n];if(t.ownerDocument!==document){var o=t.ownerDocument.defaultView.frameElement;if(o){var r=s(o);i.top+=r.top,i.bottom+=r.top,i.left+=r.left,i.right+=r.left}}return i}function o(t){var e=getComputedStyle(t)||{},i=e.position,n=[];if("fixed"===i)return[t];for(var s=t;(s=s.parentNode)&&s&&1===s.nodeType;){var o=void 0;try{o=getComputedStyle(s)}catch(t){}if("undefined"==typeof o||null===o)return n.push(s),n;var r=o,a=r.overflow,h=r.overflowX,l=r.overflowY;/(auto|scroll)/.test(a+l+h)&&("absolute"!==i||["relative","absolute","fixed"].indexOf(o.position)>=0)&&n.push(s)}return n.push(t.ownerDocument.body),t.ownerDocument!==document&&n.push(t.ownerDocument.defaultView),n}function r(){A&&document.body.removeChild(A),A=null}function a(t){var e=void 0;t===document?(e=document,t=document.documentElement):e=t.ownerDocument;var i=e.documentElement,n=s(t),o=D();return n.top-=o.top,n.left-=o.left,"undefined"==typeof n.width&&(n.width=document.body.scrollWidth-n.left-n.right),"undefined"==typeof n.height&&(n.height=document.body.scrollHeight-n.top-n.bottom),n.top=n.top-i.clientTop,n.left=n.left-i.clientLeft,n.right=e.body.clientWidth-n.width-n.left,n.bottom=e.body.clientHeight-n.height-n.top,n}function h(t){return t.offsetParent||document.documentElement}function l(){if(S)return S;var t=document.createElement("div");t.style.width="100%",t.style.height="200px";var e=document.createElement("div");c(e.style,{position:"absolute",top:0,left:0,pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),e.appendChild(t),document.body.appendChild(e);var i=t.offsetWidth;e.style.overflow="scroll";var n=t.offsetWidth;i===n&&(n=e.clientWidth),document.body.removeChild(e);var s=i-n;return S={width:s,height:s}}function c(){var t=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],e=[];return Array.prototype.push.apply(e,arguments),e.slice(1).forEach(function(e){if(e)for(var i in e)({}).hasOwnProperty.call(e,i)&&(t[i]=e[i])}),t}function d(t,e){if("undefined"!=typeof t.classList)e.split(" ").forEach(function(e){e.trim()&&t.classList.remove(e)});else{var i=new RegExp("(^| )"+e.split(" ").join("|")+"( |$)","gi"),n=f(t).replace(i," ");g(t,n)}}function u(t,e){if("undefined"!=typeof t.classList)e.split(" ").forEach(function(e){e.trim()&&t.classList.add(e)});else{d(t,e);var i=f(t)+(" "+e);g(t,i)}}function p(t,e){if("undefined"!=typeof t.classList)return t.classList.contains(e);var i=f(t);return new RegExp("(^| )"+e+"( |$)","gi").test(i)}function f(t){return t.className instanceof t.ownerDocument.defaultView.SVGAnimatedString?t.className.baseVal:t.className}function g(t,e){t.setAttribute("class",e)}function m(t,e,i){i.forEach(function(i){e.indexOf(i)===-1&&p(t,i)&&d(t,i)}),e.forEach(function(e){p(t,e)||u(t,e)})}function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function v(t,e){var i=arguments.length<=2||void 0===arguments[2]?1:arguments[2];return t+i>=e&&e>=t-i}function y(){return"undefined"!=typeof performance&&"undefined"!=typeof performance.now?performance.now():+new Date}function E(){for(var t={top:0,left:0},e=arguments.length,i=Array(e),n=0;n1?i-1:0),s=1;s16?(e=Math.min(e-16,250),void(i=setTimeout(n,250))):void("undefined"!=typeof t&&y()-t<10||(null!=i&&(clearTimeout(i),i=null),t=y(),H(),e=y()-t))};"undefined"!=typeof window&&"undefined"!=typeof window.addEventListener&&["resize","scroll","touchmove"].forEach(function(t){window.addEventListener(t,n)})}();var $={center:"center",left:"right",right:"left"},z={middle:"middle",top:"bottom",bottom:"top"},V={top:0,left:0,middle:"50%",center:"50%",bottom:"100%",right:"100%"},B=function(t,e){var i=t.left,n=t.top;return"auto"===i&&(i=$[e.left]),"auto"===n&&(n=z[e.top]),{left:i,top:n}},U=function(t){var e=t.left,i=t.top;return"undefined"!=typeof V[t.left]&&(e=V[t.left]),"undefined"!=typeof V[t.top]&&(i=V[t.top]),{left:e,top:i}},F=function(t){var e=t.split(" "),i=k(e,2),n=i[0],s=i[1];return{top:n,left:s}},Q=F,K=function(t){function e(t){var i=this;n(this,e),R(Object.getPrototypeOf(e.prototype),"constructor",this).call(this),this.position=this.position.bind(this),j.push(this),this.history=[],this.setOptions(t,!1),b.modules.forEach(function(t){"undefined"!=typeof t.initialize&&t.initialize.call(i)}),this.position()}return _(e,t),T(e,[{key:"getClass",value:function(){var t=arguments.length<=0||void 0===arguments[0]?"":arguments[0],e=this.options.classes;return"undefined"!=typeof e&&e[t]?this.options.classes[t]:this.options.classPrefix?this.options.classPrefix+"-"+t:t}},{key:"setOptions",value:function(t){var e=this,i=arguments.length<=1||void 0===arguments[1]||arguments[1],n={offset:"0 0",targetOffset:"0 0",targetAttachment:"auto auto",classPrefix:"tether"};this.options=c(n,t);var s=this.options,r=s.element,a=s.target,h=s.targetModifier;if(this.element=r,this.target=a,this.targetModifier=h,"viewport"===this.target?(this.target=document.body,this.targetModifier="visible"):"scroll-handle"===this.target&&(this.target=document.body,this.targetModifier="scroll-handle"),["element","target"].forEach(function(t){if("undefined"==typeof e[t])throw new Error("Tether Error: Both element and target must be defined");"undefined"!=typeof e[t].jquery?e[t]=e[t][0]:"string"==typeof e[t]&&(e[t]=document.querySelector(e[t]))}),u(this.element,this.getClass("element")),this.options.addTargetClasses!==!1&&u(this.target,this.getClass("target")),!this.options.attachment)throw new Error("Tether Error: You must provide an attachment");this.targetAttachment=Q(this.options.targetAttachment),this.attachment=Q(this.options.attachment),this.offset=F(this.options.offset),this.targetOffset=F(this.options.targetOffset),"undefined"!=typeof this.scrollParents&&this.disable(),"scroll-handle"===this.targetModifier?this.scrollParents=[this.target]:this.scrollParents=o(this.target),this.options.enabled!==!1&&this.enable(i)}},{key:"getTargetBounds",value:function(){if("undefined"==typeof this.targetModifier)return a(this.target);if("visible"===this.targetModifier){if(this.target===document.body)return{top:pageYOffset,left:pageXOffset,height:innerHeight,width:innerWidth};var t=a(this.target),e={height:t.height,width:t.width,top:t.top,left:t.left};return e.height=Math.min(e.height,t.height-(pageYOffset-t.top)),e.height=Math.min(e.height,t.height-(t.top+t.height-(pageYOffset+innerHeight))),e.height=Math.min(innerHeight,e.height),e.height-=2,e.width=Math.min(e.width,t.width-(pageXOffset-t.left)),e.width=Math.min(e.width,t.width-(t.left+t.width-(pageXOffset+innerWidth))),e.width=Math.min(innerWidth,e.width),e.width-=2,e.topi.clientWidth||[n.overflow,n.overflowX].indexOf("scroll")>=0||this.target!==document.body,o=0;s&&(o=15);var r=t.height-parseFloat(n.borderTopWidth)-parseFloat(n.borderBottomWidth)-o,e={width:15,height:.975*r*(r/i.scrollHeight),left:t.left+t.width-parseFloat(n.borderLeftWidth)-15},h=0;r<408&&this.target===document.body&&(h=-11e-5*Math.pow(r,2)-.00727*r+22.58),this.target!==document.body&&(e.height=Math.max(e.height,24));var l=this.target.scrollTop/(i.scrollHeight-r);return e.top=l*(r-e.height-h)+t.top+parseFloat(n.borderTopWidth),this.target===document.body&&(e.height=Math.max(e.height,24)),e}}},{key:"clearCache",value:function(){this._cache={}}},{key:"cache",value:function(t,e){return"undefined"==typeof this._cache&&(this._cache={}),"undefined"==typeof this._cache[t]&&(this._cache[t]=e.call(this)),this._cache[t]}},{key:"enable",value:function(){var t=this,e=arguments.length<=0||void 0===arguments[0]||arguments[0];this.options.addTargetClasses!==!1&&u(this.target,this.getClass("enabled")),u(this.element,this.getClass("enabled")),this.enabled=!0,this.scrollParents.forEach(function(e){e!==t.target.ownerDocument&&e.addEventListener("scroll",t.position)}),e&&this.position()}},{key:"disable",value:function(){var t=this;d(this.target,this.getClass("enabled")),d(this.element,this.getClass("enabled")),this.enabled=!1,"undefined"!=typeof this.scrollParents&&this.scrollParents.forEach(function(e){e.removeEventListener("scroll",t.position)})}},{key:"destroy",value:function(){var t=this;this.disable(),j.forEach(function(e,i){e===t&&j.splice(i,1)}),0===j.length&&r()}},{key:"updateAttachClasses",value:function(t,e){var i=this;t=t||this.attachment,e=e||this.targetAttachment;var n=["left","top","bottom","right","middle","center"];"undefined"!=typeof this._addAttachClasses&&this._addAttachClasses.length&&this._addAttachClasses.splice(0,this._addAttachClasses.length),"undefined"==typeof this._addAttachClasses&&(this._addAttachClasses=[]);var s=this._addAttachClasses;t.top&&s.push(this.getClass("element-attached")+"-"+t.top),t.left&&s.push(this.getClass("element-attached")+"-"+t.left),e.top&&s.push(this.getClass("target-attached")+"-"+e.top),e.left&&s.push(this.getClass("target-attached")+"-"+e.left);var o=[];n.forEach(function(t){o.push(i.getClass("element-attached")+"-"+t),o.push(i.getClass("target-attached")+"-"+t)}),N(function(){"undefined"!=typeof i._addAttachClasses&&(m(i.element,i._addAttachClasses,o),i.options.addTargetClasses!==!1&&m(i.target,i._addAttachClasses,o),delete i._addAttachClasses)})}},{key:"position",value:function(){var t=this,e=arguments.length<=0||void 0===arguments[0]||arguments[0];if(this.enabled){this.clearCache();var i=B(this.targetAttachment,this.attachment);this.updateAttachClasses(this.attachment,i);var n=this.cache("element-bounds",function(){return a(t.element)}),s=n.width,o=n.height;if(0===s&&0===o&&"undefined"!=typeof this.lastSize){var r=this.lastSize;s=r.width,o=r.height}else this.lastSize={width:s,height:o};var c=this.cache("target-bounds",function(){return t.getTargetBounds()}),d=c,u=w(U(this.attachment),{width:s,height:o}),p=w(U(i),d),f=w(this.offset,{width:s,height:o}),g=w(this.targetOffset,d);u=E(u,f),p=E(p,g);for(var m=c.left+p.left-u.left,_=c.top+p.top-u.top,v=0;vA.documentElement.clientHeight&&(O=this.cache("scrollbar-size",l),T.viewport.bottom-=O.height),I.innerWidth>A.documentElement.clientWidth&&(O=this.cache("scrollbar-size",l),T.viewport.right-=O.width),["","static"].indexOf(A.body.style.position)!==-1&&["","static"].indexOf(A.body.parentElement.style.position)!==-1||(T.page.bottom=A.body.scrollHeight-_-o,T.page.right=A.body.scrollWidth-m-s),"undefined"!=typeof this.options.optimizations&&this.options.optimizations.moveElement!==!1&&"undefined"==typeof this.targetModifier&&!function(){var e=t.cache("target-offsetparent",function(){return h(t.target)}),i=t.cache("target-offsetparent-bounds",function(){return a(e)}),n=getComputedStyle(e),s=i,o={};if(["Top","Left","Bottom","Right"].forEach(function(t){o[t.toLowerCase()]=parseFloat(n["border"+t+"Width"])}),i.right=A.body.scrollWidth-i.left-s.width+o.right,i.bottom=A.body.scrollHeight-i.top-s.height+o.bottom,T.page.top>=i.top+o.top&&T.page.bottom>=i.bottom&&T.page.left>=i.left+o.left&&T.page.right>=i.right){var r=e.scrollTop,l=e.scrollLeft;T.offset={top:T.page.top-i.top+r-o.top,left:T.page.left-i.left+l-o.left}}}(),this.move(T),this.history.unshift(T),this.history.length>3&&this.history.pop(),e&&L(),!0}}},{key:"move",value:function(t){var e=this;if("undefined"!=typeof this.element.parentNode){var i={};for(var n in t){i[n]={};for(var s in t[n]){for(var o=!1,r=0;r=0){var f=a.split(" "),m=k(f,2);d=m[0],c=m[1]}else c=d=a;var y=C(e,o);"target"!==d&&"both"!==d||(iy[3]&&"bottom"===_.top&&(i-=u,_.top="top")),"together"===d&&("top"===_.top&&("bottom"===v.top&&iy[3]&&i-(r-u)>=y[1]&&(i-=r-u,_.top="bottom",v.top="bottom")),"bottom"===_.top&&("top"===v.top&&i+r>y[3]?(i-=u,_.top="top",i-=r,v.top="bottom"):"bottom"===v.top&&iy[3]&&"top"===v.top?(i-=r,v.top="bottom"):iy[2]&&"right"===_.left&&(n-=p,_.left="left")),"together"===c&&(ny[2]&&"right"===_.left?"left"===v.left?(n-=p,_.left="left",n-=h,v.left="right"):"right"===v.left&&(n-=p,_.left="left",n+=h,v.left="left"):"center"===_.left&&(n+h>y[2]&&"left"===v.left?(n-=h,v.left="right"):ny[3]&&"top"===v.top&&(i-=r,v.top="bottom")),"element"!==c&&"both"!==c||(ny[2]&&("left"===v.left?(n-=h,v.left="right"):"center"===v.left&&(n-=h/2,v.left="right"))),"string"==typeof l?l=l.split(",").map(function(t){return t.trim()}):l===!0&&(l=["top","left","right","bottom"]),l=l||[];var E=[],w=[];i=0?(i=y[1],E.push("top")):w.push("top")),i+r>y[3]&&(l.indexOf("bottom")>=0?(i=y[3]-r,E.push("bottom")):w.push("bottom")),n=0?(n=y[0],E.push("left")):w.push("left")),n+h>y[2]&&(l.indexOf("right")>=0?(n=y[2]-h,E.push("right")):w.push("right")),E.length&&!function(){var t=void 0;t="undefined"!=typeof e.options.pinnedClass?e.options.pinnedClass:e.getClass("pinned"),g.push(t),E.forEach(function(e){g.push(t+"-"+e)})}(),w.length&&!function(){var t=void 0;t="undefined"!=typeof e.options.outOfBoundsClass?e.options.outOfBoundsClass:e.getClass("out-of-bounds"),g.push(t),w.forEach(function(e){g.push(t+"-"+e)})}(),(E.indexOf("left")>=0||E.indexOf("right")>=0)&&(v.left=_.left=!1),(E.indexOf("top")>=0||E.indexOf("bottom")>=0)&&(v.top=_.top=!1),_.top===s.top&&_.left===s.left&&v.top===e.attachment.top&&v.left===e.attachment.left||(e.updateAttachClasses(v,_),e.trigger("update",{attachment:v,targetAttachment:_}))}),N(function(){e.options.addTargetClasses!==!1&&m(e.target,g,f),m(e.element,g,f)}),{top:i,left:n}}});var M=b.Utils,a=M.getBounds,m=M.updateClasses,N=M.defer;b.modules.push({position:function(t){var e=this,i=t.top,n=t.left,s=this.cache("element-bounds",function(){return a(e.element)}),o=s.height,r=s.width,h=this.getTargetBounds(),l=i+o,c=n+r,d=[];i<=h.bottom&&l>=h.top&&["left","right"].forEach(function(t){var e=h[t];e!==n&&e!==c||d.push(t)}),n<=h.right&&c>=h.left&&["top","bottom"].forEach(function(t){var e=h[t];e!==i&&e!==l||d.push(t)});var u=[],p=[],f=["left","top","right","bottom"];return u.push(this.getClass("abutted")),f.forEach(function(t){u.push(e.getClass("abutted")+"-"+t)}),d.length&&p.push(this.getClass("abutted")),d.forEach(function(t){p.push(e.getClass("abutted")+"-"+t)}),N(function(){e.options.addTargetClasses!==!1&&m(e.target,p,u),m(e.element,p,u)}),!0}});var k=function(){function t(t,e){var i=[],n=!0,s=!1,o=void 0;try{for(var r,a=t[Symbol.iterator]();!(n=(r=a.next()).done)&&(i.push(r.value),!e||i.length!==e);n=!0);}catch(t){s=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(s)throw o}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();return b.modules.push({position:function(t){var e=t.top,i=t.left;if(this.options.shift){var n=this.options.shift;"function"==typeof this.options.shift&&(n=this.options.shift.call(this,{top:e,left:i}));var s=void 0,o=void 0;if("string"==typeof n){n=n.split(" "),n[1]=n[1]||n[0];var r=n,a=k(r,2);s=a[0],o=a[1],s=parseFloat(s,10),o=parseFloat(o,10)}else s=n.top,o=n.left;return e+=s,i+=o,{top:e,left:i}}}}),G}),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(jQuery),+function(){function t(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function e(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s=function(){function t(t,e){for(var i=0;ithis._items.length-1||e<0)){if(this._isSliding)return void t(this._element).one(_.SLID,function(){return i.to(e)});if(n===e)return this.pause(),void this.cycle();var s=e>n?m.NEXT:m.PREVIOUS;this._slide(s,this._items[e])}},l.prototype.dispose=function(){t(this._element).off(h),t.removeData(this._element,a),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},l.prototype._getConfig=function(i){return i=t.extend({},f,i),o.typeCheckConfig(e,i,g),i},l.prototype._addEventListeners=function(){this._config.keyboard&&t(this._element).on(_.KEYDOWN,t.proxy(this._keydown,this)),"hover"!==this._config.pause||"ontouchstart"in document.documentElement||t(this._element).on(_.MOUSEENTER,t.proxy(this.pause,this)).on(_.MOUSELEAVE,t.proxy(this.cycle,this))},l.prototype._keydown=function(t){if(t.preventDefault(),!/input|textarea/i.test(t.target.tagName))switch(t.which){case u:this.prev();break;case p:this.next();break;default:return}},l.prototype._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(y.ITEM)),this._items.indexOf(e)},l.prototype._getItemByDirection=function(t,e){var i=t===m.NEXT,n=t===m.PREVIOUS,s=this._getItemIndex(e),o=this._items.length-1,r=n&&0===s||i&&s===o;if(r&&!this._config.wrap)return e;var a=t===m.PREVIOUS?-1:1,h=(s+a)%this._items.length;return h===-1?this._items[this._items.length-1]:this._items[h]},l.prototype._triggerSlideEvent=function(e,i){var n=t.Event(_.SLIDE,{relatedTarget:e,direction:i});return t(this._element).trigger(n),n},l.prototype._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(y.ACTIVE).removeClass(v.ACTIVE);var i=this._indicatorsElement.children[this._getItemIndex(e)];i&&t(i).addClass(v.ACTIVE)}},l.prototype._slide=function(e,i){var n=this,s=t(this._element).find(y.ACTIVE_ITEM)[0],r=i||s&&this._getItemByDirection(e,s),a=Boolean(this._interval),h=e===m.NEXT?v.LEFT:v.RIGHT;if(r&&t(r).hasClass(v.ACTIVE))return void(this._isSliding=!1);var l=this._triggerSlideEvent(r,h);if(!l.isDefaultPrevented()&&s&&r){this._isSliding=!0,a&&this.pause(),this._setActiveIndicatorElement(r);var c=t.Event(_.SLID,{relatedTarget:r,direction:h});o.supportsTransitionEnd()&&t(this._element).hasClass(v.SLIDE)?(t(r).addClass(e),o.reflow(r),t(s).addClass(h),t(r).addClass(h),t(s).one(o.TRANSITION_END,function(){t(r).removeClass(h).removeClass(e),t(r).addClass(v.ACTIVE),t(s).removeClass(v.ACTIVE).removeClass(e).removeClass(h),n._isSliding=!1,setTimeout(function(){return t(n._element).trigger(c)},0)}).emulateTransitionEnd(d)):(t(s).removeClass(v.ACTIVE),t(r).addClass(v.ACTIVE),this._isSliding=!1,t(this._element).trigger(c)),a&&this.cycle()}},l._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(a),s=t.extend({},f,t(this).data());"object"===("undefined"==typeof e?"undefined":n(e))&&t.extend(s,e);var o="string"==typeof e?e:s.slide;if(i||(i=new l(this,s),t(this).data(a,i)),"number"==typeof e)i.to(e);else if("string"==typeof o){if(void 0===i[o])throw new Error('No method named "'+o+'"');i[o]()}else s.interval&&(i.pause(),i.cycle())})},l._dataApiClickHandler=function(e){var i=o.getSelectorFromElement(this);if(i){var n=t(i)[0];if(n&&t(n).hasClass(v.CAROUSEL)){var s=t.extend({},t(n).data(),t(this).data()),r=this.getAttribute("data-slide-to");r&&(s.interval=!1),l._jQueryInterface.call(t(n),s),r&&t(n).data(a).to(r),e.preventDefault()}}},s(l,null,[{key:"VERSION",get:function(){return r}},{key:"Default",get:function(){return f}}]),l}();return t(document).on(_.CLICK_DATA_API,y.DATA_SLIDE,E._dataApiClickHandler),t(window).on(_.LOAD_DATA_API,function(){t(y.DATA_RIDE).each(function(){var e=t(this);E._jQueryInterface.call(e,e.data())})}),t.fn[e]=E._jQueryInterface,t.fn[e].Constructor=E,t.fn[e].noConflict=function(){return t.fn[e]=c,E._jQueryInterface},E}(jQuery),function(t){var e="collapse",r="4.0.0-alpha.5",a="bs.collapse",h="."+a,l=".data-api",c=t.fn[e],d=600,u={toggle:!0,parent:""},p={toggle:"boolean",parent:"string"},f={SHOW:"show"+h,SHOWN:"shown"+h,HIDE:"hide"+h,HIDDEN:"hidden"+h,CLICK_DATA_API:"click"+h+l},g={IN:"in",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},m={WIDTH:"width",HEIGHT:"height"},_={ACTIVES:".card > .in, .card > .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},v=function(){function h(e,n){i(this,h),this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],'+('[data-toggle="collapse"][data-target="#'+e.id+'"]'))),this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}return h.prototype.toggle=function(){t(this._element).hasClass(g.IN)?this.hide():this.show()},h.prototype.show=function(){var e=this;if(!this._isTransitioning&&!t(this._element).hasClass(g.IN)){var i=void 0,n=void 0;if(this._parent&&(i=t.makeArray(t(_.ACTIVES)),i.length||(i=null)),!(i&&(n=t(i).data(a),n&&n._isTransitioning))){var s=t.Event(f.SHOW);if(t(this._element).trigger(s),!s.isDefaultPrevented()){i&&(h._jQueryInterface.call(t(i),"hide"),n||t(i).data(a,null));var r=this._getDimension();t(this._element).removeClass(g.COLLAPSE).addClass(g.COLLAPSING),this._element.style[r]=0,this._element.setAttribute("aria-expanded",!0),this._triggerArray.length&&t(this._triggerArray).removeClass(g.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var l=function(){t(e._element).removeClass(g.COLLAPSING).addClass(g.COLLAPSE).addClass(g.IN),e._element.style[r]="",e.setTransitioning(!1),t(e._element).trigger(f.SHOWN)};if(!o.supportsTransitionEnd())return void l();var c=r[0].toUpperCase()+r.slice(1),u="scroll"+c;t(this._element).one(o.TRANSITION_END,l).emulateTransitionEnd(d),this._element.style[r]=this._element[u]+"px"}}}},h.prototype.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(g.IN)){var i=t.Event(f.HIDE);if(t(this._element).trigger(i),!i.isDefaultPrevented()){var n=this._getDimension(),s=n===m.WIDTH?"offsetWidth":"offsetHeight";this._element.style[n]=this._element[s]+"px",o.reflow(this._element),t(this._element).addClass(g.COLLAPSING).removeClass(g.COLLAPSE).removeClass(g.IN),this._element.setAttribute("aria-expanded",!1),this._triggerArray.length&&t(this._triggerArray).addClass(g.COLLAPSED).attr("aria-expanded",!1),this.setTransitioning(!0);var r=function(){e.setTransitioning(!1),t(e._element).removeClass(g.COLLAPSING).addClass(g.COLLAPSE).trigger(f.HIDDEN)};return this._element.style[n]="",o.supportsTransitionEnd()?void t(this._element).one(o.TRANSITION_END,r).emulateTransitionEnd(d):void r()}}},h.prototype.setTransitioning=function(t){this._isTransitioning=t},h.prototype.dispose=function(){t.removeData(this._element,a),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},h.prototype._getConfig=function(i){return i=t.extend({},u,i),i.toggle=Boolean(i.toggle),o.typeCheckConfig(e,i,p),i},h.prototype._getDimension=function(){var e=t(this._element).hasClass(m.WIDTH);return e?m.WIDTH:m.HEIGHT},h.prototype._getParent=function(){var e=this,i=t(this._config.parent)[0],n='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]';return t(i).find(n).each(function(t,i){e._addAriaAndCollapsedClass(h._getTargetFromElement(i),[i])}),i},h.prototype._addAriaAndCollapsedClass=function(e,i){if(e){var n=t(e).hasClass(g.IN);e.setAttribute("aria-expanded",n),i.length&&t(i).toggleClass(g.COLLAPSED,!n).attr("aria-expanded",n)}},h._getTargetFromElement=function(e){var i=o.getSelectorFromElement(e);return i?t(i)[0]:null},h._jQueryInterface=function(e){return this.each(function(){var i=t(this),s=i.data(a),o=t.extend({},u,i.data(),"object"===("undefined"==typeof e?"undefined":n(e))&&e);if(!s&&o.toggle&&/show|hide/.test(e)&&(o.toggle=!1),s||(s=new h(this,o),i.data(a,s)),"string"==typeof e){if(void 0===s[e])throw new Error('No method named "'+e+'"');s[e]()}})},s(h,null,[{key:"VERSION",get:function(){return r}},{key:"Default",get:function(){return u}}]),h}();return t(document).on(f.CLICK_DATA_API,_.DATA_TOGGLE,function(e){e.preventDefault();var i=v._getTargetFromElement(this),n=t(i).data(a),s=n?"toggle":t(this).data();v._jQueryInterface.call(t(i),s)}),t.fn[e]=v._jQueryInterface,t.fn[e].Constructor=v,t.fn[e].noConflict=function(){return t.fn[e]=c,v._jQueryInterface},v}(jQuery),function(t){var e="dropdown",n="4.0.0-alpha.5",r="bs.dropdown",a="."+r,h=".data-api",l=t.fn[e],c=27,d=38,u=40,p=3,f={HIDE:"hide"+a,HIDDEN:"hidden"+a,SHOW:"show"+a,SHOWN:"shown"+a,CLICK:"click"+a,CLICK_DATA_API:"click"+a+h,KEYDOWN_DATA_API:"keydown"+a+h},g={BACKDROP:"dropdown-backdrop",DISABLED:"disabled",OPEN:"open"},m={BACKDROP:".dropdown-backdrop",DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",ROLE_MENU:'[role="menu"]',ROLE_LISTBOX:'[role="listbox"]',NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:'[role="menu"] li:not(.disabled) a, [role="listbox"] li:not(.disabled) a'},_=function(){function e(t){i(this,e),this._element=t,this._addEventListeners()}return e.prototype.toggle=function(){if(this.disabled||t(this).hasClass(g.DISABLED))return!1;var i=e._getParentFromElement(this),n=t(i).hasClass(g.OPEN);if(e._clearMenus(),n)return!1;if("ontouchstart"in document.documentElement&&!t(i).closest(m.NAVBAR_NAV).length){var s=document.createElement("div");s.className=g.BACKDROP,t(s).insertBefore(this),t(s).on("click",e._clearMenus)}var o={relatedTarget:this},r=t.Event(f.SHOW,o);return t(i).trigger(r),!r.isDefaultPrevented()&&(this.focus(),this.setAttribute("aria-expanded","true"),t(i).toggleClass(g.OPEN),t(i).trigger(t.Event(f.SHOWN,o)),!1)},e.prototype.dispose=function(){t.removeData(this._element,r),t(this._element).off(a),this._element=null},e.prototype._addEventListeners=function(){t(this._element).on(f.CLICK,this.toggle)},e._jQueryInterface=function(i){return this.each(function(){var n=t(this).data(r);if(n||t(this).data(r,n=new e(this)),"string"==typeof i){if(void 0===n[i])throw new Error('No method named "'+i+'"');n[i].call(this)}})},e._clearMenus=function(i){if(!i||i.which!==p){var n=t(m.BACKDROP)[0];n&&n.parentNode.removeChild(n);for(var s=t.makeArray(t(m.DATA_TOGGLE)),o=0;o0&&a--,i.which===u&&adocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},l.prototype._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},l.prototype._checkScrollbar=function(){this._isBodyOverflowing=document.body.clientWidth=i){var n=this._targets[this._targets.length-1];this._activeTarget!==n&&this._activate(n)}if(this._activeTarget&&t=this._offsets[s]&&(void 0===this._offsets[s+1]||t .nav-item .fade, > .fade",ACTIVE:".active",ACTIVE_CHILD:"> .nav-item > .active, > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},f=function(){function e(t){i(this,e),this._element=t}return e.prototype.show=function(){var e=this;if(!this._element.parentNode||this._element.parentNode.nodeType!==Node.ELEMENT_NODE||!t(this._element).hasClass(u.ACTIVE)){var i=void 0,n=void 0,s=t(this._element).closest(p.UL)[0],r=o.getSelectorFromElement(this._element);s&&(n=t.makeArray(t(s).find(p.ACTIVE)),n=n[n.length-1]);var a=t.Event(d.HIDE,{relatedTarget:this._element}),h=t.Event(d.SHOW,{relatedTarget:n});if(n&&t(n).trigger(a),t(this._element).trigger(h),!h.isDefaultPrevented()&&!a.isDefaultPrevented()){r&&(i=t(r)[0]),this._activate(this._element,s);var l=function(){var i=t.Event(d.HIDDEN,{relatedTarget:e._element}),s=t.Event(d.SHOWN,{relatedTarget:n});t(n).trigger(i),t(e._element).trigger(s)};i?this._activate(i,i.parentNode,l):l()}}},e.prototype.dispose=function(){t.removeClass(this._element,r),this._element=null},e.prototype._activate=function(e,i,n){var s=t(i).find(p.ACTIVE_CHILD)[0],r=n&&o.supportsTransitionEnd()&&(s&&t(s).hasClass(u.FADE)||Boolean(t(i).find(p.FADE_CHILD)[0])),a=t.proxy(this._transitionComplete,this,e,s,r,n);s&&r?t(s).one(o.TRANSITION_END,a).emulateTransitionEnd(c):a(),s&&t(s).removeClass(u.IN)},e.prototype._transitionComplete=function(e,i,n,s){if(i){t(i).removeClass(u.ACTIVE);var r=t(i).find(p.DROPDOWN_ACTIVE_CHILD)[0];r&&t(r).removeClass(u.ACTIVE),i.setAttribute("aria-expanded",!1)}if(t(e).addClass(u.ACTIVE),e.setAttribute("aria-expanded",!0),n?(o.reflow(e),t(e).addClass(u.IN)):t(e).removeClass(u.FADE),e.parentNode&&t(e.parentNode).hasClass(u.DROPDOWN_MENU)){var a=t(e).closest(p.DROPDOWN)[0];a&&t(a).find(p.DROPDOWN_TOGGLE).addClass(u.ACTIVE),e.setAttribute("aria-expanded",!0)}s&&s()},e._jQueryInterface=function(i){return this.each(function(){var n=t(this),s=n.data(r);if(s||(s=s=new e(this),n.data(r,s)),"string"==typeof i){if(void 0===s[i])throw new Error('No method named "'+i+'"');s[i]()}})},s(e,null,[{key:"VERSION",get:function(){return n}}]),e}();return t(document).on(d.CLICK_DATA_API,p.DATA_TOGGLE,function(e){e.preventDefault(),f._jQueryInterface.call(t(this),"show")}),t.fn[e]=f._jQueryInterface,t.fn[e].Constructor=f,t.fn[e].noConflict=function(){return t.fn[e]=l,f._jQueryInterface},f}(jQuery),function(t){if(void 0===window.Tether)throw new Error("Bootstrap tooltips require Tether (http://tether.io/)");var e="tooltip",r="4.0.0-alpha.5",a="bs.tooltip",h="."+a,l=t.fn[e],c=150,d="bs-tether",u={animation:!0,template:'',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:"0 0",constraints:[]},p={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"string",constraints:"array"},f={TOP:"bottom center",RIGHT:"middle left",BOTTOM:"top center",LEFT:"middle right"},g={IN:"in",OUT:"out"},m={HIDE:"hide"+h,HIDDEN:"hidden"+h,SHOW:"show"+h,SHOWN:"shown"+h,INSERTED:"inserted"+h,CLICK:"click"+h,FOCUSIN:"focusin"+h,FOCUSOUT:"focusout"+h,MOUSEENTER:"mouseenter"+h,MOUSELEAVE:"mouseleave"+h},_={FADE:"fade",IN:"in"},v={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner"},y={element:!1,enabled:!1},E={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},w=function(){function l(t,e){i(this,l),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._tether=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}return l.prototype.enable=function(){this._isEnabled=!0},l.prototype.disable=function(){this._isEnabled=!1},l.prototype.toggleEnabled=function(){this._isEnabled=!this._isEnabled},l.prototype.toggle=function(e){if(e){var i=this.constructor.DATA_KEY,n=t(e.currentTarget).data(i);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(t(this.getTipElement()).hasClass(_.IN))return void this._leave(null,this);this._enter(null,this)}},l.prototype.dispose=function(){clearTimeout(this._timeout),this.cleanupTether(),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._tether=null,this.element=null,this.config=null,this.tip=null},l.prototype.show=function(){var e=this,i=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(i);var n=t.contains(this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!n)return;var s=this.getTipElement(),r=o.getUID(this.constructor.NAME);s.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&t(s).addClass(_.FADE);var a="function"==typeof this.config.placement?this.config.placement.call(this,s,this.element):this.config.placement,h=this._getAttachment(a);t(s).data(this.constructor.DATA_KEY,this).appendTo(document.body),t(this.element).trigger(this.constructor.Event.INSERTED),this._tether=new Tether({attachment:h,element:s,target:this.element,classes:y,classPrefix:d,offset:this.config.offset,constraints:this.config.constraints,addTargetClasses:!1}),o.reflow(s),this._tether.position(),t(s).addClass(_.IN);var c=function(){var i=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),i===g.OUT&&e._leave(null,e)};if(o.supportsTransitionEnd()&&t(this.tip).hasClass(_.FADE))return void t(this.tip).one(o.TRANSITION_END,c).emulateTransitionEnd(l._TRANSITION_DURATION);c()}},l.prototype.hide=function(e){var i=this,n=this.getTipElement(),s=t.Event(this.constructor.Event.HIDE),r=function(){i._hoverState!==g.IN&&n.parentNode&&n.parentNode.removeChild(n),i.element.removeAttribute("aria-describedby"),t(i.element).trigger(i.constructor.Event.HIDDEN),i.cleanupTether(),e&&e()};t(this.element).trigger(s),s.isDefaultPrevented()||(t(n).removeClass(_.IN),o.supportsTransitionEnd()&&t(this.tip).hasClass(_.FADE)?t(n).one(o.TRANSITION_END,r).emulateTransitionEnd(c):r(),this._hoverState="")},l.prototype.isWithContent=function(){return Boolean(this.getTitle())},l.prototype.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0]},l.prototype.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(v.TOOLTIP_INNER),this.getTitle()),e.removeClass(_.FADE).removeClass(_.IN),this.cleanupTether()},l.prototype.setElementContent=function(e,i){var s=this.config.html;"object"===("undefined"==typeof i?"undefined":n(i))&&(i.nodeType||i.jquery)?s?t(i).parent().is(e)||e.empty().append(i):e.text(t(i).text()):e[s?"html":"text"](i)},l.prototype.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},l.prototype.cleanupTether=function(){this._tether&&this._tether.destroy()},l.prototype._getAttachment=function(t){return f[t.toUpperCase()]},l.prototype._setListeners=function(){var e=this,i=this.config.trigger.split(" ");i.forEach(function(i){if("click"===i)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,t.proxy(e.toggle,e));else if(i!==E.MANUAL){var n=i===E.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,s=i===E.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(n,e.config.selector,t.proxy(e._enter,e)).on(s,e.config.selector,t.proxy(e._leave,e))}}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},l.prototype._fixTitle=function(){var t=n(this.element.getAttribute("data-original-title"));(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},l.prototype._enter=function(e,i){var n=this.constructor.DATA_KEY;return i=i||t(e.currentTarget).data(n),i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),e&&(i._activeTrigger["focusin"===e.type?E.FOCUS:E.HOVER]=!0),t(i.getTipElement()).hasClass(_.IN)||i._hoverState===g.IN?void(i._hoverState=g.IN):(clearTimeout(i._timeout),i._hoverState=g.IN,i.config.delay&&i.config.delay.show?void(i._timeout=setTimeout(function(){i._hoverState===g.IN&&i.show()},i.config.delay.show)):void i.show())},l.prototype._leave=function(e,i){var n=this.constructor.DATA_KEY;if(i=i||t(e.currentTarget).data(n),i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),e&&(i._activeTrigger["focusout"===e.type?E.FOCUS:E.HOVER]=!1),!i._isWithActiveTrigger())return clearTimeout(i._timeout),i._hoverState=g.OUT,i.config.delay&&i.config.delay.hide?void(i._timeout=setTimeout(function(){i._hoverState===g.OUT&&i.hide()},i.config.delay.hide)):void i.hide()},l.prototype._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},l.prototype._getConfig=function(i){return i=t.extend({},this.constructor.Default,t(this.element).data(),i),i.delay&&"number"==typeof i.delay&&(i.delay={show:i.delay,hide:i.delay}),o.typeCheckConfig(e,i,this.constructor.DefaultType),i},l.prototype._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},l._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(a),s="object"===("undefined"==typeof e?"undefined":n(e))?e:null;if((i||!/dispose|hide/.test(e))&&(i||(i=new l(this,s),t(this).data(a,i)),"string"==typeof e)){if(void 0===i[e])throw new Error('No method named "'+e+'"');i[e]()}})},s(l,null,[{key:"VERSION",get:function(){return r}},{key:"Default",get:function(){return u}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return a}},{key:"Event",get:function(){return m}},{key:"EVENT_KEY",get:function(){return h}},{key:"DefaultType",get:function(){return p}}]),l}();return t.fn[e]=w._jQueryInterface,t.fn[e].Constructor=w,t.fn[e].noConflict=function(){return t.fn[e]=l,w._jQueryInterface},w}(jQuery));(function(o){var a="popover",h="4.0.0-alpha.5",l="bs.popover",c="."+l,d=o.fn[a],u=o.extend({},r.Default,{placement:"right",trigger:"click",content:"",template:''}),p=o.extend({},r.DefaultType,{content:"(string|element|function)"}),f={FADE:"fade",IN:"in"},g={TITLE:".popover-title",CONTENT:".popover-content"},m={HIDE:"hide"+c,HIDDEN:"hidden"+c,SHOW:"show"+c,SHOWN:"shown"+c,INSERTED:"inserted"+c,CLICK:"click"+c,FOCUSIN:"focusin"+c,FOCUSOUT:"focusout"+c,MOUSEENTER:"mouseenter"+c,MOUSELEAVE:"mouseleave"+c},_=function(r){function d(){return i(this,d),t(this,r.apply(this,arguments))}return e(d,r),d.prototype.isWithContent=function(){return this.getTitle()||this._getContent()},d.prototype.getTipElement=function(){return this.tip=this.tip||o(this.config.template)[0]},d.prototype.setContent=function(){var t=o(this.getTipElement());this.setElementContent(t.find(g.TITLE),this.getTitle()),this.setElementContent(t.find(g.CONTENT),this._getContent()),t.removeClass(f.FADE).removeClass(f.IN),this.cleanupTether()},d.prototype._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},d._jQueryInterface=function(t){return this.each(function(){var e=o(this).data(l),i="object"===("undefined"==typeof t?"undefined":n(t))?t:null;if((e||!/destroy|hide/.test(t))&&(e||(e=new d(this,i),o(this).data(l,e)),"string"==typeof t)){if(void 0===e[t])throw new Error('No method named "'+t+'"');e[t]()}})},s(d,null,[{key:"VERSION",get:function(){return h}},{key:"Default",get:function(){return u}},{key:"NAME",get:function(){return a}},{key:"DATA_KEY",get:function(){return l}},{key:"Event",get:function(){return m}},{key:"EVENT_KEY",get:function(){return c}},{key:"DefaultType",get:function(){return p}}]),d}(r);return o.fn[a]=_._jQueryInterface,o.fn[a].Constructor=_,o.fn[a].noConflict=function(){return o.fn[a]=d,_._jQueryInterface},_})(jQuery)}(),function(){var t=navigator.userAgent.toLowerCase().indexOf("webkit")>-1,e=navigator.userAgent.toLowerCase().indexOf("opera")>-1,i=navigator.userAgent.toLowerCase().indexOf("msie")>-1;(t||e||i)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e),t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus()))},!1)}(); \ No newline at end of file +},t.fn.owlCarousel.Constructor.Plugins.Animate=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){var s=function(e){this._core=e,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":t.proxy(function(t){t.namespace&&"settings"===t.property.name?this._core.settings.autoplay?this.play():this.stop():t.namespace&&"position"===t.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":t.proxy(function(t,e,i){t.namespace&&this.play(e,i)},this),"stop.owl.autoplay":t.proxy(function(t){t.namespace&&this.stop()},this),"mouseover.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":t.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=t.extend({},s.Defaults,this._core.options)};s.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},s.prototype.play=function(t,e){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},s.prototype._getNextTimeout=function(n,s){return this._timeout&&e.clearTimeout(this._timeout),e.setTimeout(t.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||i.hidden||this._core.next(s||this._core.settings.autoplaySpeed)},this),n||this._core.settings.autoplayTimeout)},s.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},s.prototype.stop=function(){this._core.is("rotating")&&(e.clearTimeout(this._timeout),this._core.leave("rotating"))},s.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},s.prototype.destroy=function(){var t,e;this.stop();for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.owlCarousel.Constructor.Plugins.autoplay=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){"use strict";var s=function(e){this._core=e,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":t.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.push('
'+t(e.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,0,this._templates.pop())},this),"remove.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,1)},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&this.draw()},this),"initialized.owl.carousel":t.proxy(function(t){t.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this.$element.on(this._handlers)};s.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},s.prototype.initialize=function(){var e,i=this._core.settings;this._controls.$relative=(i.navContainer?t(i.navContainer):t("
").addClass(i.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=t("<"+i.navElement+">").addClass(i.navClass[0]).html(i.navText[0]).prependTo(this._controls.$relative).on("click",t.proxy(function(t){this.prev(i.navSpeed)},this)),this._controls.$next=t("<"+i.navElement+">").addClass(i.navClass[1]).html(i.navText[1]).appendTo(this._controls.$relative).on("click",t.proxy(function(t){this.next(i.navSpeed)},this)),i.dotsData||(this._templates=[t("
").addClass(i.dotClass).append(t("")).prop("outerHTML")]),this._controls.$absolute=(i.dotsContainer?t(i.dotsContainer):t("
").addClass(i.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",t.proxy(function(e){var n=t(e.target).parent().is(this._controls.$absolute)?t(e.target).index():t(e.target).parent().index();e.preventDefault(),this.to(n,i.dotsSpeed)},this));for(e in this._overrides)this._core[e]=t.proxy(this[e],this)},s.prototype.destroy=function(){var t,e,i,n;for(t in this._handlers)this.$element.off(t,this._handlers[t]);for(e in this._controls)this._controls[e].remove();for(n in this.overides)this._core[n]=this._overrides[n];for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},s.prototype.update=function(){var t,e,i,n=this._core.clones().length/2,s=n+this._core.items().length,o=this._core.maximum(!0),r=this._core.settings,a=r.center||r.autoWidth||r.dotsData?1:r.dotsEach||r.items;if("page"!==r.slideBy&&(r.slideBy=Math.min(r.slideBy,r.items)),r.dots||"page"==r.slideBy)for(this._pages=[],t=n,e=0,i=0;s>t;t++){if(e>=a||0===e){if(this._pages.push({start:Math.min(o,t-n),end:t-n+a-1}),Math.min(o,t-n)===o)break;e=0,++i}e+=this._core.mergers(this._core.relative(t))}},s.prototype.draw=function(){var e,i=this._core.settings,n=this._core.items().length<=i.items,s=this._core.relative(this._core.current()),o=i.loop||i.rewind;this._controls.$relative.toggleClass("disabled",!i.nav||n),i.nav&&(this._controls.$previous.toggleClass("disabled",!o&&s<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!o&&s>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!i.dots||n),i.dots&&(e=this._pages.length-this._controls.$absolute.children().length,i.dotsData&&0!==e?this._controls.$absolute.html(this._templates.join("")):e>0?this._controls.$absolute.append(new Array(e+1).join(this._templates[0])):0>e&&this._controls.$absolute.children().slice(e).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(t.inArray(this.current(),this._pages)).addClass("active"))},s.prototype.onTrigger=function(e){var i=this._core.settings;e.page={index:t.inArray(this.current(),this._pages),count:this._pages.length,size:i&&(i.center||i.autoWidth||i.dotsData?1:i.dotsEach||i.items)}},s.prototype.current=function(){var e=this._core.relative(this._core.current());return t.grep(this._pages,t.proxy(function(t,i){return t.start<=e&&t.end>=e},this)).pop()},s.prototype.getPosition=function(e){var i,n,s=this._core.settings;return"page"==s.slideBy?(i=t.inArray(this.current(),this._pages),n=this._pages.length,e?++i:--i,i=this._pages[(i%n+n)%n].start):(i=this._core.relative(this._core.current()),n=this._core.items().length,e?i+=s.slideBy:i-=s.slideBy),i},s.prototype.next=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!0),e)},s.prototype.prev=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!1),e)},s.prototype.to=function(e,i,n){var s;!n&&this._pages.length?(s=this._pages.length,t.proxy(this._overrides.to,this._core)(this._pages[(e%s+s)%s].start,i)):t.proxy(this._overrides.to,this._core)(e,i)},t.fn.owlCarousel.Constructor.Plugins.Navigation=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){"use strict";var s=function(i){this._core=i,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":t.proxy(function(i){i.namespace&&"URLHash"===this._core.settings.startPosition&&t(e).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!i)return;this._hashes[i]=e.content}},this),"changed.owl.carousel":t.proxy(function(i){if(i.namespace&&"position"===i.property.name){var n=this._core.items(this._core.relative(this._core.current())),s=t.map(this._hashes,function(t,e){return t===n?e:null}).join();if(!s||e.location.hash.slice(1)===s)return;e.location.hash=s}},this)},this._core.options=t.extend({},s.Defaults,this._core.options),this.$element.on(this._handlers),t(e).on("hashchange.owl.navigation",t.proxy(function(t){var i=e.location.hash.substring(1),s=this._core.$stage.children(),o=this._hashes[i]&&s.index(this._hashes[i]);o!==n&&o!==this._core.current()&&this._core.to(this._core.relative(o),!1,!0)},this))};s.Defaults={URLhashListener:!1},s.prototype.destroy=function(){var i,n;t(e).off("hashchange.owl.navigation");for(i in this._handlers)this._core.$element.off(i,this._handlers[i]);for(n in Object.getOwnPropertyNames(this))"function"!=typeof this[n]&&(this[n]=null)},t.fn.owlCarousel.Constructor.Plugins.Hash=s}(window.Zepto||window.jQuery,window,document),function(t,e,i,n){function s(e,i){var s=!1,o=e.charAt(0).toUpperCase()+e.slice(1);return t.each((e+" "+a.join(o+" ")+o).split(" "),function(t,e){return r[e]!==n?(s=!i||e,!1):void 0}),s}function o(t){return s(t,!0)}var r=t("").get(0).style,a="Webkit Moz O ms".split(" "),h={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},l={csstransforms:function(){return!!s("transform")},csstransforms3d:function(){return!!s("perspective")},csstransitions:function(){return!!s("transition")},cssanimations:function(){return!!s("animation")}};l.csstransitions()&&(t.support.transition=new String(o("transition")),t.support.transition.end=h.transition.end[t.support.transition]),l.cssanimations()&&(t.support.animation=new String(o("animation")),t.support.animation.end=h.animation.end[t.support.animation]),l.csstransforms()&&(t.support.transform=new String(o("transform")),t.support.transform3d=l.csstransforms3d())}(window.Zepto||window.jQuery,window,document),function(t,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e(require,exports,module):t.Tether=e()}(this,function(t,e,i){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t){var e=t.getBoundingClientRect(),i={};for(var n in e)i[n]=e[n];if(t.ownerDocument!==document){var o=t.ownerDocument.defaultView.frameElement;if(o){var r=s(o);i.top+=r.top,i.bottom+=r.top,i.left+=r.left,i.right+=r.left}}return i}function o(t){var e=getComputedStyle(t)||{},i=e.position,n=[];if("fixed"===i)return[t];for(var s=t;(s=s.parentNode)&&s&&1===s.nodeType;){var o=void 0;try{o=getComputedStyle(s)}catch(t){}if("undefined"==typeof o||null===o)return n.push(s),n;var r=o,a=r.overflow,h=r.overflowX,l=r.overflowY;/(auto|scroll)/.test(a+l+h)&&("absolute"!==i||["relative","absolute","fixed"].indexOf(o.position)>=0)&&n.push(s)}return n.push(t.ownerDocument.body),t.ownerDocument!==document&&n.push(t.ownerDocument.defaultView),n}function r(){A&&document.body.removeChild(A),A=null}function a(t){var e=void 0;t===document?(e=document,t=document.documentElement):e=t.ownerDocument;var i=e.documentElement,n=s(t),o=D();return n.top-=o.top,n.left-=o.left,"undefined"==typeof n.width&&(n.width=document.body.scrollWidth-n.left-n.right),"undefined"==typeof n.height&&(n.height=document.body.scrollHeight-n.top-n.bottom),n.top=n.top-i.clientTop,n.left=n.left-i.clientLeft,n.right=e.body.clientWidth-n.width-n.left,n.bottom=e.body.clientHeight-n.height-n.top,n}function h(t){return t.offsetParent||document.documentElement}function l(){if(S)return S;var t=document.createElement("div");t.style.width="100%",t.style.height="200px";var e=document.createElement("div");c(e.style,{position:"absolute",top:0,left:0,pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),e.appendChild(t),document.body.appendChild(e);var i=t.offsetWidth;e.style.overflow="scroll";var n=t.offsetWidth;i===n&&(n=e.clientWidth),document.body.removeChild(e);var s=i-n;return S={width:s,height:s}}function c(){var t=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],e=[];return Array.prototype.push.apply(e,arguments),e.slice(1).forEach(function(e){if(e)for(var i in e)({}).hasOwnProperty.call(e,i)&&(t[i]=e[i])}),t}function d(t,e){if("undefined"!=typeof t.classList)e.split(" ").forEach(function(e){e.trim()&&t.classList.remove(e)});else{var i=new RegExp("(^| )"+e.split(" ").join("|")+"( |$)","gi"),n=f(t).replace(i," ");g(t,n)}}function u(t,e){if("undefined"!=typeof t.classList)e.split(" ").forEach(function(e){e.trim()&&t.classList.add(e)});else{d(t,e);var i=f(t)+(" "+e);g(t,i)}}function p(t,e){if("undefined"!=typeof t.classList)return t.classList.contains(e);var i=f(t);return new RegExp("(^| )"+e+"( |$)","gi").test(i)}function f(t){return t.className instanceof t.ownerDocument.defaultView.SVGAnimatedString?t.className.baseVal:t.className}function g(t,e){t.setAttribute("class",e)}function m(t,e,i){i.forEach(function(i){e.indexOf(i)===-1&&p(t,i)&&d(t,i)}),e.forEach(function(e){p(t,e)||u(t,e)})}function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function v(t,e){var i=arguments.length<=2||void 0===arguments[2]?1:arguments[2];return t+i>=e&&e>=t-i}function y(){return"undefined"!=typeof performance&&"undefined"!=typeof performance.now?performance.now():+new Date}function E(){for(var t={top:0,left:0},e=arguments.length,i=Array(e),n=0;n1?i-1:0),s=1;s16?(e=Math.min(e-16,250),void(i=setTimeout(n,250))):void("undefined"!=typeof t&&y()-t<10||(null!=i&&(clearTimeout(i),i=null),t=y(),H(),e=y()-t))};"undefined"!=typeof window&&"undefined"!=typeof window.addEventListener&&["resize","scroll","touchmove"].forEach(function(t){window.addEventListener(t,n)})}();var $={center:"center",left:"right",right:"left"},z={middle:"middle",top:"bottom",bottom:"top"},V={top:0,left:0,middle:"50%",center:"50%",bottom:"100%",right:"100%"},B=function(t,e){var i=t.left,n=t.top;return"auto"===i&&(i=$[e.left]),"auto"===n&&(n=z[e.top]),{left:i,top:n}},U=function(t){var e=t.left,i=t.top;return"undefined"!=typeof V[t.left]&&(e=V[t.left]),"undefined"!=typeof V[t.top]&&(i=V[t.top]),{left:e,top:i}},F=function(t){var e=t.split(" "),i=k(e,2),n=i[0],s=i[1];return{top:n,left:s}},Q=F,K=function(t){function e(t){var i=this;n(this,e),R(Object.getPrototypeOf(e.prototype),"constructor",this).call(this),this.position=this.position.bind(this),j.push(this),this.history=[],this.setOptions(t,!1),b.modules.forEach(function(t){"undefined"!=typeof t.initialize&&t.initialize.call(i)}),this.position()}return _(e,t),T(e,[{key:"getClass",value:function(){var t=arguments.length<=0||void 0===arguments[0]?"":arguments[0],e=this.options.classes;return"undefined"!=typeof e&&e[t]?this.options.classes[t]:this.options.classPrefix?this.options.classPrefix+"-"+t:t}},{key:"setOptions",value:function(t){var e=this,i=arguments.length<=1||void 0===arguments[1]||arguments[1],n={offset:"0 0",targetOffset:"0 0",targetAttachment:"auto auto",classPrefix:"tether"};this.options=c(n,t);var s=this.options,r=s.element,a=s.target,h=s.targetModifier;if(this.element=r,this.target=a,this.targetModifier=h,"viewport"===this.target?(this.target=document.body,this.targetModifier="visible"):"scroll-handle"===this.target&&(this.target=document.body,this.targetModifier="scroll-handle"),["element","target"].forEach(function(t){if("undefined"==typeof e[t])throw new Error("Tether Error: Both element and target must be defined");"undefined"!=typeof e[t].jquery?e[t]=e[t][0]:"string"==typeof e[t]&&(e[t]=document.querySelector(e[t]))}),u(this.element,this.getClass("element")),this.options.addTargetClasses!==!1&&u(this.target,this.getClass("target")),!this.options.attachment)throw new Error("Tether Error: You must provide an attachment");this.targetAttachment=Q(this.options.targetAttachment),this.attachment=Q(this.options.attachment),this.offset=F(this.options.offset),this.targetOffset=F(this.options.targetOffset),"undefined"!=typeof this.scrollParents&&this.disable(),"scroll-handle"===this.targetModifier?this.scrollParents=[this.target]:this.scrollParents=o(this.target),this.options.enabled!==!1&&this.enable(i)}},{key:"getTargetBounds",value:function(){if("undefined"==typeof this.targetModifier)return a(this.target);if("visible"===this.targetModifier){if(this.target===document.body)return{top:pageYOffset,left:pageXOffset,height:innerHeight,width:innerWidth};var t=a(this.target),e={height:t.height,width:t.width,top:t.top,left:t.left};return e.height=Math.min(e.height,t.height-(pageYOffset-t.top)),e.height=Math.min(e.height,t.height-(t.top+t.height-(pageYOffset+innerHeight))),e.height=Math.min(innerHeight,e.height),e.height-=2,e.width=Math.min(e.width,t.width-(pageXOffset-t.left)),e.width=Math.min(e.width,t.width-(t.left+t.width-(pageXOffset+innerWidth))),e.width=Math.min(innerWidth,e.width),e.width-=2,e.topi.clientWidth||[n.overflow,n.overflowX].indexOf("scroll")>=0||this.target!==document.body,o=0;s&&(o=15);var r=t.height-parseFloat(n.borderTopWidth)-parseFloat(n.borderBottomWidth)-o,e={width:15,height:.975*r*(r/i.scrollHeight),left:t.left+t.width-parseFloat(n.borderLeftWidth)-15},h=0;r<408&&this.target===document.body&&(h=-11e-5*Math.pow(r,2)-.00727*r+22.58),this.target!==document.body&&(e.height=Math.max(e.height,24));var l=this.target.scrollTop/(i.scrollHeight-r);return e.top=l*(r-e.height-h)+t.top+parseFloat(n.borderTopWidth),this.target===document.body&&(e.height=Math.max(e.height,24)),e}}},{key:"clearCache",value:function(){this._cache={}}},{key:"cache",value:function(t,e){return"undefined"==typeof this._cache&&(this._cache={}),"undefined"==typeof this._cache[t]&&(this._cache[t]=e.call(this)),this._cache[t]}},{key:"enable",value:function(){var t=this,e=arguments.length<=0||void 0===arguments[0]||arguments[0];this.options.addTargetClasses!==!1&&u(this.target,this.getClass("enabled")),u(this.element,this.getClass("enabled")),this.enabled=!0,this.scrollParents.forEach(function(e){e!==t.target.ownerDocument&&e.addEventListener("scroll",t.position)}),e&&this.position()}},{key:"disable",value:function(){var t=this;d(this.target,this.getClass("enabled")),d(this.element,this.getClass("enabled")),this.enabled=!1,"undefined"!=typeof this.scrollParents&&this.scrollParents.forEach(function(e){e.removeEventListener("scroll",t.position)})}},{key:"destroy",value:function(){var t=this;this.disable(),j.forEach(function(e,i){e===t&&j.splice(i,1)}),0===j.length&&r()}},{key:"updateAttachClasses",value:function(t,e){var i=this;t=t||this.attachment,e=e||this.targetAttachment;var n=["left","top","bottom","right","middle","center"];"undefined"!=typeof this._addAttachClasses&&this._addAttachClasses.length&&this._addAttachClasses.splice(0,this._addAttachClasses.length),"undefined"==typeof this._addAttachClasses&&(this._addAttachClasses=[]);var s=this._addAttachClasses;t.top&&s.push(this.getClass("element-attached")+"-"+t.top),t.left&&s.push(this.getClass("element-attached")+"-"+t.left),e.top&&s.push(this.getClass("target-attached")+"-"+e.top),e.left&&s.push(this.getClass("target-attached")+"-"+e.left);var o=[];n.forEach(function(t){o.push(i.getClass("element-attached")+"-"+t),o.push(i.getClass("target-attached")+"-"+t)}),N(function(){"undefined"!=typeof i._addAttachClasses&&(m(i.element,i._addAttachClasses,o),i.options.addTargetClasses!==!1&&m(i.target,i._addAttachClasses,o),delete i._addAttachClasses)})}},{key:"position",value:function(){var t=this,e=arguments.length<=0||void 0===arguments[0]||arguments[0];if(this.enabled){this.clearCache();var i=B(this.targetAttachment,this.attachment);this.updateAttachClasses(this.attachment,i);var n=this.cache("element-bounds",function(){return a(t.element)}),s=n.width,o=n.height;if(0===s&&0===o&&"undefined"!=typeof this.lastSize){var r=this.lastSize;s=r.width,o=r.height}else this.lastSize={width:s,height:o};var c=this.cache("target-bounds",function(){return t.getTargetBounds()}),d=c,u=w(U(this.attachment),{width:s,height:o}),p=w(U(i),d),f=w(this.offset,{width:s,height:o}),g=w(this.targetOffset,d);u=E(u,f),p=E(p,g);for(var m=c.left+p.left-u.left,_=c.top+p.top-u.top,v=0;vA.documentElement.clientHeight&&(O=this.cache("scrollbar-size",l),T.viewport.bottom-=O.height),I.innerWidth>A.documentElement.clientWidth&&(O=this.cache("scrollbar-size",l),T.viewport.right-=O.width),["","static"].indexOf(A.body.style.position)!==-1&&["","static"].indexOf(A.body.parentElement.style.position)!==-1||(T.page.bottom=A.body.scrollHeight-_-o,T.page.right=A.body.scrollWidth-m-s),"undefined"!=typeof this.options.optimizations&&this.options.optimizations.moveElement!==!1&&"undefined"==typeof this.targetModifier&&!function(){var e=t.cache("target-offsetparent",function(){return h(t.target)}),i=t.cache("target-offsetparent-bounds",function(){return a(e)}),n=getComputedStyle(e),s=i,o={};if(["Top","Left","Bottom","Right"].forEach(function(t){o[t.toLowerCase()]=parseFloat(n["border"+t+"Width"])}),i.right=A.body.scrollWidth-i.left-s.width+o.right,i.bottom=A.body.scrollHeight-i.top-s.height+o.bottom,T.page.top>=i.top+o.top&&T.page.bottom>=i.bottom&&T.page.left>=i.left+o.left&&T.page.right>=i.right){var r=e.scrollTop,l=e.scrollLeft;T.offset={top:T.page.top-i.top+r-o.top,left:T.page.left-i.left+l-o.left}}}(),this.move(T),this.history.unshift(T),this.history.length>3&&this.history.pop(),e&&L(),!0}}},{key:"move",value:function(t){var e=this;if("undefined"!=typeof this.element.parentNode){var i={};for(var n in t){i[n]={};for(var s in t[n]){for(var o=!1,r=0;r=0){var f=a.split(" "),m=k(f,2);d=m[0],c=m[1]}else c=d=a;var y=C(e,o);"target"!==d&&"both"!==d||(iy[3]&&"bottom"===_.top&&(i-=u,_.top="top")),"together"===d&&("top"===_.top&&("bottom"===v.top&&iy[3]&&i-(r-u)>=y[1]&&(i-=r-u,_.top="bottom",v.top="bottom")),"bottom"===_.top&&("top"===v.top&&i+r>y[3]?(i-=u,_.top="top",i-=r,v.top="bottom"):"bottom"===v.top&&iy[3]&&"top"===v.top?(i-=r,v.top="bottom"):iy[2]&&"right"===_.left&&(n-=p,_.left="left")),"together"===c&&(ny[2]&&"right"===_.left?"left"===v.left?(n-=p,_.left="left",n-=h,v.left="right"):"right"===v.left&&(n-=p,_.left="left",n+=h,v.left="left"):"center"===_.left&&(n+h>y[2]&&"left"===v.left?(n-=h,v.left="right"):ny[3]&&"top"===v.top&&(i-=r,v.top="bottom")),"element"!==c&&"both"!==c||(ny[2]&&("left"===v.left?(n-=h,v.left="right"):"center"===v.left&&(n-=h/2,v.left="right"))),"string"==typeof l?l=l.split(",").map(function(t){return t.trim()}):l===!0&&(l=["top","left","right","bottom"]),l=l||[];var E=[],w=[];i=0?(i=y[1],E.push("top")):w.push("top")),i+r>y[3]&&(l.indexOf("bottom")>=0?(i=y[3]-r,E.push("bottom")):w.push("bottom")),n=0?(n=y[0],E.push("left")):w.push("left")),n+h>y[2]&&(l.indexOf("right")>=0?(n=y[2]-h,E.push("right")):w.push("right")),E.length&&!function(){var t=void 0;t="undefined"!=typeof e.options.pinnedClass?e.options.pinnedClass:e.getClass("pinned"),g.push(t),E.forEach(function(e){g.push(t+"-"+e)})}(),w.length&&!function(){var t=void 0;t="undefined"!=typeof e.options.outOfBoundsClass?e.options.outOfBoundsClass:e.getClass("out-of-bounds"),g.push(t),w.forEach(function(e){g.push(t+"-"+e)})}(),(E.indexOf("left")>=0||E.indexOf("right")>=0)&&(v.left=_.left=!1),(E.indexOf("top")>=0||E.indexOf("bottom")>=0)&&(v.top=_.top=!1),_.top===s.top&&_.left===s.left&&v.top===e.attachment.top&&v.left===e.attachment.left||(e.updateAttachClasses(v,_),e.trigger("update",{attachment:v,targetAttachment:_}))}),N(function(){e.options.addTargetClasses!==!1&&m(e.target,g,f),m(e.element,g,f)}),{top:i,left:n}}});var M=b.Utils,a=M.getBounds,m=M.updateClasses,N=M.defer;b.modules.push({position:function(t){var e=this,i=t.top,n=t.left,s=this.cache("element-bounds",function(){return a(e.element)}),o=s.height,r=s.width,h=this.getTargetBounds(),l=i+o,c=n+r,d=[];i<=h.bottom&&l>=h.top&&["left","right"].forEach(function(t){var e=h[t];e!==n&&e!==c||d.push(t)}),n<=h.right&&c>=h.left&&["top","bottom"].forEach(function(t){var e=h[t];e!==i&&e!==l||d.push(t)});var u=[],p=[],f=["left","top","right","bottom"];return u.push(this.getClass("abutted")),f.forEach(function(t){u.push(e.getClass("abutted")+"-"+t)}),d.length&&p.push(this.getClass("abutted")),d.forEach(function(t){p.push(e.getClass("abutted")+"-"+t)}),N(function(){e.options.addTargetClasses!==!1&&m(e.target,p,u),m(e.element,p,u)}),!0}});var k=function(){function t(t,e){var i=[],n=!0,s=!1,o=void 0;try{for(var r,a=t[Symbol.iterator]();!(n=(r=a.next()).done)&&(i.push(r.value),!e||i.length!==e);n=!0);}catch(t){s=!0,o=t}finally{try{!n&&a.return&&a.return()}finally{if(s)throw o}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();return b.modules.push({position:function(t){var e=t.top,i=t.left;if(this.options.shift){var n=this.options.shift;"function"==typeof this.options.shift&&(n=this.options.shift.call(this,{top:e,left:i}));var s=void 0,o=void 0;if("string"==typeof n){n=n.split(" "),n[1]=n[1]||n[0];var r=n,a=k(r,2);s=a[0],o=a[1],s=parseFloat(s,10),o=parseFloat(o,10)}else s=n.top,o=n.left;return e+=s,i+=o,{top:e,left:i}}}}),G}),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(jQuery),+function(){function t(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function e(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s=function(){function t(t,e){for(var i=0;ithis._items.length-1||e<0)){if(this._isSliding)return void t(this._element).one(_.SLID,function(){return i.to(e)});if(n===e)return this.pause(),void this.cycle();var s=e>n?m.NEXT:m.PREVIOUS;this._slide(s,this._items[e])}},l.prototype.dispose=function(){t(this._element).off(h),t.removeData(this._element,a),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},l.prototype._getConfig=function(i){return i=t.extend({},f,i),o.typeCheckConfig(e,i,g),i},l.prototype._addEventListeners=function(){this._config.keyboard&&t(this._element).on(_.KEYDOWN,t.proxy(this._keydown,this)),"hover"!==this._config.pause||"ontouchstart"in document.documentElement||t(this._element).on(_.MOUSEENTER,t.proxy(this.pause,this)).on(_.MOUSELEAVE,t.proxy(this.cycle,this))},l.prototype._keydown=function(t){if(t.preventDefault(),!/input|textarea/i.test(t.target.tagName))switch(t.which){case u:this.prev();break;case p:this.next();break;default:return}},l.prototype._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(y.ITEM)),this._items.indexOf(e)},l.prototype._getItemByDirection=function(t,e){var i=t===m.NEXT,n=t===m.PREVIOUS,s=this._getItemIndex(e),o=this._items.length-1,r=n&&0===s||i&&s===o;if(r&&!this._config.wrap)return e;var a=t===m.PREVIOUS?-1:1,h=(s+a)%this._items.length;return h===-1?this._items[this._items.length-1]:this._items[h]},l.prototype._triggerSlideEvent=function(e,i){var n=t.Event(_.SLIDE,{relatedTarget:e,direction:i});return t(this._element).trigger(n),n},l.prototype._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(y.ACTIVE).removeClass(v.ACTIVE);var i=this._indicatorsElement.children[this._getItemIndex(e)];i&&t(i).addClass(v.ACTIVE)}},l.prototype._slide=function(e,i){var n=this,s=t(this._element).find(y.ACTIVE_ITEM)[0],r=i||s&&this._getItemByDirection(e,s),a=Boolean(this._interval),h=e===m.NEXT?v.LEFT:v.RIGHT;if(r&&t(r).hasClass(v.ACTIVE))return void(this._isSliding=!1);var l=this._triggerSlideEvent(r,h);if(!l.isDefaultPrevented()&&s&&r){this._isSliding=!0,a&&this.pause(),this._setActiveIndicatorElement(r);var c=t.Event(_.SLID,{relatedTarget:r,direction:h});o.supportsTransitionEnd()&&t(this._element).hasClass(v.SLIDE)?(t(r).addClass(e),o.reflow(r),t(s).addClass(h),t(r).addClass(h),t(s).one(o.TRANSITION_END,function(){t(r).removeClass(h).removeClass(e),t(r).addClass(v.ACTIVE),t(s).removeClass(v.ACTIVE).removeClass(e).removeClass(h),n._isSliding=!1,setTimeout(function(){return t(n._element).trigger(c)},0)}).emulateTransitionEnd(d)):(t(s).removeClass(v.ACTIVE),t(r).addClass(v.ACTIVE),this._isSliding=!1,t(this._element).trigger(c)),a&&this.cycle()}},l._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(a),s=t.extend({},f,t(this).data());"object"===("undefined"==typeof e?"undefined":n(e))&&t.extend(s,e);var o="string"==typeof e?e:s.slide;if(i||(i=new l(this,s),t(this).data(a,i)),"number"==typeof e)i.to(e);else if("string"==typeof o){if(void 0===i[o])throw new Error('No method named "'+o+'"');i[o]()}else s.interval&&(i.pause(),i.cycle())})},l._dataApiClickHandler=function(e){var i=o.getSelectorFromElement(this);if(i){var n=t(i)[0];if(n&&t(n).hasClass(v.CAROUSEL)){var s=t.extend({},t(n).data(),t(this).data()),r=this.getAttribute("data-slide-to");r&&(s.interval=!1),l._jQueryInterface.call(t(n),s),r&&t(n).data(a).to(r),e.preventDefault()}}},s(l,null,[{key:"VERSION",get:function(){return r}},{key:"Default",get:function(){return f}}]),l}();return t(document).on(_.CLICK_DATA_API,y.DATA_SLIDE,E._dataApiClickHandler),t(window).on(_.LOAD_DATA_API,function(){t(y.DATA_RIDE).each(function(){var e=t(this);E._jQueryInterface.call(e,e.data())})}),t.fn[e]=E._jQueryInterface,t.fn[e].Constructor=E,t.fn[e].noConflict=function(){return t.fn[e]=c,E._jQueryInterface},E}(jQuery),function(t){var e="collapse",r="4.0.0-alpha.5",a="bs.collapse",h="."+a,l=".data-api",c=t.fn[e],d=600,u={toggle:!0,parent:""},p={toggle:"boolean",parent:"string"},f={SHOW:"show"+h,SHOWN:"shown"+h,HIDE:"hide"+h,HIDDEN:"hidden"+h,CLICK_DATA_API:"click"+h+l},g={IN:"in",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},m={WIDTH:"width",HEIGHT:"height"},_={ACTIVES:".card > .in, .card > .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},v=function(){function h(e,n){i(this,h),this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],'+('[data-toggle="collapse"][data-target="#'+e.id+'"]'))),this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}return h.prototype.toggle=function(){t(this._element).hasClass(g.IN)?this.hide():this.show()},h.prototype.show=function(){var e=this;if(!this._isTransitioning&&!t(this._element).hasClass(g.IN)){var i=void 0,n=void 0;if(this._parent&&(i=t.makeArray(t(_.ACTIVES)),i.length||(i=null)),!(i&&(n=t(i).data(a),n&&n._isTransitioning))){var s=t.Event(f.SHOW);if(t(this._element).trigger(s),!s.isDefaultPrevented()){i&&(h._jQueryInterface.call(t(i),"hide"),n||t(i).data(a,null));var r=this._getDimension();t(this._element).removeClass(g.COLLAPSE).addClass(g.COLLAPSING),this._element.style[r]=0,this._element.setAttribute("aria-expanded",!0),this._triggerArray.length&&t(this._triggerArray).removeClass(g.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var l=function(){t(e._element).removeClass(g.COLLAPSING).addClass(g.COLLAPSE).addClass(g.IN),e._element.style[r]="",e.setTransitioning(!1),t(e._element).trigger(f.SHOWN)};if(!o.supportsTransitionEnd())return void l();var c=r[0].toUpperCase()+r.slice(1),u="scroll"+c;t(this._element).one(o.TRANSITION_END,l).emulateTransitionEnd(d),this._element.style[r]=this._element[u]+"px"}}}},h.prototype.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(g.IN)){var i=t.Event(f.HIDE);if(t(this._element).trigger(i),!i.isDefaultPrevented()){var n=this._getDimension(),s=n===m.WIDTH?"offsetWidth":"offsetHeight";this._element.style[n]=this._element[s]+"px",o.reflow(this._element),t(this._element).addClass(g.COLLAPSING).removeClass(g.COLLAPSE).removeClass(g.IN),this._element.setAttribute("aria-expanded",!1),this._triggerArray.length&&t(this._triggerArray).addClass(g.COLLAPSED).attr("aria-expanded",!1),this.setTransitioning(!0);var r=function(){e.setTransitioning(!1),t(e._element).removeClass(g.COLLAPSING).addClass(g.COLLAPSE).trigger(f.HIDDEN)};return this._element.style[n]="",o.supportsTransitionEnd()?void t(this._element).one(o.TRANSITION_END,r).emulateTransitionEnd(d):void r()}}},h.prototype.setTransitioning=function(t){this._isTransitioning=t},h.prototype.dispose=function(){t.removeData(this._element,a),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},h.prototype._getConfig=function(i){return i=t.extend({},u,i),i.toggle=Boolean(i.toggle),o.typeCheckConfig(e,i,p),i},h.prototype._getDimension=function(){var e=t(this._element).hasClass(m.WIDTH);return e?m.WIDTH:m.HEIGHT},h.prototype._getParent=function(){var e=this,i=t(this._config.parent)[0],n='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]';return t(i).find(n).each(function(t,i){e._addAriaAndCollapsedClass(h._getTargetFromElement(i),[i])}),i},h.prototype._addAriaAndCollapsedClass=function(e,i){if(e){var n=t(e).hasClass(g.IN);e.setAttribute("aria-expanded",n),i.length&&t(i).toggleClass(g.COLLAPSED,!n).attr("aria-expanded",n)}},h._getTargetFromElement=function(e){var i=o.getSelectorFromElement(e);return i?t(i)[0]:null},h._jQueryInterface=function(e){return this.each(function(){var i=t(this),s=i.data(a),o=t.extend({},u,i.data(),"object"===("undefined"==typeof e?"undefined":n(e))&&e);if(!s&&o.toggle&&/show|hide/.test(e)&&(o.toggle=!1),s||(s=new h(this,o),i.data(a,s)),"string"==typeof e){if(void 0===s[e])throw new Error('No method named "'+e+'"');s[e]()}})},s(h,null,[{key:"VERSION",get:function(){return r}},{key:"Default",get:function(){return u}}]),h}();return t(document).on(f.CLICK_DATA_API,_.DATA_TOGGLE,function(e){e.preventDefault();var i=v._getTargetFromElement(this),n=t(i).data(a),s=n?"toggle":t(this).data();v._jQueryInterface.call(t(i),s)}),t.fn[e]=v._jQueryInterface,t.fn[e].Constructor=v,t.fn[e].noConflict=function(){return t.fn[e]=c,v._jQueryInterface},v}(jQuery),function(t){var e="dropdown",n="4.0.0-alpha.5",r="bs.dropdown",a="."+r,h=".data-api",l=t.fn[e],c=27,d=38,u=40,p=3,f={HIDE:"hide"+a,HIDDEN:"hidden"+a,SHOW:"show"+a,SHOWN:"shown"+a,CLICK:"click"+a,CLICK_DATA_API:"click"+a+h,KEYDOWN_DATA_API:"keydown"+a+h},g={BACKDROP:"dropdown-backdrop",DISABLED:"disabled",OPEN:"open"},m={BACKDROP:".dropdown-backdrop",DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",ROLE_MENU:'[role="menu"]',ROLE_LISTBOX:'[role="listbox"]',NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:'[role="menu"] li:not(.disabled) a, [role="listbox"] li:not(.disabled) a'},_=function(){function e(t){i(this,e),this._element=t,this._addEventListeners()}return e.prototype.toggle=function(){if(this.disabled||t(this).hasClass(g.DISABLED))return!1;var i=e._getParentFromElement(this),n=t(i).hasClass(g.OPEN);if(e._clearMenus(),n)return!1;if("ontouchstart"in document.documentElement&&!t(i).closest(m.NAVBAR_NAV).length){var s=document.createElement("div");s.className=g.BACKDROP,t(s).insertBefore(this),t(s).on("click",e._clearMenus)}var o={relatedTarget:this},r=t.Event(f.SHOW,o);return t(i).trigger(r),!r.isDefaultPrevented()&&(this.focus(),this.setAttribute("aria-expanded","true"),t(i).toggleClass(g.OPEN),t(i).trigger(t.Event(f.SHOWN,o)),!1)},e.prototype.dispose=function(){t.removeData(this._element,r),t(this._element).off(a),this._element=null},e.prototype._addEventListeners=function(){t(this._element).on(f.CLICK,this.toggle)},e._jQueryInterface=function(i){return this.each(function(){var n=t(this).data(r);if(n||t(this).data(r,n=new e(this)),"string"==typeof i){if(void 0===n[i])throw new Error('No method named "'+i+'"');n[i].call(this)}})},e._clearMenus=function(i){if(!i||i.which!==p){var n=t(m.BACKDROP)[0];n&&n.parentNode.removeChild(n);for(var s=t.makeArray(t(m.DATA_TOGGLE)),o=0;o0&&a--,i.which===u&&adocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},l.prototype._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},l.prototype._checkScrollbar=function(){this._isBodyOverflowing=document.body.clientWidth=i){var n=this._targets[this._targets.length-1];this._activeTarget!==n&&this._activate(n)}if(this._activeTarget&&t=this._offsets[s]&&(void 0===this._offsets[s+1]||t .nav-item .fade, > .fade",ACTIVE:".active",ACTIVE_CHILD:"> .nav-item > .active, > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},f=function(){function e(t){i(this,e),this._element=t}return e.prototype.show=function(){var e=this;if(!this._element.parentNode||this._element.parentNode.nodeType!==Node.ELEMENT_NODE||!t(this._element).hasClass(u.ACTIVE)){var i=void 0,n=void 0,s=t(this._element).closest(p.UL)[0],r=o.getSelectorFromElement(this._element);s&&(n=t.makeArray(t(s).find(p.ACTIVE)),n=n[n.length-1]);var a=t.Event(d.HIDE,{relatedTarget:this._element}),h=t.Event(d.SHOW,{relatedTarget:n});if(n&&t(n).trigger(a),t(this._element).trigger(h),!h.isDefaultPrevented()&&!a.isDefaultPrevented()){r&&(i=t(r)[0]),this._activate(this._element,s);var l=function(){var i=t.Event(d.HIDDEN,{relatedTarget:e._element}),s=t.Event(d.SHOWN,{relatedTarget:n});t(n).trigger(i),t(e._element).trigger(s)};i?this._activate(i,i.parentNode,l):l()}}},e.prototype.dispose=function(){t.removeClass(this._element,r),this._element=null},e.prototype._activate=function(e,i,n){var s=t(i).find(p.ACTIVE_CHILD)[0],r=n&&o.supportsTransitionEnd()&&(s&&t(s).hasClass(u.FADE)||Boolean(t(i).find(p.FADE_CHILD)[0])),a=t.proxy(this._transitionComplete,this,e,s,r,n);s&&r?t(s).one(o.TRANSITION_END,a).emulateTransitionEnd(c):a(),s&&t(s).removeClass(u.IN)},e.prototype._transitionComplete=function(e,i,n,s){if(i){t(i).removeClass(u.ACTIVE);var r=t(i).find(p.DROPDOWN_ACTIVE_CHILD)[0];r&&t(r).removeClass(u.ACTIVE),i.setAttribute("aria-expanded",!1)}if(t(e).addClass(u.ACTIVE),e.setAttribute("aria-expanded",!0),n?(o.reflow(e),t(e).addClass(u.IN)):t(e).removeClass(u.FADE),e.parentNode&&t(e.parentNode).hasClass(u.DROPDOWN_MENU)){var a=t(e).closest(p.DROPDOWN)[0];a&&t(a).find(p.DROPDOWN_TOGGLE).addClass(u.ACTIVE),e.setAttribute("aria-expanded",!0)}s&&s()},e._jQueryInterface=function(i){return this.each(function(){var n=t(this),s=n.data(r);if(s||(s=s=new e(this),n.data(r,s)),"string"==typeof i){if(void 0===s[i])throw new Error('No method named "'+i+'"');s[i]()}})},s(e,null,[{key:"VERSION",get:function(){return n}}]),e}();return t(document).on(d.CLICK_DATA_API,p.DATA_TOGGLE,function(e){e.preventDefault(),f._jQueryInterface.call(t(this),"show")}),t.fn[e]=f._jQueryInterface,t.fn[e].Constructor=f,t.fn[e].noConflict=function(){return t.fn[e]=l,f._jQueryInterface},f}(jQuery),function(t){if(void 0===window.Tether)throw new Error("Bootstrap tooltips require Tether (http://tether.io/)");var e="tooltip",r="4.0.0-alpha.5",a="bs.tooltip",h="."+a,l=t.fn[e],c=150,d="bs-tether",u={animation:!0,template:'',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:"0 0",constraints:[]},p={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"string",constraints:"array"},f={TOP:"bottom center",RIGHT:"middle left",BOTTOM:"top center",LEFT:"middle right"},g={IN:"in",OUT:"out"},m={HIDE:"hide"+h,HIDDEN:"hidden"+h,SHOW:"show"+h,SHOWN:"shown"+h,INSERTED:"inserted"+h,CLICK:"click"+h,FOCUSIN:"focusin"+h,FOCUSOUT:"focusout"+h,MOUSEENTER:"mouseenter"+h,MOUSELEAVE:"mouseleave"+h},_={FADE:"fade",IN:"in"},v={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner"},y={element:!1,enabled:!1},E={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},w=function(){function l(t,e){i(this,l),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._tether=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}return l.prototype.enable=function(){this._isEnabled=!0},l.prototype.disable=function(){this._isEnabled=!1},l.prototype.toggleEnabled=function(){this._isEnabled=!this._isEnabled},l.prototype.toggle=function(e){if(e){var i=this.constructor.DATA_KEY,n=t(e.currentTarget).data(i);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(t(this.getTipElement()).hasClass(_.IN))return void this._leave(null,this);this._enter(null,this)}},l.prototype.dispose=function(){clearTimeout(this._timeout),this.cleanupTether(),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._tether=null,this.element=null,this.config=null,this.tip=null},l.prototype.show=function(){var e=this,i=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(i);var n=t.contains(this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!n)return;var s=this.getTipElement(),r=o.getUID(this.constructor.NAME);s.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&t(s).addClass(_.FADE);var a="function"==typeof this.config.placement?this.config.placement.call(this,s,this.element):this.config.placement,h=this._getAttachment(a);t(s).data(this.constructor.DATA_KEY,this).appendTo(document.body),t(this.element).trigger(this.constructor.Event.INSERTED),this._tether=new Tether({attachment:h,element:s,target:this.element,classes:y,classPrefix:d,offset:this.config.offset,constraints:this.config.constraints,addTargetClasses:!1}),o.reflow(s),this._tether.position(),t(s).addClass(_.IN);var c=function(){var i=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),i===g.OUT&&e._leave(null,e)};if(o.supportsTransitionEnd()&&t(this.tip).hasClass(_.FADE))return void t(this.tip).one(o.TRANSITION_END,c).emulateTransitionEnd(l._TRANSITION_DURATION);c()}},l.prototype.hide=function(e){var i=this,n=this.getTipElement(),s=t.Event(this.constructor.Event.HIDE),r=function(){i._hoverState!==g.IN&&n.parentNode&&n.parentNode.removeChild(n),i.element.removeAttribute("aria-describedby"),t(i.element).trigger(i.constructor.Event.HIDDEN),i.cleanupTether(),e&&e()};t(this.element).trigger(s),s.isDefaultPrevented()||(t(n).removeClass(_.IN),o.supportsTransitionEnd()&&t(this.tip).hasClass(_.FADE)?t(n).one(o.TRANSITION_END,r).emulateTransitionEnd(c):r(),this._hoverState="")},l.prototype.isWithContent=function(){return Boolean(this.getTitle())},l.prototype.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0]},l.prototype.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(v.TOOLTIP_INNER),this.getTitle()),e.removeClass(_.FADE).removeClass(_.IN),this.cleanupTether()},l.prototype.setElementContent=function(e,i){var s=this.config.html;"object"===("undefined"==typeof i?"undefined":n(i))&&(i.nodeType||i.jquery)?s?t(i).parent().is(e)||e.empty().append(i):e.text(t(i).text()):e[s?"html":"text"](i)},l.prototype.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},l.prototype.cleanupTether=function(){this._tether&&this._tether.destroy()},l.prototype._getAttachment=function(t){return f[t.toUpperCase()]},l.prototype._setListeners=function(){var e=this,i=this.config.trigger.split(" ");i.forEach(function(i){if("click"===i)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,t.proxy(e.toggle,e));else if(i!==E.MANUAL){var n=i===E.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,s=i===E.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(n,e.config.selector,t.proxy(e._enter,e)).on(s,e.config.selector,t.proxy(e._leave,e))}}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},l.prototype._fixTitle=function(){var t=n(this.element.getAttribute("data-original-title"));(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},l.prototype._enter=function(e,i){var n=this.constructor.DATA_KEY;return i=i||t(e.currentTarget).data(n),i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),e&&(i._activeTrigger["focusin"===e.type?E.FOCUS:E.HOVER]=!0),t(i.getTipElement()).hasClass(_.IN)||i._hoverState===g.IN?void(i._hoverState=g.IN):(clearTimeout(i._timeout),i._hoverState=g.IN,i.config.delay&&i.config.delay.show?void(i._timeout=setTimeout(function(){i._hoverState===g.IN&&i.show()},i.config.delay.show)):void i.show())},l.prototype._leave=function(e,i){var n=this.constructor.DATA_KEY;if(i=i||t(e.currentTarget).data(n),i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),e&&(i._activeTrigger["focusout"===e.type?E.FOCUS:E.HOVER]=!1),!i._isWithActiveTrigger())return clearTimeout(i._timeout),i._hoverState=g.OUT,i.config.delay&&i.config.delay.hide?void(i._timeout=setTimeout(function(){i._hoverState===g.OUT&&i.hide()},i.config.delay.hide)):void i.hide()},l.prototype._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},l.prototype._getConfig=function(i){return i=t.extend({},this.constructor.Default,t(this.element).data(),i),i.delay&&"number"==typeof i.delay&&(i.delay={show:i.delay,hide:i.delay}),o.typeCheckConfig(e,i,this.constructor.DefaultType),i},l.prototype._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},l._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(a),s="object"===("undefined"==typeof e?"undefined":n(e))?e:null;if((i||!/dispose|hide/.test(e))&&(i||(i=new l(this,s),t(this).data(a,i)),"string"==typeof e)){if(void 0===i[e])throw new Error('No method named "'+e+'"');i[e]()}})},s(l,null,[{key:"VERSION",get:function(){return r}},{key:"Default",get:function(){return u}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return a}},{key:"Event",get:function(){return m}},{key:"EVENT_KEY",get:function(){return h}},{key:"DefaultType",get:function(){return p}}]),l}();return t.fn[e]=w._jQueryInterface,t.fn[e].Constructor=w,t.fn[e].noConflict=function(){return t.fn[e]=l,w._jQueryInterface},w}(jQuery));(function(o){var a="popover",h="4.0.0-alpha.5",l="bs.popover",c="."+l,d=o.fn[a],u=o.extend({},r.Default,{placement:"right",trigger:"click",content:"",template:''}),p=o.extend({},r.DefaultType,{content:"(string|element|function)"}),f={FADE:"fade",IN:"in"},g={TITLE:".popover-title",CONTENT:".popover-content"},m={HIDE:"hide"+c,HIDDEN:"hidden"+c,SHOW:"show"+c,SHOWN:"shown"+c,INSERTED:"inserted"+c,CLICK:"click"+c,FOCUSIN:"focusin"+c,FOCUSOUT:"focusout"+c,MOUSEENTER:"mouseenter"+c,MOUSELEAVE:"mouseleave"+c},_=function(r){function d(){return i(this,d),t(this,r.apply(this,arguments))}return e(d,r),d.prototype.isWithContent=function(){return this.getTitle()||this._getContent()},d.prototype.getTipElement=function(){return this.tip=this.tip||o(this.config.template)[0]},d.prototype.setContent=function(){var t=o(this.getTipElement());this.setElementContent(t.find(g.TITLE),this.getTitle()),this.setElementContent(t.find(g.CONTENT),this._getContent()),t.removeClass(f.FADE).removeClass(f.IN),this.cleanupTether()},d.prototype._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},d._jQueryInterface=function(t){return this.each(function(){var e=o(this).data(l),i="object"===("undefined"==typeof t?"undefined":n(t))?t:null;if((e||!/destroy|hide/.test(t))&&(e||(e=new d(this,i),o(this).data(l,e)),"string"==typeof t)){if(void 0===e[t])throw new Error('No method named "'+t+'"');e[t]()}})},s(d,null,[{key:"VERSION",get:function(){return h}},{key:"Default",get:function(){return u}},{key:"NAME",get:function(){return a}},{key:"DATA_KEY",get:function(){return l}},{key:"Event",get:function(){return m}},{key:"EVENT_KEY",get:function(){return c}},{key:"DefaultType",get:function(){return p}}]),d}(r);return o.fn[a]=_._jQueryInterface,o.fn[a].Constructor=_,o.fn[a].noConflict=function(){return o.fn[a]=d,_._jQueryInterface},_})(jQuery)}(),function(){var t=navigator.userAgent.toLowerCase().indexOf("webkit")>-1,e=navigator.userAgent.toLowerCase().indexOf("opera")>-1,i=navigator.userAgent.toLowerCase().indexOf("msie")>-1;(t||e||i)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e),t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus()))},!1)}(); \ No newline at end of file From 1ade46169c960cf17cb787f74d94e13c116fc310 Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 5 Jan 2017 13:22:09 +0100 Subject: [PATCH 4/8] Adding a fixed value https://github.com/holger1411/understrap/issues/204 - Thx @flyingchorse for reporting --- js/slider_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/slider_settings.js b/js/slider_settings.js index e3c8ace..b3fd471 100644 --- a/js/slider_settings.js +++ b/js/slider_settings.js @@ -2,7 +2,7 @@ jQuery(document).ready(function() { var owl = jQuery('.owl-carousel'); owl.owlCarousel({ - items:(understrap_slider_variables.items), + items:1, loop:true, autoplay:true, autoplayTimeout:(understrap_slider_variables.timeout), From c7967050d7716d42e479ebacd836e44b0b8bd824 Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 5 Jan 2017 13:34:13 +0100 Subject: [PATCH 5/8] remove all variable from slider script --- js/slider_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/slider_settings.js b/js/slider_settings.js index b3fd471..603bb81 100644 --- a/js/slider_settings.js +++ b/js/slider_settings.js @@ -5,7 +5,7 @@ items:1, loop:true, autoplay:true, - autoplayTimeout:(understrap_slider_variables.timeout), + autoplayTimeout:5000, animateOut: 'fadeOut', animateIn: 'fadeIn', nav: false, From 7ce4bb3a4fc36f40ed1493539029c2d09b439378 Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 5 Jan 2017 13:50:58 +0100 Subject: [PATCH 6/8] Bringing basic CF7 support to child too --- sass/child-theme.scss | 3 +- sass/theme/_contact-form7.scss | 73 ++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 sass/theme/_contact-form7.scss diff --git a/sass/child-theme.scss b/sass/child-theme.scss index 74dcfc8..71cb5cc 100755 --- a/sass/child-theme.scss +++ b/sass/child-theme.scss @@ -9,4 +9,5 @@ @import "assets/underscores"; // <------- Underscores media styles // Any additional imported files // -@import "theme/child_theme"; // <--------- Add your styles into this file \ No newline at end of file +@import "theme/child_theme"; // <--------- Add your styles into this file +@import "theme/contact-form7"; // contact form 7 - Bootatrap 4 support \ No newline at end of file diff --git a/sass/theme/_contact-form7.scss b/sass/theme/_contact-form7.scss new file mode 100644 index 0000000..0c0a75d --- /dev/null +++ b/sass/theme/_contact-form7.scss @@ -0,0 +1,73 @@ +/* +* Use existing Bootstrap 4 classes and +* variables to extend - override CF7 style +* +* Useful CF7 classes: +* .wpcf7 the wrapper element +* .wpcf7-form +* .wpcf7-form-control +* .wpcf7-text +* .wpcf7-email +* .wpcf7-textarea +* .wpcf7-submit +*/ + +// keep a max width in case it is just the form and nothing else +// we do not want a form spanning whole page +.wpcf7 { + max-width: 600px; + margin: 0 auto !important; + + // all inputs except radios and checkboxes inherit from form-control + input[type=text], + input[type=search], + input[type=url], + input[type=tel], + input[type=number], + input[type=range], + input[type=date], + input[type=month], + input[type=week], + input[type=time], + input[type=datetime], + input[type=datetime-local], + input[type=color], + input[type=email], + input[type=file], + input[type=submit], + select, + textarea { + @extend .form-control; + } + + // submit button, inherit .btn and .btn-outline-primary classes. + input[type=submit] { + @extend .btn; + @extend .btn-outline-primary; + } + + .wpcf7-form { + + // set paragraphs to behave like divs with class .form-group + p { + @extend .form-group; + } + + // let labels be 100% + label { + width: 100%; + } + } + + // not valid tip for each control + .wpcf7-not-valid-tip { + color: $brand-danger !important; + } + + // validation errors ourput bottom of form + .wpcf7-validation-errors { + @extend .form-control; + color: $brand-danger !important; + border: 1px solid $gray-lighter !important; + } +} From 422e09523029613a46e55006e5d4e59d8b42204f Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 5 Jan 2017 14:00:55 +0100 Subject: [PATCH 7/8] regrouping and recompiling CF7 support for child --- css/child-theme.css | 1228 +++++++++++++++++++++++++++++--- css/child-theme.min.css | 2 +- css/child-theme.min.css.map | 2 +- sass/assets/understrap.scss | 2 + sass/child-theme.scss | 4 +- sass/theme/_contact-form7.scss | 73 -- 6 files changed, 1120 insertions(+), 191 deletions(-) create mode 100644 sass/assets/understrap.scss delete mode 100644 sass/theme/_contact-form7.scss diff --git a/css/child-theme.css b/css/child-theme.css index 8f82572..d168697 100755 --- a/css/child-theme.css +++ b/css/child-theme.css @@ -230,8 +230,9 @@ textarea { page-break-after: avoid; } .navbar { display: none; } - .btn > .caret, - .dropup > .btn > .caret { + .btn > .caret, .wpcf7 input[type=submit] > .caret, + .dropup > .btn > .caret, .wpcf7 + .dropup > input[type=submit] > .caret { border-top-color: #000 !important; } .tag { border: 1px solid #000; } @@ -1434,7 +1435,24 @@ pre { display: block !important; border: 1px solid #eceeef; } -.form-control { +.form-control, .wpcf7 input[type=text], +.wpcf7 input[type=search], +.wpcf7 input[type=url], +.wpcf7 input[type=tel], +.wpcf7 input[type=number], +.wpcf7 input[type=range], +.wpcf7 input[type=date], +.wpcf7 input[type=month], +.wpcf7 input[type=week], +.wpcf7 input[type=time], +.wpcf7 input[type=datetime], +.wpcf7 input[type=datetime-local], +.wpcf7 input[type=color], +.wpcf7 input[type=email], +.wpcf7 input[type=file], +.wpcf7 input[type=submit], +.wpcf7 select, +.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors { display: block; width: 100%; padding: 0.5rem 0.75rem; @@ -1446,27 +1464,131 @@ pre { background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } - .form-control::-ms-expand { + .form-control::-ms-expand, .wpcf7 input[type=text]::-ms-expand, + .wpcf7 input[type=search]::-ms-expand, + .wpcf7 input[type=url]::-ms-expand, + .wpcf7 input[type=tel]::-ms-expand, + .wpcf7 input[type=number]::-ms-expand, + .wpcf7 input[type=range]::-ms-expand, + .wpcf7 input[type=date]::-ms-expand, + .wpcf7 input[type=month]::-ms-expand, + .wpcf7 input[type=week]::-ms-expand, + .wpcf7 input[type=time]::-ms-expand, + .wpcf7 input[type=datetime]::-ms-expand, + .wpcf7 input[type=datetime-local]::-ms-expand, + .wpcf7 input[type=color]::-ms-expand, + .wpcf7 input[type=email]::-ms-expand, + .wpcf7 input[type=file]::-ms-expand, + .wpcf7 input[type=submit]::-ms-expand, + .wpcf7 select::-ms-expand, + .wpcf7 textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand { background-color: transparent; border: 0; } - .form-control:focus { + .form-control:focus, .wpcf7 input[type=text]:focus, + .wpcf7 input[type=search]:focus, + .wpcf7 input[type=url]:focus, + .wpcf7 input[type=tel]:focus, + .wpcf7 input[type=number]:focus, + .wpcf7 input[type=range]:focus, + .wpcf7 input[type=date]:focus, + .wpcf7 input[type=month]:focus, + .wpcf7 input[type=week]:focus, + .wpcf7 input[type=time]:focus, + .wpcf7 input[type=datetime]:focus, + .wpcf7 input[type=datetime-local]:focus, + .wpcf7 input[type=color]:focus, + .wpcf7 input[type=email]:focus, + .wpcf7 input[type=file]:focus, + .wpcf7 input[type=submit]:focus, + .wpcf7 select:focus, + .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus { color: #55595c; background-color: #fff; border-color: #66afe9; outline: none; } - .form-control::placeholder { + .form-control::placeholder, .wpcf7 input[type=text]::placeholder, + .wpcf7 input[type=search]::placeholder, + .wpcf7 input[type=url]::placeholder, + .wpcf7 input[type=tel]::placeholder, + .wpcf7 input[type=number]::placeholder, + .wpcf7 input[type=range]::placeholder, + .wpcf7 input[type=date]::placeholder, + .wpcf7 input[type=month]::placeholder, + .wpcf7 input[type=week]::placeholder, + .wpcf7 input[type=time]::placeholder, + .wpcf7 input[type=datetime]::placeholder, + .wpcf7 input[type=datetime-local]::placeholder, + .wpcf7 input[type=color]::placeholder, + .wpcf7 input[type=email]::placeholder, + .wpcf7 input[type=file]::placeholder, + .wpcf7 input[type=submit]::placeholder, + .wpcf7 select::placeholder, + .wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder { color: #999; opacity: 1; } - .form-control:disabled, .form-control[readonly] { + .form-control:disabled, .wpcf7 input[type=text]:disabled, + .wpcf7 input[type=search]:disabled, + .wpcf7 input[type=url]:disabled, + .wpcf7 input[type=tel]:disabled, + .wpcf7 input[type=number]:disabled, + .wpcf7 input[type=range]:disabled, + .wpcf7 input[type=date]:disabled, + .wpcf7 input[type=month]:disabled, + .wpcf7 input[type=week]:disabled, + .wpcf7 input[type=time]:disabled, + .wpcf7 input[type=datetime]:disabled, + .wpcf7 input[type=datetime-local]:disabled, + .wpcf7 input[type=color]:disabled, + .wpcf7 input[type=email]:disabled, + .wpcf7 input[type=file]:disabled, + .wpcf7 input[type=submit]:disabled, + .wpcf7 select:disabled, + .wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .form-control[readonly], .wpcf7 input[readonly][type=text], + .wpcf7 input[readonly][type=search], + .wpcf7 input[readonly][type=url], + .wpcf7 input[readonly][type=tel], + .wpcf7 input[readonly][type=number], + .wpcf7 input[readonly][type=range], + .wpcf7 input[readonly][type=date], + .wpcf7 input[readonly][type=month], + .wpcf7 input[readonly][type=week], + .wpcf7 input[readonly][type=time], + .wpcf7 input[readonly][type=datetime], + .wpcf7 input[readonly][type=datetime-local], + .wpcf7 input[readonly][type=color], + .wpcf7 input[readonly][type=email], + .wpcf7 input[readonly][type=file], + .wpcf7 input[readonly][type=submit], + .wpcf7 select[readonly], + .wpcf7 textarea[readonly], .wpcf7 [readonly].wpcf7-validation-errors { background-color: #eceeef; opacity: 1; } - .form-control:disabled { + .form-control:disabled, .wpcf7 input[type=text]:disabled, + .wpcf7 input[type=search]:disabled, + .wpcf7 input[type=url]:disabled, + .wpcf7 input[type=tel]:disabled, + .wpcf7 input[type=number]:disabled, + .wpcf7 input[type=range]:disabled, + .wpcf7 input[type=date]:disabled, + .wpcf7 input[type=month]:disabled, + .wpcf7 input[type=week]:disabled, + .wpcf7 input[type=time]:disabled, + .wpcf7 input[type=datetime]:disabled, + .wpcf7 input[type=datetime-local]:disabled, + .wpcf7 input[type=color]:disabled, + .wpcf7 input[type=email]:disabled, + .wpcf7 input[type=file]:disabled, + .wpcf7 input[type=submit]:disabled, + .wpcf7 select:disabled, + .wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled { cursor: not-allowed; } -select.form-control:not([size]):not([multiple]) { +select.form-control:not([size]):not([multiple]), +.wpcf7 select:not([size]):not([multiple]) { height: calc(2.5rem - 2px); } -select.form-control:focus::-ms-value { +select.form-control:focus::-ms-value, +.wpcf7 select:focus::-ms-value { color: #55595c; background-color: #fff; } @@ -1501,39 +1623,113 @@ select.form-control:focus::-ms-value { line-height: 1.25; border: solid transparent; border-width: 1px 0; } - .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, + .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .wpcf7 .input-group-sm > input.form-control-static[type=text], + .wpcf7 .input-group-sm > input.form-control-static[type=search], + .wpcf7 .input-group-sm > input.form-control-static[type=url], + .wpcf7 .input-group-sm > input.form-control-static[type=tel], + .wpcf7 .input-group-sm > input.form-control-static[type=number], + .wpcf7 .input-group-sm > input.form-control-static[type=range], + .wpcf7 .input-group-sm > input.form-control-static[type=date], + .wpcf7 .input-group-sm > input.form-control-static[type=month], + .wpcf7 .input-group-sm > input.form-control-static[type=week], + .wpcf7 .input-group-sm > input.form-control-static[type=time], + .wpcf7 .input-group-sm > input.form-control-static[type=datetime], + .wpcf7 .input-group-sm > input.form-control-static[type=datetime-local], + .wpcf7 .input-group-sm > input.form-control-static[type=color], + .wpcf7 .input-group-sm > input.form-control-static[type=email], + .wpcf7 .input-group-sm > input.form-control-static[type=file], + .wpcf7 .input-group-sm > input.form-control-static[type=submit], + .wpcf7 .input-group-sm > select.form-control-static, + .wpcf7 .input-group-sm > textarea.form-control-static, .wpcf7 .input-group-sm > .form-control-static.wpcf7-validation-errors, .input-group-sm > .form-control-static.input-group-addon, - .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, + .input-group-sm > .input-group-btn > .form-control-static.btn, .wpcf7 + .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .wpcf7 .input-group-lg > input.form-control-static[type=text], + .wpcf7 .input-group-lg > input.form-control-static[type=search], + .wpcf7 .input-group-lg > input.form-control-static[type=url], + .wpcf7 .input-group-lg > input.form-control-static[type=tel], + .wpcf7 .input-group-lg > input.form-control-static[type=number], + .wpcf7 .input-group-lg > input.form-control-static[type=range], + .wpcf7 .input-group-lg > input.form-control-static[type=date], + .wpcf7 .input-group-lg > input.form-control-static[type=month], + .wpcf7 .input-group-lg > input.form-control-static[type=week], + .wpcf7 .input-group-lg > input.form-control-static[type=time], + .wpcf7 .input-group-lg > input.form-control-static[type=datetime], + .wpcf7 .input-group-lg > input.form-control-static[type=datetime-local], + .wpcf7 .input-group-lg > input.form-control-static[type=color], + .wpcf7 .input-group-lg > input.form-control-static[type=email], + .wpcf7 .input-group-lg > input.form-control-static[type=file], + .wpcf7 .input-group-lg > input.form-control-static[type=submit], + .wpcf7 .input-group-lg > select.form-control-static, + .wpcf7 .input-group-lg > textarea.form-control-static, .wpcf7 .input-group-lg > .form-control-static.wpcf7-validation-errors, .input-group-lg > .form-control-static.input-group-addon, - .input-group-lg > .input-group-btn > .form-control-static.btn { + .input-group-lg > .input-group-btn > .form-control-static.btn, .wpcf7 + .input-group-lg > .input-group-btn > input.form-control-static[type=submit] { padding-right: 0; padding-left: 0; } -.form-control-sm, .input-group-sm > .form-control, +.form-control-sm, .input-group-sm > .form-control, .wpcf7 .input-group-sm > input[type=text], +.wpcf7 .input-group-sm > input[type=search], +.wpcf7 .input-group-sm > input[type=url], +.wpcf7 .input-group-sm > input[type=tel], +.wpcf7 .input-group-sm > input[type=number], +.wpcf7 .input-group-sm > input[type=range], +.wpcf7 .input-group-sm > input[type=date], +.wpcf7 .input-group-sm > input[type=month], +.wpcf7 .input-group-sm > input[type=week], +.wpcf7 .input-group-sm > input[type=time], +.wpcf7 .input-group-sm > input[type=datetime], +.wpcf7 .input-group-sm > input[type=datetime-local], +.wpcf7 .input-group-sm > input[type=color], +.wpcf7 .input-group-sm > input[type=email], +.wpcf7 .input-group-sm > input[type=file], +.wpcf7 .input-group-sm > input[type=submit], +.wpcf7 .input-group-sm > select, +.wpcf7 .input-group-sm > textarea, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { +.input-group-sm > .input-group-btn > .btn, .wpcf7 +.input-group-sm > .input-group-btn > input[type=submit] { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), +.wpcf7 .input-group-sm > select:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { height: 1.8125rem; } -.form-control-lg, .input-group-lg > .form-control, +.form-control-lg, .input-group-lg > .form-control, .wpcf7 .input-group-lg > input[type=text], +.wpcf7 .input-group-lg > input[type=search], +.wpcf7 .input-group-lg > input[type=url], +.wpcf7 .input-group-lg > input[type=tel], +.wpcf7 .input-group-lg > input[type=number], +.wpcf7 .input-group-lg > input[type=range], +.wpcf7 .input-group-lg > input[type=date], +.wpcf7 .input-group-lg > input[type=month], +.wpcf7 .input-group-lg > input[type=week], +.wpcf7 .input-group-lg > input[type=time], +.wpcf7 .input-group-lg > input[type=datetime], +.wpcf7 .input-group-lg > input[type=datetime-local], +.wpcf7 .input-group-lg > input[type=color], +.wpcf7 .input-group-lg > input[type=email], +.wpcf7 .input-group-lg > input[type=file], +.wpcf7 .input-group-lg > input[type=submit], +.wpcf7 .input-group-lg > select, +.wpcf7 .input-group-lg > textarea, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { +.input-group-lg > .input-group-btn > .btn, .wpcf7 +.input-group-lg > .input-group-btn > input[type=submit] { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), +.wpcf7 .input-group-lg > select:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { height: 3.16667rem; } -.form-group { +.form-group, .wpcf7 .wpcf7-form p { margin-bottom: 1rem; } .form-text { @@ -1593,9 +1789,77 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-success .custom-control { color: #5cb85c; } -.has-success .form-control { +.has-success .form-control, .has-success .wpcf7 input[type=text], .wpcf7 .has-success input[type=text], .has-success +.wpcf7 input[type=search], +.wpcf7 .has-success input[type=search], .has-success +.wpcf7 input[type=url], +.wpcf7 .has-success input[type=url], .has-success +.wpcf7 input[type=tel], +.wpcf7 .has-success input[type=tel], .has-success +.wpcf7 input[type=number], +.wpcf7 .has-success input[type=number], .has-success +.wpcf7 input[type=range], +.wpcf7 .has-success input[type=range], .has-success +.wpcf7 input[type=date], +.wpcf7 .has-success input[type=date], .has-success +.wpcf7 input[type=month], +.wpcf7 .has-success input[type=month], .has-success +.wpcf7 input[type=week], +.wpcf7 .has-success input[type=week], .has-success +.wpcf7 input[type=time], +.wpcf7 .has-success input[type=time], .has-success +.wpcf7 input[type=datetime], +.wpcf7 .has-success input[type=datetime], .has-success +.wpcf7 input[type=datetime-local], +.wpcf7 .has-success input[type=datetime-local], .has-success +.wpcf7 input[type=color], +.wpcf7 .has-success input[type=color], .has-success +.wpcf7 input[type=email], +.wpcf7 .has-success input[type=email], .has-success +.wpcf7 input[type=file], +.wpcf7 .has-success input[type=file], .has-success +.wpcf7 input[type=submit], +.wpcf7 .has-success input[type=submit], .has-success +.wpcf7 select, +.wpcf7 .has-success select, .has-success +.wpcf7 textarea, +.wpcf7 .has-success textarea, .has-success .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-success .wpcf7-validation-errors { border-color: #5cb85c; } - .has-success .form-control:focus { + .has-success .form-control:focus, .has-success .wpcf7 input[type=text]:focus, .wpcf7 .has-success input[type=text]:focus, .has-success + .wpcf7 input[type=search]:focus, + .wpcf7 .has-success input[type=search]:focus, .has-success + .wpcf7 input[type=url]:focus, + .wpcf7 .has-success input[type=url]:focus, .has-success + .wpcf7 input[type=tel]:focus, + .wpcf7 .has-success input[type=tel]:focus, .has-success + .wpcf7 input[type=number]:focus, + .wpcf7 .has-success input[type=number]:focus, .has-success + .wpcf7 input[type=range]:focus, + .wpcf7 .has-success input[type=range]:focus, .has-success + .wpcf7 input[type=date]:focus, + .wpcf7 .has-success input[type=date]:focus, .has-success + .wpcf7 input[type=month]:focus, + .wpcf7 .has-success input[type=month]:focus, .has-success + .wpcf7 input[type=week]:focus, + .wpcf7 .has-success input[type=week]:focus, .has-success + .wpcf7 input[type=time]:focus, + .wpcf7 .has-success input[type=time]:focus, .has-success + .wpcf7 input[type=datetime]:focus, + .wpcf7 .has-success input[type=datetime]:focus, .has-success + .wpcf7 input[type=datetime-local]:focus, + .wpcf7 .has-success input[type=datetime-local]:focus, .has-success + .wpcf7 input[type=color]:focus, + .wpcf7 .has-success input[type=color]:focus, .has-success + .wpcf7 input[type=email]:focus, + .wpcf7 .has-success input[type=email]:focus, .has-success + .wpcf7 input[type=file]:focus, + .wpcf7 .has-success input[type=file]:focus, .has-success + .wpcf7 input[type=submit]:focus, + .wpcf7 .has-success input[type=submit]:focus, .has-success + .wpcf7 select:focus, + .wpcf7 .has-success select:focus, .has-success + .wpcf7 textarea:focus, + .wpcf7 .has-success textarea:focus, .has-success .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-success .wpcf7-validation-errors:focus { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; } .has-success .input-group-addon { @@ -1613,9 +1877,77 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-warning .custom-control { color: #f0ad4e; } -.has-warning .form-control { +.has-warning .form-control, .has-warning .wpcf7 input[type=text], .wpcf7 .has-warning input[type=text], .has-warning +.wpcf7 input[type=search], +.wpcf7 .has-warning input[type=search], .has-warning +.wpcf7 input[type=url], +.wpcf7 .has-warning input[type=url], .has-warning +.wpcf7 input[type=tel], +.wpcf7 .has-warning input[type=tel], .has-warning +.wpcf7 input[type=number], +.wpcf7 .has-warning input[type=number], .has-warning +.wpcf7 input[type=range], +.wpcf7 .has-warning input[type=range], .has-warning +.wpcf7 input[type=date], +.wpcf7 .has-warning input[type=date], .has-warning +.wpcf7 input[type=month], +.wpcf7 .has-warning input[type=month], .has-warning +.wpcf7 input[type=week], +.wpcf7 .has-warning input[type=week], .has-warning +.wpcf7 input[type=time], +.wpcf7 .has-warning input[type=time], .has-warning +.wpcf7 input[type=datetime], +.wpcf7 .has-warning input[type=datetime], .has-warning +.wpcf7 input[type=datetime-local], +.wpcf7 .has-warning input[type=datetime-local], .has-warning +.wpcf7 input[type=color], +.wpcf7 .has-warning input[type=color], .has-warning +.wpcf7 input[type=email], +.wpcf7 .has-warning input[type=email], .has-warning +.wpcf7 input[type=file], +.wpcf7 .has-warning input[type=file], .has-warning +.wpcf7 input[type=submit], +.wpcf7 .has-warning input[type=submit], .has-warning +.wpcf7 select, +.wpcf7 .has-warning select, .has-warning +.wpcf7 textarea, +.wpcf7 .has-warning textarea, .has-warning .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-warning .wpcf7-validation-errors { border-color: #f0ad4e; } - .has-warning .form-control:focus { + .has-warning .form-control:focus, .has-warning .wpcf7 input[type=text]:focus, .wpcf7 .has-warning input[type=text]:focus, .has-warning + .wpcf7 input[type=search]:focus, + .wpcf7 .has-warning input[type=search]:focus, .has-warning + .wpcf7 input[type=url]:focus, + .wpcf7 .has-warning input[type=url]:focus, .has-warning + .wpcf7 input[type=tel]:focus, + .wpcf7 .has-warning input[type=tel]:focus, .has-warning + .wpcf7 input[type=number]:focus, + .wpcf7 .has-warning input[type=number]:focus, .has-warning + .wpcf7 input[type=range]:focus, + .wpcf7 .has-warning input[type=range]:focus, .has-warning + .wpcf7 input[type=date]:focus, + .wpcf7 .has-warning input[type=date]:focus, .has-warning + .wpcf7 input[type=month]:focus, + .wpcf7 .has-warning input[type=month]:focus, .has-warning + .wpcf7 input[type=week]:focus, + .wpcf7 .has-warning input[type=week]:focus, .has-warning + .wpcf7 input[type=time]:focus, + .wpcf7 .has-warning input[type=time]:focus, .has-warning + .wpcf7 input[type=datetime]:focus, + .wpcf7 .has-warning input[type=datetime]:focus, .has-warning + .wpcf7 input[type=datetime-local]:focus, + .wpcf7 .has-warning input[type=datetime-local]:focus, .has-warning + .wpcf7 input[type=color]:focus, + .wpcf7 .has-warning input[type=color]:focus, .has-warning + .wpcf7 input[type=email]:focus, + .wpcf7 .has-warning input[type=email]:focus, .has-warning + .wpcf7 input[type=file]:focus, + .wpcf7 .has-warning input[type=file]:focus, .has-warning + .wpcf7 input[type=submit]:focus, + .wpcf7 .has-warning input[type=submit]:focus, .has-warning + .wpcf7 select:focus, + .wpcf7 .has-warning select:focus, .has-warning + .wpcf7 textarea:focus, + .wpcf7 .has-warning textarea:focus, .has-warning .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-warning .wpcf7-validation-errors:focus { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; } .has-warning .input-group-addon { @@ -1633,9 +1965,77 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-danger .custom-control { color: #d9534f; } -.has-danger .form-control { +.has-danger .form-control, .has-danger .wpcf7 input[type=text], .wpcf7 .has-danger input[type=text], .has-danger +.wpcf7 input[type=search], +.wpcf7 .has-danger input[type=search], .has-danger +.wpcf7 input[type=url], +.wpcf7 .has-danger input[type=url], .has-danger +.wpcf7 input[type=tel], +.wpcf7 .has-danger input[type=tel], .has-danger +.wpcf7 input[type=number], +.wpcf7 .has-danger input[type=number], .has-danger +.wpcf7 input[type=range], +.wpcf7 .has-danger input[type=range], .has-danger +.wpcf7 input[type=date], +.wpcf7 .has-danger input[type=date], .has-danger +.wpcf7 input[type=month], +.wpcf7 .has-danger input[type=month], .has-danger +.wpcf7 input[type=week], +.wpcf7 .has-danger input[type=week], .has-danger +.wpcf7 input[type=time], +.wpcf7 .has-danger input[type=time], .has-danger +.wpcf7 input[type=datetime], +.wpcf7 .has-danger input[type=datetime], .has-danger +.wpcf7 input[type=datetime-local], +.wpcf7 .has-danger input[type=datetime-local], .has-danger +.wpcf7 input[type=color], +.wpcf7 .has-danger input[type=color], .has-danger +.wpcf7 input[type=email], +.wpcf7 .has-danger input[type=email], .has-danger +.wpcf7 input[type=file], +.wpcf7 .has-danger input[type=file], .has-danger +.wpcf7 input[type=submit], +.wpcf7 .has-danger input[type=submit], .has-danger +.wpcf7 select, +.wpcf7 .has-danger select, .has-danger +.wpcf7 textarea, +.wpcf7 .has-danger textarea, .has-danger .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-danger .wpcf7-validation-errors { border-color: #d9534f; } - .has-danger .form-control:focus { + .has-danger .form-control:focus, .has-danger .wpcf7 input[type=text]:focus, .wpcf7 .has-danger input[type=text]:focus, .has-danger + .wpcf7 input[type=search]:focus, + .wpcf7 .has-danger input[type=search]:focus, .has-danger + .wpcf7 input[type=url]:focus, + .wpcf7 .has-danger input[type=url]:focus, .has-danger + .wpcf7 input[type=tel]:focus, + .wpcf7 .has-danger input[type=tel]:focus, .has-danger + .wpcf7 input[type=number]:focus, + .wpcf7 .has-danger input[type=number]:focus, .has-danger + .wpcf7 input[type=range]:focus, + .wpcf7 .has-danger input[type=range]:focus, .has-danger + .wpcf7 input[type=date]:focus, + .wpcf7 .has-danger input[type=date]:focus, .has-danger + .wpcf7 input[type=month]:focus, + .wpcf7 .has-danger input[type=month]:focus, .has-danger + .wpcf7 input[type=week]:focus, + .wpcf7 .has-danger input[type=week]:focus, .has-danger + .wpcf7 input[type=time]:focus, + .wpcf7 .has-danger input[type=time]:focus, .has-danger + .wpcf7 input[type=datetime]:focus, + .wpcf7 .has-danger input[type=datetime]:focus, .has-danger + .wpcf7 input[type=datetime-local]:focus, + .wpcf7 .has-danger input[type=datetime-local]:focus, .has-danger + .wpcf7 input[type=color]:focus, + .wpcf7 .has-danger input[type=color]:focus, .has-danger + .wpcf7 input[type=email]:focus, + .wpcf7 .has-danger input[type=email]:focus, .has-danger + .wpcf7 input[type=file]:focus, + .wpcf7 .has-danger input[type=file]:focus, .has-danger + .wpcf7 input[type=submit]:focus, + .wpcf7 .has-danger input[type=submit]:focus, .has-danger + .wpcf7 select:focus, + .wpcf7 .has-danger select:focus, .has-danger + .wpcf7 textarea:focus, + .wpcf7 .has-danger textarea:focus, .has-danger .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-danger .wpcf7-validation-errors:focus { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; } .has-danger .input-group-addon { @@ -1647,11 +2047,45 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); } @media (min-width: 576px) { - .form-inline .form-group { + .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p { display: inline-block; margin-bottom: 0; vertical-align: middle; } - .form-inline .form-control { + .form-inline .form-control, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text], .form-inline + .wpcf7 input[type=search], + .wpcf7 .form-inline input[type=search], .form-inline + .wpcf7 input[type=url], + .wpcf7 .form-inline input[type=url], .form-inline + .wpcf7 input[type=tel], + .wpcf7 .form-inline input[type=tel], .form-inline + .wpcf7 input[type=number], + .wpcf7 .form-inline input[type=number], .form-inline + .wpcf7 input[type=range], + .wpcf7 .form-inline input[type=range], .form-inline + .wpcf7 input[type=date], + .wpcf7 .form-inline input[type=date], .form-inline + .wpcf7 input[type=month], + .wpcf7 .form-inline input[type=month], .form-inline + .wpcf7 input[type=week], + .wpcf7 .form-inline input[type=week], .form-inline + .wpcf7 input[type=time], + .wpcf7 .form-inline input[type=time], .form-inline + .wpcf7 input[type=datetime], + .wpcf7 .form-inline input[type=datetime], .form-inline + .wpcf7 input[type=datetime-local], + .wpcf7 .form-inline input[type=datetime-local], .form-inline + .wpcf7 input[type=color], + .wpcf7 .form-inline input[type=color], .form-inline + .wpcf7 input[type=email], + .wpcf7 .form-inline input[type=email], .form-inline + .wpcf7 input[type=file], + .wpcf7 .form-inline input[type=file], .form-inline + .wpcf7 input[type=submit], + .wpcf7 .form-inline input[type=submit], .form-inline + .wpcf7 select, + .wpcf7 .form-inline select, .form-inline + .wpcf7 textarea, + .wpcf7 .form-inline textarea, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors { display: inline-block; width: auto; vertical-align: middle; } @@ -1663,9 +2097,115 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, - .form-inline .input-group .form-control { + .form-inline .input-group .form-control, + .form-inline .input-group .wpcf7 input[type=text], .wpcf7 + .form-inline .input-group input[type=text], + .form-inline .input-group + .wpcf7 input[type=search], + .wpcf7 + .form-inline .input-group input[type=search], + .form-inline .input-group + .wpcf7 input[type=url], + .wpcf7 + .form-inline .input-group input[type=url], + .form-inline .input-group + .wpcf7 input[type=tel], + .wpcf7 + .form-inline .input-group input[type=tel], + .form-inline .input-group + .wpcf7 input[type=number], + .wpcf7 + .form-inline .input-group input[type=number], + .form-inline .input-group + .wpcf7 input[type=range], + .wpcf7 + .form-inline .input-group input[type=range], + .form-inline .input-group + .wpcf7 input[type=date], + .wpcf7 + .form-inline .input-group input[type=date], + .form-inline .input-group + .wpcf7 input[type=month], + .wpcf7 + .form-inline .input-group input[type=month], + .form-inline .input-group + .wpcf7 input[type=week], + .wpcf7 + .form-inline .input-group input[type=week], + .form-inline .input-group + .wpcf7 input[type=time], + .wpcf7 + .form-inline .input-group input[type=time], + .form-inline .input-group + .wpcf7 input[type=datetime], + .wpcf7 + .form-inline .input-group input[type=datetime], + .form-inline .input-group + .wpcf7 input[type=datetime-local], + .wpcf7 + .form-inline .input-group input[type=datetime-local], + .form-inline .input-group + .wpcf7 input[type=color], + .wpcf7 + .form-inline .input-group input[type=color], + .form-inline .input-group + .wpcf7 input[type=email], + .wpcf7 + .form-inline .input-group input[type=email], + .form-inline .input-group + .wpcf7 input[type=file], + .wpcf7 + .form-inline .input-group input[type=file], + .form-inline .input-group + .wpcf7 input[type=submit], + .wpcf7 + .form-inline .input-group input[type=submit], + .form-inline .input-group + .wpcf7 select, + .wpcf7 + .form-inline .input-group select, + .form-inline .input-group + .wpcf7 textarea, + .wpcf7 + .form-inline .input-group textarea, + .form-inline .input-group .wpcf7 .wpcf7-validation-errors, .wpcf7 + .form-inline .input-group .wpcf7-validation-errors { width: auto; } - .form-inline .input-group > .form-control { + .form-inline .input-group > .form-control, .form-inline .wpcf7 .input-group > input[type=text], .wpcf7 .form-inline .input-group > input[type=text], .form-inline + .wpcf7 .input-group > input[type=search], + .wpcf7 .form-inline .input-group > input[type=search], .form-inline + .wpcf7 .input-group > input[type=url], + .wpcf7 .form-inline .input-group > input[type=url], .form-inline + .wpcf7 .input-group > input[type=tel], + .wpcf7 .form-inline .input-group > input[type=tel], .form-inline + .wpcf7 .input-group > input[type=number], + .wpcf7 .form-inline .input-group > input[type=number], .form-inline + .wpcf7 .input-group > input[type=range], + .wpcf7 .form-inline .input-group > input[type=range], .form-inline + .wpcf7 .input-group > input[type=date], + .wpcf7 .form-inline .input-group > input[type=date], .form-inline + .wpcf7 .input-group > input[type=month], + .wpcf7 .form-inline .input-group > input[type=month], .form-inline + .wpcf7 .input-group > input[type=week], + .wpcf7 .form-inline .input-group > input[type=week], .form-inline + .wpcf7 .input-group > input[type=time], + .wpcf7 .form-inline .input-group > input[type=time], .form-inline + .wpcf7 .input-group > input[type=datetime], + .wpcf7 .form-inline .input-group > input[type=datetime], .form-inline + .wpcf7 .input-group > input[type=datetime-local], + .wpcf7 .form-inline .input-group > input[type=datetime-local], .form-inline + .wpcf7 .input-group > input[type=color], + .wpcf7 .form-inline .input-group > input[type=color], .form-inline + .wpcf7 .input-group > input[type=email], + .wpcf7 .form-inline .input-group > input[type=email], .form-inline + .wpcf7 .input-group > input[type=file], + .wpcf7 .form-inline .input-group > input[type=file], .form-inline + .wpcf7 .input-group > input[type=submit], + .wpcf7 .form-inline .input-group > input[type=submit], .form-inline + .wpcf7 .input-group > select, + .wpcf7 .form-inline .input-group > select, .form-inline + .wpcf7 .input-group > textarea, + .wpcf7 .form-inline .input-group > textarea, .form-inline .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .form-inline .input-group > .wpcf7-validation-errors { width: 100%; } .form-inline .form-control-label { margin-bottom: 0; @@ -1683,7 +2223,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-inline .has-feedback .form-control-feedback { top: 0; } } -.btn { +.btn, .wpcf7 input[type=submit] { display: inline-block; font-weight: normal; line-height: 1.25; @@ -1696,17 +2236,17 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for padding: 0.5rem 1rem; font-size: 1rem; border-radius: 0.25rem; } - .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { + .btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit], .btn:active:focus, .wpcf7 input[type=submit]:active:focus, .btn:active.focus, .wpcf7 input[type=submit]:active.focus, .btn.active:focus, .wpcf7 input.active[type=submit]:focus, .btn.active.focus, .wpcf7 input.active.focus[type=submit] { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } - .btn:focus, .btn:hover { + .btn:focus, .wpcf7 input[type=submit]:focus, .btn:hover, .wpcf7 input[type=submit]:hover { text-decoration: none; } - .btn.focus { + .btn.focus, .wpcf7 input.focus[type=submit] { text-decoration: none; } - .btn:active, .btn.active { + .btn:active, .wpcf7 input[type=submit]:active, .btn.active, .wpcf7 input.active[type=submit] { background-image: none; outline: 0; } - .btn.disabled, .btn:disabled { + .btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled { cursor: not-allowed; opacity: .65; } @@ -1906,34 +2446,38 @@ fieldset[disabled] a.btn { background-color: #d9534f; border-color: #d9534f; } -.btn-outline-primary { +.btn-outline-primary, .wpcf7 input[type=submit] { color: #fece00; background-image: none; background-color: transparent; border-color: #fece00; } - .btn-outline-primary:hover { + .btn-outline-primary:hover, .wpcf7 input[type=submit]:hover { color: #fff; background-color: #fece00; border-color: #fece00; } - .btn-outline-primary:focus, .btn-outline-primary.focus { + .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] { color: #fff; background-color: #fece00; border-color: #fece00; } - .btn-outline-primary:active, .btn-outline-primary.active, - .open > .btn-outline-primary.dropdown-toggle { + .btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit], + .open > .btn-outline-primary.dropdown-toggle, .wpcf7 + .open > input.dropdown-toggle[type=submit] { color: #fff; background-color: #fece00; border-color: #fece00; } - .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, - .open > .btn-outline-primary.dropdown-toggle:hover, - .open > .btn-outline-primary.dropdown-toggle:focus, - .open > .btn-outline-primary.dropdown-toggle.focus { + .btn-outline-primary:active:hover, .wpcf7 input[type=submit]:active:hover, .btn-outline-primary:active:focus, .wpcf7 input[type=submit]:active:focus, .btn-outline-primary:active.focus, .wpcf7 input[type=submit]:active.focus, .btn-outline-primary.active:hover, .wpcf7 input.active[type=submit]:hover, .btn-outline-primary.active:focus, .wpcf7 input.active[type=submit]:focus, .btn-outline-primary.active.focus, .wpcf7 input.active.focus[type=submit], + .open > .btn-outline-primary.dropdown-toggle:hover, .wpcf7 + .open > input.dropdown-toggle[type=submit]:hover, + .open > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 + .open > input.dropdown-toggle[type=submit]:focus, + .open > .btn-outline-primary.dropdown-toggle.focus, .wpcf7 + .open > input.dropdown-toggle.focus[type=submit] { color: #fff; background-color: #a78800; border-color: #7f6700; } - .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus { + .btn-outline-primary.disabled:focus, .wpcf7 input.disabled[type=submit]:focus, .btn-outline-primary.disabled.focus, .wpcf7 input.disabled.focus[type=submit], .btn-outline-primary:disabled:focus, .wpcf7 input[type=submit]:disabled:focus, .btn-outline-primary:disabled.focus, .wpcf7 input[type=submit]:disabled.focus { border-color: #ffe265; } - .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover { + .btn-outline-primary.disabled:hover, .wpcf7 input.disabled[type=submit]:hover, .btn-outline-primary:disabled:hover, .wpcf7 input[type=submit]:disabled:hover { border-color: #ffe265; } .btn-outline-secondary { @@ -2104,12 +2648,12 @@ fieldset[disabled] a.btn { color: #818a91; text-decoration: none; } -.btn-lg, .btn-group-lg > .btn { +.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit] { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } -.btn-sm, .btn-group-sm > .btn { +.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit] { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } @@ -2274,23 +2818,32 @@ tbody.collapse.in { position: relative; display: inline-block; vertical-align: middle; } - .btn-group > .btn, - .btn-group-vertical > .btn { + .btn-group > .btn, .wpcf7 .btn-group > input[type=submit], + .btn-group-vertical > .btn, .wpcf7 + .btn-group-vertical > input[type=submit] { position: relative; float: left; margin-bottom: 0; } - .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, - .btn-group-vertical > .btn:focus, - .btn-group-vertical > .btn:active, - .btn-group-vertical > .btn.active { + .btn-group > .btn:focus, .wpcf7 .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input[type=submit]:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type=submit], + .btn-group-vertical > .btn:focus, .wpcf7 + .btn-group-vertical > input[type=submit]:focus, + .btn-group-vertical > .btn:active, .wpcf7 + .btn-group-vertical > input[type=submit]:active, + .btn-group-vertical > .btn.active, .wpcf7 + .btn-group-vertical > input.active[type=submit] { z-index: 2; } - .btn-group > .btn:hover, - .btn-group-vertical > .btn:hover { + .btn-group > .btn:hover, .wpcf7 .btn-group > input[type=submit]:hover, + .btn-group-vertical > .btn:hover, .wpcf7 + .btn-group-vertical > input[type=submit]:hover { z-index: 2; } -.btn-group .btn + .btn, +.btn-group .btn + .btn, .btn-group .wpcf7 input[type=submit] + .btn, .wpcf7 .btn-group input[type=submit] + .btn, .btn-group .wpcf7 .btn + input[type=submit], .wpcf7 .btn-group .btn + input[type=submit], .btn-group .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group input[type=submit] + input[type=submit], .btn-group .btn + .btn-group, +.btn-group .wpcf7 input[type=submit] + .btn-group, .wpcf7 +.btn-group input[type=submit] + .btn-group, .btn-group .btn-group + .btn, +.btn-group .wpcf7 .btn-group + input[type=submit], .wpcf7 +.btn-group .btn-group + input[type=submit], .btn-group .btn-group + .btn-group { margin-left: -1px; } @@ -2303,21 +2856,21 @@ tbody.collapse.in { .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } - .btn-toolbar > .btn, + .btn-toolbar > .btn, .wpcf7 .btn-toolbar > input[type=submit], .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 0.5rem; } -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } -.btn-group > .btn:first-child { +.btn-group > .btn:first-child, .wpcf7 .btn-group > input[type=submit]:first-child { margin-left: 0; } - .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]: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 > .btn:last-child:not(:first-child), .wpcf7 .btn-group > input[type=submit]:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } @@ -2325,15 +2878,15 @@ tbody.collapse.in { .btn-group > .btn-group { float: left; } -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit] { border-radius: 0; } -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpcf7 .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .wpcf7 .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } @@ -2341,33 +2894,34 @@ tbody.collapse.in { .btn-group.open .dropdown-toggle { outline: 0; } -.btn + .dropdown-toggle-split { +.btn + .dropdown-toggle-split, .wpcf7 input[type=submit] + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } - .btn + .dropdown-toggle-split::after { + .btn + .dropdown-toggle-split::after, .wpcf7 input[type=submit] + .dropdown-toggle-split::after { margin-left: 0; } -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split { padding-right: 1.125rem; padding-left: 1.125rem; } -.btn .caret { +.btn .caret, .wpcf7 input[type=submit] .caret { margin-left: 0; } -.btn-lg .caret, .btn-group-lg > .btn .caret { +.btn-lg .caret, .btn-group-lg > .btn .caret, .wpcf7 .btn-group-lg > input[type=submit] .caret { border-width: 0.3em 0.3em 0; border-bottom-width: 0; } -.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { +.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .wpcf7 .btn-group-lg > input[type=submit] .caret, .wpcf7 .dropup .btn-group-lg > input[type=submit] .caret { border-width: 0 0.3em 0.3em; } -.btn-group-vertical > .btn, +.btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type=submit], .btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { +.btn-group-vertical > .btn-group > .btn, .wpcf7 +.btn-group-vertical > .btn-group > input[type=submit] { display: block; float: none; width: 100%; @@ -2378,43 +2932,48 @@ tbody.collapse.in { display: table; clear: both; } -.btn-group-vertical > .btn-group > .btn { +.btn-group-vertical > .btn-group > .btn, .wpcf7 .btn-group-vertical > .btn-group > input[type=submit] { float: none; } -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn + .btn, .wpcf7 .btn-group-vertical > input[type=submit] + .btn, .wpcf7 .btn-group-vertical > .btn + input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit], +.btn-group-vertical > .btn + .btn-group, .wpcf7 +.btn-group-vertical > input[type=submit] + .btn-group, +.btn-group-vertical > .btn-group + .btn, .wpcf7 +.btn-group-vertical > .btn-group + input[type=submit], .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { +.btn-group-vertical > .btn:not(:first-child):not(:last-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child) { border-radius: 0; } -.btn-group-vertical > .btn:first-child:not(:last-child) { +.btn-group-vertical > .btn:first-child:not(:last-child), .wpcf7 .btn-group-vertical > input[type=submit]:first-child:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical > .btn:last-child:not(:first-child) { +.btn-group-vertical > .btn:last-child:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; } -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit] { 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) > .btn:last-child, .wpcf7 .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]: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 { +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .wpcf7 .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } -[data-toggle="buttons"] > .btn input[type="radio"], -[data-toggle="buttons"] > .btn input[type="checkbox"], -[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { +[data-toggle="buttons"] > .btn input[type="radio"], .wpcf7 [data-toggle="buttons"] > input[type=submit] input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], .wpcf7 +[data-toggle="buttons"] > input[type=submit] input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .wpcf7 +[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .wpcf7 +[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } @@ -2424,22 +2983,302 @@ tbody.collapse.in { width: 100%; display: table; border-collapse: separate; } - .input-group .form-control { + .input-group .form-control, .input-group .wpcf7 input[type=text], .wpcf7 .input-group input[type=text], .input-group + .wpcf7 input[type=search], + .wpcf7 .input-group input[type=search], .input-group + .wpcf7 input[type=url], + .wpcf7 .input-group input[type=url], .input-group + .wpcf7 input[type=tel], + .wpcf7 .input-group input[type=tel], .input-group + .wpcf7 input[type=number], + .wpcf7 .input-group input[type=number], .input-group + .wpcf7 input[type=range], + .wpcf7 .input-group input[type=range], .input-group + .wpcf7 input[type=date], + .wpcf7 .input-group input[type=date], .input-group + .wpcf7 input[type=month], + .wpcf7 .input-group input[type=month], .input-group + .wpcf7 input[type=week], + .wpcf7 .input-group input[type=week], .input-group + .wpcf7 input[type=time], + .wpcf7 .input-group input[type=time], .input-group + .wpcf7 input[type=datetime], + .wpcf7 .input-group input[type=datetime], .input-group + .wpcf7 input[type=datetime-local], + .wpcf7 .input-group input[type=datetime-local], .input-group + .wpcf7 input[type=color], + .wpcf7 .input-group input[type=color], .input-group + .wpcf7 input[type=email], + .wpcf7 .input-group input[type=email], .input-group + .wpcf7 input[type=file], + .wpcf7 .input-group input[type=file], .input-group + .wpcf7 input[type=submit], + .wpcf7 .input-group input[type=submit], .input-group + .wpcf7 select, + .wpcf7 .input-group select, .input-group + .wpcf7 textarea, + .wpcf7 .input-group textarea, .input-group .wpcf7 .wpcf7-validation-errors, .wpcf7 .input-group .wpcf7-validation-errors { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } - .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover { + .input-group .form-control:focus, .input-group .wpcf7 input[type=text]:focus, .wpcf7 .input-group input[type=text]:focus, .input-group + .wpcf7 input[type=search]:focus, + .wpcf7 .input-group input[type=search]:focus, .input-group + .wpcf7 input[type=url]:focus, + .wpcf7 .input-group input[type=url]:focus, .input-group + .wpcf7 input[type=tel]:focus, + .wpcf7 .input-group input[type=tel]:focus, .input-group + .wpcf7 input[type=number]:focus, + .wpcf7 .input-group input[type=number]:focus, .input-group + .wpcf7 input[type=range]:focus, + .wpcf7 .input-group input[type=range]:focus, .input-group + .wpcf7 input[type=date]:focus, + .wpcf7 .input-group input[type=date]:focus, .input-group + .wpcf7 input[type=month]:focus, + .wpcf7 .input-group input[type=month]:focus, .input-group + .wpcf7 input[type=week]:focus, + .wpcf7 .input-group input[type=week]:focus, .input-group + .wpcf7 input[type=time]:focus, + .wpcf7 .input-group input[type=time]:focus, .input-group + .wpcf7 input[type=datetime]:focus, + .wpcf7 .input-group input[type=datetime]:focus, .input-group + .wpcf7 input[type=datetime-local]:focus, + .wpcf7 .input-group input[type=datetime-local]:focus, .input-group + .wpcf7 input[type=color]:focus, + .wpcf7 .input-group input[type=color]:focus, .input-group + .wpcf7 input[type=email]:focus, + .wpcf7 .input-group input[type=email]:focus, .input-group + .wpcf7 input[type=file]:focus, + .wpcf7 .input-group input[type=file]:focus, .input-group + .wpcf7 input[type=submit]:focus, + .wpcf7 .input-group input[type=submit]:focus, .input-group + .wpcf7 select:focus, + .wpcf7 .input-group select:focus, .input-group + .wpcf7 textarea:focus, + .wpcf7 .input-group textarea:focus, .input-group .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .input-group .wpcf7-validation-errors:focus, .input-group .form-control:active, .input-group .wpcf7 input[type=text]:active, .wpcf7 .input-group input[type=text]:active, .input-group + .wpcf7 input[type=search]:active, + .wpcf7 .input-group input[type=search]:active, .input-group + .wpcf7 input[type=url]:active, + .wpcf7 .input-group input[type=url]:active, .input-group + .wpcf7 input[type=tel]:active, + .wpcf7 .input-group input[type=tel]:active, .input-group + .wpcf7 input[type=number]:active, + .wpcf7 .input-group input[type=number]:active, .input-group + .wpcf7 input[type=range]:active, + .wpcf7 .input-group input[type=range]:active, .input-group + .wpcf7 input[type=date]:active, + .wpcf7 .input-group input[type=date]:active, .input-group + .wpcf7 input[type=month]:active, + .wpcf7 .input-group input[type=month]:active, .input-group + .wpcf7 input[type=week]:active, + .wpcf7 .input-group input[type=week]:active, .input-group + .wpcf7 input[type=time]:active, + .wpcf7 .input-group input[type=time]:active, .input-group + .wpcf7 input[type=datetime]:active, + .wpcf7 .input-group input[type=datetime]:active, .input-group + .wpcf7 input[type=datetime-local]:active, + .wpcf7 .input-group input[type=datetime-local]:active, .input-group + .wpcf7 input[type=color]:active, + .wpcf7 .input-group input[type=color]:active, .input-group + .wpcf7 input[type=email]:active, + .wpcf7 .input-group input[type=email]:active, .input-group + .wpcf7 input[type=file]:active, + .wpcf7 .input-group input[type=file]:active, .input-group + .wpcf7 input[type=submit]:active, + .wpcf7 .input-group input[type=submit]:active, .input-group + .wpcf7 select:active, + .wpcf7 .input-group select:active, .input-group + .wpcf7 textarea:active, + .wpcf7 .input-group textarea:active, .input-group .wpcf7 .wpcf7-validation-errors:active, .wpcf7 .input-group .wpcf7-validation-errors:active, .input-group .form-control:hover, .input-group .wpcf7 input[type=text]:hover, .wpcf7 .input-group input[type=text]:hover, .input-group + .wpcf7 input[type=search]:hover, + .wpcf7 .input-group input[type=search]:hover, .input-group + .wpcf7 input[type=url]:hover, + .wpcf7 .input-group input[type=url]:hover, .input-group + .wpcf7 input[type=tel]:hover, + .wpcf7 .input-group input[type=tel]:hover, .input-group + .wpcf7 input[type=number]:hover, + .wpcf7 .input-group input[type=number]:hover, .input-group + .wpcf7 input[type=range]:hover, + .wpcf7 .input-group input[type=range]:hover, .input-group + .wpcf7 input[type=date]:hover, + .wpcf7 .input-group input[type=date]:hover, .input-group + .wpcf7 input[type=month]:hover, + .wpcf7 .input-group input[type=month]:hover, .input-group + .wpcf7 input[type=week]:hover, + .wpcf7 .input-group input[type=week]:hover, .input-group + .wpcf7 input[type=time]:hover, + .wpcf7 .input-group input[type=time]:hover, .input-group + .wpcf7 input[type=datetime]:hover, + .wpcf7 .input-group input[type=datetime]:hover, .input-group + .wpcf7 input[type=datetime-local]:hover, + .wpcf7 .input-group input[type=datetime-local]:hover, .input-group + .wpcf7 input[type=color]:hover, + .wpcf7 .input-group input[type=color]:hover, .input-group + .wpcf7 input[type=email]:hover, + .wpcf7 .input-group input[type=email]:hover, .input-group + .wpcf7 input[type=file]:hover, + .wpcf7 .input-group input[type=file]:hover, .input-group + .wpcf7 input[type=submit]:hover, + .wpcf7 .input-group input[type=submit]:hover, .input-group + .wpcf7 select:hover, + .wpcf7 .input-group select:hover, .input-group + .wpcf7 textarea:hover, + .wpcf7 .input-group textarea:hover, .input-group .wpcf7 .wpcf7-validation-errors:hover, .wpcf7 .input-group .wpcf7-validation-errors:hover { z-index: 3; } .input-group-addon, .input-group-btn, -.input-group .form-control { +.input-group .form-control, +.input-group .wpcf7 input[type=text], .wpcf7 +.input-group input[type=text], +.input-group +.wpcf7 input[type=search], +.wpcf7 +.input-group input[type=search], +.input-group +.wpcf7 input[type=url], +.wpcf7 +.input-group input[type=url], +.input-group +.wpcf7 input[type=tel], +.wpcf7 +.input-group input[type=tel], +.input-group +.wpcf7 input[type=number], +.wpcf7 +.input-group input[type=number], +.input-group +.wpcf7 input[type=range], +.wpcf7 +.input-group input[type=range], +.input-group +.wpcf7 input[type=date], +.wpcf7 +.input-group input[type=date], +.input-group +.wpcf7 input[type=month], +.wpcf7 +.input-group input[type=month], +.input-group +.wpcf7 input[type=week], +.wpcf7 +.input-group input[type=week], +.input-group +.wpcf7 input[type=time], +.wpcf7 +.input-group input[type=time], +.input-group +.wpcf7 input[type=datetime], +.wpcf7 +.input-group input[type=datetime], +.input-group +.wpcf7 input[type=datetime-local], +.wpcf7 +.input-group input[type=datetime-local], +.input-group +.wpcf7 input[type=color], +.wpcf7 +.input-group input[type=color], +.input-group +.wpcf7 input[type=email], +.wpcf7 +.input-group input[type=email], +.input-group +.wpcf7 input[type=file], +.wpcf7 +.input-group input[type=file], +.input-group +.wpcf7 input[type=submit], +.wpcf7 +.input-group input[type=submit], +.input-group +.wpcf7 select, +.wpcf7 +.input-group select, +.input-group +.wpcf7 textarea, +.wpcf7 +.input-group textarea, +.input-group .wpcf7 .wpcf7-validation-errors, .wpcf7 +.input-group .wpcf7-validation-errors { 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) { + .input-group .form-control:not(:first-child):not(:last-child), + .input-group .wpcf7 input[type=text]:not(:first-child):not(:last-child), .wpcf7 + .input-group input[type=text]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=search]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=search]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=url]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=url]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=tel]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=tel]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=number]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=number]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=range]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=range]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=date]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=date]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=month]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=month]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=week]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=week]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=time]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=time]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=datetime]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=datetime]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=datetime-local]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=datetime-local]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=color]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=color]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=email]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=email]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=file]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=file]:not(:first-child):not(:last-child), + .input-group + .wpcf7 input[type=submit]:not(:first-child):not(:last-child), + .wpcf7 + .input-group input[type=submit]:not(:first-child):not(:last-child), + .input-group + .wpcf7 select:not(:first-child):not(:last-child), + .wpcf7 + .input-group select:not(:first-child):not(:last-child), + .input-group + .wpcf7 textarea:not(:first-child):not(:last-child), + .wpcf7 + .input-group textarea:not(:first-child):not(:last-child), + .input-group .wpcf7 .wpcf7-validation-errors:not(:first-child):not(:last-child), .wpcf7 + .input-group .wpcf7-validation-errors:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, @@ -2459,15 +3298,51 @@ tbody.collapse.in { background-color: #eceeef; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } - .input-group-addon.form-control-sm, + .input-group-addon.form-control-sm, .wpcf7 .input-group-sm > input.input-group-addon[type=text], + .wpcf7 .input-group-sm > input.input-group-addon[type=search], + .wpcf7 .input-group-sm > input.input-group-addon[type=url], + .wpcf7 .input-group-sm > input.input-group-addon[type=tel], + .wpcf7 .input-group-sm > input.input-group-addon[type=number], + .wpcf7 .input-group-sm > input.input-group-addon[type=range], + .wpcf7 .input-group-sm > input.input-group-addon[type=date], + .wpcf7 .input-group-sm > input.input-group-addon[type=month], + .wpcf7 .input-group-sm > input.input-group-addon[type=week], + .wpcf7 .input-group-sm > input.input-group-addon[type=time], + .wpcf7 .input-group-sm > input.input-group-addon[type=datetime], + .wpcf7 .input-group-sm > input.input-group-addon[type=datetime-local], + .wpcf7 .input-group-sm > input.input-group-addon[type=color], + .wpcf7 .input-group-sm > input.input-group-addon[type=email], + .wpcf7 .input-group-sm > input.input-group-addon[type=file], + .wpcf7 .input-group-sm > input.input-group-addon[type=submit], + .wpcf7 .input-group-sm > select.input-group-addon, + .wpcf7 .input-group-sm > textarea.input-group-addon, .wpcf7 .input-group-sm > .input-group-addon.wpcf7-validation-errors, .input-group-sm > .input-group-addon, - .input-group-sm > .input-group-btn > .input-group-addon.btn { + .input-group-sm > .input-group-btn > .input-group-addon.btn, .wpcf7 + .input-group-sm > .input-group-btn > input.input-group-addon[type=submit] { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } - .input-group-addon.form-control-lg, + .input-group-addon.form-control-lg, .wpcf7 .input-group-lg > input.input-group-addon[type=text], + .wpcf7 .input-group-lg > input.input-group-addon[type=search], + .wpcf7 .input-group-lg > input.input-group-addon[type=url], + .wpcf7 .input-group-lg > input.input-group-addon[type=tel], + .wpcf7 .input-group-lg > input.input-group-addon[type=number], + .wpcf7 .input-group-lg > input.input-group-addon[type=range], + .wpcf7 .input-group-lg > input.input-group-addon[type=date], + .wpcf7 .input-group-lg > input.input-group-addon[type=month], + .wpcf7 .input-group-lg > input.input-group-addon[type=week], + .wpcf7 .input-group-lg > input.input-group-addon[type=time], + .wpcf7 .input-group-lg > input.input-group-addon[type=datetime], + .wpcf7 .input-group-lg > input.input-group-addon[type=datetime-local], + .wpcf7 .input-group-lg > input.input-group-addon[type=color], + .wpcf7 .input-group-lg > input.input-group-addon[type=email], + .wpcf7 .input-group-lg > input.input-group-addon[type=file], + .wpcf7 .input-group-lg > input.input-group-addon[type=submit], + .wpcf7 .input-group-lg > select.input-group-addon, + .wpcf7 .input-group-lg > textarea.input-group-addon, .wpcf7 .input-group-lg > .input-group-addon.wpcf7-validation-errors, .input-group-lg > .input-group-addon, - .input-group-lg > .input-group-btn > .input-group-addon.btn { + .input-group-lg > .input-group-btn > .input-group-addon.btn, .wpcf7 + .input-group-lg > .input-group-btn > input.input-group-addon[type=submit] { padding: 0.75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } @@ -2475,50 +3350,143 @@ tbody.collapse.in { .input-group-addon input[type="checkbox"] { margin-top: 0; } -.input-group .form-control:not(:last-child), +.input-group .form-control:not(:last-child), .input-group .wpcf7 input[type=text]:not(:last-child), .wpcf7 .input-group input[type=text]:not(:last-child), .input-group +.wpcf7 input[type=search]:not(:last-child), +.wpcf7 .input-group input[type=search]:not(:last-child), .input-group +.wpcf7 input[type=url]:not(:last-child), +.wpcf7 .input-group input[type=url]:not(:last-child), .input-group +.wpcf7 input[type=tel]:not(:last-child), +.wpcf7 .input-group input[type=tel]:not(:last-child), .input-group +.wpcf7 input[type=number]:not(:last-child), +.wpcf7 .input-group input[type=number]:not(:last-child), .input-group +.wpcf7 input[type=range]:not(:last-child), +.wpcf7 .input-group input[type=range]:not(:last-child), .input-group +.wpcf7 input[type=date]:not(:last-child), +.wpcf7 .input-group input[type=date]:not(:last-child), .input-group +.wpcf7 input[type=month]:not(:last-child), +.wpcf7 .input-group input[type=month]:not(:last-child), .input-group +.wpcf7 input[type=week]:not(:last-child), +.wpcf7 .input-group input[type=week]:not(:last-child), .input-group +.wpcf7 input[type=time]:not(:last-child), +.wpcf7 .input-group input[type=time]:not(:last-child), .input-group +.wpcf7 input[type=datetime]:not(:last-child), +.wpcf7 .input-group input[type=datetime]:not(:last-child), .input-group +.wpcf7 input[type=datetime-local]:not(:last-child), +.wpcf7 .input-group input[type=datetime-local]:not(:last-child), .input-group +.wpcf7 input[type=color]:not(:last-child), +.wpcf7 .input-group input[type=color]:not(:last-child), .input-group +.wpcf7 input[type=email]:not(:last-child), +.wpcf7 .input-group input[type=email]:not(:last-child), .input-group +.wpcf7 input[type=file]:not(:last-child), +.wpcf7 .input-group input[type=file]:not(:last-child), .input-group +.wpcf7 input[type=submit]:not(:last-child), +.wpcf7 .input-group input[type=submit]:not(:last-child), .input-group +.wpcf7 select:not(:last-child), +.wpcf7 .input-group select:not(:last-child), .input-group +.wpcf7 textarea:not(:last-child), +.wpcf7 .input-group textarea:not(:last-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:last-child), .wpcf7 .input-group .wpcf7-validation-errors:not(:last-child), .input-group-addon:not(:last-child), -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group > .btn, +.input-group-btn:not(:last-child) > .btn, .wpcf7 +.input-group-btn:not(:last-child) > input[type=submit], +.input-group-btn:not(:last-child) > .btn-group > .btn, .wpcf7 +.input-group-btn:not(:last-child) > .btn-group > input[type=submit], .input-group-btn:not(:last-child) > .dropdown-toggle, -.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { +.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 +.input-group-btn:not(:first-child) > input[type=submit]:not(:last-child):not(.dropdown-toggle), +.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .wpcf7 +.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type=submit] { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:not(:last-child) { border-right: 0; } -.input-group .form-control:not(:first-child), +.input-group .form-control:not(:first-child), .input-group .wpcf7 input[type=text]:not(:first-child), .wpcf7 .input-group input[type=text]:not(:first-child), .input-group +.wpcf7 input[type=search]:not(:first-child), +.wpcf7 .input-group input[type=search]:not(:first-child), .input-group +.wpcf7 input[type=url]:not(:first-child), +.wpcf7 .input-group input[type=url]:not(:first-child), .input-group +.wpcf7 input[type=tel]:not(:first-child), +.wpcf7 .input-group input[type=tel]:not(:first-child), .input-group +.wpcf7 input[type=number]:not(:first-child), +.wpcf7 .input-group input[type=number]:not(:first-child), .input-group +.wpcf7 input[type=range]:not(:first-child), +.wpcf7 .input-group input[type=range]:not(:first-child), .input-group +.wpcf7 input[type=date]:not(:first-child), +.wpcf7 .input-group input[type=date]:not(:first-child), .input-group +.wpcf7 input[type=month]:not(:first-child), +.wpcf7 .input-group input[type=month]:not(:first-child), .input-group +.wpcf7 input[type=week]:not(:first-child), +.wpcf7 .input-group input[type=week]:not(:first-child), .input-group +.wpcf7 input[type=time]:not(:first-child), +.wpcf7 .input-group input[type=time]:not(:first-child), .input-group +.wpcf7 input[type=datetime]:not(:first-child), +.wpcf7 .input-group input[type=datetime]:not(:first-child), .input-group +.wpcf7 input[type=datetime-local]:not(:first-child), +.wpcf7 .input-group input[type=datetime-local]:not(:first-child), .input-group +.wpcf7 input[type=color]:not(:first-child), +.wpcf7 .input-group input[type=color]:not(:first-child), .input-group +.wpcf7 input[type=email]:not(:first-child), +.wpcf7 .input-group input[type=email]:not(:first-child), .input-group +.wpcf7 input[type=file]:not(:first-child), +.wpcf7 .input-group input[type=file]:not(:first-child), .input-group +.wpcf7 input[type=submit]:not(:first-child), +.wpcf7 .input-group input[type=submit]:not(:first-child), .input-group +.wpcf7 select:not(:first-child), +.wpcf7 .input-group select:not(:first-child), .input-group +.wpcf7 textarea:not(:first-child), +.wpcf7 .input-group textarea:not(:first-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:first-child), .wpcf7 .input-group .wpcf7-validation-errors:not(:first-child), .input-group-addon:not(:first-child), -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group > .btn, +.input-group-btn:not(:first-child) > .btn, .wpcf7 +.input-group-btn:not(:first-child) > input[type=submit], +.input-group-btn:not(:first-child) > .btn-group > .btn, .wpcf7 +.input-group-btn:not(:first-child) > .btn-group > input[type=submit], .input-group-btn:not(:first-child) > .dropdown-toggle, -.input-group-btn:not(:last-child) > .btn:not(:first-child), -.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { +.input-group-btn:not(:last-child) > .btn:not(:first-child), .wpcf7 +.input-group-btn:not(:last-child) > input[type=submit]:not(:first-child), +.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .wpcf7 +.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type=submit] { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.form-control + .input-group-addon:not(:first-child) { +.form-control + .input-group-addon:not(:first-child), .wpcf7 input[type=text] + .input-group-addon:not(:first-child), +.wpcf7 input[type=search] + .input-group-addon:not(:first-child), +.wpcf7 input[type=url] + .input-group-addon:not(:first-child), +.wpcf7 input[type=tel] + .input-group-addon:not(:first-child), +.wpcf7 input[type=number] + .input-group-addon:not(:first-child), +.wpcf7 input[type=range] + .input-group-addon:not(:first-child), +.wpcf7 input[type=date] + .input-group-addon:not(:first-child), +.wpcf7 input[type=month] + .input-group-addon:not(:first-child), +.wpcf7 input[type=week] + .input-group-addon:not(:first-child), +.wpcf7 input[type=time] + .input-group-addon:not(:first-child), +.wpcf7 input[type=datetime] + .input-group-addon:not(:first-child), +.wpcf7 input[type=datetime-local] + .input-group-addon:not(:first-child), +.wpcf7 input[type=color] + .input-group-addon:not(:first-child), +.wpcf7 input[type=email] + .input-group-addon:not(:first-child), +.wpcf7 input[type=file] + .input-group-addon:not(:first-child), +.wpcf7 input[type=submit] + .input-group-addon:not(:first-child), +.wpcf7 select + .input-group-addon:not(:first-child), +.wpcf7 textarea + .input-group-addon:not(:first-child), .wpcf7 .wpcf7-validation-errors + .input-group-addon:not(:first-child) { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } - .input-group-btn > .btn { + .input-group-btn > .btn, .wpcf7 .input-group-btn > input[type=submit] { position: relative; } - .input-group-btn > .btn + .btn { + .input-group-btn > .btn + .btn, .wpcf7 .input-group-btn > input[type=submit] + .btn, .wpcf7 .input-group-btn > .btn + input[type=submit], .wpcf7 .input-group-btn > input[type=submit] + input[type=submit] { margin-left: -1px; } - .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover { + .input-group-btn > .btn:focus, .wpcf7 .input-group-btn > input[type=submit]:focus, .input-group-btn > .btn:active, .wpcf7 .input-group-btn > input[type=submit]:active, .input-group-btn > .btn:hover, .wpcf7 .input-group-btn > input[type=submit]:hover { z-index: 3; } - .input-group-btn:not(:last-child) > .btn, + .input-group-btn:not(:last-child) > .btn, .wpcf7 .input-group-btn:not(:last-child) > input[type=submit], .input-group-btn:not(:last-child) > .btn-group { margin-right: -1px; } - .input-group-btn:not(:first-child) > .btn, + .input-group-btn:not(:first-child) > .btn, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit], .input-group-btn:not(:first-child) > .btn-group { z-index: 2; margin-left: -1px; } - .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, + .input-group-btn:not(:first-child) > .btn:focus, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit]:focus, .input-group-btn:not(:first-child) > .btn:active, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit]:active, .input-group-btn:not(:first-child) > .btn:hover, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit]:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover { @@ -3403,7 +4371,7 @@ tbody.collapse.in { .tag:empty { display: none; } -.btn .tag { +.btn .tag, .wpcf7 input[type=submit] .tag { position: relative; top: -1px; } @@ -4341,7 +5309,7 @@ button.close { color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .carousel-caption .btn { + .carousel-caption .btn, .carousel-caption .wpcf7 input[type=submit], .wpcf7 .carousel-caption input[type=submit] { text-shadow: none; } @media (min-width: 576px) { @@ -5050,6 +6018,38 @@ button, [type="submit"] { cursor: pointer; } +.gallery:after { + content: ""; + display: table; + clear: both; } + +aside.widget { + clear: both; } + +/* +* Use existing Bootstrap 4 classes and +* variables to extend - override CF7 style +* +* Useful CF7 classes: +* .wpcf7 the wrapper element +* .wpcf7-form +* .wpcf7-form-control +* .wpcf7-text +* .wpcf7-email +* .wpcf7-textarea +* .wpcf7-submit +*/ +.wpcf7 { + max-width: 600px; + margin: 0 auto !important; } + .wpcf7 .wpcf7-form label { + width: 100%; } + .wpcf7 .wpcf7-not-valid-tip { + color: #d9534f !important; } + .wpcf7 .wpcf7-validation-errors { + color: #d9534f !important; + border: 1px solid #eceeef !important; } + /*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) diff --git a/css/child-theme.min.css b/css/child-theme.min.css index d574d94..b794ac3 100755 --- a/css/child-theme.min.css +++ b/css/child-theme.min.css @@ -1,2 +1,2 @@ -@charset "UTF-8";html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@media print{*,:after,:before,:first-letter,blockquote:first-line,div:first-line,li:first-line,p:first-line{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.tag{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:none!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#fece00;text-decoration:none}a:focus,a:hover{color:#b29000;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:none}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}caption,th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300}.display-2{font-size:5.5rem;font-weight:300}.display-3{font-size:4.5rem;font-weight:300}.display-4{font-size:3.5rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote-footer{display:block;font-size:80%;color:#818a91}.blockquote-footer:before{content:"\2014 \00A0"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.blockquote-reverse .blockquote-footer:before{content:""}.blockquote-reverse .blockquote-footer:after{content:"\00A0 \2014"}dl.row>dd+dt{clear:left}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img,.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#818a91}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}code{color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}code,kbd{padding:.2rem .4rem;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#373a3c}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container:after{content:"";display:table;clear:both}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container-fluid:after{content:"";display:table;clear:both}.row{margin-right:-15px;margin-left:-15px}.row:after{content:"";display:table;clear:both}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}.col-xs-1{float:left;width:8.33333%}.col-xs-2{float:left;width:16.66667%}.col-xs-3{float:left;width:25%}.col-xs-4{float:left;width:33.33333%}.col-xs-5{float:left;width:41.66667%}.col-xs-6{float:left;width:50%}.col-xs-7{float:left;width:58.33333%}.col-xs-8{float:left;width:66.66667%}.col-xs-9{float:left;width:75%}.col-xs-10{float:left;width:83.33333%}.col-xs-11{float:left;width:91.66667%}.col-xs-12{float:left;width:100%}.pull-xs-0{right:auto}.pull-xs-1{right:8.33333%}.pull-xs-2{right:16.66667%}.pull-xs-3{right:25%}.pull-xs-4{right:33.33333%}.pull-xs-5{right:41.66667%}.pull-xs-6{right:50%}.pull-xs-7{right:58.33333%}.pull-xs-8{right:66.66667%}.pull-xs-9{right:75%}.pull-xs-10{right:83.33333%}.pull-xs-11{right:91.66667%}.pull-xs-12{right:100%}.push-xs-0{left:auto}.push-xs-1{left:8.33333%}.push-xs-2{left:16.66667%}.push-xs-3{left:25%}.push-xs-4{left:33.33333%}.push-xs-5{left:41.66667%}.push-xs-6{left:50%}.push-xs-7{left:58.33333%}.push-xs-8{left:66.66667%}.push-xs-9{left:75%}.push-xs-10{left:83.33333%}.push-xs-11{left:91.66667%}.push-xs-12{left:100%}.offset-xs-1{margin-left:8.33333%}.offset-xs-2{margin-left:16.66667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333%}.offset-xs-5{margin-left:41.66667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333%}.offset-xs-8{margin-left:66.66667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333%}.offset-xs-11{margin-left:91.66667%}@media (min-width:576px){.col-sm-1{float:left;width:8.33333%}.col-sm-2{float:left;width:16.66667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.33333%}.col-sm-5{float:left;width:41.66667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.33333%}.col-sm-8{float:left;width:66.66667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.33333%}.col-sm-11{float:left;width:91.66667%}.col-sm-12{float:left;width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.33333%}.pull-sm-2{right:16.66667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.33333%}.pull-sm-5{right:41.66667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.33333%}.pull-sm-8{right:66.66667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.33333%}.pull-sm-11{right:91.66667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.33333%}.push-sm-2{left:16.66667%}.push-sm-3{left:25%}.push-sm-4{left:33.33333%}.push-sm-5{left:41.66667%}.push-sm-6{left:50%}.push-sm-7{left:58.33333%}.push-sm-8{left:66.66667%}.push-sm-9{left:75%}.push-sm-10{left:83.33333%}.push-sm-11{left:91.66667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md-1{float:left;width:8.33333%}.col-md-2{float:left;width:16.66667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.33333%}.col-md-5{float:left;width:41.66667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.33333%}.col-md-8{float:left;width:66.66667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.33333%}.col-md-11{float:left;width:91.66667%}.col-md-12{float:left;width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.33333%}.pull-md-2{right:16.66667%}.pull-md-3{right:25%}.pull-md-4{right:33.33333%}.pull-md-5{right:41.66667%}.pull-md-6{right:50%}.pull-md-7{right:58.33333%}.pull-md-8{right:66.66667%}.pull-md-9{right:75%}.pull-md-10{right:83.33333%}.pull-md-11{right:91.66667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.33333%}.push-md-2{left:16.66667%}.push-md-3{left:25%}.push-md-4{left:33.33333%}.push-md-5{left:41.66667%}.push-md-6{left:50%}.push-md-7{left:58.33333%}.push-md-8{left:66.66667%}.push-md-9{left:75%}.push-md-10{left:83.33333%}.push-md-11{left:91.66667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg-1{float:left;width:8.33333%}.col-lg-2{float:left;width:16.66667%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.33333%}.col-lg-5{float:left;width:41.66667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.33333%}.col-lg-8{float:left;width:66.66667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.33333%}.col-lg-11{float:left;width:91.66667%}.col-lg-12{float:left;width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.33333%}.pull-lg-2{right:16.66667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.33333%}.pull-lg-5{right:41.66667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.33333%}.pull-lg-8{right:66.66667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.33333%}.pull-lg-11{right:91.66667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.33333%}.push-lg-2{left:16.66667%}.push-lg-3{left:25%}.push-lg-4{left:33.33333%}.push-lg-5{left:41.66667%}.push-lg-6{left:50%}.push-lg-7{left:58.33333%}.push-lg-8{left:66.66667%}.push-lg-9{left:75%}.push-lg-10{left:83.33333%}.push-lg-11{left:91.66667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl-1{float:left;width:8.33333%}.col-xl-2{float:left;width:16.66667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.33333%}.col-xl-5{float:left;width:41.66667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.33333%}.col-xl-8{float:left;width:66.66667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.33333%}.col-xl-11{float:left;width:91.66667%}.col-xl-12{float:left;width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.33333%}.pull-xl-2{right:16.66667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.33333%}.pull-xl-5{right:41.66667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.33333%}.pull-xl-8{right:66.66667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.33333%}.pull-xl-11{right:91.66667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.33333%}.push-xl-2{left:16.66667%}.push-xl-3{left:25%}.push-xl-4{left:33.33333%}.push-xl-5{left:41.66667%}.push-xl-6{left:50%}.push-xl-7{left:58.33333%}.push-xl-8{left:66.66667%}.push-xl-9{left:75%}.push-xl-10{left:83.33333%}.push-xl-11{left:91.66667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;max-width:100%;margin-bottom:1rem}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.table tbody+tbody{border-top:2px solid #eceeef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #eceeef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th,.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-success,.table-success>td,.table-success>th{background-color:#dff0d8}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>td,.table-info>th{background-color:#d9edf7}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>td,.table-warning>th{background-color:#fcf8e3}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>td,.table-danger>th{background-color:#f2dede}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}.thead-inverse th{color:#fff;background-color:#373a3c}.thead-default th{color:#55595c;background-color:#eceeef}.table-inverse{color:#eceeef;background-color:#373a3c}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#55595c}.table-inverse.table-bordered{border:0}.table-responsive{display:block;width:100%;min-height:0;overflow-x:auto}.table-reflow thead{float:left}.table-reflow tbody{display:block;white-space:nowrap}.table-reflow td,.table-reflow th{border-top:1px solid #eceeef;border-left:1px solid #eceeef}.table-reflow td:last-child,.table-reflow th:last-child{border-right:1px solid #eceeef}.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th{border-bottom:1px solid #eceeef}.table-reflow tr{float:left}.table-reflow tr td,.table-reflow tr th{display:block!important;border:1px solid #eceeef}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#55595c;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#55595c;background-color:#fff;border-color:#66afe9;outline:none}.form-control::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eceeef;opacity:1}.form-control:disabled{cursor:not-allowed}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 2px)}select.form-control:focus::-ms-value{color:#55595c;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}.col-form-label-lg{padding-top:.75rem;padding-bottom:.75rem;font-size:1.25rem}.col-form-label-sm{padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem}.col-form-legend{margin-bottom:0;font-size:1rem}.col-form-legend,.form-control-static{padding-top:.5rem;padding-bottom:.5rem}.form-control-static{line-height:1.25;border:solid transparent;border-width:1px 0}.form-control-static.form-control-lg,.form-control-static.form-control-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:1.8125rem}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:3.16667rem}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-check{position:relative;display:block;margin-bottom:.75rem}.form-check+.form-check{margin-top:-.25rem}.form-check.disabled .form-check-label{color:#818a91;cursor:not-allowed}.form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{position:relative;display:inline-block;padding-left:1.25rem;margin-bottom:0;vertical-align:middle;cursor:pointer}.form-check-inline+.form-check-inline{margin-left:.75rem}.form-check-inline.disabled{color:#818a91;cursor:not-allowed}.form-control-feedback{margin-top:.25rem}.form-control-danger,.form-control-success,.form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.has-success .custom-control,.has-success .form-check-inline,.has-success .form-check-label,.has-success .form-control-feedback,.has-success .form-control-label{color:#5cb85c}.has-success .form-control{border-color:#5cb85c}.has-success .form-control:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #a3d7a3}.has-success .input-group-addon{color:#5cb85c;border-color:#5cb85c;background-color:#eaf6ea}.has-success .form-control-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.has-warning .custom-control,.has-warning .form-check-inline,.has-warning .form-check-label,.has-warning .form-control-feedback,.has-warning .form-control-label{color:#f0ad4e}.has-warning .form-control{border-color:#f0ad4e}.has-warning .form-control:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f8d9ac}.has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}.has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}.has-danger .custom-control,.has-danger .form-check-inline,.has-danger .form-check-label,.has-danger .form-control-feedback,.has-danger .form-control-label{color:#d9534f}.has-danger .form-control{border-color:#d9534f}.has-danger .form-control:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eba5a3}.has-danger .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fdf7f7}.has-danger .form-control-danger{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}@media (min-width:576px){.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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;width:auto;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .form-check,.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:inline-block;margin-top:0}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#fece00;border-color:#fece00}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#cba500;border-color:#c19c00}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#cba500;border-color:#c19c00;background-image:none}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#a78800;border-color:#7f6700}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary:disabled.focus,.btn-primary:disabled:focus,.btn-primary:disabled:hover{background-color:#fece00;border-color:#fece00}.btn-secondary{color:#373a3c;background-color:#fff;border-color:#ccc}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.active,.btn-secondary:active,.open>.btn-secondary.dropdown-toggle{color:#373a3c;background-color:#e6e6e6;border-color:#adadad;background-image:none}.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover,.open>.btn-secondary.dropdown-toggle.focus,.open>.btn-secondary.dropdown-toggle:focus,.open>.btn-secondary.dropdown-toggle:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.btn-secondary.disabled.focus,.btn-secondary.disabled:focus,.btn-secondary.disabled:hover,.btn-secondary:disabled.focus,.btn-secondary:disabled:focus,.btn-secondary:disabled:hover{background-color:#fff;border-color:#ccc}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aabd2;background-image:none}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info:disabled.focus,.btn-info:disabled:focus,.btn-info:disabled:hover{background-color:#5bc0de;border-color:#5bc0de}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#419641;background-image:none}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success:disabled.focus,.btn-success:disabled:focus,.btn-success:disabled:hover{background-color:#5cb85c;border-color:#5cb85c}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#eb9316;background-image:none}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning:disabled.focus,.btn-warning:disabled:focus,.btn-warning:disabled:hover{background-color:#f0ad4e;border-color:#f0ad4e}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#c12e2a;background-image:none}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger:disabled.focus,.btn-danger:disabled:focus,.btn-danger:disabled:hover{background-color:#d9534f;border-color:#d9534f}.btn-outline-primary{color:#fece00;background-image:none;background-color:transparent;border-color:#fece00}.btn-outline-primary.active,.btn-outline-primary.focus,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover,.open>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#fece00;border-color:#fece00}.btn-outline-primary.active.focus,.btn-outline-primary.active:focus,.btn-outline-primary.active:hover,.btn-outline-primary:active.focus,.btn-outline-primary:active:focus,.btn-outline-primary:active:hover,.open>.btn-outline-primary.dropdown-toggle.focus,.open>.btn-outline-primary.dropdown-toggle:focus,.open>.btn-outline-primary.dropdown-toggle:hover{color:#fff;background-color:#a78800;border-color:#7f6700}.btn-outline-primary.disabled.focus,.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled:hover,.btn-outline-primary:disabled.focus,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled:hover{border-color:#ffe265}.btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.btn-outline-secondary.active,.btn-outline-secondary.focus,.btn-outline-secondary:active,.btn-outline-secondary:focus,.btn-outline-secondary:hover,.open>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-secondary.active.focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.active:hover,.btn-outline-secondary:active.focus,.btn-outline-secondary:active:focus,.btn-outline-secondary:active:hover,.open>.btn-outline-secondary.dropdown-toggle.focus,.open>.btn-outline-secondary.dropdown-toggle:focus,.open>.btn-outline-secondary.dropdown-toggle:hover{color:#fff;background-color:#a1a1a1;border-color:#8c8c8c}.btn-outline-secondary.disabled.focus,.btn-outline-secondary.disabled:focus,.btn-outline-secondary.disabled:hover,.btn-outline-secondary:disabled.focus,.btn-outline-secondary:disabled:focus,.btn-outline-secondary:disabled:hover{border-color:#fff}.btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.btn-outline-info.active,.btn-outline-info.focus,.btn-outline-info:active,.btn-outline-info:focus,.btn-outline-info:hover,.open>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info.active.focus,.btn-outline-info.active:focus,.btn-outline-info.active:hover,.btn-outline-info:active.focus,.btn-outline-info:active:focus,.btn-outline-info:active:hover,.open>.btn-outline-info.dropdown-toggle.focus,.open>.btn-outline-info.dropdown-toggle:focus,.open>.btn-outline-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-outline-info.disabled.focus,.btn-outline-info.disabled:focus,.btn-outline-info.disabled:hover,.btn-outline-info:disabled.focus,.btn-outline-info:disabled:focus,.btn-outline-info:disabled:hover{border-color:#b0e1ef}.btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.btn-outline-success.active,.btn-outline-success.focus,.btn-outline-success:active,.btn-outline-success:focus,.btn-outline-success:hover,.open>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success.active.focus,.btn-outline-success.active:focus,.btn-outline-success.active:hover,.btn-outline-success:active.focus,.btn-outline-success:active:focus,.btn-outline-success:active:hover,.open>.btn-outline-success.dropdown-toggle.focus,.open>.btn-outline-success.dropdown-toggle:focus,.open>.btn-outline-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-outline-success.disabled.focus,.btn-outline-success.disabled:focus,.btn-outline-success.disabled:hover,.btn-outline-success:disabled.focus,.btn-outline-success:disabled:focus,.btn-outline-success:disabled:hover{border-color:#a3d7a3}.btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.btn-outline-warning.active,.btn-outline-warning.focus,.btn-outline-warning:active,.btn-outline-warning:focus,.btn-outline-warning:hover,.open>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning.active.focus,.btn-outline-warning.active:focus,.btn-outline-warning.active:hover,.btn-outline-warning:active.focus,.btn-outline-warning:active:focus,.btn-outline-warning:active:hover,.open>.btn-outline-warning.dropdown-toggle.focus,.open>.btn-outline-warning.dropdown-toggle:focus,.open>.btn-outline-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-outline-warning.disabled.focus,.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled:hover,.btn-outline-warning:disabled.focus,.btn-outline-warning:disabled:focus,.btn-outline-warning:disabled:hover{border-color:#f8d9ac}.btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.btn-outline-danger.active,.btn-outline-danger.focus,.btn-outline-danger:active,.btn-outline-danger:focus,.btn-outline-danger:hover,.open>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger.active.focus,.btn-outline-danger.active:focus,.btn-outline-danger.active:hover,.btn-outline-danger:active.focus,.btn-outline-danger:active:focus,.btn-outline-danger:active:hover,.open>.btn-outline-danger.dropdown-toggle.focus,.open>.btn-outline-danger.dropdown-toggle:focus,.open>.btn-outline-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-outline-danger.disabled.focus,.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled:hover,.btn-outline-danger:disabled.focus,.btn-outline-danger:disabled:focus,.btn-outline-danger:disabled:hover{border-color:#eba5a3}.btn-link{font-weight:400;color:#fece00;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#b29000;text-decoration:underline;background-color:transparent}.btn-link:disabled:focus,.btn-link:disabled:hover{color:#818a91;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;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{height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height}.collapsing,.dropdown,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:focus{outline:0}.dropup .dropdown-toggle:after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#373a3c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#e5e5e5}.dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:400;color:#373a3c;text-align:inherit;white-space:nowrap;background:none;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#2b2d2f;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item.active:focus,.dropdown-item.active:hover{color:#fff;text-decoration:none;background-color:#fece00;outline:0}.dropdown-item.disabled,.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{color:#818a91}.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled = false)"}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#818a91;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:.3em solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:.125rem}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left;margin-bottom:0}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.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:-.5rem}.btn-toolbar:after{content:"";display:table;clear:both}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:.5rem}.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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-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+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn+.dropdown-toggle-split:after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:.3em .3em 0;border-bottom-width:0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret{border-width:0 .3em .3em}.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:after{content:"";display:table;clear:both}.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-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){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}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;width:100%;display:table;border-collapse:separate}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.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:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#55595c;text-align:center;background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.input-group .form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group .form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.form-control+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn,.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover{z-index:3}.custom-control{position:relative;display:inline-block;padding-left:1.5rem;cursor:pointer}.custom-control+.custom-control{margin-left:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#0074d9}.custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #0074d9}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#84c6ff}.custom-control-input:disabled~.custom-control-indicator{cursor:not-allowed;background-color:#eee}.custom-control-input:disabled~.custom-control-description{color:#767676;cursor:not-allowed}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#0074d9;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E")}.custom-controls-stacked .custom-control{float:left;clear:left}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.5rem - 2px);padding:.375rem 1.75rem .375rem .75rem;padding-right:.75rem\9;color:#55595c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-image:none\9;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.custom-select:focus{border-color:#51a7e8;outline:none}.custom-select:focus::-ms-value{color:#55595c;background-color:#fff}.custom-select:disabled{color:#818a91;cursor:not-allowed;background-color:#eceeef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;cursor:pointer}.custom-file-input{min-width:14rem;max-width:100%;margin:0;filter:alpha(opacity=0);opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;user-select:none;background-color:#fff;border:1px solid #ddd;border-radius:.25rem}.custom-file-control:lang(en):after{content:"Choose file..."}.custom-file-control:before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;background-color:#eee;border:1px solid #ddd;border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en):before{content:"Browse"}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:inline-block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#818a91}.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover{color:#818a91;cursor:not-allowed;background-color:transparent}.nav-inline .nav-item{display:inline-block}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:1rem}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs:after{content:"";display:table;clear:both}.nav-tabs .nav-item{float:left;margin-bottom:-1px}.nav-tabs .nav-item+.nav-item{margin-left:.2rem}.nav-tabs .nav-link{display:block;padding:.5em 1em;border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover{color:#818a91;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#55595c;background-color:#fff;border-color:#ddd #ddd transparent}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills:after{content:"";display:table;clear:both}.nav-pills .nav-item{float:left}.nav-pills .nav-item+.nav-item{margin-left:.2rem}.nav-pills .nav-link{display:block;padding:.5em 1em;border-radius:.25rem}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{color:#fff;cursor:default;background-color:#fece00}.nav-stacked .nav-item{display:block;float:none}.nav-stacked .nav-item+.nav-item{margin-top:.2rem;margin-left:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar:after{content:"";display:table;clear:both}@media (min-width:576px){.navbar{border-radius:0}}.navbar-full{z-index:1000}@media (min-width:576px){.navbar-full{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:576px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-sticky-top{position:sticky;top:0;z-index:1030;width:100%}@media (min-width:576px){.navbar-sticky-top{border-radius:0}}.navbar-brand{float:left;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-divider{float:left;width:1px;padding-top:.425rem;padding-bottom:.425rem;margin-right:1rem;margin-left:1rem;overflow:hidden}.navbar-divider:before{content:"\00a0"}.navbar-text{display:inline-block;padding-top:.425rem;padding-bottom:.425rem}.navbar-toggler{width:2.5em;height:2em;padding:.5rem .75rem;font-size:1.25rem;line-height:1;background:transparent no-repeat 50%;background-size:24px 24px;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}@media (max-width:575px){.navbar-toggleable-xs .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-xs .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-xs .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:576px){.navbar-toggleable-xs{display:block}}@media (max-width:767px){.navbar-toggleable-sm .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-sm .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-sm .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:768px){.navbar-toggleable-sm{display:block}}@media (max-width:991px){.navbar-toggleable-md .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-md .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-md .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:992px){.navbar-toggleable-md{display:block}}.navbar-toggleable-lg:after{content:"";display:table;clear:both}@media (max-width:1199px){.navbar-toggleable-lg .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-lg .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-lg .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:1200px){.navbar-toggleable-lg{display:block}}.navbar-toggleable-xl{display:block}.navbar-toggleable-xl:after{content:"";display:table;clear:both}.navbar-toggleable-xl .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-xl .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-xl .navbar-nav .dropdown-menu{position:static;float:none}.navbar-nav .nav-item+.nav-item,.navbar-nav .nav-link+.nav-link{margin-left:1rem}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-toggler,.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active>.nav-link:focus,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active:focus,.navbar-light .navbar-nav .nav-link.active:hover,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .nav-link.open:focus,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .open>.nav-link,.navbar-light .navbar-nav .open>.nav-link:focus,.navbar-light .navbar-nav .open>.nav-link:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");border-color:rgba(0,0,0,.1)}.navbar-light .navbar-divider{background-color:rgba(0,0,0,.075)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-toggler,.navbar-dark .navbar-toggler:focus,.navbar-dark .navbar-toggler:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active>.nav-link:focus,.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active:focus,.navbar-dark .navbar-nav .nav-link.active:hover,.navbar-dark .navbar-nav .nav-link.open,.navbar-dark .navbar-nav .nav-link.open:focus,.navbar-dark .navbar-nav .nav-link.open:hover,.navbar-dark .navbar-nav .open>.nav-link,.navbar-dark .navbar-nav .open>.nav-link:focus,.navbar-dark .navbar-nav .open>.nav-link:hover{color:#fff}.navbar-dark .navbar-toggler{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-divider{background-color:hsla(0,0%,100%,.075)}.navbar-toggleable-xs:after{content:"";display:table;clear:both}@media (max-width:575px){.navbar-toggleable-xs .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:576px){.navbar-toggleable-xs{display:block!important}}.navbar-toggleable-sm:after{content:"";display:table;clear:both}@media (max-width:767px){.navbar-toggleable-sm .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:768px){.navbar-toggleable-sm{display:block!important}}.navbar-toggleable-md:after{content:"";display:table;clear:both}@media (max-width:991px){.navbar-toggleable-md .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:992px){.navbar-toggleable-md{display:block!important}}.card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border-radius:.25rem;border:1px solid rgba(0,0,0,.125)}.card-block{padding:1.25rem}.card-block:after{content:"";display:table;clear:both}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f5f5f5;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:after{content:"";display:table;clear:both}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.125)}.card-footer:after{content:"";display:table;clear:both}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-primary{background-color:#fece00;border-color:#fece00}.card-primary .card-footer,.card-primary .card-header{background-color:transparent}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-success .card-footer,.card-success .card-header{background-color:transparent}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-footer,.card-info .card-header{background-color:transparent}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-warning .card-footer,.card-warning .card-header{background-color:transparent}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-danger .card-footer,.card-danger .card-header,.card-outline-primary{background-color:transparent}.card-outline-primary{border-color:#fece00}.card-outline-secondary{background-color:transparent;border-color:#ccc}.card-outline-info{background-color:transparent;border-color:#5bc0de}.card-outline-success{background-color:transparent;border-color:#5cb85c}.card-outline-warning{background-color:transparent;border-color:#f0ad4e}.card-outline-danger{background-color:transparent;border-color:#d9534f}.card-inverse .card-footer,.card-inverse .card-header{border-color:hsla(0,0%,100%,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{color:hsla(0,0%,100%,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:calc(.25rem - 1px)}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:table;width:100%;margin-bottom:.75rem;table-layout:fixed;border-spacing:1.25rem 0}.card-deck .card{display:table-cell;margin-bottom:0;vertical-align:top}.card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width:576px){.card-group{display:table;width:100%;table-layout:fixed}.card-group .card{display:table-cell;vertical-align:top}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child),.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb:after{content:"";display:table;clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#818a91;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#818a91}.pagination{display:inline-block;padding-left:0;margin-top:1rem;margin-bottom:1rem;border-radius:.25rem}.page-item{display:inline}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link,.page-item.active .page-link:focus,.page-item.active .page-link:hover{z-index:2;color:#fff;cursor:default;background-color:#fece00;border-color:#fece00}.page-item.disabled .page-link,.page-item.disabled .page-link:focus,.page-item.disabled .page-link:hover{color:#818a91;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;float:left;padding:.5rem .75rem;margin-left:-1px;color:#fece00;text-decoration:none;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#b29000;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.275rem .75rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.tag{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.tag:empty{display:none}.btn .tag{position:relative;top:-1px}a.tag:focus,a.tag:hover{color:#fff;text-decoration:none;cursor:pointer}.tag-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tag-default{background-color:#818a91}.tag-default[href]:focus,.tag-default[href]:hover{background-color:#687077}.tag-primary{background-color:#fece00}.tag-primary[href]:focus,.tag-primary[href]:hover{background-color:#cba500}.tag-success{background-color:#5cb85c}.tag-success[href]:focus,.tag-success[href]:hover{background-color:#449d44}.tag-info{background-color:#5bc0de}.tag-info[href]:focus,.tag-info[href]:hover{background-color:#31b0d5}.tag-warning{background-color:#f0ad4e}.tag-warning[href]:focus,.tag-warning[href]:hover{background-color:#ec971f}.tag-danger{background-color:#d9534f}.tag-danger[href]:focus,.tag-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:2.5rem}.alert-dismissible .close{position:relative;top:-.125rem;right:-1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:block;width:100%;height:1rem;margin-bottom:1rem}.progress[value]{background-color:#eee;border:0;appearance:none;border-radius:.25rem}.progress[value]::-ms-fill{background-color:#0074d9;border:0}.progress[value]::-moz-progress-bar{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value]::-webkit-progress-value{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value="100"]::-moz-progress-bar{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value="100"]::-webkit-progress-value{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:.25rem}.progress[value],base::-moz-progress-bar{background-color:#eee;border-radius:.25rem}@media screen and (min-width:0\0){.progress{background-color:#eee;border-radius:.25rem}.progress-bar{display:inline-block;height:1rem;text-indent:-999rem;background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[width="100%"]{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}}.progress-striped[value]::-webkit-progress-value{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-striped[value]::-moz-progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-striped[value]::-ms-fill{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}@media screen and (min-width:0\0){.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}}.progress-animated[value]::-webkit-progress-value{animation:a 2s linear infinite}.progress-animated[value]::-moz-progress-bar{animation:a 2s linear infinite}@media screen and (min-width:0\0){.progress-animated .progress-bar-striped{animation:a 2s linear infinite}}.progress-success[value]::-webkit-progress-value{background-color:#5cb85c}.progress-success[value]::-moz-progress-bar{background-color:#5cb85c}.progress-success[value]::-ms-fill{background-color:#5cb85c}@media screen and (min-width:0\0){.progress-success .progress-bar{background-color:#5cb85c}}.progress-info[value]::-webkit-progress-value{background-color:#5bc0de}.progress-info[value]::-moz-progress-bar{background-color:#5bc0de}.progress-info[value]::-ms-fill{background-color:#5bc0de}@media screen and (min-width:0\0){.progress-info .progress-bar{background-color:#5bc0de}}.progress-warning[value]::-webkit-progress-value{background-color:#f0ad4e}.progress-warning[value]::-moz-progress-bar{background-color:#f0ad4e}.progress-warning[value]::-ms-fill{background-color:#f0ad4e}@media screen and (min-width:0\0){.progress-warning .progress-bar{background-color:#f0ad4e}}.progress-danger[value]::-webkit-progress-value{background-color:#d9534f}.progress-danger[value]::-moz-progress-bar{background-color:#d9534f}.progress-danger[value]::-ms-fill{background-color:#d9534f}@media screen and (min-width:0\0){.progress-danger .progress-bar{background-color:#d9534f}}.media,.media-body{overflow:hidden}.media-body{width:10000px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right{padding-left:10px}.media-left{padding-right:10px}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:0}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#818a91;cursor:not-allowed;background-color:#eceeef}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#818a91}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;text-decoration:none;background-color:#fece00;border-color:#fece00}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#fff5cb}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-item-action{width:100%;color:#555;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#333}.list-group-item-action:focus,.list-group-item-action:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9{padding-bottom:42.85714%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.embed-responsive-1by1{padding-bottom:100%}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-25%)}.modal.in .modal-dialog{transform:translate(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;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after{content:"";display:table;clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.5}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after{content:"";display:table;clear:both}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:600px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.in{opacity:.9}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,.tooltip.tooltip-top .tooltip-inner:before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right{padding:0 5px;margin-left:3px}.tooltip.bs-tether-element-attached-left .tooltip-inner:before,.tooltip.tooltip-right .tooltip-inner:before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.tooltip.bs-tether-element-attached-top .tooltip-inner:before,.tooltip.tooltip-bottom .tooltip-inner:before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.tooltip.bs-tether-element-attached-right .tooltip-inner:before,.tooltip.tooltip-left .tooltip-inner:before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner:before{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.bs-tether-element-attached-bottom,.popover.popover-top{margin-top:-10px}.popover.bs-tether-element-attached-bottom:after,.popover.bs-tether-element-attached-bottom:before,.popover.popover-top:after,.popover.popover-top:before{left:50%;border-bottom-width:0}.popover.bs-tether-element-attached-bottom:before,.popover.popover-top:before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-bottom:after,.popover.popover-top:after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.bs-tether-element-attached-left,.popover.popover-right{margin-left:10px}.popover.bs-tether-element-attached-left:after,.popover.bs-tether-element-attached-left:before,.popover.popover-right:after,.popover.popover-right:before{top:50%;border-left-width:0}.popover.bs-tether-element-attached-left:before,.popover.popover-right:before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-left:after,.popover.popover-right:after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.bs-tether-element-attached-top,.popover.popover-bottom{margin-top:10px}.popover.bs-tether-element-attached-top:after,.popover.bs-tether-element-attached-top:before,.popover.popover-bottom:after,.popover.popover-bottom:before{left:50%;border-top-width:0}.popover.bs-tether-element-attached-top:before,.popover.popover-bottom:before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-top:after,.popover.popover-bottom:after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.bs-tether-element-attached-top .popover-title:before,.popover.popover-bottom .popover-title:before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-tether-element-attached-right,.popover.popover-left{margin-left:-10px}.popover.bs-tether-element-attached-right:after,.popover.bs-tether-element-attached-right:before,.popover.popover-left:after,.popover.popover-left:before{top:50%;border-right-width:0}.popover.bs-tether-element-attached-right:before,.popover.popover-left:before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-right:after,.popover.popover-left:after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:.2375rem .2375rem 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover:after,.popover:before{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover:before{content:"";border-width:11px}.popover:after{content:"";border-width:10px}.carousel,.carousel-inner{position:relative}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.carousel-item{position:relative;display:none;transition:left .6s ease-in-out}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img{line-height:1}@media (-webkit-transform-3d),all and (transform-3d){.carousel-inner>.carousel-item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.carousel-item.active.right,.carousel-inner>.carousel-item.next{left:0;transform:translate3d(100%,0,0)}.carousel-inner>.carousel-item.active.left,.carousel-inner>.carousel-item.prev{left:0;transform:translate3d(-100%,0,0)}.carousel-inner>.carousel-item.active,.carousel-inner>.carousel-item.next.left,.carousel-inner>.carousel-item.prev.right{left:0;transform:translateZ(0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5}.carousel-control.left{background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:transparent;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media (min-width:576px){.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .icon-prev{margin-left:-15px}.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-faded{background-color:#f7f7f9}.bg-primary{background-color:#fece00!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#cba500!important}.bg-success{background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44!important}.bg-info{background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5!important}.bg-warning{background-color:#f0ad4e!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f!important}.bg-danger{background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c!important}.bg-inverse{background-color:#373a3c!important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#1f2021!important}.rounded{border-radius:.25rem}.rounded-top{border-top-left-radius:.25rem}.rounded-right,.rounded-top{border-top-right-radius:.25rem}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem}.rounded-left{border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.clearfix:after{content:"";display:table;clear:both}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.float-xs-left{float:left!important}.float-xs-right{float:right!important}.float-xs-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.w-100{width:100%!important}.h-100{height:100%!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:1rem!important}.mt-1{margin-top:1rem!important}.mr-1{margin-right:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1,.mx-1{margin-left:1rem!important}.mx-1{margin-right:1rem!important}.my-1{margin-top:1rem!important;margin-bottom:1rem!important}.m-2{margin:1.5rem!important}.mt-2{margin-top:1.5rem!important}.mr-2{margin-right:1.5rem!important}.mb-2{margin-bottom:1.5rem!important}.ml-2,.mx-2{margin-left:1.5rem!important}.mx-2{margin-right:1.5rem!important}.my-2{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-3{margin:3rem!important}.mt-3{margin-top:3rem!important}.mr-3{margin-right:3rem!important}.mb-3{margin-bottom:3rem!important}.ml-3,.mx-3{margin-left:3rem!important}.mx-3{margin-right:3rem!important}.my-3{margin-top:3rem!important;margin-bottom:3rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:1rem!important}.pt-1{padding-top:1rem!important}.pr-1{padding-right:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1,.px-1{padding-left:1rem!important}.px-1{padding-right:1rem!important}.py-1{padding-top:1rem!important;padding-bottom:1rem!important}.p-2{padding:1.5rem!important}.pt-2{padding-top:1.5rem!important}.pr-2{padding-right:1.5rem!important}.pb-2{padding-bottom:1.5rem!important}.pl-2,.px-2{padding-left:1.5rem!important}.px-2{padding-right:1.5rem!important}.py-2{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-3{padding:3rem!important}.pt-3{padding-top:3rem!important}.pr-3{padding-right:3rem!important}.pb-3{padding-bottom:3rem!important}.pl-3,.px-3{padding-left:3rem!important}.px-3{padding-right:3rem!important}.py-3{padding-top:3rem!important;padding-bottom:3rem!important}.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff!important}.text-muted{color:#818a91!important}a.text-muted:focus,a.text-muted:hover{color:#687077!important}.text-primary{color:#fece00!important}a.text-primary:focus,a.text-primary:hover{color:#cba500!important}.text-success{color:#5cb85c!important}a.text-success:focus,a.text-success:hover{color:#449d44!important}.text-info{color:#5bc0de!important}a.text-info:focus,a.text-info:hover{color:#31b0d5!important}.text-warning{color:#f0ad4e!important}a.text-warning:focus,a.text-warning:hover{color:#ec971f!important}.text-danger{color:#d9534f!important}a.text-danger:focus,a.text-danger:hover{color:#c9302c!important}.text-gray-dark{color:#373a3c!important}a.text-gray-dark:focus,a.text-gray-dark:hover{color:#1f2021!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.invisible{visibility:hidden!important}.hidden-xs-up{display:none!important}@media (max-width:575px){.hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down,.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}}.wrapper{padding:30px 0}#wrapper-hero{padding:0!important}.bypostauthor,.gallery-caption,.sticky{font-size:inherit}.wrapper#wrapper-sticky{border-bottom:1px solid #818a91}#wrapper-footer-full,#wrapper-static-hero{background-color:#eceeef}.screen-reader-text,.wp-caption,.wp-caption-text{font-size:inherit}.alignright{float:right;padding-left:10px}.alignleft{float:left;padding-right:10px}.aligncenter{margin:0 auto}.entry-footer span{padding-right:10px}#secondary img,article img,figure,img,img.wp-post-image{max-width:100%;height:auto}a.skip-link{position:fixed;z-index:1000;top:0;right:0}.jumbotron{margin-bottom:0}.menu-item{float:left;display:inline;width:auto}.navbar-toggle{position:relative;float:right;margin-right:1rem;padding:9px 10px;background-color:transparent;background-image:none;border:1px solid transparent}.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}.navbar .collapse.in,.navbar .collapsing{float:left;width:100%}.navbar-dark .navbar-toggle{border:1px solid #fff}.navbar-dark .icon-bar{border-bottom:1px solid #fff}.navbar-dark .dropdown-menu{background-color:#373a3c}.navbar #main-menu,.navbar-nav .nav-item{float:left}.navbar-nav .nav-link{display:block;padding-top:.425rem;padding-bottom:.425rem}.navbar-nav .nav-item+.nav-item,.navbar-nav .nav-link+.nav-link{margin-left:0}.nav-link{margin-right:.425rem;margin-left:.425rem}.paged-navigation,.post-navigation{padding:15px 0;margin:30px 0;border-top:1px solid #eceeef}.dropdown-menu .dropdown-menu{position:relative;display:block;margin-left:10px;border:none;box-shadow:none}.dropdown-menu .dropdown-menu li{padding-left:0;list-style:square}.dropdown-menu .menu-item{width:100%}.dropdown-menu .menu-item a:hover{background-color:#fece00}[type=button],[type=reset],[type=submit],button{cursor:pointer}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{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}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:b 2s infinite linear;animation:b 2s infinite linear}.fa-pulse{-webkit-animation:b 1s infinite steps(8);animation:b 1s infinite steps(8)}@-webkit-keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:c}@keyframes c{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block} +@charset "UTF-8";html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@media print{*,:after,:before,:first-letter,blockquote:first-line,div:first-line,li:first-line,p:first-line{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret,.wpcf7 .dropup>input[type=submit]>.caret,.wpcf7 input[type=submit]>.caret{border-top-color:#000!important}.tag{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:none!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#fece00;text-decoration:none}a:focus,a:hover{color:#b29000;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:none}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}caption,th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300}.display-2{font-size:5.5rem;font-weight:300}.display-3{font-size:4.5rem;font-weight:300}.display-4{font-size:3.5rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote-footer{display:block;font-size:80%;color:#818a91}.blockquote-footer:before{content:"\2014 \00A0"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.blockquote-reverse .blockquote-footer:before{content:""}.blockquote-reverse .blockquote-footer:after{content:"\00A0 \2014"}dl.row>dd+dt{clear:left}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img,.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#818a91}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}code{color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}code,kbd{padding:.2rem .4rem;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#373a3c}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container:after{content:"";display:table;clear:both}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container-fluid:after{content:"";display:table;clear:both}.row{margin-right:-15px;margin-left:-15px}.row:after{content:"";display:table;clear:both}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col-lg,.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,.col-md,.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,.col-sm,.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,.col-xl,.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,.col-xs,.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{padding-right:15px;padding-left:15px}}.col-xs-1{float:left;width:8.33333%}.col-xs-2{float:left;width:16.66667%}.col-xs-3{float:left;width:25%}.col-xs-4{float:left;width:33.33333%}.col-xs-5{float:left;width:41.66667%}.col-xs-6{float:left;width:50%}.col-xs-7{float:left;width:58.33333%}.col-xs-8{float:left;width:66.66667%}.col-xs-9{float:left;width:75%}.col-xs-10{float:left;width:83.33333%}.col-xs-11{float:left;width:91.66667%}.col-xs-12{float:left;width:100%}.pull-xs-0{right:auto}.pull-xs-1{right:8.33333%}.pull-xs-2{right:16.66667%}.pull-xs-3{right:25%}.pull-xs-4{right:33.33333%}.pull-xs-5{right:41.66667%}.pull-xs-6{right:50%}.pull-xs-7{right:58.33333%}.pull-xs-8{right:66.66667%}.pull-xs-9{right:75%}.pull-xs-10{right:83.33333%}.pull-xs-11{right:91.66667%}.pull-xs-12{right:100%}.push-xs-0{left:auto}.push-xs-1{left:8.33333%}.push-xs-2{left:16.66667%}.push-xs-3{left:25%}.push-xs-4{left:33.33333%}.push-xs-5{left:41.66667%}.push-xs-6{left:50%}.push-xs-7{left:58.33333%}.push-xs-8{left:66.66667%}.push-xs-9{left:75%}.push-xs-10{left:83.33333%}.push-xs-11{left:91.66667%}.push-xs-12{left:100%}.offset-xs-1{margin-left:8.33333%}.offset-xs-2{margin-left:16.66667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333%}.offset-xs-5{margin-left:41.66667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333%}.offset-xs-8{margin-left:66.66667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333%}.offset-xs-11{margin-left:91.66667%}@media (min-width:576px){.col-sm-1{float:left;width:8.33333%}.col-sm-2{float:left;width:16.66667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.33333%}.col-sm-5{float:left;width:41.66667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.33333%}.col-sm-8{float:left;width:66.66667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.33333%}.col-sm-11{float:left;width:91.66667%}.col-sm-12{float:left;width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.33333%}.pull-sm-2{right:16.66667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.33333%}.pull-sm-5{right:41.66667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.33333%}.pull-sm-8{right:66.66667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.33333%}.pull-sm-11{right:91.66667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.33333%}.push-sm-2{left:16.66667%}.push-sm-3{left:25%}.push-sm-4{left:33.33333%}.push-sm-5{left:41.66667%}.push-sm-6{left:50%}.push-sm-7{left:58.33333%}.push-sm-8{left:66.66667%}.push-sm-9{left:75%}.push-sm-10{left:83.33333%}.push-sm-11{left:91.66667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md-1{float:left;width:8.33333%}.col-md-2{float:left;width:16.66667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.33333%}.col-md-5{float:left;width:41.66667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.33333%}.col-md-8{float:left;width:66.66667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.33333%}.col-md-11{float:left;width:91.66667%}.col-md-12{float:left;width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.33333%}.pull-md-2{right:16.66667%}.pull-md-3{right:25%}.pull-md-4{right:33.33333%}.pull-md-5{right:41.66667%}.pull-md-6{right:50%}.pull-md-7{right:58.33333%}.pull-md-8{right:66.66667%}.pull-md-9{right:75%}.pull-md-10{right:83.33333%}.pull-md-11{right:91.66667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.33333%}.push-md-2{left:16.66667%}.push-md-3{left:25%}.push-md-4{left:33.33333%}.push-md-5{left:41.66667%}.push-md-6{left:50%}.push-md-7{left:58.33333%}.push-md-8{left:66.66667%}.push-md-9{left:75%}.push-md-10{left:83.33333%}.push-md-11{left:91.66667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg-1{float:left;width:8.33333%}.col-lg-2{float:left;width:16.66667%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.33333%}.col-lg-5{float:left;width:41.66667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.33333%}.col-lg-8{float:left;width:66.66667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.33333%}.col-lg-11{float:left;width:91.66667%}.col-lg-12{float:left;width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.33333%}.pull-lg-2{right:16.66667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.33333%}.pull-lg-5{right:41.66667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.33333%}.pull-lg-8{right:66.66667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.33333%}.pull-lg-11{right:91.66667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.33333%}.push-lg-2{left:16.66667%}.push-lg-3{left:25%}.push-lg-4{left:33.33333%}.push-lg-5{left:41.66667%}.push-lg-6{left:50%}.push-lg-7{left:58.33333%}.push-lg-8{left:66.66667%}.push-lg-9{left:75%}.push-lg-10{left:83.33333%}.push-lg-11{left:91.66667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl-1{float:left;width:8.33333%}.col-xl-2{float:left;width:16.66667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.33333%}.col-xl-5{float:left;width:41.66667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.33333%}.col-xl-8{float:left;width:66.66667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.33333%}.col-xl-11{float:left;width:91.66667%}.col-xl-12{float:left;width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.33333%}.pull-xl-2{right:16.66667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.33333%}.pull-xl-5{right:41.66667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.33333%}.pull-xl-8{right:66.66667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.33333%}.pull-xl-11{right:91.66667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.33333%}.push-xl-2{left:16.66667%}.push-xl-3{left:25%}.push-xl-4{left:33.33333%}.push-xl-5{left:41.66667%}.push-xl-6{left:50%}.push-xl-7{left:58.33333%}.push-xl-8{left:66.66667%}.push-xl-9{left:75%}.push-xl-10{left:83.33333%}.push-xl-11{left:91.66667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;max-width:100%;margin-bottom:1rem}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.table tbody+tbody{border-top:2px solid #eceeef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #eceeef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th,.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-success,.table-success>td,.table-success>th{background-color:#dff0d8}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>td,.table-info>th{background-color:#d9edf7}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>td,.table-warning>th{background-color:#fcf8e3}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>td,.table-danger>th{background-color:#f2dede}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}.thead-inverse th{color:#fff;background-color:#373a3c}.thead-default th{color:#55595c;background-color:#eceeef}.table-inverse{color:#eceeef;background-color:#373a3c}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#55595c}.table-inverse.table-bordered{border:0}.table-responsive{display:block;width:100%;min-height:0;overflow-x:auto}.table-reflow thead{float:left}.table-reflow tbody{display:block;white-space:nowrap}.table-reflow td,.table-reflow th{border-top:1px solid #eceeef;border-left:1px solid #eceeef}.table-reflow td:last-child,.table-reflow th:last-child{border-right:1px solid #eceeef}.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th{border-bottom:1px solid #eceeef}.table-reflow tr{float:left}.table-reflow tr td,.table-reflow tr th{display:block!important;border:1px solid #eceeef}.form-control,.wpcf7 .wpcf7-validation-errors,.wpcf7 input[type=color],.wpcf7 input[type=date],.wpcf7 input[type=datetime-local],.wpcf7 input[type=datetime],.wpcf7 input[type=email],.wpcf7 input[type=file],.wpcf7 input[type=month],.wpcf7 input[type=number],.wpcf7 input[type=range],.wpcf7 input[type=search],.wpcf7 input[type=submit],.wpcf7 input[type=tel],.wpcf7 input[type=text],.wpcf7 input[type=time],.wpcf7 input[type=url],.wpcf7 input[type=week],.wpcf7 select,.wpcf7 textarea{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#55595c;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.form-control::-ms-expand,.wpcf7 .wpcf7-validation-errors::-ms-expand,.wpcf7 input[type=color]::-ms-expand,.wpcf7 input[type=date]::-ms-expand,.wpcf7 input[type=datetime-local]::-ms-expand,.wpcf7 input[type=datetime]::-ms-expand,.wpcf7 input[type=email]::-ms-expand,.wpcf7 input[type=file]::-ms-expand,.wpcf7 input[type=month]::-ms-expand,.wpcf7 input[type=number]::-ms-expand,.wpcf7 input[type=range]::-ms-expand,.wpcf7 input[type=search]::-ms-expand,.wpcf7 input[type=submit]::-ms-expand,.wpcf7 input[type=tel]::-ms-expand,.wpcf7 input[type=text]::-ms-expand,.wpcf7 input[type=time]::-ms-expand,.wpcf7 input[type=url]::-ms-expand,.wpcf7 input[type=week]::-ms-expand,.wpcf7 select::-ms-expand,.wpcf7 textarea::-ms-expand{background-color:transparent;border:0}.form-control:focus,.wpcf7 .wpcf7-validation-errors:focus,.wpcf7 input[type=color]:focus,.wpcf7 input[type=date]:focus,.wpcf7 input[type=datetime-local]:focus,.wpcf7 input[type=datetime]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=file]:focus,.wpcf7 input[type=month]:focus,.wpcf7 input[type=number]:focus,.wpcf7 input[type=range]:focus,.wpcf7 input[type=search]:focus,.wpcf7 input[type=submit]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 input[type=text]:focus,.wpcf7 input[type=time]:focus,.wpcf7 input[type=url]:focus,.wpcf7 input[type=week]:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{color:#55595c;background-color:#fff;border-color:#66afe9;outline:none}.form-control::placeholder,.wpcf7 .wpcf7-validation-errors::placeholder,.wpcf7 input[type=color]::placeholder,.wpcf7 input[type=date]::placeholder,.wpcf7 input[type=datetime-local]::placeholder,.wpcf7 input[type=datetime]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=file]::placeholder,.wpcf7 input[type=month]::placeholder,.wpcf7 input[type=number]::placeholder,.wpcf7 input[type=range]::placeholder,.wpcf7 input[type=search]::placeholder,.wpcf7 input[type=submit]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=time]::placeholder,.wpcf7 input[type=url]::placeholder,.wpcf7 input[type=week]::placeholder,.wpcf7 select::placeholder,.wpcf7 textarea::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly],.wpcf7 .wpcf7-validation-errors:disabled,.wpcf7 [readonly].wpcf7-validation-errors,.wpcf7 input[readonly][type=color],.wpcf7 input[readonly][type=date],.wpcf7 input[readonly][type=datetime-local],.wpcf7 input[readonly][type=datetime],.wpcf7 input[readonly][type=email],.wpcf7 input[readonly][type=file],.wpcf7 input[readonly][type=month],.wpcf7 input[readonly][type=number],.wpcf7 input[readonly][type=range],.wpcf7 input[readonly][type=search],.wpcf7 input[readonly][type=submit],.wpcf7 input[readonly][type=tel],.wpcf7 input[readonly][type=text],.wpcf7 input[readonly][type=time],.wpcf7 input[readonly][type=url],.wpcf7 input[readonly][type=week],.wpcf7 input[type=color]:disabled,.wpcf7 input[type=date]:disabled,.wpcf7 input[type=datetime-local]:disabled,.wpcf7 input[type=datetime]:disabled,.wpcf7 input[type=email]:disabled,.wpcf7 input[type=file]:disabled,.wpcf7 input[type=month]:disabled,.wpcf7 input[type=number]:disabled,.wpcf7 input[type=range]:disabled,.wpcf7 input[type=search]:disabled,.wpcf7 input[type=submit]:disabled,.wpcf7 input[type=tel]:disabled,.wpcf7 input[type=text]:disabled,.wpcf7 input[type=time]:disabled,.wpcf7 input[type=url]:disabled,.wpcf7 input[type=week]:disabled,.wpcf7 select:disabled,.wpcf7 select[readonly],.wpcf7 textarea:disabled,.wpcf7 textarea[readonly]{background-color:#eceeef;opacity:1}.form-control:disabled,.wpcf7 .wpcf7-validation-errors:disabled,.wpcf7 input[type=color]:disabled,.wpcf7 input[type=date]:disabled,.wpcf7 input[type=datetime-local]:disabled,.wpcf7 input[type=datetime]:disabled,.wpcf7 input[type=email]:disabled,.wpcf7 input[type=file]:disabled,.wpcf7 input[type=month]:disabled,.wpcf7 input[type=number]:disabled,.wpcf7 input[type=range]:disabled,.wpcf7 input[type=search]:disabled,.wpcf7 input[type=submit]:disabled,.wpcf7 input[type=tel]:disabled,.wpcf7 input[type=text]:disabled,.wpcf7 input[type=time]:disabled,.wpcf7 input[type=url]:disabled,.wpcf7 input[type=week]:disabled,.wpcf7 select:disabled,.wpcf7 textarea:disabled{cursor:not-allowed}.wpcf7 select:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 2px)}.wpcf7 select:focus::-ms-value,select.form-control:focus::-ms-value{color:#55595c;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}.col-form-label-lg{padding-top:.75rem;padding-bottom:.75rem;font-size:1.25rem}.col-form-label-sm{padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem}.col-form-legend{margin-bottom:0;font-size:1rem}.col-form-legend,.form-control-static{padding-top:.5rem;padding-bottom:.5rem}.form-control-static{line-height:1.25;border:solid transparent;border-width:1px 0}.form-control-static.form-control-lg,.form-control-static.form-control-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.wpcf7 .input-group-lg>.form-control-static.wpcf7-validation-errors,.wpcf7 .input-group-lg>.input-group-btn>input.form-control-static[type=submit],.wpcf7 .input-group-lg>input.form-control-static[type=color],.wpcf7 .input-group-lg>input.form-control-static[type=date],.wpcf7 .input-group-lg>input.form-control-static[type=datetime-local],.wpcf7 .input-group-lg>input.form-control-static[type=datetime],.wpcf7 .input-group-lg>input.form-control-static[type=email],.wpcf7 .input-group-lg>input.form-control-static[type=file],.wpcf7 .input-group-lg>input.form-control-static[type=month],.wpcf7 .input-group-lg>input.form-control-static[type=number],.wpcf7 .input-group-lg>input.form-control-static[type=range],.wpcf7 .input-group-lg>input.form-control-static[type=search],.wpcf7 .input-group-lg>input.form-control-static[type=submit],.wpcf7 .input-group-lg>input.form-control-static[type=tel],.wpcf7 .input-group-lg>input.form-control-static[type=text],.wpcf7 .input-group-lg>input.form-control-static[type=time],.wpcf7 .input-group-lg>input.form-control-static[type=url],.wpcf7 .input-group-lg>input.form-control-static[type=week],.wpcf7 .input-group-lg>select.form-control-static,.wpcf7 .input-group-lg>textarea.form-control-static,.wpcf7 .input-group-sm>.form-control-static.wpcf7-validation-errors,.wpcf7 .input-group-sm>.input-group-btn>input.form-control-static[type=submit],.wpcf7 .input-group-sm>input.form-control-static[type=color],.wpcf7 .input-group-sm>input.form-control-static[type=date],.wpcf7 .input-group-sm>input.form-control-static[type=datetime-local],.wpcf7 .input-group-sm>input.form-control-static[type=datetime],.wpcf7 .input-group-sm>input.form-control-static[type=email],.wpcf7 .input-group-sm>input.form-control-static[type=file],.wpcf7 .input-group-sm>input.form-control-static[type=month],.wpcf7 .input-group-sm>input.form-control-static[type=number],.wpcf7 .input-group-sm>input.form-control-static[type=range],.wpcf7 .input-group-sm>input.form-control-static[type=search],.wpcf7 .input-group-sm>input.form-control-static[type=submit],.wpcf7 .input-group-sm>input.form-control-static[type=tel],.wpcf7 .input-group-sm>input.form-control-static[type=text],.wpcf7 .input-group-sm>input.form-control-static[type=time],.wpcf7 .input-group-sm>input.form-control-static[type=url],.wpcf7 .input-group-sm>input.form-control-static[type=week],.wpcf7 .input-group-sm>select.form-control-static,.wpcf7 .input-group-sm>textarea.form-control-static{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.wpcf7 .input-group-sm>.input-group-btn>input[type=submit],.wpcf7 .input-group-sm>.wpcf7-validation-errors,.wpcf7 .input-group-sm>input[type=color],.wpcf7 .input-group-sm>input[type=date],.wpcf7 .input-group-sm>input[type=datetime-local],.wpcf7 .input-group-sm>input[type=datetime],.wpcf7 .input-group-sm>input[type=email],.wpcf7 .input-group-sm>input[type=file],.wpcf7 .input-group-sm>input[type=month],.wpcf7 .input-group-sm>input[type=number],.wpcf7 .input-group-sm>input[type=range],.wpcf7 .input-group-sm>input[type=search],.wpcf7 .input-group-sm>input[type=submit],.wpcf7 .input-group-sm>input[type=tel],.wpcf7 .input-group-sm>input[type=text],.wpcf7 .input-group-sm>input[type=time],.wpcf7 .input-group-sm>input[type=url],.wpcf7 .input-group-sm>input[type=week],.wpcf7 .input-group-sm>select,.wpcf7 .input-group-sm>textarea{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),.wpcf7 .input-group-sm>select:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:1.8125rem}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.wpcf7 .input-group-lg>.input-group-btn>input[type=submit],.wpcf7 .input-group-lg>.wpcf7-validation-errors,.wpcf7 .input-group-lg>input[type=color],.wpcf7 .input-group-lg>input[type=date],.wpcf7 .input-group-lg>input[type=datetime-local],.wpcf7 .input-group-lg>input[type=datetime],.wpcf7 .input-group-lg>input[type=email],.wpcf7 .input-group-lg>input[type=file],.wpcf7 .input-group-lg>input[type=month],.wpcf7 .input-group-lg>input[type=number],.wpcf7 .input-group-lg>input[type=range],.wpcf7 .input-group-lg>input[type=search],.wpcf7 .input-group-lg>input[type=submit],.wpcf7 .input-group-lg>input[type=tel],.wpcf7 .input-group-lg>input[type=text],.wpcf7 .input-group-lg>input[type=time],.wpcf7 .input-group-lg>input[type=url],.wpcf7 .input-group-lg>input[type=week],.wpcf7 .input-group-lg>select,.wpcf7 .input-group-lg>textarea{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),.wpcf7 .input-group-lg>select:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:3.16667rem}.form-group,.wpcf7 .wpcf7-form p{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-check{position:relative;display:block;margin-bottom:.75rem}.form-check+.form-check{margin-top:-.25rem}.form-check.disabled .form-check-label{color:#818a91;cursor:not-allowed}.form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{position:relative;display:inline-block;padding-left:1.25rem;margin-bottom:0;vertical-align:middle;cursor:pointer}.form-check-inline+.form-check-inline{margin-left:.75rem}.form-check-inline.disabled{color:#818a91;cursor:not-allowed}.form-control-feedback{margin-top:.25rem}.form-control-danger,.form-control-success,.form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.has-success .custom-control,.has-success .form-check-inline,.has-success .form-check-label,.has-success .form-control-feedback,.has-success .form-control-label{color:#5cb85c}.has-success .form-control,.has-success .wpcf7 .wpcf7-validation-errors,.has-success .wpcf7 input[type=color],.has-success .wpcf7 input[type=date],.has-success .wpcf7 input[type=datetime-local],.has-success .wpcf7 input[type=datetime],.has-success .wpcf7 input[type=email],.has-success .wpcf7 input[type=file],.has-success .wpcf7 input[type=month],.has-success .wpcf7 input[type=number],.has-success .wpcf7 input[type=range],.has-success .wpcf7 input[type=search],.has-success .wpcf7 input[type=submit],.has-success .wpcf7 input[type=tel],.has-success .wpcf7 input[type=text],.has-success .wpcf7 input[type=time],.has-success .wpcf7 input[type=url],.has-success .wpcf7 input[type=week],.has-success .wpcf7 select,.has-success .wpcf7 textarea,.wpcf7 .has-success .wpcf7-validation-errors,.wpcf7 .has-success input[type=color],.wpcf7 .has-success input[type=date],.wpcf7 .has-success input[type=datetime-local],.wpcf7 .has-success input[type=datetime],.wpcf7 .has-success input[type=email],.wpcf7 .has-success input[type=file],.wpcf7 .has-success input[type=month],.wpcf7 .has-success input[type=number],.wpcf7 .has-success input[type=range],.wpcf7 .has-success input[type=search],.wpcf7 .has-success input[type=submit],.wpcf7 .has-success input[type=tel],.wpcf7 .has-success input[type=text],.wpcf7 .has-success input[type=time],.wpcf7 .has-success input[type=url],.wpcf7 .has-success input[type=week],.wpcf7 .has-success select,.wpcf7 .has-success textarea{border-color:#5cb85c}.has-success .form-control:focus,.has-success .wpcf7 .wpcf7-validation-errors:focus,.has-success .wpcf7 input[type=color]:focus,.has-success .wpcf7 input[type=date]:focus,.has-success .wpcf7 input[type=datetime-local]:focus,.has-success .wpcf7 input[type=datetime]:focus,.has-success .wpcf7 input[type=email]:focus,.has-success .wpcf7 input[type=file]:focus,.has-success .wpcf7 input[type=month]:focus,.has-success .wpcf7 input[type=number]:focus,.has-success .wpcf7 input[type=range]:focus,.has-success .wpcf7 input[type=search]:focus,.has-success .wpcf7 input[type=submit]:focus,.has-success .wpcf7 input[type=tel]:focus,.has-success .wpcf7 input[type=text]:focus,.has-success .wpcf7 input[type=time]:focus,.has-success .wpcf7 input[type=url]:focus,.has-success .wpcf7 input[type=week]:focus,.has-success .wpcf7 select:focus,.has-success .wpcf7 textarea:focus,.wpcf7 .has-success .wpcf7-validation-errors:focus,.wpcf7 .has-success input[type=color]:focus,.wpcf7 .has-success input[type=date]:focus,.wpcf7 .has-success input[type=datetime-local]:focus,.wpcf7 .has-success input[type=datetime]:focus,.wpcf7 .has-success input[type=email]:focus,.wpcf7 .has-success input[type=file]:focus,.wpcf7 .has-success input[type=month]:focus,.wpcf7 .has-success input[type=number]:focus,.wpcf7 .has-success input[type=range]:focus,.wpcf7 .has-success input[type=search]:focus,.wpcf7 .has-success input[type=submit]:focus,.wpcf7 .has-success input[type=tel]:focus,.wpcf7 .has-success input[type=text]:focus,.wpcf7 .has-success input[type=time]:focus,.wpcf7 .has-success input[type=url]:focus,.wpcf7 .has-success input[type=week]:focus,.wpcf7 .has-success select:focus,.wpcf7 .has-success textarea:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #a3d7a3}.has-success .input-group-addon{color:#5cb85c;border-color:#5cb85c;background-color:#eaf6ea}.has-success .form-control-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.has-warning .custom-control,.has-warning .form-check-inline,.has-warning .form-check-label,.has-warning .form-control-feedback,.has-warning .form-control-label{color:#f0ad4e}.has-warning .form-control,.has-warning .wpcf7 .wpcf7-validation-errors,.has-warning .wpcf7 input[type=color],.has-warning .wpcf7 input[type=date],.has-warning .wpcf7 input[type=datetime-local],.has-warning .wpcf7 input[type=datetime],.has-warning .wpcf7 input[type=email],.has-warning .wpcf7 input[type=file],.has-warning .wpcf7 input[type=month],.has-warning .wpcf7 input[type=number],.has-warning .wpcf7 input[type=range],.has-warning .wpcf7 input[type=search],.has-warning .wpcf7 input[type=submit],.has-warning .wpcf7 input[type=tel],.has-warning .wpcf7 input[type=text],.has-warning .wpcf7 input[type=time],.has-warning .wpcf7 input[type=url],.has-warning .wpcf7 input[type=week],.has-warning .wpcf7 select,.has-warning .wpcf7 textarea,.wpcf7 .has-warning .wpcf7-validation-errors,.wpcf7 .has-warning input[type=color],.wpcf7 .has-warning input[type=date],.wpcf7 .has-warning input[type=datetime-local],.wpcf7 .has-warning input[type=datetime],.wpcf7 .has-warning input[type=email],.wpcf7 .has-warning input[type=file],.wpcf7 .has-warning input[type=month],.wpcf7 .has-warning input[type=number],.wpcf7 .has-warning input[type=range],.wpcf7 .has-warning input[type=search],.wpcf7 .has-warning input[type=submit],.wpcf7 .has-warning input[type=tel],.wpcf7 .has-warning input[type=text],.wpcf7 .has-warning input[type=time],.wpcf7 .has-warning input[type=url],.wpcf7 .has-warning input[type=week],.wpcf7 .has-warning select,.wpcf7 .has-warning textarea{border-color:#f0ad4e}.has-warning .form-control:focus,.has-warning .wpcf7 .wpcf7-validation-errors:focus,.has-warning .wpcf7 input[type=color]:focus,.has-warning .wpcf7 input[type=date]:focus,.has-warning .wpcf7 input[type=datetime-local]:focus,.has-warning .wpcf7 input[type=datetime]:focus,.has-warning .wpcf7 input[type=email]:focus,.has-warning .wpcf7 input[type=file]:focus,.has-warning .wpcf7 input[type=month]:focus,.has-warning .wpcf7 input[type=number]:focus,.has-warning .wpcf7 input[type=range]:focus,.has-warning .wpcf7 input[type=search]:focus,.has-warning .wpcf7 input[type=submit]:focus,.has-warning .wpcf7 input[type=tel]:focus,.has-warning .wpcf7 input[type=text]:focus,.has-warning .wpcf7 input[type=time]:focus,.has-warning .wpcf7 input[type=url]:focus,.has-warning .wpcf7 input[type=week]:focus,.has-warning .wpcf7 select:focus,.has-warning .wpcf7 textarea:focus,.wpcf7 .has-warning .wpcf7-validation-errors:focus,.wpcf7 .has-warning input[type=color]:focus,.wpcf7 .has-warning input[type=date]:focus,.wpcf7 .has-warning input[type=datetime-local]:focus,.wpcf7 .has-warning input[type=datetime]:focus,.wpcf7 .has-warning input[type=email]:focus,.wpcf7 .has-warning input[type=file]:focus,.wpcf7 .has-warning input[type=month]:focus,.wpcf7 .has-warning input[type=number]:focus,.wpcf7 .has-warning input[type=range]:focus,.wpcf7 .has-warning input[type=search]:focus,.wpcf7 .has-warning input[type=submit]:focus,.wpcf7 .has-warning input[type=tel]:focus,.wpcf7 .has-warning input[type=text]:focus,.wpcf7 .has-warning input[type=time]:focus,.wpcf7 .has-warning input[type=url]:focus,.wpcf7 .has-warning input[type=week]:focus,.wpcf7 .has-warning select:focus,.wpcf7 .has-warning textarea:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f8d9ac}.has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}.has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}.has-danger .custom-control,.has-danger .form-check-inline,.has-danger .form-check-label,.has-danger .form-control-feedback,.has-danger .form-control-label{color:#d9534f}.has-danger .form-control,.has-danger .wpcf7 .wpcf7-validation-errors,.has-danger .wpcf7 input[type=color],.has-danger .wpcf7 input[type=date],.has-danger .wpcf7 input[type=datetime-local],.has-danger .wpcf7 input[type=datetime],.has-danger .wpcf7 input[type=email],.has-danger .wpcf7 input[type=file],.has-danger .wpcf7 input[type=month],.has-danger .wpcf7 input[type=number],.has-danger .wpcf7 input[type=range],.has-danger .wpcf7 input[type=search],.has-danger .wpcf7 input[type=submit],.has-danger .wpcf7 input[type=tel],.has-danger .wpcf7 input[type=text],.has-danger .wpcf7 input[type=time],.has-danger .wpcf7 input[type=url],.has-danger .wpcf7 input[type=week],.has-danger .wpcf7 select,.has-danger .wpcf7 textarea,.wpcf7 .has-danger .wpcf7-validation-errors,.wpcf7 .has-danger input[type=color],.wpcf7 .has-danger input[type=date],.wpcf7 .has-danger input[type=datetime-local],.wpcf7 .has-danger input[type=datetime],.wpcf7 .has-danger input[type=email],.wpcf7 .has-danger input[type=file],.wpcf7 .has-danger input[type=month],.wpcf7 .has-danger input[type=number],.wpcf7 .has-danger input[type=range],.wpcf7 .has-danger input[type=search],.wpcf7 .has-danger input[type=submit],.wpcf7 .has-danger input[type=tel],.wpcf7 .has-danger input[type=text],.wpcf7 .has-danger input[type=time],.wpcf7 .has-danger input[type=url],.wpcf7 .has-danger input[type=week],.wpcf7 .has-danger select,.wpcf7 .has-danger textarea{border-color:#d9534f}.has-danger .form-control:focus,.has-danger .wpcf7 .wpcf7-validation-errors:focus,.has-danger .wpcf7 input[type=color]:focus,.has-danger .wpcf7 input[type=date]:focus,.has-danger .wpcf7 input[type=datetime-local]:focus,.has-danger .wpcf7 input[type=datetime]:focus,.has-danger .wpcf7 input[type=email]:focus,.has-danger .wpcf7 input[type=file]:focus,.has-danger .wpcf7 input[type=month]:focus,.has-danger .wpcf7 input[type=number]:focus,.has-danger .wpcf7 input[type=range]:focus,.has-danger .wpcf7 input[type=search]:focus,.has-danger .wpcf7 input[type=submit]:focus,.has-danger .wpcf7 input[type=tel]:focus,.has-danger .wpcf7 input[type=text]:focus,.has-danger .wpcf7 input[type=time]:focus,.has-danger .wpcf7 input[type=url]:focus,.has-danger .wpcf7 input[type=week]:focus,.has-danger .wpcf7 select:focus,.has-danger .wpcf7 textarea:focus,.wpcf7 .has-danger .wpcf7-validation-errors:focus,.wpcf7 .has-danger input[type=color]:focus,.wpcf7 .has-danger input[type=date]:focus,.wpcf7 .has-danger input[type=datetime-local]:focus,.wpcf7 .has-danger input[type=datetime]:focus,.wpcf7 .has-danger input[type=email]:focus,.wpcf7 .has-danger input[type=file]:focus,.wpcf7 .has-danger input[type=month]:focus,.wpcf7 .has-danger input[type=number]:focus,.wpcf7 .has-danger input[type=range]:focus,.wpcf7 .has-danger input[type=search]:focus,.wpcf7 .has-danger input[type=submit]:focus,.wpcf7 .has-danger input[type=tel]:focus,.wpcf7 .has-danger input[type=text]:focus,.wpcf7 .has-danger input[type=time]:focus,.wpcf7 .has-danger input[type=url]:focus,.wpcf7 .has-danger input[type=week]:focus,.wpcf7 .has-danger select:focus,.wpcf7 .has-danger textarea:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eba5a3}.has-danger .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fdf7f7}.has-danger .form-control-danger{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}@media (min-width:576px){.form-inline .form-group,.form-inline .wpcf7 .wpcf7-form p,.wpcf7 .wpcf7-form .form-inline p{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control,.form-inline .wpcf7 .wpcf7-validation-errors,.form-inline .wpcf7 input[type=color],.form-inline .wpcf7 input[type=date],.form-inline .wpcf7 input[type=datetime-local],.form-inline .wpcf7 input[type=datetime],.form-inline .wpcf7 input[type=email],.form-inline .wpcf7 input[type=file],.form-inline .wpcf7 input[type=month],.form-inline .wpcf7 input[type=number],.form-inline .wpcf7 input[type=range],.form-inline .wpcf7 input[type=search],.form-inline .wpcf7 input[type=submit],.form-inline .wpcf7 input[type=tel],.form-inline .wpcf7 input[type=text],.form-inline .wpcf7 input[type=time],.form-inline .wpcf7 input[type=url],.form-inline .wpcf7 input[type=week],.form-inline .wpcf7 select,.form-inline .wpcf7 textarea,.wpcf7 .form-inline .wpcf7-validation-errors,.wpcf7 .form-inline input[type=color],.wpcf7 .form-inline input[type=date],.wpcf7 .form-inline input[type=datetime-local],.wpcf7 .form-inline input[type=datetime],.wpcf7 .form-inline input[type=email],.wpcf7 .form-inline input[type=file],.wpcf7 .form-inline input[type=month],.wpcf7 .form-inline input[type=number],.wpcf7 .form-inline input[type=range],.wpcf7 .form-inline input[type=search],.wpcf7 .form-inline input[type=submit],.wpcf7 .form-inline input[type=tel],.wpcf7 .form-inline input[type=text],.wpcf7 .form-inline input[type=time],.wpcf7 .form-inline input[type=url],.wpcf7 .form-inline input[type=week],.wpcf7 .form-inline select,.wpcf7 .form-inline textarea{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;width:auto;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .wpcf7 .wpcf7-validation-errors,.form-inline .input-group .wpcf7 input[type=color],.form-inline .input-group .wpcf7 input[type=date],.form-inline .input-group .wpcf7 input[type=datetime-local],.form-inline .input-group .wpcf7 input[type=datetime],.form-inline .input-group .wpcf7 input[type=email],.form-inline .input-group .wpcf7 input[type=file],.form-inline .input-group .wpcf7 input[type=month],.form-inline .input-group .wpcf7 input[type=number],.form-inline .input-group .wpcf7 input[type=range],.form-inline .input-group .wpcf7 input[type=search],.form-inline .input-group .wpcf7 input[type=submit],.form-inline .input-group .wpcf7 input[type=tel],.form-inline .input-group .wpcf7 input[type=text],.form-inline .input-group .wpcf7 input[type=time],.form-inline .input-group .wpcf7 input[type=url],.form-inline .input-group .wpcf7 input[type=week],.form-inline .input-group .wpcf7 select,.form-inline .input-group .wpcf7 textarea,.wpcf7 .form-inline .input-group .wpcf7-validation-errors,.wpcf7 .form-inline .input-group input[type=color],.wpcf7 .form-inline .input-group input[type=date],.wpcf7 .form-inline .input-group input[type=datetime-local],.wpcf7 .form-inline .input-group input[type=datetime],.wpcf7 .form-inline .input-group input[type=email],.wpcf7 .form-inline .input-group input[type=file],.wpcf7 .form-inline .input-group input[type=month],.wpcf7 .form-inline .input-group input[type=number],.wpcf7 .form-inline .input-group input[type=range],.wpcf7 .form-inline .input-group input[type=search],.wpcf7 .form-inline .input-group input[type=submit],.wpcf7 .form-inline .input-group input[type=tel],.wpcf7 .form-inline .input-group input[type=text],.wpcf7 .form-inline .input-group input[type=time],.wpcf7 .form-inline .input-group input[type=url],.wpcf7 .form-inline .input-group input[type=week],.wpcf7 .form-inline .input-group select,.wpcf7 .form-inline .input-group textarea{width:auto}.form-inline .input-group>.form-control,.form-inline .wpcf7 .input-group>.wpcf7-validation-errors,.form-inline .wpcf7 .input-group>input[type=color],.form-inline .wpcf7 .input-group>input[type=date],.form-inline .wpcf7 .input-group>input[type=datetime-local],.form-inline .wpcf7 .input-group>input[type=datetime],.form-inline .wpcf7 .input-group>input[type=email],.form-inline .wpcf7 .input-group>input[type=file],.form-inline .wpcf7 .input-group>input[type=month],.form-inline .wpcf7 .input-group>input[type=number],.form-inline .wpcf7 .input-group>input[type=range],.form-inline .wpcf7 .input-group>input[type=search],.form-inline .wpcf7 .input-group>input[type=submit],.form-inline .wpcf7 .input-group>input[type=tel],.form-inline .wpcf7 .input-group>input[type=text],.form-inline .wpcf7 .input-group>input[type=time],.form-inline .wpcf7 .input-group>input[type=url],.form-inline .wpcf7 .input-group>input[type=week],.form-inline .wpcf7 .input-group>select,.form-inline .wpcf7 .input-group>textarea,.wpcf7 .form-inline .input-group>.wpcf7-validation-errors,.wpcf7 .form-inline .input-group>input[type=color],.wpcf7 .form-inline .input-group>input[type=date],.wpcf7 .form-inline .input-group>input[type=datetime-local],.wpcf7 .form-inline .input-group>input[type=datetime],.wpcf7 .form-inline .input-group>input[type=email],.wpcf7 .form-inline .input-group>input[type=file],.wpcf7 .form-inline .input-group>input[type=month],.wpcf7 .form-inline .input-group>input[type=number],.wpcf7 .form-inline .input-group>input[type=range],.wpcf7 .form-inline .input-group>input[type=search],.wpcf7 .form-inline .input-group>input[type=submit],.wpcf7 .form-inline .input-group>input[type=tel],.wpcf7 .form-inline .input-group>input[type=text],.wpcf7 .form-inline .input-group>input[type=time],.wpcf7 .form-inline .input-group>input[type=url],.wpcf7 .form-inline .input-group>input[type=week],.wpcf7 .form-inline .input-group>select,.wpcf7 .form-inline .input-group>textarea{width:100%}.form-inline .form-check,.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:inline-block;margin-top:0}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.btn,.wpcf7 input[type=submit]{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus,.wpcf7 input.active.focus[type=submit],.wpcf7 input.active[type=submit]:focus,.wpcf7 input.focus[type=submit],.wpcf7 input[type=submit]:active.focus,.wpcf7 input[type=submit]:active:focus,.wpcf7 input[type=submit]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover,.wpcf7 input.focus[type=submit],.wpcf7 input[type=submit]:focus,.wpcf7 input[type=submit]:hover{text-decoration:none}.btn.active,.btn:active,.wpcf7 input.active[type=submit],.wpcf7 input[type=submit]:active{background-image:none;outline:0}.btn.disabled,.btn:disabled,.wpcf7 input.disabled[type=submit],.wpcf7 input[type=submit]:disabled{cursor:not-allowed;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#fece00;border-color:#fece00}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#cba500;border-color:#c19c00}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#cba500;border-color:#c19c00;background-image:none}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#a78800;border-color:#7f6700}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary:disabled.focus,.btn-primary:disabled:focus,.btn-primary:disabled:hover{background-color:#fece00;border-color:#fece00}.btn-secondary{color:#373a3c;background-color:#fff;border-color:#ccc}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.active,.btn-secondary:active,.open>.btn-secondary.dropdown-toggle{color:#373a3c;background-color:#e6e6e6;border-color:#adadad;background-image:none}.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover,.open>.btn-secondary.dropdown-toggle.focus,.open>.btn-secondary.dropdown-toggle:focus,.open>.btn-secondary.dropdown-toggle:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.btn-secondary.disabled.focus,.btn-secondary.disabled:focus,.btn-secondary.disabled:hover,.btn-secondary:disabled.focus,.btn-secondary:disabled:focus,.btn-secondary:disabled:hover{background-color:#fff;border-color:#ccc}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aabd2;background-image:none}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info:disabled.focus,.btn-info:disabled:focus,.btn-info:disabled:hover{background-color:#5bc0de;border-color:#5bc0de}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#419641;background-image:none}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success:disabled.focus,.btn-success:disabled:focus,.btn-success:disabled:hover{background-color:#5cb85c;border-color:#5cb85c}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#eb9316;background-image:none}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning:disabled.focus,.btn-warning:disabled:focus,.btn-warning:disabled:hover{background-color:#f0ad4e;border-color:#f0ad4e}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#c12e2a;background-image:none}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger:disabled.focus,.btn-danger:disabled:focus,.btn-danger:disabled:hover{background-color:#d9534f;border-color:#d9534f}.btn-outline-primary,.wpcf7 input[type=submit]{color:#fece00;background-image:none;background-color:transparent;border-color:#fece00}.btn-outline-primary.active,.btn-outline-primary.focus,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover,.open>.btn-outline-primary.dropdown-toggle,.wpcf7 .open>input.dropdown-toggle[type=submit],.wpcf7 input.active[type=submit],.wpcf7 input.focus[type=submit],.wpcf7 input[type=submit]:active,.wpcf7 input[type=submit]:focus,.wpcf7 input[type=submit]:hover{color:#fff;background-color:#fece00;border-color:#fece00}.btn-outline-primary.active.focus,.btn-outline-primary.active:focus,.btn-outline-primary.active:hover,.btn-outline-primary:active.focus,.btn-outline-primary:active:focus,.btn-outline-primary:active:hover,.open>.btn-outline-primary.dropdown-toggle.focus,.open>.btn-outline-primary.dropdown-toggle:focus,.open>.btn-outline-primary.dropdown-toggle:hover,.wpcf7 .open>input.dropdown-toggle.focus[type=submit],.wpcf7 .open>input.dropdown-toggle[type=submit]:focus,.wpcf7 .open>input.dropdown-toggle[type=submit]:hover,.wpcf7 input.active.focus[type=submit],.wpcf7 input.active[type=submit]:focus,.wpcf7 input.active[type=submit]:hover,.wpcf7 input[type=submit]:active.focus,.wpcf7 input[type=submit]:active:focus,.wpcf7 input[type=submit]:active:hover{color:#fff;background-color:#a78800;border-color:#7f6700}.btn-outline-primary.disabled.focus,.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled:hover,.btn-outline-primary:disabled.focus,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled:hover,.wpcf7 input.disabled.focus[type=submit],.wpcf7 input.disabled[type=submit]:focus,.wpcf7 input.disabled[type=submit]:hover,.wpcf7 input[type=submit]:disabled.focus,.wpcf7 input[type=submit]:disabled:focus,.wpcf7 input[type=submit]:disabled:hover{border-color:#ffe265}.btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.btn-outline-secondary.active,.btn-outline-secondary.focus,.btn-outline-secondary:active,.btn-outline-secondary:focus,.btn-outline-secondary:hover,.open>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-secondary.active.focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.active:hover,.btn-outline-secondary:active.focus,.btn-outline-secondary:active:focus,.btn-outline-secondary:active:hover,.open>.btn-outline-secondary.dropdown-toggle.focus,.open>.btn-outline-secondary.dropdown-toggle:focus,.open>.btn-outline-secondary.dropdown-toggle:hover{color:#fff;background-color:#a1a1a1;border-color:#8c8c8c}.btn-outline-secondary.disabled.focus,.btn-outline-secondary.disabled:focus,.btn-outline-secondary.disabled:hover,.btn-outline-secondary:disabled.focus,.btn-outline-secondary:disabled:focus,.btn-outline-secondary:disabled:hover{border-color:#fff}.btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.btn-outline-info.active,.btn-outline-info.focus,.btn-outline-info:active,.btn-outline-info:focus,.btn-outline-info:hover,.open>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info.active.focus,.btn-outline-info.active:focus,.btn-outline-info.active:hover,.btn-outline-info:active.focus,.btn-outline-info:active:focus,.btn-outline-info:active:hover,.open>.btn-outline-info.dropdown-toggle.focus,.open>.btn-outline-info.dropdown-toggle:focus,.open>.btn-outline-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-outline-info.disabled.focus,.btn-outline-info.disabled:focus,.btn-outline-info.disabled:hover,.btn-outline-info:disabled.focus,.btn-outline-info:disabled:focus,.btn-outline-info:disabled:hover{border-color:#b0e1ef}.btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.btn-outline-success.active,.btn-outline-success.focus,.btn-outline-success:active,.btn-outline-success:focus,.btn-outline-success:hover,.open>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success.active.focus,.btn-outline-success.active:focus,.btn-outline-success.active:hover,.btn-outline-success:active.focus,.btn-outline-success:active:focus,.btn-outline-success:active:hover,.open>.btn-outline-success.dropdown-toggle.focus,.open>.btn-outline-success.dropdown-toggle:focus,.open>.btn-outline-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-outline-success.disabled.focus,.btn-outline-success.disabled:focus,.btn-outline-success.disabled:hover,.btn-outline-success:disabled.focus,.btn-outline-success:disabled:focus,.btn-outline-success:disabled:hover{border-color:#a3d7a3}.btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.btn-outline-warning.active,.btn-outline-warning.focus,.btn-outline-warning:active,.btn-outline-warning:focus,.btn-outline-warning:hover,.open>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning.active.focus,.btn-outline-warning.active:focus,.btn-outline-warning.active:hover,.btn-outline-warning:active.focus,.btn-outline-warning:active:focus,.btn-outline-warning:active:hover,.open>.btn-outline-warning.dropdown-toggle.focus,.open>.btn-outline-warning.dropdown-toggle:focus,.open>.btn-outline-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-outline-warning.disabled.focus,.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled:hover,.btn-outline-warning:disabled.focus,.btn-outline-warning:disabled:focus,.btn-outline-warning:disabled:hover{border-color:#f8d9ac}.btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.btn-outline-danger.active,.btn-outline-danger.focus,.btn-outline-danger:active,.btn-outline-danger:focus,.btn-outline-danger:hover,.open>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger.active.focus,.btn-outline-danger.active:focus,.btn-outline-danger.active:hover,.btn-outline-danger:active.focus,.btn-outline-danger:active:focus,.btn-outline-danger:active:hover,.open>.btn-outline-danger.dropdown-toggle.focus,.open>.btn-outline-danger.dropdown-toggle:focus,.open>.btn-outline-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-outline-danger.disabled.focus,.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled:hover,.btn-outline-danger:disabled.focus,.btn-outline-danger:disabled:focus,.btn-outline-danger:disabled:hover{border-color:#eba5a3}.btn-link{font-weight:400;color:#fece00;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#b29000;text-decoration:underline;background-color:transparent}.btn-link:disabled:focus,.btn-link:disabled:hover{color:#818a91;text-decoration:none}.btn-group-lg>.btn,.btn-lg,.wpcf7 .btn-group-lg>input[type=submit]{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm,.wpcf7 .btn-group-sm>input[type=submit]{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;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{height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height}.collapsing,.dropdown,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:focus{outline:0}.dropup .dropdown-toggle:after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#373a3c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#e5e5e5}.dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:400;color:#373a3c;text-align:inherit;white-space:nowrap;background:none;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#2b2d2f;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item.active:focus,.dropdown-item.active:hover{color:#fff;text-decoration:none;background-color:#fece00;outline:0}.dropdown-item.disabled,.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{color:#818a91}.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled = false)"}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#818a91;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:.3em solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:.125rem}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn,.wpcf7 .btn-group-vertical>input[type=submit],.wpcf7 .btn-group>input[type=submit]{position:relative;float:left;margin-bottom:0}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.wpcf7 .btn-group-vertical>input.active[type=submit],.wpcf7 .btn-group-vertical>input[type=submit]:active,.wpcf7 .btn-group-vertical>input[type=submit]:focus,.wpcf7 .btn-group-vertical>input[type=submit]:hover,.wpcf7 .btn-group>input.active[type=submit],.wpcf7 .btn-group>input[type=submit]:active,.wpcf7 .btn-group>input[type=submit]:focus,.wpcf7 .btn-group>input[type=submit]:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .wpcf7 .btn+input[type=submit],.btn-group .wpcf7 .btn-group+input[type=submit],.btn-group .wpcf7 input[type=submit]+.btn,.btn-group .wpcf7 input[type=submit]+.btn-group,.btn-group .wpcf7 input[type=submit]+input[type=submit],.wpcf7 .btn-group .btn+input[type=submit],.wpcf7 .btn-group .btn-group+input[type=submit],.wpcf7 .btn-group input[type=submit]+.btn,.wpcf7 .btn-group input[type=submit]+.btn-group,.wpcf7 .btn-group input[type=submit]+input[type=submit]{margin-left:-1px}.btn-toolbar{margin-left:-.5rem}.btn-toolbar:after{content:"";display:table;clear:both}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group,.wpcf7 .btn-toolbar>input[type=submit]{margin-left:.5rem}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.wpcf7 .btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.wpcf7 .btn-group>input[type=submit]:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.wpcf7 .btn-group>input[type=submit]: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),.wpcf7 .btn-group>input[type=submit]:last-child: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,.wpcf7 .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit]{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.wpcf7 .btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.wpcf7 .btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]: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+.dropdown-toggle-split,.wpcf7 input[type=submit]+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn+.dropdown-toggle-split:after,.wpcf7 input[type=submit]+.dropdown-toggle-split:after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.wpcf7 .btn-group-sm>input[type=submit]+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.wpcf7 .btn-group-lg>input[type=submit]+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn .caret,.wpcf7 input[type=submit] .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret,.wpcf7 .btn-group-lg>input[type=submit] .caret{border-width:.3em .3em 0;border-bottom-width:0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret,.dropup .wpcf7 .btn-group-lg>input[type=submit] .caret,.wpcf7 .dropup .btn-group-lg>input[type=submit] .caret{border-width:0 .3em .3em}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.wpcf7 .btn-group-vertical>.btn-group>input[type=submit],.wpcf7 .btn-group-vertical>input[type=submit]{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after{content:"";display:table;clear:both}.btn-group-vertical>.btn-group>.btn,.wpcf7 .btn-group-vertical>.btn-group>input[type=submit]{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,.wpcf7 .btn-group-vertical>.btn+input[type=submit],.wpcf7 .btn-group-vertical>.btn-group+input[type=submit],.wpcf7 .btn-group-vertical>input[type=submit]+.btn,.wpcf7 .btn-group-vertical>input[type=submit]+.btn-group,.wpcf7 .btn-group-vertical>input[type=submit]+input[type=submit]{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.wpcf7 .btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.wpcf7 .btn-group-vertical>input[type=submit]:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.wpcf7 .btn-group-vertical>input[type=submit]:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.wpcf7 .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit]{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,.wpcf7 .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.wpcf7 .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child{border-top-right-radius:0;border-top-left-radius:0}.wpcf7 [data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox],.wpcf7 [data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio],.wpcf7 [data-toggle=buttons]>input[type=submit] input[type=checkbox],.wpcf7 [data-toggle=buttons]>input[type=submit] input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;width:100%;display:table;border-collapse:separate}.input-group .form-control,.input-group .wpcf7 .wpcf7-validation-errors,.input-group .wpcf7 input[type=color],.input-group .wpcf7 input[type=date],.input-group .wpcf7 input[type=datetime-local],.input-group .wpcf7 input[type=datetime],.input-group .wpcf7 input[type=email],.input-group .wpcf7 input[type=file],.input-group .wpcf7 input[type=month],.input-group .wpcf7 input[type=number],.input-group .wpcf7 input[type=range],.input-group .wpcf7 input[type=search],.input-group .wpcf7 input[type=submit],.input-group .wpcf7 input[type=tel],.input-group .wpcf7 input[type=text],.input-group .wpcf7 input[type=time],.input-group .wpcf7 input[type=url],.input-group .wpcf7 input[type=week],.input-group .wpcf7 select,.input-group .wpcf7 textarea,.wpcf7 .input-group .wpcf7-validation-errors,.wpcf7 .input-group input[type=color],.wpcf7 .input-group input[type=date],.wpcf7 .input-group input[type=datetime-local],.wpcf7 .input-group input[type=datetime],.wpcf7 .input-group input[type=email],.wpcf7 .input-group input[type=file],.wpcf7 .input-group input[type=month],.wpcf7 .input-group input[type=number],.wpcf7 .input-group input[type=range],.wpcf7 .input-group input[type=search],.wpcf7 .input-group input[type=submit],.wpcf7 .input-group input[type=tel],.wpcf7 .input-group input[type=text],.wpcf7 .input-group input[type=time],.wpcf7 .input-group input[type=url],.wpcf7 .input-group input[type=week],.wpcf7 .input-group select,.wpcf7 .input-group textarea{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover,.input-group .wpcf7 .wpcf7-validation-errors:active,.input-group .wpcf7 .wpcf7-validation-errors:focus,.input-group .wpcf7 .wpcf7-validation-errors:hover,.input-group .wpcf7 input[type=color]:active,.input-group .wpcf7 input[type=color]:focus,.input-group .wpcf7 input[type=color]:hover,.input-group .wpcf7 input[type=date]:active,.input-group .wpcf7 input[type=date]:focus,.input-group .wpcf7 input[type=date]:hover,.input-group .wpcf7 input[type=datetime-local]:active,.input-group .wpcf7 input[type=datetime-local]:focus,.input-group .wpcf7 input[type=datetime-local]:hover,.input-group .wpcf7 input[type=datetime]:active,.input-group .wpcf7 input[type=datetime]:focus,.input-group .wpcf7 input[type=datetime]:hover,.input-group .wpcf7 input[type=email]:active,.input-group .wpcf7 input[type=email]:focus,.input-group .wpcf7 input[type=email]:hover,.input-group .wpcf7 input[type=file]:active,.input-group .wpcf7 input[type=file]:focus,.input-group .wpcf7 input[type=file]:hover,.input-group .wpcf7 input[type=month]:active,.input-group .wpcf7 input[type=month]:focus,.input-group .wpcf7 input[type=month]:hover,.input-group .wpcf7 input[type=number]:active,.input-group .wpcf7 input[type=number]:focus,.input-group .wpcf7 input[type=number]:hover,.input-group .wpcf7 input[type=range]:active,.input-group .wpcf7 input[type=range]:focus,.input-group .wpcf7 input[type=range]:hover,.input-group .wpcf7 input[type=search]:active,.input-group .wpcf7 input[type=search]:focus,.input-group .wpcf7 input[type=search]:hover,.input-group .wpcf7 input[type=submit]:active,.input-group .wpcf7 input[type=submit]:focus,.input-group .wpcf7 input[type=submit]:hover,.input-group .wpcf7 input[type=tel]:active,.input-group .wpcf7 input[type=tel]:focus,.input-group .wpcf7 input[type=tel]:hover,.input-group .wpcf7 input[type=text]:active,.input-group .wpcf7 input[type=text]:focus,.input-group .wpcf7 input[type=text]:hover,.input-group .wpcf7 input[type=time]:active,.input-group .wpcf7 input[type=time]:focus,.input-group .wpcf7 input[type=time]:hover,.input-group .wpcf7 input[type=url]:active,.input-group .wpcf7 input[type=url]:focus,.input-group .wpcf7 input[type=url]:hover,.input-group .wpcf7 input[type=week]:active,.input-group .wpcf7 input[type=week]:focus,.input-group .wpcf7 input[type=week]:hover,.input-group .wpcf7 select:active,.input-group .wpcf7 select:focus,.input-group .wpcf7 select:hover,.input-group .wpcf7 textarea:active,.input-group .wpcf7 textarea:focus,.input-group .wpcf7 textarea:hover,.wpcf7 .input-group .wpcf7-validation-errors:active,.wpcf7 .input-group .wpcf7-validation-errors:focus,.wpcf7 .input-group .wpcf7-validation-errors:hover,.wpcf7 .input-group input[type=color]:active,.wpcf7 .input-group input[type=color]:focus,.wpcf7 .input-group input[type=color]:hover,.wpcf7 .input-group input[type=date]:active,.wpcf7 .input-group input[type=date]:focus,.wpcf7 .input-group input[type=date]:hover,.wpcf7 .input-group input[type=datetime-local]:active,.wpcf7 .input-group input[type=datetime-local]:focus,.wpcf7 .input-group input[type=datetime-local]:hover,.wpcf7 .input-group input[type=datetime]:active,.wpcf7 .input-group input[type=datetime]:focus,.wpcf7 .input-group input[type=datetime]:hover,.wpcf7 .input-group input[type=email]:active,.wpcf7 .input-group input[type=email]:focus,.wpcf7 .input-group input[type=email]:hover,.wpcf7 .input-group input[type=file]:active,.wpcf7 .input-group input[type=file]:focus,.wpcf7 .input-group input[type=file]:hover,.wpcf7 .input-group input[type=month]:active,.wpcf7 .input-group input[type=month]:focus,.wpcf7 .input-group input[type=month]:hover,.wpcf7 .input-group input[type=number]:active,.wpcf7 .input-group input[type=number]:focus,.wpcf7 .input-group input[type=number]:hover,.wpcf7 .input-group input[type=range]:active,.wpcf7 .input-group input[type=range]:focus,.wpcf7 .input-group input[type=range]:hover,.wpcf7 .input-group input[type=search]:active,.wpcf7 .input-group input[type=search]:focus,.wpcf7 .input-group input[type=search]:hover,.wpcf7 .input-group input[type=submit]:active,.wpcf7 .input-group input[type=submit]:focus,.wpcf7 .input-group input[type=submit]:hover,.wpcf7 .input-group input[type=tel]:active,.wpcf7 .input-group input[type=tel]:focus,.wpcf7 .input-group input[type=tel]:hover,.wpcf7 .input-group input[type=text]:active,.wpcf7 .input-group input[type=text]:focus,.wpcf7 .input-group input[type=text]:hover,.wpcf7 .input-group input[type=time]:active,.wpcf7 .input-group input[type=time]:focus,.wpcf7 .input-group input[type=time]:hover,.wpcf7 .input-group input[type=url]:active,.wpcf7 .input-group input[type=url]:focus,.wpcf7 .input-group input[type=url]:hover,.wpcf7 .input-group input[type=week]:active,.wpcf7 .input-group input[type=week]:focus,.wpcf7 .input-group input[type=week]:hover,.wpcf7 .input-group select:active,.wpcf7 .input-group select:focus,.wpcf7 .input-group select:hover,.wpcf7 .input-group textarea:active,.wpcf7 .input-group textarea:focus,.wpcf7 .input-group textarea:hover{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control,.input-group .wpcf7 .wpcf7-validation-errors,.input-group .wpcf7 input[type=color],.input-group .wpcf7 input[type=date],.input-group .wpcf7 input[type=datetime-local],.input-group .wpcf7 input[type=datetime],.input-group .wpcf7 input[type=email],.input-group .wpcf7 input[type=file],.input-group .wpcf7 input[type=month],.input-group .wpcf7 input[type=number],.input-group .wpcf7 input[type=range],.input-group .wpcf7 input[type=search],.input-group .wpcf7 input[type=submit],.input-group .wpcf7 input[type=tel],.input-group .wpcf7 input[type=text],.input-group .wpcf7 input[type=time],.input-group .wpcf7 input[type=url],.input-group .wpcf7 input[type=week],.input-group .wpcf7 select,.input-group .wpcf7 textarea,.wpcf7 .input-group .wpcf7-validation-errors,.wpcf7 .input-group input[type=color],.wpcf7 .input-group input[type=date],.wpcf7 .input-group input[type=datetime-local],.wpcf7 .input-group input[type=datetime],.wpcf7 .input-group input[type=email],.wpcf7 .input-group input[type=file],.wpcf7 .input-group input[type=month],.wpcf7 .input-group input[type=number],.wpcf7 .input-group input[type=range],.wpcf7 .input-group input[type=search],.wpcf7 .input-group input[type=submit],.wpcf7 .input-group input[type=tel],.wpcf7 .input-group input[type=text],.wpcf7 .input-group input[type=time],.wpcf7 .input-group input[type=url],.wpcf7 .input-group input[type=week],.wpcf7 .input-group select,.wpcf7 .input-group textarea{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),.input-group .wpcf7 .wpcf7-validation-errors:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=color]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=date]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=datetime-local]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=datetime]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=email]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=file]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=month]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=number]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=range]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=search]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=submit]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=tel]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=text]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=time]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=url]:not(:first-child):not(:last-child),.input-group .wpcf7 input[type=week]:not(:first-child):not(:last-child),.input-group .wpcf7 select:not(:first-child):not(:last-child),.input-group .wpcf7 textarea:not(:first-child):not(:last-child),.wpcf7 .input-group .wpcf7-validation-errors:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=color]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=date]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=datetime-local]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=datetime]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=email]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=file]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=month]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=number]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=range]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=search]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=submit]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=tel]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=text]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=time]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=url]:not(:first-child):not(:last-child),.wpcf7 .input-group input[type=week]:not(:first-child):not(:last-child),.wpcf7 .input-group select:not(:first-child):not(:last-child),.wpcf7 .input-group textarea: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:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#55595c;text-align:center;background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.wpcf7 .input-group-sm>.input-group-addon.wpcf7-validation-errors,.wpcf7 .input-group-sm>.input-group-btn>input.input-group-addon[type=submit],.wpcf7 .input-group-sm>input.input-group-addon[type=color],.wpcf7 .input-group-sm>input.input-group-addon[type=date],.wpcf7 .input-group-sm>input.input-group-addon[type=datetime-local],.wpcf7 .input-group-sm>input.input-group-addon[type=datetime],.wpcf7 .input-group-sm>input.input-group-addon[type=email],.wpcf7 .input-group-sm>input.input-group-addon[type=file],.wpcf7 .input-group-sm>input.input-group-addon[type=month],.wpcf7 .input-group-sm>input.input-group-addon[type=number],.wpcf7 .input-group-sm>input.input-group-addon[type=range],.wpcf7 .input-group-sm>input.input-group-addon[type=search],.wpcf7 .input-group-sm>input.input-group-addon[type=submit],.wpcf7 .input-group-sm>input.input-group-addon[type=tel],.wpcf7 .input-group-sm>input.input-group-addon[type=text],.wpcf7 .input-group-sm>input.input-group-addon[type=time],.wpcf7 .input-group-sm>input.input-group-addon[type=url],.wpcf7 .input-group-sm>input.input-group-addon[type=week],.wpcf7 .input-group-sm>select.input-group-addon,.wpcf7 .input-group-sm>textarea.input-group-addon{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.wpcf7 .input-group-lg>.input-group-addon.wpcf7-validation-errors,.wpcf7 .input-group-lg>.input-group-btn>input.input-group-addon[type=submit],.wpcf7 .input-group-lg>input.input-group-addon[type=color],.wpcf7 .input-group-lg>input.input-group-addon[type=date],.wpcf7 .input-group-lg>input.input-group-addon[type=datetime-local],.wpcf7 .input-group-lg>input.input-group-addon[type=datetime],.wpcf7 .input-group-lg>input.input-group-addon[type=email],.wpcf7 .input-group-lg>input.input-group-addon[type=file],.wpcf7 .input-group-lg>input.input-group-addon[type=month],.wpcf7 .input-group-lg>input.input-group-addon[type=number],.wpcf7 .input-group-lg>input.input-group-addon[type=range],.wpcf7 .input-group-lg>input.input-group-addon[type=search],.wpcf7 .input-group-lg>input.input-group-addon[type=submit],.wpcf7 .input-group-lg>input.input-group-addon[type=tel],.wpcf7 .input-group-lg>input.input-group-addon[type=text],.wpcf7 .input-group-lg>input.input-group-addon[type=time],.wpcf7 .input-group-lg>input.input-group-addon[type=url],.wpcf7 .input-group-lg>input.input-group-addon[type=week],.wpcf7 .input-group-lg>select.input-group-addon,.wpcf7 .input-group-lg>textarea.input-group-addon{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.input-group .form-control:not(:last-child),.input-group .wpcf7 .wpcf7-validation-errors:not(:last-child),.input-group .wpcf7 input[type=color]:not(:last-child),.input-group .wpcf7 input[type=date]:not(:last-child),.input-group .wpcf7 input[type=datetime-local]:not(:last-child),.input-group .wpcf7 input[type=datetime]:not(:last-child),.input-group .wpcf7 input[type=email]:not(:last-child),.input-group .wpcf7 input[type=file]:not(:last-child),.input-group .wpcf7 input[type=month]:not(:last-child),.input-group .wpcf7 input[type=number]:not(:last-child),.input-group .wpcf7 input[type=range]:not(:last-child),.input-group .wpcf7 input[type=search]:not(:last-child),.input-group .wpcf7 input[type=submit]:not(:last-child),.input-group .wpcf7 input[type=tel]:not(:last-child),.input-group .wpcf7 input[type=text]:not(:last-child),.input-group .wpcf7 input[type=time]:not(:last-child),.input-group .wpcf7 input[type=url]:not(:last-child),.input-group .wpcf7 input[type=week]:not(:last-child),.input-group .wpcf7 select:not(:last-child),.input-group .wpcf7 textarea:not(:last-child),.wpcf7 .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>input[type=submit],.wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:not(:last-child):not(.dropdown-toggle),.wpcf7 .input-group-btn:not(:last-child)>.btn-group>input[type=submit],.wpcf7 .input-group-btn:not(:last-child)>input[type=submit],.wpcf7 .input-group .wpcf7-validation-errors:not(:last-child),.wpcf7 .input-group input[type=color]:not(:last-child),.wpcf7 .input-group input[type=date]:not(:last-child),.wpcf7 .input-group input[type=datetime-local]:not(:last-child),.wpcf7 .input-group input[type=datetime]:not(:last-child),.wpcf7 .input-group input[type=email]:not(:last-child),.wpcf7 .input-group input[type=file]:not(:last-child),.wpcf7 .input-group input[type=month]:not(:last-child),.wpcf7 .input-group input[type=number]:not(:last-child),.wpcf7 .input-group input[type=range]:not(:last-child),.wpcf7 .input-group input[type=search]:not(:last-child),.wpcf7 .input-group input[type=submit]:not(:last-child),.wpcf7 .input-group input[type=tel]:not(:last-child),.wpcf7 .input-group input[type=text]:not(:last-child),.wpcf7 .input-group input[type=time]:not(:last-child),.wpcf7 .input-group input[type=url]:not(:last-child),.wpcf7 .input-group input[type=week]:not(:last-child),.wpcf7 .input-group select:not(:last-child),.wpcf7 .input-group textarea:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group .form-control:not(:first-child),.input-group .wpcf7 .wpcf7-validation-errors:not(:first-child),.input-group .wpcf7 input[type=color]:not(:first-child),.input-group .wpcf7 input[type=date]:not(:first-child),.input-group .wpcf7 input[type=datetime-local]:not(:first-child),.input-group .wpcf7 input[type=datetime]:not(:first-child),.input-group .wpcf7 input[type=email]:not(:first-child),.input-group .wpcf7 input[type=file]:not(:first-child),.input-group .wpcf7 input[type=month]:not(:first-child),.input-group .wpcf7 input[type=number]:not(:first-child),.input-group .wpcf7 input[type=range]:not(:first-child),.input-group .wpcf7 input[type=search]:not(:first-child),.input-group .wpcf7 input[type=submit]:not(:first-child),.input-group .wpcf7 input[type=tel]:not(:first-child),.input-group .wpcf7 input[type=text]:not(:first-child),.input-group .wpcf7 input[type=time]:not(:first-child),.input-group .wpcf7 input[type=url]:not(:first-child),.input-group .wpcf7 input[type=week]:not(:first-child),.input-group .wpcf7 select:not(:first-child),.input-group .wpcf7 textarea:not(:first-child),.wpcf7 .input-group-btn:not(:first-child)>.btn-group>input[type=submit],.wpcf7 .input-group-btn:not(:first-child)>input[type=submit],.wpcf7 .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>input[type=submit],.wpcf7 .input-group-btn:not(:last-child)>input[type=submit]:not(:first-child),.wpcf7 .input-group .wpcf7-validation-errors:not(:first-child),.wpcf7 .input-group input[type=color]:not(:first-child),.wpcf7 .input-group input[type=date]:not(:first-child),.wpcf7 .input-group input[type=datetime-local]:not(:first-child),.wpcf7 .input-group input[type=datetime]:not(:first-child),.wpcf7 .input-group input[type=email]:not(:first-child),.wpcf7 .input-group input[type=file]:not(:first-child),.wpcf7 .input-group input[type=month]:not(:first-child),.wpcf7 .input-group input[type=number]:not(:first-child),.wpcf7 .input-group input[type=range]:not(:first-child),.wpcf7 .input-group input[type=search]:not(:first-child),.wpcf7 .input-group input[type=submit]:not(:first-child),.wpcf7 .input-group input[type=tel]:not(:first-child),.wpcf7 .input-group input[type=text]:not(:first-child),.wpcf7 .input-group input[type=time]:not(:first-child),.wpcf7 .input-group input[type=url]:not(:first-child),.wpcf7 .input-group input[type=week]:not(:first-child),.wpcf7 .input-group select:not(:first-child),.wpcf7 .input-group textarea:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.form-control+.input-group-addon:not(:first-child),.wpcf7 .wpcf7-validation-errors+.input-group-addon:not(:first-child),.wpcf7 input[type=color]+.input-group-addon:not(:first-child),.wpcf7 input[type=date]+.input-group-addon:not(:first-child),.wpcf7 input[type=datetime-local]+.input-group-addon:not(:first-child),.wpcf7 input[type=datetime]+.input-group-addon:not(:first-child),.wpcf7 input[type=email]+.input-group-addon:not(:first-child),.wpcf7 input[type=file]+.input-group-addon:not(:first-child),.wpcf7 input[type=month]+.input-group-addon:not(:first-child),.wpcf7 input[type=number]+.input-group-addon:not(:first-child),.wpcf7 input[type=range]+.input-group-addon:not(:first-child),.wpcf7 input[type=search]+.input-group-addon:not(:first-child),.wpcf7 input[type=submit]+.input-group-addon:not(:first-child),.wpcf7 input[type=tel]+.input-group-addon:not(:first-child),.wpcf7 input[type=text]+.input-group-addon:not(:first-child),.wpcf7 input[type=time]+.input-group-addon:not(:first-child),.wpcf7 input[type=url]+.input-group-addon:not(:first-child),.wpcf7 input[type=week]+.input-group-addon:not(:first-child),.wpcf7 select+.input-group-addon:not(:first-child),.wpcf7 textarea+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn,.input-group-btn>.btn,.wpcf7 .input-group-btn>input[type=submit]{position:relative}.input-group-btn>.btn+.btn,.wpcf7 .input-group-btn>.btn+input[type=submit],.wpcf7 .input-group-btn>input[type=submit]+.btn,.wpcf7 .input-group-btn>input[type=submit]+input[type=submit]{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.wpcf7 .input-group-btn>input[type=submit]:active,.wpcf7 .input-group-btn>input[type=submit]:focus,.wpcf7 .input-group-btn>input[type=submit]:hover{z-index:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group,.wpcf7 .input-group-btn:not(:last-child)>input[type=submit]{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group,.wpcf7 .input-group-btn:not(:first-child)>input[type=submit]{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover,.wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:active,.wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:focus,.wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:hover{z-index:3}.custom-control{position:relative;display:inline-block;padding-left:1.5rem;cursor:pointer}.custom-control+.custom-control{margin-left:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#0074d9}.custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #0074d9}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#84c6ff}.custom-control-input:disabled~.custom-control-indicator{cursor:not-allowed;background-color:#eee}.custom-control-input:disabled~.custom-control-description{color:#767676;cursor:not-allowed}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#0074d9;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E")}.custom-controls-stacked .custom-control{float:left;clear:left}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.5rem - 2px);padding:.375rem 1.75rem .375rem .75rem;padding-right:.75rem\9;color:#55595c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-image:none\9;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.custom-select:focus{border-color:#51a7e8;outline:none}.custom-select:focus::-ms-value{color:#55595c;background-color:#fff}.custom-select:disabled{color:#818a91;cursor:not-allowed;background-color:#eceeef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;cursor:pointer}.custom-file-input{min-width:14rem;max-width:100%;margin:0;filter:alpha(opacity=0);opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;user-select:none;background-color:#fff;border:1px solid #ddd;border-radius:.25rem}.custom-file-control:lang(en):after{content:"Choose file..."}.custom-file-control:before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;background-color:#eee;border:1px solid #ddd;border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en):before{content:"Browse"}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:inline-block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#818a91}.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover{color:#818a91;cursor:not-allowed;background-color:transparent}.nav-inline .nav-item{display:inline-block}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:1rem}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs:after{content:"";display:table;clear:both}.nav-tabs .nav-item{float:left;margin-bottom:-1px}.nav-tabs .nav-item+.nav-item{margin-left:.2rem}.nav-tabs .nav-link{display:block;padding:.5em 1em;border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover{color:#818a91;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#55595c;background-color:#fff;border-color:#ddd #ddd transparent}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills:after{content:"";display:table;clear:both}.nav-pills .nav-item{float:left}.nav-pills .nav-item+.nav-item{margin-left:.2rem}.nav-pills .nav-link{display:block;padding:.5em 1em;border-radius:.25rem}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{color:#fff;cursor:default;background-color:#fece00}.nav-stacked .nav-item{display:block;float:none}.nav-stacked .nav-item+.nav-item{margin-top:.2rem;margin-left:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar:after{content:"";display:table;clear:both}@media (min-width:576px){.navbar{border-radius:0}}.navbar-full{z-index:1000}@media (min-width:576px){.navbar-full{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:576px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-sticky-top{position:sticky;top:0;z-index:1030;width:100%}@media (min-width:576px){.navbar-sticky-top{border-radius:0}}.navbar-brand{float:left;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-divider{float:left;width:1px;padding-top:.425rem;padding-bottom:.425rem;margin-right:1rem;margin-left:1rem;overflow:hidden}.navbar-divider:before{content:"\00a0"}.navbar-text{display:inline-block;padding-top:.425rem;padding-bottom:.425rem}.navbar-toggler{width:2.5em;height:2em;padding:.5rem .75rem;font-size:1.25rem;line-height:1;background:transparent no-repeat 50%;background-size:24px 24px;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}@media (max-width:575px){.navbar-toggleable-xs .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-xs .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-xs .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:576px){.navbar-toggleable-xs{display:block}}@media (max-width:767px){.navbar-toggleable-sm .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-sm .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-sm .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:768px){.navbar-toggleable-sm{display:block}}@media (max-width:991px){.navbar-toggleable-md .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-md .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-md .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:992px){.navbar-toggleable-md{display:block}}.navbar-toggleable-lg:after{content:"";display:table;clear:both}@media (max-width:1199px){.navbar-toggleable-lg .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-lg .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-lg .navbar-nav .dropdown-menu{position:static;float:none}}@media (min-width:1200px){.navbar-toggleable-lg{display:block}}.navbar-toggleable-xl{display:block}.navbar-toggleable-xl:after{content:"";display:table;clear:both}.navbar-toggleable-xl .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-xl .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-xl .navbar-nav .dropdown-menu{position:static;float:none}.navbar-nav .nav-item+.nav-item,.navbar-nav .nav-link+.nav-link{margin-left:1rem}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-toggler,.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active>.nav-link:focus,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active:focus,.navbar-light .navbar-nav .nav-link.active:hover,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .nav-link.open:focus,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .open>.nav-link,.navbar-light .navbar-nav .open>.nav-link:focus,.navbar-light .navbar-nav .open>.nav-link:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");border-color:rgba(0,0,0,.1)}.navbar-light .navbar-divider{background-color:rgba(0,0,0,.075)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-toggler,.navbar-dark .navbar-toggler:focus,.navbar-dark .navbar-toggler:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active>.nav-link:focus,.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active:focus,.navbar-dark .navbar-nav .nav-link.active:hover,.navbar-dark .navbar-nav .nav-link.open,.navbar-dark .navbar-nav .nav-link.open:focus,.navbar-dark .navbar-nav .nav-link.open:hover,.navbar-dark .navbar-nav .open>.nav-link,.navbar-dark .navbar-nav .open>.nav-link:focus,.navbar-dark .navbar-nav .open>.nav-link:hover{color:#fff}.navbar-dark .navbar-toggler{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-divider{background-color:hsla(0,0%,100%,.075)}.navbar-toggleable-xs:after{content:"";display:table;clear:both}@media (max-width:575px){.navbar-toggleable-xs .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:576px){.navbar-toggleable-xs{display:block!important}}.navbar-toggleable-sm:after{content:"";display:table;clear:both}@media (max-width:767px){.navbar-toggleable-sm .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:768px){.navbar-toggleable-sm{display:block!important}}.navbar-toggleable-md:after{content:"";display:table;clear:both}@media (max-width:991px){.navbar-toggleable-md .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:992px){.navbar-toggleable-md{display:block!important}}.card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border-radius:.25rem;border:1px solid rgba(0,0,0,.125)}.card-block{padding:1.25rem}.card-block:after{content:"";display:table;clear:both}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f5f5f5;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:after{content:"";display:table;clear:both}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.125)}.card-footer:after{content:"";display:table;clear:both}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-primary{background-color:#fece00;border-color:#fece00}.card-primary .card-footer,.card-primary .card-header{background-color:transparent}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-success .card-footer,.card-success .card-header{background-color:transparent}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-footer,.card-info .card-header{background-color:transparent}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-warning .card-footer,.card-warning .card-header{background-color:transparent}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-danger .card-footer,.card-danger .card-header,.card-outline-primary{background-color:transparent}.card-outline-primary{border-color:#fece00}.card-outline-secondary{background-color:transparent;border-color:#ccc}.card-outline-info{background-color:transparent;border-color:#5bc0de}.card-outline-success{background-color:transparent;border-color:#5cb85c}.card-outline-warning{background-color:transparent;border-color:#f0ad4e}.card-outline-danger{background-color:transparent;border-color:#d9534f}.card-inverse .card-footer,.card-inverse .card-header{border-color:hsla(0,0%,100%,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{color:hsla(0,0%,100%,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:calc(.25rem - 1px)}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:table;width:100%;margin-bottom:.75rem;table-layout:fixed;border-spacing:1.25rem 0}.card-deck .card{display:table-cell;margin-bottom:0;vertical-align:top}.card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width:576px){.card-group{display:table;width:100%;table-layout:fixed}.card-group .card{display:table-cell;vertical-align:top}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child),.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb:after{content:"";display:table;clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#818a91;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#818a91}.pagination{display:inline-block;padding-left:0;margin-top:1rem;margin-bottom:1rem;border-radius:.25rem}.page-item{display:inline}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link,.page-item.active .page-link:focus,.page-item.active .page-link:hover{z-index:2;color:#fff;cursor:default;background-color:#fece00;border-color:#fece00}.page-item.disabled .page-link,.page-item.disabled .page-link:focus,.page-item.disabled .page-link:hover{color:#818a91;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;float:left;padding:.5rem .75rem;margin-left:-1px;color:#fece00;text-decoration:none;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#b29000;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.275rem .75rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.tag{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.tag:empty{display:none}.btn .tag,.wpcf7 input[type=submit] .tag{position:relative;top:-1px}a.tag:focus,a.tag:hover{color:#fff;text-decoration:none;cursor:pointer}.tag-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tag-default{background-color:#818a91}.tag-default[href]:focus,.tag-default[href]:hover{background-color:#687077}.tag-primary{background-color:#fece00}.tag-primary[href]:focus,.tag-primary[href]:hover{background-color:#cba500}.tag-success{background-color:#5cb85c}.tag-success[href]:focus,.tag-success[href]:hover{background-color:#449d44}.tag-info{background-color:#5bc0de}.tag-info[href]:focus,.tag-info[href]:hover{background-color:#31b0d5}.tag-warning{background-color:#f0ad4e}.tag-warning[href]:focus,.tag-warning[href]:hover{background-color:#ec971f}.tag-danger{background-color:#d9534f}.tag-danger[href]:focus,.tag-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:2.5rem}.alert-dismissible .close{position:relative;top:-.125rem;right:-1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:block;width:100%;height:1rem;margin-bottom:1rem}.progress[value]{background-color:#eee;border:0;appearance:none;border-radius:.25rem}.progress[value]::-ms-fill{background-color:#0074d9;border:0}.progress[value]::-moz-progress-bar{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value]::-webkit-progress-value{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value="100"]::-moz-progress-bar{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value="100"]::-webkit-progress-value{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:.25rem}.progress[value],base::-moz-progress-bar{background-color:#eee;border-radius:.25rem}@media screen and (min-width:0\0){.progress{background-color:#eee;border-radius:.25rem}.progress-bar{display:inline-block;height:1rem;text-indent:-999rem;background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[width="100%"]{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}}.progress-striped[value]::-webkit-progress-value{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-striped[value]::-moz-progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-striped[value]::-ms-fill{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}@media screen and (min-width:0\0){.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}}.progress-animated[value]::-webkit-progress-value{animation:a 2s linear infinite}.progress-animated[value]::-moz-progress-bar{animation:a 2s linear infinite}@media screen and (min-width:0\0){.progress-animated .progress-bar-striped{animation:a 2s linear infinite}}.progress-success[value]::-webkit-progress-value{background-color:#5cb85c}.progress-success[value]::-moz-progress-bar{background-color:#5cb85c}.progress-success[value]::-ms-fill{background-color:#5cb85c}@media screen and (min-width:0\0){.progress-success .progress-bar{background-color:#5cb85c}}.progress-info[value]::-webkit-progress-value{background-color:#5bc0de}.progress-info[value]::-moz-progress-bar{background-color:#5bc0de}.progress-info[value]::-ms-fill{background-color:#5bc0de}@media screen and (min-width:0\0){.progress-info .progress-bar{background-color:#5bc0de}}.progress-warning[value]::-webkit-progress-value{background-color:#f0ad4e}.progress-warning[value]::-moz-progress-bar{background-color:#f0ad4e}.progress-warning[value]::-ms-fill{background-color:#f0ad4e}@media screen and (min-width:0\0){.progress-warning .progress-bar{background-color:#f0ad4e}}.progress-danger[value]::-webkit-progress-value{background-color:#d9534f}.progress-danger[value]::-moz-progress-bar{background-color:#d9534f}.progress-danger[value]::-ms-fill{background-color:#d9534f}@media screen and (min-width:0\0){.progress-danger .progress-bar{background-color:#d9534f}}.media,.media-body{overflow:hidden}.media-body{width:10000px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right{padding-left:10px}.media-left{padding-right:10px}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:0}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#818a91;cursor:not-allowed;background-color:#eceeef}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#818a91}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;text-decoration:none;background-color:#fece00;border-color:#fece00}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#fff5cb}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-item-action{width:100%;color:#555;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#333}.list-group-item-action:focus,.list-group-item-action:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9{padding-bottom:42.85714%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.embed-responsive-1by1{padding-bottom:100%}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-25%)}.modal.in .modal-dialog{transform:translate(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;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after{content:"";display:table;clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.5}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after{content:"";display:table;clear:both}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:600px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.in{opacity:.9}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,.tooltip.tooltip-top .tooltip-inner:before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right{padding:0 5px;margin-left:3px}.tooltip.bs-tether-element-attached-left .tooltip-inner:before,.tooltip.tooltip-right .tooltip-inner:before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.tooltip.bs-tether-element-attached-top .tooltip-inner:before,.tooltip.tooltip-bottom .tooltip-inner:before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.tooltip.bs-tether-element-attached-right .tooltip-inner:before,.tooltip.tooltip-left .tooltip-inner:before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner:before{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.bs-tether-element-attached-bottom,.popover.popover-top{margin-top:-10px}.popover.bs-tether-element-attached-bottom:after,.popover.bs-tether-element-attached-bottom:before,.popover.popover-top:after,.popover.popover-top:before{left:50%;border-bottom-width:0}.popover.bs-tether-element-attached-bottom:before,.popover.popover-top:before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-bottom:after,.popover.popover-top:after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.bs-tether-element-attached-left,.popover.popover-right{margin-left:10px}.popover.bs-tether-element-attached-left:after,.popover.bs-tether-element-attached-left:before,.popover.popover-right:after,.popover.popover-right:before{top:50%;border-left-width:0}.popover.bs-tether-element-attached-left:before,.popover.popover-right:before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-left:after,.popover.popover-right:after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.bs-tether-element-attached-top,.popover.popover-bottom{margin-top:10px}.popover.bs-tether-element-attached-top:after,.popover.bs-tether-element-attached-top:before,.popover.popover-bottom:after,.popover.popover-bottom:before{left:50%;border-top-width:0}.popover.bs-tether-element-attached-top:before,.popover.popover-bottom:before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-top:after,.popover.popover-bottom:after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.bs-tether-element-attached-top .popover-title:before,.popover.popover-bottom .popover-title:before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-tether-element-attached-right,.popover.popover-left{margin-left:-10px}.popover.bs-tether-element-attached-right:after,.popover.bs-tether-element-attached-right:before,.popover.popover-left:after,.popover.popover-left:before{top:50%;border-right-width:0}.popover.bs-tether-element-attached-right:before,.popover.popover-left:before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-right:after,.popover.popover-left:after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:.2375rem .2375rem 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover:after,.popover:before{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover:before{content:"";border-width:11px}.popover:after{content:"";border-width:10px}.carousel,.carousel-inner{position:relative}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.carousel-item{position:relative;display:none;transition:left .6s ease-in-out}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img{line-height:1}@media (-webkit-transform-3d),all and (transform-3d){.carousel-inner>.carousel-item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.carousel-item.active.right,.carousel-inner>.carousel-item.next{left:0;transform:translate3d(100%,0,0)}.carousel-inner>.carousel-item.active.left,.carousel-inner>.carousel-item.prev{left:0;transform:translate3d(-100%,0,0)}.carousel-inner>.carousel-item.active,.carousel-inner>.carousel-item.next.left,.carousel-inner>.carousel-item.prev.right{left:0;transform:translateZ(0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5}.carousel-control.left{background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:transparent;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn,.carousel-caption .wpcf7 input[type=submit],.wpcf7 .carousel-caption input[type=submit]{text-shadow:none}@media (min-width:576px){.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .icon-prev{margin-left:-15px}.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-faded{background-color:#f7f7f9}.bg-primary{background-color:#fece00!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#cba500!important}.bg-success{background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44!important}.bg-info{background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5!important}.bg-warning{background-color:#f0ad4e!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f!important}.bg-danger{background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c!important}.bg-inverse{background-color:#373a3c!important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#1f2021!important}.rounded{border-radius:.25rem}.rounded-top{border-top-left-radius:.25rem}.rounded-right,.rounded-top{border-top-right-radius:.25rem}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem}.rounded-left{border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.clearfix:after{content:"";display:table;clear:both}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.float-xs-left{float:left!important}.float-xs-right{float:right!important}.float-xs-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.w-100{width:100%!important}.h-100{height:100%!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:1rem!important}.mt-1{margin-top:1rem!important}.mr-1{margin-right:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1,.mx-1{margin-left:1rem!important}.mx-1{margin-right:1rem!important}.my-1{margin-top:1rem!important;margin-bottom:1rem!important}.m-2{margin:1.5rem!important}.mt-2{margin-top:1.5rem!important}.mr-2{margin-right:1.5rem!important}.mb-2{margin-bottom:1.5rem!important}.ml-2,.mx-2{margin-left:1.5rem!important}.mx-2{margin-right:1.5rem!important}.my-2{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-3{margin:3rem!important}.mt-3{margin-top:3rem!important}.mr-3{margin-right:3rem!important}.mb-3{margin-bottom:3rem!important}.ml-3,.mx-3{margin-left:3rem!important}.mx-3{margin-right:3rem!important}.my-3{margin-top:3rem!important;margin-bottom:3rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:1rem!important}.pt-1{padding-top:1rem!important}.pr-1{padding-right:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1,.px-1{padding-left:1rem!important}.px-1{padding-right:1rem!important}.py-1{padding-top:1rem!important;padding-bottom:1rem!important}.p-2{padding:1.5rem!important}.pt-2{padding-top:1.5rem!important}.pr-2{padding-right:1.5rem!important}.pb-2{padding-bottom:1.5rem!important}.pl-2,.px-2{padding-left:1.5rem!important}.px-2{padding-right:1.5rem!important}.py-2{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-3{padding:3rem!important}.pt-3{padding-top:3rem!important}.pr-3{padding-right:3rem!important}.pb-3{padding-bottom:3rem!important}.pl-3,.px-3{padding-left:3rem!important}.px-3{padding-right:3rem!important}.py-3{padding-top:3rem!important;padding-bottom:3rem!important}.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff!important}.text-muted{color:#818a91!important}a.text-muted:focus,a.text-muted:hover{color:#687077!important}.text-primary{color:#fece00!important}a.text-primary:focus,a.text-primary:hover{color:#cba500!important}.text-success{color:#5cb85c!important}a.text-success:focus,a.text-success:hover{color:#449d44!important}.text-info{color:#5bc0de!important}a.text-info:focus,a.text-info:hover{color:#31b0d5!important}.text-warning{color:#f0ad4e!important}a.text-warning:focus,a.text-warning:hover{color:#ec971f!important}.text-danger{color:#d9534f!important}a.text-danger:focus,a.text-danger:hover{color:#c9302c!important}.text-gray-dark{color:#373a3c!important}a.text-gray-dark:focus,a.text-gray-dark:hover{color:#1f2021!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.invisible{visibility:hidden!important}.hidden-xs-up{display:none!important}@media (max-width:575px){.hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down,.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}}.wrapper{padding:30px 0}#wrapper-hero{padding:0!important}.bypostauthor,.gallery-caption,.sticky{font-size:inherit}.wrapper#wrapper-sticky{border-bottom:1px solid #818a91}#wrapper-footer-full,#wrapper-static-hero{background-color:#eceeef}.screen-reader-text,.wp-caption,.wp-caption-text{font-size:inherit}.alignright{float:right;padding-left:10px}.alignleft{float:left;padding-right:10px}.aligncenter{margin:0 auto}.entry-footer span{padding-right:10px}#secondary img,article img,figure,img,img.wp-post-image{max-width:100%;height:auto}a.skip-link{position:fixed;z-index:1000;top:0;right:0}.jumbotron{margin-bottom:0}.menu-item{float:left;display:inline;width:auto}.navbar-toggle{position:relative;float:right;margin-right:1rem;padding:9px 10px;background-color:transparent;background-image:none;border:1px solid transparent}.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}.navbar .collapse.in,.navbar .collapsing{float:left;width:100%}.navbar-dark .navbar-toggle{border:1px solid #fff}.navbar-dark .icon-bar{border-bottom:1px solid #fff}.navbar-dark .dropdown-menu{background-color:#373a3c}.navbar #main-menu,.navbar-nav .nav-item{float:left}.navbar-nav .nav-link{display:block;padding-top:.425rem;padding-bottom:.425rem}.navbar-nav .nav-item+.nav-item,.navbar-nav .nav-link+.nav-link{margin-left:0}.nav-link{margin-right:.425rem;margin-left:.425rem}.paged-navigation,.post-navigation{padding:15px 0;margin:30px 0;border-top:1px solid #eceeef}.dropdown-menu .dropdown-menu{position:relative;display:block;margin-left:10px;border:none;box-shadow:none}.dropdown-menu .dropdown-menu li{padding-left:0;list-style:square}.dropdown-menu .menu-item{width:100%}.dropdown-menu .menu-item a:hover{background-color:#fece00}[type=button],[type=reset],[type=submit],button{cursor:pointer}.gallery:after{content:"";display:table;clear:both}aside.widget{clear:both}.wpcf7{max-width:600px;margin:0 auto!important}.wpcf7 .wpcf7-form label{width:100%}.wpcf7 .wpcf7-not-valid-tip{color:#d9534f!important}.wpcf7 .wpcf7-validation-errors{color:#d9534f!important;border:1px solid #eceeef!important}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{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}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:b 2s infinite linear;animation:b 2s infinite linear}.fa-pulse{-webkit-animation:b 1s infinite steps(8);animation:b 1s infinite steps(8)}@-webkit-keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:c}@keyframes c{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block} /*# sourceMappingURL=child-theme.min.css.map */ diff --git a/css/child-theme.min.css.map b/css/child-theme.min.css.map index 76c2c0e..bd3aa3d 100644 --- a/css/child-theme.min.css.map +++ b/css/child-theme.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["child-theme.min.css"],"names":[],"mappings":"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","file":"child-theme.min.css","sourcesContent":["@charset \"UTF-8\";\n/*!\n * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)\n * Copyright 2011-2015 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%; }\n\nbody {\n margin: 0; }\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block; }\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; }\n\naudio:not([controls]) {\n display: none;\n height: 0; }\n\nprogress {\n vertical-align: baseline; }\n\ntemplate,\n[hidden] {\n display: none; }\n\na {\n background-color: transparent;\n -webkit-text-decoration-skip: objects; }\n\na:active,\na:hover {\n outline-width: 0; }\n\nabbr[title] {\n border-bottom: none;\n text-decoration: underline;\n text-decoration: underline dotted; }\n\nb,\nstrong {\n font-weight: inherit; }\n\nb,\nstrong {\n font-weight: bolder; }\n\ndfn {\n font-style: italic; }\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0; }\n\nmark {\n background-color: #ff0;\n color: #000; }\n\nsmall {\n font-size: 80%; }\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline; }\n\nsub {\n bottom: -0.25em; }\n\nsup {\n top: -0.5em; }\n\nimg {\n border-style: none; }\n\nsvg:not(:root) {\n overflow: hidden; }\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em; }\n\nfigure {\n margin: 1em 40px; }\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible; }\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font: inherit;\n margin: 0; }\n\noptgroup {\n font-weight: bold; }\n\nbutton,\ninput {\n overflow: visible; }\n\nbutton,\nselect {\n text-transform: none; }\n\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; }\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0; }\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText; }\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em; }\n\nlegend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal; }\n\ntextarea {\n overflow: auto; }\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0; }\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto; }\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px; }\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none; }\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54; }\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit; }\n\n@media print {\n *,\n *::before,\n *::after,\n *::first-letter,\n p::first-line,\n div::first-line,\n blockquote::first-line,\n li::first-line {\n text-shadow: none !important;\n box-shadow: none !important; }\n a,\n a:visited {\n text-decoration: underline; }\n abbr[title]::after {\n content: \" (\" attr(title) \")\"; }\n pre {\n white-space: pre-wrap !important; }\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid; }\n thead {\n display: table-header-group; }\n tr,\n img {\n page-break-inside: avoid; }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3; }\n h2,\n h3 {\n page-break-after: avoid; }\n .navbar {\n display: none; }\n .btn > .caret,\n .dropup > .btn > .caret {\n border-top-color: #000 !important; }\n .tag {\n border: 1px solid #000; }\n .table {\n border-collapse: collapse !important; }\n .table td,\n .table th {\n background-color: #fff !important; }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #ddd !important; } }\n\nhtml {\n box-sizing: border-box; }\n\n*,\n*::before,\n*::after {\n box-sizing: inherit; }\n\n@-ms-viewport {\n width: device-width; }\n\nhtml {\n font-size: 16px;\n -ms-overflow-style: scrollbar;\n -webkit-tap-highlight-color: transparent; }\n\nbody {\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-size: 1rem;\n line-height: 1.5;\n color: #373a3c;\n background-color: #fff; }\n\n[tabindex=\"-1\"]:focus {\n outline: none !important; }\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: .5rem; }\n\np {\n margin-top: 0;\n margin-bottom: 1rem; }\n\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted #818a91; }\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit; }\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem; }\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0; }\n\ndt {\n font-weight: bold; }\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; }\n\nblockquote {\n margin: 0 0 1rem; }\n\na {\n color: #fece00;\n text-decoration: none; }\n a:focus, a:hover {\n color: #b29000;\n text-decoration: underline; }\n a:focus {\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px; }\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none; }\n a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {\n color: inherit;\n text-decoration: none; }\n a:not([href]):not([tabindex]):focus {\n outline: none; }\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto; }\n\nfigure {\n margin: 0 0 1rem; }\n\nimg {\n vertical-align: middle; }\n\n[role=\"button\"] {\n cursor: pointer; }\n\na,\narea,\nbutton,\n[role=\"button\"],\ninput,\nlabel,\nselect,\nsummary,\ntextarea {\n touch-action: manipulation; }\n\ntable {\n border-collapse: collapse;\n background-color: transparent; }\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #818a91;\n text-align: left;\n caption-side: bottom; }\n\nth {\n text-align: left; }\n\nlabel {\n display: inline-block;\n margin-bottom: .5rem; }\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color; }\n\ninput,\nbutton,\nselect,\ntextarea {\n line-height: inherit; }\n\ninput[type=\"radio\"]:disabled,\ninput[type=\"checkbox\"]:disabled {\n cursor: not-allowed; }\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox; }\n\ntextarea {\n resize: vertical; }\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0; }\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit; }\n\ninput[type=\"search\"] {\n -webkit-appearance: none; }\n\noutput {\n display: inline-block; }\n\n[hidden] {\n display: none !important; }\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-family: inherit;\n font-weight: 500;\n line-height: 1.1;\n color: inherit; }\n\nh1, .h1 {\n font-size: 2.5rem; }\n\nh2, .h2 {\n font-size: 2rem; }\n\nh3, .h3 {\n font-size: 1.75rem; }\n\nh4, .h4 {\n font-size: 1.5rem; }\n\nh5, .h5 {\n font-size: 1.25rem; }\n\nh6, .h6 {\n font-size: 1rem; }\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300; }\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300; }\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300; }\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300; }\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300; }\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1); }\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: normal; }\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3; }\n\n.list-unstyled {\n padding-left: 0;\n list-style: none; }\n\n.list-inline {\n padding-left: 0;\n list-style: none; }\n\n.list-inline-item {\n display: inline-block; }\n .list-inline-item:not(:last-child) {\n margin-right: 5px; }\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase; }\n\n.blockquote {\n padding: 0.5rem 1rem;\n margin-bottom: 1rem;\n font-size: 1.25rem;\n border-left: 0.25rem solid #eceeef; }\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #818a91; }\n .blockquote-footer::before {\n content: \"\\2014 \\00A0\"; }\n\n.blockquote-reverse {\n padding-right: 1rem;\n padding-left: 0;\n text-align: right;\n border-right: 0.25rem solid #eceeef;\n border-left: 0; }\n\n.blockquote-reverse .blockquote-footer::before {\n content: \"\"; }\n\n.blockquote-reverse .blockquote-footer::after {\n content: \"\\00A0 \\2014\"; }\n\ndl.row > dd + dt {\n clear: left; }\n\n.img-fluid, .carousel-inner > .carousel-item > img,\n.carousel-inner > .carousel-item > a > img {\n max-width: 100%;\n height: auto; }\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 0.25rem;\n transition: all .2s ease-in-out;\n max-width: 100%;\n height: auto; }\n\n.figure {\n display: inline-block; }\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1; }\n\n.figure-caption {\n font-size: 90%;\n color: #818a91; }\n\ncode,\nkbd,\npre,\nsamp {\n font-family: Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; }\n\ncode {\n padding: 0.2rem 0.4rem;\n font-size: 90%;\n color: #bd4147;\n background-color: #f7f7f9;\n border-radius: 0.25rem; }\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 90%;\n color: #fff;\n background-color: #333;\n border-radius: 0.2rem; }\n kbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold; }\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n font-size: 90%;\n color: #373a3c; }\n pre code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n background-color: transparent;\n border-radius: 0; }\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll; }\n\n.container {\n margin-left: auto;\n margin-right: auto;\n padding-left: 15px;\n padding-right: 15px; }\n .container::after {\n content: \"\";\n display: table;\n clear: both; }\n @media (min-width: 576px) {\n .container {\n width: 540px;\n max-width: 100%; } }\n @media (min-width: 768px) {\n .container {\n width: 720px;\n max-width: 100%; } }\n @media (min-width: 992px) {\n .container {\n width: 960px;\n max-width: 100%; } }\n @media (min-width: 1200px) {\n .container {\n width: 1140px;\n max-width: 100%; } }\n\n.container-fluid {\n margin-left: auto;\n margin-right: auto;\n padding-left: 15px;\n padding-right: 15px; }\n .container-fluid::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.row {\n margin-right: -15px;\n margin-left: -15px; }\n .row::after {\n content: \"\";\n display: table;\n clear: both; }\n @media (min-width: 576px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n @media (min-width: 768px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n @media (min-width: 992px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n @media (min-width: 1200px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n\n.col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n position: relative;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px; }\n @media (min-width: 576px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n @media (min-width: 768px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n @media (min-width: 992px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n @media (min-width: 1200px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n\n.col-xs-1 {\n float: left;\n width: 8.33333%; }\n\n.col-xs-2 {\n float: left;\n width: 16.66667%; }\n\n.col-xs-3 {\n float: left;\n width: 25%; }\n\n.col-xs-4 {\n float: left;\n width: 33.33333%; }\n\n.col-xs-5 {\n float: left;\n width: 41.66667%; }\n\n.col-xs-6 {\n float: left;\n width: 50%; }\n\n.col-xs-7 {\n float: left;\n width: 58.33333%; }\n\n.col-xs-8 {\n float: left;\n width: 66.66667%; }\n\n.col-xs-9 {\n float: left;\n width: 75%; }\n\n.col-xs-10 {\n float: left;\n width: 83.33333%; }\n\n.col-xs-11 {\n float: left;\n width: 91.66667%; }\n\n.col-xs-12 {\n float: left;\n width: 100%; }\n\n.pull-xs-0 {\n right: auto; }\n\n.pull-xs-1 {\n right: 8.33333%; }\n\n.pull-xs-2 {\n right: 16.66667%; }\n\n.pull-xs-3 {\n right: 25%; }\n\n.pull-xs-4 {\n right: 33.33333%; }\n\n.pull-xs-5 {\n right: 41.66667%; }\n\n.pull-xs-6 {\n right: 50%; }\n\n.pull-xs-7 {\n right: 58.33333%; }\n\n.pull-xs-8 {\n right: 66.66667%; }\n\n.pull-xs-9 {\n right: 75%; }\n\n.pull-xs-10 {\n right: 83.33333%; }\n\n.pull-xs-11 {\n right: 91.66667%; }\n\n.pull-xs-12 {\n right: 100%; }\n\n.push-xs-0 {\n left: auto; }\n\n.push-xs-1 {\n left: 8.33333%; }\n\n.push-xs-2 {\n left: 16.66667%; }\n\n.push-xs-3 {\n left: 25%; }\n\n.push-xs-4 {\n left: 33.33333%; }\n\n.push-xs-5 {\n left: 41.66667%; }\n\n.push-xs-6 {\n left: 50%; }\n\n.push-xs-7 {\n left: 58.33333%; }\n\n.push-xs-8 {\n left: 66.66667%; }\n\n.push-xs-9 {\n left: 75%; }\n\n.push-xs-10 {\n left: 83.33333%; }\n\n.push-xs-11 {\n left: 91.66667%; }\n\n.push-xs-12 {\n left: 100%; }\n\n.offset-xs-1 {\n margin-left: 8.33333%; }\n\n.offset-xs-2 {\n margin-left: 16.66667%; }\n\n.offset-xs-3 {\n margin-left: 25%; }\n\n.offset-xs-4 {\n margin-left: 33.33333%; }\n\n.offset-xs-5 {\n margin-left: 41.66667%; }\n\n.offset-xs-6 {\n margin-left: 50%; }\n\n.offset-xs-7 {\n margin-left: 58.33333%; }\n\n.offset-xs-8 {\n margin-left: 66.66667%; }\n\n.offset-xs-9 {\n margin-left: 75%; }\n\n.offset-xs-10 {\n margin-left: 83.33333%; }\n\n.offset-xs-11 {\n margin-left: 91.66667%; }\n\n@media (min-width: 576px) {\n .col-sm-1 {\n float: left;\n width: 8.33333%; }\n .col-sm-2 {\n float: left;\n width: 16.66667%; }\n .col-sm-3 {\n float: left;\n width: 25%; }\n .col-sm-4 {\n float: left;\n width: 33.33333%; }\n .col-sm-5 {\n float: left;\n width: 41.66667%; }\n .col-sm-6 {\n float: left;\n width: 50%; }\n .col-sm-7 {\n float: left;\n width: 58.33333%; }\n .col-sm-8 {\n float: left;\n width: 66.66667%; }\n .col-sm-9 {\n float: left;\n width: 75%; }\n .col-sm-10 {\n float: left;\n width: 83.33333%; }\n .col-sm-11 {\n float: left;\n width: 91.66667%; }\n .col-sm-12 {\n float: left;\n width: 100%; }\n .pull-sm-0 {\n right: auto; }\n .pull-sm-1 {\n right: 8.33333%; }\n .pull-sm-2 {\n right: 16.66667%; }\n .pull-sm-3 {\n right: 25%; }\n .pull-sm-4 {\n right: 33.33333%; }\n .pull-sm-5 {\n right: 41.66667%; }\n .pull-sm-6 {\n right: 50%; }\n .pull-sm-7 {\n right: 58.33333%; }\n .pull-sm-8 {\n right: 66.66667%; }\n .pull-sm-9 {\n right: 75%; }\n .pull-sm-10 {\n right: 83.33333%; }\n .pull-sm-11 {\n right: 91.66667%; }\n .pull-sm-12 {\n right: 100%; }\n .push-sm-0 {\n left: auto; }\n .push-sm-1 {\n left: 8.33333%; }\n .push-sm-2 {\n left: 16.66667%; }\n .push-sm-3 {\n left: 25%; }\n .push-sm-4 {\n left: 33.33333%; }\n .push-sm-5 {\n left: 41.66667%; }\n .push-sm-6 {\n left: 50%; }\n .push-sm-7 {\n left: 58.33333%; }\n .push-sm-8 {\n left: 66.66667%; }\n .push-sm-9 {\n left: 75%; }\n .push-sm-10 {\n left: 83.33333%; }\n .push-sm-11 {\n left: 91.66667%; }\n .push-sm-12 {\n left: 100%; }\n .offset-sm-0 {\n margin-left: 0%; }\n .offset-sm-1 {\n margin-left: 8.33333%; }\n .offset-sm-2 {\n margin-left: 16.66667%; }\n .offset-sm-3 {\n margin-left: 25%; }\n .offset-sm-4 {\n margin-left: 33.33333%; }\n .offset-sm-5 {\n margin-left: 41.66667%; }\n .offset-sm-6 {\n margin-left: 50%; }\n .offset-sm-7 {\n margin-left: 58.33333%; }\n .offset-sm-8 {\n margin-left: 66.66667%; }\n .offset-sm-9 {\n margin-left: 75%; }\n .offset-sm-10 {\n margin-left: 83.33333%; }\n .offset-sm-11 {\n margin-left: 91.66667%; } }\n\n@media (min-width: 768px) {\n .col-md-1 {\n float: left;\n width: 8.33333%; }\n .col-md-2 {\n float: left;\n width: 16.66667%; }\n .col-md-3 {\n float: left;\n width: 25%; }\n .col-md-4 {\n float: left;\n width: 33.33333%; }\n .col-md-5 {\n float: left;\n width: 41.66667%; }\n .col-md-6 {\n float: left;\n width: 50%; }\n .col-md-7 {\n float: left;\n width: 58.33333%; }\n .col-md-8 {\n float: left;\n width: 66.66667%; }\n .col-md-9 {\n float: left;\n width: 75%; }\n .col-md-10 {\n float: left;\n width: 83.33333%; }\n .col-md-11 {\n float: left;\n width: 91.66667%; }\n .col-md-12 {\n float: left;\n width: 100%; }\n .pull-md-0 {\n right: auto; }\n .pull-md-1 {\n right: 8.33333%; }\n .pull-md-2 {\n right: 16.66667%; }\n .pull-md-3 {\n right: 25%; }\n .pull-md-4 {\n right: 33.33333%; }\n .pull-md-5 {\n right: 41.66667%; }\n .pull-md-6 {\n right: 50%; }\n .pull-md-7 {\n right: 58.33333%; }\n .pull-md-8 {\n right: 66.66667%; }\n .pull-md-9 {\n right: 75%; }\n .pull-md-10 {\n right: 83.33333%; }\n .pull-md-11 {\n right: 91.66667%; }\n .pull-md-12 {\n right: 100%; }\n .push-md-0 {\n left: auto; }\n .push-md-1 {\n left: 8.33333%; }\n .push-md-2 {\n left: 16.66667%; }\n .push-md-3 {\n left: 25%; }\n .push-md-4 {\n left: 33.33333%; }\n .push-md-5 {\n left: 41.66667%; }\n .push-md-6 {\n left: 50%; }\n .push-md-7 {\n left: 58.33333%; }\n .push-md-8 {\n left: 66.66667%; }\n .push-md-9 {\n left: 75%; }\n .push-md-10 {\n left: 83.33333%; }\n .push-md-11 {\n left: 91.66667%; }\n .push-md-12 {\n left: 100%; }\n .offset-md-0 {\n margin-left: 0%; }\n .offset-md-1 {\n margin-left: 8.33333%; }\n .offset-md-2 {\n margin-left: 16.66667%; }\n .offset-md-3 {\n margin-left: 25%; }\n .offset-md-4 {\n margin-left: 33.33333%; }\n .offset-md-5 {\n margin-left: 41.66667%; }\n .offset-md-6 {\n margin-left: 50%; }\n .offset-md-7 {\n margin-left: 58.33333%; }\n .offset-md-8 {\n margin-left: 66.66667%; }\n .offset-md-9 {\n margin-left: 75%; }\n .offset-md-10 {\n margin-left: 83.33333%; }\n .offset-md-11 {\n margin-left: 91.66667%; } }\n\n@media (min-width: 992px) {\n .col-lg-1 {\n float: left;\n width: 8.33333%; }\n .col-lg-2 {\n float: left;\n width: 16.66667%; }\n .col-lg-3 {\n float: left;\n width: 25%; }\n .col-lg-4 {\n float: left;\n width: 33.33333%; }\n .col-lg-5 {\n float: left;\n width: 41.66667%; }\n .col-lg-6 {\n float: left;\n width: 50%; }\n .col-lg-7 {\n float: left;\n width: 58.33333%; }\n .col-lg-8 {\n float: left;\n width: 66.66667%; }\n .col-lg-9 {\n float: left;\n width: 75%; }\n .col-lg-10 {\n float: left;\n width: 83.33333%; }\n .col-lg-11 {\n float: left;\n width: 91.66667%; }\n .col-lg-12 {\n float: left;\n width: 100%; }\n .pull-lg-0 {\n right: auto; }\n .pull-lg-1 {\n right: 8.33333%; }\n .pull-lg-2 {\n right: 16.66667%; }\n .pull-lg-3 {\n right: 25%; }\n .pull-lg-4 {\n right: 33.33333%; }\n .pull-lg-5 {\n right: 41.66667%; }\n .pull-lg-6 {\n right: 50%; }\n .pull-lg-7 {\n right: 58.33333%; }\n .pull-lg-8 {\n right: 66.66667%; }\n .pull-lg-9 {\n right: 75%; }\n .pull-lg-10 {\n right: 83.33333%; }\n .pull-lg-11 {\n right: 91.66667%; }\n .pull-lg-12 {\n right: 100%; }\n .push-lg-0 {\n left: auto; }\n .push-lg-1 {\n left: 8.33333%; }\n .push-lg-2 {\n left: 16.66667%; }\n .push-lg-3 {\n left: 25%; }\n .push-lg-4 {\n left: 33.33333%; }\n .push-lg-5 {\n left: 41.66667%; }\n .push-lg-6 {\n left: 50%; }\n .push-lg-7 {\n left: 58.33333%; }\n .push-lg-8 {\n left: 66.66667%; }\n .push-lg-9 {\n left: 75%; }\n .push-lg-10 {\n left: 83.33333%; }\n .push-lg-11 {\n left: 91.66667%; }\n .push-lg-12 {\n left: 100%; }\n .offset-lg-0 {\n margin-left: 0%; }\n .offset-lg-1 {\n margin-left: 8.33333%; }\n .offset-lg-2 {\n margin-left: 16.66667%; }\n .offset-lg-3 {\n margin-left: 25%; }\n .offset-lg-4 {\n margin-left: 33.33333%; }\n .offset-lg-5 {\n margin-left: 41.66667%; }\n .offset-lg-6 {\n margin-left: 50%; }\n .offset-lg-7 {\n margin-left: 58.33333%; }\n .offset-lg-8 {\n margin-left: 66.66667%; }\n .offset-lg-9 {\n margin-left: 75%; }\n .offset-lg-10 {\n margin-left: 83.33333%; }\n .offset-lg-11 {\n margin-left: 91.66667%; } }\n\n@media (min-width: 1200px) {\n .col-xl-1 {\n float: left;\n width: 8.33333%; }\n .col-xl-2 {\n float: left;\n width: 16.66667%; }\n .col-xl-3 {\n float: left;\n width: 25%; }\n .col-xl-4 {\n float: left;\n width: 33.33333%; }\n .col-xl-5 {\n float: left;\n width: 41.66667%; }\n .col-xl-6 {\n float: left;\n width: 50%; }\n .col-xl-7 {\n float: left;\n width: 58.33333%; }\n .col-xl-8 {\n float: left;\n width: 66.66667%; }\n .col-xl-9 {\n float: left;\n width: 75%; }\n .col-xl-10 {\n float: left;\n width: 83.33333%; }\n .col-xl-11 {\n float: left;\n width: 91.66667%; }\n .col-xl-12 {\n float: left;\n width: 100%; }\n .pull-xl-0 {\n right: auto; }\n .pull-xl-1 {\n right: 8.33333%; }\n .pull-xl-2 {\n right: 16.66667%; }\n .pull-xl-3 {\n right: 25%; }\n .pull-xl-4 {\n right: 33.33333%; }\n .pull-xl-5 {\n right: 41.66667%; }\n .pull-xl-6 {\n right: 50%; }\n .pull-xl-7 {\n right: 58.33333%; }\n .pull-xl-8 {\n right: 66.66667%; }\n .pull-xl-9 {\n right: 75%; }\n .pull-xl-10 {\n right: 83.33333%; }\n .pull-xl-11 {\n right: 91.66667%; }\n .pull-xl-12 {\n right: 100%; }\n .push-xl-0 {\n left: auto; }\n .push-xl-1 {\n left: 8.33333%; }\n .push-xl-2 {\n left: 16.66667%; }\n .push-xl-3 {\n left: 25%; }\n .push-xl-4 {\n left: 33.33333%; }\n .push-xl-5 {\n left: 41.66667%; }\n .push-xl-6 {\n left: 50%; }\n .push-xl-7 {\n left: 58.33333%; }\n .push-xl-8 {\n left: 66.66667%; }\n .push-xl-9 {\n left: 75%; }\n .push-xl-10 {\n left: 83.33333%; }\n .push-xl-11 {\n left: 91.66667%; }\n .push-xl-12 {\n left: 100%; }\n .offset-xl-0 {\n margin-left: 0%; }\n .offset-xl-1 {\n margin-left: 8.33333%; }\n .offset-xl-2 {\n margin-left: 16.66667%; }\n .offset-xl-3 {\n margin-left: 25%; }\n .offset-xl-4 {\n margin-left: 33.33333%; }\n .offset-xl-5 {\n margin-left: 41.66667%; }\n .offset-xl-6 {\n margin-left: 50%; }\n .offset-xl-7 {\n margin-left: 58.33333%; }\n .offset-xl-8 {\n margin-left: 66.66667%; }\n .offset-xl-9 {\n margin-left: 75%; }\n .offset-xl-10 {\n margin-left: 83.33333%; }\n .offset-xl-11 {\n margin-left: 91.66667%; } }\n\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 1rem; }\n .table th,\n .table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #eceeef; }\n .table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #eceeef; }\n .table tbody + tbody {\n border-top: 2px solid #eceeef; }\n .table .table {\n background-color: #fff; }\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem; }\n\n.table-bordered {\n border: 1px solid #eceeef; }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #eceeef; }\n .table-bordered thead th,\n .table-bordered thead td {\n border-bottom-width: 2px; }\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05); }\n\n.table-hover tbody tr:hover {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075); }\n .table-hover .table-active:hover > td,\n .table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #dff0d8; }\n\n.table-hover .table-success:hover {\n background-color: #d0e9c6; }\n .table-hover .table-success:hover > td,\n .table-hover .table-success:hover > th {\n background-color: #d0e9c6; }\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #d9edf7; }\n\n.table-hover .table-info:hover {\n background-color: #c4e3f3; }\n .table-hover .table-info:hover > td,\n .table-hover .table-info:hover > th {\n background-color: #c4e3f3; }\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #fcf8e3; }\n\n.table-hover .table-warning:hover {\n background-color: #faf2cc; }\n .table-hover .table-warning:hover > td,\n .table-hover .table-warning:hover > th {\n background-color: #faf2cc; }\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f2dede; }\n\n.table-hover .table-danger:hover {\n background-color: #ebcccc; }\n .table-hover .table-danger:hover > td,\n .table-hover .table-danger:hover > th {\n background-color: #ebcccc; }\n\n.thead-inverse th {\n color: #fff;\n background-color: #373a3c; }\n\n.thead-default th {\n color: #55595c;\n background-color: #eceeef; }\n\n.table-inverse {\n color: #eceeef;\n background-color: #373a3c; }\n .table-inverse th,\n .table-inverse td,\n .table-inverse thead th {\n border-color: #55595c; }\n .table-inverse.table-bordered {\n border: 0; }\n\n.table-responsive {\n display: block;\n width: 100%;\n min-height: 0%;\n overflow-x: auto; }\n\n.table-reflow thead {\n float: left; }\n\n.table-reflow tbody {\n display: block;\n white-space: nowrap; }\n\n.table-reflow th,\n.table-reflow td {\n border-top: 1px solid #eceeef;\n border-left: 1px solid #eceeef; }\n .table-reflow th:last-child,\n .table-reflow td:last-child {\n border-right: 1px solid #eceeef; }\n\n.table-reflow thead:last-child tr:last-child th,\n.table-reflow thead:last-child tr:last-child td,\n.table-reflow tbody:last-child tr:last-child th,\n.table-reflow tbody:last-child tr:last-child td,\n.table-reflow tfoot:last-child tr:last-child th,\n.table-reflow tfoot:last-child tr:last-child td {\n border-bottom: 1px solid #eceeef; }\n\n.table-reflow tr {\n float: left; }\n .table-reflow tr th,\n .table-reflow tr td {\n display: block !important;\n border: 1px solid #eceeef; }\n\n.form-control {\n display: block;\n width: 100%;\n padding: 0.5rem 0.75rem;\n font-size: 1rem;\n line-height: 1.25;\n color: #55595c;\n background-color: #fff;\n background-image: none;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem; }\n .form-control::-ms-expand {\n background-color: transparent;\n border: 0; }\n .form-control:focus {\n color: #55595c;\n background-color: #fff;\n border-color: #66afe9;\n outline: none; }\n .form-control::placeholder {\n color: #999;\n opacity: 1; }\n .form-control:disabled, .form-control[readonly] {\n background-color: #eceeef;\n opacity: 1; }\n .form-control:disabled {\n cursor: not-allowed; }\n\nselect.form-control:not([size]):not([multiple]) {\n height: calc(2.5rem - 2px); }\n\nselect.form-control:focus::-ms-value {\n color: #55595c;\n background-color: #fff; }\n\n.form-control-file,\n.form-control-range {\n display: block; }\n\n.col-form-label {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n margin-bottom: 0; }\n\n.col-form-label-lg {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n font-size: 1.25rem; }\n\n.col-form-label-sm {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n font-size: 0.875rem; }\n\n.col-form-legend {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n margin-bottom: 0;\n font-size: 1rem; }\n\n.form-control-static {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n line-height: 1.25;\n border: solid transparent;\n border-width: 1px 0; }\n .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,\n .input-group-sm > .form-control-static.input-group-addon,\n .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,\n .input-group-lg > .form-control-static.input-group-addon,\n .input-group-lg > .input-group-btn > .form-control-static.btn {\n padding-right: 0;\n padding-left: 0; }\n\n.form-control-sm, .input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem; }\n\nselect.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),\n.input-group-sm > select.input-group-addon:not([size]):not([multiple]),\n.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {\n height: 1.8125rem; }\n\n.form-control-lg, .input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem; }\n\nselect.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),\n.input-group-lg > select.input-group-addon:not([size]):not([multiple]),\n.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {\n height: 3.16667rem; }\n\n.form-group {\n margin-bottom: 1rem; }\n\n.form-text {\n display: block;\n margin-top: 0.25rem; }\n\n.form-check {\n position: relative;\n display: block;\n margin-bottom: 0.75rem; }\n .form-check + .form-check {\n margin-top: -.25rem; }\n .form-check.disabled .form-check-label {\n color: #818a91;\n cursor: not-allowed; }\n\n.form-check-label {\n padding-left: 1.25rem;\n margin-bottom: 0;\n cursor: pointer; }\n\n.form-check-input {\n position: absolute;\n margin-top: .25rem;\n margin-left: -1.25rem; }\n .form-check-input:only-child {\n position: static; }\n\n.form-check-inline {\n position: relative;\n display: inline-block;\n padding-left: 1.25rem;\n margin-bottom: 0;\n vertical-align: middle;\n cursor: pointer; }\n .form-check-inline + .form-check-inline {\n margin-left: .75rem; }\n .form-check-inline.disabled {\n color: #818a91;\n cursor: not-allowed; }\n\n.form-control-feedback {\n margin-top: 0.25rem; }\n\n.form-control-success,\n.form-control-warning,\n.form-control-danger {\n padding-right: 2.25rem;\n background-repeat: no-repeat;\n background-position: center right 0.625rem;\n background-size: 1.25rem 1.25rem; }\n\n.has-success .form-control-feedback,\n.has-success .form-control-label,\n.has-success .form-check-label,\n.has-success .form-check-inline,\n.has-success .custom-control {\n color: #5cb85c; }\n\n.has-success .form-control {\n border-color: #5cb85c; }\n .has-success .form-control:focus {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; }\n\n.has-success .input-group-addon {\n color: #5cb85c;\n border-color: #5cb85c;\n background-color: #eaf6ea; }\n\n.has-success .form-control-success {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\"); }\n\n.has-warning .form-control-feedback,\n.has-warning .form-control-label,\n.has-warning .form-check-label,\n.has-warning .form-check-inline,\n.has-warning .custom-control {\n color: #f0ad4e; }\n\n.has-warning .form-control {\n border-color: #f0ad4e; }\n .has-warning .form-control:focus {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; }\n\n.has-warning .input-group-addon {\n color: #f0ad4e;\n border-color: #f0ad4e;\n background-color: white; }\n\n.has-warning .form-control-warning {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\"); }\n\n.has-danger .form-control-feedback,\n.has-danger .form-control-label,\n.has-danger .form-check-label,\n.has-danger .form-check-inline,\n.has-danger .custom-control {\n color: #d9534f; }\n\n.has-danger .form-control {\n border-color: #d9534f; }\n .has-danger .form-control:focus {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }\n\n.has-danger .input-group-addon {\n color: #d9534f;\n border-color: #d9534f;\n background-color: #fdf7f7; }\n\n.has-danger .form-control-danger {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\"); }\n\n@media (min-width: 576px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle; }\n .form-inline .form-control-static {\n display: inline-block; }\n .form-inline .input-group {\n display: inline-table;\n width: auto;\n vertical-align: middle; }\n .form-inline .input-group .input-group-addon,\n .form-inline .input-group .input-group-btn,\n .form-inline .input-group .form-control {\n width: auto; }\n .form-inline .input-group > .form-control {\n width: 100%; }\n .form-inline .form-control-label {\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-check {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-check-label {\n padding-left: 0; }\n .form-inline .form-check-input {\n position: relative;\n margin-left: 0; }\n .form-inline .has-feedback .form-control-feedback {\n top: 0; } }\n\n.btn {\n display: inline-block;\n font-weight: normal;\n line-height: 1.25;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n border: 1px solid transparent;\n padding: 0.5rem 1rem;\n font-size: 1rem;\n border-radius: 0.25rem; }\n .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px; }\n .btn:focus, .btn:hover {\n text-decoration: none; }\n .btn.focus {\n text-decoration: none; }\n .btn:active, .btn.active {\n background-image: none;\n outline: 0; }\n .btn.disabled, .btn:disabled {\n cursor: not-allowed;\n opacity: .65; }\n\na.btn.disabled,\nfieldset[disabled] a.btn {\n pointer-events: none; }\n\n.btn-primary {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-primary:hover {\n color: #fff;\n background-color: #cba500;\n border-color: #c19c00; }\n .btn-primary:focus, .btn-primary.focus {\n color: #fff;\n background-color: #cba500;\n border-color: #c19c00; }\n .btn-primary:active, .btn-primary.active,\n .open > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #cba500;\n border-color: #c19c00;\n background-image: none; }\n .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,\n .open > .btn-primary.dropdown-toggle:hover,\n .open > .btn-primary.dropdown-toggle:focus,\n .open > .btn-primary.dropdown-toggle.focus {\n color: #fff;\n background-color: #a78800;\n border-color: #7f6700; }\n .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {\n background-color: #fece00;\n border-color: #fece00; }\n .btn-primary.disabled:hover, .btn-primary:disabled:hover {\n background-color: #fece00;\n border-color: #fece00; }\n\n.btn-secondary {\n color: #373a3c;\n background-color: #fff;\n border-color: #ccc; }\n .btn-secondary:hover {\n color: #373a3c;\n background-color: #e6e6e6;\n border-color: #adadad; }\n .btn-secondary:focus, .btn-secondary.focus {\n color: #373a3c;\n background-color: #e6e6e6;\n border-color: #adadad; }\n .btn-secondary:active, .btn-secondary.active,\n .open > .btn-secondary.dropdown-toggle {\n color: #373a3c;\n background-color: #e6e6e6;\n border-color: #adadad;\n background-image: none; }\n .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,\n .open > .btn-secondary.dropdown-toggle:hover,\n .open > .btn-secondary.dropdown-toggle:focus,\n .open > .btn-secondary.dropdown-toggle.focus {\n color: #373a3c;\n background-color: #d4d4d4;\n border-color: #8c8c8c; }\n .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {\n background-color: #fff;\n border-color: #ccc; }\n .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {\n background-color: #fff;\n border-color: #ccc; }\n\n.btn-info {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-info:hover {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2; }\n .btn-info:focus, .btn-info.focus {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2; }\n .btn-info:active, .btn-info.active,\n .open > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2;\n background-image: none; }\n .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,\n .open > .btn-info.dropdown-toggle:hover,\n .open > .btn-info.dropdown-toggle:focus,\n .open > .btn-info.dropdown-toggle.focus {\n color: #fff;\n background-color: #269abc;\n border-color: #1f7e9a; }\n .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-info.disabled:hover, .btn-info:disabled:hover {\n background-color: #5bc0de;\n border-color: #5bc0de; }\n\n.btn-success {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-success:hover {\n color: #fff;\n background-color: #449d44;\n border-color: #419641; }\n .btn-success:focus, .btn-success.focus {\n color: #fff;\n background-color: #449d44;\n border-color: #419641; }\n .btn-success:active, .btn-success.active,\n .open > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #449d44;\n border-color: #419641;\n background-image: none; }\n .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,\n .open > .btn-success.dropdown-toggle:hover,\n .open > .btn-success.dropdown-toggle:focus,\n .open > .btn-success.dropdown-toggle.focus {\n color: #fff;\n background-color: #398439;\n border-color: #2d672d; }\n .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-success.disabled:hover, .btn-success:disabled:hover {\n background-color: #5cb85c;\n border-color: #5cb85c; }\n\n.btn-warning {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-warning:hover {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316; }\n .btn-warning:focus, .btn-warning.focus {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316; }\n .btn-warning:active, .btn-warning.active,\n .open > .btn-warning.dropdown-toggle {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316;\n background-image: none; }\n .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,\n .open > .btn-warning.dropdown-toggle:hover,\n .open > .btn-warning.dropdown-toggle:focus,\n .open > .btn-warning.dropdown-toggle.focus {\n color: #fff;\n background-color: #d58512;\n border-color: #b06d0f; }\n .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-warning.disabled:hover, .btn-warning:disabled:hover {\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n\n.btn-danger {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-danger:hover {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a; }\n .btn-danger:focus, .btn-danger.focus {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a; }\n .btn-danger:active, .btn-danger.active,\n .open > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a;\n background-image: none; }\n .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,\n .open > .btn-danger.dropdown-toggle:hover,\n .open > .btn-danger.dropdown-toggle:focus,\n .open > .btn-danger.dropdown-toggle.focus {\n color: #fff;\n background-color: #ac2925;\n border-color: #8b211e; }\n .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-danger.disabled:hover, .btn-danger:disabled:hover {\n background-color: #d9534f;\n border-color: #d9534f; }\n\n.btn-outline-primary {\n color: #fece00;\n background-image: none;\n background-color: transparent;\n border-color: #fece00; }\n .btn-outline-primary:hover {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-outline-primary:focus, .btn-outline-primary.focus {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-outline-primary:active, .btn-outline-primary.active,\n .open > .btn-outline-primary.dropdown-toggle {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,\n .open > .btn-outline-primary.dropdown-toggle:hover,\n .open > .btn-outline-primary.dropdown-toggle:focus,\n .open > .btn-outline-primary.dropdown-toggle.focus {\n color: #fff;\n background-color: #a78800;\n border-color: #7f6700; }\n .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {\n border-color: #ffe265; }\n .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {\n border-color: #ffe265; }\n\n.btn-outline-secondary {\n color: #ccc;\n background-image: none;\n background-color: transparent;\n border-color: #ccc; }\n .btn-outline-secondary:hover {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc; }\n .btn-outline-secondary:focus, .btn-outline-secondary.focus {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc; }\n .btn-outline-secondary:active, .btn-outline-secondary.active,\n .open > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc; }\n .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,\n .open > .btn-outline-secondary.dropdown-toggle:hover,\n .open > .btn-outline-secondary.dropdown-toggle:focus,\n .open > .btn-outline-secondary.dropdown-toggle.focus {\n color: #fff;\n background-color: #a1a1a1;\n border-color: #8c8c8c; }\n .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {\n border-color: white; }\n .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {\n border-color: white; }\n\n.btn-outline-info {\n color: #5bc0de;\n background-image: none;\n background-color: transparent;\n border-color: #5bc0de; }\n .btn-outline-info:hover {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-outline-info:focus, .btn-outline-info.focus {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-outline-info:active, .btn-outline-info.active,\n .open > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,\n .open > .btn-outline-info.dropdown-toggle:hover,\n .open > .btn-outline-info.dropdown-toggle:focus,\n .open > .btn-outline-info.dropdown-toggle.focus {\n color: #fff;\n background-color: #269abc;\n border-color: #1f7e9a; }\n .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {\n border-color: #b0e1ef; }\n .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {\n border-color: #b0e1ef; }\n\n.btn-outline-success {\n color: #5cb85c;\n background-image: none;\n background-color: transparent;\n border-color: #5cb85c; }\n .btn-outline-success:hover {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-outline-success:focus, .btn-outline-success.focus {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-outline-success:active, .btn-outline-success.active,\n .open > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,\n .open > .btn-outline-success.dropdown-toggle:hover,\n .open > .btn-outline-success.dropdown-toggle:focus,\n .open > .btn-outline-success.dropdown-toggle.focus {\n color: #fff;\n background-color: #398439;\n border-color: #2d672d; }\n .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {\n border-color: #a3d7a3; }\n .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {\n border-color: #a3d7a3; }\n\n.btn-outline-warning {\n color: #f0ad4e;\n background-image: none;\n background-color: transparent;\n border-color: #f0ad4e; }\n .btn-outline-warning:hover {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-outline-warning:focus, .btn-outline-warning.focus {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-outline-warning:active, .btn-outline-warning.active,\n .open > .btn-outline-warning.dropdown-toggle {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,\n .open > .btn-outline-warning.dropdown-toggle:hover,\n .open > .btn-outline-warning.dropdown-toggle:focus,\n .open > .btn-outline-warning.dropdown-toggle.focus {\n color: #fff;\n background-color: #d58512;\n border-color: #b06d0f; }\n .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {\n border-color: #f8d9ac; }\n .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {\n border-color: #f8d9ac; }\n\n.btn-outline-danger {\n color: #d9534f;\n background-image: none;\n background-color: transparent;\n border-color: #d9534f; }\n .btn-outline-danger:hover {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-outline-danger:focus, .btn-outline-danger.focus {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-outline-danger:active, .btn-outline-danger.active,\n .open > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,\n .open > .btn-outline-danger.dropdown-toggle:hover,\n .open > .btn-outline-danger.dropdown-toggle:focus,\n .open > .btn-outline-danger.dropdown-toggle.focus {\n color: #fff;\n background-color: #ac2925;\n border-color: #8b211e; }\n .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {\n border-color: #eba5a3; }\n .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {\n border-color: #eba5a3; }\n\n.btn-link {\n font-weight: normal;\n color: #fece00;\n border-radius: 0; }\n .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {\n background-color: transparent; }\n .btn-link, .btn-link:focus, .btn-link:active {\n border-color: transparent; }\n .btn-link:hover {\n border-color: transparent; }\n .btn-link:focus, .btn-link:hover {\n color: #b29000;\n text-decoration: underline;\n background-color: transparent; }\n .btn-link:disabled:focus, .btn-link:disabled:hover {\n color: #818a91;\n text-decoration: none; }\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem; }\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem; }\n\n.btn-block {\n display: block;\n width: 100%; }\n\n.btn-block + .btn-block {\n margin-top: 0.5rem; }\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%; }\n\n.fade {\n opacity: 0;\n transition: opacity .15s linear; }\n .fade.in {\n opacity: 1; }\n\n.collapse {\n display: none; }\n .collapse.in {\n display: block; }\n\ntr.collapse.in {\n display: table-row; }\n\ntbody.collapse.in {\n display: table-row-group; }\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition-timing-function: ease;\n transition-duration: .35s;\n transition-property: height; }\n\n.dropup,\n.dropdown {\n position: relative; }\n\n.dropdown-toggle::after {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 0.3em;\n vertical-align: middle;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-left: 0.3em solid transparent; }\n\n.dropdown-toggle:focus {\n outline: 0; }\n\n.dropup .dropdown-toggle::after {\n border-top: 0;\n border-bottom: 0.3em solid; }\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #373a3c;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem; }\n\n.dropdown-divider {\n height: 1px;\n margin: 0.5rem 0;\n overflow: hidden;\n background-color: #e5e5e5; }\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 3px 1.5rem;\n clear: both;\n font-weight: normal;\n color: #373a3c;\n text-align: inherit;\n white-space: nowrap;\n background: none;\n border: 0; }\n .dropdown-item:focus, .dropdown-item:hover {\n color: #2b2d2f;\n text-decoration: none;\n background-color: #f5f5f5; }\n .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {\n color: #fff;\n text-decoration: none;\n background-color: #fece00;\n outline: 0; }\n .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {\n color: #818a91; }\n .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: \"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"; }\n\n.open > .dropdown-menu {\n display: block; }\n\n.open > a {\n outline: 0; }\n\n.dropdown-menu-right {\n right: 0;\n left: auto; }\n\n.dropdown-menu-left {\n right: auto;\n left: 0; }\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #818a91;\n white-space: nowrap; }\n\n.dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990; }\n\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 0.3em solid; }\n\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 0.125rem; }\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-block;\n vertical-align: middle; }\n .btn-group > .btn,\n .btn-group-vertical > .btn {\n position: relative;\n float: left;\n margin-bottom: 0; }\n .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n .btn-group-vertical > .btn:focus,\n .btn-group-vertical > .btn:active,\n .btn-group-vertical > .btn.active {\n z-index: 2; }\n .btn-group > .btn:hover,\n .btn-group-vertical > .btn:hover {\n z-index: 2; }\n\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group {\n margin-left: -1px; }\n\n.btn-toolbar {\n margin-left: -0.5rem; }\n .btn-toolbar::after {\n content: \"\";\n display: table;\n clear: both; }\n .btn-toolbar .btn-group,\n .btn-toolbar .input-group {\n float: left; }\n .btn-toolbar > .btn,\n .btn-toolbar > .btn-group,\n .btn-toolbar > .input-group {\n margin-left: 0.5rem; }\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0; }\n\n.btn-group > .btn:first-child {\n margin-left: 0; }\n .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n\n.btn-group > .btn-group {\n float: left; }\n\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0; }\n\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0; }\n\n.btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem; }\n .btn + .dropdown-toggle-split::after {\n margin-left: 0; }\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem; }\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 1.125rem;\n padding-left: 1.125rem; }\n\n.btn .caret {\n margin-left: 0; }\n\n.btn-lg .caret, .btn-group-lg > .btn .caret {\n border-width: 0.3em 0.3em 0;\n border-bottom-width: 0; }\n\n.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {\n border-width: 0 0.3em 0.3em; }\n\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn {\n display: block;\n float: none;\n width: 100%;\n max-width: 100%; }\n\n.btn-group-vertical > .btn-group::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.btn-group-vertical > .btn-group > .btn {\n float: none; }\n\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0; }\n\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n border-radius: 0; }\n\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0; }\n\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n border-top-right-radius: 0;\n border-top-left-radius: 0; }\n\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0; }\n\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0; }\n\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-top-right-radius: 0;\n border-top-left-radius: 0; }\n\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none; }\n\n.input-group {\n position: relative;\n width: 100%;\n display: table;\n border-collapse: separate; }\n .input-group .form-control {\n position: relative;\n z-index: 2;\n float: left;\n width: 100%;\n margin-bottom: 0; }\n .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {\n z-index: 3; }\n\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n display: table-cell; }\n .input-group-addon:not(:first-child):not(:last-child),\n .input-group-btn:not(:first-child):not(:last-child),\n .input-group .form-control:not(:first-child):not(:last-child) {\n border-radius: 0; }\n\n.input-group-addon,\n.input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle; }\n\n.input-group-addon {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25;\n color: #55595c;\n text-align: center;\n background-color: #eceeef;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem; }\n .input-group-addon.form-control-sm,\n .input-group-sm > .input-group-addon,\n .input-group-sm > .input-group-btn > .input-group-addon.btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem; }\n .input-group-addon.form-control-lg,\n .input-group-lg > .input-group-addon,\n .input-group-lg > .input-group-btn > .input-group-addon.btn {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem; }\n .input-group-addon input[type=\"radio\"],\n .input-group-addon input[type=\"checkbox\"] {\n margin-top: 0; }\n\n.input-group .form-control:not(:last-child),\n.input-group-addon:not(:last-child),\n.input-group-btn:not(:last-child) > .btn,\n.input-group-btn:not(:last-child) > .btn-group > .btn,\n.input-group-btn:not(:last-child) > .dropdown-toggle,\n.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n\n.input-group-addon:not(:last-child) {\n border-right: 0; }\n\n.input-group .form-control:not(:first-child),\n.input-group-addon:not(:first-child),\n.input-group-btn:not(:first-child) > .btn,\n.input-group-btn:not(:first-child) > .btn-group > .btn,\n.input-group-btn:not(:first-child) > .dropdown-toggle,\n.input-group-btn:not(:last-child) > .btn:not(:first-child),\n.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n\n.form-control + .input-group-addon:not(:first-child) {\n border-left: 0; }\n\n.input-group-btn {\n position: relative;\n font-size: 0;\n white-space: nowrap; }\n .input-group-btn > .btn {\n position: relative; }\n .input-group-btn > .btn + .btn {\n margin-left: -1px; }\n .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {\n z-index: 3; }\n .input-group-btn:not(:last-child) > .btn,\n .input-group-btn:not(:last-child) > .btn-group {\n margin-right: -1px; }\n .input-group-btn:not(:first-child) > .btn,\n .input-group-btn:not(:first-child) > .btn-group {\n z-index: 2;\n margin-left: -1px; }\n .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,\n .input-group-btn:not(:first-child) > .btn-group:focus,\n .input-group-btn:not(:first-child) > .btn-group:active,\n .input-group-btn:not(:first-child) > .btn-group:hover {\n z-index: 3; }\n\n.custom-control {\n position: relative;\n display: inline-block;\n padding-left: 1.5rem;\n cursor: pointer; }\n .custom-control + .custom-control {\n margin-left: 1rem; }\n\n.custom-control-input {\n position: absolute;\n z-index: -1;\n opacity: 0; }\n .custom-control-input:checked ~ .custom-control-indicator {\n color: #fff;\n background-color: #0074d9; }\n .custom-control-input:focus ~ .custom-control-indicator {\n box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }\n .custom-control-input:active ~ .custom-control-indicator {\n color: #fff;\n background-color: #84c6ff; }\n .custom-control-input:disabled ~ .custom-control-indicator {\n cursor: not-allowed;\n background-color: #eee; }\n .custom-control-input:disabled ~ .custom-control-description {\n color: #767676;\n cursor: not-allowed; }\n\n.custom-control-indicator {\n position: absolute;\n top: .25rem;\n left: 0;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n user-select: none;\n background-color: #ddd;\n background-repeat: no-repeat;\n background-position: center center;\n background-size: 50% 50%; }\n\n.custom-checkbox .custom-control-indicator {\n border-radius: 0.25rem; }\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\"); }\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {\n background-color: #0074d9;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E\"); }\n\n.custom-radio .custom-control-indicator {\n border-radius: 50%; }\n\n.custom-radio .custom-control-input:checked ~ .custom-control-indicator {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E\"); }\n\n.custom-controls-stacked .custom-control {\n float: left;\n clear: left; }\n .custom-controls-stacked .custom-control + .custom-control {\n margin-left: 0; }\n\n.custom-select {\n display: inline-block;\n max-width: 100%;\n height: calc(2.5rem - 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n padding-right: 0.75rem \\9;\n color: #55595c;\n vertical-align: middle;\n background: #fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right 0.75rem center;\n background-image: none \\9;\n background-size: 8px 10px;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n -moz-appearance: none;\n -webkit-appearance: none; }\n .custom-select:focus {\n border-color: #51a7e8;\n outline: none; }\n .custom-select:focus::-ms-value {\n color: #55595c;\n background-color: #fff; }\n .custom-select:disabled {\n color: #818a91;\n cursor: not-allowed;\n background-color: #eceeef; }\n .custom-select::-ms-expand {\n opacity: 0; }\n\n.custom-select-sm {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n font-size: 75%; }\n\n.custom-file {\n position: relative;\n display: inline-block;\n max-width: 100%;\n height: 2.5rem;\n cursor: pointer; }\n\n.custom-file-input {\n min-width: 14rem;\n max-width: 100%;\n margin: 0;\n filter: alpha(opacity=0);\n opacity: 0; }\n\n.custom-file-control {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 5;\n height: 2.5rem;\n padding: 0.5rem 1rem;\n line-height: 1.5;\n color: #555;\n user-select: none;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 0.25rem; }\n .custom-file-control:lang(en)::after {\n content: \"Choose file...\"; }\n .custom-file-control::before {\n position: absolute;\n top: -1px;\n right: -1px;\n bottom: -1px;\n z-index: 6;\n display: block;\n height: 2.5rem;\n padding: 0.5rem 1rem;\n line-height: 1.5;\n color: #555;\n background-color: #eee;\n border: 1px solid #ddd;\n border-radius: 0 0.25rem 0.25rem 0; }\n .custom-file-control:lang(en)::before {\n content: \"Browse\"; }\n\n.nav {\n padding-left: 0;\n margin-bottom: 0;\n list-style: none; }\n\n.nav-link {\n display: inline-block; }\n .nav-link:focus, .nav-link:hover {\n text-decoration: none; }\n .nav-link.disabled {\n color: #818a91; }\n .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {\n color: #818a91;\n cursor: not-allowed;\n background-color: transparent; }\n\n.nav-inline .nav-item {\n display: inline-block; }\n\n.nav-inline .nav-item + .nav-item,\n.nav-inline .nav-link + .nav-link {\n margin-left: 1rem; }\n\n.nav-tabs {\n border-bottom: 1px solid #ddd; }\n .nav-tabs::after {\n content: \"\";\n display: table;\n clear: both; }\n .nav-tabs .nav-item {\n float: left;\n margin-bottom: -1px; }\n .nav-tabs .nav-item + .nav-item {\n margin-left: 0.2rem; }\n .nav-tabs .nav-link {\n display: block;\n padding: 0.5em 1em;\n border: 1px solid transparent;\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {\n border-color: #eceeef #eceeef #ddd; }\n .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {\n color: #818a91;\n background-color: transparent;\n border-color: transparent; }\n .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,\n .nav-tabs .nav-item.open .nav-link,\n .nav-tabs .nav-item.open .nav-link:focus,\n .nav-tabs .nav-item.open .nav-link:hover {\n color: #55595c;\n background-color: #fff;\n border-color: #ddd #ddd transparent; }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-right-radius: 0;\n border-top-left-radius: 0; }\n\n.nav-pills::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.nav-pills .nav-item {\n float: left; }\n .nav-pills .nav-item + .nav-item {\n margin-left: 0.2rem; }\n\n.nav-pills .nav-link {\n display: block;\n padding: 0.5em 1em;\n border-radius: 0.25rem; }\n\n.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,\n.nav-pills .nav-item.open .nav-link,\n.nav-pills .nav-item.open .nav-link:focus,\n.nav-pills .nav-item.open .nav-link:hover {\n color: #fff;\n cursor: default;\n background-color: #fece00; }\n\n.nav-stacked .nav-item {\n display: block;\n float: none; }\n .nav-stacked .nav-item + .nav-item {\n margin-top: 0.2rem;\n margin-left: 0; }\n\n.tab-content > .tab-pane {\n display: none; }\n\n.tab-content > .active {\n display: block; }\n\n.navbar {\n position: relative;\n padding: 0.5rem 1rem; }\n .navbar::after {\n content: \"\";\n display: table;\n clear: both; }\n @media (min-width: 576px) {\n .navbar {\n border-radius: 0px; } }\n\n.navbar-full {\n z-index: 1000; }\n @media (min-width: 576px) {\n .navbar-full {\n border-radius: 0; } }\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n position: fixed;\n right: 0;\n left: 0;\n z-index: 1030; }\n @media (min-width: 576px) {\n .navbar-fixed-top,\n .navbar-fixed-bottom {\n border-radius: 0; } }\n\n.navbar-fixed-top {\n top: 0; }\n\n.navbar-fixed-bottom {\n bottom: 0; }\n\n.navbar-sticky-top {\n position: sticky;\n top: 0;\n z-index: 1030;\n width: 100%; }\n @media (min-width: 576px) {\n .navbar-sticky-top {\n border-radius: 0; } }\n\n.navbar-brand {\n float: left;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit; }\n .navbar-brand:focus, .navbar-brand:hover {\n text-decoration: none; }\n\n.navbar-divider {\n float: left;\n width: 1px;\n padding-top: 0.425rem;\n padding-bottom: 0.425rem;\n margin-right: 1rem;\n margin-left: 1rem;\n overflow: hidden; }\n .navbar-divider::before {\n content: \"\\00a0\"; }\n\n.navbar-text {\n display: inline-block;\n padding-top: .425rem;\n padding-bottom: .425rem; }\n\n.navbar-toggler {\n width: 2.5em;\n height: 2em;\n padding: 0.5rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background: transparent no-repeat center center;\n background-size: 24px 24px;\n border: 1px solid transparent;\n border-radius: 0.25rem; }\n .navbar-toggler:focus, .navbar-toggler:hover {\n text-decoration: none; }\n\n.navbar-toggleable-xs::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 575px) {\n .navbar-toggleable-xs .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-xs .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-xs .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 576px) {\n .navbar-toggleable-xs {\n display: block; } }\n\n.navbar-toggleable-sm::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 767px) {\n .navbar-toggleable-sm .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-sm .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-sm .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 768px) {\n .navbar-toggleable-sm {\n display: block; } }\n\n.navbar-toggleable-md::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 991px) {\n .navbar-toggleable-md .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-md .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-md .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 992px) {\n .navbar-toggleable-md {\n display: block; } }\n\n.navbar-toggleable-lg::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 1199px) {\n .navbar-toggleable-lg .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-lg .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-lg .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 1200px) {\n .navbar-toggleable-lg {\n display: block; } }\n\n.navbar-toggleable-xl {\n display: block; }\n .navbar-toggleable-xl::after {\n content: \"\";\n display: table;\n clear: both; }\n .navbar-toggleable-xl .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-xl .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-xl .navbar-nav .dropdown-menu {\n position: static;\n float: none; }\n\n.navbar-nav .nav-item {\n float: left; }\n\n.navbar-nav .nav-link {\n display: block;\n padding-top: .425rem;\n padding-bottom: .425rem; }\n .navbar-nav .nav-link + .nav-link {\n margin-left: 1rem; }\n\n.navbar-nav .nav-item + .nav-item {\n margin-left: 1rem; }\n\n.navbar-light .navbar-brand,\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.9); }\n .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,\n .navbar-light .navbar-toggler:focus,\n .navbar-light .navbar-toggler:hover {\n color: rgba(0, 0, 0, 0.9); }\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5); }\n .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {\n color: rgba(0, 0, 0, 0.7); }\n\n.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link:focus,\n.navbar-light .navbar-nav .active > .nav-link:hover,\n.navbar-light .navbar-nav .nav-link.open,\n.navbar-light .navbar-nav .nav-link.open:focus,\n.navbar-light .navbar-nav .nav-link.open:hover,\n.navbar-light .navbar-nav .nav-link.active,\n.navbar-light .navbar-nav .nav-link.active:focus,\n.navbar-light .navbar-nav .nav-link.active:hover {\n color: rgba(0, 0, 0, 0.9); }\n\n.navbar-light .navbar-toggler {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");\n border-color: rgba(0, 0, 0, 0.1); }\n\n.navbar-light .navbar-divider {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.navbar-dark .navbar-brand,\n.navbar-dark .navbar-toggler {\n color: white; }\n .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,\n .navbar-dark .navbar-toggler:focus,\n .navbar-dark .navbar-toggler:hover {\n color: white; }\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5); }\n .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {\n color: rgba(255, 255, 255, 0.75); }\n\n.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link:focus,\n.navbar-dark .navbar-nav .active > .nav-link:hover,\n.navbar-dark .navbar-nav .nav-link.open,\n.navbar-dark .navbar-nav .nav-link.open:focus,\n.navbar-dark .navbar-nav .nav-link.open:hover,\n.navbar-dark .navbar-nav .nav-link.active,\n.navbar-dark .navbar-nav .nav-link.active:focus,\n.navbar-dark .navbar-nav .nav-link.active:hover {\n color: white; }\n\n.navbar-dark .navbar-toggler {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");\n border-color: rgba(255, 255, 255, 0.1); }\n\n.navbar-dark .navbar-divider {\n background-color: rgba(255, 255, 255, 0.075); }\n\n.navbar-toggleable-xs::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 575px) {\n .navbar-toggleable-xs .navbar-nav .nav-item {\n float: none;\n margin-left: 0; } }\n\n@media (min-width: 576px) {\n .navbar-toggleable-xs {\n display: block !important; } }\n\n.navbar-toggleable-sm::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 767px) {\n .navbar-toggleable-sm .navbar-nav .nav-item {\n float: none;\n margin-left: 0; } }\n\n@media (min-width: 768px) {\n .navbar-toggleable-sm {\n display: block !important; } }\n\n.navbar-toggleable-md::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 991px) {\n .navbar-toggleable-md .navbar-nav .nav-item {\n float: none;\n margin-left: 0; } }\n\n@media (min-width: 992px) {\n .navbar-toggleable-md {\n display: block !important; } }\n\n.card {\n position: relative;\n display: block;\n margin-bottom: 0.75rem;\n background-color: #fff;\n border-radius: 0.25rem;\n border: 1px solid rgba(0, 0, 0, 0.125); }\n\n.card-block {\n padding: 1.25rem; }\n .card-block::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.card-title {\n margin-bottom: 0.75rem; }\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0; }\n\n.card-text:last-child {\n margin-bottom: 0; }\n\n.card-link:hover {\n text-decoration: none; }\n\n.card-link + .card-link {\n margin-left: 1.25rem; }\n\n.card > .list-group:first-child .list-group-item:first-child {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.card > .list-group:last-child .list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem; }\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: #f5f5f5;\n border-bottom: 1px solid rgba(0, 0, 0, 0.125); }\n .card-header::after {\n content: \"\";\n display: table;\n clear: both; }\n .card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: #f5f5f5;\n border-top: 1px solid rgba(0, 0, 0, 0.125); }\n .card-footer::after {\n content: \"\";\n display: table;\n clear: both; }\n .card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0; }\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem; }\n\n.card-primary {\n background-color: #fece00;\n border-color: #fece00; }\n .card-primary .card-header,\n .card-primary .card-footer {\n background-color: transparent; }\n\n.card-success {\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .card-success .card-header,\n .card-success .card-footer {\n background-color: transparent; }\n\n.card-info {\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .card-info .card-header,\n .card-info .card-footer {\n background-color: transparent; }\n\n.card-warning {\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .card-warning .card-header,\n .card-warning .card-footer {\n background-color: transparent; }\n\n.card-danger {\n background-color: #d9534f;\n border-color: #d9534f; }\n .card-danger .card-header,\n .card-danger .card-footer {\n background-color: transparent; }\n\n.card-outline-primary {\n background-color: transparent;\n border-color: #fece00; }\n\n.card-outline-secondary {\n background-color: transparent;\n border-color: #ccc; }\n\n.card-outline-info {\n background-color: transparent;\n border-color: #5bc0de; }\n\n.card-outline-success {\n background-color: transparent;\n border-color: #5cb85c; }\n\n.card-outline-warning {\n background-color: transparent;\n border-color: #f0ad4e; }\n\n.card-outline-danger {\n background-color: transparent;\n border-color: #d9534f; }\n\n.card-inverse .card-header,\n.card-inverse .card-footer {\n border-color: rgba(255, 255, 255, 0.2); }\n\n.card-inverse .card-header,\n.card-inverse .card-footer,\n.card-inverse .card-title,\n.card-inverse .card-blockquote {\n color: #fff; }\n\n.card-inverse .card-link,\n.card-inverse .card-text,\n.card-inverse .card-subtitle,\n.card-inverse .card-blockquote .blockquote-footer {\n color: rgba(255, 255, 255, 0.65); }\n\n.card-inverse .card-link:focus, .card-inverse .card-link:hover {\n color: #fff; }\n\n.card-blockquote {\n padding: 0;\n margin-bottom: 0;\n border-left: 0; }\n\n.card-img {\n border-radius: calc(0.25rem - 1px); }\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem; }\n\n.card-img-top {\n border-top-right-radius: calc(0.25rem - 1px);\n border-top-left-radius: calc(0.25rem - 1px); }\n\n.card-img-bottom {\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px); }\n\n@media (min-width: 576px) {\n .card-deck {\n display: table;\n width: 100%;\n margin-bottom: 0.75rem;\n table-layout: fixed;\n border-spacing: 1.25rem 0; }\n .card-deck .card {\n display: table-cell;\n margin-bottom: 0;\n vertical-align: top; }\n .card-deck-wrapper {\n margin-right: -1.25rem;\n margin-left: -1.25rem; } }\n\n@media (min-width: 576px) {\n .card-group {\n display: table;\n width: 100%;\n table-layout: fixed; }\n .card-group .card {\n display: table-cell;\n vertical-align: top; }\n .card-group .card + .card {\n margin-left: 0;\n border-left: 0; }\n .card-group .card:first-child {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n .card-group .card:first-child .card-img-top {\n border-top-right-radius: 0; }\n .card-group .card:first-child .card-img-bottom {\n border-bottom-right-radius: 0; }\n .card-group .card:last-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n .card-group .card:last-child .card-img-top {\n border-top-left-radius: 0; }\n .card-group .card:last-child .card-img-bottom {\n border-bottom-left-radius: 0; }\n .card-group .card:not(:first-child):not(:last-child) {\n border-radius: 0; }\n .card-group .card:not(:first-child):not(:last-child) .card-img-top,\n .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {\n border-radius: 0; } }\n\n@media (min-width: 576px) {\n .card-columns {\n column-count: 3;\n column-gap: 1.25rem; }\n .card-columns .card {\n display: inline-block;\n width: 100%; } }\n\n.breadcrumb {\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #eceeef;\n border-radius: 0.25rem; }\n .breadcrumb::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.breadcrumb-item {\n float: left; }\n .breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n color: #818a91;\n content: \"/\"; }\n .breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline; }\n .breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none; }\n .breadcrumb-item.active {\n color: #818a91; }\n\n.pagination {\n display: inline-block;\n padding-left: 0;\n margin-top: 1rem;\n margin-bottom: 1rem;\n border-radius: 0.25rem; }\n\n.page-item {\n display: inline; }\n .page-item:first-child .page-link {\n margin-left: 0;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .page-item:last-child .page-link {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {\n z-index: 2;\n color: #fff;\n cursor: default;\n background-color: #fece00;\n border-color: #fece00; }\n .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {\n color: #818a91;\n pointer-events: none;\n cursor: not-allowed;\n background-color: #fff;\n border-color: #ddd; }\n\n.page-link {\n position: relative;\n float: left;\n padding: 0.5rem 0.75rem;\n margin-left: -1px;\n color: #fece00;\n text-decoration: none;\n background-color: #fff;\n border: 1px solid #ddd; }\n .page-link:focus, .page-link:hover {\n color: #b29000;\n background-color: #eceeef;\n border-color: #ddd; }\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem; }\n\n.pagination-lg .page-item:first-child .page-link {\n border-bottom-left-radius: 0.3rem;\n border-top-left-radius: 0.3rem; }\n\n.pagination-lg .page-item:last-child .page-link {\n border-bottom-right-radius: 0.3rem;\n border-top-right-radius: 0.3rem; }\n\n.pagination-sm .page-link {\n padding: 0.275rem 0.75rem;\n font-size: 0.875rem; }\n\n.pagination-sm .page-item:first-child .page-link {\n border-bottom-left-radius: 0.2rem;\n border-top-left-radius: 0.2rem; }\n\n.pagination-sm .page-item:last-child .page-link {\n border-bottom-right-radius: 0.2rem;\n border-top-right-radius: 0.2rem; }\n\n.tag {\n display: inline-block;\n padding: 0.25em 0.4em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem; }\n .tag:empty {\n display: none; }\n\n.btn .tag {\n position: relative;\n top: -1px; }\n\na.tag:focus, a.tag:hover {\n color: #fff;\n text-decoration: none;\n cursor: pointer; }\n\n.tag-pill {\n padding-right: 0.6em;\n padding-left: 0.6em;\n border-radius: 10rem; }\n\n.tag-default {\n background-color: #818a91; }\n .tag-default[href]:focus, .tag-default[href]:hover {\n background-color: #687077; }\n\n.tag-primary {\n background-color: #fece00; }\n .tag-primary[href]:focus, .tag-primary[href]:hover {\n background-color: #cba500; }\n\n.tag-success {\n background-color: #5cb85c; }\n .tag-success[href]:focus, .tag-success[href]:hover {\n background-color: #449d44; }\n\n.tag-info {\n background-color: #5bc0de; }\n .tag-info[href]:focus, .tag-info[href]:hover {\n background-color: #31b0d5; }\n\n.tag-warning {\n background-color: #f0ad4e; }\n .tag-warning[href]:focus, .tag-warning[href]:hover {\n background-color: #ec971f; }\n\n.tag-danger {\n background-color: #d9534f; }\n .tag-danger[href]:focus, .tag-danger[href]:hover {\n background-color: #c9302c; }\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #eceeef;\n border-radius: 0.3rem; }\n @media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem; } }\n\n.jumbotron-hr {\n border-top-color: #d0d5d8; }\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0; }\n\n.alert {\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem; }\n\n.alert-heading {\n color: inherit; }\n\n.alert-link {\n font-weight: bold; }\n\n.alert-dismissible {\n padding-right: 2.5rem; }\n .alert-dismissible .close {\n position: relative;\n top: -.125rem;\n right: -1.25rem;\n color: inherit; }\n\n.alert-success {\n background-color: #dff0d8;\n border-color: #d0e9c6;\n color: #3c763d; }\n .alert-success hr {\n border-top-color: #c1e2b3; }\n .alert-success .alert-link {\n color: #2b542c; }\n\n.alert-info {\n background-color: #d9edf7;\n border-color: #bcdff1;\n color: #31708f; }\n .alert-info hr {\n border-top-color: #a6d5ec; }\n .alert-info .alert-link {\n color: #245269; }\n\n.alert-warning {\n background-color: #fcf8e3;\n border-color: #faf2cc;\n color: #8a6d3b; }\n .alert-warning hr {\n border-top-color: #f7ecb5; }\n .alert-warning .alert-link {\n color: #66512c; }\n\n.alert-danger {\n background-color: #f2dede;\n border-color: #ebcccc;\n color: #a94442; }\n .alert-danger hr {\n border-top-color: #e4b9b9; }\n .alert-danger .alert-link {\n color: #843534; }\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0; }\n to {\n background-position: 0 0; } }\n\n.progress {\n display: block;\n width: 100%;\n height: 1rem;\n margin-bottom: 1rem; }\n\n.progress[value] {\n background-color: #eee;\n border: 0;\n appearance: none;\n border-radius: 0.25rem; }\n\n.progress[value]::-ms-fill {\n background-color: #0074d9;\n border: 0; }\n\n.progress[value]::-moz-progress-bar {\n background-color: #0074d9;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.progress[value]::-webkit-progress-value {\n background-color: #0074d9;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.progress[value=\"100\"]::-moz-progress-bar {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n\n.progress[value=\"100\"]::-webkit-progress-value {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n\n.progress[value]::-webkit-progress-bar {\n background-color: #eee;\n border-radius: 0.25rem; }\n\nbase::-moz-progress-bar,\n.progress[value] {\n background-color: #eee;\n border-radius: 0.25rem; }\n\n@media screen and (min-width: 0\\0) {\n .progress {\n background-color: #eee;\n border-radius: 0.25rem; }\n .progress-bar {\n display: inline-block;\n height: 1rem;\n text-indent: -999rem;\n background-color: #0074d9;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .progress[width=\"100%\"] {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; } }\n\n.progress-striped[value]::-webkit-progress-value {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; }\n\n.progress-striped[value]::-moz-progress-bar {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; }\n\n.progress-striped[value]::-ms-fill {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; }\n\n@media screen and (min-width: 0\\0) {\n .progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; } }\n\n.progress-animated[value]::-webkit-progress-value {\n animation: progress-bar-stripes 2s linear infinite; }\n\n.progress-animated[value]::-moz-progress-bar {\n animation: progress-bar-stripes 2s linear infinite; }\n\n@media screen and (min-width: 0\\0) {\n .progress-animated .progress-bar-striped {\n animation: progress-bar-stripes 2s linear infinite; } }\n\n.progress-success[value]::-webkit-progress-value {\n background-color: #5cb85c; }\n\n.progress-success[value]::-moz-progress-bar {\n background-color: #5cb85c; }\n\n.progress-success[value]::-ms-fill {\n background-color: #5cb85c; }\n\n@media screen and (min-width: 0\\0) {\n .progress-success .progress-bar {\n background-color: #5cb85c; } }\n\n.progress-info[value]::-webkit-progress-value {\n background-color: #5bc0de; }\n\n.progress-info[value]::-moz-progress-bar {\n background-color: #5bc0de; }\n\n.progress-info[value]::-ms-fill {\n background-color: #5bc0de; }\n\n@media screen and (min-width: 0\\0) {\n .progress-info .progress-bar {\n background-color: #5bc0de; } }\n\n.progress-warning[value]::-webkit-progress-value {\n background-color: #f0ad4e; }\n\n.progress-warning[value]::-moz-progress-bar {\n background-color: #f0ad4e; }\n\n.progress-warning[value]::-ms-fill {\n background-color: #f0ad4e; }\n\n@media screen and (min-width: 0\\0) {\n .progress-warning .progress-bar {\n background-color: #f0ad4e; } }\n\n.progress-danger[value]::-webkit-progress-value {\n background-color: #d9534f; }\n\n.progress-danger[value]::-moz-progress-bar {\n background-color: #d9534f; }\n\n.progress-danger[value]::-ms-fill {\n background-color: #d9534f; }\n\n@media screen and (min-width: 0\\0) {\n .progress-danger .progress-bar {\n background-color: #d9534f; } }\n\n.media,\n.media-body {\n overflow: hidden; }\n\n.media-body {\n width: 10000px; }\n\n.media-left,\n.media-right,\n.media-body {\n display: table-cell;\n vertical-align: top; }\n\n.media-middle {\n vertical-align: middle; }\n\n.media-bottom {\n vertical-align: bottom; }\n\n.media-object {\n display: block; }\n .media-object.img-thumbnail {\n max-width: none; }\n\n.media-right {\n padding-left: 10px; }\n\n.media-left {\n padding-right: 10px; }\n\n.media-heading {\n margin-top: 0;\n margin-bottom: 5px; }\n\n.media-list {\n padding-left: 0;\n list-style: none; }\n\n.list-group {\n padding-left: 0;\n margin-bottom: 0; }\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n margin-bottom: -1px;\n background-color: #fff;\n border: 1px solid #ddd; }\n .list-group-item:first-child {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem; }\n .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {\n color: #818a91;\n cursor: not-allowed;\n background-color: #eceeef; }\n .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {\n color: inherit; }\n .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {\n color: #818a91; }\n .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {\n z-index: 2;\n color: #fff;\n text-decoration: none;\n background-color: #fece00;\n border-color: #fece00; }\n .list-group-item.active .list-group-item-heading,\n .list-group-item.active .list-group-item-heading > small,\n .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,\n .list-group-item.active:focus .list-group-item-heading > small,\n .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,\n .list-group-item.active:hover .list-group-item-heading > small,\n .list-group-item.active:hover .list-group-item-heading > .small {\n color: inherit; }\n .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {\n color: #fff5cb; }\n\n.list-group-flush .list-group-item {\n border-right: 0;\n border-left: 0;\n border-radius: 0; }\n\n.list-group-item-action {\n width: 100%;\n color: #555;\n text-align: inherit; }\n .list-group-item-action .list-group-item-heading {\n color: #333; }\n .list-group-item-action:focus, .list-group-item-action:hover {\n color: #555;\n text-decoration: none;\n background-color: #f5f5f5; }\n\n.list-group-item-success {\n color: #3c763d;\n background-color: #dff0d8; }\n\na.list-group-item-success,\nbutton.list-group-item-success {\n color: #3c763d; }\n a.list-group-item-success .list-group-item-heading,\n button.list-group-item-success .list-group-item-heading {\n color: inherit; }\n a.list-group-item-success:focus, a.list-group-item-success:hover,\n button.list-group-item-success:focus,\n button.list-group-item-success:hover {\n color: #3c763d;\n background-color: #d0e9c6; }\n a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,\n button.list-group-item-success.active,\n button.list-group-item-success.active:focus,\n button.list-group-item-success.active:hover {\n color: #fff;\n background-color: #3c763d;\n border-color: #3c763d; }\n\n.list-group-item-info {\n color: #31708f;\n background-color: #d9edf7; }\n\na.list-group-item-info,\nbutton.list-group-item-info {\n color: #31708f; }\n a.list-group-item-info .list-group-item-heading,\n button.list-group-item-info .list-group-item-heading {\n color: inherit; }\n a.list-group-item-info:focus, a.list-group-item-info:hover,\n button.list-group-item-info:focus,\n button.list-group-item-info:hover {\n color: #31708f;\n background-color: #c4e3f3; }\n a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,\n button.list-group-item-info.active,\n button.list-group-item-info.active:focus,\n button.list-group-item-info.active:hover {\n color: #fff;\n background-color: #31708f;\n border-color: #31708f; }\n\n.list-group-item-warning {\n color: #8a6d3b;\n background-color: #fcf8e3; }\n\na.list-group-item-warning,\nbutton.list-group-item-warning {\n color: #8a6d3b; }\n a.list-group-item-warning .list-group-item-heading,\n button.list-group-item-warning .list-group-item-heading {\n color: inherit; }\n a.list-group-item-warning:focus, a.list-group-item-warning:hover,\n button.list-group-item-warning:focus,\n button.list-group-item-warning:hover {\n color: #8a6d3b;\n background-color: #faf2cc; }\n a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,\n button.list-group-item-warning.active,\n button.list-group-item-warning.active:focus,\n button.list-group-item-warning.active:hover {\n color: #fff;\n background-color: #8a6d3b;\n border-color: #8a6d3b; }\n\n.list-group-item-danger {\n color: #a94442;\n background-color: #f2dede; }\n\na.list-group-item-danger,\nbutton.list-group-item-danger {\n color: #a94442; }\n a.list-group-item-danger .list-group-item-heading,\n button.list-group-item-danger .list-group-item-heading {\n color: inherit; }\n a.list-group-item-danger:focus, a.list-group-item-danger:hover,\n button.list-group-item-danger:focus,\n button.list-group-item-danger:hover {\n color: #a94442;\n background-color: #ebcccc; }\n a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,\n button.list-group-item-danger.active,\n button.list-group-item-danger.active:focus,\n button.list-group-item-danger.active:hover {\n color: #fff;\n background-color: #a94442;\n border-color: #a94442; }\n\n.list-group-item-heading {\n margin-top: 0;\n margin-bottom: 5px; }\n\n.list-group-item-text {\n margin-bottom: 0;\n line-height: 1.3; }\n\n.embed-responsive {\n position: relative;\n display: block;\n height: 0;\n padding: 0;\n overflow: hidden; }\n .embed-responsive .embed-responsive-item,\n .embed-responsive iframe,\n .embed-responsive embed,\n .embed-responsive object,\n .embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0; }\n\n.embed-responsive-21by9 {\n padding-bottom: 42.85714%; }\n\n.embed-responsive-16by9 {\n padding-bottom: 56.25%; }\n\n.embed-responsive-4by3 {\n padding-bottom: 75%; }\n\n.embed-responsive-1by1 {\n padding-bottom: 100%; }\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: bold;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .2; }\n .close:focus, .close:hover {\n color: #000;\n text-decoration: none;\n cursor: pointer;\n opacity: .5; }\n\nbutton.close {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none; }\n\n.modal-open {\n overflow: hidden; }\n\n.modal {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1050;\n display: none;\n overflow: hidden;\n outline: 0; }\n .modal.fade .modal-dialog {\n transition: transform .3s ease-out;\n transform: translate(0, -25%); }\n .modal.in .modal-dialog {\n transform: translate(0, 0); }\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto; }\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px; }\n\n.modal-content {\n position: relative;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0; }\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1040;\n background-color: #000; }\n .modal-backdrop.fade {\n opacity: 0; }\n .modal-backdrop.in {\n opacity: 0.5; }\n\n.modal-header {\n padding: 15px;\n border-bottom: 1px solid #e5e5e5; }\n .modal-header::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.modal-header .close {\n margin-top: -2px; }\n\n.modal-title {\n margin: 0;\n line-height: 1.5; }\n\n.modal-body {\n position: relative;\n padding: 15px; }\n\n.modal-footer {\n padding: 15px;\n text-align: right;\n border-top: 1px solid #e5e5e5; }\n .modal-footer::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll; }\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 600px;\n margin: 30px auto; }\n .modal-sm {\n max-width: 300px; } }\n\n@media (min-width: 992px) {\n .modal-lg {\n max-width: 900px; } }\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0; }\n .tooltip.in {\n opacity: 0.9; }\n .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {\n padding: 5px 0;\n margin-top: -3px; }\n .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n content: \"\";\n border-width: 5px 5px 0;\n border-top-color: #000; }\n .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {\n padding: 0 5px;\n margin-left: 3px; }\n .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {\n top: 50%;\n left: 0;\n margin-top: -5px;\n content: \"\";\n border-width: 5px 5px 5px 0;\n border-right-color: #000; }\n .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {\n padding: 5px 0;\n margin-top: 3px; }\n .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {\n top: 0;\n left: 50%;\n margin-left: -5px;\n content: \"\";\n border-width: 0 5px 5px;\n border-bottom-color: #000; }\n .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {\n padding: 0 5px;\n margin-left: -3px; }\n .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {\n top: 50%;\n right: 0;\n margin-top: -5px;\n content: \"\";\n border-width: 5px 0 5px 5px;\n border-left-color: #000; }\n\n.tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem; }\n .tooltip-inner::before {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid; }\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n padding: 1px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem; }\n .popover.popover-top, .popover.bs-tether-element-attached-bottom {\n margin-top: -10px; }\n .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {\n left: 50%;\n border-bottom-width: 0; }\n .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {\n bottom: -11px;\n margin-left: -11px;\n border-top-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {\n bottom: -10px;\n margin-left: -10px;\n border-top-color: #fff; }\n .popover.popover-right, .popover.bs-tether-element-attached-left {\n margin-left: 10px; }\n .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {\n top: 50%;\n border-left-width: 0; }\n .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {\n left: -11px;\n margin-top: -11px;\n border-right-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {\n left: -10px;\n margin-top: -10px;\n border-right-color: #fff; }\n .popover.popover-bottom, .popover.bs-tether-element-attached-top {\n margin-top: 10px; }\n .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {\n left: 50%;\n border-top-width: 0; }\n .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {\n top: -11px;\n margin-left: -11px;\n border-bottom-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {\n top: -10px;\n margin-left: -10px;\n border-bottom-color: #f7f7f7; }\n .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 20px;\n margin-left: -10px;\n content: \"\";\n border-bottom: 1px solid #f7f7f7; }\n .popover.popover-left, .popover.bs-tether-element-attached-right {\n margin-left: -10px; }\n .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {\n top: 50%;\n border-right-width: 0; }\n .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {\n right: -11px;\n margin-top: -11px;\n border-left-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {\n right: -10px;\n margin-top: -10px;\n border-left-color: #fff; }\n\n.popover-title {\n padding: 8px 14px;\n margin: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-radius: 0.2375rem 0.2375rem 0 0; }\n .popover-title:empty {\n display: none; }\n\n.popover-content {\n padding: 9px 14px; }\n\n.popover::before,\n.popover::after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid; }\n\n.popover::before {\n content: \"\";\n border-width: 11px; }\n\n.popover::after {\n content: \"\";\n border-width: 10px; }\n\n.carousel {\n position: relative; }\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden; }\n .carousel-inner > .carousel-item {\n position: relative;\n display: none;\n transition: .6s ease-in-out left; }\n .carousel-inner > .carousel-item > img,\n .carousel-inner > .carousel-item > a > img {\n line-height: 1; }\n @media all and (transform-3d), (-webkit-transform-3d) {\n .carousel-inner > .carousel-item {\n transition: transform .6s ease-in-out;\n backface-visibility: hidden;\n perspective: 1000px; }\n .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {\n left: 0;\n transform: translate3d(100%, 0, 0); }\n .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {\n left: 0;\n transform: translate3d(-100%, 0, 0); }\n .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {\n left: 0;\n transform: translate3d(0, 0, 0); } }\n .carousel-inner > .active,\n .carousel-inner > .next,\n .carousel-inner > .prev {\n display: block; }\n .carousel-inner > .active {\n left: 0; }\n .carousel-inner > .next,\n .carousel-inner > .prev {\n position: absolute;\n top: 0;\n width: 100%; }\n .carousel-inner > .next {\n left: 100%; }\n .carousel-inner > .prev {\n left: -100%; }\n .carousel-inner > .next.left,\n .carousel-inner > .prev.right {\n left: 0; }\n .carousel-inner > .active.left {\n left: -100%; }\n .carousel-inner > .active.right {\n left: 100%; }\n\n.carousel-control {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 15%;\n font-size: 20px;\n color: #fff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n opacity: 0.5; }\n .carousel-control.left {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }\n .carousel-control.right {\n right: 0;\n left: auto;\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }\n .carousel-control:focus, .carousel-control:hover {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: .9; }\n .carousel-control .icon-prev,\n .carousel-control .icon-next {\n position: absolute;\n top: 50%;\n z-index: 5;\n display: inline-block;\n width: 20px;\n height: 20px;\n margin-top: -10px;\n font-family: serif;\n line-height: 1; }\n .carousel-control .icon-prev {\n left: 50%;\n margin-left: -10px; }\n .carousel-control .icon-next {\n right: 50%;\n margin-right: -10px; }\n .carousel-control .icon-prev::before {\n content: \"\\2039\"; }\n .carousel-control .icon-next::before {\n content: \"\\203a\"; }\n\n.carousel-indicators {\n position: absolute;\n bottom: 10px;\n left: 50%;\n z-index: 15;\n width: 60%;\n padding-left: 0;\n margin-left: -30%;\n text-align: center;\n list-style: none; }\n .carousel-indicators li {\n display: inline-block;\n width: 10px;\n height: 10px;\n margin: 1px;\n text-indent: -999px;\n cursor: pointer;\n background-color: transparent;\n border: 1px solid #fff;\n border-radius: 10px; }\n .carousel-indicators .active {\n width: 12px;\n height: 12px;\n margin: 0;\n background-color: #fff; }\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }\n .carousel-caption .btn {\n text-shadow: none; }\n\n@media (min-width: 576px) {\n .carousel-control .icon-prev,\n .carousel-control .icon-next {\n width: 30px;\n height: 30px;\n margin-top: -15px;\n font-size: 30px; }\n .carousel-control .icon-prev {\n margin-left: -15px; }\n .carousel-control .icon-next {\n margin-right: -15px; }\n .carousel-caption {\n right: 20%;\n left: 20%;\n padding-bottom: 30px; }\n .carousel-indicators {\n bottom: 20px; } }\n\n.align-baseline {\n vertical-align: baseline !important; }\n\n.align-top {\n vertical-align: top !important; }\n\n.align-middle {\n vertical-align: middle !important; }\n\n.align-bottom {\n vertical-align: bottom !important; }\n\n.align-text-bottom {\n vertical-align: text-bottom !important; }\n\n.align-text-top {\n vertical-align: text-top !important; }\n\n.bg-faded {\n background-color: #f7f7f9; }\n\n.bg-primary {\n background-color: #fece00 !important; }\n\na.bg-primary:focus, a.bg-primary:hover {\n background-color: #cba500 !important; }\n\n.bg-success {\n background-color: #5cb85c !important; }\n\na.bg-success:focus, a.bg-success:hover {\n background-color: #449d44 !important; }\n\n.bg-info {\n background-color: #5bc0de !important; }\n\na.bg-info:focus, a.bg-info:hover {\n background-color: #31b0d5 !important; }\n\n.bg-warning {\n background-color: #f0ad4e !important; }\n\na.bg-warning:focus, a.bg-warning:hover {\n background-color: #ec971f !important; }\n\n.bg-danger {\n background-color: #d9534f !important; }\n\na.bg-danger:focus, a.bg-danger:hover {\n background-color: #c9302c !important; }\n\n.bg-inverse {\n background-color: #373a3c !important; }\n\na.bg-inverse:focus, a.bg-inverse:hover {\n background-color: #1f2021 !important; }\n\n.rounded {\n border-radius: 0.25rem; }\n\n.rounded-top {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.rounded-right {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem; }\n\n.rounded-left {\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.rounded-circle {\n border-radius: 50%; }\n\n.clearfix::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.d-block {\n display: block !important; }\n\n.d-inline-block {\n display: inline-block !important; }\n\n.d-inline {\n display: inline !important; }\n\n.float-xs-left {\n float: left !important; }\n\n.float-xs-right {\n float: right !important; }\n\n.float-xs-none {\n float: none !important; }\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important; }\n .float-sm-right {\n float: right !important; }\n .float-sm-none {\n float: none !important; } }\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important; }\n .float-md-right {\n float: right !important; }\n .float-md-none {\n float: none !important; } }\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important; }\n .float-lg-right {\n float: right !important; }\n .float-lg-none {\n float: none !important; } }\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important; }\n .float-xl-right {\n float: right !important; }\n .float-xl-none {\n float: none !important; } }\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto; }\n\n.w-100 {\n width: 100% !important; }\n\n.h-100 {\n height: 100% !important; }\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important; }\n\n.m-0 {\n margin: 0 0 !important; }\n\n.mt-0 {\n margin-top: 0 !important; }\n\n.mr-0 {\n margin-right: 0 !important; }\n\n.mb-0 {\n margin-bottom: 0 !important; }\n\n.ml-0 {\n margin-left: 0 !important; }\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important; }\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important; }\n\n.m-1 {\n margin: 1rem 1rem !important; }\n\n.mt-1 {\n margin-top: 1rem !important; }\n\n.mr-1 {\n margin-right: 1rem !important; }\n\n.mb-1 {\n margin-bottom: 1rem !important; }\n\n.ml-1 {\n margin-left: 1rem !important; }\n\n.mx-1 {\n margin-right: 1rem !important;\n margin-left: 1rem !important; }\n\n.my-1 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important; }\n\n.m-2 {\n margin: 1.5rem 1.5rem !important; }\n\n.mt-2 {\n margin-top: 1.5rem !important; }\n\n.mr-2 {\n margin-right: 1.5rem !important; }\n\n.mb-2 {\n margin-bottom: 1.5rem !important; }\n\n.ml-2 {\n margin-left: 1.5rem !important; }\n\n.mx-2 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important; }\n\n.my-2 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important; }\n\n.m-3 {\n margin: 3rem 3rem !important; }\n\n.mt-3 {\n margin-top: 3rem !important; }\n\n.mr-3 {\n margin-right: 3rem !important; }\n\n.mb-3 {\n margin-bottom: 3rem !important; }\n\n.ml-3 {\n margin-left: 3rem !important; }\n\n.mx-3 {\n margin-right: 3rem !important;\n margin-left: 3rem !important; }\n\n.my-3 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important; }\n\n.p-0 {\n padding: 0 0 !important; }\n\n.pt-0 {\n padding-top: 0 !important; }\n\n.pr-0 {\n padding-right: 0 !important; }\n\n.pb-0 {\n padding-bottom: 0 !important; }\n\n.pl-0 {\n padding-left: 0 !important; }\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important; }\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important; }\n\n.p-1 {\n padding: 1rem 1rem !important; }\n\n.pt-1 {\n padding-top: 1rem !important; }\n\n.pr-1 {\n padding-right: 1rem !important; }\n\n.pb-1 {\n padding-bottom: 1rem !important; }\n\n.pl-1 {\n padding-left: 1rem !important; }\n\n.px-1 {\n padding-right: 1rem !important;\n padding-left: 1rem !important; }\n\n.py-1 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important; }\n\n.p-2 {\n padding: 1.5rem 1.5rem !important; }\n\n.pt-2 {\n padding-top: 1.5rem !important; }\n\n.pr-2 {\n padding-right: 1.5rem !important; }\n\n.pb-2 {\n padding-bottom: 1.5rem !important; }\n\n.pl-2 {\n padding-left: 1.5rem !important; }\n\n.px-2 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important; }\n\n.py-2 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important; }\n\n.p-3 {\n padding: 3rem 3rem !important; }\n\n.pt-3 {\n padding-top: 3rem !important; }\n\n.pr-3 {\n padding-right: 3rem !important; }\n\n.pb-3 {\n padding-bottom: 3rem !important; }\n\n.pl-3 {\n padding-left: 3rem !important; }\n\n.px-3 {\n padding-right: 3rem !important;\n padding-left: 3rem !important; }\n\n.py-3 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important; }\n\n.pos-f-t {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030; }\n\n.text-justify {\n text-align: justify !important; }\n\n.text-nowrap {\n white-space: nowrap !important; }\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap; }\n\n.text-xs-left {\n text-align: left !important; }\n\n.text-xs-right {\n text-align: right !important; }\n\n.text-xs-center {\n text-align: center !important; }\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important; }\n .text-sm-right {\n text-align: right !important; }\n .text-sm-center {\n text-align: center !important; } }\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important; }\n .text-md-right {\n text-align: right !important; }\n .text-md-center {\n text-align: center !important; } }\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important; }\n .text-lg-right {\n text-align: right !important; }\n .text-lg-center {\n text-align: center !important; } }\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important; }\n .text-xl-right {\n text-align: right !important; }\n .text-xl-center {\n text-align: center !important; } }\n\n.text-lowercase {\n text-transform: lowercase !important; }\n\n.text-uppercase {\n text-transform: uppercase !important; }\n\n.text-capitalize {\n text-transform: capitalize !important; }\n\n.font-weight-normal {\n font-weight: normal; }\n\n.font-weight-bold {\n font-weight: bold; }\n\n.font-italic {\n font-style: italic; }\n\n.text-white {\n color: #fff !important; }\n\n.text-muted {\n color: #818a91 !important; }\n\na.text-muted:focus, a.text-muted:hover {\n color: #687077 !important; }\n\n.text-primary {\n color: #fece00 !important; }\n\na.text-primary:focus, a.text-primary:hover {\n color: #cba500 !important; }\n\n.text-success {\n color: #5cb85c !important; }\n\na.text-success:focus, a.text-success:hover {\n color: #449d44 !important; }\n\n.text-info {\n color: #5bc0de !important; }\n\na.text-info:focus, a.text-info:hover {\n color: #31b0d5 !important; }\n\n.text-warning {\n color: #f0ad4e !important; }\n\na.text-warning:focus, a.text-warning:hover {\n color: #ec971f !important; }\n\n.text-danger {\n color: #d9534f !important; }\n\na.text-danger:focus, a.text-danger:hover {\n color: #c9302c !important; }\n\n.text-gray-dark {\n color: #373a3c !important; }\n\na.text-gray-dark:focus, a.text-gray-dark:hover {\n color: #1f2021 !important; }\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0; }\n\n.invisible {\n visibility: hidden !important; }\n\n.hidden-xs-up {\n display: none !important; }\n\n@media (max-width: 575px) {\n .hidden-xs-down {\n display: none !important; } }\n\n@media (min-width: 576px) {\n .hidden-sm-up {\n display: none !important; } }\n\n@media (max-width: 767px) {\n .hidden-sm-down {\n display: none !important; } }\n\n@media (min-width: 768px) {\n .hidden-md-up {\n display: none !important; } }\n\n@media (max-width: 991px) {\n .hidden-md-down {\n display: none !important; } }\n\n@media (min-width: 992px) {\n .hidden-lg-up {\n display: none !important; } }\n\n@media (max-width: 1199px) {\n .hidden-lg-down {\n display: none !important; } }\n\n@media (min-width: 1200px) {\n .hidden-xl-up {\n display: none !important; } }\n\n.hidden-xl-down {\n display: none !important; }\n\n.visible-print-block {\n display: none !important; }\n @media print {\n .visible-print-block {\n display: block !important; } }\n\n.visible-print-inline {\n display: none !important; }\n @media print {\n .visible-print-inline {\n display: inline !important; } }\n\n.visible-print-inline-block {\n display: none !important; }\n @media print {\n .visible-print-inline-block {\n display: inline-block !important; } }\n\n@media print {\n .hidden-print {\n display: none !important; } }\n\n.wrapper {\n padding: 30px 0; }\n\n#wrapper-hero {\n padding: 0px !important; }\n\n.sticky,\n.gallery-caption,\n.bypostauthor {\n font-size: inherit; }\n\n.wrapper#wrapper-sticky {\n border-bottom: 1px solid #818a91; }\n\n#wrapper-footer-full,\n#wrapper-static-hero {\n background-color: #eceeef; }\n\n.wp-caption {\n font-size: inherit; }\n\n.wp-caption-text {\n font-size: inherit; }\n\n.screen-reader-text {\n font-size: inherit; }\n\n.alignright {\n float: right;\n padding-left: 10px; }\n\n.alignleft {\n float: left;\n padding-right: 10px; }\n\n.aligncenter {\n margin: 0px auto; }\n\n.entry-footer span {\n padding-right: 10px; }\n\nimg.wp-post-image,\narticle img,\nfigure,\nimg,\n#secondary img {\n max-width: 100%;\n height: auto; }\n\na.skip-link {\n position: fixed;\n z-index: 1000;\n top: 0px;\n right: 0px; }\n\n.jumbotron {\n margin-bottom: 0px; }\n\n.menu-item {\n float: left;\n display: inline;\n width: auto; }\n\n/* Navbar toggle\n * Custom button for toggling the `.navbar-collapse`, powered by the collapse\n * JavaScript plugin.\n * Navbar vertical align\n */\n.navbar-toggle {\n position: relative;\n float: right;\n margin-right: 1rem;\n padding: 9px 10px;\n background-color: transparent;\n background-image: none;\n border: 1px solid transparent;\n /*\n * We remove the `outline` here, but later compensate by attaching `:hover` styles to `:focus`.\n */ }\n .navbar-toggle:focus {\n outline: 0; }\n .navbar-toggle .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n border-radius: 1px; }\n .navbar-toggle .icon-bar + .icon-bar {\n margin-top: 4px; }\n\n.navbar .collapsing,\n.navbar .collapse.in {\n float: left;\n width: 100%; }\n\n.navbar-dark .navbar-toggle {\n border: 1px solid #fff; }\n\n.navbar-dark .icon-bar {\n border-bottom: 1px solid #fff; }\n\n.navbar-dark .dropdown-menu {\n background-color: #373a3c; }\n\n.navbar #main-menu {\n float: left; }\n\n.navbar-nav .nav-item {\n float: left; }\n\n.navbar-nav .nav-link {\n display: block;\n padding-top: .425rem;\n padding-bottom: .425rem; }\n .navbar-nav .nav-link + .nav-link {\n margin-left: 0rem; }\n\n.navbar-nav .nav-item + .nav-item {\n margin-left: 0rem; }\n\n.nav-link {\n margin-right: .425rem;\n margin-left: .425rem; }\n\n.post-navigation,\n.paged-navigation {\n padding: 15px 0;\n margin: 30px 0;\n border-top: 1px solid #eceeef; }\n\n.dropdown-menu .dropdown-menu {\n position: relative;\n display: block;\n margin-left: 10px;\n border: none;\n box-shadow: none; }\n .dropdown-menu .dropdown-menu li {\n padding-left: 0px;\n list-style: square; }\n\n.dropdown-menu .menu-item {\n width: 100%; }\n .dropdown-menu .menu-item a:hover {\n background-color: #fece00; }\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n cursor: pointer; }\n\n/*!\n * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */\n/* FONT PATH\n * -------------------------- */\n@font-face {\n font-family: 'FontAwesome';\n src: url(\"../fonts/fontawesome-webfont.eot?v=4.7.0\");\n src: url(\"../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0\") format(\"embedded-opentype\"), url(\"../fonts/fontawesome-webfont.woff2?v=4.7.0\") format(\"woff2\"), url(\"../fonts/fontawesome-webfont.woff?v=4.7.0\") format(\"woff\"), url(\"../fonts/fontawesome-webfont.ttf?v=4.7.0\") format(\"truetype\"), url(\"../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular\") format(\"svg\");\n font-weight: normal;\n font-style: normal; }\n\n.fa {\n display: inline-block;\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale; }\n\n/* makes the font 33% larger relative to the icon container */\n.fa-lg {\n font-size: 1.33333em;\n line-height: 0.75em;\n vertical-align: -15%; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-fw {\n width: 1.28571em;\n text-align: center; }\n\n.fa-ul {\n padding-left: 0;\n margin-left: 2.14286em;\n list-style-type: none; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n position: absolute;\n left: -2.14286em;\n width: 2.14286em;\n top: 0.14286em;\n text-align: center; }\n .fa-li.fa-lg {\n left: -1.85714em; }\n\n.fa-border {\n padding: .2em .25em .15em;\n border: solid 0.08em #eee;\n border-radius: .1em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\n\n.fa.fa-pull-left {\n margin-right: .3em; }\n\n.fa.fa-pull-right {\n margin-left: .3em; }\n\n/* Deprecated as of 4.4.0 */\n.pull-right {\n float: right; }\n\n.pull-left {\n float: left; }\n\n.fa.pull-left {\n margin-right: .3em; }\n\n.fa.pull-right {\n margin-left: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n.fa-rotate-90 {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n -webkit-transform: rotate(90deg);\n -ms-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n -webkit-transform: rotate(180deg);\n -ms-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n -webkit-transform: rotate(270deg);\n -ms-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n -webkit-transform: scale(-1, 1);\n -ms-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n -webkit-transform: scale(1, -1);\n -ms-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n filter: none; }\n\n.fa-stack {\n position: relative;\n display: inline-block;\n width: 2em;\n height: 2em;\n line-height: 2em;\n vertical-align: middle; }\n\n.fa-stack-1x, .fa-stack-2x {\n position: absolute;\n left: 0;\n width: 100%;\n text-align: center; }\n\n.fa-stack-1x {\n line-height: inherit; }\n\n.fa-stack-2x {\n font-size: 2em; }\n\n.fa-inverse {\n color: #fff; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\n readers do not read off random characters that represent icons */\n.fa-glass:before {\n content: \"\"; }\n\n.fa-music:before {\n content: \"\"; }\n\n.fa-search:before {\n content: \"\"; }\n\n.fa-envelope-o:before {\n content: \"\"; }\n\n.fa-heart:before {\n content: \"\"; }\n\n.fa-star:before {\n content: \"\"; }\n\n.fa-star-o:before {\n content: \"\"; }\n\n.fa-user:before {\n content: \"\"; }\n\n.fa-film:before {\n content: \"\"; }\n\n.fa-th-large:before {\n content: \"\"; }\n\n.fa-th:before {\n content: \"\"; }\n\n.fa-th-list:before {\n content: \"\"; }\n\n.fa-check:before {\n content: \"\"; }\n\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n content: \"\"; }\n\n.fa-search-plus:before {\n content: \"\"; }\n\n.fa-search-minus:before {\n content: \"\"; }\n\n.fa-power-off:before {\n content: \"\"; }\n\n.fa-signal:before {\n content: \"\"; }\n\n.fa-gear:before,\n.fa-cog:before {\n content: \"\"; }\n\n.fa-trash-o:before {\n content: \"\"; }\n\n.fa-home:before {\n content: \"\"; }\n\n.fa-file-o:before {\n content: \"\"; }\n\n.fa-clock-o:before {\n content: \"\"; }\n\n.fa-road:before {\n content: \"\"; }\n\n.fa-download:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-down:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-up:before {\n content: \"\"; }\n\n.fa-inbox:before {\n content: \"\"; }\n\n.fa-play-circle-o:before {\n content: \"\"; }\n\n.fa-rotate-right:before,\n.fa-repeat:before {\n content: \"\"; }\n\n.fa-refresh:before {\n content: \"\"; }\n\n.fa-list-alt:before {\n content: \"\"; }\n\n.fa-lock:before {\n content: \"\"; }\n\n.fa-flag:before {\n content: \"\"; }\n\n.fa-headphones:before {\n content: \"\"; }\n\n.fa-volume-off:before {\n content: \"\"; }\n\n.fa-volume-down:before {\n content: \"\"; }\n\n.fa-volume-up:before {\n content: \"\"; }\n\n.fa-qrcode:before {\n content: \"\"; }\n\n.fa-barcode:before {\n content: \"\"; }\n\n.fa-tag:before {\n content: \"\"; }\n\n.fa-tags:before {\n content: \"\"; }\n\n.fa-book:before {\n content: \"\"; }\n\n.fa-bookmark:before {\n content: \"\"; }\n\n.fa-print:before {\n content: \"\"; }\n\n.fa-camera:before {\n content: \"\"; }\n\n.fa-font:before {\n content: \"\"; }\n\n.fa-bold:before {\n content: \"\"; }\n\n.fa-italic:before {\n content: \"\"; }\n\n.fa-text-height:before {\n content: \"\"; }\n\n.fa-text-width:before {\n content: \"\"; }\n\n.fa-align-left:before {\n content: \"\"; }\n\n.fa-align-center:before {\n content: \"\"; }\n\n.fa-align-right:before {\n content: \"\"; }\n\n.fa-align-justify:before {\n content: \"\"; }\n\n.fa-list:before {\n content: \"\"; }\n\n.fa-dedent:before,\n.fa-outdent:before {\n content: \"\"; }\n\n.fa-indent:before {\n content: \"\"; }\n\n.fa-video-camera:before {\n content: \"\"; }\n\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n content: \"\"; }\n\n.fa-pencil:before {\n content: \"\"; }\n\n.fa-map-marker:before {\n content: \"\"; }\n\n.fa-adjust:before {\n content: \"\"; }\n\n.fa-tint:before {\n content: \"\"; }\n\n.fa-edit:before,\n.fa-pencil-square-o:before {\n content: \"\"; }\n\n.fa-share-square-o:before {\n content: \"\"; }\n\n.fa-check-square-o:before {\n content: \"\"; }\n\n.fa-arrows:before {\n content: \"\"; }\n\n.fa-step-backward:before {\n content: \"\"; }\n\n.fa-fast-backward:before {\n content: \"\"; }\n\n.fa-backward:before {\n content: \"\"; }\n\n.fa-play:before {\n content: \"\"; }\n\n.fa-pause:before {\n content: \"\"; }\n\n.fa-stop:before {\n content: \"\"; }\n\n.fa-forward:before {\n content: \"\"; }\n\n.fa-fast-forward:before {\n content: \"\"; }\n\n.fa-step-forward:before {\n content: \"\"; }\n\n.fa-eject:before {\n content: \"\"; }\n\n.fa-chevron-left:before {\n content: \"\"; }\n\n.fa-chevron-right:before {\n content: \"\"; }\n\n.fa-plus-circle:before {\n content: \"\"; }\n\n.fa-minus-circle:before {\n content: \"\"; }\n\n.fa-times-circle:before {\n content: \"\"; }\n\n.fa-check-circle:before {\n content: \"\"; }\n\n.fa-question-circle:before {\n content: \"\"; }\n\n.fa-info-circle:before {\n content: \"\"; }\n\n.fa-crosshairs:before {\n content: \"\"; }\n\n.fa-times-circle-o:before {\n content: \"\"; }\n\n.fa-check-circle-o:before {\n content: \"\"; }\n\n.fa-ban:before {\n content: \"\"; }\n\n.fa-arrow-left:before {\n content: \"\"; }\n\n.fa-arrow-right:before {\n content: \"\"; }\n\n.fa-arrow-up:before {\n content: \"\"; }\n\n.fa-arrow-down:before {\n content: \"\"; }\n\n.fa-mail-forward:before,\n.fa-share:before {\n content: \"\"; }\n\n.fa-expand:before {\n content: \"\"; }\n\n.fa-compress:before {\n content: \"\"; }\n\n.fa-plus:before {\n content: \"\"; }\n\n.fa-minus:before {\n content: \"\"; }\n\n.fa-asterisk:before {\n content: \"\"; }\n\n.fa-exclamation-circle:before {\n content: \"\"; }\n\n.fa-gift:before {\n content: \"\"; }\n\n.fa-leaf:before {\n content: \"\"; }\n\n.fa-fire:before {\n content: \"\"; }\n\n.fa-eye:before {\n content: \"\"; }\n\n.fa-eye-slash:before {\n content: \"\"; }\n\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n content: \"\"; }\n\n.fa-plane:before {\n content: \"\"; }\n\n.fa-calendar:before {\n content: \"\"; }\n\n.fa-random:before {\n content: \"\"; }\n\n.fa-comment:before {\n content: \"\"; }\n\n.fa-magnet:before {\n content: \"\"; }\n\n.fa-chevron-up:before {\n content: \"\"; }\n\n.fa-chevron-down:before {\n content: \"\"; }\n\n.fa-retweet:before {\n content: \"\"; }\n\n.fa-shopping-cart:before {\n content: \"\"; }\n\n.fa-folder:before {\n content: \"\"; }\n\n.fa-folder-open:before {\n content: \"\"; }\n\n.fa-arrows-v:before {\n content: \"\"; }\n\n.fa-arrows-h:before {\n content: \"\"; }\n\n.fa-bar-chart-o:before,\n.fa-bar-chart:before {\n content: \"\"; }\n\n.fa-twitter-square:before {\n content: \"\"; }\n\n.fa-facebook-square:before {\n content: \"\"; }\n\n.fa-camera-retro:before {\n content: \"\"; }\n\n.fa-key:before {\n content: \"\"; }\n\n.fa-gears:before,\n.fa-cogs:before {\n content: \"\"; }\n\n.fa-comments:before {\n content: \"\"; }\n\n.fa-thumbs-o-up:before {\n content: \"\"; }\n\n.fa-thumbs-o-down:before {\n content: \"\"; }\n\n.fa-star-half:before {\n content: \"\"; }\n\n.fa-heart-o:before {\n content: \"\"; }\n\n.fa-sign-out:before {\n content: \"\"; }\n\n.fa-linkedin-square:before {\n content: \"\"; }\n\n.fa-thumb-tack:before {\n content: \"\"; }\n\n.fa-external-link:before {\n content: \"\"; }\n\n.fa-sign-in:before {\n content: \"\"; }\n\n.fa-trophy:before {\n content: \"\"; }\n\n.fa-github-square:before {\n content: \"\"; }\n\n.fa-upload:before {\n content: \"\"; }\n\n.fa-lemon-o:before {\n content: \"\"; }\n\n.fa-phone:before {\n content: \"\"; }\n\n.fa-square-o:before {\n content: \"\"; }\n\n.fa-bookmark-o:before {\n content: \"\"; }\n\n.fa-phone-square:before {\n content: \"\"; }\n\n.fa-twitter:before {\n content: \"\"; }\n\n.fa-facebook-f:before,\n.fa-facebook:before {\n content: \"\"; }\n\n.fa-github:before {\n content: \"\"; }\n\n.fa-unlock:before {\n content: \"\"; }\n\n.fa-credit-card:before {\n content: \"\"; }\n\n.fa-feed:before,\n.fa-rss:before {\n content: \"\"; }\n\n.fa-hdd-o:before {\n content: \"\"; }\n\n.fa-bullhorn:before {\n content: \"\"; }\n\n.fa-bell:before {\n content: \"\"; }\n\n.fa-certificate:before {\n content: \"\"; }\n\n.fa-hand-o-right:before {\n content: \"\"; }\n\n.fa-hand-o-left:before {\n content: \"\"; }\n\n.fa-hand-o-up:before {\n content: \"\"; }\n\n.fa-hand-o-down:before {\n content: \"\"; }\n\n.fa-arrow-circle-left:before {\n content: \"\"; }\n\n.fa-arrow-circle-right:before {\n content: \"\"; }\n\n.fa-arrow-circle-up:before {\n content: \"\"; }\n\n.fa-arrow-circle-down:before {\n content: \"\"; }\n\n.fa-globe:before {\n content: \"\"; }\n\n.fa-wrench:before {\n content: \"\"; }\n\n.fa-tasks:before {\n content: \"\"; }\n\n.fa-filter:before {\n content: \"\"; }\n\n.fa-briefcase:before {\n content: \"\"; }\n\n.fa-arrows-alt:before {\n content: \"\"; }\n\n.fa-group:before,\n.fa-users:before {\n content: \"\"; }\n\n.fa-chain:before,\n.fa-link:before {\n content: \"\"; }\n\n.fa-cloud:before {\n content: \"\"; }\n\n.fa-flask:before {\n content: \"\"; }\n\n.fa-cut:before,\n.fa-scissors:before {\n content: \"\"; }\n\n.fa-copy:before,\n.fa-files-o:before {\n content: \"\"; }\n\n.fa-paperclip:before {\n content: \"\"; }\n\n.fa-save:before,\n.fa-floppy-o:before {\n content: \"\"; }\n\n.fa-square:before {\n content: \"\"; }\n\n.fa-navicon:before,\n.fa-reorder:before,\n.fa-bars:before {\n content: \"\"; }\n\n.fa-list-ul:before {\n content: \"\"; }\n\n.fa-list-ol:before {\n content: \"\"; }\n\n.fa-strikethrough:before {\n content: \"\"; }\n\n.fa-underline:before {\n content: \"\"; }\n\n.fa-table:before {\n content: \"\"; }\n\n.fa-magic:before {\n content: \"\"; }\n\n.fa-truck:before {\n content: \"\"; }\n\n.fa-pinterest:before {\n content: \"\"; }\n\n.fa-pinterest-square:before {\n content: \"\"; }\n\n.fa-google-plus-square:before {\n content: \"\"; }\n\n.fa-google-plus:before {\n content: \"\"; }\n\n.fa-money:before {\n content: \"\"; }\n\n.fa-caret-down:before {\n content: \"\"; }\n\n.fa-caret-up:before {\n content: \"\"; }\n\n.fa-caret-left:before {\n content: \"\"; }\n\n.fa-caret-right:before {\n content: \"\"; }\n\n.fa-columns:before {\n content: \"\"; }\n\n.fa-unsorted:before,\n.fa-sort:before {\n content: \"\"; }\n\n.fa-sort-down:before,\n.fa-sort-desc:before {\n content: \"\"; }\n\n.fa-sort-up:before,\n.fa-sort-asc:before {\n content: \"\"; }\n\n.fa-envelope:before {\n content: \"\"; }\n\n.fa-linkedin:before {\n content: \"\"; }\n\n.fa-rotate-left:before,\n.fa-undo:before {\n content: \"\"; }\n\n.fa-legal:before,\n.fa-gavel:before {\n content: \"\"; }\n\n.fa-dashboard:before,\n.fa-tachometer:before {\n content: \"\"; }\n\n.fa-comment-o:before {\n content: \"\"; }\n\n.fa-comments-o:before {\n content: \"\"; }\n\n.fa-flash:before,\n.fa-bolt:before {\n content: \"\"; }\n\n.fa-sitemap:before {\n content: \"\"; }\n\n.fa-umbrella:before {\n content: \"\"; }\n\n.fa-paste:before,\n.fa-clipboard:before {\n content: \"\"; }\n\n.fa-lightbulb-o:before {\n content: \"\"; }\n\n.fa-exchange:before {\n content: \"\"; }\n\n.fa-cloud-download:before {\n content: \"\"; }\n\n.fa-cloud-upload:before {\n content: \"\"; }\n\n.fa-user-md:before {\n content: \"\"; }\n\n.fa-stethoscope:before {\n content: \"\"; }\n\n.fa-suitcase:before {\n content: \"\"; }\n\n.fa-bell-o:before {\n content: \"\"; }\n\n.fa-coffee:before {\n content: \"\"; }\n\n.fa-cutlery:before {\n content: \"\"; }\n\n.fa-file-text-o:before {\n content: \"\"; }\n\n.fa-building-o:before {\n content: \"\"; }\n\n.fa-hospital-o:before {\n content: \"\"; }\n\n.fa-ambulance:before {\n content: \"\"; }\n\n.fa-medkit:before {\n content: \"\"; }\n\n.fa-fighter-jet:before {\n content: \"\"; }\n\n.fa-beer:before {\n content: \"\"; }\n\n.fa-h-square:before {\n content: \"\"; }\n\n.fa-plus-square:before {\n content: \"\"; }\n\n.fa-angle-double-left:before {\n content: \"\"; }\n\n.fa-angle-double-right:before {\n content: \"\"; }\n\n.fa-angle-double-up:before {\n content: \"\"; }\n\n.fa-angle-double-down:before {\n content: \"\"; }\n\n.fa-angle-left:before {\n content: \"\"; }\n\n.fa-angle-right:before {\n content: \"\"; }\n\n.fa-angle-up:before {\n content: \"\"; }\n\n.fa-angle-down:before {\n content: \"\"; }\n\n.fa-desktop:before {\n content: \"\"; }\n\n.fa-laptop:before {\n content: \"\"; }\n\n.fa-tablet:before {\n content: \"\"; }\n\n.fa-mobile-phone:before,\n.fa-mobile:before {\n content: \"\"; }\n\n.fa-circle-o:before {\n content: \"\"; }\n\n.fa-quote-left:before {\n content: \"\"; }\n\n.fa-quote-right:before {\n content: \"\"; }\n\n.fa-spinner:before {\n content: \"\"; }\n\n.fa-circle:before {\n content: \"\"; }\n\n.fa-mail-reply:before,\n.fa-reply:before {\n content: \"\"; }\n\n.fa-github-alt:before {\n content: \"\"; }\n\n.fa-folder-o:before {\n content: \"\"; }\n\n.fa-folder-open-o:before {\n content: \"\"; }\n\n.fa-smile-o:before {\n content: \"\"; }\n\n.fa-frown-o:before {\n content: \"\"; }\n\n.fa-meh-o:before {\n content: \"\"; }\n\n.fa-gamepad:before {\n content: \"\"; }\n\n.fa-keyboard-o:before {\n content: \"\"; }\n\n.fa-flag-o:before {\n content: \"\"; }\n\n.fa-flag-checkered:before {\n content: \"\"; }\n\n.fa-terminal:before {\n content: \"\"; }\n\n.fa-code:before {\n content: \"\"; }\n\n.fa-mail-reply-all:before,\n.fa-reply-all:before {\n content: \"\"; }\n\n.fa-star-half-empty:before,\n.fa-star-half-full:before,\n.fa-star-half-o:before {\n content: \"\"; }\n\n.fa-location-arrow:before {\n content: \"\"; }\n\n.fa-crop:before {\n content: \"\"; }\n\n.fa-code-fork:before {\n content: \"\"; }\n\n.fa-unlink:before,\n.fa-chain-broken:before {\n content: \"\"; }\n\n.fa-question:before {\n content: \"\"; }\n\n.fa-info:before {\n content: \"\"; }\n\n.fa-exclamation:before {\n content: \"\"; }\n\n.fa-superscript:before {\n content: \"\"; }\n\n.fa-subscript:before {\n content: \"\"; }\n\n.fa-eraser:before {\n content: \"\"; }\n\n.fa-puzzle-piece:before {\n content: \"\"; }\n\n.fa-microphone:before {\n content: \"\"; }\n\n.fa-microphone-slash:before {\n content: \"\"; }\n\n.fa-shield:before {\n content: \"\"; }\n\n.fa-calendar-o:before {\n content: \"\"; }\n\n.fa-fire-extinguisher:before {\n content: \"\"; }\n\n.fa-rocket:before {\n content: \"\"; }\n\n.fa-maxcdn:before {\n content: \"\"; }\n\n.fa-chevron-circle-left:before {\n content: \"\"; }\n\n.fa-chevron-circle-right:before {\n content: \"\"; }\n\n.fa-chevron-circle-up:before {\n content: \"\"; }\n\n.fa-chevron-circle-down:before {\n content: \"\"; }\n\n.fa-html5:before {\n content: \"\"; }\n\n.fa-css3:before {\n content: \"\"; }\n\n.fa-anchor:before {\n content: \"\"; }\n\n.fa-unlock-alt:before {\n content: \"\"; }\n\n.fa-bullseye:before {\n content: \"\"; }\n\n.fa-ellipsis-h:before {\n content: \"\"; }\n\n.fa-ellipsis-v:before {\n content: \"\"; }\n\n.fa-rss-square:before {\n content: \"\"; }\n\n.fa-play-circle:before {\n content: \"\"; }\n\n.fa-ticket:before {\n content: \"\"; }\n\n.fa-minus-square:before {\n content: \"\"; }\n\n.fa-minus-square-o:before {\n content: \"\"; }\n\n.fa-level-up:before {\n content: \"\"; }\n\n.fa-level-down:before {\n content: \"\"; }\n\n.fa-check-square:before {\n content: \"\"; }\n\n.fa-pencil-square:before {\n content: \"\"; }\n\n.fa-external-link-square:before {\n content: \"\"; }\n\n.fa-share-square:before {\n content: \"\"; }\n\n.fa-compass:before {\n content: \"\"; }\n\n.fa-toggle-down:before,\n.fa-caret-square-o-down:before {\n content: \"\"; }\n\n.fa-toggle-up:before,\n.fa-caret-square-o-up:before {\n content: \"\"; }\n\n.fa-toggle-right:before,\n.fa-caret-square-o-right:before {\n content: \"\"; }\n\n.fa-euro:before,\n.fa-eur:before {\n content: \"\"; }\n\n.fa-gbp:before {\n content: \"\"; }\n\n.fa-dollar:before,\n.fa-usd:before {\n content: \"\"; }\n\n.fa-rupee:before,\n.fa-inr:before {\n content: \"\"; }\n\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before,\n.fa-jpy:before {\n content: \"\"; }\n\n.fa-ruble:before,\n.fa-rouble:before,\n.fa-rub:before {\n content: \"\"; }\n\n.fa-won:before,\n.fa-krw:before {\n content: \"\"; }\n\n.fa-bitcoin:before,\n.fa-btc:before {\n content: \"\"; }\n\n.fa-file:before {\n content: \"\"; }\n\n.fa-file-text:before {\n content: \"\"; }\n\n.fa-sort-alpha-asc:before {\n content: \"\"; }\n\n.fa-sort-alpha-desc:before {\n content: \"\"; }\n\n.fa-sort-amount-asc:before {\n content: \"\"; }\n\n.fa-sort-amount-desc:before {\n content: \"\"; }\n\n.fa-sort-numeric-asc:before {\n content: \"\"; }\n\n.fa-sort-numeric-desc:before {\n content: \"\"; }\n\n.fa-thumbs-up:before {\n content: \"\"; }\n\n.fa-thumbs-down:before {\n content: \"\"; }\n\n.fa-youtube-square:before {\n content: \"\"; }\n\n.fa-youtube:before {\n content: \"\"; }\n\n.fa-xing:before {\n content: \"\"; }\n\n.fa-xing-square:before {\n content: \"\"; }\n\n.fa-youtube-play:before {\n content: \"\"; }\n\n.fa-dropbox:before {\n content: \"\"; }\n\n.fa-stack-overflow:before {\n content: \"\"; }\n\n.fa-instagram:before {\n content: \"\"; }\n\n.fa-flickr:before {\n content: \"\"; }\n\n.fa-adn:before {\n content: \"\"; }\n\n.fa-bitbucket:before {\n content: \"\"; }\n\n.fa-bitbucket-square:before {\n content: \"\"; }\n\n.fa-tumblr:before {\n content: \"\"; }\n\n.fa-tumblr-square:before {\n content: \"\"; }\n\n.fa-long-arrow-down:before {\n content: \"\"; }\n\n.fa-long-arrow-up:before {\n content: \"\"; }\n\n.fa-long-arrow-left:before {\n content: \"\"; }\n\n.fa-long-arrow-right:before {\n content: \"\"; }\n\n.fa-apple:before {\n content: \"\"; }\n\n.fa-windows:before {\n content: \"\"; }\n\n.fa-android:before {\n content: \"\"; }\n\n.fa-linux:before {\n content: \"\"; }\n\n.fa-dribbble:before {\n content: \"\"; }\n\n.fa-skype:before {\n content: \"\"; }\n\n.fa-foursquare:before {\n content: \"\"; }\n\n.fa-trello:before {\n content: \"\"; }\n\n.fa-female:before {\n content: \"\"; }\n\n.fa-male:before {\n content: \"\"; }\n\n.fa-gittip:before,\n.fa-gratipay:before {\n content: \"\"; }\n\n.fa-sun-o:before {\n content: \"\"; }\n\n.fa-moon-o:before {\n content: \"\"; }\n\n.fa-archive:before {\n content: \"\"; }\n\n.fa-bug:before {\n content: \"\"; }\n\n.fa-vk:before {\n content: \"\"; }\n\n.fa-weibo:before {\n content: \"\"; }\n\n.fa-renren:before {\n content: \"\"; }\n\n.fa-pagelines:before {\n content: \"\"; }\n\n.fa-stack-exchange:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-right:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-left:before {\n content: \"\"; }\n\n.fa-toggle-left:before,\n.fa-caret-square-o-left:before {\n content: \"\"; }\n\n.fa-dot-circle-o:before {\n content: \"\"; }\n\n.fa-wheelchair:before {\n content: \"\"; }\n\n.fa-vimeo-square:before {\n content: \"\"; }\n\n.fa-turkish-lira:before,\n.fa-try:before {\n content: \"\"; }\n\n.fa-plus-square-o:before {\n content: \"\"; }\n\n.fa-space-shuttle:before {\n content: \"\"; }\n\n.fa-slack:before {\n content: \"\"; }\n\n.fa-envelope-square:before {\n content: \"\"; }\n\n.fa-wordpress:before {\n content: \"\"; }\n\n.fa-openid:before {\n content: \"\"; }\n\n.fa-institution:before,\n.fa-bank:before,\n.fa-university:before {\n content: \"\"; }\n\n.fa-mortar-board:before,\n.fa-graduation-cap:before {\n content: \"\"; }\n\n.fa-yahoo:before {\n content: \"\"; }\n\n.fa-google:before {\n content: \"\"; }\n\n.fa-reddit:before {\n content: \"\"; }\n\n.fa-reddit-square:before {\n content: \"\"; }\n\n.fa-stumbleupon-circle:before {\n content: \"\"; }\n\n.fa-stumbleupon:before {\n content: \"\"; }\n\n.fa-delicious:before {\n content: \"\"; }\n\n.fa-digg:before {\n content: \"\"; }\n\n.fa-pied-piper-pp:before {\n content: \"\"; }\n\n.fa-pied-piper-alt:before {\n content: \"\"; }\n\n.fa-drupal:before {\n content: \"\"; }\n\n.fa-joomla:before {\n content: \"\"; }\n\n.fa-language:before {\n content: \"\"; }\n\n.fa-fax:before {\n content: \"\"; }\n\n.fa-building:before {\n content: \"\"; }\n\n.fa-child:before {\n content: \"\"; }\n\n.fa-paw:before {\n content: \"\"; }\n\n.fa-spoon:before {\n content: \"\"; }\n\n.fa-cube:before {\n content: \"\"; }\n\n.fa-cubes:before {\n content: \"\"; }\n\n.fa-behance:before {\n content: \"\"; }\n\n.fa-behance-square:before {\n content: \"\"; }\n\n.fa-steam:before {\n content: \"\"; }\n\n.fa-steam-square:before {\n content: \"\"; }\n\n.fa-recycle:before {\n content: \"\"; }\n\n.fa-automobile:before,\n.fa-car:before {\n content: \"\"; }\n\n.fa-cab:before,\n.fa-taxi:before {\n content: \"\"; }\n\n.fa-tree:before {\n content: \"\"; }\n\n.fa-spotify:before {\n content: \"\"; }\n\n.fa-deviantart:before {\n content: \"\"; }\n\n.fa-soundcloud:before {\n content: \"\"; }\n\n.fa-database:before {\n content: \"\"; }\n\n.fa-file-pdf-o:before {\n content: \"\"; }\n\n.fa-file-word-o:before {\n content: \"\"; }\n\n.fa-file-excel-o:before {\n content: \"\"; }\n\n.fa-file-powerpoint-o:before {\n content: \"\"; }\n\n.fa-file-photo-o:before,\n.fa-file-picture-o:before,\n.fa-file-image-o:before {\n content: \"\"; }\n\n.fa-file-zip-o:before,\n.fa-file-archive-o:before {\n content: \"\"; }\n\n.fa-file-sound-o:before,\n.fa-file-audio-o:before {\n content: \"\"; }\n\n.fa-file-movie-o:before,\n.fa-file-video-o:before {\n content: \"\"; }\n\n.fa-file-code-o:before {\n content: \"\"; }\n\n.fa-vine:before {\n content: \"\"; }\n\n.fa-codepen:before {\n content: \"\"; }\n\n.fa-jsfiddle:before {\n content: \"\"; }\n\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-life-saver:before,\n.fa-support:before,\n.fa-life-ring:before {\n content: \"\"; }\n\n.fa-circle-o-notch:before {\n content: \"\"; }\n\n.fa-ra:before,\n.fa-resistance:before,\n.fa-rebel:before {\n content: \"\"; }\n\n.fa-ge:before,\n.fa-empire:before {\n content: \"\"; }\n\n.fa-git-square:before {\n content: \"\"; }\n\n.fa-git:before {\n content: \"\"; }\n\n.fa-y-combinator-square:before,\n.fa-yc-square:before,\n.fa-hacker-news:before {\n content: \"\"; }\n\n.fa-tencent-weibo:before {\n content: \"\"; }\n\n.fa-qq:before {\n content: \"\"; }\n\n.fa-wechat:before,\n.fa-weixin:before {\n content: \"\"; }\n\n.fa-send:before,\n.fa-paper-plane:before {\n content: \"\"; }\n\n.fa-send-o:before,\n.fa-paper-plane-o:before {\n content: \"\"; }\n\n.fa-history:before {\n content: \"\"; }\n\n.fa-circle-thin:before {\n content: \"\"; }\n\n.fa-header:before {\n content: \"\"; }\n\n.fa-paragraph:before {\n content: \"\"; }\n\n.fa-sliders:before {\n content: \"\"; }\n\n.fa-share-alt:before {\n content: \"\"; }\n\n.fa-share-alt-square:before {\n content: \"\"; }\n\n.fa-bomb:before {\n content: \"\"; }\n\n.fa-soccer-ball-o:before,\n.fa-futbol-o:before {\n content: \"\"; }\n\n.fa-tty:before {\n content: \"\"; }\n\n.fa-binoculars:before {\n content: \"\"; }\n\n.fa-plug:before {\n content: \"\"; }\n\n.fa-slideshare:before {\n content: \"\"; }\n\n.fa-twitch:before {\n content: \"\"; }\n\n.fa-yelp:before {\n content: \"\"; }\n\n.fa-newspaper-o:before {\n content: \"\"; }\n\n.fa-wifi:before {\n content: \"\"; }\n\n.fa-calculator:before {\n content: \"\"; }\n\n.fa-paypal:before {\n content: \"\"; }\n\n.fa-google-wallet:before {\n content: \"\"; }\n\n.fa-cc-visa:before {\n content: \"\"; }\n\n.fa-cc-mastercard:before {\n content: \"\"; }\n\n.fa-cc-discover:before {\n content: \"\"; }\n\n.fa-cc-amex:before {\n content: \"\"; }\n\n.fa-cc-paypal:before {\n content: \"\"; }\n\n.fa-cc-stripe:before {\n content: \"\"; }\n\n.fa-bell-slash:before {\n content: \"\"; }\n\n.fa-bell-slash-o:before {\n content: \"\"; }\n\n.fa-trash:before {\n content: \"\"; }\n\n.fa-copyright:before {\n content: \"\"; }\n\n.fa-at:before {\n content: \"\"; }\n\n.fa-eyedropper:before {\n content: \"\"; }\n\n.fa-paint-brush:before {\n content: \"\"; }\n\n.fa-birthday-cake:before {\n content: \"\"; }\n\n.fa-area-chart:before {\n content: \"\"; }\n\n.fa-pie-chart:before {\n content: \"\"; }\n\n.fa-line-chart:before {\n content: \"\"; }\n\n.fa-lastfm:before {\n content: \"\"; }\n\n.fa-lastfm-square:before {\n content: \"\"; }\n\n.fa-toggle-off:before {\n content: \"\"; }\n\n.fa-toggle-on:before {\n content: \"\"; }\n\n.fa-bicycle:before {\n content: \"\"; }\n\n.fa-bus:before {\n content: \"\"; }\n\n.fa-ioxhost:before {\n content: \"\"; }\n\n.fa-angellist:before {\n content: \"\"; }\n\n.fa-cc:before {\n content: \"\"; }\n\n.fa-shekel:before,\n.fa-sheqel:before,\n.fa-ils:before {\n content: \"\"; }\n\n.fa-meanpath:before {\n content: \"\"; }\n\n.fa-buysellads:before {\n content: \"\"; }\n\n.fa-connectdevelop:before {\n content: \"\"; }\n\n.fa-dashcube:before {\n content: \"\"; }\n\n.fa-forumbee:before {\n content: \"\"; }\n\n.fa-leanpub:before {\n content: \"\"; }\n\n.fa-sellsy:before {\n content: \"\"; }\n\n.fa-shirtsinbulk:before {\n content: \"\"; }\n\n.fa-simplybuilt:before {\n content: \"\"; }\n\n.fa-skyatlas:before {\n content: \"\"; }\n\n.fa-cart-plus:before {\n content: \"\"; }\n\n.fa-cart-arrow-down:before {\n content: \"\"; }\n\n.fa-diamond:before {\n content: \"\"; }\n\n.fa-ship:before {\n content: \"\"; }\n\n.fa-user-secret:before {\n content: \"\"; }\n\n.fa-motorcycle:before {\n content: \"\"; }\n\n.fa-street-view:before {\n content: \"\"; }\n\n.fa-heartbeat:before {\n content: \"\"; }\n\n.fa-venus:before {\n content: \"\"; }\n\n.fa-mars:before {\n content: \"\"; }\n\n.fa-mercury:before {\n content: \"\"; }\n\n.fa-intersex:before,\n.fa-transgender:before {\n content: \"\"; }\n\n.fa-transgender-alt:before {\n content: \"\"; }\n\n.fa-venus-double:before {\n content: \"\"; }\n\n.fa-mars-double:before {\n content: \"\"; }\n\n.fa-venus-mars:before {\n content: \"\"; }\n\n.fa-mars-stroke:before {\n content: \"\"; }\n\n.fa-mars-stroke-v:before {\n content: \"\"; }\n\n.fa-mars-stroke-h:before {\n content: \"\"; }\n\n.fa-neuter:before {\n content: \"\"; }\n\n.fa-genderless:before {\n content: \"\"; }\n\n.fa-facebook-official:before {\n content: \"\"; }\n\n.fa-pinterest-p:before {\n content: \"\"; }\n\n.fa-whatsapp:before {\n content: \"\"; }\n\n.fa-server:before {\n content: \"\"; }\n\n.fa-user-plus:before {\n content: \"\"; }\n\n.fa-user-times:before {\n content: \"\"; }\n\n.fa-hotel:before,\n.fa-bed:before {\n content: \"\"; }\n\n.fa-viacoin:before {\n content: \"\"; }\n\n.fa-train:before {\n content: \"\"; }\n\n.fa-subway:before {\n content: \"\"; }\n\n.fa-medium:before {\n content: \"\"; }\n\n.fa-yc:before,\n.fa-y-combinator:before {\n content: \"\"; }\n\n.fa-optin-monster:before {\n content: \"\"; }\n\n.fa-opencart:before {\n content: \"\"; }\n\n.fa-expeditedssl:before {\n content: \"\"; }\n\n.fa-battery-4:before,\n.fa-battery:before,\n.fa-battery-full:before {\n content: \"\"; }\n\n.fa-battery-3:before,\n.fa-battery-three-quarters:before {\n content: \"\"; }\n\n.fa-battery-2:before,\n.fa-battery-half:before {\n content: \"\"; }\n\n.fa-battery-1:before,\n.fa-battery-quarter:before {\n content: \"\"; }\n\n.fa-battery-0:before,\n.fa-battery-empty:before {\n content: \"\"; }\n\n.fa-mouse-pointer:before {\n content: \"\"; }\n\n.fa-i-cursor:before {\n content: \"\"; }\n\n.fa-object-group:before {\n content: \"\"; }\n\n.fa-object-ungroup:before {\n content: \"\"; }\n\n.fa-sticky-note:before {\n content: \"\"; }\n\n.fa-sticky-note-o:before {\n content: \"\"; }\n\n.fa-cc-jcb:before {\n content: \"\"; }\n\n.fa-cc-diners-club:before {\n content: \"\"; }\n\n.fa-clone:before {\n content: \"\"; }\n\n.fa-balance-scale:before {\n content: \"\"; }\n\n.fa-hourglass-o:before {\n content: \"\"; }\n\n.fa-hourglass-1:before,\n.fa-hourglass-start:before {\n content: \"\"; }\n\n.fa-hourglass-2:before,\n.fa-hourglass-half:before {\n content: \"\"; }\n\n.fa-hourglass-3:before,\n.fa-hourglass-end:before {\n content: \"\"; }\n\n.fa-hourglass:before {\n content: \"\"; }\n\n.fa-hand-grab-o:before,\n.fa-hand-rock-o:before {\n content: \"\"; }\n\n.fa-hand-stop-o:before,\n.fa-hand-paper-o:before {\n content: \"\"; }\n\n.fa-hand-scissors-o:before {\n content: \"\"; }\n\n.fa-hand-lizard-o:before {\n content: \"\"; }\n\n.fa-hand-spock-o:before {\n content: \"\"; }\n\n.fa-hand-pointer-o:before {\n content: \"\"; }\n\n.fa-hand-peace-o:before {\n content: \"\"; }\n\n.fa-trademark:before {\n content: \"\"; }\n\n.fa-registered:before {\n content: \"\"; }\n\n.fa-creative-commons:before {\n content: \"\"; }\n\n.fa-gg:before {\n content: \"\"; }\n\n.fa-gg-circle:before {\n content: \"\"; }\n\n.fa-tripadvisor:before {\n content: \"\"; }\n\n.fa-odnoklassniki:before {\n content: \"\"; }\n\n.fa-odnoklassniki-square:before {\n content: \"\"; }\n\n.fa-get-pocket:before {\n content: \"\"; }\n\n.fa-wikipedia-w:before {\n content: \"\"; }\n\n.fa-safari:before {\n content: \"\"; }\n\n.fa-chrome:before {\n content: \"\"; }\n\n.fa-firefox:before {\n content: \"\"; }\n\n.fa-opera:before {\n content: \"\"; }\n\n.fa-internet-explorer:before {\n content: \"\"; }\n\n.fa-tv:before,\n.fa-television:before {\n content: \"\"; }\n\n.fa-contao:before {\n content: \"\"; }\n\n.fa-500px:before {\n content: \"\"; }\n\n.fa-amazon:before {\n content: \"\"; }\n\n.fa-calendar-plus-o:before {\n content: \"\"; }\n\n.fa-calendar-minus-o:before {\n content: \"\"; }\n\n.fa-calendar-times-o:before {\n content: \"\"; }\n\n.fa-calendar-check-o:before {\n content: \"\"; }\n\n.fa-industry:before {\n content: \"\"; }\n\n.fa-map-pin:before {\n content: \"\"; }\n\n.fa-map-signs:before {\n content: \"\"; }\n\n.fa-map-o:before {\n content: \"\"; }\n\n.fa-map:before {\n content: \"\"; }\n\n.fa-commenting:before {\n content: \"\"; }\n\n.fa-commenting-o:before {\n content: \"\"; }\n\n.fa-houzz:before {\n content: \"\"; }\n\n.fa-vimeo:before {\n content: \"\"; }\n\n.fa-black-tie:before {\n content: \"\"; }\n\n.fa-fonticons:before {\n content: \"\"; }\n\n.fa-reddit-alien:before {\n content: \"\"; }\n\n.fa-edge:before {\n content: \"\"; }\n\n.fa-credit-card-alt:before {\n content: \"\"; }\n\n.fa-codiepie:before {\n content: \"\"; }\n\n.fa-modx:before {\n content: \"\"; }\n\n.fa-fort-awesome:before {\n content: \"\"; }\n\n.fa-usb:before {\n content: \"\"; }\n\n.fa-product-hunt:before {\n content: \"\"; }\n\n.fa-mixcloud:before {\n content: \"\"; }\n\n.fa-scribd:before {\n content: \"\"; }\n\n.fa-pause-circle:before {\n content: \"\"; }\n\n.fa-pause-circle-o:before {\n content: \"\"; }\n\n.fa-stop-circle:before {\n content: \"\"; }\n\n.fa-stop-circle-o:before {\n content: \"\"; }\n\n.fa-shopping-bag:before {\n content: \"\"; }\n\n.fa-shopping-basket:before {\n content: \"\"; }\n\n.fa-hashtag:before {\n content: \"\"; }\n\n.fa-bluetooth:before {\n content: \"\"; }\n\n.fa-bluetooth-b:before {\n content: \"\"; }\n\n.fa-percent:before {\n content: \"\"; }\n\n.fa-gitlab:before {\n content: \"\"; }\n\n.fa-wpbeginner:before {\n content: \"\"; }\n\n.fa-wpforms:before {\n content: \"\"; }\n\n.fa-envira:before {\n content: \"\"; }\n\n.fa-universal-access:before {\n content: \"\"; }\n\n.fa-wheelchair-alt:before {\n content: \"\"; }\n\n.fa-question-circle-o:before {\n content: \"\"; }\n\n.fa-blind:before {\n content: \"\"; }\n\n.fa-audio-description:before {\n content: \"\"; }\n\n.fa-volume-control-phone:before {\n content: \"\"; }\n\n.fa-braille:before {\n content: \"\"; }\n\n.fa-assistive-listening-systems:before {\n content: \"\"; }\n\n.fa-asl-interpreting:before,\n.fa-american-sign-language-interpreting:before {\n content: \"\"; }\n\n.fa-deafness:before,\n.fa-hard-of-hearing:before,\n.fa-deaf:before {\n content: \"\"; }\n\n.fa-glide:before {\n content: \"\"; }\n\n.fa-glide-g:before {\n content: \"\"; }\n\n.fa-signing:before,\n.fa-sign-language:before {\n content: \"\"; }\n\n.fa-low-vision:before {\n content: \"\"; }\n\n.fa-viadeo:before {\n content: \"\"; }\n\n.fa-viadeo-square:before {\n content: \"\"; }\n\n.fa-snapchat:before {\n content: \"\"; }\n\n.fa-snapchat-ghost:before {\n content: \"\"; }\n\n.fa-snapchat-square:before {\n content: \"\"; }\n\n.fa-pied-piper:before {\n content: \"\"; }\n\n.fa-first-order:before {\n content: \"\"; }\n\n.fa-yoast:before {\n content: \"\"; }\n\n.fa-themeisle:before {\n content: \"\"; }\n\n.fa-google-plus-circle:before,\n.fa-google-plus-official:before {\n content: \"\"; }\n\n.fa-fa:before,\n.fa-font-awesome:before {\n content: \"\"; }\n\n.fa-handshake-o:before {\n content: \"\"; }\n\n.fa-envelope-open:before {\n content: \"\"; }\n\n.fa-envelope-open-o:before {\n content: \"\"; }\n\n.fa-linode:before {\n content: \"\"; }\n\n.fa-address-book:before {\n content: \"\"; }\n\n.fa-address-book-o:before {\n content: \"\"; }\n\n.fa-vcard:before,\n.fa-address-card:before {\n content: \"\"; }\n\n.fa-vcard-o:before,\n.fa-address-card-o:before {\n content: \"\"; }\n\n.fa-user-circle:before {\n content: \"\"; }\n\n.fa-user-circle-o:before {\n content: \"\"; }\n\n.fa-user-o:before {\n content: \"\"; }\n\n.fa-id-badge:before {\n content: \"\"; }\n\n.fa-drivers-license:before,\n.fa-id-card:before {\n content: \"\"; }\n\n.fa-drivers-license-o:before,\n.fa-id-card-o:before {\n content: \"\"; }\n\n.fa-quora:before {\n content: \"\"; }\n\n.fa-free-code-camp:before {\n content: \"\"; }\n\n.fa-telegram:before {\n content: \"\"; }\n\n.fa-thermometer-4:before,\n.fa-thermometer:before,\n.fa-thermometer-full:before {\n content: \"\"; }\n\n.fa-thermometer-3:before,\n.fa-thermometer-three-quarters:before {\n content: \"\"; }\n\n.fa-thermometer-2:before,\n.fa-thermometer-half:before {\n content: \"\"; }\n\n.fa-thermometer-1:before,\n.fa-thermometer-quarter:before {\n content: \"\"; }\n\n.fa-thermometer-0:before,\n.fa-thermometer-empty:before {\n content: \"\"; }\n\n.fa-shower:before {\n content: \"\"; }\n\n.fa-bathtub:before,\n.fa-s15:before,\n.fa-bath:before {\n content: \"\"; }\n\n.fa-podcast:before {\n content: \"\"; }\n\n.fa-window-maximize:before {\n content: \"\"; }\n\n.fa-window-minimize:before {\n content: \"\"; }\n\n.fa-window-restore:before {\n content: \"\"; }\n\n.fa-times-rectangle:before,\n.fa-window-close:before {\n content: \"\"; }\n\n.fa-times-rectangle-o:before,\n.fa-window-close-o:before {\n content: \"\"; }\n\n.fa-bandcamp:before {\n content: \"\"; }\n\n.fa-grav:before {\n content: \"\"; }\n\n.fa-etsy:before {\n content: \"\"; }\n\n.fa-imdb:before {\n content: \"\"; }\n\n.fa-ravelry:before {\n content: \"\"; }\n\n.fa-eercast:before {\n content: \"\"; }\n\n.fa-microchip:before {\n content: \"\"; }\n\n.fa-snowflake-o:before {\n content: \"\"; }\n\n.fa-superpowers:before {\n content: \"\"; }\n\n.fa-wpexplorer:before {\n content: \"\"; }\n\n.fa-meetup:before {\n content: \"\"; }\n\n/*\n * Owl Carousel - Core\n */\n.owl-carousel {\n display: none;\n width: 100%;\n -webkit-tap-highlight-color: transparent;\n /* position relative and z-index fix webkit rendering fonts issue */\n position: relative;\n z-index: 1; }\n .owl-carousel .owl-stage {\n position: relative;\n -ms-touch-action: pan-Y; }\n .owl-carousel .owl-stage:after {\n content: \".\";\n display: block;\n clear: both;\n visibility: hidden;\n line-height: 0;\n height: 0; }\n .owl-carousel .owl-stage-outer {\n position: relative;\n overflow: hidden;\n /* fix for flashing background */\n -webkit-transform: translate3d(0px, 0px, 0px); }\n .owl-carousel .owl-item {\n position: relative;\n min-height: 1px;\n float: left;\n -webkit-backface-visibility: hidden;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none; }\n .owl-carousel .owl-item img {\n display: block;\n width: 100%;\n -webkit-transform-style: preserve-3d; }\n .owl-carousel .owl-nav.disabled,\n .owl-carousel .owl-dots.disabled {\n display: none; }\n .owl-carousel .owl-nav .owl-prev,\n .owl-carousel .owl-nav .owl-next,\n .owl-carousel .owl-dot {\n cursor: pointer;\n cursor: hand;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .owl-carousel.owl-loaded {\n display: block; }\n .owl-carousel.owl-loading {\n opacity: 0;\n display: block; }\n .owl-carousel.owl-hidden {\n opacity: 0; }\n .owl-carousel.owl-refresh .owl-item {\n visibility: hidden; }\n .owl-carousel.owl-drag .owl-item {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .owl-carousel.owl-grab {\n cursor: move;\n cursor: grab; }\n .owl-carousel.owl-rtl {\n direction: rtl; }\n .owl-carousel.owl-rtl .owl-item {\n float: right; }\n\n/* No Js */\n.no-js .owl-carousel {\n display: block; }\n\n/*\n * Owl Carousel - Animate Plugin\n */\n.owl-carousel .animated {\n animation-duration: 1000ms;\n animation-fill-mode: both; }\n\n.owl-carousel .owl-animated-in {\n z-index: 0; }\n\n.owl-carousel .owl-animated-out {\n z-index: 1; }\n\n.owl-carousel .fadeOut {\n animation-name: fadeOut; }\n\n@keyframes fadeOut {\n 0% {\n opacity: 1; }\n 100% {\n opacity: 0; } }\n\n/*\n * \tOwl Carousel - Auto Height Plugin\n */\n.owl-height {\n transition: height 500ms ease-in-out; }\n\n/*\n * \tOwl Carousel - Lazy Load Plugin\n */\n.owl-carousel .owl-item .owl-lazy {\n opacity: 0;\n transition: opacity 400ms ease; }\n\n.owl-carousel .owl-item img.owl-lazy {\n transform-style: preserve-3d; }\n\n/*\n * \tOwl Carousel - Video Plugin\n */\n.owl-carousel .owl-video-wrapper {\n position: relative;\n height: 100%;\n background: #000; }\n\n.owl-carousel .owl-video-play-icon {\n position: absolute;\n height: 80px;\n width: 80px;\n left: 50%;\n top: 50%;\n margin-left: -40px;\n margin-top: -40px;\n background: url(\"owl.video.play.png\") no-repeat;\n cursor: pointer;\n z-index: 1;\n -webkit-backface-visibility: hidden;\n transition: transform 100ms ease; }\n\n.owl-carousel .owl-video-play-icon:hover {\n transform: scale(1.3, 1.3); }\n\n.owl-carousel .owl-video-playing .owl-video-tn,\n.owl-carousel .owl-video-playing .owl-video-play-icon {\n display: none; }\n\n.owl-carousel .owl-video-tn {\n opacity: 0;\n height: 100%;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: contain;\n transition: opacity 400ms ease; }\n\n.owl-carousel .owl-video-frame {\n position: relative;\n z-index: 1;\n height: 100%;\n width: 100%; }\n\n/*\n * \tDefault theme - Owl Carousel CSS File\n */\n.owl-theme .owl-nav {\n margin-top: 10px;\n text-align: center;\n -webkit-tap-highlight-color: transparent; }\n .owl-theme .owl-nav [class*='owl-'] {\n color: #FFF;\n font-size: 14px;\n margin: 5px;\n padding: 4px 7px;\n background: #D6D6D6;\n display: inline-block;\n cursor: pointer;\n border-radius: 3px; }\n .owl-theme .owl-nav [class*='owl-']:hover {\n background: #869791;\n color: #FFF;\n text-decoration: none; }\n .owl-theme .owl-nav .disabled {\n opacity: 0.5;\n cursor: default; }\n\n.owl-theme .owl-nav.disabled + .owl-dots {\n margin-top: 10px; }\n\n.owl-theme .owl-dots {\n text-align: center;\n -webkit-tap-highlight-color: transparent; }\n .owl-theme .owl-dots .owl-dot {\n display: inline-block;\n zoom: 1;\n *display: inline; }\n .owl-theme .owl-dots .owl-dot span {\n width: 10px;\n height: 10px;\n margin: 5px 7px;\n background: #D6D6D6;\n display: block;\n -webkit-backface-visibility: visible;\n transition: opacity 200ms ease;\n border-radius: 30px; }\n .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {\n background: #869791; }\n\n.gallery {\n margin-bottom: 1.5em; }\n\n.gallery-item {\n display: inline-block;\n text-align: center;\n vertical-align: top;\n width: 100%; }\n .gallery-columns-2 .gallery-item {\n max-width: 50%; }\n .gallery-columns-3 .gallery-item {\n max-width: 33.33%; }\n .gallery-columns-4 .gallery-item {\n max-width: 25%; }\n .gallery-columns-5 .gallery-item {\n max-width: 20%; }\n .gallery-columns-6 .gallery-item {\n max-width: 16.66%; }\n .gallery-columns-7 .gallery-item {\n max-width: 14.28%; }\n .gallery-columns-8 .gallery-item {\n max-width: 12.5%; }\n .gallery-columns-9 .gallery-item {\n max-width: 11.11%; }\n\n.gallery-caption {\n display: block; }\n"]} \ No newline at end of file +{"version":3,"sources":["child-theme.min.css"],"names":[],"mappings":"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","file":"child-theme.min.css","sourcesContent":["@charset \"UTF-8\";\n/*!\n * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)\n * Copyright 2011-2015 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%; }\n\nbody {\n margin: 0; }\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block; }\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; }\n\naudio:not([controls]) {\n display: none;\n height: 0; }\n\nprogress {\n vertical-align: baseline; }\n\ntemplate,\n[hidden] {\n display: none; }\n\na {\n background-color: transparent;\n -webkit-text-decoration-skip: objects; }\n\na:active,\na:hover {\n outline-width: 0; }\n\nabbr[title] {\n border-bottom: none;\n text-decoration: underline;\n text-decoration: underline dotted; }\n\nb,\nstrong {\n font-weight: inherit; }\n\nb,\nstrong {\n font-weight: bolder; }\n\ndfn {\n font-style: italic; }\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0; }\n\nmark {\n background-color: #ff0;\n color: #000; }\n\nsmall {\n font-size: 80%; }\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline; }\n\nsub {\n bottom: -0.25em; }\n\nsup {\n top: -0.5em; }\n\nimg {\n border-style: none; }\n\nsvg:not(:root) {\n overflow: hidden; }\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em; }\n\nfigure {\n margin: 1em 40px; }\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible; }\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font: inherit;\n margin: 0; }\n\noptgroup {\n font-weight: bold; }\n\nbutton,\ninput {\n overflow: visible; }\n\nbutton,\nselect {\n text-transform: none; }\n\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; }\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0; }\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText; }\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em; }\n\nlegend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal; }\n\ntextarea {\n overflow: auto; }\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0; }\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto; }\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px; }\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none; }\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54; }\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit; }\n\n@media print {\n *,\n *::before,\n *::after,\n *::first-letter,\n p::first-line,\n div::first-line,\n blockquote::first-line,\n li::first-line {\n text-shadow: none !important;\n box-shadow: none !important; }\n a,\n a:visited {\n text-decoration: underline; }\n abbr[title]::after {\n content: \" (\" attr(title) \")\"; }\n pre {\n white-space: pre-wrap !important; }\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid; }\n thead {\n display: table-header-group; }\n tr,\n img {\n page-break-inside: avoid; }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3; }\n h2,\n h3 {\n page-break-after: avoid; }\n .navbar {\n display: none; }\n .btn > .caret, .wpcf7 input[type=submit] > .caret,\n .dropup > .btn > .caret, .wpcf7\n .dropup > input[type=submit] > .caret {\n border-top-color: #000 !important; }\n .tag {\n border: 1px solid #000; }\n .table {\n border-collapse: collapse !important; }\n .table td,\n .table th {\n background-color: #fff !important; }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #ddd !important; } }\n\nhtml {\n box-sizing: border-box; }\n\n*,\n*::before,\n*::after {\n box-sizing: inherit; }\n\n@-ms-viewport {\n width: device-width; }\n\nhtml {\n font-size: 16px;\n -ms-overflow-style: scrollbar;\n -webkit-tap-highlight-color: transparent; }\n\nbody {\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-size: 1rem;\n line-height: 1.5;\n color: #373a3c;\n background-color: #fff; }\n\n[tabindex=\"-1\"]:focus {\n outline: none !important; }\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: .5rem; }\n\np {\n margin-top: 0;\n margin-bottom: 1rem; }\n\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted #818a91; }\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit; }\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem; }\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0; }\n\ndt {\n font-weight: bold; }\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; }\n\nblockquote {\n margin: 0 0 1rem; }\n\na {\n color: #fece00;\n text-decoration: none; }\n a:focus, a:hover {\n color: #b29000;\n text-decoration: underline; }\n a:focus {\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px; }\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none; }\n a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {\n color: inherit;\n text-decoration: none; }\n a:not([href]):not([tabindex]):focus {\n outline: none; }\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto; }\n\nfigure {\n margin: 0 0 1rem; }\n\nimg {\n vertical-align: middle; }\n\n[role=\"button\"] {\n cursor: pointer; }\n\na,\narea,\nbutton,\n[role=\"button\"],\ninput,\nlabel,\nselect,\nsummary,\ntextarea {\n touch-action: manipulation; }\n\ntable {\n border-collapse: collapse;\n background-color: transparent; }\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #818a91;\n text-align: left;\n caption-side: bottom; }\n\nth {\n text-align: left; }\n\nlabel {\n display: inline-block;\n margin-bottom: .5rem; }\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color; }\n\ninput,\nbutton,\nselect,\ntextarea {\n line-height: inherit; }\n\ninput[type=\"radio\"]:disabled,\ninput[type=\"checkbox\"]:disabled {\n cursor: not-allowed; }\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox; }\n\ntextarea {\n resize: vertical; }\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0; }\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit; }\n\ninput[type=\"search\"] {\n -webkit-appearance: none; }\n\noutput {\n display: inline-block; }\n\n[hidden] {\n display: none !important; }\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-family: inherit;\n font-weight: 500;\n line-height: 1.1;\n color: inherit; }\n\nh1, .h1 {\n font-size: 2.5rem; }\n\nh2, .h2 {\n font-size: 2rem; }\n\nh3, .h3 {\n font-size: 1.75rem; }\n\nh4, .h4 {\n font-size: 1.5rem; }\n\nh5, .h5 {\n font-size: 1.25rem; }\n\nh6, .h6 {\n font-size: 1rem; }\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300; }\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300; }\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300; }\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300; }\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300; }\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1); }\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: normal; }\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3; }\n\n.list-unstyled {\n padding-left: 0;\n list-style: none; }\n\n.list-inline {\n padding-left: 0;\n list-style: none; }\n\n.list-inline-item {\n display: inline-block; }\n .list-inline-item:not(:last-child) {\n margin-right: 5px; }\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase; }\n\n.blockquote {\n padding: 0.5rem 1rem;\n margin-bottom: 1rem;\n font-size: 1.25rem;\n border-left: 0.25rem solid #eceeef; }\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #818a91; }\n .blockquote-footer::before {\n content: \"\\2014 \\00A0\"; }\n\n.blockquote-reverse {\n padding-right: 1rem;\n padding-left: 0;\n text-align: right;\n border-right: 0.25rem solid #eceeef;\n border-left: 0; }\n\n.blockquote-reverse .blockquote-footer::before {\n content: \"\"; }\n\n.blockquote-reverse .blockquote-footer::after {\n content: \"\\00A0 \\2014\"; }\n\ndl.row > dd + dt {\n clear: left; }\n\n.img-fluid, .carousel-inner > .carousel-item > img,\n.carousel-inner > .carousel-item > a > img {\n max-width: 100%;\n height: auto; }\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 0.25rem;\n transition: all .2s ease-in-out;\n max-width: 100%;\n height: auto; }\n\n.figure {\n display: inline-block; }\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1; }\n\n.figure-caption {\n font-size: 90%;\n color: #818a91; }\n\ncode,\nkbd,\npre,\nsamp {\n font-family: Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; }\n\ncode {\n padding: 0.2rem 0.4rem;\n font-size: 90%;\n color: #bd4147;\n background-color: #f7f7f9;\n border-radius: 0.25rem; }\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 90%;\n color: #fff;\n background-color: #333;\n border-radius: 0.2rem; }\n kbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold; }\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n font-size: 90%;\n color: #373a3c; }\n pre code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n background-color: transparent;\n border-radius: 0; }\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll; }\n\n.container {\n margin-left: auto;\n margin-right: auto;\n padding-left: 15px;\n padding-right: 15px; }\n .container::after {\n content: \"\";\n display: table;\n clear: both; }\n @media (min-width: 576px) {\n .container {\n width: 540px;\n max-width: 100%; } }\n @media (min-width: 768px) {\n .container {\n width: 720px;\n max-width: 100%; } }\n @media (min-width: 992px) {\n .container {\n width: 960px;\n max-width: 100%; } }\n @media (min-width: 1200px) {\n .container {\n width: 1140px;\n max-width: 100%; } }\n\n.container-fluid {\n margin-left: auto;\n margin-right: auto;\n padding-left: 15px;\n padding-right: 15px; }\n .container-fluid::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.row {\n margin-right: -15px;\n margin-left: -15px; }\n .row::after {\n content: \"\";\n display: table;\n clear: both; }\n @media (min-width: 576px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n @media (min-width: 768px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n @media (min-width: 992px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n @media (min-width: 1200px) {\n .row {\n margin-right: -15px;\n margin-left: -15px; } }\n\n.col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n position: relative;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px; }\n @media (min-width: 576px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n @media (min-width: 768px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n @media (min-width: 992px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n @media (min-width: 1200px) {\n .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .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 {\n padding-right: 15px;\n padding-left: 15px; } }\n\n.col-xs-1 {\n float: left;\n width: 8.33333%; }\n\n.col-xs-2 {\n float: left;\n width: 16.66667%; }\n\n.col-xs-3 {\n float: left;\n width: 25%; }\n\n.col-xs-4 {\n float: left;\n width: 33.33333%; }\n\n.col-xs-5 {\n float: left;\n width: 41.66667%; }\n\n.col-xs-6 {\n float: left;\n width: 50%; }\n\n.col-xs-7 {\n float: left;\n width: 58.33333%; }\n\n.col-xs-8 {\n float: left;\n width: 66.66667%; }\n\n.col-xs-9 {\n float: left;\n width: 75%; }\n\n.col-xs-10 {\n float: left;\n width: 83.33333%; }\n\n.col-xs-11 {\n float: left;\n width: 91.66667%; }\n\n.col-xs-12 {\n float: left;\n width: 100%; }\n\n.pull-xs-0 {\n right: auto; }\n\n.pull-xs-1 {\n right: 8.33333%; }\n\n.pull-xs-2 {\n right: 16.66667%; }\n\n.pull-xs-3 {\n right: 25%; }\n\n.pull-xs-4 {\n right: 33.33333%; }\n\n.pull-xs-5 {\n right: 41.66667%; }\n\n.pull-xs-6 {\n right: 50%; }\n\n.pull-xs-7 {\n right: 58.33333%; }\n\n.pull-xs-8 {\n right: 66.66667%; }\n\n.pull-xs-9 {\n right: 75%; }\n\n.pull-xs-10 {\n right: 83.33333%; }\n\n.pull-xs-11 {\n right: 91.66667%; }\n\n.pull-xs-12 {\n right: 100%; }\n\n.push-xs-0 {\n left: auto; }\n\n.push-xs-1 {\n left: 8.33333%; }\n\n.push-xs-2 {\n left: 16.66667%; }\n\n.push-xs-3 {\n left: 25%; }\n\n.push-xs-4 {\n left: 33.33333%; }\n\n.push-xs-5 {\n left: 41.66667%; }\n\n.push-xs-6 {\n left: 50%; }\n\n.push-xs-7 {\n left: 58.33333%; }\n\n.push-xs-8 {\n left: 66.66667%; }\n\n.push-xs-9 {\n left: 75%; }\n\n.push-xs-10 {\n left: 83.33333%; }\n\n.push-xs-11 {\n left: 91.66667%; }\n\n.push-xs-12 {\n left: 100%; }\n\n.offset-xs-1 {\n margin-left: 8.33333%; }\n\n.offset-xs-2 {\n margin-left: 16.66667%; }\n\n.offset-xs-3 {\n margin-left: 25%; }\n\n.offset-xs-4 {\n margin-left: 33.33333%; }\n\n.offset-xs-5 {\n margin-left: 41.66667%; }\n\n.offset-xs-6 {\n margin-left: 50%; }\n\n.offset-xs-7 {\n margin-left: 58.33333%; }\n\n.offset-xs-8 {\n margin-left: 66.66667%; }\n\n.offset-xs-9 {\n margin-left: 75%; }\n\n.offset-xs-10 {\n margin-left: 83.33333%; }\n\n.offset-xs-11 {\n margin-left: 91.66667%; }\n\n@media (min-width: 576px) {\n .col-sm-1 {\n float: left;\n width: 8.33333%; }\n .col-sm-2 {\n float: left;\n width: 16.66667%; }\n .col-sm-3 {\n float: left;\n width: 25%; }\n .col-sm-4 {\n float: left;\n width: 33.33333%; }\n .col-sm-5 {\n float: left;\n width: 41.66667%; }\n .col-sm-6 {\n float: left;\n width: 50%; }\n .col-sm-7 {\n float: left;\n width: 58.33333%; }\n .col-sm-8 {\n float: left;\n width: 66.66667%; }\n .col-sm-9 {\n float: left;\n width: 75%; }\n .col-sm-10 {\n float: left;\n width: 83.33333%; }\n .col-sm-11 {\n float: left;\n width: 91.66667%; }\n .col-sm-12 {\n float: left;\n width: 100%; }\n .pull-sm-0 {\n right: auto; }\n .pull-sm-1 {\n right: 8.33333%; }\n .pull-sm-2 {\n right: 16.66667%; }\n .pull-sm-3 {\n right: 25%; }\n .pull-sm-4 {\n right: 33.33333%; }\n .pull-sm-5 {\n right: 41.66667%; }\n .pull-sm-6 {\n right: 50%; }\n .pull-sm-7 {\n right: 58.33333%; }\n .pull-sm-8 {\n right: 66.66667%; }\n .pull-sm-9 {\n right: 75%; }\n .pull-sm-10 {\n right: 83.33333%; }\n .pull-sm-11 {\n right: 91.66667%; }\n .pull-sm-12 {\n right: 100%; }\n .push-sm-0 {\n left: auto; }\n .push-sm-1 {\n left: 8.33333%; }\n .push-sm-2 {\n left: 16.66667%; }\n .push-sm-3 {\n left: 25%; }\n .push-sm-4 {\n left: 33.33333%; }\n .push-sm-5 {\n left: 41.66667%; }\n .push-sm-6 {\n left: 50%; }\n .push-sm-7 {\n left: 58.33333%; }\n .push-sm-8 {\n left: 66.66667%; }\n .push-sm-9 {\n left: 75%; }\n .push-sm-10 {\n left: 83.33333%; }\n .push-sm-11 {\n left: 91.66667%; }\n .push-sm-12 {\n left: 100%; }\n .offset-sm-0 {\n margin-left: 0%; }\n .offset-sm-1 {\n margin-left: 8.33333%; }\n .offset-sm-2 {\n margin-left: 16.66667%; }\n .offset-sm-3 {\n margin-left: 25%; }\n .offset-sm-4 {\n margin-left: 33.33333%; }\n .offset-sm-5 {\n margin-left: 41.66667%; }\n .offset-sm-6 {\n margin-left: 50%; }\n .offset-sm-7 {\n margin-left: 58.33333%; }\n .offset-sm-8 {\n margin-left: 66.66667%; }\n .offset-sm-9 {\n margin-left: 75%; }\n .offset-sm-10 {\n margin-left: 83.33333%; }\n .offset-sm-11 {\n margin-left: 91.66667%; } }\n\n@media (min-width: 768px) {\n .col-md-1 {\n float: left;\n width: 8.33333%; }\n .col-md-2 {\n float: left;\n width: 16.66667%; }\n .col-md-3 {\n float: left;\n width: 25%; }\n .col-md-4 {\n float: left;\n width: 33.33333%; }\n .col-md-5 {\n float: left;\n width: 41.66667%; }\n .col-md-6 {\n float: left;\n width: 50%; }\n .col-md-7 {\n float: left;\n width: 58.33333%; }\n .col-md-8 {\n float: left;\n width: 66.66667%; }\n .col-md-9 {\n float: left;\n width: 75%; }\n .col-md-10 {\n float: left;\n width: 83.33333%; }\n .col-md-11 {\n float: left;\n width: 91.66667%; }\n .col-md-12 {\n float: left;\n width: 100%; }\n .pull-md-0 {\n right: auto; }\n .pull-md-1 {\n right: 8.33333%; }\n .pull-md-2 {\n right: 16.66667%; }\n .pull-md-3 {\n right: 25%; }\n .pull-md-4 {\n right: 33.33333%; }\n .pull-md-5 {\n right: 41.66667%; }\n .pull-md-6 {\n right: 50%; }\n .pull-md-7 {\n right: 58.33333%; }\n .pull-md-8 {\n right: 66.66667%; }\n .pull-md-9 {\n right: 75%; }\n .pull-md-10 {\n right: 83.33333%; }\n .pull-md-11 {\n right: 91.66667%; }\n .pull-md-12 {\n right: 100%; }\n .push-md-0 {\n left: auto; }\n .push-md-1 {\n left: 8.33333%; }\n .push-md-2 {\n left: 16.66667%; }\n .push-md-3 {\n left: 25%; }\n .push-md-4 {\n left: 33.33333%; }\n .push-md-5 {\n left: 41.66667%; }\n .push-md-6 {\n left: 50%; }\n .push-md-7 {\n left: 58.33333%; }\n .push-md-8 {\n left: 66.66667%; }\n .push-md-9 {\n left: 75%; }\n .push-md-10 {\n left: 83.33333%; }\n .push-md-11 {\n left: 91.66667%; }\n .push-md-12 {\n left: 100%; }\n .offset-md-0 {\n margin-left: 0%; }\n .offset-md-1 {\n margin-left: 8.33333%; }\n .offset-md-2 {\n margin-left: 16.66667%; }\n .offset-md-3 {\n margin-left: 25%; }\n .offset-md-4 {\n margin-left: 33.33333%; }\n .offset-md-5 {\n margin-left: 41.66667%; }\n .offset-md-6 {\n margin-left: 50%; }\n .offset-md-7 {\n margin-left: 58.33333%; }\n .offset-md-8 {\n margin-left: 66.66667%; }\n .offset-md-9 {\n margin-left: 75%; }\n .offset-md-10 {\n margin-left: 83.33333%; }\n .offset-md-11 {\n margin-left: 91.66667%; } }\n\n@media (min-width: 992px) {\n .col-lg-1 {\n float: left;\n width: 8.33333%; }\n .col-lg-2 {\n float: left;\n width: 16.66667%; }\n .col-lg-3 {\n float: left;\n width: 25%; }\n .col-lg-4 {\n float: left;\n width: 33.33333%; }\n .col-lg-5 {\n float: left;\n width: 41.66667%; }\n .col-lg-6 {\n float: left;\n width: 50%; }\n .col-lg-7 {\n float: left;\n width: 58.33333%; }\n .col-lg-8 {\n float: left;\n width: 66.66667%; }\n .col-lg-9 {\n float: left;\n width: 75%; }\n .col-lg-10 {\n float: left;\n width: 83.33333%; }\n .col-lg-11 {\n float: left;\n width: 91.66667%; }\n .col-lg-12 {\n float: left;\n width: 100%; }\n .pull-lg-0 {\n right: auto; }\n .pull-lg-1 {\n right: 8.33333%; }\n .pull-lg-2 {\n right: 16.66667%; }\n .pull-lg-3 {\n right: 25%; }\n .pull-lg-4 {\n right: 33.33333%; }\n .pull-lg-5 {\n right: 41.66667%; }\n .pull-lg-6 {\n right: 50%; }\n .pull-lg-7 {\n right: 58.33333%; }\n .pull-lg-8 {\n right: 66.66667%; }\n .pull-lg-9 {\n right: 75%; }\n .pull-lg-10 {\n right: 83.33333%; }\n .pull-lg-11 {\n right: 91.66667%; }\n .pull-lg-12 {\n right: 100%; }\n .push-lg-0 {\n left: auto; }\n .push-lg-1 {\n left: 8.33333%; }\n .push-lg-2 {\n left: 16.66667%; }\n .push-lg-3 {\n left: 25%; }\n .push-lg-4 {\n left: 33.33333%; }\n .push-lg-5 {\n left: 41.66667%; }\n .push-lg-6 {\n left: 50%; }\n .push-lg-7 {\n left: 58.33333%; }\n .push-lg-8 {\n left: 66.66667%; }\n .push-lg-9 {\n left: 75%; }\n .push-lg-10 {\n left: 83.33333%; }\n .push-lg-11 {\n left: 91.66667%; }\n .push-lg-12 {\n left: 100%; }\n .offset-lg-0 {\n margin-left: 0%; }\n .offset-lg-1 {\n margin-left: 8.33333%; }\n .offset-lg-2 {\n margin-left: 16.66667%; }\n .offset-lg-3 {\n margin-left: 25%; }\n .offset-lg-4 {\n margin-left: 33.33333%; }\n .offset-lg-5 {\n margin-left: 41.66667%; }\n .offset-lg-6 {\n margin-left: 50%; }\n .offset-lg-7 {\n margin-left: 58.33333%; }\n .offset-lg-8 {\n margin-left: 66.66667%; }\n .offset-lg-9 {\n margin-left: 75%; }\n .offset-lg-10 {\n margin-left: 83.33333%; }\n .offset-lg-11 {\n margin-left: 91.66667%; } }\n\n@media (min-width: 1200px) {\n .col-xl-1 {\n float: left;\n width: 8.33333%; }\n .col-xl-2 {\n float: left;\n width: 16.66667%; }\n .col-xl-3 {\n float: left;\n width: 25%; }\n .col-xl-4 {\n float: left;\n width: 33.33333%; }\n .col-xl-5 {\n float: left;\n width: 41.66667%; }\n .col-xl-6 {\n float: left;\n width: 50%; }\n .col-xl-7 {\n float: left;\n width: 58.33333%; }\n .col-xl-8 {\n float: left;\n width: 66.66667%; }\n .col-xl-9 {\n float: left;\n width: 75%; }\n .col-xl-10 {\n float: left;\n width: 83.33333%; }\n .col-xl-11 {\n float: left;\n width: 91.66667%; }\n .col-xl-12 {\n float: left;\n width: 100%; }\n .pull-xl-0 {\n right: auto; }\n .pull-xl-1 {\n right: 8.33333%; }\n .pull-xl-2 {\n right: 16.66667%; }\n .pull-xl-3 {\n right: 25%; }\n .pull-xl-4 {\n right: 33.33333%; }\n .pull-xl-5 {\n right: 41.66667%; }\n .pull-xl-6 {\n right: 50%; }\n .pull-xl-7 {\n right: 58.33333%; }\n .pull-xl-8 {\n right: 66.66667%; }\n .pull-xl-9 {\n right: 75%; }\n .pull-xl-10 {\n right: 83.33333%; }\n .pull-xl-11 {\n right: 91.66667%; }\n .pull-xl-12 {\n right: 100%; }\n .push-xl-0 {\n left: auto; }\n .push-xl-1 {\n left: 8.33333%; }\n .push-xl-2 {\n left: 16.66667%; }\n .push-xl-3 {\n left: 25%; }\n .push-xl-4 {\n left: 33.33333%; }\n .push-xl-5 {\n left: 41.66667%; }\n .push-xl-6 {\n left: 50%; }\n .push-xl-7 {\n left: 58.33333%; }\n .push-xl-8 {\n left: 66.66667%; }\n .push-xl-9 {\n left: 75%; }\n .push-xl-10 {\n left: 83.33333%; }\n .push-xl-11 {\n left: 91.66667%; }\n .push-xl-12 {\n left: 100%; }\n .offset-xl-0 {\n margin-left: 0%; }\n .offset-xl-1 {\n margin-left: 8.33333%; }\n .offset-xl-2 {\n margin-left: 16.66667%; }\n .offset-xl-3 {\n margin-left: 25%; }\n .offset-xl-4 {\n margin-left: 33.33333%; }\n .offset-xl-5 {\n margin-left: 41.66667%; }\n .offset-xl-6 {\n margin-left: 50%; }\n .offset-xl-7 {\n margin-left: 58.33333%; }\n .offset-xl-8 {\n margin-left: 66.66667%; }\n .offset-xl-9 {\n margin-left: 75%; }\n .offset-xl-10 {\n margin-left: 83.33333%; }\n .offset-xl-11 {\n margin-left: 91.66667%; } }\n\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 1rem; }\n .table th,\n .table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #eceeef; }\n .table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #eceeef; }\n .table tbody + tbody {\n border-top: 2px solid #eceeef; }\n .table .table {\n background-color: #fff; }\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem; }\n\n.table-bordered {\n border: 1px solid #eceeef; }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #eceeef; }\n .table-bordered thead th,\n .table-bordered thead td {\n border-bottom-width: 2px; }\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05); }\n\n.table-hover tbody tr:hover {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075); }\n .table-hover .table-active:hover > td,\n .table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #dff0d8; }\n\n.table-hover .table-success:hover {\n background-color: #d0e9c6; }\n .table-hover .table-success:hover > td,\n .table-hover .table-success:hover > th {\n background-color: #d0e9c6; }\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #d9edf7; }\n\n.table-hover .table-info:hover {\n background-color: #c4e3f3; }\n .table-hover .table-info:hover > td,\n .table-hover .table-info:hover > th {\n background-color: #c4e3f3; }\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #fcf8e3; }\n\n.table-hover .table-warning:hover {\n background-color: #faf2cc; }\n .table-hover .table-warning:hover > td,\n .table-hover .table-warning:hover > th {\n background-color: #faf2cc; }\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f2dede; }\n\n.table-hover .table-danger:hover {\n background-color: #ebcccc; }\n .table-hover .table-danger:hover > td,\n .table-hover .table-danger:hover > th {\n background-color: #ebcccc; }\n\n.thead-inverse th {\n color: #fff;\n background-color: #373a3c; }\n\n.thead-default th {\n color: #55595c;\n background-color: #eceeef; }\n\n.table-inverse {\n color: #eceeef;\n background-color: #373a3c; }\n .table-inverse th,\n .table-inverse td,\n .table-inverse thead th {\n border-color: #55595c; }\n .table-inverse.table-bordered {\n border: 0; }\n\n.table-responsive {\n display: block;\n width: 100%;\n min-height: 0%;\n overflow-x: auto; }\n\n.table-reflow thead {\n float: left; }\n\n.table-reflow tbody {\n display: block;\n white-space: nowrap; }\n\n.table-reflow th,\n.table-reflow td {\n border-top: 1px solid #eceeef;\n border-left: 1px solid #eceeef; }\n .table-reflow th:last-child,\n .table-reflow td:last-child {\n border-right: 1px solid #eceeef; }\n\n.table-reflow thead:last-child tr:last-child th,\n.table-reflow thead:last-child tr:last-child td,\n.table-reflow tbody:last-child tr:last-child th,\n.table-reflow tbody:last-child tr:last-child td,\n.table-reflow tfoot:last-child tr:last-child th,\n.table-reflow tfoot:last-child tr:last-child td {\n border-bottom: 1px solid #eceeef; }\n\n.table-reflow tr {\n float: left; }\n .table-reflow tr th,\n .table-reflow tr td {\n display: block !important;\n border: 1px solid #eceeef; }\n\n.form-control, .wpcf7 input[type=text],\n.wpcf7 input[type=search],\n.wpcf7 input[type=url],\n.wpcf7 input[type=tel],\n.wpcf7 input[type=number],\n.wpcf7 input[type=range],\n.wpcf7 input[type=date],\n.wpcf7 input[type=month],\n.wpcf7 input[type=week],\n.wpcf7 input[type=time],\n.wpcf7 input[type=datetime],\n.wpcf7 input[type=datetime-local],\n.wpcf7 input[type=color],\n.wpcf7 input[type=email],\n.wpcf7 input[type=file],\n.wpcf7 input[type=submit],\n.wpcf7 select,\n.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {\n display: block;\n width: 100%;\n padding: 0.5rem 0.75rem;\n font-size: 1rem;\n line-height: 1.25;\n color: #55595c;\n background-color: #fff;\n background-image: none;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem; }\n .form-control::-ms-expand, .wpcf7 input[type=text]::-ms-expand,\n .wpcf7 input[type=search]::-ms-expand,\n .wpcf7 input[type=url]::-ms-expand,\n .wpcf7 input[type=tel]::-ms-expand,\n .wpcf7 input[type=number]::-ms-expand,\n .wpcf7 input[type=range]::-ms-expand,\n .wpcf7 input[type=date]::-ms-expand,\n .wpcf7 input[type=month]::-ms-expand,\n .wpcf7 input[type=week]::-ms-expand,\n .wpcf7 input[type=time]::-ms-expand,\n .wpcf7 input[type=datetime]::-ms-expand,\n .wpcf7 input[type=datetime-local]::-ms-expand,\n .wpcf7 input[type=color]::-ms-expand,\n .wpcf7 input[type=email]::-ms-expand,\n .wpcf7 input[type=file]::-ms-expand,\n .wpcf7 input[type=submit]::-ms-expand,\n .wpcf7 select::-ms-expand,\n .wpcf7 textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand {\n background-color: transparent;\n border: 0; }\n .form-control:focus, .wpcf7 input[type=text]:focus,\n .wpcf7 input[type=search]:focus,\n .wpcf7 input[type=url]:focus,\n .wpcf7 input[type=tel]:focus,\n .wpcf7 input[type=number]:focus,\n .wpcf7 input[type=range]:focus,\n .wpcf7 input[type=date]:focus,\n .wpcf7 input[type=month]:focus,\n .wpcf7 input[type=week]:focus,\n .wpcf7 input[type=time]:focus,\n .wpcf7 input[type=datetime]:focus,\n .wpcf7 input[type=datetime-local]:focus,\n .wpcf7 input[type=color]:focus,\n .wpcf7 input[type=email]:focus,\n .wpcf7 input[type=file]:focus,\n .wpcf7 input[type=submit]:focus,\n .wpcf7 select:focus,\n .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {\n color: #55595c;\n background-color: #fff;\n border-color: #66afe9;\n outline: none; }\n .form-control::placeholder, .wpcf7 input[type=text]::placeholder,\n .wpcf7 input[type=search]::placeholder,\n .wpcf7 input[type=url]::placeholder,\n .wpcf7 input[type=tel]::placeholder,\n .wpcf7 input[type=number]::placeholder,\n .wpcf7 input[type=range]::placeholder,\n .wpcf7 input[type=date]::placeholder,\n .wpcf7 input[type=month]::placeholder,\n .wpcf7 input[type=week]::placeholder,\n .wpcf7 input[type=time]::placeholder,\n .wpcf7 input[type=datetime]::placeholder,\n .wpcf7 input[type=datetime-local]::placeholder,\n .wpcf7 input[type=color]::placeholder,\n .wpcf7 input[type=email]::placeholder,\n .wpcf7 input[type=file]::placeholder,\n .wpcf7 input[type=submit]::placeholder,\n .wpcf7 select::placeholder,\n .wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder {\n color: #999;\n opacity: 1; }\n .form-control:disabled, .wpcf7 input[type=text]:disabled,\n .wpcf7 input[type=search]:disabled,\n .wpcf7 input[type=url]:disabled,\n .wpcf7 input[type=tel]:disabled,\n .wpcf7 input[type=number]:disabled,\n .wpcf7 input[type=range]:disabled,\n .wpcf7 input[type=date]:disabled,\n .wpcf7 input[type=month]:disabled,\n .wpcf7 input[type=week]:disabled,\n .wpcf7 input[type=time]:disabled,\n .wpcf7 input[type=datetime]:disabled,\n .wpcf7 input[type=datetime-local]:disabled,\n .wpcf7 input[type=color]:disabled,\n .wpcf7 input[type=email]:disabled,\n .wpcf7 input[type=file]:disabled,\n .wpcf7 input[type=submit]:disabled,\n .wpcf7 select:disabled,\n .wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .form-control[readonly], .wpcf7 input[readonly][type=text],\n .wpcf7 input[readonly][type=search],\n .wpcf7 input[readonly][type=url],\n .wpcf7 input[readonly][type=tel],\n .wpcf7 input[readonly][type=number],\n .wpcf7 input[readonly][type=range],\n .wpcf7 input[readonly][type=date],\n .wpcf7 input[readonly][type=month],\n .wpcf7 input[readonly][type=week],\n .wpcf7 input[readonly][type=time],\n .wpcf7 input[readonly][type=datetime],\n .wpcf7 input[readonly][type=datetime-local],\n .wpcf7 input[readonly][type=color],\n .wpcf7 input[readonly][type=email],\n .wpcf7 input[readonly][type=file],\n .wpcf7 input[readonly][type=submit],\n .wpcf7 select[readonly],\n .wpcf7 textarea[readonly], .wpcf7 [readonly].wpcf7-validation-errors {\n background-color: #eceeef;\n opacity: 1; }\n .form-control:disabled, .wpcf7 input[type=text]:disabled,\n .wpcf7 input[type=search]:disabled,\n .wpcf7 input[type=url]:disabled,\n .wpcf7 input[type=tel]:disabled,\n .wpcf7 input[type=number]:disabled,\n .wpcf7 input[type=range]:disabled,\n .wpcf7 input[type=date]:disabled,\n .wpcf7 input[type=month]:disabled,\n .wpcf7 input[type=week]:disabled,\n .wpcf7 input[type=time]:disabled,\n .wpcf7 input[type=datetime]:disabled,\n .wpcf7 input[type=datetime-local]:disabled,\n .wpcf7 input[type=color]:disabled,\n .wpcf7 input[type=email]:disabled,\n .wpcf7 input[type=file]:disabled,\n .wpcf7 input[type=submit]:disabled,\n .wpcf7 select:disabled,\n .wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled {\n cursor: not-allowed; }\n\nselect.form-control:not([size]):not([multiple]),\n.wpcf7 select:not([size]):not([multiple]) {\n height: calc(2.5rem - 2px); }\n\nselect.form-control:focus::-ms-value,\n.wpcf7 select:focus::-ms-value {\n color: #55595c;\n background-color: #fff; }\n\n.form-control-file,\n.form-control-range {\n display: block; }\n\n.col-form-label {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n margin-bottom: 0; }\n\n.col-form-label-lg {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n font-size: 1.25rem; }\n\n.col-form-label-sm {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n font-size: 0.875rem; }\n\n.col-form-legend {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n margin-bottom: 0;\n font-size: 1rem; }\n\n.form-control-static {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n line-height: 1.25;\n border: solid transparent;\n border-width: 1px 0; }\n .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .wpcf7 .input-group-sm > input.form-control-static[type=text],\n .wpcf7 .input-group-sm > input.form-control-static[type=search],\n .wpcf7 .input-group-sm > input.form-control-static[type=url],\n .wpcf7 .input-group-sm > input.form-control-static[type=tel],\n .wpcf7 .input-group-sm > input.form-control-static[type=number],\n .wpcf7 .input-group-sm > input.form-control-static[type=range],\n .wpcf7 .input-group-sm > input.form-control-static[type=date],\n .wpcf7 .input-group-sm > input.form-control-static[type=month],\n .wpcf7 .input-group-sm > input.form-control-static[type=week],\n .wpcf7 .input-group-sm > input.form-control-static[type=time],\n .wpcf7 .input-group-sm > input.form-control-static[type=datetime],\n .wpcf7 .input-group-sm > input.form-control-static[type=datetime-local],\n .wpcf7 .input-group-sm > input.form-control-static[type=color],\n .wpcf7 .input-group-sm > input.form-control-static[type=email],\n .wpcf7 .input-group-sm > input.form-control-static[type=file],\n .wpcf7 .input-group-sm > input.form-control-static[type=submit],\n .wpcf7 .input-group-sm > select.form-control-static,\n .wpcf7 .input-group-sm > textarea.form-control-static, .wpcf7 .input-group-sm > .form-control-static.wpcf7-validation-errors,\n .input-group-sm > .form-control-static.input-group-addon,\n .input-group-sm > .input-group-btn > .form-control-static.btn, .wpcf7\n .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .wpcf7 .input-group-lg > input.form-control-static[type=text],\n .wpcf7 .input-group-lg > input.form-control-static[type=search],\n .wpcf7 .input-group-lg > input.form-control-static[type=url],\n .wpcf7 .input-group-lg > input.form-control-static[type=tel],\n .wpcf7 .input-group-lg > input.form-control-static[type=number],\n .wpcf7 .input-group-lg > input.form-control-static[type=range],\n .wpcf7 .input-group-lg > input.form-control-static[type=date],\n .wpcf7 .input-group-lg > input.form-control-static[type=month],\n .wpcf7 .input-group-lg > input.form-control-static[type=week],\n .wpcf7 .input-group-lg > input.form-control-static[type=time],\n .wpcf7 .input-group-lg > input.form-control-static[type=datetime],\n .wpcf7 .input-group-lg > input.form-control-static[type=datetime-local],\n .wpcf7 .input-group-lg > input.form-control-static[type=color],\n .wpcf7 .input-group-lg > input.form-control-static[type=email],\n .wpcf7 .input-group-lg > input.form-control-static[type=file],\n .wpcf7 .input-group-lg > input.form-control-static[type=submit],\n .wpcf7 .input-group-lg > select.form-control-static,\n .wpcf7 .input-group-lg > textarea.form-control-static, .wpcf7 .input-group-lg > .form-control-static.wpcf7-validation-errors,\n .input-group-lg > .form-control-static.input-group-addon,\n .input-group-lg > .input-group-btn > .form-control-static.btn, .wpcf7\n .input-group-lg > .input-group-btn > input.form-control-static[type=submit] {\n padding-right: 0;\n padding-left: 0; }\n\n.form-control-sm, .input-group-sm > .form-control, .wpcf7 .input-group-sm > input[type=text],\n.wpcf7 .input-group-sm > input[type=search],\n.wpcf7 .input-group-sm > input[type=url],\n.wpcf7 .input-group-sm > input[type=tel],\n.wpcf7 .input-group-sm > input[type=number],\n.wpcf7 .input-group-sm > input[type=range],\n.wpcf7 .input-group-sm > input[type=date],\n.wpcf7 .input-group-sm > input[type=month],\n.wpcf7 .input-group-sm > input[type=week],\n.wpcf7 .input-group-sm > input[type=time],\n.wpcf7 .input-group-sm > input[type=datetime],\n.wpcf7 .input-group-sm > input[type=datetime-local],\n.wpcf7 .input-group-sm > input[type=color],\n.wpcf7 .input-group-sm > input[type=email],\n.wpcf7 .input-group-sm > input[type=file],\n.wpcf7 .input-group-sm > input[type=submit],\n.wpcf7 .input-group-sm > select,\n.wpcf7 .input-group-sm > textarea, .wpcf7 .input-group-sm > .wpcf7-validation-errors,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn, .wpcf7\n.input-group-sm > .input-group-btn > input[type=submit] {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem; }\n\nselect.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),\n.wpcf7 .input-group-sm > select:not([size]):not([multiple]),\n.input-group-sm > select.input-group-addon:not([size]):not([multiple]),\n.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {\n height: 1.8125rem; }\n\n.form-control-lg, .input-group-lg > .form-control, .wpcf7 .input-group-lg > input[type=text],\n.wpcf7 .input-group-lg > input[type=search],\n.wpcf7 .input-group-lg > input[type=url],\n.wpcf7 .input-group-lg > input[type=tel],\n.wpcf7 .input-group-lg > input[type=number],\n.wpcf7 .input-group-lg > input[type=range],\n.wpcf7 .input-group-lg > input[type=date],\n.wpcf7 .input-group-lg > input[type=month],\n.wpcf7 .input-group-lg > input[type=week],\n.wpcf7 .input-group-lg > input[type=time],\n.wpcf7 .input-group-lg > input[type=datetime],\n.wpcf7 .input-group-lg > input[type=datetime-local],\n.wpcf7 .input-group-lg > input[type=color],\n.wpcf7 .input-group-lg > input[type=email],\n.wpcf7 .input-group-lg > input[type=file],\n.wpcf7 .input-group-lg > input[type=submit],\n.wpcf7 .input-group-lg > select,\n.wpcf7 .input-group-lg > textarea, .wpcf7 .input-group-lg > .wpcf7-validation-errors,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn, .wpcf7\n.input-group-lg > .input-group-btn > input[type=submit] {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem; }\n\nselect.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),\n.wpcf7 .input-group-lg > select:not([size]):not([multiple]),\n.input-group-lg > select.input-group-addon:not([size]):not([multiple]),\n.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {\n height: 3.16667rem; }\n\n.form-group, .wpcf7 .wpcf7-form p {\n margin-bottom: 1rem; }\n\n.form-text {\n display: block;\n margin-top: 0.25rem; }\n\n.form-check {\n position: relative;\n display: block;\n margin-bottom: 0.75rem; }\n .form-check + .form-check {\n margin-top: -.25rem; }\n .form-check.disabled .form-check-label {\n color: #818a91;\n cursor: not-allowed; }\n\n.form-check-label {\n padding-left: 1.25rem;\n margin-bottom: 0;\n cursor: pointer; }\n\n.form-check-input {\n position: absolute;\n margin-top: .25rem;\n margin-left: -1.25rem; }\n .form-check-input:only-child {\n position: static; }\n\n.form-check-inline {\n position: relative;\n display: inline-block;\n padding-left: 1.25rem;\n margin-bottom: 0;\n vertical-align: middle;\n cursor: pointer; }\n .form-check-inline + .form-check-inline {\n margin-left: .75rem; }\n .form-check-inline.disabled {\n color: #818a91;\n cursor: not-allowed; }\n\n.form-control-feedback {\n margin-top: 0.25rem; }\n\n.form-control-success,\n.form-control-warning,\n.form-control-danger {\n padding-right: 2.25rem;\n background-repeat: no-repeat;\n background-position: center right 0.625rem;\n background-size: 1.25rem 1.25rem; }\n\n.has-success .form-control-feedback,\n.has-success .form-control-label,\n.has-success .form-check-label,\n.has-success .form-check-inline,\n.has-success .custom-control {\n color: #5cb85c; }\n\n.has-success .form-control, .has-success .wpcf7 input[type=text], .wpcf7 .has-success input[type=text], .has-success\n.wpcf7 input[type=search],\n.wpcf7 .has-success input[type=search], .has-success\n.wpcf7 input[type=url],\n.wpcf7 .has-success input[type=url], .has-success\n.wpcf7 input[type=tel],\n.wpcf7 .has-success input[type=tel], .has-success\n.wpcf7 input[type=number],\n.wpcf7 .has-success input[type=number], .has-success\n.wpcf7 input[type=range],\n.wpcf7 .has-success input[type=range], .has-success\n.wpcf7 input[type=date],\n.wpcf7 .has-success input[type=date], .has-success\n.wpcf7 input[type=month],\n.wpcf7 .has-success input[type=month], .has-success\n.wpcf7 input[type=week],\n.wpcf7 .has-success input[type=week], .has-success\n.wpcf7 input[type=time],\n.wpcf7 .has-success input[type=time], .has-success\n.wpcf7 input[type=datetime],\n.wpcf7 .has-success input[type=datetime], .has-success\n.wpcf7 input[type=datetime-local],\n.wpcf7 .has-success input[type=datetime-local], .has-success\n.wpcf7 input[type=color],\n.wpcf7 .has-success input[type=color], .has-success\n.wpcf7 input[type=email],\n.wpcf7 .has-success input[type=email], .has-success\n.wpcf7 input[type=file],\n.wpcf7 .has-success input[type=file], .has-success\n.wpcf7 input[type=submit],\n.wpcf7 .has-success input[type=submit], .has-success\n.wpcf7 select,\n.wpcf7 .has-success select, .has-success\n.wpcf7 textarea,\n.wpcf7 .has-success textarea, .has-success .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-success .wpcf7-validation-errors {\n border-color: #5cb85c; }\n .has-success .form-control:focus, .has-success .wpcf7 input[type=text]:focus, .wpcf7 .has-success input[type=text]:focus, .has-success\n .wpcf7 input[type=search]:focus,\n .wpcf7 .has-success input[type=search]:focus, .has-success\n .wpcf7 input[type=url]:focus,\n .wpcf7 .has-success input[type=url]:focus, .has-success\n .wpcf7 input[type=tel]:focus,\n .wpcf7 .has-success input[type=tel]:focus, .has-success\n .wpcf7 input[type=number]:focus,\n .wpcf7 .has-success input[type=number]:focus, .has-success\n .wpcf7 input[type=range]:focus,\n .wpcf7 .has-success input[type=range]:focus, .has-success\n .wpcf7 input[type=date]:focus,\n .wpcf7 .has-success input[type=date]:focus, .has-success\n .wpcf7 input[type=month]:focus,\n .wpcf7 .has-success input[type=month]:focus, .has-success\n .wpcf7 input[type=week]:focus,\n .wpcf7 .has-success input[type=week]:focus, .has-success\n .wpcf7 input[type=time]:focus,\n .wpcf7 .has-success input[type=time]:focus, .has-success\n .wpcf7 input[type=datetime]:focus,\n .wpcf7 .has-success input[type=datetime]:focus, .has-success\n .wpcf7 input[type=datetime-local]:focus,\n .wpcf7 .has-success input[type=datetime-local]:focus, .has-success\n .wpcf7 input[type=color]:focus,\n .wpcf7 .has-success input[type=color]:focus, .has-success\n .wpcf7 input[type=email]:focus,\n .wpcf7 .has-success input[type=email]:focus, .has-success\n .wpcf7 input[type=file]:focus,\n .wpcf7 .has-success input[type=file]:focus, .has-success\n .wpcf7 input[type=submit]:focus,\n .wpcf7 .has-success input[type=submit]:focus, .has-success\n .wpcf7 select:focus,\n .wpcf7 .has-success select:focus, .has-success\n .wpcf7 textarea:focus,\n .wpcf7 .has-success textarea:focus, .has-success .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-success .wpcf7-validation-errors:focus {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; }\n\n.has-success .input-group-addon {\n color: #5cb85c;\n border-color: #5cb85c;\n background-color: #eaf6ea; }\n\n.has-success .form-control-success {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\"); }\n\n.has-warning .form-control-feedback,\n.has-warning .form-control-label,\n.has-warning .form-check-label,\n.has-warning .form-check-inline,\n.has-warning .custom-control {\n color: #f0ad4e; }\n\n.has-warning .form-control, .has-warning .wpcf7 input[type=text], .wpcf7 .has-warning input[type=text], .has-warning\n.wpcf7 input[type=search],\n.wpcf7 .has-warning input[type=search], .has-warning\n.wpcf7 input[type=url],\n.wpcf7 .has-warning input[type=url], .has-warning\n.wpcf7 input[type=tel],\n.wpcf7 .has-warning input[type=tel], .has-warning\n.wpcf7 input[type=number],\n.wpcf7 .has-warning input[type=number], .has-warning\n.wpcf7 input[type=range],\n.wpcf7 .has-warning input[type=range], .has-warning\n.wpcf7 input[type=date],\n.wpcf7 .has-warning input[type=date], .has-warning\n.wpcf7 input[type=month],\n.wpcf7 .has-warning input[type=month], .has-warning\n.wpcf7 input[type=week],\n.wpcf7 .has-warning input[type=week], .has-warning\n.wpcf7 input[type=time],\n.wpcf7 .has-warning input[type=time], .has-warning\n.wpcf7 input[type=datetime],\n.wpcf7 .has-warning input[type=datetime], .has-warning\n.wpcf7 input[type=datetime-local],\n.wpcf7 .has-warning input[type=datetime-local], .has-warning\n.wpcf7 input[type=color],\n.wpcf7 .has-warning input[type=color], .has-warning\n.wpcf7 input[type=email],\n.wpcf7 .has-warning input[type=email], .has-warning\n.wpcf7 input[type=file],\n.wpcf7 .has-warning input[type=file], .has-warning\n.wpcf7 input[type=submit],\n.wpcf7 .has-warning input[type=submit], .has-warning\n.wpcf7 select,\n.wpcf7 .has-warning select, .has-warning\n.wpcf7 textarea,\n.wpcf7 .has-warning textarea, .has-warning .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-warning .wpcf7-validation-errors {\n border-color: #f0ad4e; }\n .has-warning .form-control:focus, .has-warning .wpcf7 input[type=text]:focus, .wpcf7 .has-warning input[type=text]:focus, .has-warning\n .wpcf7 input[type=search]:focus,\n .wpcf7 .has-warning input[type=search]:focus, .has-warning\n .wpcf7 input[type=url]:focus,\n .wpcf7 .has-warning input[type=url]:focus, .has-warning\n .wpcf7 input[type=tel]:focus,\n .wpcf7 .has-warning input[type=tel]:focus, .has-warning\n .wpcf7 input[type=number]:focus,\n .wpcf7 .has-warning input[type=number]:focus, .has-warning\n .wpcf7 input[type=range]:focus,\n .wpcf7 .has-warning input[type=range]:focus, .has-warning\n .wpcf7 input[type=date]:focus,\n .wpcf7 .has-warning input[type=date]:focus, .has-warning\n .wpcf7 input[type=month]:focus,\n .wpcf7 .has-warning input[type=month]:focus, .has-warning\n .wpcf7 input[type=week]:focus,\n .wpcf7 .has-warning input[type=week]:focus, .has-warning\n .wpcf7 input[type=time]:focus,\n .wpcf7 .has-warning input[type=time]:focus, .has-warning\n .wpcf7 input[type=datetime]:focus,\n .wpcf7 .has-warning input[type=datetime]:focus, .has-warning\n .wpcf7 input[type=datetime-local]:focus,\n .wpcf7 .has-warning input[type=datetime-local]:focus, .has-warning\n .wpcf7 input[type=color]:focus,\n .wpcf7 .has-warning input[type=color]:focus, .has-warning\n .wpcf7 input[type=email]:focus,\n .wpcf7 .has-warning input[type=email]:focus, .has-warning\n .wpcf7 input[type=file]:focus,\n .wpcf7 .has-warning input[type=file]:focus, .has-warning\n .wpcf7 input[type=submit]:focus,\n .wpcf7 .has-warning input[type=submit]:focus, .has-warning\n .wpcf7 select:focus,\n .wpcf7 .has-warning select:focus, .has-warning\n .wpcf7 textarea:focus,\n .wpcf7 .has-warning textarea:focus, .has-warning .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-warning .wpcf7-validation-errors:focus {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; }\n\n.has-warning .input-group-addon {\n color: #f0ad4e;\n border-color: #f0ad4e;\n background-color: white; }\n\n.has-warning .form-control-warning {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\"); }\n\n.has-danger .form-control-feedback,\n.has-danger .form-control-label,\n.has-danger .form-check-label,\n.has-danger .form-check-inline,\n.has-danger .custom-control {\n color: #d9534f; }\n\n.has-danger .form-control, .has-danger .wpcf7 input[type=text], .wpcf7 .has-danger input[type=text], .has-danger\n.wpcf7 input[type=search],\n.wpcf7 .has-danger input[type=search], .has-danger\n.wpcf7 input[type=url],\n.wpcf7 .has-danger input[type=url], .has-danger\n.wpcf7 input[type=tel],\n.wpcf7 .has-danger input[type=tel], .has-danger\n.wpcf7 input[type=number],\n.wpcf7 .has-danger input[type=number], .has-danger\n.wpcf7 input[type=range],\n.wpcf7 .has-danger input[type=range], .has-danger\n.wpcf7 input[type=date],\n.wpcf7 .has-danger input[type=date], .has-danger\n.wpcf7 input[type=month],\n.wpcf7 .has-danger input[type=month], .has-danger\n.wpcf7 input[type=week],\n.wpcf7 .has-danger input[type=week], .has-danger\n.wpcf7 input[type=time],\n.wpcf7 .has-danger input[type=time], .has-danger\n.wpcf7 input[type=datetime],\n.wpcf7 .has-danger input[type=datetime], .has-danger\n.wpcf7 input[type=datetime-local],\n.wpcf7 .has-danger input[type=datetime-local], .has-danger\n.wpcf7 input[type=color],\n.wpcf7 .has-danger input[type=color], .has-danger\n.wpcf7 input[type=email],\n.wpcf7 .has-danger input[type=email], .has-danger\n.wpcf7 input[type=file],\n.wpcf7 .has-danger input[type=file], .has-danger\n.wpcf7 input[type=submit],\n.wpcf7 .has-danger input[type=submit], .has-danger\n.wpcf7 select,\n.wpcf7 .has-danger select, .has-danger\n.wpcf7 textarea,\n.wpcf7 .has-danger textarea, .has-danger .wpcf7 .wpcf7-validation-errors, .wpcf7 .has-danger .wpcf7-validation-errors {\n border-color: #d9534f; }\n .has-danger .form-control:focus, .has-danger .wpcf7 input[type=text]:focus, .wpcf7 .has-danger input[type=text]:focus, .has-danger\n .wpcf7 input[type=search]:focus,\n .wpcf7 .has-danger input[type=search]:focus, .has-danger\n .wpcf7 input[type=url]:focus,\n .wpcf7 .has-danger input[type=url]:focus, .has-danger\n .wpcf7 input[type=tel]:focus,\n .wpcf7 .has-danger input[type=tel]:focus, .has-danger\n .wpcf7 input[type=number]:focus,\n .wpcf7 .has-danger input[type=number]:focus, .has-danger\n .wpcf7 input[type=range]:focus,\n .wpcf7 .has-danger input[type=range]:focus, .has-danger\n .wpcf7 input[type=date]:focus,\n .wpcf7 .has-danger input[type=date]:focus, .has-danger\n .wpcf7 input[type=month]:focus,\n .wpcf7 .has-danger input[type=month]:focus, .has-danger\n .wpcf7 input[type=week]:focus,\n .wpcf7 .has-danger input[type=week]:focus, .has-danger\n .wpcf7 input[type=time]:focus,\n .wpcf7 .has-danger input[type=time]:focus, .has-danger\n .wpcf7 input[type=datetime]:focus,\n .wpcf7 .has-danger input[type=datetime]:focus, .has-danger\n .wpcf7 input[type=datetime-local]:focus,\n .wpcf7 .has-danger input[type=datetime-local]:focus, .has-danger\n .wpcf7 input[type=color]:focus,\n .wpcf7 .has-danger input[type=color]:focus, .has-danger\n .wpcf7 input[type=email]:focus,\n .wpcf7 .has-danger input[type=email]:focus, .has-danger\n .wpcf7 input[type=file]:focus,\n .wpcf7 .has-danger input[type=file]:focus, .has-danger\n .wpcf7 input[type=submit]:focus,\n .wpcf7 .has-danger input[type=submit]:focus, .has-danger\n .wpcf7 select:focus,\n .wpcf7 .has-danger select:focus, .has-danger\n .wpcf7 textarea:focus,\n .wpcf7 .has-danger textarea:focus, .has-danger .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .has-danger .wpcf7-validation-errors:focus {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }\n\n.has-danger .input-group-addon {\n color: #d9534f;\n border-color: #d9534f;\n background-color: #fdf7f7; }\n\n.has-danger .form-control-danger {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\"); }\n\n@media (min-width: 576px) {\n .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-control, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text], .form-inline\n .wpcf7 input[type=search],\n .wpcf7 .form-inline input[type=search], .form-inline\n .wpcf7 input[type=url],\n .wpcf7 .form-inline input[type=url], .form-inline\n .wpcf7 input[type=tel],\n .wpcf7 .form-inline input[type=tel], .form-inline\n .wpcf7 input[type=number],\n .wpcf7 .form-inline input[type=number], .form-inline\n .wpcf7 input[type=range],\n .wpcf7 .form-inline input[type=range], .form-inline\n .wpcf7 input[type=date],\n .wpcf7 .form-inline input[type=date], .form-inline\n .wpcf7 input[type=month],\n .wpcf7 .form-inline input[type=month], .form-inline\n .wpcf7 input[type=week],\n .wpcf7 .form-inline input[type=week], .form-inline\n .wpcf7 input[type=time],\n .wpcf7 .form-inline input[type=time], .form-inline\n .wpcf7 input[type=datetime],\n .wpcf7 .form-inline input[type=datetime], .form-inline\n .wpcf7 input[type=datetime-local],\n .wpcf7 .form-inline input[type=datetime-local], .form-inline\n .wpcf7 input[type=color],\n .wpcf7 .form-inline input[type=color], .form-inline\n .wpcf7 input[type=email],\n .wpcf7 .form-inline input[type=email], .form-inline\n .wpcf7 input[type=file],\n .wpcf7 .form-inline input[type=file], .form-inline\n .wpcf7 input[type=submit],\n .wpcf7 .form-inline input[type=submit], .form-inline\n .wpcf7 select,\n .wpcf7 .form-inline select, .form-inline\n .wpcf7 textarea,\n .wpcf7 .form-inline textarea, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors {\n display: inline-block;\n width: auto;\n vertical-align: middle; }\n .form-inline .form-control-static {\n display: inline-block; }\n .form-inline .input-group {\n display: inline-table;\n width: auto;\n vertical-align: middle; }\n .form-inline .input-group .input-group-addon,\n .form-inline .input-group .input-group-btn,\n .form-inline .input-group .form-control,\n .form-inline .input-group .wpcf7 input[type=text], .wpcf7\n .form-inline .input-group input[type=text],\n .form-inline .input-group\n .wpcf7 input[type=search],\n .wpcf7\n .form-inline .input-group input[type=search],\n .form-inline .input-group\n .wpcf7 input[type=url],\n .wpcf7\n .form-inline .input-group input[type=url],\n .form-inline .input-group\n .wpcf7 input[type=tel],\n .wpcf7\n .form-inline .input-group input[type=tel],\n .form-inline .input-group\n .wpcf7 input[type=number],\n .wpcf7\n .form-inline .input-group input[type=number],\n .form-inline .input-group\n .wpcf7 input[type=range],\n .wpcf7\n .form-inline .input-group input[type=range],\n .form-inline .input-group\n .wpcf7 input[type=date],\n .wpcf7\n .form-inline .input-group input[type=date],\n .form-inline .input-group\n .wpcf7 input[type=month],\n .wpcf7\n .form-inline .input-group input[type=month],\n .form-inline .input-group\n .wpcf7 input[type=week],\n .wpcf7\n .form-inline .input-group input[type=week],\n .form-inline .input-group\n .wpcf7 input[type=time],\n .wpcf7\n .form-inline .input-group input[type=time],\n .form-inline .input-group\n .wpcf7 input[type=datetime],\n .wpcf7\n .form-inline .input-group input[type=datetime],\n .form-inline .input-group\n .wpcf7 input[type=datetime-local],\n .wpcf7\n .form-inline .input-group input[type=datetime-local],\n .form-inline .input-group\n .wpcf7 input[type=color],\n .wpcf7\n .form-inline .input-group input[type=color],\n .form-inline .input-group\n .wpcf7 input[type=email],\n .wpcf7\n .form-inline .input-group input[type=email],\n .form-inline .input-group\n .wpcf7 input[type=file],\n .wpcf7\n .form-inline .input-group input[type=file],\n .form-inline .input-group\n .wpcf7 input[type=submit],\n .wpcf7\n .form-inline .input-group input[type=submit],\n .form-inline .input-group\n .wpcf7 select,\n .wpcf7\n .form-inline .input-group select,\n .form-inline .input-group\n .wpcf7 textarea,\n .wpcf7\n .form-inline .input-group textarea,\n .form-inline .input-group .wpcf7 .wpcf7-validation-errors, .wpcf7\n .form-inline .input-group .wpcf7-validation-errors {\n width: auto; }\n .form-inline .input-group > .form-control, .form-inline .wpcf7 .input-group > input[type=text], .wpcf7 .form-inline .input-group > input[type=text], .form-inline\n .wpcf7 .input-group > input[type=search],\n .wpcf7 .form-inline .input-group > input[type=search], .form-inline\n .wpcf7 .input-group > input[type=url],\n .wpcf7 .form-inline .input-group > input[type=url], .form-inline\n .wpcf7 .input-group > input[type=tel],\n .wpcf7 .form-inline .input-group > input[type=tel], .form-inline\n .wpcf7 .input-group > input[type=number],\n .wpcf7 .form-inline .input-group > input[type=number], .form-inline\n .wpcf7 .input-group > input[type=range],\n .wpcf7 .form-inline .input-group > input[type=range], .form-inline\n .wpcf7 .input-group > input[type=date],\n .wpcf7 .form-inline .input-group > input[type=date], .form-inline\n .wpcf7 .input-group > input[type=month],\n .wpcf7 .form-inline .input-group > input[type=month], .form-inline\n .wpcf7 .input-group > input[type=week],\n .wpcf7 .form-inline .input-group > input[type=week], .form-inline\n .wpcf7 .input-group > input[type=time],\n .wpcf7 .form-inline .input-group > input[type=time], .form-inline\n .wpcf7 .input-group > input[type=datetime],\n .wpcf7 .form-inline .input-group > input[type=datetime], .form-inline\n .wpcf7 .input-group > input[type=datetime-local],\n .wpcf7 .form-inline .input-group > input[type=datetime-local], .form-inline\n .wpcf7 .input-group > input[type=color],\n .wpcf7 .form-inline .input-group > input[type=color], .form-inline\n .wpcf7 .input-group > input[type=email],\n .wpcf7 .form-inline .input-group > input[type=email], .form-inline\n .wpcf7 .input-group > input[type=file],\n .wpcf7 .form-inline .input-group > input[type=file], .form-inline\n .wpcf7 .input-group > input[type=submit],\n .wpcf7 .form-inline .input-group > input[type=submit], .form-inline\n .wpcf7 .input-group > select,\n .wpcf7 .form-inline .input-group > select, .form-inline\n .wpcf7 .input-group > textarea,\n .wpcf7 .form-inline .input-group > textarea, .form-inline .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .form-inline .input-group > .wpcf7-validation-errors {\n width: 100%; }\n .form-inline .form-control-label {\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-check {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-check-label {\n padding-left: 0; }\n .form-inline .form-check-input {\n position: relative;\n margin-left: 0; }\n .form-inline .has-feedback .form-control-feedback {\n top: 0; } }\n\n.btn, .wpcf7 input[type=submit] {\n display: inline-block;\n font-weight: normal;\n line-height: 1.25;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n user-select: none;\n border: 1px solid transparent;\n padding: 0.5rem 1rem;\n font-size: 1rem;\n border-radius: 0.25rem; }\n .btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit], .btn:active:focus, .wpcf7 input[type=submit]:active:focus, .btn:active.focus, .wpcf7 input[type=submit]:active.focus, .btn.active:focus, .wpcf7 input.active[type=submit]:focus, .btn.active.focus, .wpcf7 input.active.focus[type=submit] {\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px; }\n .btn:focus, .wpcf7 input[type=submit]:focus, .btn:hover, .wpcf7 input[type=submit]:hover {\n text-decoration: none; }\n .btn.focus, .wpcf7 input.focus[type=submit] {\n text-decoration: none; }\n .btn:active, .wpcf7 input[type=submit]:active, .btn.active, .wpcf7 input.active[type=submit] {\n background-image: none;\n outline: 0; }\n .btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {\n cursor: not-allowed;\n opacity: .65; }\n\na.btn.disabled,\nfieldset[disabled] a.btn {\n pointer-events: none; }\n\n.btn-primary {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-primary:hover {\n color: #fff;\n background-color: #cba500;\n border-color: #c19c00; }\n .btn-primary:focus, .btn-primary.focus {\n color: #fff;\n background-color: #cba500;\n border-color: #c19c00; }\n .btn-primary:active, .btn-primary.active,\n .open > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #cba500;\n border-color: #c19c00;\n background-image: none; }\n .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,\n .open > .btn-primary.dropdown-toggle:hover,\n .open > .btn-primary.dropdown-toggle:focus,\n .open > .btn-primary.dropdown-toggle.focus {\n color: #fff;\n background-color: #a78800;\n border-color: #7f6700; }\n .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {\n background-color: #fece00;\n border-color: #fece00; }\n .btn-primary.disabled:hover, .btn-primary:disabled:hover {\n background-color: #fece00;\n border-color: #fece00; }\n\n.btn-secondary {\n color: #373a3c;\n background-color: #fff;\n border-color: #ccc; }\n .btn-secondary:hover {\n color: #373a3c;\n background-color: #e6e6e6;\n border-color: #adadad; }\n .btn-secondary:focus, .btn-secondary.focus {\n color: #373a3c;\n background-color: #e6e6e6;\n border-color: #adadad; }\n .btn-secondary:active, .btn-secondary.active,\n .open > .btn-secondary.dropdown-toggle {\n color: #373a3c;\n background-color: #e6e6e6;\n border-color: #adadad;\n background-image: none; }\n .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,\n .open > .btn-secondary.dropdown-toggle:hover,\n .open > .btn-secondary.dropdown-toggle:focus,\n .open > .btn-secondary.dropdown-toggle.focus {\n color: #373a3c;\n background-color: #d4d4d4;\n border-color: #8c8c8c; }\n .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {\n background-color: #fff;\n border-color: #ccc; }\n .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {\n background-color: #fff;\n border-color: #ccc; }\n\n.btn-info {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-info:hover {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2; }\n .btn-info:focus, .btn-info.focus {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2; }\n .btn-info:active, .btn-info.active,\n .open > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2;\n background-image: none; }\n .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,\n .open > .btn-info.dropdown-toggle:hover,\n .open > .btn-info.dropdown-toggle:focus,\n .open > .btn-info.dropdown-toggle.focus {\n color: #fff;\n background-color: #269abc;\n border-color: #1f7e9a; }\n .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-info.disabled:hover, .btn-info:disabled:hover {\n background-color: #5bc0de;\n border-color: #5bc0de; }\n\n.btn-success {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-success:hover {\n color: #fff;\n background-color: #449d44;\n border-color: #419641; }\n .btn-success:focus, .btn-success.focus {\n color: #fff;\n background-color: #449d44;\n border-color: #419641; }\n .btn-success:active, .btn-success.active,\n .open > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #449d44;\n border-color: #419641;\n background-image: none; }\n .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,\n .open > .btn-success.dropdown-toggle:hover,\n .open > .btn-success.dropdown-toggle:focus,\n .open > .btn-success.dropdown-toggle.focus {\n color: #fff;\n background-color: #398439;\n border-color: #2d672d; }\n .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-success.disabled:hover, .btn-success:disabled:hover {\n background-color: #5cb85c;\n border-color: #5cb85c; }\n\n.btn-warning {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-warning:hover {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316; }\n .btn-warning:focus, .btn-warning.focus {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316; }\n .btn-warning:active, .btn-warning.active,\n .open > .btn-warning.dropdown-toggle {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316;\n background-image: none; }\n .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,\n .open > .btn-warning.dropdown-toggle:hover,\n .open > .btn-warning.dropdown-toggle:focus,\n .open > .btn-warning.dropdown-toggle.focus {\n color: #fff;\n background-color: #d58512;\n border-color: #b06d0f; }\n .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-warning.disabled:hover, .btn-warning:disabled:hover {\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n\n.btn-danger {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-danger:hover {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a; }\n .btn-danger:focus, .btn-danger.focus {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a; }\n .btn-danger:active, .btn-danger.active,\n .open > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a;\n background-image: none; }\n .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,\n .open > .btn-danger.dropdown-toggle:hover,\n .open > .btn-danger.dropdown-toggle:focus,\n .open > .btn-danger.dropdown-toggle.focus {\n color: #fff;\n background-color: #ac2925;\n border-color: #8b211e; }\n .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-danger.disabled:hover, .btn-danger:disabled:hover {\n background-color: #d9534f;\n border-color: #d9534f; }\n\n.btn-outline-primary, .wpcf7 input[type=submit] {\n color: #fece00;\n background-image: none;\n background-color: transparent;\n border-color: #fece00; }\n .btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit],\n .open > .btn-outline-primary.dropdown-toggle, .wpcf7\n .open > input.dropdown-toggle[type=submit] {\n color: #fff;\n background-color: #fece00;\n border-color: #fece00; }\n .btn-outline-primary:active:hover, .wpcf7 input[type=submit]:active:hover, .btn-outline-primary:active:focus, .wpcf7 input[type=submit]:active:focus, .btn-outline-primary:active.focus, .wpcf7 input[type=submit]:active.focus, .btn-outline-primary.active:hover, .wpcf7 input.active[type=submit]:hover, .btn-outline-primary.active:focus, .wpcf7 input.active[type=submit]:focus, .btn-outline-primary.active.focus, .wpcf7 input.active.focus[type=submit],\n .open > .btn-outline-primary.dropdown-toggle:hover, .wpcf7\n .open > input.dropdown-toggle[type=submit]:hover,\n .open > .btn-outline-primary.dropdown-toggle:focus, .wpcf7\n .open > input.dropdown-toggle[type=submit]:focus,\n .open > .btn-outline-primary.dropdown-toggle.focus, .wpcf7\n .open > input.dropdown-toggle.focus[type=submit] {\n color: #fff;\n background-color: #a78800;\n border-color: #7f6700; }\n .btn-outline-primary.disabled:focus, .wpcf7 input.disabled[type=submit]:focus, .btn-outline-primary.disabled.focus, .wpcf7 input.disabled.focus[type=submit], .btn-outline-primary:disabled:focus, .wpcf7 input[type=submit]:disabled:focus, .btn-outline-primary:disabled.focus, .wpcf7 input[type=submit]:disabled.focus {\n border-color: #ffe265; }\n .btn-outline-primary.disabled:hover, .wpcf7 input.disabled[type=submit]:hover, .btn-outline-primary:disabled:hover, .wpcf7 input[type=submit]:disabled:hover {\n border-color: #ffe265; }\n\n.btn-outline-secondary {\n color: #ccc;\n background-image: none;\n background-color: transparent;\n border-color: #ccc; }\n .btn-outline-secondary:hover {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc; }\n .btn-outline-secondary:focus, .btn-outline-secondary.focus {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc; }\n .btn-outline-secondary:active, .btn-outline-secondary.active,\n .open > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc; }\n .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,\n .open > .btn-outline-secondary.dropdown-toggle:hover,\n .open > .btn-outline-secondary.dropdown-toggle:focus,\n .open > .btn-outline-secondary.dropdown-toggle.focus {\n color: #fff;\n background-color: #a1a1a1;\n border-color: #8c8c8c; }\n .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {\n border-color: white; }\n .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {\n border-color: white; }\n\n.btn-outline-info {\n color: #5bc0de;\n background-image: none;\n background-color: transparent;\n border-color: #5bc0de; }\n .btn-outline-info:hover {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-outline-info:focus, .btn-outline-info.focus {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-outline-info:active, .btn-outline-info.active,\n .open > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,\n .open > .btn-outline-info.dropdown-toggle:hover,\n .open > .btn-outline-info.dropdown-toggle:focus,\n .open > .btn-outline-info.dropdown-toggle.focus {\n color: #fff;\n background-color: #269abc;\n border-color: #1f7e9a; }\n .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {\n border-color: #b0e1ef; }\n .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {\n border-color: #b0e1ef; }\n\n.btn-outline-success {\n color: #5cb85c;\n background-image: none;\n background-color: transparent;\n border-color: #5cb85c; }\n .btn-outline-success:hover {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-outline-success:focus, .btn-outline-success.focus {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-outline-success:active, .btn-outline-success.active,\n .open > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,\n .open > .btn-outline-success.dropdown-toggle:hover,\n .open > .btn-outline-success.dropdown-toggle:focus,\n .open > .btn-outline-success.dropdown-toggle.focus {\n color: #fff;\n background-color: #398439;\n border-color: #2d672d; }\n .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {\n border-color: #a3d7a3; }\n .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {\n border-color: #a3d7a3; }\n\n.btn-outline-warning {\n color: #f0ad4e;\n background-image: none;\n background-color: transparent;\n border-color: #f0ad4e; }\n .btn-outline-warning:hover {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-outline-warning:focus, .btn-outline-warning.focus {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-outline-warning:active, .btn-outline-warning.active,\n .open > .btn-outline-warning.dropdown-toggle {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,\n .open > .btn-outline-warning.dropdown-toggle:hover,\n .open > .btn-outline-warning.dropdown-toggle:focus,\n .open > .btn-outline-warning.dropdown-toggle.focus {\n color: #fff;\n background-color: #d58512;\n border-color: #b06d0f; }\n .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {\n border-color: #f8d9ac; }\n .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {\n border-color: #f8d9ac; }\n\n.btn-outline-danger {\n color: #d9534f;\n background-image: none;\n background-color: transparent;\n border-color: #d9534f; }\n .btn-outline-danger:hover {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-outline-danger:focus, .btn-outline-danger.focus {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-outline-danger:active, .btn-outline-danger.active,\n .open > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f; }\n .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,\n .open > .btn-outline-danger.dropdown-toggle:hover,\n .open > .btn-outline-danger.dropdown-toggle:focus,\n .open > .btn-outline-danger.dropdown-toggle.focus {\n color: #fff;\n background-color: #ac2925;\n border-color: #8b211e; }\n .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {\n border-color: #eba5a3; }\n .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {\n border-color: #eba5a3; }\n\n.btn-link {\n font-weight: normal;\n color: #fece00;\n border-radius: 0; }\n .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {\n background-color: transparent; }\n .btn-link, .btn-link:focus, .btn-link:active {\n border-color: transparent; }\n .btn-link:hover {\n border-color: transparent; }\n .btn-link:focus, .btn-link:hover {\n color: #b29000;\n text-decoration: underline;\n background-color: transparent; }\n .btn-link:disabled:focus, .btn-link:disabled:hover {\n color: #818a91;\n text-decoration: none; }\n\n.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit] {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem; }\n\n.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit] {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem; }\n\n.btn-block {\n display: block;\n width: 100%; }\n\n.btn-block + .btn-block {\n margin-top: 0.5rem; }\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%; }\n\n.fade {\n opacity: 0;\n transition: opacity .15s linear; }\n .fade.in {\n opacity: 1; }\n\n.collapse {\n display: none; }\n .collapse.in {\n display: block; }\n\ntr.collapse.in {\n display: table-row; }\n\ntbody.collapse.in {\n display: table-row-group; }\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition-timing-function: ease;\n transition-duration: .35s;\n transition-property: height; }\n\n.dropup,\n.dropdown {\n position: relative; }\n\n.dropdown-toggle::after {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 0.3em;\n vertical-align: middle;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-left: 0.3em solid transparent; }\n\n.dropdown-toggle:focus {\n outline: 0; }\n\n.dropup .dropdown-toggle::after {\n border-top: 0;\n border-bottom: 0.3em solid; }\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #373a3c;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem; }\n\n.dropdown-divider {\n height: 1px;\n margin: 0.5rem 0;\n overflow: hidden;\n background-color: #e5e5e5; }\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 3px 1.5rem;\n clear: both;\n font-weight: normal;\n color: #373a3c;\n text-align: inherit;\n white-space: nowrap;\n background: none;\n border: 0; }\n .dropdown-item:focus, .dropdown-item:hover {\n color: #2b2d2f;\n text-decoration: none;\n background-color: #f5f5f5; }\n .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {\n color: #fff;\n text-decoration: none;\n background-color: #fece00;\n outline: 0; }\n .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {\n color: #818a91; }\n .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: \"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"; }\n\n.open > .dropdown-menu {\n display: block; }\n\n.open > a {\n outline: 0; }\n\n.dropdown-menu-right {\n right: 0;\n left: auto; }\n\n.dropdown-menu-left {\n right: auto;\n left: 0; }\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #818a91;\n white-space: nowrap; }\n\n.dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990; }\n\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 0.3em solid; }\n\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 0.125rem; }\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-block;\n vertical-align: middle; }\n .btn-group > .btn, .wpcf7 .btn-group > input[type=submit],\n .btn-group-vertical > .btn, .wpcf7\n .btn-group-vertical > input[type=submit] {\n position: relative;\n float: left;\n margin-bottom: 0; }\n .btn-group > .btn:focus, .wpcf7 .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input[type=submit]:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type=submit],\n .btn-group-vertical > .btn:focus, .wpcf7\n .btn-group-vertical > input[type=submit]:focus,\n .btn-group-vertical > .btn:active, .wpcf7\n .btn-group-vertical > input[type=submit]:active,\n .btn-group-vertical > .btn.active, .wpcf7\n .btn-group-vertical > input.active[type=submit] {\n z-index: 2; }\n .btn-group > .btn:hover, .wpcf7 .btn-group > input[type=submit]:hover,\n .btn-group-vertical > .btn:hover, .wpcf7\n .btn-group-vertical > input[type=submit]:hover {\n z-index: 2; }\n\n.btn-group .btn + .btn, .btn-group .wpcf7 input[type=submit] + .btn, .wpcf7 .btn-group input[type=submit] + .btn, .btn-group .wpcf7 .btn + input[type=submit], .wpcf7 .btn-group .btn + input[type=submit], .btn-group .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group input[type=submit] + input[type=submit],\n.btn-group .btn + .btn-group,\n.btn-group .wpcf7 input[type=submit] + .btn-group, .wpcf7\n.btn-group input[type=submit] + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .wpcf7 .btn-group + input[type=submit], .wpcf7\n.btn-group .btn-group + input[type=submit],\n.btn-group .btn-group + .btn-group {\n margin-left: -1px; }\n\n.btn-toolbar {\n margin-left: -0.5rem; }\n .btn-toolbar::after {\n content: \"\";\n display: table;\n clear: both; }\n .btn-toolbar .btn-group,\n .btn-toolbar .input-group {\n float: left; }\n .btn-toolbar > .btn, .wpcf7 .btn-toolbar > input[type=submit],\n .btn-toolbar > .btn-group,\n .btn-toolbar > .input-group {\n margin-left: 0.5rem; }\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0; }\n\n.btn-group > .btn:first-child, .wpcf7 .btn-group > input[type=submit]:first-child {\n margin-left: 0; }\n .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n\n.btn-group > .btn:last-child:not(:first-child), .wpcf7 .btn-group > input[type=submit]:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n\n.btn-group > .btn-group {\n float: left; }\n\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {\n border-radius: 0; }\n\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpcf7 .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .wpcf7 .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0; }\n\n.btn + .dropdown-toggle-split, .wpcf7 input[type=submit] + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem; }\n .btn + .dropdown-toggle-split::after, .wpcf7 input[type=submit] + .dropdown-toggle-split::after {\n margin-left: 0; }\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem; }\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {\n padding-right: 1.125rem;\n padding-left: 1.125rem; }\n\n.btn .caret, .wpcf7 input[type=submit] .caret {\n margin-left: 0; }\n\n.btn-lg .caret, .btn-group-lg > .btn .caret, .wpcf7 .btn-group-lg > input[type=submit] .caret {\n border-width: 0.3em 0.3em 0;\n border-bottom-width: 0; }\n\n.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .wpcf7 .btn-group-lg > input[type=submit] .caret, .wpcf7 .dropup .btn-group-lg > input[type=submit] .caret {\n border-width: 0 0.3em 0.3em; }\n\n.btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type=submit],\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn, .wpcf7\n.btn-group-vertical > .btn-group > input[type=submit] {\n display: block;\n float: none;\n width: 100%;\n max-width: 100%; }\n\n.btn-group-vertical > .btn-group::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.btn-group-vertical > .btn-group > .btn, .wpcf7 .btn-group-vertical > .btn-group > input[type=submit] {\n float: none; }\n\n.btn-group-vertical > .btn + .btn, .wpcf7 .btn-group-vertical > input[type=submit] + .btn, .wpcf7 .btn-group-vertical > .btn + input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit],\n.btn-group-vertical > .btn + .btn-group, .wpcf7\n.btn-group-vertical > input[type=submit] + .btn-group,\n.btn-group-vertical > .btn-group + .btn, .wpcf7\n.btn-group-vertical > .btn-group + input[type=submit],\n.btn-group-vertical > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0; }\n\n.btn-group-vertical > .btn:not(:first-child):not(:last-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child) {\n border-radius: 0; }\n\n.btn-group-vertical > .btn:first-child:not(:last-child), .wpcf7 .btn-group-vertical > input[type=submit]:first-child:not(:last-child) {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0; }\n\n.btn-group-vertical > .btn:last-child:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:last-child:not(:first-child) {\n border-top-right-radius: 0;\n border-top-left-radius: 0; }\n\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {\n border-radius: 0; }\n\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpcf7 .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0; }\n\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .wpcf7 .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {\n border-top-right-radius: 0;\n border-top-left-radius: 0; }\n\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"], .wpcf7 [data-toggle=\"buttons\"] > input[type=submit] input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"], .wpcf7\n[data-toggle=\"buttons\"] > input[type=submit] input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"], .wpcf7\n[data-toggle=\"buttons\"] > .btn-group > input[type=submit] input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"], .wpcf7\n[data-toggle=\"buttons\"] > .btn-group > input[type=submit] input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none; }\n\n.input-group {\n position: relative;\n width: 100%;\n display: table;\n border-collapse: separate; }\n .input-group .form-control, .input-group .wpcf7 input[type=text], .wpcf7 .input-group input[type=text], .input-group\n .wpcf7 input[type=search],\n .wpcf7 .input-group input[type=search], .input-group\n .wpcf7 input[type=url],\n .wpcf7 .input-group input[type=url], .input-group\n .wpcf7 input[type=tel],\n .wpcf7 .input-group input[type=tel], .input-group\n .wpcf7 input[type=number],\n .wpcf7 .input-group input[type=number], .input-group\n .wpcf7 input[type=range],\n .wpcf7 .input-group input[type=range], .input-group\n .wpcf7 input[type=date],\n .wpcf7 .input-group input[type=date], .input-group\n .wpcf7 input[type=month],\n .wpcf7 .input-group input[type=month], .input-group\n .wpcf7 input[type=week],\n .wpcf7 .input-group input[type=week], .input-group\n .wpcf7 input[type=time],\n .wpcf7 .input-group input[type=time], .input-group\n .wpcf7 input[type=datetime],\n .wpcf7 .input-group input[type=datetime], .input-group\n .wpcf7 input[type=datetime-local],\n .wpcf7 .input-group input[type=datetime-local], .input-group\n .wpcf7 input[type=color],\n .wpcf7 .input-group input[type=color], .input-group\n .wpcf7 input[type=email],\n .wpcf7 .input-group input[type=email], .input-group\n .wpcf7 input[type=file],\n .wpcf7 .input-group input[type=file], .input-group\n .wpcf7 input[type=submit],\n .wpcf7 .input-group input[type=submit], .input-group\n .wpcf7 select,\n .wpcf7 .input-group select, .input-group\n .wpcf7 textarea,\n .wpcf7 .input-group textarea, .input-group .wpcf7 .wpcf7-validation-errors, .wpcf7 .input-group .wpcf7-validation-errors {\n position: relative;\n z-index: 2;\n float: left;\n width: 100%;\n margin-bottom: 0; }\n .input-group .form-control:focus, .input-group .wpcf7 input[type=text]:focus, .wpcf7 .input-group input[type=text]:focus, .input-group\n .wpcf7 input[type=search]:focus,\n .wpcf7 .input-group input[type=search]:focus, .input-group\n .wpcf7 input[type=url]:focus,\n .wpcf7 .input-group input[type=url]:focus, .input-group\n .wpcf7 input[type=tel]:focus,\n .wpcf7 .input-group input[type=tel]:focus, .input-group\n .wpcf7 input[type=number]:focus,\n .wpcf7 .input-group input[type=number]:focus, .input-group\n .wpcf7 input[type=range]:focus,\n .wpcf7 .input-group input[type=range]:focus, .input-group\n .wpcf7 input[type=date]:focus,\n .wpcf7 .input-group input[type=date]:focus, .input-group\n .wpcf7 input[type=month]:focus,\n .wpcf7 .input-group input[type=month]:focus, .input-group\n .wpcf7 input[type=week]:focus,\n .wpcf7 .input-group input[type=week]:focus, .input-group\n .wpcf7 input[type=time]:focus,\n .wpcf7 .input-group input[type=time]:focus, .input-group\n .wpcf7 input[type=datetime]:focus,\n .wpcf7 .input-group input[type=datetime]:focus, .input-group\n .wpcf7 input[type=datetime-local]:focus,\n .wpcf7 .input-group input[type=datetime-local]:focus, .input-group\n .wpcf7 input[type=color]:focus,\n .wpcf7 .input-group input[type=color]:focus, .input-group\n .wpcf7 input[type=email]:focus,\n .wpcf7 .input-group input[type=email]:focus, .input-group\n .wpcf7 input[type=file]:focus,\n .wpcf7 .input-group input[type=file]:focus, .input-group\n .wpcf7 input[type=submit]:focus,\n .wpcf7 .input-group input[type=submit]:focus, .input-group\n .wpcf7 select:focus,\n .wpcf7 .input-group select:focus, .input-group\n .wpcf7 textarea:focus,\n .wpcf7 .input-group textarea:focus, .input-group .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .input-group .wpcf7-validation-errors:focus, .input-group .form-control:active, .input-group .wpcf7 input[type=text]:active, .wpcf7 .input-group input[type=text]:active, .input-group\n .wpcf7 input[type=search]:active,\n .wpcf7 .input-group input[type=search]:active, .input-group\n .wpcf7 input[type=url]:active,\n .wpcf7 .input-group input[type=url]:active, .input-group\n .wpcf7 input[type=tel]:active,\n .wpcf7 .input-group input[type=tel]:active, .input-group\n .wpcf7 input[type=number]:active,\n .wpcf7 .input-group input[type=number]:active, .input-group\n .wpcf7 input[type=range]:active,\n .wpcf7 .input-group input[type=range]:active, .input-group\n .wpcf7 input[type=date]:active,\n .wpcf7 .input-group input[type=date]:active, .input-group\n .wpcf7 input[type=month]:active,\n .wpcf7 .input-group input[type=month]:active, .input-group\n .wpcf7 input[type=week]:active,\n .wpcf7 .input-group input[type=week]:active, .input-group\n .wpcf7 input[type=time]:active,\n .wpcf7 .input-group input[type=time]:active, .input-group\n .wpcf7 input[type=datetime]:active,\n .wpcf7 .input-group input[type=datetime]:active, .input-group\n .wpcf7 input[type=datetime-local]:active,\n .wpcf7 .input-group input[type=datetime-local]:active, .input-group\n .wpcf7 input[type=color]:active,\n .wpcf7 .input-group input[type=color]:active, .input-group\n .wpcf7 input[type=email]:active,\n .wpcf7 .input-group input[type=email]:active, .input-group\n .wpcf7 input[type=file]:active,\n .wpcf7 .input-group input[type=file]:active, .input-group\n .wpcf7 input[type=submit]:active,\n .wpcf7 .input-group input[type=submit]:active, .input-group\n .wpcf7 select:active,\n .wpcf7 .input-group select:active, .input-group\n .wpcf7 textarea:active,\n .wpcf7 .input-group textarea:active, .input-group .wpcf7 .wpcf7-validation-errors:active, .wpcf7 .input-group .wpcf7-validation-errors:active, .input-group .form-control:hover, .input-group .wpcf7 input[type=text]:hover, .wpcf7 .input-group input[type=text]:hover, .input-group\n .wpcf7 input[type=search]:hover,\n .wpcf7 .input-group input[type=search]:hover, .input-group\n .wpcf7 input[type=url]:hover,\n .wpcf7 .input-group input[type=url]:hover, .input-group\n .wpcf7 input[type=tel]:hover,\n .wpcf7 .input-group input[type=tel]:hover, .input-group\n .wpcf7 input[type=number]:hover,\n .wpcf7 .input-group input[type=number]:hover, .input-group\n .wpcf7 input[type=range]:hover,\n .wpcf7 .input-group input[type=range]:hover, .input-group\n .wpcf7 input[type=date]:hover,\n .wpcf7 .input-group input[type=date]:hover, .input-group\n .wpcf7 input[type=month]:hover,\n .wpcf7 .input-group input[type=month]:hover, .input-group\n .wpcf7 input[type=week]:hover,\n .wpcf7 .input-group input[type=week]:hover, .input-group\n .wpcf7 input[type=time]:hover,\n .wpcf7 .input-group input[type=time]:hover, .input-group\n .wpcf7 input[type=datetime]:hover,\n .wpcf7 .input-group input[type=datetime]:hover, .input-group\n .wpcf7 input[type=datetime-local]:hover,\n .wpcf7 .input-group input[type=datetime-local]:hover, .input-group\n .wpcf7 input[type=color]:hover,\n .wpcf7 .input-group input[type=color]:hover, .input-group\n .wpcf7 input[type=email]:hover,\n .wpcf7 .input-group input[type=email]:hover, .input-group\n .wpcf7 input[type=file]:hover,\n .wpcf7 .input-group input[type=file]:hover, .input-group\n .wpcf7 input[type=submit]:hover,\n .wpcf7 .input-group input[type=submit]:hover, .input-group\n .wpcf7 select:hover,\n .wpcf7 .input-group select:hover, .input-group\n .wpcf7 textarea:hover,\n .wpcf7 .input-group textarea:hover, .input-group .wpcf7 .wpcf7-validation-errors:hover, .wpcf7 .input-group .wpcf7-validation-errors:hover {\n z-index: 3; }\n\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control,\n.input-group .wpcf7 input[type=text], .wpcf7\n.input-group input[type=text],\n.input-group\n.wpcf7 input[type=search],\n.wpcf7\n.input-group input[type=search],\n.input-group\n.wpcf7 input[type=url],\n.wpcf7\n.input-group input[type=url],\n.input-group\n.wpcf7 input[type=tel],\n.wpcf7\n.input-group input[type=tel],\n.input-group\n.wpcf7 input[type=number],\n.wpcf7\n.input-group input[type=number],\n.input-group\n.wpcf7 input[type=range],\n.wpcf7\n.input-group input[type=range],\n.input-group\n.wpcf7 input[type=date],\n.wpcf7\n.input-group input[type=date],\n.input-group\n.wpcf7 input[type=month],\n.wpcf7\n.input-group input[type=month],\n.input-group\n.wpcf7 input[type=week],\n.wpcf7\n.input-group input[type=week],\n.input-group\n.wpcf7 input[type=time],\n.wpcf7\n.input-group input[type=time],\n.input-group\n.wpcf7 input[type=datetime],\n.wpcf7\n.input-group input[type=datetime],\n.input-group\n.wpcf7 input[type=datetime-local],\n.wpcf7\n.input-group input[type=datetime-local],\n.input-group\n.wpcf7 input[type=color],\n.wpcf7\n.input-group input[type=color],\n.input-group\n.wpcf7 input[type=email],\n.wpcf7\n.input-group input[type=email],\n.input-group\n.wpcf7 input[type=file],\n.wpcf7\n.input-group input[type=file],\n.input-group\n.wpcf7 input[type=submit],\n.wpcf7\n.input-group input[type=submit],\n.input-group\n.wpcf7 select,\n.wpcf7\n.input-group select,\n.input-group\n.wpcf7 textarea,\n.wpcf7\n.input-group textarea,\n.input-group .wpcf7 .wpcf7-validation-errors, .wpcf7\n.input-group .wpcf7-validation-errors {\n display: table-cell; }\n .input-group-addon:not(:first-child):not(:last-child),\n .input-group-btn:not(:first-child):not(:last-child),\n .input-group .form-control:not(:first-child):not(:last-child),\n .input-group .wpcf7 input[type=text]:not(:first-child):not(:last-child), .wpcf7\n .input-group input[type=text]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=search]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=search]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=url]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=url]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=tel]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=tel]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=number]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=number]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=range]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=range]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=date]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=date]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=month]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=month]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=week]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=week]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=time]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=time]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=datetime]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=datetime]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=datetime-local]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=datetime-local]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=color]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=color]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=email]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=email]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=file]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=file]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 input[type=submit]:not(:first-child):not(:last-child),\n .wpcf7\n .input-group input[type=submit]:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 select:not(:first-child):not(:last-child),\n .wpcf7\n .input-group select:not(:first-child):not(:last-child),\n .input-group\n .wpcf7 textarea:not(:first-child):not(:last-child),\n .wpcf7\n .input-group textarea:not(:first-child):not(:last-child),\n .input-group .wpcf7 .wpcf7-validation-errors:not(:first-child):not(:last-child), .wpcf7\n .input-group .wpcf7-validation-errors:not(:first-child):not(:last-child) {\n border-radius: 0; }\n\n.input-group-addon,\n.input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle; }\n\n.input-group-addon {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25;\n color: #55595c;\n text-align: center;\n background-color: #eceeef;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem; }\n .input-group-addon.form-control-sm, .wpcf7 .input-group-sm > input.input-group-addon[type=text],\n .wpcf7 .input-group-sm > input.input-group-addon[type=search],\n .wpcf7 .input-group-sm > input.input-group-addon[type=url],\n .wpcf7 .input-group-sm > input.input-group-addon[type=tel],\n .wpcf7 .input-group-sm > input.input-group-addon[type=number],\n .wpcf7 .input-group-sm > input.input-group-addon[type=range],\n .wpcf7 .input-group-sm > input.input-group-addon[type=date],\n .wpcf7 .input-group-sm > input.input-group-addon[type=month],\n .wpcf7 .input-group-sm > input.input-group-addon[type=week],\n .wpcf7 .input-group-sm > input.input-group-addon[type=time],\n .wpcf7 .input-group-sm > input.input-group-addon[type=datetime],\n .wpcf7 .input-group-sm > input.input-group-addon[type=datetime-local],\n .wpcf7 .input-group-sm > input.input-group-addon[type=color],\n .wpcf7 .input-group-sm > input.input-group-addon[type=email],\n .wpcf7 .input-group-sm > input.input-group-addon[type=file],\n .wpcf7 .input-group-sm > input.input-group-addon[type=submit],\n .wpcf7 .input-group-sm > select.input-group-addon,\n .wpcf7 .input-group-sm > textarea.input-group-addon, .wpcf7 .input-group-sm > .input-group-addon.wpcf7-validation-errors,\n .input-group-sm > .input-group-addon,\n .input-group-sm > .input-group-btn > .input-group-addon.btn, .wpcf7\n .input-group-sm > .input-group-btn > input.input-group-addon[type=submit] {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem; }\n .input-group-addon.form-control-lg, .wpcf7 .input-group-lg > input.input-group-addon[type=text],\n .wpcf7 .input-group-lg > input.input-group-addon[type=search],\n .wpcf7 .input-group-lg > input.input-group-addon[type=url],\n .wpcf7 .input-group-lg > input.input-group-addon[type=tel],\n .wpcf7 .input-group-lg > input.input-group-addon[type=number],\n .wpcf7 .input-group-lg > input.input-group-addon[type=range],\n .wpcf7 .input-group-lg > input.input-group-addon[type=date],\n .wpcf7 .input-group-lg > input.input-group-addon[type=month],\n .wpcf7 .input-group-lg > input.input-group-addon[type=week],\n .wpcf7 .input-group-lg > input.input-group-addon[type=time],\n .wpcf7 .input-group-lg > input.input-group-addon[type=datetime],\n .wpcf7 .input-group-lg > input.input-group-addon[type=datetime-local],\n .wpcf7 .input-group-lg > input.input-group-addon[type=color],\n .wpcf7 .input-group-lg > input.input-group-addon[type=email],\n .wpcf7 .input-group-lg > input.input-group-addon[type=file],\n .wpcf7 .input-group-lg > input.input-group-addon[type=submit],\n .wpcf7 .input-group-lg > select.input-group-addon,\n .wpcf7 .input-group-lg > textarea.input-group-addon, .wpcf7 .input-group-lg > .input-group-addon.wpcf7-validation-errors,\n .input-group-lg > .input-group-addon,\n .input-group-lg > .input-group-btn > .input-group-addon.btn, .wpcf7\n .input-group-lg > .input-group-btn > input.input-group-addon[type=submit] {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem; }\n .input-group-addon input[type=\"radio\"],\n .input-group-addon input[type=\"checkbox\"] {\n margin-top: 0; }\n\n.input-group .form-control:not(:last-child), .input-group .wpcf7 input[type=text]:not(:last-child), .wpcf7 .input-group input[type=text]:not(:last-child), .input-group\n.wpcf7 input[type=search]:not(:last-child),\n.wpcf7 .input-group input[type=search]:not(:last-child), .input-group\n.wpcf7 input[type=url]:not(:last-child),\n.wpcf7 .input-group input[type=url]:not(:last-child), .input-group\n.wpcf7 input[type=tel]:not(:last-child),\n.wpcf7 .input-group input[type=tel]:not(:last-child), .input-group\n.wpcf7 input[type=number]:not(:last-child),\n.wpcf7 .input-group input[type=number]:not(:last-child), .input-group\n.wpcf7 input[type=range]:not(:last-child),\n.wpcf7 .input-group input[type=range]:not(:last-child), .input-group\n.wpcf7 input[type=date]:not(:last-child),\n.wpcf7 .input-group input[type=date]:not(:last-child), .input-group\n.wpcf7 input[type=month]:not(:last-child),\n.wpcf7 .input-group input[type=month]:not(:last-child), .input-group\n.wpcf7 input[type=week]:not(:last-child),\n.wpcf7 .input-group input[type=week]:not(:last-child), .input-group\n.wpcf7 input[type=time]:not(:last-child),\n.wpcf7 .input-group input[type=time]:not(:last-child), .input-group\n.wpcf7 input[type=datetime]:not(:last-child),\n.wpcf7 .input-group input[type=datetime]:not(:last-child), .input-group\n.wpcf7 input[type=datetime-local]:not(:last-child),\n.wpcf7 .input-group input[type=datetime-local]:not(:last-child), .input-group\n.wpcf7 input[type=color]:not(:last-child),\n.wpcf7 .input-group input[type=color]:not(:last-child), .input-group\n.wpcf7 input[type=email]:not(:last-child),\n.wpcf7 .input-group input[type=email]:not(:last-child), .input-group\n.wpcf7 input[type=file]:not(:last-child),\n.wpcf7 .input-group input[type=file]:not(:last-child), .input-group\n.wpcf7 input[type=submit]:not(:last-child),\n.wpcf7 .input-group input[type=submit]:not(:last-child), .input-group\n.wpcf7 select:not(:last-child),\n.wpcf7 .input-group select:not(:last-child), .input-group\n.wpcf7 textarea:not(:last-child),\n.wpcf7 .input-group textarea:not(:last-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:last-child), .wpcf7 .input-group .wpcf7-validation-errors:not(:last-child),\n.input-group-addon:not(:last-child),\n.input-group-btn:not(:last-child) > .btn, .wpcf7\n.input-group-btn:not(:last-child) > input[type=submit],\n.input-group-btn:not(:last-child) > .btn-group > .btn, .wpcf7\n.input-group-btn:not(:last-child) > .btn-group > input[type=submit],\n.input-group-btn:not(:last-child) > .dropdown-toggle,\n.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7\n.input-group-btn:not(:first-child) > input[type=submit]:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .wpcf7\n.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type=submit] {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n\n.input-group-addon:not(:last-child) {\n border-right: 0; }\n\n.input-group .form-control:not(:first-child), .input-group .wpcf7 input[type=text]:not(:first-child), .wpcf7 .input-group input[type=text]:not(:first-child), .input-group\n.wpcf7 input[type=search]:not(:first-child),\n.wpcf7 .input-group input[type=search]:not(:first-child), .input-group\n.wpcf7 input[type=url]:not(:first-child),\n.wpcf7 .input-group input[type=url]:not(:first-child), .input-group\n.wpcf7 input[type=tel]:not(:first-child),\n.wpcf7 .input-group input[type=tel]:not(:first-child), .input-group\n.wpcf7 input[type=number]:not(:first-child),\n.wpcf7 .input-group input[type=number]:not(:first-child), .input-group\n.wpcf7 input[type=range]:not(:first-child),\n.wpcf7 .input-group input[type=range]:not(:first-child), .input-group\n.wpcf7 input[type=date]:not(:first-child),\n.wpcf7 .input-group input[type=date]:not(:first-child), .input-group\n.wpcf7 input[type=month]:not(:first-child),\n.wpcf7 .input-group input[type=month]:not(:first-child), .input-group\n.wpcf7 input[type=week]:not(:first-child),\n.wpcf7 .input-group input[type=week]:not(:first-child), .input-group\n.wpcf7 input[type=time]:not(:first-child),\n.wpcf7 .input-group input[type=time]:not(:first-child), .input-group\n.wpcf7 input[type=datetime]:not(:first-child),\n.wpcf7 .input-group input[type=datetime]:not(:first-child), .input-group\n.wpcf7 input[type=datetime-local]:not(:first-child),\n.wpcf7 .input-group input[type=datetime-local]:not(:first-child), .input-group\n.wpcf7 input[type=color]:not(:first-child),\n.wpcf7 .input-group input[type=color]:not(:first-child), .input-group\n.wpcf7 input[type=email]:not(:first-child),\n.wpcf7 .input-group input[type=email]:not(:first-child), .input-group\n.wpcf7 input[type=file]:not(:first-child),\n.wpcf7 .input-group input[type=file]:not(:first-child), .input-group\n.wpcf7 input[type=submit]:not(:first-child),\n.wpcf7 .input-group input[type=submit]:not(:first-child), .input-group\n.wpcf7 select:not(:first-child),\n.wpcf7 .input-group select:not(:first-child), .input-group\n.wpcf7 textarea:not(:first-child),\n.wpcf7 .input-group textarea:not(:first-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:first-child), .wpcf7 .input-group .wpcf7-validation-errors:not(:first-child),\n.input-group-addon:not(:first-child),\n.input-group-btn:not(:first-child) > .btn, .wpcf7\n.input-group-btn:not(:first-child) > input[type=submit],\n.input-group-btn:not(:first-child) > .btn-group > .btn, .wpcf7\n.input-group-btn:not(:first-child) > .btn-group > input[type=submit],\n.input-group-btn:not(:first-child) > .dropdown-toggle,\n.input-group-btn:not(:last-child) > .btn:not(:first-child), .wpcf7\n.input-group-btn:not(:last-child) > input[type=submit]:not(:first-child),\n.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .wpcf7\n.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type=submit] {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n\n.form-control + .input-group-addon:not(:first-child), .wpcf7 input[type=text] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=search] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=url] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=tel] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=number] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=range] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=date] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=month] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=week] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=time] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=datetime] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=datetime-local] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=color] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=email] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=file] + .input-group-addon:not(:first-child),\n.wpcf7 input[type=submit] + .input-group-addon:not(:first-child),\n.wpcf7 select + .input-group-addon:not(:first-child),\n.wpcf7 textarea + .input-group-addon:not(:first-child), .wpcf7 .wpcf7-validation-errors + .input-group-addon:not(:first-child) {\n border-left: 0; }\n\n.input-group-btn {\n position: relative;\n font-size: 0;\n white-space: nowrap; }\n .input-group-btn > .btn, .wpcf7 .input-group-btn > input[type=submit] {\n position: relative; }\n .input-group-btn > .btn + .btn, .wpcf7 .input-group-btn > input[type=submit] + .btn, .wpcf7 .input-group-btn > .btn + input[type=submit], .wpcf7 .input-group-btn > input[type=submit] + input[type=submit] {\n margin-left: -1px; }\n .input-group-btn > .btn:focus, .wpcf7 .input-group-btn > input[type=submit]:focus, .input-group-btn > .btn:active, .wpcf7 .input-group-btn > input[type=submit]:active, .input-group-btn > .btn:hover, .wpcf7 .input-group-btn > input[type=submit]:hover {\n z-index: 3; }\n .input-group-btn:not(:last-child) > .btn, .wpcf7 .input-group-btn:not(:last-child) > input[type=submit],\n .input-group-btn:not(:last-child) > .btn-group {\n margin-right: -1px; }\n .input-group-btn:not(:first-child) > .btn, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit],\n .input-group-btn:not(:first-child) > .btn-group {\n z-index: 2;\n margin-left: -1px; }\n .input-group-btn:not(:first-child) > .btn:focus, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit]:focus, .input-group-btn:not(:first-child) > .btn:active, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit]:active, .input-group-btn:not(:first-child) > .btn:hover, .wpcf7 .input-group-btn:not(:first-child) > input[type=submit]:hover,\n .input-group-btn:not(:first-child) > .btn-group:focus,\n .input-group-btn:not(:first-child) > .btn-group:active,\n .input-group-btn:not(:first-child) > .btn-group:hover {\n z-index: 3; }\n\n.custom-control {\n position: relative;\n display: inline-block;\n padding-left: 1.5rem;\n cursor: pointer; }\n .custom-control + .custom-control {\n margin-left: 1rem; }\n\n.custom-control-input {\n position: absolute;\n z-index: -1;\n opacity: 0; }\n .custom-control-input:checked ~ .custom-control-indicator {\n color: #fff;\n background-color: #0074d9; }\n .custom-control-input:focus ~ .custom-control-indicator {\n box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }\n .custom-control-input:active ~ .custom-control-indicator {\n color: #fff;\n background-color: #84c6ff; }\n .custom-control-input:disabled ~ .custom-control-indicator {\n cursor: not-allowed;\n background-color: #eee; }\n .custom-control-input:disabled ~ .custom-control-description {\n color: #767676;\n cursor: not-allowed; }\n\n.custom-control-indicator {\n position: absolute;\n top: .25rem;\n left: 0;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n user-select: none;\n background-color: #ddd;\n background-repeat: no-repeat;\n background-position: center center;\n background-size: 50% 50%; }\n\n.custom-checkbox .custom-control-indicator {\n border-radius: 0.25rem; }\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\"); }\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {\n background-color: #0074d9;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E\"); }\n\n.custom-radio .custom-control-indicator {\n border-radius: 50%; }\n\n.custom-radio .custom-control-input:checked ~ .custom-control-indicator {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E\"); }\n\n.custom-controls-stacked .custom-control {\n float: left;\n clear: left; }\n .custom-controls-stacked .custom-control + .custom-control {\n margin-left: 0; }\n\n.custom-select {\n display: inline-block;\n max-width: 100%;\n height: calc(2.5rem - 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n padding-right: 0.75rem \\9;\n color: #55595c;\n vertical-align: middle;\n background: #fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right 0.75rem center;\n background-image: none \\9;\n background-size: 8px 10px;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n -moz-appearance: none;\n -webkit-appearance: none; }\n .custom-select:focus {\n border-color: #51a7e8;\n outline: none; }\n .custom-select:focus::-ms-value {\n color: #55595c;\n background-color: #fff; }\n .custom-select:disabled {\n color: #818a91;\n cursor: not-allowed;\n background-color: #eceeef; }\n .custom-select::-ms-expand {\n opacity: 0; }\n\n.custom-select-sm {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n font-size: 75%; }\n\n.custom-file {\n position: relative;\n display: inline-block;\n max-width: 100%;\n height: 2.5rem;\n cursor: pointer; }\n\n.custom-file-input {\n min-width: 14rem;\n max-width: 100%;\n margin: 0;\n filter: alpha(opacity=0);\n opacity: 0; }\n\n.custom-file-control {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 5;\n height: 2.5rem;\n padding: 0.5rem 1rem;\n line-height: 1.5;\n color: #555;\n user-select: none;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 0.25rem; }\n .custom-file-control:lang(en)::after {\n content: \"Choose file...\"; }\n .custom-file-control::before {\n position: absolute;\n top: -1px;\n right: -1px;\n bottom: -1px;\n z-index: 6;\n display: block;\n height: 2.5rem;\n padding: 0.5rem 1rem;\n line-height: 1.5;\n color: #555;\n background-color: #eee;\n border: 1px solid #ddd;\n border-radius: 0 0.25rem 0.25rem 0; }\n .custom-file-control:lang(en)::before {\n content: \"Browse\"; }\n\n.nav {\n padding-left: 0;\n margin-bottom: 0;\n list-style: none; }\n\n.nav-link {\n display: inline-block; }\n .nav-link:focus, .nav-link:hover {\n text-decoration: none; }\n .nav-link.disabled {\n color: #818a91; }\n .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {\n color: #818a91;\n cursor: not-allowed;\n background-color: transparent; }\n\n.nav-inline .nav-item {\n display: inline-block; }\n\n.nav-inline .nav-item + .nav-item,\n.nav-inline .nav-link + .nav-link {\n margin-left: 1rem; }\n\n.nav-tabs {\n border-bottom: 1px solid #ddd; }\n .nav-tabs::after {\n content: \"\";\n display: table;\n clear: both; }\n .nav-tabs .nav-item {\n float: left;\n margin-bottom: -1px; }\n .nav-tabs .nav-item + .nav-item {\n margin-left: 0.2rem; }\n .nav-tabs .nav-link {\n display: block;\n padding: 0.5em 1em;\n border: 1px solid transparent;\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {\n border-color: #eceeef #eceeef #ddd; }\n .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {\n color: #818a91;\n background-color: transparent;\n border-color: transparent; }\n .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,\n .nav-tabs .nav-item.open .nav-link,\n .nav-tabs .nav-item.open .nav-link:focus,\n .nav-tabs .nav-item.open .nav-link:hover {\n color: #55595c;\n background-color: #fff;\n border-color: #ddd #ddd transparent; }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-right-radius: 0;\n border-top-left-radius: 0; }\n\n.nav-pills::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.nav-pills .nav-item {\n float: left; }\n .nav-pills .nav-item + .nav-item {\n margin-left: 0.2rem; }\n\n.nav-pills .nav-link {\n display: block;\n padding: 0.5em 1em;\n border-radius: 0.25rem; }\n\n.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,\n.nav-pills .nav-item.open .nav-link,\n.nav-pills .nav-item.open .nav-link:focus,\n.nav-pills .nav-item.open .nav-link:hover {\n color: #fff;\n cursor: default;\n background-color: #fece00; }\n\n.nav-stacked .nav-item {\n display: block;\n float: none; }\n .nav-stacked .nav-item + .nav-item {\n margin-top: 0.2rem;\n margin-left: 0; }\n\n.tab-content > .tab-pane {\n display: none; }\n\n.tab-content > .active {\n display: block; }\n\n.navbar {\n position: relative;\n padding: 0.5rem 1rem; }\n .navbar::after {\n content: \"\";\n display: table;\n clear: both; }\n @media (min-width: 576px) {\n .navbar {\n border-radius: 0px; } }\n\n.navbar-full {\n z-index: 1000; }\n @media (min-width: 576px) {\n .navbar-full {\n border-radius: 0; } }\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n position: fixed;\n right: 0;\n left: 0;\n z-index: 1030; }\n @media (min-width: 576px) {\n .navbar-fixed-top,\n .navbar-fixed-bottom {\n border-radius: 0; } }\n\n.navbar-fixed-top {\n top: 0; }\n\n.navbar-fixed-bottom {\n bottom: 0; }\n\n.navbar-sticky-top {\n position: sticky;\n top: 0;\n z-index: 1030;\n width: 100%; }\n @media (min-width: 576px) {\n .navbar-sticky-top {\n border-radius: 0; } }\n\n.navbar-brand {\n float: left;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit; }\n .navbar-brand:focus, .navbar-brand:hover {\n text-decoration: none; }\n\n.navbar-divider {\n float: left;\n width: 1px;\n padding-top: 0.425rem;\n padding-bottom: 0.425rem;\n margin-right: 1rem;\n margin-left: 1rem;\n overflow: hidden; }\n .navbar-divider::before {\n content: \"\\00a0\"; }\n\n.navbar-text {\n display: inline-block;\n padding-top: .425rem;\n padding-bottom: .425rem; }\n\n.navbar-toggler {\n width: 2.5em;\n height: 2em;\n padding: 0.5rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background: transparent no-repeat center center;\n background-size: 24px 24px;\n border: 1px solid transparent;\n border-radius: 0.25rem; }\n .navbar-toggler:focus, .navbar-toggler:hover {\n text-decoration: none; }\n\n.navbar-toggleable-xs::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 575px) {\n .navbar-toggleable-xs .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-xs .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-xs .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 576px) {\n .navbar-toggleable-xs {\n display: block; } }\n\n.navbar-toggleable-sm::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 767px) {\n .navbar-toggleable-sm .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-sm .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-sm .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 768px) {\n .navbar-toggleable-sm {\n display: block; } }\n\n.navbar-toggleable-md::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 991px) {\n .navbar-toggleable-md .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-md .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-md .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 992px) {\n .navbar-toggleable-md {\n display: block; } }\n\n.navbar-toggleable-lg::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 1199px) {\n .navbar-toggleable-lg .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-lg .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-lg .navbar-nav .dropdown-menu {\n position: static;\n float: none; } }\n\n@media (min-width: 1200px) {\n .navbar-toggleable-lg {\n display: block; } }\n\n.navbar-toggleable-xl {\n display: block; }\n .navbar-toggleable-xl::after {\n content: \"\";\n display: table;\n clear: both; }\n .navbar-toggleable-xl .navbar-brand {\n display: block;\n float: none;\n margin-top: .5rem;\n margin-right: 0; }\n .navbar-toggleable-xl .navbar-nav {\n margin-top: .5rem;\n margin-bottom: .5rem; }\n .navbar-toggleable-xl .navbar-nav .dropdown-menu {\n position: static;\n float: none; }\n\n.navbar-nav .nav-item {\n float: left; }\n\n.navbar-nav .nav-link {\n display: block;\n padding-top: .425rem;\n padding-bottom: .425rem; }\n .navbar-nav .nav-link + .nav-link {\n margin-left: 1rem; }\n\n.navbar-nav .nav-item + .nav-item {\n margin-left: 1rem; }\n\n.navbar-light .navbar-brand,\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.9); }\n .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,\n .navbar-light .navbar-toggler:focus,\n .navbar-light .navbar-toggler:hover {\n color: rgba(0, 0, 0, 0.9); }\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5); }\n .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {\n color: rgba(0, 0, 0, 0.7); }\n\n.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link:focus,\n.navbar-light .navbar-nav .active > .nav-link:hover,\n.navbar-light .navbar-nav .nav-link.open,\n.navbar-light .navbar-nav .nav-link.open:focus,\n.navbar-light .navbar-nav .nav-link.open:hover,\n.navbar-light .navbar-nav .nav-link.active,\n.navbar-light .navbar-nav .nav-link.active:focus,\n.navbar-light .navbar-nav .nav-link.active:hover {\n color: rgba(0, 0, 0, 0.9); }\n\n.navbar-light .navbar-toggler {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");\n border-color: rgba(0, 0, 0, 0.1); }\n\n.navbar-light .navbar-divider {\n background-color: rgba(0, 0, 0, 0.075); }\n\n.navbar-dark .navbar-brand,\n.navbar-dark .navbar-toggler {\n color: white; }\n .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,\n .navbar-dark .navbar-toggler:focus,\n .navbar-dark .navbar-toggler:hover {\n color: white; }\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5); }\n .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {\n color: rgba(255, 255, 255, 0.75); }\n\n.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link:focus,\n.navbar-dark .navbar-nav .active > .nav-link:hover,\n.navbar-dark .navbar-nav .nav-link.open,\n.navbar-dark .navbar-nav .nav-link.open:focus,\n.navbar-dark .navbar-nav .nav-link.open:hover,\n.navbar-dark .navbar-nav .nav-link.active,\n.navbar-dark .navbar-nav .nav-link.active:focus,\n.navbar-dark .navbar-nav .nav-link.active:hover {\n color: white; }\n\n.navbar-dark .navbar-toggler {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");\n border-color: rgba(255, 255, 255, 0.1); }\n\n.navbar-dark .navbar-divider {\n background-color: rgba(255, 255, 255, 0.075); }\n\n.navbar-toggleable-xs::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 575px) {\n .navbar-toggleable-xs .navbar-nav .nav-item {\n float: none;\n margin-left: 0; } }\n\n@media (min-width: 576px) {\n .navbar-toggleable-xs {\n display: block !important; } }\n\n.navbar-toggleable-sm::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 767px) {\n .navbar-toggleable-sm .navbar-nav .nav-item {\n float: none;\n margin-left: 0; } }\n\n@media (min-width: 768px) {\n .navbar-toggleable-sm {\n display: block !important; } }\n\n.navbar-toggleable-md::after {\n content: \"\";\n display: table;\n clear: both; }\n\n@media (max-width: 991px) {\n .navbar-toggleable-md .navbar-nav .nav-item {\n float: none;\n margin-left: 0; } }\n\n@media (min-width: 992px) {\n .navbar-toggleable-md {\n display: block !important; } }\n\n.card {\n position: relative;\n display: block;\n margin-bottom: 0.75rem;\n background-color: #fff;\n border-radius: 0.25rem;\n border: 1px solid rgba(0, 0, 0, 0.125); }\n\n.card-block {\n padding: 1.25rem; }\n .card-block::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.card-title {\n margin-bottom: 0.75rem; }\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0; }\n\n.card-text:last-child {\n margin-bottom: 0; }\n\n.card-link:hover {\n text-decoration: none; }\n\n.card-link + .card-link {\n margin-left: 1.25rem; }\n\n.card > .list-group:first-child .list-group-item:first-child {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.card > .list-group:last-child .list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem; }\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: #f5f5f5;\n border-bottom: 1px solid rgba(0, 0, 0, 0.125); }\n .card-header::after {\n content: \"\";\n display: table;\n clear: both; }\n .card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: #f5f5f5;\n border-top: 1px solid rgba(0, 0, 0, 0.125); }\n .card-footer::after {\n content: \"\";\n display: table;\n clear: both; }\n .card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0; }\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem; }\n\n.card-primary {\n background-color: #fece00;\n border-color: #fece00; }\n .card-primary .card-header,\n .card-primary .card-footer {\n background-color: transparent; }\n\n.card-success {\n background-color: #5cb85c;\n border-color: #5cb85c; }\n .card-success .card-header,\n .card-success .card-footer {\n background-color: transparent; }\n\n.card-info {\n background-color: #5bc0de;\n border-color: #5bc0de; }\n .card-info .card-header,\n .card-info .card-footer {\n background-color: transparent; }\n\n.card-warning {\n background-color: #f0ad4e;\n border-color: #f0ad4e; }\n .card-warning .card-header,\n .card-warning .card-footer {\n background-color: transparent; }\n\n.card-danger {\n background-color: #d9534f;\n border-color: #d9534f; }\n .card-danger .card-header,\n .card-danger .card-footer {\n background-color: transparent; }\n\n.card-outline-primary {\n background-color: transparent;\n border-color: #fece00; }\n\n.card-outline-secondary {\n background-color: transparent;\n border-color: #ccc; }\n\n.card-outline-info {\n background-color: transparent;\n border-color: #5bc0de; }\n\n.card-outline-success {\n background-color: transparent;\n border-color: #5cb85c; }\n\n.card-outline-warning {\n background-color: transparent;\n border-color: #f0ad4e; }\n\n.card-outline-danger {\n background-color: transparent;\n border-color: #d9534f; }\n\n.card-inverse .card-header,\n.card-inverse .card-footer {\n border-color: rgba(255, 255, 255, 0.2); }\n\n.card-inverse .card-header,\n.card-inverse .card-footer,\n.card-inverse .card-title,\n.card-inverse .card-blockquote {\n color: #fff; }\n\n.card-inverse .card-link,\n.card-inverse .card-text,\n.card-inverse .card-subtitle,\n.card-inverse .card-blockquote .blockquote-footer {\n color: rgba(255, 255, 255, 0.65); }\n\n.card-inverse .card-link:focus, .card-inverse .card-link:hover {\n color: #fff; }\n\n.card-blockquote {\n padding: 0;\n margin-bottom: 0;\n border-left: 0; }\n\n.card-img {\n border-radius: calc(0.25rem - 1px); }\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem; }\n\n.card-img-top {\n border-top-right-radius: calc(0.25rem - 1px);\n border-top-left-radius: calc(0.25rem - 1px); }\n\n.card-img-bottom {\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px); }\n\n@media (min-width: 576px) {\n .card-deck {\n display: table;\n width: 100%;\n margin-bottom: 0.75rem;\n table-layout: fixed;\n border-spacing: 1.25rem 0; }\n .card-deck .card {\n display: table-cell;\n margin-bottom: 0;\n vertical-align: top; }\n .card-deck-wrapper {\n margin-right: -1.25rem;\n margin-left: -1.25rem; } }\n\n@media (min-width: 576px) {\n .card-group {\n display: table;\n width: 100%;\n table-layout: fixed; }\n .card-group .card {\n display: table-cell;\n vertical-align: top; }\n .card-group .card + .card {\n margin-left: 0;\n border-left: 0; }\n .card-group .card:first-child {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0; }\n .card-group .card:first-child .card-img-top {\n border-top-right-radius: 0; }\n .card-group .card:first-child .card-img-bottom {\n border-bottom-right-radius: 0; }\n .card-group .card:last-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0; }\n .card-group .card:last-child .card-img-top {\n border-top-left-radius: 0; }\n .card-group .card:last-child .card-img-bottom {\n border-bottom-left-radius: 0; }\n .card-group .card:not(:first-child):not(:last-child) {\n border-radius: 0; }\n .card-group .card:not(:first-child):not(:last-child) .card-img-top,\n .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {\n border-radius: 0; } }\n\n@media (min-width: 576px) {\n .card-columns {\n column-count: 3;\n column-gap: 1.25rem; }\n .card-columns .card {\n display: inline-block;\n width: 100%; } }\n\n.breadcrumb {\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #eceeef;\n border-radius: 0.25rem; }\n .breadcrumb::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.breadcrumb-item {\n float: left; }\n .breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n color: #818a91;\n content: \"/\"; }\n .breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline; }\n .breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none; }\n .breadcrumb-item.active {\n color: #818a91; }\n\n.pagination {\n display: inline-block;\n padding-left: 0;\n margin-top: 1rem;\n margin-bottom: 1rem;\n border-radius: 0.25rem; }\n\n.page-item {\n display: inline; }\n .page-item:first-child .page-link {\n margin-left: 0;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .page-item:last-child .page-link {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {\n z-index: 2;\n color: #fff;\n cursor: default;\n background-color: #fece00;\n border-color: #fece00; }\n .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {\n color: #818a91;\n pointer-events: none;\n cursor: not-allowed;\n background-color: #fff;\n border-color: #ddd; }\n\n.page-link {\n position: relative;\n float: left;\n padding: 0.5rem 0.75rem;\n margin-left: -1px;\n color: #fece00;\n text-decoration: none;\n background-color: #fff;\n border: 1px solid #ddd; }\n .page-link:focus, .page-link:hover {\n color: #b29000;\n background-color: #eceeef;\n border-color: #ddd; }\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem; }\n\n.pagination-lg .page-item:first-child .page-link {\n border-bottom-left-radius: 0.3rem;\n border-top-left-radius: 0.3rem; }\n\n.pagination-lg .page-item:last-child .page-link {\n border-bottom-right-radius: 0.3rem;\n border-top-right-radius: 0.3rem; }\n\n.pagination-sm .page-link {\n padding: 0.275rem 0.75rem;\n font-size: 0.875rem; }\n\n.pagination-sm .page-item:first-child .page-link {\n border-bottom-left-radius: 0.2rem;\n border-top-left-radius: 0.2rem; }\n\n.pagination-sm .page-item:last-child .page-link {\n border-bottom-right-radius: 0.2rem;\n border-top-right-radius: 0.2rem; }\n\n.tag {\n display: inline-block;\n padding: 0.25em 0.4em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem; }\n .tag:empty {\n display: none; }\n\n.btn .tag, .wpcf7 input[type=submit] .tag {\n position: relative;\n top: -1px; }\n\na.tag:focus, a.tag:hover {\n color: #fff;\n text-decoration: none;\n cursor: pointer; }\n\n.tag-pill {\n padding-right: 0.6em;\n padding-left: 0.6em;\n border-radius: 10rem; }\n\n.tag-default {\n background-color: #818a91; }\n .tag-default[href]:focus, .tag-default[href]:hover {\n background-color: #687077; }\n\n.tag-primary {\n background-color: #fece00; }\n .tag-primary[href]:focus, .tag-primary[href]:hover {\n background-color: #cba500; }\n\n.tag-success {\n background-color: #5cb85c; }\n .tag-success[href]:focus, .tag-success[href]:hover {\n background-color: #449d44; }\n\n.tag-info {\n background-color: #5bc0de; }\n .tag-info[href]:focus, .tag-info[href]:hover {\n background-color: #31b0d5; }\n\n.tag-warning {\n background-color: #f0ad4e; }\n .tag-warning[href]:focus, .tag-warning[href]:hover {\n background-color: #ec971f; }\n\n.tag-danger {\n background-color: #d9534f; }\n .tag-danger[href]:focus, .tag-danger[href]:hover {\n background-color: #c9302c; }\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #eceeef;\n border-radius: 0.3rem; }\n @media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem; } }\n\n.jumbotron-hr {\n border-top-color: #d0d5d8; }\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0; }\n\n.alert {\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem; }\n\n.alert-heading {\n color: inherit; }\n\n.alert-link {\n font-weight: bold; }\n\n.alert-dismissible {\n padding-right: 2.5rem; }\n .alert-dismissible .close {\n position: relative;\n top: -.125rem;\n right: -1.25rem;\n color: inherit; }\n\n.alert-success {\n background-color: #dff0d8;\n border-color: #d0e9c6;\n color: #3c763d; }\n .alert-success hr {\n border-top-color: #c1e2b3; }\n .alert-success .alert-link {\n color: #2b542c; }\n\n.alert-info {\n background-color: #d9edf7;\n border-color: #bcdff1;\n color: #31708f; }\n .alert-info hr {\n border-top-color: #a6d5ec; }\n .alert-info .alert-link {\n color: #245269; }\n\n.alert-warning {\n background-color: #fcf8e3;\n border-color: #faf2cc;\n color: #8a6d3b; }\n .alert-warning hr {\n border-top-color: #f7ecb5; }\n .alert-warning .alert-link {\n color: #66512c; }\n\n.alert-danger {\n background-color: #f2dede;\n border-color: #ebcccc;\n color: #a94442; }\n .alert-danger hr {\n border-top-color: #e4b9b9; }\n .alert-danger .alert-link {\n color: #843534; }\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0; }\n to {\n background-position: 0 0; } }\n\n.progress {\n display: block;\n width: 100%;\n height: 1rem;\n margin-bottom: 1rem; }\n\n.progress[value] {\n background-color: #eee;\n border: 0;\n appearance: none;\n border-radius: 0.25rem; }\n\n.progress[value]::-ms-fill {\n background-color: #0074d9;\n border: 0; }\n\n.progress[value]::-moz-progress-bar {\n background-color: #0074d9;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.progress[value]::-webkit-progress-value {\n background-color: #0074d9;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.progress[value=\"100\"]::-moz-progress-bar {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n\n.progress[value=\"100\"]::-webkit-progress-value {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n\n.progress[value]::-webkit-progress-bar {\n background-color: #eee;\n border-radius: 0.25rem; }\n\nbase::-moz-progress-bar,\n.progress[value] {\n background-color: #eee;\n border-radius: 0.25rem; }\n\n@media screen and (min-width: 0\\0) {\n .progress {\n background-color: #eee;\n border-radius: 0.25rem; }\n .progress-bar {\n display: inline-block;\n height: 1rem;\n text-indent: -999rem;\n background-color: #0074d9;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .progress[width=\"100%\"] {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; } }\n\n.progress-striped[value]::-webkit-progress-value {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; }\n\n.progress-striped[value]::-moz-progress-bar {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; }\n\n.progress-striped[value]::-ms-fill {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; }\n\n@media screen and (min-width: 0\\0) {\n .progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 1rem 1rem; } }\n\n.progress-animated[value]::-webkit-progress-value {\n animation: progress-bar-stripes 2s linear infinite; }\n\n.progress-animated[value]::-moz-progress-bar {\n animation: progress-bar-stripes 2s linear infinite; }\n\n@media screen and (min-width: 0\\0) {\n .progress-animated .progress-bar-striped {\n animation: progress-bar-stripes 2s linear infinite; } }\n\n.progress-success[value]::-webkit-progress-value {\n background-color: #5cb85c; }\n\n.progress-success[value]::-moz-progress-bar {\n background-color: #5cb85c; }\n\n.progress-success[value]::-ms-fill {\n background-color: #5cb85c; }\n\n@media screen and (min-width: 0\\0) {\n .progress-success .progress-bar {\n background-color: #5cb85c; } }\n\n.progress-info[value]::-webkit-progress-value {\n background-color: #5bc0de; }\n\n.progress-info[value]::-moz-progress-bar {\n background-color: #5bc0de; }\n\n.progress-info[value]::-ms-fill {\n background-color: #5bc0de; }\n\n@media screen and (min-width: 0\\0) {\n .progress-info .progress-bar {\n background-color: #5bc0de; } }\n\n.progress-warning[value]::-webkit-progress-value {\n background-color: #f0ad4e; }\n\n.progress-warning[value]::-moz-progress-bar {\n background-color: #f0ad4e; }\n\n.progress-warning[value]::-ms-fill {\n background-color: #f0ad4e; }\n\n@media screen and (min-width: 0\\0) {\n .progress-warning .progress-bar {\n background-color: #f0ad4e; } }\n\n.progress-danger[value]::-webkit-progress-value {\n background-color: #d9534f; }\n\n.progress-danger[value]::-moz-progress-bar {\n background-color: #d9534f; }\n\n.progress-danger[value]::-ms-fill {\n background-color: #d9534f; }\n\n@media screen and (min-width: 0\\0) {\n .progress-danger .progress-bar {\n background-color: #d9534f; } }\n\n.media,\n.media-body {\n overflow: hidden; }\n\n.media-body {\n width: 10000px; }\n\n.media-left,\n.media-right,\n.media-body {\n display: table-cell;\n vertical-align: top; }\n\n.media-middle {\n vertical-align: middle; }\n\n.media-bottom {\n vertical-align: bottom; }\n\n.media-object {\n display: block; }\n .media-object.img-thumbnail {\n max-width: none; }\n\n.media-right {\n padding-left: 10px; }\n\n.media-left {\n padding-right: 10px; }\n\n.media-heading {\n margin-top: 0;\n margin-bottom: 5px; }\n\n.media-list {\n padding-left: 0;\n list-style: none; }\n\n.list-group {\n padding-left: 0;\n margin-bottom: 0; }\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n margin-bottom: -1px;\n background-color: #fff;\n border: 1px solid #ddd; }\n .list-group-item:first-child {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n .list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem; }\n .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {\n color: #818a91;\n cursor: not-allowed;\n background-color: #eceeef; }\n .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {\n color: inherit; }\n .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {\n color: #818a91; }\n .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {\n z-index: 2;\n color: #fff;\n text-decoration: none;\n background-color: #fece00;\n border-color: #fece00; }\n .list-group-item.active .list-group-item-heading,\n .list-group-item.active .list-group-item-heading > small,\n .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,\n .list-group-item.active:focus .list-group-item-heading > small,\n .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,\n .list-group-item.active:hover .list-group-item-heading > small,\n .list-group-item.active:hover .list-group-item-heading > .small {\n color: inherit; }\n .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {\n color: #fff5cb; }\n\n.list-group-flush .list-group-item {\n border-right: 0;\n border-left: 0;\n border-radius: 0; }\n\n.list-group-item-action {\n width: 100%;\n color: #555;\n text-align: inherit; }\n .list-group-item-action .list-group-item-heading {\n color: #333; }\n .list-group-item-action:focus, .list-group-item-action:hover {\n color: #555;\n text-decoration: none;\n background-color: #f5f5f5; }\n\n.list-group-item-success {\n color: #3c763d;\n background-color: #dff0d8; }\n\na.list-group-item-success,\nbutton.list-group-item-success {\n color: #3c763d; }\n a.list-group-item-success .list-group-item-heading,\n button.list-group-item-success .list-group-item-heading {\n color: inherit; }\n a.list-group-item-success:focus, a.list-group-item-success:hover,\n button.list-group-item-success:focus,\n button.list-group-item-success:hover {\n color: #3c763d;\n background-color: #d0e9c6; }\n a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,\n button.list-group-item-success.active,\n button.list-group-item-success.active:focus,\n button.list-group-item-success.active:hover {\n color: #fff;\n background-color: #3c763d;\n border-color: #3c763d; }\n\n.list-group-item-info {\n color: #31708f;\n background-color: #d9edf7; }\n\na.list-group-item-info,\nbutton.list-group-item-info {\n color: #31708f; }\n a.list-group-item-info .list-group-item-heading,\n button.list-group-item-info .list-group-item-heading {\n color: inherit; }\n a.list-group-item-info:focus, a.list-group-item-info:hover,\n button.list-group-item-info:focus,\n button.list-group-item-info:hover {\n color: #31708f;\n background-color: #c4e3f3; }\n a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,\n button.list-group-item-info.active,\n button.list-group-item-info.active:focus,\n button.list-group-item-info.active:hover {\n color: #fff;\n background-color: #31708f;\n border-color: #31708f; }\n\n.list-group-item-warning {\n color: #8a6d3b;\n background-color: #fcf8e3; }\n\na.list-group-item-warning,\nbutton.list-group-item-warning {\n color: #8a6d3b; }\n a.list-group-item-warning .list-group-item-heading,\n button.list-group-item-warning .list-group-item-heading {\n color: inherit; }\n a.list-group-item-warning:focus, a.list-group-item-warning:hover,\n button.list-group-item-warning:focus,\n button.list-group-item-warning:hover {\n color: #8a6d3b;\n background-color: #faf2cc; }\n a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,\n button.list-group-item-warning.active,\n button.list-group-item-warning.active:focus,\n button.list-group-item-warning.active:hover {\n color: #fff;\n background-color: #8a6d3b;\n border-color: #8a6d3b; }\n\n.list-group-item-danger {\n color: #a94442;\n background-color: #f2dede; }\n\na.list-group-item-danger,\nbutton.list-group-item-danger {\n color: #a94442; }\n a.list-group-item-danger .list-group-item-heading,\n button.list-group-item-danger .list-group-item-heading {\n color: inherit; }\n a.list-group-item-danger:focus, a.list-group-item-danger:hover,\n button.list-group-item-danger:focus,\n button.list-group-item-danger:hover {\n color: #a94442;\n background-color: #ebcccc; }\n a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,\n button.list-group-item-danger.active,\n button.list-group-item-danger.active:focus,\n button.list-group-item-danger.active:hover {\n color: #fff;\n background-color: #a94442;\n border-color: #a94442; }\n\n.list-group-item-heading {\n margin-top: 0;\n margin-bottom: 5px; }\n\n.list-group-item-text {\n margin-bottom: 0;\n line-height: 1.3; }\n\n.embed-responsive {\n position: relative;\n display: block;\n height: 0;\n padding: 0;\n overflow: hidden; }\n .embed-responsive .embed-responsive-item,\n .embed-responsive iframe,\n .embed-responsive embed,\n .embed-responsive object,\n .embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0; }\n\n.embed-responsive-21by9 {\n padding-bottom: 42.85714%; }\n\n.embed-responsive-16by9 {\n padding-bottom: 56.25%; }\n\n.embed-responsive-4by3 {\n padding-bottom: 75%; }\n\n.embed-responsive-1by1 {\n padding-bottom: 100%; }\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: bold;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .2; }\n .close:focus, .close:hover {\n color: #000;\n text-decoration: none;\n cursor: pointer;\n opacity: .5; }\n\nbutton.close {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none; }\n\n.modal-open {\n overflow: hidden; }\n\n.modal {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1050;\n display: none;\n overflow: hidden;\n outline: 0; }\n .modal.fade .modal-dialog {\n transition: transform .3s ease-out;\n transform: translate(0, -25%); }\n .modal.in .modal-dialog {\n transform: translate(0, 0); }\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto; }\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px; }\n\n.modal-content {\n position: relative;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0; }\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1040;\n background-color: #000; }\n .modal-backdrop.fade {\n opacity: 0; }\n .modal-backdrop.in {\n opacity: 0.5; }\n\n.modal-header {\n padding: 15px;\n border-bottom: 1px solid #e5e5e5; }\n .modal-header::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.modal-header .close {\n margin-top: -2px; }\n\n.modal-title {\n margin: 0;\n line-height: 1.5; }\n\n.modal-body {\n position: relative;\n padding: 15px; }\n\n.modal-footer {\n padding: 15px;\n text-align: right;\n border-top: 1px solid #e5e5e5; }\n .modal-footer::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll; }\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 600px;\n margin: 30px auto; }\n .modal-sm {\n max-width: 300px; } }\n\n@media (min-width: 992px) {\n .modal-lg {\n max-width: 900px; } }\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0; }\n .tooltip.in {\n opacity: 0.9; }\n .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {\n padding: 5px 0;\n margin-top: -3px; }\n .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n content: \"\";\n border-width: 5px 5px 0;\n border-top-color: #000; }\n .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {\n padding: 0 5px;\n margin-left: 3px; }\n .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {\n top: 50%;\n left: 0;\n margin-top: -5px;\n content: \"\";\n border-width: 5px 5px 5px 0;\n border-right-color: #000; }\n .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {\n padding: 5px 0;\n margin-top: 3px; }\n .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {\n top: 0;\n left: 50%;\n margin-left: -5px;\n content: \"\";\n border-width: 0 5px 5px;\n border-bottom-color: #000; }\n .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {\n padding: 0 5px;\n margin-left: -3px; }\n .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {\n top: 50%;\n right: 0;\n margin-top: -5px;\n content: \"\";\n border-width: 5px 0 5px 5px;\n border-left-color: #000; }\n\n.tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem; }\n .tooltip-inner::before {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid; }\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n padding: 1px;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem; }\n .popover.popover-top, .popover.bs-tether-element-attached-bottom {\n margin-top: -10px; }\n .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {\n left: 50%;\n border-bottom-width: 0; }\n .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {\n bottom: -11px;\n margin-left: -11px;\n border-top-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {\n bottom: -10px;\n margin-left: -10px;\n border-top-color: #fff; }\n .popover.popover-right, .popover.bs-tether-element-attached-left {\n margin-left: 10px; }\n .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {\n top: 50%;\n border-left-width: 0; }\n .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {\n left: -11px;\n margin-top: -11px;\n border-right-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {\n left: -10px;\n margin-top: -10px;\n border-right-color: #fff; }\n .popover.popover-bottom, .popover.bs-tether-element-attached-top {\n margin-top: 10px; }\n .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {\n left: 50%;\n border-top-width: 0; }\n .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {\n top: -11px;\n margin-left: -11px;\n border-bottom-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {\n top: -10px;\n margin-left: -10px;\n border-bottom-color: #f7f7f7; }\n .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 20px;\n margin-left: -10px;\n content: \"\";\n border-bottom: 1px solid #f7f7f7; }\n .popover.popover-left, .popover.bs-tether-element-attached-right {\n margin-left: -10px; }\n .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {\n top: 50%;\n border-right-width: 0; }\n .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {\n right: -11px;\n margin-top: -11px;\n border-left-color: rgba(0, 0, 0, 0.25); }\n .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {\n right: -10px;\n margin-top: -10px;\n border-left-color: #fff; }\n\n.popover-title {\n padding: 8px 14px;\n margin: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-radius: 0.2375rem 0.2375rem 0 0; }\n .popover-title:empty {\n display: none; }\n\n.popover-content {\n padding: 9px 14px; }\n\n.popover::before,\n.popover::after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid; }\n\n.popover::before {\n content: \"\";\n border-width: 11px; }\n\n.popover::after {\n content: \"\";\n border-width: 10px; }\n\n.carousel {\n position: relative; }\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden; }\n .carousel-inner > .carousel-item {\n position: relative;\n display: none;\n transition: .6s ease-in-out left; }\n .carousel-inner > .carousel-item > img,\n .carousel-inner > .carousel-item > a > img {\n line-height: 1; }\n @media all and (transform-3d), (-webkit-transform-3d) {\n .carousel-inner > .carousel-item {\n transition: transform .6s ease-in-out;\n backface-visibility: hidden;\n perspective: 1000px; }\n .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {\n left: 0;\n transform: translate3d(100%, 0, 0); }\n .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {\n left: 0;\n transform: translate3d(-100%, 0, 0); }\n .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {\n left: 0;\n transform: translate3d(0, 0, 0); } }\n .carousel-inner > .active,\n .carousel-inner > .next,\n .carousel-inner > .prev {\n display: block; }\n .carousel-inner > .active {\n left: 0; }\n .carousel-inner > .next,\n .carousel-inner > .prev {\n position: absolute;\n top: 0;\n width: 100%; }\n .carousel-inner > .next {\n left: 100%; }\n .carousel-inner > .prev {\n left: -100%; }\n .carousel-inner > .next.left,\n .carousel-inner > .prev.right {\n left: 0; }\n .carousel-inner > .active.left {\n left: -100%; }\n .carousel-inner > .active.right {\n left: 100%; }\n\n.carousel-control {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 15%;\n font-size: 20px;\n color: #fff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n opacity: 0.5; }\n .carousel-control.left {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }\n .carousel-control.right {\n right: 0;\n left: auto;\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }\n .carousel-control:focus, .carousel-control:hover {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: .9; }\n .carousel-control .icon-prev,\n .carousel-control .icon-next {\n position: absolute;\n top: 50%;\n z-index: 5;\n display: inline-block;\n width: 20px;\n height: 20px;\n margin-top: -10px;\n font-family: serif;\n line-height: 1; }\n .carousel-control .icon-prev {\n left: 50%;\n margin-left: -10px; }\n .carousel-control .icon-next {\n right: 50%;\n margin-right: -10px; }\n .carousel-control .icon-prev::before {\n content: \"\\2039\"; }\n .carousel-control .icon-next::before {\n content: \"\\203a\"; }\n\n.carousel-indicators {\n position: absolute;\n bottom: 10px;\n left: 50%;\n z-index: 15;\n width: 60%;\n padding-left: 0;\n margin-left: -30%;\n text-align: center;\n list-style: none; }\n .carousel-indicators li {\n display: inline-block;\n width: 10px;\n height: 10px;\n margin: 1px;\n text-indent: -999px;\n cursor: pointer;\n background-color: transparent;\n border: 1px solid #fff;\n border-radius: 10px; }\n .carousel-indicators .active {\n width: 12px;\n height: 12px;\n margin: 0;\n background-color: #fff; }\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }\n .carousel-caption .btn, .carousel-caption .wpcf7 input[type=submit], .wpcf7 .carousel-caption input[type=submit] {\n text-shadow: none; }\n\n@media (min-width: 576px) {\n .carousel-control .icon-prev,\n .carousel-control .icon-next {\n width: 30px;\n height: 30px;\n margin-top: -15px;\n font-size: 30px; }\n .carousel-control .icon-prev {\n margin-left: -15px; }\n .carousel-control .icon-next {\n margin-right: -15px; }\n .carousel-caption {\n right: 20%;\n left: 20%;\n padding-bottom: 30px; }\n .carousel-indicators {\n bottom: 20px; } }\n\n.align-baseline {\n vertical-align: baseline !important; }\n\n.align-top {\n vertical-align: top !important; }\n\n.align-middle {\n vertical-align: middle !important; }\n\n.align-bottom {\n vertical-align: bottom !important; }\n\n.align-text-bottom {\n vertical-align: text-bottom !important; }\n\n.align-text-top {\n vertical-align: text-top !important; }\n\n.bg-faded {\n background-color: #f7f7f9; }\n\n.bg-primary {\n background-color: #fece00 !important; }\n\na.bg-primary:focus, a.bg-primary:hover {\n background-color: #cba500 !important; }\n\n.bg-success {\n background-color: #5cb85c !important; }\n\na.bg-success:focus, a.bg-success:hover {\n background-color: #449d44 !important; }\n\n.bg-info {\n background-color: #5bc0de !important; }\n\na.bg-info:focus, a.bg-info:hover {\n background-color: #31b0d5 !important; }\n\n.bg-warning {\n background-color: #f0ad4e !important; }\n\na.bg-warning:focus, a.bg-warning:hover {\n background-color: #ec971f !important; }\n\n.bg-danger {\n background-color: #d9534f !important; }\n\na.bg-danger:focus, a.bg-danger:hover {\n background-color: #c9302c !important; }\n\n.bg-inverse {\n background-color: #373a3c !important; }\n\na.bg-inverse:focus, a.bg-inverse:hover {\n background-color: #1f2021 !important; }\n\n.rounded {\n border-radius: 0.25rem; }\n\n.rounded-top {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.rounded-right {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem; }\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem; }\n\n.rounded-left {\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem; }\n\n.rounded-circle {\n border-radius: 50%; }\n\n.clearfix::after {\n content: \"\";\n display: table;\n clear: both; }\n\n.d-block {\n display: block !important; }\n\n.d-inline-block {\n display: inline-block !important; }\n\n.d-inline {\n display: inline !important; }\n\n.float-xs-left {\n float: left !important; }\n\n.float-xs-right {\n float: right !important; }\n\n.float-xs-none {\n float: none !important; }\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important; }\n .float-sm-right {\n float: right !important; }\n .float-sm-none {\n float: none !important; } }\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important; }\n .float-md-right {\n float: right !important; }\n .float-md-none {\n float: none !important; } }\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important; }\n .float-lg-right {\n float: right !important; }\n .float-lg-none {\n float: none !important; } }\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important; }\n .float-xl-right {\n float: right !important; }\n .float-xl-none {\n float: none !important; } }\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto; }\n\n.w-100 {\n width: 100% !important; }\n\n.h-100 {\n height: 100% !important; }\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important; }\n\n.m-0 {\n margin: 0 0 !important; }\n\n.mt-0 {\n margin-top: 0 !important; }\n\n.mr-0 {\n margin-right: 0 !important; }\n\n.mb-0 {\n margin-bottom: 0 !important; }\n\n.ml-0 {\n margin-left: 0 !important; }\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important; }\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important; }\n\n.m-1 {\n margin: 1rem 1rem !important; }\n\n.mt-1 {\n margin-top: 1rem !important; }\n\n.mr-1 {\n margin-right: 1rem !important; }\n\n.mb-1 {\n margin-bottom: 1rem !important; }\n\n.ml-1 {\n margin-left: 1rem !important; }\n\n.mx-1 {\n margin-right: 1rem !important;\n margin-left: 1rem !important; }\n\n.my-1 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important; }\n\n.m-2 {\n margin: 1.5rem 1.5rem !important; }\n\n.mt-2 {\n margin-top: 1.5rem !important; }\n\n.mr-2 {\n margin-right: 1.5rem !important; }\n\n.mb-2 {\n margin-bottom: 1.5rem !important; }\n\n.ml-2 {\n margin-left: 1.5rem !important; }\n\n.mx-2 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important; }\n\n.my-2 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important; }\n\n.m-3 {\n margin: 3rem 3rem !important; }\n\n.mt-3 {\n margin-top: 3rem !important; }\n\n.mr-3 {\n margin-right: 3rem !important; }\n\n.mb-3 {\n margin-bottom: 3rem !important; }\n\n.ml-3 {\n margin-left: 3rem !important; }\n\n.mx-3 {\n margin-right: 3rem !important;\n margin-left: 3rem !important; }\n\n.my-3 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important; }\n\n.p-0 {\n padding: 0 0 !important; }\n\n.pt-0 {\n padding-top: 0 !important; }\n\n.pr-0 {\n padding-right: 0 !important; }\n\n.pb-0 {\n padding-bottom: 0 !important; }\n\n.pl-0 {\n padding-left: 0 !important; }\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important; }\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important; }\n\n.p-1 {\n padding: 1rem 1rem !important; }\n\n.pt-1 {\n padding-top: 1rem !important; }\n\n.pr-1 {\n padding-right: 1rem !important; }\n\n.pb-1 {\n padding-bottom: 1rem !important; }\n\n.pl-1 {\n padding-left: 1rem !important; }\n\n.px-1 {\n padding-right: 1rem !important;\n padding-left: 1rem !important; }\n\n.py-1 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important; }\n\n.p-2 {\n padding: 1.5rem 1.5rem !important; }\n\n.pt-2 {\n padding-top: 1.5rem !important; }\n\n.pr-2 {\n padding-right: 1.5rem !important; }\n\n.pb-2 {\n padding-bottom: 1.5rem !important; }\n\n.pl-2 {\n padding-left: 1.5rem !important; }\n\n.px-2 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important; }\n\n.py-2 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important; }\n\n.p-3 {\n padding: 3rem 3rem !important; }\n\n.pt-3 {\n padding-top: 3rem !important; }\n\n.pr-3 {\n padding-right: 3rem !important; }\n\n.pb-3 {\n padding-bottom: 3rem !important; }\n\n.pl-3 {\n padding-left: 3rem !important; }\n\n.px-3 {\n padding-right: 3rem !important;\n padding-left: 3rem !important; }\n\n.py-3 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important; }\n\n.pos-f-t {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030; }\n\n.text-justify {\n text-align: justify !important; }\n\n.text-nowrap {\n white-space: nowrap !important; }\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap; }\n\n.text-xs-left {\n text-align: left !important; }\n\n.text-xs-right {\n text-align: right !important; }\n\n.text-xs-center {\n text-align: center !important; }\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important; }\n .text-sm-right {\n text-align: right !important; }\n .text-sm-center {\n text-align: center !important; } }\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important; }\n .text-md-right {\n text-align: right !important; }\n .text-md-center {\n text-align: center !important; } }\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important; }\n .text-lg-right {\n text-align: right !important; }\n .text-lg-center {\n text-align: center !important; } }\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important; }\n .text-xl-right {\n text-align: right !important; }\n .text-xl-center {\n text-align: center !important; } }\n\n.text-lowercase {\n text-transform: lowercase !important; }\n\n.text-uppercase {\n text-transform: uppercase !important; }\n\n.text-capitalize {\n text-transform: capitalize !important; }\n\n.font-weight-normal {\n font-weight: normal; }\n\n.font-weight-bold {\n font-weight: bold; }\n\n.font-italic {\n font-style: italic; }\n\n.text-white {\n color: #fff !important; }\n\n.text-muted {\n color: #818a91 !important; }\n\na.text-muted:focus, a.text-muted:hover {\n color: #687077 !important; }\n\n.text-primary {\n color: #fece00 !important; }\n\na.text-primary:focus, a.text-primary:hover {\n color: #cba500 !important; }\n\n.text-success {\n color: #5cb85c !important; }\n\na.text-success:focus, a.text-success:hover {\n color: #449d44 !important; }\n\n.text-info {\n color: #5bc0de !important; }\n\na.text-info:focus, a.text-info:hover {\n color: #31b0d5 !important; }\n\n.text-warning {\n color: #f0ad4e !important; }\n\na.text-warning:focus, a.text-warning:hover {\n color: #ec971f !important; }\n\n.text-danger {\n color: #d9534f !important; }\n\na.text-danger:focus, a.text-danger:hover {\n color: #c9302c !important; }\n\n.text-gray-dark {\n color: #373a3c !important; }\n\na.text-gray-dark:focus, a.text-gray-dark:hover {\n color: #1f2021 !important; }\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0; }\n\n.invisible {\n visibility: hidden !important; }\n\n.hidden-xs-up {\n display: none !important; }\n\n@media (max-width: 575px) {\n .hidden-xs-down {\n display: none !important; } }\n\n@media (min-width: 576px) {\n .hidden-sm-up {\n display: none !important; } }\n\n@media (max-width: 767px) {\n .hidden-sm-down {\n display: none !important; } }\n\n@media (min-width: 768px) {\n .hidden-md-up {\n display: none !important; } }\n\n@media (max-width: 991px) {\n .hidden-md-down {\n display: none !important; } }\n\n@media (min-width: 992px) {\n .hidden-lg-up {\n display: none !important; } }\n\n@media (max-width: 1199px) {\n .hidden-lg-down {\n display: none !important; } }\n\n@media (min-width: 1200px) {\n .hidden-xl-up {\n display: none !important; } }\n\n.hidden-xl-down {\n display: none !important; }\n\n.visible-print-block {\n display: none !important; }\n @media print {\n .visible-print-block {\n display: block !important; } }\n\n.visible-print-inline {\n display: none !important; }\n @media print {\n .visible-print-inline {\n display: inline !important; } }\n\n.visible-print-inline-block {\n display: none !important; }\n @media print {\n .visible-print-inline-block {\n display: inline-block !important; } }\n\n@media print {\n .hidden-print {\n display: none !important; } }\n\n.wrapper {\n padding: 30px 0; }\n\n#wrapper-hero {\n padding: 0px !important; }\n\n.sticky,\n.gallery-caption,\n.bypostauthor {\n font-size: inherit; }\n\n.wrapper#wrapper-sticky {\n border-bottom: 1px solid #818a91; }\n\n#wrapper-footer-full,\n#wrapper-static-hero {\n background-color: #eceeef; }\n\n.wp-caption {\n font-size: inherit; }\n\n.wp-caption-text {\n font-size: inherit; }\n\n.screen-reader-text {\n font-size: inherit; }\n\n.alignright {\n float: right;\n padding-left: 10px; }\n\n.alignleft {\n float: left;\n padding-right: 10px; }\n\n.aligncenter {\n margin: 0px auto; }\n\n.entry-footer span {\n padding-right: 10px; }\n\nimg.wp-post-image,\narticle img,\nfigure,\nimg,\n#secondary img {\n max-width: 100%;\n height: auto; }\n\na.skip-link {\n position: fixed;\n z-index: 1000;\n top: 0px;\n right: 0px; }\n\n.jumbotron {\n margin-bottom: 0px; }\n\n.menu-item {\n float: left;\n display: inline;\n width: auto; }\n\n/* Navbar toggle\n * Custom button for toggling the `.navbar-collapse`, powered by the collapse\n * JavaScript plugin.\n * Navbar vertical align\n */\n.navbar-toggle {\n position: relative;\n float: right;\n margin-right: 1rem;\n padding: 9px 10px;\n background-color: transparent;\n background-image: none;\n border: 1px solid transparent;\n /*\n * We remove the `outline` here, but later compensate by attaching `:hover` styles to `:focus`.\n */ }\n .navbar-toggle:focus {\n outline: 0; }\n .navbar-toggle .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n border-radius: 1px; }\n .navbar-toggle .icon-bar + .icon-bar {\n margin-top: 4px; }\n\n.navbar .collapsing,\n.navbar .collapse.in {\n float: left;\n width: 100%; }\n\n.navbar-dark .navbar-toggle {\n border: 1px solid #fff; }\n\n.navbar-dark .icon-bar {\n border-bottom: 1px solid #fff; }\n\n.navbar-dark .dropdown-menu {\n background-color: #373a3c; }\n\n.navbar #main-menu {\n float: left; }\n\n.navbar-nav .nav-item {\n float: left; }\n\n.navbar-nav .nav-link {\n display: block;\n padding-top: .425rem;\n padding-bottom: .425rem; }\n .navbar-nav .nav-link + .nav-link {\n margin-left: 0rem; }\n\n.navbar-nav .nav-item + .nav-item {\n margin-left: 0rem; }\n\n.nav-link {\n margin-right: .425rem;\n margin-left: .425rem; }\n\n.post-navigation,\n.paged-navigation {\n padding: 15px 0;\n margin: 30px 0;\n border-top: 1px solid #eceeef; }\n\n.dropdown-menu .dropdown-menu {\n position: relative;\n display: block;\n margin-left: 10px;\n border: none;\n box-shadow: none; }\n .dropdown-menu .dropdown-menu li {\n padding-left: 0px;\n list-style: square; }\n\n.dropdown-menu .menu-item {\n width: 100%; }\n .dropdown-menu .menu-item a:hover {\n background-color: #fece00; }\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n cursor: pointer; }\n\n.gallery:after {\n content: \"\";\n display: table;\n clear: both; }\n\naside.widget {\n clear: both; }\n\n/*\n* Use existing Bootstrap 4 classes and\n* variables to extend - override CF7 style\n*\n* Useful CF7 classes:\n* .wpcf7 the wrapper element\n* .wpcf7-form\n* .wpcf7-form-control\n* .wpcf7-text\n* .wpcf7-email\n* .wpcf7-textarea\n* .wpcf7-submit\n*/\n.wpcf7 {\n max-width: 600px;\n margin: 0 auto !important; }\n .wpcf7 .wpcf7-form label {\n width: 100%; }\n .wpcf7 .wpcf7-not-valid-tip {\n color: #d9534f !important; }\n .wpcf7 .wpcf7-validation-errors {\n color: #d9534f !important;\n border: 1px solid #eceeef !important; }\n\n/*!\n * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */\n/* FONT PATH\n * -------------------------- */\n@font-face {\n font-family: 'FontAwesome';\n src: url(\"../fonts/fontawesome-webfont.eot?v=4.7.0\");\n src: url(\"../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0\") format(\"embedded-opentype\"), url(\"../fonts/fontawesome-webfont.woff2?v=4.7.0\") format(\"woff2\"), url(\"../fonts/fontawesome-webfont.woff?v=4.7.0\") format(\"woff\"), url(\"../fonts/fontawesome-webfont.ttf?v=4.7.0\") format(\"truetype\"), url(\"../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular\") format(\"svg\");\n font-weight: normal;\n font-style: normal; }\n\n.fa {\n display: inline-block;\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale; }\n\n/* makes the font 33% larger relative to the icon container */\n.fa-lg {\n font-size: 1.33333em;\n line-height: 0.75em;\n vertical-align: -15%; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-fw {\n width: 1.28571em;\n text-align: center; }\n\n.fa-ul {\n padding-left: 0;\n margin-left: 2.14286em;\n list-style-type: none; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n position: absolute;\n left: -2.14286em;\n width: 2.14286em;\n top: 0.14286em;\n text-align: center; }\n .fa-li.fa-lg {\n left: -1.85714em; }\n\n.fa-border {\n padding: .2em .25em .15em;\n border: solid 0.08em #eee;\n border-radius: .1em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\n\n.fa.fa-pull-left {\n margin-right: .3em; }\n\n.fa.fa-pull-right {\n margin-left: .3em; }\n\n/* Deprecated as of 4.4.0 */\n.pull-right {\n float: right; }\n\n.pull-left {\n float: left; }\n\n.fa.pull-left {\n margin-right: .3em; }\n\n.fa.pull-right {\n margin-left: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n.fa-rotate-90 {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n -webkit-transform: rotate(90deg);\n -ms-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n -webkit-transform: rotate(180deg);\n -ms-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n -webkit-transform: rotate(270deg);\n -ms-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n -webkit-transform: scale(-1, 1);\n -ms-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n -webkit-transform: scale(1, -1);\n -ms-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n filter: none; }\n\n.fa-stack {\n position: relative;\n display: inline-block;\n width: 2em;\n height: 2em;\n line-height: 2em;\n vertical-align: middle; }\n\n.fa-stack-1x, .fa-stack-2x {\n position: absolute;\n left: 0;\n width: 100%;\n text-align: center; }\n\n.fa-stack-1x {\n line-height: inherit; }\n\n.fa-stack-2x {\n font-size: 2em; }\n\n.fa-inverse {\n color: #fff; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\n readers do not read off random characters that represent icons */\n.fa-glass:before {\n content: \"\"; }\n\n.fa-music:before {\n content: \"\"; }\n\n.fa-search:before {\n content: \"\"; }\n\n.fa-envelope-o:before {\n content: \"\"; }\n\n.fa-heart:before {\n content: \"\"; }\n\n.fa-star:before {\n content: \"\"; }\n\n.fa-star-o:before {\n content: \"\"; }\n\n.fa-user:before {\n content: \"\"; }\n\n.fa-film:before {\n content: \"\"; }\n\n.fa-th-large:before {\n content: \"\"; }\n\n.fa-th:before {\n content: \"\"; }\n\n.fa-th-list:before {\n content: \"\"; }\n\n.fa-check:before {\n content: \"\"; }\n\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n content: \"\"; }\n\n.fa-search-plus:before {\n content: \"\"; }\n\n.fa-search-minus:before {\n content: \"\"; }\n\n.fa-power-off:before {\n content: \"\"; }\n\n.fa-signal:before {\n content: \"\"; }\n\n.fa-gear:before,\n.fa-cog:before {\n content: \"\"; }\n\n.fa-trash-o:before {\n content: \"\"; }\n\n.fa-home:before {\n content: \"\"; }\n\n.fa-file-o:before {\n content: \"\"; }\n\n.fa-clock-o:before {\n content: \"\"; }\n\n.fa-road:before {\n content: \"\"; }\n\n.fa-download:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-down:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-up:before {\n content: \"\"; }\n\n.fa-inbox:before {\n content: \"\"; }\n\n.fa-play-circle-o:before {\n content: \"\"; }\n\n.fa-rotate-right:before,\n.fa-repeat:before {\n content: \"\"; }\n\n.fa-refresh:before {\n content: \"\"; }\n\n.fa-list-alt:before {\n content: \"\"; }\n\n.fa-lock:before {\n content: \"\"; }\n\n.fa-flag:before {\n content: \"\"; }\n\n.fa-headphones:before {\n content: \"\"; }\n\n.fa-volume-off:before {\n content: \"\"; }\n\n.fa-volume-down:before {\n content: \"\"; }\n\n.fa-volume-up:before {\n content: \"\"; }\n\n.fa-qrcode:before {\n content: \"\"; }\n\n.fa-barcode:before {\n content: \"\"; }\n\n.fa-tag:before {\n content: \"\"; }\n\n.fa-tags:before {\n content: \"\"; }\n\n.fa-book:before {\n content: \"\"; }\n\n.fa-bookmark:before {\n content: \"\"; }\n\n.fa-print:before {\n content: \"\"; }\n\n.fa-camera:before {\n content: \"\"; }\n\n.fa-font:before {\n content: \"\"; }\n\n.fa-bold:before {\n content: \"\"; }\n\n.fa-italic:before {\n content: \"\"; }\n\n.fa-text-height:before {\n content: \"\"; }\n\n.fa-text-width:before {\n content: \"\"; }\n\n.fa-align-left:before {\n content: \"\"; }\n\n.fa-align-center:before {\n content: \"\"; }\n\n.fa-align-right:before {\n content: \"\"; }\n\n.fa-align-justify:before {\n content: \"\"; }\n\n.fa-list:before {\n content: \"\"; }\n\n.fa-dedent:before,\n.fa-outdent:before {\n content: \"\"; }\n\n.fa-indent:before {\n content: \"\"; }\n\n.fa-video-camera:before {\n content: \"\"; }\n\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n content: \"\"; }\n\n.fa-pencil:before {\n content: \"\"; }\n\n.fa-map-marker:before {\n content: \"\"; }\n\n.fa-adjust:before {\n content: \"\"; }\n\n.fa-tint:before {\n content: \"\"; }\n\n.fa-edit:before,\n.fa-pencil-square-o:before {\n content: \"\"; }\n\n.fa-share-square-o:before {\n content: \"\"; }\n\n.fa-check-square-o:before {\n content: \"\"; }\n\n.fa-arrows:before {\n content: \"\"; }\n\n.fa-step-backward:before {\n content: \"\"; }\n\n.fa-fast-backward:before {\n content: \"\"; }\n\n.fa-backward:before {\n content: \"\"; }\n\n.fa-play:before {\n content: \"\"; }\n\n.fa-pause:before {\n content: \"\"; }\n\n.fa-stop:before {\n content: \"\"; }\n\n.fa-forward:before {\n content: \"\"; }\n\n.fa-fast-forward:before {\n content: \"\"; }\n\n.fa-step-forward:before {\n content: \"\"; }\n\n.fa-eject:before {\n content: \"\"; }\n\n.fa-chevron-left:before {\n content: \"\"; }\n\n.fa-chevron-right:before {\n content: \"\"; }\n\n.fa-plus-circle:before {\n content: \"\"; }\n\n.fa-minus-circle:before {\n content: \"\"; }\n\n.fa-times-circle:before {\n content: \"\"; }\n\n.fa-check-circle:before {\n content: \"\"; }\n\n.fa-question-circle:before {\n content: \"\"; }\n\n.fa-info-circle:before {\n content: \"\"; }\n\n.fa-crosshairs:before {\n content: \"\"; }\n\n.fa-times-circle-o:before {\n content: \"\"; }\n\n.fa-check-circle-o:before {\n content: \"\"; }\n\n.fa-ban:before {\n content: \"\"; }\n\n.fa-arrow-left:before {\n content: \"\"; }\n\n.fa-arrow-right:before {\n content: \"\"; }\n\n.fa-arrow-up:before {\n content: \"\"; }\n\n.fa-arrow-down:before {\n content: \"\"; }\n\n.fa-mail-forward:before,\n.fa-share:before {\n content: \"\"; }\n\n.fa-expand:before {\n content: \"\"; }\n\n.fa-compress:before {\n content: \"\"; }\n\n.fa-plus:before {\n content: \"\"; }\n\n.fa-minus:before {\n content: \"\"; }\n\n.fa-asterisk:before {\n content: \"\"; }\n\n.fa-exclamation-circle:before {\n content: \"\"; }\n\n.fa-gift:before {\n content: \"\"; }\n\n.fa-leaf:before {\n content: \"\"; }\n\n.fa-fire:before {\n content: \"\"; }\n\n.fa-eye:before {\n content: \"\"; }\n\n.fa-eye-slash:before {\n content: \"\"; }\n\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n content: \"\"; }\n\n.fa-plane:before {\n content: \"\"; }\n\n.fa-calendar:before {\n content: \"\"; }\n\n.fa-random:before {\n content: \"\"; }\n\n.fa-comment:before {\n content: \"\"; }\n\n.fa-magnet:before {\n content: \"\"; }\n\n.fa-chevron-up:before {\n content: \"\"; }\n\n.fa-chevron-down:before {\n content: \"\"; }\n\n.fa-retweet:before {\n content: \"\"; }\n\n.fa-shopping-cart:before {\n content: \"\"; }\n\n.fa-folder:before {\n content: \"\"; }\n\n.fa-folder-open:before {\n content: \"\"; }\n\n.fa-arrows-v:before {\n content: \"\"; }\n\n.fa-arrows-h:before {\n content: \"\"; }\n\n.fa-bar-chart-o:before,\n.fa-bar-chart:before {\n content: \"\"; }\n\n.fa-twitter-square:before {\n content: \"\"; }\n\n.fa-facebook-square:before {\n content: \"\"; }\n\n.fa-camera-retro:before {\n content: \"\"; }\n\n.fa-key:before {\n content: \"\"; }\n\n.fa-gears:before,\n.fa-cogs:before {\n content: \"\"; }\n\n.fa-comments:before {\n content: \"\"; }\n\n.fa-thumbs-o-up:before {\n content: \"\"; }\n\n.fa-thumbs-o-down:before {\n content: \"\"; }\n\n.fa-star-half:before {\n content: \"\"; }\n\n.fa-heart-o:before {\n content: \"\"; }\n\n.fa-sign-out:before {\n content: \"\"; }\n\n.fa-linkedin-square:before {\n content: \"\"; }\n\n.fa-thumb-tack:before {\n content: \"\"; }\n\n.fa-external-link:before {\n content: \"\"; }\n\n.fa-sign-in:before {\n content: \"\"; }\n\n.fa-trophy:before {\n content: \"\"; }\n\n.fa-github-square:before {\n content: \"\"; }\n\n.fa-upload:before {\n content: \"\"; }\n\n.fa-lemon-o:before {\n content: \"\"; }\n\n.fa-phone:before {\n content: \"\"; }\n\n.fa-square-o:before {\n content: \"\"; }\n\n.fa-bookmark-o:before {\n content: \"\"; }\n\n.fa-phone-square:before {\n content: \"\"; }\n\n.fa-twitter:before {\n content: \"\"; }\n\n.fa-facebook-f:before,\n.fa-facebook:before {\n content: \"\"; }\n\n.fa-github:before {\n content: \"\"; }\n\n.fa-unlock:before {\n content: \"\"; }\n\n.fa-credit-card:before {\n content: \"\"; }\n\n.fa-feed:before,\n.fa-rss:before {\n content: \"\"; }\n\n.fa-hdd-o:before {\n content: \"\"; }\n\n.fa-bullhorn:before {\n content: \"\"; }\n\n.fa-bell:before {\n content: \"\"; }\n\n.fa-certificate:before {\n content: \"\"; }\n\n.fa-hand-o-right:before {\n content: \"\"; }\n\n.fa-hand-o-left:before {\n content: \"\"; }\n\n.fa-hand-o-up:before {\n content: \"\"; }\n\n.fa-hand-o-down:before {\n content: \"\"; }\n\n.fa-arrow-circle-left:before {\n content: \"\"; }\n\n.fa-arrow-circle-right:before {\n content: \"\"; }\n\n.fa-arrow-circle-up:before {\n content: \"\"; }\n\n.fa-arrow-circle-down:before {\n content: \"\"; }\n\n.fa-globe:before {\n content: \"\"; }\n\n.fa-wrench:before {\n content: \"\"; }\n\n.fa-tasks:before {\n content: \"\"; }\n\n.fa-filter:before {\n content: \"\"; }\n\n.fa-briefcase:before {\n content: \"\"; }\n\n.fa-arrows-alt:before {\n content: \"\"; }\n\n.fa-group:before,\n.fa-users:before {\n content: \"\"; }\n\n.fa-chain:before,\n.fa-link:before {\n content: \"\"; }\n\n.fa-cloud:before {\n content: \"\"; }\n\n.fa-flask:before {\n content: \"\"; }\n\n.fa-cut:before,\n.fa-scissors:before {\n content: \"\"; }\n\n.fa-copy:before,\n.fa-files-o:before {\n content: \"\"; }\n\n.fa-paperclip:before {\n content: \"\"; }\n\n.fa-save:before,\n.fa-floppy-o:before {\n content: \"\"; }\n\n.fa-square:before {\n content: \"\"; }\n\n.fa-navicon:before,\n.fa-reorder:before,\n.fa-bars:before {\n content: \"\"; }\n\n.fa-list-ul:before {\n content: \"\"; }\n\n.fa-list-ol:before {\n content: \"\"; }\n\n.fa-strikethrough:before {\n content: \"\"; }\n\n.fa-underline:before {\n content: \"\"; }\n\n.fa-table:before {\n content: \"\"; }\n\n.fa-magic:before {\n content: \"\"; }\n\n.fa-truck:before {\n content: \"\"; }\n\n.fa-pinterest:before {\n content: \"\"; }\n\n.fa-pinterest-square:before {\n content: \"\"; }\n\n.fa-google-plus-square:before {\n content: \"\"; }\n\n.fa-google-plus:before {\n content: \"\"; }\n\n.fa-money:before {\n content: \"\"; }\n\n.fa-caret-down:before {\n content: \"\"; }\n\n.fa-caret-up:before {\n content: \"\"; }\n\n.fa-caret-left:before {\n content: \"\"; }\n\n.fa-caret-right:before {\n content: \"\"; }\n\n.fa-columns:before {\n content: \"\"; }\n\n.fa-unsorted:before,\n.fa-sort:before {\n content: \"\"; }\n\n.fa-sort-down:before,\n.fa-sort-desc:before {\n content: \"\"; }\n\n.fa-sort-up:before,\n.fa-sort-asc:before {\n content: \"\"; }\n\n.fa-envelope:before {\n content: \"\"; }\n\n.fa-linkedin:before {\n content: \"\"; }\n\n.fa-rotate-left:before,\n.fa-undo:before {\n content: \"\"; }\n\n.fa-legal:before,\n.fa-gavel:before {\n content: \"\"; }\n\n.fa-dashboard:before,\n.fa-tachometer:before {\n content: \"\"; }\n\n.fa-comment-o:before {\n content: \"\"; }\n\n.fa-comments-o:before {\n content: \"\"; }\n\n.fa-flash:before,\n.fa-bolt:before {\n content: \"\"; }\n\n.fa-sitemap:before {\n content: \"\"; }\n\n.fa-umbrella:before {\n content: \"\"; }\n\n.fa-paste:before,\n.fa-clipboard:before {\n content: \"\"; }\n\n.fa-lightbulb-o:before {\n content: \"\"; }\n\n.fa-exchange:before {\n content: \"\"; }\n\n.fa-cloud-download:before {\n content: \"\"; }\n\n.fa-cloud-upload:before {\n content: \"\"; }\n\n.fa-user-md:before {\n content: \"\"; }\n\n.fa-stethoscope:before {\n content: \"\"; }\n\n.fa-suitcase:before {\n content: \"\"; }\n\n.fa-bell-o:before {\n content: \"\"; }\n\n.fa-coffee:before {\n content: \"\"; }\n\n.fa-cutlery:before {\n content: \"\"; }\n\n.fa-file-text-o:before {\n content: \"\"; }\n\n.fa-building-o:before {\n content: \"\"; }\n\n.fa-hospital-o:before {\n content: \"\"; }\n\n.fa-ambulance:before {\n content: \"\"; }\n\n.fa-medkit:before {\n content: \"\"; }\n\n.fa-fighter-jet:before {\n content: \"\"; }\n\n.fa-beer:before {\n content: \"\"; }\n\n.fa-h-square:before {\n content: \"\"; }\n\n.fa-plus-square:before {\n content: \"\"; }\n\n.fa-angle-double-left:before {\n content: \"\"; }\n\n.fa-angle-double-right:before {\n content: \"\"; }\n\n.fa-angle-double-up:before {\n content: \"\"; }\n\n.fa-angle-double-down:before {\n content: \"\"; }\n\n.fa-angle-left:before {\n content: \"\"; }\n\n.fa-angle-right:before {\n content: \"\"; }\n\n.fa-angle-up:before {\n content: \"\"; }\n\n.fa-angle-down:before {\n content: \"\"; }\n\n.fa-desktop:before {\n content: \"\"; }\n\n.fa-laptop:before {\n content: \"\"; }\n\n.fa-tablet:before {\n content: \"\"; }\n\n.fa-mobile-phone:before,\n.fa-mobile:before {\n content: \"\"; }\n\n.fa-circle-o:before {\n content: \"\"; }\n\n.fa-quote-left:before {\n content: \"\"; }\n\n.fa-quote-right:before {\n content: \"\"; }\n\n.fa-spinner:before {\n content: \"\"; }\n\n.fa-circle:before {\n content: \"\"; }\n\n.fa-mail-reply:before,\n.fa-reply:before {\n content: \"\"; }\n\n.fa-github-alt:before {\n content: \"\"; }\n\n.fa-folder-o:before {\n content: \"\"; }\n\n.fa-folder-open-o:before {\n content: \"\"; }\n\n.fa-smile-o:before {\n content: \"\"; }\n\n.fa-frown-o:before {\n content: \"\"; }\n\n.fa-meh-o:before {\n content: \"\"; }\n\n.fa-gamepad:before {\n content: \"\"; }\n\n.fa-keyboard-o:before {\n content: \"\"; }\n\n.fa-flag-o:before {\n content: \"\"; }\n\n.fa-flag-checkered:before {\n content: \"\"; }\n\n.fa-terminal:before {\n content: \"\"; }\n\n.fa-code:before {\n content: \"\"; }\n\n.fa-mail-reply-all:before,\n.fa-reply-all:before {\n content: \"\"; }\n\n.fa-star-half-empty:before,\n.fa-star-half-full:before,\n.fa-star-half-o:before {\n content: \"\"; }\n\n.fa-location-arrow:before {\n content: \"\"; }\n\n.fa-crop:before {\n content: \"\"; }\n\n.fa-code-fork:before {\n content: \"\"; }\n\n.fa-unlink:before,\n.fa-chain-broken:before {\n content: \"\"; }\n\n.fa-question:before {\n content: \"\"; }\n\n.fa-info:before {\n content: \"\"; }\n\n.fa-exclamation:before {\n content: \"\"; }\n\n.fa-superscript:before {\n content: \"\"; }\n\n.fa-subscript:before {\n content: \"\"; }\n\n.fa-eraser:before {\n content: \"\"; }\n\n.fa-puzzle-piece:before {\n content: \"\"; }\n\n.fa-microphone:before {\n content: \"\"; }\n\n.fa-microphone-slash:before {\n content: \"\"; }\n\n.fa-shield:before {\n content: \"\"; }\n\n.fa-calendar-o:before {\n content: \"\"; }\n\n.fa-fire-extinguisher:before {\n content: \"\"; }\n\n.fa-rocket:before {\n content: \"\"; }\n\n.fa-maxcdn:before {\n content: \"\"; }\n\n.fa-chevron-circle-left:before {\n content: \"\"; }\n\n.fa-chevron-circle-right:before {\n content: \"\"; }\n\n.fa-chevron-circle-up:before {\n content: \"\"; }\n\n.fa-chevron-circle-down:before {\n content: \"\"; }\n\n.fa-html5:before {\n content: \"\"; }\n\n.fa-css3:before {\n content: \"\"; }\n\n.fa-anchor:before {\n content: \"\"; }\n\n.fa-unlock-alt:before {\n content: \"\"; }\n\n.fa-bullseye:before {\n content: \"\"; }\n\n.fa-ellipsis-h:before {\n content: \"\"; }\n\n.fa-ellipsis-v:before {\n content: \"\"; }\n\n.fa-rss-square:before {\n content: \"\"; }\n\n.fa-play-circle:before {\n content: \"\"; }\n\n.fa-ticket:before {\n content: \"\"; }\n\n.fa-minus-square:before {\n content: \"\"; }\n\n.fa-minus-square-o:before {\n content: \"\"; }\n\n.fa-level-up:before {\n content: \"\"; }\n\n.fa-level-down:before {\n content: \"\"; }\n\n.fa-check-square:before {\n content: \"\"; }\n\n.fa-pencil-square:before {\n content: \"\"; }\n\n.fa-external-link-square:before {\n content: \"\"; }\n\n.fa-share-square:before {\n content: \"\"; }\n\n.fa-compass:before {\n content: \"\"; }\n\n.fa-toggle-down:before,\n.fa-caret-square-o-down:before {\n content: \"\"; }\n\n.fa-toggle-up:before,\n.fa-caret-square-o-up:before {\n content: \"\"; }\n\n.fa-toggle-right:before,\n.fa-caret-square-o-right:before {\n content: \"\"; }\n\n.fa-euro:before,\n.fa-eur:before {\n content: \"\"; }\n\n.fa-gbp:before {\n content: \"\"; }\n\n.fa-dollar:before,\n.fa-usd:before {\n content: \"\"; }\n\n.fa-rupee:before,\n.fa-inr:before {\n content: \"\"; }\n\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before,\n.fa-jpy:before {\n content: \"\"; }\n\n.fa-ruble:before,\n.fa-rouble:before,\n.fa-rub:before {\n content: \"\"; }\n\n.fa-won:before,\n.fa-krw:before {\n content: \"\"; }\n\n.fa-bitcoin:before,\n.fa-btc:before {\n content: \"\"; }\n\n.fa-file:before {\n content: \"\"; }\n\n.fa-file-text:before {\n content: \"\"; }\n\n.fa-sort-alpha-asc:before {\n content: \"\"; }\n\n.fa-sort-alpha-desc:before {\n content: \"\"; }\n\n.fa-sort-amount-asc:before {\n content: \"\"; }\n\n.fa-sort-amount-desc:before {\n content: \"\"; }\n\n.fa-sort-numeric-asc:before {\n content: \"\"; }\n\n.fa-sort-numeric-desc:before {\n content: \"\"; }\n\n.fa-thumbs-up:before {\n content: \"\"; }\n\n.fa-thumbs-down:before {\n content: \"\"; }\n\n.fa-youtube-square:before {\n content: \"\"; }\n\n.fa-youtube:before {\n content: \"\"; }\n\n.fa-xing:before {\n content: \"\"; }\n\n.fa-xing-square:before {\n content: \"\"; }\n\n.fa-youtube-play:before {\n content: \"\"; }\n\n.fa-dropbox:before {\n content: \"\"; }\n\n.fa-stack-overflow:before {\n content: \"\"; }\n\n.fa-instagram:before {\n content: \"\"; }\n\n.fa-flickr:before {\n content: \"\"; }\n\n.fa-adn:before {\n content: \"\"; }\n\n.fa-bitbucket:before {\n content: \"\"; }\n\n.fa-bitbucket-square:before {\n content: \"\"; }\n\n.fa-tumblr:before {\n content: \"\"; }\n\n.fa-tumblr-square:before {\n content: \"\"; }\n\n.fa-long-arrow-down:before {\n content: \"\"; }\n\n.fa-long-arrow-up:before {\n content: \"\"; }\n\n.fa-long-arrow-left:before {\n content: \"\"; }\n\n.fa-long-arrow-right:before {\n content: \"\"; }\n\n.fa-apple:before {\n content: \"\"; }\n\n.fa-windows:before {\n content: \"\"; }\n\n.fa-android:before {\n content: \"\"; }\n\n.fa-linux:before {\n content: \"\"; }\n\n.fa-dribbble:before {\n content: \"\"; }\n\n.fa-skype:before {\n content: \"\"; }\n\n.fa-foursquare:before {\n content: \"\"; }\n\n.fa-trello:before {\n content: \"\"; }\n\n.fa-female:before {\n content: \"\"; }\n\n.fa-male:before {\n content: \"\"; }\n\n.fa-gittip:before,\n.fa-gratipay:before {\n content: \"\"; }\n\n.fa-sun-o:before {\n content: \"\"; }\n\n.fa-moon-o:before {\n content: \"\"; }\n\n.fa-archive:before {\n content: \"\"; }\n\n.fa-bug:before {\n content: \"\"; }\n\n.fa-vk:before {\n content: \"\"; }\n\n.fa-weibo:before {\n content: \"\"; }\n\n.fa-renren:before {\n content: \"\"; }\n\n.fa-pagelines:before {\n content: \"\"; }\n\n.fa-stack-exchange:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-right:before {\n content: \"\"; }\n\n.fa-arrow-circle-o-left:before {\n content: \"\"; }\n\n.fa-toggle-left:before,\n.fa-caret-square-o-left:before {\n content: \"\"; }\n\n.fa-dot-circle-o:before {\n content: \"\"; }\n\n.fa-wheelchair:before {\n content: \"\"; }\n\n.fa-vimeo-square:before {\n content: \"\"; }\n\n.fa-turkish-lira:before,\n.fa-try:before {\n content: \"\"; }\n\n.fa-plus-square-o:before {\n content: \"\"; }\n\n.fa-space-shuttle:before {\n content: \"\"; }\n\n.fa-slack:before {\n content: \"\"; }\n\n.fa-envelope-square:before {\n content: \"\"; }\n\n.fa-wordpress:before {\n content: \"\"; }\n\n.fa-openid:before {\n content: \"\"; }\n\n.fa-institution:before,\n.fa-bank:before,\n.fa-university:before {\n content: \"\"; }\n\n.fa-mortar-board:before,\n.fa-graduation-cap:before {\n content: \"\"; }\n\n.fa-yahoo:before {\n content: \"\"; }\n\n.fa-google:before {\n content: \"\"; }\n\n.fa-reddit:before {\n content: \"\"; }\n\n.fa-reddit-square:before {\n content: \"\"; }\n\n.fa-stumbleupon-circle:before {\n content: \"\"; }\n\n.fa-stumbleupon:before {\n content: \"\"; }\n\n.fa-delicious:before {\n content: \"\"; }\n\n.fa-digg:before {\n content: \"\"; }\n\n.fa-pied-piper-pp:before {\n content: \"\"; }\n\n.fa-pied-piper-alt:before {\n content: \"\"; }\n\n.fa-drupal:before {\n content: \"\"; }\n\n.fa-joomla:before {\n content: \"\"; }\n\n.fa-language:before {\n content: \"\"; }\n\n.fa-fax:before {\n content: \"\"; }\n\n.fa-building:before {\n content: \"\"; }\n\n.fa-child:before {\n content: \"\"; }\n\n.fa-paw:before {\n content: \"\"; }\n\n.fa-spoon:before {\n content: \"\"; }\n\n.fa-cube:before {\n content: \"\"; }\n\n.fa-cubes:before {\n content: \"\"; }\n\n.fa-behance:before {\n content: \"\"; }\n\n.fa-behance-square:before {\n content: \"\"; }\n\n.fa-steam:before {\n content: \"\"; }\n\n.fa-steam-square:before {\n content: \"\"; }\n\n.fa-recycle:before {\n content: \"\"; }\n\n.fa-automobile:before,\n.fa-car:before {\n content: \"\"; }\n\n.fa-cab:before,\n.fa-taxi:before {\n content: \"\"; }\n\n.fa-tree:before {\n content: \"\"; }\n\n.fa-spotify:before {\n content: \"\"; }\n\n.fa-deviantart:before {\n content: \"\"; }\n\n.fa-soundcloud:before {\n content: \"\"; }\n\n.fa-database:before {\n content: \"\"; }\n\n.fa-file-pdf-o:before {\n content: \"\"; }\n\n.fa-file-word-o:before {\n content: \"\"; }\n\n.fa-file-excel-o:before {\n content: \"\"; }\n\n.fa-file-powerpoint-o:before {\n content: \"\"; }\n\n.fa-file-photo-o:before,\n.fa-file-picture-o:before,\n.fa-file-image-o:before {\n content: \"\"; }\n\n.fa-file-zip-o:before,\n.fa-file-archive-o:before {\n content: \"\"; }\n\n.fa-file-sound-o:before,\n.fa-file-audio-o:before {\n content: \"\"; }\n\n.fa-file-movie-o:before,\n.fa-file-video-o:before {\n content: \"\"; }\n\n.fa-file-code-o:before {\n content: \"\"; }\n\n.fa-vine:before {\n content: \"\"; }\n\n.fa-codepen:before {\n content: \"\"; }\n\n.fa-jsfiddle:before {\n content: \"\"; }\n\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-life-saver:before,\n.fa-support:before,\n.fa-life-ring:before {\n content: \"\"; }\n\n.fa-circle-o-notch:before {\n content: \"\"; }\n\n.fa-ra:before,\n.fa-resistance:before,\n.fa-rebel:before {\n content: \"\"; }\n\n.fa-ge:before,\n.fa-empire:before {\n content: \"\"; }\n\n.fa-git-square:before {\n content: \"\"; }\n\n.fa-git:before {\n content: \"\"; }\n\n.fa-y-combinator-square:before,\n.fa-yc-square:before,\n.fa-hacker-news:before {\n content: \"\"; }\n\n.fa-tencent-weibo:before {\n content: \"\"; }\n\n.fa-qq:before {\n content: \"\"; }\n\n.fa-wechat:before,\n.fa-weixin:before {\n content: \"\"; }\n\n.fa-send:before,\n.fa-paper-plane:before {\n content: \"\"; }\n\n.fa-send-o:before,\n.fa-paper-plane-o:before {\n content: \"\"; }\n\n.fa-history:before {\n content: \"\"; }\n\n.fa-circle-thin:before {\n content: \"\"; }\n\n.fa-header:before {\n content: \"\"; }\n\n.fa-paragraph:before {\n content: \"\"; }\n\n.fa-sliders:before {\n content: \"\"; }\n\n.fa-share-alt:before {\n content: \"\"; }\n\n.fa-share-alt-square:before {\n content: \"\"; }\n\n.fa-bomb:before {\n content: \"\"; }\n\n.fa-soccer-ball-o:before,\n.fa-futbol-o:before {\n content: \"\"; }\n\n.fa-tty:before {\n content: \"\"; }\n\n.fa-binoculars:before {\n content: \"\"; }\n\n.fa-plug:before {\n content: \"\"; }\n\n.fa-slideshare:before {\n content: \"\"; }\n\n.fa-twitch:before {\n content: \"\"; }\n\n.fa-yelp:before {\n content: \"\"; }\n\n.fa-newspaper-o:before {\n content: \"\"; }\n\n.fa-wifi:before {\n content: \"\"; }\n\n.fa-calculator:before {\n content: \"\"; }\n\n.fa-paypal:before {\n content: \"\"; }\n\n.fa-google-wallet:before {\n content: \"\"; }\n\n.fa-cc-visa:before {\n content: \"\"; }\n\n.fa-cc-mastercard:before {\n content: \"\"; }\n\n.fa-cc-discover:before {\n content: \"\"; }\n\n.fa-cc-amex:before {\n content: \"\"; }\n\n.fa-cc-paypal:before {\n content: \"\"; }\n\n.fa-cc-stripe:before {\n content: \"\"; }\n\n.fa-bell-slash:before {\n content: \"\"; }\n\n.fa-bell-slash-o:before {\n content: \"\"; }\n\n.fa-trash:before {\n content: \"\"; }\n\n.fa-copyright:before {\n content: \"\"; }\n\n.fa-at:before {\n content: \"\"; }\n\n.fa-eyedropper:before {\n content: \"\"; }\n\n.fa-paint-brush:before {\n content: \"\"; }\n\n.fa-birthday-cake:before {\n content: \"\"; }\n\n.fa-area-chart:before {\n content: \"\"; }\n\n.fa-pie-chart:before {\n content: \"\"; }\n\n.fa-line-chart:before {\n content: \"\"; }\n\n.fa-lastfm:before {\n content: \"\"; }\n\n.fa-lastfm-square:before {\n content: \"\"; }\n\n.fa-toggle-off:before {\n content: \"\"; }\n\n.fa-toggle-on:before {\n content: \"\"; }\n\n.fa-bicycle:before {\n content: \"\"; }\n\n.fa-bus:before {\n content: \"\"; }\n\n.fa-ioxhost:before {\n content: \"\"; }\n\n.fa-angellist:before {\n content: \"\"; }\n\n.fa-cc:before {\n content: \"\"; }\n\n.fa-shekel:before,\n.fa-sheqel:before,\n.fa-ils:before {\n content: \"\"; }\n\n.fa-meanpath:before {\n content: \"\"; }\n\n.fa-buysellads:before {\n content: \"\"; }\n\n.fa-connectdevelop:before {\n content: \"\"; }\n\n.fa-dashcube:before {\n content: \"\"; }\n\n.fa-forumbee:before {\n content: \"\"; }\n\n.fa-leanpub:before {\n content: \"\"; }\n\n.fa-sellsy:before {\n content: \"\"; }\n\n.fa-shirtsinbulk:before {\n content: \"\"; }\n\n.fa-simplybuilt:before {\n content: \"\"; }\n\n.fa-skyatlas:before {\n content: \"\"; }\n\n.fa-cart-plus:before {\n content: \"\"; }\n\n.fa-cart-arrow-down:before {\n content: \"\"; }\n\n.fa-diamond:before {\n content: \"\"; }\n\n.fa-ship:before {\n content: \"\"; }\n\n.fa-user-secret:before {\n content: \"\"; }\n\n.fa-motorcycle:before {\n content: \"\"; }\n\n.fa-street-view:before {\n content: \"\"; }\n\n.fa-heartbeat:before {\n content: \"\"; }\n\n.fa-venus:before {\n content: \"\"; }\n\n.fa-mars:before {\n content: \"\"; }\n\n.fa-mercury:before {\n content: \"\"; }\n\n.fa-intersex:before,\n.fa-transgender:before {\n content: \"\"; }\n\n.fa-transgender-alt:before {\n content: \"\"; }\n\n.fa-venus-double:before {\n content: \"\"; }\n\n.fa-mars-double:before {\n content: \"\"; }\n\n.fa-venus-mars:before {\n content: \"\"; }\n\n.fa-mars-stroke:before {\n content: \"\"; }\n\n.fa-mars-stroke-v:before {\n content: \"\"; }\n\n.fa-mars-stroke-h:before {\n content: \"\"; }\n\n.fa-neuter:before {\n content: \"\"; }\n\n.fa-genderless:before {\n content: \"\"; }\n\n.fa-facebook-official:before {\n content: \"\"; }\n\n.fa-pinterest-p:before {\n content: \"\"; }\n\n.fa-whatsapp:before {\n content: \"\"; }\n\n.fa-server:before {\n content: \"\"; }\n\n.fa-user-plus:before {\n content: \"\"; }\n\n.fa-user-times:before {\n content: \"\"; }\n\n.fa-hotel:before,\n.fa-bed:before {\n content: \"\"; }\n\n.fa-viacoin:before {\n content: \"\"; }\n\n.fa-train:before {\n content: \"\"; }\n\n.fa-subway:before {\n content: \"\"; }\n\n.fa-medium:before {\n content: \"\"; }\n\n.fa-yc:before,\n.fa-y-combinator:before {\n content: \"\"; }\n\n.fa-optin-monster:before {\n content: \"\"; }\n\n.fa-opencart:before {\n content: \"\"; }\n\n.fa-expeditedssl:before {\n content: \"\"; }\n\n.fa-battery-4:before,\n.fa-battery:before,\n.fa-battery-full:before {\n content: \"\"; }\n\n.fa-battery-3:before,\n.fa-battery-three-quarters:before {\n content: \"\"; }\n\n.fa-battery-2:before,\n.fa-battery-half:before {\n content: \"\"; }\n\n.fa-battery-1:before,\n.fa-battery-quarter:before {\n content: \"\"; }\n\n.fa-battery-0:before,\n.fa-battery-empty:before {\n content: \"\"; }\n\n.fa-mouse-pointer:before {\n content: \"\"; }\n\n.fa-i-cursor:before {\n content: \"\"; }\n\n.fa-object-group:before {\n content: \"\"; }\n\n.fa-object-ungroup:before {\n content: \"\"; }\n\n.fa-sticky-note:before {\n content: \"\"; }\n\n.fa-sticky-note-o:before {\n content: \"\"; }\n\n.fa-cc-jcb:before {\n content: \"\"; }\n\n.fa-cc-diners-club:before {\n content: \"\"; }\n\n.fa-clone:before {\n content: \"\"; }\n\n.fa-balance-scale:before {\n content: \"\"; }\n\n.fa-hourglass-o:before {\n content: \"\"; }\n\n.fa-hourglass-1:before,\n.fa-hourglass-start:before {\n content: \"\"; }\n\n.fa-hourglass-2:before,\n.fa-hourglass-half:before {\n content: \"\"; }\n\n.fa-hourglass-3:before,\n.fa-hourglass-end:before {\n content: \"\"; }\n\n.fa-hourglass:before {\n content: \"\"; }\n\n.fa-hand-grab-o:before,\n.fa-hand-rock-o:before {\n content: \"\"; }\n\n.fa-hand-stop-o:before,\n.fa-hand-paper-o:before {\n content: \"\"; }\n\n.fa-hand-scissors-o:before {\n content: \"\"; }\n\n.fa-hand-lizard-o:before {\n content: \"\"; }\n\n.fa-hand-spock-o:before {\n content: \"\"; }\n\n.fa-hand-pointer-o:before {\n content: \"\"; }\n\n.fa-hand-peace-o:before {\n content: \"\"; }\n\n.fa-trademark:before {\n content: \"\"; }\n\n.fa-registered:before {\n content: \"\"; }\n\n.fa-creative-commons:before {\n content: \"\"; }\n\n.fa-gg:before {\n content: \"\"; }\n\n.fa-gg-circle:before {\n content: \"\"; }\n\n.fa-tripadvisor:before {\n content: \"\"; }\n\n.fa-odnoklassniki:before {\n content: \"\"; }\n\n.fa-odnoklassniki-square:before {\n content: \"\"; }\n\n.fa-get-pocket:before {\n content: \"\"; }\n\n.fa-wikipedia-w:before {\n content: \"\"; }\n\n.fa-safari:before {\n content: \"\"; }\n\n.fa-chrome:before {\n content: \"\"; }\n\n.fa-firefox:before {\n content: \"\"; }\n\n.fa-opera:before {\n content: \"\"; }\n\n.fa-internet-explorer:before {\n content: \"\"; }\n\n.fa-tv:before,\n.fa-television:before {\n content: \"\"; }\n\n.fa-contao:before {\n content: \"\"; }\n\n.fa-500px:before {\n content: \"\"; }\n\n.fa-amazon:before {\n content: \"\"; }\n\n.fa-calendar-plus-o:before {\n content: \"\"; }\n\n.fa-calendar-minus-o:before {\n content: \"\"; }\n\n.fa-calendar-times-o:before {\n content: \"\"; }\n\n.fa-calendar-check-o:before {\n content: \"\"; }\n\n.fa-industry:before {\n content: \"\"; }\n\n.fa-map-pin:before {\n content: \"\"; }\n\n.fa-map-signs:before {\n content: \"\"; }\n\n.fa-map-o:before {\n content: \"\"; }\n\n.fa-map:before {\n content: \"\"; }\n\n.fa-commenting:before {\n content: \"\"; }\n\n.fa-commenting-o:before {\n content: \"\"; }\n\n.fa-houzz:before {\n content: \"\"; }\n\n.fa-vimeo:before {\n content: \"\"; }\n\n.fa-black-tie:before {\n content: \"\"; }\n\n.fa-fonticons:before {\n content: \"\"; }\n\n.fa-reddit-alien:before {\n content: \"\"; }\n\n.fa-edge:before {\n content: \"\"; }\n\n.fa-credit-card-alt:before {\n content: \"\"; }\n\n.fa-codiepie:before {\n content: \"\"; }\n\n.fa-modx:before {\n content: \"\"; }\n\n.fa-fort-awesome:before {\n content: \"\"; }\n\n.fa-usb:before {\n content: \"\"; }\n\n.fa-product-hunt:before {\n content: \"\"; }\n\n.fa-mixcloud:before {\n content: \"\"; }\n\n.fa-scribd:before {\n content: \"\"; }\n\n.fa-pause-circle:before {\n content: \"\"; }\n\n.fa-pause-circle-o:before {\n content: \"\"; }\n\n.fa-stop-circle:before {\n content: \"\"; }\n\n.fa-stop-circle-o:before {\n content: \"\"; }\n\n.fa-shopping-bag:before {\n content: \"\"; }\n\n.fa-shopping-basket:before {\n content: \"\"; }\n\n.fa-hashtag:before {\n content: \"\"; }\n\n.fa-bluetooth:before {\n content: \"\"; }\n\n.fa-bluetooth-b:before {\n content: \"\"; }\n\n.fa-percent:before {\n content: \"\"; }\n\n.fa-gitlab:before {\n content: \"\"; }\n\n.fa-wpbeginner:before {\n content: \"\"; }\n\n.fa-wpforms:before {\n content: \"\"; }\n\n.fa-envira:before {\n content: \"\"; }\n\n.fa-universal-access:before {\n content: \"\"; }\n\n.fa-wheelchair-alt:before {\n content: \"\"; }\n\n.fa-question-circle-o:before {\n content: \"\"; }\n\n.fa-blind:before {\n content: \"\"; }\n\n.fa-audio-description:before {\n content: \"\"; }\n\n.fa-volume-control-phone:before {\n content: \"\"; }\n\n.fa-braille:before {\n content: \"\"; }\n\n.fa-assistive-listening-systems:before {\n content: \"\"; }\n\n.fa-asl-interpreting:before,\n.fa-american-sign-language-interpreting:before {\n content: \"\"; }\n\n.fa-deafness:before,\n.fa-hard-of-hearing:before,\n.fa-deaf:before {\n content: \"\"; }\n\n.fa-glide:before {\n content: \"\"; }\n\n.fa-glide-g:before {\n content: \"\"; }\n\n.fa-signing:before,\n.fa-sign-language:before {\n content: \"\"; }\n\n.fa-low-vision:before {\n content: \"\"; }\n\n.fa-viadeo:before {\n content: \"\"; }\n\n.fa-viadeo-square:before {\n content: \"\"; }\n\n.fa-snapchat:before {\n content: \"\"; }\n\n.fa-snapchat-ghost:before {\n content: \"\"; }\n\n.fa-snapchat-square:before {\n content: \"\"; }\n\n.fa-pied-piper:before {\n content: \"\"; }\n\n.fa-first-order:before {\n content: \"\"; }\n\n.fa-yoast:before {\n content: \"\"; }\n\n.fa-themeisle:before {\n content: \"\"; }\n\n.fa-google-plus-circle:before,\n.fa-google-plus-official:before {\n content: \"\"; }\n\n.fa-fa:before,\n.fa-font-awesome:before {\n content: \"\"; }\n\n.fa-handshake-o:before {\n content: \"\"; }\n\n.fa-envelope-open:before {\n content: \"\"; }\n\n.fa-envelope-open-o:before {\n content: \"\"; }\n\n.fa-linode:before {\n content: \"\"; }\n\n.fa-address-book:before {\n content: \"\"; }\n\n.fa-address-book-o:before {\n content: \"\"; }\n\n.fa-vcard:before,\n.fa-address-card:before {\n content: \"\"; }\n\n.fa-vcard-o:before,\n.fa-address-card-o:before {\n content: \"\"; }\n\n.fa-user-circle:before {\n content: \"\"; }\n\n.fa-user-circle-o:before {\n content: \"\"; }\n\n.fa-user-o:before {\n content: \"\"; }\n\n.fa-id-badge:before {\n content: \"\"; }\n\n.fa-drivers-license:before,\n.fa-id-card:before {\n content: \"\"; }\n\n.fa-drivers-license-o:before,\n.fa-id-card-o:before {\n content: \"\"; }\n\n.fa-quora:before {\n content: \"\"; }\n\n.fa-free-code-camp:before {\n content: \"\"; }\n\n.fa-telegram:before {\n content: \"\"; }\n\n.fa-thermometer-4:before,\n.fa-thermometer:before,\n.fa-thermometer-full:before {\n content: \"\"; }\n\n.fa-thermometer-3:before,\n.fa-thermometer-three-quarters:before {\n content: \"\"; }\n\n.fa-thermometer-2:before,\n.fa-thermometer-half:before {\n content: \"\"; }\n\n.fa-thermometer-1:before,\n.fa-thermometer-quarter:before {\n content: \"\"; }\n\n.fa-thermometer-0:before,\n.fa-thermometer-empty:before {\n content: \"\"; }\n\n.fa-shower:before {\n content: \"\"; }\n\n.fa-bathtub:before,\n.fa-s15:before,\n.fa-bath:before {\n content: \"\"; }\n\n.fa-podcast:before {\n content: \"\"; }\n\n.fa-window-maximize:before {\n content: \"\"; }\n\n.fa-window-minimize:before {\n content: \"\"; }\n\n.fa-window-restore:before {\n content: \"\"; }\n\n.fa-times-rectangle:before,\n.fa-window-close:before {\n content: \"\"; }\n\n.fa-times-rectangle-o:before,\n.fa-window-close-o:before {\n content: \"\"; }\n\n.fa-bandcamp:before {\n content: \"\"; }\n\n.fa-grav:before {\n content: \"\"; }\n\n.fa-etsy:before {\n content: \"\"; }\n\n.fa-imdb:before {\n content: \"\"; }\n\n.fa-ravelry:before {\n content: \"\"; }\n\n.fa-eercast:before {\n content: \"\"; }\n\n.fa-microchip:before {\n content: \"\"; }\n\n.fa-snowflake-o:before {\n content: \"\"; }\n\n.fa-superpowers:before {\n content: \"\"; }\n\n.fa-wpexplorer:before {\n content: \"\"; }\n\n.fa-meetup:before {\n content: \"\"; }\n\n/*\n * Owl Carousel - Core\n */\n.owl-carousel {\n display: none;\n width: 100%;\n -webkit-tap-highlight-color: transparent;\n /* position relative and z-index fix webkit rendering fonts issue */\n position: relative;\n z-index: 1; }\n .owl-carousel .owl-stage {\n position: relative;\n -ms-touch-action: pan-Y; }\n .owl-carousel .owl-stage:after {\n content: \".\";\n display: block;\n clear: both;\n visibility: hidden;\n line-height: 0;\n height: 0; }\n .owl-carousel .owl-stage-outer {\n position: relative;\n overflow: hidden;\n /* fix for flashing background */\n -webkit-transform: translate3d(0px, 0px, 0px); }\n .owl-carousel .owl-item {\n position: relative;\n min-height: 1px;\n float: left;\n -webkit-backface-visibility: hidden;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none; }\n .owl-carousel .owl-item img {\n display: block;\n width: 100%;\n -webkit-transform-style: preserve-3d; }\n .owl-carousel .owl-nav.disabled,\n .owl-carousel .owl-dots.disabled {\n display: none; }\n .owl-carousel .owl-nav .owl-prev,\n .owl-carousel .owl-nav .owl-next,\n .owl-carousel .owl-dot {\n cursor: pointer;\n cursor: hand;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .owl-carousel.owl-loaded {\n display: block; }\n .owl-carousel.owl-loading {\n opacity: 0;\n display: block; }\n .owl-carousel.owl-hidden {\n opacity: 0; }\n .owl-carousel.owl-refresh .owl-item {\n visibility: hidden; }\n .owl-carousel.owl-drag .owl-item {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .owl-carousel.owl-grab {\n cursor: move;\n cursor: grab; }\n .owl-carousel.owl-rtl {\n direction: rtl; }\n .owl-carousel.owl-rtl .owl-item {\n float: right; }\n\n/* No Js */\n.no-js .owl-carousel {\n display: block; }\n\n/*\n * Owl Carousel - Animate Plugin\n */\n.owl-carousel .animated {\n animation-duration: 1000ms;\n animation-fill-mode: both; }\n\n.owl-carousel .owl-animated-in {\n z-index: 0; }\n\n.owl-carousel .owl-animated-out {\n z-index: 1; }\n\n.owl-carousel .fadeOut {\n animation-name: fadeOut; }\n\n@keyframes fadeOut {\n 0% {\n opacity: 1; }\n 100% {\n opacity: 0; } }\n\n/*\n * \tOwl Carousel - Auto Height Plugin\n */\n.owl-height {\n transition: height 500ms ease-in-out; }\n\n/*\n * \tOwl Carousel - Lazy Load Plugin\n */\n.owl-carousel .owl-item .owl-lazy {\n opacity: 0;\n transition: opacity 400ms ease; }\n\n.owl-carousel .owl-item img.owl-lazy {\n transform-style: preserve-3d; }\n\n/*\n * \tOwl Carousel - Video Plugin\n */\n.owl-carousel .owl-video-wrapper {\n position: relative;\n height: 100%;\n background: #000; }\n\n.owl-carousel .owl-video-play-icon {\n position: absolute;\n height: 80px;\n width: 80px;\n left: 50%;\n top: 50%;\n margin-left: -40px;\n margin-top: -40px;\n background: url(\"owl.video.play.png\") no-repeat;\n cursor: pointer;\n z-index: 1;\n -webkit-backface-visibility: hidden;\n transition: transform 100ms ease; }\n\n.owl-carousel .owl-video-play-icon:hover {\n transform: scale(1.3, 1.3); }\n\n.owl-carousel .owl-video-playing .owl-video-tn,\n.owl-carousel .owl-video-playing .owl-video-play-icon {\n display: none; }\n\n.owl-carousel .owl-video-tn {\n opacity: 0;\n height: 100%;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: contain;\n transition: opacity 400ms ease; }\n\n.owl-carousel .owl-video-frame {\n position: relative;\n z-index: 1;\n height: 100%;\n width: 100%; }\n\n/*\n * \tDefault theme - Owl Carousel CSS File\n */\n.owl-theme .owl-nav {\n margin-top: 10px;\n text-align: center;\n -webkit-tap-highlight-color: transparent; }\n .owl-theme .owl-nav [class*='owl-'] {\n color: #FFF;\n font-size: 14px;\n margin: 5px;\n padding: 4px 7px;\n background: #D6D6D6;\n display: inline-block;\n cursor: pointer;\n border-radius: 3px; }\n .owl-theme .owl-nav [class*='owl-']:hover {\n background: #869791;\n color: #FFF;\n text-decoration: none; }\n .owl-theme .owl-nav .disabled {\n opacity: 0.5;\n cursor: default; }\n\n.owl-theme .owl-nav.disabled + .owl-dots {\n margin-top: 10px; }\n\n.owl-theme .owl-dots {\n text-align: center;\n -webkit-tap-highlight-color: transparent; }\n .owl-theme .owl-dots .owl-dot {\n display: inline-block;\n zoom: 1;\n *display: inline; }\n .owl-theme .owl-dots .owl-dot span {\n width: 10px;\n height: 10px;\n margin: 5px 7px;\n background: #D6D6D6;\n display: block;\n -webkit-backface-visibility: visible;\n transition: opacity 200ms ease;\n border-radius: 30px; }\n .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {\n background: #869791; }\n\n.gallery {\n margin-bottom: 1.5em; }\n\n.gallery-item {\n display: inline-block;\n text-align: center;\n vertical-align: top;\n width: 100%; }\n .gallery-columns-2 .gallery-item {\n max-width: 50%; }\n .gallery-columns-3 .gallery-item {\n max-width: 33.33%; }\n .gallery-columns-4 .gallery-item {\n max-width: 25%; }\n .gallery-columns-5 .gallery-item {\n max-width: 20%; }\n .gallery-columns-6 .gallery-item {\n max-width: 16.66%; }\n .gallery-columns-7 .gallery-item {\n max-width: 14.28%; }\n .gallery-columns-8 .gallery-item {\n max-width: 12.5%; }\n .gallery-columns-9 .gallery-item {\n max-width: 11.11%; }\n\n.gallery-caption {\n display: block; }\n"]} \ No newline at end of file diff --git a/sass/assets/understrap.scss b/sass/assets/understrap.scss new file mode 100644 index 0000000..fd82586 --- /dev/null +++ b/sass/assets/understrap.scss @@ -0,0 +1,2 @@ +@import "../../src/sass/bootstrap4/custom"; +@import "../../src/sass/bootstrap4/variables"; \ No newline at end of file diff --git a/sass/child-theme.scss b/sass/child-theme.scss index 71cb5cc..738b1bf 100755 --- a/sass/child-theme.scss +++ b/sass/child-theme.scss @@ -2,6 +2,7 @@ @import "theme/child_theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap variables here @import "assets/bootstrap4";// <--------- Loads Bootstrap3 or Bootstrap4. Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment! @import "../src/sass/understrap/understrap/understrap";// <-------- Loads the UnderStrap defaults. Just a few classes to incorporate BS in WP +@import "../src/sass/understrap/theme/contact-form7";// <-------- Loads some basic styling for contact form 7 plugin //Optional files - If you don´t use the corresponding scripts/fonts comment em out @import "assets/font-awesome"; // <------- Font Awesome Icon font @@ -9,5 +10,4 @@ @import "assets/underscores"; // <------- Underscores media styles // Any additional imported files // -@import "theme/child_theme"; // <--------- Add your styles into this file -@import "theme/contact-form7"; // contact form 7 - Bootatrap 4 support \ No newline at end of file +@import "theme/child_theme"; // <--------- Add your styles into this file \ No newline at end of file diff --git a/sass/theme/_contact-form7.scss b/sass/theme/_contact-form7.scss deleted file mode 100644 index 0c0a75d..0000000 --- a/sass/theme/_contact-form7.scss +++ /dev/null @@ -1,73 +0,0 @@ -/* -* Use existing Bootstrap 4 classes and -* variables to extend - override CF7 style -* -* Useful CF7 classes: -* .wpcf7 the wrapper element -* .wpcf7-form -* .wpcf7-form-control -* .wpcf7-text -* .wpcf7-email -* .wpcf7-textarea -* .wpcf7-submit -*/ - -// keep a max width in case it is just the form and nothing else -// we do not want a form spanning whole page -.wpcf7 { - max-width: 600px; - margin: 0 auto !important; - - // all inputs except radios and checkboxes inherit from form-control - input[type=text], - input[type=search], - input[type=url], - input[type=tel], - input[type=number], - input[type=range], - input[type=date], - input[type=month], - input[type=week], - input[type=time], - input[type=datetime], - input[type=datetime-local], - input[type=color], - input[type=email], - input[type=file], - input[type=submit], - select, - textarea { - @extend .form-control; - } - - // submit button, inherit .btn and .btn-outline-primary classes. - input[type=submit] { - @extend .btn; - @extend .btn-outline-primary; - } - - .wpcf7-form { - - // set paragraphs to behave like divs with class .form-group - p { - @extend .form-group; - } - - // let labels be 100% - label { - width: 100%; - } - } - - // not valid tip for each control - .wpcf7-not-valid-tip { - color: $brand-danger !important; - } - - // validation errors ourput bottom of form - .wpcf7-validation-errors { - @extend .form-control; - color: $brand-danger !important; - border: 1px solid $gray-lighter !important; - } -} From d456a1865ede35b8b90f1ef1448d4ef70689f3b6 Mon Sep 17 00:00:00 2001 From: koenemann Date: Fri, 6 Jan 2017 08:14:58 +0100 Subject: [PATCH 8/8] Bump to 0.1.7 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a455d1b..7fdcfdd 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Holger Koenemann Author URI: http://www.holgerkoenemann.de Template: understrap - Version: 0.1.6 + Version: 0.1.7 License: Commercial Text Domain: understrap-child Tags: one-column, custom-menu, featured-images, theme-options, translation-ready