*,
::before,
::after {
  margin: 0;
  outline-color: #1e54b5;
  padding: 0;
  box-sizing: border-box;
}

.list-details li:nth-child(-n+2) {
  display: none;
}

html {
  overflow-y: scroll;
  margin: 0 0 1px;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100.01%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  -ms-content-zooming: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
}

body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 76%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: var(--coal);
}

@viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* !Theme --------- */

:root {
  --white: #fff;
  --seashell: #f1f1f1;
  --alto: #e0e0e0;
  --silver: #ccc;
  --dusty: #979797;
  --boulder: #787878;
  --dove: #626262;
  --shaft: #2c2c2c;
  --coal: #141414;
  --black: #000;
  --red: #f00;
  --matterhorn: #524040;
  --diesel: #1a0000;
  --mahogany: #c33432;
  --orange: #e35534;
  --forest: #2f9c2b;
  --picton: #45b8ed;
  --horizon: #577ea7;
  --iron: #d3d6db;
  --pigeon: #9fb4d9;
  --chambray: #365899;
  --manatee: #90949c;
  --athens: #f6f7f9;
  --wedgewood: #5d76b2;
  --dodger: #4e81ff
;
}

/* !Defaults --------- */

body,
textarea,
input,
select,
option,
button {
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
  line-height: 1.7;
  color: var(--coal);
}

li,
dt,
dd,
p,
figure,
th,
td,
caption,
legend,
pre,
.list-b p,
.list-testimonials p,
.list-testimonials q {
  font-size: 1.6em;
}

li *,
dt *,
dd *,
p *,
figure *,
th *,
td *,
legend * {
  font-size: 1em;
}

ul,
ol,
dl,
p,
figure,
table,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
center {
  margin-bottom: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  font-family: "open sans Arial"nsed, Arial, "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.0187777778em;
}

h1 {
  font-size: 4.3em;
}

h2 {
  font-size: 2.8em;
}

h3 {
  font-size: 2.6em;
}

h4 {
  font-size: 2.4em;
}

h5 {
  font-size: 2.2em;
}

h6 {
  font-size: 2em;
}

a {
  outline-width: 0;
  font-weight: 600;
  text-decoration: underline;
  color: #1e54b5;
  background: 0 0;
  cursor: pointer;
}

a span {
  cursor: pointer;
}

[data-whatintent="mouse"] a:hover {
  color: var(--matterhorn);
}

#nav > ul > li > ul li a,
#nav-main > ul > li > a,
.list-a a {
  font-weight: 400;
}

ul,
ol,
dd,
blockquote {
  padding-left: 40px;
}

/* !Repeatable --------- */

.module-comments::after,
.footer-comment::after,
.footer-comments ul::after,
.list-comments::after,
.list-comments li::after,
.form-comments::after,
.module-comments::after,
.link-btn::after,
.list-news::after,
#breadcrumbs::after,
.list-b li::after,
.list-tags::after,
.module-block::after,
#nav > ul::after,
#content::after,
#top::after,
#footer::after,
form p::after,
.cols-a::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.list-comments .footer-comments li::before,
.list-comments h1 a + a::before,
.list-comments h2 a + a::before,
.list-comments h3 a + a::before,
.list-comments h4 a + a::before,
.list-comments h5 a + a::before,
.list-comments h6 a + a::before,
.list-c::before,
.list-news li::before,
.cols-a > *::before,
.link-btn.link-comment i::after,
.list-details li::before,
.heading-a h1::before,
.heading-a h2::before,
.heading-a h3::before,
.heading-a h4::before,
.heading-a h5::before,
.heading-a h6::before,
.list-b li::before,
.module-block::before,
.list-social i::after,
.list-a li::before,
#nav > ul > li > ul::after,
#nav > ul > li > ul::before,
#nav > ul > li:first-child > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -3000em;
  direction: ltr;
}

#root::before,
#footer::before {
  content: "";
  position: absolute;
  left: -1000em;
  right: -1000em;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.popup-a .box-inset .close::before,
#breadcrumbs li::before,
#nav > ul > li.sub > a::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin: -10px 0 0;
  width: 100%;
  font-family: "i";
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  text-indent: 0;
}

#top .list-social {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-a.shown .box-inset {
  -webkit-transform: none;
  transform: none;
}

.popup-a.shown,
.popup-a.shown .box-inset,
.popup-a.shown .box-outer .close,
.popup-shown #root::after,
.fancybox-container.fancybox-is-open,
#content > .heading-a h1::before,
#content > .heading-a h2::before,
#content > .heading-a h3::before,
#content > .heading-a h4::before,
#content > .heading-a h5::before,
#content > .heading-a h6::before {
  opacity: 1;
  visibility: visible;
}

.fancybox-container,
.heading-a h1::before,
.heading-a h2::before,
.heading-a h3::before,
.heading-a h4::before,
.heading-a h5::before,
.heading-a h6::before {
  opacity: 0;
  visibility: hidden;
}

.form-comments > figure img,
.list-news img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
}

