/* GLOBAL STYLES
-------------------------------------------------- */

@import url("https://use.typekit.net/pyp8dyp.css");

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #393939;
  font-family: 'trade-gothic-next', sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-top: 80px;
}

h1, h2, h3, h4 {
  background-color: transparent;
  color: #393939;
  font-family: 'marine', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 26px;
  margin: 0;
  margin-top: 0.5em;
}
h2 {
  font-family: 'marine', sans-serif;
  font-size: 22px;
  line-height: 140%;
  margin: 1.5em 0 1em 0;
}
h2 span {
  font-family: 'marine', sans-serif;
  font-weight: 200;
}
h3 {
  font-family: 'marine', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.2em;
  margin-top: 1.5em;
}
h4 {
  font-family: 'marine', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
h5 {
  font-size: 16px;
}

hr {
  margin-top: 10px;
}

p {
  margin: 0;
  margin-bottom: 1em;
  margin-top: 0.2em;
}
li {
  line-height: 140%;
  margin-bottom: 0.5em;
}

sup { font-size: 1.1em; top: 0.2em; vertical-align: super; }

a {
  color: #2398D1;
}
.button {
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  padding: 9px 20px;
  letter-spacing: -0.31px;
  background-color: #2398D1;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
  transition: background-color 0.3s, border 0.3s;
  -webkit-transition: background-color 0.3s, border 0.3s;
  -moz-transition: background-color 0.3s, border 0.3s;
  -ms-transition: background-color 0.3s, border 0.3s;
  -o-transition: background-color 0.3s, border 0.3s;
}
.button:after {
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-left: 4px;
  content: url("data:image/svg+xml; utf8, <svg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'><path d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/></svg>");
}
.button:hover {
  color: #FFFFFF;
  background-color: #1c7eaf;
}
.button.-bordered {
  color: #2398D1;
  background: none;
  border: 1px solid currentColor;
}
.button.-bordered:after {
  content: url("data:image/svg+xml; utf8, <svg fill='%232398D1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'><path d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/></svg>");
}
.button.-bordered:hover {
  color: #FFFFFF;
  background-color: #2398D1;
}
.button.-bordered:hover:after {
  content: url("data:image/svg+xml; utf8, <svg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'><path d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/></svg>");
}
.more-button {
  color:#2398D1;
}
.more-button:after {
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-left: 4px;
  content: url("data:image/svg+xml; utf8, <svg fill='%232398D1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'><path d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/></svg>");
}
a.more {
  background: #e8e8e8;
  border: 1px solid #e0e0e0;
  color: #292929;
  font-family: 'marine', sans-serif;
  font-size: smaller;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
a:hover {
  color: #2398D1;
  text-decoration: none;
}

table {
  margin: 1em 0 2em 0;
  width: 100%;
}
table th {
  background-color: #ccc;
}
table td {
  /*font-size: 90%;
  line-height: 120%;*/
  padding: 0.1em 0.5em;
  text-align: center;
  vertical-align: top;
}


span.date {
  color: #2398D1;
  font-family: 'marine', sans-serif;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 960px;
}

.row [class^="span"] {
  padding: 0 20px;
}

.row-fluid .span9 {
  margin: 0;
  padding-right: 1em;
  width: 72%;
}
.row-fluid .span6 {
  margin: 0;
  width: 50%;
}
.row-fluid .span8 {
  margin: 0;
  width: 66.6666666%;
}
.row-fluid .span4 {
  margin: 0;
  width: 33.3333333%;
}
.row-fluid .span3 {
  float: left;
  margin: 0;
  width: 25%;
}
.row-fluid .span6.last {
  margin-left: 2%;
  margin-right: 0;
}
.page-head {
  background: #191919;
  box-shadow: 0px 2px 2px rgba(221, 221, 221, 0.3);
  height: 80px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.page-head .container {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  height: inherit;
}
.page-head .brand {
  align-self: center;
}
.page-head .brand,
.page-head .brand img {
  height: 60px;
}
.visible-phone .logo {
  margin: 0;
}
nav#sub_nav {
  background: #292929;
  clear: both;
  height: 8px;
}
nav#sub_nav ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#sub_nav ul li {
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
}
nav#sub_nav ul li a {
  border-bottom: 2px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 6px 1em 5px 1em;
  text-decoration: none;
  text-transform: uppercase;
}
nav#sub_nav ul li a:hover {
  border-bottom-color: rgba(90, 189, 234, 0.7);
}
nav#sub_nav ul li a.current {
  border-bottom-color: #2398D1;
}
nav#sub_nav ul li ul {
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 35px;
  z-index: 100;
}
nav#sub_nav ul li:hover ul {
  display: block;
}
nav#sub_nav ul ul li {
  border-top: 1px solid transparent;
  height: auto;
}
nav#sub_nav ul ul li a {
  background: rgba(226, 241, 251, 0.7);
  border-bottom: none;
  color: #292929;
  display: block;
  min-width: 140px;
  padding-bottom: 5px;
  padding-top: 7px;
  text-decoration: none;
  text-transform: none;
}
nav#sub_nav ul ul li a:hover {
  background: #2398D1;
  color: #fff;
}
nav#sub_nav ul ul li a.current {
  background: #2398D1;
  color: #fff;
}

