/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: Akkurat Pro Pro,Helvetica,Arial,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active {
  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 Pro", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
  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 {
  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;
}
.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.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .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%;
  }
  .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.
 *
 */
 .Akkurat ProPro-Light{font-style:normal;font-family:Akkurat Pro Pro;font-weight:100;font-stretch:normal}
.Akkurat ProPro-Italic{font-family:Akkurat Pro Pro;font-weight:400;font-stretch:normal;font-style:italic}
.Akkurat ProPro-LightItalic{font-style:italic;font-family:Akkurat Pro Pro;font-weight:100;font-stretch:normal}
.Akkurat ProPro-RegularItalic{font-style:italic;font-family:Akkurat Pro Pro;font-weight:400;font-stretch:normal}
.Akkurat ProPro-Regular{font-style:normal;font-family:Akkurat Pro Pro;font-weight:400;font-stretch:normal}
.Akkurat ProPro-Bold{font-style:normal;font-family:Akkurat Pro Pro;font-weight:700;font-stretch:normal}
.Akkurat ProPro-BoldItalic{font-family:Akkurat Pro Pro;font-weight:700;font-stretch:normal;font-style:italic}
@font-face{font-family:Akkurat Pro Pro;src:url(../assets/fonts/Akkurat ProPro-Light.woff2) format("woff2"),url(../assets/fonts/Akkurat ProPro-Light.woff) format("woff"),url(../assets/fonts/Akkurat ProPro-Light.otf) format("opentype");font-weight:100;font-style:normal}
@font-face{font-family:Akkurat Pro Pro;src:url(../assets/fonts/Akkurat ProPro-LightItalic.woff2) format("woff2"),url(../assets/fonts/Akkurat ProPro-LightItalic.woff) format("woff"),url(../assets/fonts/Akkurat ProPro-LightItalic.otf) format("opentype");font-weight:100;font-style:italic}
@font-face{font-family:Akkurat Pro Pro;src:url(../assets/fonts/Akkurat ProPro-Regular.woff2) format("woff2"),url(../assets/fonts/Akkurat ProPro-Regular.woff) format("woff"),url(clientlib-site/resources/fonts/Akkurat ProPro/Akkurat ProPro-Regular.otf) format("opentype");font-weight:400;font-style:normal}
@font-face{font-family:Akkurat Pro Pro;src:url(../assets/fonts/Akkurat ProPro-Italic.woff2) format("woff2"),url(../assets/fonts/Akkurat ProPro-Italic.woff) format("woff"),url(clientlib-site/resources/fonts/Akkurat ProPro/Akkurat ProPro-Italic.otf) format("otf");font-weight:400;font-style:italic}
@font-face{font-family:Akkurat Pro Pro;src:url(../assets/fonts/Akkurat ProPro-Bold.woff2) format("woff2"),url(../assets/fonts/Akkurat ProPro-Bold.woff) format("woff"),url(clientlib-site/resources/fonts/Akkurat ProPro/Akkurat ProPro-Bold.otf) format("otf");font-weight:700;font-style:normal}
@font-face{font-family:Akkurat Pro Pro;src:url(../assets/fonts/Akkurat ProPro-BoldItalic.woff2) format("woff2"),url(../assets/fonts/Akkurat ProPro-BoldItalic.woff) format("woff"),url(../assets/fonts/Akkurat ProPro-BoldItalic.otf) format("otf");font-weight:700;font-style:italic}