#mobile,
#shadow {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-a .active a,
#nav > ul > li.active > a,
[disabled],
.disabled {
  cursor: default;
}

[data-whatintent="mouse"] .link-btn.link-comment a:hover,
.list-details a,
[data-whatintent="mouse"] a:hover,
[data-whatintent="mouse"] #nav .sub li a:hover,
.list-a .active a {
  text-decoration: underline;
}

.list-details .link-btn a,
[data-whatintent="mouse"] .list-details a:hover,
.list-social a,
[data-whatintent="mouse"] .link-btn a:hover,
[data-whatintent="mouse"] .list-tags a:hover,
#nav a,
.list-social a:hover,
a {
  text-decoration: none;
}

a.link-ideal {
  text-decoration: underline;
}

/* !Layout --------- */

#root {
  position: relative;
  overflow: hidden;
  padding-top: 105px;
  width: 100%;
}

#root::before {
  background: var(--seashell);
}

#top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  height: 80px;
  background: #1e54b5;
}

#logo {
  position: absolute;
  left: 5px;
  top: 0;
  width: 110px;
  height: 100%;
  background-image: url(../images/logo.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#logo a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -3000em;
}

#skip {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  line-height: 1.5;
}

#skip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#skip a {
  position: absolute;
  left: -3000em;
  top: 0;
  display: block;
  outline: none;
  padding: 8px 16px;
  min-width: 200px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  background: #1e54b5;
}

#skip a:focus,
#skip a:active {
  left: 0;
}

#nav {
  position: absolute;
  left: 232px;
  top: 0;
  text-transform: uppercase;
}

#nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav > ul > li {
  position: relative;
}

#nav > ul > li > a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 8px;
  line-height: 80px;
  color: var(--white);
}

[data-whatintent="mouse"] #nav > ul > li:hover > a,
#nav > ul > li.active > a {
  color: var(--alto);
}

#nav > ul > li.sub {
  margin-right: 10px;
}

#nav > ul > li.sub > a {
  padding-right: 15px;
}

#nav > ul > li.sub > a::before {
  content: "\e900";
  left: auto;
  right: 0;
  width: auto;
  font-size: 6px;
}

#nav > ul > li.sub > a.toggle {
  position: absolute;
  right: -10px;
  top: -3000em;
  bottom: auto;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  text-align: left;
  text-indent: -3000em;
}

.mobile #nav > ul > li.sub > a.toggle,
#nav > ul > li.sub > a.toggle:focus {
  top: 0;
  bottom: 0;
}

#nav > ul > li > ul {
  position: absolute;
  left: -18px;
  top: 100%;
  z-index: 3;
  display: none;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  width: 200px;
}

#nav > ul > li > ul::after {
  border-radius: 0 0 5px 5px;
  background: var(--white);
}

#nav > ul > li > ul::before {
  top: 4px;
  z-index: -2;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

#nav > ul > li > ul li {
  font-size: 0.8em;
}

#nav > ul > li > ul li a {
  display: block;
  padding: 3px 28px;
  text-decoration: none;
  color: var(--black);
}

#top .list-social {
  position: absolute;
  right: 13px;
  top: 50%;
  margin: 0 -3px;
}

#top .list-social li {
  padding-right: 3px;
  padding-left: 3px;
}

#top .list-social i {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}

#nav-main {
  margin-top: -25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--alto);
  text-transform: uppercase;
}

#nav-main > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav-main > ul > li {
  font-size: 1.2em;
}

#nav-main > ul > li > a {
  display: block;
  padding: 0 11px;
  line-height: 32px;
  color: var(--dove);
}

[data-whatintent="mouse"] #nav-main > ul > li > a:hover {
  color: var(--boulder);
}

#content {
  position: relative;
  z-index: 4;
  margin: 0 auto 75px;
  padding: 23px 36px 16px;
  width: 1240px;
  background: #fff;
}

#content > .heading-a h1::before,
#content > .heading-a h2::before,
#content > .heading-a h3::before,
#content > .heading-a h4::before,
#content > .heading-a h5::before,
#content > .heading-a h6::before {
  left: -36px;
}

#footer {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 52px 42px 5px;
  width: 1240px;
}

#footer::before {
  background: var(--coal);
}

#footer,
#footer a {
  color: var(--seashell);
}

#footer hr {
  background: var(--shaft);
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  margin-bottom: 9px;
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#footer ul {
  list-style: none;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 0;
  text-transform: uppercase;
}

#footer li {
  margin-bottom: 8px;
  border-left: 20px solid transparent;
  width: 25%;
  font-size: 1.8em;
}

#footer .list-a {
  margin-left: -12px;
  text-transform: none;
}

#footer .list-a li {
  margin-bottom: 10px;
  border-left-width: 0;
  width: auto;
  font-size: 1.2em;
}

#footer .list-a li::before {
  background: var(--shaft);
}

#footer .list-a a {
  color: var(--dusty);
}

[data-whatintent="mouse"] #footer .list-a a:hover,
#footer .list-a .active a {
  color: var(--white);
}

