
/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_cwtwitter" */
	.cwtw-TweetWrap {
		margin-bottom: 1em;
	}
	.cwtw-TweetAvatar {
		float: left;
		width: 48px;
	}
	.cwtw-TweetAvatar-image {
		display: block;
	}
	.cwtw-Tweet {
		margin-left: 58px;
	}
	.cwtw-TweetMeta {
		font-size: .9em;
	}
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 610px; }
	.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 610px; }
/* default styles for extension "tx_mirabaudcontacts" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-mirabaudcontacts table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-mirabaudcontacts table th {
		font-weight:bold;
	}

	.tx-mirabaudcontacts table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Futura W01 Light', Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.143;
  color: #4b4b49;
  background: #aac8e6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aac8e6 0%, #abbdd6 25%, #abbdd6 75%, #aac8e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aac8e6), color-stop(25%, #abbdd6), color-stop(75%, #abbdd6), color-stop(100%, #aac8e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #aac8e6 0%, #abbdd6 25%, #abbdd6 75%, #aac8e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #aac8e6 0%, #abbdd6 25%, #abbdd6 75%, #aac8e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #aac8e6 0%, #abbdd6 25%, #abbdd6 75%, #aac8e6 100%);
  /* IE10+ */
  background: linear-gradient(to right, #aac8e6 0%, #abbdd6 25%, #abbdd6 75%, #aac8e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aac8e6', endColorstr='#aac8e6', GradientType=1);
  /* IE6-9 */
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4b4b49;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4b4b49;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
}
.divider hr {
  background: #e2e2e2;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 0.5em;
}
p.futura {
  font-family: 'Futura W01 Book', "Helvetica Neue";
}
.lead {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #AAA;
}
.text-primary {
  color: #5592CE;
}
.text-primary:hover {
  color: #3679ba;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Futura W01 Light', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #0D3579;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #AAA;
}
h1,
h2,
h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
.page-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0 !important;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 1em;
}
dt,
dd {
  line-height: 1.143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
    float: none;
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:after {
    content: " ";
    display: block;
    clear: both;
  }
  .dl-horizontal dd:after {
    content: " ";
    display: block;
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.143;
  color: #AAA;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 1px;
}
pre {
  display: block;
  padding: 0em;
  margin: 0 0 0.5em;
  font-size: 0em;
  line-height: 1.143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px), print {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
  font-family: 'Futura W01 Book', "Helvetica Neue";
  font-size: 15px;
  color: #0D3579;
}
th {
  text-align: left;
  background: #2b538d;
  color: white;
  font-weight: normal;
  font-size: 17px;
}
.table {
  width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.143;
  vertical-align: top;
  border-bottom: 1px solid #93A5C1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #93A5C1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #93A5C1;
}
.table .table {
  background-color: #fff;
}
.table.no-padding td {
  padding: 8px 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #93A5C1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #93A5C1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #95bdec;
}
.table-striped td,
.table-striped th {
  border: 0 !important;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: transparent;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: transparent;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #93A5C1;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1em;
  line-height: 1.143;
  color: #808080;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #AAA;
}
.form-control::-moz-placeholder {
  color: #AAA;
}
.form-control:-ms-input-placeholder {
  color: #AAA;
}
.form-control::-webkit-input-placeholder {
  color: #AAA;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.143;
  color: #808080;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 13em;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 24em;
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 24em;
  line-height: 24em;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8b8b88;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:after {
  content: " ";
  display: block;
  clear: both;
}
.form-horizontal .form-group:after {
  content: " ";
  display: block;
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  font-family: 'Futura W01 Light', "Helvetica Neue";
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  color: #1e357b;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #5788bf;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #1e357b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.icon.icon-chevron-right {
  background: url('../../fileadmin/templates/mirabaud/general/images/btn_arrow_right.png') no-repeat center;
  display: inline-block;
  height: 20px;
  margin-left: 40px;
  width: 10px;
}
.icon.icon-chevron-down {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') 0px 0px no-repeat;
  display: inline-block;
  height: 15px;
  margin-left: 40px;
  width: 20px;
}
.icon.icon-chevron-down.tight {
  margin-left: 10px;
}
.icon.icon-chevron-left {
  background: url('../../fileadmin/templates/mirabaud/general/images/btn_arrow_left.png') no-repeat center;
  display: inline-block;
  height: 13px;
  margin-right: 40px;
  width: 7px;
}
.icon.icon-chevron-left.tight {
  margin-right: 15px;
}
.btn.btn-large {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 30px 15px 20px;
  position: relative;
}
.btn.btn-large.xlarge {
  font-size: 22px;
  padding: 16px 45px;
}
.btn.btn-large span {
  text-transform: none;
  font-size: 13px;
  position: absolute;
  bottom: 4px;
}
.btn-default {
  color: #1e357b;
  background-color: #fff;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #1e357b;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-primary {
  color: #fff;
  background-color: #5c9ad2;
  border-color: #488ecc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3c86c9;
  border-color: #2f6fa9;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5c9ad2;
  border-color: #488ecc;
}
.btn-warning {
  color: #fff;
  background-color: #F0AD4E;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F0AD4E;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #D9534F;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #D9534F;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5CB85C;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5CB85C;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5BC0DE;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5BC0DE;
  border-color: #46b8da;
}
.btn-link {
  color: #4b4b49;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4b4b49;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #AAA;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fileadmin/templates/mirabaud/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../fileadmin/templates/mirabaud/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fileadmin/templates/mirabaud/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fileadmin/templates/mirabaud/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fileadmin/templates/mirabaud/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1em;
  background-color: #0D3579;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.5em 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.dropdown-menu > li > span {
  display: block;
  padding: 50px 35px 4px 10px;
}
.dropdown-menu > li > span > a {
  clear: both;
  color: #9EAEC9;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.143;
  white-space: nowrap;
}
.dropdown-menu span:hover > a,
.dropdown-menu span:focus > a,
.dropdown-menu .active > span > a {
  background-color: transparent;
  color: #fff;
  padding-bottom: 5px;
  text-decoration: none;
}
.dropdown-menu span:hover > a > span,
.dropdown-menu span:focus > a > span,
.dropdown-menu .active > span > a > span {
  border-bottom: 2px solid #fff;
}
.dropdown-menu > .disabled > span > a,
.dropdown-menu > .disabled > span > a:hover,
.dropdown-menu > .disabled > span > a:focus {
  color: #AAA;
}
.dropdown-menu > .disabled > span > a:hover,
.dropdown-menu > .disabled > span > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1em;
  line-height: 1.143;
  color: #AAA;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #1e357b;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #1e357b;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  float: none;
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:after {
  content: " ";
  display: block;
  clear: both;
}
.btn-toolbar:after {
  content: " ";
  display: block;
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  float: none;
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: block;
  clear: both;
}
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: block;
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 24em;
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 24em;
  line-height: 24em;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  line-height: 13em;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  color: #808080;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 1em;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 2em;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  float: none;
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:after {
  content: " ";
  display: block;
  clear: both;
}
.nav:after {
  content: " ";
  display: block;
  clear: both;
}
.nav > li {
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #AAA;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #AAA;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4b4b49;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #4b4b49;
  border-bottom-color: #4b4b49;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.5em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.143;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5592CE;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #4b4b49;
  border-bottom-color: #4b4b49;
}
.nav a:hover .caret {
  border-top-color: #4b4b49;
  border-bottom-color: #4b4b49;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-list ul {
  list-style: none;
  padding: 0;
}
.nav-list li a {
  color: #4b4b49;
}
.nav-list > li > a {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.nav-list li a:hover {
  color: #4b4b49;
  background-color: transparent;
  text-decoration: none;
}
.nav-list li li a {
  display: block;
  padding: 4px 0 4px 20px;
}
.navbar {
  position: relative;
  min-height: 20px;
  margin-bottom: 0;
  border: 0 solid transparent;
  float: none;
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:after {
  content: " ";
  display: block;
  clear: both;
}
.navbar:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 1px;
  }
}
.navbar-header {
  float: none;
  clear: both;
  padding-bottom: 40px;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:after {
  content: " ";
  display: block;
  clear: both;
}
.navbar-header:after {
  content: " ";
  display: block;
  clear: both;
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  float: none;
  clear: both;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:after {
  content: " ";
  display: block;
  clear: both;
}
.navbar-collapse:after {
  content: " ";
  display: block;
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 0;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0 0;
  font-size: 2em;
  line-height: 1em;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  float: right;
  margin: 0;
  padding: 9px 10px;
  margin-top: 8px;
  position: relative;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > span > .dropdown-menu {
  border: none;
  height: 120px;
  margin: -1px 0 0 -40px;
  padding-left: 100px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > span > .dropdown-menu {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > span > .dropdown-menu,
.navbar-nav > li > span > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.navbar-text {
  float: left;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #5592CE;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3679ba;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f1f1f2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #5186b9;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 1px;
  list-style: none;
  margin-bottom: 1em;
  padding: 8px 15px;
}
.breadcrumb > li {
  color: #5592CE;
  display: inline-block;
}
.breadcrumb > li.last {
  color: #0D3579;
}
.breadcrumb > .active {
  color: #0D3579;
}
/*.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 60px 0 105px 0;
  border-radius: @border-radius-base;

  a {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 2px -17px;
    color: @blue;
    font-size: 11px;
    padding: 8px 13px;
    text-decoration: none;
  }

  .active a,
  a.selected {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 2px -47px;
    color: @white;
  }
}*/
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 2em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 1em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 1em 0;
  list-style: none;
  text-align: center;
  float: none;
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:after {
  content: " ";
  display: block;
  clear: both;
}
.pager:after {
  content: " ";
  display: block;
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #AAA;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #AAA;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919191;
}
.label-primary {
  background-color: #5592CE;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3679ba;
}
.label-success {
  background-color: #5CB85C;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5BC0DE;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #F0AD4E;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #D9534F;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #AAA;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4b4b49;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 200;
  line-height: 1.7145;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 4.5em;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4b4b49;
}
.thumbnail .caption {
  padding: 9px;
  color: #4b4b49;
}
.alert {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 1em;
  margin-bottom: 1em;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  background-color: #5592CE;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5CB85C;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5BC0DE;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #F0AD4E;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #D9534F;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  -webkit-border-top-right-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-top-right-radius: 1px;
  -moz-border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-bottom-right-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5592CE;
  border-color: #5592CE;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f3f8fc;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1em;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  float: none;
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:after {
  content: " ";
  display: block;
  clear: both;
}
.panel-body:after {
  content: " ";
  display: block;
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #93A5C1;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #5592CE;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5592CE;
  border-color: #5592CE;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5592CE;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5592CE;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  float: none;
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:after {
  content: " ";
  display: block;
  clear: both;
}
.modal-footer:after {
  content: " ";
  display: block;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 1em;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 1px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #222222;
  border: 3px solid #fff;
  font-size: 48px;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 3px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.html_carousel {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
.html_carousel.subpages {
  margin-bottom: 60px;
}
.html_carousel a:hover {
  text-decoration: none;
}
.html_carousel div.slide {
  position: relative;
}
.html_carousel div.slide img {
  height: 100%;
  width: 100%;
}
.html_carousel div.slide div {
  background-color: transparent;
  display: none;
  font-size: 40px;
  position: absolute;
  text-align: center;
  top: 185px;
  width: 100%;
}
.html_carousel div.slide div h4 {
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: auto;
  text-transform: uppercase;
}
.html_carousel div.slide div p {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 767px) {
  .html_carousel div.slide h4 {
    padding: 5px;
  }
}
.cw_scaff_onecols .html_carousel div.slide div {
  background-color: #ECF0F1;
  left: 0;
  margin: auto;
  right: 0;
  top: 100px;
  width: 370px;
}
.cw_scaff_home .html_carousel div.slide h4 {
  width: 630px;
}
.cw_scaff_onecols .html_carousel div.slide h4 {
  border-bottom: 1px solid #0D3579;
  color: #0D3579;
  margin: 25px 20px 20px 25px;
  padding-bottom: 20px;
}
.cw_scaff_home .html_carousel div.slide p:before {
  content: "- ";
}
.cw_scaff_home .html_carousel div.slide p:after {
  content: " -";
}
.cw_scaff_onecols .html_carousel div.slide p {
  border-bottom: 1px solid #0D3579;
  color: #0D3579;
  font-size: 26px;
  margin: 0 20px 25px 20px;
  padding-bottom: 25px;
}
.cw_scaff_home .html_carousel div.slide h4,
.cw_scaff_home .html_carousel div.slide p,
.cw_scaff_home .html_carousel div.slide a {
  color: #fff;
}
.html_carousel .pagination {
  border: 0;
  bottom: 37px;
  height: 30px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.clearfix {
  float: none;
  clear: both;
}
.clearfix {
  float: none;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.position {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.transition($transition) {
  -webkit-transition: $transition;
  -o-transition: $transition;
  transition: $transition;
}
/* custom select styles */
.jcf-select {
  display: inline-block !important;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  color: #6dabdb;
  border: 1px solid #dbdcdc;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  width: 100%;
  height: 40px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 1.07142857em;
  line-height: 2.66666667em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0 45px 0 12px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: transparent;
  width: 14px;
  height: 9px;
  right: 18px;
  top: 50%;
  margin: -5px 0 0;
}
.jcf-select .jcf-select-opener:before,
.jcf-select .jcf-select-opener:after {
  position: absolute;
  background: #d9dada;
  content: "";
  width: 2px;
  top: 0;
  bottom: 0;
}
.jcf-select .jcf-select-opener:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  left: 3px;
}
.jcf-select .jcf-select-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  right: 4px;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #dbdcdc;
  border-radius: 0 0 3px 3px;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border-radius: 0 0 3px 3px;
  border: 1px solid #dbdcdc;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 1em;
  line-height: 1.33333333em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  position: relative;
  overflow: hidden;
  display: block;
}
.jcf-list ul li:after {
  position: absolute;
  content: "";
  left: 12px;
  right: 12px;
  top: 0;
  height: 1px;
  background: #f2f2f2;
}
.jcf-list ul li:first-child {
  display: none;
}
.jcf-list ul li:first-child + li:after {
  display: none;
}
.jcf-list ul li:last-child {
  border-radius: 0 0 3px 3px;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 11px 12px;
  color: #6dabdb;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: none;
  color: #1e357b;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}
.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 13px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  width: 14px;
  height: 3px;
  left: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #0d3579;
  border-radius: 4px;
  height: 1px;
  width: 8px;
}
.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}
/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}
.jcf-focus,
.jcf-focus * {
  border-color: #dbdcdc;
}
/* header styles */
#cw_header {
  position: relative;
  float: none;
  clear: both;
  padding-top: 19px;
  right: 0;
  transition: right 0.25s linear 0s;
}
#cw_header:before,
#cw_header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#cw_header:after {
  clear: both;
}
#cw_header:before,
#cw_header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#cw_header:after {
  clear: both;
}
#cw_header:after {
  content: " ";
  display: block;
  clear: both;
}
#cw_header:after {
  content: " ";
  display: block;
  clear: both;
}
#cw_header .container [class*="col-"] {
  position: static;
}
@media screen and (min-width: 992px) {
  #cw_header {
    padding: 19px 0;
  }
  #cw_header .container {
    position: relative;
  }
  #cw_header .container [class*="col-"] {
    position: static;
  }
}
.nav-active #cw_header {
  right: 260px;
}
@media screen and (min-width: 992px) {
  #cw_header {
    right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
}
/* logo styles */
.logo {
  float: left;
  margin: 0 0 24px;
  width: 175px;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 255px;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    margin: 8px 0 50px;
  }
}
@media screen and (min-width: 1220px) {
  .logo {
    margin: 8px 0 61px;
  }
}
.logo a {
  padding: 0;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
/* main navigation of the site */
.navbar-default {
  position: static;
  min-height: inherit;
}
@media screen and (min-width: 992px) {
  .navbar-default {
    position: static;
  }
}
.navbar-default .navbar-header {
  padding: 0;
}
.navbar-default .navbar-toggle {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: -53px 0 0;
  border-radius: 50%;
  background: #f1f1f2;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-toggle {
    display: none;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  width: 17px;
  height: 3px;
  border-radius: 0;
  margin: 0 0 0 9px;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin: 2px 0 0 9px;
}
.navbar-default .navbar-collapse {
  display: block !important;
  overflow: hidden;
  box-shadow: none;
  max-height: inherit;
  width: 260px;
  overflow: auto;
  background: #0d3579;
  position: absolute;
  z-index: 9;
  top: 0;
  right: -260px;
  transition: right 0.25s linear 0s;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-collapse {
    position: static;
    top: auto !important;
    right: auto !important;
    width: auto;
    overflow: visible !important;
    background: none;
    height: auto !important;
    margin: 0;
    padding: 0;
  }
}
.navbar-default .navbar-collapse .row {
  margin: 0;
}
.navbar-default .navbar-collapse .row [class*="col-"] {
  padding: 0;
}
.navbar-default .navbar-collapse .logo {
  margin: 0 0 13px;
}
.navbar-default .navbar-brand {
  width: 19px;
  height: 17px;
  position: relative;
  display: block;
  margin: 15px 0 0 15px;
}
.navbar-default .navbar-brand:hover {
  opacity: 0.9;
}
.navbar-default .navbar-nav {
  float: none;
  font: 300 20px/22px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav {
    font: 300 17px/21px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1220px) {
  .navbar-default .navbar-nav {
    font: 300 19px/21px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.navbar-default .navbar-nav.add-links {
  float: none;
  padding: 12px 0 0;
  margin: 0 0 8px;
  font: 300 15px/17px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav.add-links {
    position: absolute;
    top: 6px;
    right: 201px;
    margin: 0;
    padding: 0;
    font: 300 14px/18px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 1220px) {
  .navbar-default .navbar-nav.add-links {
    right: 170px;
  }
}
.navbar-default .navbar-nav.add-links li {
  border: 0;
  padding: 2px 15px 1px;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav.add-links li {
    margin: 0 0 0 11px;
    padding: 7px 0 3px 11px;
    border-left: 1px solid #d9dada;
  }
  .navbar-default .navbar-nav.add-links li:first-child {
    border-left: 0;
  }
}
@media screen and (min-width: 1220px) {
  .navbar-default .navbar-nav.add-links li {
    margin: 0 0 0 32px;
  }
}
.navbar-default .navbar-nav.add-links a {
  padding: 0;
  display: inline;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav.add-links a {
    color: #989898;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav.add-links a {
    display: block;
    padding-bottom: 8px;
  }
}
.navbar-default .navbar-nav.add-links a:hover {
  color: #d9d9d9;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav.add-links a:hover {
    color: #727272;
  }
}
.navbar-default .navbar-nav.add-links a:after {
  display: none;
}
.navbar-default .navbar-nav li {
  float: none;
  border-top: 1px solid #fff;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li {
    overflow: visible;
    float: left;
    margin: 0 0 0 10px;
    border-top: 0;
    border-left: 1px solid #d4e0ea;
    padding: 20px 0 7px 10px;
    text-transform: none;
  }
}
@media screen and (min-width: 1220px) {
  .navbar-default .navbar-nav li {
    margin: 0 0 0 32px;
    padding: 49px 0 7px 11px;
  }
}
.navbar-default .navbar-nav li:first-child {
  border: 0;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li:first-child {
    margin: 0;
    border-left: 1px solid #d4e0ea;
  }
}
.navbar-default .navbar-nav li.open > a {
  color: #fff;
  background: none;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li.open > a {
    color: #17457c;
  }
}
.navbar-default .navbar-nav li.open > a:focus {
  color: #fff;
  background: none;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li.open > a:focus {
    color: #17457c;
  }
}
.navbar-default .navbar-nav li.open > a:after {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -29px -89px;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li.open > a:after {
    background: none;
  }
}
.navbar-default .navbar-nav li.open .dropdown-menu a {
  padding: 0;
}
.navbar-default .navbar-nav > li.active > a {
  text-decoration: none;
  color: #5592CE;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li.active > a {
    margin: 0 0 -6px;
    padding: 0 0 4px;
    border-bottom: 2px solid #17457c;
    color: #17457c;
    text-decoration: none;
  }
}
.navbar-default .navbar-nav a {
  color: #fff;
  position: relative;
  padding: 16px 0 16px 15px;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav a {
    padding: 0;
    color: #6dabdb;
  }
}
.navbar-default .navbar-nav a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  right: 19px;
  top: 50%;
  margin: -5px 0 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 -89px;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav a:after {
    display: none;
  }
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a {
  background: none;
  color: #d9d9d9;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li:focus > a {
    color: #1e357b !important;
  }
}
.navbar-default .navbar-nav .mobile-link {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .mobile-link {
    display: block !important;
    width: 200px;
    float: left;
  }
  .navbar-default .navbar-nav .mobile-link:after {
    display: none;
  }
  .navbar-default .navbar-nav .mobile-link + a {
    float: right;
    width: 30px;
    height: 60px;
    font-size: 0;
    line-height: 0;
  }
}
.navbar-default .dropdown-menu {
  position: relative;
  left: auto;
  top: auto;
  float: none;
  border: 0;
  padding: 0 0 10px;
  background: none;
  box-shadow: none;
  clear: both;
}
@media screen and (min-width: 992px) {
  .navbar-default .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    margin: 0;
    border: 0;
    padding: 24px 10px 8px;
    width: 210px;
  }
  .navbar-default .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d3579;
    z-index: -1;
  }
  .navbar-default .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: -1;
  }
}
@media screen and (min-width: 1220px) {
  .navbar-default .dropdown-menu {
    top: 100%;
    width: 245px;
    padding: 24px 10px 8px;
  }
}
.navbar-default .dropdown-menu li {
  border: 0;
  padding: 2px 31px 6px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .navbar-default .dropdown-menu li {
    float: none;
    margin: 0;
    padding: 11px 0 11px;
    border: 0;
    border-top: 1px solid #515c8d;
  }
  .navbar-default .dropdown-menu li:first-child {
    border: 0;
  }
}
.navbar-default .dropdown-menu li a {
  padding: 0;
  color: #fff;
}
.navbar-default .dropdown-menu li a:after {
  display: none;
}
.navbar-default .dropdown-menu li a:hover {
  color: #d9d9d9;
  text-decoration: none;
}
.navbar-default .glyphicon-home {
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-default .glyphicon-home:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #5c9ad2;
}
.navbar-default .languages {
  margin: 10px 19px 0 -5px;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .navbar-default .languages {
    position: absolute;
    top: 12px;
    right: 15px;
    margin: 0;
  }
}
.navbar-default .languages li {
  padding: 0;
  letter-spacing: normal;
  margin: 0 0 10px 6px;
  float: left;
}
.navbar-default .languages a,
.navbar-default .languages span.inactive {
  display: block;
  color: #1e357b;
  padding: 0 2px;
  min-width: 24px;
  font-size: 1em;
  line-height: 1.71428571em;
  font-weight: 400;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .navbar-default .languages a,
  .navbar-default .languages span.inactive {
    background: #d4e0ea;
  }
}
.navbar-default .languages a:hover,
.navbar-default .languages span.inactive:hover {
  color: #fff !important;
  text-decoration: none;
  background: #5c9ad2;
}
@media screen and (min-width: 992px) {
  .navbar-default .languages a:hover,
  .navbar-default .languages span.inactive:hover {
    background: #0d3579;
  }
}
.navbar-default .languages .active a {
  color: #fff;
  background: #5c9ad2;
}
@media screen and (min-width: 992px) {
  .navbar-default .languages .active a {
    background: #0d3579;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default #cw_box_search {
    position: absolute;
    top: 12px;
    right: 153px;
  }
}
@media screen and (max-width: 1220px) {
  .navbar-default #cw_box_search {
    right: 132px;
  }
}
.navbar-default #collapsesearch {
  display: block;
}
@media (min-width: 992px) and (max-width: 1220px) {
  .navbar-default #collapsesearch {
    margin-left: 142px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default #collapsesearch {
    display: none;
    position: absolute;
    top: -17px;
    left: -40px;
    width: auto;
    overflow: hidden;
    right: -26px;
  }
  .navbar-default #collapsesearch .input-group {
    border: 1px solid #e2e2e2;
  }
  .navbar-default #collapsesearch .input-group-btn {
    background: #fff;
  }
  .navbar-default #collapsesearch .input-group-btn button {
    padding-right: 13px;
    color: #AAA;
  }
  .navbar-default #collapsesearch input.form-control {
    padding: 18px 12px;
    color: #AAA;
    background: #fff;
  }
}
@media screen and (max-width: 992px) {
  .navbar-default #collapsesearch {
    display: block !important;
  }
}
.navbar-default #collapsesearch *::-webkit-input-placeholder {
  color: #AAA;
}
.navbar-default #collapsesearch *::-moz-placeholder {
  color: #AAA;
}
.navbar-default #collapsesearch *:-moz-placeholder {
  color: #AAA;
}
.navbar-default #collapsesearch *:-ms-input-placeholder {
  color: #AAA;
}
.navbar-default .search-toggle {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar-default .search-toggle {
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 24px;
    line-height: 1.6em;
    font-size: 1.071em;
    color: #868786;
    background: none;
    outline: none;
  }
  .navbar-default .search-toggle:hover {
    color: #1e357b;
  }
}
.navbar-default .navbar-form {
  margin: 0;
  padding: 0 15px 10px;
  box-shadow: none;
}
.navbar-default .navbar-form .input-group {
  border: 1px solid #a4a9bf;
}
.navbar-default .navbar-form .form-control {
  background: none;
  box-shadow: none;
  padding: 7px 8px 4px;
  font: 300 15px/17px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  color: #eee;
  border: 0;
}
.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #fff;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #fff;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-form .form-control {
    color: #4b4b49;
  }
  .navbar-default .navbar-form .form-control:-moz-placeholder {
    color: #4b4b49;
  }
  .navbar-default .navbar-form .form-control::-moz-placeholder {
    color: #4b4b49;
  }
  .navbar-default .navbar-form .form-control:-ms-input-placeholder {
    color: #4b4b49;
  }
  .navbar-default .navbar-form .form-control::-webkit-input-placeholder {
    color: #4b4b49;
  }
  .navbar-default .navbar-form .form-control::-webkit-input-placeholder {
    color: #4b4b49;
  }
  .navbar-default .navbar-form .form-control:-moz-placeholder {
    color: #4b4b49;
    opacity: 1;
  }
  .navbar-default .navbar-form .form-control::-moz-placeholder {
    color: #4b4b49;
    opacity: 1;
  }
  .navbar-default .navbar-form .form-control:-ms-input-placeholder {
    color: #4b4b49;
  }
}
.navbar-default .navbar-form .btn {
  padding: 5px 5px 4px;
  font-size: 15px;
  background: none;
  color: #f4f4f4;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-form .btn {
    color: #4b4b49;
    box-shadow: none;
  }
}
.navbar-default .navbar-form .btn:hover {
  opacity: 0.9;
}
/** Style for the "Private section" dropdown button in top menu **/
.navbar-nav div.dropdown.open a.dropdown-toggle {
  border-radius: 3px 3px 0px 0px !important;
}
.navbar-nav div.dropdown a.dropdown-toggle,
.navbar-nav div.dropdown a.dropdown-toggle:focus {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 5px 10px;
  padding-right: 22px;
  background: #fff;
  color: #989898 !important;
}
@media (max-width: 991px) {
  .navbar-nav div.dropdown a.dropdown-toggle,
  .navbar-nav div.dropdown a.dropdown-toggle:focus {
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff !important;
    display: block;
    padding-bottom: 8px;
  }
}
.navbar-nav div.dropdown a:hover {
  color: #727272 !important;
}
@media (max-width: 991px) {
  .navbar-nav div.dropdown a:hover {
    color: #5592CE !important;
  }
}
.navbar-nav div.dropdown ul.dropdown-menu {
  border: 1px solid #ddd;
  margin-top: 4px;
  padding: 0 5px;
  width: 100%;
  left: 0;
  min-width: 0;
}
@media (max-width: 991px) {
  .navbar-nav div.dropdown ul.dropdown-menu {
    border: 0;
    padding: 8px 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.navbar-nav div.dropdown ul.dropdown-menu::after {
  background: #fff;
}
.navbar-nav div.dropdown ul.dropdown-menu li {
  margin-left: 0;
  border: 0 !important;
}
.navbar-nav div.dropdown ul.dropdown-menu li a {
  text-transform: none;
}
@media (max-width: 991px) {
  .navbar-nav div.dropdown ul.dropdown-menu li a {
    display: block;
    padding-bottom: 8px;
  }
}
.navbar-nav div.dropdown span.menu-caret {
  border: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .navbar-nav div.dropdown span.menu-caret {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') 0px -87px;
    right: -3px;
  }
}
@media (min-width: 992px) {
  .navbar-nav div.dropdown span.menu-caret:after,
  .navbar-nav div.dropdown span.menu-caret:before {
    top: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .navbar-nav div.dropdown span.menu-caret:after {
    border-color: rgba(152, 152, 152, 0);
    border-top-color: #fff;
    border-width: 3px;
    margin-left: 4px;
  }
  .navbar-nav div.dropdown span.menu-caret:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #a5a5a5;
    border-width: 5px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 768px) {
  .margin.white {
    padding: 40px 0;
  }
}
#cw_main_center_content {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #cw_main_center_content {
    padding-bottom: 0;
  }
}
#cw_main_center_content > div:last-child,
#cw_main_center_content > div:last-child > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.gray {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .section.gray {
    margin: 0;
    padding: 40px 0;
    background: #e6e6e6;
  }
}
@media screen and (max-width: 768px) {
  .section.gray {
    background: #f4f4f4;
    padding-bottom: 2px;
  }
}
.section.gray .section.white {
  background: white;
  position: relative;
}
/* hero */
.hero {
  margin: 0 0 15px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero {
    margin: 0 0 -35px;
    padding: 0;
  }
}
.hero h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 15px;
  right: 15px;
  bottom: auto;
  color: #fff;
  text-align: center;
  margin: 31px 20px 0;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .hero h1 {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 0 22px;
    font-size: 2.44444444em;
    line-height: 1.13636364em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    letter-spacing: 0.7px;
  }
  .hero h1:after {
    content: "";
    display: block;
    margin: 27px auto 0;
    width: 172px;
    height: 1px;
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .hero h1 {
    font-size: 2.72222222em;
    line-height: 1.02040816em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.hero .image {
  overflow: hidden;
  position: relative;
}
.hero .image .img-stretch {
  overflow: hidden;
  height: 200px;
}
@media screen and (min-width: 992px) {
  .hero .image .img-stretch {
    height: 335px;
  }
}
.hero .image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .hero .image img {
    position: static;
    bottom: auto;
    right: auto;
    display: block;
    width: auto;
    height: auto;
  }
}
.hero .text-block {
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 11px 20px 31px;
  font-size: 1.07142857em;
  line-height: 1.4em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  background: #0d3579;
}
@media (max-width: 768px) {
  .hero .text-block {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .hero .text-block {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    padding: 71px 20px 31px;
    font-size: 1.28571429em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    background: none;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
.hero .text-block p {
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  .hero .text-block p {
    margin: 0 100px 20px;
    letter-spacing: -0.4px;
  }
}
/* home block */
.home-block {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.42857143em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  padding: 0 0 10px 0;
  color: #4b4b49;
  background-color: #e6e6e6;
}
@media screen and (min-width: 992px) {
  .home-block {
    margin-bottom: 30px;
    padding: 0;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 768px) {
  .home-block {
    padding-bottom: 60px;
  }
}
.home-block em {
  font-style: normal;
}
.home-block h2,
.home-block h3 {
  color: #fff;
  margin: 0 0 6px;
  position: relative;
  padding: 8px 0 8px 0;
  font-size: 1.28571429em;
  line-height: 1.22222222em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-block h2,
  .home-block h3 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home-block h2,
  .home-block h3 {
    margin: 0 0 27px 0;
    padding: 32px 0 32px 0;
    font-size: 1.5em;
    line-height: 1.20833333em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.home-block .body-text {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .home-block .body-text {
    padding: 0 50px;
  }
}
.home-block p {
  margin: 0 0 13px;
}
@media screen and (min-width: 768px) {
  .home-block p {
    margin: 0 0 22px;
    letter-spacing: -0.4px;
  }
  .home-block p .hidden-xs {
    display: inline !important;
  }
}
.home-block .btn-default {
  border: 0;
  min-width: 148px;
  padding: 12px 12px 11px;
  text-transform: uppercase;
  font-size: 0.57142857em;
  line-height: 1.375em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  left: 15%;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .home-block .btn-default {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .home-block .btn-default {
    min-width: 190px;
    padding: 12px 15px 12px;
    font-size: 0.6875em;
    line-height: 1.63636364em;
    font-weight: 500;
    font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .home-block .btn-default {
    position: absolute;
    bottom: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .home-block .btn-default {
    left: 25%;
    right: 25%;
  }
}
.home-block.white-background h3 {
  padding-bottom: 0;
}
.home-block.white-background,
.home-block.white-background h3 {
  color: black;
  background: white !important;
}
.home-block.light-btn h3,
.home-block.light-btn .read-more {
  background: #5c9ad2;
}
.home-block.middle-btn h3,
.home-block.middle-btn .read-more {
  background: #1d5692;
}
.home-block.dark-btn h3,
.home-block.dark-btn .read-more {
  background: #2d2f67;
}
.home-block a.btn.btn-default {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .text-boxes [class*="col-"]:first-child .home-block-simple {
    margin-right: 5px;
  }
  .text-boxes [class*="col-"]:first-child + [class*="col-"] .home-block-simple {
    margin-left: 5px;
  }
}
/* simple text block */
.home-block-simple {
  color: #4b4b49;
  overflow: hidden;
  text-align: center;
  border: 1px solid #d4e0ea;
  background: none;
  padding: 18px 35px;
  margin-bottom: 15px;
  font-size: 1.07142857em;
  line-height: 1.33333333em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .home-block-simple {
    margin: 0;
    padding: 30px 30px 24px;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 1220px) {
  .home-block-simple {
    padding: 30px 140px 24px;
  }
}
.home-block-simple h3 {
  color: #fff;
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 9px;
  font-size: 1.2em;
  line-height: 1.22222222em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home-block-simple h3 {
    margin: 0 0 15px;
    padding: 0 0 25px;
    font-size: 1.5em;
    line-height: 1.16666667em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    color: #1e357b;
  }
}
@media (max-width: 768px) {
  .home-block-simple h3 {
    font-size: 1.5em;
  }
}
.home-block-simple h3:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #fff;
  bottom: 0;
  width: 86px;
  left: 50%;
  margin: 0 0 0 -43px;
}
@media screen and (min-width: 768px) {
  .home-block-simple h3:after {
    width: 172px;
    margin: 0 0 0 -86px;
    background: #d9dada;
  }
}
.home-block-simple p {
  margin: 0 0 10px;
  letter-spacing: -0.4px;
}
/*



/* sponsors */
@media screen and (min-width: 768px) {
  .sponsors {
    position: relative;
  }
  .sponsors [class*="col-"] {
    position: static;
  }
  .sponsors [class*="col-"]:first-child + [class*="col-"] .image .img-stretch {
    right: 0;
    left: 50%;
  }
}
/* sponsor */
.home-block-big,
.home-block-big-video {
  position: relative;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background: #5c9ad2;
  padding: 25px 30px;
  font-size: 1.07142857em;
  line-height: 1.13333333em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .home-block-big,
  .home-block-big-video {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home-block-big,
  .home-block-big-video {
    margin: 0;
    position: static;
    padding: 40px 20px 78px;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    background: none;
  }
}
@media screen and (min-width: 1220px) {
  .home-block-big,
  .home-block-big-video {
    padding: 40px 100px 78px;
  }
}
.home-block-big .image .img-stretch,
.home-block-big-video .image .img-stretch {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-block-big .image .img-stretch,
  .home-block-big-video .image .img-stretch {
    position: absolute;
    right: 50%;
  }
}
.home-block-big .image ~ *,
.home-block-big-video .image ~ * {
  position: relative;
}
.home-block-big h3,
.home-block-big-video h3 {
  color: #fff;
  margin: 0 0 9px;
  font-size: 1.2em;
  line-height: 1.27777778em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home-block-big h3,
  .home-block-big-video h3 {
    margin: 0 0 17px;
    font-size: 2.125em;
    line-height: 1.20588235em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
  .home-block-big h3:after,
  .home-block-big-video h3:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 172px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .home-block-big h3,
  .home-block-big-video h3 {
    font-size: 1.5em;
  }
}
.home-block-big h4,
.home-block-big-video h4 {
  color: #fff;
  margin: 0 0 3px;
  font-size: 0.8em;
  line-height: 1.16666667em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home-block-big h4,
  .home-block-big-video h4 {
    margin: 0 0 6px;
    font-size: 0.8125em;
    line-height: 1.30769231em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.home-block-big p,
.home-block-big-video p {
  margin: 0 0 31px;
  letter-spacing: -0.45px;
}
.home-block-big .btn-primary,
.home-block-big-video .btn-primary {
  border: 0;
  min-width: 148px;
  padding: 12px 12px 10px;
  text-transform: uppercase;
  font-size: 0.53333333em;
  line-height: 1.375em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .home-block-big .btn-primary,
  .home-block-big-video .btn-primary {
    min-width: 190px;
    padding: 16px 12px 13px;
    font-size: 0.6875em;
    line-height: 1.27272727em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 768px) {
  .home-block-big .btn-primary,
  .home-block-big-video .btn-primary {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .home-block-big.block-image-overlap .btn-primary,
  .home-block-big-video.block-image-overlap .btn-primary {
    position: relative;
    padding-bottom: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.block-image-overlap {
  padding: 0;
}
.block-image-overlap h4 {
  color: #5c9ad2;
}
.block-image-overlap,
.block-image-overlap h3 {
  color: black;
}
.block-image-overlap .image img {
  max-width: 100%;
  height: auto;
}
/* publication */
.contextual-block-white,
.contextual-block-dark {
  overflow: hidden;
  margin: 0 0 15px;
  background: #fff;
  padding: 21px 20px 20px;
  font-size: 1em;
  line-height: 1.71428571em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .contextual-block-white,
  .contextual-block-dark {
    background: transparent;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contextual-block-white,
  .contextual-block-dark {
    margin: 0;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.contextual-block-white .image,
.contextual-block-dark .image {
  position: relative;
  overflow: hidden;
  height: auto;
}
.contextual-block-white .image img,
.contextual-block-dark .image img {
  display: block;
  width: 100%;
  height: auto;
}
.contextual-block-white .image .play,
.contextual-block-dark .image .play {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 58px;
  height: 58px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -150px 0;
}
.contextual-block-white h3,
.contextual-block-dark h3 {
  margin: 0 0 12px;
  color: #1e357b;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .contextual-block-white h3,
  .contextual-block-dark h3 {
    font-size: 1.5em;
  }
}
.contextual-block-white p,
.contextual-block-dark p {
  margin: 0 0 26px;
  letter-spacing: -0.4px;
}
.contextual-block-white .image + p,
.contextual-block-dark .image + p {
  margin-top: 17px;
}
.contextual-block-white .btn-primary,
.contextual-block-dark .btn-primary {
  display: table;
  margin: 0 auto 10px;
  border: 0;
  min-width: 190px;
  padding: 16px 15px 13px;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 1.27272727em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .contextual-block-white .btn-primary,
  .contextual-block-dark .btn-primary {
    font-size: 0.8em;
  }
}
.contextual-block-dark {
  color: #fff;
  background: #0d3579;
}
.contextual-block-dark h4 {
  margin: 0 0 10px;
  font-size: 0.6875em;
  line-height: 1.27272727em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
.contextual-block-dark h3 {
  margin: 0 0 11px;
  padding: 1px 0 0;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  color: #fff;
}
.contextual-block-dark h3 a {
  color: #fff;
}
.contextual-block-dark h4 + h3 {
  margin: 0 0 18px;
}
/* visual navigation */
.home-block-image {
  padding: 20px 0 0;
  text-align: center;
}
.home-block-image .image {
  margin: 0 auto 30px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .home-block-image .image {
    margin-bottom: 8px;
    max-width: 90px;
  }
}
.home-block-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
.home-block-image h3 {
  margin: 0;
  font-size: 1.42857143em;
  line-height: 1.45em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .home-block-image h3 {
    font-size: 1.71428571em;
    line-height: 1.20833333em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.home-block-image h3 a {
  color: #1e357b;
}
/* jumbotron */
.jumbotron.management {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.57142857em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .jumbotron.management {
    font-size: 1.28571429em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.jumbotron.management .area {
  position: relative;
  margin: 0 0 15px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .jumbotron.management .area {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron.management .area {
    margin: 0 0 30px;
    padding: 70px 0 51px;
  }
}
.jumbotron.management .area .img-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.jumbotron.management h1 {
  margin: 0 0 22px;
  font-size: 1.71428571em;
  line-height: 1.125em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .jumbotron.management h1 {
    font-size: 2.72222222em;
    line-height: 1.2244898em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.jumbotron.management h1:after {
  content: "";
  display: block;
  margin: 25px auto 0;
  width: 172px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.jumbotron.management p {
  margin: 0 0 24px;
  line-height: 1.5em;
  font-size: 1em;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 768px) {
  .jumbotron.management p {
    margin: 0 20px 27px;
  }
}
.jumbotron.management .btn.btn-default.btn-lg {
  margin: 0 0 15px;
  border: 0;
  border-radius: 0;
  padding: 22px 15px 18px;
  font-size: 0.78571429em;
  line-height: 1.63636364em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background: #0d3579;
}
@media screen and (min-width: 768px) {
  .jumbotron.management .btn.btn-default.btn-lg {
    margin: 0 0 30px;
    padding: 22px 33px 18px;
    font-size: 0.83333333em;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    letter-spacing: 1.5px;
  }
}
.jumbotron.management .btn.btn-default.btn-lg:before {
  content: "";
  display: none;
  margin: 0 10px 0 0;
  width: 13px;
  height: 14px;
  vertical-align: top;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -120px 0;
}
@media screen and (min-width: 768px) {
  .jumbotron.management .btn.btn-default.btn-lg:before {
    display: inline-block;
  }
}
.jumbotron.management .btn.btn-default.btn-lg:hover {
  background: #1e357b;
}
.jumbotron.banner {
  text-align: left;
}
.jumbotron.banner .area {
  padding: 28px 0 28px;
  margin: 0 0 20px;
  font-size: 1.5em;
  line-height: 1.22222222em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.jumbotron.banner h1 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 1.77777778em;
  line-height: 1.125em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 0;
}
.jumbotron.banner h1:after {
  display: none;
}
.jumbotron.banner p {
  letter-spacing: 0.01px;
  margin: 0;
  margin-top: 5px;
}
.jumbotron .buttons {
  text-align: center;
}
.jumbotron .buttons .btn {
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 20px 10px 0 0;
  width: 121px;
  height: 41px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 -188px;
}
@media screen and (min-width: 768px) {
  .jumbotron .buttons .btn {
    float: right;
    margin: 56px 0 0 20px;
  }
}
.jumbotron .buttons .btn:hover {
  opacity: 0.9;
}
.jumbotron .buttons .btn-googleplay {
  background-position: -141px -188px;
}
.margin.white.management-thumbnails {
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .margin.white.management-thumbnails {
    padding: 40px 0 0;
  }
}
.margin.white.management-thumbnails + .margin.white.management-thumbnails {
  padding: 0;
}
/* thumbnail */
.subhome-block,
.nav-list .csc-section,
.tx-mirabaudcontacts .linkden,
.tx-mirabaudcontacts .email {
  margin: 0 0 15px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.57142857em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  text-align: center;
  background: none;
}
@media screen and (min-width: 768px) {
  .subhome-block,
  .nav-list .csc-section,
  .tx-mirabaudcontacts .linkden,
  .tx-mirabaudcontacts .email {
    margin: 0 0 30px;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.subhome-block > a:first-child,
.nav-list .csc-section > a:first-child,
.tx-mirabaudcontacts .linkden > a:first-child,
.tx-mirabaudcontacts .email > a:first-child {
  display: block;
  margin: 0 auto;
  max-width: 370px;
}
.subhome-block img,
.nav-list .csc-section img,
.tx-mirabaudcontacts .linkden img,
.tx-mirabaudcontacts .email img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .subhome-block img,
  .nav-list .csc-section img,
  .tx-mirabaudcontacts .linkden img,
  .tx-mirabaudcontacts .email img {
    margin: 0 0 24px;
  }
}
.subhome-block .caption,
.nav-list .csc-section .caption,
.tx-mirabaudcontacts .linkden .caption,
.tx-mirabaudcontacts .email .caption {
  padding: 0;
}
.subhome-block h2,
.nav-list .csc-section h2,
.tx-mirabaudcontacts .linkden h2,
.tx-mirabaudcontacts .email h2,
.subhome-block h3,
.nav-list .csc-section h3,
.tx-mirabaudcontacts .linkden h3,
.tx-mirabaudcontacts .email h3 {
  margin: 0 0 17px;
  font-size: 1.5em;
  line-height: 1.33333333em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.subhome-block h2 a,
.nav-list .csc-section h2 a,
.tx-mirabaudcontacts .linkden h2 a,
.tx-mirabaudcontacts .email h2 a,
.subhome-block h3 a,
.nav-list .csc-section h3 a,
.tx-mirabaudcontacts .linkden h3 a,
.tx-mirabaudcontacts .email h3 a {
  color: #1e357b;
}
.subhome-block h2:after,
.nav-list .csc-section h2:after,
.tx-mirabaudcontacts .linkden h2:after,
.tx-mirabaudcontacts .email h2:after,
.subhome-block h3:after,
.nav-list .csc-section h3:after,
.tx-mirabaudcontacts .linkden h3:after,
.tx-mirabaudcontacts .email h3:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 172px;
  height: 1px;
  background: #d9dada;
}
@media screen and (min-width: 768px) {
  .subhome-block h2:after,
  .nav-list .csc-section h2:after,
  .tx-mirabaudcontacts .linkden h2:after,
  .tx-mirabaudcontacts .email h2:after,
  .subhome-block h3:after,
  .nav-list .csc-section h3:after,
  .tx-mirabaudcontacts .linkden h3:after,
  .tx-mirabaudcontacts .email h3:after {
    margin: 19px auto 0;
  }
}
.subhome-block p,
.nav-list .csc-section p,
.tx-mirabaudcontacts .linkden p,
.tx-mirabaudcontacts .email p {
  margin: 0 0 10px;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 768px) {
  .subhome-block p,
  .nav-list .csc-section p,
  .tx-mirabaudcontacts .linkden p,
  .tx-mirabaudcontacts .email p {
    margin: 0 0 17px;
  }
}
.subhome-block .read-more,
.nav-list .csc-section .read-more,
.tx-mirabaudcontacts .linkden .read-more,
.tx-mirabaudcontacts .email .read-more {
  font-size: 0.6875em;
  line-height: 1.45454545em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1e357b;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 768px) {
  .subhome-block .read-more,
  .nav-list .csc-section .read-more,
  .tx-mirabaudcontacts .linkden .read-more,
  .tx-mirabaudcontacts .email .read-more {
    font-size: .8875em;
  }
}
.subhome-block .read-more:before,
.nav-list .csc-section .read-more:before,
.tx-mirabaudcontacts .linkden .read-more:before,
.tx-mirabaudcontacts .email .read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
.subhome-block.subhome-block-simple,
.nav-list .csc-section.subhome-block-simple,
.tx-mirabaudcontacts .linkden.subhome-block-simple,
.tx-mirabaudcontacts .email.subhome-block-simple {
  padding-bottom: 25px;
}
.subhome-block.subhome-block-simple h2::after,
.nav-list .csc-section.subhome-block-simple h2::after,
.tx-mirabaudcontacts .linkden.subhome-block-simple h2::after,
.tx-mirabaudcontacts .email.subhome-block-simple h2::after,
.subhome-block.subhome-block-simple h3::after,
.nav-list .csc-section.subhome-block-simple h3::after,
.tx-mirabaudcontacts .linkden.subhome-block-simple h3::after,
.tx-mirabaudcontacts .email.subhome-block-simple h3::after {
  display: none;
}
.subhome-block.subhome-block-simple:before,
.nav-list .csc-section.subhome-block-simple:before,
.tx-mirabaudcontacts .linkden.subhome-block-simple:before,
.tx-mirabaudcontacts .email.subhome-block-simple:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 65%;
  background: #d9dada;
}
@media (max-width: 991px) {
  .subhome-block.subhome-block-simple:before,
  .nav-list .csc-section.subhome-block-simple:before,
  .tx-mirabaudcontacts .linkden.subhome-block-simple:before,
  .tx-mirabaudcontacts .email.subhome-block-simple:before {
    display: none;
  }
}
.subhome-block.subhome-block-simple:after,
.nav-list .csc-section.subhome-block-simple:after,
.tx-mirabaudcontacts .linkden.subhome-block-simple:after,
.tx-mirabaudcontacts .email.subhome-block-simple:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  position: absolute;
  bottom: 30px;
  width: 60%;
  height: 1px;
  background: #d9dada;
  left: 50%;
  margin-left: -30%;
}
@media (max-width: 991px) {
  .subhome-block.subhome-block-simple:after,
  .nav-list .csc-section.subhome-block-simple:after,
  .tx-mirabaudcontacts .linkden.subhome-block-simple:after,
  .tx-mirabaudcontacts .email.subhome-block-simple:after {
    bottom: 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .container > div:last-child .subhome-block-simple::after {
    display: none;
  }
}
.row > div:first-child .subhome-block-simple::before {
  display: none;
}
/* info box */
.s2 {
  margin: 0 0 15px;
  padding: 30px 20px 20px;
  font-size: 1em;
  line-height: 1.57142857em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  text-align: center;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .s2 {
    margin: 0;
    padding: 30px 10px;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 992px) {
  .s2 {
    padding: 50px 10px;
  }
}
@media screen and (min-width: 1220px) {
  .s2 {
    padding: 93px 30px 61px;
  }
}
.s2 h2 {
  margin: 0 auto 17px;
  max-width: 272px;
  text-align: left;
  font-size: 1.625em;
  line-height: 1.15384615em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .s2 h2 {
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.s2 h2 .number {
  float: left;
  margin: -3px 11px 0 0;
  font-size: 2.63333333em;
  line-height: 1em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.s2 h2:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 172px;
  height: 1px;
  background: #b5b5b5;
}
@media screen and (min-width: 768px) {
  .s2 h2:after {
    margin: 20px auto 0;
  }
}
.s2 p {
  margin: 0 0 12px;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 768px) {
  .s2 p {
    margin: 0 0 24px;
  }
}
/* text block */
.b1 {
  margin: 0 0 15px;
  font-size: 1.07142857em;
  line-height: 1.46666667em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
}
.b1.add-class {
  font-size: 1.35714286em;
  line-height: 1.36842105em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .b1 {
    margin: 0;
    font-size: 1.35714286em;
    line-height: 1.36842105em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.b1 h2,
.b1 h3 {
  margin: 0 0 13px;
  font-size: 1.42105263em;
  line-height: 1.33333333em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1e357b;
}
.b1 p {
  margin: 0 0 13px;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 768px) {
  .b1 p {
    font-size: 16.5px;
    line-height: 1.5em;
  }
}
.b1 p + p {
  margin-top: 26px;
}
.b1 p a {
  color: #5592CE;
}
.b1 p a:hover {
  color: #1e357b !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b1 h4 {
    font-size: 1.1em;
    line-height: 1.5em;
  }
}
.b1 a.more {
  color: #1e357b !important;
}
.b1 ul {
  margin-left: 22px;
}
.b1 ul > li {
  text-indent: -22px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .b1 ul > li {
    font-size: 16.5px;
    line-height: 1.5em;
  }
}
.b1 ul.list-unstyled > li {
  text-indent: 0;
}
.b1 li a {
  color: #5592CE;
}
.b1 li a:hover {
  color: #1e357b !important;
  text-decoration: none;
}
.b1 p + h2,
.b1 p + h3 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .b1 p + h2,
  .b1 p + h3 {
    margin-top: 51px;
  }
}
.b1 .btn.btn-default.btn-lg {
  display: inline-block;
  margin: 15px 0 15px;
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 0.78947368em;
  line-height: 1.86666667em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  vertical-align: top;
  color: #fff;
  background: #5c9ad2;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .b1 .btn.btn-default.btn-lg {
    margin: 47px 0 61px;
    padding: 17px 40px 13px;
  }
}
.b1 .btn.btn-default.btn-lg:hover {
  background: #0D3579;
  background: #5186b9;
}
/* breadcrumbs */
.breadcrumb {
  margin: 0 -9999px 30px;
  border-radius: 0;
  padding: 13px 9999px 11px;
  font-size: 0.78571429em;
  line-height: 1.45454545em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  list-style: none;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 0.85714286em;
    line-height: 1.33333333em;
    font-weight: 300;
    font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
.breadcrumb li {
  margin: 0 5px 0 0;
  color: #17457c;
  list-style: none;
  position: relative;
  padding: 0 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .breadcrumb li {
    margin: 0 5px 0 2px;
  }
}
.breadcrumb li:before {
  content: "";
  width: 5px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
.breadcrumb li:first-child {
  padding: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  color: #17457c;
}
/* main heading */
.main-heading {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .main-heading {
    padding: 15px 0 0;
  }
}
.main-heading h1 {
  margin: 0 0 15px;
  font-size: 1.57142857em;
  line-height: 1.22727273em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1e357b;
}
@media screen and (min-width: 768px) {
  .main-heading h1 {
    margin: 0 0 20px;
    font-size: 3.5em;
    line-height: 1.10204082em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 768px) {
  .main-heading h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .main-heading.add-class h1 {
    margin: 0 0 30px;
    font-size: 3.5em;
    line-height: 1.20408163em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 768px) {
  .jcf-select.jcf-select-nav-select {
    display: none !important;
  }
}
/* sub navigation */
.sub-nav {
  padding: 0;
  display: none;
  margin: 0 0 15px;
  font-size: 1.35714286em;
  line-height: 1.15789474em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    font-size: 1.14285714em;
    line-height: 1.375em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 0 0 38px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .sub-nav {
    font-size: 1.35714286em;
    line-height: 1.15789474em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.sub-nav li {
  border-top: 1px solid #d4e0ea;
  padding: 7px 10px;
  margin: 0 0 5px;
  list-style: none;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .sub-nav li {
    display: inline-block;
    border-top: 0;
    padding: 7px 11px 0;
    border-left: 1px solid #d4e0ea;
  }
}
@media screen and (min-width: 992px) {
  .sub-nav li {
    padding: 7px 26px 0 11px;
  }
}
.sub-nav li a {
  display: inline;
  transition: none;
  border-bottom: 2px solid transparent;
  color: #6dabdb;
}
@media screen and (min-width: 768px) {
  .sub-nav li a {
    display: block;
  }
}
.sub-nav li a:hover,
.sub-nav li a:focus {
  text-decoration: none;
  border-bottom: 0;
  color: #1e357b !important;
}
.sub-nav li.active a:hover,
.sub-nav li.active a:focus {
  color: #1e357b !important;
  border-bottom: 2px solid #1e357b;
}
.sub-nav li.active a {
  border-bottom-color: #1e357b;
  color: #1e357b;
}
.sub-nav.add-nav {
  text-transform: uppercase;
  font-size: 0.85714286em;
  line-height: 1.83333333em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .sub-nav.add-nav {
    font-size: 0.85714286em;
    line-height: 1.83333333em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .sub-nav.add-nav {
    font-size: 0.85714286em;
    line-height: 1.83333333em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1220px) {
  .sub-nav.add-nav {
    float: right;
    margin: 0 -30px 15px 0;
  }
}
.b6 {
  margin: 0 0 15px;
  font-size: 1.14285714em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .b6 {
    font-size: 19px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .b6 {
    margin: 0 2px 35px;
    font-size: 1.92857143em;
    line-height: 1.33333333em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.b6 strong {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .b6 strong {
    font-size: 1em;
    line-height: 1.33333333em;
    font-weight: normal;
    font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
/* .content image */
.b5 {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .b5 {
    margin: 0 0 40px;
  }
}
.b5 img {
  display: block;
  width: 100%;
  height: auto;
}
.contextual-block-white h4 {
  margin: 0 0 9px;
  font-size: 0.6875em;
  line-height: 1.45454545em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4b4b49;
}
.contextual-block-white.withborder .read-more {
  margin: 0 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0.6875em;
  line-height: 1.09090909em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #1e357b;
  position: relative;
  padding: 0 0 0 16px;
}
.contextual-block-white.withborder .read-more:before {
  top: 50%;
  left: 0;
  position: absolute;
  content: "";
  margin: -6px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
/* info box */
.contextual-block-light-link,
.contextual-block-light-button {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 15px 15px;
  font-size: 1em;
  line-height: 1.57142857em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .contextual-block-light-link,
  .contextual-block-light-button {
    margin: 0 0 25px;
    padding: 20px 20px;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.contextual-block-light-link h4,
.contextual-block-light-button h4 {
  margin: 0 0 9px;
  font-size: 0.6875em;
  line-height: 1.45454545em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4b4b49;
}
.contextual-block-light-link h3,
.contextual-block-light-button h3 {
  margin: 0 0 19px;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.contextual-block-light-link h3 a,
.contextual-block-light-button h3 a {
  color: #1e357b;
}
.contextual-block-light-link h3 + p,
.contextual-block-light-button h3 + p {
  margin-top: -4px;
}
.contextual-block-light-link p,
.contextual-block-light-button p {
  margin: 0 0 12px;
  letter-spacing: -0.45px;
}
.contextual-block-light-link .image,
.contextual-block-light-button .image {
  position: relative;
}
.contextual-block-light-link .image img,
.contextual-block-light-button .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 18px;
}
.contextual-block-light-link .image .play,
.contextual-block-light-button .image .play {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 58px;
  height: 58px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -150px 0;
}
.contextual-block-light-link .btn-primary,
.contextual-block-light-button .btn-primary {
  display: table;
  margin: 20px auto 0;
  border: 0;
  float: none;
  color: #fff;
  min-width: 178px;
  padding: 16px 11px 13px;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 1.27272727em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 768px) {
  .contextual-block-light-link .btn-primary,
  .contextual-block-light-button .btn-primary {
    min-width: 178px;
    padding: 16px 11px 13px;
  }
}
@media screen and (min-width: 992px) {
  .contextual-block-light-link .btn-primary,
  .contextual-block-light-button .btn-primary {
    min-width: 190px;
    padding: 16px 15px 13px;
  }
}
.contextual-block-light-link .btn-primary:before,
.contextual-block-light-button .btn-primary:before {
  display: none;
}
.contextual-block-light-link.newsletter,
.contextual-block-light-button.newsletter {
  margin: -15px 0 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contextual-block-light-link.newsletter,
  .contextual-block-light-button.newsletter {
    margin: -25px 0 30px;
    padding: 23px 20px 20px 20px;
  }
}
.contextual-block-light-link.newsletter:before,
.contextual-block-light-button.newsletter:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #d9dada;
  left: 15px;
  right: 15px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .contextual-block-light-link.newsletter:before,
  .contextual-block-light-button.newsletter:before {
    left: 20px;
    right: 20px;
  }
}
.contextual-block-light-link.add-class .image,
.contextual-block-light-button.add-class .image {
  margin: 0 0 16px;
}
.contextual-block-light-link.add-class .btn-primary,
.contextual-block-light-button.add-class .btn-primary {
  margin: 28px auto 0;
}
.contextual-block-white .read-more,
.contextual-block-light-link .read-more,
.contextual-block-light-button .read-more {
  margin: 0 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0.6875em;
  line-height: 1.09090909em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #1e357b;
  position: relative;
  padding: 0 0 0 16px;
}
.contextual-block-white .read-more:before,
.contextual-block-light-link .read-more:before,
.contextual-block-light-button .read-more:before {
  top: 50%;
  left: 0;
  position: absolute;
  content: "";
  margin: -6px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
/* info box */
.s2 {
  margin: 0 0 15px;
  padding: 30px 20px 20px;
  font-size: 1em;
  line-height: 1.57142857em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  text-align: center;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .s2 {
    margin: 0;
    padding: 30px 10px;
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 992px) {
  .s2 {
    padding: 50px 10px;
  }
}
@media screen and (min-width: 1220px) {
  .s2 {
    padding: 93px 30px 61px;
  }
}
.s2 h2 {
  margin: 0 auto 17px;
  max-width: 272px;
  text-align: left;
  font-size: 1.625em;
  line-height: 1.15384615em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .s2 h2 {
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.s2 h2 .number {
  float: left;
  margin: -3px 11px 0 0;
  font-size: 2.63333333em;
  line-height: 1em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.s2 h2:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 172px;
  height: 1px;
  background: #b5b5b5;
}
@media screen and (min-width: 768px) {
  .s2 h2:after {
    margin: 20px auto 0;
  }
}
.s2 p {
  margin: 0 0 12px;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 768px) {
  .s2 p {
    margin: 0 0 24px;
  }
}
.s3a {
  overflow: hidden;
}
.s3a .image-frame {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .s3a .image-frame {
    width: 130px;
    height: 130px;
    margin: 3px 18px 0 0;
  }
}
.s3a .image-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.s3a .contact-info {
  overflow: hidden;
  font-size: 0.84210526em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.s3a .contact-info strong,
.s3a .contact-info span {
  display: block;
}
.s3a .contact-info h3 {
  margin: 2px 0 6px;
  color: #4b4b49;
  text-transform: capitalize;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal;
  font-family: 'Frutiger LT W01_65 Bold1475746', Helvetica, Arial, sans-serif;
}
.s3a .contact-info .location {
  color: #4b4b49;
  margin: 0 0 5px;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.s3a .contact-info .phone {
  margin: 0 0 5px;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.s3a .contact-info .phone a {
  color: #4b4b49;
  text-decoration: none;
}
.s3a .contact-info a {
  color: #17457c;
}
.s3a .contact-info a:hover {
  text-decoration: none;
}
/* governance-block */
.governance-block .b1 {
  border-bottom: 1px solid #d9dada;
  padding: 0 0 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .governance-block .b1 {
    padding: 0 0 29px;
  }
}
.governance-block .b1 p {
  margin: 0 0 11px;
}
.governance-block .b1 + .b1 {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .governance-block .b1 + .b1 {
    padding: 30px 0 23px;
  }
}
.governance-block .b5 {
  overflow: hidden;
}
.governance-block .b5 img {
  display: block;
  width: 100%;
  height: auto;
}
.governance-block .read-more,
.governance-block .video-link {
  font-size: 0.6875em;
  line-height: 1.18181818em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.4px;
  color: #1e357b;
  position: relative;
  padding: 0 0 0 16px;
}
.governance-block .read-more:before,
.governance-block .video-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
.blocks-holder {
  overflow: hidden;
  margin: 0 0 40px;
}
.s3c {
  overflow: hidden;
  padding: 15px 0;
  font-size: 1.14285714em;
  line-height: 1.5em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d9dada;
}
@media screen and (min-width: 768px) {
  .s3c {
    padding: 21px 0;
  }
}
.s3c .image-frame {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .s3c .image-frame {
    width: 130px;
    height: 130px;
    margin: 0 20px 0 0;
  }
}
.s3c .image-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.s3c .text-block {
  overflow: hidden;
}
.s3c h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.s3c .designation {
  display: block;
  margin: 0 0 6px;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.blocks {
  padding-top: 33px;
  padding-bottom: 10px;
}
.blocks .contextual-block-light-link {
  padding: 20px;
  font-size: 0.84210526em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.blocks .contextual-block-light-link h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0 0 18px;
}
.blocks .contextual-block-light-link h4 {
  font-size: 0.6875em;
  line-height: 1.18181818em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0 0 13px;
}
.blocks .contextual-block-light-link .image {
  position: relative;
}
.blocks .contextual-block-light-link .play {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 58px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -150px 0;
}
@media screen and (min-width: 768px) {
  .blocks .contextual-block-light-link .play {
    top: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .blocks .contextual-block-light-link .play {
    top: 20px;
    left: 20px;
  }
}
/* sponsoring-block */
.sponsoring-block {
  background: #e6e6e6;
  padding: 0 0px 15px;
  margin: 0 0 15px;
  font-size: 0.84210526em;
  line-height: 1.5em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .sponsoring-block {
    padding: 20px;
    margin: 0 0 30px;
  }
}
.sponsoring-block .image {
  position: relative;
  margin: 0 0px 10px;
}
@media screen and (min-width: 768px) {
  .sponsoring-block .image {
    margin: -20px -20px 16px;
  }
}
.sponsoring-block .image img {
  display: block;
  width: 100%;
  height: auto;
}
.sponsoring-block p {
  margin: 0 0 10px;
}
.sponsoring-block h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .sponsoring-block h3 {
    font-size: 1.6875em;
    line-height: 1.14814815em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.sponsoring-block .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sponsoring-block .title-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.sponsoring-block .title-frame {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sponsoring-block .read-more {
  font-size: 0.6875em;
  line-height: 1.09090909em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #1e357b;
  position: relative;
  padding: 0 0 0 16px;
}
.sponsoring-block .read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
/* posts-list */
.s7 {
  font-size: 1.35714286em;
  line-height: 1.42105263em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d9dada;
}
.s7 li {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #d9dada;
}
@media screen and (min-width: 768px) {
  .s7 li {
    padding: 31px 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .s7 li {
    padding-top: 28px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .s7 li:first-child {
    padding: 30px 0 27px;
  }
}
@media screen and (min-width: 768px) {
  .s7 li:first-child h2 {
    font-size: 1.42105263em;
    line-height: 1.14814815em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 7px 0 15px;
  }
}
.s7 li:first-child p {
  font-size: 19px;
  line-height: 24px;
}
.s7 p {
  margin: 0 0 15px;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif, Helvetica, Arial;
  font-size: 16px;
  line-height: 24px;
}
.s7 h2 {
  font-size: 1.05263158em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.s7 h2 a {
  color: #1e357b;
}
.s7 .date {
  display: block;
  margin: 0 0 5px;
  font-size: 0.63157895em;
  line-height: 1.16666667em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.newslist a.read-more,
.mirabaudnews-blocks a.read-more,
.download {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.09090909em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  line-height: 1.9em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1e357b;
  text-indent: -28px;
  margin-left: 28px;
  padding-left: 0;
}
.newslist a.read-more:before,
.mirabaudnews-blocks a.read-more:before,
.download:before {
  content: "";
  width: 19px;
  height: 21px;
  margin: -6px 11px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 -115px;
  position: static;
}
.newslist .download,
.mirmagnews .download,
.mirabaud-news-details .download {
  font-size: 14px;
}
.mirabaudnews-blocks a.read-more {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
}
.mirabaudnews-blocks a.read-more::before {
  margin-right: 6px;
}
.newslist a.download,
.mirabaudnews-blocks a.download {
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newslist a.read-more::before,
  .mirabaudnews-blocks a.read-more::before,
  .newslist a.youtube::before,
  .mirabaudnews-blocks a.youtube::before,
  .newslist a.download::before,
  .mirabaudnews-blocks a.download::before,
  .newslist a.external-link::before,
  .mirabaudnews-blocks a.external-link::before {
    background-size: 150px 250px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newslist a.download::before,
  .mirabaudnews-blocks a.download::before {
    background-position: -37px -61px;
  }
}
.newslist a.read-more::before,
.mirabaudnews-blocks a.read-more::before {
  background-position: -116px -250px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newslist a.read-more::before,
  .mirabaudnews-blocks a.read-more::before {
    background-position: -106px -61px;
  }
}
.newslist a.youtube::before,
.mirabaudnews-blocks a.youtube::before {
  background-position: -143px -251px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newslist a.youtube::before,
  .mirabaudnews-blocks a.youtube::before {
    background-position: -85px -62px;
  }
}
.newslist a.external-link::before,
.mirabaudnews-blocks a.external-link::before {
  background-position: -85px -250px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newslist a.external-link::before,
  .mirabaudnews-blocks a.external-link::before {
    background-position: -60px -62px;
  }
}
/* pagination */
.pagination {
  margin: 15px 0;
  font-size: 1.14285714em;
  line-height: 1.125em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: 38px 0 42px;
  }
}
.pagination .prev a,
.pagination .next a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 11px;
  height: 18px;
  margin: -2px 0 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 -145px;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  opacity: 0.9;
}
.pagination .next a {
  background-position: -15px -145px;
}
.pagination li a {
  color: #6dabdb;
  display: inline-block;
  vertical-align: middle;
}
.pagination li a:hover {
  color: #4b4b49;
  text-decoration: none;
}
.pagination li.active a,
.pagination li.extend a {
  color: #4b4b49;
  pointer-events: none;
}
.image_carousel .pagination {
  margin: 0;
  text-align: center;
}
.image_carousel .pagination a {
  background: #ffffff;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.image_carousel .pagination a span {
  display: none;
}
a.image_carousel .paginationhover,
a.image_carousel .paginationactive,
.image_carousel .pagination a.selected {
  background: #5F9BD0;
}
/* photo-gallery */
.photo-gallery {
  overflow: hidden;
  letter-spacing: -4px;
  margin: 18px 0 -10px -14px;
}
.photo-gallery li {
  padding: 0 0 10px 14px;
  display: inherit;
  float: left;
  width: 33.3333%;
}
@media screen and (min-width: 1220px) {
  .photo-gallery li {
    width: auto;
  }
}
.photo-gallery li:first-child {
  padding: 0 0 10px 14px;
}
.photo-gallery li img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1220px) {
  .photo-gallery li img {
    width: 100px;
  }
}
.photo-gallery a:hover {
  opacity: 0.9;
}
.caroufredsel_element {
  float: left;
  display: none;
}
.caroufredsel_element.el_0 {
  display: block;
}
.caroufredsel_wrapper .caroufredsel_element {
  display: block;
}
/* Carousel */
.carousel-bar {
  float: none;
  clear: both;
  margin: 0 0 15px;
  background: #e6e6e6;
  position: relative;
  /*
  .caroufredsel_wrapper {
    overflow: visible !important;
    margin: 0 !important;
    width: 100% !important;
  }*/
}
.carousel-bar:before,
.carousel-bar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.carousel-bar:after {
  clear: both;
}
.carousel-bar:before,
.carousel-bar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.carousel-bar:after {
  clear: both;
}
.carousel-bar:after {
  content: " ";
  display: block;
  clear: both;
}
.carousel-bar:after {
  content: " ";
  display: block;
  clear: both;
}
.carousel-bar:after {
  background: #fff;
  position: absolute;
  content: "";
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .carousel-bar {
    margin: -21px 0 15px;
  }
}
.carousel-bar .carousel-holder {
  padding: 15px 34px 0;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .carousel-bar .carousel-holder {
    padding: 11px 41px 0;
  }
}
.carousel-bar .caroufredsel_wrapper {
  overflow: visible !important;
}
.carousel-bar .carousel-frame {
  padding: 0 0 15px;
  overflow: hidden;
  position: relative;
  height: 105px;
}
.carousel-bar .carousel {
  width: 100% !important;
  white-space: nowrap;
  letter-spacing: -4px;
}
.carousel-bar #carousel {
  width: 100% !important;
  height: 110px !important;
}
@media screen and (min-width: 768px) {
  .carousel-bar #carousel {
    height: 90px !important;
  }
}
.carousel-bar #carousel li {
  padding: 0;
  letter-spacing: normal;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.carousel-bar #carousel li .image {
  display: none;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 11px 10px 0;
}
@media screen and (min-width: 768px) {
  .carousel-bar #carousel li .image {
    display: block;
  }
}
.carousel-bar #carousel li .title {
  display: block;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font: 300 14px/18px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .carousel-bar #carousel li .title {
    font: 300 12px/18px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1220px) {
  .carousel-bar #carousel li .title {
    font: 300 16px/20px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.carousel-bar #carousel a {
  display: block;
  color: #1e357b;
  padding: 10px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.carousel-bar #carousel a:hover {
  color: #fff;
  text-decoration: none;
  background: #0d3579;
}
.carousel-bar #carousel a:hover:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 15px #0d3579;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
.carousel-bar .prev,
.carousel-bar .next {
  position: absolute;
  border-radius: 50px;
  background: #5c9ad2;
  margin: -15px 0 0;
  width: 30px;
  height: 30px;
  top: 50%;
}
.carousel-bar .prev:after,
.carousel-bar .next:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 11px;
  height: 18px;
  margin: -9px 0 0 -7px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 -253px;
}
.carousel-bar .prev:hover,
.carousel-bar .next:hover {
  opacity: 0.9;
}
.carousel-bar .prev {
  left: 0;
}
.carousel-bar .next {
  right: 0;
}
.carousel-bar .next:after {
  margin: -9px 0 0 -4px;
  background-position: -37px -253px;
}
.carousel-bar #carousel li.active a {
  color: #fff;
  text-decoration: none;
  background: #0d3579;
}
.carousel-bar #carousel li.active a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 15px #0d3579;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
.meta {
  overflow: hidden;
  margin: -3px 0 7px;
}
.meta .date,
.meta .category {
  float: left;
  text-transform: capitalize;
  font-size: 0.85714286em;
  line-height: 1.16666667em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.meta .category {
  font-weight: 700;
  margin: 0 0 0 10px;
}
.newslist .meta {
  line-height: 1.2em;
}
.newslist .meta .date {
  float: none;
}
.list {
  margin: 20px 0 30px;
  font: 300 19px/26px 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.list li {
  padding: 0 0 11px 30px;
  position: relative;
}
.list li:before {
  background: #4b4b49;
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 8px;
}
/* articles */
.articles-holder {
  padding-bottom: 15px;
}
.articles-holder h2 {
  border-top: 1px solid #d9dada;
  font-size: 1.92857143em;
  line-height: 1.14814815em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .articles-holder h2 {
    padding: 43px 0 0;
    margin: 49px 0 15px;
  }
}
.articles .contextual-block-white {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .articles .contextual-block-white {
    padding: 15px;
  }
}
.articles .image {
  margin: 0 0 22px;
}
.articles .meta {
  margin: -3px 0 8px;
}
.articles .meta .date,
.articles .meta .category {
  font-size: 0.75em;
  line-height: 1.16666667em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.articles .meta .category {
  margin: 0 0 0 5px;
  font-weight: 700;
}
.articles h3 {
  text-transform: uppercase;
  font-size: 1.1875em;
  line-height: 1.42105263em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.articles h3 a {
  color: #1e357b;
}
/* .addthis_style */
.addthis_floating_style {
  border-radius: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.addthis_floating_style a {
  margin: 0 !important;
}
.addthis_floating_style a span {
  margin: 0 !important;
}
/* presence-blocks styles */
.presence-blocks .info-block {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  padding: 15px;
  margin: 0 0 15px;
  font-size: 1.14285714em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .presence-blocks .info-block {
    margin: 0 0 30px;
    padding: 20px;
  }
}
.presence-blocks .headings {
  overflow: hidden;
}
@media (min-width: 1220px) {
  .presence-blocks .col-md-12 .worldwide {
    padding: 20px 200px;
  }
  .presence-blocks .col-md-12 .worldwide h3 span {
    display: inline;
  }
  .presence-blocks .col-md-12 .worldwide h3 span.counter {
    margin-left: -22px;
  }
}
.presence-blocks .worldwide {
  border: 0;
  color: #fff;
  text-align: center;
  background: #5186b9;
}
.presence-blocks .worldwide .heading-area {
  background: none;
  padding: 35px 19px 0;
}
@media screen and (min-width: 768px) {
  .presence-blocks .worldwide .heading-area {
    padding: 20px 15px 0;
  }
}
.presence-blocks .worldwide p {
  font-size: 20px;
  line-height: 1.3em;
}
.presence-blocks .worldwide h3 {
  margin: 0;
  color: #fff;
  position: relative;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 1.875em;
  line-height: 1.13333333em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.presence-blocks .worldwide h3 span {
  display: inline;
  text-align: left;
}
@media screen and (min-width: 1220px) {
  .presence-blocks .worldwide h3 span {
    width: 67%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1220px) {
  .presence-blocks .worldwide h3 .counter {
    width: 30%;
    font-size: 2.63333333em;
    line-height: 1.12658228em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.presence-blocks .worldwide h3:after {
  width: 172px;
  margin: 0 0 0 -86px;
  position: absolute;
  background: #86abce;
  content: "";
  height: 1px;
  bottom: 0;
  left: 50%;
}
.presence-blocks .heading-area {
  overflow: hidden;
  background: #fff;
  padding: 14px 15px;
  margin: -15px -15px 0;
}
@media screen and (min-width: 768px) {
  .presence-blocks .heading-area {
    padding: 14px 19px;
    margin: -20px -20px 0;
  }
}
.presence-blocks h2 {
  color: #1e357b;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.22222222em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .presence-blocks h2 {
    font-size: 1.6875em;
    line-height: 1.14814815em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
  }
}
.presence-blocks h3 {
  color: #4b4b49;
  text-transform: uppercase;
  font-size: 0.6875em;
  line-height: 1.18181818em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0;
}
.presence-blocks .image {
  float: right;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.presence-blocks .image img {
  display: block;
  width: 100%;
  height: auto;
}
.presence-blocks p {
  margin: 20px 0 15px;
}
.presence-blocks .read-more {
  font-size: 0.6875em;
  line-height: 1.45454545em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1e357b;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 16px;
}
.presence-blocks .read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
/* Contact Info */
.contact-block address {
  background: #e6e6e6;
  padding: 15px;
  margin: 15px 0 0;
  font: 300 12px/18px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .contact-block address {
    margin: 5px 0 30px;
    padding: 20px;
    font: 300 16px/22px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.contact-block .heading {
  display: block;
  color: #1e357b;
  margin: 0 0 5px;
  text-transform: capitalize;
  font: 300 21px/22px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .contact-block .heading {
    font: 300 20px/22px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.contact-block .phone {
  display: block;
}
.contact-block .info-list {
  margin: 8px 0 0;
  text-transform: uppercase;
  font: 500 9px/11px 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .contact-block .info-list {
    font: 500 11px/13px 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  }
}
.contact-block .info-list li {
  margin: 12px 0 0;
}
.contact-block .info-list a {
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1e357b;
  padding: 0 0 0 22px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact-block .info-list a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .info-list a {
    padding: 0 0 0 28px;
  }
}
.contact-block .info-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  margin: -7px 0 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -53px -302px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -75px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .contact-block .info-list a:before {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: 0 -150px;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .info-list a:before {
    width: 18px;
    height: 14px;
    margin: -8px 0 0;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -95px -302px;
  }
}
.contact-block .info-list a.location:before {
  width: 12px;
  height: 18px;
  margin: -9px 0 0 2px;
  background-position: -55px -324px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -86px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .contact-block .info-list a.location:before {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: -2px -172px;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .info-list a.location:before {
    width: 14px;
    height: 22px;
    margin: -12px 0 0 3px;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -97px -329px;
  }
}
.contact-block .info-list a.print:before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  background-position: -53px -353px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -100px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .contact-block .info-list a.print:before {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: 0 -200px;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .info-list a.print:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -94px -364px;
  }
}
/* location map */
/* location map */
.map {
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 307px;
}
.map.ad-class {
  height: 390px;
}
.map .baloon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 31px;
  z-index: 9;
  background: url('../../fileadmin/templates/mirabaud/general/images/baloon.png') no-repeat;
}
@media screen and (min-width: 1220px) {
  .map {
    margin: 0 0 30px;
  }
}
.map img {
  display: block;
  width: 100%;
  height: auto;
}
.map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-holder {
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  font-size: 0.93333333em;
  line-height: 1.28571429em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .post-holder {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .post-holder.add-class {
    padding: 30px 0 58px;
  }
}
.post-holder.add-class:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .post-holder.add-class h2 {
    margin: 0 0 13px;
  }
}
.post-holder.add-class .text p {
  margin: 0 0 10px;
}
.post-holder:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #d9dada;
}
.post-holder:first-child {
  padding: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .post-holder:first-child {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .post-holder {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  }
}
.post-holder h2 {
  margin: 0 0 10px;
  font-size: 1.42105263em;
  line-height: 1.14814815em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .post-holder h2 {
    margin: 0 0 26px;
  }
}
@media screen and (max-width: 768px) {
  .post-holder h2 {
    font-size: 21px;
  }
}
.post-holder .contact-block {
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif, Helvetica, Arial;
}
.post-holder .contact-block address {
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .post-holder .contact-block address {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-holder .contact-block address {
    font-size: 16.5px;
    line-height: 1.4em;
  }
}
.post-block {
  overflow: hidden;
}
.post-block .image {
  float: left;
  margin: 2px 22px 0 0px;
}
.post-block .image img {
  display: block;
  width: 100%;
  height: auto;
}
.post-block .image.add-class {
  border-radius: 50%;
  margin: 0 28px 0 0;
}
.post-block .text {
  overflow: hidden;
}
.post-block .text p {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .post-block .text p {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .post-block .text p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.post-block .btn-primary {
  border: 0;
  width: 100%;
  padding: 21px 12px 18px;
  text-transform: uppercase;
  font-size: 0.85714286em;
  line-height: 1.33333333em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .post-block .btn-primary {
    min-width: 270px;
    width: auto;
    margin: 14px 0 0;
    padding: 23px 12px 18px;
    font-size: 0.78947368em;
    line-height: 1.13333333em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 992px) {
  .post-block .btn-primary {
    min-width: 310px;
  }
}
.jcf-select select {
  font-size: 50px !important;
}
/* filter-bar styles */
.filter-bar {
  overflow: hidden;
  padding: 0 0 33px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d9dada;
}
.filter-bar .jcf-select {
  margin: 0 0 0 -15px;
  height: 48px;
}
.filter-bar .jcf-select .jcf-select-text {
  color: #4b4b49;
  font-size: 1.35714286em;
  line-height: 2.52631579em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.filter-bar .pull-right {
  text-align: right;
}
.filter-bar .offices-list,
.filter-bar .btn-primary {
  display: inline-block;
  vertical-align: middle;
}
.filter-bar .offices-list {
  color: #1e357b;
  font-size: 1.42857143em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.filter-bar .btn-primary {
  border: 0;
  margin: 0 -15px 0 17px;
  min-width: 148px;
  padding: 12px 12px 10px;
  text-transform: uppercase;
  font-size: 0.64285714em;
  line-height: 1.22222222em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .filter-bar .btn-primary {
    min-width: 190px;
    padding: 18px 12px 13px;
    font-size: 0.78571429em;
    line-height: 1.18181818em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    letter-spacing: 1.4px;
  }
}
.filter-bar p .btn-primary {
  color: #fff;
  text-decoration: none;
  font-size: 0.785714em;
}
.filter-bar p .offices-list {
  text-decoration: none;
  font-size: 1.42857em;
}
.filter-bar .b1 {
  font-size: inherit;
}
/* popup styles */
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    width: 990px;
  }
}
.modal-body {
  padding: 20px 20px 0;
}
.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.modal-content .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .modal-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.modal-content [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .modal-content [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form {
    padding: 10px 0 0 11px;
  }
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .column {
    padding-left: 0;
    overflow: hidden;
  }
}
.modal-content .contact-form .jcf-select .jcf-select-text {
  color: #4b4b49;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .jcf-select .jcf-select-text {
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .jcf-select {
    margin: 0 0 24px;
    height: 46px;
  }
}
.modal-content .contact-form label {
  margin-bottom: 3px;
  color: #4b4b49;
  font-size: 1.07142857em;
  line-height: 1.13333333em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form label {
    float: left;
    width: 84px;
    margin: 15px 0 0;
    padding: 0 !important;
    font-size: 1.35714286em;
    line-height: 1.10526316em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
  }
}
.modal-content .contact-form .form-control {
  height: 39px;
  margin: 0 0 12px;
  padding: 11px 11px 9px;
  border-color: #dbdcdc;
  border-radius: 2px !important;
  font-size: 1.07142857em;
  line-height: 1.13333333em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .form-control {
    margin: 0 0 24px;
    height: 46px;
  }
}
.modal-content .contact-form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 139px;
  max-height: 139px;
  overflow: auto;
  resize: none;
  height: auto;
  margin: 2px 0 0;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form textarea {
    min-height: 190px;
    max-height: 190px;
  }
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form textarea.form-control {
    margin: 3px 0 30px;
  }
}
.modal-content .contact-form .btn-holder {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .btn-holder {
    background: none;
    padding: 24px 20px 31px 69px;
    margin: 0;
  }
}
.modal-content .contact-form .btn-primary {
  border: 0;
  width: 100%;
  padding: 23px 12px 17px;
  text-transform: uppercase;
  font-size: 0.92857143em;
  line-height: 1.15384615em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .btn-primary {
    width: auto;
    min-width: 190px;
    padding: 23px 12px 17px;
    font-size: 1.07142857em;
    line-height: 1.13333333em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1220px) {
  .modal-content .contact-form .btn-primary {
    min-width: 310px;
  }
}
.modal-content .contact-form [type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.modal-content .contact-form .fake-input,
.modal-content .contact-form label {
  display: inline-block;
  vertical-align: middle;
}
.modal-content .contact-form label {
  padding-right: 5px;
}
.modal-content .contact-form .fake-input {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 3px !important;
  border: 1px solid #d9dada;
  background: #fff;
  position: relative;
  margin-right: 12px;
}
.modal-content .contact-form [type="checkbox"] + .fake-input:before {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #d9dada;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  margin: -4px 0 0 -4px;
}
.modal-content .contact-form [type="checkbox"]:checked + .fake-input:before {
  opacity: 1;
}
.modal-content .contact-form .fake-label {
  overflow: hidden;
  display: block;
  text-align: left;
  font-size: 0.92857143em;
  line-height: 1.46153846em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.modal-content .contact-form .label {
  display: block;
  white-space: normal;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .label {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 0 82px;
  }
}
.modal-content .contact-form .txt-link {
  margin: 10px 0;
  color: #1e357b;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  font-size: 0.92857143em;
  line-height: 1.46153846em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.modal-content .contact-form .txt-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .modal-content .contact-form .txt-link {
    font-size: 1.35714286em;
    line-height: 1.10526316em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
    margin: 0 15px 0 0;
    float: right;
  }
}
.modal-content .google-map {
  margin: -21px -20px 0;
  position: relative;
  overflow: hidden;
  height: 591px;
}
.modal-content .google-map .baloon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 31px;
  z-index: 9;
  background: url('../../fileadmin/templates/mirabaud/general/images/baloon.png') no-repeat;
}
.modal-content .google-map.add-class {
  height: 541px;
}
@media screen and (min-width: 768px) {
  .modal-content .google-map.add-class {
    margin: 10px 10px 30px;
  }
}
.modal-content .google-map img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-content .info-block {
  padding: 15px 0;
  font-size: 1.14285714em;
  line-height: 1.5em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-content .info-block {
    padding: 11px 15px 15px;
  }
}
.modal-content .info-block h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .modal-content .info-block h2 {
    margin: 0 0 5px;
  }
}
.modal-content .info-block h3 {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 700;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  color: #4b4b49;
  margin: 0;
}
.modal-content .info-block p {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .modal-content .info-block p {
    margin: 0 0 26px;
  }
}
.modal-content .info-block address {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .modal-content .info-block address {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
    margin: 0 0 26px;
  }
}
.modal-content .info-block address .phone {
  display: block;
}
.modal-content .info-block .btn-primary {
  border: 0;
  width: 100%;
  padding: 23px 12px 17px;
  text-transform: uppercase;
  font-size: 0.92857143em;
  line-height: 1.15384615em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .modal-content .info-block .btn-primary {
    min-width: 190px;
    width: auto;
    font-size: 0.92857143em;
    line-height: 1.15384615em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1220px) {
  .modal-content .info-block .btn-primary {
    min-width: 309px;
    margin: 13px 0 0;
  }
}
.tooltip-box {
  background: #fff;
  padding: 10px 0px 10px 15px;
  width: 300px;
  z-index: 999;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .tooltip-box {
    width: 326px;
    margin: 0;
  }
}
.tooltip-box .btn-close {
  top: 10px;
  right: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -37px 100%;
}
.tooltip-box address {
  margin: 0 0 15px;
  font: 300 16px/24px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.tooltip-box address .heading {
  display: block;
  color: #1e357b;
  text-transform: capitalize;
  font: 300 20px/26px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.tooltip-box .maps-link {
  position: relative;
  padding: 0 0 0 23px;
  display: inline-block;
  vertical-align: top;
  font: 300 14px/16px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1e357b;
}
.tooltip-box .maps-link:before {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -58px 100%;
  width: 16px;
  height: 14px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.popup-active .tooltip-box {
  display: block;
}
.modal-header {
  padding: 0;
  overflow: hidden;
  background: #e6e6e6;
  border-bottom: 1px solid #cecece;
}
.modal-header div[class^="col"]:first-child {
  padding: 0;
  background: #fff;
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .modal-header div[class^="col"]:first-child {
    background: none;
  }
}
.modal-header div[class^="col"] {
  padding: 22px 15px 18px 8px;
}
@media screen and (min-width: 768px) {
  .modal-header {
    padding: 30px;
    border: 0;
  }
}
.modal-header .close {
  opacity: 1;
  position: absolute;
  top: -43px;
  right: 13px;
  width: 19px;
  height: 22px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 100%;
}
@media screen and (min-width: 768px) {
  .modal-header .close {
    top: 1px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .modal-header .close {
    position: static;
    margin: 10px;
  }
}
.modal-header .close:hover {
  opacity: 0.9;
}
.modal-header .nav-tabs {
  border: 0;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.64285714em;
  line-height: 1.22222222em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs {
    font-size: 0.78571429em;
    line-height: 1.18181818em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    max-width: 100%;
  }
}
.modal-header .nav-tabs li {
  margin: 0;
}
.modal-header .nav-tabs li.active a {
  border: 0;
  color: #fff;
  margin: 0;
  background: #0d3579;
}
.modal-header .nav-tabs li.active a:hover,
.modal-header .nav-tabs li.active a:focus {
  border: 0;
  color: #fff;
  background: #0d3579;
}
.modal-header .nav-tabs li.active a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -7px;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #0d3579 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li.active a:after {
    border-width: 15px 15px 0 15px;
    margin: 0 0 0 -15px;
  }
}
.modal-header .nav-tabs li.active a .icon {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat;
}
.modal-header .nav-tabs li.active a .icon.ico-email {
  background-position: -67px -150px;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li.active a .icon.ico-email {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -135px -302px;
  }
}
.modal-header .nav-tabs li.active a .icon.ico-baloon {
  background-position: -69px -172px;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li.active a .icon.ico-baloon {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -138px -344px;
  }
}
.modal-header .nav-tabs li.active a .icon.ico-print {
  background-position: -67px -200px;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li.active a .icon.ico-print {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -134px -400px;
  }
}
.modal-header .nav-tabs li a {
  border: 0;
  margin: 0;
  border-radius: 0;
  width: 65px;
  height: 65px;
  padding: 38px 10px 10px;
  position: relative;
  line-height: normal;
  color: #1e357b;
  background: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a {
    width: 90px;
    height: 90px;
    padding: 64px 10px 10px;
  }
}
.modal-header .nav-tabs li a:hover {
  color: #fff;
  background: #0d3579;
}
.modal-header .nav-tabs li a:hover:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -7px;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #0d3579 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a:hover:after {
    border-width: 15px 15px 0 15px;
    margin: 0 0 0 -15px;
  }
}
.modal-header .nav-tabs li a:hover .icon {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat;
}
.modal-header .nav-tabs li a:hover .icon.ico-email {
  background-position: -67px -150px;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a:hover .icon.ico-email {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -135px -302px;
  }
}
.modal-header .nav-tabs li a:hover .icon.ico-baloon {
  background-position: -69px -172px;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a:hover .icon.ico-baloon {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -138px -344px;
  }
}
.modal-header .nav-tabs li a:hover .icon.ico-print {
  background-position: -67px -200px;
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a:hover .icon.ico-print {
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -134px -400px;
  }
}
.modal-header .nav-tabs li a .icon {
  top: 20px;
  left: 50%;
  position: absolute;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat;
}
.modal-header .nav-tabs li a .icon.ico-email {
  top: 24px;
  width: 16px;
  height: 12px;
  margin: 0 0 0 -8px;
  background-position: -53px -302px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -75px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .modal-header .nav-tabs li a .icon.ico-email {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: 0 -150px;
  }
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a .icon.ico-email {
    width: 29px;
    height: 23px;
    margin: 0 0 0 -15px;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -1px -302px;
  }
}
.modal-header .nav-tabs li a .icon.ico-baloon {
  width: 12px;
  height: 18px;
  margin: 0 0 0 -6px;
  background-position: -55px -324px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -86px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .modal-header .nav-tabs li a .icon.ico-baloon {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: -2px -172px;
  }
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a .icon.ico-baloon {
    width: 22px;
    height: 34px;
    margin: 0 0 0 -11px;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -4px -344px;
  }
}
.modal-header .nav-tabs li a .icon.ico-print {
  width: 16px;
  height: 16px;
  margin: 0 0 0 -8px;
  background-position: -53px -353px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -100px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .modal-header .nav-tabs li a .icon.ico-print {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: 0 -200px;
  }
}
@media screen and (min-width: 768px) {
  .modal-header .nav-tabs li a .icon.ico-print {
    width: 31px;
    height: 31px;
    margin: 0 0 0 -16px;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 -400px;
  }
}
.modal-title {
  margin: 0;
  color: #1e357b;
  text-transform: uppercase;
  font-size: 1.21428571em;
  line-height: 1.23529412em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-title {
    font-size: 1.92857143em;
    line-height: 1.14814815em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: -21px 0 0 -22px;
  }
}
.modal-title span {
  display: block;
  color: #4b4b49;
  margin: 0 0 5px;
  font-size: 0.52941176em;
  line-height: 1.22222222em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-title span {
    font-size: 0.40740741em;
    line-height: 1.18181818em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 0 0 7px;
  }
}
.fixed-bigimage {
  margin-left: -100%;
  margin-right: -100%;
}
.fixed-bigimage.hero {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fixed-bigimage {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.fixed-bigimage .img-stretch {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.fixed-bigimage .btn-default {
  border: 0;
  min-width: 148px;
  padding: 12px 12px 11px;
  text-transform: uppercase;
  font-size: 0.57142857em;
  line-height: 1.375em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  left: 15%;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .fixed-bigimage .btn-default {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-bigimage .btn-default {
    min-width: 190px;
    padding: 12px 15px 12px;
    font-size: 0.6875em;
    line-height: 1.63636364em;
    font-weight: 500;
    font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-bigimage .btn-default {
    bottom: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .fixed-bigimage .btn-default {
    left: 25%;
    right: 25%;
  }
}
/* widgets styles */
.widgets {
  overflow: hidden;
  background: #e6e6e6;
  margin: 0 0 15px;
  padding: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .widgets {
    padding: 11px 0 19px;
  }
}
.widget h2 {
  background: #fff;
  color: #4b4b49;
  font-size: 1.14285714em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  padding: 12px 6px 9px;
  margin: 0 9px -6px;
}
@media screen and (min-width: 768px) {
  .widget h2 {
    font-size: 1.42857143em;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    padding: 15px 9px 13px;
    margin: 0 11px -2px;
  }
}
.widget address {
  background: #e6e6e6;
  padding: 0 16px;
  background: none;
  margin: -8px 0 20px;
  font: 300 16.5px/24px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .widget address {
    margin: 0 0 27px;
    padding: 0 5px 0 20px;
    font: 300 16px/24px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.widget .phone {
  display: block;
}
.widget .info-list {
  margin: 12px 0 0;
  text-transform: uppercase;
  font: 500 9px/13px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .widget .info-list {
    font: 500 11px/13px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 0 0 -13px 2px;
  }
}
.widget .info-list li {
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .widget .info-list li {
    margin: 19px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .widget .info-list li:first-child {
    margin: 18px 0 0;
  }
}
.widget .info-list a {
  color: #1e357b;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 0 0 23px;
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .widget .info-list a {
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .widget .info-list a {
    font-size: 13px;
    line-height: 18px;
  }
}
.widget .info-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  margin: -7px 0 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -53px -302px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -75px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .widget .info-list a:before {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: 0 -150px;
  }
}
@media screen and (min-width: 768px) {
  .widget .info-list a:before {
    width: 18px;
    height: 14px;
    margin: -8px 0 0;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -95px -302px;
  }
}
.widget .info-list a.location:before {
  width: 12px;
  height: 18px;
  margin: -9px 0 0 2px;
  background-position: -55px -324px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -1px -86px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .widget .info-list a.location:before {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: -2px -172px;
  }
}
@media screen and (min-width: 768px) {
  .widget .info-list a.location:before {
    width: 14px;
    height: 22px;
    margin: -12px 0 0 3px;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -97px -329px;
  }
}
.widget .info-list a.print:before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  background-position: -53px -353px;
  background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -100px;
}
@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .widget .info-list a.print:before {
    background-size: 150px 250px;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/sprite.png');
    background-position: 0 -200px;
  }
}
@media screen and (min-width: 768px) {
  .widget .info-list a.print:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat -94px -364px;
  }
}
/* articles-block styles */
.content {
  overflow: hidden;
}
.content .b5 {
  margin: -2px 0 13px;
}
@media screen and (min-width: 768px) {
  .content .b5 {
    margin: -2px 0 38px;
  }
}
.content .b1 {
  margin: 0 0 17px;
  letter-spacing: 2px;
  font-size: 1em;
  line-height: 1.28571429em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .content .b1 {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  }
}
.content .b1 h2 {
  margin: 0 0 2px;
  letter-spacing: normal;
  font-size: 1.85714286em;
  line-height: 1.15384615em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .content .b1 h2 {
    font-size: 1.42105263em;
    line-height: 1.14814815em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 0 0 11px;
  }
}
.content .b1 h2 a {
  color: #1e357b;
}
.content .b1 h3 {
  color: #4b4b49;
  margin: 0 0 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 1.28571429em;
  line-height: 0.61111111em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .content .b1 h3 {
    font-size: 1.15789474em;
    line-height: 0.59090909em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    margin: 0 0 17px;
  }
}
.content .b1 p {
  margin: 0 0 9px;
  letter-spacing: 0.05px;
}
@media screen and (min-width: 768px) {
  .content .b1 p {
    margin: 0 0 21px;
  }
}
.content .b1 p + p {
  margin-top: 26px;
}
.content .b1 p a {
  text-decoration: underline;
  color: #1e357b;
}
.content .b1 p a:hover {
  text-decoration: none;
}
.content .b1 .read-more {
  font: 500 14px/11px 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #1e357b;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 8px;
}
@media screen and (min-width: 768px) {
  .content .b1 .read-more {
    letter-spacing: 1.25px;
    padding: 0 0 0 16px;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .content .b1 .read-more {
    margin: 8px 0;
    padding: 0 0 0 13px;
  }
}
.content .b1 .read-more:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
@media screen and (min-width: 768px) {
  .content .b1 .read-more:before {
    top: 0;
  }
}
.content .btn-primary {
  border: 0;
  width: 100%;
  margin: -3px 0 15px;
  border-radius: 0;
  padding: 21px 20px 19px;
  font-size: 0.85714286em;
  line-height: 1.16666667em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background: #5c9ad2;
  box-shadow: none;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .content .btn-primary {
    width: auto;
    min-width: 310px;
    margin: 31px 0 79px;
    padding: 23px 20px 20px;
    font-size: 1.07142857em;
    line-height: 1.13333333em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.content .btn-primary:hover {
  background: #0D3579;
  background: #5186b9;
}
.content .articles-block {
  border-top: 1px solid #f2f3f3;
  padding: 18px 0 0;
  margin: 21px 0 0;
}
@media screen and (min-width: 768px) {
  .content .articles-block {
    margin: 41px 0 0;
  }
}
.content article.b1 {
  padding: 0 0 9px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .content article.b1 {
    padding: 33px 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .content article.b1:first-child {
    padding: 15px 0 17px;
  }
}
.mobile-menu {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.map-area .marker {
  display: block !important;
  background: url('../../fileadmin/templates/mirabaud/general/images/baloon.png') no-repeat;
  width: 19px;
  height: 31px;
}
figcaption.csc-textpic-caption {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 0.76em;
  color: #AAA;
}
@media screen and (max-width: 991px) {
  .fixed-bigimage,
  .standard-bigimage {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fixed-bigimage h1,
  .standard-bigimage h1 {
    height: 200px;
    line-height: 200px;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fixed-bigimage h1 span,
  .standard-bigimage h1 span {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  html[lang="de"] .media-text.info-block h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html[lang="de"] .media-text.info-block h2 {
    font-size: 1.2em;
  }
}
.parallax-block {
  background-size: cover;
  background-attachment: fixed;
}
.parallax-block .img-stretch {
  background: none !important;
}
.parallax-block .section.white {
  background: white;
}
.parallax-block .hero .image {
  min-height: 335px;
}
.parallax-block .home-block {
  margin-top: -30px;
}
@media (max-width: 768px) {
  .parallax-block {
    background-attachment: initial;
  }
  .parallax-block .home-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .parallax-block .section.white {
    padding-bottom: 1px !important;
  }
  .section.gray {
    padding-top: 15px;
  }
}
.block-image-overlap h3 {
  margin-bottom: 20px;
}
.block-image-overlap h3::after {
  margin: 0;
}
@media (max-width: 768px) {
  .block-image-overlap h3 {
    margin-bottom: 0px;
  }
}
.block-image-overlap .text {
  background: white;
  margin-top: -50px;
  margin-left: 35px;
  margin-right: 35px;
  padding: 25px;
  margin-bottom: 20px;
}
.block-image-overlap .btn-primary {
  position: absolute;
  bottom: 0;
  right: auto;
}
@media (min-width: 768px) {
  .block-image-overlap .btn-primary {
    left: 50%;
    margin-left: -95px;
    width: 190px;
  }
}
.caroufredsel_element {
  float: left;
  display: none;
}
.caroufredsel_element.el_0 {
  display: block;
}
.caroufredsel_wrapper .caroufredsel_element {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_carousel .caroufredsel_element h3 {
    font-size: 16px;
  }
}
.image_carousel {
  position: relative;
}
.image_carousel.youtube_carousel span.play {
  top: 10%;
  left: 7%;
}
.image_carousel.youtube_carousel .controls {
  top: 208px;
}
.image_carousel.youtube_carousel .controls,
.image_carousel.youtube_carousel .controls .wrapper {
  height: 1px;
}
@media (min-width: 992px) and (max-width: 1220px) {
  .image_carousel.youtube_carousel .controls {
    top: 188px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_carousel.youtube_carousel .controls {
    top: 173px;
  }
}
@media (max-width: 768px) {
  .image_carousel.youtube_carousel .controls {
    display: none;
  }
}
.image_carousel.youtube_carousel .caroufredsel_element .cboxElement.youtube {
  display: block;
}
.image_carousel .controls {
  position: absolute;
  top: 205px;
  margin-top: -23px;
  left: 40px;
  right: 40px;
  height: 30px;
}
.image_carousel .controls.offices {
  top: 150px;
}
@media (min-width: 992px) and (max-width: 1220px) {
  .image_carousel .controls {
    top: 185px;
  }
  .image_carousel .controls.offices {
    top: 150px;
  }
}
@media (max-width: 991px) {
  .image_carousel .controls {
    margin-top: -12px;
  }
}
@media (max-width: 768px) {
  .image_carousel .controls {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_carousel .controls {
    top: 177px;
    left: 25px;
    right: 25px;
  }
  .image_carousel .controls.offices {
    top: 150px;
  }
}
.image_carousel .controls .wrapper {
  position: relative;
  width: 100%;
  height: 20px;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.image_carousel .controls span {
  display: none;
}
.image_carousel .controls a {
  display: none;
  position: absolute;
  background-image: url('/typo3conf/ext/custom_config/Resources/Public/Images/imageCarouselControls.png');
  top: 0;
  width: 15px;
  height: 46px;
}
@media (max-width: 991px) {
  .image_carousel .controls a {
    width: 7px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .image_carousel .controls a {
    width: 15px;
    height: 46px;
  }
}
@media (max-width: 480px) {
  .image_carousel .controls a {
    width: 15px;
    height: 46px;
  }
}
@media (min-width: 1220px) {
  .image_carousel .controls a {
    width: 15px;
    height: 46px;
  }
}
.image_carousel .controls a.prev {
  left: 10px;
  background-position: 0 0;
}
@media (max-width: 991px) and (min-width: 767px) {
  .image_carousel .controls a.prev {
    background-position: 0 -46px;
  }
}
.image_carousel .controls .next {
  right: 10px;
  background-position: -45px 0;
}
@media (max-width: 991px) and (min-width: 767px) {
  .image_carousel .controls .next {
    background-position: -7px -46px;
  }
}
.image_carousel:hover .controls .wrapper {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.image_carousel.youtube_carousel:hover .controls .wrapper {
  visibility: hidden;
  opacity: 0;
}
/* accordion */
.ac6,
.ac7 {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .ac6,
  .ac7 {
    margin: 0 0 30px;
  }
}
.ac6 .b1,
.ac7 .b1 {
  padding: 15px 0;
  font-size: 1.07142857em;
  line-height: 1.46666667em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .ac6 .b1,
  .ac7 .b1 {
    font-size: 1.26666667em;
    line-height: 1.42105263em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
    padding: 31px 0;
  }
}
.ac6 .b1 h2,
.ac7 .b1 h2 {
  margin: 0;
  font: 300 16px/22px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1e357b;
}
@media screen and (min-width: 768px) {
  .ac6 .b1 h2,
  .ac7 .b1 h2 {
    font: 300 27px/31px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.ac6 .b1 p,
.ac7 .b1 p {
  margin: 10px 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .ac6 .b1 p,
  .ac7 .b1 p {
    margin: 28px 0 9px;
  }
}
.ac6 .b1 p + p,
.ac7 .b1 p + p {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .ac6 .b1 p + p,
  .ac7 .b1 p + p {
    margin: 19px 0 34px;
  }
}
.ac6 .b1 p a:hover,
.ac7 .b1 p a:hover {
  text-decoration: none;
}
.ac6.panel-group,
.ac7.panel-group {
  border-bottom: 1px solid #d9dada;
}
.ac6.panel-group .panel,
.ac7.panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #d9dada;
}
.ac6.panel-group .collapse,
.ac7.panel-group .collapse {
  display: none;
}
.ac6.panel-group .collapse.in,
.ac7.panel-group .collapse.in {
  display: block;
}
.ac6 .panel-title a,
.ac7 .panel-title a {
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .ac6 .panel-title a,
  .ac7 .panel-title a {
    padding: 0 0 0 21px;
  }
}
.ac6 .panel-title a:before,
.ac7 .panel-title a:before {
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #5c9ad2 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .ac6 .panel-title a:before,
  .ac7 .panel-title a:before {
    border-width: 12px 6px 0 6px;
    top: 8px;
  }
}
.ac6 .panel-title a.collapsed:before,
.ac7 .panel-title a.collapsed:before {
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #5c9ad2;
}
@media screen and (min-width: 768px) {
  .ac6 .panel-title a.collapsed:before,
  .ac7 .panel-title a.collapsed:before {
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #5c9ad2;
  }
}
.accordion-frame .heading-bar {
  overflow: hidden;
  padding: 0 0 31px;
}
.accordion-frame .image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 29px 0 0;
}
.accordion-frame .image img {
  display: block;
  width: 100%;
  height: auto;
}
.accordion-frame .image,
.accordion-frame h1 {
  display: inline-block;
  vertical-align: middle;
}
.accordion-frame h1 {
  margin: 0;
  text-transform: uppercase;
  color: #1e357b;
  font-size: 2.2em;
  line-height: 1.3030303em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .accordion-frame h1 {
    font-size: 3.26666667em;
    line-height: 1.20408163em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.ac7 .image {
  float: left;
  border-radius: 50%;
  margin: 28px 28px 0 0;
}
.ac7 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.ac7 .text {
  overflow: hidden;
  font-size: 0.93333333em;
  line-height: 1.28571429em;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .ac7 .text {
    font-size: 1.07142857em;
    line-height: 1.26666667em;
    font-weight: 300;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  }
}
.ac7 .b1 p {
  letter-spacing: normal;
}
.ac7 .b1 h2 {
  font: 300 26px/30px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.ac7 .b1 p .btn-primary {
  color: #fff;
  text-decoration: none !important;
}
.ac7 .btn-primary,
.ac7 p .btn-primary {
  border: 0;
  width: 100%;
  padding: 21px 12px 18px;
  text-transform: uppercase;
  font-size: 0.85714286em;
  line-height: 1.33333333em;
  font-weight: 500;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .ac7 .btn-primary,
  .ac7 p .btn-primary {
    min-width: 270px;
    width: auto;
    padding: 23px 12px 18px;
    font-size: 0.78947368em;
    line-height: 1.13333333em;
    font-weight: 500;
    font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 992px) {
  .ac7 .btn-primary,
  .ac7 p .btn-primary {
    min-width: 310px;
  }
}
.ac8 {
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .ac8 {
    margin: 0;
  }
}
.ac8 h3 {
  margin: 0;
  font: 300 16px/20px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  color: #1e357b;
}
@media screen and (min-width: 768px) {
  .ac8 h3 {
    font: 300 20px/26px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
}
.ac8.panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0 15px;
  border-top: 1px solid #d9dada;
}
.ac8.panel-group .panel:first-child {
  border: 0;
}
@media screen and (min-width: 992px) {
  .ac8.panel-group .panel {
    padding: 0 19px 13px;
  }
}
.ac8.panel-group .collapse {
  display: none;
}
.ac8.panel-group .collapse.in {
  display: block;
}
.ac8 .panel-title {
  padding: 18px 0 13px;
}
@media screen and (min-width: 768px) {
  .ac8 .panel-title {
    padding: 20px 0 17px;
    margin: 0 0 -13px;
  }
}
@media screen and (max-width: 768px) {
  .ac8 .panel-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.ac8 .panel-title a {
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .ac8 .panel-title a {
    padding: 0 0 0 21px;
  }
}
.ac8 .panel-title a:before {
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #5c9ad2 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .ac8 .panel-title a:before {
    border-width: 12px 6px 0 6px;
    top: 8px;
  }
}
.ac8 .panel-title a.collapsed:before {
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #5c9ad2;
}
@media screen and (min-width: 768px) {
  .ac8 .panel-title a.collapsed:before {
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #5c9ad2;
  }
}
/* articles-block styles */
.articles-block {
  overflow: hidden;
}
/*
 * Sticky footer
 */
/* footer styles */
#cw_footer {
  position: relative;
  right: 0;
  transition: right 0.25s linear 0s;
}
.nav-active #cw_footer {
  right: 260px;
}
@media screen and (min-width: 992px) {
  #cw_footer {
    right: 0 !important;
  }
}
#cw_footer:after {
  content: "";
  position: absolute;
  top: 0;
  right: -260px;
  width: 260px;
  height: 1000px;
  background: #0d3579;
}
@media screen and (min-width: 768px) {
  #cw_footer:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #footer:after {
    right: 0;
    transition: right 0.25s linear 0s;
  }
}
@media screen and (min-width: 768px) {
  .nav-active #footer:after {
    right: 0;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  #footer {
    margin: 0;
    padding: 0 0 69px;
    background: #e6e6e6;
  }
}
@media screen and (min-width: 768px) {
  #footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: -260px;
    width: 260px;
    height: 1000px;
    background: #0d3579;
  }
}
@media screen and (min-width: 992px) {
  #footer:after {
    display: none;
  }
}
#footer > .container > .row {
  background: #e6e6e6;
}
#footer > .container > .row:first-child {
  border-top: 11px solid #e6e6e6;
}
#footer > .container > .row:last-child {
  border-bottom: 10px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  #footer > .container > .row {
    border: 0 !important;
    background: none;
  }
}
#footer h4 {
  margin: 0;
  padding: 16px 20px 15px 0;
  border-top: 1px solid #d4e0ea;
  font-size: 0.85714286em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #footer h4 {
    margin: 0 0 22px;
    border: 0;
    padding: 0;
    font: 700 14px/18px 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    letter-spacing: -0.4px;
    text-transform: capitalize;
  }
}
#footer h4 br {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media screen and (min-width: 768px) {
  #footer h4 br {
    position: static;
    top: auto;
    left: auto;
  }
}
#footer h4 a {
  color: #1e357b;
}
#footer .logo {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #footer .logo {
    margin: 40px 0;
  }
  #footer .logo img {
    width: 100%;
    height: auto;
  }
}
#footer .navbar-brand {
  width: 19px;
  height: 17px;
  position: relative;
  display: block;
  margin: 5px 0 0;
}
@media screen and (min-width: 768px) {
  #footer .navbar-brand {
    width: 170px;
    height: 22px;
    margin: 0;
  }
}
#footer .navbar-brand:hover {
  opacity: 0.9;
}
#footer .glyphicon-home {
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .glyphicon-home:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #0d3579;
}
#footer .languages {
  margin: 0 0 0 -5px;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
}
#footer .languages li {
  float: left;
  padding: 0;
  letter-spacing: normal;
  margin: 0 0 10px 6px;
}
#footer .languages a {
  display: block;
  padding: 0 2px;
  min-width: 24px;
  color: #4F5A8C;
  font-size: 1em;
  line-height: 1.71428571em;
  font-weight: 400;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #footer .languages a {
    color: #1e357b;
    background: #d4e0ea;
  }
}
#footer .languages a:hover {
  color: #fff;
  text-decoration: none;
  background: #5D99D2;
}
@media screen and (min-width: 768px) {
  #footer .languages a:hover {
    color: #fff;
    background: #1e357b;
  }
}
#footer .languages .active a {
  color: #fff;
  background: #5D99D2;
}
@media screen and (min-width: 768px) {
  #footer .languages .active a {
    color: #fff;
    background: #1e357b;
  }
}
#footer .f-nav {
  margin: 0 0 6px;
  padding: 7px 0 0;
  text-transform: uppercase;
  border-top: 1px solid #d4e0ea;
}
@media screen and (min-width: 768px) {
  #footer .f-nav {
    border: 0;
    padding: 24px 0 0;
    text-transform: none;
  }
}
#footer .f-nav li {
  padding: 4px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #footer .f-nav li {
    display: inline;
    padding: 0;
  }
  #footer .f-nav li + li {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 992px) {
  #footer .f-nav li + li {
    padding: 0 0 0 36px;
  }
}
#footer .f-nav a {
  font-size: 0.85714286em;
  line-height: 1.25em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #1e357b;
}
@media screen and (min-width: 768px) {
  #footer .f-nav a {
    font-size: 1em;
    line-height: 1.21428571em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    font: 14px/17px 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    letter-spacing: -0.4px;
  }
}
@media screen and (min-width: 768px) {
  #footer .row > nav:first-child {
    overflow: hidden;
  }
  #footer .row > nav:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    height: 1px;
    background: #d3d5dd;
  }
  #footer .row > nav:first-child + nav {
    overflow: hidden;
  }
}
#footer .social-networks {
  padding: 40px 0 0;
}
#footer .social-networks li {
  float: left;
  padding: 0 0 0 6px;
}
#footer .social-networks a {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat;
}
#footer .social-networks a.linkedin {
  background-position: 0 0;
}
#footer .social-networks a.youtube {
  background-position: -40px 0;
}
#footer .social-networks a.twitter {
  background-position: -80px 0;
}
#footer .social-networks a:hover {
  opacity: 0.8;
}
#cw_footer.container {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #cw_footer.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* footer block */
.footer-block {
  overflow: hidden;
}
.footer-block .opener {
  width: 15px;
  height: 9px;
  position: absolute;
  background: none;
  padding: 0;
  top: 19px;
  right: 15px;
  border: 0;
  outline: none;
}
.footer-block .opener:before,
.footer-block .opener:after {
  position: absolute;
  background: #1e357b;
  content: "";
  width: 2px;
  top: 0;
  bottom: 0;
}
.footer-block .opener:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  left: 3px;
}
.footer-block .opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  right: 4px;
}
.footer-block.open .dropdown-menu {
  position: static;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  width: 100%;
  margin: -5px 0 10px;
}
.footer-block.open .dropdown-menu li {
  padding: 5px 0;
}
.footer-block.open .dropdown-menu a {
  font: 300 13px/15px 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  color: #1e357b;
}
.footer-block.open .opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
.footer-block.open .opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
@media screen and (min-width: 768px) {
  .footer-block .dropdown-menu {
    position: static!important;
    display: block!important;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 14px;
    border: 0;
    float: none;
    min-width: inherit;
  }
  .footer-block .dropdown-menu li {
    padding: 0;
  }
  .footer-block .dropdown-menu li + li {
    padding: 17px 0 0;
  }
  .footer-block .dropdown-menu a {
    color: #1e357b;
    font: 14px/17px 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    letter-spacing: -0.45px;
  }
}
* {
  max-height: 1000000px;
  font-size: 100.01%;
}
html {
  font-size: 87.5%;
}
html,
body {
  height: 100%;
}
body {
  font-size: 1em;
  min-width: 320px;
  background: #fff !important;
  font-weight: 300;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  filter: none !important;
}
input[type=email],
input[type=tel],
input[type=search],
input[type=text],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
input:focus {
  border-color: #ccc;
}
a {
  outline: none;
}
a:focus,
a:hover {
  outline: none;
}
/* placeholder input styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AAA;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAA;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAA;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AAA;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: "Frutiger LT W01_55 Roma1475738";
  src: url('../../fileadmin/templates/mirabaud/general/fonts/fe232554-5489-4874-bb45-bd966c8c5932.eot?#iefix');
  src: url('../../fileadmin/templates/mirabaud/general/fonts/fe232554-5489-4874-bb45-bd966c8c5932.eot?#iefix') format("eot"), url('../../fileadmin/templates/mirabaud/general/fonts/0811514e-6660-4043-92c1-23d0b8caaa2f.woff2') format("woff2"), url('../../fileadmin/templates/mirabaud/general/fonts/aeae8cac-ba4d-40d2-bbcf-936f2c7dcfe6.woff') format("woff"), url('../../fileadmin/templates/mirabaud/general/fonts/caedf2e6-fbef-4928-b08e-1f975981ae8d.ttf') format("truetype"), url('../../fileadmin/templates/mirabaud/general/fonts/7def0e34-f28d-434f-b2ec-472bde847115.svg#7def0e34-f28d-434f-b2ec-472bde847115') format("svg");
}
@font-face {
  font-family: "Frutiger LT W01_65 Bold1475746";
  src: url('../../fileadmin/templates/mirabaud/general/fonts/eb06b4c3-c0fd-4cd0-a9d9-a2954f6839a7.eot?#iefix');
  src: url('../../fileadmin/templates/mirabaud/general/fonts/eb06b4c3-c0fd-4cd0-a9d9-a2954f6839a7.eot?#iefix') format("eot"), url('../../fileadmin/templates/mirabaud/general/fonts/8c92eb68-ce37-4962-a9f4-5b47d336bd1c.woff2') format("woff2"), url('../../fileadmin/templates/mirabaud/general/fonts/9bdfdcac-bbd4-46a9-9280-056c9a4438a2.woff') format("woff"), url('../../fileadmin/templates/mirabaud/general/fonts/5dae3a6e-9b07-4c2f-aed2-1f5b8951261b.ttf') format("truetype"), url('../../fileadmin/templates/mirabaud/general/fonts/eae74276-dd78-47e4-9b27-dac81c3411ca.svg#eae74276-dd78-47e4-9b27-dac81c3411ca') format("svg");
}
@font-face {
  font-family: "Futura LT W01 Light";
  src: url('../../fileadmin/templates/mirabaud/general/fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot?#iefix');
  src: url('../../fileadmin/templates/mirabaud/general/fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot?#iefix') format("eot"), url('../../fileadmin/templates/mirabaud/general/fonts/26091050-06ef-4fd5-b199-21b27c0ed85e.woff2') format("woff2"), url('../../fileadmin/templates/mirabaud/general/fonts/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff') format("woff"), url('../../fileadmin/templates/mirabaud/general/fonts/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf') format("truetype"), url('../../fileadmin/templates/mirabaud/general/fonts/14d6bf5d-15f1-4794-b18e-c03fb9a5187e.svg#14d6bf5d-15f1-4794-b18e-c03fb9a5187e') format("svg");
}
@font-face {
  font-family: "Futura LT W01 Medium";
  src: url('../../fileadmin/templates/mirabaud/general/fonts/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix');
  src: url('../../fileadmin/templates/mirabaud/general/fonts/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix') format("eot"), url('../../fileadmin/templates/mirabaud/general/fonts/e17c7943-8db2-4470-9e2a-74a8d01f6776.woff2') format("woff2"), url('../../fileadmin/templates/mirabaud/general/fonts/6c72b0cb-89a1-4da9-8574-9244967bd9d6.woff') format("woff"), url('../../fileadmin/templates/mirabaud/general/fonts/dd79c75a-b0c9-4d70-a5a7-bdde1d5449fd.ttf') format("truetype"), url('../../fileadmin/templates/mirabaud/general/fonts/c35c8eec-24d3-4ed7-9159-df80a008bf54.svg#c35c8eec-24d3-4ed7-9159-df80a008bf54') format("svg");
}
.bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* main container styles */
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100%;
}
/* main container styles */
#wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* container-wrap */
#container-wrap {
  position: relative;
  right: 0;
  transition: right 0.25s linear 0s;
}
.nav-active #container-wrap {
  right: 260px;
}
@media screen and (min-width: 992px) {
  #container-wrap {
    right: 0 !important;
  }
}
/* cw_main_center */
#cw_main_center {
  overflow: hidden;
}
/* services */
.services {
  overflow: hidden;
}
/* screen 1200px */
/* screen 1023px */
/* screen tablet 767px */
/* screen mobile 320px */
@media print {
  a,
  * {
    color: #000 !important;
  }
  body {
    min-width: inherit;
  }
  body,
  #wrap,
  #container-wrap,
  #cw_content,
  #cw_main_right,
  #cw_main_center,
  #cw_main_center .scroll,
  #cw_main_center .scroll .holder,
  #cw_main_center .scroll .block,
  #cw_main_center .scroll .block.second,
  #cw_main_center .scroll .gallery,
  #cw_main_center #cw_box_logo,
  #footer,
  #cw_header,
  #cw_header .col-xs-12,
  #cw_main_right_content,
  .slide-holder,
  .thumbs-gallery,
  .slide-holder .img-holder,
  .slide-holder .slideset,
  .slide-holder .slide.active,
  #wrapper {
    float: none;
    width: 100%;
    clear: both;
    color: #000;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    overflow: visible;
    position: static;
    max-width: none;
    min-width: inherit;
    height: auto;
  }
  #cw_main_center:after,
  .form,
  #cw_header,
  .thumbs-gallery,
  #cw_main_center .scroll .gallery,
  .slide-holder .caption,
  .slide-holder .btn-prev,
  .slide-holder .btn-next,
  .slide-holder .slide,
  .navbar-default {
    display: none;
  }
}
@media (min-width: 992px) {
  li.dropdown:hover > ul {
    display: block;
    top: 45px;
  }
}
@media (min-width: 1220px) {
  li.dropdown:hover > ul {
    top: 75px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav a:after {
    background: none;
    display: none;
  }
  .navbar-default .navbar-nav > li > a span {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    right: 0px;
    top: 8px;
    background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') 13px -75px;
  }
  .navbar-default .navbar-nav > li.open > a span {
    background-position: -16px -75px;
  }
}
/** BZA : IE8 message **/
#cw_box_ie8_message {
  background-color: #0d3579;
}
#cw_box_ie8_message p {
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 30px 20px;
}
/* news block styles */
.news {
  margin: 0 0 15px;
  padding: 19px 0 12px;
  font-size: 1.14285714em;
  line-height: 1.125em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .news {
    margin: 0;
    padding: 0;
    background: none;
  }
}
.news h2,
.news h3 {
  font-size: 1.2em;
  line-height: 1.16666667em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4b4b49;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .news h2,
  .news h3 {
    margin: 0 0 23px;
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    text-align: left;
  }
}
.news h3 {
  color: #1e357b;
}
.news .pager {
  margin: 13px 0 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news .pager {
    margin-bottom: 10px;
  }
}
.news .pager a {
  background: #d8d8d8 !important;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
}
.news .pager a.selected {
  background: #5c9ad2 !important;
}
.carousel-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .carousel-wrapper {
    padding: 0 75px 0 0;
  }
}
/* news post */
.news-post {
  float: left;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-post {
    padding: 0 0 11px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
    text-align: left;
  }
}
.news-post .meta {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .news-post .meta {
    display: block;
  }
}
.news-post .date,
.news-post .category {
  display: inline-block;
  vertical-align: top;
  color: #4b4b49;
  font-size: 0.75em;
  line-height: 1.83333333em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news-post .date,
  .news-post .category {
    font-size: 0.75em;
    line-height: 1.33333333em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.news-post h3 {
  font-size: 1.1875em;
  line-height: 1.21052632em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-post h3 {
    margin: 0 0 5px;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  }
  .news-post h3 .hidden-xs {
    display: inline !important;
  }
}
.news-post h4 {
  font-size: 1em;
  line-height: 1.4375em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.news-post h3,
.news-post h4,
.news-post h3 > a,
.news-post h4 > a {
  text-transform: uppercase;
  color: #1e357b;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .news-post p {
    margin: 0 0 24px;
    letter-spacing: -0.45px;
  }
}
.more {
  display: inline-block !important;
  color: #1e357b;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  position: relative;
  font-size: 0.6875em;
  line-height: 1.63636364em;
  font-weight: 500;
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  vertical-align: top;
  letter-spacing: 1.5px;
}
.more:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 5px;
  height: 8px;
  margin: -5px 0 0;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -87px;
}
@media screen and (max-width: 768px) {
  .more:after {
    margin-top: -4px;
  }
}
@media screen and (max-width: 768px) {
  .more {
    padding-left: 12px;
  }
}
/*
#carousel, .caroufredsel_wrapper {
  @media screen and (min-width: @screen-sm) {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
}
*/
/* news box */
.news-box {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 20px 15px;
  background: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .news-box {
    margin: 0 0 25px;
    padding: 20px;
  }
}
.news-box h4 {
  margin: 0 0 17px;
  font-size: 0.78571429em;
  line-height: 1.63636364em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #4b4b49;
}
.news-box .frame {
  margin: 0 -15px 22px;
  border: solid #d9dada;
  border-width: 1px 0;
}
@media screen and (min-width: 768px) {
  .news-box .frame {
    margin: 0 -20px 22px;
  }
}
.news-box .jcf-scrollable {
  height: 250px;
}
.news-box .news-list {
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  font-size: 1em;
  line-height: 1.57142857em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .news-box .news-list {
    font-size: 1.14285714em;
    line-height: 1.5em;
    font-weight: inherit;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  }
}
.news-box .news-list li {
  list-style: none;
}
.news-box .news-list .meta {
  font-size: 0.75em;
  line-height: 2em;
  font-weight: inherit;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.news-box .news-list h3 {
  margin: 0 0 10px;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news-box .news-list h3 {
    margin: 0 0 14px;
  }
}
.news-box .news-list h3 a {
  color: #1e357b;
}
.news-box .news-list p {
  margin: 0 0 21px;
  letter-spacing: -0.45px;
}
.news-box .read-more {
  float: left;
  color: #1e357b;
  text-transform: uppercase;
  font-size: 0.78571429em;
  line-height: 1.09090909em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1.4px;
}
.news-box .read-more:before {
  content: "";
  display: inline-block;
  margin: 1px 11px 0 1px;
  width: 5px;
  height: 8px;
  vertical-align: top;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -87px;
}
.mirabaudnews-blocks .read-more {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mirabaudnews-blocks .news-box {
  background: none;
  padding: 0px;
}
.mirabaudnews-blocks-a .s7 {
  border: none;
}
.mirabaudnews-blocks .read-more a {
  color: #0d3579;
  text-transform: uppercase;
}
.mirabaudnews-block-a .read-more a,
.mirabaudnews-block-b .read-more a,
.mirabaudnews-block-c .read-more a,
.mirabaudnews-block-d .read-more a {
  color: #0d3579;
  font-family: "Futura LT W01 Medium", "Futura W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1.4px;
}
.mirabaudnews-block-a .news-img-wrap {
  text-align: center;
  padding: 0px;
}
.mirabaudnews-block-a .news-img-wrap img {
  width: 100%;
  height: auto;
}
.mirabaudnews-block-a .text-block {
  background: #ffffff;
  min-height: 250px;
  margin-top: -120px;
  padding: 0px 70px;
}
.mirabaudnews-block-a .meta .date,
.mirabaudnews-block-a .meta .category {
  float: none;
  display: inline;
  margin: 0px;
}
.mirabaudnews-block-a .meta {
  margin: 28px 20px 12px;
}
.mirabaudnews-block-a .read-more::before {
  background-position: -62px -83px;
  height: 14px;
}
.mirabaudnews-block-a .read-more {
  margin-bottom: 20px;
}
.mirabaudnews-block-a h2 {
  font-size: 2.1em;
  line-height: 1.14814815em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0px 0 50px;
}
.mirabaudnews-block-a .news-teaser {
  text-transform: uppercase;
}
.mirabaudnews-block-b .meta {
  margin-top: 0px;
  margin-bottom: 10px;
}
.mirabaudnews-block-b .image-frame {
  width: 520px;
  height: 270px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.tx-mirabaudnews .news-teaser {
  margin-bottom: 10px;
}
.mirabaudnews-block-b h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  margin: 0px 0 8px;
  text-transform: uppercase;
}
.mirabaudnews-blocks.mirabaudnews-block-b .category {
  text-transform: uppercase;
}
.mirabaudnews-blocks.mirabaudnews-block-b .read-more::before {
  margin-right: 8px;
}
.tx-mirabaudnews .mirabaudnews-blocks.mirabaudnews-block-b .news-box {
  border-bottom: 1px solid #d9dada;
}
.mirabaudnews-block-c .sponsoring-block {
  border-bottom: 1px solid #d9dada;
  display: inline-block;
  font-size: 1.14286em;
}
.mirabaudnews-block-c .mirmagnews .sponsoring-block h2 {
  font-size: 1.2em;
}
.mirabaudnews-block-d .meta {
  margin-top: 0px;
}
.mirabaudnews-block-d .read-more::before {
  background: rgba(0, 0, 0, 0) url('../../fileadmin/templates/mirabaud/general/images/sprite.png') repeat scroll -62px -87px;
  content: "";
  display: inline-block;
  height: 9px;
  margin-right: 8px;
  width: 5px;
}
.mirabaudnews-blocks.mirabaudnews-block-d h2 {
  line-height: 1.3em;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.csc-default.last .mirabaudnews-block-c .col-sm-4:nth-last-of-type(1) .sponsoring-block,
.csc-default.last .mirabaudnews-block-c .col-sm-4:nth-last-of-type(2) .sponsoring-block,
.csc-default.last .mirabaudnews-block-c .col-sm-4:nth-last-of-type(3) .sponsoring-block,
.csc-default.last .mirabaudnews-block-b.last .news-box,
.csc-default.last .mirabaudnews-block-d .col-sm-6:nth-last-of-type(1) .s3c,
.csc-default.last .mirabaudnews-block-d .col-sm-6:nth-last-of-type(2) .s3c {
  border-bottom: medium none;
}
.mirabaud-news-details .col-sm-4 .home-block-big {
  background-color: #5c9ad2;
  padding: 15px;
  margin-bottom: 15px;
}
.mirabaud-news-details .home-block-simple,
.mirabaud-news-details .subhome-block,
.mirabaud-news-details .home-block-big,
.mirabaud-news-details .sponsoring-block,
.mirabaud-news-details info-block,
.mirabaud-news-details .post-holder {
  margin-bottom: 15px;
}
.mirabaud-news-details .col-sm-4 .post-holder {
  padding-bottom: 0px;
  padding-top: 0px;
}
.mirabaud-news-details .col-sm-4 .post-holder .text {
  display: inline-block;
}
.mirabaud-news-details .col-sm-4 .post-holder .image {
  margin-right: 0;
}
.mirabaud-news-details .col-sm-4 .post-holder .col-lg-8 {
  width: auto;
}
.mirabaud-news-details .mediatext-i-header .s3a {
  display: table;
}
.mirabaud-news-details .mediatext-i-quote .s3a {
  display: table;
}
.mirabaud-news-details .mediatext-i-quote .s3a .image-frame,
.mirabaud-news-details .mediatext-i-header .s3a .image-frame {
  margin-bottom: 15px;
}
.mirabaudnews-blocks.mirabaudnews-block-a .s7 {
  border-bottom: none;
}
.mirabaud-news-details .col-sm-4 .home-block-simple {
  padding: 15px;
}
.mirabaud-news-details .csc-textpic-imagewrap {
  padding-bottom: 26px;
}
.mirabaud-news-details .contextual-block-dark,
.mirabaud-news-details .contextual-block-light-button,
.mirabaud-news-details .contextual-block-light-link {
  margin-bottom: 20px;
}
.mirabaud-news-details .contextual-block-white .greyborder {
  margin: 0px 0px auto 0px;
}
.mirabaud-news-details .contextual-block-white {
  padding-top: 0;
}
.mirabaud-news-details .contextual-block-light-link {
  margin-top: 0;
}
.mirabaud-news-details .contextual-block-white .greyborder .image {
  margin-bottom: 18px;
}
.mirabaud-news-details .contextual-block-white .greyborder {
  margin-top: 0 !important;
}
.mirabaud-news-details .subhome-block.subhome-block-simple::after {
  background: none;
}
.mirmagnews a.youtube,
.newslist a.youtube,
.tx_mirabaudnews a.youtube {
  position: relative;
  display: block;
}
.mirmagnews a.youtube .play-btn,
.newslist a.youtube .play-btn,
.tx_mirabaudnews a.youtube .play-btn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  background: url('/fileadmin/templates/mirabaud/general/images/youtube_play.png') no-repeat center;
}
.mirmagnews a.youtube .play-btn.center,
.newslist a.youtube .play-btn.center,
.tx_mirabaudnews a.youtube .play-btn.center {
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.navbar-default .navbar-nav.add-links a,
.mirmag .jumbotron.management p {
  text-transform: uppercase;
}
#cw_box_langmenu .inactive {
  background: #d4e0ea;
}
.media-text li {
  list-style: none;
}
.contextual-block-white ul li,
.contextual-block-dark ul li,
.contextual-block-light-link ul li,
.contextual-block-light-button ul li,
.contextual-block-light-link ul li,
.contextual-block-white ul li {
  list-style: initial;
  list-style-type: disc;
}
ul.list-unstyled li {
  list-style: none !important;
}
.mediatext-i-header .s3a,
.mediatext-i-quote .s3a {
  display: table;
}
.mediatext-i-header .s3a .image-frame,
.mediatext-i-header .s3a .text,
.mediatext-i-quote div.image-frame,
.mediatext-i-quote div.text {
  display: table-cell;
  vertical-align: top;
}
.mediatext-i-header .s3a,
.mediatext-i-quote .s3a {
  margin-bottom: 20px;
}
.mediatext-i-header .s3a img,
.mediatext-i-quote .s3a img {
  border-radius: 50%;
}
.mediatext-i-header .text {
  text-transform: uppercase;
}
.mediatext-i-quote {
  margin: 20px 0px;
}
.mediatext-i-quote .text p {
  font-family: "Futura LT W01 Light", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.3em;
  color: #0d3579;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .mediatext-i-quote .text p {
    font-size: 1.5em;
  }
}
.mediatext-i-quote .text .subheader {
  text-transform: uppercase;
}
.mediatext-i-header .s3a .text p {
  color: #4b4b49;
  font-family: "Futura LT W01 Light", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-size: 1.3em;
  line-height: 1.5em;
}
.mediatext-i-quote .s3a .image-frame {
  height: 140px;
  width: 140px;
}
p.question {
  font-family: "Frutiger LT W01_55 Roma1475738", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  clear: both;
  color: #0d3579;
  font-weight: bold;
  padding-left: 20px;
  border-left: 2px solid #0d3579;
}
/* p.question::before {
  border-top:1px solid  #dddedf;
  content: "";
  display: block;
  width: 73px;
} */
.newslist .date {
  text-transform: uppercase;
}
.newslist img {
  border-radius: 50%;
}
.newslist .s3c {
  border: 0px;
  padding: 0px;
}
.newslist .s3c .image-frame {
  width: 174px;
  height: 174px;
}
.maintitle {
  margin-top: -20px;
}
p.question {
  color: #0d3579;
  font-style: italic;
}
/* publication */
/* publication */
/* Mirmag News List */
.mirmagnews .meta {
  font-size: 16px;
}
.mirmagnews .meta span {
  text-transform: uppercase;
  font-weight: bold;
}
.mirmagnews .list-unstyled {
  margin-bottom: 37px;
}
.mirmagnews .sponsoring-block {
  background: none;
  padding: 0;
}
.mirmagnews .sponsoring-block h2 {
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.3em;
  margin: 7px 0 15px;
}
@media (min-width: 768px) {
  .mirmagnews .s3c .image-frame {
    width: 201px;
    height: 200px;
  }
}
.mirmagnews .sponsoring-block .image {
  margin: 0 0 25px 0;
}
/* Mirmag News List End*/
.post-holder.add-class {
  padding: 30px 0 58px;
}
.content .countrydetails .b1:first-child {
  padding: 15px 0 26px;
}
h2 a {
  color: inherit;
}
h2 a,
h2 a:hover {
  text-decoration: none;
}
#cboxContent button {
  transition: none;
  -webkit-transition: none;
}
#cboxContent #cboxNext,
#cboxContent #cboxPrevious {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -10px -142px;
  bottom: 4px;
  outline: 0;
  margin-left: 5px;
}
#cboxContent #cboxTitle {
  bottom: 9px;
}
#cboxContent #cboxNext {
  background-position: -10px -142px;
}
#cboxContent #cboxPrevious {
  background-position: 9px -142px;
}
#cboxContent #cboxCurrent {
  bottom: 9px;
  left: 65px;
}
.nav-list .csc-section {
  margin-bottom: 20px;
  text-align: left;
}
.nav-list .csc-section a {
  border: 0px;
}
.col-md-4 nav.csc-default h6 {
  color: #4b4b49;
  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif;
  margin-bottom: 22px;
  margin-top: 0px;
}
.cw_fce3col .col-lg-4:last-child h6 {
  visibility: hidden;
}
.popup-active .tooltip-box {
  top: -172px;
}
/*Twitter Feeds */
.cwtw-TweetWrap a {
  color: #5c9ad2;
}
.cwtw-Tweet,
.cwtw-Tweet p {
  margin: 0px;
}
.cwtw-TweetWrap {
  margin-bottom: 20px;
}
.tx-cw-twitter h2 {
  background: url('../../fileadmin/templates/mirabaud/general/images/twitter.png') left center no-repeat;
  padding: 5px 10px 5px 43px;
  font-size: 24px;
  color: #fff;
  background-size: 29px;
  margin: 0px 0px 10px 0px;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif, "Helvetica", Arial;
  font-size: 1.4em;
}
.tx-cw-twitter .withborder {
  border-top: 1px solid #ccc;
}
.tx-cw-twitter .withborder a {
  margin-bottom: 0px;
}
.tx-cw-twitter .tweets {
  height: 300px;
}
.tx-cw-twitter .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #5c9ad2;
}
.tx-cw-twitter .contextual-block-dark.first {
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.content-white-bg .contextual-block-dark {
  background-color: #FFFFFF;
  color: #4b4b49;
}
.tx-cw-twitter .jcf-scrollbar-horizontal {
  display: none !important;
}
.tx-cw-twitter .content-white-bg h2 {
  background: transparent url('../../fileadmin/templates/mirabaud/general/images/twitter-blue.png') 20px center no-repeat;
  padding: 5px 10px 5px 63px;
  font-size: 24px;
  color: #4b4b49;
  background-size: 29px;
  margin: 0px 0px 10px 0px;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif, "Helvetica", Arial;
  font-size: 1.4em;
}
.tx-cw-twitter .content-white-bg .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background-color: #5c9ad2;
}
.tx-cw-twitter .content-white-bg .btn-primary {
  background-color: #5c9ad2;
  white-space: normal;
}
.tx-cw-twitter .content-white-bg .tweets {
  height: 1px;
}
.content-white-bg .cwtw-TweetWrap a {
  word-wrap: break-word;
}
.tx-cw-twitter .content-white-bg .jcf-scrollable-wrapper,
.tx-cw-twitter .content-white-bg .jcf-scrollable-wrapper > div {
  min-height: 200px;
}
.content-white-bg .contextual-block-light-link h3,
.content-white-bg .contextual-block-light-button h3 {
  margin-bottom: 10px;
}
.tx-cw-twitter .content-white-bg .contextual-block-white,
.tx-cw-twitter .content-white-bg .contextual-block-dark {
  padding-left: 0px;
}
.tx-cw-twitter .content-white-bg .withborder {
  padding-left: 20px;
  padding-top: 16px;
}
.inner_right_col .news.content-white-bg h2,
.col-sm-4 .news.content-white-bg h2,
.col-md-4 .news.content-white-bg h2,
.col-lg-4 .news.content-white-bg h2,
.content-white-bg h2 {
  padding: 5px 10px 5px 0px;
  font-size: 24px;
  color: #4b4b49;
  background-size: 29px;
  margin: 0px 0px 10px 0px;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif, "Helvetica", Arial;
  font-size: 1.4em;
}
.news.content-white-bg .news-post {
  margin-bottom: 20px;
}
.news.content-white-bg .more {
  margin-top: 10px;
}
.news.content-white-bg h2 {
  margin-bottom: 15px !important;
}
.inner_right_col .news.content-white-bg h2,
.col-sm-4 .news.content-white-bg h2,
.col-md-4 .news.content-white-bg h2,
.col-lg-4 .news.content-white-bg h2 {
  padding: 20px 20px 0px 20px;
}
.col-md-8 .content-white-bg {
  padding: 20px;
}
.col-md-8 .news-post {
  float: none;
}
/*Twitter Feeds End */
/*Mirabaud Contacts */
.tx-mirabaudcontacts .email > a:first-child,
.tx-mirabaudcontacts .linkden > a:first-child {
  max-width: inherit;
  text-align: left;
  padding-left: 30px;
  line-height: 2em;
}
.tx-mirabaudcontacts .linkden .read-more:before {
  background: url('../../fileadmin/templates/mirabaud/general/images/linkdin.jpg') left center no-repeat;
  width: 18px;
  height: 18px;
  top: 42%;
}
.tx-mirabaudcontacts .email .read-more:before {
  background: url('../../fileadmin/templates/mirabaud/general/images/email.jpg') left center no-repeat;
  width: 18px;
  height: 14px;
  top: 42%;
}
.tx-mirabaudcontacts .blocks-holder {
  border-top: 1px solid #d9dada;
}
.tx-mirabaudcontacts .s3a {
  margin-bottom: 20px;
}
/*Mirabaud Contacts End */
a:hover,
a:focus {
  text-decoration: none;
  color: #5592CE !important;
}
a.btn,
a.btn:hover,
a.btn:focus {
  color: #fff !important;
}
a.btn.btn-default,
a.btn.btn-defaut:hover,
a.btn.btn-default:focus {
  color: #1e357b !important;
}
.jumbotron.management .btn.btn-default.btn-lg,
.jumbotron.management .btn.btn-default.btn-lg:focus,
.jumbotron.management .btn.btn-default.btn-lg:hover {
  color: #fff !important;
}
.jumbotron.management .btn.btn-default.btn-lg:focus,
.jumbotron.management .btn.btn-default.btn-lg:hover {
  background: #142352;
}
@media screen and (min-width: 768px) {
  .home-block-simple:hover h3 a {
    color: #5592CE;
  }
}
.navbar-default .dropdown-menu:before {
  box-shadow: none;
}
.cw_fce2col.left-large .b1 h3 {
  font-size: 1.05em;
}
@media screen and (max-width: 768px) {
  .cw_fce2col.left-large .b1 h3 {
    font-size: 1.4em;
  }
}
.cw_fce2col.left-large .b1 p {
  font-size: 0.85em;
  line-height: 1.45em;
}
@media screen and (max-width: 768px) {
  .cw_fce2col.left-large .b1 p {
    font-size: 1.1em;
    line-height: 1.55em;
  }
}
.b1 h4 {
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: bold;
  margin-top: 1.5em;
}
.b1 ul {
  padding-left: 0px;
  letter-spacing: 0;
  list-style-type: none;
}
.b1 ul > li {
  margin-bottom: 5px;
}
.b1 ul > li:before {
  content: "• ";
  color: #AAA;
  /* or whatever color you prefer */
  margin-right: 10px;
}
.b1 ul.list-unstyled > li:before {
  display: none;
  margin: 0;
}
.b1 ol {
  padding: 0;
  margin-bottom: 45px;
  list-style-type: none;
}
.b1 ol li {
  margin-bottom: 5px;
}
.b1 ol li a {
  padding-left: 16px;
  position: relative;
  color: #5592CE;
}
.b1 ol li a:before {
  top: 50%;
  left: 0;
  position: absolute;
  content: "";
  margin: -5px 0 0;
  width: 5px;
  height: 9px;
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') -62px -86px;
}
.panel-collapse p,
.panel-collapse ul {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-size: 0.85em;
}
strong {
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
}
.inner_right_col .contextual-block-dark {
  margin-bottom: 25px;
}
.inner_right_col .tx-cw-twitter,
.col-sm-4 .tx-cw-twitter,
.col-md-4 .tx-cw-twitter,
.col-lg-4 .tx-cw-twitter,
.inner_right_col .news,
.col-sm-4 .news,
.col-md-4 .news,
.col-lg-4 .news {
  margin: 0px 0px 25px;
}
.inner_right_col .news,
.col-sm-4 .news,
.col-md-4 .news,
.col-lg-4 .news {
  background: #e6e6e6;
  padding: 0px;
}
.inner_right_col .news h2,
.col-sm-4 .news h2,
.col-md-4 .news h2,
.col-lg-4 .news h2 {
  color: #4b4b49;
  font-size: 0.785714em;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.63636em;
  margin: 0 0 17px;
}
.inner_right_col .news h2,
.col-sm-4 .news h2,
.col-md-4 .news h2,
.col-lg-4 .news h2,
.inner_right_col .news > h3,
.col-sm-4 .news > h3,
.col-md-4 .news > h3,
.col-lg-4 .news > h3 {
  padding: 20px 0 0 20px;
}
.inner_right_col .news .jcf-scrollbar-horizontal,
.col-sm-4 .news .jcf-scrollbar-horizontal,
.col-md-4 .news .jcf-scrollbar-horizontal,
.col-lg-4 .news .jcf-scrollbar-horizontal {
  display: none;
}
.inner_right_col .news .jcf-scrollable-wrapper,
.col-sm-4 .news .jcf-scrollable-wrapper,
.col-md-4 .news .jcf-scrollable-wrapper,
.col-lg-4 .news .jcf-scrollable-wrapper {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.inner_right_col .news .news-post,
.col-sm-4 .news .news-post,
.col-md-4 .news .news-post,
.col-lg-4 .news .news-post {
  width: 99% !important;
  padding: 0 20px;
}
.inner_right_col .news .more,
.col-sm-4 .news .more,
.col-md-4 .news .more,
.col-lg-4 .news .more {
  margin: 20px 0px 20px 20px;
}
.inner_right_col .carousel-wrapper,
.col-sm-4 .carousel-wrapper,
.col-md-4 .carousel-wrapper,
.col-lg-4 .carousel-wrapper {
  height: 250px;
  /*margin:0 -20px 22px;*/
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .inner_right_col .caroufredsel_wrapper,
  .col-sm-4 .caroufredsel_wrapper,
  .col-md-4 .caroufredsel_wrapper,
  .col-lg-4 .caroufredsel_wrapper {
    min-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .news #pager {
    display: none !important;
  }
  .news h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .news .news-post {
    margin-bottom: 20px;
    padding: 0 12px;
    float: none;
  }
  .news .carousel-wrapper {
    height: auto !important;
  }
  .news .jcf-scrollable-wrapper {
    border: none;
  }
  .tx-pagebrowse-pi1 .pagination {
    margin-bottom: 30px;
  }
  #footer {
    margin-top: 20px;
  }
}
.jcf-scrollable-wrapper .carousel-wrapper {
  padding: 0px;
}
.jcf-scrollable-wrapper .caroufredsel_wrapper {
  padding: 20px;
}
/* sponsoring-block */
.container .container.cw_fce2col {
  width: auto;
  padding: 0;
}
.fixed-bigimage .overlay-gradient {
  position: absolute;
  background: linear-gradient(-180deg, #1e357b 0%, rgba(23, 36, 104, 0) 100%);
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.fixed-bigimage h1,
.fixed-bigimage p {
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}
#cboxOverlay {
  background: #000 !important;
  opacity: 0.85 !important;
}
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight,
#colorbox #cboxTopCenter,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight,
#colorbox #cboxBottomCenter {
  display: none;
}
#colorbox #cboxContent {
  padding: 10px;
}
#colorbox #cboxClose {
  background: url('../../fileadmin/templates/mirabaud/general/images/sprite.png') no-repeat 0 100%;
  width: 25px;
  height: 25px;
  bottom: 8px;
  right: 8px;
}
#colorbox.officedetails #cboxClose {
  display: none;
}
#colorbox.officedetails #cboxContent {
  padding: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #colorbox.officedetails {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
  }
  #colorbox.officedetails #cboxWrapper,
  #colorbox.officedetails #cboxLoadedContent {
    width: 100% ! important;
    height: 100% !important;
    overflow: scroll !important;
  }
  #colorbox.officedetails #cboxContent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    overflow: scroll !important;
  }
}
body#plain .modal.fade .modal-dialog {
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  padding: 0;
}
/** This is a fix for the Office colorbox popup in Safari and iOS **/
body#plain #modal {
  display: block;
  position: static !important;
}
body#plain #modal .modal-dialog {
  padding: 0;
}
body#plain .fade {
  opacity: 1;
}
.modal-header .nav-tabs li a .icon.ico-print,
.modal-header .nav-tabs li a .icon.ico-baloon,
.modal-header .nav-tabs li.active a .icon.ico-email {
  background-size: auto;
}
/*Text Media with White Border*/
.contextual-block-white.withborder {
  text-align: center;
}
.contextual-block-white.withborder .greyborder {
  margin: 25px 10px ;
  position: relative;
}
@media screen and (max-width: 992px) {
  .contextual-block-white.withborder .greyborder {
    margin: 10px 0;
  }
}
.contextual-block-white.withborder .greyborder::after {
  background: #d9dada;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 70%;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .contextual-block-white.withborder .greyborder::after {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contextual-block-white.withborder .greyborder::after {
    display: none;
  }
}
.contextual-block-white.withborder .greyborder::before {
  background: #d9dada;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 70%;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .contextual-block-white.withborder .greyborder::before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contextual-block-white.withborder .greyborder::before {
    display: none;
  }
}
.contextual-block-white.withborder p {
  margin-top: 0px;
}
/*Text Media with White Border*/
p .btn-primary {
  border: 0;
  min-width: 148px;
  padding: 12px 12px 10px;
  text-transform: uppercase;
  font-size: 0.53333333em;
  line-height: 1.375em;
  font-weight: 500;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  p .btn-primary {
    min-width: 190px;
    padding: 16px 12px 13px;
    font-size: 0.6875em;
    line-height: 1.27272727em;
    font-weight: 500;
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
    letter-spacing: 1.4px;
  }
}
p .btn-primary:hover,
p .btn-primary:focus,
.b1 p .btn-primary:hover {
  color: #fff !important;
  background-color: #5c9ad2;
}
.jcf-list ul li:first-child {
  display: block;
}
.jcf-option.jcf-selected {
  display: none;
}
.jcf-select-nav-select .jcf-option.jcf-selected {
  display: block;
}
.footer-block .dropdown-backdrop {
  position: inherit;
}
#cboxContent {
  float: none !important;
  margin: auto;
}
#carousel .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .home-block .btn-default {
    font-size: 0.8em;
  }
  .navbar-default .navbar-nav li {
    margin: 5px 0px;
  }
  .carousel-bar #carousel li .image {
    display: block;
  }
  .newslist .s3c .image-frame,
  .mirmagnews .s3c .image-frame {
    width: 100%;
    height: auto;
    float: none;
    margin: auto;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .newslist .s3c .image-frame img,
  .mirmagnews .s3c .image-frame img {
    border-radius: 0;
  }
  .subhome-block.subhome-block-simple::before,
  .nav-list .csc-section.subhome-block-simple::before,
  .tx-mirabaudcontacts .linkden.subhome-block-simple::before,
  .tx-mirabaudcontacts .email.subhome-block-simple::before,
  .subhome-block.subhome-block-simple::after,
  .nav-list .csc-section.subhome-block-simple::after,
  .tx-mirabaudcontacts .linkden.subhome-block-simple::after,
  .tx-mirabaudcontacts .email.subhome-block-simple::after {
    background: none;
  }
  .fixed-bigimage .overlay-gradient {
    background-attachment: scroll !important;
  }
  .news .more {
    margin-left: 10px;
  }
  .ios .parallax-section {
    background-attachment: scroll !important;
  }
  .jumbotron.management .btn.btn-default.btn-lg {
    width: 100%;
    white-space: inherit;
  }
  .mirmag figure span img {
    width: 100%;
    height: auto;
  }
  .modal-header .nav-tabs li a .icon.ico-print,
  .modal-header .nav-tabs li a .icon.ico-baloon,
  .modal-header .nav-tabs li.active a .icon.ico-email {
    background-size: 300px 250px;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .modal-header .nav-tabs li a .icon.ico-print,
  .modal-header .nav-tabs li a .icon.ico-baloon,
  .modal-header .nav-tabs li.active a .icon.ico-email {
    background-size: 150px 250px;
  }
}
@media (max-width: 1024px) {
  .modal-content .contact-form .form-control,
  .modal-content .contact-form .jcf-select {
    margin: 0px 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  .news .align-center .more {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar-default .cw-megamenu .dropdown-menu:last-child::before {
    box-shadow: none;
  }
  .navbar-default .cw-megamenu .dropdown-menu.countries {
    margin-top: 45px;
  }
  .navbar-default .cw-megamenu .dropdown-menu:last-child li.first {
    border-bottom: 1px solid #515c8d;
  }
}
@media (min-width: 768px) and (max-width: 1220px) {
  .presence-blocks .col-sm-4 {
    width: 50%;
  }
  .mirmag figure span img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .media-text .download {
    margin-bottom: 10px;
  }
  .mirabaudnews-block-c .col-sm-4 article.sponsoring-block {
    padding-bottom: 20px;
  }
  .mirabaudnews-block-b .image-frame,
  .mirabaudnews-block-d .image-frame {
    float: none;
    height: auto !important;
    margin-right: 0;
    width: 100% ;
    margin-bottom: 20px;
  }
  .mirabaudnews-blocks article.s3c {
    padding-bottom: 25px !important;
  }
  .media-text.sponsoring-block {
    height: auto !important;
    width: 100%;
    min-height: auto !important;
  }
  .media-text.sponsoring-block {
    height: auto !important;
    width: 100%;
    min-height: auto !important;
  }
}
@media only screen and (max-device-width: 992px) {
  .mirmagnews .s3c .image-frame {
    width: 201px;
    height: 200px;
  }
  .mirabaudnews-block-b .image-frame {
    width: 250px;
    height: auto;
  }
  .mirabaudnews-block-b .news-img-wrap {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 20px;
  }
  .mirabaudnews-block-a h2 {
    font-size: 1.5em;
  }
  .mirabaudnews-block-b h2 {
    font-size: 1.5em;
  }
  .mirabaudnews-block-d .mirmagnews .s3c .image-frame {
    width: 150px;
    height: auto;
  }
  .mirabaudnews-block-a .text-block {
    margin-top: 0px;
    padding: 0px 30px;
  }
}
/* IPHONE ONLY */
@media only screen and (max-device-width: 767px) {
  .fixed-bigimage .img-stretch {
    background-attachment: scroll;
  }
  .mirabaudnews-block-a .text-block {
    margin-top: 0px;
    padding: 0px 30px;
  }
  .mirabaudnews-block-a h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .mirabaudnews-block-b .news-img-wrap {
    width: 100%;
    float: none;
  }
  .mirabaudnews-block-b .image-frame {
    height: auto;
    margin-bottom: 31px;
    margin-right: 25px;
    width: 100%;
    float: none;
  }
  .mirabaudnews-block-d .col-sm-6 .text-block {
    width: 100%;
    float: none;
  }
  .mirabaudnews-block-d .col-sm-6 .s3c .image-frame {
    width: 100%;
    height: auto;
    float: none;
  }
}
/* IPHONE ONLY */
/* IPAD ONLY */
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar-default .navbar-nav > li > a span {
    top: 12px;
  }
  .navbar-default .navbar-nav a {
    line-height: 30px;
  }
  .contextual-block-light-link .download {
    display: block;
  }
  .cw_fce3col.mirmagnews .media-text.sponsoring-block {
    display: block;
    min-height: 350px;
    overflow: hidden;
  }
  .fixed-bigimage .img-stretch {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mirmag figure span img {
    max-width: 100%;
    height: auto;
  }
  .fixed-bigimage .img-stretch {
    background-attachment: scroll;
  }
}
/* IPAD ONLY */
.gs-title,
.gs-title * {
  text-decoration: none !important;
  font-size: 22px !important;
  margin-bottom: 5px;
}
a.gs-title:hover,
a.gs-title:hover * {
  color: #5592CE !important;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}
a.gs-title {
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.gs-snippet,
.gs-snippet *,
.gs-visibleUrl {
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif, Helvetica, Arial;
  font-size: 18px;
  line-height: 1.4em;
}
.gsc-result-info {
  font-size: 14px;
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif, Helvetica, Arial;
}
.gs-snippet,
.gs-snippet * {
  color: #333333 !important;
}
.gsc-webResult .gsc-result {
  padding: 25px 0 !important;
}
.gsc-above-wrapper-area {
  margin-bottom: 15px;
}
.gsc-result {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 5px !important;
}
.gsc-results .gsc-cursor-box {
  margin: 0 10px;
  font-size: 22px;
  margin-top: 30px !important;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
}
.gsc-control-cse div {
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif, Helvetica, Arial;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  border-bottom: 2px solid #1e357b !important;
  text-decoration: none !important;
}
input.gsc-input {
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  font-size: 18px !important;
}
#linked-in-wrapper h3 {
  margin: 0 0 19px;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1220px) {
  .navbar-default .navbar-nav.add-links {
    left: 235px;
    font-size: 0.85em;
  }
  #cw_box_logo {
    width: 200px;
  }
}
/* Responsive images */
.csc-textpic-imagewrap img {
  width: 100%;
}
.content-white-bg,
.content-white-bg .contextual-block-light-link,
.content-white-bg .contextual-block-light-button {
  background-color: #FFF !important;
}
.content-white-bg .pagination a {
  background-color: #989898 !important;
}
.content-white-bg .paginationhover,
.content-white-bg .paginationactive,
.content-white-bg .pagination a.selected {
  background-color: #5f9bd0 !important;
}
.atss {
  z-index: 1020 !important;
}
.lg-outer.city-details .lg-video-cont,
.lg-outer.officedetails .lg-video-cont {
  height: 85%;
}
.lg-outer.city-details .lg-video-cont .lg-video,
.lg-outer.officedetails .lg-video-cont .lg-video {
  height: 100%;
}
.lg-outer.city-details .lg-close,
.lg-outer.officedetails .lg-close {
  display: none;
}
.lg-outer.city-details.officedetails .lg-video-cont,
.lg-outer.officedetails.officedetails .lg-video-cont {
  height: 75%;
}
body.lg-fullscreen::after {
  display: none;
}
body.lg-on {
  overflow: hidden;
}
.lg-backdrop.in {
  opacity: 0.85 !important;
}
.lg-thumb {
  margin: auto !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #6dabdb !important;
}
.lg-outer .lg-thumb-item img {
  height: auto !important;
}
.lg-outer .lg-img-wrap {
  position: absolute !important;
  height: auto !important;
  top: 47px;
  bottom: 100px;
  left: 0;
}
.lg-download {
  display: none;
}
@media (max-width: 480px) {
  .modal-header div[class^="col"]:first-child {
    padding-top: 0;
  }
  .modal-header div[class^="col"]:first-child .modal-title {
    padding-top: 20px;
  }
  body.lg-on.lg-fullscreen {
    overflow: scroll;
    height: 100%;
    min-height: 100%;
  }
  body.lg-on.lg-fullscreen #wrap,
  body.lg-on.lg-fullscreen #footer {
    display: none;
  }
  body.lg-on.lg-fullscreen .lg {
    min-height: 200px;
    height: auto !important;
  }
  body.lg-on.lg-fullscreen .lg-outer,
  body.lg-on.lg-fullscreen .lg {
    position: relative;
    overflow: visible;
  }
  body.lg-on.lg-fullscreen .lg {
    position: static !important;
    overflow: visible !important;
  }
  body.lg-on.lg-fullscreen .lg-video-cont {
    height: 100% !important;
    padding: 0;
  }
  body.lg-on.lg-fullscreen .lg-video {
    overflow: visible;
  }
}
.modal-content .contact-form .btn-holder {
  margin-top: 15px;
}
/** Make twitter box on homepage vertically responsive **/
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .withborder,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .jcf-scrollable-wrapper,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .withborder > .jcf-scrollable-wrapper,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .tweets,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .withborder > .tweets,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .jcf-scrollable-wrapper > .tweets,
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:first-child > .withborder > .jcf-scrollable-wrapper > .tweets {
  height: 100%;
}
.tx-cw-twitter .content-white-bg.same-height-center > .media-text:last-child {
  position: relative;
  top: -80px;
}
#footer .f-nav li:first-child a {
  text-transform: uppercase;
  background: #1e357b;
  color: white;
  padding: 8px 12px;
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.4px;
}
h2#cw_box_actual_title {
  font-family: 'Futura LT W01 Medium', 'Futura W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 1.92857143em;
}
.office_carousel .caroufredsel_element .contact-block address {
  padding: 0;
}
.read-less-link,
.read-more-link {
  font-style: italic;
  padding-top: 10px;
}
.ie img {
  max-width: none;
}
.ie .modal-body {
  overflow: visible;
}
.ie #cw_box_topmenu {
  position: relative;
  z-index: 1000;
}
.ie .clearfix {
  height: 0;
}
.ie8 img {
  max-width: auto;
  width: 100%;
  /* and for IE 8 */
  width: auto\9;
}
@media (min-width: 1219px) {
  .ie li.dropdown:hover ul {
    top: 70px;
  }
}
.ie #footer h4 {
  font-size: 1.1em;
}
.ie .modal-content .contact-form input[type="checkbox"] + .fake-input {
  display: none;
}
.ie .modal-content .contact-form [type="checkbox"] {
  position: static;
  float: left;
  display: inline;
  margin-right: 8px;
  opacity: 1;
}
.ie .modal {
  overflow-y: visible !important;
}
table {
  font-family: 'Frutiger LT W01_55 Roma1475738', Helvetica, Arial, sans-serif;
  width: 100%;
  border: 1px solid #d8d8d8;
  font-size: 14px;
}
table thead tr th {
  background: none;
  padding: 14px;
  border-right: 1px solid #d8d8d8;
  border-top: 0;
  border-bottom: 0;
  line-height: 1.143;
  vertical-align: middle;
  color: #AAA;
  font-size: inherit;
}
table tbody tr td {
  padding: 14px;
  vertical-align: middle;
  color: #4b4b49;
  border-right: 1px solid #d8d8d8;
}
table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
.block-image-overlap .text {
  padding: 25px 25px 60px 25px;
  margin: -50px 10% 35px 10%;
}
.block-image-overlap a.read-more {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}
.block-image-overlap.all-upper {
  position: relative;
}
.block-image-overlap.all-upper * {
  text-transform: uppercase;
}
.block-image-overlap.all-upper .text {
  margin: -50px 10% 35px 10%;
  padding: 25px 120px 60px 120px !important;
  color: #4b4b49;
}
@media (max-width: 991px) {
  .block-image-overlap.all-upper .text {
    margin: -50px 5% 60px 5%;
    padding: 25px 70px !important;
  }
}
@media (max-width: 767px) {
  .block-image-overlap.all-upper .text {
    margin-bottom: 38px !important;
  }
}
.block-image-overlap.all-upper .text h3 {
  color: #1e357b;
  font-size: 2.85em;
}
@media (max-width: 767px) {
  .block-image-overlap.all-upper .text h3 {
    font-size: 1.5em;
  }
}
.block-image-overlap.all-upper .text p {
  font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  line-height: 1.5em;
}
.block-image-overlap.all-upper a.read-more {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}
@media (max-width: 767px) {
  .block-image-overlap.all-upper a.read-more {
    bottom: 0px;
    box-shadow: none;
  }
}
.block-image-overlap.col-blue-title {
  position: relative;
}
.block-image-overlap.col-blue-title .text {
  margin: -50px 5% 35px 5%;
  padding: 25px 10px 60px 10px !important;
  color: #4b4b49;
}
@media (max-width: 767px) {
  .block-image-overlap.col-blue-title .text {
    margin-bottom: 38px !important;
  }
}
.block-image-overlap.col-blue-title .text h3 {
  color: #1e357b;
  font-size: 1.7em;
}
.block-image-overlap.col-blue-title a.read-more {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}
@media (max-width: 767px) {
  .block-image-overlap.col-blue-title a.read-more {
    bottom: 0px;
    box-shadow: none;
  }
}
.block-image-overlap.home-block-big p {
  margin: 0;
}
.subhome-block.subhome-block-simple.no-border::after {
  display: none;
}
.subhome-block.subhome-block-simple.no-border::before {
  display: none;
}
.subhome-block.subhome-block-simple.no-border > a {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.subhome-block.subhome-block-simple.no-border > a img {
  width: 100%;
}
.border-top-lightgrey::before {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin-bottom: 30px;
}
p.indent {
  margin-left: 20px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.align-center {
  text-align: center;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
/*  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
*/
    box-shadow: none;
}



.datepicker[readonly] {
    cursor: default;
    background-color: transparent;
    background-image: url('../../fileadmin/templates/mirabaud/general/images/calendar-month.png');
    background-position:  right center;
    background-repeat: no-repeat;
}

.datepicker .dow, .datepicker .days div {
    float: none;
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.disabled,
.datepicker td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active.disabled:hover,
.datepicker td.active.disabled:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active.disabled.disabled,
.datepicker td.active.disabled:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active.disabled[disabled],
.datepicker td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.disabled,
.datepicker td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active.disabled,
.datepicker td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:hover:hover,
.datepicker td span.active.disabled:hover,
.datepicker td span.active.disabled:hover:hover,
.datepicker td span.active:active,
.datepicker td span.active:hover:active,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.active,
.datepicker td span.active:hover.active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:hover.active,
.datepicker td span.active.disabled,
.datepicker td span.active:hover.disabled,
.datepicker td span.active.disabled.disabled,
.datepicker td span.active.disabled:hover.disabled,
.datepicker td span.active[disabled],
.datepicker td span.active:hover[disabled],
.datepicker td span.active.disabled[disabled],
.datepicker td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker td span.active:active,
.datepicker td span.active:hover:active,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.active,
.datepicker td span.active:hover.active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.lg-actions .lg-next,.lg-actions .lg-prev,.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45);z-index:1080}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/fonts/lg.eot?n1z373');src:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('../../fileadmin/templates/mirabaud/general/js/lightgallery/fonts/lg.woff?n1z373') format("woff"),url('../../fileadmin/templates/mirabaud/general/js/lightgallery/fonts/lg.ttf?n1z373') format("truetype"),url('../../fileadmin/templates/mirabaud/general/js/lightgallery/fonts/lg.svg?n1z373#lg') format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms ease 0s,opacity 250ms!important;-moz-transition:-moz-transform 250ms ease 0s,opacity 250ms!important;-o-transition:-o-transform 250ms ease 0s,opacity 250ms!important;transition:transform 250ms ease 0s,opacity 250ms!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/img/vimeo-play.png') no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/img/vimeo-play.png') 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/img/video-play.png') no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/img/youtube-play.png') no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/img/youtube-play.png') 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s ease 0s;-moz-transition:-moz-transform .3s ease 0s;-o-transition:-o-transform .3s ease 0s;transition:transform .3s ease 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s ease 0s,opacity .15s!important;-moz-transition:-moz-transform .3s ease 0s,opacity .15s!important;-o-transition:-o-transform .3s ease 0s,opacity .15s!important;transition:transform .3s ease 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url('../../fileadmin/templates/mirabaud/general/js/lightgallery/img/loading.gif') center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:static;padding:0 5px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
.tx-indexedsearch-searchbox .input-group {
	width: 100%;
}

#search-icon {
    background-color: #172567;
    padding: 18px 27px;
    background-image: none;
    width: auto;
    height: auto;
	cursor: pointer;
	/*display: table-cell;*/
	margin-left: 20px;
}
.container-search-input {
	border: 1px solid #d8d8d8;
	display: table-cell;
	width: 100%;
}
.container-search-input input{
    border: 4px solid #f5f5f5;
	padding: 12px;
	width: 100%;
}
.tx-indexedsearch-res dt, .tx-indexedsearch-res dd  {
	float: left;
}
.tx-indexedsearch-info:after {
	clear: both;
	content: "";
	display: table;
}
.tx-indexedsearch-browsebox {
	margin: 20px 0;
}
.tx-indexedsearch-browsebox ul {
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tx-indexedsearch-browsebox ul > li {
    display: inline;
}
.tx-indexedsearch-browsebox ul > li a:nth-child(1) {
    border-left-width: 1px;
}
.tx-indexedsearch-browsebox ul > .tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch-browsebox ul > li a:hover {
    background-color: #f5f5f5;
}
.tx-indexedsearch-browsebox ul > li a {
    float: left;
    text-transform: uppercase;
    padding: 0 12px;
    line-height: 32px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.tx-indexedsearch-res {
    font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.tx-indexedsearch-res a {
    color: #6DABDB;
}
dl.tx-indexedsearch-info {
    margin: 4px 0;
}
.tx-indexedsearch-title a {
    color: #172567;
    font-size: 22px;
}

/* Accessibility */
.accessibility-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
}
.no-margin .margin, .no-margin .section.gray {
    padding:0px !important;
}
.navbar-default .languages {right:0px;}
.b1 .btn.btn-default.btn-lg {
    text-decoration: none;
}
.management-thumbnails .margin.white {
    padding: 15px 0px 0px;
}
@media screen and (min-width: 768px) {
    .management-thumbnails .margin.white {
        padding: 40px 0px 0px;
    }
}


.sponsoring-block h2,
.sponsoring-block h3 {
    text-transform: uppercase;
}
.sponsoring-block p {
    letter-spacing: -0.45px;
}
/* sponsoring-block END */
/* accordion */
.ac6 .panel-title.closed a::before, .ac7 .panel-title.closed a::before {
    border-color: transparent transparent transparent #5c9ad2;
    border-width: 6px 0 6px 12px;
}
@media screen and (max-width: 768px) {
    .ac6 .panel-title.closed a::before, .ac7 .panel-title.closed a::before {
        border-width: 4px 0 4px 8px;
    }
}
/* accordion END */


/* search START */
input.gsc-search-button.gsc-search-button-v2{
    width: auto;
    height: auto;
    border:none;
}
div.gsst_b > a.gsst_a > span.gscb_a{
    color: #ddd;
}
div.gsst_b > a.gsst_a{
    /*color: #ddd;
    border: solid 1px #ddd;
    border-left: 0;
    padding: 16px 2px 16px 0px;
    margin: -0.0625em 0px 0px 0px;*/
}
div.gsc-option-menu-container.gsc-inline-block > div.gsc-selected-option-container.gsc-inline-block{
    background-color: inherit;
    background-image: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-right: 18px;
}
div.gsc-option-menu-container.gsc-inline-block > div.gsc-selected-option-container.gsc-inline-block > div.gsc-selected-option{
    color: #6DABDB;
    font-weight: normal;
}
div.cse .gsc-control-cse, div.gsc-control-cse{
    padding: 0;
}
div.gs-webResult.gs-result.gs-no-results-result>.gs-snippet{
    padding: 0;
    margin: 0;
    border: none;
    background-color: inherit;
}

#google-search-box .gsc-input-box,
#google-search-box .gsc-input-box-focus,
#google-search-box .gsc-search-box .gsc-input>input:hover,
#google-search-box .gsc-input-box-hover {
    border: none;
    height: auto;
    padding-left: 12px;
    box-shadow: none;
}
#google-search-box td.gsc-input {
    border: 1px solid #ddd !important;
    height: auto;
}
#google-search-box input.gsc-input {
    padding: 12px !important;
}

#google-search-box .gsib_a {
    padding: 0;
}

#google-search-box .cse .gsc-search-button input.gsc-search-button-v2,
#google-search-box input.gsc-search-button-v2 {
    padding: 18px 27px;
    margin-top: 0;
    margin-bottom: -3px;
}

/* search END */


@media (max-width: 991px) {
.tx-cw-twitter .content-white-bg > .contextual-block-dark:first-child {
    height: 85% !important;
}

.tx-cw-twitter .content-white-bg .contextual-block-dark div.withborder,
.tx-cw-twitter .content-white-bg .contextual-block-dark div.tweets,
.tx-cw-twitter .content-white-bg .contextual-block-dark div.jcf-scrollable-wrapper {
    height: 100% !important;
    width: 100% !important;
}

.tx-cw-twitter .content-white-bg.same-height-center > .media-text:last-child {
    top: 0 !important;
}

.tx-cw-twitter .content-white-bg {
   height: 500px;
}

}

/* Banner */

div#tarteaucitronRoot * {
    font-weight: 500;
  /*  font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif !important;*/
    font-family: 'Futura LT W01 Light', Helvetica, Arial, sans-serif !important;
    line-height: 1.27272727em;
}


#tarteaucitronRoot #tarteaucitronAlertBig {
    background-color: #0d3579;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-weight: 300;
    line-height: 1.5em;

}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    min-width: 190px;
    padding: 16px 12px 13px;
    font-size: 11px !important;;
    line-height: 1.27272727em;
    font-weight: 500;
    letter-spacing: 1.4px;
    background-color: #5c9ad2;
    text-transform: uppercase;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    min-width: 190px;
    padding: 16px 12px 13px;
    font-size: 11px !important;
    line-height: 1.27272727em;
    font-weight: 500;
    letter-spacing: 1.4px;
    background-color: white;
    text-transform: uppercase;
    color: #4b4b49;
}


div#tarteaucitron h2 {
    text-transform: uppercase;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif !important;
}

    /* SCROLLING PERCENTAGE */
#tarteaucitronRoot #tarteaucitronPercentage {
    background-color: #5c9ad2;
}

/* TOOLTIPS */

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName a,
#tarteaucitron .tarteaucitronTitle a {
    display: none;
}

div#tarteaucitron #tarteaucitronInfo,
div#tarteaucitron #tarteaucitronServices .tarteaucitronDetails.tarteaucitronInfoBox {
    position: relative;
    display: inline;
    max-width: none;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    color : #0d3579;
}

/* TAILLE DE LA FENETRE */

div#tarteaucitron .tarteaucitronBorder {
    height: auto !important
}

div#tarteaucitronInfo {
    display: none !important;
}