@font-face {
  font-family: 'PublicoMedium';
  src: url("../assets/fonts/publico-medium.woff") format("woff"), url("../assets/fonts/publico-medium.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoMediumItalic';
  src: url("../assets/fonts/publico-mediumitalic.woff") format("woff"), url("../assets/fonts/publico-mediumitalic.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoBlack';
  src: url("../assets/fonts/publico-black.woff") format("woff"), url("../assets/fonts/publico-black.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoBold';
  src: url("../assets/fonts/publico-bold.woff") format("woff"), url("../assets/fonts/publico-bold.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoBoldItalic';
  src: url("../assets/fonts/publico-bolditalic.woff") format("woff"), url("../assets/fonts/publico-bolditalic.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoExtrabold';
  src: url("../assets/fonts/publico-extrabold.woff") format("woff"), url("../assets/fonts/publico-extrabold.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoExtraboldItalic';
  src: url("../assets/fonts/publico-extrabolditalic.woff") format("woff"), url("../assets/fonts/publico-extrabolditalic.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoItalic';
  src: url("../assets/fonts/publico-italic.woff") format("woff"), url("../assets/fonts/publico-italic.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoLight';
  src: url("../assets/fonts/publico-light.woff") format("woff"), url("../assets/fonts/publico-light.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoLightItalic';
  src: url("../assets/fonts/publico-lightitalic.woff") format("woff"), url("../assets/fonts/publico-lightitalic.otf") format("opentype");
}
@font-face {
  font-family: 'PublicoRoman';
  src: url("../assets/fonts/publico-roman.woff") format("woff"), url("../assets/fonts/publico-roman.otf") format("opentype");
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url("../assets/fonts/akkrg_pro_1.woff") format("woff"), url("../assets/fonts/akkrg_pro_1.otf") format("opentype");
}
@font-face {
  font-family: 'Akkurat ProBold';
  src: url("../assets/fonts/akkbd_pro_1.woff") format("woff"), url("../assets/fonts/akkbd_pro_1.otf") format("opentype");
}
@font-face {
  font-family: 'Akkurat ProBoldItalic';
  src: url("../assets/fonts/akkbdit_pro_1.woff") format("woff"), url("../assets/fonts/akkbdit_pro_1.otf") format("opentype");
}
@font-face {
  font-family: 'Akkurat ProLight';
  src: url("../assets/fonts/akklg_pro_1.woff") format("woff"), url("../assets/fonts/akklg_pro_1.otf") format("opentype");
}
@font-face {
  font-family: 'Akkurat ProItalic';
  src: url("../assets/fonts/akkit_pro_1.woff") format("woff"), url("../assets/fonts/akkit_pro_1.otf") format("opentype");
}
@font-face {
  font-family: 'Akkurat ProLightItalic';
  src: url("../assets/fonts/akklgit_pro_1.woff") format("woff"), url("../assets/fonts/akklgit_pro_1.otf") format("opentype");
}
@font-face {
  font-family: 'Publico Banner';
  src: url("../assets/fonts/publico-medium.woff") format("woff"), url("../assets/fonts/publico-medium.otf") format("opentype");
  src: url("../assets/fonts/publicobanner-extrabold-web.eot");
  src: url("../assets/fonts/publicobanner-extrabold-web.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: #00485e;
}
.bgpewter {
  background-color: #a7a9ac;
}
.bgblack {
  background-color: #000;
}
.bggray13 {
  background-color: #222;
}
.bggray30 {
  background-color: #fff;
}
.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: #00485e;
}
.tpewter {
  color: #a7a9ac;
}
.tmuted {
  color: #a7a9ac;
}
.tblack {
  color: #000;
}
.tgray13 {
  color: #222;
}
.tgray30 {
  color: #fff;
}
.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) {
  .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 Pro", 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: #f4bd0c;
  color: #fff;
}
.btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #00485e;
}
.btn-secondary {
  background-color: #a7a9ac;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #9a9ca0;
}
.btn-tertiary {
  background-color: #fff;
  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 Pro", 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 Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.lk1:focus, .lk1:hover {
  color: #f4bd0c;
}
.lk2 {
  font-family: "Akkurat Pro", 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 Pro", 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 Pro", 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;
    color: #212121;
  }
}
p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Akkurat Pro", 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 Pro", 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 Pro", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}
.lb2 {
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.lb3 {
  height: 1.125rem;
  font-family: "Akkurat Pro", 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: #fff;
  color: #f4bd0c;
  font-family: "Akkurat Pro", 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: #fff;
}
hr.hrgray97 {
  border-top-color: #f7f7f7;
}
hr.hrgray89 {
  border-top-color: #e3e3e3;
}
hr.hrwhite {
  border-top-color: #fff;
}
.detail-lb-date {
  font-family: "Akkurat Pro", 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: #fff;
}
.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;
}
.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 Pro", Helvetica, Arial, sans-serif;
  line-height: 1.28571429;
  color: #232323;
  background-color: #fff;
  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: 2rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #4b4b4b;
}
.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: #f2f2f2;
}
section.nav-push {
  margin-top: 60px;
}
section.section-push {
  margin-top: 12px;
}
section.margin-top {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  section.nav-push {
    margin-top: 120px;
  }
  section.nav-push.subnav-push {
    margin-top: 120px;
  }
  section.section-push {
    margin-top: 36px;
  }
}
.row {
  margin-left: -6px;
  margin-right: -6px;
  padding-bottom: 12px;
}
.row:nth-of-type(1) {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 36px;
  }
  .row:nth-of-type(1) {
    padding-top: 36px;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 36px;
  }
  .row:last-child {
    padding-bottom: 48px;
  }
  .row:nth-of-type(1) {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  [class*='col-xs-'] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767px) {
  .article-block {
    padding: 24px;
    height: fit-content;
  }
}

/*! 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'] {
  padding-top: 55px;
}
.no-gutter > [class*='col-sm-1'] {
  padding-top: 45px;
}
@media (max-width: 480px) {
  .no-gutter > [class*='col-sm'] {
    padding-top: 0;
  }
}
.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/fonts/icomoon.eot?4fju9a');
  src: url('../assets/fonts/icomoon.eot?4fju9a#iefix') format('embedded-opentype'), url('../assets/fonts/icomoon.ttf?4fju9a') format('truetype'), url('../assets/fonts/icomoon.woff?4fju9a') format('woff'), url('../assets/fonts/icomoon.svg?4fju9a#icomoon') format('svg');*/
  src: url('../assets/fonts/icomoon.eot?4fju9a');
  src: url('../assets/fonts/icomoon.ttf?4fju9a') format('truetype'), url('../assets/fonts/icomoon.eot?4fju9a#iefix') format('embedded-opentype'), url('../assets/fonts/icomoon.woff?4fju9a') format('woff'), url('..../assets/fonts/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;
  color:#4D4D4D;
  /* 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";
  background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 3rem;
    
}
.icon-social-fb:hover {
  color:#f4bd0c;
}
.icon-social-mail:before {
  content: "\e914";
  background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 3rem;
  
}
.icon-social-mail:hover {
  color:#f4bd0c;
}
.icon-social-twitter:before {
  content: "\e915";
  background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 3rem;
   
}
.icon-social-twitter:hover {
  color:#f4bd0c;
}
.icon-social-linkedin:before {
  content: "\e920";
  background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 3rem;
    
}
.icon-social-linkedin:hover {
  color:#f4bd0c;
}
.icon-close:before {
  content: "\e921";
}
.icon-instagram .path1:before {
  content: "\e91b";
  color: #a58d5f;
}
.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: #a58d5f;
}
.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: #a58d5f;
}
.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-family: "Akkurat ProBold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
a:hover,
a:focus {
  color: #f4bd0c;
  cursor: pointer;
}
a:hover[target="_blank"]:after,
a:focus[target="_blank"]:after {
  background-image: url('');
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.btn-primary {
  padding: 11px 24px 10px;
  display: inline-block;
  border: 3px solid white;
  text-transform: uppercase;
  font: bold 1rem "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: white;
  background: #00485e;
  border: none;
}
a.btn-primary:hover {
  background: #00485e;
  color: #fff;
  transition: all 0.1s linear;
  /* Safari and Chrome */
  /* Firefox 4 */
  /* Opera */
  transition-delay: 0s;
}
a.btn-primary.dark {
  color: #fff;
  border: 3px solid #4b4b4b;
}
a.btn-primary.dark:hover {
  color: #00485e;
  border-color: #00485e;
  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: #fff;
  border-color: #00485e;
  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/img/patterns/topography-gray.jpg');
  background-repeat: no-repeat;
  color: white;
}
.aqua-texture {
  background-image: url('/assets/img/patterns/aqua-texture.png');
  background-repeat: no-repeat;
  color: white;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fingerprint {
  background-image: url('/assets/img/patterns/fingerprint-white.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.weave {
  background-image: url('/assets/img/patterns/weave-lowres.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.wm-pattern {
  background-image: url('/assets/img/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 #a29060;
  padding: .5rem;
}
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 Pro", Helvetica, Arial, sans-serif;
}
.tag,
.content-tag {
  text-transform: none;
  font-family: "Akkurat ProBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
}
.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 Pro", 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 Pro", 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_iframe {
  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: #03455b;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
footer.main-footer > .row {
  width: 100%;
}
footer.main-footer a {
  font-family: "Akkurat Pro", 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 {
  font-size: 2.25rem;
  margin: 0 1rem;
  text-align: center;
}
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;
}
footer.main-footer .footer-col h4 {
  font-size: 14px;
}
footer.main-footer .footer-col > ul li {
  margin-bottom: 3px;
}
footer.main-footer .footer-col > ul li a {
  font-size: 10px;
}
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 #03455b;
  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;
}
footer.main-footer .footer-footer .right .copyright {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
footer.main-footer.country {
  padding-top: 25px;
}
footer.main-footer.country h4 {
  margin-top: 26px;
}
footer.main-footer.country .footer-col {
  min-height: 0px;
}
footer.main-footer.country .footer-col > ul {
  margin-top: 24px;
}
footer.main-footer.country .footer-footer {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .main-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  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;
    margin-bottom: 40px;
    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 {
    float: none;
    margin-bottom: 20px;
  }
  footer.main-footer .footer-footer .right {
    float: none;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  footer.main-footer .footer-col {
    text-align: center;
  }
}
nav#skiplinks a {
  top: 20px;
  left: -999px;
  position: absolute;
  z-index: 1000;
}
nav#skiplinks a:focus {
  left: 250px;
}
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-family: "Akkurat ProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #232323;
}
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: 0 20px 15px 0;
}
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-family: "Akkurat Pro", 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;
}
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;
}
div.region {
  background-color: #f7f7f7;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  z-index: 1050;
  max-width: 1260px;
}
.region .region-button {
  height: 60px;
  padding-right: 12px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1050;
}
.region .region-button .label a {
  font-size: .9rem;
}
.region .region-button .arrow {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  margin-top: 26px;
  float: left;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #a29060;
}
.region .region-button.opened {
  border-bottom: 5px solid black;
}
.region .region-button.opened .label a {
  color: black;
}
.region .region-button.opened .arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid black;
}
.region .region-button.closed {
  background: transparent;
}
.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;
}
.region .region-button.closed:hover {
  border-bottom: 5px solid black;
}
.region .region-button.closed:hover .label a {
  color: black;
}
.region .region-button.closed:hover .arrow {
  border-top: 4px solid black;
}
.region.country-region .region-button {
  float: left;
}
.region.country-region .lang-toggle {
  float: left;
  width: auto;
  margin-right: 22px;
  margin: 6px 22px 0;
}
.region.country-region .lang-toggle p {
  float: left;
  width: 22px;
  text-align: center;
  color: #a29060;
}
.region.country-region .lang-toggle p a {
  color: #ffffff;
}
.region.country-region .lang-toggle p a:hover {
  color: #f4bd0c;
}
.region.country-region .lang-toggle p a.active {
  font-weight: bold;
  color: white;
  cursor: default;
}
.region.country-region .lang-toggle p a.active:hover {
  color: white;
}
.region .globe {
  display: inline-block;
  float: left;
  margin: 20px 10px 0 12px;
  background: url('/assets/icons/globe-icon@2x.png');
  background-size: 40px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.region .globe.brazil {
  background: url('');
}
.region .globe.australia {
  background: url('');
}
.region .globe.belgium {
  background: url('');
}
.region .globe.canada {
  background: url('/assets/icons/globe-icon-canada.png');
}
.region .globe.china {
  background: url('');
}
.region .globe.germany {
  background: url('');
}
.region .globe.hong-kong {
  background: url('');
}
.region .globe.india {
  background: url('');
}
.region .globe.ireland {
  background: url('');
}
.region .globe.italy {
  background: url('');
}
.region .globe.japan {
  background: url('');
}
.region .globe.korea {
  background: url('');
}
.region .globe.luxembourg {
  background: url('');
}
.region .globe.mexico {
  background: url('');
}
.region .globe.middle-east {
  background: url('');
}
.region .globe.nordicbaltic {
  background: url('');
}
.region .globe.singapore {
  background: url('');
}
.region .globe.south-africa {
  background: url('');
}
.region .globe.united-kingdom {
  background: url('');
}
.region .globe.united-states {
  background: url('/assets/icons/globe-icon-us.png');
}
.region .label {
  float: left;
  display: block;
  text-transform: uppercase;
  color: #a29060;
  margin-right: 10px;
  margin-top: 20px;
  font-size: .8rem;
}
.region .region-menu {
  position: absolute;
  display: none;
  top: 60px;
  right: 60px;
  width: 240px;
  background: white;
  padding: 20px 0;
  z-index: 1040;
  border: 1px solid #f7f7f7;
}
.region .region-menu .close {
  width: 16px;
  height: 16px;
  background-image: url('');
   background-repeat: no-repeat;
  float: right;
  margin-bottom: 10px;
  cursor: pointer;
}
.region .region-menu ul {
  float: left;
  margin-left: 25px;
}
.region .region-menu ul li {
  width: 200px;
  font-size: 0.85em;
  line-height: 2em;
}
.region .region-menu ul li span {
  float: right;
}
.region .region-menu ul li a {
  font-size: .75rem;
  color: black;
  text-transform: none;
  font-weight: normal;
}
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;
}
nav.main-nav .nav-button-holder {
  background: #f7f9fa;
  max-width: 1260px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  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: relative;
  width: 60px;
  height: 60px;
  background: #f4bd0c;
}
nav.main-nav .search-holder #site-search {
  width: 80%;
}
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: #fff;
  font-size: 26px;
}
nav.main-nav .search-holder .search-box {
  width: 0px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #f4bd0c;
}
nav.main-nav .search-holder .search-box input {
  display: none;
  padding: 20px;
  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('');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
nav.main-nav .region .globe.brazil {
  background: url('');
}
nav.main-nav .region .globe.australia {
  background: url('');
}
nav.main-nav .region .globe.belgium {
  background: url('');
}
nav.main-nav .region .globe.canada {
  background: url('');
}
nav.main-nav .region .globe.china {
  background: url('');
}
nav.main-nav .region .globe.germany {
  background: url('');
}
nav.main-nav .region .globe.hong-kong {
  background: url('');
}
nav.main-nav .region .globe.india {
  background: url('');
}
nav.main-nav .region .globe.ireland {
  background: url('');
}
nav.main-nav .region .globe.italy {
  background: url('');
}
nav.main-nav .region .globe.japan {
  background: url('');
}
nav.main-nav .region .globe.korea {
  background: url('');
}
nav.main-nav .region .globe.luxembourg {
  background: url('');
}
nav.main-nav .region .globe.mexico {
  background: url('');
}
nav.main-nav .region .globe.middle-east {
  background: url('');
}
nav.main-nav .region .globe.nordicbaltic {
  background: url('');
}
nav.main-nav .region .globe.singapore {
  background: url('');
}
nav.main-nav .region .globe.south-africa {
  background: url('');
}
nav.main-nav .region .globe.united-kingdom {
  background: url('.png');
}
nav.main-nav .region .globe.united-states {
  background: url('');
}
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('');
  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: 1030;
  background: #a29060;
  width: 60px;
  height: 60px;
}
nav.main-nav .menu-button-holder:hover {
  background: #83744c;
}
nav.main-nav .menu-button-holder:hover .nav-button {
  background: #83744c;
}
nav.main-nav .nav-button {
  position: absolute;
  z-index: 1030;
  width: 60px;
  height: 60px;
  background: #a29060;
}
nav.main-nav .nav-button span {
  display: block;
  width: 21px;
  height: 3px;
  background: white;
  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: white;
  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;
  z-index: 1030;
}
nav.main-nav .nav-location {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f7f9fa;
  height: 100px;
  z-index: 1030;
}
nav.main-nav .nav-location .nav-location-title {
  text-transform: uppercase;
  padding: 100px 240px 0 50px;
  font-size: .8rem;
  color: black;
}
nav.main-nav .nav-location .nav-location-title.text-logo {
  margin: 0;
}
nav.main-nav .nav-location .nav-location-title img {
  position: absolute;
  top: 40px;
  left: 3rem;
  width: 112px;
  height: 24px;
}
nav.main-nav .nav-background {
  position: fixed;  
  top: 0px;
  left: 0px;
  background: #ececec;
  display: none;
  width: 100%;
  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;
  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('') no-repeat 100% 8px;
  display: block;
}
nav.main-nav .nav-list .nav-secondary-list.locations > li > a.open {
  background: transparent url('') 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('');
    background-size: 40px 20px;
  }
  nav.main-nav .region .globe.brazil {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.australia {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.belgium {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.canada {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.china {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.germany {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.hong-kong {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.india {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.ireland {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.italy {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.japan {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.korea {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.luxembourg {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.mexico {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.middle-east {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.nordicbaltic {
    background: url('@2x.png');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.singapore {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.south-africa {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.united-kingdom {
    background: url('');
    background-size: 20px 20px;
  }
  nav.main-nav .region .globe.united-states {
    background: url('');
    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 all and (max-width: 1023px) {
  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: 1023px) {
  nav.new-desktop {
    display: none;
  }
  nav.main-nav .search-holder #site-search {
    width: 100%;
  }
  nav.main-nav .search-holder .search-box {
    height: 0;
    top: 60px;
  }
  nav.main-nav .menu-button-holder {
    display: block;
    width: 60px;
  }
  nav.main-nav .menu-button-label {
    display: none;
  }
  nav.main-nav .nav-location {
    left: 2.3rem;
  }
  nav.main-nav .nav-location .nav-location-title img {
    top: 40px;
    left: .6rem;
    width: 112px;
    height: auto;
  }
  nav.main-nav .nav-center {
    display: none;
  }
  nav.main-nav .nav-right {
    position: absolute;
    right: 0;
    z-index: 1030;
  }
  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: 60px;
    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: 2px solid #E9E9E9;
  }
  nav.main-nav .nav-list-holder .nav-list > li a {
    color: #fff;
    font-family: "Akkurat Pro", 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;
  }
  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 Pro", 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: #00485E;
  text-align: center;
  height: auto;
}
.image-transclude > .row:first-child {
  padding-top: 36px;
}
.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: #fff;
  background-color: white;
}
.image-transclude.white-bg .cta .btn-primary {
  color: #fff;
  border-color: #fff;
}
.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: 18px;
}
.image-transclude .transclude-wrapper .headline {
  margin-bottom: 12px;
}
.image-transclude .transclude-wrapper .subhead {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.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 .transclude-wrapper.strategy.text-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.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%;
  transform: translateX(-50%);
}
.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: 768px) {
  .image-transclude > .row:first-child {
    padding-top: 48px;
  }
  .image-transclude .transclude-wrapper .content-tag {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .image-transclude {
    height: auto;
  }
  .image-transclude .transclude-wrapper {
    padding: 0;
    text-align: left;
  }
  .image-transclude .transclude-wrapper .subhead {
    padding-left: 0;
    padding-right: 0;
  }
													  
						 
   
  .image-transclude .transclude-wrapper.strategy, .image-transclude .transclude-wrapper.text-overlay.strategy {
    height: auto;
  }
  .image-transclude .transclude-wrapper.strategy .cta, .image-transclude .transclude-wrapper.text-overlay.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;
  }
  .image-transclude.center > div > div {
    margin: 0 auto;
  }
  .image-transclude.center > div > div .transclude-wrapper {
    text-align: center;
  }
  .image-transclude.center > div > div .transclude-wrapper .cta {
    left: 50%;
    transform: translateX(-50%);
  }
}
.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;
}

@media only screen and (max-width: 768px) {
  .section-transclude .section-transclude-wrapper {
    padding: 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .section-transclude .section-transclude-wrapper {
    padding: 0 0;
  }
}
  .image-transclude .transclude-wrapper .content-tag {
    padding-bottom: 60px;
  }
.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: #232323;
}
.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;
}
/*Start of digital ad Landing Page*/
/*Media ALL*/
.landing-section-transclude {
  
  background-color: black;
  text-align: center;
 /* font-style: italic;*/
  
  }
.landing-section-transclude h1,h6{
   font-family: "PublicoItalic";
  /* font-style: italic; */
   letter-spacing: -2px;
}
.landing-section-transclude h1{
  color: #a29060;
}
.landing-section-transclude h6{
  color: #FFFFFF;
  font-weight: normal;
}
.landing-contact-left hr{
  border-top: 1px solid #4b4b4b;
  width:70% 
}
.landing-contact-right .text-block{
  background-color: #a29060;
}
.WcoFormSubLabel{
   color: white;
}
 .landing-three-article-card-wrapper .article-block .headline h3 {
    font-size: 1.250rem;
    line-height: 2.150rem;     
   }
.container .landing-three-article-card-wrapper .row{
  padding-top: 0px;
}
.container .landing-two-article-card-wrapper .row{
  padding-top:0px;
}
  
/* end of media ALL */
/* Fix for Firefox */
@media (min-width: 768px){
  .row .landing-contact-right {
		padding-right:0;
	}
}
/* End | fix for firefox */
/* DESKTOP VIEW */
@media (min-width: 1024px) {
     
  .landing-three-article-card-wrapper .landing-contact-right {
    padding-right:18px;
  }
  
  .landing-three-article-card-wrapper .row{
    padding-bottom: 0px;
  }
  
  .landing-three-article-card-wrapper #form1 .row{
    padding-top:0;
    padding-bottom:0;
  }
  
  
  .landing-benefits .landing-article-block{
    padding: 0;
    margin-bottom: 0;
    background: white;
    position: relative;
    width: 100%;
    border-right: 1px solid #a29060;
  }
  
  .landing-benefits .landing-article-block.border-right:nth-child(3n) {
    border-right: none;
  }
   
  .landing-three-article-card-wrapper .article-block .thumbnail {
    margin: -24px -26px 25px -25px;
  }
  .landing-three-article-card-wrapper img{
  height:185px;
}
  
  .landing-three-article-card-wrapper .article-block {
   margin-bottom: 0; 
  }
  /* landing page form styles*/
  
   #contact-us-form .row:last-child{
      padding-bottom: 10px; /*move submit button up*/
  }
  
    .mob-inline label{
     font-size: 0.92rem; 
    }
  .mob-inline #WcoFormInt2{
    padding-bottom: 0.5em;
  }
  
  #form1 input {
   font-size: 0.95rem;
  }
  
  #form1{
     width: 100%; 
     height: auto;
     /*padding-left: 20px;*/
     padding-top:35px;
  }
  
  #WcoForm_FirstName, #WcoForm_E-mail{
    width: 230px; 
     /* height: 30px;*/
  }
   
  #WcoForm_State,#WcoForm_Phone,#WcoForm_City{
     width: 150px; 
    /* height: 30px;*/
  }
  #interest_text{
     font-family: "Publico Banner";
     font-weight: bold; 
     font-size: 18px;
     /* margin-bottom: -50px; */
     
   }
  
  #others{
     width: 140px; 
     /* height: 20px;*/
     margin-left: -2px;
     
   }
  #form2{
    display: none; 
    width: 580px; 
    height: 278px;
   }
  #form2 h2{
  font-family: "PublicoItalic",serif;
   /*font-style: italic; */ 
    font-weight: normal;
   padding: 30% 0; 
   color: white;
   letter-spacing: -1.25px;
   text-align: center;
   }
  #WcoFormInt1{
     /*padding-right:100px;*/
     padding-bottom:8px;
   }
  #WcoFormInt3{
     /*padding-right:37px;*/
     padding-bottom:8px;
   }
  #WcoFormInt5{
     /*padding-right:138px;*/
     padding-bottom:15px;
   }
   
  #details{
     padding-top:10px;
     padding-bottom:10px;
  }
  .landing-section-transclude-wrapper .link-out .vertical-align {
  display:block;
  vertical-align: middle;
}
.landing-section-transclude h1{
  padding-bottom: 0;
  height: 4rem;
  font-weight: normal;
  line-height: 4rem;
  font-size: 3.000rem;
 
}
.landing-section-transclude h6{
  font-size: 1.050em;
  padding-bottom: 0rem;
  font-weight: normal;
 line-height: 1.200em;
  letter-spacing: -0.5px;
  word-spacing:0.2px
}
  .landing-two-article-card-wrapper .landing-contact-wrapper h3.landing-contact-left {
  color:#a29060;
  background-color:black;
  text-align: center;
  font-family: "PublicoItalic",serif;
  /* font-style: italic; */
    font-weight:normal;
  padding-left:70px;
  padding-right:70px;
  height:412px;
  font-size: 1.5rem;
  letter-spacing: -2px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
  
.row .landing-contact-wrapper
{ 
  padding-top: 0px;
  display: table;
  padding-right:0px;
  height: 412px;
  width: 100%;
}
  
  
.row .landing-contact-right{
     padding-right: 18px;
     padding-top: 0px;
     height:412px;
}
.row .landing-contact-right .text-block{
      padding-right: 15px;
      padding-top: 10px; 
      padding-bottom: 0;
  }
  
.landing-two-article-card-wrapper{
  
    padding-left: 0px;
    padding-right: 0px;
    height: 412px;
    margin-bottom: 1px;
    margin-top:-60px;
}
.landing-three-article-card-wrapper{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -36px;
}
.landing-three-article-card-wrapper .article-block{
  border-color:white;
  border-top-width: 0px;
  
}
.landing-three-article-card-wrapper .benefits{
  padding-top: 0px;
  padding-right: 0px;
    padding-left: 0px;
}
.landing-three-article-card-wrapper .benefits .benefit.border-right{
  border-right: 1px solid lightgrey;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.landing-three-article-card-wrapper .article-block .headline h3{
  text-align: left;
}
.landing-three-article-card-wrapper .row .landing-three-article-column {
   padding-top: 0px;
  
}
} 
/*End fo desktop view styles*/
/* Mobile View */
@media (max-width: 760px ){
  
  .landing-section-transclude h1{
    color:#a29060;
    padding-bottom: 1.400em;
    height: 1.250em;
    font-weight: bold;
    line-height: 3.375rem;
    font-size: 2.250rem;
    letter-spacing: -2px;
  }
  .landing-section-transclude h6
  {
    font-size: 0.95em;
    color: white;
    padding-bottom: 0rem;
    font-weight: normal;
    letter-spacing: 0.1px;
  }
  
  .landing-three-article-card-wrapper .article-block .thumbnail img {
    width: 100%;
    margin-bottom: 0.55em;
  }
  .landing-two-article-card-wrapper{
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .row .landing-contact-right {
    padding-right: 0;
    padding-top: 0;
    height:auto;
  }
  #form1 {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-top: 10px;
  }
  
  #form1 .mob-inline{
    margin-bottom: 0.25em;
  }
  
  #form1 .mob-pad{
    padding-left: 12px;
  }
  .landing-three-article-card-wrapper .landing-contact-right div.mob-inline {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
  #WcoForm_FirstName, #WcoForm_E-mail{
    width: 46%;
  }
  #WcoForm_State, #WcoForm_Phone, #WcoForm_City {
    width: 30%;
  }
  
  #interest_text{
    font-family: "Publico Banner";
     font-weight: bold; 
     font-size: 18px;
    /* font-style: italic; 
      margin-bottom: -50px; */
     
   }
  .landing-two-article-card-wrapper > .row.flex {
    padding-bottom: 0;
  }
  .landing-two-article-card-wrapper .landing-contact-wrapper{
    display: table;
    padding-top: 0px;
    padding-right: 0px;
    width: 100%;
  }
  
  .landing-two-article-card-wrapper .landing-contact-wrapper h3.landing-contact-left{
    font-family: "PublicoItalic",serif;
  /*font-style: italic;*/  
    font-weight:normal;
    font-size: 1.5rem;
    letter-spacing: -1.5px;
    color: #a29060;
    background-color: black;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 70px 0px 70px;
}
  #form2 h2{
   letter-spacing: -1.25px; 
  }
  
}
/*End of mobile view styles*/
/*End of digital ad Landing Page*/
@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: #fff;
}
.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: #fff;
  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 Pro", 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-family: "Akkurat ProBold", 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 Pro", 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: #fff;
}
.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;
  }
}
.vidyard_iframe {
  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;
}
.video-shade .icon-close .related-articles .recommended {
  text-align: center;
  margin-right: 0;
}
.vision-detail {
  background-color: white;
  padding: 12px;
}
.vision-detail .border-bottom {
  border-bottom: 1px solid #f7f7f7;
}
.vision-detail .wrapper {
  padding: 0;
  padding-bottom: 18px;
}
.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;
  }
  .vision-detail .content-tag {
    margin-top: 18px;
  }
  .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;
  }
}
@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;
}
@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: #fff;
}
.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: #fff;
  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: white;
  border: 1px solid #00243d;
  position: relative;
  width: 100%;
}

