/*
 * HTML5 Boilerplate
 *
 * Modified slightly for Google Ventures
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #59879F;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #59879F;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover {
  color: #222;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Global styles, used across the main site and the joekraus blog */
/* ===== UTILS ===== */
/* ===== GENERAL STYLES ===== */
body {
  background: #eeeeee url(../img/main/background.png) repeat top center;
  overflow-y: scroll;
}
body.dark {
  background: #333333 url(/img/diamond-pattern-dark.png) repeat top center;
}
.lt-ie8 body {
  background: #eeeeee url(../img/main/diamond-pattern-ie.png) repeat top center;
}
.lt-ie8 body.dark {
  background: #333333 url(/img/diamond-pattern-dark-ie.jpg) repeat top center;
}
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}
h1,
h2 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 18px;
}
h6 {
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

em {
  font-style: normal;
}
.diamond {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  margin-top: -31px;
  z-index: 10;
}
/* =============================================================================
   homepage diamond
   ========================================================================== */

.diamond.worksemi {
  background-image: url("../img/home/icon01.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/icon01.png',sizingMethod='crop');
}
.diamond.sl1m {
	background-image: url("../img/home/icon04.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/1page_content/icon04.png',sizingMethod='crop');
}
.diamond.procert {
	background-image: url("../img/home/icon02.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/1page_content/icon02.png',sizingMethod='crop');
}
.diamond.conference{
	background-image: url("../img/home/icon05.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/icon05.png',sizingMethod='crop');
}
.diamond.newsletter {
	background-image: url("../img/home/icon07.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/icon07.png',sizingMethod='crop');
}
.diamond.investseri {
	background-image: url("../img/home/icon03.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/icon03.png',sizingMethod='crop');
}
.diamond.calender {
	background-image: url("../img/home/icon06.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/icon06.png',sizingMethod='crop');
}
/* =============================================================================
   subpages diamond
   ========================================================================== */
.diamond.about {
  background-image: url("../img/about/diamonds/corporate-icon.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/about/diamonds/corporate-icon.png',sizingMethod='crop');
}
.diamond.themanagers { /* - addon - */
  background-image: url("../img/themanagers/diamonds/icon.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/themanagers/diamonds/icon.png',sizingMethod='crop');
}
.diamond.media { /* - addon - */
  background-image: url("../img/media/diamonds/icons.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/media/diamonds/icons.pn',sizingMethod='crop');
}
.diamond.faqs { /* - addon - */
  background-image: url("../img/faq/diamonds/icons.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/faq/diamonds/icons.png',sizingMethod='crop');
}
.diamond.contact { /* - addon - */
  background-image: url("../img/contact/diamonds/icons.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contact/diamonds/icons.png',sizingMethod='crop');
}
.hr {
  display: block;
  clear: both;
  margin: 30px auto;
  width: 90%;
  height: 1px;
  background: #e4e4e4;
  background: -webkit-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: -moz-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: -ms-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: -o-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
}
.hr .triangle {
  width: 11px;
  height: 11px;
  margin: 0 auto;
  position: relative;
  top: -4px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 0 #cccccc;
  -moz-box-shadow: -1px -1px 0 #cccccc;
  -ms-box-shadow: -1px -1px 0 #cccccc;
  -o-box-shadow: -1px -1px 0 #cccccc;
  box-shadow: -1px -1px 0 #cccccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hr-shadow {
  display: block;
  clear: both;
  margin: 2em auto -2em auto;
  width: 90%;
  height: 60px;
  overflow: hidden;
  margin-top: 80px;
}
.hr-shadow .edge {
 
  height: 1px;
  background: #e4e4e4;
  background: -webkit-linear-gradient(left, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: -moz-linear-gradient(left, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: -ms-linear-gradient(left, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: -o-linear-gradient(left, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: linear-gradient(left, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  
}
.hr-shadow .shadow {
	
  height: 40px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -60px;
  -webkit-box-shadow: 0 0 130px #cccccc;
  -moz-box-shadow: 0 0 130px #cccccc;
  -ms-box-shadow: 0 0 130px #cccccc;
  -o-box-shadow: 0 0 130px #cccccc;
  box-shadow: 0 0 130px #cccccc;
}
img.thumbnail,
.thumbnail-inset {
  width: 111px;
  height: 111px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left:50px;
}
img.thumbnail2,
.thumbnail-inset {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  margin-left:50px;
}

img.thumbnail {
  background: #efefef;
}
.thumbnail-inset {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6);
}
.browser-support {
  margin: 0;
  background-color: #a94d59;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  line-height: 1.6em;
}
.browser-support a,
.browser-support a:hover {
  color: #fff;
  text-decoration: underline;
  margin-right: 1.5em;
}
.events {
  height: 300px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.events div {
  padding: 10px;
  border-top: 1px solid #e1e1e3;
}
.events strong {
  font-weight: normal;
  color: black;
}
.events span {
  display: block;
  margin-top: 2px;
}
/* ===== HOVERCARD ===== */
#hovercard {
  position: absolute;
  display: none;
  top: 300px;
  left: 300px;
  width: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}
#hovercard .triangle {
  width: 9px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 145.5px;
  top: -4.5px;
  -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hovercard h2 {
  margin: 14px 18px 0 18px;
  font-weight: 400;
}
#hovercard p {
  margin: 4px 18px 6px 18px;
  color: #666;
  font-size: 13px;
  font-weight: 300;
}
#hovercard p.subtitle {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #777;
}
#hovercard p.description {
  margin-bottom: 14px;
}
#companies #hovercard p.subtitle {
  text-transform: none;
}
.lt-ie9 #hovercard {
  border: 1px solid #ccc;
}
.lt-ie9 #hovercard .triangle {
  display: none;
}
/* ===== FOUNDER QUOTES ===== */
.founder-quotes .quote-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.founder-quotes .quote-block .photo {
  position: relative;
  display: inline-block;
}
.founder-quotes .quote-block .photo,
.founder-quotes .quote-block .photo img,
.founder-quotes .quote-block .photo .inset {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.founder-quotes .quote-block .photo .inset {
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.founder-quotes .quote-block p.by {
  margin-top: 5px;
  line-height: 1.4em;
}
.founder-quotes .quote-block p.quote {
  size: 16px;
  margin: 0 10px;
}
/* ===== NAVIGAION : MAIN HEADER ===== */
header {
}
header a.logo1 {
	display: block;
	width: 300px;
	height: 68px;
	margin-top:-20px;
/*	background-image: url(../img/main/logo-ahp.png);
	background-repeat:no-repeat;*/
}
header a.logo {
	display: block;
	width: 300px;
	height: 68px;
	background-image: url(../img/main/logo-ahp.png);
	background-repeat:no-repeat;
}

header nav {
  font-size: 22px;
  text-align: right;
  font-weight: 300;
  vertical-align: bottom;
}
header nav em {
  color: #999;
  padding: 0 0.3em;
}
header nav a span { 
display:block;
font-size:12px;
}
header nav a,
header nav a:visited {
  color: #333;
  white-space: nowrap;
}
header nav a:hover {
  color: #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
header nav a.selected {
  color: #0099cb;
}
header top_nav{
  font-size: 22px;
  text-align: right;
  font-weight: 300;
  vertical-align: bottom;
  margin-top: 32px;
}
header top_nav em {
  color: #fff;
  padding: 0 0.3em;
}
header top_nav a span { 
display:block;
font-size:12px;
}
header top_nav a,
header top_nav a:visited {
  color: #CCC;
  white-space: nowrap;
}
header top_nav a:hover {
  color: #CCC;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
header top_nav a.selected {
  color: #CCC;
}
body.dark header a.logo {
  background: url(/img/gv-logo-dark.png);
}
body.dark header em {
  color: #666;
}
body.dark header a {
  color: #ccc;
}
body.dark header a:hover {
  color: #fff;
}
.lt-ie8 header a.logo {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gv-logo.png',sizingMethod='crop');
}
/* ===== NAVIGAION : SECONDAR NAV (HANDS-ON TEAM) ===== */
.subnav {
  margin: 10px auto 0 auto;
  width: 100%;
}
.subnav .nav,
.subnav .edge {
  width: 100%;
  margin: 0 auto;
}
.subnav .edge {
  height: 1px;
  background-color: #dcdcdc;
}
.subnav .nav {
  padding: 15px 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-weight: 300;
  text-align: center;
}
.subnav .nav em {
  color: #999;
  padding: 0 0.4em;
}
.subnav .nav a,
.subnav .nav a:visited {
  color: #0099cb;
}
.subnav .nav a:hover {
  color: #005f7e;
}
.subnav.pinned {
  top: -1px;
  z-index: 100;
  margin: 0;
  position: fixed;
}
@media only screen and (min-width: 1080px) {
  .subnav .nav,
  .subnav .edge {
    width: 1080px;
  }
  .subnav .edge {
    background: #dcdcdc;
    background: -webkit-linear-gradient(left, rgba(220, 220, 220, 0) 0%, #dcdcdc 5%, #dcdcdc 95%, rgba(220, 220, 220, 0) 99%);
    background: -moz-linear-gradient(left, rgba(220, 220, 220, 0) 0%, #dcdcdc 5%, #dcdcdc 95%, rgba(220, 220, 220, 0) 99%);
    background: -ms-linear-gradient(left, rgba(220, 220, 220, 0) 0%, #dcdcdc 5%, #dcdcdc 95%, rgba(220, 220, 220, 0) 99%);
    background: -o-linear-gradient(left, rgba(220, 220, 220, 0) 0%, #dcdcdc 5%, #dcdcdc 95%, rgba(220, 220, 220, 0) 99%);
    background: linear-gradient(left, rgba(220, 220, 220, 0) 0%, #dcdcdc 5%, #dcdcdc 95%, rgba(220, 220, 220, 0) 99%);
  }
  .subnav .nav {
    background: #ffffff;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 5%, #ffffff 95%, rgba(255, 255, 255, 0) 99%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 5%, #ffffff 95%, rgba(255, 255, 255, 0) 99%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 5%, #ffffff 95%, rgba(255, 255, 255, 0) 99%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 5%, #ffffff 95%, rgba(255, 255, 255, 0) 99%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 5%, #ffffff 95%, rgba(255, 255, 255, 0) 99%);
  }
}
/* ===== HOMEPAGE ===== */
#minicalendar {
		width: 280px;
		margin: 0 auto;
		font-size: 10px;
		color:#333;
		}
#fullcalendar {
		width: 900px;
		margin: 0 auto;
		font-size: 16px;
		color:#333;
		}
#homepage header {
  position: fixed;
  top: 0;
  width: 100%;
}
#homepage .hero,
#homepage .hero-back {
  height: 535px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -2;
}
#homepage .hero-back {
  background: #fff;
}
#homepage .hero {
  min-width: 960px;
  margin-top:102px;
  background:url(../img/main/banner_salam-aidilfitri_en.png) top center no-repeat;
}
#homepage .hero h1 {
  text-align: left;
  color: #fff;
  margin-top: 225px;
  text-shadow: 0px 0px 10px #000;
  margin-left:430px;
  font-size:30px;
 
}
#homepage .hero h2 {
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  margin-left:430px;
  font-size:24px;
  margin-top:-20px;
}

#homepage .hero strong {
  font-weight: 600;
}
#homepage .hero p {
  margin: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
  text-shadow: 2px 2px 5px #000;
}
#homepage .hero a {
  color: white;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#homepage .hero a:hover {
  color: #f2c34b;
  border-bottom: 1px solid #f2c34b;
}
/* === HOMEPAGE - MASONRY === */
.masonry {
  margin-top: 520px;
  padding-bottom: 80px;
  background: #eeeeee url(../img/main/background.png) center;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.masonry h2.intro {
  text-align: center;
  color: #666;
  margin: 40px 0 15px 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.masonry .highlight {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  display: block;
  height: 180px;
  margin-top: 20px;
  background: #fff;
}
.masonry .highlight .background {
  position: absolute;
  width: 300px;
  height: 180px;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../../img/masonry/features.jpg);
  opacity: 0.93;
}
.masonry .highlight:hover {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.masonry .highlight:hover .background {
  opacity: 1.0;
}
.masonry .highlight .background.foundation {
  background-position: 0px 0px;
}
.masonry .highlight .background.joekraus {
  background-position: -300px 0px;
}
.masonry .highlight .background.startuplab {
  background-position: -600px 0px;
}
.masonry .highlight .background.designblog {
  background-position: 0px -180px;
}
.masonry .highlight .background.jobboard {
  background-position: -300px -180px;
}
.masonry .highlight .background.gvblog {
  background-position: -600px -180px;
}
.masonry .highlight .caption {
  position: absolute;
  bottom: 0px;
  width: 300px;
  background: #666;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.masonry .highlight h1,
.masonry .highlight p {
  color: #fff;
  text-align: center;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
}
.masonry .highlight h1 {
  font-size: 24px;
}
.masonry .highlight p {
  opacity: 0.8;
}
.masonry .brick {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-top: 20px;
  padding: 0 0 0 0;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.masonry .brick:hover {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.masonry .brick img.block {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 300px;
}
.masonry .brick .text-block {
  display: block;
  margin: 0;
  padding: 25px 20px 40px 20px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.5em;
}
.masonry .brick .play {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 80px;
  left: 138px;
  background: url(/img/masonry/play.png);
  opacity: 0.6;
}
.masonry .brick:hover .play {
  opacity: 0.9;
}
.masonry .brick .team {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 6px;
}
.masonry .brick h2 {
  margin: 13px 20px 10px 20px;
  font-weight: 400;
  text-align:center;
}
.masonry .brick h2 a,
.masonry .brick h2 a:visited,
.masonry .brick h2 a:hover {
  color: #333;
}
.masonry .brick p {
  margin: 10px 20px;
  line-height: 1.6em;
}
.masonry .brick p a:hover {
  color: #0063a6;
  text-decoration:underline;
}
.masonry .brick .byline {
  color: #999;
  font-weight: 300;
}
.masonry .brick .link-list {
  padding: 0;
  margin: 15px 0 0 0;
  line-height: 1.4em;
}
.masonry .brick .link-list a {
  color: #000;
  display: block;
  padding: 13px 20px;
  border-top: 1px solid #E1E1E3;
}
.masonry .brick .link-list a:hover {
  background: #efefef;
}
.masonry .brick .link-list a:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.masonry .brick .link-list .meta {
  color: #999;
  font-weight: 200;
}
.lt-ie8 .masonry {
  background: #eeeeee url(../img/main/diamond-pattern-ie.png) center;
}
.lt-ie9 .masonry {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.lt-ie9 .masonry .brick {
  width: 300px;
  border: 1px solid #bbb;
}
.lt-ie9 .masonry .brick:hover {
  border: 1px solid #888;
}
/* === HOMEPAGE - TWITTER BRICK === */
.masonry .brick.twitter {
  display: none;
}
.masonry .brick.twitter .text-block {
  background-color: #c1c2b9;
  border-bottom: 1px solid #a9aa9e;
  color: #41423a;
}
.masonry .brick.twitter .text-block a {
  color: #41423a;
  border-bottom: 1px solid rgba(65, 66, 58, 0.19999999999999996);
}
/* === HOMEPAGE - KEEP IN TOUCH BRICK === */
.masonry .brick.keep-in-touch {
  padding-bottom: 20px;
}
.masonry .brick.keep-in-touch .text-block {
  padding: 35px 0 25px 0;
}
.masonry .brick.keep-in-touch .links {
  width: 220px;
  margin-left: 50px;
  text-align: left;
}
.masonry .brick.keep-in-touch a {
  display: block;
  float: left;
  width: 110px;
  margin-bottom: 12px;
  opacity: 0.85;
  color: #000;
}
.masonry .brick.keep-in-touch a:hover {
  opacity: 1.0;
}
.masonry .brick.keep-in-touch a img {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
  margin-right: 5px;
}
/* === HOMEPAGE - SLIDESHOW === */
.masonry .brick .slides {
  background: #999;
  position: relative;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.masonry .brick .slides .slides_container {
  width: 300px;
  height: 350px;
  overflow: hidden;
}
.masonry .brick .slides .slides_container div {
  width: 300px;
  height: 350px;
  display: block;
}
.masonry .brick .slides .prev,
.masonry .brick .slides .next {
  position: absolute;
  top: 150px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  color: #fff;
  font-size: 48px;
  line-height: 28px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.masonry .brick .slides .prev {
  left: 0;
  text-indent: -2px;
}
.masonry .brick .slides .next {
  right: 0;
  text-indent: 2px;
}
.lt-ie8 .masonry .brick .slides .prev,
.lt-ie8 .masonry .brick .slides .next {
  display: none;
}
/* === 	SUBPAGES CSS === */
.pages.media .team,
.pages.media h2 {
  color:#093;
}
.pages.design .team,
.pages.design h2 {
  color: #59879f;
}
.pages.design a,
.pages.design a:visited {

  color: #59879f;
}
.pages.design a:hover {
  color: #476b7e;
}
/* === SUBAPGES ABOUT === */
.pages.about .title,
.pages.about h2 {
  color: #b20c15;
}
.pages.about a,
.pages.about a:visited {
  color: #a94d59;
}
.pages.about a:hover {
  color: #863d47;
}
.pages .intro .about p {
  font-size: 14px;
  margin-top: 0.5em;
  padding-right: 10px;
}
.pages .intro .about {
	margin-bottom:50px;
}
.pages .intro .about h3 {
	color:#0063a6;
	
}
.pages .intro .about li {
	list-style-image:url(../img/faq/small_blue_dot.jpg);
	text-indent:30px;
}
.pages .intro .about li a {
	color: #333;
	
}

/* === SUBAPGES THE MANAGER === */
.pages.themanager .title,
.pages.themanager h2 {
  color: #23cdd9;
}
.pages.themanager a,
.pages.themanager a:visited {
  color: #a94d59;
}
.pages.themanager a:hover {
  color: #863d47;
}
.pages .intro .themanager p {
  font-size: 14px;
  margin-top: 0.5em;
  padding-right: 10px;
}
.pages .intro .themanager {
	margin-bottom:50px;
}
.pages .intro .themanager h3 {
	color:#0063a6;
}

/* === SUBAPGES PROGRAM === */
.pages.program .title,
.pages.program h2 {
  color: #0477d1;
}
.pages.program ,
.pages.program {
  font-size:13px;
}
.pages.program a,
.pages.program a:visited {
  color: #0477d1;
  font-size:13px;
}
.pages .intro .program p {
  font-size: 14px;
  margin-top: 0.5em;
  padding-right: 10px;
}
.pages .intro .program li {
  font-size: 14px;
  margin-top: 0.5em;
  padding-right: 10px;
}
/* === SUBAPGES MEDIA === */
.pages.media .title{
  color:#0C0;
}
.pages.media p {
	line-height:20px;
}


.pages.media a{
	margin-right:30px;
	display:inline-block;
	float:left
}
.pages.media a:hover {
	color:#0063a6;
	text-decoration:underline;	
}

/* === SUBAPGES FAQS === */
.pages.faqs .title{
  color: #f703c8;
}
.pages.faqs h2 {
  color: #0063a6;
  padding-left:170px;
}
.pages.faqs a,
.pages.faqs a:visited {
  color: #0477d1;
  font-size:13px;
}
.pages .intro .faqs p {
  font-size: 14px;
  top:-30px;

}
.pages .intro .faqs ul {
	margin-top:-10px;
}
.pages .intro .faqs li {
	color:#0063a6;    
    list-style:circle;
	margin-bottom:15px;
	list-style-image:url(../img/faq/small_blue_dot.jpg);
	margin-left:-25px;
}

.pages .intro .faqs li a {
	color: #333;
	
}

.intro .faqs {
  margin-bottom:50px;
}
.pages .intro .faqs h3 {
  color:#0063a6;
}

/* === SUBAPGES CONTACT === */
.pages.contact .title{
  color:#fb9727;
}
.pages.contact h3 {
  color: #0063a6;
  font-size:16px;
}
.pages.contact ,
.pages.contact {
  font-size:13px;
}
.pages.contact a,
.pages.contact a:visited {
  color: #0063a6;
  text-decoration:underline;
  font-style:italic;
}
.pages.contact pre{
	font-family:"Open Sans";
	font-size:14px;
	margin-top:-10px;
}
.pages.contact a:hover {
  color: #333;
}
.pages .intro .contact div {
  font-size: 14px;
  text-indent: 30px;
}
.pages .intro .contact {
	margin-bottom:50px;
}
.pages.contact a{
	color:#0063a6;
	text-decoration:none;
	font-style:normal;
}
	
.pages.contact a:hover {
  color: #0063a6;
  text-decoration:underline;
}

.pages .intro .contact h3 {
	color:#0063a6;
}
/* === SUBAPGES DISCLAIMER === */
.pages.disclaimer .title{
  color: #444a81;
}
.pages.disclaimer h2 {
  color: #0063a6;
}
.pages.disclaimer a,
.pages.disclaimer a:visited {
  color: #0477d1;
  font-size:13px;
}
.pages .intro .disclaimer p {
  font-size: 14px;
}
.pages .intro .disclaimer {
  margin-bottom:50px;
}
.pages .intro .disclaimer h3 {
  color:#0063a6;
}
/*.pages.recruiting a:hover {
  color: #863d47;
}
.pages.startup-lab .team,
.pages.startup-lab h2 {
  color: #efb31b;
}
.pages.startup-lab a,
.pages.startup-lab a:visited {
  color: #efb31b;
}
.pages.startup-lab a:hover {
  color: #c9940e;
}
.pages.investing .team,
.pages.investing h2 {
  color: #6d9773;
}
.pages.investing a,
.pages.investing a:visited {
  color: #6d9773;
}
.pages.investing a:hover {
  color: #577a5c;
}
.pages.marketing .team,
.pages.marketing h2 {
  color: #75577b;
}
.pages.marketing a,
.pages.marketing a:visited {
  color: #75577b;
}
.pages.marketing a:hover {
  color: #59425d;
}
.pages.engineering .team,
.pages.engineering h2 {
  color: #a94d59;
}
.pages.engineering a,
.pages.engineering a:visited {
  color: #a94d59;
}
.pages.engineering a:hover {
  color: #863d47;
}
.pages.network .team,
.pages.network h2 {
  color: #999999;
}
.pages.network a,
.pages.network a:visited {
  color: #999999;
}
.pages.network a:hover {
  color: #808080;
}
.pages.blog .team,
.pages.blog h2 {
  color: #75577b;
}
.pages.blog a,
.pages.blog a:visited {
  color: #75577b;
}
.pages.blog a:hover {
  color: #59425d;
}*/

/* === BASIC PAGE === */
.basic-page {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.30000000000000004) 0, #ffffff 400px);
  margin: 50px 0 50px 0;
}
body.dark .basic-page {
  background: #222;
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
}
.lt-ie9 .basic-page {
  border: 1px solid #ccc;
}
.lt-ie9 .dark .basic-page {
  border: 1px solid #000;
}
.basic-page-header {
  text-align: center;
}
.basic-page-header h1 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  color: #333;
  margin: 40px 0 0 0;
}
.basic-page-header p {
  color: #666;
  font-weight: 300;
  margin: 6px 0 0 0;
}
.basic-page-header nav {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 13px;
  margin: 16px 0 0 0;
}
.basic-page-header nav a {
  color: #0099cb;
  padding: 0 1em;
}
.basic-page-section {
  margin-bottom: 60px;
}
.basic-page-section h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  color: #666;
  margin: 5px 0 30px 0;
}
/* ===== TEAM PAGE : HANDS ON & INVESTING ===== */
.pages {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 50px 0 60px 0;
  padding-bottom: 40px;
  text-align: center;
}
.pages .header-image {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #999;
  display: block;
  height: 255px;
}
.pages .header-image.about {/* - addon - */
  background-image: url("../img/about/headers/banner.jpg");
}
.pages .header-image.themanagers { /* - addon - */
  background-image: url("../img/themanagers/headers/banner.jpg");
}
.pages .header-image.media { /* - addon - */
  background-image: url("../img/media/headers/banner.jpg");
}
.pages .header-image.faqs { /* - addon - */
  background-image: url("../img/faq/headers/banner.jpg");
}
.pages .header-image.contact { /* - addon - */
  background-image: url("../img/contact/headers/banner.jpg");
}
.pages .title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 10px 0 20px 0;
  font-size: 18px;
}
.pages h1 {
  margin: 0.4em 0 0 0;
  text-align: center;
}
.pages h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.pages h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 1.5em 0 0 0;
  font-family:'Merriweather';
}
.pages h6 {
  font-weight: normal;
  font-size: 18px;
  margin: 1.5em 0 0 0;
  color:#0063a3;
}

.pages p {
  line-height: 1.6em;
  color: #333333;
}
.pages .intro {
  text-align: left;
}
.pages .intro p {
  font-size: 18px;
}

/* ===== TEAM PAGE : HANDS ON & INVESTING ===== */
.pages .how-we-help {
  margin-bottom: 20px;
}
.pages .how-we-help p {
  font-size: 13px;
  margin-top: 7px;
}
.pages .resources {
  margin-bottom: 20px;
}
.pages .resources h3 {
  margin-top: 10px;
}
.pages .resources p {
  font-size: 13px;
  margin-top: 7px;
}
.lt-ie9 .pages {
  border: 1px solid #ccc;
}
/* ===== BOARD DIRECTOR CSS ===== */
.board_director {
	
  
}.director-block {
	
 
  max-width: 930px;
}
.diretor-block .individual {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 80px;
  margin: 0 50px 18px 0;
  text-align:center;
  padding-right:30px; 
  padding-bottom:130px;
}
.diretor-block .lvl {
  font-size: 11px;
  margin-top: 120px;
  color: #0063a6;
  font-weight:bold;
  font-style:italic;
  width:130px;
  height: 25px;
  margin-bottom:10px;
  margin-left:40px;
  border-bottom: 1px solid #CCC;
}
.diretor-block .name {
  font-size: 11px;
  width:160px;
  color: #666;
  font-weight:bold;
  margin-left:20px;
}
#subpages a.anchor {
  display: block;
  clear: both;
  position: relative;
  top: -70px;
}
#subpages .pages {
  margin-top: 20px;
}
/* === COMPANIES === */
.companies .intro {
  text-align: center;
  margin-top: 3em;
}
.companies .spotlight .logo {
  position: relative;
}
.companies .spotlight .hr {
  margin: 10px 0;
}
.companies .spotlight .vr {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 200px;
  background: #e4e4e4;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: -o-linear-gradient(top, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
  background: linear-gradient(top, #ffffff 0%, #e4e4e4 20%, #e4e4e4 80%, #ffffff 99%);
}
.companies .spotlight img {
  width: 300px;
  height: 200px;
}
.companies .company-filter {
  margin: 30px 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 100px;
}
.companies .company-filter a {
  color: #666;
  padding: 0 1px 4px 1px;
  margin: 0 10px;
  border-bottom: 3px solid transparent;
  outline: none;
}
.companies .company-filter a:hover {
  color: #111;
}
.companies .company-filter a.selected {
  color: #0099cb;
  border-bottom: 3px solid #0099cb;
  border-bottom: 3px solid rgba(0, 153, 203, 0.8);
}
.companies .company-list {
  margin: 30px 0;
  text-align: center;
  line-height: 50px;
}
.companies .company-list a {
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.5s, 0.1s;
  -webkit-transition-timing-function: ease-out, linear;
  white-space: nowrap;
  font-weight: 300;
  font-size: 16px;
  padding: 4px 10px;
  color: #666;
  background: transparent;
  margin: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.companies .company-list a:hover {
  color: #111;
  background: #eee;
}
.companies .company-list a.disabled {
  color: #ddd;
}
.companies .company-list a.disabled:hover {
  color: #999;
}
.companies .video {
  margin: 60px 0 80px 0;
  text-align: center;
}
.companies .video h1 {
  margin: 20px 0 40px 0;
}
/* === STARTUP LAB === */
#navbar-iframe {
  display: none;
}
.pages.startup-lab a,
.pages.startup-lab a:visited {
  color: #0099cb;
}
.pages.startup-lab a:hover {
  color: #005f7e;
}
.pages.startup-lab hr {
  border-color: #e1e1e3;
}
.pages.startup-lab .follow {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}
.pages.startup-lab .follow a {
  display: block;
  font-weight: 600;
}
.pages.startup-lab .follow a em {
  font-weight: 300;
  color: #888;
  font-size: 12px;
}
.pages.startup-lab .follow a .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: -6px;
  background-image: url(/img/social-media/sul-social-media-sprite.png);
}
.pages.startup-lab .follow a .social-media-feed {
  background-position-x: -64px;
}
.pages.startup-lab .follow a .social-media-email {
  background-position-x: -32px;
}
.pages.startup-lab .follow a .social-media-twitter {
  background-position-x: 0px;
}
.pages.startup-lab .follow a:hover .icon {
  background-position-y: -32px;
}
.pages.startup-lab .left-content {
  text-align: left;
  margin: 0 30px 0 30px;
}
.pages.startup-lab .left-content h2 a {
  color: #efb31b;
}
.pages.startup-lab .left-content h2 a:hover {
  color: #efb31b;
}
.pages.startup-lab .right-rail {
  text-align: left;
  margin: 0 30px 0 0;
}
.pages.startup-lab .right-rail .module {
  margin-bottom: 80px;
}
.pages.startup-lab .right-rail #schedule-of-events-header {
  display: none;
}
.pages.startup-lab .right-rail .staff {
  display: block;
  position: relative;
  margin-top: 30px;
  height: 70px;
  color: #222222;
}
.pages.startup-lab .right-rail .staff:hover {
  color: #007398;
}
.pages.startup-lab .right-rail .staff .name,
.pages.startup-lab .right-rail .staff .title,
.pages.startup-lab .right-rail .staff .bio {
  margin-left: 80px;
}
.pages.startup-lab .right-rail .staff .name {
  padding-top: 3px;
  font-family: 'Merriweather', serif;
  font-size: 16px;
}
.pages.startup-lab .right-rail .staff .title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 12px;
}
.pages.startup-lab .right-rail .staff .bio {
  margin-top: 2px;
  font-weight: 300;
  font-size: 13px;
}
.pages.startup-lab .right-rail .events {
  margin-top: 30px;
  color: #222222;
}
.pages.startup-lab .right-rail .events div {
  margin: 13px 0 30px 0;
  padding-left: 0;
  font-size: 13px;
}
.pages.startup-lab .right-rail .events div strong {
  font-family: 'Merriweather', serif;
  font-weight: normal;
  font-size: 16px;
}
.pages.startup-lab h2 {
  border-top: 1px solid #efb31b;
  font-weight: 600;
  font-size: 13px;
  padding-top: 10px;
  letter-spacing: 0.2em;
}
.pages.startup-lab h3 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.pages.startup-lab a h3 {
  color: #222222;
}
.pages.startup-lab a:hover h3 {
  color: #007398;
}
.pages.startup-lab .by {
  margin: 3px 0 15px 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  font-size: 13px;
  color: #333;
}
.pages.startup-lab .by em {
  text-transform: lowercase;
  color: #999;
  margin: 0 3px;
}
.pages.startup-lab .post {
  margin-bottom: 75px;
}
.pages.startup-lab .post-body {
  font-size: 15px;
  line-height: 1.6em;
}
.pages.startup-lab .post-body em {
  font-style: italic;
}
.pages.startup-lab .post-body p {
  margin: 15px 0;
}
.pages.startup-lab .post-body img {
  margin: 5px 0 15px 0;
}
.pages.startup-lab .post-body .alignright {
  float: right;
  margin-left: 15px;
}
.pages.startup-lab .post-body .alignleft {
  float: left;
  margin-right: 15px;
}
.pages.startup-lab .post-footer {
  margin-top: 25px;
}
.pages.startup-lab .post-footer .twitter-share-button {
  margin-left: 4px;
}
.pages.startup-lab .post-footer .fb-like {
  position: relative;
  margin-left: 4px;
  top: -3px;
}
.pages.startup-lab .blog-footer {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
}
.pages.startup-lab-permalink .left-content,
.pages.startup-lab-archive .left-content,
.pages.startup-lab-permalink .right-rail,
.pages.startup-lab-archive .right-rail {
  margin-top: 55px;
}
.pages.startup-lab-permalink .right-rail,
.pages.startup-lab-archive .right-rail {
  font-size: 13px;
  font-weight: 300;
}
.pages.startup-lab-permalink .right-rail strong,
.pages.startup-lab-archive .right-rail strong {
  font-weight: normal;
  color: black;
}
.pages.startup-lab-permalink .right-rail h2,
.pages.startup-lab-archive .right-rail h2 {
  margin-bottom: 20px;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link,
.pages.startup-lab-archive .right-rail .startup-lab-link {
  display: block;
  margin-top: 20px;
  font-weight: normal;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link .startup-lab-link-icon,
.pages.startup-lab-archive .right-rail .startup-lab-link .startup-lab-link-icon {
  float: left;
  height: 18px;
  width: 22px;
  margin-right: 5px;
  background-image: url(/img/social-media/sul-social-media-sprite.png);
  background-position: -101px -7px;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link .startup-lab-link-note,
.pages.startup-lab-archive .right-rail .startup-lab-link .startup-lab-link-note {
  margin-left: 27px;
  color: #999999;
  font-weight: 300;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link:hover .startup-lab-link-icon,
.pages.startup-lab-archive .right-rail .startup-lab-link:hover .startup-lab-link-icon {
  background-position-y: -39px;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link-subscribe .startup-lab-link-icon,
.pages.startup-lab-archive .right-rail .startup-lab-link-subscribe .startup-lab-link-icon {
  background-position-x: -69px;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link-twitter .startup-lab-link-icon,
.pages.startup-lab-archive .right-rail .startup-lab-link-twitter .startup-lab-link-icon {
  background-position-x: -6px;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link-email .startup-lab-link-icon,
.pages.startup-lab-archive .right-rail .startup-lab-link-email .startup-lab-link-icon {
  background-position-x: -38px;
  background-position-y: -6px;
}
.pages.startup-lab-permalink .right-rail .startup-lab-link-email:hover .startup-lab-link-icon,
.pages.startup-lab-archive .right-rail .startup-lab-link-email:hover .startup-lab-link-icon {
  background-position-y: -38px;
}
.pages.startup-lab-permalink h2 {
  margin-bottom: 11px;
}
.pages.startup-lab-archive ol {
  list-style: none;
  padding: 0;
}
.pages.startup-lab-archive ol li {
  margin-bottom: 55px;
}
.pages.startup-lab-archive ol .by {
  margin-top: 5px;
}
/* ===== Foundation Video Series ===== */
#foundation .header {
  padding-top: 40px;
}
#foundation .header img {
  width: 350px;
  height: 25px;
}
#foundation .header .share-widget {
  position: relative;
  top: -6px;
  float: right;
  height: 41px;
  width: 355px;
}
#foundation .header .share-widget .widgets {
  height: 41px;
  width: 355px;
  background: #333;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0.0;
  -moz-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
}
#foundation .header .share-widget .widgets > div {
  padding: 11px 0 0 11px;
}
#foundation .header .share-widget .widgets .twitter-share-button {
  margin: 0 0 0 4px;
}
#foundation .header .share-widget .widgets .fb-like {
  margin: 0 0 0 4px;
  top: -4px;
}
#foundation .header .share-widget .widgets.shown {
  visibility: visible;
  opacity: 1.0;
}
#foundation .header .share-widget .button {
  cursor: w-resize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 31px;
  line-height: 31px;
  background: #59879f;
  background: rgba(89, 135, 159, 0.9);
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 16px;
  color: #fff;
}
#foundation .player {
  position: relative;
  margin-top: 26px;
  cursor: pointer;
  height: 440px;
}
#foundation .player img {
  width: 780px;
  height: 440px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#foundation .player .play-icon {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 140px;
  left: 310px;
  background-image: url(/img/foundation/play.png);
  opacity: 0.8;
}
#foundation .player:hover .play-icon {
  opacity: 1.0;
}
#foundation .metadata {
  margin-bottom: 40px;
}
#foundation .metadata h1 {
  margin: 36px 0 0 0;
  color: #999;
}
#foundation .metadata h1 em {
  color: #ccc;
}
#foundation .metadata p {
  font-size: 14px;
  margin: 6px 0 0 0;
  color: #666;
}
#foundation .metadata a {
  color: #bbb;
}
#foundation .metadata a:hover {
  color: #fff;
}
#foundation .hr {
  opacity: 0.1;
}
#foundation div.pivot {
  text-align: center;
  margin: 8px 0 34px 0;
}
#foundation div.pivot a {
  color: #666;
  margin: 0 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0 0 4px 0;
  border-bottom: 3px solid transparent;
}
#foundation div.pivot a:hover {
  color: #ccc;
}
#foundation div.pivot a.selected {
  color: #ccc;
  border-bottom: 3px solid #ccc;
}
#foundation .episode-cards {
  margin: 0 65px 0 65px;
}
#foundation .episode-cards .episode {
  position: relative;
  width: 240px;
  height: 298px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  background: #333;
  float: left;
  margin: 15px;
  overflow: hidden;
  opacity: 0.8;
  -moz-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
}
#foundation .episode-cards .episode:hover {
  opacity: 0.99;
}
#foundation .episode-cards .episode img {
  width: 240px;
  height: 135px;
}
#foundation .episode-cards .episode .description {
  height: 163px;
  background: #fff;
  padding: 18px 0 0 0;
}
#foundation .episode-cards .episode .description h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 20px 8px 20px;
}
#foundation .episode-cards .episode .description p {
  margin: 0 20px;
  color: #666;
}
#foundation .episode-cards .episode .num {
  position: absolute;
  top: 110px;
  right: 8px;
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.8);
}
#foundation .episode-cards .episode .watch {
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  top: 90px;
  left: 70px;
  width: 100px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: #59879f;
  background: rgba(89, 135, 159, 0.8);
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
}
#foundation .episode-cards .episode .watch:hover {
  background: rgba(89, 135, 159, 0.9);
}
#foundation .episode-cards .episode:hover .watch {
  opacity: 1.0;
}
#foundation .episode-cards .episode:active {
  top: 1px;
  left: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#foundation .episode-cards.show-featured .episode {
  display: none;
}
#foundation .episode-cards.show-featured .episode.featured {
  display: block;
}
#foundation .episode-cards .show-all-footer {
  text-align: center;
  display: none;
  margin: 30px 0 60px 0;
}
#foundation .episode-cards .show-all-footer a {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
}
#foundation .episode-cards .show-all-footer a:hover {
  color: #ccc;
}
#foundation .episode-cards.show-featured .show-all-footer {
  display: block;
}
#foundation .newsletter {
  text-align: center;
}
#foundation .newsletter input {
  font-size: 16px;
  padding: 5px 8px 5px 10px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#foundation .newsletter input.field {
  background: #eee;
  color: #999;
  font-weight: 300;
}
#foundation .newsletter input.field:focus,
#foundation .newsletter input.field.filled {
  color: #000;
}
#foundation .newsletter input.button {
  margin-left: 6px;
  background-color: #59879f;
  padding: 6px 13px 4px 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.8;
}
#foundation .newsletter input.button:hover {
  opacity: 0.99;
}
#foundation .newsletter p {
  margin-top: 30px;
  color: #666;
}
/* === STARTUP LAB : MAILING LIST === */
.startup-lab-subscribe .subscribe,
.newsletter-subscribe .subscribe {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}
.startup-lab-subscribe .subscribe p,
.newsletter-subscribe .subscribe p {
  margin: 10px 0 30px 0;
}
.startup-lab-subscribe .subscribe label,
.newsletter-subscribe .subscribe label {
  display: block;
}
.startup-lab-subscribe .subscribe input,
.newsletter-subscribe .subscribe input {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.startup-lab-subscribe .subscribe .email-input,
.newsletter-subscribe .subscribe .email-input {
  margin: 10px 0 10px 0;
  outline: none;
  border: 1px solid #ccc;
  padding: 8px;
}
.startup-lab-subscribe .subscribe .eg,
.newsletter-subscribe .subscribe .eg {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 1.8em;
}
.startup-lab-subscribe .subscribe .eg.highlight,
.newsletter-subscribe .subscribe .eg.highlight {
  color: #a94d59;
}
.startup-lab-subscribe .subscribe .button,
.newsletter-subscribe .subscribe .button {
  font-size: 14px;
  margin-top: 10px;
  background-color: #a94d59;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.startup-lab-subscribe .subscribe .button:disabled,
.newsletter-subscribe .subscribe .button:disabled {
  background-color: #bbb;
}
.newsletter-subscribe .subscribe .button {
  background-color: #75577b;
}
/* === BLOG === */
.pages.blog a,
.pages.blog a:visited {
  color: #0099cb;
}
.pages.blog a:hover {
  color: #005f7e;
}
.pages.blog h1 {
  margin: 0;
  color: white;
  padding-top: 115px;
  font-size: 30px;
}
.pages.blog .left-content,
.pages.blog .right-rail {
  margin-top: 22px;
}
.pages.blog .left-content {
  text-align: left;
}
.pages.blog a h2,
.pages.blog .person a {
  color: #222222;
}
.pages.blog a:hover h2,
.pages.blog .person a:hover {
  color: #007398;
}
.pages.blog h2 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
  color: #222222;
  text-transform: none;
  letter-spacing: 0;
}
.pages.blog .byline .person {
  position: relative;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pages.blog .byline .person .thumbnail,
.pages.blog .byline .person .thumbnail-inset {
  width: 50px;
  height: 50px;
}
.pages.blog .byline .person .name,
.pages.blog .byline .person .title {
  margin-left: 60px;
}
.pages.blog .byline .person .name {
  font-family: 'Merriweather', serif;
  letter-spacing: 0;
  font-size: 16px;
}
.pages.blog .byline .person .title {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.pages.blog .post {
  margin-bottom: 55px;
}
.pages.blog .post-body {
  font-size: 15px;
  line-height: 1.6em;
}
.pages.blog .post-body p {
  margin: 15px 0;
}
.pages.blog .post-body img {
  margin: 5px 0 15px 0;
}
.pages.blog .post-body em {
  font-style: italic;
}
.pages.blog .post-body .alignright {
  float: right;
  margin-left: 15px;
}
.pages.blog .post-body .alignleft {
  float: left;
  margin-right: 15px;
}
.pages.blog .post-footer {
  margin-top: 25px;
  margin-bottom: 20px;
}
.pages.blog .post-footer .twitter-share-button {
  margin-left: 4px;
}
.pages.blog .post-footer .fb-like {
  position: relative;
  margin-left: 4px;
  top: -3px;
}
.pages.blog .date-footer {
  color: #999999;
}
.pages.blog hr {
  border-color: #e1e1e3;
  margin-bottom: 24px;
}
.pages.blog .blog-footer {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
}
.pages.blog .right-rail {
  margin-top: 15px;
  text-align: left;
  font-size: 13px;
}
.pages.blog .right-rail h2 {
  font-size: 18px;
}
.pages.blog .right-rail .module {
  margin-bottom: 53px;
}
.pages.blog .right-rail .subscribe {
  width: 260px;
  margin-left: -25px;
}
.pages.blog .right-rail .subscribe a {
  float: left;
  width: 85px;
  padding-top: 45px;
  margin-right: 1px;
  text-align: center;
  color: inherit;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center 5px;
}
.pages.blog .right-rail .subscribe a:hover {
  color: #007398;
  background-position-y: 0;
}
.pages.blog .right-rail .subscribe a.subscribe-feed {
  background-image: url(/img/social-media-round/feed.png);
}
.pages.blog .right-rail .subscribe a.subscribe-twitter {
  background-image: url(/img/social-media-round/twitter.png);
}
.pages.blog .right-rail .subscribe a.subscribe-email {
  background-image: url(/img/social-media-round/email.png);
}
.pages.blog .right-rail .twtr-widget {
  margin-left: -7px;
}
.pages.blog .right-rail .twtr-ft {
  display: none;
}
.pages.blog #previous-posts ol {
  list-style: none;
  padding: 0;
}
.pages.blog #previous-posts li {
  margin-bottom: 15px;
}
.pages.blog-archive ol {
  list-style: none;
  padding: 0;
  margin-top: 45px;
}
.pages.blog-archive ol li {
  margin-bottom: 50px;
}
.pages.blog-archive ol .by {
  margin-top: 5px;
  color: #222222;
}
/* === FOOTER === */
footer {
  margin-top: 80px;
  position: relative;
  background: url(../img/main/footerborder.png) top center repeat;
}
footer .wrapper {
  /*background: #333;
  background: rgba(0, 0, 0, 0.75);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.75) 40px);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.75) 40px);*/
  padding: 60px 0 40px 0;
}
footer h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	line-height: 20px;
	letter-spacing:1px;
}
footer ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
footer li {
  margin: 0;
  padding: 0;
  font-size:11px;
}
footer p {
  margin: 0;
  padding: 0;
  font-size:11px;
  color:#FFF;
  line-height:20px;
}
footer a,
footer a:visited {
  color: #59879f;
}
footer a:hover {
  color: #789fb3;
  text-decoration:underline;
}
footer em {
  padding: 0 0.4em;
  opacity: 0.7;
}
footer .social {
  margin-top: 40px;
  text-align: center;
  color: #888;
  font-weight: 300;
}
footer .final {
  margin: 5px 0 0 0;
  text-align: center;
}
footer .crafted {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
footer .copyright {
  font-size: 11px;
  color: #fff;
 }
#homepage footer {
  margin-top: 0;
}
/* === Team Directory === */
.team-directory {
  padding-bottom: 30px;
}
.team-directory .person {
  margin: 0 10px 10px 10px;
  display: block;
  position: relative;
  width: 365px;
  height: 150px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.team-directory .person .thumbnail,
.team-directory .person .thumbnail-inset {
  top: 15px;
  left: 15px;
}
.team-directory .person .name,
.team-directory .person .title,
.team-directory .person .bio {
  margin-left: 95px;
  margin-right: 30px;
}
.team-directory .person .name {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  margin-top: 12px;
}
.team-directory .person .title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-top: 4px;
}
.team-directory .person .bio {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  margin-top: 6px;
}
.team-directory .person:hover,
.team-directory .person:hover .bio {
  color: #007398;
}
/* === TEAM MEMBER / PROFILE === */
.team-member-page {
  padding-bottom: 40px;
}
.team-member-page h1 {
  margin: 40px 0 0 0;
  -webkit-font-smoothing: antialiased;
}
.team-member-page h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #666;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.team-member-page .intro {
  text-align: center;
}
.team-member-page .intro h2 {
  margin-bottom: 24px;
}
.team-member-page .photo {
  position: relative;
  margin: 6px 0 0 0;
}
.team-member-page .photo,
.team-member-page .photo img,
.team-member-page .photo .inset {
  width: 380px;
  height: 380px;
}
.team-member-page .photo img,
.team-member-page .photo .inset {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.team-member-page .photo img {
  background: #eee;
}
.team-member-page .photo .inset {
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.team-member-page .bio p {
  margin: 0 0 20px 10px;
  line-height: 1.6em;
}
.team-member-page .bio p:first-child {
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}
.team-member-page .bio a {
  color: #0099cb;
}
.team-member-page .social-media {
  margin: 20px 0;
}
.team-member-page .social-media a {
  display: block;
  float: left;
  margin: 10px 40px 0 0;
  color: #000;
  opacity: 0.8;
}
.team-member-page .social-media a img {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin: 0 2px 0 0;
  position: relative;
  top: -1px;
}
.team-member-page .social-media a:hover {
  opacity: 1.0;
}
.team-member-page .company-list {
  clear: both;
  padding: 20px 10px 0 0;
  font-weight: 300;
  line-height: 1.6em;
  color: #666;
}
.team-member-page .company-list a,
.team-member-page .company-list a:visited {
  color: #0099cb;
}
.team-member-page .company-list a:hover {
  color: #005f7e;
}
.team-member-page .company-list a {
  white-space: nowrap;
}
.team-member-page .related-team {
  clear: both;
  text-align: center;
  margin-top: 80px;
}
.team-member-page .related-team a {
  color: #70adc2;
}
.team-member-page .related-team a:hover {
  color: #007398;
}
.team-member-page .related-team h2 {
  color: #999;
}
.team-member-page .related-team .hr.top {
  margin-top: 24px;
}
.team-member-page .related-team .hr.bottom {
  margin-top: 3px;
}
.team-member-page .related-team .team-block {
  max-width: 820px;
  margin-bottom: 0px;
}
.team-member-page .related-team .back {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-top: 30px;
  margin-bottom: -10px;
}
/* === PRESS PAGE === */
.press-page .about {
  line-height: 1.8em;
}
.press-page .about a,
.press-page .about a:visited {
  color: #0099cb;
}
.press-page .about a:hover {
  color: #005f7e;
}
.press-page .article {
  text-align: center;
  margin: 50px 0 30px 0;
}
.press-page .article h4 {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
.press-page .article .source {
  font-size: 13px;
  color: #999;
}
.press-page .article p {
  line-height: 1.6em;
}
.press-page .article:hover h4,
.press-page .article:hover .source {
  color: #007398;
}
.press-page .article a {
  display: block;
}
.press-page .article.alpha a {
  padding-right: 30px;
}
.press-page .article.omega a {
  padding-left: 30px;
}
.press-page .download {
  display: block;
  position: relative;
  width: 300px;
  height: 180px;
  margin: 20px 0 0 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.press-page .download:hover {
  -webkit-box-shadow: inset 0 0 7px #0099cb;
  -moz-box-shadow: inset 0 0 7px #0099cb;
  -ms-box-shadow: inset 0 0 7px #0099cb;
  -o-box-shadow: inset 0 0 7px #0099cb;
  box-shadow: inset 0 0 7px #0099cb;
}
.press-page .download .label {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 300px;
  border-top: 1px solid rgba(130, 130, 130, 0.2);
  color: #999;
  padding: 12px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
}
.press-page .headshot-label {
  text-align: center;
}
.press-page .headshot-label .name {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  margin: 20px 0 -2px 0;
}
.press-page .headshot-label .title {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #999;
  margin-bottom: 30px;
}
.press-page .headshot-label:hover {
  color: #007398;
}
.lt-ie9 .press-page .download {
  border: 1px solid #ccc;
}
.lt-ie9 .press-page .download:hover {
  border: 1px solid #0099cb;
}
/* === JOB BOARD === */
#jobboard .basic-page {
  text-align: center;
  min-height: 600px;
}
#jobboard .basic-page h1 {
  margin-top: 20px;
}
#jobboard .basic-page a {
  color: #0099cb;
}
#jobboard .basic-page a:hover {
  color: #007398;
}
#jobboard .basic-page-header .clickable {
  color: #0099cb;
  cursor: pointer;
}
#jobboard .unsupported-browser {
  display: none;
}
#jobboard .job-query {
  margin-top: 50px;
}
#jobboard .job-query input,
#jobboard .job-query select {
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  font-weight: 400;
}
#jobboard .job-query input:focus,
#jobboard .job-query select:focus {
  outline: 1px solid #666;
}
#jobboard .job-query select {
  margin: 0 20px 0 0;
  width: 200px;
  background-image: url(/img/icons/triangle.png);
  background-repeat: no-repeat;
  background-position: 175px 10px;
}
#jobboard .job-query input {
  padding: 8px 10px 8px 33px;
  width: 257px;
  background-image: url(/img/icons/search.png);
  background-repeat: no-repeat;
  background-position: 9px 9px;
}
#jobboard .job-query input.empty {
  color: #999;
}
#jobboard .job-query.webkit input,
#jobboard .job-query.webkit select {
  font-weight: 700;
}
#jobboard .job-query.webkit .empty {
  color: #999;
  font-weight: 300;
}
#jobboard .send-resume {
  color: #555;
  background: #efefef;
  padding: 10px 15px;
  text-align: left;
  margin: 30px 15px 20px 15px;
  line-height: 1.6em;
}
#jobboard .send-resume strong {
  font-weight: 600;
}
#jobboard .message {
  color: #999;
  font-weight: 300;
  padding: 100px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 1.8em;
}
#jobboard .job-list {
  border-top: 1px solid #eee;
  margin: 30px 15px;
  text-align: left;
  min-height: 200px;
}
#jobboard .job-list a.job {
  display: block;
  border-bottom: 1px solid #eee;
  color: #000;
  height: 32px;
  clear: both;
}
#jobboard .job-list a.job:hover {
  background: rgba(0, 153, 203, 0.050000000000000044);
}
#jobboard .job-list a.job:visited {
  color: #888;
}
#jobboard .job-list a.job > div {
  float: left;
  padding-top: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#jobboard .job-list a.job .job-title {
  width: 300px;
  margin: 0 20px 0 5px;
}
#jobboard .job-list a.job .company {
  width: 200px;
  margin-right: 20px;
}
#jobboard .job-list a.job .location {
  width: 200px;
}
#jobboard .pagination {
  margin: 60px 0 60px 0;
}
#jobboard .pagination .pages {
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}
#jobboard .pagination a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
}
#jobboard .pagination em {
  color: #999;
  margin: 0 0.4em;
}
#jobboard .job-view {
  margin: 40px 0 60px 0;
}
#jobboard .job-view .job-header h1 {
  font-size: 32px;
  margin: 5px 0 0 0;
}
#jobboard .job-view .job-header h2 {
  line-height: 2.3em;
  font-size: 18px;
  margin: 0;
}
#jobboard .job-view .job-header p {
  color: #666;
  margin: 0;
  font-weight: 300;
}
#jobboard .job-view .loader {
  margin-top: 40px;
  margin-bottom: 800px;
}
#jobboard .job-view .apply {
  text-align: center;
  margin: 40px 0;
}
#jobboard .job-view .apply a.button {
  color: #fff;
  background: #59879f;
  padding: 5px 10px;
  margin: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#jobboard .job-view .apply a.button:hover {
  background: #476b7e;
}
#jobboard .job-view .apply.bottom {
  margin-top: 60px;
}
#jobboard .job-view .apply p {
  margin-top: 20px;
}
#jobboard .job-view .description {
  margin: 40px 80px 0 80px;
  text-align: left;
  line-height: 1.6em;
  color: #333;
}
#jobboard .job-view .message {
  border-bottom: none;
}
#jobboard .powered-by {
  margin-top: -20px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
