/*Family*/
/*Font Size*/
/*Line Height*/
/*Colors*/
/*Spaces*/
/* @2x Images (Pixel Ratio of 1.25+) */
/* @3x Images (Pixel Ratio of 2.25+) */
/* @4x Images (Pixel Ratio of 3.25+) */
[role="button"] {
  cursor: pointer;
}
.btn-blue,
.btn-sm-blue,
.btn-lg-blue,
.qmod-btn.qmod-darkblue {
  background-color: #1A78C0;
  color: #ffffff;
}
.btn-blue:hover,
.btn-sm-blue:hover,
.btn-lg-blue:hover,
.qmod-btn.qmod-darkblue:hover,
.btn-blue:focus,
.btn-sm-blue:focus,
.btn-lg-blue:focus,
.qmod-btn.qmod-darkblue:focus,
.btn-blue:active,
.btn-sm-blue:active,
.btn-lg-blue:active,
.qmod-btn.qmod-darkblue:active {
  background-color: #176aaa;
  color: #ffffff;
}
.btn-green,
.btn-sm-green,
.btn-lg-green,
.qmod-btn.qmod-darkgreen {
  background-color: #01CDA6;
  color: #052334;
}
.btn-green:hover,
.btn-sm-green:hover,
.btn-lg-green:hover,
.qmod-btn.qmod-darkgreen:hover,
.btn-green:focus,
.btn-sm-green:focus,
.btn-lg-green:focus,
.qmod-btn.qmod-darkgreen:focus,
.btn-green:active,
.btn-sm-green:active,
.btn-lg-green:active,
.qmod-btn.qmod-darkgreen:active {
  background-color: #01b491;
  color: #052334;
}
.btn-light,
.btn-sm-light,
.btn-lg-light,
.qmod-btn.qmod-darklight {
  background-color: #ffffff;
  color: #1a78c0;
}
.btn-light:hover,
.btn-sm-light:hover,
.btn-lg-light:hover,
.qmod-btn.qmod-darklight:hover,
.btn-light:focus,
.btn-sm-light:focus,
.btn-lg-light:focus,
.qmod-btn.qmod-darklight:focus,
.btn-light:active,
.btn-sm-light:active,
.btn-lg-light:active,
.qmod-btn.qmod-darklight:active {
  background-color: #f7f9fa;
  color: #1a78c0;
}
[class*="btn-"],
.company-page .qmod-btn.qmod-darkblue {
  border-radius: 21px;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 37px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
}
[class*="btn-"]:hover,
.company-page .qmod-btn.qmod-darkblue:hover,
[class*="btn-"]:focus,
.company-page .qmod-btn.qmod-darkblue:focus,
[class*="btn-"]:active,
.company-page .qmod-btn.qmod-darkblue:active {
  text-decoration: none;
}
[class*="btn-"]:focus,
.company-page .qmod-btn.qmod-darkblue:focus {
  outline: none;
  box-shadow: 0 0 1px #42bbff;
}
[class*="btn-sm-"],
.company-page .qmod-btn-sm.qmod-darkblue {
  font-size: 0.875rem;
  padding: 9px 17px 8px;
  line-height: 1;
}
[class*="btn-lg-"] {
  font-size: 1em;
  line-height: 1.52;
  padding: 16px 33px 17px;
}
a[class*="-link"] {
  text-decoration: underline;
}
a[class*="-link"]:hover {
  text-decoration: none;
}
.btn-light {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font: 1.313em/1.71 'Nunito', sans-serif;
  color: rgba(5, 35, 52, 0.65);
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1a78c0;
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: #1a78c0;
  text-decoration: none;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eaeff2;
}
strong {
  font-weight: 700;
  color: #052334;
}
em {
  font-style: italic;
}
h1,
.h1 {
  font: 1.905em/1.71 'Nunito', sans-serif;
  margin: 0 0 24px;
  color: #052334;
}
h2,
.h2 {
  font: 1.524em/1.71 'Nunito', sans-serif;
  margin: 16px 0 24px;
  color: #052334;
}
h3,
.h3 {
  font: 1.429em/1.71 'Nunito', sans-serif;
  margin: 16px 0 24px;
  color: #052334;
}
h4,
.h4 {
  font: 1.238em/1.71 'Nunito', sans-serif;
  margin: 16px 0 24px;
  color: #052334;
}
p {
  margin: 0 0 24px;
}
ul,
ol {
  padding-top: 16px;
  padding-left: 0;
}
ul li,
ol li {
  margin: 0 0 24px 23px;
}
ul li {
  list-style: disc outside;
}
ol li {
  list-style: decimal outside;
}
.reports-list {
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0.762em;
}
.reports-list li {
  float: left;
  list-style: none;
  padding: 0;
  margin-left: 24px;
}
.reports-list li a {
  display: block;
}
.reports-list li a:before {
  content: '';
  width: 49px;
  height: 64px;
  display: block;
  margin: 0 auto;
  background: url('images/pdf-file.png') no-repeat center bottom;
  background-size: cover;
}
@media only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .reports-list li a:before {
    background-image: url('images/pdf-file@2x.png');
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .reports-list li a:before {
    background-image: url('images/pdf-file@3x.png');
  }
}
.reports-list:after {
  content: '';
  display: table;
  clear: both;
}
.text-size16 {
  font-size: 1rem;
}
.text-size14 {
  font-size: 0.667em;
}
.green {
  color: #0A8900;
}
/*# sourceMappingURL=pagestyle.css.map */