/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

input[type=checkbox]#userRememberMe {
  zoom: 1.5;
}

.row-remember-me {
  padding-bottom:12px;
  overflow: hidden;
}

.input-remember-me {
  padding-right:10px;
  display: inline-block;
  color: #797A7C;
}

.text-remember-me {
  display: inline-block;
  vertical-align: super;
  color: #797A7C;
}

.forgot-password {
  font-size: 14px;
  font-size: 12px;
  text-transform: capitalize;
}

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 {
  outline: 0;
}

a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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-appearance: textfield;
}

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

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4b4b4b;
  background-color: #f7f7f7;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

th {
  text-align: left;
}

label {
  display: inline-block;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  border: none;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.container {
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 48em) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .container {
    max-width: 78.75rem;
  }
}

section {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 48em) {
  section {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  section {
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

@media (min-width: 48em) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

@media (min-width: 64em) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}

section > .row,
.container > .row {
  padding-bottom: 36px;
}

section > .row:first-child,
.container > .row:first-child {
  /*padding-top: 36px;*/
  padding-top:0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  
}
.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 48em) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 64em) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    /*-ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;*/
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333;
        flex: 0 0 83.3333%%;
    max-width: 83.3333%%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    /*margin-left: 8.33333%;*/
    margin-left:0px;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

/*
 * Legal Disclaimer
 *
 * These fonts are not licensed for use on public-facing websites.
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 */
@font-face {
  font-family: 'Publico Banner';
  src: url("../assets/font/PublicoBanner/PublicoBanner-Extrabold-Web.eot");
  src: url("../assets/font/PublicoBanner/PublicoBanner-Extrabold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url("../assets/font/Akkurat/lineto-akkurat-regular.eot");
  src: url("../assets/font/Akkurat/lineto-akkurat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url("../assets/font/Akkurat/lineto-akkurat-bold.eot");
  src: url("../assets/font/Akkurat/lineto-akkurat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 6px 6px !important;
}

.m-t-1 {
  margin-top: 6px !important;
}

.m-r-1 {
  margin-right: 0.375rem !important;
}

.m-b-1 {
  margin-bottom: 6px !important;
}

.m-l-1 {
  margin-left: 0.375rem !important;
}

.m-x-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.m-y-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.m-a-2 {
  margin: 18px 18px !important;
}

.m-t-2 {
  margin-top: 18px !important;
}

.m-r-2 {
  margin-right: 1.125rem !important;
}

.m-b-2 {
  margin-bottom: 18px !important;
}

.m-l-2 {
  margin-left: 1.125rem !important;
}

.m-x-2 {
  margin-right: 1.125rem !important;
  margin-left: 1.125rem !important;
}

.m-y-2 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.m-a-3 {
  margin: 36px 36px !important;
}

.m-t-3 {
  margin-top: 36px !important;
}

.m-r-3 {
  margin-right: 2.25rem !important;
}

.m-b-3 {
  margin-bottom: 36px !important;
}

.m-l-3 {
  margin-left: 2.25rem !important;
}

.m-x-3 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.m-y-3 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.m-a-4 {
  margin: 72px 72px !important;
}

.m-t-4 {
  margin-top: 72px !important;
}

.m-r-4 {
  margin-right: 4.5rem !important;
}

.m-b-4 {
  margin-bottom: 72px !important;
}

.m-l-4 {
  margin-left: 4.5rem !important;
}

.m-x-4 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.m-y-4 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 6px 6px !important;
}

.p-t-1 {
  padding-top: 6px !important;
}

.p-r-1 {
  padding-right: 0.375rem !important;
}

.p-b-1 {
  padding-bottom: 6px !important;
}

.p-l-1 {
  padding-left: 0.375rem !important;
}

.p-x-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.p-y-1 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.p-a-2 {
  padding: 18px 18px !important;
}

.p-t-2 {
  padding-top: 18px !important;
}

.p-r-2 {
  padding-right: 1.125rem !important;
}

.p-b-2 {
  padding-bottom: 18px !important;
}

.p-l-2 {
  padding-left: 1.125rem !important;
}

.p-x-2 {
  padding-right: 1.125rem !important;
  padding-left: 1.125rem !important;
}

.p-y-2 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.p-a-3 {
  padding: 36px 36px !important;
}

.p-t-3 {
  padding-top: 36px !important;
}

.p-r-3 {
  padding-right: 2.25rem !important;
}

.p-b-3 {
  padding-bottom: 36px !important;
}

.p-l-3 {
  padding-left: 2.25rem !important;
}

.p-x-3 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.p-y-3 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.p-a-4 {
  padding: 72px 72px !important;
}

.p-t-4 {
  padding-top: 72px !important;
}

.p-r-4 {
  padding-right: 4.5rem !important;
}

.p-b-4 {
  padding-bottom: 72px !important;
}

.p-l-4 {
  padding-left: 4.5rem !important;
}

.p-x-4 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.p-y-4 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.bgamber {
  background-color: #83744c;
}

.bggold {
  background-color: #a29060;
}

.bgyellow {
  background-color: #f4bd0c;
}

.bgbrass {
  background-color: #ddab0a;
}

.bgpewter {
  background-color: #a7a9ac;
}

.bgblack {
  background-color: #000;
}

.bggray13 {
  background-color: #222;
}

.bggray30 {
  background-color: #4b4b4b;
}

.bggray97 {
  background-color: #f7f7f7;
}

.bggray89 {
  background-color: #e3e3e3;
}

.bgwhite {
  background-color: #fff;
}

.bgroyal {
  background-color: #1a4499;
}

.bgteal {
  background-color: #107a83;
}

.bgsky {
  background-color: #239de6;
}

.bggrass {
  background-color: #36a738;
}

.bgapple {
  background-color: #d53f1e;
}

.tamber {
  color: #83744c;
}

.tgold {
  color: #a29060;
}

.tyellow {
  color: #f4bd0c;
}

.tbrass {
  color: #ddab0a;
}

.tpewter {
  color: #a7a9ac;
}

.tmuted {
  color: #a7a9ac;
}

.tblack {
  color: #000;
}

.tgray13 {
  color: #222;
}

.tgray30 {
  color: #4b4b4b;
}

.tgray97 {
  color: #f7f7f7;
}

.twhite {
  color: #fff;
}

.troyal {
  color: #1a4499;
}

.tteal {
  color: #107a83;
}

.tsky {
  color: #239de6;
}

.tgrass {
  color: #36a738;
}

.tapple {
  color: #d53f1e;
}

.border-gold-b {
  border-bottom: 1px solid #a29060;
}

.border-gold-t {
  border-top: 1px solid #a29060;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  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;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-upper {
  text-transform: uppercase;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 47.9375em) {
  .forgot-password {
    margin-left: 0px;
  }
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 63.9375em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .hidden-md-up {
    display: none !important;
  }
}

.hidden-md-down {
  display: none !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 48em) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 64em) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

.itembar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.itembar .items-start {
  margin-right: auto;
}

.itembar .items-end {
  margin-left: auto;
}

.btn {
  display: inline-block;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.125rem;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.btn-primary, .btn-secondary, .btn-tertiary {
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background 0.1s linear;
}

.btn-primary {
  background-color: #00485E;
  color: white;
}

.btn-primary:focus, .btn-primary:hover {
  color: white;
  background-color: #00485E;
}

.btn-secondary {
  background-color: #a7a9ac;
  color: #4b4b4b;
}

.btn-secondary:focus, .btn-secondary:hover {
  color: #4b4b4b;
  background-color: #9a9ca0;
}

.btn-tertiary {
  background-color: #4b4b4b;
  color: #fff;
}

.btn-tertiary:focus, .btn-tertiary:hover {
  color: #fff;
  background-color: #3e3e3e;
}

.btn-icon {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  background-color: transparent;
}

.lk1-btn {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  color: #a29060;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lk1-btn:focus, .lk1-btn:hover {
  color: #f4bd0c;
}

.btn-block {
  display: block;
  width: 100%;
}

.i-xs {
  font-size: 1.125rem;
  vertical-align: middle;
}

.i-sm {
  font-size: 2.25rem;
  vertical-align: middle;
}

.i-lg {
  font-size: 6.75rem;
  vertical-align: middle;
}

a {
  color: #a29060;
  text-decoration: none;
}

.lk1 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.lk1:focus, .lk1:hover {
  color: #f4bd0c;
}

.lk2 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.lk2:focus, .lk2:hover {
  color: #f4bd0c;
}

.lk3:focus, .lk3:hover {
  color: #f4bd0c;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #a29060;
}

h1 > a:focus, h1 > a:hover, h2 > a:focus, h2 > a:hover, h3 > a:focus, h3 > a:hover, h4 > a:focus, h4 > a:hover, h5 > a:focus, h5 > a:hover, h6 > a:focus, h6 > a:hover {
  color: #f4bd0c;
}

.body-list > li {
  margin-bottom: 6px;
}

.bullet-list {
  list-style-type: disc;
}

.bullet-list > li {
  margin-left: 1.125rem;
  margin-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.03rem;
}

h1, h2, h3, h4 {
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}

h5, h6 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 2.125rem;
  line-height: 2.25rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.h1, .h2, .h3, .h4 {
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}

.h5, .h6 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
}

.h1 {
  font-size: 2.125rem;
  line-height: 2.25rem;
}

.h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.h5 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.h6 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

@media (min-width: 64em) {
  h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
  }
  h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
  }
  .h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
  .h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.125rem;
}

.p1 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  margin-bottom: 36px;
}

.p2 {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 14px;
}

.p3 {
  font-size: 0.8125rem;
  line-height: 0.875rem;
  color: #a7a9ac;
}

.pullquote p {
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 36px;
}