#jobboard .powered-by a {
  color: #0099cb;
}
#jobboard .powered-by em {
  margin: 0 0.4em;
  color: #999;
}
html.lt-ie9 #jobboard .unsupported-browser {
  display: block;
}
html.lt-ie9 #jobboard .listing-view,
html.lt-ie9 #jobboard job-view {
  display: none;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_4address,
.grid_4building,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}
.container_12 .grid_4building {
  width: 220px;
}
.container_12 .grid_4address{
  width: 220px;
}
.container_12 .grid_3footer{
  width: 200px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_4building {
  width: 260px;
}
.container_12 .grid_4address {
  width: 380px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_8footer {
  width: 650px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px;
}
.container_16 .grid_2 {
  width: 100px;
}
.container_16 .grid_3 {
  width: 160px;
}
.container_16 .grid_5 {
  width: 280px;
}
.container_16 .grid_6 {
  width: 340px;
}
.container_16 .grid_7 {
  width: 400px;
}
.container_16 .grid_9 {
  width: 520px;
}
.container_16 .grid_10 {
  width: 580px;
}
.container_16 .grid_11 {
  width: 640px;
}
.container_16 .grid_13 {
  width: 760px;
}
.container_16 .grid_14 {
  width: 820px;
}
.container_16 .grid_15 {
  width: 880px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}
.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}
.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}
.container_16 .prefix_3 {
  padding-left: 180px;
}
.container_16 .prefix_5 {
  padding-left: 300px;
}
.container_16 .prefix_6 {
  padding-left: 360px;
}
.container_16 .prefix_7 {
  padding-left: 420px;
}
.container_16 .prefix_9 {
  padding-left: 540px;
}
.container_16 .prefix_10 {
  padding-left: 600px;
}
.container_16 .prefix_11 {
  padding-left: 660px;
}
.container_16 .prefix_13 {
  padding-left: 780px;
}
.container_16 .prefix_14 {
  padding-left: 840px;
}
.container_16 .prefix_15 {
  padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}