.article-block .author {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 12px;
}
.article-block p {
  color: #232323;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.article-block .content-tag {
  color: #212121;
  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 .text-body {
  margin-bottom: 18px;
}
.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;
}
#form1 .mob-inline input[type=checkbox]{
		margin-right: 0.5em;
}
@media (min-width: 768px) {
  .article-block {
    padding: 18px;
    margin-bottom: 0;
  }
  
  /* Landing For iPad view */
  
  .landing-two-article-card-wrapper{
		height:412px;
		padding-left: 1px;
		padding-right: 0;
	}
	.landing-contact-wrapper{
		display: table;
		height: 410px;
		padding-right: 0;
	}
	.landing-contact-left {
		color: #a29060;
		background-color: black;
		text-align: center;
		font-family:  Publico-Banner-Italic;
		padding-left: 70px;
		padding-right: 70px;
		/*font-style: italic;*/
		font-size: 1.5rem;
		letter-spacing: -1px;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}
  
  .landing-contact-right .text-block{
    padding-bottom: 0;
  }
	#WcoForm_FirstName, #WcoForm_E-mail{
		width:46%;
	}
	#WcoForm_Phone, #WcoForm_City, #WcoForm_State{
		width:30.2%
	}
	#form1 .row{
		padding-top:0;
		padding-bottom:0;
	}
  
  #form1 .mob-inline{
    margin-bottom: 0.25em;
  }
  
  #form1 .mob-pad{
    padding-left: 12px;
  }
  #interest_text{
     font-family: Publico-Banner-Bold;
     font-style: italic; 
     /* margin-bottom: -50px; */
     
   }
  
  /* Landing End of iPad view */
  
  .article-block .headline h4,
  .article-block .headline h3 {
    margin-top: 12px;
  }
  .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;
    height: fit-content;
  }
  .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: #fff;
  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 {
  color: #232323;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  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: #fff;
}
@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: 28px 24px;
  }
}
.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: 420px;
  }
  .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 Pro", 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 Pro", 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;
  }
}
.login {
  background: white;
  border-top: 1px solid #f7f7f7;
}
.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;
}
.login .wrapper .instructions {
  margin-bottom: 24px;
}
.login .wrapper .help-contact {
  margin-bottom: 24px;
  text-align: right;
}
.login .wrapper .login-fields input[type="text"],
.login .wrapper .login-fields input[type="password"] {
  width: 100%;
  margin-bottom: 18px;
}
.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;
}
.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 {
  margin-bottom: 24px;
}
.login .wrapper .login-btn {
  text-align: left;
  margin-bottom: 24px;
}
.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;
  }
}
.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: #B3A369;
}
.audience-blocks .block.advisors {
  background: #58595B;
}
.audience-blocks .block.family-office {
  background: #00677F;
}
.audience-blocks .block.non-profits {
  background: #A7A9AC;
}
.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 24px;
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
  padding-top:96px;
}
.drawer .option-box-group .option-box .option-box-preview h4 {
  margin: 0;
  text-transform: none;
}
.drawer .option-box-group .option-box .option-box-preview:hover{
border-color: #f4bd0c; 
}
.drawer .option-box-group .row .col-sm-4:first-child .option-box .option-box-preview:hover{
border-color: #f4bd0c; 
}
.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: #fff;
    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;
    column-count: 3;
    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.ca-contact {
  background: #4b4b4b;
}
.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();
  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: #fff;
  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: #fff;
}
.contributor.white-bg .cta .btn-primary {
  color: #fff;
  border-color: #fff;
}
.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, .chart-section {
  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, .chart-section{
    padding: 36px;
  }
  .solutions-list ul {
    -moz-column-count: 3;
    -moz-column-gap: 96px;
    -webkit-column-count: 3;
    -webkit-column-gap: 96px;
    column-count: 3;
    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: #fff;
  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: "Akkurat ProBold";
}
.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 Pro", 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: #fff;
}
.vidyard_tmask {
  z-index: 1060 !important;
}
.vidyard_tbox {
  z-index: 1070 !important;
}
.dummy {
padding: 0;
}
.dummy .implication-wrapper {
padding: 36px;
}
.dummy p.text-body {
margin: 12px 0 24px;
}
.btn-group-binary.topics_desk .filter-tag[data-id=""]{
  display:none;
}
.all-leadership .results {
 margin-top: -10px; 
}
.segments .row.flex{
  padding-bottom:0px;
}
/* issue #610*/
@media (max-width: 768px) {
  .benefits_three_column .row:first-child{
    padding-top:24px;
  }
}
/*end of issue #610 */
/*issue #330*/
@media (max-width: 768px) {
section[data-scroll="newsroom"] .row.flex {
padding-bottom: 24px;
}
}
/* end of issue #330 */
/* issue #150*/
@media (max-width: 768px) {
section[data-scroll="recognition"] .row.flex {
padding-bottom: 12px;
}
}
/* end of issue #150*/
/*issue #790*/
@media (min-width: 1024px) {
.thinking-content.white-bg .cta .btn-primary {
  margin-left: 250px;
}
 }
 @media (min-width: 769px) and (max-width: 1024px) {
.thinking-content.white-bg .cta .btn-primary {
  margin-left: 190px;
}
 }
