@charset "UTF-8";
/*!
Theme Name: Evercore
Theme URI: http://underscores.me/
Author: Rayogram
Author URI: http://www.rayogram.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evercore
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Evercore is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=News+Cycle';
@import 'https://fonts.googleapis.com/css?family=Playfair+Display+SC';
@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,400i';
@font-face {
  font-family: "Calibre-Semibold";
  src: url("../fonts/CalibreWeb-Semibold.eot");
  src: url("../fonts/CalibreWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibreWeb-Semibold.woff") format("woff"), url("../fonts/Calibre-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Calibre-BoldItalic";
  src: url("../fonts/CalibreWeb-BoldItalic.eot");
  src: url("../fonts/CalibreWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibreWeb-BoldItalic.woff") format("woff"), url("../fonts/Calibre-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Calibre-Medium";
  src: url("../fonts/CalibreWeb-Medium.eot");
  src: url("../fonts/CalibreWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibreWeb-Medium.woff") format("woff"), url("../fonts/Calibre-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Calibre-Regular";
  src: url("../fonts/CalibreWeb-Regular.eot");
  src: url("../fonts/CalibreWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibreWeb-Regular.woff") format("woff"), url("../fonts/Calibre-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Calibre-Light";
  src: url("../fonts/CalibreWeb-Light.eot");
  src: url("../fonts/CalibreWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibreWeb-Light.woff") format("woff"), url("../fonts/Calibre-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Calibre-LightItalic";
  src: url("../fonts/CalibreWeb-LightItalic.eot");
  src: url("../fonts/CalibreWeb-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CalibreWeb-LightItalic.woff") format("woff"), url("../fonts/Calibre-LightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'abril_fatfaceregular';
  src: url("abrilfatface-regular-webfont.eot");
  src: url("abrilfatface-regular-webfont.eot?#iefix") format("embedded-opentype"), url("abrilfatface-regular-webfont.woff") format("woff"), url("abrilfatface-regular-webfont.ttf") format("truetype"), url("abrilfatface-regular-webfont.svg#abril_fatfaceregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* CSS Animation Variables for home page */
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0; }
  2% {
    opacity: 0;
    -webkit-transform: translateY(0px); }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes rotateWord {
  0% {
    opacity: 0; }
  2% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px); }
  20% {
    opacity: 0;
    -ms-transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes rotateWord {
  0% {
    opacity: 0; }
  2% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
 ************************
 * Compass Reset
 ************************
*/
html {
  line-height: 1; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/*
 ************************
 * Custom Reset
 ************************
*/
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

/*
 ************************
 * Underscores Normalize
 ************************
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/*--------------------------------------------------------------
# Main Containers
--------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #header:after {
    content: " ";
    display: block;
    clear: both; }

@media screen and (max-width: 320px) {
  .site-branding {
    width: 48.3146067416%;
    float: left;
    margin-right: 3.3707865169%; }
  .menu-toggle {
    width: 48.3146067416%;
    float: right;
    margin-right: 0; }
  .main-navigation .left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-navigation .left:after {
      content: " ";
      display: block;
      clear: both; }
    .main-navigation .left .menu-item.menu-item-object-page:first-child {
      width: 48.3146067416%;
      float: left;
      margin-right: 3.3707865169%; }
    .main-navigation .left .menu-item.menu-item-object-page:last-child {
      width: 48.3146067416%;
      float: right;
      margin-right: 0; }
  .main-navigation .right li.menu-item {
    width: 100%; } }

@media screen and (min-width: 321px) and (max-width: 550px) {
  .site-branding {
    width: 48.8888888889%;
    float: left;
    margin-right: 2.2222222222%; }
  .menu-toggle {
    width: 48.8888888889%;
    float: right;
    margin-right: 0; }
  .main-navigation .left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-navigation .left:after {
      content: " ";
      display: block;
      clear: both; }
    .main-navigation .left .menu-item.menu-item-object-page:first-child {
      width: 48.8888888889%;
      float: left;
      margin-right: 2.2222222222%; }
    .main-navigation .left .menu-item.menu-item-object-page:last-child {
      width: 48.8888888889%;
      float: right;
      margin-right: 0; }
  .main-navigation .right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-navigation .right:after {
      content: " ";
      display: block;
      clear: both; }
    .main-navigation .right li.menu-item {
      width: 31.8518518519%;
      float: left;
      margin-right: 2.2222222222%; }
      .main-navigation .right li.menu-item:last-child {
        width: 31.8518518519%;
        float: right;
        margin-right: 0; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .site-branding {
    width: 32.6007326007%;
    float: left;
    margin-right: 1.0989010989%; }
  .menu-toggle {
    width: 66.3003663004%;
    float: right;
    margin-right: 0; }
  .main-navigation .left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-navigation .left:after {
      content: " ";
      display: block;
      clear: both; }
    .main-navigation .left .menu-item.menu-item-object-page:first-child {
      width: 49.4505494505%;
      float: left;
      margin-right: 1.0989010989%; }
    .main-navigation .left .menu-item.menu-item-object-page:last-child {
      width: 49.4505494505%;
      float: right;
      margin-right: 0; }
  .main-navigation .right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main-navigation .right:after {
      content: " ";
      display: block;
      clear: both; }
    .main-navigation .right li.menu-item {
      width: 32.6007326007%;
      float: left;
      margin-right: 1.0989010989%; }
      .main-navigation .right li.menu-item:last-child {
        width: 32.6007326007%;
        float: right;
        margin-right: 0; } }

@media screen and (min-width: 769px) {
  .site-branding {
    width: 18.0821917808%;
    float: left;
    margin-right: 0.8219178082%; }
  .main-navigation .left {
    width: 43.2876712329%;
    float: left;
    margin-right: 0.8219178082%; }
    .main-navigation .left #primary-menu {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .main-navigation .left #primary-menu:after {
        content: " ";
        display: block;
        clear: both; }
    .main-navigation .left .menu-item.menu-item-object-page:first-child {
      width: 41.7721518987%;
      float: left;
      margin-right: 1.8987341772%;
      margin-left: 14.5569620253%; }
    .main-navigation .left .menu-item.menu-item-object-page:last-child {
      width: 41.7721518987%;
      float: right;
      margin-right: 0; }
  .main-navigation .right {
    width: 36.9863013699%;
    float: right;
    margin-right: 0; } }

/*--------------------------------------------------------------
# Main Content / Banner
--------------------------------------------------------------*/
#content {
  position: relative; }

#banner {
  background-color: #004C81;
  position: relative; }
  #banner .wrapper,
  #banner .flexslider,
  #banner .image,
  #banner #chartdiv,
  #banner #tabs {
    position: relative; }
  #banner .flexslider {
    background-color: #004C81; }
    #banner .flexslider .slides {
      background-color: #004C81; }
      #banner .flexslider .slides .slide {
        overflow: hidden; }
        #banner .flexslider .slides .slide img {
          width: 100%;
          display: block; }
    #banner .flexslider .flex-control-nav {
      width: auto; }
    #banner .flexslider .flex-control-paging {
      height: 32px;
      position: absolute;
      bottom: 8px;
      z-index: 9999; }
  #banner .image {
    background-color: #004C81;
    position: relative;
    overflow: hidden; }
    #banner .image img {
      position: relative;
      width: 100%;
      min-width: 100%;
      max-width: none;
      display: block; }
  #banner h1 {
    position: absolute;
    top: 40vw;
    z-index: 99; }
  #banner .flex-caption
.animated-text {
    width: 100%; }
  #banner .flex-caption,
  #banner .animated-text,
  #banner .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }
  #banner .animated-text {
    display: none; }
  #banner #clocks {
    width: 96%;
    margin: 0 2% 16px;
    display: none; }
  #banner .amcharts-chart-div a {
    left: auto !important; }

#main {
  min-height: 400px; }

.home #banner .flexslider .flex-control-paging,
.page-by-the-numbers #banner .flexslider .flex-control-paging {
  bottom: -32px; }

@media screen and (max-width: 320px) {
  #content {
    width: 93.4%;
    margin: 0 3.3%; }
  #banner .flexslider,
  #banner .image,
  #banner .text,
  #banner #chartdiv,
  #banner #tabs {
    width: 107.26%;
    left: -3.63%; }
  #banner .flex-caption p,
  #banner .animated-text p,
  #banner .text a {
    margin: 0 3.63%; }
  #banner h1 {
    top: 30vw; }
  #banner .amcharts-chart-div a {
    right: 3.63% !important; }
  #banner #tabs li {
    padding-left: 3.63%;
    padding-right: 3.63%; } }

@media screen and (min-width: 321px) and (max-width: 550px) {
  #content {
    width: 92.2%;
    margin: 0 3.9%; }
  #banner .flexslider,
  #banner .image,
  #banner .text,
  #banner #chartdiv,
  #banner #tabs {
    width: 108.58%;
    left: -4.29%; }
  #banner .flexslider .flex-control-paging {
    top: 8px;
    right: 3.9%; }
  #banner .flex-caption p,
  #banner .animated-text p,
  #banner .text a {
    margin: 0 4.29%; }
  #banner .amcharts-chart-div a {
    right: 4.29% !important; }
  #banner #tabs li {
    padding-left: 4.29%;
    padding-right: 4.29%; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  #content {
    width: 91.6%;
    margin: 0 4.2%; }
  #banner .flexslider,
  #banner .image,
  #banner .text,
  #banner #chartdiv,
  #banner #tabs {
    width: 109.24%;
    left: -4.62%; }
  #banner .flexslider .flex-control-paging {
    right: 4.2%; }
  #banner .flex-caption p,
  #banner .animated-text p,
  #banner .text a {
    margin: 0 4.62%; }
  #banner .amcharts-chart-div a {
    right: 4.62% !important; }
  #banner #tabs li {
    padding-left: 4.62%;
    padding-right: 4.62%; } }

@media screen and (min-width: 769px) {
  #content {
    width: 95%;
    margin: 0 2.5%; }
  #banner .flexslider,
  #banner .image,
  #banner .text,
  #banner #chartdiv {
    width: 105%;
    left: -2.5%; }
  #banner .flexslider .flex-control-paging {
    right: 2.5%; }
  #banner h1 {
    top: 35vw; }
  #banner .flex-caption p,
  #banner .text a {
    margin: 0 2.5%; }
  #banner .amcharts-chart-div a {
    right: 2.5% !important; }
  #banner #clocks {
    display: block; }
    #banner #clocks .clock {
      width: 8.8105726872%;
      float: left;
      margin-right: 1.3215859031%; }
      #banner #clocks .clock:last-child {
        width: 8.8105726872%;
        float: right;
        margin-right: 0; }
  #banner #tabs {
    position: absolute;
    bottom: 0;
    z-index: 9998;
    overflow: hidden;
    height: 50px; }
    #banner #tabs li a {
      display: block; } }

@media screen and (min-width: 1200px) {
  #banner {
    min-height: 424px; }
    #banner .flexslider,
    #banner .image,
    #banner #chartdiv {
      width: 100%;
      left: 0; }
    #banner .flex-caption,
    #banner .text {
      width: 95%;
      left: 0; }
    #banner .animated-text {
      display: block; }
      #banner .animated-text .line-1,
      #banner .animated-text .line-2 {
        width: 100%;
        padding: 0; }
      #banner .animated-text p {
        width: 36.9863013699%;
        right: 0; }
    #banner h1,
    #banner .flex-caption p,
    #banner .text a {
      margin: 0 16px; }
    #banner h1 {
      top: 400px; }
    #banner #clocks {
      width: 95%;
      margin-left: 2.5%;
      margin-right: 2.5%; }
  #tabs {
    width: 95%;
    margin: 0 2.5%; } }

/*--------------------------------------------------------------
# Page Template
--------------------------------------------------------------*/
.page #main .tab {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px; }
  .page #main .tab:after {
    content: " ";
    display: block;
    clear: both; }

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.page.home #grid ul {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page.home #grid ul:after {
    content: " ";
    display: block;
    clear: both; }

.page.home #grid li {
  width: 100%; }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page.home #grid ul li:last-child .transaction {
    width: 48.3146067416%;
    float: left;
    margin-right: 3.3707865169%; }
    .page.home #grid ul li:last-child .transaction:nth-child(2n) {
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 769px) {
  .page.home #grid ul li {
    width: 48.8888888889%;
    float: left;
    margin-right: 2.2222222222%; }
    .page.home #grid ul li:nth-child(1) {
      width: 59.1111111111%;
      float: left;
      margin-right: 2.2222222222%; }
    .page.home #grid ul li:nth-child(2) {
      width: 38.6666666667%;
      float: left;
      margin-right: 2.2222222222%; }
    .page.home #grid ul li:nth-child(3), .page.home #grid ul li:nth-child(5) {
      width: 23.3333333333%;
      float: left;
      margin-right: 2.2222222222%; }
    .page.home #grid ul li .transactions-group {
      width: 100%;
      float: none; }
      .page.home #grid ul li .transactions-group .transaction {
        width: 14.8148148148%;
        float: left;
        margin-right: 2.2222222222%; }
        .page.home #grid ul li .transactions-group .transaction:last-child {
          float: right;
          margin-right: 0; }
    .page.home #grid ul li:nth-child(2), .page.home #grid ul li:nth-child(5), .page.home #grid ul li:nth-child(7), .page.home #grid ul li:last-child {
      float: right;
      margin-right: 0; } }

/*--------------------------------------------------------------
# Homepage: By The Numbers Charts
--------------------------------------------------------------*/
#by-the-numbers .chart {
  width: 100%; }

@media screen and (min-width: 321px) {
  #by-the-numbers .filters {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #by-the-numbers .filters:after {
      content: " ";
      display: block;
      clear: both; } }

@media screen and (min-width: 769px) {
  #by-the-numbers .filters label {
    width: 11.0497237569%;
    float: left;
    margin-right: 1.6574585635%;
    width: 7.049724%;
    float: left;
    margin-right: 0.257459%;
    min-width: 80px; }
  #by-the-numbers .filters .select-wrapper {
    width: 36.4640883978%;
    float: left;
    margin-right: 1.6574585635%;
    min-width: 300px; }
  #by-the-numbers .charts {
    width: 100%; }
  #by-the-numbers .chart {
    width: 48% !important;
    margin-right: 2%;
    float: left; } }

/*--------------------------------------------------------------
# Homepage: Prominent Transactions
--------------------------------------------------------------*/
.page.home #main #transactions-tab .transactions {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page.home #main #transactions-tab .transactions:after {
    content: " ";
    display: block;
    clear: both; }

@media screen and (min-width: 321px) {
  #transactions-tab .filters {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #transactions-tab .filters:after {
      content: " ";
      display: block;
      clear: both; } }