nav#top_nav {
  margin-left: auto;
  list-style: none;
  align-self: flex-end;
}
nav#top_nav ul {
  margin: 0;
  padding: 0;
}
nav#top_nav ul li {
  border-bottom: 3px solid transparent;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
nav#top_nav ul li.has-sub > a:after {
  display: inline-block;
  width: 8px;
  vertical-align: middle;
  margin-left: 3px;
  content: url("data:image/svg+xml; utf8, <svg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.811 240.811'><path d='M220.088 57.667l-99.671 99.695-99.671-99.707a12.147 12.147 0 00-17.191 0c-4.74 4.752-4.74 12.451 0 17.203l108.261 108.297c4.74 4.752 12.439 4.752 17.179 0L237.256 74.859c4.74-4.752 4.74-12.463 0-17.215-4.728-4.729-12.428-4.729-17.168.023z'/></svg>")
}
nav#top_nav ul li a {
  color: #FFFFFF;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  display: block;
  padding: 14px 18px;
  text-decoration: none;
}
nav#top_nav ul li:hover {
  border-bottom-color: rgba(90, 189, 234, 0.7);
}
nav#top_nav ul li.has_current, nav#top_nav ul li.current {
  border-bottom-color: #2398D1;
}
nav#top_nav ul li ul {
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 54px;
  z-index: 100;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
nav#top_nav ul li:hover ul {
  display: block;
}
nav#top_nav ul ul li {
  border: none;
  height: auto;
  width: 100%;
}
nav#top_nav ul ul li a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(0, 0, 0, 0.8);
  min-width: 140px;
  text-transform: none;
  white-space: nowrap;
}
nav#top_nav ul ul li a:hover {
  background: #2398D1;
  color: #fff;
}
nav#top_nav ul ul li.current a {
  background: #2398D1;
  color: #fff;
}

.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  display: none;
  font-size: 12px;
  margin: 0;
  padding: 1em 0px 0.5em 0px;
}
.breadcrumb div div.span12 {
  float: none;
  margin: 0 auto !important;
  width: 960px !important;
}
.breadcrumb a {
  color: #00b1b0;
}

.main_body h2 {
  color: #757575;
  font-size: 16px;
  font-family: 'Marine', sans-serif;
  margin-top: 0;
  margin-bottom: 45px;
}
.main_body h2 span {
  color: #2398D1;
}
.main_body h2.intro {
  color: #000000;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 15px;
}
#homepage h2 {
  font-size: 22px;
  background: none;
  color: #292929;
  padding: 0;
  margin-bottom: 27px;
}
#homepage .info h3 {
  margin-top: 0;
}
#homepage .info .page-chunk-pad > p {
  margin-bottom: 27px;
}

.info .row {
  margin-left: -10px;
  margin-right: -10px;
}
.info .span6 {
  padding-left: 10px;
  padding-right: 10px;
}
.info .box {
  display: block;
  margin-bottom: 18px;
}
.info .box__thumbnail {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.info a .box__thumbnail {
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
}
.info .box__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#homepage .info .box h3 {
  margin-top: 38px;
}
.info .box p {
  color: #757575;
  margin: 16px 0 20px 0;
}
.info .box__button {
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Marine', sans-serif;
  font-weight: bold;
  display: block;
  padding: 18px 15px;
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
}
.info .box__button:after {
  display: inline-block;
  height: 19px;
  width: 14px;
  margin-left: 9px;
  vertical-align: middle;
  content: url("data:image/svg+xml; utf8, <svg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'><path d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/></svg>");
}
.info .-blue-light .box__button {
  background-color: #2398D1;
}
.info .-burgundy .box__button {
  background-color: #4D0448;
}
.info .-green .box__button {
  background-color: #1CA992;
}
.info .-blue-dark .box__button {
  background-color: #0F265E;
}

.sidebar {
  border-top: 1px solid #2398D1;
  margin-left: 10%;
  padding-top: 10px;
  padding-bottom: 3em;
}
.sidebar:last-child {
  border-top: none;
}
.main_body .sidebar ul {
  margin: 0;
}
.sidebar h3 {
  border-bottom: 1px solid #D2E6F1;
  color: #2398D1;
  font-family: 'marine', sans-serif;
  font-size: 24px;
  margin: 0;
  padding-bottom: 23px;
}
.sidebar ul li {
  position: relative;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -1px;
}
.sidebar a:not(.button) {
  color: #2398D1;
  display: block;
  font-family: 'marine', sans-serif;
  padding: 12px 10px;
}
.sidebar a:hover {
  background-color: #2398D1;
  color: #fff;
  text-decoration: none;
}
.sidebar .button {
  margin-bottom: 50px;
}
.sidebar ul li.current,
.sidebar ul li.has_current {
  border-top-color: #AFE2FC;
  border-bottom-color: #AFE2FC;
  z-index: 2;
}
.sidebar ul li.current a,
.sidebar ul li.has_current a {
  background-color: #ECF3F7;
  color: #292929;
}
.sidebar ul+ul {
  border-top: 3px solid #2398D1;
  margin-top: 40px !important;
}

.main_body ul {
  list-style: circle;
  margin: 1.25em 0 1.25em 1.5em;
}

.subnav .page-chunk-pad {
  padding: 0;
}

.page-chunk-pad h2 {
  font-family: trade-gothic-next, sans-serif;
}


.row-fluid .span12 {
  margin: 0;
}

