/********** START CSS **********/
/*$green:  #80ba27;*/
/*colors*/
/*margins and paddings*/
/*border*/
/*media queries breakpoints*/
/*aspect ratios*/
/*960*610*/
/*1920*520*/
/*fonts*/
/*$global-font-family: "akzidenz-grotesk",Arial;*/
@import url(components/icons/css/font-awesome.min.css);
@import url(lity.min.css);
.medium-font-family, .headers, h1, .h1, .caption-banner-box .transparent .caption-wrapper .title, .caption-banner .title, h2, .h2, .content .page-title, h3, .h3, strong, .text-impulse .strong, .strong, input[type="submit"],
input[type="button"],
.btn, .header .header-top, .header .header-bottom a {
  font-weight: 600; }

.global-font, body, .input-default, input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"], select, textarea, .fake-select, input[type="submit"],
input[type="button"],
.btn {
  font-family: "Montserrat", Arial;
  font-size: 17.5px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: #666666; }

.headers, h1, .h1, .caption-banner-box .transparent .caption-wrapper .title, .caption-banner .title, h2, .h2, .content .page-title, h3, .h3 {
  font-family: "Montserrat", Arial;
  margin: 0 0 20px 0; }

/*! jQuery UI - v1.12.1 - 2017-03-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=0px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=0px&opacityShadow=0&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23304e89&bgTextureActive=flat&bgColorActive=%23304e89&iconColorHover=%23FFF&fcHover=%23FFF&borderColorHover=%232d79c1&bgTextureHover=flat&bgColorHover=%232d79c1&iconColorDefault=%23777777&fcDefault=%23333&borderColorDefault=%23CCC&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23FFF&fcHeader=%23FFF&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23304e89&cornerRadius=0px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 9px 10px; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: 9px 10px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #003264;
  border-color: #EEE; }

.ui-widget-content {
  border: 1px solid #003264;
  background: #ffffff;
  color: #666666; }

.ui-widget-content a {
  color: #666666; }

.ui-widget-header {
  border: 1px solid #003264;
  border-color: #EEE;
  background: #003264;
  border-color: #EEE;
  color: #FFF;
  font-weight: bold; }

.ui-widget-header a {
  color: #FFF; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #003264;
  border-color: #EEE;
  background: #FFF;
  font-weight: normal;
  color: #666666; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #666666;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #00abe4;
  background: #00abe4;
  font-weight: normal;
  color: #FFF; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #FFF;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003264;
  background: #003264;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003264;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_FFF_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_FFF_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 0px #666666;
  box-shadow: 0px 0px 0px #666666; }

/********** START RESETS **********/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border-radius: 0; }

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