.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}
.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px;
}
.container_16 .suffix_2 {
  padding-right: 120px;
}
.container_16 .suffix_3 {
  padding-right: 180px;
}
.container_16 .suffix_5 {
  padding-right: 300px;
}
.container_16 .suffix_6 {
  padding-right: 360px;
}
.container_16 .suffix_7 {
  padding-right: 420px;
}
.container_16 .suffix_9 {
  padding-right: 540px;
}
.container_16 .suffix_10 {
  padding-right: 600px;
}
.container_16 .suffix_11 {
  padding-right: 660px;
}
.container_16 .suffix_13 {
  padding-right: 780px;
}
.container_16 .suffix_14 {
  padding-right: 840px;
}
.container_16 .suffix_15 {
  padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}
.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}
.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px;
}
.container_16 .push_2 {
  left: 120px;
}
.container_16 .push_3 {
  left: 180px;
}
.container_16 .push_5 {
  left: 300px;
}
.container_16 .push_6 {
  left: 360px;
}
.container_16 .push_7 {
  left: 420px;
}
.container_16 .push_9 {
  left: 540px;
}
.container_16 .push_10 {
  left: 600px;
}
.container_16 .push_11 {
  left: 660px;
}
.container_16 .push_13 {
  left: 780px;
}
.container_16 .push_14 {
  left: 840px;
}
.container_16 .push_15 {
  left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}