#contact-us .row-fluid .span4 {
  margin-right: 0;
}
#contact-us .row-fluid .span5 {
  margin-left: 0;
  width: 45%;
}

.row-fluid article ul {
  list-style: url(../../img/bullet.png);;
}

/**
 * footer
 */
footer {
  background: #191919;
  clear: both;
  margin-top: 50px;
  padding: 38px 0;
}
footer .container {
  background: transparent;
}
footer img {
  height: 65px;
  width: auto;
}
footer p {
  color: #898989;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
}
footer p:first-of-type {
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
footer .text-center {
  text-align: center;
}
footer .text-center ul {
  text-align: left;
  margin: 0 auto;
  max-width: max-content;
}
footer ul li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 15px;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #2398D1;
  margin: 0 1em;
  padding-bottom: 0.2em;
}
footer ul li a:hover {
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
footer ul li.current a {
  border-bottom: 1px solid #fff;
}
footer span,
footer span a {
  color: #ddd;
  font-size: 90%;
}
footer span a:hover {
  color: #fff;
}
.footnote {
  border-top: 1px solid rgba(255,255,255,0.3);
  clear: both;
  float: left;
  font-size: 80%;
  line-height: normal;
  /*margin-top: 0.5em;*/
  padding-top: 0.5em;
}

article {
  float: left;
  margin-bottom: 1em;
  padding: 0
}
.row-fluid  article .span8 {
  margin: 0;
  width: 65%;
}
article h2 {
  margin-bottom: 1em;
  margin-top: -0.75em;
  text-align: center;
}

.ar {
  text-align: right;	
}

#banner {
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  height: 379px;
  margin: 0;
  margin-bottom: 41px;
  padding: 0;
}

#banner:before,
#banner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

#banner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 100px;
  width: 100%;
  opacity: 0.44;
  background: linear-gradient(180deg, rgba(69,212,246,0) 0%, #21A9EB 100%);
}
#banner:before {
  height: 100%;
  width: 70%;
  opacity: 0.7;
  background: linear-gradient(90deg, rgba(237,241,243,1) 60%, rgba(23,51,160,0) 100%);
}
#overlay {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero_container div {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0 auto;
  position: relative;
  width: 960px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
.hero_container h1,
.hero_container h2,
#homepage .hero_container h2 {
  font-size: 56px;
  line-height: 57px;
  font-family: 'marine', sans-serif;
  margin: 0;
  padding: 0;
}
#homepage .hero_container h2 {
  width: 380px;
}
.hero_container h1 {
  color: #292929;
  letter-spacing: -1px;
}
.hero_container h2,
#homepage .hero_container h2 {
  color: #2398D1;
}

.department {
  background: #f2f2f2;
  float: left;
}
.person {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  float: left;
  padding: 1em 1.5%;
  overflow: hidden;
  width: 30%;
}
.person article {
  border-bottom: 2px solid #2398D1;
  margin-bottom: 0;
  min-height: 290px;
  width: 100%;
}
.person article h3,
.person article h4 {
  color: #292929;
  font-size: inherit;
}
.person article h3 {
  font-family: 'marine', sans-serif;
  margin-top: 0.75em;
}
.person article h4 {
  font-family: 'marine', sans-serif;
  font-size: 14px;
  margin-top: 0;
}
.person h3 a {
  color: #292929;
}
.profile {
  background: #f2f2f2;
  padding: 1em;
  overflow: hidden;
}
.profile h3 {
  font-family: 'marine', sans-serif;
  font-size: inherit;
}
.profile h4 {
  font-family: 'marine', sans-serif;
  font-size: 14px;
  margin-bottom: 1em;
  margin-top: 0;
}
.profile .span4 {
  border-bottom: 2px solid #2398D1;
  margin-right: 5%;
  width: 30%;
}
.profile .span8 {
  width: 60%;
}
.profile p {
  clear: both;
}

.block .container .sidebar .page-chunk-pad {
  padding: 0;
}


div.group {
  clear: both;
}
div.group div {
  margin-right: 5%;
  min-height: 18em;
  padding-bottom: 1em;
  text-align: center;
}
div.group h3 {
  line-height: 100%;
  margin: 0;
  margin-top: 1em;
}
div.group .profile_shot {
  margin-bottom: 0;
}

/**
 * NEWS
 */
.news .sidebar ul {
  margin-left: 0;
}
.main_body .news h2 {
  background: none;
  border: none;
  color: #fff;
}
.news .page-chunk-pad h2  {
  background: #2398D1;
  color: #fff;
  margin-top: 0;
  padding: 0.25em 1.5em;
}
.main_body .news p {
  margin: 0;
  margin-bottom: 12px;
}
.main_body .news .date {
  color: #fff;
  font-family: 'marine', sans-serif;
  font-size: 80%;
  margin-bottom: 0;
}
.main_body .news a {
  background: none;
  color: #fff;
  font-size: 90%;
  line-height: 100%;
}
.main_body .news a:hover {
  background: none;
  text-decoration: underline;
}
.post,
.event {
  border-bottom: 1px solid #D2E6F1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-bottom: 1em;
  text-align: left;
  width: 96%;
}
.post a:hover {
  color: #2398D1;
}
.post a,
.post .date {
  color: #757575;
}
.post span a {
  background: none;
  color: inherit;
  padding: 0.5em 0;
}
.post h2,
.event h2 {
  line-height: 140%;
  margin-top: 0;
}
.post h3 {
  line-height: 140%;
  margin: 0;
  margin-bottom: 1em;
}
.post h4 {
  font-weight: 400;
}
.post p,
.event p {
  margin-bottom: 9px;
}
.post a.more {
  background: #979797;
  color: #fff;
}

