/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
@import url(//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.touch-callout {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.overflow-hidden {
  overflow: hidden;
}
.hidden {
  display: none!important;
}
.tablet-show {
  display: none;
}
@media (max-width: 1023px) {
  .tablet-show {
    display: block;
  }
}
.tablet-hide {
  display: block;
}
@media (max-width: 1023px) {
  .tablet-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
/****** HTML5 display definitions ******/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/****** Base ******/
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
}
/****** Links ******/
:focus {
  outline: none;
  border: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/****** Typography ******/
body {
  background: #fff;
  font-size: 62.5%;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  color: #184d74;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 7.7em;
  line-height: 0.95em;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 4em;
  font-weight: 600;
}
h3 {
  line-height: 1.5em;
  font-size: 1.5em;
  font-weight: 600;
}
h4 {
  line-height: 1.3em;
  font-size: 1.3em;
  font-weight: 600;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
p {
  font-size: 1.9em;
  line-height: 1.4em;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #000;
}
p.extra-large {
  font-size: 2.7em;
  letter-spacing: -0.5px;
  line-height: 1.4em;
}
p.large {
  font-size: 2.5em;
  font-weight: 500;
}
p.small {
  font-size: 1.7em;
}
a {
  color: #184d74;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/****** Lists ******/
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/****** Embedded content ******/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
/****** Figures ******/
figure {
  margin: 0;
}
/****** Forms ******/
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/****** Tables ******/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/****** Clearfix ******/
header,
footer,
nav,
.row-fluid {
  zoom: 1;
}
header:before,
footer:before,
nav:before,
.row-fluid:before {
  display: table;
  content: "";
}
header:after,
footer:after,
nav:after,
.row-fluid:after {
  display: table;
  content: "";
  clear: both;
}
/****** Base Styles ******/
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.container-full {
  max-width: 1600px;
  margin: 0 auto;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 4%;
  }
}
.container-alt {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.container-small {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container-small {
    padding: 0 4%;
  }
}
/* @import "selectbox.less"; */
@media screen {
  /* generic */
  * {
    box-sizing: border-box;
  }
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    background: -moz-linear-gradient(top, rgba(4, 5, 5, 0.1) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(4, 5, 5, 0.1)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(4, 5, 5, 0.1) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(4, 5, 5, 0.1) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(4, 5, 5, 0.1) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(4, 5, 5, 0.1) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a040505', endColorstr='#ffffff', GradientType=0);
  }
  .graybg {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 1%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ededed 1%, #ffffff 100%);
    background: -o-linear-gradient(top, #ededed 1%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ededed 1%, #ffffff 100%);
    background: linear-gradient(to bottom, #ededed 1%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    display: table;
  }
  a {
    text-decoration: none;
  }
  a:focus {
    outline: 0;
  }
  a.more {
    font-size: 1.4em;
    font-weight: 600;
    color: #333;
    line-height: 1.4em;
    margin: 5px 0 15px 0;
    display: inline-block;
    background: url('../images/icon-more-arrow.png') no-repeat right center;
    background-size: 6px 6px;
    padding-right: 12px;
  }
  a.more:hover,
  a.more:focus,
  a.more:active {
    color: #2f88c0;
    background-image: url('../images/icon-more-arrow-hover.png');
  }
  a.share {
    display: inline-block;
    background: #c0bc03;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 1.5px;
    padding: 5px 10px;
  }
  a.share:hover {
    background: #000;
  }
  .banner.container a.more {
    color: #fff;
  }
  .banner.container a.more:hover,
  .banner.container a.more:focus,
  .banner.container a.more:active {
    color: #fff;
  }
  .banner.container a.more:after {
    content: none;
    display: none;
  }
  em {
    font-weight: 600;
  }
  .btn {
    color: #fff;
    font-size: 1.8em;
    background: #184d74;
    padding: 6px 18px;
    text-decoration: none;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .btn:hover {
    text-decoration: none;
    cursor: pointer;
    background: #2f88c0;
    color: #fff;
  }
  .btn.small {
    margin-top: 0;
    font-size: 1.35em;
    padding: 3px 20px;
  }
  .btn.white {
    background: #fff;
  }
  .btn.pdf {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 10px 50px 10px 18px;
    background: url('../images/icon-pdf.png') no-repeat 91% center #71c8ff;
    background-size: 17px 17px;
  }
  .btn.pdf:hover {
    color: #184d74;
    background-image: url('../images/icon-pdf-hover.png');
  }
  .basic-page .btn,
  .basic-page p .btn {
    float: left;
    margin: 0 15px 15px 0;
    color: #fff !important;
    font-size: 1em;
  }
  .basic-page .btn:hover,
  .basic-page p .btn:hover {
    text-decoration: none;
  }
  h2.underline {
    text-transform: uppercase;
    border-bottom: 5px solid #184d74;
    display: inline-block;
  }
  p.semi {
    font-weight: 500;
  }
  /* cycle styles */
  .cycle-prev,
  .cycle-next {
    position: absolute;
    top: 225px;
    height: 60px;
    width: 50px;
    z-index: 101;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cycle-prev:hover,
  .cycle-next:hover {
    opacity: 0.5;
  }
  .cycle-prev {
    background-image: url('../images/icon-slider-arrow-left.png');
    left: 0;
  }
  .cycle-next {
    background-image: url('../images/icon-slider-arrow-right.png');
    right: 0;
  }
  .cycle-pager {
    position: absolute;
    bottom: 50px;
    height: 10px;
    width: 100%;
    z-index: 101;
    text-align: center;
  }
  .cycle-pager span {
    height: 8px;
    width: 8px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
  }
  .cycle-pager span.cycle-pager-active,
  .cycle-pager span:hover {
    opacity: 1;
  }
  /* header */
  .header-container {
    width: 100%;
  }
  .header-container > .main-menu {
    display: none;
    background: #184d74;
    padding-top: 10px;
  }
  .header-container > .main-menu .close-btn {
    width: 30px;
    height: 30px;
    background: url('../images/icon-x.png') no-repeat center;
    background-size: 26px 26.5px;
    position: absolute;
    z-index: 0;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-container > .main-menu .close-btn:hover {
    opacity: 0.5;
  }
  .header-container > .main-menu ul#menu-main-menu {
    zoom: 1;
    padding: 0;
    margin: 0;
  }
  .header-container > .main-menu ul#menu-main-menu:before {
    display: table;
    content: "";
  }
  .header-container > .main-menu ul#menu-main-menu:after {
    display: table;
    content: "";
    clear: both;
  }
  .header-container > .main-menu ul#menu-main-menu > li {
    padding-right: 40px;
    float: left;
    color: #fff;
  }
  .header-container > .main-menu ul#menu-main-menu > li:last-child {
    padding-right: 0;
  }
  .header-container > .main-menu ul#menu-main-menu > li a {
    color: #fff;
  }
  .header-container > .main-menu ul#menu-main-menu > li > a {
    font-size: 2.7em;
    line-height: 1.15em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
  }
  .header-container > .main-menu ul#menu-main-menu > li > a:hover {
    color: #2f88c0;
  }
  .header-container > .main-menu ul#menu-main-menu > li ul {
    padding: 0;
  }
  .header-container > .main-menu ul#menu-main-menu > li ul li a {
    font-size: 1.7em;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
  }
  .header-container > .main-menu ul#menu-main-menu > li ul li a:hover {
    color: #2f88c0;
  }
  .header-container .top-colors div {
    height: 4px;
    float: left;
  }
  .header-container .top-colors div:first-child {
    width: 60%;
    background-color: #2f88c0;
  }
  .header-container .top-colors div:nth-child(2) {
    width: 7%;
    background-color: #184d74;
  }
  .header-container .top-colors div:nth-child(3) {
    width: 6.5%;
    background-color: #81161b;
  }
  .header-container .top-colors div:nth-child(4) {
    width: 6.5%;
    background-color: #41400a;
  }
  .header-container .top-colors div:last-child {
    width: 20%;
    background-color: #c0bc03;
  }
  .header-container .header {
    width: 100%;
    height: 82px;
    background-color: #fff;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 1;
    zoom: 1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    z-index: 101;
  }
  .header-container .header:before {
    display: table;
    content: "";
  }
  .header-container .header:after {
    display: table;
    content: "";
    clear: both;
  }
  .header-container .header .logo {
    width: 215px;
    height: 82px;
    float: left;
    display: inline;
  }
  .header-container .header .logo a {
    display: inline-block;
    padding: 19px 0 0 90px;
  }
  .header-container .header .logo a img {
    width: 176px;
    height: auto;
  }
  .header-container .header .links {
    height: 82px;
    float: right;
    padding-right: 20px;
  }
  .header-container .header .links .menu-nrlcheader-container {
    float: left;
  }
  .header-container .header .links ul {
    zoom: 1;
    float: right;
    margin-top: 14px;
    padding: 0;
  }
  .header-container .header .links ul:before {
    display: table;
    content: "";
  }
  .header-container .header .links ul:after {
    display: table;
    content: "";
    clear: both;
  }
  .header-container .header .links ul li {
    float: left;
  }
  .header-container .header .links ul li.current-menu-item a::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header-container .header .links ul li a {
    color: #184d74;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 20px 0 10px;
    margin: 0 20px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    position: relative;
  }
  .header-container .header .links ul li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #184d74;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .header-container .header .links ul li a:hover::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header-container .header .links .twitter {
    float: left;
    display: inline-block;
    padding: 10px;
    height: 100%;
  }
  .header-container .header .links .twitter a {
    display: block;
    padding: 21px 10px;
  }
  .header-container .header .links .twitter a:hover {
    opacity: 0.5;
  }
  .header-container .header .links .twitter a img {
    width: 20px;
    height: auto;
  }
  .header-container .header .links .menu-toggle {
    float: left;
    display: inline-block;
    height: 100%;
    margin-left: 20px;
    cursor: pointer;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-container .header .links .menu-toggle:hover img,
  .header-container .header .links .menu-toggle:hover span {
    opacity: 0.5;
  }
  .header-container .header .links .menu-toggle img {
    width: 33px;
    height: 22.5px;
    display: block;
    margin: 2px auto 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-container .header .links .menu-toggle span {
    text-transform: uppercase;
    color: #184d74;
    font-size: 1.15em;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* footer */
  .main-footer {
    background: #ebebeb;
    padding: 15px 0 30px;
  }
  .main-footer .footer-links {
    zoom: 1;
  }
  .main-footer .footer-links:before {
    display: table;
    content: "";
  }
  .main-footer .footer-links:after {
    display: table;
    content: "";
    clear: both;
  }
  .main-footer .footer-links #menu-footer > li {
    width: 19%;
    margin-right: 2%;
    float: left;
    display: inline-block;
  }
  .main-footer .footer-links #menu-footer > li:first-child ul li a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.95em;
    margin-bottom: 5px;
    color: #333;
  }
  .main-footer .footer-links #menu-footer > li:last-child {
    width: 46%;
    margin-right: 0;
  }
  .main-footer .footer-links #menu-footer > li > a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  .main-footer .footer-links #menu-footer > li > a:hover {
    color: #959595;
  }
  .main-footer .footer-links #menu-footer > li ul {
    margin-top: 10px;
    padding: 0;
  }
  .main-footer .footer-links #menu-footer > li ul li {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .main-footer .footer-links #menu-footer > li ul li a {
    color: #333;
  }
  .main-footer .footer-links #menu-footer > li ul li a:hover {
    color: #959595;
  }
  .main-footer .mobile-footer-links {
    display: none;
  }
  .main-footer .mobile-footer-links ul {
    margin: 0;
    padding: 0;
  }
  .main-footer .mobile-footer-links ul a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.4em;
    margin-bottom: 5px;
    color: #333;
    padding: 5px 0;
    display: block;
    text-align: center;
  }
  .main-footer .copyright {
    margin: 20px 0 0;
    font-size: 1.5em;
    font-weight: 300;
  }
  /* homepage slider */
  .homepage-slider {
    height: 520px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .homepage-slider .slide {
    height: 520px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .homepage-slider .slide .caption .inner {
    padding-top: 30px;
    width: 700px;
  }
  .homepage-slider .slide .caption .inner h1,
  .homepage-slider .slide .caption .inner p {
    margin-bottom: 20px;
    color: #fff;
  }
  .homepage-slider .slide .caption .inner h1 {
    font-size: 6em;
    font-weight: 700;
    text-transform: none;
  }
  .homepage-slider .slide .caption .inner p {
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 400;
  }
  .homepage-slider .slide .caption .inner a {
    font-size: 2em;
    background: #fff;
    color: #184d74;
    padding: 8px 30px 10px;
    display: inline-block;
    font-weight: 500;
  }
  .homepage-slider .slide .caption .inner a:hover {
    background: #2f88c0;
    color: #fff;
  }
  .homepage-slider .triangle-box-text {
    background: rgba(12, 39, 58, 0.97);
    background: -moz-linear-gradient(top, rgba(12, 39, 58, 0.97) 0%, rgba(23, 76, 115, 0.97) 80%, rgba(23, 76, 115, 0.97) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 39, 58, 0.97)), color-stop(80%, rgba(23, 76, 115, 0.97)), color-stop(80%, rgba(23, 76, 115, 0.97)));
    background: -webkit-linear-gradient(top, rgba(12, 39, 58, 0.97) 0%, rgba(23, 76, 115, 0.97) 80%, rgba(23, 76, 115, 0.97) 80%);
    background: -o-linear-gradient(top, rgba(12, 39, 58, 0.97) 0%, rgba(23, 76, 115, 0.97) 80%, rgba(23, 76, 115, 0.97) 80%);
    background: -ms-linear-gradient(top, rgba(12, 39, 58, 0.97) 0%, rgba(23, 76, 115, 0.97) 80%, rgba(23, 76, 115, 0.97) 80%);
    background: linear-gradient(to bottom, rgba(12, 39, 58, 0.97) 0%, rgba(23, 76, 115, 0.97) 80%, rgba(23, 76, 115, 0.97) 80%);
    position: absolute;
    height: 520px;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 101;
    max-width: 1600px;
    display: none;
  }
  .homepage-slider .triangle-box-text .mobile-close {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #2f88c0 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 106;
  }
  .homepage-slider .triangle-box-text .mobile-close-image {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 26px;
    display: none;
    z-index: 107;
  }
  .homepage-slider .triangle-box-text .title {
    font-size: 3.7em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 30px 0;
  }
  .homepage-slider .triangle-box-text .block {
    margin-bottom: 20px;
    zoom: 1;
  }
  .homepage-slider .triangle-box-text .block:before {
    display: table;
    content: "";
  }
  .homepage-slider .triangle-box-text .block:after {
    display: table;
    content: "";
    clear: both;
  }
  .homepage-slider .triangle-box-text .block .image {
    float: left;
    margin-right: 20px;
    background-color: #0c293e;
  }
  .homepage-slider .triangle-box-text .block .image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .homepage-slider .triangle-box-text .block .image:hover img {
    opacity: 0.5;
  }
  .homepage-slider .triangle-box-text .block .text {
    overflow: hidden;
    font-family: "museo-slab", Georgia, "Times New Roman", Times, serif;
    color: #fff;
  }
  .homepage-slider .triangle-box-text .block .text .date {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 5px;
  }
  .homepage-slider .triangle-box-text .block .text p {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 300;
    color: #fff;
  }
  .homepage-slider .triangle-box-text .block .text p.block-title {
    font-size: 1.9em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .homepage-slider .triangle-box-text .block .text p.block-title a:link,
  .homepage-slider .triangle-box-text .block .text p.block-title a:visited {
    color: #fff;
  }
  .homepage-slider .triangle-box-text .block .text p.block-title a:hover,
  .homepage-slider .triangle-box-text .block .text p.block-title a:focus,
  .homepage-slider .triangle-box-text .block .text p.block-title a:visited {
    color: #fff;
    text-decoration: underline;
  }
  .homepage-slider .triangle-wrap:hover .triangle-icon {
    opacity: 0.5;
  }
  .homepage-slider .triangle {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 160px 160px;
    border-color: transparent transparent #2f88c0 transparent;
    -webkit-transition: border-width 0.3s ease;
    -moz-transition: border-width 0.3s ease;
    -o-transition: border-width 0.3s ease;
    -ms-transition: border-width 0.3s ease;
    transition: border-width 0.3s ease;
    z-index: 102;
    cursor: pointer;
  }
  .homepage-slider .triangle.open {
    border-width: 0 0 90px 90px;
  }
  .homepage-slider .triangle-icon {
    position: absolute;
    z-index: 103;
    bottom: 34px;
    right: 18px;
    cursor: pointer;
    background: url('../images/icon-expand-arrow.png') no-repeat center;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .homepage-slider .triangle-text {
    position: absolute;
    color: #fff;
    -webkit-transform: rotate(314deg);
    -moz-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    -o-transform: rotate(314deg);
    z-index: 103;
    text-align: center;
    bottom: 59px;
    right: 15px;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
  }
  .banner-wrap {
    max-width: 1600px;
    margin: 0 auto;
    background: #2f88c0;
  }
  .banner-wrap-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px;
  }
  .banner-text {
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .banner-text .btn {
    font-size: 1em;
    display: block;
    width: 150px;
    margin: 10px auto 0;
    font-weight: 500;
  }
  .banner-text .btn:hover {
    background: #fff;
    color: #184d74;
  }
  /* homepage tabs */
  .cd-tabs {
    background: #ebebeb;
  }
  .cd-tabs ul.cd-tabs-navigation {
    margin: -15px 0 0 0;
    padding: 0;
    zoom: 1;
    position: relative;
    z-index: 105;
  }
  .cd-tabs ul.cd-tabs-navigation:before {
    display: table;
    content: "";
  }
  .cd-tabs ul.cd-tabs-navigation:after {
    display: table;
    content: "";
    clear: both;
  }
  .cd-tabs ul.cd-tabs-navigation li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .cd-tabs ul.cd-tabs-navigation li:first-child a {
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cd-tabs ul.cd-tabs-navigation li:first-child a.active {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cd-tabs ul.cd-tabs-navigation li:first-child a.active:after {
    content: url('../images/homepage-tabs-image-left.png');
    right: -21px;
  }
  .cd-tabs ul.cd-tabs-navigation li:last-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cd-tabs ul.cd-tabs-navigation li:last-child a.active {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cd-tabs ul.cd-tabs-navigation li:last-child a.active:after {
    content: url('../images/homepage-tabs-image-right.png');
    left: -21px;
  }
  .cd-tabs ul.cd-tabs-navigation li a {
    display: block;
    font-size: 1.2em;
    color: #ebebeb;
    background: #184d74;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    outline: none;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    -ms-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .cd-tabs ul.cd-tabs-navigation li a.active {
    background: #ebebeb;
    color: #184d74;
    font-size: 1.6em;
    padding: 20px 0;
    margin-top: -10px;
  }
  .cd-tabs ul.cd-tabs-navigation li a.active:after {
    position: absolute;
    bottom: 11px;
    z-index: 105;
  }
  .cd-tabs ul.cd-tabs-navigation li a.active:hover {
    color: #184d74;
  }
  .cd-tabs ul.cd-tabs-navigation li a:hover {
    color: #515151;
  }
  .cd-tabs .cd-tabs-content {
    margin: 0;
    padding: 0;
    height: 200px;
  }
  .cd-tabs .cd-tabs-content .cd-tab-content {
    display: none;
  }
  .cd-tabs .cd-tabs-content #bargaining-process {
    display: none;
  }
  .cd-tabs .cd-tabs-content #bargaining-process .image {
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .cd-tabs .cd-tabs-content #bargaining-process .text {
    overflow: hidden;
    padding: 25px 30px 0 0;
  }
  .cd-tabs .cd-tabs-content #bargaining-process .text p {
    color: #184d74;
    padding-bottom: 10px;
  }
  .cd-tabs .cd-tabs-content #bargaining-process .text .btn {
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .homepage-content {
    background: #fff;
    padding: 10px 0;
    background: url('../images/pattern-grid.png') repeat-x top center #fff;
  }
  .homepage-content .quadbox {
    zoom: 1;
    padding-bottom: 0;
  }
  .homepage-content .quadbox:before {
    display: table;
    content: "";
  }
  .homepage-content .quadbox:after {
    display: table;
    content: "";
    clear: both;
  }
  .homepage-content .quadbox .summary {
    margin: 0 4% 40px 0;
    zoom: 1;
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .homepage-content .quadbox .summary:before {
    display: table;
    content: "";
  }
  .homepage-content .quadbox .summary:after {
    display: table;
    content: "";
    clear: both;
  }
  .homepage-content .quadbox .summary:nth-child(2n) {
    margin-right: 0;
  }
  .homepage-content .quadbox .summary .quadimg {
    float: left;
    margin-right: 30px;
  }
  .homepage-content .quadbox .summary .excerpt {
    overflow: hidden;
  }
  .homepage-content .quadbox .summary .excerpt .title {
    margin-bottom: 15px;
  }
  .homepage-content .quadbox .summary .excerpt .title a {
    font-weight: 300;
    color: #184d74;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .homepage-content .quadbox .summary .excerpt .title a:hover {
    text-decoration: underline;
  }
  .homepage-content .quadbox .summary .excerpt p {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .homepage-content .quadbox .summary .excerpt .btn {
    font-size: 0.85em;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    padding: 2px 20px 0 0;
    margin: 0 auto;
    background: url('../images/icon-arrow.png') no-repeat right center;
    background-size: 9px 16px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .homepage-content .quadbox .summary .excerpt .btn:hover {
    color: #2f88c0;
    background-image: url('../images/icon-arrow-hover.png');
  }
  .homepage-content .banner {
    /*    display: none; */
  }
  .homepage-content .banner .inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 40px;
    position: relative;
  }
  .homepage-content .banner .inner .overlay {
    background: -moz-linear-gradient(left, #184d74 1%, #184d74 50%, rgba(24, 77, 116, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #184d74), color-stop(50%, #184d74), color-stop(100%, rgba(24, 77, 116, 0.5)));
    background: -webkit-linear-gradient(left, #184d74 1%, #184d74 50%, rgba(24, 77, 116, 0.5) 100%);
    background: -o-linear-gradient(left, #184d74 1%, #184d74 50%, rgba(24, 77, 116, 0.5) 100%);
    background: -ms-linear-gradient(left, #184d74 1%, #184d74 50%, rgba(24, 77, 116, 0.5) 100%);
    background: linear-gradient(to right, #184d74 1%, #184d74 50%, rgba(24, 77, 116, 0.5) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .homepage-content .banner .inner h2 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3.2em;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 5px solid #fff;
    padding-bottom: 8px;
    min-width: 350px;
    position: relative;
    z-index: 1;
  }
  .homepage-content .banner .inner p {
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .homepage-content .banner .inner p a.more {
    text-transform: uppercase;
    padding: 0 40px 0 10px;
    letter-spacing: 1px;
  }
  .key-issues {
    zoom: 1;
    display: none;
  }
  .key-issues:before {
    display: table;
    content: "";
  }
  .key-issues:after {
    display: table;
    content: "";
    clear: both;
  }
  .key-issues a {
    display: inline-block;
    float: left;
    width: 20%;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .key-issues a:hover .image .color-overlay {
    opacity: 1;
  }
  .key-issues a:hover .main {
    opacity: 0;
  }
  .key-issues a:hover .hover {
    opacity: 1;
  }
  .key-issues a:first-child .image .color-overlay {
    background: #41400a;
  }
  .key-issues a:first-child .hover .btn {
    color: #41400a;
  }
  .key-issues a:nth-child(2) .image .color-overlay {
    background: #c0bc03;
  }
  .key-issues a:nth-child(2) .hover .btn {
    color: #c0bc03;
  }
  .key-issues a:nth-child(3) .image .color-overlay {
    background: #71c8ff;
  }
  .key-issues a:nth-child(3) .hover .btn {
    color: #71c8ff;
  }
  .key-issues a:nth-child(4) .image .color-overlay {
    background: #2f88c0;
  }
  .key-issues a:nth-child(4) .hover .btn {
    color: #2f88c0;
  }
  .key-issues a:last-child .image .color-overlay {
    background: #184d74;
  }
  .key-issues a:last-child .hover .btn {
    color: #184d74;
  }
  .key-issues a.total-compensation .image,
  .key-issues a.healthcare .image,
  .key-issues a.workplace-rules .image,
  .key-issues a.industry-challenges .image {
    background-image: url('http://lorempixel.com/300/200/city');
  }
  .key-issues a .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .key-issues a .image .color-overlay {
    opacity: 0.75;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .key-issues a .image .pattern {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/pattern-dot.png') repeat;
    opacity: 0.25;
  }
  .key-issues a .main {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 55px 0 41px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url('../images/icon-plus.png') no-repeat bottom center;
    background-size: 46px 46px;
  }
  .key-issues a .main p {
    font-size: 2.2em;
    color: #fff;
  }
  .key-issues a .hover {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    margin: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .key-issues a .hover .title {
    font-size: 2.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }
  .key-issues a .hover p {
    color: #fff;
  }
  .key-issues a .hover .btn {
    margin: 0 auto;
    float: none;
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 130px;
  }
  .key-issues a .hover .btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
  }
  /* top image */
  .top-image {
    height: 300px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  .top-image .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
  }
  .top-image .container {
    position: relative;
    z-index: 1;
    padding-top: 120px;
  }
  .top-image .container h1,
  .top-image .container p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 560px;
  }
  .top-image .container h1 {
    font-size: 4em;
    font-weight: 600;
  }
  .top-image .container p {
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .top-image.single h1,
  .top-image.single p {
    max-width: initial;
  }
  .secondary-nav {
    background: #fff;
    border-bottom: 5px solid #2f88c0;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 1;
    height: 45px;
  }
  .secondary-nav .container {
    max-width: 1320px;
  }
  .secondary-nav ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
  }
  .secondary-nav ul li {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    width: 500px;
  }
  .secondary-nav ul li.current_page_item a {
    background: #2f88c0;
    color: #fff;
  }
  .secondary-nav ul li a {
    color: #83b1d4;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
    height: 45px;
    vertical-align: middle;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .secondary-nav ul li a:hover {
    background: #2f88c0;
    color: #fff;
  }
  .secondary-nav ul li a span {
    display: table-cell;
    vertical-align: middle;
  }
  /* main content area */
  .content-main {
    background: #fff;
    padding: 20px 0;
  }
  .content-main p {
    color: #515151;
  }
  .content-main p.blue {
    color: #2f88c0;
  }
  .content-main p.blue a:link,
  .content-main p.blue a:visited {
    color: #184d74;
  }
  .content-main p.blue a:hover,
  .content-main p.blue a:focus,
  .content-main p.blue a:active {
    color: #184d74;
  }
  .content-main p a:link,
  .content-main p a:visited {
    color: #2f88c0;
    text-decoration: none;
  }
  .content-main p a:hover,
  .content-main p a:focus,
  .content-main p a:active {
    color: #2f88c0;
    text-decoration: underline;
  }
  .content-main .top-text {
    zoom: 1;
    margin-bottom: 30px;
  }
  .content-main .top-text:before {
    display: table;
    content: "";
  }
  .content-main .top-text:after {
    display: table;
    content: "";
    clear: both;
  }
  .content-main .top-text.no-marg {
    margin: 0;
  }
  .content-main .top-text .left {
    width: 82%;
    margin-right: 3%;
    float: left;
  }
  .content-main .top-text .right {
    overflow: hidden;
  }
  .content-main .top-text .right div {
    float: right;
  }
  .content-main .top-text .right div a {
    display: inline-block;
    float: left;
  }
  .content-main .top-text .right div a.print {
    opacity: 0.65;
  }
  .content-main .top-text .right div a.print:hover {
    opacity: 1;
  }
  .content-main .top-text .right div a.print img {
    width: 18px;
    height: 17px;
    padding-top: 3px;
  }
  .content-main .top-text .right div a.share {
    margin-left: 15px;
  }
  .content-main .top-text p a:link,
  .content-main .top-text h3 a:link,
  .content-main .top-text p a:visited,
  .content-main .top-text h3 a:visited {
    color: #2f88c0;
    text-decoration: none;
  }
  .content-main .top-text p a:hover,
  .content-main .top-text h3 a:hover,
  .content-main .top-text p a:focus,
  .content-main .top-text h3 a:focus,
  .content-main .top-text p a:active,
  .content-main .top-text h3 a:active {
    color: #2f88c0;
    text-decoration: underline;
  }
  .content-main .content-main-area-wrap {
    /*margin-top: 30px;*/
    zoom: 1;
  }
  .content-main .content-main-area-wrap:before {
    display: table;
    content: "";
  }
  .content-main .content-main-area-wrap:after {
    display: table;
    content: "";
    clear: both;
  }
  .content-main .content-main-area-wrap .content-main-area {
    width: 100%;
    margin-right: 5%;
    float: left;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section {
    margin-bottom: 50px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager {
    border-top: 1px solid #d4eeff;
    border-bottom: 1px solid #d4eeff;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 5px 0;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li {
    cursor: pointer;
    display: table-cell;
    font-size: 1.8em;
    position: relative;
    text-align: center;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li.active {
    font-weight: 600;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li:hover .steptitle {
    text-decoration: underline;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span,
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li a {
    pointer-events: none;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.steplink {
    display: none;
    background: #fff;
    border-radius: 50px;
    color: #71c8ff;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    overflow: hidden;
    width: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.steplink a {
    background: transparent;
    color: #71c8ff;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.steptitle {
    color: #71c8ff;
    font-size: 80%;
    padding: 0 5px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.tooltip {
    background: #ebebeb;
    border-radius: 3px;
    font-size: 0.875em;
    font-weight: normal;
    left: 30px;
    z-index: 1000;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: 29px;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    -ms-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.tooltip:before {
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ebebeb;
    content: '';
    display: block;
    left: 24px;
    position: absolute;
    top: -5px;
    width: 0;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li:hover span.tooltip {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager a {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section .btn.pdf {
    float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content img {
    margin-bottom: 30px;
    width: 100%;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content .notes {
    padding-top: 10px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content .notes h3 {
    margin-bottom: 10px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content .notes p {
    margin-bottom: 0;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content .notes p a {
    color: #333;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content .notes p a:hover {
    color: #2f88c0;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content aside {
    background: #f0f9ff;
    color: #184d74;
    padding: 25px;
    margin-bottom: 30px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content aside p {
    color: #184d74;
    margin-bottom: 0;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content ul,
  .content-main .content-main-area-wrap .content-main-area .pager-content ol {
    list-style: inherit;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content ul li,
  .content-main .content-main-area-wrap .content-main-area .pager-content ol li {
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #333;
  }
  .content-main .content-main-area-wrap .content-main-area.basic-page {
    width: 79%;
  }
  .content-main .content-main-area-wrap .content-main-aside {
    overflow: hidden;
  }
  .content-main .content-main-area-wrap .content-main-aside.tablet-aside {
    display: block;
  }
  .content-main .content-main-area-wrap .content-main-aside .btn.pdf {
    margin-bottom: 40px;
  }
  .content-main .content-main-area-wrap .content-main-aside > div {
    float: right;
  }
  .content-main .content-main-area-wrap .content-main-aside > div .print {
    display: inline-block;
    float: left;
    opacity: 0.65;
  }
  .content-main .content-main-area-wrap .content-main-aside > div .print:hover {
    opacity: 1;
  }
  .content-main .content-main-area-wrap .content-main-aside > div .print img {
    width: 18px;
    height: 17px;
    padding-top: 3px;
  }
  .content-main .content-main-area-wrap .content-main-aside > div .share {
    margin-left: 15px;
  }
  /* sidebar */
  .news,
  .content-main .widget_nrlc_newsfeed {
    clear: both;
    overflow: hidden;
    /*padding-top: 40px;*/
  }
  .news.faq-news .btn.small,
  .content-main .widget_nrlc_newsfeed.faq-news .btn.small {
    width: 40px;
  }
  .news h3,
  .content-main .widget_nrlc_newsfeed h3 {
    text-transform: uppercase;
  }
  .news .news-block,
  .content-main .widget_nrlc_newsfeed .news-block,
  .news ul,
  .content-main .widget_nrlc_newsfeed ul {
    zoom: 1;
    margin-bottom: 20px;
    padding: 0;
  }
  .news .news-block:before,
  .content-main .widget_nrlc_newsfeed .news-block:before,
  .news ul:before,
  .content-main .widget_nrlc_newsfeed ul:before {
    display: table;
    content: "";
  }
  .news .news-block:after,
  .content-main .widget_nrlc_newsfeed .news-block:after,
  .news ul:after,
  .content-main .widget_nrlc_newsfeed ul:after {
    display: table;
    content: "";
    clear: both;
  }
  .news .news-block .left,
  .content-main .widget_nrlc_newsfeed .news-block .left,
  .news ul .left,
  .content-main .widget_nrlc_newsfeed ul .left {
    margin-right: 20px;
    float: left;
    display: inline-block;
    background: #0c293e;
  }
  .news .news-block .left a:hover,
  .content-main .widget_nrlc_newsfeed .news-block .left a:hover,
  .news ul .left a:hover,
  .content-main .widget_nrlc_newsfeed ul .left a:hover {
    opacity: 0.5;
  }
  .news .news-block .right,
  .content-main .widget_nrlc_newsfeed .news-block .right,
  .news ul .right,
  .content-main .widget_nrlc_newsfeed ul .right {
    overflow: hidden;
  }
  .news .news-block .right p,
  .content-main .widget_nrlc_newsfeed .news-block .right p,
  .news ul .right p,
  .content-main .widget_nrlc_newsfeed ul .right p {
    margin-bottom: 0;
  }
  .news .news-block .right a,
  .content-main .widget_nrlc_newsfeed .news-block .right a,
  .news ul .right a,
  .content-main .widget_nrlc_newsfeed ul .right a {
    margin-bottom: 0;
  }
  .news .news-block li p,
  .content-main .widget_nrlc_newsfeed .news-block li p,
  .news ul li p,
  .content-main .widget_nrlc_newsfeed ul li p {
    margin-bottom: 0;
    font-size: 1.7em;
  }
  .news .news-block li p a,
  .content-main .widget_nrlc_newsfeed .news-block li p a,
  .news ul li p a,
  .content-main .widget_nrlc_newsfeed ul li p a {
    font-size: 0.85em;
    font-weight: 600;
    color: #333;
    line-height: 1.4em;
    margin: 5px 0 15px 0;
    display: inline-block;
    background: url('../images/icon-more-arrow.png') no-repeat right center;
    background-size: 6px 6px;
    padding-right: 12px;
  }
  .news .news-block li p a:hover,
  .content-main .widget_nrlc_newsfeed .news-block li p a:hover,
  .news ul li p a:hover,
  .content-main .widget_nrlc_newsfeed ul li p a:hover {
    text-decoration: none;
    color: #2f88c0;
    background-image: url('../images/icon-more-arrow-hover.png');
  }
  .faq-btn {
    width: 70px;
  }
  .promo-wrap {
    margin-top: 55px;
  }
  .promo-wrap .promo {
    margin-bottom: 40px;
    display: block;
  }
  .promo-wrap .promo img {
    width: 100%;
  }
  /* players page */
  .players-full {
    background: #0c3158;
    background: -moz-radial-gradient(center, ellipse cover, #437e9e 0%, #0c3158 99%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #437e9e), color-stop(99%, #0c3158));
    background: -webkit-radial-gradient(center, ellipse cover, #437e9e 0%, #0c3158 99%);
    background: -o-radial-gradient(center, ellipse cover, #437e9e 0%, #0c3158 99%);
    background: -ms-radial-gradient(center, ellipse cover, #437e9e 0%, #0c3158 99%);
    background: radial-gradient(ellipse at center, #437e9e 0%, #0c3158 99%);
    padding: 40px 0;
  }
  .players-full .container-small {
    zoom: 1;
    background: url('../images/players-table.png') no-repeat center center;
  }
  .players-full .container-small:before {
    display: table;
    content: "";
  }
  .players-full .container-small:after {
    display: table;
    content: "";
    clear: both;
  }
  .players-full .container-small h2,
  .players-full .container-small p,
  .players-full .container-small ul {
    color: #fff;
  }
  .players-full .container-small h2 {
    margin-bottom: 15px;
    font-size: 2.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .players-full .container-small p.small,
  .players-full .container-small li {
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 1.6em;
  }
  .players-full .container-small p.small a,
  .players-full .container-small li a {
    text-decoration: underline;
    color: #fff;
  }
  .players-full .container-small p.small a:hover,
  .players-full .container-small li a:hover {
    background: #2f88c0;
  }
  .players-full .container-small .left,
  .players-full .container-small .right {
    padding-top: 20px;
    width: 35%;
  }
  .players-full .container-small .left ul,
  .players-full .container-small .right ul {
    padding-left: 0;
  }
  .players-full .container-small .left {
    float: left;
    text-align: right;
  }
  .players-full .container-small .right {
    float: right;
  }
  .player-tabs {
    zoom: 1;
    background: #fff;
    display: none;
  }
  .player-tabs:before {
    display: table;
    content: "";
  }
  .player-tabs:after {
    display: table;
    content: "";
    clear: both;
  }
  .player-tabs div {
    width: 50%;
    float: left;
    text-transform: uppercase;
    color: #515151;
    font-weight: 500;
    font-size: 1.7em;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ebebeb;
    cursor: pointer;
    position: relative;
  }
  .player-tabs div.active {
    background: #0c3158;
    z-index: 1;
    color: #fff;
  }
  .player-tabs div:after {
    position: absolute;
    bottom: -3px;
  }
  .player-tabs div:first-child {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .player-tabs div:first-child.active:after {
    content: url('../images/players-tab-left.png');
    right: -21px;
  }
  .player-tabs div:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .player-tabs div:last-child.active:after {
    content: url('../images/players-tab-right.png');
    left: -21px;
  }
  /* breadcrumb */
  .breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 20px 0;
    zoom: 1;
  }
  .breadcrumb:before {
    display: table;
    content: "";
  }
  .breadcrumb:after {
    display: table;
    content: "";
    clear: both;
  }
  .breadcrumb.alt-breadcrumb {
    background: #fff;
  }
  .breadcrumb.alt-breadcrumb .left {
    color: #184d74;
  }
  .breadcrumb.alt-breadcrumb .right .print {
    opacity: 0.65;
  }
  .breadcrumb.alt-breadcrumb .right .print:hover {
    opacity: 1;
  }
  .breadcrumb .left {
    font-size: 4em;
    letter-spacing: -1px;
    display: block;
    float: left;
  }
  .breadcrumb .right {
    float: right;
    padding-top: 10px;
  }
  .breadcrumb .right .print {
    margin-right: 15px;
    opacity: 1;
  }
  .breadcrumb .right .print:hover {
    opacity: 0.5;
  }
  .breadcrumb .right img {
    width: 18px;
    height: 17px;
  }
  /* faq page */
  .faq-top {
    background: #2784a1;
    background: -moz-radial-gradient(center, ellipse cover, #2784a1 35%, #044375 97%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(35%, #2784a1), color-stop(97%, #044375));
    background: -webkit-radial-gradient(center, ellipse cover, #2784a1 35%, #044375 97%);
    background: -o-radial-gradient(center, ellipse cover, #2784a1 35%, #044375 97%);
    background: -ms-radial-gradient(center, ellipse cover, #2784a1 35%, #044375 97%);
    background: radial-gradient(ellipse at center, #2784a1 35%, #044375 97%);
  }
  .faq-top .columns {
    zoom: 1;
    padding: 20px 0 30px;
  }
  .faq-top .columns:before {
    display: table;
    content: "";
  }
  .faq-top .columns:after {
    display: table;
    content: "";
    clear: both;
  }
  .faq-top .columns .left {
    width: 60%;
    margin-right: 5%;
    float: left;
  }
  .faq-top .columns .left h1 {
    color: #fff;
    font-size: 5.2em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .faq-top .columns .right {
    overflow: hidden;
  }
  .faq-top .columns .right h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .faq-top .columns .right a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 12px;
    display: block;
    font-size: 1.6em;
  }
  .faq-top .columns .right a:hover {
    color: #184d74;
  }
  .faq-top .search {
    margin-bottom: 20px;
    position: relative;
  }
  .faq-top .search input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 2em;
    border: none;
    padding: 20px 100px 20px 30px;
  }
  .faq-top .search ::-webkit-input-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .faq-top .search :-moz-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .faq-top .search ::-moz-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .faq-top .search :-ms-input-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .faq-top .search input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    background: url('../images/icon-search.png') no-repeat center center #2f88c0;
    background-size: 33px 33px;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq-top .search input[type="submit"]:hover {
    background-color: #184d74;
  }
  .faq-toggles {
    margin: 15px 0 0 0;
    padding: 0;
  }
  .faq-toggles > li {
    background: url('../images/icon-toggle-open.png') no-repeat left 5px;
    background-size: 16px 16px;
    /*.transition-all(.3s);*/
  }
  .faq-toggles > li.active {
    background-image: url('../images/icon-toggle-close.png');
  }
  .faq-toggles > li.active > p {
    color: #184d74;
  }
  .faq-toggles > li > p {
    padding-left: 30px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq-toggles > li > p:hover {
    color: #2f88c0;
  }
  .faq-toggles > li > ul {
    padding: 0;
    margin: 0;
    display: none;
  }
  .faq-toggles > li > ul > li {
    margin-bottom: 30px;
  }
  .faq-toggles > li > ul > li > p {
    padding-left: 30px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq-toggles > li > ul > li > p:hover {
    color: #2f88c0;
  }
  .faq-toggles > li > ul > li > p.active {
    color: #184d74;
  }
  .faq-toggles > li > ul > li > div {
    background: #ebebeb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 30px 1px;
    display: none;
  }
  .faq-toggles > li > ul > li > div p {
    font-weight: 500;
  }
  .popular-block {
    margin-bottom: 35px;
  }
  .popular-block h3 {
    font-size: 2.6em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .popular-block .popular {
    zoom: 1;
  }
  .popular-block .popular:before {
    display: table;
    content: "";
  }
  .popular-block .popular:after {
    display: table;
    content: "";
    clear: both;
  }
  .popular-block .popular a {
    color: #333;
    text-decoration: underline;
    margin-bottom: 12px;
    display: block;
    font-size: 1.6em;
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .popular-block .popular a:nth-child(2n) {
    margin-right: 0;
  }
  ol.popular {
    padding-left: 0;
  }
  /* key issues landing */
  .key-issues-landing {
    padding: 90px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .key-issues-landing a.share {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .key-issues-landing h1,
  .key-issues-landing p {
    text-align: center;
    color: #fff;
    max-width: 720px;
    margin: 0 auto 15px;
  }
  .key-issues-landing h1 {
    text-transform: uppercase;
    font-size: 4.2em;
    font-weight: 600;
  }
  .key-issues-landing .key-issues {
    display: block;
    margin-top: 90px;
  }
  .key-issues-landing .key-issues a {
    height: 270px;
  }
  .key-issues-landing .key-issues a:hover .image .pattern {
    opacity: 0;
  }
  .key-issues-landing .key-issues a .image .color-overlay {
    opacity: 1;
  }
  .key-issues-landing .key-issues a .main {
    padding-top: 85px;
  }
  .key-issues-landing .key-issues a .hover {
    top: 45px;
  }
  .key-issues-landing .key-issues a .hover .btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .key-issues-landing .key-issues a .hover .btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .key-issues-landing-mobile-share {
    margin: 30px auto;
    text-align: center;
    display: none;
  }
  .key-issue-main.content-main-area ul,
  .key-issue-main.content-main-area ol {
    list-style-position: inside;
    font-size: 10px;
  }
  .key-issue-main.content-main-area ul li,
  .key-issue-main.content-main-area ol li {
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #333;
  }
  .key-issue-main.content-main-area ul {
    list-style-type: disc;
  }
  .key-issue-main.content-main-area ul ul {
    list-style-type: circle;
  }
  .key-issue-main.content-main-area ol {
    list-style-type: decimal;
  }
  .key-issue-main.content-main-area ol.citations li {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  .key-issue-main.content-main-area ol.citations li p {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4em;
  }
  .key-issue-main.content-main-area aside {
    background: #f0f9ff;
    color: #184d74;
    padding: 25px;
    margin-bottom: 30px;
  }
  .key-issue-main.content-main-area aside h4 {
    font-size: 2em;
  }
  .key-issue-main.content-main-area aside p {
    color: #184d74;
    margin-bottom: 0;
  }
  /* single issue pages */
  .issue-page .links {
    margin-top: 30px;
  }
  .issue-page .links .mobile-hide {
    display: inline-block;
  }
  .issue-page .links .prev,
  .issue-page .links .next {
    font-size: 1.7em;
    color: #fff;
    font-weight: 500;
    background-color: #2f88c0;
    display: inline-block;
  }
  .issue-page .links .prev:hover,
  .issue-page .links .next:hover {
    background-color: #184d74;
  }
  .issue-page .links .prev img,
  .issue-page .links .next img {
    width: 9px;
    height: 18px;
    display: inline-block;
  }
  .issue-page .links .prev {
    padding: 10px 20px 10px 15px;
    margin-right: 20px;
  }
  .issue-page .links .prev img {
    margin: -5px 10px 0 0;
  }
  .issue-page .links .next {
    padding: 10px 15px 10px 20px;
  }
  .issue-page .links .next img {
    margin: -5px 0 0 10px;
  }
  .issue-page .content-main-area .promo-wrap {
    margin: 0 auto 30px;
    zoom: 1;
  }
  .issue-page .content-main-area .promo-wrap:before {
    display: table;
    content: "";
  }
  .issue-page .content-main-area .promo-wrap:after {
    display: table;
    content: "";
    clear: both;
  }
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div {
    float: right;
  }
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div a {
    display: inline-block;
    float: left;
  }
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div a.print {
    opacity: 0.65;
  }
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div a.print:hover {
    opacity: 1;
  }
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div a.print img {
    width: 18px;
    height: 17px;
    padding-top: 3px;
  }
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div a.share {
    margin-left: 15px;
  }
  .toggle-content {
    margin: 3rem 0 3rem;
  }
  .toggle-content:last-child {
    margin-bottom: 0;
  }
  .toggle-content h3 {
    text-transform: uppercase;
    color: #515151;
    font-weight: bold;
    font-size: 1.9em;
  }
  .toggle-content-button p {
    display: inline-block;
  }
  .toggle-content-button p a:active,
  .toggle-content-button p a:link,
  .toggle-content-button p a:visited {
    text-decoration: none;
  }
  .toggle-content-button p a:active:hover,
  .toggle-content-button p a:link:hover,
  .toggle-content-button p a:visited:hover {
    color: #2f88c0;
  }
  .toggle-content-button p a:active:after,
  .toggle-content-button p a:link:after,
  .toggle-content-button p a:visited:after {
    position: relative;
    content: "+";
    font-family: FontAwesome;
    font-size: 1.1em;
    top: 2px;
    margin-left: 12px;
  }
  .toggle-content-button.open p a:after {
    content: "-";
  }
  .toggle-content-content {
    display: none;
    overflow: hidden;
  }
  .resources {
    margin-top: 65px;
  }
  .resources h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .resources .row.pt-cv-row .pt-cv-content-item > a {
    width: 60px;
    height: 60px;
    background: #0c293e;
    margin-right: 20px;
    float: left;
    display: inline-block;
  }
  .resources .row.pt-cv-row .pt-cv-content-item h4.pt-cv-title {
    display: none;
  }
  .resources .row.pt-cv-row .pt-cv-content-item .pt-cv-content {
    overflow: hidden;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 1.7em;
  }
  .resources .row.pt-cv-row .pt-cv-content-item .pt-cv-content a {
    font-size: 0.82em;
    font-weight: 600;
    color: #333333;
    line-height: 1.4em;
    margin: 5px 0 15px 0;
    display: inline-block;
    background: url('../images/icon-more-arrow.png') no-repeat right center;
    background-size: 6px 6px;
    padding: 0 12px 0 0;
    border: none;
  }
  .resources .row.pt-cv-row .pt-cv-content-item .pt-cv-content a:hover {
    color: #2f88c0;
    background-image: url('../images/icon-more-arrow-hover.png');
  }
  /* news & insights */
  .news-carousel {
    height: 320px;
  }
  .news-carousel .slide {
    width: 480px;
    height: 320px;
    background: #0c293e;
    position: relative!important;
  }
  .news-carousel .slide:hover .background {
    opacity: 0.25;
  }
  .news-carousel .slide:hover .inner {
    height: auto;
  }
  .news-carousel .slide:hover .inner p.text,
  .news-carousel .slide:hover .inner a.btn {
    opacity: 1;
  }
  .news-carousel .slide .background {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news-carousel .slide .inner {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    margin: auto;
    height: 100px;
    white-space: initial;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news-carousel .slide .inner h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .news-carousel .slide .inner p {
    color: #fff;
    margin-bottom: 15px;
  }
  .news-carousel .slide .inner p.title {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 0.95em;
  }
  .news-carousel .slide .inner p.text {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news-carousel .slide .inner a.btn {
    background: #fff;
    color: #184d74;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news-carousel .slide .inner a.btn:hover {
    background: #184d74;
    color: #fff;
  }
  .news-carousel .cycle-prev,
  .news-carousel .cycle-next {
    top: 120px;
  }
  .news-slider {
    height: 320px;
    display: none;
  }
  .news-slider .slide {
    width: 100%;
    height: 320px;
    background: #0c293e;
  }
  .news-slider .slide .background {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .news-slider .slide .inner {
    position: absolute;
    top: 50px;
    left: 30px;
    right: 30px;
    margin: auto;
    white-space: initial;
    overflow: hidden;
  }
  .news-slider .slide .inner h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .news-slider .slide .inner p {
    color: #fff;
    margin-bottom: 15px;
  }
  .news-slider .slide .inner p.title {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 0.95em;
  }
  .news-slider .slide .inner a.btn {
    background: #fff;
    color: #184d74;
  }
  .news-slider .cycle-pager {
    bottom: 20px;
  }
  .news-landing .dropdowns {
    background: #ededed;
    padding: 30px 0;
  }
  .news-landing .dropdowns .container-small {
    zoom: 1;
  }
  .news-landing .dropdowns .container-small:before {
    display: table;
    content: "";
  }
  .news-landing .dropdowns .container-small:after {
    display: table;
    content: "";
    clear: both;
  }
  .news-landing .dropdowns .container-small .column {
    background: #FFF url(../images/icon-drop-down.png) no-repeat scroll right 10px center;
    background-size: 20px;
    z-index: 9001;
    height: 40px;
    width: 27%;
    float: left;
    margin-right: 3%;
    position: relative;
  }
  .news-landing .dropdowns .container-small .column:first-child {
    background: transparent none;
    width: 13%;
    text-transform: uppercase;
    color: gray;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.3em;
    margin-right: 0;
    padding-top: 15px;
  }
  .news-landing .dropdowns .container-small .column:last-child {
    margin-right: 0;
  }
  .news-landing .dropdowns .container-small .column select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #515151;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.7em;
    height: 100%;
    line-height: 38px;
    text-transform: uppercase;
    width: 100%;
  }
  .news-landing .dropdowns .container-small .column select:after {
    content: 'text';
  }
  .news-landing .dropdowns .container-small .column select option {
    background: transparent;
    text-indent: 10px;
  }
  .news-landing .dropdowns .container-small .column select option[value=""] {
    color: #888;
    font-weight: bold;
    text-indent: 0;
  }
  .news-landing .news-content {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .news-landing .news-content .container-small {
    /**miguel*/
    /**miguel*/
  }
  .news-landing .news-content .container-small .news-item {
    font-size: 1.9em;
    font-weight: 400;
    line-height: 1.4em;
    clear: both;
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .news-landing .news-content .container-small .news-item time {
    display: none;
    font-size: 14px;
  }
  .news-landing .news-content .container-small .news-item .image {
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    width: 100px;
  }
  .news-landing .news-content .container-small .news-item .rsb {
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 80%;
  }
  .news-landing .news-content .container-small .inside {
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
    padding-right: 0px;
    clear: both;
    min-height: 100px;
    text-align: left;
    padding-right: 40px;
    padding-left: 0;
  }
  .news-landing .news-content .container-small .show-more {
    background: rgba(0, 0, 0, 0) url("../images/icon-load-more.png") no-repeat scroll center 10px;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 10px auto 20px;
    position: relative;
    width: 100px;
  }
  .news-landing .news-content .container-small .show-more a {
    top: 0;
    font-size: 1.6em;
    position: absolute;
    text-align: center;
    width: 100px;
    letter-spacing: 0.1em;
  }
  .news-landing .news-content .container-small p.paragraph {
    margin-top: 0px;
    line-height: 172%;
    text-align: center;
    /*font-style: italic;*/
    font-size: 17px;
    float: none;
    font-size: 18px;
    text-align: left;
  }
  .news-landing .news-content .container-small h4.heading1 {
    letter-spacing: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    text-align: left;
  }
  .news-landing .news-content .container-small h4 a {
    color: #000000;
    text-align: left;
  }
  .news-landing .news-content .container-small span.span1 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
  }
  .news-landing .news-content .container-small span a {
    color: #000000;
    font-size: 14px;
  }
  .news-landing .news-content .container-small .page-content {
    float: none;
    min-height: 300px;
    width: 100%;
  }
  .news-landing .news-content .container-small img.image1 {
    width: auto;
    display: inline-block;
  }
  .news-landing .news-content ul.alm-listing {
    padding: 40px 0 30px;
  }
  .news-landing .news-content ul.alm-listing li {
    margin-bottom: 30px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 30px;
  }
  .news-landing .news-content ul.alm-listing li.no-img {
    padding-bottom: 30px;
  }
  .news-landing .news-content ul.alm-listing li h3 {
    font-size: 2em;
    margin-bottom: 0;
  }
  .news-landing .news-content ul.alm-listing li h3 a {
    color: #333;
  }
  .news-landing .news-content ul.alm-listing li h3 a:hover {
    color: #2f88c0;
  }
  .news-landing .news-content ul.alm-listing li .entry-meta {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .alm-btn-wrap {
    padding: 10px 0 75px;
    text-align: center;
  }
  button.alm-load-more-btn {
    background: url('../images/icon-load-more.png') no-repeat bottom center #fff;
    background-size: 62px 26px;
    color: #184d74;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    height: auto;
    padding: 0px 0 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    padding-bottom: 35px;
  }
  button.alm-load-more-btn:hover {
    background-color: #fff;
    color: #184d74;
    opacity: 0.5;
  }
  /* single news & insights article */
  .article-single {
    padding-top: 0;
  }
  .article-single .date {
    line-height: 1.4em;
    font-size: 1.5em;
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
  }
  .article-single h1 {
    color: #000;
    font-weight: 600;
    font-size: 3.5em;
    margin-bottom: 30px;
  }
  .article-single .main-img {
    margin-bottom: 30px;
  }
  .article-single .content-main-area-wrap .share {
    margin-top: 30px;
  }
  .article-single p a {
    color: #2f88c0;
  }
  .article-single p a:hover {
    color: #184d74;
  }
  /* glossary */
  .glossary.glossary-single .search-area {
    margin-bottom: 50px;
  }
  .glossary.glossary-single h1 {
    font-size: 2.4em;
    color: #000;
    font-weight: 500;
  }
  .glossary .content-main {
    padding-top: 0;
  }
  .glossary .search-area {
    zoom: 1;
  }
  .glossary .search-area:before {
    display: table;
    content: "";
  }
  .glossary .search-area:after {
    display: table;
    content: "";
    clear: both;
  }
  .glossary .search-area .text {
    width: 47.5%;
    margin-right: 5%;
    float: left;
  }
  .glossary .search-area .search {
    overflow: hidden;
    position: relative;
    zoom: 1;
  }
  .glossary .search-area .search:before {
    display: table;
    content: "";
  }
  .glossary .search-area .search:after {
    display: table;
    content: "";
    clear: both;
  }
  .glossary .search-area .search input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 2em;
    border: 3px solid #2f88c0;
    padding: 20px 100px 20px 30px;
  }
  .glossary .search-area .search ::-webkit-input-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .glossary .search-area .search :-moz-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .glossary .search-area .search ::-moz-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .glossary .search-area .search :-ms-input-placeholder {
    color: #b8b8b8;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    font-weight: 500;
  }
  .glossary .search-area .search input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    background: url('../images/icon-search.png') no-repeat center center #2f88c0;
    background-size: 33px 33px;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .glossary .search-area .search input[type="submit"]:hover {
    background-color: #184d74;
  }
  .glossary .glossary-links {
    margin: 65px 0;
  }
  .glossary .glossary-links ul {
    border-top: 2px solid #2f88c0;
    border-bottom: 2px solid #2f88c0;
    margin: 0;
    padding: 6px 20px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .glossary .glossary-links ul li {
    display: table-cell;
    text-align: center;
    width: 100px;
    font-size: 1.7em;
    font-weight: 500;
    color: #2f88c0;
    cursor: pointer;
  }
  .glossary .glossary-links ul li:hover {
    text-decoration: underline;
  }
  .glossary .glossary-listing .item {
    margin-bottom: 40px;
    zoom: 1;
  }
  .glossary .glossary-listing .item:before {
    display: table;
    content: "";
  }
  .glossary .glossary-listing .item:after {
    display: table;
    content: "";
    clear: both;
  }
  .glossary .glossary-listing .item .title {
    font-weight: 500;
    font-size: 4em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .glossary .glossary-listing .item a {
    color: black;
    width: 31%;
    margin: 0 2% 20px 0;
    float: left;
    font-size: 1.6em;
    text-decoration: underline;
  }
  .glossary .glossary-listing .item a:hover {
    color: #2f88c0;
  }
  /* share overlay */
  .share-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .share-overlay .share-close {
    width: 30px;
    height: 30px;
    background: url('../images/icon-x.png') no-repeat center;
    background-size: 26px 26.5px;
    position: absolute;
    z-index: 0;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .share-overlay .share-close:hover {
    opacity: 0.5;
  }
  .share-overlay .inner {
    max-width: 450px;
    background: white;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 180px;
  }
  .share-overlay .inner h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .share-overlay .inner h3,
  .share-overlay .inner p,
  .share-overlay .inner .addthis_sharing_toolbox {
    text-align: center;
  }
  article.news .entry-title {
    font-size: 2em;
    margin-bottom: 50px;
  }
  article.news .bread-crumb {
    padding: 0 0 50px;
  }
  header.entry-header h3.entry-title {
    font-size: 3em;
    margin-bottom: 10px;
  }
  header.entry-header h4 {
    font-size: 2em;
  }
  .entry-content ul.downloads li {
    font-size: 1.8125em;
  }
  .page h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .cycle-prev,
  .cycle-next {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu .container {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu .close-btn {
    position: relative;
    width: 100%;
    height: 63px;
    background-position: 97% center;
    background-color: #71c8ff;
    top: 0;
    right: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu .close-btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu ul#menu-main-menu > li {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu ul#menu-main-menu > li a {
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu ul#menu-main-menu > li > a {
    font-size: 2.4em;
    margin: 0;
    border-bottom: 1px solid #296791;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu ul#menu-main-menu > li ul {
    background: #296791;
    margin: 0;
    padding: 4px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .header-container > .main-menu ul#menu-main-menu > li ul {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-container > .main-menu ul#menu-main-menu > li ul li a {
    font-size: 1.9em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-container .top-colors div:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .header-container .top-colors div:nth-child(2) {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .header-container .top-colors div:nth-child(3) {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .header-container .top-colors div:nth-child(4) {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .header-container .top-colors div:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-container .header .logo {
    width: auto;
  }
}
@media screen and (max-width: 1735px) {
  .header-container .header .logo a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  .header-container .header .links .menu-nrlcheader-container {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  .header-container .header .links ul li a {
    font-size: 1.4em;
    margin: 0 11px;
  }
}
@media screen and (max-width: 1023px) {
  .header-container .header .links ul li a {
    font-size: 1.25em;
    margin: 0 8px;
    letter-spacing: initial;
  }
}
@media screen and (max-width: 1023px) {
  .header-container .header .links .menu-toggle {
    margin-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .footer-links {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .main-footer .footer-links #menu-footer > li {
    width: 17%;
  }
}
@media screen and (max-width: 1023px) {
  .main-footer .footer-links #menu-footer > li:nth-child(2) {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .mobile-footer-links {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .copyright {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slide {
    height: 300px;
  }
}
@media screen and (max-width: 1370px) {
  .homepage-slider .slide .caption {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-slider .slide .caption {
    padding: 30px 60px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slide .caption {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-slider .slide .caption .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slide .caption .inner {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slide .caption .inner h1 {
    font-size: 3.5em;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slide .caption .inner p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-box-text {
    top: 0;
    height: 100%;
    z-index: 300;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-box-text .mobile-close {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-box-text .mobile-close-image {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-box-text .container {
    height: 92%;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-box-text .title {
    max-width: 245px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-slider .triangle-box-text .block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-slider .triangle-box-text .block .image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle {
    border-width: 0 0 130px 130px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .triangle-text {
    bottom: 54px;
    right: -4px;
  }
}
@media screen and (max-width: 767px) {
  .banner-text {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs ul.cd-tabs-navigation {
    margin: -20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs ul.cd-tabs-navigation li:first-child a {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs ul.cd-tabs-navigation li:last-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs ul.cd-tabs-navigation li a {
    font-size: 1.2em;
    padding: 20px 0;
    margin-top: -10px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs ul.cd-tabs-navigation li a.active {
    font-size: 1.2em;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs ul.cd-tabs-navigation li a.active:after {
    bottom: -2px;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs .cd-tabs-content {
    padding-top: 4px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs .cd-tabs-content #bargaining-process .image {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .cd-tabs .cd-tabs-content #bargaining-process .text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs .cd-tabs-content #bargaining-process .text {
    padding: 20px 4%;
  }
}
@media screen and (max-width: 1023px) {
  .cd-tabs .cd-tabs-content #bargaining-process .text p {
    margin-bottom: 5px;
    line-height: 1.35em;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .cd-tabs .cd-tabs-content #bargaining-process .text .btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-content .quadbox {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-content .quadbox .summary {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 1023px) {
  .homepage-content .quadbox .summary .quadimg {
    margin-right: 20px;
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .homepage-content .banner .inner h2 {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .key-issues a {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .key-issues a:hover .image .color-overlay {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .key-issues a:hover .main {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .key-issues a:hover .hover {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues a .main {
    padding: 40px 20px 40px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .key-issues a .main {
    top: 0;
    bottom: 0;
    background: none;
    border-top: 2px solid #ebebeb;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues a .main p {
    line-height: 1em;
  }
}
@media screen and (max-width: 1290px) {
  .key-issues a .hover {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues a .hover {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues a .hover .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1290px) {
  .key-issues a .hover p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues a .hover p {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues a .hover .btn {
    left: 50%;
    margin-left: -65px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .top-image {
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .top-image {
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .top-image .container {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .top-image .container {
    padding-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .top-image .container h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1023px) {
  .top-image .container p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .top-image .container p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .secondary-nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .secondary-nav ul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .top-text .left {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .top-text .left p:first-child {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .content-main .top-text .left p:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .top-text .right {
    position: absolute;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-main .top-text .right {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .top-text .right div a.print {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-area {
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section {
    zoom: 1;
    margin-bottom: 40px;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section:before {
    display: table;
    content: "";
  }
  .content-main .content-main-area-wrap .content-main-area .pager-section:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager {
    margin-right: 3%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager {
    margin-right: 0;
    margin-left: -4%;
    float: none;
    background: #184d74;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.steplink {
    display: block;
    color: #71c8ff;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.steptitle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.tooltip {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .pager li span.tooltip {
    left: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .btn.pdf {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-area .pager-section .btn.pdf {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-area.basic-page {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-aside.tablet-aside {
    border-top: 7px solid #184d74;
    margin-top: 20px;
    padding-top: 20px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-aside .btn.pdf {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .content-main .content-main-area-wrap .content-main-aside {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content-main .content-main-area-wrap .content-main-aside {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  article.news {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news,
  .content-main .widget_nrlc_newsfeed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news.faq-news,
  .content-main .widget_nrlc_newsfeed.faq-news {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .news .news-block,
  .content-main .widget_nrlc_newsfeed .news-block,
  .news ul,
  .content-main .widget_nrlc_newsfeed ul {
    margin-bottom: 20px;
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .news .news-block:nth-child(2n+1),
  .content-main .widget_nrlc_newsfeed .news-block:nth-child(2n+1),
  .news ul:nth-child(2n+1),
  .content-main .widget_nrlc_newsfeed ul:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .news-block,
  .content-main .widget_nrlc_newsfeed .news-block,
  .news ul,
  .content-main .widget_nrlc_newsfeed ul {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .promo-wrap .promo {
    width: 48%;
    float: left;
    margin: 0 4% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .promo-wrap .promo {
    width: 100%;
    margin-bottom: 30px;
  }
  .promo-wrap .promo:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .promo-wrap .promo:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .players-full {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .players-full .container-small {
    background: url('../images/players-table-tablet.png') no-repeat right top;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .players-full .container-small {
    background: transparent;
  }
}
@media screen and (max-width: 1023px) {
  .players-full .container-small h2 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .players-full .container-small .left,
  .players-full .container-small .right {
    width: 65%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .players-full .container-small .left,
  .players-full .container-small .right {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .players-full .container-small .left {
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .players-full .container-small .right {
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .player-tabs {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumb .right {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .faq-top .columns {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .faq-top .columns .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq-top .columns .left h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1023px) {
  .faq-top .columns .right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .faq-top .search input[type="text"] {
    padding: 15px 85px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-top .search input[type="submit"] {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .popular-block .popular a {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing a.share {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues-landing .container {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing h1,
  .key-issues-landing p {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing .key-issues {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues-landing .key-issues a {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing .key-issues a {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing .key-issues a:hover .image .pattern {
    opacity: 0.25;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues-landing .key-issues a .main {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing .key-issues a .main {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues-landing .key-issues a .hover {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .key-issues-landing .key-issues a .hover .btn {
    margin-top: -15px;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .key-issues-landing-mobile-share {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .issue-page .links {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .issue-page .links .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .issue-page .links .mobile-show {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .issue-page.content-main .content-main-area-wrap .content-main-aside {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .issue-page.content-main .content-main-area-wrap .content-main-aside > div a.print {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .resources .row.pt-cv-row .pt-cv-content-item {
    width: 50%;
    float: left;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .resources .row.pt-cv-row .pt-cv-content-item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .resources a.small {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .news-carousel {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .news-slider {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news-landing .dropdowns {
    padding: 15px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-landing .dropdowns .container-small .column {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .news-landing .dropdowns .container-small .column:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .article-single.content-main .content-main-area-wrap .content-main-aside {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .glossary .search-area .text {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .glossary .search-area .search {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .glossary .search-area .search input[type="text"] {
    padding: 15px 85px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .glossary .search-area .search input[type="submit"] {
    width: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .glossary .glossary-links {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .glossary .glossary-links ul {
    border-top: none;
    border-bottom: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .glossary .glossary-links ul li {
    display: inline-block;
    padding: 20px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .glossary .glossary-listing .item a {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .glossary .glossary-listing .item a {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .share-overlay .inner {
    max-width: 220px;
    top: 90px;
    bottom: initial;
    height: auto;
  }
}
.entry-content ul,
.entry-content ol {
  list-style-type: disc;
  margin-left: 30px;
}
.entry-content ul li,
.entry-content ol li {
  color: #515151;
  font-size: 1.9em;
  line-height: 1.4em;
  margin: 0 0 5px 0;
  font-weight: 400;
}
@media print {
  /* general */
  .header {
    clear: both;
    overflow: hidden;
  }
  .header-container {
    margin: 20px 0 50px;
  }
  .header-container > .main-menu {
    display: none;
  }
  .header-container .header .logo a img {
    width: 176px;
    height: auto;
    float: left;
  }
  .header-container .header .logo a {
    padding: 0;
  }
  .header-container .header .links {
    display: none;
  }
  .top-image {
    height: auto;
  }
  .top-image .container {
    padding: 30px 30px 0;
  }
  .secondary-nav {
    display: none;
  }
  .content-main .top-text .right {
    display: none;
  }
  .content-main .content-main-area-wrap .content-main-aside {
    display: none;
  }
  .main-footer {
    display: none;
  }
  a {
    color: #2f88c0;
  }
  h1 {
    font-size: 4em;
    font-weight: 400;
  }
  h2 {
    font-size: 3em;
    font-weight: 600;
    font-weight: 400;
  }
  h3 {
    font-size: 2.5em;
    font-weight: 400;
  }
  em {
    font-weight: 600;
  }
  p.semi {
    font-weight: 500;
  }
  a.share {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .promo-wrap {
    display: none;
  }
  .share-overlay {
    display: none;
  }
  .content-main-area ul,
  .content-main-area ol {
    font-size: 19px;
    line-height: 21px;
    margin: 0 0 20px 0;
    font-weight: 400;
    list-style: disc;
  }
  .content-main-area ul ol,
  .content-main-area ol ol,
  .content-main-area ul ul,
  .content-main-area ol ul {
    list-style-type: circle;
  }
  /* players page */
  .player-tabs {
    display: none;
  }
  .players-full .container-small h2,
  .players-full .container-small p {
    color: #000;
  }
  h2 {
    color: #000 !important;
  }
  .players-full .container-small .left ul,
  .players-full .container-small .right ul {
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    font-weight: 400;
    list-style: inherit;
  }
  /* bargaining page */
  .pager-section {
    display: none;
  }
  .pager-content img {
    margin-bottom: 30px;
  }
  .pager-content .notes {
    margin-top: 30px;
  }
  .pager-content .notes p {
    margin-bottom: 10px;
  }
  .pager-content .notes a.more {
    margin-bottom: 40px;
    display: block;
  }
  .content-main .content-main-area-wrap .content-main-area .pager-content ul,
  .content-main .content-main-area-wrap .content-main-area .pager-content ol {
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    font-weight: 400;
    list-style: inherit;
  }
  /* key issues landing */
  .key-issues-landing .main p {
    margin: 30px 0 0 0;
  }
  .key-issues-landing p {
    margin-bottom: 0px;
  }
  .key-issues-landing .btn {
    padding: 0;
    display: block;
    margin: 0;
    text-align: left;
  }
  .key-issues-landing .key-issues a {
    display: block;
    margin: 50px 0;
  }
  .key-issues-landing .key-issues a .hover .title {
    display: none;
  }
  /* faq page */
  .faq-top .columns .right {
    display: none;
  }
  .faq-top .search {
    display: none;
  }
  .popular-block {
    display: none;
  }
  .faq-toggles {
    padding: 0;
  }
  .faq-toggles > li > ul > li > div {
    padding: 0 0 0 40px;
  }
  /* healthcare page */
  .resources {
    display: none;
  }
  .issue-page .links {
    display: none;
  }
  /* news & insights landing */
  .news-carousel,
  .news-landing .dropdowns,
  .alm-btn-wrap {
    display: none;
  }
  /* news & insights single */
  .article-single .main-img {
    margin-bottom: 30px;
  }
  .article-single .date {
    font-size: 2.5em;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
  }
  .article-single .btn {
    display: none;
  }
  /* glossary */
  .glossary .search-area .search {
    display: none;
  }
  .glossary .glossary-links {
    display: none;
  }
  .glossary .glossary-listing .item .title {
    font-weight: 400;
    font-size: 4em;
    margin: 40px 0 20px;
  }
  .glossary .glossary-listing .item a {
    display: block;
    margin-bottom: 10px;
  }
  .glossary .btn {
    display: none;
  }
  /* homepage */
  .homepage-slider,
  .triangle-box-text,
  .cd-tabs,
  .homepage-content .banner {
    display: none;
  }
  .homepage-content .quadbox .summary {
    margin-bottom: 50px;
  }
  .homepage-content .quadbox .summary .quadimg {
    margin-bottom: 20px;
  }
  .homepage-content .quadbox .summary .excerpt .title {
    margin-bottom: 10px;
  }
  .homepage-content .quadbox .summary .excerpt p {
    margin-bottom: 0;
  }
}
#mc_embed_signup {
  clear: left;
  width: 100%;
}
#mc_embed_signup .clear {
  width: 19%;
}
@media (max-width: 1023px) {
  #mc_embed_signup .clear {
    width: 28%;
  }
}
@media (max-width: 767px) {
  #mc_embed_signup .clear {
    display: inline-block;
  }
}
#mc_embed_signup form {
  text-align: left;
}
@media (max-width: 767px) {
  #mc_embed_signup form {
    text-align: center;
  }
}
#mc_embed_signup form label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.85714286em;
  margin-bottom: 5px;
  color: #333;
}
@media (max-width: 767px) {
  #mc_embed_signup form label {
    font-size: 1.4em;
  }
}
#mc_embed_signup form input[type="email"] {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #333;
  border-radius: 0;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: background-color 100ms linear;
  width: 80%;
}
@media (max-width: 1023px) {
  #mc_embed_signup form input[type="email"] {
    width: 70%;
  }
}
#mc_embed_signup form input[type="email"]:focus {
  background-color: #ffffff;
}
#mc_embed_signup form input[type="submit"] {
  background-color: #2f88c0;
  border-radius: 0;
  font-weight: bold;
  padding: 0 9px;
  text-transform: uppercase;
  transition: background-color 100ms linear;
  width: 100%;
}
#mc_embed_signup form input[type="submit"]:hover,
#mc_embed_signup form input[type="submit"]:focus,
#mc_embed_signup form input[type="submit"]:active {
  background-color: #184d74;
}
.homepage-content .news-section-title,
.homepage-content .news-image-wrapper,
.homepage-content .news-title,
.homepage-content .news-excerpt,
.homepage-content .news-item {
  margin-bottom: 1rem;
}
.homepage-content .news-section-title,
.homepage-content .news-title,
.homepage-content .news-section :link {
  color: #24567b;
}
.homepage-content .news-section-title {
  display: block;
  font-size: 1.375rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.homepage-content .news-section:not(.news-section-first) .news-section-title {
  min-height: 2.75rem;
}
@media (max-width: 767px) {
  .homepage-content .news-section:not(.news-section-first) .news-section-title {
    min-height: auto;
  }
}
.homepage-content .news-image-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 70px;
  width: 108px;
}
.homepage-content .news-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  max-width: none;
}
.homepage-content .news-section > .news-item .news-image-wrapper {
  height: 300px;
  width: 100%;
}
.homepage-content .news-image {
  width: 100%;
}
.homepage-content .news-title {
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
}
.homepage-content .news-excerpt {
  font-size: 1rem;
}
.homepage-content .news-more,
.homepage-content .news-section-more {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}
.homepage-content .news-more::after,
.homepage-content .news-section-more::after {
  content: '>';
  padding-left: 0.4em;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  -webkit-transform: scale(1, 1.9);
  /* Safari and Chrome */
  -moz-transform: scale(1, 1.9);
  /* Firefox */
  -ms-transform: scale(1, 1.9);
  /* IE 9 */
  -o-transform: scale(1, 1.9);
  /* Opera */
  transform: scale(1, 1.9);
  /* W3C */
}
.homepage-content .news-section::after,
.homepage-content .news-item::after {
  content: '';
  display: table;
  clear: both;
}
.homepage-content .news-item {
  clear: both;
}
.homepage-content .news-section {
  float: left;
  width: 50%;
}
.homepage-content .news-section:not(.news-section-first) {
  padding-left: 0;
}
.homepage-content .news-section:not(.news-section-first):last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  .homepage-content .news-section {
    float: none;
    width: 100%;
  }
}
.homepage-content .news-section-first {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.homepage-content .news-section-first .news-image-wrapper {
  float: left;
  margin-right: 25px;
}
.homepage-content .news-section-first .news-item-first {
  padding-right: 30px;
  width: 66%;
  float: left;
}
@media (max-width: 767px) {
  .homepage-content .news-section-first .news-item-first {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.homepage-content .news-section-first .news-item-first .news-title {
  font-size: 2.25rem;
  font-weight: normal;
}
.homepage-content .news-section-first .news-item-first .news-image-wrapper {
  margin-right: 35px;
  width: 333px;
}
@media (max-width: 767px), (max-width: 1023px) {
  .homepage-content .news-section-first .news-item-first .news-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.homepage-content .news-section-first .news-item-wrapper {
  width: 33%;
  float: left;
}
@media (max-width: 767px) {
  .homepage-content .news-section-first .news-item-wrapper {
    float: none;
    width: 100%;
  }
}
.homepage-content .news-section-first .news-item-wrapper .news-image-wrapper {
  margin-bottom: 0;
}
.homepage-content .news-section-first .news-item-wrapper :link {
  text-decoration: underline;
}
.homepage-content .news-etc {
  margin: 35px 0 25px 0;
  padding-left: 15px;
  list-style: disc;
}
.homepage-content .news-etc .news-title {
  margin: 0;
  font-size: 1rem;
  text-transform: none;
}
.homepage-content .news-etc :link {
  text-decoration: underline;
}
.homepage-content .news-section-more {
  margin-top: 25px;
  clear: both;
  font-size: 0.7rem;
}
.homepage-content .supplemental-image-wrapper {
  float: left;
  margin-right: 2rem;
  width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .homepage-content .supplemental-image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.homepage-content .supplemental-image {
  width: 100%;
}
.homepage-content .supplemental-title,
.homepage-content .supplemental-item :link {
  color: #24567b;
}
.homepage-content .supplemental-title {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 2.25rem;
  font-weight: normal;
}
.homepage-content .supplemental-subtitle {
  margin-bottom: 40px;
  font-size: 1.5rem;
}
.homepage-content .supplemental-more {
  font-size: 1rem;
  text-transform: uppercase;
}
.homepage-content .supplemental-item {
  width: 100%;
  float: none;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
.homepage-content .supplemental-item::after {
  content: '';
  display: table;
  clear: both;
}
.covid-menu-item {
  display: none;
}
@media (max-width: 850px) {
  .covid-menu-item {
    display: block;
  }
}