.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}
.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px;
}
.container_16 .pull_2 {
  left: -120px;
}
.container_16 .pull_3 {
  left: -180px;
}
.container_16 .pull_5 {
  left: -300px;
}
.container_16 .pull_6 {
  left: -360px;
}
.container_16 .pull_7 {
  left: -420px;
}
.container_16 .pull_9 {
  left: -540px;
}
.container_16 .pull_10 {
  left: -600px;
}
.container_16 .pull_11 {
  left: -660px;
}
.container_16 .pull_13 {
  left: -780px;
}
.container_16 .pull_14 {
  left: -840px;
}
.container_16 .pull_15 {
  left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
@media only screen and (max-device-width: 1024px) {
  #homepage header {
    position: absolute;
  }
  #homepage .hero,
  #homepage .hero-back {
    position: absolute;
  }
  .subnav a {
    white-space: nowrap;
  }
  .subnav nav {
    line-height: 1.8em;
  }
}
/*
// Bring this back when we're ready to do mobile-optimized

header {
  margin-top: 10px;
  
  img.logo {
    margin: 0 auto;
    display: block;
  }
  
  nav {
    text-align: center;
    margin: 10px 20px;
    line-height: 1.5em;
  }
  
}
 
.homepage-header {
  min-width: 0;
  h1 {    
    font-size: 24px;
    margin: 90px 20px 0 10px;
  }
  .opening {
    font-size: 14px; 
  }
}

// Masonry
.masonry {
  padding-top: 1px;
  .brick {
    width: 300px;
    margin: 20px auto;
  }


}
*/
/* =============================================================================
   feedback contact 
   ========================================================================== */