div.event  p {
  line-height: 140%;
}
div.event a.ics {
  /*background: url(../../img/icon-calendar.png) 100% 50% no-repeat;*/
  float: right;
  /*padding-right: 30px;*/
}
div.event span.body a {
  background: url(../../img/icon-external-link.png) 100% 50% no-repeat;
  line-height: 140%;
  padding-right: 1.5em;
}

#homepage .post {
  background: none;
  border: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-bottom: 1em;
  text-align: left;
  border-bottom: 1px solid #D2E6F1;
}
#homepage .post a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
}
#homepage .post a:hover {
  background: none;
}
#homepage .post a:hover p.title {
  text-decoration: underline;
}
#homepage .post h4 {
  margin: 0 0 9px 0;
}
#homepage .post h4,
#homepage .post p.title {
  color: #757575;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.29px;
  padding: 0;
}
#homepage .post p.title {
  margin: 0;
}
#homepage .post p.title a:hover {
  text-decoration: underline;
}
#homepage p {
  clear: both;
  font-weight: 400;
}
#homepage a.more {
  background: #2398D1;
  color: #fff;
  display: block;
  padding: 0.25em 0;
  text-align: center;
  width: 100%;
}
#homepage .shorts h3 {
  background: none;
  border: none;
  color: #2398D1;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-family: 'marine', sans-serif;
  margin-bottom: 0.5em;
  padding: 0;
  text-align: left;
}
#homepage .row-fluid .span3.sidebar {
  padding-left: 0;
}
#homepage a.more {
  margin-bottom: 1em;
}

.panel {
  padding-right: 1.7em;
}
.panel:last-child {
  padding-left: 0.3em;
  padding-right: 0;
}

section.highlight {
  padding-left: 30px;
  padding-top: 30px;
}
/*section.highlight h3 {
  background: #fff url(../../img/overlay.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 1em;
  text-transform: uppercase;
}*/
section.highlight p {
  background: #e8e8e8;
  color: #00549F;
  font-size: 16px;
  margin: 0;
  padding: 1em;
  text-transform: none;
}
section.highlight p img {
  width: 100%;
}
section.highlight p:last-child {
  line-height: 140%;
  padding-top: 0;
}
section.highlight a {
  color: #dc6400;
}
p.highlight {
  background: #e8e8e8;
  margin: 0;
  margin-top: 22px;
  padding: 1em;
}


.error { color: red; font-weight: bold; }

.download {
  background: transparent url(../../img/icon-unknown.png) no-repeat 100% 50%;
  padding-right: 24px;
}
.download.doc {
  background-image: url(../../img/icon-doc.png);
}
.download.docx {
  background-image: url(../../img/icon-docx.png);
}
.download.pdf {
  background-image: url(../../img/icon-pdf.png);
}
.download.pptx {
  background-image: url(../../img/icon-pptx.png);
}
.download.xls {
  background-image: url(../../img/icon-xls.png);
}
.download.xlsx {
  background-image: url(../../img/icon-xlsx.png);
}
.download.statement {
  background-image: url(../../img/icon-statement.png);
  background-position: 100% 50%;
}
.download.presentation {
  background-image: url(../../img/icon-presentation.png);
  background-position: 100% 50%;
}
.download.report {
  background-image: url(../../img/icon-report.png);
  background-position: 100% 50%;
}
.download.webcast {
  background-image: url(../../img/icon-webcast.png);
  background-position: 100% 50%;
}
.download.audio {
  background-image: url(../../img/icon-audio.png);
  background-position: 100% 50%;
}
.external_link {
  background: transparent url(../../img/icon-external-link.png) 100% 50% no-repeat;
  padding-right: 1em;
}


/**
 * homepage
 */
#homepage .splash h1 {
  color: #2398D1;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 130%;
  margin-bottom: 0;
  padding: 0.5em 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
#homepage .splash h2 {
  color: #aaa;
  font-size: 24px;
  margin-top: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

#homepage .row-fluid .span3 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#homepage .row-fluid .span3 p {
  margin-bottom: 0;
}

/**
 * Homepage Carousel
 */
#homepage-carousel {
  margin: 0;
  position: relative;
}
.homepage-carousel-inner {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.homepage-carousel-inner > .item {
  background-position: 50% 0%;
  background-size: cover;
  display: none;
  height: 400px;
  position: relative;
  width: 100%;
}
.homepage-carousel-inner > .item  img {
  width: 100%;
}
.homepage-carousel-inner > .active,
.homepage-carousel-inner > .next,
.homepage-carousel-inner > .prev {
  display: block;
}
.homepage-carousel-inner > .active {
  left: 0;
}
.homepage-carousel-inner > .next,
.homepage-carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.homepage-carousel-inner > .next {
  left: 100%;
}
.homepage-carousel-inner > .prev {
  left: -100%;
}
.homepage-carousel-inner > .next.left,
.homepage-carousel-inner > .prev.right {
  left: 0;
}
.homepage-carousel-inner > .active.left {
  left: -100%;
}
.homepage-carousel-inner > .active.right {
  left: 100%;
}
/* Fade Slider CSS */
#homepage-carousel.carousel-fade .item {
  transition: opacity 1s ease-in-out;
}
#homepage-carousel.carousel-fade .active.left,
#homepage-carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
#homepage-carousel.carousel-fade .next,
#homepage-carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
#homepage-carousel.carousel-fade .carousel-control {
  z-index: 1000;
  outline:none;
}
.pips {
  display: block;
  left: 50%;
  position: absolute;
  top: 90%;
  width: 150px;
  z-index: 5;
}