#footer .list-social {
  margin-bottom: 18px;
  margin-left: -7px;
}

#footer .list-social li {
  border-left-width: 0;
  width: auto;
}

#breadcrumbs {}

#breadcrumbs ul {
  list-style: none;
  margin-right: -17px;
  margin-left: -11px;
  padding: 0;
}

#breadcrumbs li {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 0 10px 11px;
  padding-right: 17px;
  font-size: 1.1em;
}

#breadcrumbs li::before {
  content: ">";
  left: auto;
  right: -2px;
  width: auto;
  font-size: 15px;
  color: #1e54b5;
}

#breadcrumbs a {
  font-weight: 700;
}

/* !Columns --------- */

.cols-a > * {
  position: relative;
  z-index: 2;
  float: right;
  margin-right: -360px;
  padding-left: 70px;
  width: 360px;
}

.cols-a > *::before {
  left: 34px;
  width: 2px;
  background: var(--seashell);
}

.cols-a > *:first-child {
  float: left;
  margin-right: 0;
  padding-left: 0;
  width: 100%;
}

/* !Modules --------- */

.module-block {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  padding: 43px 26px 0;
}

.module-block::before {
  top: 16px;
  border: 1px solid var(--alto);
  background: var(--seashell);
}

.module-block > h1:first-child,
.module-block > h2:first-child,
.module-block > h3:first-child,
.module-block > h4:first-child,
.module-block > h5:first-child,
.module-block > h6:first-child {
  display: block;
  float: left;
  margin: -41px 0 12px -16px;
  border-left: 29px solid #1e54b5;
  padding: 6px 9px;
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
  font-size: 1.4em;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--white);
  background: var(--coal);
}

.module-block > h1:first-child + *,
.module-block > h2:first-child + *,
.module-block > h3:first-child + *,
.module-block > h4:first-child + *,
.module-block > h5:first-child + *,
.module-block > h6:first-child + * {
  clear: both;
}

.module-block .list-b li::before {
  left: -26px;
  right: -26px;
}

.module-comments {
  margin-bottom: 8px;
}

.popup-a {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
}

.popup-a .box-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 20px;
  min-height: 100%;
}

.popup-a .box-outer > .close,
#root::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 997;
  display: block;
  text-indent: -3000em;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

#root::after {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
}

.popup-a .box-inner {
  position: relative;
  z-index: 998;
  margin: 0;
  width: 700px;
}

.popup-a .box-inset {
  padding: 40px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.popup-a .box-inset .close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-indent: -9999em;
  color: var(--boulder);
}

[data-whatintent="mouse"] .popup-a .box-inset .close:hover {
  color: var(--black);
}

.popup-a .box-inset .close::before {
  content: "\e909";
}

.popup-a::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}

.popup-a.shown {
  z-index: 999;
}

.popup-a h1,
.popup-a h2,
.popup-a h3,
.popup-a h4,
.popup-a h5,
.popup-a h6 {
  font-size: 3.3em;
}

.popup-a .link-btn a {
  max-width: 400px;
  font-weight: 400;
}

[data-whatintent="mouse"] .popup-a .link-btn a:hover {
  opacity: 0.75;
}

/* !Headers --------- */

.heading-a {}

.heading-a h1,
.heading-a h2,
.heading-a h3,
.heading-a h4,
.heading-a h5,
.heading-a h6 {
  position: relative;
  z-index: 2;
  font-size: 3.8em;
}

.heading-a h1::before,
.heading-a h2::before,
.heading-a h3::before,
.heading-a h4::before,
.heading-a h5::before,
.heading-a h6::before {
  left: -20px;
  top: 12px;
  bottom: 12px;
  width: 8px;
  background: #1e54b5;
}

/* !Content --------- */

.strong {
  font-weight: 700;
}

.em {
  font-style: italic;
}

.line-through {
  text-decoration: line-through;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

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

#root .s11 {
  font-size: 11px;
}

#root .s18 {
  font-size: 24px;
}

.overlay-a {
  color: #1e54b5;
}

/* !Links --------- */

.link-a {
  font-size: 1.1em;
}

.link-a a,
[data-whatintent="mouse"] .link-a a:hover {
  font-weight: 400;
  color: var(--chambray);
}

.link-a.a {
  border-top: 1px solid var(--athens);
  padding: 7px 0 0 20px;
}

.link-btn {
  font-size: 2.1em;
  text-align: center;
  text-transform: uppercase;
}

.link-btn a {
  display: inline-block;
  border-radius: 7px;
  padding: 11px 24px;
  font-weight: 700;
  line-height: 1.1666666667;
  color: var(--white);
  background: #f90909;
}

[data-whatintent="mouse"] .link-btn a:hover {
  color: var(--white);
  opacity: 0.75;
}

.link-btn .a {
  background: var(--dodger);
}

.link-btn .b {
  color: var(--coal);
  background: var(--seashell);
}

.link-btn.a {
  font-size: 1.4em;
  text-transform: none;
}