@media screen and (min-width: 321px) and (max-width: 550px) {
  .page.home #main #transactions-tab .transactions.grid li {
    width: 48.8888888889%;
    float: left;
    margin-right: 2.2222222222%; }
    .page.home #main #transactions-tab .transactions.grid li:nth-child(2n) {
      width: 48.8888888889%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page.home #main #transactions-tab .transactions.grid li {
    width: 32.6007326007%;
    float: left;
    margin-right: 1.0989010989%; }
    .page.home #main #transactions-tab .transactions.grid li:nth-child(3n) {
      width: 32.6007326007%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 769px) {
  #transactions-tab .header .filters {
    width: 87.397260274%;
    float: left;
    margin-right: 0.8219178082%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #transactions-tab .header .filters:after {
      content: " ";
      display: block;
      clear: both; }
    #transactions-tab .header .filters label {
      position: absolute; }
      #transactions-tab .header .filters label.filter-label {
        width: 74.7252747253%;
        left: 0; }
      #transactions-tab .header .filters label.sort-label {
        width: 24.1758241758%;
        left: 75.8241758242%; }
    #transactions-tab .header .filters .select-wrapper {
      width: 24.1758241758%;
      float: left;
      margin-right: 1.0989010989%;
      margin-top: 32px; }
      #transactions-tab .header .filters .select-wrapper:last-child {
        width: 24.1758241758%;
        float: right;
        margin-right: 0; }
  #transactions-tab .header .list-grid-toggle {
    width: 11.7808219178%;
    float: right;
    margin-right: 0; }
  #transactions-tab .transactions.list li {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #transactions-tab .transactions.list li:after {
      content: " ";
      display: block;
      clear: both; }
    #transactions-tab .transactions.list li .column {
      width: 55.8904109589%;
      float: left;
      margin-right: 0.8219178082%; }
      #transactions-tab .transactions.list li .column:first-child {
        width: 18.0821917808%;
        float: left;
        margin-right: 0.8219178082%;
        margin-right: 6.301369863%; }
      #transactions-tab .transactions.list li .column:last-child {
        width: 18.0821917808%;
        float: right;
        margin-right: 0; }
  #transactions-tab .transactions.grid li {
    width: 24.3835616438%;
    float: left;
    margin-right: 0.8219178082%; }
    #transactions-tab .transactions.grid li:nth-child(4n) {
      width: 24.3835616438%;
      float: right;
      margin-right: 0; } }

/*--------------------------------------------------------------
# NASDAQ: Investor Relations
--------------------------------------------------------------*/
.page-for-investors #main #transactions ul {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-for-investors #main #transactions ul:after {
    content: " ";
    display: block;
    clear: both; }

@media screen and (min-width: 321px) and (max-width: 550px) {
  .page-for-investors #main #transactions ul li {
    width: 48.8888888889%;
    float: left;
    margin-right: 2.2222222222%; }
    .page-for-investors #main #transactions ul li:nth-child(2n) {
      width: 48.8888888889%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page-for-investors #main #transactions ul li {
    width: 48.8888888889%;
    float: left;
    margin-right: 2.2222222222%; }
    .page-for-investors #main #transactions ul li:nth-child(even) {
      width: 48.8888888889%;
      float: right;
      margin-right: 0; }
  .page-for-investors #main #stories {
    width: 49.4505494505%;
    float: left;
    margin-right: 1.0989010989%; }
  .page-for-investors #main .sidebar {
    width: 49.4505494505%;
    float: right;
    margin-right: 0; } }

@media screen and (min-width: 769px) {
  .page-for-investors #main #transactions {
    width: 18.0821917808%;
    float: left;
    margin-right: 0.8219178082%; }
  .page-for-investors #main #stories {
    width: 43.2876712329%;
    float: left;
    margin-right: 0.8219178082%;
    padding-left: 16px;
    padding-right: 16px; }
  .page-for-investors #main .sidebar {
    width: 36.9863013699%;
    float: right;
    margin-right: 0; } }

/*--------------------------------------------------------------
# Pages: Who We Are
--------------------------------------------------------------*/
.page.page-who-we-are .tab#where-we-are {
  position: relative;
  max-width: none;
  width: 107.26%;
  left: -3.63%; }
  .page.page-who-we-are .tab#where-we-are #map-key .wrapper,
  .page.page-who-we-are .tab#where-we-are .map-overlay .wrapper {
    margin: 0 3.3%; }

.page.page-who-we-are .bio {
  position: relative; }
  .page.page-who-we-are .bio h1 {
    width: 100%;
    position: absolute;
    top: 0; }

@media screen and (max-width: 320px) {
  .page.page-who-we-are .filters label,
  .page.page-who-we-are .filters select {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .page.page-who-we-are #single-bio {
    width: 100%; } }

@media screen and (min-width: 321px) {
  .page.page-who-we-are .filters {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are .filters:after {
      content: " ";
      display: block;
      clear: both; }
  .page.page-who-we-are #bios {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are #bios:after {
      content: " ";
      display: block;
      clear: both; } }

@media screen and (min-width: 321px) and (max-width: 550px) {
  .page.page-who-we-are .tab#where-we-are {
    width: 108.58%;
    left: -4.29%; }
    .page.page-who-we-are .tab#where-we-are #map-key .wrapper,
    .page.page-who-we-are .tab#where-we-are .map-overlay .wrapper {
      margin: 0 3.9%; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page.page-who-we-are .tab#where-we-are {
    width: 109.24%;
    left: -4.62%; }
    .page.page-who-we-are .tab#where-we-are #map-key .wrapper,
    .page.page-who-we-are .tab#where-we-are .map-overlay .wrapper {
      margin: 0 4.2%; }
  .page.page-who-we-are #executive-bios {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are #executive-bios:after {
      content: " ";
      display: block;
      clear: both; }
    .page.page-who-we-are #executive-bios .executive-bio {
      width: 48.8888888889%;
      float: left;
      margin-right: 2.2222222222%;
      height: 180px; }
      .page.page-who-we-are #executive-bios .executive-bio:nth-child(even) {
        margin-right: 0; }
      .page.page-who-we-are #executive-bios .executive-bio div {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 32px; }
  .page.page-who-we-are .filters label {
    width: 15.7509157509%;
    float: left;
    margin-right: 1.0989010989%; }
  .page.page-who-we-are .filters .select-wrapper {
    width: 41.0256410256%;
    float: left;
    margin-right: 1.0989010989%; }
    .page.page-who-we-are .filters .select-wrapper:last-child {
      width: 41.0256410256%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 769px) {
  .page.page-who-we-are .sidebar {
    width: 36.9863013699%;
    float: right;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    .page.page-who-we-are .sidebar aside {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0; }
  .page.page-who-we-are .tab#where-we-are {
    width: 105%;
    left: -2.5%; }
    .page.page-who-we-are .tab#where-we-are #map-key .wrapper,
    .page.page-who-we-are .tab#where-we-are .map-overlay .wrapper {
      margin: 0 2.5%; }
  .page.page-who-we-are #executive-bios {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are #executive-bios:after {
      content: " ";
      display: block;
      clear: both; }
    .page.page-who-we-are #executive-bios .executive-bio {
      width: 31.8518518519%;
      float: left;
      margin-right: 2.2222222222%;
      height: 180px; }
      .page.page-who-we-are #executive-bios .executive-bio:nth-child(3n) {
        float: right;
        margin-right: 0; }
      .page.page-who-we-are #executive-bios .executive-bio div {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 32px; }
  .page.page-who-we-are .search {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are .search:after {
      content: " ";
      display: block;
      clear: both; }
    .page.page-who-we-are .search .search-group {
      width: 23.7569060773%;
      float: left;
      margin-right: 1.6574585635%; }
      .page.page-who-we-are .search .search-group:nth-child(4n) {
        float: right;
        margin-right: 0; }
  .page.page-who-we-are .advanced-search #advanced-search-button,
  .page.page-who-we-are .advanced-search #clear-search-button,
  .page.page-who-we-are .advanced-search #search-default {
    width: 23.7569060773%;
    float: left;
    margin-right: 1.6574585635%; }
  .page.page-who-we-are .advanced-search #search-default,
  .page.page-who-we-are .advanced-search #clear-search-button {
    float: right;
    margin-right: 0; }
  .page.page-who-we-are .advanced-search .advanced-search-form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both; }
    .page.page-who-we-are .advanced-search .advanced-search-form:after {
      content: " ";
      display: block;
      clear: both; }
  .page.page-who-we-are .advanced-search .fields {
    width: 65.9259259259%;
    float: left;
    margin-right: 2.2222222222%; }
  .page.page-who-we-are .advanced-search .field-group {
    width: 46.511627907%;
    float: left;
    margin-right: 6.976744186%; }
    .page.page-who-we-are .advanced-search .field-group:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .page.page-who-we-are .advanced-search .buttons {
    width: 31.8518518519%;
    float: left;
    margin-right: 2.2222222222%;
    float: right;
    margin-right: 0; }
  .page.page-who-we-are .advanced-search .button-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are .advanced-search .button-wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    .page.page-who-we-are .advanced-search .button-wrapper button {
      width: 14.8148148148%;
      float: left;
      margin-right: 2.2222222222%; }
      .page.page-who-we-are .advanced-search .button-wrapper button:nth-child(6n) {
        float: right;
        margin-right: 0; }
  .page.page-who-we-are .tab-text,
  .page.page-who-we-are #single-bio {
    width: 62.1917808219%;
    float: left;
    margin-right: 0.8219178082%;
    padding-right: 16px; }
  .page.page-who-we-are .tab#our-team .tab-content {
    width: 100%; }
  .page.page-who-we-are .tab#our-team #single-bio {
    min-height: 700px; }
  .page.page-who-we-are .filters {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-who-we-are .filters:after {
      content: " ";
      display: block;
      clear: both; }
    .page.page-who-we-are .filters label {
      margin-right: 1.6574585635%;
      float: left; }
    .page.page-who-we-are .filters .select-wrapper {
      width: 23.7569060773%;
      float: left;
      margin-right: 1.6574585635%; } }

@media screen and (min-width: 1200px) {
  .page.page-who-we-are .tab#where-we-are {
    max-width: 100%;
    width: 100%;
    left: 0; } }

@media screen and (min-width: 551px) {
  .page-who-we-are .tab-content {
    margin-top: 60px; }
    .page-who-we-are .tab-content .meet-our-people {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-who-we-are .tab-content .meet-our-people:after {
        content: " ";
        display: block;
        clear: both; }
      .page-who-we-are .tab-content .meet-our-people .person {
        height: 40vw;
        max-height: 400px;
        width: 32.6007326007%;
        float: left;
        margin-right: 1.0989010989%; }
        .page-who-we-are .tab-content .meet-our-people .person:nth-child(3n) {
          float: right;
          margin-right: 0; }
  .page-who-we-are .remodal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-who-we-are .remodal:after {
      content: " ";
      display: block;
      clear: both; }
    .page-who-we-are .remodal .col-one {
      width: 65.9259259259%;
      float: left;
      margin-right: 2.2222222222%; }
    .page-who-we-are .remodal .col-two {
      width: 31.8518518519%;
      float: left;
      margin-right: 2.2222222222%;
      float: right;
      margin-right: 0;
      padding-top: 30px; } }

/*--------------------------------------------------------------
# Pages: What We Do
--------------------------------------------------------------*/
.page-what-we-do .client-login {
  margin-bottom: 16px; }

@media screen and (min-width: 768px) {
  .page-what-we-do .client-login {
    position: absolute;
    right: 0; }
  .page-what-we-do .column {
    width: 46.511627907%;
    float: left;
    margin-right: 6.976744186%; }
    .page-what-we-do .column.right {
      width: 46.511627907%;
      float: right;
      margin-right: 0; } }

/*--------------------------------------------------------------
# Join our Team sidebar
--------------------------------------------------------------*/
.page.page-join-our-team .tab {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page.page-join-our-team .tab:after {
    content: " ";
    display: block;
    clear: both; }

@media screen and (min-width: 769px) {
  .page.page-join-our-team .tab-content {
    width: 62.1917808219%;
    float: left;
    margin-right: 0.8219178082%;
    padding-right: 16px; }
  .page.page-join-our-team .sidebar {
    width: 36.9863013699%;
    float: right;
    margin-right: 0; }
  .page.page-join-our-team #sub-tabs {
    width: 62.1917808219%;
    float: left;
    margin-right: 0.8219178082%; }
  .page-join-our-team #students-and-graduates #united-states-and-canada, .page-join-our-team #students-and-graduates #europe {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .page-join-our-team #students-and-graduates #sub-tabs {
    width: 62.1917808219%;
    float: left;
    margin-right: 0.8219178082%;
    padding-right: 16px; }
  .page-join-our-team #students-and-graduates .tab-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0; }
  .page-join-our-team #students-and-graduates .sub-tab-content {
    width: 62.1917808219%;
    float: left;
    margin-right: 0.8219178082%;
    padding-right: 16px; }
  .page-join-our-team #students-and-graduates .sub-tab-sidebar {
    width: 36.9863013699%;
    float: right;
    margin-right: 0;
    margin-top: -155px; }
    .page-join-our-team #students-and-graduates .sub-tab-sidebar .sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

/*--------------------------------------------------------------
# Pages: Contact Us
--------------------------------------------------------------*/
.page.page-contact-us #banner, .page.page-contact-us #chartdiv {
  height: 50vw; }

.page.page-contact-us .office {
  width: 100%; }

@media screen and (min-width: 321px) {
  .page.page-contact-us .filters {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-contact-us .filters:after {
      content: " ";
      display: block;
      clear: both; }
  .page.page-contact-us .offices {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page.page-contact-us .offices:after {
      content: " ";
      display: block;
      clear: both; }
  .page.page-contact-us .office {
    width: 45%;
    margin-right: 5%;
    float: left; } }

@media screen and (min-width: 551px) {
  .page.page-contact-us .filters label {
    width: 11.0497237569%;
    float: left;
    margin-right: 1.6574585635%;
    width: 7.049724%;
    float: left;
    margin-right: 0.257459%;
    min-width: 80px; }
  .page.page-contact-us .filters .select-wrapper {
    width: 23.7569060773%;
    float: left;
    margin-right: 1.6574585635%; } }

@media screen and (min-width: 769px) {
  .page.page-contact-us #banner, .page.page-contact-us #chartdiv {
    height: 42vw; } }

@media screen and (min-width: 1200px) {
  .page.page-contact-us #banner, .page.page-contact-us #chartdiv {
    height: 475px; } }

/*--------------------------------------------------------------
# Single Post Template
--------------------------------------------------------------*/
.single #content #primary {
  width: 43.2876712329%;
  float: left;
  margin-right: 0.8219178082%;
  padding-left: 16px;
  padding-right: 16px; }

.single #content #secondary {
  width: 36.9863013699%;
  float: right;
  margin-right: 0;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ededee;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #footer .site-info {
    margin: 0 4.2%; } }

@media screen and (min-width: 769px) {
  #footer .site-info {
    margin: 0 2.5%; } }

@media screen and (min-width: 1200px) {
  #footer {
    width: 95%;
    margin: 0 auto; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-close:before,
.fa-backward:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Calibre-Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h2, h3, h4, h5, h6 {
  font-family: "Calibre-Semibold", sans-serif;
  clear: both; }

h1,
h3.title {
  font-family: "News Cycle", sans-serif;
  line-height: 1;
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #CCCCCC;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.excerpt {
  position: relative; }

.excerpt a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */ }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  background: #FFFFFF; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem; }

#page {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */ }

/*--------------------------------------------------------------
# Main Containers
--------------------------------------------------------------*/
#main {
  background-color: #FFFFFF; }
  #main h3 {
    font-size: 2.2rem; }
  #main p {
    line-height: 1.2; }

#footer {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ededee;
  background-color: #222222;
  padding-top: 48px;
  padding-bottom: 32px; }
  #footer a,
  #footer a:visited {
    color: #ededee;
    text-decoration: underline; }
    #footer a:hover,
    #footer a:visited:hover {
      color: #CCCCCC; }

/*--------------------------------------------------------------
# Import element partials
--------------------------------------------------------------*/
section.tab-content ul, section.tab-content ol {
  margin: 0 0 32px 32px; }
  section.tab-content ul li, section.tab-content ol li {
    line-height: 1.2;
    margin-bottom: 8px; }

section.tab-content ul {
  list-style: disc; }

section.tab-content ol {
  list-style: decimal; }

section.tab-content li > ul,
section.tab-content li > ol {
  margin-bottom: 0;
  margin-left: 32px; }

section.tab-content dt {
  font-weight: bold; }

