/*
Theme Name: Omnicom PR Group Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: prgroup
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.

prgroup 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/
*/

/*Mixins */
@import url(//fonts.googleapis.com/css?family=Roboto:200,300,400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:200,300,400);
.f18px, body, #cookie-preferences .cookieDesc {
  font-size: 18px;
  line-height: 18px;
}

.f100, #body p, #body li, address, #cookie-preferences label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
@media only screen and (min-width: 48em) {
  .f100, #body p, #body li, address, #cookie-preferences label {
    font-size: 22px;
    line-height: 30px;
  }
}

.f200, .news-list h3, #cookieChoiceInfo h5 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (min-width: 48em) {
  .f200, .news-list h3, #cookieChoiceInfo h5 {
    font-size: 30px;
    line-height: 36px;
  }
}

.f300, h3, .heading-3 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (min-width: 48em) {
  .f300, h3, .heading-3 {
    font-size: 44px;
    line-height: 52px;
  }
}

.f400, h4, .heading-4, h5, .heading-5, h6, .heading-6 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (min-width: 48em) {
  .f400, h4, .heading-4, h5, .heading-5, h6, .heading-6 {
    font-size: 60px;
    line-height: 72px;
  }
}

.f500, h1, .heading-1, h2, .heading-2 {
  font-size: 36px;
  line-height: 42px;
}
@media only screen and (min-width: 48em) {
  .f500, h1, .heading-1, h2, .heading-2 {
    font-size: 50px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .f500, h1, .heading-1, h2, .heading-2 {
    font-size: 70px;
    line-height: 80px;
  }
}

.f600 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
@media only screen and (min-width: 48em) {
  .f600 {
    font-size: 90px;
    line-height: 100px;
  }
}

.home-h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
@media only screen and (min-width: 48em) {
  .home-h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .home-h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

.main-nav {
  font-size: 26px;
  line-height: 46px;
}
@media only screen and (min-width: 64.0625em) {
  .main-nav {
    font-size: 17px;
    line-height: 18px;
  }
}

.section-heading, h2.section-heading {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 48em) {
  .section-heading, h2.section-heading {
    font-size: 26px;
    line-height: 28px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4,
h5, .heading-5,
h6, .heading-6 {
  margin: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#body p.f18px, #body #cookie-preferences p.cookieDesc, #cookie-preferences #body p.cookieDesc, #body li.f18px, #body #cookie-preferences li.cookieDesc, #cookie-preferences #body li.cookieDesc {
  font-size: 18px;
  line-height: 22px;
}

.fw-thin {
  font-weight: 100;
}

.fw-normal {
  font-weight: 300;
}

.fw-thick {
  font-weight: 400;
}

.text-white {
  color: #ffffff;
}

.condensed {
  font-family: "Roboto Condensed", sans-serif;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  background: #ffffff;
  color: #414042;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
}

a {
  color: #414042;
  text-decoration: none;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:active {
  color: #000000;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: top;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* helper classes*/
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.image, .rounded, .circle, .thumbnail {
  max-width: 100%;
  height: auto;
}
.image img, .rounded img, .circle img, .thumbnail img {
  max-width: 100%;
  height: auto;
}

.rounded {
  border-radius: 1em;
}
.rounded img {
  border-radius: 1em;
}

.circle {
  border-radius: 50%;
}
.circle img {
  border-radius: 50%;
}

.thumbnail {
  padding: 1%;
  border: 1px solid #eee;
}

.no-margin {
  margin: 0 !important;
}

@media only screen and (min-width: 20em) {
  .no-margin-mobile {
    margin: 0 !important;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-top {
  margin-top: 35px !important;
}

.margin-bottom {
  margin-bottom: 35px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.padding-top {
  padding-top: 35px !important;
}
@media only screen and (min-width: 48em) {
  .padding-top {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 48em) {
  .padding-top-sm {
    padding-top: 35px !important;
  }
}

.padding-bottom {
  padding-bottom: 35px !important;
}
@media only screen and (min-width: 48em) {
  .padding-bottom {
    padding-bottom: 50px !important;
  }
}

.padding-left {
  padding-left: 25px;
}
.padding-right {
  padding-right: 25px;
}

.list-none, nav.main-nav ul, .detail-list {
  list-style: none;
  padding-left: 0;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
  .sm-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .lg-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 72.0625em) {
  .xl-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 80.0625em) {
  .xxl-hide {
    display: none !important;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* grid variables */
[class*='grid-'] {
  margin: 0 1% 1.875em;
  display: inline-block;
  position: relative;
  float: left;
}
[class*='grid-'] [class*='grid-'] {
  margin-bottom: 0;
}

.grid-1 {
  width: 6.33333%;
}

.grid-2 {
  width: 14.66667%;
}

.grid-3 {
  width: 23%;
}

.grid-4 {
  width: 31.33333%;
}

.grid-5 {
  width: 39.66667%;
}

.grid-6 {
  width: 48%;
}

.grid-7 {
  width: 56.33333%;
}

.grid-8 {
  width: 64.66667%;
}

.grid-9 {
  width: 73%;
}

.grid-10 {
  width: 81.33333%;
}

.grid-11 {
  width: 89.66667%;
}

.grid-12 {
  width: 98%;
}

@media only screen and (min-width: 20em) {
  .sm-grid-1 {
    width: 6.33333%;
  }

  .sm-grid-2 {
    width: 14.66667%;
  }

  .sm-grid-3 {
    width: 23%;
  }

  .sm-grid-4 {
    width: 31.33333%;
  }

  .sm-grid-5 {
    width: 39.66667%;
  }

  .sm-grid-6 {
    width: 48%;
  }

  .sm-grid-7 {
    width: 56.33333%;
  }

  .sm-grid-8 {
    width: 64.66667%;
  }

  .sm-grid-9 {
    width: 73%;
  }

  .sm-grid-10 {
    width: 81.33333%;
  }

  .sm-grid-11 {
    width: 89.66667%;
  }

  .sm-grid-12 {
    width: 98%;
  }
}
@media only screen and (min-width: 48em) {
  .md-grid-1 {
    width: 6.33333%;
  }

  .md-grid-2 {
    width: 14.66667%;
  }

  .md-grid-3 {
    width: 23%;
  }

  .md-grid-4 {
    width: 31.33333%;
  }

  .md-grid-5 {
    width: 39.66667%;
  }

  .md-grid-6 {
    width: 48%;
  }

  .md-grid-7 {
    width: 56.33333%;
  }

  .md-grid-8 {
    width: 64.66667%;
  }

  .md-grid-9 {
    width: 73%;
  }

  .md-grid-10 {
    width: 81.33333%;
  }

  .md-grid-11 {
    width: 89.66667%;
  }

  .md-grid-12 {
    width: 98%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .lg-grid-1 {
    width: 6.33333%;
  }

  .lg-grid-2 {
    width: 14.66667%;
  }

  .lg-grid-3 {
    width: 23%;
  }

  .lg-grid-4 {
    width: 31.33333%;
  }

  .lg-grid-5 {
    width: 39.66667%;
  }

  .lg-grid-6 {
    width: 48%;
  }

  .lg-grid-7 {
    width: 56.33333%;
  }

  .lg-grid-8 {
    width: 64.66667%;
  }

  .lg-grid-9 {
    width: 73%;
  }

  .lg-grid-10 {
    width: 81.33333%;
  }

  .lg-grid-11 {
    width: 89.66667%;
  }

  .lg-grid-12 {
    width: 98%;
  }
}
.ie8 .sm-grid-1 {
  width: 6.33333%;
}
.ie8 .sm-grid-2 {
  width: 14.66667%;
}
.ie8 .sm-grid-3 {
  width: 23%;
}
.ie8 .sm-grid-4 {
  width: 31.33333%;
}
.ie8 .sm-grid-5 {
  width: 39.66667%;
}
.ie8 .sm-grid-6 {
  width: 48%;
}
.ie8 .sm-grid-7 {
  width: 56.33333%;
}
.ie8 .sm-grid-8 {
  width: 64.66667%;
}
.ie8 .sm-grid-9 {
  width: 73%;
}
.ie8 .sm-grid-10 {
  width: 81.33333%;
}
.ie8 .sm-grid-11 {
  width: 89.66667%;
}
.ie8 .sm-grid-12 {
  width: 98%;
}
.ie8 .md-grid-1 {
  width: 6.33333%;
}
.ie8 .md-grid-2 {
  width: 14.66667%;
}
.ie8 .md-grid-3 {
  width: 23%;
}
.ie8 .md-grid-4 {
  width: 31.33333%;
}
.ie8 .md-grid-5 {
  width: 39.66667%;
}
.ie8 .md-grid-6 {
  width: 48%;
}
.ie8 .md-grid-7 {
  width: 56.33333%;
}
.ie8 .md-grid-8 {
  width: 64.66667%;
}
.ie8 .md-grid-9 {
  width: 73%;
}
.ie8 .md-grid-10 {
  width: 81.33333%;
}
.ie8 .md-grid-11 {
  width: 89.66667%;
}
.ie8 .md-grid-12 {
  width: 98%;
}
.ie8 .lg-grid-1 {
  width: 6.33333%;
}
.ie8 .lg-grid-2 {
  width: 14.66667%;
}
.ie8 .lg-grid-3 {
  width: 23%;
}
.ie8 .lg-grid-4 {
  width: 31.33333%;
}
.ie8 .lg-grid-5 {
  width: 39.66667%;
}
.ie8 .lg-grid-6 {
  width: 48%;
}
.ie8 .lg-grid-7 {
  width: 56.33333%;
}
.ie8 .lg-grid-8 {
  width: 64.66667%;
}
.ie8 .lg-grid-9 {
  width: 73%;
}
.ie8 .lg-grid-10 {
  width: 81.33333%;
}
.ie8 .lg-grid-11 {
  width: 89.66667%;
}
.ie8 .lg-grid-12 {
  width: 98%;
}

.offset-1 {
  margin-left: 9.33333%;
}

.offset-2 {
  margin-left: 17.66667%;
}

.offset-3 {
  margin-left: 26%;
}

.offset-4 {
  margin-left: 34.33333%;
}

.offset-5 {
  margin-left: 42.66667%;
}

.offset-6 {
  margin-left: 51%;
}

.offset-7 {
  margin-left: 59.33333%;
}

.offset-8 {
  margin-left: 67.66667%;
}

.offset-9 {
  margin-left: 76%;
}

.offset-10 {
  margin-left: 84.33333%;
}

.offset-11 {
  margin-left: 92.66667%;
}

.offset-12 {
  margin-left: 101%;
}

@media only screen and (min-width: 20em) {
  .sm-offset-1 {
    margin-left: 9.33333%;
  }

  .sm-offset-2 {
    margin-left: 17.66667%;
  }

  .sm-offset-3 {
    margin-left: 26%;
  }

  .sm-offset-4 {
    margin-left: 34.33333%;
  }

  .sm-offset-5 {
    margin-left: 42.66667%;
  }

  .sm-offset-6 {
    margin-left: 51%;
  }

  .sm-offset-7 {
    margin-left: 59.33333%;
  }

  .sm-offset-8 {
    margin-left: 67.66667%;
  }

  .sm-offset-9 {
    margin-left: 76%;
  }

  .sm-offset-10 {
    margin-left: 84.33333%;
  }

  .sm-offset-11 {
    margin-left: 92.66667%;
  }

  .sm-offset-12 {
    margin-left: 101%;
  }
}
@media only screen and (min-width: 48em) {
  .md-offset-1 {
    margin-left: 9.33333%;
  }

  .md-offset-2 {
    margin-left: 17.66667%;
  }

  .md-offset-3 {
    margin-left: 26%;
  }

  .md-offset-4 {
    margin-left: 34.33333%;
  }

  .md-offset-5 {
    margin-left: 42.66667%;
  }

  .md-offset-6 {
    margin-left: 51%;
  }

  .md-offset-7 {
    margin-left: 59.33333%;
  }

  .md-offset-8 {
    margin-left: 67.66667%;
  }

  .md-offset-9 {
    margin-left: 76%;
  }

  .md-offset-10 {
    margin-left: 84.33333%;
  }

  .md-offset-11 {
    margin-left: 92.66667%;
  }

  .md-offset-12 {
    margin-left: 101%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .lg-offset-1 {
    margin-left: 9.33333%;
  }

  .lg-offset-2 {
    margin-left: 17.66667%;
  }

  .lg-offset-3 {
    margin-left: 26%;
  }

  .lg-offset-4 {
    margin-left: 34.33333%;
  }

  .lg-offset-5 {
    margin-left: 42.66667%;
  }

  .lg-offset-6 {
    margin-left: 51%;
  }

  .lg-offset-7 {
    margin-left: 59.33333%;
  }

  .lg-offset-8 {
    margin-left: 67.66667%;
  }

  .lg-offset-9 {
    margin-left: 76%;
  }

  .lg-offset-10 {
    margin-left: 84.33333%;
  }

  .lg-offset-11 {
    margin-left: 92.66667%;
  }

  .lg-offset-12 {
    margin-left: 101%;
  }
}
/* rows */
.row, .equal-heights {
  margin: 0 -1%;
}
.row:before, .equal-heights:before, .row:after, .equal-heights:after {
  content: " ";
  display: table;
}
.row:after, .equal-heights:after {
  clear: both;
}

@media only screen and (min-width: 48em) {
  .equal-heights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.module {
  background: #ffffff;
  padding: 2em;
  line-height: 1.375em;
  border-bottom: 2px solid #bfc0be;
}

.pull-left {
  margin-left: 0;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  min-height: 100%;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#body {
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  #body {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  #body {
	  margin-top: 80px;   
  }
}

.container {
  padding: 0 25px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .container {
    margin: 0 auto;
    max-width: 1270px;
  }
}
@media only screen and (min-width: 84em) {
  .container {
    width: 1270px;
  }
}

button:focus {
  outline: none;
}

.button {
  text-decoration: none;
  border: #f1f1f1 5px solid;
  display: inline-block;
  padding: 15px 22px;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
}
.button:after {
  display: none;
}
.button:focus {
  outline: none;
}

.button.margin-top {
  margin-top: 60px;
}

.icon {
  width: 2.5em;
  height: 2.5em;
}

header {
  position: fixed;
  font-weight: 200;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  height: 50px;
}
header .logo {
  display: inline-block;
  width: 500px;
  height: 100%;
  padding-top: 0;
  fill: #28006e;
}
@media only screen and (min-width: 48em) {
  header .logo {
    padding-top: 0;
  }
}
header .logo img {
  width: 100%;
  height: 60px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
    -webkit-transition: width .3s ease;
            transition: width .3s ease;
}
@media only screen and (min-width: 48em) {
  header .logo svg {
    height: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  header .logo svg {
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  header .logo {
    -webkit-transition: width .3s ease;
            transition: width .3s ease;
  }
  .short-header header .logo img {
    -webkit-transition: width .3s ease;
            transition: width .3s ease;
    height: 40px;
    width: 365px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 48em) {
  header {
    height: 70px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  header {
    padding-top: 0;
  }
}
header .navicon {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -9px;
  fill: #28006e;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 48em) {
  header .navicon {
    right: 50px;
  }
}
header .navicon span {
  padding-right: 10px;
  line-height: 27px;
}
header svg.icon {
  vertical-align: middle;
  height: 27px;
  width: 2em;
}
header .menu {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  float: right;
}
header .menu .menu-navicon {
  background-color: #28006e;
  display: block;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
header .menu .menu-navicon:after, header .menu .menu-navicon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #28006e;
  width: 100%;
  height: 4px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  -webkit-transition-property: -webkit-transform, top;
          transition-property: transform, top;
}
header .menu .menu-navicon:after {
  top: -7px;
}
header .menu .menu-navicon:before {
  top: 7px;
}
.mobile-nav header .menu .menu-navicon {
  background-color: rgba(255, 255, 255, 0);
}
.mobile-nav header .menu .menu-navicon:after, .mobile-nav header .menu .menu-navicon:before {
  top: 0;
}
.mobile-nav header .menu .menu-navicon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav header .menu .menu-navicon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  padding-top: 50px;
  z-index: 500;
  background: #EFEFEF;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 48em) {
  nav.main-nav {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav {
    top: 80px;
    padding-top: 0;
    height: 0 !important;
    z-index: 700;
  }
}
nav.main-nav ul {
  position: relative;
  margin: 0;
}
nav.main-nav .container {
  height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .container {
    height: 100%;
    overflow-y: inherit;
  }
}
nav.main-nav .container > ul {
  padding-top: 1em;
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .container > ul {
    position: absolute;
    top: -80px;
    right: 35px;
    left: auto;
    padding-top: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .container > ul > li {
    display: inline-block;
    vertical-align: top;
  }
}
nav.main-nav .container > ul ul li {
  -webkit-transition: height .3s ease;
          transition: height .3s ease;
  overflow: hidden;
  height: 0;
  margin: 0 1em;
}
nav.main-nav .container > ul ul li.accordion {
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  top: -46px;
  height: 46px;
  margin: 0;
  cursor: pointer;
}
nav.main-nav .container > ul ul.mobile-expand li {
  height: 46px;
  font-size: .8em;
}
nav.main-nav .container > ul ul.mobile-expand li:last-child {
  margin-bottom: 12px;
}
nav.main-nav .container > ul a {
  color: #414042;
  display: block;
}
nav.main-nav .container > ul a a {
  color: #28006e;
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .container > ul a {
    line-height: 80px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    padding: 0 15px;
  }
  .short-header nav.main-nav .container > ul a {
    line-height: 70px;
  }
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .nav-wrap {
    position: fixed;
    left: 0;
    right: 0;
    background: #f1f1f1;
  }
  nav.main-nav .nav-wrap ul {
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 30px;
  }
  nav.main-nav .nav-wrap ul li {
    height: auto;
    margin: 0 !important;
    display: inline-block;
  }
  nav.main-nav .nav-wrap ul a {
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    color: #414042;
    opacity: 0.8;
  }
  nav.main-nav .nav-wrap ul.expand {
    height: 80px;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
  }
  .desktop-subnav nav.main-nav .nav-wrap ul.expand.short {
    height: 40px;
  }
  .desktop-subnav nav.main-nav .nav-wrap ul.expand.short a {
    line-height: 40px;
  }
  nav.main-nav .nav-wrap ul.expand li {
    height: auto;
  }
}
nav.main-nav .container > ul > li > .selected {
  color: #28006e;
}
nav.main-nav .container > ul > li > .selected + div .selected {
  color: #28006e;
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .container > ul > li > .selected + div .selected {
    color: #28006e;
  }
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav li a:hover {
    color: #28006e;
  }
}
nav.main-nav ul li li a.selected {
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav .nav-wrap a:hover {
    color: #ffffff;
    opacity: 1;
  }
}

@media only screen and (min-width: 64.0625em) {
  .desktop-subnav #body {
    padding-top: 80px;
  }

  header {
    height: auto;
  }
  header > .container {
    height: 80px;
    background-color: #ffffff;
    -webkit-transition: height .3s ease;
            transition: height .3s ease;
  }
  .short-header header > .container {
    height: 70px;
  }
}
footer .footer-wrapper {
  background-color: #28006e;
  color: #ffffff;
  padding-top: 30px;
}
footer .footer-wrapper .italic, footer .footer-wrapper .button {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media only screen and (min-width: 48em) {
  footer .footer-wrapper .italic, footer .footer-wrapper .button {
    font-size: 24px;
  }
}
footer .copyright-content {
  float: left;
  padding: 25px 0px;
}
@media only screen and (min-width: 1170px) {
  footer .copyright-content {
    float: none;
  }
}
footer .footer-nav-wrapper {
  float: left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1170px) {
  footer .footer-nav-wrapper {
    float: right;
  }
}
footer .footer-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footer-nav li {
  float: left;
  padding: 0px 12px;
  margin: 5px 0px;
  border-right: 1px solid #414042;
}
footer .footer-nav li:last-child {
  border-right: none;
}
footer .footer-nav li a {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
footer .footer-nav li a:hover {
  color: #28006e;
}
footer .copyright {
  padding-left: 10px;
  padding-top: 6px;
  margin-bottom: 20px;
}
footer .social-icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 275px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
footer .social-icons li {
  float: left;
}
@media only screen and (min-width: 48em) {
  footer .social-icons li {
    margin: 1em;
  }
}
footer .social-icons a {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 48em) {
  footer .social-icons {
    float: right;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  footer .social-icons {
    margin-bottom: 0;
  }
}
footer .social-icons .icon {
  width: 3.5em;
  height: 3.5em;
  fill: #ffffff;
  stroke: #ffffff;
  border-radius: 35px;
  -webkit-transition: background-color .45s ease-out;
          transition: background-color .45s ease-out;
}
footer .social-icons .icon:hover {
  background-color: #ffffff;
  fill: #28006e;
}
@media only screen and (min-width: 48em) {
  footer .lead {
    font-size: 44px;
    line-height: 1.2em;
    margin-top: 15px;
    padding-right: 40px;
  }
}

.loader {
  position: relative;
  text-align: center;
}
.loader div {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path fill="#EFEFEF" d="M50 0C22.4 0 0 22.4 0 50c0 27.6 22.4 50 50 50s50-22.4 50-50C100 22.4 77.6 0 50 0zM50 85c-19.3 0-35-15.7-35-35s15.7-35 35-35 35 15.7 35 35S69.3 85 50 85z"/><defs><filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="50" y="0" width="50" height="50"><feFlood result="back" style="flood-color:white;flood-opacity:1"/><feBlend in="SourceGraphic" in2="back" mode="normal"/></filter></defs><mask maskUnits="userSpaceOnUse" x="50" y="0" width="50" height="50" id="SVGID_1_"><g filter="url(#Adobe_OpacityMaskFilter)"><linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="87.83" y1="39.38" x2="89.35" y2="49.17"><stop offset="0" stop-color="#FFFFFF"/><stop offset="0.57" stop-color="#6C6C6C"/><stop offset="1" stop-color="#000000"/></linearGradient><path fill="url(#SVGID_2_)" d="M74.5 25C81 31.4 85 40.2 85 50h15c0-9.1-2.4-17.6-6.7-25H74.5z"/></g></mask><path mask="url(#SVGID_1_)" fill="#28006e" d="M85 50h15c0-27.6-22.4-50-50-50v15C69.3 15 85 30.7 85 50z"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-scale: cover;
  -webkit-animation: spin 700ms infinite linear;
          animation: spin 700ms infinite linear;
  margin: 20px 0;
}
.loader.off {
  height: 0;
  overflow: hidden;
}

@-moz-document url-prefix() {
  .loader div {
    background-image: url("../images/svg/main-loader.html");
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* hero styles */
.hero-container {
  background-color: transparent;
}
#body .hero-container + div {
  padding-top: 50px;
}

.hero-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .hero-banner {
    background-color: #f1f1f1;
    min-height: 500px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hero-banner {
    background-color: #f1f1f1;
  }
}
.hero-banner .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-banner .slide.z10 {
  z-zindex: 10;
}
.hero-banner .slide.z5 {
  z-zindex: 5;
}

.hero-message {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  display: block;
  padding: 25px 25px 10px;
  z-index: 450;
  left: 3%;
  right: 3%;
}
.hero-message h1 {
  color: #ffffff;
}
.hero-message p {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .hero-message {
    padding: 30px;
  }
}
@media only screen and (min-width: 1170px) {
  .hero-message {
    width: 1170px;
    margin: 0 auto;
  }
}
.hero-message .hero-message-title {
  margin: 0px;
  float: none;
  display: block;
}
@media only screen and (min-width: 48em) {
  .hero-message .hero-message-title {
    padding-left: 10px;
    padding-top: 0;
  }
}
.hero-message .hero-message-title h2 {
  color: #ffffff;
  opacity: 1;
}
.hero-message .icon {
  display: none;
}
@media only screen and (min-width: 48em) {
  .hero-message .icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    fill: #28006e;
  }
}

@media only screen and (min-width: 64.0625em) {
  .hero-banner#home-hero {
    min-height: 400px;
  }
}

/* Blurb below home hero */
.hero-message-blurb {
  padding: 50px 0;
}
@media only screen and (min-width: 48em) {
  .hero-message-blurb p {
    width: 80%;
  }
}

.article-title {
  padding: 60px 0;
  font-weight: 200;
}

.article-eyebrow-details {
  margin-top: 30px;
  margin-bottom: 60px;
}
.article-eyebrow-details span {
  display: block;
}
.article-eyebrow-details:before {
  content: "";
  display: block;
  width: 80px;
  height: 7px;
  background-color: #28006e;
  margin-bottom: 10px;
}

.article-eyebrow-social p {
  margin-bottom: 15px;
  font-weight: 700 !important;
}
.article-eyebrow-social:before {
  content: "";
  display: block;
  width: 80px;
  height: 7px;
  background-color: #28006e;
  margin-bottom: 10px;
}
.article-eyebrow-social ul {
  max-width: 180px;
  margin: 0;
  padding: 0;
}
.article-eyebrow-social ul > li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
}
.article-eyebrow-social .icon {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  fill: #1c3d5e;
  stroke: #1c3d5e;
  width: 50px;
  height: 50px;
}
.article-eyebrow-social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.article-eyebrow-social a:focus {
  outline: none;
}
.article-eyebrow-social a:hover {
  background: #1c3d5e;
}
.article-eyebrow-social a:hover .icon {
  fill: #ffffff;
  stroke: none;
}

.article-footer .download-list a {
  font-size: 18px;
  line-height: 36px;
}
.article-footer .download-list a .icon {
  top: 10px;
}

.article-content a {
  color: #28006e;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.article-content a:hover {
  color: #1c3d5e;
}

.contact-item span,
.contact-item a {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.contact-item a {
  color: #28006e;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.contact-item a:hover {
  color: #1c3d5e;
}

#body .article-footer p {
  font-size: 18px;
  line-height: 24px;
}

/* News List */
.news-list {
  background-color: #f1f1f1;
}
.news-list h3 a {
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
@media only screen and (min-width: 64.0625em) {
  .news-list h3 a:hover {
    color: #28006e;
  }
}
.news-list .module {
  background-color: #f1f1f1;
  border-bottom: none;
  padding-left: 0px;
  padding-top: 0px;
}
.news-list.spaced {
  padding-top: 80px;
}
@media only screen and (min-width: 48em) {
  .news-list h3 {
    margin-bottom: 1em;
  }
  .news-list .lead, .news-list .link, .news-list .link-list li a, .link-list li .news-list a, .news-list #cookieChoiceInfo a, #cookieChoiceInfo .news-list a {
    display: block;
  }
}
.news-list .italic, .news-list .button {
  padding: 10px 0 15px;
}
@media only screen and (min-width: 48em) {
  .news-list .italic, .news-list .button {
    padding: 8px 0;
  }
}

.headlines {
  padding: 0;
  margin: 0;
}
.headlines li {
  list-style-type: none;
}
.headlines li::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 7px;
  background-color: #28006e;
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .headlines li::before {
    margin-top: 30px;
  }
}
.headlines li:first-child:before {
  margin-top: 0;
}
.headlines li > a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .headlines li {
    margin-left: 60%;
  }
  .headlines li:first-child {
    float: left;
    max-width: 55%;
    margin-left: 0;
    padding-right: 15px;
  }
  .headlines li:first-child h3 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 0px;
  }
}

/* News and press */
.news-and-press .eyebrow-item, .news-and-press .hero-message-blurb p:first-child, .hero-message-blurb .news-and-press p:first-child {
  margin-top: 40px;
}
.news-and-press .eyebrow-item .italic, .news-and-press .hero-message-blurb p:first-child .italic, .hero-message-blurb .news-and-press p:first-child .italic, .news-and-press .eyebrow-item .button, .news-and-press .hero-message-blurb p:first-child .button, .hero-message-blurb .news-and-press p:first-child .button {
  padding: 15px 0;
}
.news-and-press .eyebrow-item a, .news-and-press .hero-message-blurb p:first-child a, .hero-message-blurb .news-and-press p:first-child a {
  display: block;
  text-decoration: none;
}
.news-and-press .eyebrow-item a div, .news-and-press .hero-message-blurb p:first-child a div, .hero-message-blurb .news-and-press p:first-child a div {
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
@media only screen and (min-width: 64.0625em) {
  .news-and-press .eyebrow-item a:hover div:last-child, .news-and-press .hero-message-blurb p:first-child a:hover div:last-child, .hero-message-blurb .news-and-press p:first-child a:hover div:last-child {
    color: #28006e;
  }
}
.news-and-press .button {
  visibility: hidden;
  -webkit-transition: 0.3s all 0s cubic-bezier(0.7, 0, 0.9, 1);
          transition: 0.3s all 0s cubic-bezier(0.7, 0, 0.9, 1);
}
.news-and-press .button:hover {
  color: #ffffff;
  background-color: #28006e;
  border-color: #28006e;
}
.news-and-press .off + .button {
  visibility: visible;
}
.news-and-press .container > .row > .sm-grid-12:last-child, .news-and-press .container > .equal-heights > .sm-grid-12:last-child {
  padding-top: 60px;
}
@media only screen and (min-width: 48em) {
  .news-and-press .container > .row > .sm-grid-12:last-child, .news-and-press .container > .equal-heights > .sm-grid-12:last-child {
    padding-top: 0;
  }
}
.news-and-press .custom-input {
  border: #f1f1f1 2px solid;
  margin-top: 25px;
}
.news-and-press .twitter-widget {
  background-color: #f1f1f1;
  padding: 30px;
}
.news-and-press .twitter-widget .icon {
  display: block;
  margin: 20px auto;
  width: 72px;
  height: 72px;
  fill: #1c3d5e;
  stroke: #1c3d5e;
  border-radius: 35px;
  -webkit-transition: all .45s ease-out;
          transition: all .45s ease-out;
}
.news-and-press .twitter-widget .icon:hover {
  background-color: #f1f1f1;
  fill: #28006e;
  stroke: #28006e;
}

/* Expandable Panels for Corporate Governance */
.expandable-panels {
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 48em) {
  .expandable-panels {
    padding-bottom: 40px;
  }
}
.expandable-panels .panel {
  cursor: pointer;
  display: block;
  margin: 5px 0;
  padding: 25px;
  background: #fff;
  color: #555;
  position: relative;
}
.expandable-panels .panel .top-content {
  padding: 0;
  overflow: hidden;
}
.expandable-panels .panel .content {
  padding-left: 0;
  padding-right: 50px;
}
@media only screen and (min-width: 64.0625em) {
  .expandable-panels .panel .content {
    margin-left: 145px;
  }
}
.expandable-panels .panel-name {
  margin-top: 20px;
}
@media only screen and (min-width: 48em) {
  .expandable-panels .panel-name {
    float: left;
    margin-top: 0;
    width: 70%;
  }
}
.expandable-panels .panel-close-btn {
  margin-top: 40px;
  margin-right: 0px;
}
.expandable-panels .image, .expandable-panels .rounded, .expandable-panels .circle, .expandable-panels .thumbnail {
  margin-right: 30px;
  width: 114px;
}
@media only screen and (min-width: 48em) {
  .expandable-panels .image, .expandable-panels .rounded, .expandable-panels .circle, .expandable-panels .thumbnail {
    float: left;
  }
}
.expandable-panels .title-2 {
  font-style: italic;
}
.expandable-panels h3 {
  line-height: 25px;
}
.expandable-panels p {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .expandable-panels p {
    margin: 10px 0;
  }
}
.expandable-panels .link:after, .expandable-panels .link-list li a:after, .link-list li .expandable-panels a:after, .expandable-panels #cookieChoiceInfo a:after, #cookieChoiceInfo .expandable-panels a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 8px;
  background-position: 57% 50%;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
  padding: 10px;
}
.expandable-panels .expanded .down.link:after, .expandable-panels .expanded .link-list li a.down:after, .link-list li .expandable-panels .expanded a.down:after, .expandable-panels .expanded #cookieChoiceInfo a.down:after, #cookieChoiceInfo .expandable-panels .expanded a.down:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.expandable-panels .expanded .up.link:after, .expandable-panels .expanded .link-list li a.up:after, .link-list li .expandable-panels .expanded a.up:after, .expandable-panels .expanded #cookieChoiceInfo a.up:after, #cookieChoiceInfo .expandable-panels .expanded a.up:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.filter-tags .custom-select {
  font-size: 16px;
  min-width: 100%;
  position: relative;
}
.filter-tags .custom-select .text {
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 50px;
}
.filter-tags .custom-select .text:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/svg/white-grad.html) no-repeat;
  width: 50px;
}
.filter-tags #filters li {
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
}
.filter-tags #filters ul.filters li {
  font-size: 16px !important;
  cursor: pointer;
}
.filter-tags #filters ul.filters li:hover {
  background-color: #fafafa;
}
.filter-tags .custom-input {
  background: #ffffff;
  height: 50px;
  position: relative;
}
.filter-tags .custom-input .icon {
  float: right;
  width: 20px;
  margin: 2px 15px 0 0;
}
.filter-tags .custom-input .icon use {
  fill: #28006e;
}
.filter-tags .custom-input input, .filter-tags .custom-input .placeholder {
  position: absolute;
  line-height: 50px;
  text-indent: 15px;
}
.filter-tags .custom-input input {
  border: none;
  height: 100%;
  width: 100%;
  background: transparent;
}
.filter-tags .custom-input input:focus {
  outline: none;
}

.filtering-tiles-module {
  background-color: #28006e;
  padding-top: 30px;
}
.filtering-tiles-module h4 {
  color: white;
  padding-top: 7px;
  text-transform: uppercase;
}

.agency-list .agencies-list {
  margin: 4px;
  width: 98%;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.agency-list .agencies-list.ng-enter, .agency-list .agencies-list.ng-leave.ng-leave-active {
  opacity: 0;
  width: 0;
}
.agency-list .agencies-list.ng-enter-stagger {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.agency-list .agencies-list.ng-leave, .agency-list .agencies-list.ng-enter.ng-enter-active {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .agency-list .agencies-list.ng-leave, .agency-list .agencies-list.ng-enter.ng-enter-active {
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .agency-list .agencies-list.ng-leave, .agency-list .agencies-list.ng-enter.ng-enter-active {
    width: 32.33333%;
  }
}
@media only screen and (min-width: 48em) {
  .agency-list .agencies-list {
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .agency-list .agencies-list {
    width: 32.33333%;
  }
}
.agency-list .custom-select .text {
  background: transparent;
  z-index: 1;
}
.agency-list .custom-select .text:before {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 7px;
  bottom: 0;
  background: url(../images/svg/caret.html) no-repeat;
  background-size: 100%;
  width: 25px;
  z-index: 1;
}
.agency-list .custom-select ul {
  max-height: 275px;
  overflow-y: scroll;
}
.agency-list .custom-select ul::-webkit-scrollbar {
  width: 7px;
}
.agency-list .custom-select ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #28006e;
}
.agency-list .custom-select ul::-webkit-scrollbar-thumb:window-inactive {
  background: #28006e;
}

.agency-list-filters {
  padding: 1em 0;
  margin-bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agency-list-filters > span {
  font-weight: 300;
  display: inline-block;
  float: left;
  line-height: 50px;
  font-size: 1.625em;
}
.agency-list-filters .filter-selects {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 0 2%;
}
.agency-list-filters .custom-select {
  width: 49.5%;
  max-width: 425px;
}
.agency-list-filters .custom-select:first-child {
  margin-right: 1%;
}
.agency-list-filters .search {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 0;
  background: #ffffff;
  fill: #28006e;
  color: #28006e;
}
.agency-list-filters .search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
}

.agency-list-results {
  padding-bottom: 1em;
}
.agency-list-results .result-item a {
  width: 100%;
  display: block;
  background: #ffffff;
  height: 200px;
  line-height: 200px;
  padding: 0;
  text-align: center;
}
.agency-list-results .result-item a img {
  vertical-align: middle;
  max-height: 150px;
}
.agency-list-results .no-result-item {
  text-align: center;
}
.agency-list-results h3 {
  text-align: left;
}

.agency-detail .agency-location {
  float: none;
  vertical-align: top;
}
.agency-detail .agency-location span {
  display: block;
}
.agency-detail #map-canvas {
  margin: 0;
  padding: 0;
  height: 200px;
}
@media only screen and (min-width: 48em) {
  .agency-detail #map-canvas {
    height: 325px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .agency-detail #map-canvas {
    height: 500px;
  }
}

/* Image Collage 1 (home page) */
.image-collage-1 {
  height: 600px;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}
.image-collage-1 > .container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 630px;
}
@media only screen and (min-width: 48em) {
  .image-collage-1 > .container {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 1170px) {
  .image-collage-1 > .container {
    padding-top: 0;
    height: 690px;
  }
}
@media only screen and (min-width: 48em) {
  .image-collage-1 {
    height: 760px;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-1 {
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
  }
}
.image-collage-1 .copy-content {
  padding-bottom: 20px;
  position: absolute;
  top: 47%;
  padding: 0 20px;
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .copy-content h3 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 890px) {
  .image-collage-1 .copy-content h3 {
    font-size: 60px;
    line-height: 1em;
  }
}
.image-collage-1 .copy-content h3:before {
  content: "";
  display: block;
  width: 80px;
  height: 7px;
  background-color: #28006e;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .copy-content h3:before {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .copy-content {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 60%;
    padding-bottom: 0;
    padding-right: 30px;
  }
  .image-collage-1 .copy-content h2, .image-collage-1 .copy-content h3, .image-collage-1 .copy-content p {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .image-collage-1 .copy-content h2, .image-collage-1 .copy-content h3, .image-collage-1 .copy-content p {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .copy-content h2 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 48em) and (min-width: 64.0625em) {
  .image-collage-1 .copy-content h2 {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .copy-content .lead p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 48em) and (min-width: 890px) {
  .image-collage-1 .copy-content .lead p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media only screen and (min-width: 48em) and (min-width: 1366px) {
  .image-collage-1 .copy-content .lead p {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .copy-content .lead.cta {
    position: absolute;
    bottom: 15px;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .image-collage-1 .copy-content .lead {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (min-width: 1148px) {
  .image-collage-1 .copy-content .lead {
    display: block;
  }
}

@media only screen and (min-width: 1366px) {
  .image-collage-1 .copy-content {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 15%;
    width: 40%;
    height: 60%;
    padding-bottom: 0;
    padding-right: 30px;
  }
  .image-collage-1 .copy-content h2, .image-collage-1 .copy-content h3, .image-collage-1 .copy-content p {
    margin-left: 100px;
  }
}
.image-collage-1 .image-wrapper {
  height: 100%;
}
@media only screen and (min-width: 1366px) {
  .image-collage-1 .image-wrapper {
    height: 0;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -760px;
  }
}
.image-collage-1 .grid-pipe, .image-collage-1 .left-pipe:before, .image-collage-1 .img-3:before, .image-collage-1 .top-pipe:after, .image-collage-1 .img-2:after, .image-collage-1 .img-1 {
  position: absolute;
  display: block;
  content: "";
  background: #ffffff;
}
.image-collage-1 .left-pipe:before, .image-collage-1 .img-3:before {
  top: 0;
  left: -6px;
  width: 12px;
  bottom: 0;
}
.image-collage-1 .top-pipe:after, .image-collage-1 .img-2:after {
  top: -6px;
  left: 0;
  height: 12px;
  right: 0;
}
.image-collage-1 .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.image-collage-1 .img-1, .image-collage-1 .img-2, .image-collage-1 .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 300px;
}
@media only screen and (min-width: 1366px) {
  .image-collage-1 .img-1, .image-collage-1 .img-2, .image-collage-1 .img-3 {
    top: auto !important;
    bottom: 0 !important;
  }
}
.image-collage-1 .img-1 {
  height: 20%;
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .img-1 {
    left: auto;
    right: 0;
    height: 40%;
    top: 0;
  }
  .image-collage-1 .img-1:before {
    top: 0;
    bottom: 0;
    left: -6px;
    width: 12px;
    position: absolute;
    display: block;
    content: "";
    background: #ffffff;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-1 .img-1 {
    width: 20%;
    height: 100%;
    left: 0;
    z-index: 1;
  }
  .image-collage-1 .img-1:before {
    left: auto;
    right: -6px;
  }
}
.image-collage-1 .img-2 {
  height: 20%;
  top: 20%;
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .img-2 {
    height: 40%;
    top: 60%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-1 .img-2 {
    width: 40%;
    height: 30%;
    left: 20%;
  }
}
.image-collage-1 .img-3 {
  left: auto;
  right: 0;
  height: 40%;
}
@media only screen and (min-width: 48em) {
  .image-collage-1 .img-3 {
    left: auto;
    right: 0;
    height: 60%;
    top: 40%;
  }
  .image-collage-1 .img-3:after {
    position: absolute;
    display: block;
    content: "";
    background: #ffffff;
    top: -6px;
    left: 0;
    height: 12px;
    right: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-1 .img-3 {
    width: 43%;
    height: 100%;
    right: 0;
  }
  .image-collage-1 .img-3:after {
    display: none;
  }
}

/* Image Collage 2 (who we are) */
.image-collage-2 {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.image-collage-2 + .some-module .container h2 {
  width: 100%;
}
.image-collage-2 .img-1:before, .image-collage-2 .img-2:before, .image-collage-2 .main-image:before, .image-collage-2 .main-image:after, .image-collage-2 .img-1:after, .image-collage-2 .img-2:after, .image-collage-2 .img-3:after, .image-collage-2 .img-4:after {
  position: absolute;
  display: block;
  content: "";
  background: #ffffff;
}
.image-collage-2 .img-1:before, .image-collage-2 .img-2:before {
  top: 0;
  left: 0;
  width: 12px;
  bottom: 0;
}
.image-collage-2 .main-image:before {
  top: 0;
  right: -6px;
  width: 12px;
  bottom: 0;
}
.image-collage-2 .main-image:after, .image-collage-2 .img-1:after, .image-collage-2 .img-2:after, .image-collage-2 .img-3:after, .image-collage-2 .img-4:after {
  top: 0;
  left: 0;
  height: 12px;
  right: 0;
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 {
    height: initial;
  }
}
.image-collage-2 > .container {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 > .container {
    height: auto;
  }
}
.image-collage-2 .main-image {
  max-width: 1170px;
  padding: 0;
  margin-bottom: -3px;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .main-image {
    float: left;
    width: 70%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .main-image {
    float: none;
    width: 60%;
    padding: 0;
  }
}
.image-collage-2 .image-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .image-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .image-wrapper {
    position: static;
  }
}
.image-collage-2 .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .img {
    background-size: cover;
  }
}
.image-collage-2 .img-1, .image-collage-2 .img-2, .image-collage-2 .img-3, .image-collage-2 .img-4 {
  background-color: #ffffff;
  position: relative;
  height: 150px;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .img-1, .image-collage-2 .img-2, .image-collage-2 .img-3, .image-collage-2 .img-4 {
    height: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .img-1, .image-collage-2 .img-2, .image-collage-2 .img-3, .image-collage-2 .img-4 {
    position: absolute;
    height: 250px;
  }
}
.image-collage-2 .img-1 {
  padding-top: 0;
  padding-right: 0;
  width: 50%;
  float: left;
}
.image-collage-2 .img-1:before {
  display: none;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .img-1 {
    width: 100%;
  }
  .image-collage-2 .img-1:before {
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .img-1 {
    background-position: 0 0;
    padding-top: 0px;
    display: block;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 20%;
    height: 50%;
  }
}
.image-collage-2 .img-1 .img {
  background-position: 0 0;
}
.image-collage-2 .img-2 {
  padding-top: 0;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .img-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .img-2 {
    padding-left: 0;
    bottom: 0;
    right: 0;
    margin-top: 0;
    width: 20%;
    height: 50%;
  }
}
.image-collage-2 .img-2 .img {
  background-position: 0 0;
}
.image-collage-2 .img-3 {
  clear: both;
  left: 0px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .img-3 {
    display: none;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .img-3 {
    background-position: 100% 0;
    display: block;
    margin-top: 0;
    top: 0;
    left: 0;
    width: -webkit-calc(20% - 12px);
    width: calc(20% - 12px);
    height: 50%;
  }
}
.image-collage-2 .img-3 .img {
  background-position: 100% 0;
}
.image-collage-2 .img-4 {
  padding-top: 12px;
}
@media only screen and (min-width: 48em) {
  .image-collage-2 .img-4 {
    display: none;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-2 .img-4 {
    background-position: 100% 0;
    display: block;
    width: -webkit-calc(20% - 12px);
    width: calc(20% - 12px);
    left: 0;
    bottom: 0;
    height: 50%;
  }
}
.image-collage-2 .img-4 .img {
  background-position: 100% 0;
}

/* Image Collage 3 (who we are) */
.image-collage-3 {
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 48em) {
  .image-collage-3 {
    height: 670px;
  }
}
.image-collage-3 h2 {
  max-width: 90%;
}
.image-collage-3 > .container {
  margin-top: 0;
  margin-bottom: 0;
}
.image-collage-3 .larger {
  font-size: 1.6em;
}
.image-collage-3 .copy-content {
  padding: 30px;
}
@media only screen and (min-width: 48em) {
  .image-collage-3 .copy-content {
    position: absolute;
    height: 670px;
    float: right;
    width: 50%;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-3 .copy-content {
    width: 33.33333%;
    position: absolute;
    top: 0;
    right: 19.33333%;
  }
}
.image-collage-3 .image-wrapper {
  background-color: #ffffff;
}
@media only screen and (min-width: 48em) {
  .image-collage-3 .image-wrapper {
    height: 100%;
    width: 50%;
    float: left;
  }
}
.image-collage-3 .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.image-collage-3 .img-1, .image-collage-3 .img-2 {
  background-color: #ffffff;
}
@media only screen and (min-width: 48em) {
  .image-collage-3 .img-1, .image-collage-3 .img-2 {
    padding-right: 12px;
  }
}
.image-collage-3 .img-1 {
  height: 300px;
  height: auto/2;
}
@media only screen and (min-width: 48em) {
  .image-collage-3 .img-1 {
    height: 400px;
    width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-3 .img-1 {
    width: 47.33333%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
  }
}
.image-collage-3 .img-2 {
  height: 300px;
  padding-top: 12px;
}
@media only screen and (min-width: 48em) {
  .image-collage-3 .img-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .image-collage-3 .img-2 {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    padding-top: 0;
    padding-left: 12px;
    width: 19.33333%;
    padding-right: 0;
  }
}

/* Investor's Update */
.investors-update {
  background-color: #f1f1f1;
  padding-top: 40px;
}
.investors-update .eyebrow::before {
  content: "";
  display: block;
  width: 80px;
  height: 7px;
  background-color: #28006e;
  margin-top: 20px;
  margin-bottom: 10px;
}
.investors-update .list {
  list-style: none;
  padding-left: 0;
}
.investors-update .list .lead {
  margin: 10px 0px;
}
.investors-update .list li {
  margin-left: 0px;
  padding-left: 0px;
}
.investors-update .list li::before {
  content: "";
  display: block;
  width: 80px;
  height: 7px;
  background-color: #28006e;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .investors-update .list li {
    float: left;
    margin-right: 25px;
  }
}
.investors-update .stock-price {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
.investors-update .stock-price .dollar-sign {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 20px;
  vertical-align: 1em;
}
.investors-update .stock-price .price-number {
  display: inline-block;
  font-size: 5em;
  font-weight: 400;
  letter-spacing: -5px;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .investors-update .stock-price .price-number {
    font-size: 4em;
  }
}
.investors-update .stock-price .price-change {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding-left: 12px;
  position: relative;
  vertical-align: 24px;
}
.investors-update .stock-price .price-change-arrow {
  margin: 0px;
}
.investors-update .stock-price .icon {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  margin-left: -.2em;
}
.investors-update .stock-price .icon.top-arrow {
  top: -18px;
}
.investors-update .stock-price .icon.down-arrow {
  top: 28px;
}
.investors-update .stock-price .stock-price-link {
  margin: 15px 0;
}

.left-rail-title h2 {
  font-size: 2.2em;
}
@media only screen and (min-width: 48em) {
  .left-rail-title h2 {
    font-size: 3.75em;
  }
}
.left-rail-title .accent-tagline {
  display: none;
}
@media only screen and (min-width: 48em) {
  .left-rail-title .accent-tagline {
    display: block;
    padding-top: 9em;
  }
}
@media only screen and (min-width: 48em) {
  .left-rail-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.custom-select {
  position: relative;
  display: inline-block;
  float: left;
}

.custom-select span {
  position: relative;
  background: #ffffff;
  color: #1c3d5e;
  cursor: pointer;
  font-style: italic;
  line-height: 50px;
  padding: 0 1em;
  display: block;
  padding-right: 50px;
  height: 50px;
}

.custom-select ul {
  display: none;
  position: absolute;
  background: #ffffff;
  color: #1c3d5e;
  list-style: none;
  padding: 0 1em 1em;
  margin: 0;
  z-index: 100;
  border: 1px solid #f1f7fb;
  border-top: 0;
  top: 100%;
  left: 0;
  min-width: 100%;
}

.custom-select.expanded ul {
  display: block;
}

.custom-select a {
  cursor: pointer;
  font-weight: 300;
  margin: 0.5em 0;
  display: block;
}

.custom-select svg {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.75em;
  fill: #28006e;
  width: 1.75em;
  height: 1.75em;
}

.image, .rounded, .circle, .thumbnail {
  position: relative;
}
.image img, .rounded img, .circle img, .thumbnail img {
  margin-bottom: -3px;
}
.image .play, .rounded .play, .circle .play, .thumbnail .play {
  display: none;
  bottom: 9%;
  left: 5%;
  fill: #ffffff;
}
.image .play + img, .rounded .play + img, .circle .play + img, .thumbnail .play + img {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .image .play, .rounded .play, .circle .play, .thumbnail .play {
    bottom: 7%;
  }
}
.image.video, .video.rounded, .video.circle, .video.thumbnail {
  cursor: pointer;
}
.image.video .play, .video.rounded .play, .video.circle .play, .video.thumbnail .play {
  display: block;
  position: absolute;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
  height: 1.5em;
  width: 1.5em;
}
.image.video .play + img, .video.rounded .play + img, .video.circle .play + img, .video.thumbnail .play + img {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .image.video .play, .video.rounded .play, .video.circle .play, .video.thumbnail .play {
    height: 2.5em;
    width: 2.5em;
    -webkit-transition: all 200ms;
            transition: all 200ms;
  }
  .image.video .play:hover, .video.rounded .play:hover, .video.circle .play:hover, .video.thumbnail .play:hover {
    fill: #333;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
.caption.text-lg {
  font-size: 1.125em;
}

.link, .link-list li a, #cookieChoiceInfo a {
  font-family: Georgia, Times, serif;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
}
.link.link-lg, .link-list li a.link-lg, #cookieChoiceInfo a.link-lg {
  font-size: 1.5em;
}
.link.link-lg:after, .link-list li a.link-lg:after, #cookieChoiceInfo a.link-lg:after {
  margin-bottom: -0.1em;
}
.link:after, .link-list li a:after, #cookieChoiceInfo a:after {
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  background: url(../images/svg/arrow-white.html) no-repeat;
  background-color: #28006e;
  background-size: 7px;
  background-position: 50%;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50% 55%;
  margin-left: 0.5em;
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -8.5px;
}
@media only screen and (min-width: 64.0625em) {
  .link:hover:after, .link-list li a:hover:after, #cookieChoiceInfo a:hover:after {
    background-color: #1c3d5e;
  }
}
.link.clear, .link-list li a.clear, #cookieChoiceInfo a.clear {
  padding-right: 0;
  padding-left: 1.5em;
}
.link.clear:after, .link-list li a.clear:after, #cookieChoiceInfo a.clear:after {
  background: url(../images/svg/x-circle.html) no-repeat;
  left: 0;
  margin-left: .15em;
}
.link.no-arrow:after, .link-list li a.no-arrow:after, #cookieChoiceInfo a.no-arrow:after, .link.no-arrow:before, .link-list li a.no-arrow:before, #cookieChoiceInfo a.no-arrow:before {
  display: none;
  content: none;
}
.link.previous, .link-list li a.previous, #cookieChoiceInfo a.previous {
  padding-right: 0;
  padding-left: 1.5em;
}
.link.previous:after, .link-list li a.previous:after, #cookieChoiceInfo a.previous:after {
  display: none;
}
.link.previous:before, .link-list li a.previous:before, #cookieChoiceInfo a.previous:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  bottom: 0.5em;
  margin-left: -1em;
  margin-bottom: -0.2em;
  position: absolute;
  pointer-events: none;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.link.disabled, .link-list li a.disabled, #cookieChoiceInfo a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (min-width: 64.0625em) {
  .link, .link-list li a, #cookieChoiceInfo a {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
  }
}

.link.back, .link-list li a.back, #cookieChoiceInfo a.back {
  padding-left: 27px;
}
.link.back:after, .link-list li a.back:after, #cookieChoiceInfo a.back:after {
  content: none;
}
.link.back:before, .link-list li a.back:before, #cookieChoiceInfo a.back:before {
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  background: url(../images/svg/arrow-white.html) no-repeat;
  background-color: #28006e;
  background-size: 7px;
  background-position: 50%;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50% 55%;
  margin-left: -22px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -8.5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.download-link {
  display: block;
  margin: 18px 0;
  font-weight: 300;
  padding-left: 30px;
  line-height: 30px;
  position: relative;
}
.download-link .icon {
  fill: #28006e;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .download-link:hover .icon {
    fill: #1c3d5e;
  }
}

.link-list li {
  margin: 1.5em 0;
}
.link-list li a {
  -webkit-transition: text-shadow 300ms;
          transition: text-shadow 300ms;
  font-weight: 300;
}
@media only screen and (min-width: 64.0625em) {
  .link-list li a:hover {
    text-shadow: -0.125px 0 0 #333, 0.125px 0 0 #333;
  }
}

.link-list-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-list-module ul li a {
  font-size: 18px;
  line-height: 40px;
}

.detail-list {
  margin-bottom: 0;
}
.detail-list:last-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .detail-list:last-of-type {
    margin-top: 1em;
  }
}
.detail-list li {
  padding: 8px 0;
}
.detail-list li a {
  color: #28006e;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
@media only screen and (min-width: 64.0625em) {
  .detail-list li a:hover {
    color: #1c3d5e;
  }
}

.download-list {
  list-style: none;
  padding: 0;
}
.download-list a {
  padding-left: 30px;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 40px;
}
.download-list .icon {
  fill: #28006e;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .download-list a:hover .icon {
    fill: #1c3d5e;
  }
}

@media only screen and (min-width: 64.0625em) {
  .wrap-list {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 2%;
  }
}
.logo-list {
  padding: 0;
  list-style: none;
}
.logo-list li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 48em) {
  .logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logo-list li:first-child {
  margin-left: 0;
}

.logo-list li a:focus {
  outline: none;
}

/* 	================
	Each Page Colors 
	================ */
body[data-sitesection] .blue-bg,
body[data-sitesection] .filtering-tiles-module,
body[data-sitesection] .footer-wrapper,
body[data-sitesection] .eyebrow-number::before,
body[data-sitesection] .eyebrow-item:before,
body[data-sitesection] .hero-message-blurb p:first-child:before,
.hero-message-blurb body[data-sitesection] p:first-child:before,
body[data-sitesection] .headlines li:before,
body[data-sitesection] .link:after,
body[data-sitesection] .link-list li a:after,
.link-list li body[data-sitesection] a:after,
body[data-sitesection] #cookieChoiceInfo a:after,
#cookieChoiceInfo body[data-sitesection] a:after,
body[data-sitesection] .link.back:before,
body[data-sitesection] .link-list li a.back:before,
.link-list li body[data-sitesection] a.back:before,
body[data-sitesection] #cookieChoiceInfo a.back:before,
#cookieChoiceInfo body[data-sitesection] a.back:before,
body[data-sitesection] .menu-navicon,
body[data-sitesection] .menu-navicon:after,
body[data-sitesection] .menu .menu-navicon:before,
body[data-sitesection] .article-eyebrow-social:before,
body[data-sitesection] .article-eyebrow-details:before,
body[data-sitesection] .article-eyebrow-social a:hover,
body[data-sitesection] .image-collage-1 .copy-content h3:before,
body[data-sitesection] .investors-update .list li::before,
body[data-sitesection] .expandable-panels dt:after,
body[data-sitesection] .heading-banner,
body[data-sitesection] .news-and-press .button:hover, body[data-sitesection=""] .blue-bg,
body[data-sitesection=""] .filtering-tiles-module,
body[data-sitesection=""] .footer-wrapper,
body[data-sitesection=""] .eyebrow-number::before,
body[data-sitesection=""] .eyebrow-item:before,
body[data-sitesection=""] .hero-message-blurb p:first-child:before,
.hero-message-blurb body[data-sitesection=""] p:first-child:before,
body[data-sitesection=""] .headlines li:before,
body[data-sitesection=""] .link:after,
body[data-sitesection=""] .link-list li a:after,
.link-list li body[data-sitesection=""] a:after,
body[data-sitesection=""] #cookieChoiceInfo a:after,
#cookieChoiceInfo body[data-sitesection=""] a:after,
body[data-sitesection=""] .link.back:before,
body[data-sitesection=""] .link-list li a.back:before,
.link-list li body[data-sitesection=""] a.back:before,
body[data-sitesection=""] #cookieChoiceInfo a.back:before,
#cookieChoiceInfo body[data-sitesection=""] a.back:before,
body[data-sitesection=""] .menu-navicon,
body[data-sitesection=""] .menu-navicon:after,
body[data-sitesection=""] .menu .menu-navicon:before,
body[data-sitesection=""] .article-eyebrow-social:before,
body[data-sitesection=""] .article-eyebrow-details:before,
body[data-sitesection=""] .article-eyebrow-social a:hover,
body[data-sitesection=""] .image-collage-1 .copy-content h3:before,
body[data-sitesection=""] .investors-update .list li::before,
body[data-sitesection=""] .expandable-panels dt:after,
body[data-sitesection=""] .heading-banner,
body[data-sitesection=""] .news-and-press .button:hover {
  background-color: #28006e;
}
body[data-sitesection] .news-and-press .button:hover, body[data-sitesection=""] .news-and-press .button:hover {
  border-color: #28006e;
}
body[data-sitesection] .hero-message .icon,
body[data-sitesection] .logo svg,
body[data-sitesection] .download-list .icon,
body[data-sitesection] .article-eyebrow-social .icon, body[data-sitesection=""] .hero-message .icon,
body[data-sitesection=""] .logo svg,
body[data-sitesection=""] .download-list .icon,
body[data-sitesection=""] .article-eyebrow-social .icon {
  fill: #28006e;
}
body[data-sitesection] a:hover,
body[data-sitesection] .current-page-title,
body[data-sitesection] .heading-2,
body[data-sitesection] .image-collage-3 h2,
body[data-sitesection] .main-heading,
body[data-sitesection] .nav-wrap a:hover,
body[data-sitesection] .main-nav li a:hover,
body[data-sitesection] .main-nav .container > ul > li > .selected,
body[data-sitesection] .main-nav .container > ul > li > .selected + div .selected,
body[data-sitesection] .contact-item a,
body[data-sitesection] .news-list h3 a:hover,
body[data-sitesection] .section-heading a:hover,
body[data-sitesection] .news-and-press .eyebrow-item a:hover div:last-child,
body[data-sitesection] .news-and-press .hero-message-blurb p:first-child a:hover div:last-child,
.hero-message-blurb body[data-sitesection] .news-and-press p:first-child a:hover div:last-child, body[data-sitesection=""] a:hover,
body[data-sitesection=""] .current-page-title,
body[data-sitesection=""] .heading-2,
body[data-sitesection=""] .image-collage-3 h2,
body[data-sitesection=""] .main-heading,
body[data-sitesection=""] .nav-wrap a:hover,
body[data-sitesection=""] .main-nav li a:hover,
body[data-sitesection=""] .main-nav .container > ul > li > .selected,
body[data-sitesection=""] .main-nav .container > ul > li > .selected + div .selected,
body[data-sitesection=""] .contact-item a,
body[data-sitesection=""] .news-list h3 a:hover,
body[data-sitesection=""] .section-heading a:hover,
body[data-sitesection=""] .news-and-press .eyebrow-item a:hover div:last-child,
body[data-sitesection=""] .news-and-press .hero-message-blurb p:first-child a:hover div:last-child,
.hero-message-blurb body[data-sitesection=""] .news-and-press p:first-child a:hover div:last-child {
  color: #28006e;
}
body[data-sitesection] .social-icons .icon:hover,
body[data-sitesection] .news-and-press .twitter-widget .icon, body[data-sitesection=""] .social-icons .icon:hover,
body[data-sitesection=""] .news-and-press .twitter-widget .icon {
  fill: #28006e;
}
body[data-sitesection] .article-eyebrow-social a:hover .icon, body[data-sitesection=""] .article-eyebrow-social a:hover .icon {
  fill: #ffffff;
}

/*	==============================
	Hero Banners with Transparency
	============================== */
body[data-sitesection] .hero-message, body[data-sitesection=""] .hero-message {
  background-color: rgba(40, 0, 110, 0.8);

}

/* Utility Classes */
.current-page-title {
  padding-top: 20px;
}

.section-heading a {
  color: #414042;
  font-weight: 400;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.section-heading a:after {
  background-image: url(../images/svg/arrow.html);
  background-repeat: no-repeat;
  background-size: 12px;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  position: relative;
  top: 4px;
}
@media only screen and (min-width: 48em) {
  .section-heading a:after {
    background-size: 15px;
    top: 8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .section-heading a:hover {
    color: #28006e;
  }
}

.content {
  padding: 0px 15px;
}

.spaced {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .spaced {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.lead {
  font: 100 1.4em "Roboto", sans-serif;
}

.larger {
  font: 100 1.4em "Roboto", sans-serif;
}

.italic, .button {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: lighter;
}

.light-bg, .article-footer {
  background-color: #f1f1f1;
}

.heading-padding {
  padding: 15px;
}
@media only screen and (min-width: 48em) {
  .heading-padding {
    padding: 60px 50px;
    max-width: 1170px;
  }
}

.eyebrow-number {
  margin: 25px 0px;
  max-width: 200px;
}
@media only screen and (min-width: 64.0625em) {
  .eyebrow-number {
    max-width: 240px;
  }
}
.eyebrow-number::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 7px;
  background-color: #28006e;
  margin-bottom: 5px;
}

.eyebrow-accent {
  margin: 18px 0px;
  width: 240px;
}
.eyebrow-accent::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 7px;
  background-color: #28006e;
  margin: 0px;
}

.giant-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80px;
  letter-spacing: -5px;
  line-height: .9em;
}
@media only screen and (min-width: 64.0625em) {
  .giant-number {
    font-size: 100px;
  }
}

.giant-text {
  color: #1c3d5e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 85px;
  line-height: .9em;
}
@media only screen and (min-width: 64.0625em) {
  .giant-text {
    font-size: 100px;
  }
}

.eyebrow-item:before, .hero-message-blurb p:first-child:before {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background-color: #28006e;
  margin-bottom: 20px;
}

.blue-bg {
  background-color: #28006e;
  color: #ffffff;
  padding: 25px 0;
}

address {
  margin-left: 22px;
}

#cookieChoiceInfo {
  float: left;
}
#cookieChoiceInfo span {
  text-align: left;
  display: block;
  max-width: 1170px;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 0;
}
#cookieChoiceInfo a {
  margin: 10px 0;
  float: right;
}
#cookieChoiceInfo a#cookieMoreInfo {
  float: left;
}
#cookieChoiceInfo #cookie-dialog {
  top: 20% !important;
}
@media only screen and (min-width: 380px) {
  #cookieChoiceInfo #cookie-dialog {
    top: 50% !important;
  }
}

#cookie-preferences label {
  padding: 0 20px;
  margin-top: 15px;
  display: block;
  float: left;
}
#cookie-preferences label label {
  padding: 0 30px 20px;
  margin-top: 0;
}
#cookie-preferences label div {
  float: left;
  width: 95%;
}
#cookie-preferences input {
  margin-right: 15px;
  margin-top: 6px;
  float: left;
}
#cookie-preferences #showHideCheckboxes {
  margin-top: 10px;
}
#cookie-preferences #showHideCheckboxes.disabled {
  color: grey;
}
#cookie-preferences .cookieTitle {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
#cookie-preferences .cookieDesc {
  display: block;
  line-height: 22px;
}

#email-subscribe {
  border: 0;
  margin-top: 6px;
  width: 100%;
  height: 400px;
  float: left;
  display: block;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.menu-item-object-wpml_ls_menu_item { display: none !important; }

/* Blog Styling */
.postthumb {
	float: left;
	padding-top: 30px;
	padding-right: 10px;
}

.previous { float: left; }
.next { float: right; }
.size-single-post-thumbnail {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.share-icon {
	text-rendering: auto;
}
@media only screen and (max-width: 450px) {
	.previous, .next { font-size: 12px;}
}

.officelinks {
	list-style: none;
	padding-top: 8px;
}
.office_name { font-weight: bold; }
.imagediv { text-align: center; }
.imagesizer {
	width: 100%;
	height: 100%;
	max-width: 1000px;
}