.link-btn.a a {
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-btn.link-comment {}

.link-btn.link-comment a {
  position: relative;
  border-radius: 0;
  padding: 14px 0 14px 53px;
  font-weight: 400;
  color: var(--coal);
  background: 0 0;
}

[data-whatintent="mouse"] .link-btn.link-comment a:hover {
  opacity: 1;
}

.link-btn.link-comment i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: var(--white);
  background: var(--forest);
}

.link-btn.link-comment i::after {
  border-radius: 50%;
}

/* !Animate Button --------- */

.animate {
  transition: all 0.2s ease-in-out;
}

.animate:hover {
  transform: scale(1.08);
  cursor: pointer;
}

/* !Media --------- */

img,
iframe,
object,
embed {
  border-style: none;
  max-width: 100% !important;
}

img {
  height: auto !important;
  image-rendering: optimizequality;
  -ms-interpolation-mode: bicubic;
}

img::selection {
  background: 0 0;
}

img::selection {
  background: 0 0;
}

figure {
  font-style: italic;
  text-align: center;
}

figcaption {
  padding: 15px 0;
}

/* !Lists --------- */

.list-a {
  list-style: none;
  margin-right: -12px;
  margin-left: -12px;
  padding: 0;
}

.list-a li {
  position: relative;
  z-index: 2;
  margin-right: 12px;
  margin-left: 12px;
}

.list-a li::before {
  left: auto;
  right: -12px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: var(--alto);
}

.list-b {
  list-style: none;
  padding: 0;
  line-height: 1.75;
}

.list-b li {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  font-size: 1em;
}

.list-b li::before {
  top: auto;
  height: 1px;
  background: var(--alto);
}

.list-b h1,
.list-b h2,
.list-b h3,
.list-b h4,
.list-b h5,
.list-b h6 {
  margin-bottom: 0;
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0;
}

.list-b p {
  margin-bottom: 19px;
}

.list-c {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0 -20px 24px;
  padding: 0;
}

.list-c::before {
  left: 20px;
  right: 20px;
  top: auto;
  height: 1px;
  background: var(--alto);
}

.list-c li {
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.4em;
}

.list-c a {
  margin-left: 7px;
  border: 1px solid var(--alto);
  padding: 1px 7px;
  font-weight: 700;
  font-size: 0.8571428571428571em;
  background: var(--seashell);
}

.list-comments {
  list-style: none;
  margin-bottom: 12px;
  padding: 0;
  line-height: 1.357142857142857;
}

.list-comments li {
  margin-bottom: 25px;
  padding-left: 56px;
  font-size: 1em;
}

.list-comments figure {
  float: left;
  margin-left: -56px;
  width: 48px;
}

.list-comments h1,
.list-comments h2,
.list-comments h3,
.list-comments h4,
.list-comments h5,
.list-comments h6 {
  margin-bottom: 7px;
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
}

.list-comments h1 a + a,
.list-comments h2 a + a,
.list-comments h3 a + a,
.list-comments h4 a + a,
.list-comments h5 a + a,
.list-comments h6 a + a {
  position: relative;
  z-index: 2;
  margin-left: 10px;
  font-weight: 400;
  color: var(--manatee);
}

[data-whatintent="mouse"] .list-comments h1 a + a:hover,
[data-whatintent="mouse"] .list-comments h2 a + a:hover,
[data-whatintent="mouse"] .list-comments h3 a + a:hover,
[data-whatintent="mouse"] .list-comments h4 a + a:hover,
[data-whatintent="mouse"] .list-comments h5 a + a:hover,
[data-whatintent="mouse"] .list-comments h6 a + a:hover {
  color: var(--manatee);
}

.list-comments h1 a + a::before,
.list-comments h2 a + a::before,
.list-comments h3 a + a::before,
.list-comments h4 a + a::before,
.list-comments h5 a + a::before,
.list-comments h6 a + a::before {
  left: -7px;
  top: 50%;
  width: 2px;
  height: 2px;
  background: var(--manatee);
}

.list-comments p,
.list-comments h1,
.list-comments h2,
.list-comments h3,
.list-comments h4,
.list-comments h5,
.list-comments h6 {
  font-size: 1.4em;
}

.list-comments p {
  margin-bottom: 10px;
}

.list-comments a,
[data-whatintent="mouse"] .list-comments a:hover {
  color: var(--chambray);
}

.list-comments ul {
  list-style: none;
  border-left: 1px solid var(--iron);
  padding-left: 8px;
}

.list-comments ul li {
  margin-bottom: 0;
  padding-left: 46px;
}

.list-comments ul figure {
  margin-left: -46px;
  width: 36px;
}

.list-comments .footer-comments {
  margin-bottom: 3px;
}

.list-comments .footer-comments ul {
  float: left;
  margin-bottom: 11px;
  border-left: 0;
  padding-left: 0;
}

.list-comments .footer-comments li {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 12px;
  padding-left: 0;
  font-size: 1.2em;
}