section.tab-content dd {
  margin: 0 0 32px 16px; }

section.tab-content ul.sub-drawers {
  margin: 0;
  list-style: none; }
  section.tab-content ul.sub-drawers li {
    margin-bottom: 32px; }
    section.tab-content ul.sub-drawers li a.drawer-link {
      font-family: "Calibre-Regular", sans-serif;
      font-size: 25px;
      display: block; }
      section.tab-content ul.sub-drawers li a.drawer-link:focus {
        outline: none; }
      section.tab-content ul.sub-drawers li a.drawer-link:before {
        font-family: FontAwesome;
        font-size: 18px;
        content: "";
        margin-right: 8px; }
    section.tab-content ul.sub-drawers li .drawer-content {
      display: none; }
    section.tab-content ul.sub-drawers li.open a.drawer-link:before {
      font-family: FontAwesome;
      content: "";
      margin-right: 8px; }
    section.tab-content ul.sub-drawers li.open .drawer-content {
      font-size: 18px;
      display: block; }
    section.tab-content ul.sub-drawers li h3 {
      font-family: "Calibre-Medium", sans-serif;
      font-weight: normal;
      font-size: 1.7rem !important;
      color: #666666; }
    section.tab-content ul.sub-drawers li ul, section.tab-content ul.sub-drawers li ol {
      margin: 8px 0 32px 32px; }
      section.tab-content ul.sub-drawers li ul li, section.tab-content ul.sub-drawers li ol li {
        line-height: 1.2;
        margin-bottom: 8px; }
        section.tab-content ul.sub-drawers li ul li ul, section.tab-content ul.sub-drawers li ol li ul {
          list-style-type: circle;
          margin-top: 8px;
          margin-bottom: 8px; }

@media screen and (min-width: 769px) {
  .page-what-we-do .sub-tab .intro,
  .page-what-we-do .sub-tab .sub-drawers {
    width: 80%;
    margin-right: 20%; }
  .page-what-we-do .sub-tab .column .sub-drawers {
    width: 100%;
    margin: 0; } }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#tabs li a {
  font-family: "News Cycle", sans-serif;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center; }
  #tabs li a span {
    flex: 1; }

#tabs li.tabs-toggle {
  display: none; }

@media screen and (max-width: 768px) {
  #tabs {
    position: relative; }
    #tabs li {
      background-color: #E6EDF2; }
      #tabs li a {
        display: none;
        color: #8a8a8c;
        padding-top: 16px;
        padding-bottom: 16px; }
        #tabs li a:visited {
          color: #8a8a8c; }
        #tabs li a:hover {
          color: #8a8a8c; }
        #tabs li a:focus {
          outline: none; }
        #tabs li a.active {
          display: block;
          color: #222222; }
          #tabs li a.active:hover {
            color: #222222; }
    #tabs.active li a {
      display: block;
      border-bottom: solid 1px #ededee; }
    #tabs.active li:last-child a {
      border-bottom: none; }
    #tabs li.tabs-toggle {
      background-color: transparent;
      padding: 0;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9999; }
      #tabs li.tabs-toggle a {
        width: 21px;
        height: 21px;
        font-size: 21px;
        line-height: 1;
        color: #004C81;
        padding: 16px;
        display: block; }
      #tabs li.tabs-toggle.active {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); } }

@media screen and (min-width: 769px) {
  #tabs {
    font-size: 18px; }
    #tabs li {
      margin-right: 5px;
      background-color: rgba(103, 103, 103, 0.5);
      float: left; }
      #tabs li a {
        color: #ededee;
        padding: 16px;
        text-align: left; }
        #tabs li a:visited {
          color: #FFFFFF; }
        #tabs li a:hover {
          color: #FFFFFF;
          background-color: #000000; }
        #tabs li a.active {
          color: #222222;
          background-color: #FFFFFF; }
          #tabs li a.active:hover {
            color: #222222;
            background-color: #FFFFFF; } }

#main .tab {
  position: relative;
  display: none; }
  #main .tab.active {
    display: block; }
  #main .tab .sections {
    overflow: hidden; }
  #main .tab section {
    padding: 32px 0;
    box-sizing: border-box; }
    #main .tab section h3.title {
      color: #8a8a8c;
      margin-bottom: 32px; }

#sub-tabs {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 32px 0 16px; }
  #sub-tabs li {
    margin: 0 48px 16px 0;
    float: left; }
    #sub-tabs li a {
      font-family: "News Cycle", sans-serif;
      font-size: 19px;
      line-height: 1.2;
      color: #8a8a8c; }
      #sub-tabs li a:visited {
        color: #8a8a8c; }
      #sub-tabs li a:hover {
        color: #222222; }
      #sub-tabs li a:focus {
        outline: none; }
      #sub-tabs li a.active {
        color: #222222;
        text-decoration: underline; }
        #sub-tabs li a.active:hover {
          color: #222222; }

.home #sub-tabs {
  margin-bottom: 0; }

.page-regulatory #sub-tabs {
  margin: 60px 0 0 0; }

.page-join-our-team .sub-tab-content .intro {
  margin-bottom: 24px; }
  .page-join-our-team .sub-tab-content .intro h4:last-child {
    margin-top: 60px; }

.sub-tab {
  margin-bottom: 48px; }
  .sub-tab .intro {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 48px;
    font-family: "Calibre-Light", sans-serif;
    color: #222222; }
  .sub-tab .column .sub-drawers li {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  margin-bottom: 32px; }
  .sidebar h3 {
    color: #8a8a8c;
    margin-bottom: 32px; }

#our-team .sidebar h2, #our-team .sidebar h3, #our-team .sidebar h4, #our-team .sidebar h5 {
  color: #004C81;
  margin-bottom: 0; }

#our-team .sidebar p {
  color: #004C81; }

#our-team .sidebar hr {
  background-color: #004C81; }

#our-team aside {
  padding-left: 60px;
  padding-right: 60px; }
  #our-team aside img {
    width: 100%; }

@media screen and (min-width: 769px) {
  .sidebar {
    margin-bottom: 0; }
    .sidebar aside {
      padding: 32px 16px;
      background-color: #ededee; }
  .page #main .tab#students-and-graduates {
    min-height: 800px; }
    .page #main .tab#students-and-graduates aside {
      position: absolute;
      top: 0;
      bottom: 0; } }

@media screen and (min-width: 1200px) {
  .sidebar aside {
    padding: 32px 40px; } }

/*--------------------------------------------------------------
# News Links
--------------------------------------------------------------*/
aside.news-links .link {
  margin-bottom: 16px; }
  aside.news-links .link .date {
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-family: "Calibre-Semibold", sans-serif;
    display: block; }
  aside.news-links .link .title {
    font-family: "Calibre-Light", sans-serif;
    display: block;
    font-size: 1.9rem;
    line-height: 1.1;
    color: #222222; }

/*--------------------------------------------------------------
# Success Stories
--------------------------------------------------------------*/
aside.cover-stories .story {
  margin-bottom: 32px; }
  aside.cover-stories .story .date,
  aside.cover-stories .story .title,
  aside.cover-stories .story .excerpt,
  aside.cover-stories .story .more {
    display: block;
    padding-bottom: 8px; }
  aside.cover-stories .story .date {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 13px; }
  aside.cover-stories .story .title {
    font-size: 24px;
    line-height: 1.2;
    color: #222222; }
  aside.cover-stories .story .excerpt {
    margin: 0; }
  aside.cover-stories .story .more {
    font-size: 13px;
    font-family: "Calibre-Semibold", sans-serif;
    text-transform: uppercase;
    color: #666666; }
  aside.cover-stories .story:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Success Stories
--------------------------------------------------------------*/
aside.success-stories {
  min-height: 700px; }
  aside.success-stories .success-wrapper {
    background-color: #f8f8f8;
    padding: 64px 16px 16px;
    position: relative; }
  aside.success-stories h3 {
    font-family: "Calibre-Semibold", sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #004C81 !important;
    padding: 13px;
    position: absolute;
    top: 0;
    left: 0; }
  aside.success-stories h4 {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 25px;
    color: #004C81;
    line-height: 1.2;
    margin-bottom: 22px; }
  aside.success-stories h5 {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 18px;
    color: #004C81;
    line-height: 1.1;
    margin-bottom: 4px; }
  aside.success-stories img {
    width: 75%;
    margin-bottom: 16px; }
  aside.success-stories .ad img {
    width: 100%; }
  aside.success-stories .success-stories-options {
    height: 52px;
    margin: 32px 0;
    overflow: hidden; }
    aside.success-stories .success-stories-options .option {
      margin-right: 5px;
      float: left; }
      aside.success-stories .success-stories-options .option img {
        width: 50px;
        height: 50px;
        background: #0083C3;
        margin-bottom: 0;
        border: solid 1px #0083C3; }
      aside.success-stories .success-stories-options .option.active img {
        border: solid 1px #222222; }

/*--------------------------------------------------------------
# Pager (Used for Success Stories)
--------------------------------------------------------------*/
.pager {
  position: absolute;
  right: 0;
  margin-bottom: 32px; }
  .pager a {
    font-size: 20px;
    color: #8a8a8c;
    text-transform: uppercase;
    margin-right: 16px; }
    .pager a:after {
      font-family: FontAwesome;
      color: #0083C3; }
    .pager a:hover {
      color: #8a8a8c; }
    .pager a.prev:after {
      content: "";
      margin-right: 8px; }
    .pager a.next:after {
      content: "";
      margin-left: 8px; }

.pager-content .option {
  display: none; }
  .pager-content .option.active {
    display: block; }

.pagination {
  width: 100%;
  text-align: right; }

.paglink {
  margin-right: 16px;
  display: inline-block; }
  .paglink a,
  .paglink a:visited,
  .paglink a:active {
    font-family: "Calibre-Light", sans-serif;
    font-size: 14px;
    color: #0083C3;
    text-transform: uppercase; }
  .paglink a i {
    font-size: 12px;
    color: #0083C3; }
  .paglink a.disabled {
    pointer-events: none; }
  .paglink a.disabled, .paglink a:hover {
    color: #666666; }
    .paglink a.disabled i, .paglink a:hover i {
      color: #666666; }

@media screen and (min-width: 551px) {
  #our-coverage .pagination {
    width: 50%;
    float: right; }
  #our-coverage p.ng-binding {
    width: 50%;
    color: #666666;
    float: left; } }

/*--------------------------------------------------------------
# Homepage: News Grid + Transaction Grid
--------------------------------------------------------------*/
.page.home .sub-tab {
  margin-bottom: 0; }

.page.home #grid,
.page.home #transactions-tab .transactions.grid {
  padding-bottom: 0; }
  .page.home #grid ul,
  .page.home #transactions-tab .transactions.grid ul {
    list-style: none;
    margin: 0; }
    .page.home #grid ul li,
    .page.home #transactions-tab .transactions.grid ul li {
      margin-bottom: 0; }
  .page.home #grid li.block,
  .page.home #transactions-tab .transactions.grid li.block {
    box-sizing: border-box;
    margin-bottom: 26px; }
  .page.home #grid .block-content,
  .page.home #transactions-tab .transactions.grid .block-content {
    position: relative;
    display: block;
    /* fix for IE */ }
    .page.home #grid .block-content.transaction-link,
    .page.home #transactions-tab .transactions.grid .block-content.transaction-link {
      display: flex;
      padding: 24px 0;
      /* fix for IE */
      justify-content: center; }
      .page.home #grid .block-content.transaction-link img,
      .page.home #transactions-tab .transactions.grid .block-content.transaction-link img {
        max-width: 60%;
        display: block;
        /* fix for IE */
        display: flex;
        margin: 0 auto;
        align-self: center; }

.page.home #grid {
  padding-top: 0; }
  .page.home #grid .block-content {
    width: 100%;
    min-height: 325px;
    align-items: flex-start;
    position: relative; }
    .page.home #grid .block-content.video-link {
      justify-content: center; }
  .page.home #grid .block {
    position: relative; }
  .page.home #grid .block-title {
    font-family: "Calibre-Semibold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #004C81;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none; }
  .page.home #grid .flexslider {
    background: #2a6587; }
    .page.home #grid .flexslider:hover {
      background: rgba(42, 101, 135, 0.9); }
      .page.home #grid .flexslider:hover img {
        opacity: 0.9; }
    .page.home #grid .flexslider .slides {
      background: transparent; }
    .page.home #grid .flexslider .flex-control-paging {
      display: block;
      text-align: left; }
    .page.home #grid .flexslider .flex-control-nav {
      width: auto;
      height: 30px;
      margin-left: 0;
      padding-left: 16px;
      top: 0;
      left: 0;
      z-index: 3; }
      .page.home #grid .flexslider .flex-control-nav li {
        width: 10px;
        margin: 0 8px 0 0;
        float: none; }
      .page.home #grid .flexslider .flex-control-nav a {
        width: 10px;
        height: 10px;
        min-height: 0;
        display: inline-block;
        background: white; }
        .page.home #grid .flexslider .flex-control-nav a.flex-active {
          background: #222222; }
    .page.home #grid .flexslider.logo .flex-control-nav {
      padding-left: 0;
      padding-right: 16px;
      left: auto;
      right: 0; }
    .page.home #grid .flexslider a.see-all {
      font-family: "Calibre-Semibold", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      text-align: right;
      color: #004C81;
      height: 16px;
      min-height: 0;
      width: auto;
      box-sizing: border-box;
      margin: 30px 16px 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3; }
    .page.home #grid .flexslider.success-stories .flex-control-paging {
      display: none; }
    .page.home #grid .flexslider.news-slider .block-title {
      color: #FFFFFF;
      display: block; }
    .page.home #grid .flexslider.news-slider .flex-control-nav {
      margin-left: 45px; }
    .page.home #grid .flexslider.news-slider a.see-all {
      color: #FFFFFF;
      margin-top: 16px; }
    .page.home #grid .flexslider.news-slider .slide .title {
      font-size: 24px; }
    .page.home #grid .flexslider.news-slider .block-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      object-fit: cover; }
    .page.home #grid .flexslider.link-slider .slider-logo {
      max-width: 255px;
      height: auto;
      position: absolute;
      top: 8px;
      left: 16px;
      z-index: 20; }
    .page.home #grid .flexslider.link-slider .title span {
      font-family: "Playfair Display SC", serif; }
    .page.home #grid .flexslider.link-slider .gradient {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,131313+50&0+0,0+50,0.75+100 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(19, 19, 19, 0) 50%, rgba(19, 19, 19, 0.75) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(19, 19, 19, 0) 50%, rgba(19, 19, 19, 0.75) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(19, 19, 19, 0) 50%, rgba(19, 19, 19, 0.75) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf131313',GradientType=0 );
      /* IE6-9 */ }
    .page.home #grid .flexslider.link-slider img {
      position: relative;
      z-index: 1; }
    .page.home #grid .flexslider.transactions {
      min-height: 420px;
      background: #ededee;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ffffff+100 */
      background: #e2e2e2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e2e2e2 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e2e2e2 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e2e2e2 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
      .page.home #grid .flexslider.transactions .block-title {
        padding-top: 30px;
        display: block; }
      .page.home #grid .flexslider.transactions .flex-control-nav {
        top: 15px;
        left: 160px; }
        .page.home #grid .flexslider.transactions .flex-control-nav a {
          background: #0083C3;
          opacity: 0.75; }
          .page.home #grid .flexslider.transactions .flex-control-nav a.flex-active {
            background: #222222;
            opacity: 1; }
    .page.home #grid .flexslider .slide .title {
      font-size: 28px;
      color: #FFFFFF;
      margin: 0 16px;
      text-align: left;
      white-space: normal;
      position: absolute;
      left: 0;
      bottom: 16px;
      z-index: 3; }
    .page.home #grid .flexslider .slide .link-slide .title,
    .page.home #grid .flexslider .slide .video-link .title {
      max-width: 70%; }
    .page.home #grid .flexslider .slide img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      object-fit: cover; }
    .page.home #grid .flexslider .slide .transaction-link {
      display: block;
      justify-content: flex-start; }
      .page.home #grid .flexslider .slide .transaction-link img {
        width: 50%;
        height: auto;
        padding: 16px 32px 0;
        position: relative;
        object-fit: inherit; }
      .page.home #grid .flexslider .slide .transaction-link .blurb {
        font-size: 28px;
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        color: #222222;
        white-space: normal;
        padding: 60px 32px 16px; }
        .page.home #grid .flexslider .slide .transaction-link .blurb p {
          margin: 0; }
        .page.home #grid .flexslider .slide .transaction-link .blurb.below {
          padding-top: 16px; }
  .page.home #grid .chart-link {
    background: #ededee; }
    .page.home #grid .chart-link .amcharts-chart-div {
      width: 100% !important; }
      .page.home #grid .chart-link .amcharts-chart-div svg {
        padding: 16px; }
  .page.home #grid .news-link .link-title {
    font-size: 28px;
    color: #FFFFFF;
    margin: 16px;
    text-align: left;
    white-space: normal;
    position: absolute;
    left: 0;
    bottom: 0; }
  .page.home #grid .video-link,
  .page.home #grid .ss-link,
  .page.home #grid .grid-link {
    background: #2a6587; }
    .page.home #grid .video-link:hover,
    .page.home #grid .ss-link:hover,
    .page.home #grid .grid-link:hover {
      background: rgba(42, 101, 135, 0.9); }
      .page.home #grid .video-link:hover img,
      .page.home #grid .ss-link:hover img,
      .page.home #grid .grid-link:hover img {
        opacity: 0.9; }
    .page.home #grid .video-link .title,
    .page.home #grid .ss-link .title,
    .page.home #grid .grid-link .title {
      font-size: 28px;
      color: #FFFFFF;
      margin: 16px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3; }
      .page.home #grid .video-link .title.link,
      .page.home #grid .ss-link .title.link,
      .page.home #grid .grid-link .title.link {
        margin-top: 40px; }
      .page.home #grid .video-link .title.video,
      .page.home #grid .ss-link .title.video,
      .page.home #grid .grid-link .title.video {
        max-width: 50%;
        position: absolute;
        left: 0;
        bottom: 0; }
    .page.home #grid .video-link img,
    .page.home #grid .ss-link img,
    .page.home #grid .grid-link img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      object-fit: cover; }
  .page.home #grid .video-link .block-title {
    padding-right: 40px; }
  .page.home #grid .video-link i.fa-play-circle {
    font-size: 36px;
    color: #FFFFFF;
    margin-left: 16px;
    position: absolute;
    top: 7px;
    right: 0;
    display: block; }
  .page.home #grid .capabilities-group {
    min-height: 420px;
    cursor: default;
    background-image: url("../images/capabilities-bg.jpg");
    background-size: cover; }
    .page.home #grid .capabilities-group .block-title {
      display: none; }
    .page.home #grid .capabilities-group .capabilities {
      content: "";
      display: table;
      table-layout: fixed;
      width: 80%;
      margin: 0 10%;
      position: relative; }
    .page.home #grid .capabilities-group .block-image,
    .page.home #grid .capabilities-group .pie-image {
      width: 100%;
      max-width: 100%;
      margin-top: 15px;
      margin-left: 0%;
      position: absolute;
      top: 0;
      z-index: 1;
      display: block; }
    .page.home #grid .capabilities-group .pie-image {
      display: none; }
    .page.home #grid .capabilities-group .capabilities-title,
    .page.home #grid .capabilities-group .capability-title {
      width: 100%;
      text-align: center;
      color: #FFFFFF;
      border-radius: 10px;
      clear: right;
      float: right; }
    .page.home #grid .capabilities-group .capabilities-title {
      font-family: "Calibre-Medium", sans-serif;
      font-size: 14px;
      line-height: 1.1;
      text-transform: uppercase;
      margin-top: 83vw;
      margin-bottom: 16px;
      padding: 18px 15px 0; }
    .page.home #grid .capabilities-group .capability-title {
      font-family: "Calibre-Light", sans-serif;
      font-size: 16px;
      line-height: 1;
      height: 51px;
      border: 1px solid #6da7cb;
      background-color: rgba(0, 0, 0, 0.25);
      margin-bottom: 4px;
      padding: 9px 11px;
      cursor: pointer;
      position: relative;
      z-index: 2; }
    .page.home #grid .capabilities-group .capability:nth-child(7) .capability-title {
      margin-bottom: 32px; }
    .page.home #grid .capabilities-group .business {
      margin-top: 15px; }
      .page.home #grid .capabilities-group .business .pie-image {
        margin-top: 0; }
    .page.home #grid .capabilities-group .business-area {
      margin-bottom: 0;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5; }
    .page.home #grid .capabilities-group #business-1 .business-area,
    .page.home #grid .capabilities-group #business-2 .business-area {
      width: 50%;
      height: 75vw;
      left: 0%; }
    .page.home #grid .capabilities-group #business-1 .business-area {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 49%, 0 106%);
      clip-path: polygon(0 0, 100% 0, 100% 49%, 0 106%); }
    .page.home #grid .capabilities-group #business-2 .business-area {
      left: 50%;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 106%, 0% 49%);
      clip-path: polygon(0 0, 100% 0, 100% 106%, 0% 49%); }
    .page.home #grid .capabilities-group #business-3 .business-area {
      width: 100%;
      height: 38vw;
      top: 36vw;
      left: 0%;
      -webkit-clip-path: polygon(50% 0, 50% 0, 94% 100%, 6% 100%);
      clip-path: polygon(50% 0, 50% 0, 94% 100%, 6% 100%); }
    .page.home #grid .capabilities-group .capability,
    .page.home #grid .capabilities-group .business {
      position: relative;
      z-index: 2; }
      .page.home #grid .capabilities-group .capability:hover,
      .page.home #grid .capabilities-group .business:hover {
        z-index: 1; }
        .page.home #grid .capabilities-group .capability:hover .capability-title,
        .page.home #grid .capabilities-group .business:hover .capability-title {
          background-color: #002136;
          opacity: 1;
          color: #FFFFFF; }
        .page.home #grid .capabilities-group .capability:hover .pie-image,
        .page.home #grid .capabilities-group .business:hover .pie-image {
          display: block; }
  .page.home #grid .link-group {
    background: transparent;
    height: 325px; }
    .page.home #grid .link-group span {
      width: 90%;
      text-align: left;
      position: absolute;
      bottom: 16px;
      padding-right: 10%;
      background: url("../images/se-arrow-black.svg") no-repeat right 6px;
      background-size: 24px; }
    .page.home #grid .link-group a.link-block {
      font-weight: "Calibre-Semibold", sans-serif;
      font-size: 22px;
      line-height: 1;
      color: #FFFFFF;
      background: #013b52;
      height: 91px;
      min-height: auto;
      margin-bottom: 26px;
      padding: 32px 16px 16px 16px; }
      .page.home #grid .link-group a.link-block:hover {
        background: #2a6587; }
      .page.home #grid .link-group a.link-block:last-child {
        margin-bottom: 0; }
  .page.home #grid .transactions-group .block-title {
    text-align: left;
    padding: 0 0 16px 0;
    display: block;
    position: relative; }
  .page.home #grid .transactions-group .transaction {
    margin-bottom: 26px; }
  .page.home #grid .transactions-group a.transaction-link {
    border: solid 1px #CCCCCC;
    min-height: auto; }
  .page.home #grid .transaction-link {
    max-width: 100%; }
    .page.home #grid .transaction-link img {
      max-width: 70%; }

