/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.5; color: #666; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #34aee2; text-decoration: none; }
a:hover, a:focus { color: #34aee2; text-decoration: none; }
a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 0; }

.img-thumbnail { padding: 4px; line-height: 1.5; background-color: #fff; border: 1px solid #ddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 21px; margin-bottom: 21px; border: 0; border-top: 1px solid #E5E5E5; }

.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; }

[role="button"] { cursor: pointer; }

.container { padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto; }
.container:before, .container:after { display: table; content: " "; }
.container:after { clear: both; }
@media (min-width: 480px) { .container { width: 100%; } }
@media (min-width: 780px) { .container { width: 100%; } }
@media (min-width: 1200px) { .container { width: 1200px; } }

.container-fluid { padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto; }
.container-fluid:before, .container-fluid:after { display: table; content: " "; }
.container-fluid:after { clear: both; }

.row { margin-right: 0; margin-left: 0; }
.row:before, .row:after { display: table; content: " "; }
.row:after { clear: both; }

.row-no-gutters { margin-right: 0; margin-left: 0; }
.row-no-gutters [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 0; padding-left: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 480px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 780px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }

.center-block { display: block; margin-right: auto; margin-left: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; }

.affix { position: fixed; }

html { font-size: 14px; }
@media (min-width: 1200px) { html { font-size: 16px; } }

a { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:focus { text-decoration: none; outline: none; }

*:focus { outline: none; }

abbr[title] { text-decoration: none; }

ul, ol { margin-top: 0; margin-bottom: 0; }

p { margin-bottom: 0; }

.svg { max-width: 100%; max-height: 100%; display: inline-block; background-repeat: no-repeat; }
.svg svg { display: block; max-width: 100%; max-height: 100%; }

.brand-background { background: #34aee2; }

.brand-color { color: #34aee2; }

.brand-border { border-color: #34aee2; }

.meta-text { font-size: 12px; line-height: 1em; color: #919191; display: block; }
.meta-text.multi-line { line-height: 1.5em; }

.the-640 { width: 640px; max-width: 100%; margin-left: auto; margin-right: auto; }

.error-message { color: #EE3430; font-size: 12px; font-weight: 600; }

.empty-data { text-transform: uppercase; font-size: 14px; line-height: 16px; color: #666; font-weight: 600; text-align: center; }
.empty-data.height { padding: 50px 0; max-height: 100%; }

/** The Body */
body { font-size: 14px; }
@media (min-width: 0) { body { font-size: 14px; } }
@media (min-width: 1200px) { body { font-size: 16px; } }

/** Element Block, a block that on mobile and table is maximum 420px width, but become fullsize when desktop res */
.element-block { width: 100%; max-width: 420px; margin-top: 0; margin-left: auto; margin-right: auto; }
@media (min-width: 780px) { .element-block { max-width: none; margin-left: 0; margin-right: 0; } }

/** Table layout */
.table-layout { display: table; table-layout: auto; width: 100%; }
.table-layout.fixed { table-layout: fixed; }
.table-layout.full-height { height: 100%; }
.table-layout .table-cell { display: table-cell; vertical-align: top; }
.table-layout .table-cell.auto-width { width: 1%; white-space: nowrap; }
.table-layout .table-cell.valign-middle { vertical-align: middle; }
.table-layout .table-cell.valign-bottom { vertical-align: bottom; }
.table-layout .table-row { display: table-row; }

/** Equal Height Column Layout* */
@media (min-width: 480px) { .equal-column.-sm { display: flex; flex-wrap: wrap; }
  .equal-column.-sm > .equal-item { float: none; } }
@media (min-width: 780px) { .equal-column.-md { display: flex; flex-wrap: wrap; }
  .equal-column.-md > .equal-item { float: none; } }
@media (min-width: 1200px) { .equal-column.-lg { display: flex; flex-wrap: wrap; }
  .equal-column.-lg > .equal-item { float: none; } }

/** Focus Area, Area that not span accros human readable eye */
.focus-area { width: 640px; max-width: 100%; margin-left: auto; margin-right: auto; }

/** This class make an area width at max is mobile-width */
@media (min-width: 480px) and (max-width: 779.98px) { .col-sm-mobile-width { max-width: 480px; width: 100%; } }

.box-25 { width: 25px; height: 25px; }

.box-50 { width: 50px; height: 50px; }

.box-100 { width: 100px; height: 100px; }

.box-120 { width: 120px; height: 120px; }

.box-150 { width: 150px; height: 150px; }

.box-200 { width: 200px; height: 200px; }

.width-640 { max-width: 640px; }

.width-700 { max-width: 700px; }

/** Mikrospace Homepage Builder Container */
.mhp-container { border-top: solid 1px #c9c9c9; }

/** Overlay layout. */
.overlay-layout { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; overflow: auto; }
.overlay-layout.-remove-scroll { overflow: hidden; }

/** Box model for image, make sure the box with correct ratio default the box will guard the image based on its width you can change the guard style into "guard-height" or "boxed" */
/* purgecss start ignore */
.deffer-delay.load-image, .deffer.load-image { background-size: 16px 11px !important; background-position: center !important; background-repeat: no-repeat !important; background-attachment: initial !important; background-attachment: initial !important; }
.deffer-delay.broken-image, .deffer.broken-image { background-size: 16px 11px !important; background-position: center !important; background-repeat: no-repeat !important; background-attachment: initial !important; background-attachment: initial !important; }

img.deffer-delay.load-image { width: auto !important; }

img.deffer.load-image { width: auto !important; }

/* purgecss end ignore */
.image-box { overflow: hidden; position: relative; display: block; background: #f9f9f9; }
.image-box.brand-background { background: #34aee2; }
.image-box.guard-height > img { max-height: 100%; max-width: none; width: auto; }
.image-box.guard-height > picture img { max-height: 100%; max-width: none; width: auto; }
.image-box.guard-height > .img { max-height: 100%; max-width: none; width: auto; }
.image-box.boxed > img { max-height: 100%; max-width: 100%; height: auto; width: auto; }
.image-box.boxed > picture img { max-height: 100%; max-width: 100%; height: auto; width: auto; }
.image-box.boxed > .img { max-height: 100%; max-width: 100%; height: auto; width: auto; }
.image-box:before { display: block; content: " "; padding-top: 44.58333%; }
.image-box.square:before { padding-top: 100%; }
.image-box > img { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.image-box > .img { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.image-box > picture { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.image-box > picture img { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.image-box .default-image-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.image-box.cover > img { width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); object-fit: cover; }
.image-box.cover > picture img { width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); object-fit: cover; }
.image-box.cover > .img { width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); object-fit: cover; }

.image-box.contain > img { width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); object-fit: contain; }
.image-box.contain > picture img { width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); object-fit: contain; }
.image-box.contain > .img { width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); object-fit: contain; }

/** Box & Image Loader */
.box-load .load { background: #f9f9f9; }

.bg-gray { background-color: #444244; }

.bg-gray-light { background-color: #E5E5E5; }

.bg-gray-lighter { background-color: #F2F2F2; }

.bg-black { background-color: #202020; }

.brand-background { background: #34aee2; }

.color-green { color: #11BD74 !important; }

.color-red { color: #EE3430 !important; }

.color-orange { color: #E48118 !important; }

.color-white { color: #fff !important; }

.brand-color { color: #34aee2 !important; }

.border-green { border-color: #11BD74; }

.border-red { border-color: #EE3430; }

.border-orange { border-color: #E48118; }

.border-white { border-color: #fff; }

.brand-border { border-color: #34aee2; }

.stroke-white { stroke: #fff; }

.fill-white { fill: #fff; }

.text-centering { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.block-centering { margin-left: auto; margin-right: auto; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
/** Style for binus logo, ribbon, tagline */
/* purgecss start ignore */
body { padding-top: 40px; }
body.menu-floating #binus-header-wrapper { position: fixed; left: 0; right: 0; top: 40px; height: 70px; line-height: 70px; margin-bottom: 0; border-bottom: solid 1px #c9c9c9; box-shadow: 0px 1px 2px #d8d8d8; }
body.menu-floating #binus-header-wrapper #binus-header { align-items: flex-end; }
body.menu-floating #binus-header-wrapper #binus-ribbon { display: none; }
body.menu-floating #binus-header-wrapper #web-logo-wrapper { display: none; }
body.menu-floating #binus-header-wrapper #binus-tagline { display: none; }
body.menu-floating #binus-header-wrapper #web-float-title { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 auto 0; }
body.menu-floating.scrolling #header-top-navigation { top: -40px; }
body.menu-floating.scrolling #binus-header-wrapper { top: 0; }
body.menu-floating.gone-down #header-top-navigation { top: -40px; }
body.menu-floating.gone-down #binus-header-wrapper { top: 0; }
body.menu-floating.gone-up #header-top-navigation { top: 0; }
body.menu-floating.gone-up #binus-header-wrapper { top: 40px; }
body.header-top-navigation-disable { padding-top: 0; }
body.header-top-navigation-disable.menu-floating #binus-header-wrapper { top: 0; }
body.header-top-navigation-disable.menu-floating.scrolling #header-top-navigation { top: 0; }
body.header-top-navigation-disable.menu-floating.scrolling #binus-header-wrapper { top: 0; }
body.header-top-navigation-disable.menu-floating.gone-down #header-top-navigation { top: 0; }
body.header-top-navigation-disable.menu-floating.gone-down #binus-header-wrapper { top: 0; }
body.header-top-navigation-disable.menu-floating.gone-up #header-top-navigation { top: 0; }
body.header-top-navigation-disable.menu-floating.gone-up #binus-header-wrapper { top: 0; }
body.admin-bar #header-top-navigation { top: 40px; }
body.content-only { padding-top: 0; }
@media (max-width: 779.98px) { body.menu-opened #header-top-navigation { top: 0 !important; }
  body.menu-opened #binus-header-wrapper { top: 40px !important; }
  body.header-top-navigation-disable.menu-opened #binus-header-wrapper { top: 0 !important; } }
@media (min-width: 780px) { body.menu-floating #binus-header-wrapper { border: none; height: 74px; line-height: 1em; }
  body.menu-floating #binus-header-wrapper #binus-header { height: 73px; }
  body.menu-floating #binus-header-wrapper #web-float-title { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width: 30%; max-width: 265px; padding: 0 0 0 18px; margin: 0 5px 0 0; line-height: 1.2em; height: 40px; line-height: 40px; background: #fff; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
  body.menu-floating #binus-header-wrapper #binus-tagline { display: block; width: 100%; position: static; margin: 0 0 0 0; padding: 0; text-align: left; }
  body.menu-floating #binus-header-wrapper #binus-ribbon { display: none; position: absolute; left: 0; top: 0; z-index: 1031; }
  body.menu-floating #binus-header-wrapper #web-logo-wrapper { display: none; }
  body.admin-bar #header-top-navigation { top: 32px; } }

/** Fullpop Position */
body.fancybox-active.menu-floating.gone-up .fullpop.fancybox-is-open { top: 110px; }
body.fancybox-active.menu-floating .fullpop.fancybox-is-open { top: 70px; }
body.fancybox-active.menu-floating.header-top-navigation-disable.gone-up .fullpop.fancybox-is-open { top: 70px; }
body.fancybox-active.menu-floating.header-top-navigation-disable .fullpop.fancybox-is-open { top: 70px; }
body.fancybox-active .fullpop.fancybox-is-open { top: 151px; }
body.fancybox-active.header-top-navigation-disable .fullpop.fancybox-is-open { top: 111px; }
@media (min-width: 780px) { body.fancybox-active.menu-floating.gone-up .fullpop.fancybox-is-open { top: 114px; }
  body.fancybox-active.menu-floating .fullpop.fancybox-is-open { top: 74px; }
  body.fancybox-active.menu-floating.header-top-navigation-disable.gone-up .fullpop.fancybox-is-open { top: 74px; }
  body.fancybox-active.menu-floating.header-top-navigation-disable .fullpop.fancybox-is-open { top: 74px; }
  body.fancybox-active .fullpop.fancybox-is-open { top: 146px; }
  body.fancybox-active.header-top-navigation-disable .fullpop.fancybox-is-open { top: 106px; } }

/** BINUS Anniversary Logo */
#binus-anniversary-logo { width: 30px; position: absolute; right: 5px; top: 10px; background: #fff; display: block !important; }

/** BINUS Campus Location */
#binus-campus-location { height: 30px; position: relative; padding-left: 65px; padding-right: 35px; margin: 0 auto; background: #E5E5E5; text-transform: uppercase; position: absolute; right: 5px; top: 10px; }
#binus-campus-location:after { content: " "; display: block; position: absolute; right: 30px; top: 0; background: #fff; width: 35px; bottom: 0; }
#binus-campus-location .the-label { font-weight: 800; font-size: 14px; display: block; position: absolute; top: 0; left: 0; width: 85px; height: 30px; padding: 10px 0; line-height: 10px; background: #fff; }
#binus-campus-location #the-campuses { overflow: hidden; *zoom: 1; position: relative; z-index: 2; margin: 0; }
#binus-campus-location #the-campuses .the-campus { font-size: 10px; float: left; height: 30px; color: #666; border: solid 1px transparent; padding: 10px 0; background: #E5E5E5; }
#binus-campus-location #the-campuses .the-campus.active { background: #E48118; color: #fff; }
#binus-campus-location #the-campuses .the-campus:last-child { border-radius: 0 20px 20px 0; }
#binus-campus-location #the-campuses .the-campus:last-child a { border-right: none; }
#binus-campus-location #the-campuses .the-campus:first-child { border-radius: 20px; }
#binus-campus-location #the-campuses .the-campus:first-child a { border-right: none; }
#binus-campus-location #the-campuses .the-campus a { color: inherit; display: block; border-right: solid 1px #c9c9c9; line-height: 10px; height: 10px; width: 110px; text-align: center; }
@media (min-width: 780px) { #binus-campus-location { display: block !important; } }

#campus-location-mobile { display: none; }
#campus-location-mobile .the-campus a { color: #666; padding: 12px 0 12px 16px; display: block; font-size: 16px; line-height: 1em; }
@media (max-width: 779.98px) { #campus-location-mobile { display: block !important; } }

body.menu-floating #binus-campus-location { display: none !important; }
body.menu-floating #binus-anniversary-logo { display: none !important; }

/** Search Button */
#header-top-navigation #web-search-button { overflow: hidden; width: 42px; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; -o-transition: width 0.3s; transition: width 0.3s; }
#header-top-navigation #web-search-button .the-form { padding: 5px 0; }
#header-top-navigation #web-search-button .the-close-search { position: absolute; right: 0px; top: 0; bottom: 0; display: block; width: 30px; line-height: 30px; display: none; cursor: pointer; text-align: center; }
#header-top-navigation #web-search-button .the-close-search:hover svg polygon { fill: #fff; }
#header-top-navigation #web-search-button .the-close-search .svg { width: 12px; height: 12px; }
#header-top-navigation #web-search-button .the-close-search .svg polygon { fill: #fff; }
#header-top-navigation #web-search-button .the-field { height: 30px; width: 100%; border: none; font-size: 12px; padding: 0 10px; padding-right: 35px; background: none; }
#header-top-navigation #web-search-button .the-submit { height: 1px; width: 1px; visibility: hidden; border: none; background: none; position: absolute; right: 0; bottom: 0; }
#header-top-navigation #web-search-button.open { width: 200px; padding: 0; }
#header-top-navigation #web-search-button.open .menu-link { display: none; }
#header-top-navigation #web-search-button.open .the-close-search { display: block; }

/** Support for google CSE */
#header-top-navigation #web-search-button .gsc-search-box { margin: 0; }
#header-top-navigation #web-search-button .gsc-search-box .gsc-input { padding-right: 0; font-size: 12px; }
#header-top-navigation #web-search-button .gsc-search-box .gsc-input::-webkit-input-placeholder { font-size: 13px; color: #5E5E5E; }
#header-top-navigation #web-search-button .gsc-search-box .gsc-input::-moz-placeholder { font-size: 13px; color: #5E5E5E; }
#header-top-navigation #web-search-button .gsc-search-box .gsc-input-box { padding-right: 5px; }
#header-top-navigation #web-search-button .gsc-search-box .gsib_b { display: none; }
#header-top-navigation #web-search-button .gsc-search-box .gsc-search-button { display: none; }
#header-top-navigation #web-search-button .gsc-search-box .gsc-clear-button { display: none; }

body .gsc-completion-container { font-family: "Open Sans"; font-size: 14px; }
body .gsc-completion-container tr:last-child .gssb_a { border-top: none; }
body .gsc-completion-container .gssb_a { border-top: solid 1px #c9c9c9; margin: 0 9px; cursor: pointer; }
body .gsc-completion-container .gsq_a { padding: 5px; }
@media (max-width: 1199.98px) { body.gone-down .gssb_c { display: none; }
  body .gssb_c { top: 40px !important; right: 0 !important; left: auto !important; position: fixed !important; width: 320px !important; } }

/** Web Top Navigation  */
#header-top-navigation { background: #333; height: 40px; color: #fff; text-align: right; position: fixed; z-index: 1031; top: 0; left: 0; right: 0; -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -o-transition: top 0.3s; transition: top 0.3s; }
#header-top-navigation ul { margin: 0; }
#header-top-navigation .top-navigation-part { float: right; display: none; }
#header-top-navigation #web-action { display: block; }
#header-top-navigation .svgcon-search svg path { fill: #fff; }
#header-top-navigation .menu-item { height: 40px; vertical-align: middle; display: inline-block; position: relative; padding: 0 12px; }
#header-top-navigation .menu-item.has-child { padding-right: 24px; }
#header-top-navigation .menu-item.expand { /* purgecss ignore current */ }
#header-top-navigation .menu-item.expand .menu-link { border-color: #E48118; }
#header-top-navigation .menu-item.expand .sub-menu { display: block; }
#header-top-navigation .menu-item .menu-link { padding: 0; display: block; font-size: 12px; color: inherit; line-height: 40px; height: 40px; border-bottom: solid 5px #333; }
#header-top-navigation .menu-item .child-arrow { position: absolute; top: 0; right: 0; width: 24px; display: block; line-height: 45px; height: 40px; text-align: center; }
#header-top-navigation .menu-item .child-arrow:hover:before { border-top-color: #E48118; }
#header-top-navigation .menu-item .child-arrow:before { content: " "; display: inline-block; width: 4px; height: 4px; border: solid 4px transparent; border-top-color: #fff; margin: 0 auto; }
#header-top-navigation .menu-item .svg { display: inline-block; height: 16px; width: 16px; vertical-align: text-bottom; margin-right: 2px; }
#header-top-navigation .sub-menu { display: none; position: absolute; left: 13px; top: 100%; background: #4d4d4d; width: auto; }
#header-top-navigation .sub-menu .menu-item { display: block; min-width: 150px; padding: 0; height: auto; }
#header-top-navigation .sub-menu .menu-item .menu-link { line-height: 1.3em; text-align: left; padding: 8px; height: auto; border: none; }
@media (min-width: 780px) { #header-top-navigation .top-navigation-part { display: block; } }

/** Header Structure */
#binus-header-wrapper { position: static; top: 0; z-index: 1030; background: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -o-transition: top 0.3s; transition: top 0.3s; height: 111px; }
#binus-header-wrapper #binus-header { position: relative; padding: 0 15px; display: flex; height: 93px; align-items: baseline; }
#binus-header-wrapper #binus-ribbon { position: relative; float: left; }
#binus-header-wrapper #binus-ribbon .the-ribbon { width: 53px; height: 93px; }
#binus-header-wrapper #web-logo-wrapper { padding: 21px 0 0 0; max-width: 100%; max-height: 100%; float: left; }
#binus-header-wrapper #web-logo-wrapper #web-logo { display: block; }
#binus-header-wrapper #web-logo-wrapper #web-logo img { display: block; height: 73px; max-width: 210px; }
#binus-header-wrapper #web-float-title { display: none; color: #34aee2; font-size: 14px; line-height: 18px; padding: 18px 40px 0 10px; text-transform: uppercase; font-weight: 800; width: 300px; }
@media (min-width: 480px) { #binus-header-wrapper #web-logo-wrapper #web-logo img { max-width: none; } }
@media (min-width: 780px) { #binus-header-wrapper { position: relative; height: 106px; }
  #binus-header-wrapper #binus-header { padding-left: 0; padding-right: 0; }
  #binus-header-wrapper #web-logo-wrapper { max-width: none; height: auto; padding-left: 21px; } }

/* purgecss end ignore */
/* purgecss start ignore */
body.menu-floating #binus-header-wrapper #web-top-menu { position: static; }
body.menu-floating #binus-header-wrapper #web-top-menu #web-mobile-toggle { position: absolute; right: 10px; top: 28px; }
body.menu-floating.menu-opened #binus-header-wrapper #web-top-menu #web-mobile-toggle { top: 15px !important; }
body.menu-opened { overflow: hidden; }
body.menu-opened #binus-header-wrapper #web-top-menu #web-mobile-toggle { top: 55px !important; }
body.header-top-navigation-disable.menu-opened #binus-header-wrapper #web-top-menu #web-mobile-toggle { top: 15px !important; }
body.header-top-navigation-disable #web-top-menu .the-web-menu { top: 0; }
@media (min-width: 480px) { body.menu-opened { overflow: unset; } }
@media (min-width: 780px) { body.menu-floating.gone-down #web-top-menu .the-web-menu.expand, body.menu-floating.scrolling #web-top-menu .the-web-menu.expand { top: 0 !important; } }

#web-top-menu { /** Web menu container */ /** Menu Opened */ /** Menu toggle */ /** Small Menu Modifying */ /** Top Site Menu */ }
#web-top-menu #web-mobile-toggle { position: absolute; right: 8px; bottom: 0; }
#web-top-menu ul { margin: 0; }
#web-top-menu .menu { overflow: auto; }
#web-top-menu .the-web-menu { position: fixed; right: -105%; left: auto; width: 100%; top: 41px; bottom: 0; z-index: 1032; background: #f6f6f6; -webkit-transition: right 0.3s; -moz-transition: right 0.3s; -o-transition: right 0.3s; transition: right 0.3s; -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -o-transition: top 0.3s; transition: top 0.3s; box-shadow: 1px 1px 10px #333; padding-top: 43px; display: none; overflow: auto; /**
* Menu item container
*/ /**
* Menu Item
*/ /**
* Top Menu Sub-menu
*/ /**
* Menu Item Opened
*/ }
#web-top-menu .the-web-menu.real { display: block; padding-bottom: 200px; }
#web-top-menu .the-web-menu.real .sub-menu { padding-bottom: 200px; }
#web-top-menu .the-web-menu.expand { right: 0; }
#web-top-menu .the-web-menu.child-expanded { overflow: unset; }
#web-top-menu .the-web-menu .parent-pointer { width: 40px; height: 40px; line-height: 40px; display: block; text-align: center; color: #7c7c7c; cursor: pointer; position: relative; }
#web-top-menu .the-web-menu .parent-pointer:before { content: " "; height: 20px; width: 20px; border: solid 10px transparent; border-left-color: #7c7c7c; display: block; position: absolute; top: 10px; left: 15px; }
#web-top-menu .the-web-menu .parent-pointer:after { content: " "; height: 20px; width: 20px; border: solid 10px transparent; border-left-color: #f6f6f6; display: block; position: absolute; top: 10px; left: 14px; }
#web-top-menu .the-web-menu .menu-item .wrapper-menu { position: relative; padding-right: 44px; display: block; }
#web-top-menu .the-web-menu .menu-item .menu-link { display: block; width: 100%; padding: 12px 0 12px 16px; color: #4d4d4d; font-size: 16px; line-height: 20px; text-decoration: none !important; font-weight: 400; color: #4d4d4d; }
#web-top-menu .the-web-menu .menu-item .menu-link > .svg { height: 14px; width: 14px; display: inline-block; vertical-align: middle; }
#web-top-menu .the-web-menu .menu-item .parent-pointer { position: absolute; right: 0; top: 0; }
#web-top-menu .the-web-menu .sub-menu { position: relative; background: #f6f6f6; display: none; height: 100%; z-index: 1030; }
#web-top-menu .the-web-menu .sub-menu .menu-item .menu-link { font-weight: 600; }
#web-top-menu .the-web-menu .menu-item.expand { position: absolute; left: 0; right: 0; bottom: 0; top: 0; overflow: auto; padding-top: 43px; z-index: 1030; }
#web-top-menu .the-web-menu .menu-item.expand > .sub-menu { display: block; overflow: auto; }
#web-top-menu .the-web-menu .menu-item.expand > .wrapper-menu { position: absolute; left: 0; right: 0; top: 0; padding: 0 0 0 40px; background: #fff; }
#web-top-menu .the-web-menu .menu-item.expand > .wrapper-menu:before { content: " "; display: block; position: absolute; left: 0; right: 0; border-bottom: solid 1px #e6e6e6; bottom: 1px; }
#web-top-menu .the-web-menu .menu-item.expand > .wrapper-menu .menu-link { padding: 0; font-weight: 800; height: 43px; line-height: 43px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
#web-top-menu .the-web-menu .menu-item.expand > .wrapper-menu .parent-pointer { left: 0; right: auto; line-height: 43px; -webkit-transform: scale(-1, -1); -moz-transform: scale(-1, -1); -ms-transform: scale(-1, -1); -o-transform: scale(-1, -1); transform: scale(-1, -1); }
#web-top-menu .the-web-menu .menu-item.expand > .wrapper-menu .parent-pointer:after { border-left-color: #fff; }
#web-top-menu.expand #web-mobile-toggle { position: fixed; right: 2px; top: 15px; color: #7c7c7c; }
#web-top-menu.expand #web-mobile-toggle .the-cross { display: block; }
#web-top-menu.expand #web-mobile-toggle .the-burger { display: none; }
#web-top-menu.expand #top-site-menu { right: 0; }
#web-top-menu #web-mobile-toggle { width: 24px; height: 16px; text-align: center; line-height: 16px; display: block; color: #333; margin: 0 0 0 auto; z-index: 1033; -webkit-transition: position 0.3s; -moz-transition: position 0.3s; -o-transition: position 0.3s; transition: position 0.3s; }
#web-top-menu #web-mobile-toggle .the-cross { display: none; }
#web-top-menu .the-menu-close { width: 24px; height: 16px; text-align: center; line-height: 16px; display: block; position: absolute; top: 12px; right: 6px; color: #333; cursor: pointer; }
#web-top-menu #more-menu-toggler { display: none; }
#web-top-menu #more-menu-toggler .more-menu-burger { width: 18px; height: 12px; }
#web-top-menu #small-top-navigation { border-top: solid 1px #e6e6e6; }
#web-top-menu #small-top-navigation .parent-pointer { display: none; }
#web-top-menu #small-top-navigation .menu-item .menu-link { font-weight: 400; }
#web-top-menu #top-site-menu { position: fixed; bottom: 0; background: #333; right: -105%; width: 100%; height: 200px; z-index: 1030; color: #fff; -webkit-transition: right 0.3s; -moz-transition: right 0.3s; -o-transition: right 0.3s; transition: right 0.3s; overflow: auto; }
#web-top-menu #top-site-menu .menu-item.has-child > .menu-link .parent-pointer { display: block; }
#web-top-menu #top-site-menu .menu-item.expand > .menu-link { position: absolute; top: 0; left: 0; right: 0; background: #333; padding-right: 16px; padding-left: 40px; }
#web-top-menu #top-site-menu .menu-item.expand > .menu-link .parent-pointer { left: 0; -webkit-transform: scale(-1, -1); -moz-transform: scale(-1, -1); -ms-transform: scale(-1, -1); -o-transform: scale(-1, -1); transform: scale(-1, -1); line-height: 43px; }
#web-top-menu #top-site-menu .menu-item .menu-link { font-weight: 400; color: inherit; font-size: 14px; position: relative; }
#web-top-menu #top-site-menu .parent-pointer { display: none; color: inherit; }
#web-top-menu #top-site-menu .sub-menu { padding-bottom: 0; background: #404040; }
@media (min-width: 480px) { #web-top-menu .the-web-menu { width: 320px; }
  #web-top-menu #top-site-menu { width: 320px; } }
@media (min-width: 780px) { #web-top-menu { height: auto; position: static; margin: 0 0 0 auto; width: 100%; /**
* Menu Wrapper, Disabling Floating
*/ /** Mobile Toggle, Hide It */ /** Show Top Nav Menu More Toggler */ /** Modify the small top navigation */ /** Hide Top Site Menu, since it is in top navigation part */ }
  #web-top-menu .menu-top-navigation-container { height: 32px; }
  #web-top-menu .menu-top-navigation-container .menu { height: 32px; overflow: hidden; }
  #web-top-menu .the-web-menu { display: block; }
  #web-top-menu .the-web-menu.real { position: relative; left: auto; right: auto; top: auto; bottom: auto; background: none; width: 100%; box-shadow: 0 0 0 #fff; padding-top: 0; text-align: right; padding-bottom: 0; overflow: unset; display: block; /**
* Modify the parent pointer
*/ /**
* Menu Item
*/ /**
* Main Menu Item
*/ /**
* Sub-Menu Container
*/ /**
* Main Item Expand
*/ /**
* Various Sub-Menu Layout
*/ }
  #web-top-menu .the-web-menu.real.accomodate-more { padding-right: 84px; }
  #web-top-menu .the-web-menu.real.main-menu-calculated .menu-item.main-menu-item { visibility: visible; }
  #web-top-menu .the-web-menu.real .parent-pointer { line-height: 32px !important; height: 32px !important; }
  #web-top-menu .the-web-menu.real .menu-item { display: inline-block; }
  #web-top-menu .the-web-menu.real .menu-item .wrapper-menu { padding: 0 9px; }
  #web-top-menu .the-web-menu.real .menu-item .menu-link { height: auto; line-height: 1.3em; padding: 0; font-size: 14px; color: #666; }
  #web-top-menu .the-web-menu.real .menu-item a.menu-link:hover { color: #E48118 !important; }
  #web-top-menu .the-web-menu.real .menu-item .parent-pointer { width: 18px; text-align: center; }
  #web-top-menu .the-web-menu.real .menu-item .parent-pointer:hover:before { border-top-color: #34aee2; }
  #web-top-menu .the-web-menu.real .menu-item .parent-pointer:before { content: " "; display: inline-block; width: 4px; height: 4px; border: solid 4px transparent; border-top-color: #666; margin: 0 auto; position: static; }
  #web-top-menu .the-web-menu.real .menu-item .parent-pointer:after { display: none; }
  #web-top-menu .the-web-menu.real .menu-item.main-menu-item.menu-item-has-children > .wrapper-menu { padding-right: 18px !important; }
  #web-top-menu .the-web-menu.real .menu-item.main-menu-item > .wrapper-menu { padding: 0 9px !important; }
  #web-top-menu .the-web-menu.real .menu-item.main-menu-item > .wrapper-menu .menu-link { height: 32px !important; line-height: 32px !important; }
  #web-top-menu .the-web-menu.real .sub-menu { text-align: left; background: #fff; padding-bottom: 0; height: auto; }
  #web-top-menu .the-web-menu.real .sub-menu .menu-item { display: block; }
  #web-top-menu .the-web-menu.real .sub-menu .parent-pointer { display: none; }
  #web-top-menu .the-web-menu.real .menu-item.expand { position: static; padding-top: 0; z-index: 1030; overflow: unset; }
  #web-top-menu .the-web-menu.real .menu-item.expand > .wrapper-menu { position: relative; top: auto; bottom: auto; left: auto; right: auto; }
  #web-top-menu .the-web-menu.real .menu-item.expand > .wrapper-menu:before { display: none; }
  #web-top-menu .the-web-menu.real .menu-item.expand > .wrapper-menu .menu-link { display: block; height: auto; overflow: unset; }
  #web-top-menu .the-web-menu.real .menu-item.expand > .wrapper-menu .parent-pointer { right: 0; left: auto; }
  #web-top-menu .the-web-menu.real .menu-item.expand .sub-menu.menu-depth-1 { position: absolute; top: 33px; left: 0; right: 0; height: auto; overflow: visible; display: flex !important; }
  #web-top-menu .the-web-menu.real .menu-item.expand .sub-menu { display: block; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1 { padding: 18px 0 0; flex-wrap: wrap; overflow: auto !important; box-shadow: 0 1px 2px #c9c9c9; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1:before { position: absolute; left: 0; right: 0; top: 0; content: " "; display: block; height: 1px; box-shadow: 0 1px 2px #c9c9c9; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1.vertical-submenu { width: 200px; padding: 0; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1.vertical-submenu .menu-item { width: 100%; padding: 10px 0 !important; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1.vertical-submenu .menu-item:before { display: block !important; top: 0; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1.vertical-submenu .menu-item:first-child:before { display: none !important; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1.vertical-submenu .menu-item.order-1:before { display: none !important; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1.vertical-submenu .menu-item > .wrapper-menu .menu-link { font-size: 14px; font-weight: 600; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1 > .menu-item { width: 20%; padding: 32px 0 22px; position: relative; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1 > .menu-item:before { position: absolute; left: 9px; right: 9px; top: -20px; content: " "; display: block; border-top: solid 1px #c9c9c9; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1 > .menu-item:after { position: absolute; right: 0; top: 0; bottom: 0; content: " "; display: block; border-right: solid 1px #c9c9c9; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1 > .menu-item.below-5 { padding-top: 0; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-1 > .menu-item > .wrapper-menu .menu-link { font-size: 14px; font-weight: 600; color: #34aee2; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-2 { margin-top: 10px; margin-right: 2px; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-2 > .menu-item { padding: 0 0 5px; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-2 > .menu-item .menu-link { font-weight: 400; position: relative; font-size: 12px; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-2 > .menu-item > .wrapper-menu > .menu-link { padding-left: 15px; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-2 > .menu-item > .wrapper-menu > .menu-link:before { content: " "; display: block; width: 5px; height: 5px; position: absolute; left: 0; top: 6px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background: #34aee2; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-3 { padding-left: 35px; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-3 .menu-item { display: list-item; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-3 .menu-item .wrapper-menu { display: inline-block; padding: 2px 0 0; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-3 .menu-item .menu-link { font-weight: 400; position: relative; }
  #web-top-menu .the-web-menu.real .sub-menu.menu-depth-3 .menu-item .menu-link:before { content: " "; display: block; width: 3px; height: 3px; position: absolute; left: -10px; top: 6px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background: #666; }
  #web-top-menu .the-web-menu.desktop-more .menu-top-navigation-container { height: auto; }
  #web-top-menu .the-web-menu.desktop-more .menu-top-navigation-container .menu { height: auto; }
  #web-top-menu #web-mobile-toggle { display: none; }
  #web-top-menu #more-menu-toggler { width: 76px; position: absolute; right: 0; top: 0; display: inline-block; }
  #web-top-menu #more-menu-toggler .menu-link { cursor: pointer; }
  #web-top-menu #small-top-navigation { border: none; position: absolute; left: auto; right: 0; top: -32px; height: 32px; overflow: hidden; width: 100%; }
  #web-top-menu #small-top-navigation .menu-item .menu-link { font-size: 12px; font-weight: 200; }
  #web-top-menu #top-site-menu { display: none; } }

/* purgecss end ignore */

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.generic-container { padding-top: 40px; padding-bottom: 40px; }
.generic-container.home-row { padding: 0; }
.generic-container .container { position: relative; width: 100% !important; max-width: 1200px; }
@media (max-width: 1230px) { .generic-container .container { padding-left: 15px; padding-right: 15px; } }
.generic-container.full-width.home-row .home-column { padding-left: 15px; padding-right: 15px; }
@media (max-width: 1230px) { .generic-container.full-width .container { padding-left: 0; padding-right: 0; } }
.generic-container.full-screen .container { max-width: none; padding-left: 0; padding-right: 0; }
.generic-container.no-vertical-padding { padding-top: 0; padding-bottom: 0; }
@media (min-width: 480px) { .generic-container.home-row { padding: 0; }
  .generic-container.home-row .container { padding-left: 0; padding-right: 0; }
  .generic-container.no-vertical-padding { padding-top: 0; padding-bottom: 0; }
  .generic-container.always-padded { padding-left: 15px; padding-right: 15px; } }

/** Home Column */
.home-row { border-top: solid 1px #c9c9c9; }
.home-row .container { padding-left: 0; padding-right: 0; }
.home-row .home-column { padding: 40px 15px; border-top: solid 1px #c9c9c9; }
.home-row .home-column:first-child { border-top: none; }
@media (min-width: 480px) { .home-row > .container > .row { display: flex; flex-wrap: wrap; }
  .home-row .home-column { margin: 0 -1px; }
  .home-row .home-column:last-child { border-right: none !important; } }

@media (min-width: 480px) { .home-row .home-column.col-sm-1 , .home-row .home-column.col-sm-2 , .home-row .home-column.col-sm-3 , .home-row .home-column.col-sm-4 , .home-row .home-column.col-sm-5 , .home-row .home-column.col-sm-6 , .home-row .home-column.col-sm-7 , .home-row .home-column.col-sm-8 , .home-row .home-column.col-sm-9 , .home-row .home-column.col-sm-10 , .home-row .home-column.col-sm-11 { border-top: none; padding-left: 15px; padding-right: 15px; border-right: solid 1px #c9c9c9; } }
@media (min-width: 780px) { .home-row .home-column.col-md-1 , .home-row .home-column.col-md-2 , .home-row .home-column.col-md-3 , .home-row .home-column.col-md-4 , .home-row .home-column.col-md-5 , .home-row .home-column.col-md-6 , .home-row .home-column.col-md-7 , .home-row .home-column.col-md-8 , .home-row .home-column.col-md-9 , .home-row .home-column.col-md-10 , .home-row .home-column.col-md-11 { border-top: none; padding-left: 15px; padding-right: 15px; border-right: solid 1px #c9c9c9; } }
@media (min-width: 1200px) { .home-row .home-column.col-lg-1 , .home-row .home-column.col-lg-2 , .home-row .home-column.col-lg-3 , .home-row .home-column.col-lg-4 , .home-row .home-column.col-lg-5 , .home-row .home-column.col-lg-6 , .home-row .home-column.col-lg-7 , .home-row .home-column.col-lg-8 , .home-row .home-column.col-lg-9 , .home-row .home-column.col-lg-10 , .home-row .home-column.col-lg-11 { border-top: none; padding-left: 15px; padding-right: 15px; border-right: solid 1px #c9c9c9; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.cropper-image { max-width: 100%; background: none !important; overflow: hidden; display: block; position: relative; }

.cropper-image img, .cropper-image picture { display: none; }

.cropper-image:before { content: " "; display: block; padding-top: 44.6%; }

.cropper-image.square:before { padding-top: 100%; }

.cropper-image.done:before { display: none; }

.cropper-image.done img, .cropper-image.done picture { display: block; }

.wpcf7{display:block;position:relative}.wpcf7 .screen-reader-response{position:relative;clip:initial;width:auto;height:auto;font-size:14px;line-height:1.45;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.wpcf7 .screen-reader-response[role="alert"]{margin-bottom:24px;padding:12px}.wpcf7 .screen-reader-response ul{display:none}.wpcf7 .wpcf7-response-output{display:none;position:absolute;top:0;left:0;right:0;z-index:1;margin:0;padding:12px;width:100%;font-size:14px;color:#fff;line-height:1.45;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked{background-color:red}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{background-color:#4aa723}.wpcf7 .wpcf7-not-valid-tip{display:block;margin:4px 0 0;font-size:13px;color:red;line-height:1.45}.wpcf7 .ajax-loader{position:absolute;top:50%;right:145px;margin-top:-8px}.wpcf7 .wpcf7-form .form-textbox{display:block;margin:0;padding:0 16px;width:100%;height:38px;font-size:15px;outline:0;border:1px solid #c9c9c9}.wpcf7 .wpcf7-form .form-textarea{display:block;margin:0;padding:16px;width:100%;height:auto;font-size:15px;outline:0;border:1px solid #c9c9c9;resize:none}.wpcf7 .wpcf7-form .form-field{position:relative;margin:0 0 24px}.wpcf7 .wpcf7-form .form-field label{display:block;margin:0 0 6px;font-size:13px;font-weight:normal;color:#919191;line-height:1.45;text-transform:uppercase}.wpcf7 .wpcf7-form .form-field label span{color:red}.wpcf7 .wpcf7-form .form-action{text-align:right}
