/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("//hello.myfonts.net/count/2c15a9");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'NewsGothicBT-BoldCondensed';
  src: url("fonts/2C15A9_0_0.eot");
  src: url("fonts/2C15A9_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2C15A9_0_0.woff") format("woff"), url("fonts/2C15A9_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'latoregular';
  src: url("fonts/lato-regular-webfont.eot");
  src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff2") format("woff2"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url("fonts/lato-bold-webfont.eot");
  src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff2") format("woff2"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latomedium';
  src: url("fonts/lato-medium-webfont.eot");
  src: url("fonts/lato-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-medium-webfont.woff2") format("woff2"), url("fonts/lato-medium-webfont.woff") format("woff"), url("fonts/lato-medium-webfont.ttf") format("truetype"), url("fonts/lato-medium-webfont.svg#latomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latolight';
  src: url("fonts/lato-light-webfont.eot");
  src: url("fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-light-webfont.woff2") format("woff2"), url("fonts/lato-light-webfont.woff") format("woff"), url("fonts/lato-light-webfont.ttf") format("truetype"), url("fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icons-sprite, header .menu-button a span, header .title-container .title, .banner-container .sub-nav ul li a[href$=".pdf"]:before, .content-container .full-spread .investor-cta a:hover:after, .footer-container .socials li a.twitter, .footer-container .socials li a.twitter:hover, .footer-container .socials li a.twitter:active, .footer-container .socials li a.linked-in, .footer-container .socials li a.linked-in:hover, .footer-container .socials li a.linked-in:active, .for_investors .form-container .form-button div.pdf, .for_investors .form-container .form-button div.form, form.full-width .row .select-wrap:after {
  background-image: url('../img/icons-s4a3f886b52.png');
  background-repeat: no-repeat;
}

.form-icons-sprite, input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:before, input[type="radio"] + label:before, input[type="radio"]:checked + label:before {
  background-image: url('../img/form-icons-s5d94f6b469.png');
  background-repeat: no-repeat;
}

/* main stylesheet */
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body {
  color: #999999;
  font: 16px "latoregular", helvetica, sans-serif;
  line-height: 1.4;
  margin: 0;
}
body a {
  color: #56B3E0;
  text-decoration: none;
}
body a:hover, body a:active {
  color: #E7A614;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body a[href^="tel:"] {
  color: inherit;
}

h1, h2, h3, h4 {
  color: #696a6d;
  font-family: "NewsGothicBT-BoldCondensed", arial, sans-serif;
  font-weight: normal;
}

h1 {
  text-transform: uppercase;
}

p, ul, ol, label {
  color: #999999;
}

li > ul, li > ol {
  margin-top: 0;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

nav .menu-item {
  font: 20px "NewsGothicBT-BoldCondensed", arial, sans-serif;
  text-align: center;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  padding: 0;
}
nav a {
  text-decoration: none;
}

.menu-slider {
  position: absolute;
  left: 0;
  z-index: 1;
}
.menu-slider nav {
  width: 220px;
}
.menu-slider nav ul li {
  border-top: 1px solid white;
}
.menu-slider nav ul li:first-child {
  border-top-width: 0;
}
.menu-slider nav ul li ul {
  display: none;
}
.menu-slider nav ul li ul li {
  background-color: #002D62;
}
.menu-slider nav ul li ul li a {
  padding: 7px 0;
}
.menu-slider nav ul li ul li:first-child {
  border-top-width: 1px;
}
.menu-slider nav ul li.on ul {
  display: list-item;
}
.menu-slider nav ul li a {
  display: block;
  color: white;
  padding: 22px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.menu-slider nav ul li a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.menu-slider nav ul li a:hover, .menu-slider nav ul li a:active {
  color: #E7A614;
}
.menu-slider nav ul li.on > div > a {
  color: #E7A614;
}
.menu-slider nav .nav-background {
  background-color: #56B3E0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 220px;
  z-index: -1;
}

.main {
  background: white;
  min-height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
  -moz-box-shadow: 3px -10px 10px black;
  -webkit-box-shadow: 3px -10px 10px black;
  box-shadow: 3px -10px 10px black;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-active .main {
  -moz-transform: translateX(220px);
  -ms-transform: translateX(220px);
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
}
.no-csstransforms .menu-active .main {
  left: 220px;
}

.header-container {
  background-color: white;
}
.header-container a {
  color: white;
  line-height: 1;
  text-decoration: none;
}

header .menu-button {
  display: inline-block;
  margin-right: 10px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.menu-active header .menu-button {
  background-color: #56B3E0;
}
header .menu-button a {
  border-right: 1px solid #999999;
  border-bottom: 1px solid white;
  display: block;
  height: 68px;
  padding: 0 12px;
}
header .menu-button a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
header .menu-button a span {
  display: inline-block;
  height: 28px;
  overflow: hidden;
  text-indent: -999px;
  width: 39px;
  vertical-align: middle;
  background-position: 0 -125px;
}
header .title-container {
  display: inline-block;
  vertical-align: middle;
}
header .title-container .title {
  background-position: 0 -153px;
  height: 53px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 203px;
}
header nav {
  display: none;
}

.banner-container {
  background-color: #002D62;
  position: relative;
  width: 100%;
}
.banner-container.big {
  position: relative;
}
.banner-container .hero-container {
  height: 220px;
  position: relative;
}
.banner-container .bg-container {
  z-index: 0;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/about_us-banner.jpg?1419277146');
}
@media only screen and (min-width: 768px) {
  .banner-container .bg-container {
    background-image: url('../img/about_us-banner-wide.jpg?1419277146');
  }
}
.home .banner-container .bg-container {
  background-position: center bottom;
  background-image: url('../img/hero-banner.jpg?1419277146');
}
@media only screen and (min-width: 768px) {
  .home .banner-container .bg-container {
    background-image: url('../img/hero-banner-wide.jpg?1419277146');
  }
}
.banner-container .notice-container {
  background-color: #002D62;
  padding: 5px 0;
  width: 100%;
  z-index: 3;
}
.banner-container .notice-container .title {
  color: white;
  font: 18px "NewsGothicBT-BoldCondensed", arial, sans-serif;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.banner-container .notice-container .notice {
  display: inline-block;
  float: none;
  font-size: 14px;
  vertical-align: middle;
}
.banner-container .notice-container .notice a {
  color: #56B3E0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.banner-container .notice-container .notice a:hover, .banner-container .notice-container .notice a:active {
  color: #E7A614;
}
.banner-container .hero-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  color: white;
  font-family: "NewsGothicBT-BoldCondensed", arial, sans-serif;
  margin-top: 40px;
  position: relative;
  text-transform: uppercase;
}
.banner-container .hero-text h2 {
  margin: 0;
  font-size: 22px;
  text-shadow: 2px 2px 8px #333333;
}
.banner-container .hero-text .hero-cta {
  background-color: #56B3E0;
  color: white;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 13px 50px 11px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.banner-container .hero-text .hero-cta:hover, .banner-container .hero-text .hero-cta:active {
  background-color: #E7A614;
}
.banner-container .sub-nav ul li {
  float: left;
  margin-right: 30px;
}
.banner-container .sub-nav ul li a {
  border-bottom: 6px solid transparent;
  color: white;
  display: block;
  line-height: 23px;
  padding: 26px 0 20px;
  -moz-transition: border 0.3s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, color 0.3s ease;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}
.banner-container .sub-nav ul li a[href$=".pdf"]:before {
  background-position: 0 -206px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-bottom: 1px;
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
}
.banner-container .sub-nav ul li.on a,
.banner-container .sub-nav ul li a:hover,
.banner-container .sub-nav ul li a:active {
  border-color: white;
  color: #E7A614;
}

.content-container {
  position: relative;
}
.content-container .cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.content-container .cont .breadcrumbs {
  list-style: none;
  margin: 14px 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.content-container .cont .breadcrumbs li {
  float: left;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-container .cont .breadcrumbs li:before {
  color: #999999;
  content: '>';
  margin: 0 5px;
}
.content-container .cont .breadcrumbs li:first-child:before {
  content: '';
  margin: 0;
}
.content-container .cont .breadcrumbs li:last-child a {
  color: #999999;
}
.content-container .full-spread {
  background-color: #333333;
  color: white;
  text-transform: uppercase;
}
.content-container .full-spread .wrapper {
  background-color: transparent;
}
.content-container .full-spread .wrapper .cont {
  padding: 50px 0;
}
.content-container .full-spread .wrapper .cont:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.content-container .full-spread .investor-cta {
  display: inline-block;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.content-container .full-spread .investor-cta a {
  color: inherit;
  display: block;
  position: relative;
}
@media (max-width: 440px) {
  .content-container .full-spread .investor-cta a {
    font-size: 12px;
  }
}
.content-container .full-spread .investor-cta a:hover {
  color: #E7A614;
}
.content-container .full-spread .investor-cta a:hover:after {
  content: "";
  display: block;
  height: 12px;
  margin: auto;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 18px;
  background-position: 0 0;
}

.homepage-cta {
  background-color: #002D62;
  color: white;
  width: 100%;
}
.homepage-cta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.homepage-cta ul li {
  border-bottom: 1px solid white;
  font: 18px "NewsGothicBT-BoldCondensed", arial, sans-serif;
  text-align: center;
}
.homepage-cta ul li a {
  display: block;
  color: white;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.homepage-cta ul li a:hover, .homepage-cta ul li a:active {
  color: #E7A614;
}

.latest-news {
  background-color: #f5f5f5;
  padding: 15px 0;
}
.latest-news hr {
  display: none;
}

.news-item-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.news-item-container .date-container .date {
  color: #333333;
  font-family: 'latobold';
  margin-bottom: 5px;
}
.news-item-container .news-container h2 {
  font-family: "NewsGothicBT-BoldCondensed", arial, sans-serif;
  margin: 0;
}
.news-item-container .news-container h2 a {
  color: inherit;
}
.news-item-container .news-container p {
  margin: 10px 0 0 0;
  color: #999999;
}
.in_the_news .news-item-container {
  margin: 20px 0;
}
.in_the_news .news-item-container .date-wrap a {
  display: none;
}
.in_the_news .news-item-container .news-container {
  border-left: 0;
}

.in_the_news hr:first-of-type {
  display: none;
}
.in_the_news hr {
  display: block;
  clear: both;
  margin-bottom: 0;
}

.footer-container {
  background-color: #696a6d;
  color: white;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.footer-container footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.footer-container a {
  color: inherit;
  vertical-align: middle;
}
.footer-container a:hover, .footer-container a:active {
  color: #E7A614;
}
.footer-container ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 2px;
}
.footer-container ul li {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
}
.footer-container ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.footer-container .info {
  margin-bottom: 10px;
}
.footer-container .info span {
  margin-left: 7px;
}
.footer-container .info span a {
  vertical-align: top;
}
.footer-container .info span:first-child {
  margin: 0 9px 0 0;
}
.footer-container .disclaimer {
  font-size: 11px;
  font-family: latolight;
  margin-bottom: 20px;
}
.footer-container .socials {
  float: none;
  text-align: center;
}
.footer-container .socials ul {
  padding-bottom: 10px;
}
.footer-container .socials ul li {
  border: 0;
}
.footer-container .socials li a {
  display: block;
  height: 20px;
  width: 21px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
}
.footer-container .socials li a.twitter {
  background-position: 0 -283px;
}
.footer-container .socials li a.twitter:active, .footer-container .socials li a.twitter.twitter-active {
  background-position: 0 -263px;
}
.footer-container .socials li a.twitter:hover, .footer-container .socials li a.twitter:active {
  background-position: 0 -263px;
}
.footer-container .socials li a.linked-in {
  background-position: 0 -105px;
}
.footer-container .socials li a.linked-in:active, .footer-container .socials li a.linked-in.linked-in-active {
  background-position: 0 -85px;
}
.footer-container .socials li a.linked-in:hover, .footer-container .socials li a.linked-in:active {
  background-position: 0 -85px;
}

/* ==========================================================================
   Content
   ========================================================================== */
.leadership-headshot {
  float: right;
  margin: 0 0 0 20px;
  max-width: 50%;
}

.for_investors .form-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin: 20px 0;
  text-align: center;
}
.for_investors .form-container .form-button {
  background-color: #56B3E0;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.for_investors .form-container .form-button div {
  position: absolute;
  overflow: hidden;
  margin: auto;
  height: 39px;
  width: 33px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.for_investors .form-container .form-button div.pdf {
  background-position: 0 -224px;
}
.for_investors .form-container .form-button div.form {
  width: 34px;
  background-position: 0 -46px;
}
.for_investors .form-container a {
  display: inline-block;
}
.for_investors .form-container a h3 {
  color: #222;
  margin: 20px 0 5px;
  text-transform: uppercase;
}
.for_investors .form-container a:hover .form-button {
  background-color: #E7A614;
}
.for_investors .form-container p {
  margin: 0;
}

input,
textarea {
  padding: 15px;
}

input:not([type="submit"]),
textarea,
.select-wrap {
  color: #696a6d;
  background-color: transparent;
  border: 2px solid #e8e8e8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input:not([type="submit"]):focus,
textarea:focus,
.select-wrap:focus {
  outline: none !important;
  border-color: #999999;
  box-shadow: 0 0 10px #696a6d;
}

.lt-ie9 input[type="checkbox"], .lt-ie9 input[type="radio"] {
  display: inline-block;
  min-width: none;
  width: auto;
}

:not(.lt-ie9) input[type="checkbox"], input[type="radio"] {
  visibility: hidden;
  height: 1px;
  margin-right: -40px;
  margin-bottom: -1px;
  width: 40px !important;
}
:not(.lt-ie9) input[type="checkbox"] + label, input[type="radio"] + label {
  padding: 15px 0 15px 45px;
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
}
:not(.lt-ie9) input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 34px;
  margin: -8px 6px -8px -45px;
  vertical-align: top;
  width: 34px;
}
:not(.lt-ie9) input[type="checkbox"] + label + input[type="checkbox"] + label, :not(.lt-ie9) input[type="checkbox"] + label + input[type="radio"] + label, input[type="radio"] + label + input[type="checkbox"] + label, input[type="radio"] + label + input[type="radio"] + label {
  margin-left: 10px;
}

input[type="checkbox"] + label:before {
  background-position: 0 -34px;
}
input[type="checkbox"]:checked + label:before {
  background-position: 0 0;
}

input[type="radio"] + label:before {
  background-position: 0 -102px;
}
input[type="radio"]:checked + label:before {
  background-position: 0 -68px;
}

input[type="submit"] {
  border: 0;
  background-color: #E7A614;
  color: white;
  font-weight: bold;
  min-width: 200px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: auto;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
input[type="submit"]:hover {
  background-color: #56B3E0;
}

form.full-width .row input,
form.full-width .row textarea {
  vertical-align: top;
  width: 100%;
}
form.full-width .row input[type="checkbox"], form.full-width .row input[type="radio"],
form.full-width .row textarea[type="checkbox"],
form.full-width .row textarea[type="radio"] {
  width: auto;
}
form.full-width .row .select-wrap {
  background: #f5f5f5;
  height: 52px;
  overflow: hidden;
  position: relative;
}
form.full-width .row .select-wrap:after {
  content: "";
  width: 33px;
  height: 34px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  position: absolute;
  background-position: 0 -12px;
}
.lt-ie9 form.full-width .row .select-wrap:after {
  display: none;
}
form.full-width .row .select-wrap select::-ms-expand {
  display: none;
}
form.full-width .row .select-wrap select {
  background-color: transparent;
  border: 0;
  color: #696a6d;
  height: 100%;
  padding: 2px 10px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  z-index: 1;
}
form.full-width .row + .row {
  margin-top: 20px;
}
form.full-width .notice {
  background-color: #f5f5f5;
  border: 2px solid #e8e8e8;
  padding: 5px 10px;
}
form.full-width .highlight {
  background-color: #56B3E0;
  border-color: #002D62;
  color: white;
}
form.full-width .highlight label {
  font-family: latobold;
  color: white;
}
form.full-width .prior-row {
  margin-bottom: 15px;
}
form.full-width .objectives {
  overflow: hidden;
  *zoom: 1;
}
form.full-width .objectives > div {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
form.full-width .objectives > div input {
  width: 50px;
}
form.full-width .objectives > div input + span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  width: 90px;
}
form.full-width .push {
  padding-left: 45px;
}
form.full-width .optional {
  font-family: "latoregular", helvetica, sans-serif;
  color: #002D62;
  font-size: 12px;
}
form.full-width .txtError {
  color: #C00;
  margin: 0;
}

/* ==========================================================================
   Dhruv Updates
   ========================================================================== */
.opacity-layer {
  background-image: none !important;
  background-color: black;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.banner-container {
  background-color: transparent !important;
}

#checkForm {
  background: #A6D9F2;
  border: 0px;
  padding: 13.5px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transition: all .5s ease-in-out;
  /* Safari, Chrome and Opera > 1.5.1 */
  -moz-transition: all .5s ease-in-out;
  /* Firefox < 16 */
  -ms-transition: all .5s ease-in-out;
  /* Internet Explorer */
  -o-transition: all .5s ease-in-out;
  /* Opera < 1.5.1 */
  transition: all .5s ease-in-out;
}

.arrow {
  position: absolute;
  right: 5px;
  color: #56B3E0;
}

#checkForm.active {
  margin-top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.select-wrap select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* ====================
      INTERMEDIATE:
     ==================== */
  .notice-container .title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .notice-container .notice {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  .banner-container .hero-text {
    margin-top: 20px;
  }
  .banner-container .hero-text h2 {
    font-size: 37px;
    line-height: 0.9;
  }
  .banner-container .hero-text .hero-cta {
    font-size: 20px;
  }

  .contact_us .address {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  .contact_us .contact-info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  form.full-width .row {
    overflow: hidden;
    *zoom: 1;
  }
  form.full-width .row > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  form.full-width .row > div:first-child {
    height: 52px;
  }
  form.full-width .row > div:first-child.big {
    height: auto;
  }
  form.full-width .row > div:first-child:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  form.full-width .row > div > span {
    display: inline-block;
  }
  form.full-width .row > div + div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  form.full-width .row label {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  /* ============
      WIDE: Menu
     ============ */
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }

  .menu-slider {
    display: none;
  }

  .main {
    position: static;
    height: 100%;
  }

  header .menu-button {
    display: none;
  }
  header .title-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  header .title-container .title {
    margin: 35px 0;
  }
  header nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: right;
    display: block;
    height: 123px;
  }
  header nav .menu-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  header nav .menu-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  header nav .menu-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    height: 100%;
    position: relative;
  }
  header nav .menu-item .item-wrap {
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  header nav .menu-item a {
    border: 6px solid transparent;
    border-width: 6px 0;
    color: #333333;
    display: inline-block;
    padding: 22px 0;
    text-transform: uppercase;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
  header nav .menu-item a:hover, header nav .menu-item a:active {
    border-color: #56B3E0;
  }
  header nav .menu-item.on a {
    border-color: #56B3E0;
  }
  header nav .menu-item.on a:hover, header nav .menu-item.on a:active {
    border-color: #E7A614;
  }

  .banner-container {
    min-height: 75px;
  }
  .banner-container.big .hero-container {
    height: 396px;
  }
  .banner-container .bg-container {
    min-height: 190px;
  }
  .banner-container .notice-container {
    padding: 20px 0;
    position: absolute;
    top: 0;
  }
  .banner-container .notice-container .title {
    font-size: 20px;
  }
  .banner-container .hero-text {
    margin-top: 79px;
  }
  .banner-container .hero-text h2 {
    font-size: 42px;
  }
  .banner-container .hero-text .hero-cta {
    font-size: 20px;
  }
  .banner-container .sub-nav {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 85%;
    float: left;
    margin-left: 7.5%;
    margin-right: -100%;
  }

  .homepage-cta ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    border: none;
    font-size: 20px;
    height: 110px;
  }
  .homepage-cta ul li:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .homepage-cta ul li a {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
  }

  .content-container .wrapper, .footer-container .wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 85%;
    float: left;
    margin-left: 7.5%;
    margin-right: -100%;
  }

  .content-container .wrapper {
    background-color: white;
  }
  .content-container .wrapper .cont {
    width: 100%;
    padding: 40px 45px;
  }
  .content-container .title {
    margin: 0 0 14px;
  }
  .content-container .title:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .latest-news {
    padding: 36px 0;
  }

  .news-item-container {
    padding: 0;
  }
  .news-item-container .date-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
  }
  .news-item-container .date-container .date-wrap {
    display: inline-block;
    text-align: left;
  }
  .news-item-container .news-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    border-left: 2px solid #999999;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .news-item-container .news-container .news-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 93.33333%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  .footer-container footer nav {
    float: left;
    max-width: 90%;
    text-align: left;
  }
  .footer-container footer ul li {
    border-left: 1px solid #999999;
  }
  .footer-container .socials {
    float: right;
  }

  /* ==========================================================================
     Content
     ========================================================================== */
  .leadership-headshot {
    margin-right: -40px;
  }

  .for_investors .form-container {
    margin-top: 0;
  }

  form.full-width .objectives > div {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1140px) {
  /* ===============
      Maximal Width
     =============== */
  * {
    margin: 0;
  }

  html, body {
    height: 100%;
  }

  .body-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -141px;
  }
  .body-container:after {
    content: "";
    display: block;
  }
  .home .body-container {
    background-color: #f5f5f5;
  }

  .footer-container, .body-container:after {
    height: 141px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .footer-container ul:before,
.clearfix:after,
.footer-container ul:after {
  content: " ";
  display: table;
}

.clearfix:after, .footer-container ul:after {
  clear: both;
}

.clearfix, .footer-container ul {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  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: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  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;
  }
}