.carousel-indicators {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  margin: 0;
  margin-left: -480px;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #fff;
}

.photo_desc {
  background: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.photo_desc div {
  height: 400px;
  margin: 0 auto;
  width: 960px;
}
.photo_desc h1 {
  background: none;
  color: #fff;	
  font-family: 'marine', sans-serif;
  font-size: 30px;
  /*font-weight: 600;*/
  left: 0;
  letter-spacing: 2px;
  line-height: 125%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-shadow: 0px 0px 1px #aaa;
  top: 50%;
  width: 500px;
  transform: translateY(-50%);
}
.photo_desc h1 strong {
  color: #000;
  font-family: 'marine', sans-serif;
}

/**
 *
 */
img.alignment-left {
  margin-bottom: 1em;
  margin-right: 1em;
}
img.alignment-right {
  margin-bottom: 1em;
  margin-left: 1em;
}


.clearfix {
  clear: both;
}

/**
 * styles for Pipeline section
 */
#chart {
  background: #f2f2f2;
  float: left;
  margin: 5px 0 20px 0;
  width: 100%;
}
.pipe {
  float: left;
  margin: 9px 0;
  padding: 0;
}
.pipe a {
  color: #2398D1;
  display: block;
  font-size: 15px;
  text-align: center;
}
.labels div {
  background-color: #e5e5e5;
  color: #292929;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.labels div:last-child {
  border-right: none;
}
.labels .pipe {
  border-right: 1px solid #fff;
  padding: 0.5em 0;
  white-space: nowrap;
}
.progress {
  border-radius: 0;
  height: 18px;
  margin: 0;
  margin-top: 12px;
  padding: 0;
  box-shadow: none;
}
.progress .bar {
  border-bottom-right-radius: 0;
  color: #fff;
  font-size: 90%;
  padding: 6px;
  padding-top: 9px;
  text-shadow: none;
}
.progress .bar a {
  background: none;
  color: inherit;
}
.note {
  clear: both;
  font-size: 90%;
  font-style: italic;
}
.bar.print {
  display: none;
}


/**
 * blocks
 */
.block {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
}
.block:before {
  content: "";
  display: block;
  visibility: hidden;
}
.row-fluid.main_body {
  padding: 0;
}
#homepage .row-fluid.main_body {
  padding: 0;
}
#management .row-fluid.main_body,
#board-of-directors .row-fluid.main_body {
  padding-bottom: 0;
}


.disclaimer {
  font-size: 70%;
  padding-top: 0.5em;
}

.visible-print {
  display: none;
}


/*
 * hide forms by default because they are only used on the Contact page
 */
 .contact {
  background: #f2f2f2;
  padding: 1em 2em;
 }
.contact-form > * {
  width: 95%;
}
.contact-form .span4 {
  margin: 0;
}
.contact-form table td {
  font-size: inherit;
  text-align: left;
}
p.train {
  float: left;
  margin-bottom: 2em;
  margin-right: 2%;
  width: 30%;
}

form.selector {
  margin: 0;
}
.alert {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #555;
}
.success {
  background-color: #e0ffe0;
}
.error {
  background-color: #ffe0e0;
}

#disclaimer ol {
  list-style: decimal;
}
#disclaimer ol ol {
  list-style: lower-alpha;
  margin-top: 0.5em;
}
#disclaimer-us ol {
  list-style: lower-alpha;
}
#vc-investors .info div.box {
  background: #f2f2f2;
  border-bottom: 4px solid #2398D1;
  border-top: 2px solid #2398D1;
  float: left;
  margin: 10px 0;
}
#vc-investors .info div.box p {
  font-family: 'marine', sans-serif;
  padding: 1em;
}
#vc-investors .info div.box p:first-child {
  border: 0;
  float: left;
  width: 25%;
}
#vc-investors .info div.box p:last-child {
  border-left: 2px solid #fff;
  float: left;
  margin: 0;
  width: 64%;
}

#about-us .info ul,
#strategy .info ul,
#regulatory-announcements .info ul,
#our-cultural-hallmarks .info ul,
#us-employee-benefits .info ul {
  margin: 1.5em 0;
}
#regulatory-announcements .info ul li,
#us-employee-benefits .info ul li {
  background: #f2f2f2;
  border-bottom: 2px solid #2398D1;
  border-top: 1px solid #2398D1;
  list-style: none;
  margin-bottom: 1em;
  padding: 1em;
}
#about-us .info ul,
#strategy .info ul,
#our-cultural-hallmarks .info ul {
  display: flex;
  margin: 45px 0;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  list-style: none;
}
#about-us .info *,
#about-us .info *:before,
#about-us .info *:after,
#strategy .info *,
#strategy .info *:before,
#strategy .info *:after,
#our-cultural-hallmarks .info *,
#our-cultural-hallmarks .info *:before,
#our-cultural-hallmarks .info *:after {
  box-sizing: border-box;
}
#about-us .info ul li,
#strategy .info ul li,
#our-cultural-hallmarks .info ul li {
  font-size: 18px;
  font-family: 'Marine', sans-serif;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  flex-grow: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