.page.home #transactions-tab .header {
  margin-bottom: 16px;
  overflow: hidden; }
  .page.home #transactions-tab .header .select-wrapper {
    margin-bottom: 16px; }
  .page.home #transactions-tab .header .list-grid-toggle {
    text-align: right;
    display: none; }
    .page.home #transactions-tab .header .list-grid-toggle a {
      font-size: 32px;
      margin-right: 4px;
      color: #004C81; }
      .page.home #transactions-tab .header .list-grid-toggle a.active {
        color: #666666; }

.page.home #transactions-tab .transactions.grid li .column {
  justify-content: center;
  display: block;
  /* fix for IE */
  display: flex; }
  .page.home #transactions-tab .transactions.grid li .column:nth-child(2), .page.home #transactions-tab .transactions.grid li .column:nth-child(3) {
    display: none; }

.page.home #transactions-tab .transactions.grid a {
  height: 120px; }
  .page.home #transactions-tab .transactions.grid a img {
    max-height: 120px; }

.page.home #transactions-tab .transactions.list li {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #CCCCCC; }
  .page.home #transactions-tab .transactions.list li a {
    color: black; }
  .page.home #transactions-tab .transactions.list li .date,
  .page.home #transactions-tab .transactions.list li .detail {
    font-family: "Calibre-Medium", sans-serif; }

@media screen and (max-width: 350px) {
  .page.home #grid .values-group .block-title {
    font-size: 22px; }
  .page.home #grid .values-group .title {
    font-size: 22px; }
    .page.home #grid .values-group .title.values .value .value-title {
      font-size: 22px; }
    .page.home #grid .values-group .title.values .value .value-text {
      font-size: 18px; } }

@media screen and (min-width: 550px) {
  .page.home #grid .capabilities-group .capabilities {
    width: 88%;
    margin: 0 6%;
    height: 420px; }
  .page.home #grid .capabilities-group .block-image,
  .page.home #grid .capabilities-group .pie-image {
    width: 59%;
    max-width: 59%;
    margin-left: 0;
    margin-right: 7%; }
  .page.home #grid .capabilities-group .capabilities-title,
  .page.home #grid .capabilities-group .capability-title {
    width: 34%; }
  .page.home #grid .capabilities-group .capabilities-title {
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 15px; }
  .page.home #grid .capabilities-group .capability-title {
    border: 1px solid #FFFFFF; }
  .page.home #grid .capabilities-group #business-1 .business-area,
  .page.home #grid .capabilities-group #business-2 .business-area {
    width: 29.5%;
    height: 48vw; }
  .page.home #grid .capabilities-group #business-2 .business-area {
    left: 29.5%; }
  .page.home #grid .capabilities-group #business-3 .business-area {
    width: 59%;
    height: 25vw;
    top: 23vw; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page.home #grid .block-content {
    height: 400px; }
    .page.home #grid .block-content.chart-link .amcharts-chart-div {
      height: 400px !important; }
    .page.home #grid .block-content img {
      max-height: 400px; }
  .page.home #grid .link-group {
    height: 400px; }
    .page.home #grid .link-group a.link-block {
      height: 116px; }
  .page.home #grid .transactions-group a.transaction-link {
    height: 230px; }
  .page.home #grid .flexslider .slide .transaction-link {
    display: block;
    justify-content: flex-start; }
    .page.home #grid .flexslider .slide .transaction-link img {
      width: 30%;
      height: auto;
      position: absolute;
      top: 30%;
      padding: 16px 0 0 32px; }
    .page.home #grid .flexslider .slide .transaction-link .blurb {
      width: 70%;
      margin-left: 30%;
      position: absolute;
      top: 30%; }
  .page.home #transactions-tab .header .list-grid-toggle {
    display: block; }
  .page.home #transactions-tab .transactions.grid a {
    height: 150px; }
    .page.home #transactions-tab .transactions.grid a img {
      max-height: 150px; } }

@media screen and (min-width: 769px) {
  .page.home #grid .block {
    height: 420px; }
  .page.home #grid .block-content {
    height: 420px; }
    .page.home #grid .block-content.chart-link .amcharts-chart-div {
      height: 420px !important; }
    .page.home #grid .block-content img {
      max-height: 420px; }
  .page.home #grid .flexslider .slide .transaction-link {
    display: block;
    justify-content: flex-start; }
    .page.home #grid .flexslider .slide .transaction-link img {
      margin: 0 auto;
      padding: 0;
      max-height: 135px;
      width: auto; }
    .page.home #grid .flexslider .slide .transaction-link .blurb {
      width: 100%; }
  .page.home #grid .link-group {
    height: 420px; }
    .page.home #grid .link-group a.link-block {
      height: 122.666666667px; }
  .page.home #grid .flexslider,
  .page.home #grid .slides,
  .page.home #grid .slide {
    height: 420px; }
  .page.home #grid .transactions-group a.transaction-link {
    height: 130px; }
  .page.home #grid .capabilities-group #business-1 .business-area,
  .page.home #grid .capabilities-group #business-2 .business-area {
    height: 29vw; }
  .page.home #grid .capabilities-group #business-3 .business-area {
    height: 15vw;
    top: 13vw; }
  .page.home #transactions-tab .header .list-grid-toggle {
    display: block; }
  .page.home #transactions-tab .transactions.grid a {
    height: 200px; }
    .page.home #transactions-tab .transactions.grid a img {
      max-height: 200px; }
  .page.home #transactions-tab .transactions.list a {
    height: 100px; }
  .page.home #transactions-tab .transactions.list img {
    width: auto;
    max-height: 70px; } }

@media screen and (min-width: 1200px) {
  .page.home #grid .capabilities-group #business-1 .business-area,
  .page.home #grid .capabilities-group #business-2 .business-area {
    width: 175px;
    height: 350px; }
  .page.home #grid .capabilities-group #business-3 .business-area {
    width: 350px;
    height: 180px;
    top: 170px; } }

@media screen and (min-width: 769px) and (max-width: 900px) {
  .page.home #grid .flexslider .slide .transaction-link img,
  .page.home #grid .flexslider .slide .transaction-link .blurb {
    width: auto;
    text-align: center;
    position: relative;
    top: auto;
    margin: 0 auto;
    padding-top: 45px;
    display: block; }
  .page.home #grid .flexslider .slide .transaction-link img {
    margin-top: 32px; }
  .page.home #grid .values-group .block-title {
    font-size: 22px; }
  .page.home #grid .values-group .title {
    font-size: 22px; }
    .page.home #grid .values-group .title.values .value .value-title {
      font-size: 22px; }
    .page.home #grid .values-group .title.values .value .value-text {
      font-size: 18px; } }

/*--------------------------------------------------------------
# Custom Page Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.page.home #intro-paragraph {
  font-family: "Calibre-Light", sans-serif;
  font-size: 21px;
  color: #222222;
  margin: 0; }
  .page.home #intro-paragraph p {
    line-height: 1.3; }
  .page.home #intro-paragraph strong {
    font-family: "Calibre-Medium", sans-serif;
    color: #0083C3; }

/*--------------------------------------------------------------
# By the Numbers / ISI Reasearch
--------------------------------------------------------------*/
.page-by-the-numbers .header,
.page-isi-research .header {
  width: 100%; }

.page-by-the-numbers h1,
.page-isi-research h1 {
  font-family: "Calibre-Light", sans-serif;
  font-size: 32px;
  color: #0083C3;
  clear: none;
  margin-bottom: 24px; }

.page-by-the-numbers a#back-to-home,
.page-isi-research a#back-to-home {
  font-family: "Calibre-LightItalic", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #0083C3;
  border: solid 1px #0083C3;
  background-color: transparent;
  margin-bottom: 24px;
  padding: 2px 10px 2px 5px;
  display: inline-block; }

.page-by-the-numbers a#back-to-home span,
.page-isi-research a#back-to-home span {
  padding-left: 22px;
  background: url("../images/nw-arrow.svg") no-repeat 0 0; }