@media (max-width: 768px) {
.thinking-content.white-bg .cta{
  padding-bottom:12px;
}
 }
/*end of issue #790*/
/*issue #100*/
 @media (min-width: 1024px) {
 section[data-scroll="our-value"] .text-block {
  padding: 24px 36px 0px 36px;
}
}
/*end of issue #100*/
/*issue #50*/
@media (min-width: 1024px) {
  .contact .contact-wrapper{
    width: 564px;
}
}
/*end of issue #50*/
/*issue #350*/
@media (max-width: 320px) {
.progress-bar li{
  padding-right: 30px;
}
}
/*end of issue #350*/
/*custom message sharing*/
ul.share-buttons img {
    width: 40px;
}
ul.share-buttons{
  display: inline-flex;
}
.share-buttons li{
  padding-right:10px;
}
/*custom message sharing [end]*/
/* -- new | newsroom template[start] -- */
.process-item{
	background: #FFFFFF;
}
.news-item {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  border-bottom: 1px solid #a29060;
}
.news-item .news-tag{
	font: "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
	color: #fff;
  text-transform: uppercase;
}
.news-item h3 a{
	font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
  line-height: 36px;
}
.news-item .news-author{
	font: "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
	font-weight: normal;
  color: #232323;
  line-height: 18px;
	text-align: left;
}
.news-item .news-image{
  width: 270px;
  max-height: 200px;
  overflow:hidden;
}
.news-item .news-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .news-image > img[src='']{
  width:auto;
  height:auto;
}
.process-item .load-more{
  margin-top: 25px;
}
  .updates .wm-pattern {
  background-image: url('/assets/img/patterns/radial-nodes-dark.png');
}
.updates .inpage-callout{
  background:#a29060;
}
.carousel-news .col-md-6 {
  margin-left: 300px;
    margin-right: 300px;
}
.carousel-news .cta{
  margin-left: 510px;
    margin-right: 510px;
}
.news-tabs .process{
  height: auto;
  padding-top:3px;
}
.news-tabs .process-item .h2{
    padding-top: 24px;
    padding-bottom: 24px;
}
.news-item .newsroom-block{
  text-align:left;
  margin: 0;
  padding-top:24px;
  padding-bottom:24px;
}
.newsroom-lists .result-text{
  display:none;
}
.newsroom-lists .process-item[data-scroll="editor"] .newsroom-landing.filter-bar-results{
  display:none;
}
.newsroom-lists .process-item[data-scroll="editor"] .social_feeds{
  display:none;
}
.newsroom-lists .process-item[data-scroll="social"] .newsroom-landing.filter-bar-results{
  display:none;
}
.newsroom-lists .process-item[data-scroll="latest"] .social_feeds{
  display:none;
}
.newsroom-lists .news-tabs{
   padding-left: 0px;
   padding-right: 0px;
   }
.newsroom-lists .process-item {
   margin-left: 0px;
  margin-right: 0px;
}
.newsroom-lists .process-item[data-scroll="latest"] .newsroom-landing.filter-bar-results{
  padding-left: 0px;
    padding-right: 0px;
    margin-right: -36px;
    margin-left: -36px;
}
.newsroom-lists .process-item .newsroom-landing .results .row{
 padding-top:24px;
}
/* -- new | newsroom template[end] -- */
/*custom message sharing*/
ul.share-buttons img {
    width: 40px;
}
ul.share-buttons{
  display: inline-flex;
}
.share-buttons li{
  padding-right:10px;
}
/*custom message sharing [end]*/
/*twitter-feeds*/
 #exampleProfile .tweet, #exampleProfile .timePosted,#exampleProfile .interact{
   margin-top: 0px;
   margin-bottom: 0px;
      
}
#exampleProfile p,#exampleProfile span, #exampleProfile a{
  font-size:12px;
}
#exampleProfile ul li {
  list-style:none;
  overflow:hidden;
  border:1px solid #dedede;
  margin:5px;
  padding:5px;
}
#exampleProfile ul li:hover {
  background-color:#f0f3fb;
}
#exampleProfile .user,#exampleProfile  .tweet,#exampleProfile  .timePosted {
  float:left;
}
#exampleProfile .user {
  width:25%;
}
#exampleProfile .tweet {
  width:40%;
  margin-left: 32px;
}
#exampleProfile .timePosted {
  width:17%;
    padding-left:10px
}
#exampleProfile .user {
  clear:left;
}
#exampleProfile .user a {
 width: 100px;
}
#exampleProfile .user span span {
  width:150px;
  display:block;
  margin-top:10px;
}
#exampleProfile .user img,#exampleProfile  .user a > span {
  float:left;
}
#exampleProfile .interact {
  float:left;
  width:10%;
  margin-top:-7px;
}
#exampleProfile .interact a {
  margin-left:5px;
  float:left;
}
#exampleProfile .user a > span {
  margin-left:10px;
}
#exampleProfile ul li:first-child{
  display:none;
}
 #exampleProfile .media img {
   
   margin-left:80px;
   width: 250px;
   height: 200px;
}
.tco-hidden{
  display: none;
}
#exampleProfile span[data-scribe="element:verified_badge"] {
       visibility: hidden;
}
/* end of twitter feeds*/
.news-text-body{
  margin-bottom: 12px;
}
/* end of twitter feeds*/
#instafeed img{
  width:330px;
  height:250px;
  margin-bottom: 36px;
}
#instafeed span{
  visibility:hidden;
}
#instafeed{
  padding-left:30px;
}
.detail-callout{
    padding-left: 48px;
    padding-right: 48px;
    padding: 36px 12px 1px 12px;
    margin-bottom: 48px;
    background-color: #e3e3e3;
}
/* one-trust cookie polocy */
.optanon-cookie-policy-group-description{
  display:none;
}
.optanon-cookie-policy-group-name{
  font-weight:bold;
}
/* end of one-trust cookie polocy */
  /*sorry page*/
  /*sorry page*/
  @media (min-width: 768px){
#login{
    margin-left: 48px;
    margin-right: 48px;
}
  }
#login .row{
  padding-top:24px;
}
#pwbLoginTop .row{
  padding-top:0px;
  padding-bottom:0px;
}
#pwbLoginTop p{
  font-size:1.2rem;
}/*end of sorry page*/
/*docusign page*/
  @media (min-width: 768px){
#docusign{
    margin-left: 0px;
    margin-right: 0px;
    padding-left:96px;
    padding-right:96px;
    margin-top:100px;
}
#docusign p{
  font-size:15px;
}
#docusign .row{
  padding-top:0px;
  }
 #docusign .vision-detail .wrapper{
   margin-top:30px;
 }
  }
/*end of docusign page*/
/* new landing page */
#new_landing_cta .content{   
	  font-weight: normal;
    line-height: 1.200em;
    letter-spacing: 0.8px;
    word-spacing: 0.4px;
    margin-bottom: 24px;
    margin-top: -24px;
    padding-right: 160px;
    padding-left: 160px;
    font-size: 20px;
}
#new_landing_heading a br{
  display:none;
}
#new_landing_cta .inpage-callout{
  background:#a29060;
  margin-bottom: 0px;
  border-left: 10px solid black;
  border-right: 10px solid black;
  height:300px;
}
#new_landing_cta .wm-pattern {
    background-image: url(/assets/img/patterns/radial-nodes-darks.png);
					   
}
#new_landing_cta .h3 {
    line-height: 1.200em;
    letter-spacing: 1.5px;
    word-spacing: 1.0px;
    font-size: 45px;
}
#new_landing_cta .cta{
	
  padding-top:20px;
}
#new_landing_cta .cta > a.btn-primary{
  font-size:14px;
}
#new_landing_carousel .carousel .transclude-wrapper{
 width:1150px;
 height:380px;
 text-align: center;
 padding-left: 250px;
 padding-right: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#new_landing_carousel .carousel .row{
	padding:0px;
}
#new_landing_carousel .carousel .row{
  padding:0px;
}
#new_landing_carousel .cta{
position: inherit;
 }
#new_landing_carousel .subhead{
  padding-bottom:24px;
}
#new_landing_carousel .cta .btn-primary {
    padding: 10px 45px;
    font-size: 14px;
}
#new_landing_carousel .clickthrough-dots, #new_landing_carousel .content-tag, #new_landing_carousel .author{
  visibility:hidden;
}
.cta_promo{
margin-bottom: 1px;
    padding-top: 36px;
    padding-bottom: 36px;
  background-color:black;
  
	}
.cta_promo .btn-primary{	
	 padding: 10px 13px;
    font-size: 14px;
    margin-left: 480px;
	}
.new_landing_parts .imagetext-left .text-block{
  border-right: 1px dashed #a26024;
    margin-top: 0px;
  
}
.new_landing_parts .imagetext-left{
	padding-top: 0px;
}
.new_landing_parts .imagetext-right{
 padding-top: 0px;
			 
}
.new_landing_parts .cta{
  padding-top:36px;
			  
}
#new_landing_heading h1{
  padding-top:30px;
  font-size:5.200rem;
  height: 8rem;
  line-height:4.5rem;
  letter-spacing:0.03px;
}
.new_landing_parts{
    padding-left: 0px;
    padding-right: 0px;
}
.new_landing_parts .row{
     padding-top: 0px;
    padding-bottom: 0px;
	}