.list-comments .footer-comments li::before {
  left: auto;
  right: -7px;
  top: 50%;
  width: 2px;
  height: 2px;
  background: var(--manatee);
}

.list-comments .footer-comments a {
  font-weight: 400;
}

.list-comments .footer-comments ul + ul {
  margin-left: 12px;
}

.list-comments .footer-comments ul + ul a,
[data-whatintent="mouse"] .list-comments .footer-comments ul + ul a:hover,
.list-comments .footer-comments ul + ul {
  color: var(--manatee);
}

.list-comments .more {
  padding: 11px 10px;
  font-size: 1.2em;
  background: var(--athens);
}

.list-comments .more a {
  font-weight: 700;
}

.list-details {
  list-style: none;
  margin-bottom: 15px;
  border-top: 1px solid var(--alto);
  border-bottom: 1px solid var(--alto);
  padding: 9px 0 0;
  line-height: 1.5;
}

.list-details li {
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 1em;
}

.list-details li::before {
  width: 1px;
  background: var(--alto);
}

.list-details li:first-child {
  padding-left: 0;
}

.list-details li:last-child {
  margin-left: auto;
  padding-right: 0;
}

.list-details .list-social {
  margin: 0 -2px;
}

.list-details .list-social li {
  padding: 0 2px;
}

.list-details .list-social li:last-child {
  padding-left: 8px;
  text-align: left;
}

.list-details p {
  margin-bottom: 0;
  font-size: 1.5em;
}

.list-details a,
[data-whatintent="mouse"] .list-details a:hover {
  color: #1e54b5;
}

.list-details .link-btn {
  font-family: "open sans Arial"nsed, Arial, "Helvetica", sans-serif;
  font-size: 2.4em;
}

.list-details .link-btn a,
[data-whatintent="mouse"] .list-details .link-btn a:hover {
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--white);
}

.list-details .link-btn.link-comment {
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
}

.list-details .link-btn.link-comment a,
[data-whatintent="mouse"] .list-details .link-btn.link-comment a:hover {
  color: var(--coal);
}

.list-news {
  list-style: none;
  border-radius: 10px;
  padding: 10px 10px 0;
  background: var(--seashell);
}

.list-news li {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 1em;
}

.list-news li:last-child {
  margin-bottom: 10px;
}

.list-news li::before {
  background: var(--white);
}

.list-news figure {
  position: relative;
  margin: 0 -15px 15px;
  font-size: 1.1em;
}

.list-news figure span {
  position: absolute;
  left: 15px;
  bottom: -5px;
  z-index: 10;
  display: block;
  border-radius: 5px;
  padding: 2px 10px;
  font-family: "open sans condens", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: var(--white);
  background: #1e54b5;
}

.list-news figure span a,
[data-whatintent="mouse"] .list-news figure span a:hover {
  display: block;
  margin: -2px -10px;
  padding: 2px 10px;
  color: var(--white);
}

.list-news h1,
.list-news h2,
.list-news h3,
.list-news h4,
.list-news h5,
.list-news h6 {
  margin-bottom: 15px;
  font-family: "open sans", "Arial", "Helvetica", sans-serif;
  font-size: 1.6em;
  line-height: 1.05;
}

.list-news h1 a,
.list-news h2 a,
.list-news h3 a,
.list-news h4 a,
.list-news h5 a,
.list-news h6 a {
  font-weight: 700;
}

.list-social {
  list-style: none;
  margin: 0 -7px 9px;
  padding: 0;
}

.list-social li {
  margin-bottom: 14px;
  padding-right: 7px;
  padding-left: 7px;
}

.list-social i {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  color: var(--white);
  background: #1e54b5;
}

.list-social i::after {
  border-radius: 50%;
}

.list-social .icon-facebook {
  background: var(--wedgewood);
}

.list-social .icon-instagram {
  background: var(--horizon);
}

.list-social .icon-pinterest {
  background: var(--mahogany);
}

.list-social .icon-twitter {
  background: var(--picton);
}

.list-tags {
  list-style: none;
  margin-bottom: 11px;
  padding: 0;
  line-height: 1.2;
}

.list-tags li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 1.2em;
}

.list-tags a {
  display: block;
  border: 1px solid var(--alto);
  border-radius: 15px;
  padding: 5px 14px;
  background: var(--white);
}

[data-whatintent="mouse"] .list-tags a:hover {
  border-color: #1e54b5;
  color: var(--white);
  background: #1e54b5;
}

.list-testimonials {
  list-style: none;
  padding: 0;
}

.list-testimonials li {
  list-style: none;
  margin-bottom: 36px;
  padding: 0;
  font-size: 1em;
}

.list-testimonials .author {
  padding-left: 60px;
}

.list-testimonials .author figure {
  overflow: hidden;
  margin-right: 10px;
  margin-left: -60px;
  border-radius: 20px;
}

.list-testimonials .author p {
  float: left;
  width: 100%;
}

.list-testimonials .author span {
  margin-right: 3px;
}

.list-testimonials q {
  display: block;
  padding: 0 10px;
  font-style: italic;
}