.page-by-the-numbers #chart-image,
.page-isi-research #chart-image {
  width: 100%;
  overflow: hidden; }

.page-by-the-numbers .infographic,
.page-isi-research .infographic {
  margin-bottom: 16px;
  padding: 32px;
  box-sizing: border-box;
  border: solid 1px #CCCCCC; }
  .page-by-the-numbers .infographic sup,
  .page-isi-research .infographic sup {
    font-size: 0.5em; }
  .page-by-the-numbers .infographic .value,
  .page-isi-research .infographic .value {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    color: #0083C3;
    margin-bottom: 16px; }
  .page-by-the-numbers .infographic .description,
  .page-isi-research .infographic .description {
    font-size: 21px;
    line-height: 1.1; }

@media screen and (min-width: 551px) {
  .page-by-the-numbers .header,
  .page-isi-research .header {
    overflow: hidden; }
  .page-by-the-numbers h1,
  .page-by-the-numbers a#back-to-home,
  .page-isi-research h1,
  .page-isi-research a#back-to-home {
    float: left; }
  .page-by-the-numbers h1,
  .page-isi-research h1 {
    margin-left: 32px; }
  .page-by-the-numbers .infographic,
  .page-isi-research .infographic {
    height: 250px;
    float: left;
    margin-bottom: 0;
    border: none; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page-by-the-numbers .infographic,
  .page-isi-research .infographic {
    width: 50%; }
    .page-by-the-numbers .infographic:nth-child(1), .page-by-the-numbers .infographic:nth-child(2), .page-by-the-numbers .infographic:nth-child(3), .page-by-the-numbers .infographic:nth-child(4),
    .page-isi-research .infographic:nth-child(1),
    .page-isi-research .infographic:nth-child(2),
    .page-isi-research .infographic:nth-child(3),
    .page-isi-research .infographic:nth-child(4) {
      border-bottom: solid 1px #CCCCCC; }
    .page-by-the-numbers .infographic:nth-child(odd),
    .page-isi-research .infographic:nth-child(odd) {
      padding-left: 8px;
      border-right: solid 1px #CCCCCC; } }

@media screen and (min-width: 769px) {
  .page-by-the-numbers .infographic,
  .page-isi-research .infographic {
    width: 33%; }
    .page-by-the-numbers .infographic:nth-child(1), .page-by-the-numbers .infographic:nth-child(2), .page-by-the-numbers .infographic:nth-child(3),
    .page-isi-research .infographic:nth-child(1),
    .page-isi-research .infographic:nth-child(2),
    .page-isi-research .infographic:nth-child(3) {
      border-bottom: solid 1px #CCCCCC; }
    .page-by-the-numbers .infographic:nth-child(1), .page-by-the-numbers .infographic:nth-child(4),
    .page-isi-research .infographic:nth-child(1),
    .page-isi-research .infographic:nth-child(4) {
      padding-left: 8px; }
    .page-by-the-numbers .infographic:nth-child(2), .page-by-the-numbers .infographic:nth-child(5),
    .page-isi-research .infographic:nth-child(2),
    .page-isi-research .infographic:nth-child(5) {
      border-left: solid 1px #CCCCCC;
      border-right: solid 1px #CCCCCC; } }

/*--------------------------------------------------------------
# NASDAQ: Investor Relations
--------------------------------------------------------------*/
.page-for-investors #transactions li {
  white-space: nowrap;
  text-align: center;
  border: solid 1px #666666;
  box-sizing: border-box;
  margin-bottom: 16px;
  cursor: pointer; }

.page-for-investors #transactions a {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center; }

.page-for-investors #transactions img {
  max-width: 70%;
  max-height: 90px;
  display: flex;
  align-self: center; }

@media screen and (min-width: 551px) and (max-width: 768px) {
  .page-for-investors #transactions a {
    height: 90px; }
  .page-for-investors #transactions img {
    max-height: 90px; } }

@media screen and (min-width: 769px) {
  .page-for-investors #transactions a {
    height: 200px; }
  .page-for-investors #transactions img {
    max-height: 200px; } }

.page-for-investors #stories {
  padding-bottom: 32px; }
  .page-for-investors #stories .story {
    margin-bottom: 48px; }
    .page-for-investors #stories .story .date,
    .page-for-investors #stories .story .title,
    .page-for-investors #stories .story .excerpt,
    .page-for-investors #stories .story .more {
      display: block;
      padding-bottom: 8px; }
    .page-for-investors #stories .story .date {
      font-family: "Calibre-Medium", sans-serif;
      font-size: 13px; }
    .page-for-investors #stories .story .title {
      font-size: 32px;
      line-height: 1.2;
      color: #222222; }
      .page-for-investors #stories .story .title h4 {
        font-size: 32px;
        line-height: 1.1;
        color: #000000;
        font-family: "Calibre-Regular", sans-serif; }
    .page-for-investors #stories .story .excerpt {
      margin: 0; }
    .page-for-investors #stories .story .more {
      font-size: 13px;
      font-family: "Calibre-Semibold", sans-serif;
      text-transform: uppercase;
      color: #666666; }
    .page-for-investors #stories .story:last-child {
      margin-bottom: 0; }

/*--------------------------------------------------------------
# Who We Are
--------------------------------------------------------------*/
.page-who-we-are {
  /*--------------------------------------------------------------
	# WWA: Executive Bios
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# WWA: Search
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# WWA: Bios Table
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# WWA: Single Bio
	--------------------------------------------------------------*/ }
  .page-who-we-are .tab {
    position: relative;
    overflow: hidden; }
    .page-who-we-are .tab .tab-content {
      min-height: 600px; }
    .page-who-we-are .tab .tab-text {
      padding-top: 32px; }
    .page-who-we-are .tab#our-team .tab-content {
      position: relative;
      overflow: hidden;
      padding: 0 !important;
      margin-top: 0 !important; }
    .page-who-we-are .tab#culture .tab-content {
      padding-top: 0 !important; }
    .page-who-we-are .tab#where-we-are .tab-content {
      padding-top: 0 !important;
      background: #DFDDDD; }
    .page-who-we-are .tab#where-we-are #map-key {
      width: 100%;
      padding: 32px 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
      background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
      /* IE6-9 */ }
      .page-who-we-are .tab#where-we-are #map-key .key {
        margin-right: 32px;
        display: inline-block;
        position: relative; }
        .page-who-we-are .tab#where-we-are #map-key .key .symbol {
          width: 20px;
          height: 20px;
          margin-right: 8px;
          background: #004C81;
          border-radius: 20px;
          position: absolute;
          left: 0;
          top: 4px; }
        .page-who-we-are .tab#where-we-are #map-key .key .title {
          font-family: "Calibre-Medium", sans-serif;
          padding-left: 32px;
          display: inline-block; }
        .page-who-we-are .tab#where-we-are #map-key .key:last-child .symbol {
          background: #0083C3; }
    .page-who-we-are .tab#where-we-are #chartdiv {
      width: 100%;
      height: 600px;
      left: 0;
      background-color: #DFDDDD;
      padding: 32px 0; }
    .page-who-we-are .tab#where-we-are .cities {
      display: none; }
    .page-who-we-are .tab#where-we-are .map-overlay {
      position: absolute;
      width: 100%;
      top: 30%;
      z-index: 999; }
      .page-who-we-are .tab#where-we-are .map-overlay .wrapper {
        font-size: 21px;
        text-align: center;
        padding: 32px;
        color: #666666;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px #666666;
        border-radius: 50px;
        position: relative; }
      .page-who-we-are .tab#where-we-are .map-overlay p {
        margin-bottom: 8px; }
      .page-who-we-are .tab#where-we-are .map-overlay strong {
        font-family: "Calibre-Regular", sans-serif;
        font-size: 34px;
        color: #0083C3; }
    .page-who-we-are .tab#success-stories {
      margin-bottom: 32px; }
      .page-who-we-are .tab#success-stories .wrapper {
        width: 80%;
        margin: 0 auto; }
      .page-who-we-are .tab#success-stories .ss-link {
        overflow: hidden;
        display: block;
        cursor: pointer; }
      .page-who-we-are .tab#success-stories .person {
        margin-bottom: 32px; }
      .page-who-we-are .tab#success-stories .image {
        padding-top: 40px; }
        .page-who-we-are .tab#success-stories .image img {
          width: 100%; }
      .page-who-we-are .tab#success-stories .text {
        padding-top: 16px; }
      .page-who-we-are .tab#success-stories .name, .page-who-we-are .tab#success-stories .job-title {
        width: 100%;
        display: block;
        float: left; }
      .page-who-we-are .tab#success-stories .name {
        padding-top: 15px; }
        .page-who-we-are .tab#success-stories .name a {
          width: 100%;
          height: 30px; }
      .page-who-we-are .tab#success-stories h4 {
        font-family: "Calibre-Light", sans-serif;
        font-size: 30px;
        color: #004C81;
        background: url("../images/se-arrow-bright-blue.svg") no-repeat right top;
        background-size: 30px;
        line-height: 1;
        padding-right: 30px; }
      .page-who-we-are .tab#success-stories h4:hover {
        font-family: "Calibre-Regular", sans-serif;
        color: #0083C3; }
      .page-who-we-are .tab#success-stories h5 {
        font-size: 24px;
        line-height: 1;
        color: #0083C3;
        margin-bottom: 8px; }
      .page-who-we-are .tab#success-stories p {
        font-family: "Calibre-Regular", sans-serif;
        font-size: 20px;
        line-height: 1.4; }
      .page-who-we-are .tab#success-stories .blurb p {
        font-family: "Calibre-LightItalic", sans-serif;
        font-size: 20px;
        line-height: 1.4;
        margin-top: 32px; }
    .page-who-we-are .tab#community .tab-content {
      padding-top: 0;
      overflow: hidden; }
    .page-who-we-are .tab#community .intro {
      border-bottom: solid 3px #004C81;
      margin-bottom: 32px;
      padding-bottom: 16px; }
      .page-who-we-are .tab#community .intro p {
        font-size: .9em;
        line-height: 1.2em;
        margin-bottom: 0; }
    .page-who-we-are .tab#community h3 {
      font-size: 32px;
      color: #004C81;
      margin: 0 0 8px 0; }
    .page-who-we-are .tab#community blockquote {
      font-family: "Calibre-Light", sans-serif;
      font-size: 28px;
      color: #004C81;
      margin: 0 0 16px 0; }
    .page-who-we-are .tab#community p {
      line-height: 1.5; }
    .page-who-we-are .tab#community aside {
      padding-top: 32px;
      border-top: solid 1px #222222; }
      .page-who-we-are .tab#community aside div {
        margin-bottom: 16px; }
  @media screen and (min-width: 551px) {
    .page-who-we-are .tab#where-we-are .map-overlay .wrapper {
      font-size: 24px; }
      .page-who-we-are .tab#where-we-are .map-overlay .wrapper strong {
        font-size: 40px; }
    .page-who-we-are .tab#success-stories .option {
      overflow: hidden; }
    .page-who-we-are .tab#success-stories .image,
    .page-who-we-are .tab#success-stories .text {
      padding-top: 0;
      margin-right: 2%;
      float: left; }
    .page-who-we-are .tab#success-stories .image {
      width: 58%; }
    .page-who-we-are .tab#success-stories .text {
      width: 38%; } }
  @media screen and (min-width: 769px) {
    .page-who-we-are .tab#where-we-are .map-overlay .wrapper {
      font-size: 30px; }
      .page-who-we-are .tab#where-we-are .map-overlay .wrapper strong {
        font-size: 48px; }
    .page-who-we-are .tab#community aside {
      border: none; }
      .page-who-we-are .tab#community aside div {
        width: 80%; } }
  .page-who-we-are .bios-outer {
    position: relative;
    overflow: hidden; }
    .page-who-we-are .bios-outer h1 {
      font-family: "Calibre-Regular", sans-serif;
      font-size: 22px;
      color: #0083C3;
      margin: 64px 0 16px; }
  .page-who-we-are #executive-bios {
    overflow: hidden; }
    .page-who-we-are #executive-bios h1 {
      margin-top: 64px; }
    .page-who-we-are #executive-bios .executive-bio {
      margin-bottom: 16px;
      padding: 32px;
      background-color: #ededee;
      position: relative; }
      .page-who-we-are #executive-bios .executive-bio h3 {
        font-family: "Calibre-Regular", sans-serif;
        color: #0083C3; }
      .page-who-we-are #executive-bios .executive-bio div {
        font-family: "Calibre-Regular", sans-serif;
        font-size: 15px;
        line-height: 1.2; }
  .page-who-we-are .search h1 {
    font-size: 20px;
    margin-bottom: 8px; }
  .page-who-we-are .search h4 {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 16px;
    color: #0083C3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
    padding: 4px 8px;
    border: solid 1px #0083C3; }
    .page-who-we-are .search h4:hover {
      background-color: #ededee;
      cursor: pointer; }
    .page-who-we-are .search h4.active {
      background-color: #ededee;
      margin-bottom: 0; }
  .page-who-we-are .search ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 16px;
    padding: 16px;
    border: solid 1px #0083C3;
    border-top: none; }
    .page-who-we-are .search ul li {
      font-family: "Calibre-Regular", sans-serif;
      font-size: 14px;
      margin-bottom: 4px;
      padding-left: 16px;
      position: relative; }
      .page-who-we-are .search ul li:before {
        width: 16px;
        height: 10px;
        font-family: FontAwesome;
        font-size: 10px;
        content: "";
        position: absolute;
        top: 4px;
        left: 0; }
      .page-who-we-are .search ul li:hover {
        color: #0083C3;
        cursor: pointer;
        text-decoration: underline; }
  .page-who-we-are .search button {
    color: #FFFFFF; }
  .page-who-we-are .advanced-search {
    margin-bottom: 32px;
    overflow: hidden; }
    .page-who-we-are .advanced-search #advanced-search-button,
    .page-who-we-are .advanced-search #clear-search-button,
    .page-who-we-are .advanced-search #search-default {
      font-family: "Calibre-LightItalic", sans-serif;
      text-transform: none;
      margin-bottom: 32px;
      text-transform: uppercase; }
    .page-who-we-are .advanced-search #advanced-search-button.active,
    .page-who-we-are .advanced-search #clear-search-button {
      color: #0083C3;
      border: solid 1px #0083C3;
      background-color: transparent; }
    .page-who-we-are .advanced-search #search-default {
      margin-top: 16px; }
    .page-who-we-are .advanced-search #advanced-search-button span,
    .page-who-we-are .advanced-search #clear-search-button span {
      padding-left: 22px;
      background: url("../images/se-arrow-white.svg") no-repeat 0 0; }
    .page-who-we-are .advanced-search #advanced-search-button.active span,
    .page-who-we-are .advanced-search #clear-search-button span {
      background-image: url("../images/nw-arrow.svg"); }
  .page-who-we-are .results {
    width: 100%; }
    .page-who-we-are .results span {
      font-size: 14px;
      color: #8a8a8c;
      text-transform: uppercase;
      margin-right: 8px; }
      .page-who-we-are .results span:before {
        content: "|";
        margin-right: 8px; }
      .page-who-we-are .results span.number:before, .page-who-we-are .results span:nth-child(2):before {
        content: "";
        margin-right: 0; }
      .page-who-we-are .results span.number {
        font-family: "Calibre-Regular", sans-serif;
        font-size: 20px;
        color: #0083C3;
        text-transform: none;
        margin-right: 16px; }
  .page-who-we-are .back-to-top {
    width: 45px;
    height: 40px;
    font-family: "Calibre-Medium", sans-serif;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    background: url("../images/arrowUP.png") no-repeat center 0;
    background-size: 30px;
    padding: 50px 0 230px;
    display: block;
    position: fixed;
    bottom: 0;
    right: 20px; }
  .page-who-we-are #bios {
    padding-top: 16px; }
    .page-who-we-are #bios table {
      border-top: solid 3px #CCCCCC;
      margin-top: 16px; }
      .page-who-we-are #bios table thead {
        padding-bottom: 5px;
        border-bottom: solid 1px #CCCCCC; }
        .page-who-we-are #bios table thead th {
          font-family: "Calibre-Regular", sans-serif;
          font-size: 14px;
          text-transform: uppercase;
          padding: 6px 0 2px; }
        .page-who-we-are #bios table thead span {
          color: #0083C3;
          margin-left: 5px; }
      .page-who-we-are #bios table tbody tr {
        border-bottom: solid 1px #CCCCCC; }
        .page-who-we-are #bios table tbody tr .title {
          font-family: "Calibre-Regular", sans-serif;
          line-height: 1.2; }
        .page-who-we-are #bios table tbody tr span {
          font-size: 14px;
          text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .page-who-we-are #bios table thead {
      display: none; }
    .page-who-we-are #bios table tbody tr td {
      width: 100%;
      display: block; }
      .page-who-we-are #bios table tbody tr td.name {
        padding: 16px 0 0 0; }
      .page-who-we-are #bios table tbody tr td.title {
        padding-bottom: 16px; }
      .page-who-we-are #bios table tbody tr td.business, .page-who-we-are #bios table tbody tr td.specialty, .page-who-we-are #bios table tbody tr td.sector {
        padding-bottom: 4px; }
      .page-who-we-are #bios table tbody tr td:last-child {
        padding: 0 0 16px 0; } }
  @media screen and (min-width: 769px) {
    .page-who-we-are #bios table tbody tr td {
      min-width: 80px;
      padding: 32px 32px 32px 0; }
      .page-who-we-are #bios table tbody tr td.name {
        min-width: 200px; } }
  .page-who-we-are #single-bio {
    padding-top: 32px;
    min-height: 600px; }
  .page-who-we-are .bio {
    margin-bottom: 64px; }
    .page-who-we-are .bio.first {
      padding-top: 75px; }
    .page-who-we-are .bio h1 {
      font-family: "Calibre-Light", sans-serif;
      font-size: 24px;
      color: #8a8a8c;
      border-bottom: solid 1px #CCCCCC;
      padding-bottom: 8px;
      margin-bottom: 16px; }
    .page-who-we-are .bio h3 {
      font-family: "Calibre-Light", sans-serif;
      color: #004C81;
      margin-bottom: 0; }
      .page-who-we-are .bio h3.single-bio-name {
        font-size: 4.2rem !important;
        line-height: 1; }
      .page-who-we-are .bio h3 a {
        font-family: "Calibre-Medium", sans-serif;
        font-size: 27px;
        color: #004C81; }
    .page-who-we-are .bio .businesses {
      line-height: 1; }
    .page-who-we-are .bio .country {
      font-size: 13px;
      line-height: 1;
      text-transform: uppercase;
      color: #FFFFFF;
      background-color: #ababab;
      padding: 2px 6px 3px;
      display: inline; }
    .page-who-we-are .bio .excerpt {
      margin-top: 16px;
      margin-bottom: 0;
      max-height: 85px;
      overflow: hidden;
      position: relative; }
    .page-who-we-are .bio .read-more {
      font-family: "Calibre-Semibold", sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      color: #004C81; }
  .page-who-we-are .single-bio-nav {
    padding-bottom: 32px;
    overflow: hidden; }
    .page-who-we-are .single-bio-nav .left {
      float: left; }
    .page-who-we-are .single-bio-nav .right {
      float: right; }
    .page-who-we-are .single-bio-nav .next {
      margin-left: 8px; }
    .page-who-we-are .single-bio-nav a {
      font-family: "Calibre-Semibold", sans-serif;
      font-size: 13px;
      text-transform: uppercase; }

@media screen and (min-width: 321px) {
  .page-who-we-are .bio.second {
    padding-top: 75px; } }

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.page-what-we-do section.tab-content {
  position: relative; }

.page-what-we-do #advisory .row a,
.page-what-we-do #equities .row a,
.page-what-we-do #investment .row a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  color: #666666;
  margin-bottom: 16px; }
  .page-what-we-do #advisory .row a:hover h3,
  .page-what-we-do #advisory .row a:hover .text,
  .page-what-we-do #advisory .row a:hover .excerpt,
  .page-what-we-do #advisory .row a:hover .read-more, .page-what-we-do #advisory .row a.active h3,
  .page-what-we-do #advisory .row a.active .text,
  .page-what-we-do #advisory .row a.active .excerpt,
  .page-what-we-do #advisory .row a.active .read-more,
  .page-what-we-do #equities .row a:hover h3,
  .page-what-we-do #equities .row a:hover .text,
  .page-what-we-do #equities .row a:hover .excerpt,
  .page-what-we-do #equities .row a:hover .read-more,
  .page-what-we-do #equities .row a.active h3,
  .page-what-we-do #equities .row a.active .text,
  .page-what-we-do #equities .row a.active .excerpt,
  .page-what-we-do #equities .row a.active .read-more,
  .page-what-we-do #investment .row a:hover h3,
  .page-what-we-do #investment .row a:hover .text,
  .page-what-we-do #investment .row a:hover .excerpt,
  .page-what-we-do #investment .row a:hover .read-more,
  .page-what-we-do #investment .row a.active h3,
  .page-what-we-do #investment .row a.active .text,
  .page-what-we-do #investment .row a.active .excerpt,
  .page-what-we-do #investment .row a.active .read-more {
    color: #004C81; }
  .page-what-we-do #advisory .row a:focus,
  .page-what-we-do #equities .row a:focus,
  .page-what-we-do #investment .row a:focus {
    outline: none; }
  .page-what-we-do #advisory .row a.active .full,
  .page-what-we-do #equities .row a.active .full,
  .page-what-we-do #investment .row a.active .full {
    display: block; }
  .page-what-we-do #advisory .row a.active .excerpt,
  .page-what-we-do #equities .row a.active .excerpt,
  .page-what-we-do #investment .row a.active .excerpt {
    display: none; }