#new_landing_heading .image-transclude .row{
    height:100%;
	}
#new_landing_heading p{
  font-size: 20px;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 0px;
    letter-spacing: 1.0px;
    line-height: 1.5rem;
  
}
	#new_landing_heading .subhead{  
   padding-bottom:40px;
}
#new_landing_heading .cta{ 
 position:inherit;
}
#new_landing_heading .cta .btn-primary{ 
 padding:10px 45px;
 font-size:14px;
}
#new_landing_heading .transclude-wrapper{ 
    padding-top: 0px;
    padding-right: 10px;
    height: 180px;
    text-align:center;
    padding-bottom: 0px;
}
#new_landing_heading .headline{
  margin-bottom:0px;
}
.carousel_heading{
    padding-top: 24px;
    border-bottom-width: 24px;
    padding-bottom: 24px;
    font-size: 35px;
    font-family: "Publico";
    color: #a29060;
    font-weight: 900;
    padding-left: -24px;
    background-color:black;
    text-align:center;
}
#new_landing_heading .show-more{
  padding-top:0px;
}
#new_landing_heading .landing-section-transclude .row{
  padding-bottom:0px;
}
#new_landing_heading .load-more{
   padding-left: 5px;
}
.video-container{
  position:relative;
  overflow:hidden;
}  
.video-container .content{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
#new_landing_heading .msg{
  display:none;
			 
}
#new_landing_heading .icon-chevron-right{
  color:white;
}
#new_landing_heading .landing-section-transclude{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 769px) and (max-width: 1024px){
  #new_landing_cta .content{
    padding-left: 120px;
    padding-right: 120px;
  }
 .cta_promo .btn-primary{	
	  padding: 10px 13px;
    font-size: 14px;
    margin-left: 365px;
	}
  #new_landing_heading .cta{
    padding-right:36px;
  }
#new_landing_carousel .carousel .transclude-wrapper{
   width:930px;
   height:380px;
   text-align: center;
   padding-left: 230px;
   padding-right: 200px;
}
#new_landing_carousel .cta {
    padding-right:36px;
}
#new_landing_heading h1 {
    font-size: 3.2000rem;
    height: 4rem;
    line-height: 4.0rem;
    letter-spacing: 0.07px;
    padding-top:10px;
}
#new_landing_heading .transclude-wrapper {
    padding-left: 50px;
    padding-top: 0px;
    padding-right: 10px;
    height: 170px;
   
}  
.video-container{
  position:relative;
  overflow:hidden;
  height:400px;
}  
#new_landing_heading .load-more{
   padding-left: 10px;
}
#new_landing_heading .show-more{
   padding-top:0px;
}
  #new_landing_heading p{
  font-size:16px;
  padding-left: 100px;
  padding-right: 130px;
}
}
@media (min-width: 768px){
video {
    width: 100%;
    height: auto;
}
#new_landing_heading .subhead{
  padding-left: 0px;
  padding-right:0px
}  
}
@media (max-width: 767px){
video {
   display:none;
}
#new_landing_heading br{
  display:none;
}
#new_landing_heading .show-more{
  padding-right: 0px;
}
}
@media (min-width: 319px) and (max-width: 424px){
  
 #new_landing_carousel .subhead p{
   padding-left:10px;
   padding-right:10px
 }
   #new_landing_heading h1 {
   font-size: 2.100rem;
    height: 6rem;
    line-height: 2.5rem;
    letter-spacing: 0.07px;
    padding-top: 30px;
 }
 #new_landing_heading .image-transclude .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
  }
#new_landing_heading h1 {
   font-size: 2.100rem;
    height: 6rem;
    line-height: 2.5rem;
    letter-spacing: 0.07px;
    padding-top: 30px;
 }
 #new_landing_heading .image-transclude .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
  }
  #new_landing_heading p {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top:0px;
  }
  #new_landing_heading .cta{
    padding-top:24px;
    position:inherit;
  }
  #new_landing_heading .show-more{
        padding-top: 0px;
  }
  #new_landing_cta .h3{
      font-size: 1.500rem;
    margin-left: 0px;
  }
  #new_landing_cta .content{
    padding-top: 24px;
    font-size: 0.700rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #new_landing_cta .inpage-callout{
    padding-left: 12px;
    padding-right: 12px;
  }
    
  .carousel_heading{
    font-size:20px;
  }
 .video-container{
  position:relative;
  overflow:hidden;
  height:450px;
}
#new_landing_heading .transclude-wrapper{
    height:248px;
  }
  #new_landing_heading .vertical-align{
    width:400px;
 } 
}
@media (min-width: 425px) and (max-width: 500px){
  #new_landing_heading .landing-section-transclude{
   background-image: url(/assets/landing_bg_mobile.png);
   background-repeat:no-repeat;
   background-size:cover
 }
  #new_landing_heading .subhead{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
  }
  #new_landing_heading .transclude-wrapper{
    height:330px;
  }
  #new_landing_heading .vertical-align{
    width:420px;
  }
    
  #new_landing_heading h1 {
    font-size: 2.800rem;
    height: 4rem;
    line-height: 3.0rem;
    letter-spacing: 0.07px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .video-container{
  position:relative;
  overflow:hidden;
  height:520px;
}  
   #new_landing_cta .h3{
      font-size: 1.800rem;
    margin-left: 0px;
  }
  #new_landing_cta .content{
    padding-top: 24px;
    font-size: 0.900rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 12px;
  }
   #new_landing_heading p {
    font-size: 14px;
    padding-left:10px;
    padding-right: 10px;
     padding-top: 50px;
  }
 #new_landing_heading .show-more{
    padding-top: 0px;
    margin-top:-40px;
    
  }
  
}
@media (min-width: 501px) and (max-width: 768px){
  #new_landing_cta .content{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    font-size: 15px;
  }
  #new_landing_heading h1 {
    font-size: 3.500rem;
    padding-top:30px;
    height: 6rem;
    line-height: 3.4rem;
    letter-spacing: 0.07px;
}
#new_landing_heading .vertical-align{
padding-left: 36px;
  width:700px;
}
#new_landing_heading .landing-section-transclude .col-xs-12{
    padding-left: 36px;
}
#new_landing_heading .transclude-wrapper {
    padding-left: 0px;
    border:none;
    height:200px;
}
  #new_landing_heading p{
  font-size:16px;
  padding-left: 0px;
  padding-right: 0px;
    padding-top:0px;
}
.cta_promo .btn-primary{	
	 padding: 10px 18px;
    font-size: 14px;
    margin-left: 255px;
	}
#new_landing_cta{
      margin-top: -80px;
  }
  #new_landing_cta .h3{
    font-size: 30px;
  }
  #new_landing_cta .inpage-callout{
    height:250px;
  }
  
#new_landing_carousel .carousel .transclude-wrapper {
    width: 720px;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
 #new_landing_carousel .cta{
    padding-top:48px
 }
#new_landing_heading .load-more{
    padding-right:15px;
  }
  #new_landing_heading .show-more{
    padding-top:0px;
  }
.video-container{
  position:relative;
  overflow:hidden;
  height:560px;
}  
}
@media (min-width: 319px) and (max-width: 359px){
#new_landing_carousel .carousel .transclude-wrapper{
    padding-top: 12px;
    padding-bottom: 12px;
    width: 320px;
  height:100%;
    padding-left: 0px;
    padding-right: 0px;
   
 }
  #new_landing_carousel .cta{
    padding-top:23px
    padding-left: 0px;
  }
  #new_landing_carousel .carousel .image-transclude{
    padding-left: 0px;
    padding-right: 0px;
  }
  #new_landing_heading .landing-section-transclude{
   background-image: url(/assets/landing_bg_mobile.png);
   background-repeat: no-repeat;
 }
   .cta_promo .btn-primary{	
	 padding: 10px 13px;
    font-size: 14px;
    margin-left: 45px;
	}
    
}
@media (min-width: 360px) and (max-width: 413px){
#new_landing_carousel .carousel .transclude-wrapper{
    padding-top: 12px;
    padding-bottom: 12px;
    width: 375px;
  height:100%;
    padding-left: 0px;
    padding-right: 0px;
  }
 
  #new_landing_carousel .cta{
     padding-top:32px;
    padding-left: 0px;
  }
  #new_landing_carousel .carousel .image-transclude{
    padding-left: 0px;
    padding-right: 0px;
  }
  #new_landing_heading .landing-section-transclude{
   background-image: url(/assets/landing_bg_mobile.png);
   background-repeat: no-repeat;
    background-size: cover;
 }
   .cta_promo .btn-primary{	
	 padding: 10px 13px;
    font-size: 14px;
    margin-left: 75px;
	}
}
@media (min-width: 414px) and (max-width: 500px){
#new_landing_carousel .carousel .transclude-wrapper{
    padding-top: 12px;
    padding-bottom: 12px;
    width: 390px;
    height:100%;
    padding-left: 0px;
    padding-right: 0px;
   
 }