/* !Forms --------- */

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

form p {
  position: relative;
}

legend {
  display: none;
  border: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

input,
select,
textarea {
  position: relative;
  z-index: 1;
  margin: 0;
  outline-width: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  font-size: 1em;
  line-height: normal;
  text-align: left;
  text-transform: none;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
select,
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline-offset: -2px;
  box-sizing: border-box;
  text-transform: none;
}

input {}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button,
input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
  margin: 0;
  height: auto;
  visibility: hidden !important;
}

input::-o-outer-spin-button,
input::-o-inner-spin-button {
  appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  height: auto;
}

input::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 1;
  background: 0 0;
}

input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
}

input[type="color"] {
  padding: 0;
  cursor: pointer;
}

input[type="date"] {
  display: inline-flex;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-o-outer-spin-button,
input[type="number"]::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}

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

select {
  line-height: 1;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  position: relative;
  z-index: 3;
  display: block;
  overflow: visible;
  margin: 0;
  outline-width: 0;
  height: auto;
  box-shadow: none;
  -webkit-font-smoothing: inherit;
  text-indent: 0;
  text-transform: none;
  cursor: pointer;
}

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

button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  border-color: var(--silver);
  background: var(--silver);
  cursor: default;
}

::input-placeholder {
  color: inherit;
  opacity: 1;
}

:input-placeholder {
  color: inherit;
  opacity: 1;
}

::input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

:focus::input-placeholder {
  opacity: 0;
}

:focus:input-placeholder {
  opacity: 0;
}

:focus::input-placeholder {
  opacity: 0;
}

:focus::placeholder {
  opacity: 0;
}

label {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  font-weight: 400;
}

input,
select,
textarea {
  display: block;
  border: 1px solid var(--silver);
  width: 100%;
  background: var(--white);
}

input {
  padding: 0 10px;
  height: 32px;
}

input[type="date"] {
  line-height: 30px;
}

select {
  padding: 7px 7px 7px 12px;
  line-height: normal;
}

.gecko select {
  padding-left: 7px;
}

textarea {
  padding: 10px;
  height: 56px;
  min-height: 56px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  float: left;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 2px 12px;
  font-weight: 700;
  color: var(--white);
  background: var(--pigeon);
}

.form-comments {
  margin-bottom: 24px;
  padding-left: 56px;
}

.form-comments > * {
  float: left;
  border: 1px solid var(--iron);
  width: 100%;
  background: var(--athens);
}

.form-comments > figure {
  margin-left: -56px;
  border: 0;
  width: 48px;
}

.form-comments p {
  margin-bottom: 0;
  font-size: 1.4em;
}

.form-comments input,
.form-comments select,
.form-comments textarea {
  border: 0;
  border-bottom: 1px solid var(--iron);
}

.form-comments .list-c {
  padding: 8px 12px 0;
}

.form-comments .list-c li {
  margin-bottom: 8px;
  font-size: 1.2em;
}

.form-comments .list-c input {
  margin-right: 10px;
}

.form-comments .list-c button {
  font-size: 1.166666666666667em;
}

.form-comments .list-c label {
  cursor: pointer;
}

/* !Helpers --------- */

*,
*::before,
*::after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition-delay: -0.1s;
}

#mobile {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition-delay: -0.1s;
}

.popup-a .close {
  transition: all 0.4s ease-in-out 0s;
}

option,
#nav > ul > li > a {
  transition: none;
}

.clear {
  clear: both;
}

.hidden,
#root .desktop-hide,
#root .tablet-only,
#root .mobile-only,
#nav em,
.list-details .list-social li::before,
.list-details li:first-child::before,
.list-details li:last-child::before,
.list-social span,
.list-b li:last-child::before,
#breadcrumbs li:last-child::before,
.list-details .list-social li:last-child::before,
.cols-a > *:first-child::before,
.form-comments .list-c::before,
.list-comments .footer-comments li:last-child::before {
  position: absolute;
  left: -3000em;
  right: auto;
  top: 0;
  bottom: auto;
}

[hidden],
template,
#nav > ul > li.sub > a.toggle::before,
#mobile,
#shadow,
.popup-a,
.popup-a .box-inset,
.popup-a .box-outer > .close {
  display: none;
}

article,
aside,
details,
dialog,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
[data-whatintent="mouse"] #nav > ul > li:hover > ul,
#nav > ul > li.toggle > ul,
.list-social i,
.popup-a.ready,
.popup-a.shown,
.popup-a.shown .box-inset,
.popup-a.shown .box-outer .close {
  display: block;
}

hr {
  display: block;
  overflow: hidden;
  margin: 20px 0 22px;
  border: 0;
  border-top: 0;
  padding: 0;
  width: 100%;
  height: 4px;
  font-size: 0;
  background: var(--seashell);
}

ul ul,
ul ol,
ol ol,
ol ul,
#nav > ul,
#logo,
#top .list-social,
#top .list-social li,
.list-testimonials,
.list-b,
.module-block .list-b li:last-child,
#breadcrumbs ul,
.form-comments .list-c,
.list-details .list-social li {
  margin-bottom: 0;
}