.page-what-we-do #advisory .row h3,
.page-what-we-do #equities .row h3,
.page-what-we-do #investment .row h3 {
  flex: 1 1 30%; }

.page-what-we-do #advisory .row .text,
.page-what-we-do #equities .row .text,
.page-what-we-do #investment .row .text {
  flex: 1 1 70%; }

.page-what-we-do #advisory .row .excerpt,
.page-what-we-do #equities .row .excerpt,
.page-what-we-do #investment .row .excerpt {
  color: #CCCCCC; }

.page-what-we-do #advisory .row .read-more,
.page-what-we-do #equities .row .read-more,
.page-what-we-do #investment .row .read-more {
  color: #666666; }

.page-what-we-do #advisory .row .full,
.page-what-we-do #equities .row .full,
.page-what-we-do #investment .row .full {
  display: none; }

.page-what-we-do #our-approach .box {
  padding: 16px;
  background-color: #E6EDF2;
  margin-bottom: 16px; }
  .page-what-we-do #our-approach .box h3 {
    font-family: "Calibre-Regular", sans-serif;
    color: #0083C3;
    font-size: 28px; }
  .page-what-we-do #our-approach .box strong {
    font-family: "Calibre-Semibold", sans-serif; }

.page-what-we-do #research .intro {
  margin-bottom: 30px; }

.page-what-we-do #research .column {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdede; }
  .page-what-we-do #research .column .col-header {
    font-family: "Calibre-Medium", sans-serif;
    color: #0083C3;
    padding: 5px 0; }
  .page-what-we-do #research .column ul.sub-drawers li {
    border-top: 1px solid #dfdede;
    padding: 5px 0; }
    .page-what-we-do #research .column ul.sub-drawers li.open, .page-what-we-do #research .column ul.sub-drawers li.first {
      border-top: 1px solid #0083C3; }
  .page-what-we-do #research .column ul.sub-drawers li a.drawer-link {
    font-family: "Calibre-Light", sans-serif;
    font-size: 1.8rem;
    margin-top: 0px;
    display: block;
    color: #666666; }
  .page-what-we-do #research .column ul.sub-drawers li.open a.drawer-link,
  .page-what-we-do #research .column ul.sub-drawers li.open a:visited {
    color: #0083C3; }
  .page-what-we-do #research .column ul.sub-drawers li a.drawer-link:before {
    content: "";
    margin-right: 0px; }
  .page-what-we-do #research .column ul.sub-drawers .drawer-content {
    font-family: "Calibre-Regular", sans-serif;
    font-size: 16px;
    color: #666666;
    padding-top: 8px; }

.page-what-we-do #our-coverage table {
  margin-top: 16px; }
  .page-what-we-do #our-coverage table td, .page-what-we-do #our-coverage table th {
    padding: 6px 0 3px; }
  .page-what-we-do #our-coverage table thead {
    padding-bottom: 5px;
    border-bottom: solid 1px #0083C3; }
    .page-what-we-do #our-coverage table thead th {
      font-family: "Calibre-Medium", sans-serif;
      padding: 6px 0 2px; }
    .page-what-we-do #our-coverage table thead span {
      color: #0083C3;
      margin-left: 5px; }
  .page-what-we-do #our-coverage table tbody {
    padding: 5px 0; }
    .page-what-we-do #our-coverage table tbody tr {
      border-bottom: solid 1px #CCCCCC; }
      .page-what-we-do #our-coverage table tbody tr td {
        margin: 5px 0;
        vertical-align: top;
        padding-right: 16px; }

/*--------------------------------------------------------------
# Join Our Team
--------------------------------------------------------------*/
.page-join-our-team .tab {
  position: relative;
  overflow: hidden; }

.page-join-our-team .sub-tab-content {
  padding-bottom: 32px; }
  .page-join-our-team .sub-tab-content h4 {
    font-family: "Calibre-Semibold", sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: .15em;
    text-align: left;
    background: #004C81;
    margin-bottom: 8px;
    padding: 5px 5px 5px 16px; }

.page-join-our-team #why-evercore .wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 1.5em;
  display: block; }
  .page-join-our-team #why-evercore .wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.page-join-our-team #why-evercore .column-one, .page-join-our-team #why-evercore .column-two {
  display: block;
  float: left; }

.page-join-our-team #why-evercore .column-one {
  width: 35%;
  font-family: "Calibre-Medium", sans-serif;
  font-size: 19px;
  line-height: 1.1;
  color: #004C81; }
  .page-join-our-team #why-evercore .column-one .inner {
    border-right: 1px solid #CCCCCC;
    padding-right: 20px; }
  .page-join-our-team #why-evercore .column-one .showSingle {
    padding-bottom: 32px;
    opacity: 0.5; }
    .page-join-our-team #why-evercore .column-one .showSingle:first-child {
      opacity: 1; }
      .page-join-our-team #why-evercore .column-one .showSingle:first-child:hover {
        opacity: 1 !important; }
    .page-join-our-team #why-evercore .column-one .showSingle:hover {
      color: #004C81;
      cursor: pointer;
      opacity: 1; }
  .page-join-our-team #why-evercore .column-one:hover .showSingle#first {
    opacity: 0.5; }

.page-join-our-team #why-evercore .column-two {
  width: 65%;
  line-height: 1.2; }
  .page-join-our-team #why-evercore .column-two .inner {
    padding-left: 20px; }
  .page-join-our-team #why-evercore .column-two .targetDiv {
    margin-bottom: 1.5em;
    display: none; }
    .page-join-our-team #why-evercore .column-two .targetDiv:first-child {
      display: block; }

.page-join-our-team .teams .team a {
  padding: 16px;
  display: block; }
  .page-join-our-team .teams .team a:focus {
    outline: none; }
  .page-join-our-team .teams .team a .title,
  .page-join-our-team .teams .team a .locations {
    color: #222222;
    padding-left: 30px;
    display: block; }
  .page-join-our-team .teams .team a .title {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 18px;
    line-height: 1;
    background: url("../images/se-arrow-bright-blue.svg") no-repeat 0 0;
    background-size: 20px 20px; }
  .page-join-our-team .teams .team a .locations {
    font-family: "Calibre-Light", sans-serif;
    font-size: 16px; }

.page-join-our-team .teams .team .sub-drawer-content {
  font-family: "Calibre-Medium", sans-serif;
  font-size: 16px;
  background-color: #ededee;
  padding: 16px;
  display: none; }

.page-join-our-team .teams .team.open a {
  color: #0083C3;
  background-color: #ededee; }
  .page-join-our-team .teams .team.open a .title {
    background-image: url("../images/nw-arrow.svg"); }

.page-join-our-team .teams .team.open .sub-drawer-content {
  display: block; }

@media screen and (min-width: 551px) {
  .page-join-our-team #why-evercore .column-one {
    font-size: 25px; } }

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.page-contact-us #banner .text {
  width: 100%;
  position: absolute;
  z-index: 999; }

.page-contact-us #banner,
.page-contact-us #chartdiv {
  height: 119px;
  position: relative; }

.page-contact-us #chartdiv {
  background-color: #0083C2; }

.page-contact-us .amcharts-chart-div a {
  font-family: "Calibre-Light", sans-serif !important;
  color: #FFFFFF !important; }

.page-contact-us .filters {
  font-size: 16px;
  margin: 50px 0; }

.page-contact-us .office {
  text-align: center;
  height: 400px; }
  .page-contact-us .office .thumbnail {
    width: 100px;
    height: 100px;
    background: #004C81;
    margin: 0 auto 16px;
    border-radius: 100px;
    overflow: hidden; }
    .page-contact-us .office .thumbnail img {
      width: 100px;
      height: 100px;
      display: block; }
  .page-contact-us .office h3 {
    color: #004C81;
    font-family: "Calibre-Regular", sans-serif;
    clear: both;
    font-size: 2.7rem; }
  .page-contact-us .office h4 {
    font-family: "Calibre-Light", sans-serif;
    text-transform: uppercase; }
  .page-contact-us .office p {
    margin-bottom: 8px; }
  .page-contact-us .office .country,
  .page-contact-us .office .business {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #ababab;
    padding: 2px 6px 3px;
    display: inline;
    display: inline-block; }

@media screen and (min-width: 551px) {
  .page-contact-us .filters {
    margin-top: 80px; }
  .page-contact-us .office {
    position: relative;
    height: 300px; }
    .page-contact-us .office .thumbnail {
      position: absolute; }
    .page-contact-us .office .text {
      text-align: left;
      margin-left: 116px; } }

@media screen and (min-width: 769px) {
  .page-contact-us #banner,
  .page-contact-us #chartdiv {
    height: 430px; }
  .page-contact-us .office {
    height: 250px; } }

/*--------------------------------------------------------------
# Terms and Conditions / Regulatory
--------------------------------------------------------------*/
.error404 #main .error-404 {
  font-size: 24px;
  margin-top: 60px;
  text-align: center; }
  .error404 #main .error-404 h3 {
    font-family: "Calibre-Medium", sans-serif;
    font-size: 48px;
    color: #0083C3;
    margin-bottom: 32px; }
  .error404 #main .error-404 a {
    text-decoration: underline; }

/*--------------------------------------------------------------
# Terms and Conditions / Regulatory
--------------------------------------------------------------*/
.page-terms-and-conditions #main,
.page-regulatory #main {
  padding-top: 48px; }

.page-terms-and-conditions h1,
.page-regulatory h1 {
  font-size: 24px;
  padding-bottom: 16px; }