#new_landing_carousel .carousel .image-transclude .transclude-wrapper .headline{
  margin-bottom:0px;
}
  #new_landing_carousel .cta{
     padding-top:36px;
    padding-left: 0px;
  }
  .cta_promo .btn-primary{	
	 padding: 10px 13px;
    font-size: 14px;
    margin-left: 100px;
	}
}
/*end of new landing page*/
/* cta in atrcles*/
.article_content .row{
  padding-top:0px;
}
.article_content .cta{
  text-align:center;
  padding-bottom:36px;
}
/* end of cta in atrcles*/
/*Business Owners section - BO*/
.journey-graph {
  background: #232323;
  color: #fff;
  padding-top: 48px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.journey-graph .tag {
  color: #fff;
  font-size: 14px;
}
.journey-graph .headline {
  margin: 15px 0 20px 0;
}
.journey-graph .description {
  font-family: bold 1rem "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.journey-graph .phase {
  position: absolute;
  bottom: 0;
}
.journey-graph .phase .tag {
  font-size: 12px;
  color: #a7a9ac;
}
.journey-graph .ribbon-nav {
  display: block;
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 1028;
}
.journey-graph .ribbon-nav .btn-block {
  height: 48px;
  color: #232323;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
}
.journey-graph .ribbon-nav .btn-block i {
  color: #f4bd0c;
  vertical-align: -8px;
}
.journey-graph .ribbon-nav .btn-block i::before {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  transition: all 0.3s;
}
.journey-graph .ribbon-nav .ribbon-nav-menu {
  background: #f7f7f7;
}
.journey-graph .ribbon-nav .ribbon-nav-menu.hidden {
  display: none;
}
.journey-graph .ribbon-nav .ribbon-nav-menu li {
  height: 48px;
  text-align: center;
  border-top: 1px solid #E3E3E3;
}
.journey-graph .ribbon-nav .ribbon-nav-menu li.selected {
  display: none;
}
.journey-graph .ribbon-nav .ribbon-nav-menu li a {
  line-height: 48px;
  font-size: 14px;
  color: #232323;
  text-decoration: none;
}
.journey-graph .ribbon-nav .ribbon-nav-menu li a:hover {
  text-decoration: underline;
}
.journey-graph .ribbon-nav .ribbon-nav-menu li a.nav {
  font-weight: normal;
}
.journey-graph #journey_graph_phases {
  display: none;
}
.journey-graph .canvas-container {
  position: relative;
  padding-bottom: 120px !important;
  cursor: pointer;
}
.journey-graph .canvas-container #journey_graph {
  width: 100%;
  height: auto;
  margin: 18px 0;
}
.journey-graph .canvas-container #journey_graph_phases {
  position: relative;
  bottom: 24px;
}
.journey-graph .canvas-container #journey_graph_phases .tag {
  color: #fff;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100px;
  transition: opacity 0.4s ease-out;
}
.journey-graph .canvas-container #journey_graph_phases .tag.selected {
  opacity: 1;
}
.journey-graph .canvas-container #journey_graph_phases .tag.build {
  left: 25px;
}
.journey-graph .canvas-container #journey_graph_phases .tag.grow {
  left: 215px;
}
.journey-graph .canvas-container #journey_graph_phases .tag.transition {
  left: 420px;
}
.journey-graph .sticky-nav {
  display: none;
}
@media (min-width: 768px) {
  .journey-graph {
    padding-top: 0px;
  }
  .journey-graph .canvas-container {
    padding-bottom: 0 !important;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .journey-graph .phase {
    position: inherit;
    bottom: 0;
  }
  .journey-graph .description {
    font-size: 18px;
  }
  .journey-graph #journey_graph_phases {
    display: block;
  }
  .journey-graph .ribbon-nav {
    display: none;
  }
  .journey-graph .sticky-nav {
    z-index: 1028;
    background: #232323;
    display: block;
    position: fixed;
    top: 60px;
    width: 100%;
    max-width: 1260px;
    margin-left: -24px;
    padding: 0 48px;
    height: 0px;
    overflow: hidden;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .journey-graph .sticky-nav.expand {
    height: 60px;
    transition: all 0.3s ease-out;
  }
  .journey-graph .sticky-nav .journey-icon {
    width: auto;
    padding-left: 92px;
    height: 60px;
    background: url('../assets/img/business-owner/journey-01.svg') left center no-repeat;
  }
  .journey-graph .sticky-nav .journey-icon h4 {
    margin-top: 18px;
  }
  .journey-graph .sticky-nav .journey-icon.adventure {
    background: url('../assets/img/business-owner/journey-02.svg') left center no-repeat;
  }
  .journey-graph .sticky-nav .journey-icon.obsessive {
    background: url('../assets/img/business-owner/journey-03.svg') left center no-repeat;
  }
  .journey-graph .sticky-nav .sticky-nav-menu {
    width: 320px;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .journey-graph .sticky-nav .sticky-nav-menu li a {
    color: #fff;
    text-decoration: none;
  }
  .journey-graph .sticky-nav .sticky-nav-menu li a:hover {
    color: #fff;
  }
  .journey-graph .sticky-nav .sticky-nav-menu li.selected a {
    color: #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .journey-graph .sticky-nav {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .journey-graph .sticky-nav .sticky-nav-menu {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 1024px) {
  .journey-graph .sticky-nav {
    margin-left: -48px;
  }
}
.bo-dropdown.dropdown .list {
  margin-top: 12px;
}
.bo-dropdown.dropdown .list .selected {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 24px 0 0;
  pointer-events: none;
}
.bo-dropdown.dropdown .list .selected h3 {
  text-transform: capitalize;
}
.bo-dropdown.dropdown .list .arrow {
  color: #f4bd0c;
  top: 6px;
  right: 0;
  display: none;
}
.bo-dropdown.dropdown .list ul {
  border-color: #232323;
  top: 50px;
  width: auto;
}
.bo-dropdown.dropdown .list ul li {
  width: 200px;
  color: #fff;
  padding: 12px;
  border: none;
  text-transform: capitalize;
}
.bo-dropdown.dropdown .list ul li:hover {
  font-weight: bold;
  background: transparent;
}
.bo-dropdown.dropdown .list ul .tooltip-arrow:after,
.bo-dropdown.dropdown .list ul .tooltip-arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 12%;
}
.bo-dropdown.dropdown .list ul .tooltip-arrow:after {
  border-color: transparent transparent white transparent;
  border-width: 10px;
  top: -19px;
}
.bo-dropdown.dropdown .list ul .tooltip-arrow:before {
  border-color: transparent transparent #4b4b4b transparent;
  border-width: 10px;
  top: -20px;
}
.bo-dropdown.dropdown #journey_phase {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .bo-dropdown.dropdown .list .selected {
    pointer-events: auto;
  }
  .bo-dropdown.dropdown .list .arrow {
    display: block;
    top: 6px;
  }
}
@media (min-width: 1024px) {
  .bo-dropdown.dropdown .list .arrow {
    top: 12px;
  }
  .bo-dropdown.dropdown #journey_phase {
    height: 120px;
    margin-bottom: 0;
  }
}
.bo-mad-lib {
  background-color: #a29060;
  height: auto;
  color: #232323;
}
.bo-mad-lib .h1 {
  font-size: 28px;
  line-height: 36px;
}
.bo-mad-lib .content-tag {
											   
				  
					 
  color: #232323;
  padding: 18px 0 32px;
}
.bo-mad-lib .prompt {
  margin-bottom: 3rem;
  line-height: 1.5;
}
.bo-mad-lib .prompt .mad-lib-choice {
  position: relative;
  display: inline-block;
}
.bo-mad-lib .prompt .mad-lib-choice:hover {
  cursor: pointer;
}
.bo-mad-lib .prompt .mad-lib-choice .icon-dropdown-caret {
  color: #f4bd0c;
  position: absolute;
  right: 0px;
  bottom: 14px;
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.bo-mad-lib .prompt .mad-lib-choice.selected .icon-dropdown-caret,
.bo-mad-lib .prompt .mad-lib-choice.selected .input {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bo-mad-lib .prompt .input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #232323;
  padding-right: 15px;
  color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100%;
}
.bo-mad-lib .prompt .choice-dropdown {
  position: fixed;
  color: #232323;
  background-color: white;
  width: 100%;
  z-index: 1029;
  left: 0;
  top: 0;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #232323;
  padding-top: 24px;
}
.bo-mad-lib .prompt .choice-dropdown .icon-close {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 24px;
  top: 24px;
}
.bo-mad-lib .prompt .choice-dropdown li {
  margin: 1rem;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  line-height: 16px;
  padding: 8px 0;
}
.bo-mad-lib .prompt .choice-dropdown li.prompt {
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
  display: initial;
}
.bo-mad-lib .prompt .choice-dropdown li.prompt:hover {
  line-height: 16px;
}
.bo-mad-lib .prompt .choice-dropdown li.selected,
.bo-mad-lib .prompt .choice-dropdown li:hover {
  font-family: bold 1rem "Akkurat Pro", Helvetica, Arial, sans-serif;
  line-height: 16px;
}
.bo-mad-lib .prompt .choice-dropdown hr {
  display: block;
  border-top: 1px solid #232323;
  margin: 1rem 0;
}
.bo-mad-lib .prompt .error-state {
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  display: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.bo-mad-lib .prompt .error-state .ast {
  color: #f4bd0c;
}
.bo-mad-lib .cta {
  margin-bottom: 18px;
}
.bo-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);
}
.bo-mad-lib .cta.disabled .btn-primary {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default !important;
}
.bo-mad-lib .cta.disabled .btn-primary:hover {
  background: #f4bd0c;
}
.bo-mad-lib .mobile-shade {
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 480px) {
  .bo-mad-lib {
    text-align: left;
  }
  .bo-mad-lib .mad-lib-container {
    padding: 24px 0;
  }
  .bo-mad-lib br {
    display: block;
  }
  .bo-mad-lib .h1 {
    font-size: 34px;
  }
  .bo-mad-lib .content-tag {
    padding: 0 0 48px;
  }
  .bo-mad-lib .prompt {
    line-height: 1.3333333;
    margin-bottom: 48px;
  }
  .bo-mad-lib .prompt .mad-lib-choice .icon-dropdown-caret {
    font-size: 16px;
    bottom: 14px;
  }
  .bo-mad-lib .prompt .input {
    padding-right: 21px;
  }
  .bo-mad-lib .prompt .choice-dropdown {
    position: absolute;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    top: 64px;
    left: initial;
  }
  .bo-mad-lib .prompt .choice-dropdown hr {
    display: none;
  }
  .bo-mad-lib .prompt .choice-dropdown li {
    margin: initial;
  }
  .bo-mad-lib .prompt .choice-dropdown li.prompt {
    display: none;
  }
  .bo-mad-lib .prompt .choice-dropdown.scrollable {
    overflow-y: scroll;
  }
  .bo-mad-lib .prompt .choice-dropdown .icon-close {
    display: none;
  }
  .bo-mad-lib .prompt .choice-dropdown .option {
    padding: 18px;
    line-height: 16px;
  }
  .bo-mad-lib .prompt .choice-dropdown .tooltip-arrow:after,
  .bo-mad-lib .prompt .choice-dropdown .tooltip-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    left: 45%;
  }
  .bo-mad-lib .prompt .choice-dropdown .tooltip-arrow:after {
    border-color: transparent transparent white transparent;
    border-width: 10px;
    top: -19px;
  }
  .bo-mad-lib .prompt .choice-dropdown .tooltip-arrow:before {
    border-color: transparent transparent #232323 transparent;
    border-width: 10px;
    top: -20px;
  }
  .bo-mad-lib .cta {
    margin-bottom: 0;
  }
  .bo-mad-lib .mobile-shade {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .bo-mad-lib .mad-lib-container {
    padding: 0;
  }
  .bo-mad-lib .prompt {
    line-height: 1.3333333;
  }
  .bo-mad-lib .prompt .mad-lib-choice {
    display: inline-block;
  }
  .bo-mad-lib .prompt .mad-lib-choice .icon-dropdown-caret {
    font-size: 16px;
  }
}
.bo-carousel {
  position: relative;
  height: 372px;
}
.bo-carousel .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #073656;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
.bo-carousel .carousel-item.dark {
  background-color: #232323;
}
.bo-carousel .carousel-item h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.bo-carousel .carousel-item p {
  font-size: 18px;
  line-height: 18px;
  max-width: 600px;
  margin: 0 auto;
}
.bo-carousel .carousel-item .row {
					   
			   
  height: 100%;
				  
}
.bo-carousel .carousel-item .cta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 96px;
}
.bo-carousel .carousel-item .cta a.btn-primary {
  padding: 11px 32px 10px;
}
.bo-carousel .handle-right,
.bo-carousel .handle-left {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  color: #073656;
  width: 30px;
  height: 30px;
  top: 45%;
  font-size: 30px;
}
.bo-carousel .handle-right span,
.bo-carousel .handle-left span {
  font-weight: bold;
}
.bo-carousel .handle-right:hover .path1:before,
.bo-carousel .handle-left:hover .path1:before {
  color: #f4bd0c;
}
.bo-carousel .handle-right {
  right: 12px;
  top: auto;
  bottom: 24px;
}
.bo-carousel .handle-left {
  transform: rotate(180deg);
  display: inline-block;
  left: 12px;
  top: auto;
  bottom: 24px;
}
.bo-carousel .clickthrough-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 24px 0;
}
.bo-carousel .clickthrough-dots .dot {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #a7a9ac;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.bo-carousel .clickthrough-dots .dot.active {
  background-color: #fff;
}
@media (min-width: 480px) {
  .bo-carousel {
    height: 420px;
  }
  .bo-carousel .carousel-item h2 {
    margin-top: 72px;
  }
  .bo-carousel .carousel-item p {
    margin-top: 24px;
    font-size: 24px;
    line-height: 28px;
  }
  .bo-carousel .carousel-item .cta {
    margin-top: 72px;
    bottom: 96px;
  }
  .bo-carousel .handle-right {
    right: 24px;
    top: 50%;
    margin-top: -15px;
  }
  .bo-carousel .handle-left {
    left: 24px;
    top: 50%;
    margin-top: -15px;
  }
  .bo-carousel .clickthrough-dots {
    margin: 36px 0;
  }
}
@media (min-width: 1024px) {
  .bo-carousel .carousel-item h2 {
    margin-top: 114px;
  }
}
.bo-video {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  background-color: #a29060;
  text-align: center;
  height: 372px;
}
.bo-video .banner {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.7);
  text-align: left;
  padding: 0 12px;
}
.bo-video .banner .content-tag {
  color: white;
  padding-bottom: 9px;
  margin-top: 18px;
}
.bo-video .banner .headline {
  margin-bottom: 18px;
}
.bo-video .cta button {
  top: 100px;
  left: 50%;
  margin-left: -40px;
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2) 0px 0px 0px rgba(0, 0, 0, 0.25);
}
    .bo-video .play-button {
        top: 150px;
    }
    .bo-video .vidyard-lightbox-image {
        display: none;
    }