.feedback_contact {
	width:500px;
	height:300px;
	margin-left: 100px;
	text-align:left;
}
.feedback_submit {
	background-image:url(../img/contact/submit.png);
	background-repeat: no-repeat;
	width:89px;
	height:22px;
	border:0;
}
/* =============================================================================
   contact table 
   ========================================================================== */
.staff1 {
	font-family: 'Merriweather', serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
.staff2 {
	font-family: "open sans", sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	padding-top: 10px;
}
.staff3 {
	font-family: "open sans", sans-serif;
	color: #fff;
	font-size: 13px;
	background: #4070af;
}
/* =============================================================================
   signup botton
   ========================================================================== */
.signup {
	background-image: url(../img/home/submit.png);
	width: 77px;
	height: 22px;
	border: 0;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.readmore {
float:right;
padding:20px 10px 20px;
}
/* =============================================================================
   Media page tabs : news 
   ==========================================================================*/

.menus {
	margin-left:90px;
}
.menus ul {
	float: left;
	width: 800px;
	padding-top: 4px;
}
.menus li {
	font-family:"Merriweather";
	font-size:14px;
	margin-right:2px;
	list-style: none;
}
* html .menus li {
	display: inline;
	}
.menus li, .menus li a {
	float: left;
	background-color:#666;
	color:#FFF;
}
.menus ul li.active {
	
}
.menus ul li.active a {
	color:#FFF;
	background-color:#0063a6;
}
.menus ul li a:hover {
	color:#FFF;
	background-color:#0063a6;
}
.menus div {
	clear: both;
	padding: 15px;
	min-height: 200px;
}
.menus div a {
	display:inline;
}
.menus div h3 {
	margin-bottom: 12px;
}
.menus div p {
	display:inline;
}
.menus ul li a {
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	display: inline;
}
/* =============================================================================
   media page tabs : brochure
   ========================================================================== */
#tabs1 {

}
#tabs1 ul {
	float: left;
	width: 800px;
	padding-top: 4px;
}
#tabs1 li {
	font-family:"Merriweather";
	font-size:14px;
	margin-right:2px;
	list-style: none;
}
* html #tabs1 li {
	display: inline;
	}