.page-terms-and-conditions h3, .page-terms-and-conditions h4,
.page-regulatory h3,
.page-regulatory h4 {
  font-family: "Calibre-Medium", sans-serif; }

/*--------------------------------------------------------------
# Client Access
--------------------------------------------------------------*/
.page-client-login #main {
  margin-bottom: 60px; }
  .page-client-login #main h3 {
    font-size: 24px;
    font-family: "Calibre-Medium", sans-serif;
    color: #004C81;
    margin-bottom: 8px; }
  .page-client-login #main p {
    font-size: 18px; }
  .page-client-login #main a {
    color: #0083C3; }
  .page-client-login #main .login-group {
    margin-bottom: 32px; }
    .page-client-login #main .login-group p {
      font-family: "Calibre-Regular", sans-serif; }
    .page-client-login #main .login-group a {
      margin-left: 4px; }
      .page-client-login #main .login-group a:before {
        font-family: 'FontAwesome';
        content: "";
        margin-right: 4px; }

/*--------------------------------------------------------------
# ISI Research
--------------------------------------------------------------*/
.page-isi-research table {
  margin-top: 16px; }
  .page-isi-research table td, .page-isi-research table th {
    padding: 6px 0 3px; }
  .page-isi-research table thead {
    padding-bottom: 5px;
    border-bottom: solid 1px #0083C3; }
    .page-isi-research table thead th {
      font-family: "Calibre-Medium", sans-serif;
      padding: 6px 0 2px; }
    .page-isi-research table thead span {
      color: #0083C3;
      margin-left: 5px; }
  .page-isi-research table tbody {
    padding: 5px 0; }
    .page-isi-research table tbody tr {
      border-bottom: solid 1px #CCCCCC; }
      .page-isi-research table tbody tr td {
        margin: 5px 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: #004C81;
  color: #FFFFFF;
  line-height: 1;
  padding: 8px 16px; }

/*--------------------------------------------------------------
# Our Team Bios
--------------------------------------------------------------*/
#our-team .advanced-search .button-wrapper button {
  color: #CCCCCC;
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
  margin-bottom: 8px; }
  #our-team .advanced-search .button-wrapper button:hover {
    cursor: default; }
  #our-team .advanced-search .button-wrapper button.active {
    cursor: pointer;
    color: #FFFFFF;
    background: #004C81;
    border: solid 1px #004C81; }
  #our-team .advanced-search .button-wrapper button.enabled {
    color: #0083C3;
    border: solid 1px #0083C3; }
    #our-team .advanced-search .button-wrapper button.enabled:hover {
      cursor: pointer;
      color: #FFFFFF;
      background: #004C81;
      border: solid 1px #004C81; }

/*--------------------------------------------------------------
# Round, Blue Button
--------------------------------------------------------------*/
.page-what-we-do .tab button,
.page-join-our-team .tab button {
  background-color: #004C81;
  text-transform: none;
  border-radius: 32px;
  padding: 16px; }
  .page-what-we-do .tab button a, .page-what-we-do .tab button i,
  .page-join-our-team .tab button a,
  .page-join-our-team .tab button i {
    color: #FFFFFF; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #222222; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Filter Styles
--------------------------------------------------------------*/
.filters label {
  text-transform: uppercase;
  display: block; }

.filters .select-wrapper {
  border: solid 1px #666666;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none; }
  .filters .select-wrapper i {
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 1; }
  .filters .select-wrapper:hover {
    cursor: pointer; }

.filters select {
  width: 100%;
  font-family: "Calibre-LightItalic", sans-serif;
  font-size: 16px;
  font-style: oblique;
  text-transform: uppercase;
  line-height: 1;
  text-indent: 0.01px;
  text-overflow: "";
  background: transparent;
  color: #004C81;
  border: none;
  border-radius: 0;
  padding-left: 3%;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  height: 40px;
  padding-top: 8px; }
  .filters select::-ms-expand {
    display: none; }

@media screen and (max-width: 320px) {
  .filters .select-wrapper {
    margin-bottom: 16px; } }

@media screen and (min-width: 321px) and (max-width: 550px) {
  .filters {
    background: #E6EDF2;
    padding: 16px; }
    .filters .select-wrapper {
      margin-bottom: 16px; } }

@media screen and (min-width: 551px) {
  .filters label {
    padding: 5px 0; }
  .filters .select-wrapper {
    background: #ededee; }
    .filters .select-wrapper i {
      top: 8px; }
  .filters select {
    height: auto;
    padding-top: 10px;
    padding-bottom: 4px; } }

/*--------------------------------------------------------------
# By The Numbers Charts, Contact us
--------------------------------------------------------------*/
#by-the-numbers .filters .select-wrapper,
#transactions-tab .filters .select-wrapper,
.page-contact-us .filters .select-wrapper {
  background: #ededee; }

#by-the-numbers .filters select,
#transactions-tab .filters select,
.page-contact-us .filters select {
  height: auto;
  padding-bottom: 8px; }

@media screen and (max-width: 550px) {
  #by-the-numbers .filters {
    padding: 32px 0 0 0;
    background: transparent; } }

/*--------------------------------------------------------------
# Our Team Bios
--------------------------------------------------------------*/
#our-team .advanced-search .field-wrapper,
#our-team .advanced-search .select-wrapper {
  margin-bottom: 8px; }

#our-team .advanced-search input[type="text"] {
  width: 100%;
  font-family: "Calibre-LightItalic", sans-serif;
  font-size: 16px;
  font-style: oblique;
  text-transform: uppercase;
  line-height: 1;
  text-indent: 0.01px;
  background: transparent;
  color: #004C81;
  border: solid 1px #0083C3;
  border-radius: 0;
  padding: 8px 3%;
  -webkit-appearance: none;
  -moz-appearance: none; }

#our-team .advanced-search label {
  font-family: "Calibre-Medium", sans-serif; }

#our-team .advanced-search .select-wrapper {
  border: solid 1px #666666;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #FFFFFF;
  border: solid 1px #0083C3; }
  #our-team .advanced-search .select-wrapper i {
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 1; }
  #our-team .advanced-search .select-wrapper:hover {
    cursor: pointer; }
  #our-team .advanced-search .select-wrapper select {
    width: 100%;
    font-family: "Calibre-LightItalic", sans-serif;
    font-size: 16px;
    font-style: oblique;
    text-transform: uppercase;
    line-height: 1;
    text-indent: 0.01px;
    text-overflow: "";
    background: transparent;
    color: #004C81;
    border: none;
    border-radius: 0;
    padding-left: 3%;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    height: 40px; }
    #our-team .advanced-search .select-wrapper select::-ms-expand {
      display: none; }
    #our-team .advanced-search .select-wrapper select.ng-not-empty {
      font-family: "Calibre-Medium", sans-serif; }
  #our-team .advanced-search .select-wrapper.disabled {
    background: #ededee;
    border-color: #CCCCCC; }
    #our-team .advanced-search .select-wrapper.disabled select {
      color: #CCCCCC; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #004C81;
  text-decoration: none; }
  a:visited {
    color: #004C81; }
  a:hover, a:focus, a:active {
    color: #666666; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#header {
  background-color: #FFFFFF; }

.site-branding {
  font-size: 18px;
  text-transform: uppercase; }

.site-title {
  position: relative; }
  .site-title a {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 0;
    display: block; }
    .site-title a img {
      width: 100%;
      max-width: 175px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.main-navigation {
  font-family: "Calibre-Regular", sans-serif;
  font-size: 11px;
  text-transform: uppercase; }
  .main-navigation .left,
  .main-navigation .right {
    box-sizing: border-box; }
  .main-navigation .right .search-form {
    position: relative; }
    .main-navigation .right .search-form i {
      font-size: 16px;
      color: #CCCCCC;
      position: absolute;
      width: 32px;
      height: 32px; }
    .main-navigation .right .search-form input[type="search"] {
      font-size: 16px;
      line-height: 1.2;
      border: none;
      background-color: #ededee;
      text-transform: uppercase;
      padding-left: 32px; }
    .main-navigation .right .search-form input[type="submit"] {
      display: none; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul.sub-menu a {
      width: 100%;
      font-family: "Calibre-Semibold", sans-serif; }
    .main-navigation ul ul.sub-menu ul.sub-menu a {
      font-family: "Calibre-Regular", sans-serif;
      text-transform: none; }
  .main-navigation a {
    font-size: 16px;
    color: #222222;
    text-decoration: none; }
    .main-navigation a:hover {
      color: #004C81; }

@media screen and (max-width: 768px) {
  .site-title {
    height: 50px;
    margin-bottom: 30px; }
  .menu-toggle {
    text-align: right;
    clear: right;
    position: relative;
    z-index: 999;
    padding-top: 16px;
    padding-bottom: 8px;
    display: block; }
    .menu-toggle.active {
      background: url("../images/triangle-blue-down.svg") no-repeat right bottom;
      background-size: 40px 8px; }
    .menu-toggle i {
      font-size: 30px;
      color: #FFFFFF;
      background-color: #004C81;
      padding: 8px; }
  .main-navigation {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    position: relative;
    padding-top: 32px;
    top: -18px; }
    .main-navigation .left {
      margin-bottom: 16px; }
      .main-navigation .left .menu-item.menu-item-object-page a:after {
        font-family: FontAwesome;
        content: "";
        color: #004C81;
        margin-left: 16px; }
      .main-navigation .left .menu-item.menu-item-object-page ul.sub-menu a:after {
        content: ""; }
    .main-navigation .right .search-form {
      position: absolute;
      top: 0; }
      .main-navigation .right .search-form i {
        top: 14px; }
      .main-navigation .right .search-form input[type="search"] {
        width: 100%;
        height: 48px;
        padding-top: 8px; }
    .main-navigation .right li.menu-item {
      height: 64px;
      background-color: #222222;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-navigation .right li.menu-item a {
        font-size: 16px;
        line-height: 1.2;
        color: #FFFFFF;
        text-align: center;
        padding: 10px 8px 8px;
        margin: 0; }
        .main-navigation .right li.menu-item a:hover {
          color: #ededee;
          background-color: rgba(0, 0, 0, 0.5); }
    .main-navigation ul a {
      padding-right: 16px;
      margin-bottom: 16px; }
    .main-navigation ul ul.sub-menu {
      margin-right: 8px; }
      .main-navigation ul ul.sub-menu li {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: solid 1px #8a8a8c; }
        .main-navigation ul ul.sub-menu li:last-child {
          border: none; }
      .main-navigation ul ul.sub-menu a {
        font-family: "Calibre-Regular", sans-serif;
        text-transform: none;
        margin: 0;
        padding: 0; }
      .main-navigation ul ul.sub-menu ul.sub-menu {
        display: none; } }

@media screen and (max-width: 320px) {
  #header {
    width: 93.4%;
    margin: 0 3.3%; }
  .main-navigation .right .search-form {
    width: 107.26%;
    left: -3.63%; }
    .main-navigation .right .search-form i {
      left: 3.63%; }
    .main-navigation .right .search-form input[type="search"] {
      text-indent: 3.63%; } }

@media screen and (min-width: 321px) and (max-width: 550px) {
  #header {
    width: 92.2%;
    margin: 0 3.9%; }
  .main-navigation .right .search-form {
    width: 108.58%;
    left: -4.29%; }
    .main-navigation .right .search-form i {
      left: 4.29%; }
    .main-navigation .right .search-form input[type="search"] {
      text-indent: 4.29%; } }

@media screen and (min-width: 551px) and (max-width: 768px) {
  #header {
    width: 91.6%;
    margin: 0 4.2%; }
  .main-navigation .right .search-form {
    width: 109.24%;
    left: -4.62%; }
    .main-navigation .right .search-form i {
      left: 4.62%; }
    .main-navigation .right .search-form input[type="search"] {
      text-indent: 4.62%; }
  .main-navigation .right li.menu-item a {
    font-size: 16px;
    padding: 10px 16px 8px; } }

@media screen and (max-width: 768px) {
  .main-navigation #menu-item-67 ul.sub-menu,
  .main-navigation #menu-item-66 ul.sub-menu {
    margin-top: 8px; }
  .main-navigation #menu-item-67 > ul.sub-menu > li:first-child,
  .main-navigation #menu-item-66 > ul.sub-menu > li:first-child {
    display: none; } }

@media screen and (min-width: 769px) {
  #header {
    width: 95%;
    margin: 0 2.5%; }
  .site-title {
    height: 88px;
    margin-bottom: 24px; }
  .menu-toggle,
  .main-navigation.toggled ul {
    display: none; }
  .main-navigation {
    display: block !important; }
    .main-navigation .left {
      padding: 75px 0 0 0; }
      .main-navigation .left .menu-item.menu-item-object-page {
        padding-bottom: 16px; }
        .main-navigation .left .menu-item.menu-item-object-page:hover {
          background: url("../images/triangle-blue-up.svg") no-repeat 20px bottom;
          background-size: 50% 50%; }
    .main-navigation .right {
      position: relative;
      overflow: visible;
      z-index: 10001;
      padding: 16px 0;
      background: #ededee; }
      .main-navigation .right .search-form {
        height: 32px;
        margin: 0 16px 26px; }
        .main-navigation .right .search-form i {
          top: 8px;
          left: -4px; }
        .main-navigation .right .search-form input[type="search"] {
          width: 75%;
          border-bottom: solid 1px #8a8a8c;
          padding-top: 12px;
          padding-right: 8px;
          padding-bottom: 4px; }
      .main-navigation .right #secondary-menu {
        content: "";
        display: table;
        table-layout: fixed;
        width: 79%;
        background-color: #ededee;
        margin-top: 59px; }
      .main-navigation .right li.menu-item {
        padding: 0 16px;
        margin-left: 0; }
        .main-navigation .right li.menu-item:first-child, .main-navigation .right li.menu-item:nth-child(2) {
          width: 50%;
          padding: 0;
          text-align: center; }
        .main-navigation .right li.menu-item a {
          color: #8a8a8c; }
          .main-navigation .right li.menu-item a:hover {
            color: #004C81; }
        .main-navigation .right li.menu-item:last-child {
          height: 38px;
          box-sizing: border-box;
          padding: 9px 16px 4px 16px;
          background-color: #222222;
          width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -38px;
          float: none; }
          .main-navigation .right li.menu-item:last-child a {
            font-size: 13px;
            letter-spacing: 1px;
            color: #FFFFFF;
            background: url("../images/east-arrow.svg") no-repeat 0 0;
            background-position: left top;
            padding-left: 20px; }
            .main-navigation .right li.menu-item:last-child a:hover {
              color: #0083C3; }
    .main-navigation ul ul.sub-menu {
      display: none;
      background: #ededee;
      box-sizing: border-box;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      padding: 20px 16px 16px;
      position: absolute;
      top: 40px;
      z-index: 10000; }
      .main-navigation ul ul.sub-menu li {
        margin-left: 0;
        margin-bottom: 8px;
        float: left; }
      .main-navigation ul ul.sub-menu ul.sub-menu {
        display: block;
        width: 100%;
        background: transparent;
        box-shadow: none;
        height: auto;
        top: 8px;
        left: 0;
        position: relative;
        margin: 0;
        padding: 0 0 0 16px; }
        .main-navigation ul ul.sub-menu ul.sub-menu li {
          width: 100%;
          margin-bottom: 8px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      display: block; }
    .main-navigation #menu-item-67 ul.sub-menu {
      width: 553.03030303%;
      left: -139.393939394%;
      padding-top: 54px;
      padding-left: 24px; }
      .main-navigation #menu-item-67 ul.sub-menu ul.sub-menu,
      .main-navigation #menu-item-67 ul.sub-menu li {
        width: 23%;
        left: 0; }
    .main-navigation #menu-item-66 ul.sub-menu {
      width: 553.03030303%;
      left: -243.939393939%; }
      .main-navigation #menu-item-66 ul.sub-menu li {
        width: 29%;
        min-height: 170px;
        margin-top: 54px; }
      .main-navigation #menu-item-66 ul.sub-menu ul.sub-menu {
        width: 100%;
        max-width: 100%;
        padding: 0;
        left: 0;
        overflow: hidden; }
        .main-navigation #menu-item-66 ul.sub-menu ul.sub-menu li {
          width: 100%;
          min-height: auto;
          margin-top: 0;
          margin-left: 0;
          padding-left: 0;
          border: none; }
    .main-navigation #menu-item-67 ul.sub-menu li,
    .main-navigation #menu-item-66 ul.sub-menu li {
      margin-right: 2%;
      padding-right: 2%;
      border-right: solid #FFFFFF 2px; }
      .main-navigation #menu-item-67 ul.sub-menu li:first-child, .main-navigation #menu-item-67 ul.sub-menu li:last-child,
      .main-navigation #menu-item-66 ul.sub-menu li:first-child,
      .main-navigation #menu-item-66 ul.sub-menu li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none; }
    .main-navigation #menu-item-67 > ul.sub-menu > li:first-child,
    .main-navigation #menu-item-66 > ul.sub-menu > li:first-child {
      width: 100%;
      height: 38px;
      min-height: 0;
      background-color: #004C81;
      margin: 0;
      padding: 9px 16px;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0; }
      .main-navigation #menu-item-67 > ul.sub-menu > li:first-child a,
      .main-navigation #menu-item-66 > ul.sub-menu > li:first-child a {
        font-family: "Calibre-Regular", sans-serif;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 1px;
        background: url("../images/east-arrow.svg") no-repeat 0 0;
        padding-left: 20px;
        font-size: 0;
        background: none; }
        .main-navigation #menu-item-67 > ul.sub-menu > li:first-child a:hover,
        .main-navigation #menu-item-66 > ul.sub-menu > li:first-child a:hover {
          color: #0083C3; }
    .main-navigation li {
      float: left;
      position: relative; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Slideshows
--------------------------------------------------------------*/
.flexslider {
  margin-bottom: 0;
  border-radius: 0;
  webkit-border-radius: 0;
  moz-border-radius: 0;
  border: none; }
  .flexslider .slides img {
    display: block; }
  .flexslider .flex-control-paging {
    text-align: right; }
    .flexslider .flex-control-paging li {
      margin: 0 5px 16px 5px; }
      .flexslider .flex-control-paging li a {
        font-size: 0;
        background: rgba(255, 255, 255, 0.6);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
        .flexslider .flex-control-paging li a.flex-active {
          background: #FFFFFF; }

#banner .slideshow {
  display: none; }
  #banner .slideshow.active {
    display: block; }

#banner .flex-caption,
#banner .text {
  font-family: "Calibre-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(100, 100, 100, 0.75);
  margin-top: 0px; }
  #banner .flex-caption a, #banner .flex-caption p,
  #banner .text a,
  #banner .text p {
    margin-top: 11px;
    margin-bottom: 9px;
    line-height: 16px; }