@media (min-width: 1024px) {
  .bo-video {
    height: 420px;
  }
  .bo-video .banner {
    height: 120px;
    padding: 0 48px;
  }
  .bo-video .banner .content-tag {
    color: white;
    padding-bottom: 12px;
    margin-top: 32px;
  }
  .bo-video .banner .headline {
    margin-bottom: 12px;
  }
  .bo-video .cta button {
    top: 140px;
  }
}
.bo-hero {
  position: relative;
  height: 508px;
}
.bo-hero .background {
  position: absolute;
  width: 812.8px;
  height: 100%;
  top: 0;
  left: calc(50% - 572px);
  right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #a29060;
}
.bo-hero .banner-container {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
}
.bo-hero .banner {
  position: absolute;
  background: rgba(34, 34, 34, 0.7);
  color: white;
  top: auto;
  bottom: 0;
  text-align: left;
  height: auto;
  padding: 24px 12px;
}
.bo-hero .banner .description {
  margin-top: 18px;
  margin-bottom: 12px;
  max-width: 400px;
}
.bo-hero .banner .subhead {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 480px) {
  .bo-hero .background {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .bo-hero {
    height: auto;
    padding-top: 62.5%;
  }
  .bo-hero .background {
    width: 100%;
    left: 0;
    right: auto;
  }
  .bo-hero .banner-container {
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .bo-hero .banner {
    bottom: auto;
    padding: 24px 24px;
  }
  .bo-hero .banner .headline {
    font-size: 34px;
    line-height: 36px;
  }
  .bo-hero .banner .subhead {
    color: white;
  }
}
@media (min-width: 1024px) {
  .bo-hero .banner-container {
    top: 48px;
    left: 48px;
    right: 48px;
    bottom: 48px;
  }
  .bo-hero .banner {
    padding: 32px 32px;
  }
  .bo-hero .banner .headline {
    font-size: 52px;
    line-height: 54px;
  }
  .bo-hero .banner .description {
    max-width: 480px;
  }
  .bo-hero .banner .subhead {
    max-width: 480px;
  }
}
.bo-inpage-callout {
  background: url('../assets/img/business-owner/pattern-callout.svg') center center no-repeat #232323;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 36px;
  position: relative;
}
.bo-inpage-callout .h2,
.bo-inpage-callout .h3 {
  margin-bottom: 18px;
}
.bo-inpage-callout .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-position: center;
}
.bo-inpage-callout .cta {
  height: 32px;
  position: relative;
}
.bo-inpage-callout.inset {
  background: #E8E8E8;
  color: #fff;
}
@media (min-width: 768px) {
  .bo-inpage-callout {
    padding: 48px;
  }
  .bo-inpage-callout .h2 {
    margin: 0 auto;
    width: 50%;
  }
  .bo-inpage-callout .h2,
  .bo-inpage-callout .h3 {
    margin-bottom: 32px;
  }
}
.bo-section-transclude {
  background-color: white;
  text-align: left;
  color: #232323;
  font-family: "Publico Banner", Georgia, "Times New Roman", Times, serif;
}
.bo-section-transclude h2 {
  text-transform: none;
  display: inline;
}
.bo-section-transclude .row,
.bo-section-transclude .row:first-child,
.bo-section-transclude .row:last-child {
  padding-top: 24px;
  padding-bottom: 24px;
}
.bo-section-transclude.inline {
  background-color: transparent;
}
.bo-section-transclude.inline .row,
.bo-section-transclude.inline .row:first-child,
.bo-section-transclude.inline .row:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .bo-section-transclude .row,
  .bo-section-transclude .row:first-child,
  .bo-section-transclude .row:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .bo-section-transclude .row,
  .bo-section-transclude .row:first-child,
  .bo-section-transclude .row:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bo-promo {
  position: relative;
  background: url('../assets/img/business-owner/pattern-promo.svg') center center no-repeat #232323;
  background-size: cover;
  color: white;
  text-align: center;
  min-height: 320px;
}
.bo-promo .subhead {
  margin-top: 18px;
  margin-bottom: 18px;
}
.bo-promo p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
@media (min-width: 768px) {
  .bo-promo h2 {
    margin-top: 24px;
  }
}
.bo-newsroom-block {
  background-color: white;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12px;
  padding-bottom: 118px;
  margin-bottom: 18px;
  text-align: center;
  position: relative;
  width: 100%;
}
.bo-newsroom-block hr {
  border-color: #fff;
  margin: 24px 0;
}
.bo-newsroom-block h3 {
  margin-top: 48px;
  margin-bottom: 12px;
  text-transform: none;
  height: auto;
  color: #232323;
}
.bo-newsroom-block .author,
.bo-newsroom-block .text-body {
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  color: #232323;
  text-transform: none;
					  
}
.bo-newsroom-block .author {
  color: #fff;
  font-weight: normal;
}
.bo-newsroom-block .text-body {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .bo-newsroom-block {
    padding: 24px;
    padding-bottom: 118px;
    margin-bottom: 0;
  }
  .bo-newsroom-block h3 {
    margin-top: 32px;
    height: 100px;
  }
  .bo-newsroom-block hr {
    margin: 0;
  }
  .bo-newsroom-block .author {
    margin-bottom: 12px;
  }
  .bo-newsroom-block .date {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .bo-newsroom-block {
    padding: 36px;
    padding-bottom: 150px;
  }
  .bo-newsroom-block h3 {
    height: 150px;
  }
  [class^="vert-col-"] .newsroom-block,
  [class*=" vert-col-"] .newsroom-block {
    margin-bottom: 32px;
  }
}
.scroll-arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  background-color: #a29060;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 797;
  padding-top: 12px;
}
.scroll-arrow i {
  color: #fff;
  position: absolute;
  display: block;
  font-size: 45px;
  font-weight: bold;
  transform: rotate(90deg);
  display: inline-block;
  left: 0;
  top: 2px;
}
.scroll-arrow.up i {
  transform: rotate(-90deg);
  display: inline-block;
}
/*BO END*/
/* video module in article pages*/
button.article{
  display: block;
	position: absolute;
	background-color:#a29060;
  color: white;
	opacity: .6;
	border-radius: 50%;
	font-size: 1.5rem;
	padding: 1.2rem;
	padding-left: 1.5rem;
}
/* video module in article pages end*/
/* share icons in location pages */
#location-pages .icon-social-mail:before, #location-pages .icon-social-twitter:before,#location-pages .icon-social-linkedin:before, #location-pages .icon-social-fb:before{
  background:#ffffff;
}
/* share icons in location pages end*/
/* business owner article page*/
#video_article_cards .article-block .heading{
      padding-top: 50px;
    }
#video_article_cards #articles{
     text-align:center;
}
#video_article_cards .article-block button.video{
    display: block;
    position: absolute;
    background-color: white;
    color: #a29060;
     opacity: 1;
     border-radius: 50%;
    font-size: 1.2rem;
    padding: 1.0rem;
    padding-left: 1.2rem;
}
#video_article_cards .article-block .headline h3{
color:#a29060;
font-size:1.5rem;
}
#video_article_cards .article-block .heading h3{
  font-size:1.5rem;
  text-align: center;
  color:#a29060;
}
#video_article_cards .text-body{
font-size:17px;
text-align:center;
margin-top: 50px;
margin-bottom:50px;
 
}
#video_article_cards .cta .btn-primary{
text-align:center;
padding:10px 35px;
  font-size:14px;
}
#video_article_cards .landing-three-article-card-wrapper .article-block{
  border-color:#a29060;
  border-top-width:1px;
  height:100%;
}
#video_article_cards .landing-three-article-card-wrapper{
  padding-bottom:36px;
  margin-bottom:0px;
}
#mary .image-transclude {
background: url(/assets/new-landing/gif-images/mary_gif-sized.gif) no-repeat center;
}
#bob .image-transclude {
background: url(/assets/new-landing/gif-images/bob-gif-sized.gif) no-repeat center;
}
#fred .image-transclude {
background: url(/assets/new-landing/gif-images/fred-gif-sized.gif) no-repeat center;
}
@media (max-width: 768px)and (min-width: 501px){
.video-hero .image-transclude{
  height:300px;
}
.video-hero button.video{
  top:60px;
}
}
@media (max-width: 500px){
.video-hero .image-transclude{
  height:300px;
}
.video-hero button.video{
  top:80px;
}
}
@media (min-width: 1025px){
#bob .image-transclude .cta .video {
  left:40px;
}
}
@media (max-width: 1024px) and (min-width: 769px){
.video-hero .image-transclude .cta .video {
  left:-75px;
}
}
.video-hero button.video{
  font-size:2.5rem;
  opacity:initial;
  color: white;
  background: #a29060;
  padding: 2.0rem;
  padding-left: 2.5rem;
}
.video-hero .cta{
  top:210px;
  left:610px;
}
.video-hero{
  padding-left:0px;
  padding-right:0px;
}
@media (max-width: 424px) and (min-width: 319px){
  #video_article_cards .h3{
font-size:1.500rem;
}
#video_article_cards #new_landing_cta .content{
display: none;
}
#video_article_cards .article-block .thumbnail{
display: block;
}
}
/* end of business owner article page*/
/* CD Login page*/
.chart-section .text-body{
padding-top:24px;
}
.chart-section img{
  padding-bottom:24px;
}
/* new video landing pages - mary,bob,fred */
#video_landing .cta_promo .cta{
  text-align:center;
}
#video_landing .cta_promo .cta .btn-primary{
  margin-left:0px;
}  
#video_landing .image-transclude{
  height:450px;
  margin-bottom:0.5px;
}
#video_landing #new_landing_cta .h3{
  font-size:40px;
}
#video_landing #new_landing_heading h1{
  font-weight:bold;
  color:white;
  font-family:"Publico Banner", Georgia, "Times New Roman", Times, serif;
  font-size:4.200rem
}
#video_landing #new_landing_heading button.video{
  font-size:2.5rem;
  padding-left:2rem;
  opacity:initial;
}
#video_landing #new_landing_cta .inpage-callout{
    border-left: 0px;
    border-right: 0px;
    height: 200px;
}
#video_landing  .article-block .headline h3{
color:#a29060;
font-size:1.5rem;
}
#video_landing  .article-block .heading h3{
  font-size:1.5rem;
  text-align: center;
  color:#a29060;
}
#video_landing #new_landing_carousel .text-body{
  text-align:center;
  font-size:17px;
  margin-top:50px;
  margin-bottom:50px;
}
#video_landing #new_landing_carousel .cta .btn-primary{
text-align:center;
padding:10px 35px;
}
#video_landing #new_landing_carousel p{
   color: #232323;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size:0.875rem;
  font-weight:normal;
  letter-spacing:0px;
  word-spacing:0px;
  
}
  
#video_landing .article-block button.video{
    text-align:center;
    display: block;
    position: absolute;
    background-color: white;
    color: #a29060;
     opacity:1;
    border-radius: 50%;
    font-size: 1.2rem;
    padding: 1.0rem;
    padding-left: 1.2rem;
}
#video_landing #new_landing_carousel_heading{
  padding-top: 36px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
  
#video_landing .landing-three-article-card-wrapper .article-block{
  border-color:#a29060;
  border-top-width:1px;
}
#video_landing #new_landing_cta{
  padding-bottom:54px;
}
#video_landing .article-block .heading{
      padding-top: 50px;
    }