#root .m12 {
  margin-bottom: 12px;
}

/* !Miscellaneous --------- */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  border-width: 0;
}

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

audio:not([controls]),
video[autoplay]:not([muted]) {
  display: none;
}

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

::selection {
  text-shadow: none;
  color: var(--white);
  background: #1e54b5;
}

::selection {
  text-shadow: none;
  color: var(--white);
  background: #1e54b5;
}

/* !Outlines --------- */

[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus {
  outline-style: solid;
  outline-width: 2px;
}

[data-whatintent="mouse"] input:focus,
[data-whatintent="mouse"] select:focus,
[data-whatintent="mouse"] textarea:focus {
  outline: none;
}

/* !Animations --------- */

[data-whatintent="mouse"] .link-btn.a a:hover i::after,
[data-whatintent="mouse"] .list-social i:hover::after {
  -webkit-animation: sonar 0.45s ease-out;
  animation: sonar 0.45s ease-out;
}

[data-whatintent="mouse"] .list-social i:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

[data-whatintent="mouse"] #top .list-social i:hover::after,
[data-whatintent="mouse"] #footer .list-social i:hover::after {
  -webkit-animation: sonar-light 0.45s ease-out;
  animation: sonar-light 0.45s ease-out;
}

.popup-a.shown .box-inset,
.popup-a.unshown .box-inset {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.popup-a.shown .box-inset {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

.popup-a.unshown .box-inset {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

@keyframes sonar {
  0% {
    opacity: 0.3;
  }

  40% {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.9), 0 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.9), 0 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0.5;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.9), 0 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.9), 0 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes sonar-light {
  0% {
    opacity: 0.3;
  }

  40% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px rgba(255, 255, 255, 0.8), 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px rgba(255, 255, 255, 0.8), 0 0 0 10px rgba(255, 255, 255, 0.2);
    opacity: 0.5;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px rgba(255, 255, 255, 0.8), 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px rgba(255, 255, 255, 0.8), 0 0 0 10px rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}

/* !Flexbox --------- */

.popup-a .link-btn,
.popup-a .box-outer,
.list-comments .footer-comments,
.list-c,
.list-c li,
.cols-a,
.list-details,
.list-details li,
#breadcrumbs ul,
.list-testimonials .author,
.list-social li,
.list-social,
#footer ul,
.list-a,
#nav-main > ul,
#nav > ul {
  display: box;
  display: flex;
  display: flexbox;
  display: flex;
}

.list-comments .footer-comments,
.list-c,
.list-c li,
.cols-a,
.list-details,
.list-details li,
#breadcrumbs ul,
.list-testimonials .author,
.list-social,
#footer ul,
.list-a,
#nav-main > ul,
#nav > ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-details li {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.popup-a .link-btn,
.popup-a .box-outer,
.list-details li,
.list-social {
  -webkit-justify-content: center;
  justify-content: center;
}

#nav-main > ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.list-c {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-details .list-social li:last-child {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.popup-a .box-outer,
.list-c li,
#breadcrumbs ul,
.list-testimonials .author,
.list-social li {
  -webkit-align-items: center;
  align-items: center;
}

@font-face {
  src: url("../fonts/icomoon.eot?eir5sh");
  src:
    url("../fonts/icomoon.eot?eir5sh") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?eir5sh") format("truetype"),
    url("../fonts/icomoon.woff?eir5sh") format("woff"),
    url("../fonts/icomoon.svg?eir5sh") format("svg");
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-weight: 400;
  font-style: normal;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
}

.icon-comment::before {
  content: "\e96b";
}

.icon-bubbles4::before {
  content: "\e970";
}

.icon-facebook::before {
  content: "\ea90";
}

.icon-twitter::before {
  content: "\ea96";
}

.icon-pinterest::before {
  content: "\ead2";
}