#about-us .info ul li a .square-image,
#our-cultural-hallmarks .info ul li a .square-image {
  position: relative;
  height: 0;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 100%;
}
#about-us .info ul li a img,
#our-cultural-hallmarks .info ul li a img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#about-us .info ul li a p,
#strategy .info ul li a p,
#our-cultural-hallmarks .info ul li p {
  color: #FFFFFF;
  margin-bottom: 13px;
}
#about-us .info ul li a,
#strategy .info ul li div,
#our-cultural-hallmarks .info ul li div{
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
  overflow: hidden;
}
#about-us .info ul li:nth-child(1) a {
  background-color: #4D0448;
}
#about-us .info ul li:nth-child(2) a {
  background-color: #1CA992;
}
#about-us .info ul li:nth-child(3) a {
  background-color: #0F265E;
}
#our-cultural-hallmarks .info ul li:nth-child(4n+1) div,
#strategy .info ul li:nth-child(4n+1) div {
  background-color: #2398D1;
}
#our-cultural-hallmarks .info ul li:nth-child(4n+2) div,
#strategy .info ul li:nth-child(4n+2) div {
  background-color: #4D0448;
}
#our-cultural-hallmarks .info ul li:nth-child(4n+3) div,
#strategy .info ul li:nth-child(4n+3) div {
  background-color: #1CA992;
}
#our-cultural-hallmarks .info ul li:nth-child(4n+4) div,
#strategy .info ul li:nth-child(4n+4) div {
  background-color: #0F265E;
}
#about-us .info ul li strong,
#our-cultural-hallmarks .info ul li strong {
  display: block;
  margin-bottom: 6px;
}
#about-us .info ul li strong sup,
#our-cultural-hallmarks .info ul li sup,
#strategy .info ul li sup {
  font-size: 15px;
  vertical-align: revert;
}
#about-us .info ul li a,
#our-cultural-hallmarks .info ul li div,
#strategy .info ul li div {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 16px;
  color: #ffffff;
}
#about-us .info ul li .more-button,
#our-cultural-hallmarks .info ul li .more-button,
#strategy .info ul li .more-button {
  color: #FFFFFF;
}
#about-us .info ul li .more-button:after,
#our-cultural-hallmarks .info ul li .more-button:after,
#strategy .info ul li .more-button:after {
  content: url("data:image/svg+xml; utf8, <svg fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823'><path d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/></svg>");
}
#about-us .info ul li a .more-button {
  margin-top: auto;
}
#about-us .info a {
  color: #292929;
}

.feature-block {
  position: relative;
  padding: 58px 48px;
  background-color: #EEEEEE;
  margin: 38px 0;
  z-index: 1;
  overflow: hidden;
}
.feature-block h3 {
  color: #4D0448;
  margin: 0;
}
.feature-block img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}

#us-employee-benefits .info table,
.bordered table {
  margin: 0 0 10px;
}
#us-employee-benefits .info tr,
.bordered tr {
  border-bottom: 2px solid #2398D1;
  border-top: 1px solid #2398D1;
}
#us-employee-benefits .info td,
.bordered td {
  background: #f2f2f2;
  text-align: left;
}
#us-employee-benefits .info td,
.bordered td {
  padding: 10px 0 10px 10px;
  width: 110px;
}
#us-employee-benefits .info td+td,
.bordered td+td {
  padding: 10px;
  width: auto;
}
#us-employee-benefits .info td img,
.bordered td img {
  height: 100px;
  width: 100px;
}

.contact-box {
  color: #FFFFFF;
  padding: 20px;
  background-color: #1c7eaf;
}

.contact-box h3 {
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

.contact-box .map {
  height: 400px;
}

#staffing-agencies .info ul {
  background: #f2f2f2;
  border-bottom: 2px solid #2398D1;
  border-top: 1px solid #2398D1;
  margin-left: 0;
  padding: 1em;
}
#staffing-agencies .info ul li {
  margin-left: 1em;
}
#staffing-agencies .info ul li:first-child {
	list-style: none;
  margin-left: 0;
}

.sidebar p.humble {
	font-style: italic !important;
	line-height: 140% !important;
	margin-top: 2em !important;
}


#itf .post .date {
  color: #2398D1;
}
#itf .post .download {
  background-position: 0 0;
  padding-left: 2em;
  padding-right: 0;
}

/**
 * tabs
 */
.tabs {
  /*min-height: 220px;*/
}
.tabs .tab {
  color: #fff;
  cursor: pointer;
  float: left;
  line-height: 2em;
  text-align: center;
  width: 8em;
}
.tabs .tab.taboff {
  background: #a0a0a0;
}
.tabs .tab.tabon {
  background: #2398D1;
  font-weight: 600;
}
.tabs .content {
  background: #f2f2f2;
  border-bottom: 2px solid #2398D1;
  border-top: 1px solid #2398D1;
  clear: both;
  margin-left: 0;
  margin-top: 2em;
  padding: 1em;
  /*width: 100%;*/
}
.tabs .content#us-openings {
  min-height: 100px;
  padding: 1em;
}
.tabs .content#uk-openings {
  display: none;
}