#banner .image {
  background: #004C81; }

#banner h1 {
  color: #FFFFFF; }

.home .flexslider .flex-control-paging,
.page-by-the-numbers .flexslider .flex-control-paging {
  display: none; }

@media screen and (max-width: 550px) {
  .flexslider .flex-control-paging {
    display: none; } }

@media screen and (min-width: 551px) {
  #banner .flex-caption,
  #banner .text {
    height: 38px; } }

.page-iframe .transaction-cards {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: solid 3px #004C81; }
  .page-iframe .transaction-cards .header {
    margin-bottom: 16px;
    text-align: center;
    position: relative; }
    .page-iframe .transaction-cards .header span {
      font-family: "Calibre-Semibold", sans-serif;
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase;
      background-color: #FFFFFF;
      padding: 0 8px;
      position: relative;
      z-index: 2; }
    .page-iframe .transaction-cards .header .border {
      width: 100%;
      border-bottom: solid 3px #004C81;
      position: absolute;
      top: 14px;
      left: 0;
      z-index: 1; }

.page-iframe .flex-direction-nav a.flex-prev,
.page-iframe .flex-direction-nav a.flex-next {
  height: 30px;
  opacity: 0.7;
  transition: none; }
  .page-iframe .flex-direction-nav a.flex-prev:before,
  .page-iframe .flex-direction-nav a.flex-next:before {
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #004C81; }

.page-iframe .flex-direction-nav a.flex-prev {
  left: 0; }
  .page-iframe .flex-direction-nav a.flex-prev:before {
    content: '\f0d9'; }

.page-iframe .flex-direction-nav a.flex-next {
  right: 0; }
  .page-iframe .flex-direction-nav a.flex-next:before {
    content: '\f0da'; }

.page-iframe .flexslider:hover .flex-prev {
  left: 0; }

.page-iframe .flexslider:hover .flex-next {
  right: 0; }

.page-iframe .flex-control-nav {
  bottom: -18px; }

.page-iframe .flex-control-paging {
  text-align: right; }
  .page-iframe .flex-control-paging li {
    margin: 0 5px; }
    .page-iframe .flex-control-paging li a {
      font-size: 0;
      background: rgba(255, 255, 255, 0.6);
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
      .page-iframe .flex-control-paging li a.flex-active {
        background: #004C81; }

.page-iframe #transaction-cards-slider {
  width: 100%;
  background-color: #FFFFFF; }

.page-iframe .slides {
  background-color: #FFFFFF;
  padding: 10px 0; }

.page-iframe .slide .card {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  height: 300px;
  position: relative;
  margin: 0 10px; }

.page-iframe .slide .title {
  font-family: "Calibre-Regular", sans-serif;
  font-size: 0.9em;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  background-color: #004C81;
  padding: 9px 10px;
  border-radius: 10px 10px 0 0; }

.page-iframe .slide .advisory_state {
  font-size: 22px;
  text-align: center;
  margin-top: 16px; }

.page-iframe .slide img {
  max-height: 70px;
  margin-top: 8px;
  padding: 0 16px;
  box-sizing: border-box; }

.page-iframe .slide .wysiwyg {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  padding: 8px; }
  .page-iframe .slide .wysiwyg p {
    margin-bottom: 8px; }

.page-iframe .slide .year {
  width: 100%;
  text-align: center;
  font-family: "Calibre-Medium", sans-serif;
  position: absolute;
  bottom: 8px; }

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
.text .animated-values {
  background: url("../images/east-arrow.svg") no-repeat 0 0;
  padding-left: 23px;
  color: #FFFFFF;
  display: block; }
  .text .animated-values:visited {
    color: #FFFFFF; }

.text .word-slideshow {
  display: inline;
  text-indent: 5px; }
  .text .word-slideshow span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s; }
  .text .word-slideshow span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s; }
  .text .word-slideshow span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; }
  .text .word-slideshow span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s; }
  .text .word-slideshow span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; }
  .text .word-slideshow span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; }

.home #banner .animated-text,
.page-by-the-numbers #banner .animated-text {
  font-family: "Droid Serif", serif;
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 998; }
  .home #banner .animated-text .line-1,
  .home #banner .animated-text .line-2,
  .page-by-the-numbers #banner .animated-text .line-1,
  .page-by-the-numbers #banner .animated-text .line-2 {
    height: 100%; }
    .home #banner .animated-text .line-1 p,
    .home #banner .animated-text .line-2 p,
    .page-by-the-numbers #banner .animated-text .line-1 p,
    .page-by-the-numbers #banner .animated-text .line-2 p {
      position: absolute; }
  .home #banner .animated-text .line-1,
  .page-by-the-numbers #banner .animated-text .line-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+42,000000+100&0.5+0,0.5+42,0+100 */
    background: -moz-linear-gradient(left, rgba(19, 19, 19, 0.5) 0%, rgba(19, 19, 19, 0.5) 42%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(19, 19, 19, 0.5) 0%, rgba(19, 19, 19, 0.5) 42%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(19, 19, 19, 0.5) 0%, rgba(19, 19, 19, 0.5) 42%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80131313', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    opacity: 1;
    position: absolute;
    top: 0; }
  .home #banner .animated-text .line-2,
  .page-by-the-numbers #banner .animated-text .line-2 {
    opacity: 1;
    position: absolute;
    top: 0; }
  .home #banner .animated-text .line-1 p,
  .page-by-the-numbers #banner .animated-text .line-1 p {
    top: 100px; }
  .home #banner .animated-text .line-2 p,
  .page-by-the-numbers #banner .animated-text .line-2 p {
    top: 220px; }
  .home #banner .animated-text .line-1,
  .page-by-the-numbers #banner .animated-text .line-1 {
    -webkit-animation: line1 10s linear 1;
    animation: line1 15s linear 1; }
  .home #banner .animated-text .line-2,
  .page-by-the-numbers #banner .animated-text .line-2 {
    -webkit-animation: line2 10s linear 1;
    animation: line2 15s linear 1; }

@-webkit-keyframes line1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  10% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes line1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  10% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes line2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  10% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  40% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes line2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  10% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  40% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

/*--------------------------------------------------------------
## Modals
--------------------------------------------------------------*/
.remodal-wrapper {
  padding: 0 !important;
  z-index: 100002; }

.remodal-overlay {
  z-index: 100002; }

.remodal {
  text-align: left;
  max-width: 533px !important;
  padding: 43px; }
  .remodal .top {
    width: 100%; }
    .remodal .top .thumbnail {
      max-width: 45%;
      height: auto;
      margin-bottom: 60px; }
      .remodal .top .thumbnail.second {
        margin-left: 9%; }
    .remodal .top .company-name {
      font-size: 2.2rem;
      font-family: "News Cycle", sans-serif;
      line-height: 1.2;
      color: #004C81;
      margin-bottom: 20px; }
    .remodal .top .date {
      font-family: "Calibre-Medium", sans-serif;
      font-size: 18px; }
  .remodal .bottom .details {
    width: 30%;
    float: left; }
    .remodal .bottom .details .detail {
      font-family: "Calibre-Medium", sans-serif;
      font-size: 18px; }
  .remodal .bottom .excerpt {
    float: left;
    width: 62%;
    padding-right: 4%;
    margin-right: 4%;
    font-family: "Calibre-Light", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2; }
  .remodal .remodal-close {
    right: 0px;
    left: auto; }

@media screen and (max-width: 550px) {
  .remodal .bottom .excerpt {
    width: 100%;
    float: none; } }

.page-who-we-are .remodal-overlay {
  background: rgba(255, 255, 255, 0.5); }

.page-who-we-are .overlay-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }
  .page-who-we-are .overlay-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center; }

.page-who-we-are .remodal-close,
.page-who-we-are .overlay-close {
  top: 16px;
  right: 16px;
  left: auto; }

.page-who-we-are .remodal h2.city-name {
  font-family: "Calibre-Light", sans-serif;
  font-size: 36px;
  color: #004C81;
  margin-bottom: 32px; }

.page-who-we-are .remodal .office .thumbnail {
  width: 100px;
  height: 100px;
  background: #004C81;
  margin-bottom: 16px;
  border-radius: 100px;
  overflow: hidden; }
  .page-who-we-are .remodal .office .thumbnail img {
    width: 100px;
    height: 100px;
    display: block; }

.page-who-we-are .remodal .office .text {
  margin-bottom: 32px; }

.page-who-we-are .remodal .office .address strong {
  font-family: "Calibre-Medium", sans-serif;
  line-height: 1.2;
  margin-bottom: 4px; }

.page-who-we-are .remodal .office .address strong, .page-who-we-are .remodal .office .address span {
  display: block; }

.page-who-we-are .remodal .office .main-content strong {
  color: #0083C3; }

.page-who-we-are .remodal .office p {
  margin-bottom: 0; }

.page-who-we-are .remodal .office .address {
  margin-bottom: 16px; }

.page-who-we-are .remodal h5 {
  font-family: "Calibre-Light", sans-serif;
  font-size: 30px;
  color: #004C81;
  line-height: 1;
  padding-bottom: 10px; }

.page-who-we-are .remodal .blurb {
  font-style: italic; }

.page-who-we-are .remodal ul {
  list-style: disc;
  margin-left: 32px; }

.page-what-we-do .remodal {
  max-width: 750px !important;
  background-color: #E6EDF2; }
  .page-what-we-do .remodal h3 {
    font-family: "Calibre-Regular", sans-serif;
    color: #0083C3;
    font-size: 28px;
    margin-bottom: 16px; }
  .page-what-we-do .remodal b, .page-what-we-do .remodal strong {
    font-family: "Calibre-Semibold", sans-serif;
    color: #0083C3; }
  .page-what-we-do .remodal p {
    margin-bottom: 16px;
    line-height: 1.2; }

@media screen and (min-width: 551px) {
  .page-who-we-are .remodal .office {
    overflow: hidden; }
    .page-who-we-are .remodal .office .image,
    .page-who-we-are .remodal .office .text {
      float: left; }
    .page-who-we-are .remodal .office .image {
      width: 46%; }
      .page-who-we-are .remodal .office .image img {
        width: 100%;
        max-width: 100%; }
    .page-who-we-are .remodal .office .text {
      width: 54%;
      padding-left: 16px;
      box-sizing: border-box; }
    .page-who-we-are .remodal .office.sa .text {
      width: 50%;
      margin-left: 4%;
      padding-left: 16px;
      border-left: solid 1px #CCCCCC; } }

@media screen and (min-width: 769px) {
  .page-who-we-are .remodal {
    width: 95% !important;
    max-width: 980px !important;
    overflow: hidden; }
    .page-who-we-are .remodal .office {
      width: 48%;
      margin-right: 4%;
      float: left; }
      .page-who-we-are .remodal .office:nth-child(odd) {
        margin-right: 0; } }

/*--------------------------------------------------------------
## Charts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# By The Numbers Charts
--------------------------------------------------------------*/
#by-the-numbers .charts {
  margin-bottom: 32px;
  overflow: hidden; }
  #by-the-numbers .charts br {
    content: ' ';
    display: none; }
  #by-the-numbers .charts p {
    display: none; }

#by-the-numbers .chart {
  margin-bottom: 32px; }

/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/
.map-marker {
  /* adjusting for the marker dimensions
  so that it is centered on coordinates */
  margin-left: -8px;
  margin-top: -8px; }
  .map-marker .map-clickable {
    cursor: pointer; }

.map-link {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #004C81;
  z-index: 10;
  position: absolute; }
  .map-link.highlight {
    background-color: #0083C3; }
  .map-link:hover {
    background: #666666;
    cursor: pointer; }

/*--------------------------------------------------------------
## Clocks
--------------------------------------------------------------*/
#clocks {
  position: absolute;
  bottom: 0;
  z-index: 999; }
  #clocks .clock {
    float: left; }
  #clocks .hero-circle {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    position: relative;
    border: 1px solid white;
    border-radius: 50%; }
  #clocks .hero-face {
    width: 100%;
    height: 100%; }
    #clocks .hero-face:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 5px;
      height: 5px;
      margin: -3px 0 0 -3px;
      background: white;
      border-radius: 6px;
      content: "";
      display: block; }
  #clocks .hero-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 -4px -25%;
    padding: 1px 0 1px 25%;
    background: white;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 4px 0 0 4px; }
  #clocks .hero-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0;
    padding: 40% 1px 0;
    background: white;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 3px 3px 0 0; }
  #clocks .clocktitle {
    font-family: "Calibre-Light", sans-serif;
    font-size: 0.55em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF; }

/*# sourceMappingURL=style.css.map */