#video_landing #articles{
    text-align: center;
}
.landing-three-article-card-wrapper{
padding-top:54px;
padding-bottom:54px;
margin-bottom:0px;
}
@media (max-width: 424px) and (min-width: 319px){
#video_landing #new_landing_heading h1{
font-size: 2.100rem;
}
#video_landing #new_landing_cta .h3{
font-size:1.500rem;
}
#video_landing #new_landing_cta .content{
display: none;
}
#video_landing .article-block .thumbnail{
display: block;
}
#video_landing #articles{
    text-align: center;
    padding-top: 12px;
}
#video_landing #new_landing_carousel .cta{
margin-top:0px;
}
#video_landing .bo-video{
height:300px;
}
#video_landing .landing-three-article-card-wrapper .row{
padding-bottom: 0px;
}
#video_landing .landing-three-article-card-wrapper{
padding-top:36px;
padding-bottom:36px;
}
#video_landing #new_landing_cta{
padding-bottom:36px;
}
}  
@media (max-width: 374px) and (min-width: 319px){
#video_landing #new_landing_carousel p{
padding-top: 10px;
margin-bottom: 0px;
}
}
@media (max-width: 424px) and (min-width: 375px){
#video_landing #new_landing_carousel p{
padding-top:24px;
}
}
@media (max-width: 767px) and (min-width: 425px){
#video_landing #new_landing_heading h1{
font-size: 2.700rem;
}
#video_landing #new_landing_cta .h3{
font-size:1.900rem;
}
#video_landing #new_landing_cta .content{
display: none;
}
#video_landing .article-block .thumbnail{
display: block;
}
#video_landing #new_landing_carousel p{
padding-top:24px
}
#video_landing #articles{
  text-align:center;
    padding-top:12px;
}
#video_landing #new_landing_carousel .cta{
margin-top:0px;
}
#video_landing .bo-video{height:300px;}
#video_landing .landing-three-article-card-wrapper .row{
padding-bottom: 0px;
}
#video_landing .landing-three-article-card-wrapper{
padding-top:36px;
padding-bottom:36px;
}
#video_landing #new_landing_cta{
padding-bottom:36px;
}
#video_landing button.video{
  top:100px;
}
}
@media (max-width: 1023px) and (min-width: 768px){
#video_landing .article-block .heading h3{
font-size:1.2rem;
}
#video_landing .article-block .headline h3{
font-size:1.2rem;
}
#video_landing .landing-three-article-card-wrapper .row{
padding-bottom:0px;
}
#video_landing .article-block .heading{
padding-top:36px;
}
#video_landing #new_landing_carousel .cta{
margin-top:0px;
}
#video_landing #new_landing_carousel .cta .btn-primary{
padding:10px;
}
#video_landing #new_landing_cta .h3{
font-size:30px;
}
#video_landing #new_landing_cta
{
  margin-top:0px;
}
#video_landing #new_landing_cta .content{
  display:none;
}
#video_landing #articles{
  text-align:center;
  padding:0px;
}
}
@media (max-width: 1300px) and (min-width: 1024px){
#video_landing #articles{
text-align:center;
padding:0px;
}
#video_landing .article-block .heading{
padding-top:12px;
}
}
@media(min-width:601px){
#mary .bo-video
{
 background: url(/assets/new-landing/gif-images/mary_gif-sized.gif) no-repeat center;
}
#fred .bo-video
{
 background: url(/assets/new-landing/gif-images/fred-gif-sized.gif) no-repeat center;
}
#bob .bo-video
{
 background: url(/assets/new-landing/gif-images/bob-gif-sized.gif) no-repeat center;
}
}
@media (max-width: 600px){
#mary .bo-video{
  background:none;
  background-image: url(/assets/new-landing/gif-images/mary-gif-edit-sized-for-mobile.gif);
  background-size:cover;
}
#fred .bo-video{
  background:none;
  background-image: url(/assets/new-landing/gif-images/fred-gif-edit-sized-for-mobile.gif);
   background-size:cover;
}
#bob .bo-video{
  background:none;
  background-image: url(/assets/new-landing/gif-images/bob-gif-edit-sized-for-mobile.gif);
  background-size:cover;
}
}
#card-carrier{
  margin-bottom: 36px;
}
#card-carrier .h2{
  font-size: 2.400rem;
}
#capabilities_box{
  display: none;
}
/* segment page social icon color change*/
.segment-page .icon-social-mail:before, .segment-page .icon-social-linkedin:before, .segment-page .icon-social-twitter:before,  .segment-page .icon-social-fb:before,
.headline-wrapper .icon-social-mail:before, .headline-wrapper .icon-social-linkedin:before, .headline-wrapper .icon-social-twitter:before,  .headline-wrapper .icon-social-fb:before {
  background:white;
}
/* segment page social icon color change - end*/
/* ad landing page*/
.ad-landing .text-block a{
text-transform: none;
font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
font-size:0.875rem;
}
.ad-landing .headline-wrapper{
padding:0px;
}
.ad-landing .contact-block{
padding-top:60px;
}
.ad-landing .article-block img{
display:none;
}
.ad-landing .article-block img{
display:none;
}
.ad-landing .text-block ul{
    padding-left: 40px;
    list-style: disc;
}
.ad-landing .text-block{
  padding : 24px 36px;
}
.ad-landing h3 {
    font-size: 1.30rem;
    line-height: 2.00rem;
  }
/* article enhancement changes*/
#new-article{
height : 100%;
}
#article_section .col-md-8{
  padding-top: 60px;
}
#article_section .article_content .vision-detail p{
font-size: 15px;
    line-height: 28px;
}
.article_content .row{
padding-top:0px;
}
#key_sections h3{
font-size: 1.25rem;
}
#key_sections ul li{
font-size:17px;
padding:6px 12px;
}
#key_sections ul {
padding-left:40px;
list-style: disc;
}
#article_section a.btn-primary{
  padding: 12px 72px 12px;
  font-size: 15px;
}
#article_section .vision-detail h2{
text-transform:uppercase;
font-size: 24px;
font-family: Akkurat Pro, sans-serif;
font-weight: lighter;
}
#article_section .disclosures .heading{
margin-bottom:15px;
  padding-top:12px;
}
#article_section .heading .h3{
text-transform:uppercase;
font-size: 24px;
font-family: Akkurat Pro, sans-serif;
font-weight: lighter;
}
#article_section{
  background: white;
  margin-bottom: 36px;
}
#article_section sup{
  top:-0.7 rem;
}
#article_section .row{
  padding:0px;
}
#article_section .vision-detail{
  padding-top:0px;
  padding-bottom:0px;
}
#article_section #key_sections{
  padding-top:0px;
}
#article_section .sidebar{
  padding-top:72px;
}
#article_section .vision-detail .border-bottom {
  border-bottom: none;
}
#article_section .article_content h3{
font-family: âPublico Banner,â serif;
font-size: 1.25rem;
line-height: 1.5rem;  
}
#article_section #related_articles section{
padding-top:36px;
  padding-bottom:36px; 
  background-color:white;
}
/* end of article enhancement changes*/
#wmz_login .vision-detail{
  border:0px;
}
#wmz_login .vertical-align{
  padding-top:24px;
}
/* header tag structural changes in home page*/
.audience-blocks .btn-primary {
 background: #f4bd0c;
    color: #fff;
    padding: 11px 24px 10px;
    font-size: 12px;
	}
.audience-blocks .h3, .audience-blocks p{
  text-transform:none;
}
.audience-blocks .block:hover .h3{
    color: #f4bd0c;
}
.hero-block .h2{
    letter-spacing: 0.00rem;
    color: white;
    text-transform: none;
}
.hero-block p{
    color: white;
    text-transform: none;
 }
 .hero-block:hover .h2{
   color:#f4bd0c;
 }
	/* header tag structural changes in home page - end*/
/*qa testing issues*/
@media (max-width: 767px) {
#article_section #related_articles{
  display:none;
}
}
/*qa testing issues- end*/
/* new landing page changes 03/10/2020*/
.new-ad-landing .nav-push .row{
   padding-top:64px;
}
.new-ad-landing .h3 {
   font-family: "Publico", Georgia, "Times New Roman", Times, serif;
   font-weight: 100;
   font-size: 1.80rem;
   line-height: 2.25rem;
}
.new-ad-landing #conversion-module{
   padding-left:24px;
   padding-right:24px;
}
.new-ad-landing .text-block	p{
   padding-right: 64px;
   font-size: 0.950rem;
}
.new-ad-landing .contact-block{
   background: #58595B;
   padding: 24px;
}
.new-ad-landing .contact-block	p{
   font-size: 0.950rem;
}
.new-ad-landing .contact-block .h3{
   font-weight: 100;
   font-family: "Publico", Georgia, "Times New Roman", Times, serif;
   font-size: 1.80rem;
   color: white;
}
.new-ad-landing .contact-block .text-body{
   color: white;
}
.new-ad-landing .contact-block hr{
   border-color: white;
   margin-left: 0px;
   margin-right: 0px;
}
.new-ad-landing .cta .btn-primary{
   color: black;
   font-size: 14px;
   border: 1px solid;
}
.new-ad-landing .headline-wrapper  .h2{
   font-family: "Publico ", Georgia, "Times New Roman", Times, serif;
   font-size: 3.100rem;
   font-weight: normal;
   letter-spacing: 0.5px;
}
.new-ad-landing .contact{
   height: 310px;
   background: url(http://bnywm-dev.cphostaccess.com/assets/img/new-landing-pages/contactusgraphic.jpg);
   background-size: 100%;
   background-repeat: no-repeat;
   
}
.new-ad-landing .contact .content-tag{
   font-size: 15px;
   color:black;
}
.new-ad-landing .contact .contact-wrapper .headline .h2{
   font-family: "Publico ", Georgia, "Times New Roman", Times, serif;
   color:black;
}
.new-ad-landing .contact .contact-wrapper .headline p{
color: black;
padding-right: 90px;
}
.new-ad-landing .article-block .content-tag{
   color: black;
}
.new-ad-landing .article-block .headline h3{
   font-family:"Publico", Georgia, "Times New Roman", Times, serif;
   color:#4b4b4b;
   font-weight: normal;
   font-size: 1.5rem;
   line-height: 2.00rem;
}
.new-ad-landing .considerations{
   font-family: "Publico", Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   padding-bottom: 36px;
}
.new-ad-landing .landing-articles{
    padding-top: 48px;
    padding-bottom: 0px;
    background: white;
}
.new-ad-landing .article-block {
     border: 2px solid #a29060;
	 height:300px;
	 border-bottom:0px;
}
.new-ad-landing .article-block-image {
   width:100%;
   height:20%;
}
.new-ad-landing .article-block img{
   display: none;
}
@media (max-width: 1024px){
.new-ad-landing .article-block .headline h3{
    font-size: 1.2rem;
    line-height: 1.50rem;
}
.new-ad-landing .contact .row{
   padding-top:24px;
   padding-bottom:24px;
}
.new-ad-landing .contact .contact-wrapper .headline p{
   padding-right: 150px;
}
.new-ad-landing .contact .cta{
   bottom: 20px;
}
.new-ad-landing .contact{
height:250px;
}
}
@media (min-width: 768px) and (max-width: 1023px){
.new-ad-landing .landing-articles .cta{
   padding-top:24px;
}
.new-ad-landing .article-block{
   height:350px;
}
.new-ad-landing .contact .cta{
   bottom: 10px;
}
.new-ad-landing .contact .contact-wrapper .headline p{
   padding-right: 400px;
}
.new-ad-landing .headline-wrapper .h2{
font-size: 2.700rem;
}
.new-ad-landing .contact{
background-size: auto;
}
.new-ad-landing .contact .content-tag{
margin-bottom:24px;
}
}
@media (min-width: 320px) and (max-width: 767px){
.new-ad-landing .headline-wrapper .h2{
   padding-bottom:36px;
   font-size: 2.200rem;
}
.new-ad-landing .article-block{
   height:250px;
   margin-bottom: 0px;
}
.new-ad-landing .contact .contact-wrapper .headline p {
padding-right:0px;
}
.new-ad-landing .text-block p{
padding-right:0px;
}
.new-ad-landing .contact{
background-size: auto;
}
.new-ad-landing .contact .cta{
  bottom:40px;
}
.new-ad-landing #conversion-module{
  padding-left:12px;
  padding-right:12px;
}
}
/*new landing page changes 03/10/2020 - end*/