/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, body.mceContentBody, body, body.mceContentBody, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, body.mceContentBody {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, body.mceContentBody {
  height: 100%;
  width: 100%;
}

body, body.mceContentBody {
  overflow-y: scroll;
  font-size: 14px;
  font-family: 'HelveticaLTPro-Light', 'Helvetica', sans-serif;
  font-weight: 100;
  color: #000;
}

a:link, a:visited {
  text-decoration: none;
  color: #251252;
}

a:hover, a:active {
  text-decoration: underline;
}

.centered {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

header {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
  border-bottom: 10px solid #251252;
}
header #navigation {
  position: absolute;
  bottom: 0;
  right: 0;
}
header #navigation li {
  display: block;
  float: left;
  margin-left: 30px;
  position: relative;
}
header #navigation a:link, header #navigation a:visited {
  color: #b0b0b0;
  font-size: 18px;
  display: inline-block;
  line-height: 56px;
  position: relative;
}
header #navigation a:hover, header #navigation a:active, header #navigation a.active {
  color: #000b49;
  text-decoration: none;
}
header #navigation > li > a.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: -24px;
  z-index: 6;
  pointer-events: none;
  left: 0;
  background: url(../img/layout/nav_active.png) bottom center no-repeat;
}
header #navigation ul {
  display: none;
  padding-top: 20px;
  left: -15px;
  top: 56px;
  min-width: 200px;
  position: absolute;
  background: #251252;
}
header #navigation ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
header #navigation ul a:link, header #navigation ul a:visited {
  display: block;
    width: 90%;
    margin: 0 0 0 -20px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #5D5376;
    box-sizing: border-box;
    padding: 12px 0px;
}
header #navigation ul a:hover, header #navigation ul a:active, header #navigation ul a.active {
  color: #fff;
}
header #navigation ul li:last-child a {
  border-bottom: 0 !important;
}
header #navigation li:hover ul, header #navigation > li > a:hover ul {
  display: inline-block;
}
header #headnav {
  float: right;
}
header #headnav a:link, header #headnav a:visited {
  font-size: 13px;
  color: #241250;
  padding: 0 5px;
  line-height: 20px;
  display: inline-block;
  margin-top: 5px;
}
header #headnav a:hover, header #headnav a:active, header #headnav a.active {
  background: #241250;
  color: #fff;
  text-decoration: none;
}

#banner.big {
  height: 670px;
}

#banner {
  overflow: hidden;
  width: 100%;
  height: 490px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#banner .bannertext {
  position: absolute;
  top: 325px;
  right: 0;
  background: #100b4b;
  width: 680px;
}
#banner .bannertext p {
  color: #fff;
  padding: 30px 0 0 0;
}
#banner .bannertext .title {
  padding: 30px 0 0 0;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'HelveticaLTPro-Black'
}
#banner .bannertext .subtitle {
  font-size: 32px;
  padding: 3px 0 0 0;
}
#banner .bannertext a:link, #banner .bannertext a:visited {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 6px 10px;
}
#banner .bannertext a:hover, #banner .bannertext a:active {
  text-decoration: none;
  background: #fff;
  color: #100b4b;
}
#banner .bannertext img {
  float: left;
  margin-right: 40px;
}
#banner .bannertext:after {
  content: '';
  display: block;
  clear: both;
}
#banner .bannertitles {
  background: #251252;
  background: rgba(37, 18, 82, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  color: #fff;
}
#banner .bannertitles .title {
  font-size: 34px;
  margin-top: 50px;
  line-height: 40px;
  font-family: 'HelveticaLTPro-Black';

}
#banner .bannertitles .subtitle {
  font-size: 30px;
}

#content { padding-top: 50px; }

section {
  background: #fff;
}
#zurich_banner {
  background: #fff;
}
#zurich_banner p {
  text-align: center;
}
#zurich_banner img {
  margin: 50px 0;
}
#zurich_banner:before {
  content: '';
  display: block;
  clear: both;
}

footer {
  background: #423664;
  color: #e9e9e9;
}
footer #footer {
  padding: 30px 0 50px 0;
}
footer #footer .col-3 {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 20px;
}
footer p {
  line-height: 24px;
}
footer .title {
  font-weight: bold;
  color: white;
}
footer a:link, footer a:visited {
  color: #e9e9e9;
  text-decoration: underline;
}
footer a:hover, footer a:active {
  text-decoration: none;
}
footer #footer:after {
  content: '';
  display: block;
  clear: both;
}

body.mceContentBody {
  background: #fff;
}

.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.clear {
  clear: both;
}

/*********************************************
 * Google Maps Info-Box
 */
.contact_box {
  background: rgba(37, 18, 82, 0.8);
  padding: 30px;
  box-sizing: border-box;
  width: 400px;
  height: 200px;
  color: #fff;
}
.contact_box .title {
  font-size: 28px;
  font-weight: bold;
}
.contact_box p {
  line-height: 20px;
  font-size: 16px;
}
.contact_box a:link, .contact_box a:visited {
  color: #fff;
}

.contact_box:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 45px;
  height: 0;
  width: 0;
  border-right: 30px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.col-3 img {
  margin-bottom: 15px;
}

#content h2 {
  font-family: 'HelveticaLTPro-Black';
  font-size: 30px;
  padding: 30px 0;
}

#content p {
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 25px;
}


.overlay_background { display: none; background: #413664; background: rgba(65, 54, 100, 0.8); position: absolute; z-index: 99999; }
.overlay_contents { background: #fff; padding: 20px; height: auto; width: 750px; top: 10%; left: 50%; margin-left: -300px; position: fixed; overflow-y: auto; }
.overlay_contents .o_img { float: left; margin: 0 20px 20px 0; width: 200px; }
.overlay_contents .o_title { font-size: 20px; line-height: 30px; }
.overlay_contents .o_job_name { font-size: 14px; line-height: 20px; padding-bottom: 20px; }
.overlay_contents .o_desc { font-size: 16px;   line-height: 1.4; }
.overlay_contents .overlay_close { display: block; width: 27px; height: 27px; position: absolute; top: 0; right: 0; padding: 10px 20px; }
.overlay_contents .overlay_close:hover { background: #413664; background: rgba(65, 54, 100, 0.8); }