div#tarteaucitronHeaderContent {
    padding:14px 14px 0px 14px !important;
}


/* CHANGEMENT DES COULEURS */


div#tarteaucitron div.tarteaucitronServicesTitle {
    background-color: #e6e6e6;
}

div#tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    background-color: transparent;
    color: #0d3579;
    text-transform: uppercase;
    font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica, sans-serif !important;
}

div#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine,
div#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden{
    background-color: #ffffff;
    color : #0d3579;
}

div#tarteaucitron .tarteaucitronBorder {
    border-color: #0d3579 !important;
}
div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{
    background-color: #0d3579 !important;
    border-color: #0d3579 !important;
}

div#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
div#tarteaucitron #tarteaucitronClosePanel,
div#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
div#tarteaucitron #tarteaucitronInfo,
div#tarteaucitron #tarteaucitronServices .tarteaucitronDetails{
    background-color: #0d3579 ;
}

div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
div.tac_activate .tarteaucitronAllow{
    background-color: #5c9ad2;
}

div#tarteaucitron div#tarteaucitronName a {
    color : #0d3579;
}



div.tac_cookielink {
    float: right;
    padding: 24px 0 0;
}

div.lastfootermenu {
    float: left;
}

@media screen and (max-width: 768px) {

    div.tac_cookielink,
    div.lastfootermenu {
        float: none;
        padding: 0;
    }
}


div.tac_cookielink a {
    color : #0d3579;
}