@media only screen and (max-width: 78.75em) {
  #content,
  #footer {
    width: 980px;
  }
  #top {}

  #nav {
    left: 150px;
  }

  #nav > ul > li {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 62.5em) {
  #content,
  #footer {
    width: 720px;
  }

  li,
  dt,
  dd,
  p,
  figure,
  th,
  td,
  caption,
  legend,
  pre,
  .list-b p,
  .list-testimonials p,
  .list-testimonials q {
    font-size: 1.4em;
  }

  ul,
  ol,
  dl,
  p,
  figure,
  table,
  pre,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  legend {
    margin-bottom: 15px;
  }

  h1,
  .heading-a h1,
  .heading-a h2,
  .heading-a h3,
  .heading-a h4,
  .heading-a h5,
  .heading-a h6 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4,
  h5,
  h6 {
    font-size: 1.6em;
  }

  #root {
    padding-top: 80px;
  }

  #top {
    height: 60px;
  }

  #logo {
    left: 20px;
  }
  #skip {}

  #skip a {
    min-width: 0;
  }

  #skip a:focus,
  #skip a:active {
    right: 0;
  }

  #skip li {
    font-size: 1.3em;
  }

  #top > .menu {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 2000;
    display: block;
    width: 50px;
    height: 49px;
    text-align: left;
    text-decoration: none;
    text-indent: -3000em;
    color: var(--seashell);
  }

  #top > .menu::before,
  #top > .menu::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    margin: 0 0 0 -15px;
    border-bottom: 3px solid var(--seashell);
    width: 30px;
    height: 13px;
  }

  #top > .menu::before {
    top: 13px;
    border-top: 3px solid var(--seashell);
  }

  #top > .menu::after {
    bottom: 13px;
  }

  #mobile {
    position: fixed;
    left: -250px;
    right: auto;
    top: 60px;
    bottom: 0;
    z-index: 100;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    border-top: 1px solid var(--alto);
    width: 100%;
    max-width: 240px;
    line-height: 1.55;
    background: var(--seashell);
  }

  #mobile > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #mobile > ul > li {
    position: relative;
    float: none;
    margin: 0;
    border-bottom: 1px solid var(--alto);
    font-size: 1.6em;
  }

  #mobile > ul > li > a {
    position: relative;
    z-index: 1;
    display: block;
    float: none;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: none;
    color: #1e54b5;
  }

  #mobile > ul > li.sub > a {
    padding-right: 60px;
  }

  #mobile > ul > li.sub > a.toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 41px;
    height: 41px;
    text-align: left;
    text-indent: -3000em;
    cursor: pointer;
  }

  #mobile > ul > li.sub > a.toggle::before {
    content: "\e902";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin: -10px 0 0;
    width: 100%;
    font-family: "i";
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    color: #1e54b5;
  }

  #mobile > ul > li.sub.toggle > a.toggle::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #mobile > ul > li > ul {
    display: none;
    list-style: none;
    margin: 0;
    border-top: 1px solid #1e54b5;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.05);
  }

  #mobile > ul > li > ul li {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }

  #mobile > ul > li > ul li a {
    display: block;
    padding: 4px 20px;
    font-weight: 400;
    text-decoration: none;
    color: #1e54b5;
  }

  #mobile .list-social {
    padding: 10px 0;
  }

  #mobile .list-social li {
    border-bottom: 0;
    padding: 5px;
  }

  #mobile .list-social a {
    padding: 0;
  }

  #shadow {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -3000em;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }

  .menu-active #mobile {
    left: 0;
  }

  .menu-active #shadow {
    opacity: 1;
    visibility: visible;
  }

  #content {
    margin-bottom: 20px;
  }
  #footer {}

  #footer li {
    width: 33%;
  }

  .cols-a {
    padding-right: 0;
  }

  .cols-a > * {
    float: none;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .popup-a h1,
  .popup-a h2,
  .popup-a h3,
  .popup-a h4,
  .popup-a h5,
  .popup-a h6 {
    font-size: 2.3em;
  }

  .popup-a .link-btn {
    font-size: 1.4em;
  }

  .link-btn {
    font-size: 1.8em;
  }
  .list-details {}

  .list-details li:last-child {
    margin-left: 0;
  }

  .list-details li:last-child::before {
    left: 0;
    bottom: 0;
  }

  .list-details .link-btn {
    font-size: 1.8em;
  }
  .list-news {}

  .list-news h1,
  .list-news h2,
  .list-news h3,
  .list-news h4,
  .list-news h5,
  .list-news h6 {
    font-size: 1.6em;
  }

  #mobile > ul > li.toggle > ul {
    display: block;
  }

  #nav,
  #nav-main,
  #top .list-social,
  #mobile em {
    display: none;
  }

  #root .desktop-hide,
  #root .tablet-only {
    position: relative;
    left: 0;
    top: 0;
  }

  #root .desktop-only,
  #root .tablet-hide,
  .cols-a > *::before,
  .heading-a h1::before,
  .heading-a h2::before,
  .heading-a h3::before,
  .heading-a h4::before,
  .heading-a h5::before,
  .heading-a h6::before {
    position: absolute;
    left: -3000em;
    right: auto;
    top: -3000em;
    bottom: auto;
  }
}

@media only screen and (max-width: 47.5em) {
  #content,
  #footer {
    width: auto;
  }

  #content,
  #footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  #footer {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #footer hr {
    margin-top: 10px;
    margin-bottom: 12px;
    height: 2px;
  }

  #footer ul {
    margin-bottom: 10px;
  }

  #footer li {
    margin-bottom: 2px;
    width: 50%;
    font-size: 1.3em;
  }

  #footer .list-a {
    margin-bottom: 10px;
  }

  #footer .list-a li {
    margin-bottom: 2px;
  }

  #root .tablet-hide,
  #root .mobile-only {
    position: relative;
    left: 0;
    top: 0;
  }

  #root .tablet-only,
  #root .mobile-hide {
    position: absolute;
    left: -3000em;
    right: auto;
    top: -3000em;
    bottom: auto;
  }
}