/**
 * cookie panel
 */
#cookie-panel {
  background: rgba(41, 41, 41, 0.8);
  border-top-left-radius: 200px 100px;
  color: #fff;
  display: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0.5em 2%;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60%;
  z-index: 200;
}
#cookie-panel p {
  clear: none;
  float: left;
  margin: 0;
  padding: 0;
}
#cookie-panel p a {
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#cookie-panel form {
  margin: 0 10%;
  padding: 0.5em 0;
  text-align: right;
  width: 90%;
}
#cookie-panel form input {
  display: inline;
}

/**
 * all iframe styles
 */
iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
iframe#shareprice {
  height: 270px;
}
#email-alerts iframe {
  /*height: 1050px;*/
}
#regulatory-news iframe {
  /*height: 1050px;*/
}
#share-price iframe {
  /*height: 1700px;*/
}

.video {
  height: 0;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  position: relative;
}
.video iframe {
  height: 96%;
  left: 0;
  position: absolute;
  top: 0;
  width: 96%;
}

#analysts table {
  background: #f2f2f3;
}
#analysts table td {
  border: 1px solid #2398D1;
  padding: 0.5em 0.5em 0 0.5em;
}
#contacts table td {
  text-align: left;
  vertical-align: top;
  width: 50%;
}

/**
 * styles for investors reports page
 */
.reports {
  margin: 2em 0 1em 0;
  overflow: hidden;
}
.reports ul {
  list-style: none;
  margin: 0;
}
.reports ul li {
  float: left;
}
.reports ul li a {
  background: #f2f2f3;
  border: 1px solid #2398D1;
  color: #292929;
  display: block;
  margin-right: 2px;
  padding: 0.7em;
}
.reports ul li a.current,
.reports ul li a:hover {
  background: #2398D1;
  color: #fff;
}

#reports th {
  background: none;
  border-bottom: 1px solid #00a4f4;
  font-weight: normal;
  padding: 0.4em 0.2em;
}
#reports tr:nth-child(even) {
  background: #f2f2f3;
}
#reports td {
  height: 2.5em;
  padding: 0.4em 0;
}
#reports td:nth-child(1),
#reports td:nth-child(2) {
  text-align: left;
}
#reports td:nth-child(1) {
  padding-right: 0.5em;
  white-space: nowrap;
}
#reports td a {
  display: inline-block;
  height: 2.5em;
}

#presentations .block .page-chunk-pad a {
  background: #f2f2f2;
  border-bottom: 2px solid #2398D1;
  border-top: 1px solid #2398D1;
  float: left;
  margin: 0.75em 0 1.25em 0;
  padding: 1em 2%;
  width: 96%;
}

#contact #gmap_canvas1 { margin-top: 1em; }
#contact .button a {
	border: 2px solid #2398D1;
	border-radius: 8px;
	display: inline-block;
	margin-top: 1em;
	padding: 0.5em 1em;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  left: 0;
  /*margin-top: 20px;*/
  margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.navbar-wrapper .navbar {
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  background: #191919;
  background-size: cover;
  border: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  font-family: 'marine', sans-serif;
  font-size: 18px;
  padding: 16px 20px 18px; /* Increase vertical padding to match navbar links */
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 0.25em 1em;
}
.navbar-inverse .nav-collapse .nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-inverse .nav-collapse .nav > li.current > a {
  background-color: #2398D1;
  color: #fff;
}
.navbar-inverse .nav-collapse .nav > li > a:hover {
  background: none;
  border-color: #2398D1;
  text-decoration: underline;
}
.navbar-inverse .nav-collapse .nav > li.current > a:hover {
  background-color: #2398D1;
  color: #fff;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 30px;
}

.navbar-inverse .btn-navbar {
  background: #fff;
  border-color: #d0d0d0;
}
.navbar-inverse .btn-navbar:hover {
  background: #f0f0ff;
}
.navbar-inverse .navbar-inner {
  -webkit-filter: none;
          filter: none;
}

.navbar ul.nav ul {
  list-style: none;
  margin-left: 1em;
}
.navbar ul.nav ul li {
  line-height: 100%;
  margin: 0;
  margin-left: 0.2em;
}
.navbar ul.nav ul li a {
  color: #fff;
  display: block;
  margin: 0;
  padding: 0.3em 0 0.3em 0.5em;
  width: 80%;
}
.navbar ul.nav ul li a:hover {
  text-decoration: underline;
}
.navbar ul.nav ul li.current a {
  background-color: #2398D1;
  color: #fff;
}
.navbar .btn-navbar .icon-bar {
  background-color: #569bbe;
  box-shadow: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* small laptop and tablet */
@media (max-width: 1024px) {

  body {
    padding-left: 0;
    padding-right: 0;
  }

  header,
  footer,
  .hero_container div,
  .breadcrumb div div.span12,
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container  {
    width: 100% !important;
  }

  #logo {
    margin-left: 20px;
  }
  nav#top_nav ul {
    margin-left: 20px;
  }

  
  footer .row-fluid .span12 {
    margin: 0 1%;
    width: 98%;
  }
  footer .row-fluid .span6 {
    padding: 0 1em;
  }

  .hero_container h1,
  .hero_container h2,
  #homepage .hero_container h2  {
    padding-left: 1em;
  }

  #homepage h2 {
    padding: 0 1em;
  }

  #cookie-panel {
    width: 70%;
  }

  .row-fluid .span9 {
    margin-left: 2%;
  }
  .page-chunk-pad {
    padding: 0 1em;
  }
  #homepage   .page-chunk-pad {
    padding: 0;
  }

  footer .row-fluid .span3 {
    padding-left: 1em;
  }

}