/********** END RESETS **********/
/*bg colors*/
.bg-primary {
  background-color: #003264; }

.bg-active {
  background-color: #00abe4; }

.bg-box {
  background-color: #f6f6f6; }

.bg-lightGrey {
  background-color: #f6f6f6; }

/*font colors*/
.color-font {
  color: #666666; }

.color-primary {
  color: #003264; }

.color-active {
  color: #00abe4; }

.color-whihe {
  color: #FFF; }

.blue-color {
  color: #003264 !important; }

.bold {
  font-weight: bold; }

.red-color {
  color: #C41130 !important; }

/*float*/
.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  display: block;
  height: 1px;
  zoom: 1;
  width: 100%;
  clear: both;
  margin-bottom: -1px; }

/*text align*/
.tl {
  text-align: left !important; }

.tr {
  text-align: right !important; }

.tc {
  text-align: center !important; }

/*vertical align*/
.vertical-align {
  height: 500px;
  line-height: 500px;
  text-align: center; }

.vertical-align .va-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: normal;
  vertical-align: middle; }

/*margins*/
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

/*paddings*/
.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.p10 {
  padding: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.p20 {
  padding: 20px !important; }

/*lists*/
/*list*/
.list-inline, .footer-nav {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.list-inline li, .footer-nav li {
  display: inline-block;
  margin: 0; }

.no-list {
  list-style: none;
  margin-left: 0; }

/*narrow content*/
.narrow-content, .component-title, .component-subtitle, .page-intro .inner, .highlight-component .caption, .map-component .caption {
  max-width: 960px;
  margin: 0 auto; }

/*visibility*/
.hidden {
  display: none; }

.visible {
  display: block; }

/*effects*/
.shadow {
  -webkit-box-shadow: 10px 10px 10px 10px #000;
  -moz-box-shadow: 10px 10px 10px 10px #000;
  box-shadow: 10px 10px 10px 10px #000;
  behavior: url(/assets/pie/pie.htc); }

.radius {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  behavior: url(/assets/pie/pie.htc); }

/*text*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%; }

.uppercase {
  text-transform: uppercase; }

/*position*/
.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

/*width*/
.auto-width {
  width: auto !important; }

.full-width {
  width: 100%;
  max-width: none; }

/*overflow*/
.overflow-hidden {
  overflow: hidden; }

/*Hover control color*/
.no-focus-color:focus {
  background: #003264 !important; }

.no-focus-color.active-filter {
  background: #00abe4 !important; }

/*admin editor images*/
.fw8-image-align-right {
  float: right;
  margin: 10px 0 20px 20px; }

.fw8-image-align-left {
  float: left;
  margin: 10px 20px 0px 20px; }

.block {
  display: block; }

.mobile-displayed {
  display: none; }

@media (min-width: 1240px) {
  .desktop-flex {
    display: flex; } }

@media (max-width: 1024px) {
  .laptop-hidden {
    display: none; } }

@media (max-width: 960px) {
  .tablet-hidden {
    display: none !important; }
  .tablet-displayed {
    display: block !important; } }

@media (max-width: 640px) {
  .mobile-hidden {
    display: none !important; }
  .mobile-displayed {
    display: block !important; } }

.smooth-transition, a:hover, a:focus, a.active, input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
.btn:hover,
.btn:focus,
.btn.active,
.btn.active-filter, .input-label, .text-carousel, .accordion .accordion-heading.active, .accordion .accordion-heading:hover, .main-nav-wrapper, .drop-down-menu .menu-item a:hover,
.drop-down-menu .menu-item a:focus,
.drop-down-menu .menu-item a.active, .drop-down-menu .menu-item a.btn.active,
.drop-down-menu .menu-item a.btn:hover,
.drop-down-menu .menu-item a.btn:focus, .drop-down-menu .menu-item .section-title.active,
.drop-down-menu .menu-item .section-title:hover,
.drop-down-menu .menu-item .section-title:focus,
.drop-down-menu .menu-item .subsection-title.active,
.drop-down-menu .menu-item .subsection-title:hover,
.drop-down-menu .menu-item .subsection-title:focus, .text-impulse a.active .impulse-title,
.text-impulse a:hover .impulse-title,
.text-impulse a:focus .impulse-title, .header .header-bottom, .grid-component-entry a.active .title,
.grid-component-entry a:hover .title,
.grid-component-entry a:focus .title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

.slow-transition {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out; }

.animateme {
  opacity: 0; }

.page-intro {
  animation: 0.6s ease-out 0s 1 pageIntro; }

@media (max-width: 960px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important; } }

@keyframes pageIntro {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/********** START FONT **********/
.Red h1, .Red .h1, .Red .caption-banner-box .transparent .caption-wrapper .title, .caption-banner-box .transparent .caption-wrapper .Red .title, .Red .caption-banner .title, .caption-banner .Red .title {
  color: #C41130; }

h1, .h1, .caption-banner-box .transparent .caption-wrapper .title, .caption-banner .title {
  /*font-size: 2.6em;*/
  font-size: 3em;
  line-height: 1.2em; }

h2, .h2, .content .page-title {
  /*font-size: 2em;*/
  font-size: 2.3em;
  line-height: 1.3em; }

h3, .h3 {
  /*font-size: 1.8em;*/
  font-size: 1.6em;
  line-height: 1.3em; }

h4, .h4, .key-fact-impulse .impulse-title, .content .page-title.h4, .content .intro {
  /*font-size: 1.3em;*/
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Montserrat", Arial;
  margin: 0 0 20px 0;
  font-weight: 300; }

h5, .h5, .map-component .caption-title, .text-entry .title, .text-and-image-component .intro {
  /*font-size: 1.35em;*/
  font-size: 1.25em;
  line-height: 1.4em;
  font-family: "Montserrat", Arial;
  margin: 0 0 20px 0;
  font-weight: 300; }

h6, .h6, .sidebar .section-title, .sidebar .page-title, .image-impulse .copy, .text-impulse .impulse-title, .content .text-impulse .strong, .component-subtitle, .map-component p, .entries-grid-component .grid-component-entry .caption .copy, .grid-component-entry .title, .read-more-link, .filter-wrapper .filter-btn, .more-link {
  /*font-size: 1em;*/
  font-size: 0.9em;
  line-height: 1.5em;
  font-family: "Montserrat", Arial;
  margin: 0 0 20px 0;
  font-weight: 300; }

p, .p {
  margin: 0 0 20px 0; }

a {
  color: #003264;
  text-decoration: none; }

small, .small, .image-impulse .date, .key-fact-impulse .subtitle, .map-component .transparent-btn, .grid-component-entry .section-title, .text-entry .section-title, .breadcrumbs ul li {
  font-size: 0.65em;
  line-height: 1.5em; }

strong, .text-impulse .strong, .strong {
  color: #003264; }

a:hover, a:focus, a.active {
  text-decoration: none;
  color: #00abe4 !important; }

@media (max-width: 640px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 29px; } }

body {
  margin: 0;
  font-family: "Montserrat", Arial; }

ol, ul {
  margin: 0 0 20px 20px;
  padding: 0; }

li {
  margin-bottom: 5px; }

img {
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table td,
table th {
  border: 1px solid;
  padding: 5px; }

pre {
  margin-bottom: 20px; }

.admin-edit-button {
  display: none;
  top: 0;
  right: 0;
  text-decoration: none !important;
  background-color: #F0AD4E;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  font-weight: normal;
  padding: 6px 10px 4px 6px;
  float: left;
  position: absolute;
  color: #FFF !important;
  font-weight: normal !important;
  font-family: arial !important;
  border-radius: 2px;
  margin-top: -30px; }

.admin-edit-button:hover {
  text-decoration: none !important; }

.admin-item-wrapper {
  position: relative; }

.admin-item-wrapper.admin-item-active {
  box-shadow: 0px 0px 10px 4px #FFA500; }

.admin-item-wrapper:hover .admin-edit-button {
  display: block; }

.admin-item-disabled {
  opacity: 0.5;
  box-shadow: none !important; }

/*G-INCEPTION by PMF v1.0 31.07.2014*/
/*INDEX
    0. Global
    1. All devices
    2. Tablet
    3. Mobile
*/
/*0. Global*/
.box-container {
  max-width: 1250px;
  margin: 0 auto;
  clear: left;
  overflow: visible;
  padding: 0; }

.box-container .box-container {
  width: 100%; }

/*.content-wrapper .box-container { max-width: 1180px; }*/
.inner {
  margin: 10px;
  padding: 10px; }

.box-12, .box-11, .box-10, .box-9, .box-8, .box-7, .box-6, .entries-grid-component .grid-component-entry, .box-5, .box-4, .box-3, .box-2, .box-1, .box-fifth {
  float: left; }

.collapse {
  margin: -10px; }

.collapse-v {
  margin: -10px -10px 0; }

.collapse-h {
  margin: -10px -10px; }

/*1. All devices*/
.box-12 {
  width: 100%; }

.box-11 {
  width: 91.666665%; }

.box-10 {
  width: 83.333332%; }

.box-9 {
  width: 75%; }

.box-8 {
  width: 66.666665%; }

.box-7 {
  width: 58.333332%; }

.box-6, .entries-grid-component .grid-component-entry {
  width: 50%; }

.box-5 {
  width: 41.666665%; }

.box-4 {
  width: 33.333332%; }

.box-3 {
  width: 25%; }

.box-2 {
  width: 16.666665%; }

.box-1 {
  width: 8.333332%; }

.box-fifth {
  width: 20%; }

/*2. Tablet*/
@media (max-width: 960px) {
  .box-12, .box-11, .box-10, .box-9, .box-8, .box-7, .box-6, .entries-grid-component .grid-component-entry, .box-5, .box-4, .box-3, .box-2, .box-1, .box-fifth {
    width: 100%; }
  .box-tablet-12 {
    width: 100%; }
  .box-tablet-11 {
    width: 91.666665%; }
  .box-tablet-10 {
    width: 83.333332%; }
  .box-tablet-9 {
    width: 75%; }
  .box-tablet-8 {
    width: 66.666665%; }
  .box-tablet-7 {
    width: 58.333332%; }
  .box-tablet-6 {
    width: 50%; }
  .box-tablet-5 {
    width: 41.666665%; }
  .box-tablet-4 {
    width: 33.333332%; }
  .box-tablet-3 {
    width: 25%; }
  .box-tablet-2 {
    width: 16.666665%; }
  .box-tablet-1 {
    width: 8.333332%; }
  .box-tablet-fifth {
    width: 20%; } }

/*3. Mobile*/
@media (max-width: 640px) {
  .box-tablet-12, .box-tablet-11, .box-tablet-10, .box-tablet-9, .box-tablet-8, .box-tablet-7, .box-tablet-6, .box-tablet-5, .box-tablet-4, .box-tablet-3, .box-tablet-2, .box-tablet-1, .box-fifth {
    width: 100%; }
  .box-mobile-12 {
    width: 100%; }
  .box-mobile-11 {
    width: 91.666665%; }
  .box-mobile-10 {
    width: 83.333332%; }
  .box-mobile-9 {
    width: 75%; }
  .box-mobile-8 {
    width: 66.666665%; }
  .box-mobile-7 {
    width: 58.333332%; }
  .box-mobile-6 {
    width: 50%; }
  .box-mobile-5 {
    width: 41.666665%; }
  .box-mobile-4 {
    width: 33.333332%; }
  .box-mobile-3 {
    width: 25%; }
  .box-mobile-2 {
    width: 16.666665%; }
  .box-mobile-1 {
    width: 8.333332%; }
  .box-mobile-fifth {
    width: 20%; } }

/********** START MODULES **********/
/********** START FORMS **********/
.input-default, input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"], select, textarea, .fake-select {
  padding-right: 40px;
  background-color: #f6f6f6;
  width: 100%;
  height: 45px;
  padding: 0;
  border: 1px solid #003264;
  border-color: #EEE;
  padding-left: 15px; }

.input-default.green-bg, input.green-bg[type="text"],
input.green-bg[type="password"],
input.green-bg[type="tel"],
input.green-bg[type="url"],
input.green-bg[type="email"], select.green-bg, textarea.green-bg, .green-bg.fake-select {
  color: #FFF;
  background: #6fd44a; }

.input-default.blue-bg, input.blue-bg[type="text"],
input.blue-bg[type="password"],
input.blue-bg[type="tel"],
input.blue-bg[type="url"],
input.blue-bg[type="email"], select.blue-bg, textarea.blue-bg, .blue-bg.fake-select {
  color: #FFF;
  background: #00abe4; }

textarea {
  height: 110px;
  padding: 10px 15px;
  resize: none;
  display: block; }

input[type="submit"],
input[type="button"],
.btn {
  text-transform: uppercase;
  display: inline-block;
  color: White;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7.5px 20px;
  background: #003264;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type="submit"]:disabled,
input[type="button"]:disabled,
.btn.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
  text-decoration: none; }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
.btn:hover,
.btn:focus,
.btn.active,
.btn.active-filter {
  text-decoration: none;
  background: #00abe4;
  color: #FFF; }

@media (max-width: 640px) {
  .btn.active, .btn.active-filter {
    margin-bottom: 5px; } }

.fake-input {
  color: #003264;
  cursor: pointer;
  display: inline-block;
  position: static;
  text-decoration: none;
  width: 18px;
  color: #003264 !important; }

a.fake-input {
  text-decoration: none; }

.fake-input.checkbox:before {
  content: "\f096"; }

.fake-input.checkbox.active:before {
  content: "\f046"; }

.fake-input.radio:before {
  content: "\f10c"; }

.fake-input.radio.active:before {
  content: "\f192"; }

.fake-input.checkbox.active {
  content: "\f046"; }

.fake-input.radio {
  content: "\f192"; }

.fake-input input, .fake-select select {
  display: none; }

.fake-input:hover, .fake-input:focus {
  text-decoration: none; }

.fake-select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer; }

.fake-select-arrow:before {
  content: "\f107"; }

.fake-select select {
  display: none; }

.fake-select-arrow {
  margin-right: 10px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  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;
  color: #00abe4;
  *zoom: 1;
  *display: inline; }

.fake-select-active-opt {
  display: block;
  line-height: 34px;
  outline: medium none;
  padding: 0 30px 0 10px;
  text-decoration: none; }

.fake-select-options-cotainer {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

.fake-select-options-cotainer ul {
  border: 1px solid #e6e6e6;
  list-style: none outside none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative; }

.fake-select-options-cotainer li {
  background: #fff;
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.fake-select-options-cotainer li a {
  display: block;
  line-height: 20px;
  outline: medium none;
  padding: 5px 30px 5px 10px;
  text-decoration: none;
  color: #000; }

.fake-select-options-cotainer li a:hover {
  background: #00abe4;
  color: #fff; }

.form-row label {
  display: inline-block;
  width: 245px; }

fieldset {
  display: inline-block; }

.fake-input.error {
  border: 0 !important;
  background: none !important;
  color: Red !important; }

.inputs-wrap {
  position: relative;
  display: table;
  border-collapse: separate;
  margin-bottom: 10px; }

.input-wrap-item {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell !important;
  margin-bottom: 0 !important;
  padding: 0 10px !important; }

.inputs-wrap .input-wrap-item {
  margin-bottom: 0; }

/********** END FORMS **********/
.form-title {
  margin: 10px;
  background: #6fd44a;
  color: #FFF;
  padding: 10px; }

.form-title *:last-child {
  margin: 0px; }

.input-default, input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"], select, textarea, .fake-select {
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: 25px;
  background-position: right 10px top 10px; }

.input-wrapper {
  position: relative;
  padding: 10px; }

.input-icon {
  content: " ";
  background-size: 100% 100%;
  display: block;
  height: 10px;
  width: 10.5px;
  position: absolute;
  top: 27px;
  right: 20px;
  margin-right: 10px; }

.label-base, .input-label, label.error {
  position: absolute;
  left: 10px;
  top: 20px;
  transform: translate(0);
  margin: 0 15px; }

.label-moved, label.error, .move-label .input-label,
.move-label ~ .input-label,
.input-default.error ~ .input-label, input.error[type="text"] ~ .input-label,
input.error[type="password"] ~ .input-label,
input.error[type="tel"] ~ .input-label,
input.error[type="url"] ~ .input-label,
input.error[type="email"] ~ .input-label, select.error ~ .input-label, textarea.error ~ .input-label, .error.fake-select ~ .input-label,
.input-default.valid ~ .input-label, input.valid[type="text"] ~ .input-label,
input.valid[type="password"] ~ .input-label,
input.valid[type="tel"] ~ .input-label,
input.valid[type="url"] ~ .input-label,
input.valid[type="email"] ~ .input-label, select.valid ~ .input-label, textarea.valid ~ .input-label, .valid.fake-select ~ .input-label, .input-default:-webkit-autofill ~ .input-label, input[type="text"]:-webkit-autofill ~ .input-label,
input[type="password"]:-webkit-autofill ~ .input-label,
input[type="tel"]:-webkit-autofill ~ .input-label,
input[type="url"]:-webkit-autofill ~ .input-label,
input[type="email"]:-webkit-autofill ~ .input-label, select:-webkit-autofill ~ .input-label, textarea:-webkit-autofill ~ .input-label, .fake-select:-webkit-autofill ~ .input-label {
  top: 13px;
  transform: translateY(-100%);
  line-height: 18px;
  font-size: 10px;
  color: #666666; }

.input-default.blue-bg:not(.valid):not(.error) ~ .input-label, input.blue-bg[type="text"]:not(.valid):not(.error) ~ .input-label,
input.blue-bg[type="password"]:not(.valid):not(.error) ~ .input-label,
input.blue-bg[type="tel"]:not(.valid):not(.error) ~ .input-label,
input.blue-bg[type="url"]:not(.valid):not(.error) ~ .input-label,
input.blue-bg[type="email"]:not(.valid):not(.error) ~ .input-label, select.blue-bg:not(.valid):not(.error) ~ .input-label, textarea.blue-bg:not(.valid):not(.error) ~ .input-label, .blue-bg.fake-select:not(.valid):not(.error) ~ .input-label,
.input-default.green-bg:not(.valid):not(.error) ~ .input-label, input.green-bg[type="text"]:not(.valid):not(.error) ~ .input-label,
input.green-bg[type="password"]:not(.valid):not(.error) ~ .input-label,
input.green-bg[type="tel"]:not(.valid):not(.error) ~ .input-label,
input.green-bg[type="url"]:not(.valid):not(.error) ~ .input-label,
input.green-bg[type="email"]:not(.valid):not(.error) ~ .input-label, select.green-bg:not(.valid):not(.error) ~ .input-label, textarea.green-bg:not(.valid):not(.error) ~ .input-label, .green-bg.fake-select:not(.valid):not(.error) ~ .input-label {
  color: #FFF; }

.move-label .input-default.blue-bg:not(.valid):not(.error) ~ .input-label, .move-label input.blue-bg[type="text"]:not(.valid):not(.error) ~ .input-label, .move-label
input.blue-bg[type="password"]:not(.valid):not(.error) ~ .input-label, .move-label
input.blue-bg[type="tel"]:not(.valid):not(.error) ~ .input-label, .move-label
input.blue-bg[type="url"]:not(.valid):not(.error) ~ .input-label, .move-label
input.blue-bg[type="email"]:not(.valid):not(.error) ~ .input-label, .move-label select.blue-bg:not(.valid):not(.error) ~ .input-label, .move-label textarea.blue-bg:not(.valid):not(.error) ~ .input-label, .move-label .blue-bg.fake-select:not(.valid):not(.error) ~ .input-label,
.move-label .input-default.green-bg:not(.valid):not(.error) ~ .input-label,
.move-label input.green-bg[type="text"]:not(.valid):not(.error) ~ .input-label,
.move-label
input.green-bg[type="password"]:not(.valid):not(.error) ~ .input-label,
.move-label
input.green-bg[type="tel"]:not(.valid):not(.error) ~ .input-label,
.move-label
input.green-bg[type="url"]:not(.valid):not(.error) ~ .input-label,
.move-label
input.green-bg[type="email"]:not(.valid):not(.error) ~ .input-label,
.move-label select.green-bg:not(.valid):not(.error) ~ .input-label,
.move-label textarea.green-bg:not(.valid):not(.error) ~ .input-label,
.move-label .green-bg.fake-select:not(.valid):not(.error) ~ .input-label {
  color: #666666; }

.input-label {
  color: #777;
  pointer-events: none; }

label.error {
  color: #C41130;
  right: 10px;
  left: auto; }

.input-default.error ~ .input-label, input.error[type="text"] ~ .input-label,
input.error[type="password"] ~ .input-label,
input.error[type="tel"] ~ .input-label,
input.error[type="url"] ~ .input-label,
input.error[type="email"] ~ .input-label, select.error ~ .input-label, textarea.error ~ .input-label, .error.fake-select ~ .input-label {
  /*display: none;*/ }

.input-default[required] ~ .input-label:after, input[required][type="text"] ~ .input-label:after,
input[required][type="password"] ~ .input-label:after,
input[required][type="tel"] ~ .input-label:after,
input[required][type="url"] ~ .input-label:after,
input[required][type="email"] ~ .input-label:after, select[required] ~ .input-label:after, textarea[required] ~ .input-label:after, [required].fake-select ~ .input-label:after {
  content: "*";
  color: #C41130;
  margin-left: 3px; }

/*Show/Hide password*/
.input-wrapper .show-hide-password {
  content: " ";
  background-size: 100% 100%;
  display: block;
  height: 22px;
  width: 22.5px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  transform: translateY(-50%);
  background-image: url("/assets/images/icon-eye-open.png") !important; }

.input-wrapper .show-hide-password.visible {
  background-image: url("/assets/images/icon-eye-close.png") !important; }

.valid ~ .show-hide-password,
.error ~ .show-hide-password {
  margin-right: 40px; }

/*date inputs*/
.date-inputs-wrapper .input-wrapper {
  float: left;
  width: calc(33.33% - 7px);
  margin-left: 10px; }

.date-inputs-wrapper .input-wrapper:first-child {
  margin-left: 0px; }

.date-inputs-wrapper label.error {
  display: none !important; }

.date-inputs-wrapper .input-label {
  display: block !important; }

/*ERROR - VALID*/
.fake-input.error {
  color: #C41130 !important; }

.fake-input label {
  display: none !important; }

.input-default.error ~ .input-icon, input.error[type="text"] ~ .input-icon,
input.error[type="password"] ~ .input-icon,
input.error[type="tel"] ~ .input-icon,
input.error[type="url"] ~ .input-icon,
input.error[type="email"] ~ .input-icon, select.error ~ .input-icon, textarea.error ~ .input-icon, .error.fake-select ~ .input-icon {
  background-image: url("/assets/images/icon-error.png") !important; }

/*.error {  }
.valid {  background-color: $green; }*/
.input-default.valid ~ .input-icon, input.valid[type="text"] ~ .input-icon,
input.valid[type="password"] ~ .input-icon,
input.valid[type="tel"] ~ .input-icon,
input.valid[type="url"] ~ .input-icon,
input.valid[type="email"] ~ .input-icon, select.valid ~ .input-icon, textarea.valid ~ .input-icon, .valid.fake-select ~ .input-icon {
  background-image: url("/assets/images/icon-correct.png") !important; }

@media (max-width: 640px) {
  .input-wrapper .show-hide-password {
    height: 35px;
    width: 37px; }
  .calculator-component .input-wrapper {
    padding: 10px 0; } }

.mobile-only-container .input-wrapper .show-hide-password {
  height: 35px;
  width: 37px; }

/*IE HACKS*/
/*IE hack*/
.move-label .input-label,
.input-default.error ~ .input-label, input.error[type="text"] ~ .input-label,
input.error[type="password"] ~ .input-label,
input.error[type="tel"] ~ .input-label,
input.error[type="url"] ~ .input-label,
input.error[type="email"] ~ .input-label, select.error ~ .input-label, textarea.error ~ .input-label, .error.fake-select ~ .input-label,
.input-default.valid ~ .input-label, input.valid[type="text"] ~ .input-label,
input.valid[type="password"] ~ .input-label,
input.valid[type="tel"] ~ .input-label,
input.valid[type="url"] ~ .input-label,
input.valid[type="email"] ~ .input-label, select.valid ~ .input-label, textarea.valid ~ .input-label, .valid.fake-select ~ .input-label,
label.error {
  top: 13px;
  transform: translateY(-100%);
  line-height: 18px;
  font-size: 10px; }

label.error {
  left: auto;
  right: 10px; }

/*Notifications*/
.form-notification {
  position: relative;
  border: none !important;
  margin: 0 10px;
  margin-bottom: 20px; }

.form-notification .icon {
  display: block;
  height: 100%;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 20px; }

.form-notification .icon .fa {
  line-height: 60px;
  font-size: 20px; }

.form-notification .copy {
  padding: 20px 20px 20px 80px; }

.form-notification .copy p {
  margin: 0; }

.close-notification {
  display: block;
  height: 100%;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: inherit; }

.close-notification .fa {
  line-height: 60px;
  color: inherit; }

.form-notification.success {
  background: #e7f7c2;
  color: #5f9a13;
  border-color: #5f9a13; }

.form-notification.success .icon {
  background: #5f9a13; }

.form-notification.error {
  background: #ffe2e2;
  color: #c71b1b;
  border-color: #c71b1b; }

.form-notification.error .icon {
  background: #c71b1b; }

.form-notification.warning {
  background: #f9f8d0;
  color: #d3a400;
  border-color: #d3a400; }

.form-notification.warning .icon {
  background: #d3a400; }

.form-notification.info {
  background: #e5eef5;
  color: #2d79c1;
  border-color: #2d79c1; }

.form-notification.info .icon {
  background: #2d79c1; }

/*Share tools*/
.share-popup-wrapper {
  position: relative;
  display: inline-block; }

.share-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 1;
  padding-left: 16px;
  border: 1px solid #003264;
  background: #f6f6f6;
  padding: 10px;
  min-width: 140px;
  margin-top: 10px;
  margin-left: -30px; }

.share-popup .share-item {
  margin-right: 10px; }

.share-popup .share-item a {
  text-decoration: none !important; }

.share-popup:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 14px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f6f6f6;
  z-index: 1; }

.share-popup:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 14px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #f6f6f6;
  z-index: 2; }

/********** START CAROUSEL **********/
/*Other slider styles*/
/***************************************************/
.slider {
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  height: 100% !important; }

.slider .slides-wrapper {
  width: 100%;
  height: 100%; }

.slider .slides-wrapper .item {
  float: left;
  padding: 0; }

.slider-container .slide-caption {
  padding: 0 !important; }

.slider .item .image-wrapper {
  height: 0px;
  padding-bottom: 28%;
  position: relative;
  overflow: hidden; }

.slider .item .image-wrapper img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out; }

.slider .item .image-wrapper:hover img, .slider .item .image-wrapper:focus img {
  transform: scale(1.1); }

.slider .item .slide-caption .inner {
  position: relative;
  z-index: 0;
  padding: 10px;
  padding-bottom: 5px;
  margin: 10px;
  max-width: 500px;
  min-width: 480px; }

.slider .item .slide-caption .inner:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003264;
  z-index: -1;
  opacity: 0.84;
  border-radius: 0 0 50px 0; }

.slider .item .slide-caption .inner .h4, .slider .item .slide-caption .inner .key-fact-impulse .impulse-title, .key-fact-impulse .slider .item .slide-caption .inner .impulse-title, .slider .item .slide-caption .inner .content .intro, .content .slider .item .slide-caption .inner .intro {
  font-weight: normal; }

.slider-container {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 26% 0; }

.slider-container .slide-caption {
  padding: 20px 40px;
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  max-height: 100%;
  cursor: inherit !important;
  width: 100%; }

.slider-container .selectors-block {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  left: auto;
  text-align: center;
  padding-bottom: 10px;
  z-index: 1; }

.slider-container .selector-item:hover, .slider-container .selector-item:hover, .slider-container .selector-item.active {
  color: #fff;
  text-decoration: none; }

.slider-container .slider-navigation, .slider-container .selectors-block, .slider-container .selectors-block * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.slider-absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.slider-disabled {
  overflow: visible !important; }

/*Slider navs*/
.slider-navigation {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  padding: 10px;
  margin-top: -24px;
  z-index: 1;
  text-decoration: none !important;
  font-size: 44px;
  line-height: 48px; }

.slider-navigation:hover, .slider-navigation:focus, .slider-navigation.active {
  background-color: #003264;
  color: #fff; }

.slider-navigation.prev-slide-button {
  left: 0;
  border-radius: 0 10px 10px 0; }

.slider-navigation.next-slide-button {
  right: 0;
  border-radius: 10px 0 0 10px; }

/*slider play pause*/
.js-play-pause.js-autoplaying .fa:before {
  content: "\f04b"; }

/*text carousel*/
.text-carousel .text-slides-wrapper {
  height: 200px;
  padding: 0; }

.text-carousel .indicators {
  position: relative;
  left: 20px;
  bottom: 0; }

.text-carousel .slide-item .inner {
  min-height: 200px;
  padding: 20px; }

.text-carousel .slide-item h4,
.text-carousel .slide-item p {
  margin: 0 !important; }

.text-carousel {
  height: 200px;
  padding: 0; }

/*News slider*/
/********************/
.news-slider-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.news-slider-container .news-slider-np-absolute {
  width: calc(100% - 120px);
  margin: 0 auto; }

.news-slider-container .news-slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.selector-item {
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 3px solid #FFF;
  border-radius: 50%; }

.selector-item.active {
  background: #FFF; }

.mobile-displayed.selector-item {
  display: none; }

.mobile-hidden.selector-item {
  display: inline-block; }

.slide-background-image {
  display: block;
  width: 100%; }

@media only screen and (max-width: 960px) {
  .slider {
    height: 100%;
    width: 100%; }
  .slider-container {
    height: 400px;
    padding: 0 0 0% 0; }
  .slider-absolute {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .slider-container .slide-caption {
    position: relative;
    padding: 10px;
    transform: translateY(0%);
    top: 0; }
  .slider-container .selectors-block {
    position: relative; }
  .slider .item .slide-caption .inner {
    margin: 0;
    max-width: 100%;
    min-width: 0; } }

@media (max-width: 640px) {
  .slider .item .slide-caption .inner {
    margin: 0;
    max-width: 100%;
    min-width: 0; }
  .slider .item .slide-caption .inner .h4, .slider .item .slide-caption .inner .key-fact-impulse .impulse-title, .key-fact-impulse .slider .item .slide-caption .inner .impulse-title, .slider .item .slide-caption .inner .content .intro, .content .slider .item .slide-caption .inner .intro {
    font-size: 16.5px;
    line-height: 1.4em; }
  .slider .video {
    padding-bottom: 56% !important; }
  .mobile-displayed.selector-item {
    display: inline-block !important; }
  .mobile-hidden.selector-item {
    display: none; } }

@media (min-width: 960px) {
  .slider .item .slide-caption .inner {
    transform: translate(50%, 60%) !important; }
  .Red .slider .item .slide-caption .inner {
    transform: translate(50%, 40%) !important; } }

@media only screen and (min-width: 961px) {
  .slider-container:not(.carrousel-container) {
    height: 0 !important; } }

/********** START ACCORDION **********/
.accordions-wrapper {
  margin-bottom: 40px; }

.accordion {
  margin-bottom: 10px; }

.accordion .accordion-heading {
   
   cursor: pointer;
        display: block;
        padding-right: 30px;
        position: relative;
        padding: 10px;
  }

.accordion .accordion-content {
  overflow: hidden;
  display: none; }

.accordion .accordion-content .accordion-content-inner {
  padding: 5px; 
     }

.accordion-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 20px;
  margin-top: -10px; }

.accordion .accordion-heading .accordion-indicator:before {
  content: "\f107"; }

.accordion .accordion-heading.active .accordion-indicator:before {
  content: "\f106"; }

@media (max-width: 640px) {
  .accordions-wrapper {
    margin-bottom: 0; }
  .accordion-indicator.fa.fa-circle {
    display: none; } }


.component-accordions .accordion .accordion-heading {
    cursor: pointer;
    display: block;
    padding-right: 30px;
    position: relative;
    padding: 10px;
    color: #003264;
    font-weight: 500;
    background: #ebebeb;
}

.component-accordions .accordion .accordion-content {
    overflow: hidden;
    display: none;
    background: #ebebeb52;
}


/********** END ACCORDION **********/
/*******TABS START******/
ul.tabs-menu {
  margin-left: 0;
  padding-left: 0; }

.tabs-menu li {
  margin-left: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  /*margin-right: 10px;*/
  margin-bottom: -1px;
  border-top: 1px solid #003264;
  border-right: 1px solid #003264;
  border-left: 1px solid #003264; }

.tabs-menu li a {
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid #003264;
  text-decoration: none; }

.tabs-menu li a.active {
  background-color: #f6f6f6;
  border-bottom: 1px solid transparent; }

.tabs-menu .active a {
  color: #003264; }

.tab {
  border: 1px solid #003264;
  border-bottom: none;
  background-color: #f6f6f6;
  width: auto;
  clear: both; }

.tab-content.js-tab-content {
  display: none; }

.tab-content.js-tab-content.active {
  display: block;
  position: relative; }

.tabs-menu .read-more-link {
  border: none;
  float: right; }

.tabs-menu li.read-more-link a {
  border-bottom: none;
  float: right;
  padding-right: 30px; }

.tabs-menu li.read-more-link .arrow-link {
  float: right;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); }

.tabs-menu-mobile {
  display: none; }

.tab-content .read-more-link {
  border: none;
  float: right;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 20%;
  width: 100px; }

.tab-content .read-more-link .arrow-link {
  float: right;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); }

.tab-content .read-more-link .arrow-link a {
  border-bottom: none;
  float: right;
  padding-right: 30px;
  padding: 5px 20px;
  display: block;
  text-decoration: none; }

@media only screen and (max-width: 640px) {
  .tab-content .read-more-link {
    position: relative;
    top: 0;
    right: 20px; }
  .tabs-menu li {
    width: auto;
    margin-right: 10px; }
  .calculator-tabs-component ul.tabs-menu {
    display: none; }
  .tabs-menu-mobile {
    display: block;
    background: #f6f6f6;
    padding: 0 20px; }
  .tabs-menu-mobile select {
    background-color: #003264;
    color: #FFF;
    font-weight: bold; }
  .tab {
    border: 1px solid #f6f6f6; } }

/*******TABS END******/
/*******DROPDOWN MENU START******/
/*main nav*/
.main-nav-wrapper {
  float: right;
  clear: right; }

.main-nav-box {
  margin-bottom: -2px; }

.header-top .main-nav-box .get-in-touch-wrapper,
.header-top .main-nav-box .main-nav-top,
.header-top .main-nav-box .main-nav-wrapper {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 13px; }

.main-nav-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
  opacity: 1 !important; }

.main-nav-top ul li {
  display: inline-block;
  padding: 0px 15px;
  width: 106px; }

.main-nav-top ul li a {
  color: #666666;
  text-decoration: none;
  font-weight: normal; }

.main-nav-top ul li a.active,
.main-nav-top ul li a:hover,
.main-nav-top ul li a:focus {
  font-weight: bold;
  color: #666666 !important; }

.main-nav-top ul li a.search-trigger.active,
.main-nav-top ul li a.search-trigger:hover,
.main-nav-top ul li a.search-trigger:focus {
  color: #00abe4 !important; }

.main-nav-wrapper ul li a {
  color: #003264; }

.main-nav-wrapper .menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important; }

.main-nav-wrapper .menu-item a.active {
  background: none; }

/*drop-down*/
.drop-down-wrapper {
  z-index: 2; }

.drop-down-menu, .drop-down-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.drop-down-menu:after {
  content: " ";
  display: block;
  height: 1px;
  zoom: 1;
  width: 100%;
  clear: both; }

.drop-down-menu, .drop-down {
  margin-left: 0; }

.drop-down-menu .menu-item {
  position: relative;
  margin-bottom: 0; }

.drop-down-menu .menu-item .menu-indicator {
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *zoom: 1;
  *display: inline;
  float: right; }

.drop-down-menu .menu-item .menu-indicator:before {
  content: "\f107"; }

.drop-down-menu .menu-item {
  display: inline-block; }

.drop-down-menu .menu-item a {
  display: block;
  padding: 10px 8px; }

.drop-down-menu .menu-item a:hover,
.drop-down-menu .menu-item a:focus,
.drop-down-menu .menu-item a.active {
  text-decoration: none;
  color: #FFF !important;
  background: #003264; }

.drop-down-menu .menu-item a.btn {
  padding: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  text-align: center; }

.drop-down-menu .menu-item a.btn.active,
.drop-down-menu .menu-item a.btn:hover,
.drop-down-menu .menu-item a.btn:focus {
  background: #00abe4; }

.drop-down-menu .menu-item.tools-item a {
  text-transform: none;
  font-weight: normal; }

@media (max-width: 960px) {
  .main-nav-wrapper {
    width: 100%;
    background: #f6f6f6;
    margin: 0;
    width: calc(100% + 20px);
    float: left !important; }
  .header-top .main-nav-box .main-nav-wrapper {
    text-align: left; }
  .main-nav-wrapper .drop-down-menu {
    padding: 20px;
    padding-bottom: 10px;
    background: white;
    color: #DC0000; }
  .main-nav-wrapper ul li a {
    /*color: #FFF !important;*/ }
  .main-nav-box .inner.pb0.mb0 {
    margin: 0;
    padding: 0; }
  .header-top .box-2 {
    height: 75px; }
  .drop-down-menu .search-button-wrapper .inputs-wrap {
    margin: 0; }
  .drop-down-menu .search-button-wrapper {
    margin-top: 40px; }
  .drop-down-menu .menu-item:not(.search-button-wrapper) {
    border-bottom: 1px solid #666666; }
  .drop-down-menu .menu-item .arrow-right-icon {
    display: block !important;
    top: 0; }
  .drop-down-menu .menu-item .arrow-left-icon {
    display: block !important;
    float: left;
    margin-right: 10px; }
  .drop-down-menu .search-input,
  .drop-down-menu .menu-item a {
    position: relative;
    padding: 10px 10px; }
  .drop-down-menu .menu-item a.red-nav-item {
    color: #DC0000; }
  .drodpdown-sections-list li a + ul {
    display: none; }
  .drodpdown-sections-list li a.active + ul {
    display: block; }
  .js-mobile-sublist {
    display: none !important; }
  .js-mobile-sublist.active {
    display: block !important; } }

.drop-down-menu .menu-item .arrow-right-icon {
  position: absolute;
  right: 15px;
  width: 20px;
  display: none;
  top: 10px; }

.drop-down-menu .menu-item .arrow-left-icon {
  position: relative;
  width: 20px;
  display: none; }

.featured-dropdown-item .inner {
  background: #e5eaef;
  padding: 20px;
  margin: 20px; }

.featured-dropdown-item p {
  font-weight: normal;
  line-height: 22px; }

.drop-down-menu .menu-item .drop-down {
  display: none; }

.drop-down-menu .menu-item:hover .drop-down {
  display: block; }

.drop-down.blue-overlay:hover,
.drop-down.blue-overlay:hover + .drop-down {
  display: none !important; }

.drop-down-menu .drop-down {
  background-color: #FFF;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0; }

.drop-down-menu .drop-down .drop-down-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.drop-down-menu .drop-down .menu-item {
  display: block;
  min-width: 180px; }

.drop-down-menu .drop-down .menu-item .menu-indicator:before {
  content: "\f105"; }

.drop-down-menu li {
  margin-bottom: 0; }

.drop-down-menu li:last-child {
  margin-top: -5px; }

.js-sub-sublis-wrap:last-child {
  margin-bottom: 10px; }

.drop-down-menu .section-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1.4em;
  /*@extend .h5;*/
  padding-top: 0 !important; }

@media only screen and (min-width: 961px) {
  .drop-down-menu .section-title {
    text-transform: none !important; } }

.drop-down-menu .subsection-title {
  color: #666666 !important;
  text-transform: none !important;
  padding: 0 20px !important;
  font-weight: normal;
  line-height: 23px; }

.drop-down-menu .menu-item .section-title.active,
.drop-down-menu .menu-item .section-title:hover,
.drop-down-menu .menu-item .section-title:focus,
.drop-down-menu .menu-item .subsection-title.active,
.drop-down-menu .menu-item .subsection-title:hover,
.drop-down-menu .menu-item .subsection-title:focus {
  color: #00abe4 !important;
  background: none !important; }

.drodpdown-sections-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4; }

/*whole width*/
.drop-down-menu .menu-item.whole-width-dropwon {
  position: static; }

.drop-down-menu .menu-item.whole-width-dropwon .drop-down {
  width: 120%; }

.drop-down-menu .drop-down.whole-width {
  /*top: calc(100% + -1px);*/
  /*left: -20%;*/
  /*border-top: 1px solid $dark-blue;*/ }

/*third level*/
.drop-down-menu .menu-item:hover .drop-down .drop-down {
  display: none; }

.drop-down-menu .drop-down .drop-down {
  top: 0;
  left: 100%;
  display: none;
  border-top: 0px; }

.drop-down-menu .drop-down .menu-item:hover .drop-down {
  display: block; }

/*mobile trigger*/
.mobile-nav-trigger {
  display: none;
  float: right;
  margin: 0; }

.mobile-sub-sublist {
  display: none; }

.list-padding {
  padding: -20px; }

/*desktop only*/
@media only screen and (min-width: 961px) {
  .drop-down-menu {
    display: block !important;
    opacity: 1 !important; } }

/*tablet and below*/
@media only screen and (max-width: 960px) {
  .drop-down-menu .menu-item {
    display: block; }
  .drop-down-menu .drop-down {
    position: relative;
    overflow: hidden; }
  .drop-down-menu .drop-down,
  .drop-down-menu .drop-down .menu-item {
    top: 0 !important;
    display: block; }
  .drop-down-menu .drop-down .menu-item .menu-indicator:before {
    content: "\f107"; }
  .drop-down-menu .drop-down .drop-down {
    left: 0; }
  .drop-down-menu .drop-down .menu-item .drop-down .menu-item a {
    color: #666666; }
  .mobile-nav-trigger {
    display: block; }
  .drop-down-menu {
    display: none;
    width: 100%;
    clear: both; }
  .drop-down-menu .menu-item:hover .drop-down,
  .drop-down-menu .menu-item:hover .drop-down .menu-item:hover .drop-down {
    display: none; } }

/*******DROPDOWN MENU END******/
@media only screen and (max-width: 960px) {
  .top-level .active + .blue-overlay + .whole-width.custom-dropdown.white-color {
    width: 100% !important;
    left: 0;
    display: block;
    background: none; }
  .top-level .active + .blue-overlay + .whole-width.custom-dropdown.white-color .box-9 .inner {
    margin: 0;
    padding-right: 0; }
  .drodpdown-sections-list {
    -webkit-columns: 1; }
  /*.drop-down-menu .drodpdown-sections-list a{color: $font-color!important;}*/
  .featured-dropdown-item {
    display: none; } }

.drop-down-menu .menu-item.tools-item a + ul {
  display: none; }

.drop-down-menu .menu-item.tools-item a.active {
  color: #00abe4 !important; }

.drop-down-menu .menu-item.tools-item a.active + ul {
  display: block; }

/*Sidebar*/
.sidebar {
  border-radius: 0 30px 0 0;
  background: #FFF;
  position: relative;
  width: 22%;
  float: left; }

.banner + .box-container .sidebar {
  margin-top: -50px; }

.sidebar a {
  text-decoration: none; }

.sidebar .sidebar-list li a {
  font-weight: bold; }

.sidebar .sidebar-list {
  padding-left: 15px; }

.sidebar .sidebar-list li .sidebar-list a {
  font-weight: normal; }

.sidebar .sidebar-list ul ul li a {
  font-weight: bold; }

.sidebar ul ul .separator {
  display: none; }

.sidebar ul li {
  margin: 0; }

.sidebar ul li a.active,
.sidebar ul li a:hover,
.sidebar ul li a:focus {
  color: #666666; }

.sidebar .module-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-bottom: 10px; }

.sidebar ul li a {
  color: #666666;
  font-size: 15px;
  line-height: 11px; }

.sidebar + .content {
  width: 78%;
  float: left; }

@media (min-width: 961px) {
  .sidebar .separator:before {
    width: 215px;
    background: #003264;
    height: 1px; } }

.sidebar .section-title {
  font-weight: bold;
  color: #003264;
  text-transform: uppercase; }

.sidebar .page-title {
  font-weight: bold;
  color: #003264;
  text-transform: none; }

@media (max-width: 960px) {
  .banner + .box-container .sidebar {
    margin-top: 0; }
  .sidebar {
    margin-top: 0; } }

@media (max-width: 640px) {
  .sidebar .section-title {
    display: none; }
  .sidebar + .content,
  .sidebar {
    width: 100% !important; }
  .sidebar .inner {
    margin: 0 10px;
    padding: 0 10px; } }

/*secondary nav*/
@media (max-width: 640px) {
  .secondary-nav {
    display: none; } }

.secondary-nav .accordion {
  margin-bottom: 0; }

.secondary-nav .accordion .accordion-content .accordion-content-inner,
.secondary-nav .accordion .accordion-heading {
  padding: 0; }

.secondary-nav .accordion .accordion-content {
  padding-left: 15px; }

.secondary-nav .accordions-wrapper {
  margin-bottom: 0; }

.secondary-nav .accordion-indicator {
  right: 0;
  margin-right: 10px;
  position: absolute;
  font-size: 10px;
  left: -15px;
  top: 20px;
  width: 15px; }

.secondary-nav .accordion .accordion-heading.active .accordion-indicator:before {
  content: "\f068"; }

.secondary-nav .accordion .accordion-heading .accordion-indicator:before {
  content: "\f067"; }

.secondary-nav p {
  position: relative; }

.secondary-nav .fa-circle {
  font-size: 5px;
  top: 24px; }

/********** START LIGHTBOX OVERLAY **********/
.overlay-bg {
  background: #003264;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  opacity: 0.6; }

.overlay {
  background: #fff;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  padding: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 4;
  max-height: 100%;
  overflow-y: auto;
  max-height: calc(100% - 40px); }

.close-button {
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px; }

/********** END LIGHTBOX OVERLAY **********/
/********** START LIGHTBOX OVERLAY **********/
.lightbox-image-overlay {
  background: #FFF;
  padding: 20px;
  display: none;
  box-sizing: initial !important;
  width: 20%;
  height: 20%;
  margin: 0;
  position: absolute;
  overflow: visible;
  top: 50%;
  left: 50%;
  margin-top: -10%;
  margin-left: -10%;
  max-width: 1000000px;
  right: auto;
  bottom: auto;
  z-index: 4; }

.lightbox-image-overlay .inner {
  width: 100%;
  height: 100%; }

.lightbox-image-overlay img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%; }

.lightbox-image-overlay.checksize {
  position: fixed;
  margin-left: 0 !important;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.lightbox-image-overlay.checksize img {
  height: auto;
  width: auto; }

.lightbox-image-overlay .close-overlay {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 18px;
  height: 20px;
  width: 20px;
  border: 1px solid;
  text-align: center;
  border-radius: 100%;
  margin-top: -10px;
  margin-right: -10px;
  background: #FFF; }

.lightbox-trigger-image-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.lightbox-trigger-icon {
  position: absolute;
  margin: 5px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  left: 0;
  top: 0; }

.lightbox-trigger-icon.top-left {
  left: 0;
  top: 0; }

.lightbox-trigger-icon.top-right {
  left: auto;
  top: 0;
  right: 0; }

.lightbox-trigger-icon.bottom-left {
  top: auto;
  bottom: 0; }

.lightbox-trigger-icon.bottom-right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0; }

/********** END LIGHTBOX OVERLAY **********/
/********** START IMPULSES **********/
.inner .impulses-container {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px; }

/*global impulse*/
.impulse .impulse-image {
  width: 100%; }

.impulse-entry {
  overflow: hidden;
  margin-bottom: 10px; }

.impulse-entry .copy-wrapper {
  overflow: hidden; }

.impulse-entry .copy-wrapper p {
  margin: 0; }

.copy-wrapper .entry-copy-link-red,
.copy-wrapper .entry-copy-link {
  width: 20px;
  margin-left: 10px;
  float: right; }

.page-newsentry .copy-wrapper .entry-copy-link-red {
  width: auto;
  margin-left: 0; }

.entry-copy-link-red {
  display: none; }

.Red .entry-copy-link-red {
  display: block; }

.Red .entry-copy-link {
  display: none; }

/*image impulse*/
.image-impulse a.active + .copy-wrapper a,
.image-impulse a:hover + .copy-wrapper a,
.image-impulse a:focus + .copy-wrapper a {
  color: #00abe4; }

.image-impulse .image-wrapper {
  height: 0px;
  position: relative; }

.image-impulse .image-wrapper img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.image-impulse .image-wrapper {
  padding-bottom: 71.5% !important; }

.image-impulse .impulse-title {
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.5em; }

.image-impulse.map-impulse .image-wrapper {
  padding-bottom: 71.5% !important; }

.image-impulse.map-impulse .image-wrapper img {
  object-fit: cover; }

.image-impulse.map-impulse .copy-wrapper {
  max-height: 280px; }

.image-impulse.map-impulse .js-text-ellipsis {
  max-height: 65px; }

.image-impulse .copy {
  color: #666666;
  font-weight: normal; }

.image-impulse .date {
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0; }

.image-impulse a {
  text-decoration: none; }

.image-impulse p {
  margin-bottom: 10px; }

.image-impulse .copy-wrapper {
  max-height: 140px;
  display: block;
  overflow: hidden; }

.column-right .image-impulse .date {
  display: none; }

.column-right .image-impulse .copy-wrapper .inner {
  margin: 10px 0;
  padding: 10px 0; }

.column-right .image-impulse .arrow-link {
  width: 25px;
  margin: 10px 0;
  padding: 10px 0;
  margin-top: 0; }

.image-impulses-grid .image-impulse .date {
  display: none; }

.image-impulses-grid .image-impulse .copy-wrapper .inner {
  padding: 10px 0;
  margin: 10px 0; }

.image-impulses-grid .image-impulse .arrow-link {
  margin: 0;
  padding: 0;
  width: 30px; }

.image-impulses-grid .box-4:nth-child(3n+1) {
  clear: left; }

/*overlay impulse*/
.overlay-impulse {
  background: transparent;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden; }

.overlay-impulse .item-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.overlay-impulse .item-overlay {
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  bottom: 0;
  width: 100%;
  top: calc(100% - 75px);
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.overlay-impulse .item-overlay:after {
  z-index: -1;
  content: " ";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6; }

body.loading .overlay-impulse .item-overlay {
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out; }

.overlay-impulse:hover .item-overlay,
body.loading .overlay-impulse .item-overlay {
  top: 0;
  height: 100%; }

.overlay-impulse .item-title {
  height: 75px;
  margin-bottom: 0;
  padding: 0 20px; }

/*.overlay-impulse .item-title:after { display: block; content: " "; height: 2px; width: 35px; background: #FFF; }*/
.overlay-impulse .item-title p {
  margin: 0;
  max-width: 227px;
  font-size: 20px;
  line-height: 24px; }

.overlay-impulse .item-title p a {
  text-decoration: none; }

.overlay-impulse .item-title .vertical-aligner {
  display: table-cell;
  height: 75px;
  vertical-align: middle; }

.overlay-impulse .item-content {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 20px;
  max-height: calc(100% - 75px); }

.overlay-impulse .item-content p {
  font-size: 12px;
  line-height: 16px;
  max-width: 250px;
  max-height: calc(100% - 40px); }

.overlay-impulse .item-content p:last-child {
  margin-bottom: 0; }

@media (min-width: 960px) {
  .box-6 > .box-12 > .box-12 > .inner > .overlay-impulse:hover .item-overlay, .entries-grid-component .grid-component-entry > .box-12 > .box-12 > .inner > .overlay-impulse:hover .item-overlay {
    top: calc(33% + 20px); } }

@media (max-width: 1240px) and (min-width: 960px) {
  .box-6 > .box-12 > .box-12 > .inner > .overlay-impulse:hover .item-overlay, .entries-grid-component .grid-component-entry > .box-12 > .box-12 > .inner > .overlay-impulse:hover .item-overlay {
    top: calc(50% + 10px); } }

/*text impulse*/
.text-impulse a {
  text-decoration: none; }

.text-impulse .copy {
  color: #666666; }

.text-impulse a.active p,
.text-impulse a:hover p,
.text-impulse a:focus p {
  color: #666666; }

.text-impulse a.active .impulse-title,
.text-impulse a:hover .impulse-title,
.text-impulse a:focus .impulse-title {
  color: #00abe4; }

.text-impulse .impulse-title {
  font-weight: bold;
  color: #003264; }

.text-impulse .arrow-link {
  width: 35px; }

.text-impulse .copy-wrapper {
  max-height: 250px;
  display: block;
  overflow: hidden; }

.content .text-impulse p {
  margin-bottom: 10px; }

.content .text-impulse .strong {
  margin-bottom: 0; }

.text-impulse .strong {
  margin-bottom: 0; }

.impulses-area .text-impulse .inner {
  margin-bottom: 0;
  padding-bottom: 0; }

/*key-fact-impulse*/
.key-fact-impulse {
  padding: 5px; }

.key-fact-impulse .copy-wrapper {
  margin-top: 20px;
  max-height: 280px;
  display: block;
  overflow: hidden; }

.key-fact-impulse .impulse-title span {
  font-weight: bold;
  color: #003264;
  font-size: 35px; }

.slider .item .key-fact-impulse .image-wrapper {
  padding-bottom: 70%; }

.slider .item .key-fact-impulse .image-wrapper img {
  object-fit: contain; }

.key-fact-impulse .impulse-title {
  font-weight: bold;
  color: #003264; }

.key-fact-impulse .subtitle {
  text-transform: uppercase; }

/********** END IMPULSES **********/
/*Nested navs*/
.nested-nav-wrapper {
  width: 100%;
  overflow-x: auto; }

.nested-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.nested-nav ul li {
  margin-bottom: 0; }

.nested-nav ul li a {
  display: block;
  background: #003264;
  color: #FFF;
  padding: 10px;
  width: 120px;
  border-bottom: 1px solid #fff; }

.nested-nav ul li a:hover,
.nested-nav ul li a:focus,
.nested-nav ul li a.active {
  background: #00abe4; }

.nav-wrap {
  float: left;
  border-right: 1px solid #fff; }

.nav-wrap.collapse {
  width: 20px;
  overflow: hidden; }

.nav-object-content {
  padding: 10px;
  background: #f6f6f6;
  width: 500px;
  overflow: auto; }

/*Tooltips*/
.tooltip-wrapper {
  position: relative;
  display: inline-block; }

.tooltip {
  display: none;
  margin-top: 32px;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 1;
  padding-left: 16px;
  border: 1px solid #003264;
  background: #f6f6f6;
  padding: 10px; }

.tooltip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 13px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #CCC;
  z-index: 1; }

.tooltip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 14px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #f6f6f6;
  z-index: 2; }

*[data-tip]:hover + .tooltip {
  display: block; }

/*CARROUSEL*/
.carrousel .carrousel-navigation .prev-slide-button {
  left: -40px;
  padding-left: 10px !important; }

.carrousel .carrousel-navigation .slider-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D4D4D4;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 0; }

.carrousel .carrousel-navigation .next-slide-button {
  right: -40px;
  padding-left: 15px; }

.carrousel .carrousel-navigation .slider-navigation .fa {
  font-size: 40px;
  color: #fff; }

.carrousel .slider-container {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 0; }

.carrousel .carrousel-navigation .slider-navigation.active,
.carrousel .carrousel-navigation .slider-navigation:hover,
.carrousel .carrousel-navigation .slider-navigation:focus {
  background-color: #00abe4; }

.internal-link-wrapper {
  /*margin: 0 auto;*/
  margin: 0 auto 20px auto;
  display: table; }

.internal-link-wrapper a {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.5em;
  text-decoration: underline; }

@media only screen and (max-width: 640px) {
  .component-carrousel {
    margin: 0 !important; }
  .carrousel .slider-absolute {
    position: relative;
    height: auto; }
  .carrousel .slider-container {
    height: auto !important; }
  .carrousel-navigation {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .component-carrousel {
    margin: 0 50px; } }

/*banner*/
.banner .image-wrapper {
  margin: 0;
  height: 0;
  padding-bottom: 37.1%;
  position: relative;
  overflow: hidden; }

.banner .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.banner .box-container {
  position: relative; }

.banner.narrow-banner .image-wrapper {
  padding-bottom: 24.67%; }

/*caption*/
.banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-height: 100%;
  cursor: inherit !important;
  z-index: 1;
  margin: 0 20px; }

.banner .caption-wrapper {
  color: #FFF;
  position: relative;
  z-index: 0;
  padding: 30px;
  margin: 40px;
  max-width: 45%; }

.banner .caption-logo {
  max-width: 80%;
  margin-bottom: 10px; }

/*caption banner box*/
.caption-banner-box .caption-wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003264;
  z-index: -1;
  opacity: 0.84;
  border-radius: 0 50px 0 0; }

.caption-banner-box .red .caption-wrapper:after {
  background: #C41130; }

.caption-banner-box .transparent .caption-wrapper:after {
  background: transparent; }

.caption-banner-box .caption-wrapper .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px; }

.caption-banner-box .transparent .caption-wrapper .title {
  font-weight: normal;
  margin-bottom: 0; }

@media (min-width: 1241px) {
  .banner .image-wrapper {
    margin: 0 20px; }
  .banner .caption-wrapper {
    min-width: 500px; } }

@media (max-width: 960px) {
  .banner-caption.transparent .caption-wrapper {
    color: #666666; }
  .banner-caption {
    position: relative !important;
    transform: translateY(0%) !important;
    padding: 0; }
  .caption-wrapper {
    margin: 0 !important;
    max-width: 100% !important; }
  .caption-banner-box .caption-wrapper:after {
    border-radius: 0 0 50px 0 !important;
    opacity: 1; }
  .banner .banner-caption {
    margin: 0; }
  .banner.caption-banner .caption-wrapper {
    max-width: 100%;
    margin: 0;
    color: #003264;
    padding-bottom: 0;
    padding: 20px; }
  .banner.narrow-banner .image-wrapper {
    padding-bottom: 50%; }
  .banner.narrow-banner .image-wrapper img {
    object-fit: cover; }
  .mobile-filters-dropdown .inner {
    padding: 20px;
    margin: 0;
    padding-top: 0; }
  .hidden.mobile-displayed.tablet-displayed select {
    background: #666666;
    color: #FFF;
    text-transform: uppercase; } }

/*caption banner*/
.banner.caption-banner .caption-wrapper {
  max-width: 100%; }

.caption-banner .title {
  font-weight: normal;
  margin-bottom: 0; }

.caption-banner .subtitle {
  font-weight: bold;
  text-transform: uppercase; }

.caption-banner.blue .title {
  color: #003264; }

.caption-banner .input-wrapper {
  padding: 10px 0; }

.caption-banner .blue-bg {
  background: #003264; }

/*RED THEME*/
/*master*/
.Red a {
  color: #C41130; }

.Red a:hover, .Red a:focus, .Red a.active {
  color: #DC0000 !important; }

.Red .share-module a:hover, .Red .share-module a:focus, .Red .share-module a.active {
  color: #FFF !important; }

.Red .share-module .btn:hover, .Red .share-module .btn:focus, .Red .share-module .btn.active {
  background: #DC0000 !important; }

/*header*/
.Red .header {
  background: #C41130; }

/*.Red .header .box-container .inner.mt0.mb0.pt0.pb0 { margin: 20px; background: $red; }*/
.Red .logo-wrapper {
  height: 75px;
  padding-top: 20px;
  width: 150%; }

.Red .sidebar .section-title {
  color: #C41130; }

.Red .featured-component .image-overlay .inner:after {
  background: #C41130; }

.Red .slider .item .slide-caption .inner:after {
  background: #C41130; }

/*Grid entries*/
.Red .grid-component-entry a.active .title,
.Red .grid-component-entry a:hover .title,
.Red .grid-component-entry a:focus .title {
  color: #DC0000; }

.Red .entries-grid-component {
  margin-top: 20px; }

.Red .entries-grid-component .component-content .box-container {
  padding: 0 20px; }

/*banner*/
.Red .caption-banner-box .caption-wrapper .title {
  font-weight: normal;
  font-size: 3em;
  line-height: 1.2em; }

.Red .caption-banner-box .transparent .caption-wrapper.white-color .title {
  color: #FFF; }

/*carrousel*/
.Red .carrousel .carrousel-navigation .slider-navigation.active,
.Red .carrousel .carrousel-navigation .slider-navigation:hover,
.Red .carrousel .carrousel-navigation .slider-navigation:focus {
  background: #DC0000 !important; }

/*Impulses*/
.Red .image-impulse a.active + .copy-wrapper a,
.Red .image-impulse a:hover + .copy-wrapper a,
.Red .image-impulse a:focus + .copy-wrapper a {
  color: #DC0000; }

/*search*/
.Red .search-results .result-item .result-title a.active strong .Red .search-results .result-item .result-title a:focus strong, .Red .search-results .result-item .result-title a.active .text-impulse .strong .Red .search-results .result-item .result-title a:focus strong, .text-impulse .Red .search-results .result-item .result-title a.active .strong .Red .search-results .result-item .result-title a:focus strong, .Red .search-results .result-item .result-title a.active strong .Red .search-results .result-item .result-title a:focus .text-impulse .strong, .text-impulse .Red .search-results .result-item .result-title a.active strong .Red .search-results .result-item .result-title a:focus .strong, .Red .search-results .result-item .result-title a.active .text-impulse .strong .Red .search-results .result-item .result-title a:focus .strong, .text-impulse .Red .search-results .result-item .result-title a.active .strong .Red .search-results .result-item .result-title a:focus .strong,
.Red .search-results .result-item .result-title a:hover strong,
.Red .search-results .result-item .result-title a:hover .text-impulse .strong, .text-impulse
.Red .search-results .result-item .result-title a:hover .strong {
  color: #DC0000; }

.Red .secondary-nav p {
  color: #C41130 !important; }

/*navs*/
/*main nav*/
.Red .main-nav-top ul li a {
  color: #FFF; }

.Red .main-nav-top ul li a.active,
.Red .main-nav-top ul li a:hover,
.Red .main-nav-top ul li a:focus {
  color: #FFF !important; }

.Red .main-nav-top ul li a.search-trigger.active,
.Red .main-nav-top ul li a.search-trigger:hover,
.Red .main-nav-top ul li a.search-trigger:focus {
  color: #FFF; }

.Red .main-nav-top ul li a.search-trigger.active .fa-search,
.Red .main-nav-top ul li a.search-trigger:hover .fa-search,
.Red .main-nav-top ul li a.search-trigger:focus .fa-search {
  font-weight: bold; }

.Red .main-nav-wrapper ul li a.js-nav-item {
  /*color: #FFF;*/ }

.Red .main-nav-wrapper .section-title {
  color: #C41130; }

/*dropdown*/
.Red .drop-down-menu .menu-item a:hover,
.Red .drop-down-menu .menu-item a:focus,
.Red .drop-down-menu .menu-item a.active {
  background: #C41130; }

.Red .drop-down-menu .menu-item a.btn.active,
.Red .drop-down-menu .menu-item a.btn:hover,
.Red .drop-down-menu .menu-item a.btn:focus {
  background: #DC0000; }

.Red .drop-down-menu .menu-item .section-title.active,
.Red .drop-down-menu .menu-item .section-title:hover,
.Red .drop-down-menu .menu-item .section-title:focus,
.Red .drop-down-menu .menu-item .subsection-title.active,
.Red .drop-down-menu .menu-item .subsection-title:hover,
.Red .drop-down-menu .menu-item .subsection-title:focus {
  color: #DC0000 !important; }

.Red .drop-down-menu .menu-item.tools-item a.active {
  color: white !important; }

/*nested navs*/
.Red .nested-nav ul li a:hover,
.Red .nested-nav ul li a:focus,
.Red .nested-nav ul li a.active {
  background: #DC0000; }

/*mobile*/
@media (max-width: 640px) {
  .Red .logo-wrapper {
    max-width: 100%;
    width: 50% !important;
    padding-top: 10px; } }

/*tablet*/
@media (max-width: 960px) {
  .Red .logo-wrapper {
    max-width: 100%;
    width: 30%;
    padding-top: 0; }
  .Red .header {
    background: #C41130;
    padding-bottom: 10px; }
  .Red .header .box-container .inner.mt0.mb0.pt0.pb0 {
    margin: 0; }
  .Red .banner.caption-banner .caption-wrapper {
    color: #FFF !important; }
  .Red .drop-down-menu .menu-item a:hover,
  .Red .drop-down-menu .menu-item a:focus,
  .Red .drop-down-menu .menu-item a.active {
    /*background: $active-red-color;*/ } }

/********** END MODULES **********/
/********** START HACKS **********/
.input-ios {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.input-ios {
  background-image: url(/assets/styles/images/dropdown-arro-icon.png);
  background-position: 98% 50%;
  background-repeat: no-repeat; }

/********** CHROME AND SAFARI **********/
/********** FIREFOX **********/
@-moz-document url-prefix() {}/********** IE9 **********/
/********** IE8 **********/
@media \0screen {
  .box-container {
    width: 1140px; } }

/********** IE7 **********/
.box-container {
  *width: 1140px; }

/*content-fit contain fix for ie*/
.custom-object-fit-contain {
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.custom-object-fit-contain img {
  opacity: 0; }

.custom-object-fit-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.custom-object-fit-cover img {
  opacity: 0; }

/********** END HACKS **********/
/*Custom*/
/************************************************************************************************************************************/
/*1. global styles*/
/*2. Master elements*/
/*3. Header*/
/*4. Footer*/
/*5. Content*/
/*6. Custom elements*/
/*1. global styles*/
/************************************************************************************************************************************/
.content-wrapper {
  min-height: calc(100vh - 200px); }

/*helpers*/
/********************/
.narrow-content, .component-title, .component-subtitle, .page-intro .inner, .highlight-component .caption, .map-component .caption {
  max-width: 1024px; }

.title-wrapper {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.title-wrapper:after {
  content: " ";
  height: 1px;
  border-bottom: 2px solid #6fd44a;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40px;
  width: 100%; }

/*2. Master elements*/
/************************************************************************************************************************************/
/*3. Header*/
/************************************************************************************************************************************/
.header {
  position: relative;
  z-index: 2;
  background: #FFF;
  width: 100% !important; }

.header .box-container {
  position: relative; }

.header-bottom-logo-wrapper {
  width: 70px;
  height: 70px;
  max-width: 70px;
  background: #FFF;
  float: left;
  padding: 5px;
  border-radius: 50%;
  margin-top: -20px;
  position: absolute;
  display: none; }

.header-bottom-logo-wrapper .header-bottom-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px; }

.main-nav-box .inner.mb0.ml0.pl0.mr0.pr0 {
  padding-bottom: 1px !important; }

@media (max-width: 960px) {
  .header > .header-top > .box-container > .inner {
    padding: 10px 5px;
    margin: 10px 5px; }
  .header .header-bottom {
    display: none; }
  .header .header-bottom a {
    color: #6fd44a; }
  .header-top .main-nav-box .get-in-touch-wrapper,
  .header-top .main-nav-box .main-nav-top {
    display: none; }
  .header {
    position: relative !important; } }

/*header top*/
.header .header-top {
  font-size: 1.14em; }

/*.header-bottom*/
.header .header-bottom .inner {
  padding: 0 10px;
  margin: 0 10px; }

.header .header-bottom p {
  margin: 0; }

.header .header-bottom {
  text-align: right;
  background-color: #D4D4D4;
  padding: 8px 0;
  color: #FFF; }

.header .header-bottom a {
  color: #FFF; }

.get-in-touch-wrapper {
  width: 230px !important;
  background: #e5eaef;
  padding: 10px;
  margin-top: -25px;
  border-radius: 10px;
  margin-bottom: 10px; }

.get-in-touch-wrapper p {
  margin-bottom: 0; }

.mobile-nav-trigger {
  display: none;
  width: 20%;
  position: absolute;
  right: 20px;
  top: 0%;
  padding: 25px;
  text-align: right;
  max-width: 120px; }

.mobile-nav-trigger img {
  max-width: 40px; }

.mobile-header-contact {
  display: none;
  width: 50%;
  float: left;
  position: absolute;
  top: 0%;
  left: 30%;
  padding: 13px 20px;
  font-size: 0.8em; }

.mobile-header-contact-inner {
  max-width: 125px;
  margin: 0 auto; }

@media (max-width: 960px) {
  .logo-wrapper {
    float: left;
    max-width: 100px;
    width: 30%;
    margin-top: 0px;
    margin-bottom: -2%;
    z-index: 1;
    position: relative; }
  .mobile-header-contact {
    display: block; }
  .mobile-nav-trigger {
    display: block; } }

/*searh input*/
.search-button-wrapper .search-trigger {
  padding: 10px 0 !important;
  background: none !important;
  font-size: 1.2em; }

.search-input {
  padding: 10px; }

.search-input .inputs-wrap .input-wrap-item {
  background: #FFF !important;
  border-color: #FFF !important; }

.search-input .inputs-wrap .input-wrap-item .fa-search {
  color: #666666; }

@media (max-width: 960px) {
  .search-button-wrapper .search-trigger {
    display: none !important; } }

/*is-sticky*/
.sticky-wrapper {
  height: auto !important; }

@media (min-width: 961px) {
  .is-sticky .main-nav-wrapper {
    margin-top: 0; }
  .is-sticky .header .header-bottom {
    padding: 2px 0; }
  .is-sticky .header .header-top {
    font-size: 0.8em; }
  .is-sticky .header-bottom {
    bottom: 0;
    top: auto !important;
    width: 100% !important;
    height: 60px; }
  .is-sticky .header-bottom-logo-wrapper {
    display: block;
    margin-top: -60px; } }

/*4. Footer*/
/************************************************************************************************************************************/
.footer {
  font-size: 0.9em;
  background: #ebebeb;
  padding: 20px 0;
  padding-bottom: 40px;
  margin-top: 60px; }

.footer a {
  color: #666666;
  text-decoration: none; }

.footer a.active strong, .footer a.active .text-impulse .strong, .text-impulse .footer a.active .strong,
.footer a:hover strong,
.footer a:hover .text-impulse .strong, .text-impulse
.footer a:hover .strong,
.footer a:focus strong,
.footer a:focus .text-impulse .strong, .text-impulse
.footer a:focus .strong {
  color: #00abe4; }

.footer .impulse-title {
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  margin: 0; }

.footer-bottom {
  font-size: 0.7em; }

.footer-text {
  overflow: hidden;
  padding: 26px 0 0px; }

.footer-text .copyright {
  display: inline-block; }

.footer-nav li:after {
  content: " | "; }

.footer-nav li:last-child:after {
  content: " "; }

/*footer-logo*/
.footer-logo {
  float: left;
  width: 70px; }

/*footer nav*/
.footer-nav {
  display: inline-block; }

@media (max-width: 640px) {
  .footer-impulses {
    padding: 0 10px; }
  .footer-impulses .inner {
    margin: 0 10px;
    padding: 0 10px; }
  .footer-impulses .inner ul {
    margin: 0; }
  .footer-impulses .impulse-title {
    margin-bottom: 20px !important; }
  .footer-impulses .impulse {
    margin-bottom: 20px !important; }
  .footer-logo {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px; }
  .footer-text {
    overflow: hidden;
    padding: 0px;
    text-align: center; }
  .footer-text .copyright {
    display: block; }
  .footer-logo.fr {
    float: none !important; }
  .footer-text.tr {
    text-align: center !important; }
  .footer .left-column .inner {
    margin-bottom: 0; }
  .footer .right-column .inner {
    margin-top: 0; } }

/*5. Content*/
/************************************************************************************************************************************/
.content strong, .content .text-impulse .strong, .text-impulse .content .strong {
  color: #666666; }

.Red .content .page-title {
  color: #C41130; }

.content .page-title {
  color: #003264;
  font-weight: normal; }

.content h1.page-title {
  color: #003264;
  font-weight: normal; }

.content .key-fact-impulse .page-title.impulse-title, .key-fact-impulse .content .page-title.impulse-title, .content .page-title.h4, .content .page-title.intro {
  font-weight: normal; }

.Red .content .intro {
  color: #666666; }

.content .intro {
  color: #003264;
  font-weight: normal; }

.content h2.intro {
  color: #003264;
  font-weight: normal; }

@media (max-width: 640px) {
  .content .intro {
    font-size: 17px;
    line-height: 1.7em; }
  .content h2.intro {
    font-size: 17px;
    line-height: 1.7em; }
  .content .page-title {
    font-size: 32px; }
  .content h1.page-title {
    font-size: 32px; } }

.column-right {
  width: 33.33%;
  float: left; }

.column-centre {
  float: left;
  width: 66.66%;
  margin-top: 20px; }

.column-right .image-wrapper {
  /*margin: 0;height: 0;padding-bottom: 66%;position: relative;overflow: hidden;margin-bottom: 10px;*/ }

.column-right .image-wrapper img {
  /*display: block;position: absolute;top: 0;left: 0;*/
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/ }

@media (min-width: 1241px) {
  .column-right .inner {
    margin-right: 0; } }

@media (max-width: 640px) {
  .column-right {
    display: none; }
  .column-centre {
    width: 100%;
    margin-top: 0; } }

/*6. Custom components*/
/************************************************************************************************************************************/
.component {
  /*margin-bottom: $global-margin*2;*/
  overflow: hidden; }

.component.map-component {
  margin-bottom: 0; }

.component-impulses + .map-component .inner {
  margin: 0;
  padding: 0; }

.component-title p {
  font-weight: normal !important;
  border-bottom: 1px solid #003264;
  width: max-content;
  margin: 0 auto !important; }

.component-subtitle p {
  font-weight: normal !important;
  width: 100%;
  margin: 0 auto !important; }

.component-title .link {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #6fd44a;
  color: #666666; }

.component-title {
  text-align: center;
  color: #003264; }

.component-subtitle {
  text-align: center;
  font-weight: normal;
  color: #666666;
  margin-bottom: 20px; }

/*page intro*/
.page-intro .inner *:last-child {
  margin: 0; }

.page-intro .inner {
  margin: 10px auto; }

@media (max-width: 960px) {
  .component-title p {
    width: 100%; }
  .page-intro .h3 {
    font-size: 1.2em;
    line-height: 1.3em; } }

/*go to bottom*/
.go-to-bottom img {
  max-width: 21px; }

/*Highlight*/
.highlight-component .component-content {
  position: relative;
  overflow: hidden; }

.highlight-component .caption .inner {
  padding: 20px; }

.highlight-component .caption .list-inline, .highlight-component .caption .footer-nav {
  margin-top: 40px; }

.highlight-component .caption .btn {
  max-width: 100%;
  min-width: 240px; }

.highlight-component .bg-image {
  position: absolute;
  object-fit: cover;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.highlight-component .caption {
  text-align: center;
  color: #FFF;
  padding: 200px 20px;
  position: relative; }

@media (max-width: 960px) {
  .highlight-component .bg-image {
    min-height: 100%; }
  .highlight-component .h1, .highlight-component .caption-banner-box .transparent .caption-wrapper .title, .caption-banner-box .transparent .caption-wrapper .highlight-component .title, .highlight-component .caption-banner .title, .caption-banner .highlight-component .title {
    font-size: 1.2em;
    line-height: 1.3em; } }

@media (max-width: 640px) {
  .highlight-component .caption {
    padding: 40px 20px; }
  .highlight-component .caption .list-inline li, .highlight-component .caption .footer-nav li {
    display: block; }
  .highlight-component .caption .list-inline .btn, .highlight-component .caption .footer-nav .btn {
    display: block;
    width: 100%; } }

/*Map*/
.map-component .component-content {
  position: relative;
  overflow: hidden;
  min-height: 540px; }

.map-component .gtmaps-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.map-component .gtmaps-wrapper .map-canvas {
  width: 100%;
  height: 100%; }

.map-component .caption .inner {
  padding: 20px 10px; }

.image-impulse.map-impulse .map-input,
.map-component .map-input {
  padding-right: 60px;
  background-image: url(/assets/images/icon-cog.png);
  background-size: 30px;
  background-position-x: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position-y: center; }

.map-component .caption-title {
  color: #003264; }

.map-component p {
  font-weight: normal; }

.map-component .caption {
  margin: 70px 20px 70px auto;
  max-width: 300px;
  background: #FFF;
  position: relative;
  border: 2px solid #666666; }

.map-component .transparent-btn {
  text-transform: uppercase;
  background: transparent !important;
  color: #666666;
  text-decoration: underline; }

.js-marker-item {
  display: none; }

.js-marker-item.active {
  display: block; }

.map-details-wrapper {
  background: #f6f6f6;
  padding: 20px 0; }

.map-details-wrapper .title {
  font-weight: bold;
  color: #003264;
  margin-bottom: 10px; }

.map-details-wrapper .sub-title {
  font-weight: bold; }

.map-details-wrapper p {
  margin-bottom: 10px; }

.map-details-wrapper a {
  color: #666666;
  margin-bottom: 10px;
  text-decoration: underline; }

.map-details-wrapper .links-list {
  margin-top: 40px; }

.map-details-wrapper .links-list ul {
  list-style: none; }

@media (max-width: 640px) {
  .map-component .caption {
    margin: 20px;
    max-width: none; }
  .map-component .component-content {
    background: #f6f6f6;
    min-height: 450px; }
  .map-component .component-content .gtmaps-wrapper {
    display: none; }
  .map-details-wrapper .links-list,
  .map-details-wrapper .links-list ul {
    margin: 0; } }

/*Entries grid*/
.grid-component-entry .image-wrapper {
  margin: 0;
  height: 0;
  padding-bottom: 100% !important;
  position: relative;
  overflow: hidden; }

.grid-component-entry .image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.grid-component-entry .image-wrapper:after {
  width: 0;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: " ";
  position: absolute;
  bottom: calc(50% - 20px);
  left: 0;
  border-left: 20px solid #FFF; }

.grid-component-entry .image-wrapper:after {
  right: -1px;
  border-right: 20px solid #FFF;
  border-left: none;
  left: auto; }

.grid-component-entry:nth-child(4n+3) .image-wrapper:after,
.grid-component-entry:nth-child(4n+4) .image-wrapper:after {
  right: auto;
  left: -1px;
  border-right: none;
  border-left: 20px solid #FFF; }

.carrousel .entries-grid-component {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px; }

.grid-component-entry .arrow-link {
  width: 25px; }

.grid-component-entry a {
  text-decoration: none; }

.grid-component-entry a.active .title,
.grid-component-entry a:hover .title,
.grid-component-entry a:focus .title {
  color: #00abe4; }

.entries-grid-component .grid-component-entry .caption .copy {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 20px; }

.grid-component-entry .section-title {
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }

.grid-component-entry .title {
  font-weight: bold;
  color: #003264;
  margin-bottom: 10px; }

.Red .grid-component-entry .title {
  color: #C41130; }

@media (max-width: 640px) {
  .entries-grid-component .grid-component-entry .image-wrapper:after {
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-bottom: 20px solid #FFF;
    right: 50% !important;
    left: 50% !important;
    bottom: -3px;
    transform: translate(-50%); } }

@media (max-width: 960px) and (min-width: 641px) {
  .entries-grid-component .grid-component-entry .image-wrapper:after {
    right: -1px !important;
    border-right: 20px solid #FFF !important;
    border-left: none !important;
    left: auto !important; } }

@media (min-width: 961px) {
  .entries-grid-component .grid-component-entry:nth-child(4n+3) .image-container {
    order: 2; }
  .entries-grid-component .grid-component-entry:nth-child(4n+4) .image-container {
    order: 2; } }

@media (min-width: 641px) {
  .entries-grid-component .grid-component-entry {
    display: flex; }
  .entries-grid-component .grid-component-entry .caption .copy-wrapper {
    height: 0;
    padding-bottom: 100%;
    position: relative; }
  .entries-grid-component .grid-component-entry .caption .copy-wrapper .inner {
    overflow: hidden;
    padding: 20px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute; } }

/*chess entries grid*/
.chess-grid .grid-row:nth-child(2n+1) .box-3:nth-child(odd) {
  background: #e5eaef; }

.chess-grid .grid-row:nth-child(2n+2) .box-3:nth-child(even) {
  background: #e5eaef; }

@media (max-width: 960px) {
  .chess-grid {
    margin: 20px; }
  .chess-grid .box-3:nth-child(odd) {
    background: #e5eaef !important; }
  .chess-grid .box-3:nth-child(even) {
    background: #FFF !important; } }

.text-entry {
  padding: 30px; }

.text-entry a {
  text-decoration: none; }

.text-entry a.active,
.text-entry a:hover,
.text-entry a:focus {
  color: #00abe4; }

.text-entry .arrow-right-icon {
  width: 20px;
  margin-left: 10px;
  float: left; }

.text-entry .title {
  color: #003264;
  font-weight: bold;
  margin-bottom: 35px; }

.text-entry .section-title {
  margin-bottom: 5px;
  text-transform: uppercase; }

@media (max-width: 960px) {
  .text-entry .title {
    float: left;
    width: 90%;
    margin-bottom: 0; }
  .text-entry .arrow-right-icon {
    margin-left: 0; }
  .text-entry .section-title {
    display: none; } }

/*buttons*/
a.btn {
  color: #FFF !important;
  text-transform: none !important;
  text-decoration: none !important; }

.drop-down-menu .menu-item .btn a {
  padding: 0; }

.grey-btn {
  background: #e5eaef;
  width: max-content;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 12px; }

/*Calculator component*/
.calculator-component .converter-form .inner {
  border: 1px solid #003264;
  background: #e1e1e1;
  margin: 20px;
  margin-top: 30px; }

.calculator-component .meters-trigger {
  opacity: 0.6; }

.calculator-component .meters-trigger.active {
  opacity: 1; }

.calculator-component .converter-form .ajax-response {
  margin: 10px; }

.calculator-component .ajax-response {
  word-break: break-word; }

.calculator-component .list-inline input[type="button"], .calculator-component .footer-nav input[type="button"] {
  text-transform: none; }

.calculator-component .converter-form input[type="submit"], .calculator-component .converter-form input[type="button"], .calculator-component .converter-form .btn {
  width: 100%;
  margin: 0; }

@media (min-width: 961px) {
  .calculator-component .converter-form {
    max-width: 250px;
    margin: 0 0 0 auto; }
  .calculator-component .converter-form .inner {
    margin: 10px; } }

@media (max-width: 960px) {
  .concrete-calculator-form > .inner {
    padding: 0; }
  .calculator-component .box-5 .inner {
    margin: 0;
    padding: 0; }
  .calculator-component .converter-form .inner {
    margin: 0; } }

/*featured-component*/
.featured-component {
  background: #f6f6f6;
  padding: 10px 0;
  padding-top: 0; }

.featured-component img {
  width: 100%; }

.featured-component.limit-image .image-wrapper {
  max-width: 1240px;
  margin: 0 auto; }

.featured-component .image-overlay {
  color: #FFF; }

.featured-component .image-overlay .inner {
  position: relative;
  z-index: 0;
  padding: 50px 25px 30px;
  margin: 0px; }

.featured-component .image-overlay .inner:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003264;
  z-index: -1;
  opacity: 0.84;
  border-radius: 30px 30px 0 0; }

.featured-component .image-overlay a {
  color: #FFF !important;
  display: inline-block;
  border-bottom: 1px solid #FFF; }

.featured-component .image-overlay .btn {
  border: 1px solid #D4D4D4;
  width: 90%;
  max-width: 275px;
  float: left;
  margin: 0 5px; }

.featured-component .image-overlay .btn img {
  width: 20px;
  margin-left: 10px; }

.featured-component .image-overlay .btn a {
  border-bottom: none;
  text-decoration: none;
  text-transform: none;
  font-size: 15px; }

.featured-component .mb40 {
  margin-bottom: -20px !important; }

.featured-component .box-9 {
  margin: 0 auto;
  float: none; }

@media (max-width: 640px) {
  .featured-component {
    padding-bottom: 0; } }

@media (max-width: 960px) {
  .featured-component .image-overlay .btn {
    width: 100%;
    max-width: 100%; }
  .featured-component .image-overlay .btn a {
    font-size: 17.5px !important; }
  .featured-component .image-overlay .inner:after {
    background: #FFF; }
  .featured-component .image-overlay {
    color: #003264;
    text-align: center; } }

@media (min-width: 961px) {
  .featured-component .image-overlay {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF; }
  .featured-component .image-overlay .inner {
    margin: 10px; } }

/*Cookies bannner*/
.cookies-banner {
  background-color: #e5eaef;
  position: absolute;
  width: 100%;
  top: 0;
  display: block;
  z-index: 3; }

.cookies-banner .content {
  padding: 5px 0 0 0 !important; }

.cookies-banner .cookies-title {
  font-weight: bold;
  margin-bottom: 10px; }

.cookies-banner .cookies-copy {
  font-size: 14px;
  line-height: 20px; }

.cookies-banner .cookies-copy a {
  text-decoration: underline; }

.close-cookies-banner {
  color: #FFF;
  font-weight: bold; }

/*team-entries-wrapper*/
.team-entries-wrapper .team-entry:nth-child(2n) .image-overlay .fr {
  float: left !important; }

/*overlays*/
.red-overlay {
  background-color: #DC0000 !important;
  height: 100%;
  left: 0 !important;
  position: fixed !important;
  top: 134px !important;
  width: 100% !important;
  z-index: 0;
  opacity: 0.4; }

.blue-overlay {
  background-color: #003264 !important;
  height: 100%;
  left: 0 !important;
  position: fixed !important;
  top: 134px !important;
  width: 100% !important;
  z-index: 0;
  opacity: 0.6; }

.banner-overlay:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(39, 69, 144, 0.62);
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #003264, transparent);
  opacity: .6; }

/*separator*/
.separator {
  height: 2px;
  margin: 60px 0;
  position: relative;
  padding: 1px; }

.separator:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: #666666;
  height: 2px;
  width: 30px; }

/*calculator component*/
.calculator-tabs-component ul.tabs-menu {
  margin: 0 auto;
  max-width: 1180px; }

@media (max-width: 640px) {
  .tab-content.js-tab-content.active {
    padding-bottom: 40px; } }

/*Text and Image component*/
.text-and-image-component {
  background: #e5eaef;
  color: #003264;
  margin-bottom: 40px; }

.text-and-image-component .title {
  font-size: 39px;
  line-height: 1.3em; }

.text-and-image-component .subtitle {
  font-weight: bold; }

.text-and-image-component .arrow-link {
  width: 20px;
  margin-left: 20px;
  float: left; }

.text-and-image-component .image-box .image-wrapper {
  margin: 0;
  height: 0;
  padding-bottom: 104.4%;
  position: relative;
  overflow: hidden; }

.text-and-image-component .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

@media (max-width: 640px) {
  .text-and-image-component p {
    display: none; }
  .text-and-image-component p.title,
  .text-and-image-component p.subtitle,
  .text-and-image-component p.intro {
    display: block; }
  .text-and-image-component .intro {
    font-size: inherit;
    line-height: inherit; } }

/*read more link*/
.read-more-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  line-height: 1.9em !important; }

.product-entry h3.js-text-ellipsis {
  max-height: 40px; }

.product-entry p.js-text-ellipsis {
  max-height: 60px; }

/*landing grid*/
.entry-impulse .impulse-title,
.landing-grid .impulse-title {
  text-transform: uppercase; }

.landing-grid .box-4:nth-child(3n+1) {
  clear: left; }

@media (max-width: 960px) {
  .landing-grid .box-4:nth-child(3n+1) {
    clear: none; } }

/*publish module*/
.publish-module .date {
  font-size: 0.8em;
  line-height: 1.1em;
  text-transform: uppercase; }

/*share module*/
.share-module ul {
  list-style: none;
  margin-left: 0; }

.share-module ul li {
  margin-bottom: 5px;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block; }

.share-module ul li a {
  background: #003264;
  color: #FFF;
  padding: 3px;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0;
  border: none;
  font-size: 14px;
  line-height: 20px; }

@media (max-width: 640px) {
  .share-module ul {
    margin-bottom: 0; } }

@media (max-width: 640px) {
  .article-content .input-wrapper {
    padding: 10px 0; } }

.article-content .input-wrapper {
  padding-left: 0;
  padding-bottom: 5px; }

.article-content img {
  max-width: 100%;
  height: auto; }

.column-centre .article-content p span {
  font-family: "Montserrat", Arial !important;
  font-size: 17.5px !important;
  line-height: 28px !important; }

/*breadcrumbs*/
.breadcrumbs {
  margin-top: 10px; }

.breadcrumbs ul {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 0; }

.Red .breadcrumbs ul li {
  color: #666666; }

.breadcrumbs ul li {
  float: left;
  color: #003264; }

.breadcrumbs ul li a {
  color: #666666;
  text-decoration: underline; }

.breadcrumbs ul li a.active,
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:focus {
  color: #00abe4; }

/* fix image positioning */
img.fr-fil {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px; }

img.fr-fir {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px; }

/*filters*/
.filter-wrapper {
  padding: 10px 10px 40px 10px;
  max-width: 96%;
  margin: 0 auto; }

.filter-wrapper .filter-btn.active,
.filter-wrapper .filter-btn.active-filter,
.filter-wrapper .filter-btn:focus,
.filter-wrapper .filter-btn:hover {
  color: #FFF !important;
  background: #666666; }

.filter-wrapper .filter-btn {
  padding: 10px;
  border-bottom: 1px solid #f6f6f6;
  margin: 0 10px;
  text-decoration: none;
  line-height: 2.5;
  color: #666666; }

.contact-btns .filter-wrapper .filter-btn {
  max-width: 150px;
  display: block;
  float: left;
  text-transform: none;
  font-size: 14px;
  min-width: 150px;
  padding: 0px;
  margin-bottom: 10px; }

.contact-btns .filter-wrapper {
  max-width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap; }

/*search*/
.search-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px; }

.search-wrapper .input-icon {
  top: 20px; }

.search-results .result-item .result-title a.active strong, .search-results .result-item .result-title a.active .text-impulse .strong, .text-impulse .search-results .result-item .result-title a.active .strong,
.search-results .result-item .result-title a:hover strong,
.search-results .result-item .result-title a:hover .text-impulse .strong, .text-impulse
.search-results .result-item .result-title a:hover .strong,
.search-results .result-item .result-title a:focus strong,
.search-results .result-item .result-title a:focus .text-impulse .strong, .text-impulse
.search-results .result-item .result-title a:focus .strong {
  color: #00abe4; }

.search-results .result-item .result-intro {
  max-height: 90px;
  display: block;
  overflow: hidden; }

@media (max-width: 640px) {
  .search-wrapper {
    max-width: calc(100% - 20px) !important; } }

/*documents list*/
.documents-list {
  margin-bottom: 40px; }

.documents-list select {
  border: none; }

.documents-list .result-item {
  padding: 0; }

.result-item:nth-child(2n+1) {
  background: #f6f6f6; }

.result-item {
  overflow: hidden;
  padding: 7.5px 0;
  position: relative; }

.result-item p {
  margin: 0; }

.result-item .box-3 {
  text-align: right; }

.result-item .result-date {
  text-transform: uppercase; }

.result-item .report-links {
  padding-right: 40px;
  position: relative; }

.result-item .format-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
  margin: 10px; }

.result-item .result-size {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px; }

@media (max-width: 960px) {
  .documents-list .result-item .box-11 {
    float: left;
    width: 90%; }
  .documents-list .result-item .box-1 {
    float: left;
    width: 10%; }
  .documents-list .result-item .format-icon {
    right: 30px; } }

@media (max-width: 640px) {
  .documents-list .box-4 {
    display: none; }
  .documents-list .box-8 .inner {
    margin-right: 0;
    padding-right: 0; }
  .result-item .result-size {
    margin-left: 0; } }

/*contacts grid*/
.contacts-grid {
  display: flex;
  flex-wrap: wrap; }

.contact-item {
  background: #f6f6f6;
  padding: 20px;
  margin: 10px;
  width: calc( 33.3333332% - 20px);
  float: left; }

.contact-item .title {
  color: #003264;
  font-weight: bold;
  margin-bottom: 20px; }

.contact-item .subtitle {
  font-weight: bold;
  margin-bottom: 10px; }

.subtitle-link {
  text-decoration: underline;
  cursor: pointer; }

.contact-item a {
  color: #666666; }

.contact-item p {
  margin-bottom: 5px; }

.contact-item .email {
  text-decoration: underline; }

.contact-item a.active,
.contact-item a:hover,
.contact-item a:focus {
  color: #00abe4; }

.contact-item .btn {
  margin-top: 30px; }

@media (max-width: 640px) {
  .contact-item {
    width: 100%;
    margin: 10px 20px; }
  .contact-item .title {
    font-size: 1.8em;
    line-height: 1.3em; } }

/*contact module*/
.contact-module {
  background: #e5eaef; }

.contact-module p {
  margin-bottom: 5px; }

.contact-module .title {
  font-weight: bold;
  color: #003264;
  text-transform: uppercase;
  border-bottom: 1px solid #003264;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.contact-module .title img {
  width: 35px;
  float: left;
  margin-right: 5px;
  margin-top: -5px; }

.contact-module .subtitle {
  font-weight: bold;
  color: #003264; }

.contact-module .inner {
  padding: 20px 10px; }

.contact-module .email {
  text-decoration: underline;
  margin-bottom: 20px; }

.contact-module a {
  color: #666666; }

.contact-module a.active,
.contact-module a:focus,
.contact-module a:hover {
  color: #00abe4; }

.contact-module .more-link {
  margin: 0; }

.contact-module.component .inner {
  padding: 10px; }

.contact-module.component .title {
  margin-bottom: 0; }

@media (max-width: 960px) {
  .contact-module .more-link {
    margin: 0; }
  .contact-module.component .impulse-title .box-8 .inner.mr0.pr0 {
    margin-right: 10px !important;
    padding-right: 10px !important; }
  .contact-module.component .impulse-title .box-4 {
    display: none; }
  .contact-module.component .box-4:not(.mobile-displayed) .inner {
    margin-bottom: 0;
    padding-bottom: 0; } }

/*Error page*/
.server-error .h1, .server-error .caption-banner-box .transparent .caption-wrapper .title, .caption-banner-box .transparent .caption-wrapper .server-error .title, .server-error .caption-banner .title, .caption-banner .server-error .title,
.server-error h1 {
  font-size: 9.5em;
  line-height: 1.2em; }

@media (max-width: 640px) {
  .server-error .h1, .server-error .caption-banner-box .transparent .caption-wrapper .title, .caption-banner-box .transparent .caption-wrapper .server-error .title, .server-error .caption-banner .title, .caption-banner .server-error .title,
  .server-error h1 {
    font-size: 3.5em;
    line-height: 1.2em; } }

/*more link*/
.more-link {
  width: 110px;
  margin: 0 auto; }

.arrow-link {
  width: 50px;
  margin-top: 0; }

.arrow-link.contact-arrow {
  width: 25px;
  margin-left: 10px;
  float: none; }

.more-link a {
  width: 110px;
  margin: 0 auto;
  text-decoration: none;
  color: #666666; }

.more-link a.active,
.more-link a:hover,
.more-link a:focus {
  color: #00abe4; }

.more-link a img {
  width: 25px;
  margin-left: 10px; }

.component-carrousel .more-link {
  margin-top: 40px; }

.bold-list li {
  font-weight: bold; }

.links-impulse.bold-list li a {
  color: #003264; }

.column-centre .component-editablecontent .inner {
  margin: 0;
  padding: 0; }

input.disabled {
  background: #EEE;
  background-color: #EEE; }

.blue-btn {
  text-transform: uppercase;
  display: inline-block;
  color: White;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7.5px 20px;
  background: #003264;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

/*Glossary page*/
.glossary-page li {
  display: inline-block;
  margin-right: 5px; }

.glossary-page .glossary-top {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px; }

.glossary-page .glossary-top a {
  float: right;
  line-height: 30px; }

.glossary-page .glossary-bottom {
  margin-bottom: 40px; }

/*links index component*/
.links-index ul {
  margin-left: -20px; }

.links-index li {
  padding: 10px;
  margin: 10px 20px;
  margin-top: 0;
  border-bottom: 1px solid grey;
  width: calc(40% - 40px);
  float: left; }

@media (max-width: 960px) {
  .links-index li {
    width: 100%; } }

.links-index ul ul li {
  border-bottom: none;
  width: 100%;
  margin: 0; }

.links-index a {
  font-weight: bold;
  font-size: 15px; }

.links-index ul ul a {
  font-weight: normal; }

.links-index .accordion {
  margin-bottom: 0; }

.load-more {
  margin: 20px;
  width: 100%; }

.profile-job-title,
.profile-area {
  margin-bottom: 0 !important;
  font-size: 15px; }

/* Dynamic capture form static */
.component-dynamicform {
  border: 1px solid #003264; }

#dynamicForm {
  margin: 0 auto;
  background: #F5F1E9; }
  #dynamicForm input, #dynamicForm textarea {
    border-radius: 12px;
    font-size: 17px;
    font-weight: normal; }
  #dynamicForm hr {
    margin: 0;
    padding: 12px 0; }
  #dynamicForm .confirm-btn {
    border-radius: 12px;
    color: white;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: bold;
    margin-top: 6px; }
  #dynamicForm .commercial .confirm-btn {
    background-image: linear-gradient(to right, #00abe4, #003264); }
    #dynamicForm .commercial .confirm-btn:disabled {
      background: #D4D4D4 !important;
      color: #003264; }
  #dynamicForm .residential .confirm-btn {
    background: #960c1b; }
    #dynamicForm .residential .confirm-btn:disabled {
      background: #D4D4D4 !important;
      color: #960c1b; }
  #dynamicForm.embedded-form {
    width: 1200px; }
    #dynamicForm.embedded-form #need-help {
      position: sticky;
      position: -webkit-sticky;
      top: 120px; }
      @media (max-width: 960px) {
        #dynamicForm.embedded-form #need-help {
          top: 0; } }
    @media (max-width: 1200px) {
      #dynamicForm.embedded-form {
        width: 1024px; } }
    @media (max-width: 1024px) {
      #dynamicForm.embedded-form {
        width: 800px; } }
    @media (max-width: 800px) {
      #dynamicForm.embedded-form {
        width: 100%; } }
  #dynamicForm .bg-white {
    background: white; }

.modal-window {
  width: 817px;
  overflow-y: auto;
  height: 100%; }
  .modal-window::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .modal-window::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }
  .modal-window::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }
  @media (max-width: 840px) {
    .modal-window {
      width: 100%; } }

/* Begin project */
#begin-project {
  background-color: #F5F1E9;
  color: black; }
  #begin-project p {
    margin-bottom: 0; }
    #begin-project p strong, #begin-project p .text-impulse .strong, .text-impulse #begin-project p .strong {
      color: black; }
  #begin-project img {
    margin-right: 10px; }
  #begin-project h1 {
    font-size: 34px;
    line-height: 50px; }
  #begin-project.embedded h1 {
    font-size: 42px;
    line-height: 60px; }
    @media (max-width: 800px) {
      #begin-project.embedded h1 {
        font-size: 28px;
        line-height: 40px; } }
  #begin-project.embedded p {
    font-size: 18px; }
    #begin-project.embedded p span.large {
      font-size: 23px; }

/* Step 1 */
#step-1 {
  background-color: #F5F1E9; }
  #step-1 p strong, #step-1 p .text-impulse .strong, .text-impulse #step-1 p .strong {
    color: black; }
  #step-1.embedded p {
    font-size: 23px; }

.project-type-btn {
  border-radius: 12px;
  color: white;
  height: 103px;
  width: 256px; }
  .project-type-btn p {
    font-size: 16px !important;
    text-align: left; }
  .project-type-btn#residential-project {
    background: #960c1b; }
  .project-type-btn#commercial-project {
    background: #003264; }
  @media (max-width: 575px) {
    .project-type-btn {
      margin-left: calc(50% - 128px); }
      .project-type-btn#residential-project {
        margin-bottom: 16px; } }

/* Step 2 */
#step-2 {
  color: white;
  /* Commercial styling */
  /* Residential styling */ }
  #step-2 button {
    color: black;
    font-size: 14px;
    background: white;
    text-transform: unset;
    text-align: left;
    position: relative; }
  #step-2 p {
    font-size: 23px; }
    #step-2 p strong, #step-2 p .text-impulse .strong, .text-impulse #step-2 p .strong {
      color: white; }
  #step-2 button.prod-type {
    border-radius: 12px;
    width: 100%;
    height: 40px;
    padding: 7px 10px; }
    #step-2 button.prod-type.selected {
      color: white;
      box-shadow: unset; }
    #step-2 button.prod-type i {
      position: absolute;
      right: -36px;
      bottom: -15px;
      font-size: 68px;
      color: white; }
  #step-2 .prod-subtype-wrapper {
    background: white;
    border-radius: 12px; }
    #step-2 .prod-subtype-wrapper button.prod-subtype {
      padding: 2px 10px;
      margin-bottom: 0;
      border-bottom: 1px solid black;
      width: 100%; }
      #step-2 .prod-subtype-wrapper button.prod-subtype:first-of-type {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; }
      #step-2 .prod-subtype-wrapper button.prod-subtype:last-of-type {
        border-bottom: none;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px; }
      #step-2 .prod-subtype-wrapper button.prod-subtype.selected {
        color: white;
        box-shadow: unset; }
        #step-2 .prod-subtype-wrapper button.prod-subtype.selected i {
          color: white; }
      #step-2 .prod-subtype-wrapper button.prod-subtype i {
        position: absolute;
        right: 10px;
        bottom: -6px;
        font-size: 36px; }
  #step-2.commercial {
    background-image: linear-gradient(to right, #003264, #00abe4); }
    #step-2.commercial button.prod-type.selected {
      background: #00abe4; }
      #step-2.commercial button.prod-type.selected i {
        color: #00abe4; }
    #step-2.commercial button.prod-subtype.selected {
      background: #00abe4; }
    #step-2.commercial button.prod-subtype i {
      color: #003264; }
  #step-2.residential {
    background: #960c1b; }
    #step-2.residential button.prod-type.selected {
      background: #C06D76; }
      #step-2.residential button.prod-type.selected i {
        color: #C06D76; }
    #step-2.residential button.prod-subtype.selected {
      background: #C06D76; }
    #step-2.residential button.prod-subtype i {
      color: #960c1b; }

/* Step 3 */
#step-3 {
  color: white; }
  #step-3 p {
    font-size: 23px; }
    #step-3 p strong, #step-3 p .text-impulse .strong, .text-impulse #step-3 p .strong {
      font-size: unset; }
    #step-3 p.form-check-label {
      font-size: 13px;
      display: inline; }
  #step-3 a {
    color: white; }
    #step-3 a:hover {
      color: white !important; }
  #step-3 strong, #step-3 .text-impulse .strong, .text-impulse #step-3 .strong {
    color: white;
    font-size: 13px; }
  #step-3 .fake-input {
    color: white !important; }
  #step-3 #request-btn {
    float: right; }
  #step-3.commercial {
    background-image: linear-gradient(to right, #003264, #00abe4); }
  #step-3.residential {
    background: #960c1b; }
    #step-3.residential #request-btn {
      background: #C06D76; }

/* Need help */
#need-help {
  background: #F5F1E9; }
  #need-help p {
    font-size: 20px; }
    #need-help p strong, #need-help p .text-impulse .strong, .text-impulse #need-help p .strong {
      font-size: 23px;
      color: unset; }
  #need-help #help-section,
  #need-help #calc-section {
    background: #eae2d1; }
  #need-help #calc-btn,
  #need-help #convert-btn {
    width: 100%; }
  #need-help.commercial {
    color: #003264; }
  #need-help.residential {
    color: #960c1b; }

/* Get in touch */
.get-in-touch {
  background: #F5F1E9; }
  .get-in-touch p {
    font-size: 20px;
    margin-bottom: 0; }
    .get-in-touch p strong, .get-in-touch p .text-impulse .strong, .text-impulse .get-in-touch p .strong {
      color: unset; }
  .get-in-touch img {
    margin-right: 10px;
    width: 48px; }
  .get-in-touch.commercial {
    color: #003264; }
  .get-in-touch.residential {
    color: #960c1b; }

#thank-you {
  background: #F5F1E9; }
  #thank-you.commercial {
    color: #003264; }
  #thank-you.residential {
    color: #960c1b; }

.login-wrapper {
  margin: 20vh 30vw;
  max-width: 30vw; }

@media (max-width: 1240px) {
  .login-wrapper {
    max-width: none; } }

@media (max-width: 1024px) {
  .login-wrapper {
    margin: 16vh 25vw; } }

@media (max-width: 768px) {
  .login-wrapper {
    margin: 10vh 15vw; } }

.inputs-container {
  margin-left: 10px; }

.input-space {
  margin: 5px 0; }

.login-button {
  margin-top: 25px;
  background-color: #003264;
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  text-align: center; }

.site-title {
  color: #003264;
  font-size: 39px;
  line-height: 1.3em; }

.site-row {
  display: flex;
  justify-content: space-between; }

.site-column {
  flex: 0 1 45%; }

.deliver-to {
  margin-top: 30px; }

.locations-columns {
  margin-top: 20px; }

.address-line {
  display: inline; }

@media (max-width: 640px) {
  .site-row {
    flex-direction: column; }
  .brettconnect-footer {
    display: none; } }

/* Modal form */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* BrettConnect iframes */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px; }

.embed-container.portrait {
  padding-bottom: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Vimeo header */
.vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: 0;
  overflow: hidden; }

.vimeo-wrapper .banner-outer {
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  width: 100%; }

.vimeo-wrapper .banner-text2 {
  margin-top: -60px;
  color: #fff;
  padding: 0 30px;
  position: relative; }

.vimeo-wrapper .banner-text2 h1, .vimeo-wrapper .banner-text2 .h1, .vimeo-wrapper .banner-text2 .caption-banner-box .transparent .caption-wrapper .title, .caption-banner-box .transparent .caption-wrapper .vimeo-wrapper .banner-text2 .title, .vimeo-wrapper .banner-text2 .caption-banner .title, .caption-banner .vimeo-wrapper .banner-text2 .title {
  font-weight: normal;
  font-size: 2.3em;
  line-height: 1.3em;
  font-family: "Montserrat",Arial;
  margin: 0 0 20px 0;
  text-align: left;
  display: block; }

.vimeo-wrapper .vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vimeo-wrapper .banner-text {
  position: absolute;
  z-index: 2;
  color: #fff;
  height: 70vh !important; }

.vimeo-wrapper .banner-text .animate-btn {
  position: absolute;
  bottom: 0px;
  z-index: 4; }

.vimeo-wrapper .inner {
  transform: translate(50%, 100%) !important;
  position: relative;
  z-index: 3;
  padding: 10px;
  padding-bottom: 5px;
  margin: 10px;
  max-width: 500px;
  min-width: 480px;
  overflow: hidden;
  height: 200px; }

.vimeo-wrapper .inner p {
  display: block;
  position: relative; }

.vimeo-wrapper .inner:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003264;
  z-index: -1;
  opacity: .84;
  border-radius: 0 0 50px 0; }

.vimeo-wrapper .inner.nobg:after {
  display: none; }

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.animate-btn {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  line-height: 1.5em;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  pointer-events: all;
  opacity: .8; }

.animate-btn:hover .icono-arrow1-left, .animate-btn:focus .icono-arrow1-left {
  margin-left: 40px;
  color: #fff; }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

[class*=icono] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  box-sizing: border-box; }

[class*=icono]:after, [class*=icono]:before {
  content: "";
  box-sizing: border-box; }

[class*=icono-arrow1] {
  width: 20px;
  height: 20px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  margin: 10px; }

[class*=icono-arrow1]:before {
  right: 0;
  top: -3px;
  position: absolute;
  height: 4px;
  box-shadow: inset 0 0 0 32px;
  transform: rotate(-45deg);
  width: 23px;
  transform-origin: right top; }

[class*=icono-arrow1][class*=-left] {
  transform: rotate(45deg); }

[class*=icono-arrow1][class*=-left][class*=-up] {
  transform: none; }

[class*=icono-arrow1][class*=-left][class*=-down] {
  transform: rotate(90deg); }

.swiper-container {
  max-height: 100%; }

.video-banner-mobile {
  display: none; }

.video-banner-mobile img {
  display: flex; }

.banner-mobi-caption {
  background: #003264;
  padding: 30px;
  color: white;
  border-radius: 0 0 50px 0; }

@media (max-width: 640px) {
  .vimeo-wrapper {
    display: none; }
  .video-banner-mobile {
    display: block; } }

.vimeopop {
  z-index: 2;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  opacity: .5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vimeopop img {
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important; }

/********** END CSS **********/

.c-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .c-modal:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #103156;
        opacity: 0.5;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .c-modal.open {
        visibility: initial;
        opacity: 1;
    }

.c-modal__outer {
    position: absolute;
    /*top: 40%;*/
    left: 35%;
    transform: translate(-50%);
    border-radius: 3px;
    width: 80%;
    max-width: 600px;
    padding: 40px;
    z-index: 10;
    background: #ffffff;
}

@@media(max-width: 576px) {
    .c-modal__outer {
        overflow-y: scroll;
    }
}

.c-modal__inner {
    position: relative;
}

.c-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    right: -32px;
    top: -32px;
}

.c-modal img, .c-modal p, .c-modal h1, .c-modal h2, .c-modal h3, .c-modal h4, .c-modal h5 {
    margin-bottom: 20px;
}

.c-modal__content {
    display: none;
}

    .c-modal__content.open {
        display: block;
    }




@media (min-width: 641px) {
  .component-concretecalculator .js-meters-target {
    width: 50%; }
  .component-concretecalculator .unit-buttons-list {
    float: right;
    padding: 0;  right: 30%;}
  .component-concretecalculator .concreteCalculatorInputs .error {
    right: 50%; }
  .component-concretecalculator .concreteCalculatorInputs .input-icon {
    right: 50%; } }