#tabs1 li, #tabs1 li a {
	float: left;
	background-color:#666;
	color:#FFF;
}
#tabs1 ul li.active {
	
}
#tabs1 ul li.active a {
	color:#FFF;
	background-color:#0063a6;
}
#tabs1 ul li a:hover {
	color:#FFF;
	background-color:#0063a6;
}
#tabs1 div {
	clear: both;
	padding: 15px;
	min-height: 200px;
}
#tabs1 div a {
	display:inline;
}
#tabs1 div h3 {
	margin-bottom: 12px;
}
#tabs1 div p {
	display:inline;
}
#tabs1 ul li a {
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	display: inline;
}
/* =============================================================================
   Media page tabs : Gallery
   ========================================================================== */
#tabs2 {

}
#tabs2 ul {
	float: left;
	width: 800px;
	padding-top: 4px;
}
#tabs2 li {
	font-family:"Merriweather";
	font-size:14px;
	margin-right:2px;
	list-style: none;
}
* html #tabs1 li {
	display: inline;
	}
#tabs2 li, #tabs2 li a {
	float: left;
	background-color:#666;
	color:#FFF;
}
#tabs2 ul li.active {
	
}
#tabs2 ul li.active a {
	color:#FFF;
	background-color:#0063a6;
}
#tabs2 ul li a:hover {
	color:#FFF;
	background-color:#0063a6;
}