@media (min-width: 64em) {
  .pullquote p {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}

.pullquote cite {
  display: block;
  margin-bottom: 36px;
}

cite {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}

.lb1 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.lb2 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.lb3 {
  height: 1.125rem;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}

.lb4 {
  margin-left: -0.375rem;
}

@media (min-width: 48em) {
  .lb4 {
    margin-left: -0.75rem;
  }
}

@media (min-width: 64em) {
  .lb4 {
    margin-left: -1.125rem;
  }
}

.lb4 > p {
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 18px;
  background-color: #4b4b4b;
  color: #f4bd0c;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.clamp3 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

hr {
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #4b4b4b;
}

hr.hrblack {
  border-top-color: #000;
}

hr.hrgray13 {
  border-top-color: #222;
}

hr.hrgray30 {
  border-top-color: #4b4b4b;
}

hr.hrgray97 {
  border-top-color: #f7f7f7;
}

hr.hrgray89 {
  border-top-color: #e3e3e3;
}

hr.hrwhite {
  border-top-color: #fff;
}

.detail-lb-date {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}

hr.hr-detail {
  width: 3.125rem;
  border: 0;
  border-top: 2px solid #4b4b4b;
  margin-bottom: 36px;
}

/*
 * Font size style declarations for each variation.
 *
 * Observation: Note that the amount of classes here
 * rely on how many variations you set on $.rvFontsize() call.
 *
 * This classes are required to make rv font size jquery plugin works.
 */
.fontsizer a + a {
  margin-left: 0.75rem;
}

.fontsizer .rvfs-decrease {
  font-size: 0.75rem;
}

.fontsizer .rvfs-reset {
  font-size: 0.875rem;
}

.fontsizer .rvfs-increase {
  font-size: 1rem;
}

.p1.rvfs-1 {
  font-size: 1.125rem;
}

.p1.rvfs-2 {
  font-size: 1.375rem;
}

.p1.rvfs-3 {
  font-size: 1.625rem;
}

.gigya-sharebar {
  line-height: 1.875rem;
}

.gig-bar-container img {
  height: 1.5rem;
}

.media {
  display: -ms-flexbox;
  display: flex;
}

.media img {
  width: 5rem;
  height: 5rem;
  margin-right: 1.125rem;
}

.media + .media {
  margin-top: 18px;
}

.media-heading {
  color: #000;
  font-size: 1rem;
  margin-bottom: 6px;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.media-body p {
  color: #4b4b4b;
}

.media-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.media-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.media-large {
  min-height: 396px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.media-large.row {
  padding-top: 18px;
  padding-bottom: 18px;
}

.media-large .media-large-img {
  text-align: left;
}

.media-large img {
  width: 6.75rem;
  height: 6.75rem;
  margin-bottom: 18px;
}

@media (min-width: 48em) {
  .media-large.row {
    padding-top: 90px;
  }
  .media-large .media-large-img {
    text-align: center;
  }
  .media-large img {
    width: 13.5rem;
    height: 13.5rem;
    margin-bottom: 0;
  }
  .media-large .lk1 {
    position: absolute;
    bottom: 0;
  }
}

.small-block > .row {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
}

.small-block i {
  display: inline-block;
  margin-bottom: 18px;
}

.small-block h4 {
  margin-bottom: 18px;
}

.small-block .small-block-body {
  margin-bottom: 36px;
}

@media (min-width: 48em) {
  .small-block > .row {
    min-height: 396px;
  }
  .small-block .lb2 {
    position: absolute;
    top: 52px;
  }
  .small-block h4 {
    position: absolute;
    top: 120px;
    bottom: auto;
  }
  .small-block .small-block-body {
    margin-top: 120px;
  }
  .small-block .small-block-lk {
    position: absolute;
    left: 0;
    bottom: 18px;
  }
}

@media (min-width: 64em) {
  .small-block .small-block-body {
    margin-top: 36px;
  }
}

.small-hero {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
  outline: 0 solid #f4bd0c;
  outline-offset: 0;
  box-sizing: border-box;
  min-height: 384px;
}

.small-hero img {
  position: absolute;
  left: 50%;
  right: 0;
  width: 46.5rem;
  height: 24rem;
  margin-left: -23.25rem;
}

@media (min-width: 48em) and (max-width: 63.9375em) {
  .small-hero img {
    position: static;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}

.small-hero-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0 solid #f4bd0c;
  outline-offset: 0;
  transition: all 0.11s linear;
}

.small-hero-hover:hover {
  outline-width: 10px;
  outline-offset: -10px;
}

.small-hero-head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  min-height: 126px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.small-hero-head .small-hero-tag {
  margin-bottom: 12px;
  color: #f4bd0c;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.small-hero-head h4 {
  margin-bottom: 6px;
}

.small-hero-img-left img {
  left: 0;
  margin-left: 0;
}

.small-hero-img-right img {
  left: auto;
  margin-left: 0;
}

.vidyard-wide > .row {
  margin-left: 0;
  margin-right: 0;
}

.row-vidyard-wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 24.75rem;
  padding-top: 0;
  overflow: hidden;
}

.row-vidyard-wide .vidyard_wrapper {
  max-width: 100%;
  height: auto;
  display: contents;
}

.row-vidyard-wide img {
  max-width: 100%;
  height: auto;
}

.video-vidyard {
  position: relative;
}

.video-vidyard .vidyard-wrap {
  position: relative;
  padding: 56.25% 0 0 0;
  /* This should reflect your video aspect ratio */
}

.vidyard_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

#css3 .clear-margins {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  line-height: 1.28571429;
  color: #232323;
  background-color: #f7f7f7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  background-color: #f2f2f2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f4bd0c;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
section {
  background-color: white;
}
section.nav-push {
  margin-top: 60px;
}
section.section-push {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  section.nav-push {
    /*margin-top: 120px;*/
    margin-top: 102px;
  }
  section.nav-push.subnav-push {
    margin-top: 165px;
  }
  section.section-push {
    margin-top: 36px;
  }
}
.row {
  margin-left: -6px;
  margin-right: -6px;
  padding-bottom: 12px;
}
.row:nth-of-type(1) {
  /*padding-top: 12px;*/
  padding-top:0px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 36px;
  }
  .row:nth-of-type(1) {
    /*padding-top: 36px;*/
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .row.flex {
    padding-bottom: 24px !important;
  }
  .row {
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 15px;
    padding-top: 28px;
  }
  .row:last-child {
    /*padding-bottom: 48px;*/
    padding-bottom:10px;
  }
  .row:nth-of-type(1) {
    /*padding-top: 48px;*/
    padding-top:24px;
  }
}
@media (max-width: 767px) {
  [class*='col-xs-'] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}
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-appearance: textfield;
  box-sizing: content-box;
}
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;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.overflow-hidden {
  overflow: hidden;
  position: fixed;
}
.hidden {
  display: none !important;
}
.mobile-shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 1000;
  opacity: .7;
}
.reset-position {
  position: static;
}
.affix {
  position: fixed;
}
.vert-padding-bottom {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .vert-padding-bottom {
    padding-bottom: 36px;
  }
}
.vert-margin-bottom {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .vert-margin-bottom {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .vert-margin-bottom {
    margin-bottom: 48px;
  }
}
.vert-padding-top {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .vert-padding-top {
    padding-top: 36px;
  }
}
@media (min-width: 1024px) {
  .vert-padding-top {
    padding-top: 48px;
  }
}
.border-top {
  border-top: 2px solid #f7f7f7;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutter > [class*='col-sm-2'] {
    padding-top:24px;
}
.no-gutter > [class*='col-sm-1'] {
    padding-top:18px;
}
.display-table {
  display: table;
}
.no-margin {
  margin: 0;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-float {
  float: none !important;
}
.no-section-gutters {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .no-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.double-bottom-padding {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .double-bottom-padding {
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .double-bottom-padding {
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .flex-2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (min-width: 768px) {
  .flex-3 {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
.row-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@font-face {
  font-family: 'Icon';
  src: url('../assets/font/Icon/icomoon.eot?4fju9a');
  src: url('../assets/font/Icon/icomoon.eot?4fju9a#iefix') format('embedded-opentype'), url('../assets/font/Icon/icomoon.ttf?4fju9a') format('truetype'), url('../assets/font/Icon/icomoon.woff?4fju9a') format('woff'), url('../assets/font/Icon/icomoon.svg?4fju9a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.icon-play:before {
  content: "\e91c";
}
.icon-warning:before {
  content: "\e91f";
}
.icon-chevron-right:before {
  content: "\e91d";
}
.icon-chat-bubble:before {
  content: "\e91e";
}
.icon-social-fb:before {
  content: "\e913";
}
.icon-social-mail:before {
  content: "\e914";
}
.icon-social-twitter:before {
  content: "\e915";
}
.icon-social-linkedin:before {
  content: "\e920";
}
.icon-close:before {
  content: "\e921";
}
.icon-instagram .path1:before {
  content: "\e91b";
  color: black;
}
.icon-instagram .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download:before {
  content: "\e91a";
}
.icon-carot-left .path1:before {
  content: "\e916";
  color: #a29060;
}
.icon-carot-left .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: #fcfdff;
}
.icon-carot-right .path1:before {
  content: "\e918";
  color: #a29060;
}
.icon-carot-right .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: #fcfdff;
}
.icon-linkedin .path1:before {
  content: "\e904";
  color: black;
}
.icon-linkedin .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: #ffffff;
}
.icon-linkedin .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: #ffffff;
}
.icon-linkedin .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: #ffffff;
}
.icon-youtube .path1:before {
  content: "\e908";
  color: #a58d5f;
}
.icon-youtube .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: #ffffff;
}
.icon-youtube .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-youtube .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-youtube .path5:before {
  content: "\e90c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-youtube .path6:before {
  content: "\e90d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-youtube .path7:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-facebook .path1:before {
  content: "\e90f";
  color: #a58d5f;
}
.icon-facebook .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #ffffff;
}
.icon-twitter .path1:before {
  content: "\e911";
  color: black;
}
.icon-twitter .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dropdown-caret:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e901";
}
.icon-globe:before {
  content: "\e902";
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tags {
  margin-bottom: 16px;
}
ul.tags:before,
ul.tags:after {
  content: " ";
  display: table;
}
ul.tags:after {
  clear: both;
}
ul.tags:before,
ul.tags:after {
  content: " ";
  display: table;
}
ul.tags:after {
  clear: both;
}
ul.tags li {
  float: left;
  margin-right: 10px;
}
ul.tags li a {
  padding: 4px 8px;
  background-color: #a29060;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
ul.tags li a:hover {
  background-color: #83744c;
}
ul.tags li:last-child {
  margin-right: 0;
}
a {
  color: #a29060;
  text-decoration: none;
  font: bold 1rem "Akkurat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
a:hover,
a:focus {
  color: #f4bd0c;
  cursor: pointer;
}
a:hover[target="_blank"]:after,
a:focus[target="_blank"]:after {
  background-image: url('../img/external-link-yellow.png');
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.btn-primary {
  padding: 14px 24px 12px;
  display: inline-block;
  border: 3px solid white;
  text-transform: uppercase;
  font: bold 1rem "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: white;
  background: #f4bd0c;
  color: #4b4b4b;
  border: none;
}
a.btn-primary:hover {
  background: #ddab0a;
  transition: all 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: 0s;
}
a.btn-primary.dark {
  color: #4b4b4b;
  border: 3px solid #4b4b4b;
}
a.btn-primary.dark:hover {
  color: #f4bd0c;
  border-color: #f4bd0c;
  transition: all 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: 0s;
}
a.btn-primary.white {
  color: white;
  border: 3px solid white;
}
a.btn-primary.white:hover {
  color: #f4bd0c;
  border-color: #f4bd0c;
  transition: all 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: 0s;
}
.social-links [class*="icon-"]:hover {
  opacity: .7;
}
.topography.gray {
  background-image: url('../assets/patterns/topography-gray.jpg');
  background-repeat: no-repeat;
  color: white;
}
.aqua-texture {
  background-image: url('../assets/patterns/aqua-texture.png');
  background-repeat: no-repeat;
  color: white;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fingerprint {
  background-image: url('../assets/patterns/fingerprint-white.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.advisors-pattern {
  background-image: url('../assets/patterns/advisors-lowres.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.nonprofit-pattern {
  background-image: url('../assets/patterns/nonprofit-lowres.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.familyoffice-pattern {
  background-image: url('../assets/patterns/familyoffice-lowres.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.weave {
  background-image: url('../assets/patterns/weave-lowres.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.investor-pattern {
  background-image: url('../assets/patterns/investor-lowres.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.wm-pattern {
  background-image: url('../assets/patterns/nodes.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.results-header {
  background: white;
  border-top: 1px solid #f7f7f7;
}
.results-header h3 {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .results-header h3 {
    margin: 48px 0;
  }
}
button.video {
  border: none;
  position: absolute;
  color: #a29060;
  font-size: 2rem;
  background: white;
  border-radius: 50%;
  opacity: .6;
  padding: 1.5rem;
  padding-left: 1.8rem;
}
button.video:hover {
  opacity: 1;
  transition: opacity 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: 0s;
}
button.filter-tag {
  border: 2px solid #a29060;
  background: none;
  color: white;
  text-transform: uppercase;
  padding: .5rem .7rem;
  margin-right: .75rem;
  margin-bottom: 1rem;
  font-size: .8rem;
}
button.filter-tag.active {
  border-color: #f4bd0c;
  background-color: #a29060;
}
.col-sm-4 button.video:hover,
.col-md-4 button.video:hover {
  opacity: .6;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  border: 1px solid #999999;
  padding: .8rem;
}
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="password"].error {
  border: 2px solid red;
}
input[type="search"] {
  -webkit-appearance: searchfield;
  border: 1px solid #a29060;
  padding: .75rem;
}
input[type="submit"],
input[type="button"] {
  background: none;
  border: 0;
  color: #a29060;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #f4bd0c;
}
.service-block {
  border: 1px solid #a29060;
  width: 100%;
  background: white;
  margin-bottom: 18px;
  text-align: center;
}
.service-block .vertical-align {
  display: inline-block;
}
@media (min-width: 1024px) {
  .service-block {
    margin-bottom: 36px;
    height: 8rem;
  }
}
.dropdown .list {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 18px;
}
.dropdown .list ul {
  display: none;
  position: absolute;
  border: 1px solid #a29060;
  top: 0;
  background: white;
  width: inherit;
  z-index: 10;
}
.dropdown .list li {
  color: #a29060;
  cursor: pointer;
  padding: 6px;
  border-bottom: 1px solid #a29060;
}
.dropdown .list li:hover {
  background: #a29060;
  color: white;
}
.dropdown .list li:last-child {
  border-bottom: 0;
}
.dropdown .selected {
  display: block;
  border: 1px solid #a29060;
  background: white;
  color: #a29060;
  cursor: pointer;
  padding: .4rem;
  padding-right: 24px;
}
.dropdown .selected span {
  display: inline-block;
}
.dropdown .arrow {
  font-size: .75rem;
  position: absolute;
  top: .8rem;
  right: .5rem;
}
.subhead {
  font-size: 16px;
  line-height: 1;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
}
.subhead span.h3 {
  font-size: .9rem;
  line-height: 1.4rem;
  font-family: Akkurat;
}
.tag,
.content-tag {
  text-transform: uppercase;
  font: bold 1rem "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #4b4b4b;
}
.tag.tag-overlay,
.content-tag.tag-overlay {
  position: absolute;
  top: 0;
  background: black;
  color: white;
  padding: 8px 16px;
  left: 20%;
  right: 20%;
}
@media (min-width: 768px) {
  .tag.tag-overlay,
  .content-tag.tag-overlay {
    left: 10%;
    right: 10%;
  }
}
@media (min-width: 1024px) {
  .tag.tag-overlay,
  .content-tag.tag-overlay {
    left: 20%;
    right: 20%;
  }
}
.label {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
}
.error-msg {
  color: red;
}
.share-tools a {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin-right: 5px;
  font-size: 3rem;
}
.share-tools .cta {
  font-size: 10px;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.load-more {
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
}
.load-more:hover {
  color: #f4bd0c;
}
.load-more .icon-chevron-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  font-size: 48px;
}
.alert {
  background: #f4bd0c;
}
.alert .row {
  position: relative;
}
.alert .icon-warning {
  text-align: center;
  display: block;
  font-size: 2.5rem;
}
.alert .h3 {
  margin-bottom: 12px;
}
.alert .icon-close {
  position: absolute;
  cursor: pointer;
  right: 0;
  font-size: 2rem;
}
.alert .text {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .alert {
    text-align: left;
  }
  .alert .h3 {
    margin-bottom: 0;
  }
  .alert .icon-warning {
    display: inline-block;
    position: absolute;
  }
  .alert .text {
    padding-top: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .alert {
    top: 120px;
  }
}
.article-list {
  background: white;
}
.article-list .detail-point {
  margin: 24px 0 48px;
}
.article-list .detail-point .h3,
.article-list .detail-point h3 {
  display: inline;
  margin-bottom: 12px;
}
.article-list .detail-point .h3 {
  position: absolute;
  left: -2rem;
  color: #a29060;
}
.article-list .detail-point .text-body {
  margin-top: 12px;
}
.vidyard-demo {
  display: none;
  position: fixed;
  width: 50%;
  height: 50%;
  left: 0;
  right: 0;
  top: 25%;
  margin: 0 auto;
  z-index: 1050;
}
.video-shade {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-shade .icon-close {
  position: absolute;
  top: 32px;
  right: 32px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.video-shade .icon-close:hover {
  color: #f4bd0c;
}
footer.main-footer {
  background: black;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
footer.main-footer > .row {
  width: 100%;
}
footer.main-footer a {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  color: white;
}
footer.main-footer a:after {
  display: none;
}
footer.main-footer a:hover {
  color: #a29060;
}
footer.main-footer .social-links ul{
  display: inline-flex;
}
a.twitter.social-footer-icons {
  padding-left: 2px;
}
a.twitter img {
  height: 20px;
  width: 22px;
}
footer.main-footer .social-links {
  font-size: 2.25rem;
  margin: 0 1rem;
  text-align: center;
}
footer.main-footer .social-links a{
  padding-top:10px;
}
footer.main-footer .social-links a:last-child {
  margin-right: 0;
}
footer.main-footer .social-links a span[class*="icon"] {
  margin: 0 6px;
}
footer.main-footer .footer-header {
  margin-bottom: 40px;
}
footer.main-footer input {
  display: block;
  width: 90%;
}
footer.main-footer .footer-col {
  text-transform: uppercase;
  padding-right: 0px;
}
footer.main-footer .footer-col h4 {
  font-size: 14px;
}
footer.main-footer .footer-col > ul li {
  margin-bottom: 0px;
  cursor: pointer;
  margin-top: 13px;
  text-transform: initial;
  font-weight: 600;
  text-align: left;
  padding-left: 3.5rem;
}
a.social-footer-icons img {
  height: 22px;
  padding-right: 5px;
}
.social-mobile-icons-wrapper {
  padding-top: 1rem;
}
footer.main-footer .footer-col > ul li a {
  font-size: 12px;
  text-transform: inherit;
}
footer.main-footer .footer-col .main-logo {
  margin: 1rem;
  margin-left: 4rem;
  width: 264px;
  height: auto;
}
footer.main-footer .footer-col .main-logo svg {
  width: 100%;
}
footer.main-footer .footer-col .main-logo svg #mask-2 {
  fill: white;
}
footer.main-footer .footer-col .main-logo svg .footer-logo {
  fill: white;
}
footer.main-footer .footer-footer {
  border-top: 1px solid #4b4b4b;
  font-size: 10px;
  width: 100%;
  min-height: 60px;
  max-width: 1260px;
  padding: 25px 45px;
}
footer.main-footer .footer-footer .footer-bar {
  color: black;
  display: inline-block;
  margin: 0 10px;
}
footer.main-footer .footer-footer .left {
  float: left;
}
footer.main-footer .footer-footer .left a {
  display: inline-block;
  color: #a7a9ac;
  text-transform: uppercase;
}
footer.main-footer .footer-footer .right {
  float: right;
  text-transform: uppercase;
}
footer.main-footer .footer-footer .right a {
  display: inline-block;
  color: #a7a9ac;
  font-size: 30px;
  margin-top: -1rem;
}
footer.main-footer .footer-footer .left .copyright {
  display: inline-block;
  color: white;
  margin-left: 10px;
  text-align: left;
}
.copyright-subtitle {
padding: 2px 0px 15px 0px;
}
footer.main-footer.country {
  padding-top: 25px;
}
footer.main-footer.country h4 {
  margin-top: 26px;
}
footer.main-footer.country .footer-col {
  min-height: 0px;
}
nav.right {
  text-align: left;
  margin: 0 0 .5rem 3.2rem;
}
footer.main-footer.country .footer-col > ul {
  margin-top: 24px;
}
footer.main-footer.country .footer-footer {
  margin-top: 0px;
}
.first-footer {
  color: white;
  padding: 0rem 0rem 1rem 0rem;
}
@media (max-width: 768px) {
  .first-footer {
    padding: 1rem 0rem 0rem 0rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .first-footer {
    padding: 1rem 0rem 1rem 0rem;
  }
}

@media (max-width: 1024px) {
  .main-logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer.main-footer {
    text-align: center;
  }
  footer.main-footer input {
    display: block;
    margin-bottom: 40px;
    width: 90%;
    max-width: 200px;
  }
  footer.main-footer .footer-col {
    text-align: center;
    border-left: 0;
    min-height: 0;
    padding-right: 0;
  }
  footer.main-footer .footer-col h4 {
    margin: 0 0 20px 0;
  }
  footer.main-footer .footer-col > ul {
    margin-left: 0px;
  }
  footer.main-footer .footer-col.blank {
    display: none;
  }
  footer.main-footer .social-links {
    margin: 0 auto;
  }
  footer.main-footer.country .footer-col {
    margin-bottom: 0px;
  }
  footer.main-footer.country .footer-col:first-child,
  footer.main-footer.country .footer-col:last-child {
    margin-bottom: 40px;
  }
  footer.main-footer.country .footer-col > ul {
    padding-top: 24px;
  }
  footer.main-footer .footer-footer .left {
    margin-bottom: 20px;
  }
  footer.main-footer .footer-footer .right {
    float: none;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .bny-flex-logo {
    height: 31px !important;
  }
  .flex-container { 
    padding: 2.2rem 4rem 0px 0px !important;
  }
  nav.main-nav .search-holder #site-search {
    font-size: 1.2rem !important;
  }
  .close-search {
    padding-left: 0px !important;
  }
  .close-search:before {
    content: "\00d7";
    font-size: 12px !important;
  }
  nav.main-nav .search-holder #site-search {
    width: 61% !important;
  }
  
  #pwbLoginBottom a {
    top: 16px !important;
  }
  .bny-flex-logo {
    height: 33px !important; 
  }
  footer.main-footer .footer-col {
    text-align: center;
  }
  footer.main-footer .footer-footer .left ul li {
    float: none;
  }
}
nav#skiplinks a {
  top: 20px;
  left: -999px;
  position: absolute;
  z-index: 1000;
}
nav#skiplinks a:focus {
  left: -9999px;
}
nav.new-desktop {
  background-color: white;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 1030;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f7f7f7;
}
nav.new-desktop ul li {
  float: left;
}
nav.new-desktop ul.vert > li {
  float: none;
}
nav.new-desktop a {
  font: bold 1rem "Akkurat", Helvetica, Arial, sans-serif;
  color: #232323;
  font-size: 14px;
}
nav.new-desktop a:after {
  display: none;
}
nav.new-desktop .top-level {
  position: absolute;
  top: 22px;
  left: 48px;
}
nav.new-desktop .top-level > ul > li {
  color: #232323;
  text-transform: uppercase;
  line-height: 0.9em;
  margin-right: 20px;
}
nav.new-desktop .top-level > ul > li:last-child {
  border-right: 0;
}
nav.new-desktop .top-level > ul > li > a {
  padding: 3px 20px 15px 3px;
}
nav.new-desktop .top-level > ul > li > a:hover {
  border-bottom: 5px solid #f4bd0c;
  cursor:pointer;
}
nav.new-desktop .top-level > ul > li > a.active {
  border-bottom: 5px solid #f4bd0c;
}
nav.new-desktop .nested {
  position: absolute;
  top: 42px;
  left: 0px;
  display: none;
  height: auto;
  width: 1198px;
  background-color: white;
}
nav.new-desktop .nested.active {
  display: block;
  z-index: 1030;
}
nav.new-desktop .nested.show-nested {
  display: block !important;
}
nav.new-desktop .nested.elevated {
  z-index: 1050;
}
nav.new-desktop .nested > ul > li {
  text-transform: uppercase;
  margin: 0 18px;
  padding: 10px 0;
  width: auto;
  display: inline-block;
}
nav.new-desktop .nested > ul > li:first-child {
  margin-left: 0;
}
nav.new-desktop .nested > ul > li a {
  color: #232323;
  text-transform: none;
  font: normal 1rem "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
  line-height: 18px;
}
nav.new-desktop .nested > ul > li a:hover,
nav.new-desktop .nested > ul > li a.active {
  color: #f4bd0c;
}
nav.new-desktop .nested > ul .nav-pipe {
  color: #a7a9ac;
}
nav.new-desktop .nested .col-list li {
  border-right: 0;
  border-bottom: 1px solid #f7f7f7;
  float: left;
  margin-right: 30px;
  padding-bottom: 7px;
  width: 29%;
}
nav.new-desktop .nested .col-list li a {
  color: white;
}
nav.new-desktop .nested .col-list li a:hover {
  color: #cccccc;
}
nav.new-desktop .tertiary-nested {
  display: none;
  left: 310px;
  position: absolute;
  top: 10px;
}
nav.new-desktop .tertiary-nested ul li {
  border: 0;
  margin-bottom: 0;
  margin-right: 30px;
  padding-right: 0;
}
nav.new-desktop .tertiary-nested ul li .image {
  min-width: 230px;
  min-height: 169px;
  background-color: rgba(0, 0, 0, 0.25);
}
nav.new-desktop .tertiary-nested ul.tertiary-links {
  margin-top: -10px;
}
nav.new-desktop .tertiary-nested ul.tertiary-links li {
  border-bottom: 1px solid #f7f7f7;
  margin: 0;
  padding: 7px 0;
  width: 280px;
}
nav.new-desktop .tertiary-nested ul.tertiary-links li a {
  color: #a29060;
  line-height: 18px;
}
nav.new-desktop .tertiary-nested ul.tertiary-links li a:hover {
  color: #83744c;
}
nav.new-desktop .sub {
  float: right;
  padding-top: 30px;
  margin-right: 48px;
}
nav.new-desktop .sub > ul > li {
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-left: 24px;
}
nav.new-desktop .sub > ul > li:last-child {
  border-right: 0;
}
nav.new-desktop .sub > ul > li > a {
  font-size: 12px;
  padding:2px;
}
nav.new-desktop .sub .nested {
  top: 86px;
}
nav.new-desktop .sub .nested ul {
  margin-left: 62px;
}
nav.new-desktop .sub .nested .down-arrow {
  top: -40px;
}
nav.new-desktop .sub .nested a {
  font-size: .9rem;
}
nav.new-desktop .bg {
  width: 100%;
  max-width: 1260px;
  height: 45px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  top: 60px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
nav.new-desktop .hero-feature .image .text {
  padding: 7px 16px;
}
nav.new-desktop .hero-feature .image h2 {
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}
nav.new-desktop .hero-feature .highlight-overlay {
  margin-left: 0;
}
nav.main-nav a:after {
  display: none;
}
nav.main-nav .nav-list-holder {
  overflow-y: scroll;
  display: none;
  position: fixed;
  width: 400px;
  top: 100px;
  padding-bottom: 40px;
  z-index: 1030;
  background: white;
  padding-right: 100px;
  left: 0;
  right: 0;
  max-width: 1260px;
}
.top-bar-nav {
  background-color: #00243d;
  z-index: 999999;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.subheader-nav-wrapper {
  position: absolute;
  padding: inherit;
  width: 100%;
  top: 50px;
}
.super-nav-image {
  margin-right: 65px;
}
@media (max-width: 761px) {
  .super-nav-image {
    display: none !important;
  }
}

.last-menu-container {
  width: 100%;
  position: relative; 
  text-align: center;
  height: 80%;
}
.hamburger-img-wrapper {
  background: black;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.last-menu {
  background-color: black;
  text-align: center;
  padding: 19px 0px 19px 0px;
  width: 45% !important;
}
.top-bar-nav .superNavLinks {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-left: 70px;
}
@media (max-width: 761px) {
  .top-bar-nav .superNavLinks {
    margin-left: 0px;
  }
}
.top-bar-nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: capitalize;
}
nav.main-nav .nav-button-holder {
  max-width: 1260px;
  background-color: #fff;
  width: 100%;
  height: 143px;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
}
nav.main-nav .nav-button-holder.scrolling {
  border-bottom: 1px solid #f7f7f7;
}
nav.main-nav .nav-center {
  display: none;
  cursor: default;
  position: absolute;
  width: 80px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  top: 18px;
}
nav.main-nav .nav-center > div {
  display: none;
  position: absolute;
  top: 13px;
  left: 0px;
}
nav.main-nav .nav-center > div p {
  width: 14px;
  height: 2px;
  background: #a29060;
  line-height: 0;
  margin: 0 0 4px;
}
nav.main-nav .nav-center > p {
  position: absolute;
  top: 6px;
  left: 0px;
  text-transform: uppercase;
  text-align: center;
  color: #a29060;
}
nav.main-nav .nav-right {
  float: right;
}
nav.main-nav #search-label,
nav.main-nav #mobile-search-label {
  position: absolute;
  width: 0px;
  height: 0px;
  visibility: hidden;
  top: -600px;
}
nav.main-nav #mobile-search {
  display: none;
}
nav.main-nav .search-holder {
  position: absolute;
  width: 100%;
  height: 60px;
  right: 62px;
  top: 11px;
}
nav.main-nav .search-holder #site-search {
  width: 87%;
  margin-left: 40px;
  outline: none;
  font-size: 1.5rem;
  border-bottom: 2px solid #000;
  padding: 0.25rem 1.5rem;
  font-family: Publico Pro Web,Georgia,Times New Roman,Times,serif;
}
nav.main-nav .search-holder .search-icon {
  cursor: pointer;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 6px;
}
nav.main-nav .search-holder .search-icon .icon-search {
  color: #4b4b4b;
  font-size: 26px;
}
nav.main-nav .search-holder .search-box {
  width: 0%; /*hides search bar */
  height: 107px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 0px;
  background: white;
  margin-left: auto;
  margin-right: -62px;
  padding: 26px 0px 0px 0px;
}
nav.main-nav .search-holder .search-box input {
  padding: 20px 20px 4px 0px;
  border: 0;
  background: transparent;
  color: #232323;
  font-size: 1rem;
}
nav.main-nav .region {
  position: absolute;
  top: 0px;
  right: 60px;
  cursor: pointer;
  background-color: #f7f7f7;
}
nav.main-nav .region .region-button {
  height: 60px;
  background: #f1eee7;
  padding-right: 12px;
}
nav.main-nav .region .region-button .arrow {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  margin-top: 26px;
  float: left;
}
nav.main-nav .region .region-button .arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #a29060;
}
nav.main-nav .region .region-button.closed {
  background: transparent;
}
nav.main-nav .region .region-button.closed .arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #a29060;
  border-bottom: 0px solid #a29060;
}
nav.main-nav .region .region-button.closed:hover > span {
  color: #f4bd0c;
}
nav.main-nav .region .region-button.closed:hover .arrow {
  border-top: 4px solid #f4bd0c;
}
nav.main-nav .region.country-region .region-button {
  float: left;
}
nav.main-nav .region.country-region .lang-toggle {
  float: left;
  width: auto;
  margin-right: 22px;
  margin: 6px 22px 0;
}
nav.main-nav .region.country-region .lang-toggle p {
  float: left;
  width: 22px;
  text-align: center;
  color: #a29060;
}
nav.main-nav .region.country-region .lang-toggle p a {
  color: #ffffff;
}
nav.main-nav .region.country-region .lang-toggle p a:hover {
  color: #f4bd0c;
}
nav.main-nav .region.country-region .lang-toggle p a.active {
  font-weight: bold;
  color: white;
  cursor: default;
}
nav.main-nav .region.country-region .lang-toggle p a.active:hover {
  color: white;
}
nav.main-nav .region .globe {
  display: inline-block;
  float: left;
  margin: 20px 10px 0 12px;
  background: url('../img/globe-icon.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
nav.main-nav .region .globe.brazil {
  background: url('../img/globe-icon-brazil.png');
}
nav.main-nav .region .globe.australia {
  background: url('../img/globe-icon-australia.png');
}
nav.main-nav .region .globe.belgium {
  background: url('../img/globe-icon-belgium.png');
}
nav.main-nav .region .globe.canada {
  background: url('../img/globe-icon-canada.png');
}
nav.main-nav .region .globe.china {
  background: url('../img/globe-icon-china.png');
}
nav.main-nav .region .globe.germany {
  background: url('../img/globe-icon-germany.png');
}
nav.main-nav .region .globe.hong-kong {
  background: url('../img/globe-icon-hong-kong.png');
}
nav.main-nav .region .globe.india {
  background: url('../img/globe-icon-india.png');
}
nav.main-nav .region .globe.ireland {
  background: url('../img/globe-icon-ireland.png');
}
nav.main-nav .region .globe.italy {
  background: url('../img/globe-icon-italy.png');
}
nav.main-nav .region .globe.japan {
  background: url('../img/globe-icon-japan.png');
}
nav.main-nav .region .globe.korea {
  background: url('../img/globe-icon-korea.png');
}
nav.main-nav .region .globe.luxembourg {
  background: url('../img/globe-icon-luxembourg.png');
}
nav.main-nav .region .globe.mexico {
  background: url('../img/globe-icon-mexico.png');
}
nav.main-nav .region .globe.middle-east {
  background: url('../img/globe-icon-middle-east.png');
}
nav.main-nav .region .globe.nordicbaltic {
  background: url('../img/globe-icon-nordicbaltic.png');
}
nav.main-nav .region .globe.singapore {
  background: url('../img/globe-icon-singapore.png');
}
nav.main-nav .region .globe.south-africa {
  background: url('../img/globe-icon-south-africa.png');
}
nav.main-nav .region .globe.united-kingdom {
  background: url('../img/globe-icon-united-kingdom.png');
}
nav.main-nav .region .globe.united-states {
  background: url('../img/globe-icon-us.png');
}
nav.main-nav .region .label {
  float: left;
  display: block;
  text-transform: uppercase;
  color: #a29060;
  margin-right: 10px;
  margin-top: 20px;
  font-size: .8rem;
}
nav.main-nav .region .region-menu {
  position: absolute;
  display: none;
  top: 60px;
  right: 0px;
  width: 420px;
  background: #f1eee7;
  color: #a29060;
  padding: 20px 0;
}
nav.main-nav .region .region-menu .close {
  width: 16px;
  height: 16px;
  background-image: url('../img/x-gold.png');
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 10px;
  cursor: pointer;
}
nav.main-nav .region .region-menu ul {
  float: left;
  margin-left: 25px;
}
nav.main-nav .region .region-menu ul li {
  width: 172px;
  font-size: 0.85em;
  line-height: 2em;
}
nav.main-nav .region .region-menu ul li span {
  float: right;
}
nav.main-nav .menu-button-holder {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 99999;
  background: #a29060;
  width: 60px;
  height: 60px;
}


nav.main-nav .nav-button {
  position: absolute;
  z-index: 1030;
  width: 60px;
  height: 60px;
}
nav.main-nav .nav-button span {
  display: block;
  width: 21px;
  height: 3px;
  background: black;
  margin: 0 auto 5px;
}
nav.main-nav .nav-button span:first-child {
  margin-top: 20px;
}
nav.main-nav .nav-button.open span {
  display: none;
}
nav.main-nav .nav-button.open .nav-close {
  display: inline-block;
}
nav.main-nav .nav-button.open .icon-close {
  font-size: 32px;
  color: black;
  font-weight: bold;
}
nav.main-nav .menu-button-label {
  position: absolute;
  top: 0px;
  left: 60px;
  text-transform: uppercase;
  width: 80px;
  height: 60px;
  color: white;
  padding: 20px 0px;
  font-weight: 100;
}
nav.main-nav .nav-location {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;  
  z-index: 99999;
}
nav.main-nav .nav-location a{
  outline: none;
}
nav.main-nav .nav-location .nav-location-title {
  text-transform: uppercase;
  padding: 16px 20px 0 62px;
  font-size: .8rem;
  color: black;
}
nav.main-nav .nav-location .nav-location-title.text-logo {
  margin: 10px 22px 10px 24px;
  padding:0px;
}
nav.main-nav .nav-location .nav-location-title img {
  position: absolute;
  top: 30px;
  left: 78px;
  width: 200px;
  height: 50px;
}
nav.main-nav .nav-background {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #ececec;
  display: none;
  width: 100%;
  height: 120%;
  opacity: 0.86;
  filter: alpha(opacity=86);
  z-index: 1000;
}
nav.main-nav .nav-background2 {
  position: fixed;
  top: 0px;
  left: 0px;
  background: white;
  display: none;
  height: 120%;
  z-index: 1000;
}
nav.main-nav .nav-close {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin: 14px;
  z-index: 1030;
  display: none;
}
nav.main-nav .nav-close:hover {
  background-position: -32px 0;
}
nav.main-nav .nav-list > li .nav-top-level a {
  display: inline-block;
}
nav.main-nav .nav-list > li a {
  color: white;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  line-height: 1.33rem;
}
nav.main-nav .nav-list > li a:hover {
  color: #cccccc;
}
nav.main-nav .nav-list .nav-nested {
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
}
nav.main-nav .nav-list .nav-nested > li {
  margin: 8px 00px 14px 20px;
}
nav.main-nav .nav-list .nav-nested > li a {
  color: #232323;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
}
nav.main-nav .nav-list .nav-nested > li a:hover,
nav.main-nav .nav-list .nav-nested > li a.active {
  color: #a29060;
}
nav.main-nav .nav-list .nav-secondary-list {
  margin-top: 30px;
}
nav.main-nav .nav-list .nav-secondary-list > li a {
  font-size: .8em;
  line-height: 1.2rem;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}
nav.main-nav .nav-list .nav-secondary-list > li a:hover {
  color: #cccccc;
}
nav.main-nav .nav-list .nav-secondary-list input {
  margin-top: 10px;
  width: 180px;
  display: block;
  margin-bottom: 20px;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}
nav.main-nav .nav-list .nav-secondary-list.locations > li > a {
  background: transparent url('../img/nav-arrow-down.png') no-repeat 100% 8px;
  display: block;
}
nav.main-nav .nav-list .nav-secondary-list.locations > li > a.open {
  background: transparent url('../img/nav-arrow-up.png') no-repeat 100% 8px;
}
nav.side-nav {
  border: 1px solid #a29060;
  background: white;
  padding: 16px 0;
  margin-bottom: 46px;
}
nav.side-nav a:after {
  display: none;
}
nav.side-nav .top-item {
  margin-bottom: 4px;
  box-sizing: border-box;
}
nav.side-nav .top-item:before,
nav.side-nav .top-item:after {
  content: " ";
  display: table;
}
nav.side-nav .top-item:after {
  clear: both;
}
nav.side-nav .top-item:before,
nav.side-nav .top-item:after {
  content: " ";
  display: table;
}
nav.side-nav .top-item:after {
  clear: both;
}
nav.side-nav .top-item .level-one {
  text-transform: uppercase;
  cursor: pointer;
  color: #a29060;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}
nav.side-nav .top-item .level-one:before,
nav.side-nav .top-item .level-one:after {
  content: " ";
  display: table;
}
nav.side-nav .top-item .level-one:after {
  clear: both;
}
nav.side-nav .top-item .level-one:before,
nav.side-nav .top-item .level-one:after {
  content: " ";
  display: table;
}
nav.side-nav .top-item .level-one:after {
  clear: both;
}
nav.side-nav .top-item .level-one > p {
  margin: 0;
  padding: 4px 15px 4px 20px;
}
nav.side-nav .top-item .level-one .plus-minus {
  display: block;
  width: 12px;
  float: left;
  margin-right: 6px;
}
nav.side-nav .top-item .level-one .label {
  display: block;
  float: left;
  width: 90%;
}
nav.side-nav .top-item .level-one.direct {
  display: block;
  margin-left: 19px;
}
nav.side-nav .top-item .level-one.direct .plus,
nav.side-nav .top-item .level-one.direct .minus {
  display: none;
}
nav.side-nav .top-item .level-one .minus {
  display: none;
}
nav.side-nav .top-item .level-one:hover {
  color: #f4bd0c;
}
nav.side-nav .top-item .level-two {
  display: none;
  padding-left: 46px;
}
nav.side-nav .top-item .level-two ul {
  margin-bottom: 10px;
}
nav.side-nav .top-item .level-two a,
nav.side-nav .top-item .level-two .level-three-toggle {
  display: block;
  padding: 4px 0px;
  font-size: 0.8rem;
  color: #a29060;
  cursor: pointer;
}
nav.side-nav .top-item .level-two a:hover,
nav.side-nav .top-item .level-two .level-three-toggle:hover {
  color: #f4bd0c;
}
nav.side-nav .top-item .level-two a.active,
nav.side-nav .top-item .level-two .level-three-toggle.active {
  color: #232323;
}
nav.side-nav .top-item .level-two a.active:hover,
nav.side-nav .top-item .level-two .level-three-toggle.active:hover {
  color: #232323;
}
nav.side-nav .top-item .level-two li {
  padding-right: 10px;
  margin-left: 12px;
}
nav.side-nav .top-item .level-two li.mid-item {
  margin-left: 0px;
}
nav.side-nav .top-item .level-two .level-three-toggle {
  overflow: auto;
}
nav.side-nav .top-item .level-two .level-three-toggle .plus-minus {
  display: block;
  width: 12px;
  float: left;
}
nav.side-nav .top-item .level-two .level-three-toggle .label {
  display: block;
  float: left;
  width: 90%;
}
nav.side-nav .top-item .level-two .level-three-toggle .minus {
  display: none;
}
nav.side-nav .top-item .level-two .level-three-toggle.active .plus {
  display: none;
}
nav.side-nav .top-item .level-two .level-three-toggle.active .minus {
  display: inline;
}
nav.side-nav .top-item .level-three {
  display: none;
  padding-left: 16px;
}
nav.side-nav .top-item .level-three a {
  display: block;
  padding: 4px 0px;
  font-size: 0.8rem;
}
nav.side-nav .top-item .level-three a:hover {
  color: #f4bd0c;
}
nav.side-nav .top-item .level-three a.active {
  color: #232323;
}
nav.side-nav .top-item .level-three a.active:hover {
  color: #232323;
}
nav.side-nav .top-item.active .level-one {
  color: #a29060;
}
nav.side-nav .top-item.active .level-one > p {
  margin: 0;
  padding: 4px 15px 4px 20px;
}
nav.side-nav .top-item.active .level-one .plus {
  display: none;
}
nav.side-nav .top-item.active .level-one .minus {
  display: inline;
}
nav.side-nav .top-item.active .level-two {
  display: block;
}
nav.side-nav .top-item.active .mid-item.active .level-three {
  display: block;
}
nav.main-nav .nav-list .nav-secondary-list .region-menu {
  display: none;
  max-width: 300px;
  min-width: 260px;
  padding-left: 10px;
}
nav.main-nav .nav-list .nav-secondary-list .region-menu ul li a {
  text-transform: none;
  color: #a7a9ac;
}
nav.main-nav .nav-list .nav-secondary-list .region-menu ul li span {
  float: right;
}
@media (max-width: 1260px) {
  .nav-list {
    margin-left: 24px;
  }
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  nav.main-nav .region .globe {
    background: url('../img/globe-icon@2x.png');
    background-size: 40px 20px;
  }
  nav.main-nav .region .globe.brazil {
    background: url('../img/globe-icon-brazil@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.australia {
    background: url('../img/globe-icon-australia@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.belgium {
    background: url('../img/globe-icon-belgium@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.canada {
    background: url('../img/globe-icon-canada@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.china {
    background: url('../img/globe-icon-china@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.germany {
    background: url('../img/globe-icon-germany@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.hong-kong {
    background: url('../img/globe-icon-hong-kong@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.india {
    background: url('../img/globe-icon-india@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.ireland {
    background: url('../img/globe-icon-ireland@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.italy {
    background: url('../img/globe-icon-italy@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.japan {
    background: url('../img/globe-icon-japan@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.korea {
    background: url('../img/globe-icon-korea@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.luxembourg {
    background: url('../img/globe-icon-luxembourg@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.mexico {
    background: url('../img/globe-icon-mexico@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.middle-east {
    background: url('../img/globe-icon-middle-east@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.nordicbaltic {
    background: url('../img/globe-icon-nordicbaltic@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.singapore {
    background: url('../img/globe-icon-singapore@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.south-africa {
    background: url('../img/globe-icon-south-africa@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.united-kingdom {
    background: url('../img/globe-icon-united-kingdom@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.united-states {
    background: url('../img/globe-icon-us@2x.png');
    background-size: 20px 20px;
  }
}
.section-header-nav {
  background: #232323;
  height: 40px;
  width: 100%;
  max-width: 1260px;
  text-align: center;
  text-transform: uppercase;
}
.section-header-nav .nav-item,
.section-header-nav .nav-pipe {
  display: inline-block;
  padding-top: 10px;
}
.section-header-nav .nav-item {
  display: inline-block;
}
.section-header-nav .nav-item a {
  font-size: 0.9em;
  color: #232323;
  padding: 10px 0;
}
.section-header-nav .nav-item a:hover {
  color: #f4bd0c;
}
.section-header-nav .nav-item .down-arrow {
  display: none;
  position: relative;
  width: 20px;
  margin: 9px auto;
}
.section-header-nav .nav-item.active a {
  color: white;
}
.section-header-nav .nav-item.active .down-arrow {
  display: block;
}
.section-header-nav .nav-pipe {
  color: #a7a9ac;
  margin: 0 20px;
}
.section-header-nav.stick {
  position: fixed;
  top: 60px;
  z-index: 1000;
}
@media (min-width: 1194px) {
  .nav-list-holder {
    display: none !important;
  }
}
@media all and (max-width: 1193px) {
  nav.side-nav .top-item .level-one {
    font-size: 0.8em;
  }
  nav.side-nav .top-item .level-one > p {
    padding: 4px 0px 4px 14px;
  }
  nav.side-nav .top-item .level-one .plus-minus {
    margin-right: 0px;
  }
  nav.side-nav .top-item .level-one.direct {
    margin-left: 12px;
  }
  nav.side-nav .top-item .level-two {
    padding-left: 30px;
  }
  nav.side-nav .top-item.active .level-one > p {
    padding: 4px 15px 4px 14px;
  }
}
@media all and (max-width: 1193px) {
  ul.submenu li {
    padding: 0rem 0.5rem 1rem 2rem;
  }
  .submenu li span:hover {
    display: inline;
    border-bottom: 2px solid black;
  }
  ul.submenu li:first-child {
    padding-top: 1.5rem;
  }
  .submenu .menu-box-titles {
    padding-left: 1.9rem;
  }
  nav.new-desktop {
    display: none;
  }
  nav.main-nav .search-holder #site-search {
    width: 70%;
  }

  nav.main-nav .menu-button-holder {
    display: block;
    width: 60px;
    top: 20px;
  }
  nav.main-nav .menu-button-label {
    display: none;
  }
  nav.main-nav .nav-location {
    left: 43%;
    width: 21% !important;
  }
  nav.main-nav .nav-location .nav-location-title img {
    top: 22px;
    left: .6rem;
    /*width: 232px;*/
    width:185px;
    height: auto;
  }
  nav.main-nav .nav-location .nav-location-title.text-logo {
    width: 185px;
    height: 14px;
	  margin: 22px 0px 10px 10px;
}
  nav.main-nav .nav-center {
    display: none;
  }
  nav.main-nav .nav-right {
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 100%;
  }
  nav.main-nav .nav-right .region {
    display: none;
  }
  nav.main-nav .nav-background {
    background-color: white;
    margin-top: 60px;
    opacity: 1;
  }
  nav.main-nav .nav-list-holder {
    height: auto !important;
    padding: 0;
    top: 143px;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  nav.main-nav .nav-list-holder .nav-list {
    margin-left: 0;
  }
  nav.main-nav .nav-list-holder .nav-list > li {
    border-bottom: 1px solid black;
  }
  nav.main-nav .nav-list-holder .nav-list > li a {
    color: #4b4b4b;
    font-family: "Akkurat", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  nav.main-nav .nav-list-holder .nav-list > li .nav-top-level {
    padding: 16px 30px 12px;
  }
  nav.main-nav .nav-list-holder .nav-list > li .nav-top-level a {
    display: block;
  }
  /* begin submenu*/

  .displaySubmenu {
    display: block;
    max-height: 790px !important;
  }
  
  
  
  .submenu {
    background-color: #e3ebed !important;
  }
  
  .mobile-menu-span-red {
    border-bottom: 3px solid red;
  }
  
  .submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
  }
  /* end submenu*/
  nav.main-nav .nav-list-holder .nav-list > li .nav-top-level a .icon-chevron-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: right;
    font-size: 3rem;
    margin-top: -12px;
  }
  nav.main-nav .nav-list-holder .nav-list > li .nav-top-level a.open .icon-chevron-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
  }
  nav.main-nav .nav-list-holder .nav-list > li:last-child {
    border: 0;
  }
  nav.main-nav .nav-list-holder .nav-list .nav-nested {
    background-color: white;
    border-top: 2px solid #E9E9E9;
    margin-bottom: 0;
  }
  nav.main-nav .nav-list-holder .nav-list .nav-nested > li {
    margin: 20px 30px;
  }
  nav.main-nav .nav-list-holder .nav-list .nav-nested > li a {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1em;
    text-transform: none;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list {
    background-color: white;
    line-height: 2em;
    margin-top: 0;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list > li {
    margin: 20px 30px;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list > li a {
    font-size: 1rem;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list > li:first-child {
    margin-top: 0;
    padding-top: 20px;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list > li:last-child {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list.locations {
    border-top: 2px solid #E9E9E9;
    border-bottom: 2px solid #E9E9E9;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list.locations li:first-child {
    margin-top: 10px;
    padding-top: 0;
  }
  nav.main-nav .nav-list-holder .nav-secondary-list.locations li:last-child {
    padding-bottom: 0;
  }
  nav.side-nav .top-item .level-one {
    font-size: 1rem;
  }
  nav.side-nav .top-item .level-one > p {
    padding: 4px 0px 4px 14px;
  }
  nav.side-nav .top-item .level-one .plus-minus {
    margin-right: 0px;
  }
  nav.side-nav .top-item .level-one.direct {
    margin-left: 12px;
  }
}
@media all and (max-width: 62em) {
  .section-header-nav.wide .nav-pipe {
    margin: 0 14px;
  }
  .section-header-nav.wide {
    height: auto;
  }
  .section-header-nav.wide .nav-item {
    display: block;
    text-align: center;
  }
  .section-header-nav.wide .nav-item.active .down-arrow {
    display: none;
  }
  .section-header-nav.wide .nav-item:last-child {
    padding-bottom: 10px;
  }
  .section-header-nav.wide .nav-pipe {
    display: none;
  }
  .section-header-nav.wide .down-arrow {
    margin: auto;
    display: none;
    top: 10px;
  }
}
@media all and (max-width: 550px) {
  .section-header-nav {
    height: auto;
  }
  .section-header-nav .nav-item {
    display: block;
    text-align: center;
  }
  .section-header-nav .nav-item.active .down-arrow {
    display: none;
  }
  .section-header-nav .nav-item:last-child {
    padding-bottom: 10px;
  }
  .section-header-nav .nav-pipe {
    display: none;
  }
  .section-header-nav .down-arrow {
    margin: auto;
    display: none;
    top: 10px;
  }
}
.subnav {
  display: none;
  background: #4b4b4b;
  color: #a7a9ac;
  width: 100%;
  max-width: 1260px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.subnav.active {
  display: block;
}
.subnav.stick {
  position: fixed;
  top: 60px;
  z-index: 1000;
}
.subnav .nav-item {
  text-transform: uppercase;
  margin: 0 18px;
  padding: 10px 0;
  width: auto;
  display: inline-block;
  color: #a7a9ac;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: .8rem;
  line-height: 18px;
  cursor: pointer;
}
.subnav .nav-item:hover {
  color: #f4bd0c;
}
.subnav .nav-item:first-child {
  margin-left: 48px;
}
.subnav .nav-item.active {
  color: white;
}
.subnav .nav-pipe {
  color: #a7a9ac;
}
.image-transclude {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  background-color: #a29060;
  text-align: center;
  height: 100%;
}
.image-transclude.text-left {
  text-align: left;
}
.image-transclude.text-left .transclude-wrapper .subhead {
  padding-left: 0;
}
.image-transclude.text-left .cta {
  padding-left: 0;
}
.image-transclude.white-bg {
  color: #4b4b4b;
  background-color: white;
}
.image-transclude.white-bg .cta .btn-primary {
  color: #4b4b4b;
  border-color: #4b4b4b;
}
.image-transclude.white-bg .cta .btn-primary:hover {
  color: #f4bd0c;
  border-color: #f4bd0c;
}
.image-transclude .transclude-wrapper {
  padding: 12px 0;
  overflow: hidden;
}
.image-transclude .transclude-wrapper .content-tag {
  color: white;
  padding-bottom: 32px;
}
.image-transclude .transclude-wrapper .headline {
  margin-top: 6rem;
  margin-bottom: 12px;
}
.image-transclude .transclude-wrapper .subhead {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
}
.image-transclude .transclude-wrapper .subhead .author {
  color: #f7f7f7;
  padding-bottom: 12px;
}
.image-transclude .transclude-wrapper.strategy {
  height: 100%;
  padding: 24px 18px;
}
.image-transclude .transclude-wrapper.strategy .cta {
  bottom: 24px;
  left: 18px;
}
.image-transclude .imgRight {
  width: 100%;
}
.image-transclude .cta {
  padding-bottom: 32px;
}
.image-transclude .cta.dot-padding {
  padding-bottom: 64px;
}
.image-transclude .cta .video {
  left: 50%;
  margin-left: -34px;
}
.image-transclude .share-tools {
  margin-bottom: 24px;
}
.image-transclude .share-tools .cta {
  padding: 0;
  position: relative;
  bottom: 0;
  left: 0;
}
.image-transclude .share-tools a {
  color: white;
}
.image-transclude .share-tools a:hover {
  color: #f4bd0c;
}
@media (min-width: 1024px) {
  .image-transclude {
    height: 440px;
  }
  .image-transclude .transclude-wrapper {
    padding: 0;
    text-align: left;
  }
  .image-transclude .transclude-wrapper .subhead {
    padding-left: 0;
    padding-right: 0;
  }
  .image-transclude .transclude-wrapper .content-tag {
    padding-bottom: 48px;
  }
  .image-transclude .transclude-wrapper.strategy {
    height: 324px;
  }
  .image-transclude .transclude-wrapper.strategy .cta {
    left: 32px;
  }
  .image-transclude .cta {
    position: absolute;
    padding-bottom: 0;
    bottom: 48px;
    left: 48px;
  }
  .image-transclude .cta.dot-padding {
    padding-bottom: 0;
  }
  .image-transclude .cta .video {
    left: 0;
    margin-left: 0;
    bottom: 0;
  }
  .image-transclude.text-left .cta {
    padding-left: 0;
  }
}
.section-transclude {
  background-color: white;
  overflow: hidden;
  text-align: left;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}
.section-transclude.nav-push {
  border-top: 1px solid #f7f7f7;
}
.section-transclude .section-transclude-wrapper {
  /* padding: 24px 0; */
  padding: 0px;
}
.section-transclude .section-transclude-wrapper .link-out h2 {
  text-transform: none;
  display: inline;
}
.section-transclude .section-transclude-wrapper .link-out .icon-arrow-right {
  font-size: 2.5rem;
  margin-left: 12px;
  color: #a29060;
}
.section-transclude .section-transclude-wrapper .link-out .icon-chevron-right {
  font-size: 3.5rem;
}
.section-transclude .section-transclude-wrapper a {
  color: #a29060;
}
.section-transclude .section-transclude-wrapper a:hover {
  color: #f4bd0c;
}
.section-transclude .section-transclude-wrapper a.link-out {
  display: inline-block;
}
.section-transclude .section-transclude-wrapper a.link-out:hover {
  color: #f4bd0c;
}
.section-transclude .section-transclude-wrapper a.link-out:hover h2 {
  color: #f4bd0c;
}
.section-transclude .section-transclude-wrapper a.link-out:hover .icon-arrow-right {
  color: #f4bd0c;
}
@media (min-width: 768px) {
  .section-transclude .section-transclude-wrapper p {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) {
  .section-transclude {
    text-align: left;
  }
  .section-transclude .section-transclude-wrapper {
    padding: 0;
  }
}
.mad-lib {
  background-color: #a29060;
  height: auto;
  color: #4b4b4b;
}
.mad-lib .h1 {
  font-size: 24px;
}
.mad-lib .content-tag {
  color: white;
  padding: 18px 0 32px;
}
.mad-lib br {
  display: none;
}
.mad-lib .prompt {
  margin-bottom: 3rem;
  line-height: 1.5;
}
.mad-lib .prompt .mad-lib-choice {
  position: relative;
  display: inline-block;
}
.mad-lib .prompt .mad-lib-choice input {
  letter-spacing: .3px;
  padding-bottom: 5px;
  -webkit-user-select: none;
}
.mad-lib .prompt .mad-lib-choice input:hover {
  cursor: pointer;
}
.mad-lib .prompt .mad-lib-choice:hover {
  cursor: pointer;
}
.mad-lib .prompt .mad-lib-choice .icon-dropdown-caret {
  color: #f4bd0c;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 6px;
  bottom: 2px;
  font-size: 8px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mad-lib .prompt .mad-lib-choice .icon-dropdown-caret.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mad-lib .prompt input {
  padding: 0;
}
.mad-lib .prompt .audience-segment,
.mad-lib .prompt .audience-concern {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100%;
}
.mad-lib .prompt .audience-segment.selected,
.mad-lib .prompt .audience-concern.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mad-lib .prompt .audience-segment-dropdown,
.mad-lib .prompt .audience-concern-dropdown {
  position: fixed;
  color: #4b4b4b;
  background-color: white;
  width: 100%;
  z-index: 1029;
  left: 0;
  top: 0;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #4b4b4b;
  padding-top: 24px;
}
.mad-lib .prompt .audience-segment-dropdown .icon-close,
.mad-lib .prompt .audience-concern-dropdown .icon-close {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 24px;
  top: 24px;
}
.mad-lib .prompt .audience-segment-dropdown li,
.mad-lib .prompt .audience-concern-dropdown li {
  margin: 1rem;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
}
.mad-lib .prompt .audience-segment-dropdown li.prompt,
.mad-lib .prompt .audience-concern-dropdown li.prompt {
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
  display: initial;
}
.mad-lib .prompt .audience-segment-dropdown li:hover,
.mad-lib .prompt .audience-concern-dropdown li:hover,
.mad-lib .prompt .audience-segment-dropdown li.selected,
.mad-lib .prompt .audience-concern-dropdown li.selected {
  font: bold 1rem "Akkurat", Helvetica, Arial, sans-serif;
}
.mad-lib .prompt .audience-segment-dropdown hr,
.mad-lib .prompt .audience-concern-dropdown hr {
  display: block;
  border-top: 1px solid #4b4b4b;
}
.mad-lib .prompt .error-state {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  display: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.mad-lib .prompt .error-state .ast {
  color: #f4bd0c;
}
.mad-lib .cta {
  margin-bottom: 18px;
}
.mad-lib .cta .btn-primary {
  transition: opacity 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mad-lib .cta.disabled .btn-primary {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default !important;
}
.mad-lib .cta.disabled .btn-primary:hover {
  background: #f4bd0c;
}
.mad-lib .mobile-shade {
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 480px) {
  .mad-lib {
    text-align: left;
  }
  .mad-lib .mad-lib-container {
    padding: 24px 0;
  }
  .mad-lib br {
    display: block;
  }
  .mad-lib .h1 {
    font-size: 34px;
  }
  .mad-lib .content-tag {
    padding: 0 0 48px;
  }
  .mad-lib .prompt {
    line-height: 1.3333333;
    margin-bottom: 48px;
  }
  .mad-lib .prompt .mad-lib-choice .icon-dropdown-caret {
    font-size: 12px;
    padding-bottom: 10px;
    bottom: 4px;
  }
  .mad-lib .prompt .audience-segment-dropdown,
  .mad-lib .prompt .audience-concern-dropdown {
    position: absolute;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    top: 64px;
    left: initial;
  }
  .mad-lib .prompt .audience-segment-dropdown hr,
  .mad-lib .prompt .audience-concern-dropdown hr {
    display: none;
  }
  .mad-lib .prompt .audience-segment-dropdown li,
  .mad-lib .prompt .audience-concern-dropdown li {
    margin: initial;
  }
  .mad-lib .prompt .audience-segment-dropdown li.prompt,
  .mad-lib .prompt .audience-concern-dropdown li.prompt {
    display: none;
  }
  .mad-lib .prompt .audience-segment-dropdown.scrollable,
  .mad-lib .prompt .audience-concern-dropdown.scrollable {
    overflow-y: scroll;
  }
  .mad-lib .prompt .audience-segment-dropdown .icon-close,
  .mad-lib .prompt .audience-concern-dropdown .icon-close {
    display: none;
  }
  .mad-lib .prompt .audience-segment-dropdown .option,
  .mad-lib .prompt .audience-concern-dropdown .option {
    padding: 18px;
  }
  .mad-lib .prompt .audience-segment-dropdown .tooltip-arrow:after,
  .mad-lib .prompt .audience-concern-dropdown .tooltip-arrow:after,
  .mad-lib .prompt .audience-segment-dropdown .tooltip-arrow:before,
  .mad-lib .prompt .audience-concern-dropdown .tooltip-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    left: 45%;
  }
  .mad-lib .prompt .audience-segment-dropdown .tooltip-arrow:after,
  .mad-lib .prompt .audience-concern-dropdown .tooltip-arrow:after {
    border-color: transparent transparent white transparent;
    border-width: 10px;
    top: -19px;
  }
  .mad-lib .prompt .audience-segment-dropdown .tooltip-arrow:before,
  .mad-lib .prompt .audience-concern-dropdown .tooltip-arrow:before {
    border-color: transparent transparent #4b4b4b transparent;
    border-width: 10px;
    top: -20px;
  }
  .mad-lib .cta {
    margin-bottom: 0;
  }
  .mad-lib .mobile-shade {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .mad-lib .mad-lib-container {
    padding: 0;
  }
  .mad-lib .h1 {
    font-size: 44px;
  }
  .mad-lib .prompt {
    line-height: 1.3333333;
  }
  .mad-lib .prompt .mad-lib-choice .icon-dropdown-caret {
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
  }
}
.mad-lib-results {
  display: none;
  background: #D6D6D5;
}
.mad-lib-results,
.related-articles {
  position: relative;
  padding-bottom: 12px;
}
.mad-lib-results .flex,
.related-articles .flex {
  padding-bottom: 0;
}
.mad-lib-results .content-tag,
.related-articles .content-tag {
  color: #4b4b4b;
}
.mad-lib-results .related-topic,
.related-articles .related-topic {
  margin-right: 24px;
}
.mad-lib-results .ml-results-header .recommended,
.related-articles .ml-results-header .recommended {
  display: inline-block;
  margin: 24px 0;
  margin-right: 32px;
}
.mad-lib-results .ml-results-header .close-results,
.related-articles .ml-results-header .close-results {
  display: inline-block;
  float: right;
}
.mad-lib-results .ml-results-header .close-results .icon-close,
.related-articles .ml-results-header .close-results .icon-close {
  cursor: pointer;
  font-size: 2rem;
}
.mad-lib-results .ml-results-header .close-results:hover,
.related-articles .ml-results-header .close-results:hover {
  color: #f4bd0c;
}
.mad-lib-results .btn-primary,
.related-articles .btn-primary {
  text-align: center;
  display: block;
}
.mad-lib-results .related,
.related-articles .related {
  padding-top: 18px;
  padding-bottom: 32.5px;
}
.mad-lib-results .related h3,
.related-articles .related h3 {
  font-size: 1rem;
}
.mad-lib-results .see-more,
.related-articles .see-more {
  margin-bottom: 18px;
}
.mad-lib-results .advice-headline,
.related-articles .advice-headline {
  background: white;
  padding: 12px;
  border-bottom: 1px solid #f7f7f7;
}
.mad-lib-results .advice-headline .h2,
.related-articles .advice-headline .h2 {
  margin: 12px 0;
}
.mad-lib-results .advice-wrapper,
.related-articles .advice-wrapper {
  padding: 12px;
  padding-top: 24px;
  background: white;
}
.mad-lib-results .considerations,
.related-articles .considerations {
  margin: 24px 0;
}
.related-articles .recommended {
  text-align: center;
  margin-right: 0;
}
@media (min-width: 768px) {
  .mad-lib-results {
    padding-bottom: 24px;
  }
  .mad-lib-results .advice-headline,
  .mad-lib-results .advice-wrapper {
    padding: 24px;
  }
  .mad-lib-results .advice-headline p,
  .mad-lib-results .advice-wrapper p {
    margin-bottom: 0;
  }
  .mad-lib-results .advice-headline .content-tag,
  .mad-lib-results .advice-wrapper .content-tag {
    margin-bottom: 24px;
  }
  .mad-lib-results .advice-wrapper {
    padding-bottom: 48px;
  }
  .mad-lib-results .flex,
  .related-articles .flex {
    padding-bottom: 12px;
  }
  .mad-lib-results .recommended,
  .related-articles .recommended,
  .mad-lib-results .considerations,
  .related-articles .considerations {
    text-align: left;
  }
  .mad-lib-results .related,
  .related-articles .related {
    padding-bottom: 36px;
  }
  .mad-lib-results .related h3,
  .related-articles .related h3 {
    margin-bottom: 18px;
    font-size: 1.3333rem;
  }
  .mad-lib-results .btn-primary,
  .related-articles .btn-primary {
    display: inline-block;
  }
  .mad-lib-results .see-more,
  .related-articles .see-more {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .mad-lib-results {
    padding-bottom: 36px;
  }
  .mad-lib-results .advice-headline,
  .mad-lib-results .advice-wrapper {
    padding: 36px;
  }
  .mad-lib-results .advice-wrapper {
    padding-bottom: 36px;
  }
  .mad-lib-results .advice-wrapper .content-tag {
    margin-bottom: 48px;
  }
  .mad-lib-results .related,
  .related-articles .related {
    padding-bottom: 48px;
  }
  .mad-lib-results .related h3,
  .related-articles .related h3 {
    margin-bottom: 18px;
  }
  .mad-lib-results .see-more,
  .related-articles .see-more {
    margin-bottom: 36px;
  }
}
.vision-detail {
  background-color: #195A6E;
  padding: 75px 12px 12px 12px
}
.vision-detail .content-tag {
  color: white;
}
.vision-detail .border-bottom {
  border-bottom: 0px !important;
}
.vision-detail .wrapper {
  padding: 0;
  padding-bottom: 18px;
  margin-right: -9%!important;
}
.vision-detail .content-tag {
  margin-top: 18px;
}
.vision-detail .content-tag:first-child {
  margin-top: 0;
}
.vision-detail .text-body {
  margin: 12px 0;
}
.vision-detail .details .detail-point {
  margin-top: 24px;
}
.vision-detail .details .detail-point .h3,
.vision-detail .details .detail-point h3 {
  display: inline;
}
.vision-detail .details .detail-point .h3 {
  position: absolute;
  left: -1.5rem;
  color: #a29060;
}
.vision-detail .details .text-body {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .vision-detail {
    /*padding: 36px;
    padding-top: 36px;*/
    padding:0px;
    padding-left:10px;
    border-radius:10px;
  }
  .vision-detail .content-tag {
    margin-top: 36px;
  }
  .vision-detail .wrapper {
    padding: 0;
  }
  .vision-detail .wrapper .text-body {
    margin-bottom: 36px;
  }
  .vision-detail .details .text-body {
    margin-bottom: 32px;
  }
  .vision-detail .details .detail-point {
    margin-top: 36px;
  }
}
.vision-detail{
    border-radius:0px;
}
@media (min-width: 1024px) {
  .vision-detail .content-tag {
    margin-left: 0;
  }
}
.vision-quote-wrapper {
  overflow-x: hidden;
  background: #a29060;
}
.vision-quote-wrapper .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.vision-quote-wrapper .vision-quote {
  text-align: center;
  padding: 18px;
  color: white;
  position: relative;
}
.vision-quote-wrapper .vision-quote .author {
  color: white;
}
.vision-quote-wrapper .vision-quote .quote {
  margin: 24px 18px 32px;
}
.vision-quote-wrapper .vision-quote .share {
  margin-bottom: 18px;
}
.vision-quote-wrapper .vision-quote .share a {
  color: white;
}
.vision-quote-wrapper .vision-quote .share a:hover {
  color: #f4bd0c;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .vision-quote-wrapper .vision-quote {
    text-align: left;
    padding: 36px 48px;
  }
  .vision-quote-wrapper .vision-quote .quote {
    margin: 24px 0;
    margin-bottom: 36px;
  }
  .vision-quote-wrapper .vision-quote .author {
    margin-bottom: 36px;
  }
  .vision-quote-wrapper .vision-quote .share {
    margin-bottom: 0;
  }
}
.prediction {
  background: white;
  text-align: center;
  padding: 12px;
  padding-top: 24px;
}
.prediction .text-body {
  margin: 18px;
}
@media (min-width: 1024px) {
  .prediction {
    text-align: left;
    padding: 36px;
  }
  .prediction .content-tag {
    text-align: left;
  }
  .prediction .text-body {
    margin: 32px;
    margin-bottom: 18px;
  }
}
.tag-section.row {
  background-color: transparent;
}
.tag-section .wrapper {
  padding: 0 12px;
}
.tag-section .content-tag {
  margin-right: 32px;
}
.tag-section .item {
  margin-right: 24px;
}
.infographic-container {
  background: white;
  height: 100%;
  padding: 18px;
  padding-top: 0;
}
.infographic-container .infographic {
  padding: 18px;
  padding-top: 0;
}
.infographic-container .infographic > img {
  width: 100%;
}
.infographic-container .clickthrough-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 18px;
}
.infographic-container .clickthrough-dots .dot {
  display: inline-block;
  margin: 0 18px;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  border: 1px solid white;
}
.infographic-container .clickthrough-dots .dot.active {
  background-color: white;
}
@media (min-width: 768px) {
  .infographic-container .infographic {
    padding: 4rem;
    padding-top: 0;
  }
}
.implications-headline {
  padding: 12px;
  background: white;
  border-bottom: 1px solid #f7f7f7;
}
.implications-headline .h2 {
  margin-top: 18px;
}
.implications {
  background: white;
  float: left;
}
.implications .implication-wrapper {
  padding: 24px 12px;
  padding-bottom: 0;
}
.implications .content-tag {
  color: #232323;
}
.implications hr {
  margin: 0;
  width: 100%;
  border: 1px solid #f7f7f7;
}
.implications .implication .text-body {
  margin: 12px 0 24px;
}
.implications .cta {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .implications-headline {
    padding: 36px;
  }
  .implications .implication-wrapper {
    padding: 36px;
  }
  .implications .implication {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .implications .cta {
    padding-bottom: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: auto;
  }
}
.page-handles {
  background-color: white;
}
.page-handles .previous,
.page-handles .next {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page-handles .previous .icon-arrow-right,
.page-handles .next .icon-arrow-right {
  font-size: 3rem;
}
.page-handles .handle-wrapper {
  text-transform: none;
  color: #232323;
}
.page-handles .handle-wrapper:hover {
  color: #f4bd0c;
}
.page-handles .previous .icon-arrow-right {
  padding-left: 18px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.page-handles .next .icon-arrow-right {
  padding-left: 18px;
}
.page-handles .h4 {
  display: none;
}
.page-handles .border-bottom {
  border-bottom: 2px solid #f7f7f7;
}
.page-handles .border-right {
  padding: 18px;
  border-right: 2px solid #f7f7f7;
}
.page-handles .right {
  float: right;
  padding-top: 18px;
}
nav.right ul {
  display: inline-flex;
}
@media (min-width: 768px) {
  .page-handles .h4 {
    display: inline;
  }
}
.key-stats {
  text-align: center;
  background-color: white;
  padding: 32.5px 32px;
  float: left;
}
.key-stats .content-tag {
  color: #4b4b4b;
}
.key-stats .stat {
  margin-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
.key-stats .stat .text-body {
  margin-top: 0;
  padding-bottom: 1rem;
}
.key-stats .stat.border-bottom {
  border-bottom-style: dashed;
  border-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.key-stats .cta {
  padding: 18px 0;
}
@media (min-width: 1024px) {
  .key-stats {
    text-align: left;
    padding: 36px;
  }
  .key-stats .h1 {
    font-size: 4rem;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .key-stats .stat {
    padding-left: 18px;
    padding-right: 18px;
  }
  .key-stats .stat.border-bottom {
    border-bottom: none;
  }
  .key-stats .stat.border-right {
    border-right: 1px dashed rgba(0, 0, 0, 0.25);
    height: 180px;
  }
  .key-stats .cta {
    padding: 0;
    padding-left: 12px;
  }
}
.benefits {
  text-align: center;
  background-color: white;
  padding: 18px 12px;
}
.benefits .content-tag {
  text-align: left;
  color: #4b4b4b;
  margin-bottom: 18px;
}
.benefits .benefit {
  margin-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.benefits .benefit .benefit-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 18px auto 24px;
  margin-top: 32px;
  height: 5rem;
  width: 8rem;
}
.benefits .benefit .h4 {
  margin-bottom: 12px;
}
.benefits .benefit .text-body {
  margin-top: 0;
  padding-bottom: 32px;
}
.benefits .benefit.border-bottom {
  border-bottom-style: dashed;
  border-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.benefits .benefit.border-bottom:last-child {
  border-bottom: none;
}
.benefits .benefit .benefit-number {
  margin: 32px 0 18px;
  color: #a29060;
}
.benefits .benefit .benefit-number .pre-modifier,
.benefits .benefit .benefit-number .post-modifier {
  margin: 0 12px;
  font-size: 1.777rem;
}
.benefits .cta {
  padding: 18px 0;
  text-align: center;
}
.benefits .load-more {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .benefits {
    text-align: left;
    padding: 24px;
  }
  .benefits .benefit {
    width: 33%;
    padding: 0 12px;
  }
  .benefits .benefit.border-bottom {
    border-bottom: none;
  }
  .benefits .benefit.border-right {
    border-right: 1px dashed #a29060;
  }
  .benefits .benefit.border-right:nth-child(3n) {
    border-right: none;
  }
  .benefits .benefit .h4 {
    margin: 32px 0 12px;
  }
  .benefits .cta {
    padding: 18px 0 0;
  }
  .benefits .load-more {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .benefits {
    padding: 36px;
  }
  .benefits .benefit {
    padding: 0 24px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .benefits .benefit .benefit-number {
    margin: 24px 0;
  }
  .benefits .benefit .benefit-icon {
    margin-top: 0;
  }
  .benefits .benefit .text-body {
    padding-bottom: 0;
  }
}
.article-block {
  background: #F7F9FA;
  padding: 18px 12px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
.article-block .author {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 12px;
}
.article-block p {
  color: #232323;
  text-transform: none;
  font-family: "Akkurat", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
}
.article-block .content-tag {
  color: #4b4b4b;
  margin-bottom: 18px;
}
.article-block .headline h4,
.article-block .headline h3 {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: none;
}
.article-block .thumbnail {
  display: none;
  position: relative;
}
.article-block .thumbnail.promo {
  display: block;
  margin: -18px -12px 12px;
}
.article-block .thumbnail.promo img {
  width: 100%;
}
.article-block .read-more {
  margin-bottom: 12px;
}
.article-block .video {
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
.article-block-link,
.newsroom-block-link {
  text-tranform: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.article-block-link:hover .article-block,
.newsroom-block-link:hover .article-block,
.article-block-link:hover .newsroom-block,
.newsroom-block-link:hover .newsroom-block {
  transition: opacity 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: linear;
  opacity: .75;
}
.article-block-link:hover .article-block .tag-overlay,
.newsroom-block-link:hover .article-block .tag-overlay,
.article-block-link:hover .newsroom-block .tag-overlay,
.newsroom-block-link:hover .newsroom-block .tag-overlay {
  opacity: .8;
}
@media (min-width: 768px) {
  .article-block {
    padding: 18px;
    margin-bottom: 0;
  }
  .article-block .headline h4,
  .article-block .headline h3 {
    margin-top: 12px;
    font-family: inherit;
  }
  .article-block .text-body.text-push {
    margin-bottom: 72px;
  }
  .article-block.margin-bottom {
    margin-bottom: 32px;
  }
  .article-block .thumbnail.promo,
  .article-block .thumbnail {
    display: block;
    margin: -18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f7f7f7;
  }
  .article-block .thumbnail.promo > img,
  .article-block .thumbnail > img {
    width: 100%;
  }
  .article-block .read-more {
    position: absolute;
    bottom: 24px;
  }
  [class^="vert-col-"] .article-block,
  [class*=" vert-col-"] .article-block {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .article-block {
    padding: 24px;
  }
  .article-block .thumbnail.promo,
  .article-block .thumbnail {
    margin: -24px;
    margin-bottom: 24px;
  }
}
.newsroom-block {
  background: white;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
  position: relative;
}
.newsroom-block hr {
  border-color: #4b4b4b;
  margin: 24px 0;
}
.newsroom-block h3,
.newsroom-block h4 {
  margin-top: 48px;
  margin-bottom: 12px;
  text-transform: none;
}
.newsroom-block .author,
.newsroom-block .date,
.newsroom-block .text-body {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  color: #232323;
  text-transform: none;
}
.newsroom-block .author {
  color: #a7a9ac;
}
.newsroom-block .thumbnail {
  display: none;
}
@media (min-width: 768px) {
  .newsroom-block {
    padding: 24px;
  }
  .newsroom-block h3,
  .newsroom-block h4 {
    margin: 12px 0 12px;
  }
  .newsroom-block hr {
    margin: 18px;
  }
  .newsroom-block .thumbnail {
    display: block;
    margin: -24px;
    margin-bottom: 0;
  }
  .newsroom-block .thumbnail > img {
    width: 100%;
  }
  .newsroom-block .date {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .newsroom-block {
    padding: 36px;
    margin-bottom: 0;
  }
  .newsroom-block h3,
  .newsroom-block h4 {
    margin-top: 18px;
  }
  .newsroom-block .thumbnail {
    display: block;
    margin: -36px;
    margin-bottom: 32px;
  }
  [class^="vert-col-"] .newsroom-block,
  [class*=" vert-col-"] .newsroom-block {
    margin-bottom: 32px;
  }
}
.event-block {
  text-align: center;
  background: white;
  border: 1px solid #a7a9ac;
  margin-bottom: 12px;
  padding: 18px;
}
.event-block h4 {
  margin-top: 0;
  color: #a29060;
  margin-bottom: 12px;
}
.event-block .year {
  color: #a7a9ac;
}
.event-block .h1 {
  margin-bottom: 12px;
}
.event-block .details {
  margin-bottom: 12px;
}
.event-block .btn-primary {
  margin-bottom: 18px;
}
.event-block .icon-dropdown-caret {
  margin-left: 12px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .event-block {
    padding: 24px;
    margin-bottom: 0;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .event-block h4 {
    width: 50%;
    margin: 0 auto 24px;
  }
  .event-block .cal-link {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
  }
  .event-block .details {
    margin-bottom: 8rem;
  }
  .event-block .learn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
  }
  .event-block .learn-more .btn-primary {
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .event-block {
    padding: 36px;
  }
}
[class*="vert-col-"] .event-block .learn-more,
[class*="vert-col-"] .event-block .cal-link {
  position: relative;
  bottom: initial;
}
[class*="vert-col-"] .event-block .details {
  margin-bottom: 12px;
}
.promo-block {
  color: white;
  background-size: cover;
  padding: 18px 12px;
  margin-bottom: 12px;
}
.promo-block .content-tag {
  margin-bottom: 18px;
}
.promo-block .description {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .promo-block {
    position: relative;
    padding: 36px;
    margin-bottom: 0;
    height: 350px;
  }
  .promo-block .cta {
    position: absolute;
    bottom: 2rem;
  }
}
.text-block {
  background: white;
  padding: 24px 12px;
  max-width: 100%;
}
.text-block h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
.text-block p {
  margin: 12px 0 0;
}
.text-block .content-tag {
  margin-bottom: 18px;
  color: #4b4b4b;
}
@media (min-width: 768px) {
  .text-block {
    margin-bottom: 0;
    padding: 28px 24px;
  }
  .text-block p {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .text-block {
    padding: 48px 36px;
  }
}
.imagetext-left .img-container,
.imagetext-right .img-container {
  background: white;
  overflow: hidden;
  max-width: 100%;
}
.imagetext-left .img-container .video,
.imagetext-right .img-container .video {
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
.imagetext-left .imagetext-img,
.imagetext-right .imagetext-img {
  width: 100%;
}
@media (min-width: 768px) {
  .imagetext-left {
    padding-right: 0;
  }
  .imagetext-right {
    padding-left: 0;
  }
  .imagetext-left .img-container .imagetext-img,
  .imagetext-right .img-container .imagetext-img {
    height: 100%;
  }
  .imagetext-left .text-block,
  .imagetext-right .text-block {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .imagetext-left .img-container,
  .imagetext-right .img-container {
    position: relative;
    height: 100%;
    width: auto;
  }
  .imagetext-left .img-container .imagetext-img,
  .imagetext-right .img-container .imagetext-img {
    height: initial;
    width: 100%;
  }
}
.newsroom-transclude {
  text-align: center;
  background-image: url(../assets/img/research/newsroom.png);
  background-size: cover;
  color: white;
}
.newsroom-transclude .newsroom-bg {
  padding: 32px;
}
.newsroom-transclude .content-tag {
  color: white;
  margin-bottom: 12px;
}
.newsroom-transclude .headline {
  display: inline-block;
}
.newsroom-transclude .headline hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.newsroom-transclude .author {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}
.newsroom-transclude .text-body {
  padding-bottom: 32px;
}
.newsroom-transclude .date {
  color: white;
  margin-bottom: 32px;
}
.newsroom-transclude .row {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .newsroom-transclude {
    padding-top: 24px;
    height: 420px;
  }
  .newsroom-transclude .newsroom-bg {
    display: table-cell;
    vertical-align: middle;
    padding: 0 64px;
  }
  .newsroom-transclude .newsroom-bg .content-tag {
    margin-bottom: 48px;
  }
  .newsroom-transclude .newsroom-bg h2 {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .newsroom-transclude .newsroom-bg hr {
    margin: 0 4rem;
  }
  .newsroom-transclude .newsroom-bg .text-body {
    padding-bottom: 32px;
    width: 75%;
    margin: 0 auto;
  }
}
.carousel {
  position: relative;
  height: 420px;
}
.carousel .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel .handle-right,
.carousel .handle-left {
  color: white;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 45%;
  cursor: pointer;
  font-size: 48px;
}
.carousel .handle-right:hover .path1:before,
.carousel .handle-left:hover .path1:before {
  color: #f4bd0c;
}
.carousel .handle-right {
  /*right: -12px;*/
}
.carousel .handle-left {
  left: -12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.carousel .clickthrough-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 18px;
}
.carousel .clickthrough-dots .dot {
  display: inline-block;
  margin: 0 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #a29060;
}
.carousel .clickthrough-dots .dot.active {
  background-color: white;
}
@media (min-width: 1024px) {
  .carousel {
    height: 440px;
  }
  .carousel .handle-right {
    /*right: -48px;*/
  }
  .carousel .handle-left {
    left: -48px;
  }
}
.filters {
  background: #4b4b4b;
}
.filters .filter-header {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
}
.filters .filter-header .mobile-dropdown {
  display: inline;
  color: white;
}
.filters .filter-header .mobile-dropdown .mobile-category {
  padding-left: 18px;
  padding-right: 12px;
  cursor: pointer;
}
.filters .filter-header .mobile-dropdown .icon-dropdown-caret {
  font-size: .5rem;
}
.filters .filter-header .mobile-dropdown .content-tag {
  cursor: pointer;
}
.filters .filter-header .desktop-filters {
  display: none;
}
.filters .filter-dropdown {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 1050;
  left: 0;
  top: 0;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #4b4b4b;
  padding-top: 24px;
}
.filters .filter-dropdown .icon-close {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.filters .filter-dropdown li {
  margin: 32px;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.filters .filter-dropdown li.prompt {
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
  display: initial;
}
.filters .filter-dropdown hr {
  display: block;
  border-top: 1px solid #4b4b4b;
}
@media (min-width: 768px) {
  .filters .filter-header {
    padding: 0;
    cursor: default;
  }
  .filters .filter-header .desktop-filters {
    display: inline-block;
  }
  .filters .filter-header .desktop-filters .category {
    cursor: pointer;
    padding: 32px 0 12px;
    display: inline-block;
    min-width: 10rem;
    text-align: center;
    color: #f7f7f7;
  }
  .filters .filter-header .desktop-filters .category h4 {
    text-transform: uppercase;
    font-family: "Akkurat", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
  }
  .filters .filter-header .desktop-filters .category.active {
    border-bottom: 4px solid white;
    color: white;
  }
  .filters .filter-header .mobile-dropdown {
    display: none;
  }
}
.filter-bar {
  background: black;
  position: relative;
  color: white;
}
.filter-bar .content-tag {
  color: white;
}
.filter-bar .filter-header {
  padding: 24px 0;
}
.filter-bar .filter-header .dropdown .list {
  display: block;
}
.filter-bar .filter-tags ul {
  display: none;
}
.filter-bar .filter-tags .content-tag {
  margin-top: 24px;
}
.filter-bar.tag-page-filters .filter-header .filter-tags .content-tag {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .filter-bar .filter-header {
    padding-left: 0;
  }
  .filter-bar .filter-header .dropdown {
    width: 13rem;
  }
  .filter-bar .filter-header .filter-tags ul {
    display: block;
  }
  .filter-bar .filter-header .filter-tags ul li {
    display: inline-block;
  }
  .filter-bar .filter-header .filter-tags .content-tag {
    margin-bottom: 18px;
  }
  .filter-bar .filter-header .filter-tags .dropdown {
    display: none;
  }
}
section#login {
  background: #f5f3ed;
}
.login {
  border-top: 1px solid #f5f3ed;
  padding-top: 40px;
}
.login .help-contact {
  margin-bottom: 24px;
}
.login .help-contact .help-text {
  line-height: 32px;
}
.login .signup-wrapper .signup-instructions {
  margin-bottom: 18px;
}
.login .signup-wrapper .login-btn {
  margin-bottom: 32px;
}
.signup {
  margin-top: 10px;
  text-transform: none;
  font-size: unset;
  width: 100%;
  color: black;
  background: white;
  border: 2px solid black;
}
.signup:hover {
  background: #000000;
  color:white;
}
.login .wrapper .instructions {
  margin-bottom: 24px;
}
.login .wrapper .help-contact {
  margin-bottom: 24px;
  text-align: right;
}
.login-fields {
  padding-top: 35px;
}
.login .wrapper .login-fields input[type="text"],
.login .wrapper .login-fields input[type="password"] {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 5px;
  background-color: #f4f4f4;
}

.login .wrapper .login-fields input[type="text"]:focus,
.login .wrapper .login-fields input[type="password"]:focus {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 5px;
  border: 1px solid #00485E;
  outline: none;
  
}

.login .wrapper .login-fields input[type="text"].error,
.login .wrapper .login-fields input[type="password"].error {
  margin-bottom: .25rem;
}
.login .wrapper .login-fields .password .forgot {
  margin-bottom: 24px;
}
.password, .email {
  color: #666666;
  font-weight: 700;
  position: relative;
}
.login .wrapper .login-fields .error-msg {
  margin-bottom: 24px;
}
.login .wrapper .login-fields .remember-me {
  margin-bottom: 24px;
}
.login .wrapper .login-fields .remember-me span {
  margin-left: 18px;
}
.login .wrapper .login-fields .remember-me .forgot {
  margin-bottom: 12px;
}
.login .wrapper .login-fields .signup-cta {
  border-top: 1px solid #f7f7f7;
  padding: 18px;
}
.login .wrapper .login-fields .signup-cta a {
  width: 100%;
  float: right;
}
.login .wrapper .btn-primary {
}
.login .wrapper .login-btn {
  text-align: left;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.workbench-content {
    height: 16rem !important;
  }
}
section.workbench-content {
  height: 100%;
}
.workbench-content h3,
.workbench-content h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
.workbench-content .block {
  background: white;
  padding: 12px;
  margin-bottom: 12px;
}
.workbench-content .block p {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .login .help-contact {
    margin-bottom: 32px;
  }
  .login .wrapper {
    padding-right: 128px;
    /* border-right: 1px solid #f7f7f7; */
  }
  .login .wrapper .instructions .btn-primary {
    text-align: center;
    margin: 0 auto;
  }
  .login .wrapper .signup-instructions {
    text-align: center;
  }
  .login .signup-wrapper {
    text-align: center;
  }
  .login .signup-wrapper .signup-instructions {
    margin-bottom: 32px;
  }
  .workbench-content h3 {
    margin-top: 0;
    margin-bottom: 36px;
  }
  .workbench-content .block {
    background: white;
    padding: 24px;
    /** adding new **/
    height:290px;
  }
}
.hero-standard {
  position: relative;
}
.hero-standard .bg {
  background-size: cover;
  height: 300px;
}
.hero-standard .text-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  left: 0;
  right: 0;
}
.hero-standard .text-overlay h1 {
  margin: 0;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}
.hero-standard .text-overlay p {
  margin-top: 0;
}
.hero-standard .text-overlay .text-wrapper {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .hero-standard .bg {
    height: 360px;
  }
  .hero-standard .text-overlay .text-wrapper {
    padding: 32px 0;
  }
  .hero-standard .text-overlay .text-wrapper .alternate {
    margin-top: .5rem;
    padding-bottom: 0;
  }
}
.hero-detail {
  color: white;
  text-align: center;
  position: relative;
  background-size: cover;
}
.hero-detail > .pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  margin: -12px;
}
.hero-detail.family-office {
  background-color: #3B3B36;
}
.hero-detail .headline-wrapper {
  padding: 18px;
}
.hero-detail .headline-wrapper .h2 {
  margin-bottom: 0;
}
.hero-detail .headline-wrapper .share-tools {
  margin-top: 24px;
}
.hero-detail .headline-wrapper .share-tools a {
  color: white;
}
.hero-detail .headline-wrapper .share-tools a:hover {
  color: #f4bd0c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hero-detail .pattern {
    background-position-x: -4rem;
  }
  .hero-detail .headline-wrapper {
    padding: 32px;
    padding-top: 0;
  }
  .hero-detail .headline-wrapper .subhead {
    margin-top: 12px;
    margin-bottom: 48px;
  }
}
.audience-blocks .block {
  color: white;
  position: relative;
  height: auto;
  padding: 32px 12px 48px;
}
.audience-blocks .block > .pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: -32px -12px;
}
.audience-blocks .block > .pattern.familyoffice-pattern,
.audience-blocks .block > .pattern.nonprofit-pattern {
  top: 42px;
}
.audience-blocks .block .h3 {
  margin-bottom: 12px;
}
.audience-blocks .block > p {
  margin-bottom: 48px;
}
.audience-blocks .block.individuals {
  background: #9E402F;
}
.audience-blocks .block.advisors {
  background: #0B615E;
}
.audience-blocks .block.family-office {
  background: #3B3B36;
}
.audience-blocks .block.non-profits {
  background: #946038;
}
.audience-blocks .block .btn-primary {
  position: absolute;
  bottom: 24px;
}
@media (min-width: 768px) {
  .audience-blocks .block {
    padding: 24px;
    float: left;
    display: inline-block;
    width: 50%;
    height: 20rem;
  }
  .audience-blocks .block .btn-primary {
    bottom: 36px;
  }
  .audience-blocks .block > .pattern {
    margin: -36px;
  }
}
@media (min-width: 1024px) {
  .audience-blocks .block {
    padding: 48px;
    height: 24rem;
  }
  .audience-blocks .block .btn-primary {
    position: absolute;
    bottom: 48px;
  }
  .audience-blocks .block > .pattern {
    margin: -48px;
  }
}
.drawer {
  background: white;
  padding-top: 0;
  margin-bottom: 12px;
}
.drawer .content-tag {
  padding-top: 18px;
  margin: 12px 0;
}
.drawer .option-box-group .option-box .option-box-preview {
  color: #a29060;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 24px 18px 24px 6px;
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
}
.drawer .option-box-group .option-box .option-box-preview h4 {
  margin: 0;
  text-transform: none;
}
.drawer .option-box-group .option-box .option-box-preview .icon-chevron-right {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 3rem;
}
.drawer .option-box-group .option-box .option-box-preview:hover {
  color: #f4bd0c;
}
.drawer .option-box-group .option-box .option-box-preview:hover .icon-chevron-right {
  color: #f4bd0c;
}
.drawer .option-box-group .option-box .option-box-preview.active {
  border-color: #f4bd0c;
}
.drawer .option-box-group .option-box .info-pane {
  display: none;
}
.drawer .option-box-group .row .col-sm-4:first-child .option-box .option-box-preview {
  border-top: none;
}
@media (min-width: 768px) {
  .drawer {
    padding-top: 36px;
    margin-bottom: 36px;
    position: relative;
    background: white;
    border-top: 2px solid #f7f7f7;
  }
  .drawer > .row {
    padding-top: 48px;
  }
  .drawer .option-box-group .row .col-sm-4:first-child .option-box .option-box-preview {
    border-top: 4px solid #a29060;
  }
  .drawer .option-box-group .row .col-sm-4:first-child .option-box .option-box-preview.active {
    border-color: #f4bd0c;
  }
  .drawer .option-box-group.stateless .option-box .option-box-preview .preview-animation-container {
    opacity: 1 !important;
    transition: opacity 0.2s linear;
    /* Safari and Chrome */
    /* Firefox 4 */
    /* Opera */
    transition-delay: linear;
  }
  .drawer .option-box-group .option-box {
    height: 10rem;
    transition: background-color 0.25s linear;
    /* Safari and Chrome */
    /* Firefox 4 */
    /* Opera */
    transition-delay: linear;
    margin-bottom: 18px;
  }
  .drawer .option-box-group .option-box .info-pane {
    display: block;
    position: absolute;
    max-width: 1170px;
    background: #f7f7f7;
    overflow: hidden;
    color: #4b4b4b;
    visibility: visible;
    left: 36.5px;
    right: 36.5px;
    height: 14rem;
    margin-top: 24px;
    opacity: 1.0;
    transition: opacity 0.3s linear;
    /* Safari and Chrome */
    /* Firefox 4 */
    /* Opera */
    transition-delay: 0s;
  }
  .drawer .option-box-group .option-box .info-pane.info-pane-hidden {
    height: 0px !important;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: none;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content {
    padding: 36px;
    position: relative;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .description {
    width: 70%;
    display: inline-block;
    margin: 0rem auto 48px;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .solutions {
    width: 100%;
    border-bottom: 1px solid #a7a9ac;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .solutions h4 {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .services {
    margin-top: 12px;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .services li {
    padding: 12px 0;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .services p {
    margin-bottom: 12px;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .learn-more {
    display: inline-block;
    position: absolute;
    right: 36px;
    width: 30%;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .learn-more .btn-primary {
    display: table;
    float: right;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .title {
    padding: 5px auto;
  }
  .drawer .option-box-group .option-box .info-pane .info-pane-content .title h2,
  .drawer .option-box-group .option-box .info-pane .info-pane-content .title h3 {
    -webkit-margin-after: .6em;
    line-height: 1;
  }
  .drawer .option-box-group .option-box .info-pane .services ul {
    -moz-column-count: 3;
    -moz-column-gap: 96px;
    -webkit-column-count: 3;
    -webkit-column-gap: 96px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 96px;
    -moz-column-gap: 96px;
    column-gap: 96px;
  }
  .drawer .option-box-group .option-box .info-pane .services li {
    display: inline-block;
    height: 20px;
    width: 100%;
  }
  .drawer .option-box-group .option-box .option-box-preview {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: white;
    border: 4px solid #a29060;
    color: #a29060;
  }
  .drawer .option-box-group .option-box .option-box-preview .icon-chevron-right {
    display: none;
  }
  .drawer .option-box-group .option-box .option-box-preview:hover,
  .drawer .option-box-group .option-box .option-box-preview:focus {
    color: #f4bd0c;
    cursor: pointer;
  }
  .drawer .option-box-group .option-box .option-box-preview:hover .preview-animation-container,
  .drawer .option-box-group .option-box .option-box-preview:focus .preview-animation-container {
    opacity: 1;
    transition: opacity 0.2s linear;
    /* Safari and Chrome */
    /* Firefox 4 */
    /* Opera */
    transition-delay: linear;
  }
  .drawer .option-box-group .option-box .option-box-preview:hover .preview-animation-container.active,
  .drawer .option-box-group .option-box .option-box-preview:focus .preview-animation-container.active,
  .drawer .option-box-group .option-box .option-box-preview:hover .preview-animation-container:focus,
  .drawer .option-box-group .option-box .option-box-preview:focus .preview-animation-container:focus {
    opacity: 1;
    transition: opacity 0.2s linear;
    /* Safari and Chrome */
    /* Firefox 4 */
    /* Opera */
    transition-delay: linear;
  }
  .drawer .option-box-group .option-box .option-box-preview .title {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 75%;
  }
  .drawer .option-box-group .option-box .option-box-preview .title h2,
  .drawer .option-box-group .option-box .option-box-preview .title h3,
  .drawer .option-box-group .option-box .option-box-preview .title h4 {
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .drawer .option-box-group .option-box .option-box-preview .icon-dropdown-caret {
    position: absolute;
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .drawer {
    margin-bottom: 48px;
  }
  .drawer .content-tag {
    margin-bottom: 24px;
  }
  .drawer.vert-padding-bottom {
    padding-bottom: 0;
  }
  .drawer .option-box-group .option-box {
    margin-bottom: 32px;
  }
  .drawer .option-box-group .option-box .info-pane {
    left: 48px;
    right: 48px;
  }
  .drawer .option-box-group .option-box .option-box-preview .title {
    left: 34px;
    bottom: 24px;
  }
}
.contact {
  background: #a29060;
  color: white;
  position: relative;
  text-align: center;
  overflow-x: hidden;
}
.contact .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
}
.contact .contact-wrapper {
  padding: 12px 0;
}
.contact .contact-wrapper .headline {
  margin-bottom: 24px;
}
.contact .contact-wrapper .headline .h2 {
  margin-bottom: 12px;
}
.contact .contact-wrapper .headline p {
  margin-bottom: 24px;
}
.contact .contact-wrapper .headline .icon-chat-bubble {
  font-size: 1rem;
}
.contact .contact-wrapper .content-tag {
  margin-bottom: 12px;
  color: white;
}
.contact .contact-wrapper .contact-details {
  text-align: left;
  padding-left: 12px;
}
.contact .contact-wrapper .thumbnail {
  background-image: url(../assets/img/global/patricia.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 5rem;
  height: 5rem;
  margin-bottom: 24px;
}
.contact .cta {
  position: relative;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .contact {
    text-align: left;
    height: 420px;
  }
  .contact .pattern {
    background-position-x: 350px;
    background-position-y: center;
  }
  .contact .contact-wrapper {
    padding: 0;
  }
  .contact .contact-wrapper .content-tag {
    margin-bottom: 32px;
  }
  .contact .cta {
    position: absolute;
    bottom: 48px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact .pattern {
    background-position-x: 500px;
  }
}
.contact-block {
  background: white;
  padding: 24px 12px;
  border: 4px solid #a7a9ac;
  text-align: center;
}
.contact-block h3 {
  margin: 0 0 1rem;
}
.contact-block hr {
  border-color: #4b4b4b;
  margin: 12px 4rem;
}
.contact-block .text-body {
  margin-bottom: 24px;
}
.contact-block .cta {
  margin-top: 12px;
}
.contact-block.right {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .contact-block.right {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .contact-block {
    padding: 44px;
  }
  .contact-block .cta {
    margin-top: 36px;
  }
}
.inpage-callout {
  background: #3B3B36;
  color: white;
  text-align: center;
  padding: 36px;
  position: relative;
}
.inpage-callout .h3 {
  margin-bottom: 18px;
}
.inpage-callout .wm-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-position: center;
}
.inpage-callout .cta {
  height: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .inpage-callout {
    padding: 48px;
  }
  .inpage-callout .h3 {
    margin-bottom: 32px;
  }
}
.contributor {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  background-color: #a29060;
}
.contributor.white-bg {
  color: #232323;
  background-color: white;
}
.contributor.white-bg .content-tag {
  color: #4b4b4b;
}
.contributor.white-bg .cta .btn-primary {
  color: #4b4b4b;
  border-color: #4b4b4b;
}
.contributor.white-bg .cta .btn-primary:hover {
  color: #f4bd0c;
  border-color: #f4bd0c;
}
.contributor .transclude-wrapper {
  text-align: center;
  padding: 24px;
}
.contributor .transclude-wrapper .content-tag {
  padding-bottom: 32px;
}
.contributor .transclude-wrapper .headline {
  margin-bottom: 12px;
}
.contributor .transclude-wrapper .text-body {
  margin-bottom: 24px;
}
.contributor .imgRight {
  margin-top: 18px;
  max-height: 225px;
}
.contributor .cta {
  text-align: center;
  padding-bottom: 32px;
}
.contributor .cta.dot-padding {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .contributor .transclude-wrapper {
    padding: 0;
    text-align: left;
  }
  .contributor .cta {
    text-align: left;
    position: absolute;
    padding-bottom: 0;
    bottom: 3rem;
  }
  .contributor .imgRight {
    width: 100%;
    max-height: none;
    max-width: 380px;
  }
}
@media (min-width: 1024px) {
  .contributor .text-body {
    width: 75%;
  }
}
.solutions-list {
  padding: 18px 12px;
  background: white;
}
.solutions-list ul li {
  margin: 24px 0 0;
  padding-top: 24px;
  border-top: 1px dashed #a7a9ac;
}
.solutions-list ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .solutions-list {
    padding: 36px;
  }
  .solutions-list ul {
    -moz-column-count: 3;
    -moz-column-gap: 96px;
    -webkit-column-count: 3;
    -webkit-column-gap: 96px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 96px;
    -moz-column-gap: 96px;
    column-gap: 96px;
  }
  .solutions-list ul li {
    display: inline-block;
    height: 2rem;
    padding-top: 0;
    border-top: none;
    width: 100%;
  }
}
.personalized {
  background: #D6D6D5;
}
.personalized > h2,
.personalized > h3 {
  text-align: center;
  margin: 0;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .personalized > h2,
  .personalized > h3 {
    padding-top: 48px;
  }
}
.locations-map {
  background: white;
  border-top: 1px solid #f7f7f7;
}
.locations-map .zip {
  position: relative;
}
.locations-map .zip .icon-search {
  position: absolute;
  right: 32px;
  font-size: 1.5rem;
  top: 16px;
}
.locations-map input {
  width: 100%;
  border: none;
  padding: 18px;
  padding-left: 0;
}
.locations-map input,
.locations-map input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.locations-map input::-webkit-outer-spin-button,
.locations-map input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.locations-map .desktop-menu {
  display: none;
}
.locations-map .locations-wrapper {
  position: relative;
  height: 100%;
}
.locations-map .locations-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  background-image: url(../assets/img/connect/map-geometry.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 220px;
  opacity: 1;
}
.locations-map .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.locations-map .mobile-menu .location-group {
  border-top: 1px solid #f7f7f7;
}
.locations-map .mobile-menu .location-group h4 {
  position: relative;
  padding: 12px 0;
}
.locations-map .mobile-menu .location-group h4 .icon-chevron-right {
  position: absolute;
  font-size: 3rem;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  right: 12px;
}
.locations-map .mobile-menu .location-group ul {
  display: none;
  background: #f7f7f7;
  margin: 0 -12px;
  padding: 12px;
}
.locations-map .mobile-menu .location-group ul li {
  padding: 6px 0;
}
.locations-map .mobile-menu .location-group.active h4 .icon-chevron-right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
.locations-map .mobile-menu .location-group.active ul {
  display: block;
}
@media (min-width: 768px) {
  .locations-map {
    background: url(../assets/img/connect/gray-nodes.png);
    background-size: cover;
  }
  .locations-map > .row {
    height: 100%;
  }
  .locations-map .locations-wrapper:before {
    position: absolute;
    height: 100%;
    opacity: .3;
  }
  .locations-map .desktop-menu {
    display: block;
    background: rgba(255, 255, 255, 0.25);
  }
  .locations-map .zip {
    margin-bottom: 32px;
  }
  .locations-map .zip input {
    border: none;
    padding-left: 18px;
    box-shadow: 1px 1px 1px 1px #a7a9ac;
  }
  .locations-map ul {
    z-index: 100;
    margin-bottom: 32px;
  }
  .locations-map ul .region {
    color: #232323;
    margin-bottom: 12px;
  }
  .locations-map .mobile-menu {
    display: none;
  }
}
.map {
  height: 400px;
}
.map .map-canvas {
  height: 100%;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .map .map-canvas {
    margin: 0 -36px;
  }
}
@media (min-width: 1024px) {
  .map .map-canvas {
    margin: 0 -48px;
  }
}
.office-details {
  background: white;
  padding: 12px;
}
.office-details .detail-block {
  margin-bottom: 18px;
}
.office-details .detail-block h3,
.office-details .detail-block h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
.office-details .detail-block p {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .office-details {
    padding: 36px;
  }
  .office-details .detail-block {
    border-right: 1px dashed rgba(0, 0, 0, 0.25);
    padding-left: 36px;
    margin-bottom: 0;
  }
  .office-details .detail-block:first-child {
    padding-left: 0;
  }
  .office-details .detail-block:nth-child(3n) {
    border-right: none;
  }
  .office-details .detail-block p {
    margin-bottom: 32px;
  }
}
.process {
  background: white;
  text-align: center;
  height: 340px;
  margin-bottom: 12px;
  position: relative;
}
.process .tabs {
  display: none;
}
.process .process-item .content-tag {
  color: #a29060;
  margin-top: 12px;
  margin-bottom: 32px;
}
.process .process-item .step {
  margin-bottom: 12px;
}
.process .process-item .description {
  padding: 0 48px;
  margin-bottom: 24px;
}
.process .process-item .h3 {
  margin-bottom: 12px;
}
.process .clickthrough-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 18px;
}
.process .clickthrough-dots .dot {
  display: inline-block;
  margin: 0 18px;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: #a7a9ac;
  border: none;
}
.process .clickthrough-dots .dot.active {
  background: #4b4b4b;
}
.process .handle-right,
.process .handle-left {
  color: #4b4b4b;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 45%;
  cursor: pointer;
  font-size: 48px;
}
.process .handle-right:hover .path1:before,
.process .handle-left:hover .path1:before {
  color: #f4bd0c;
}
.process .handle-right {
  right: 0;
}
.process .handle-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  left: 0;
}
@media (min-width: 768px) {
  .process {
    text-align: left;
    height: 320px;
    margin-bottom: 36px;
  }
  .process .tabs {
    font-size: 0;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .process .tabs .tab {
    display: inline-block;
    color: white;
    padding: 12px 24px 12px 12px;
    background: #a29060;
    font-size: 1rem;
    width: 20%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .process .tabs .tab:hover {
    background: #938256;
  }
  .process .tabs .tab.active {
    background: #83744c;
    border-bottom: 4px solid #f4bd0c;
    padding-bottom: 8px;
  }
  .process .tabs .tab .number {
    margin-right: 12px;
    opacity: .7;
  }
  .process .process-item {
    padding: 0 24px;
  }
  .process .process-item .description {
    padding: 0;
  }
  .process .process-item .content-tag {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .process .clickthrough-dots,
  .process .handle-right,
  .process .handle-left {
    display: none;
  }
}
@media (min-width: 1024px) {
  .process .process-item {
    padding: 0 36px;
  }
  .process .process-item .description {
    width: 75%;
  }
}
.disclosures {
  background: white;
  padding: 12px;
}
.disclosures .content-tag {
  padding: 12px 0;
}
.disclosures ul li {
  padding: 6px 12px;
  font-size: 12px;
}
.disclosures ul li .num {
  margin-left: -10px;
}
.disclosures ul li.important {
  font-family: "AkkuratBold";
}
.disclosures .housing {
  height: auto;
  vertical-align: top;
  width: 10%;
  display: inline-block;
  margin-right: 1%;
}
.disclosures .adjacent {
  vertical-align: top;
  display: inline-block;
  width: 89%;
}
@media (min-width: 768px) {
  .disclosures {
    padding: 36px;
  }
  .disclosures .content-tag {
    padding: 0;
    padding-bottom: 24px;
  }
  .disclosures ul li {
    padding: 6px 24px;
  }
  .disclosures ul li .num {
    margin-right: 14px;
    margin-left: -24px;
  }
  .disclosures .housing {
    width: 4%;
  }
  .disclosures .adjacent {
    width: 95%;
  }
}
.article-header {
  background: white;
  text-align: center;
}
.article-header .header-wrapper {
  padding: 18px;
  width: 100%;
  margin: 0 auto;
}
.article-header .header-wrapper h2 {
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .article-header .header-wrapper {
    width: 60%;
  }
}
.detail-lb-date {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
hr.hr-detail {
  width: 50px;
  border: 0;
  border-top: 2px solid #4b4b4b;
  margin-bottom: 36px;
}
hr.gray {
  border-color: #4b4b4b;
}
.vidyard_tmask {
  z-index: 1060 !important;
}
.vidyard_tbox {
  z-index: 1070 !important;
}
.long-form img{
	width:40px;
}
.long-form p, .long-form li{
  font-family: 'Akkurat';
  font-size: 17px;
}
.long-form p, .long-form li {
    font-size: 17px;
    line-height: 20px !important;
}
.long-form p {
    margin: 1em 0;
    text-transform: none;
}

#login_btn {
  height: 42px;
  width: 100%;
  text-transform: unset;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--Primary-Colors-White, #FFF);
}
#login_btn:disabled{
	/* opacity:0.6; */
}
#login_btn:hover{
	background-color:var(--wmz-color-gray, #333333);
  color: var(--Primary-Colors-White, #FFF);
}

#login_btn:disabled:hover{
	background-color:var(--wmz-color-gray, #333333);
  color: var(--Primary-Colors-White, #FFF);
	/* opacity:0.6; */
}
  .outageIcon {
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    font-size: 22px;
    color: #B58E00;
  }

@media (max-width:767px) {
  .outageIcon {
    left: 27px;
  }
}

#pwbOutage {
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    border: 1px solid #F4BD0C;
    line-height: 25px;
    padding: 15px 15px 15px 61px;
    margin-bottom: 1.6rem;
    background: #FDF2CE;
}
#pwbLoginTop img{
    margin-top: -12px;
    margin-bottom: -7px;
}
#pwbLoginRight .transclude-wrapper {
    margin-top: 19px;
}
#pwbLoginRight .cta{
	margin-bottom:-10px;
}
#pwbLoginRight .handle-right{
	z-index:1;
}
.jumpToOptions{
	width:100%;
	border:1px solid #a29060;
	height:32px;
	padding:0.5em;
}
select {

  /* styling */
 /* background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;*/

  /* reset */

  /*margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;*/
}

/*** Firefox ****/
.custom-dropdown--large {
	font-size: 1.5em;
}

.custom-dropdown--small {
	font-size: .7em;
}

.custom-dropdown__select{
	font-size: inherit; /* inherit size from .custom-dropdown */
	padding: .5em; /* add some space*/
	margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
	background-color: #fff;
	color: #444;    
}

@supports (pointer-events: none) and
	  ((-webkit-appearance: none) or
	  (-moz-appearance: none) or
	  (appearance: none)) {

	.custom-dropdown {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.custom-dropdown__select {
		padding-right: 22.5em; /* accommodate with the pseudo elements for the dropdown arrow */
		border: 0;
		border-radius: 3px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;    
	}

	.custom-dropdown::before,
	.custom-dropdown::after {
		content: "";
		position: absolute;
		pointer-events: none;
	}

	.custom-dropdown::after { /*  Custom dropdown arrow */
		content: "\25BC";
		height: 1em;
		font-size: .625em;
		line-height: 1;
		right: 1.2em;
		top: 50%; margin-top: -.5em;
	}

	.custom-dropdown::before { /*  Custom dropdown arrow cover */
		width: 2em;
		right: 0; top: 0; bottom: 0;
		border-radius: 0 3px 3px 0;
	}

	.custom-dropdown__select[disabled] {
		color: rgba(0,0,0,.3);
	}

	.custom-dropdown.custom-dropdown--disabled::after {
		color: rgba(0,0,0,.1);
	}

	/* White dropdown style */
	.custom-dropdown--white::before {
		background-color: #fff;
	}

	.custom-dropdown--white::after {
		color: rgba(0,0,0,.9);
	}

	/* FF only temp fix */
	@-moz-document url-prefix() {
		.custom-dropdown__select 			 { padding-right: 21.9em }
		.custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
		.custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
	}
}
@media (min-width:768px) and (max-width: 1024px) and (orientation:portrait){
	.login .wrapper {
	    padding-right: 60px;
	}
	.login .wrapper .secondLogin {
	  margin-left:30px;
	}
}

.cookie-banner .link > .action{
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 800;
  margin-bottom: 1.5em;
  color: #a29060;}

.cookie-banner .link{
  margin-top:14px;
}

#main-container{
  display: none;
}

.heading4{
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (max-width: 768px){
    .heading4 {
      color: #00485E;
    }
}
.forgot-password a:hover,
.forgot-password a:focus{
  text-decoration:underline;
  color:#644e05;
}
.call-support-wrapper {
  text-align: center;
  font-size: 17px;
  padding-bottom: 20px;
}
.call-support a {
  color: #196ADE
}
.call-support {
  color: #666666;
  font-family: Akkurat;
}

.forgot-password a{
  padding-top:5px;
  padding-bottom:5px; 
  color:#196ADE;
  text-transform: capitalize;
  font-size: 14px;
}
#pwbLoginBottom a:hover,
#pwbLoginBottom a:focus{
  text-decoration:underline;
  color:#196ADE;
}
#pwbLoginBottom a{
  text-transform: inherit;
  position: absolute;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #196ADE;
  bottom: 16px;
  right: 26px;
  z-index: auto;    
}
#pwbLoginBottom a::after {
  content: url('../img/external-link.svg');
  vertical-align: middle;
  padding-left: 5px;
}

footer.main-footer .footer-col .footer-links {
  font-size: 14px;
  Padding-top: 5px;
}
footer.main-footer .footer-col .footer-links a {
    font-size: 14px;
    letter-spacing: -.05rem;
}
nav.main-nav .search-holder .search-icon a{
  font-size:29px;
}
@media (max-width: 768px){
nav.main-nav .search-holder .search-icon a{
  font-size:26px;
}
nav.main-nav .search-holder .search-icon .icon-search{
font-size:23px;
}
}
@media (min-width: 1024px){
#pwbLoginRight .transclude-wrapper {
    margin-top: 5rem;
    height: 385px;
}
}
div.container>section:first-child,div.container>div.cookie-banner:first-child+section{
  margin-top:98px; 
}
div.container>.section-transclude:first-child, div.container>div.cookie-banner:first-child+.section-transclude {
    border-top: 1px solid #f7f7f7;
}
@media(min-width:1024px){
div.container>section:first-child,div.container>div.cookie-banner:first-child+section{
margin-top:98px; 
}
}
.section-transclude .section-transclude-wrapper .link-out h1 {
    text-transform: none;
    display: inline;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

@media (min-width: 64em){
.section-transclude .section-transclude-wrapper .link-out h1 {
    font-size: 2.125rem;
    line-height: 2.25rem;
}
}
.triangle-top-right {
  width: 50%;
  float: right;
  height: 60%;
  background: linear-gradient(to top right, #F5F3ED 0%, #F5F3ED 50%, #E3EBED 50%, #E3EBED 100%);
}
.triangle-bottom-left {
  margin-top: 580px;
  width: 200px;
  float: left;
  height: 111px;
  background: linear-gradient(to bottom left, #F5F3ED 0%, #F5F3ED 50%, #E3EBED 50%, #E3EBED 100%);
}
.flex-container {
  display: flex;
  padding: 6px 0px 0px 50px;
}

.flex-container > div {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-family: Akkurat Pro,Helvetica,Arial,sans-serif;
    margin: 16px 15px 10px 62px;
    padding: 0px;
    color: black;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

.section_right {
    display:  inline-block;
}
@media (min-width: 1220px) { 
  .bny-flex-logo{
    width: 185px;
  }
}
@media (max-width: 1219px) {
  nav.main-nav .nav-location { 
    z-index: 999999;
  }
  .menu-flex {
    visibility: collapse;
  }
  .bny-flex-logo{
    width: 170px;
    height: 42px;
  }
  .nav-location {
    height: unset
  }
  .flex-container > div {
    visibility: collapse;
    display: none;
  }

  .flex-container {
    display: flex;
    padding: 32px 170px 0px 0px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }

}
.menu-box {
  position: absolute;
  width: 65%;
  top: 80px;
  height: 400px;
  margin: auto;
  background: #e3ebed;
}
#solutions-box {
  width: 800px;
  float: right;
  padding: 15px 192px 20px 30px;
  text-align: left;
  height: 235px;
}

#insights-box {
  translate: 150px;
  width: 400px;
  padding: 15px 20px 20px 30px;
  text-align: left;
  height: 310px;
}
#aboutus-box {
  translate: 300px;
  padding: 15px 20px 20px 30px;
  width: 400px;
  text-align: left;
  height: 220px;
}
.menu-box-titles {
  color: #666;
  font-size: 14PX;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25rem;
  padding: 1rem 0 1.25rem 0rem;
  background: #e3ebed !important;
}
.menu-box-titles.secondary {
  border-top: 1px solid lightgray;
}
.menu-box-ul > li:hover {
  display: inline;
  border-bottom: 2px solid black;
}

.icon-text:before{
  content: "\e901";
  line-height: 1.5rem;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  font-size: 15px;
}
.go-search {
  position: relative;
  top: -0.2rem;
  right: 50px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}
.right-arrow {
  padding-left: 4px;
}
.close-search:before {
  content: "\00d7";
  font-size: 26px;
}
.close-search {
  background: white;
  padding-left: 26px;
}
button.close-search {
  outline: none;
}
.play-button {
  margin: 3rem 1rem 5rem 11rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.red {
  border-bottom: 0.1875rem solid red;
    padding: 2px;
}