/* tablet portrait */
@media (max-width: 979px) {

  .navbar-inner {
    border-radius: 0;
  }

  #overlay {
    background-position: -300px 50%;
  }

  .sidebar h3 {
    margin-top: 1em;
  }

  #cookie-panel {
    width: 80%;
  }

}

/* tablet portrait */
@media (max-width: 900px) {

  #vc-investors .info div.box p:last-child {
    width: 60%;
  }

}

/* mobiles */
@media (max-width: 900px) {

  .navbar-inner img { width: 150px; }

  #overlay:after {
    width: 90%;
  }

  body { margin-top: 0px; }

  .row-fluid { margin: 0; } 

  .thumbnail > img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .navbar-wrapper {
    margin-bottom: -20px;
    position: static;
  }

  .container.fixed,
  .side_nav  {
    display: none;
  }

  article {
    margin: 0;
    padding: 0;
  }

  .person {
    width: 46%;
  }
  .person article {
    text-align: center;
  }

  .row-fluid .span12,
  .row-fluid .span9,
  .row-fluid .span7,
  .row-fluid .span5,
  .row-fluid .span3 {
    margin: 0 2% !important;
    padding: 0 !important;
    width: 96% !important;
  }
  .row-fluid .span3.sidebar {
    margin-top: 20px;
    padding-top: 1.5em;
  }

  #vc-investors .info div.box p:first-child,
  #vc-investors .info div.box p:last-child {
    padding: 1em 3%;
    width: 94%;
  }
  #vc-investors .info div.box p:first-child {
    border-bottom: 2px solid #fff;
  }
  #vc-investors .info div.box p:last-child {
    border-left: none;
  }

  #contact .main_body .span8,
  #contact .main_body .span4 {
    clear: both;
    float: none;
    width: 100%;
  }

  #cookie-panel {
    width: 90%;
  }

}

@media (max-width: 600px) {

  .feature-block img {
    position: relative;
    margin-top: 40px;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

  .info .span6 {
    padding: 0;
  }

  .row-fluid .span6 {
    margin: 0 1%;
    width: 98%;
  }

  .person,
  .profile .span4,
  .profile .span8 {
    width: 100%;
  }
  .profile .span4 {
    margin-bottom: 1em;
  }

  .person {
    padding: 1em 0;
  }

  .main_body .span9,
  .main_body .span6 {
    margin: 0;
    width: 100%;
  }

  #about-us .info ul {
    display: block;
  }

  #about-us .info ul li {
    flex: 0;
    max-width: 100%;
  }

  footer .row-fluid .span3,
  footer .row-fluid .span9  {
    padding-left: 0.5em;
  }
  footer ul {
    float: left;
    margin-bottom: 1em;
  }
  footer ul li {
    display: block;
    margin-bottom: 0.5em;
  }
  footer ul li:after {
    content: "";
  }
  footer ul li a {
    margin-left: 0;
  }

  #homepage h2 {
    padding: 0;
  }
  #homepage .info div.box div {
    display: none;
    float: left;
    width: 96%;
  }
  #homepage .info div.box div+div {
    display: block;
    width: 96%;
  }

  #homepage .row-fluid .span3.sidebar {
    padding: 0.5em;
  }
  #homepage .page-chunk-pad,
  .page-chunk-pad {
    padding: 0 1em;
  }

  .hero_container h1,
  .hero_container h2,
  #homepage .hero_container h1,
  #homepage .hero_container h2 {
    padding-left: 0.5em;
    width: 90%;
  }

  #cookie-panel {
    width: 100%;
  }

}

@media (max-width: 480px) {

  .navbar .btn-navbar {
    margin-top: 26px;
  }

  .hero_container h1,
  .hero_container h2,
  #homepage .hero_container h1,
  #homepage .hero_container h2  {
    font-size: 46px;
    margin: 0 2%;
    padding: 0 3%;
    width: 79%;
    line-height: 45px;
  }

  .main_body h2 {
    padding: 0.25em 1em;
  }

}

@media print {

  h1, h2, h3 {
    clear: both;
    height: auto;
    line-height: auto;
  }
  h1 {
    border-color: #00aeef;
  }
  h2 {
    border-color: #7f4594;
  }
  h1 span, h2 span, h3 span {
    background: none;
  }

  footer ul {
    display: none;
  }

  .span3.sidebar {
    display: none;
  }

  .row-fluid .span4,
  .row-fluid .span6,
  .row-fluid .span6:last-child,
  .row-fluid .span6.last,
  .row-fluid .span9 {
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
  }

  ul {
    clear: both;
    margin: 0;
    margin-left: 1em;
    padding: 0;
  }

  a[href]:after {
    content: none !important;
  }
  img.social {
    display: none;
  }
  .navbar .btn-navbar {
    display: none;
  }
  .navbar-wrapper.visible-phone {
    display: none !important;
  }

  .visible-print {
    display: block;
  }
  .visible-print img {
    width: 250px;
  }

}