#tabs2 div {
	clear: both;
	padding: 15px;
	min-height: 200px;
}
#tabs2 div a {
	display: inline-block;
	text-align:center;
}
#tabs2 div h3 {
	margin-bottom: 12px;
}
#tabs2 div p {
	display:inline;
}
#tabs2 ul li a {
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	display: inline;
}
/* =============================================================================
   top anchor Jquery CSS
   ========================================================================== */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 970px;
}

#back-top a {
	width: 39px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
	width: 39px;
	height: 37px;
	display: block;
	margin-bottom: 7px;
	background-image: url(../img/main/tothetop.png);

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.hr_about {
  display: block;
  clear: both;
  float:left;
  margin: 30px auto;
  width: 90%;
  height: 1px;
  background: #e4e4e4;
  background: -webkit-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: -moz-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: -ms-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: -o-linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
  background: linear-gradient(left, rgba(228, 228, 228, 0) 0%, #e4e4e4 20%, #e4e4e4 80%, rgba(228, 228, 228, 0) 99%);
}
/* =============================================================================
   MH370 popup
   ========================================================================== */
#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:485px;
	margin-top:-10px;
}

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    background-color: #ffffff;
    color: #888888;
    height: 630px;
    left: 100%;
    padding: 3px;
    position: fixed;
    right: 30%;
    top: 10%;
    width: 485px;
    z-index: 101;
	border:5px solid #666666;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

a.boxclose {
    background: url("../img/main/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 22px;
    left: -5px;
    position: relative;
    top: 5px;
    width: 24px;
}
