/*
======================================================================================================
Fonts
======================================================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
/*
	font-family:"Lato", sans-serif;
	font-family:"Roboto Mono", monospace;
*/
/*
======================================================================================================
Variables
======================================================================================================
*/
/*
======================================================================================================
Defaults
======================================================================================================
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #535152;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.h1, h1 {
  color: #141414;
  font-size: 6.2rem;
  font-weight: bold;
  line-height: 6.6rem;
  margin: 0 0 30px;
  letter-spacing: -2px;
}

.h2, h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 4.8rem;
  margin: 0 0 25px;
}

.h3, h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin: 0 0 25px;
}

.h4, h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.8rem;
  margin: 0 0 15px;
}

.h5, h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 15px;
}

.h6, h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0 0 15px;
}

code {
  background: #f5f9fa;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  padding: 5px;
}

hr {
  background: #cccccc;
  border: none;
  height: 1px;
  margin: 0 0 30px;
  opacity: 1;
}

sup {
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

ul {
  line-height: 2.4rem;
  margin: 0 0 40px 30px;
  padding: 0;
}

ul li {
  margin: 0 0 15px;
  padding: 0;
}

ul ul {
  margin: 15px 0 15px 45px;
}

ol {
  line-height: 2.4rem;
  margin: 0 0 40px 30px;
  padding: 0;
}

ol li {
  margin: 0 0 15px;
  padding: 0;
}

ol ol {
  list-style-type: lower-alpha;
  margin: 15px 0 15px 45px;
}

p {
  margin: 0 0 35px;
}

blockquote {
  margin: 0 0 40px;
  position: relative;
  padding-left: 40px;
}

blockquote .line {
  background: #427e8a;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

blockquote .quote {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 0 0 30px;
}

blockquote cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2.2rem;
  margin-right: 15%;
}

@media (min-width: 768px) {
  blockquote .quote {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }

  blockquote cite {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-right: 20%;
  }
}
dl {
  margin: 0 0 40px;
  padding-left: 30px;
}

dl dt {
  font-size: 1.7rem;
}

dl dd {
  margin: 0 0 15px;
  padding-left: 30px;
}

a {
  color: #427e8a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #535152;
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: 2px dotted #b3d4db;
}

/*
======================================================================================================
Tables
======================================================================================================
*/
table {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 0 30px;
  width: 100%;
}

table thead {
  background: whitesmoke;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

table thead th {
  border: 1px solid #cccccc;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 10px 20px;
}

table tbody {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

table tbody td {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 20px;
  vertical-align: top;
}

table tbody tr:nth-child(even) {
  background: whitesmoke;
}

table tbody tr:nth-child(odd) {
  background: #ffffff;
}

/*
======================================================================================================
Forms
======================================================================================================
*/
::-webkit-input-placeholder {
  color: #3d3d3d;
}

::-moz-placeholder {
  color: #3d3d3d;
}

:-ms-input-placeholder {
  color: #3d3d3d;
}

:-moz-placeholder {
  color: #3d3d3d;
}

form {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

form hr {
  margin: -5px 0 25px;
}

form p {
  margin: 0 0 20px;
}

form label {
  display: block;
}

form input,
form select,
form textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #525252;
  display: block;
  font-size: 1.6rem;
  height: 44px;
  line-height: 30px;
  outline: none;
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

form select {
  height: 44px;
}

select.narrow {
  height: 34px;
}

form input[type=file] {
  line-height: 24px;
}

form textarea {
  min-height: 120px;
}

form input:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: 0 0 3px #2c85db;
          box-shadow: 0 0 3px #2c85db;
}

form button {
  cursor: pointer;
}

form .label-text {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 5px;
}

/*
======================================================================================================
Colors
======================================================================================================
*/
.primary {
  background-color: #f02524 !important;
}

.primary-text {
  color: #f02524 !important;
}

.primary-d3 {
  background-color: #1d0202 !important;
}

.primary-d3-text {
  color: #1d0202 !important;
}

.primary-d2 {
  background-color: #6a0807 !important;
}

.primary-d2-text {
  color: #6a0807 !important;
}

.primary-d1 {
  background-color: #b60d0c !important;
}

.primary-d1-text {
  color: #b60d0c !important;
}

.primary-l1 {
  background-color: #f56867 !important;
}

.primary-l1-text {
  color: #f56867 !important;
}

.primary-l2 {
  background-color: #f9aaaa !important;
}

.primary-l2-text {
  color: #f9aaaa !important;
}

.primary-l3 {
  background-color: #feedec !important;
}

.primary-l3-text {
  color: #feedec !important;
}

.secondary {
  background-color: #427e8a !important;
}

.secondary-text {
  color: #427e8a !important;
}

.secondary-d3 {
  background-color: #0c1618 !important;
}

.secondary-d3-text {
  color: #0c1618 !important;
}

.secondary-d2 {
  background-color: #1e393e !important;
}

.secondary-d2-text {
  color: #1e393e !important;
}

.secondary-d1 {
  background-color: #305b64 !important;
}

.secondary-d1-text {
  color: #305b64 !important;
}

.secondary-l1 {
  background-color: #72afbb !important;
}

.secondary-l1-text {
  color: #72afbb !important;
}

.secondary-l2 {
  background-color: #b3d4db !important;
}

.secondary-l2-text {
  color: #b3d4db !important;
}

.secondary-l3 {
  background-color: #f5f9fa !important;
}

.secondary-l3-text {
  color: #f5f9fa !important;
}

.tertiary {
  background-color: #2c85db !important;
}

.tertiary-text {
  color: #2c85db !important;
}

.tertiary-d3 {
  background-color: #05111d !important;
}

.tertiary-d3-text {
  color: #05111d !important;
}

.tertiary-d2 {
  background-color: #10385e !important;
}

.tertiary-d2-text {
  color: #10385e !important;
}

.tertiary-d1 {
  background-color: #1b5e9f !important;
}

.tertiary-d1-text {
  color: #1b5e9f !important;
}

.tertiary-l1 {
  background-color: #6dabe6 !important;
}

.tertiary-l1-text {
  color: #6dabe6 !important;
}

.tertiary-l2 {
  background-color: #afd1f1 !important;
}

.tertiary-l2-text {
  color: #afd1f1 !important;
}

.tertiary-l3 {
  background-color: #f0f6fc !important;
}

.tertiary-l3-text {
  color: #f0f6fc !important;
}

.slate {
  background-color: #535152 !important;
}

.slate-text {
  color: #535152 !important;
}

.slate-d3 {
  background-color: #0d0d0d !important;
}

.slate-d3-text {
  color: #0d0d0d !important;
}

.slate-d2 {
  background-color: #252424 !important;
}

.slate-d2-text {
  color: #252424 !important;
}

.slate-d1 {
  background-color: #3c3a3b !important;
}

.slate-d1-text {
  color: #3c3a3b !important;
}

.slate-l1 {
  background-color: #898688 !important;
}

.slate-l1-text {
  color: #898688 !important;
}

.slate-l2 {
  background-color: #bebcbd !important;
}

.slate-l2-text {
  color: #bebcbd !important;
}

.slate-l3 {
  background-color: #f3f2f3 !important;
}

.slate-l3-text {
  color: #f3f2f3 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.gray-1 {
  background-color: #141414 !important;
}

.gray-1-text {
  color: #141414 !important;
}

.gray-2 {
  background-color: #292929 !important;
}

.gray-2-text {
  color: #292929 !important;
}

.gray-3 {
  background-color: #3d3d3d !important;
}

.gray-3-text {
  color: #3d3d3d !important;
}

.gray-4 {
  background-color: #525252 !important;
}

.gray-4-text {
  color: #525252 !important;
}

.gray-5 {
  background-color: #666666 !important;
}

.gray-5-text {
  color: #666666 !important;
}

.gray-6 {
  background-color: #7a7a7a !important;
}

.gray-6-text {
  color: #7a7a7a !important;
}

.gray-7 {
  background-color: #8f8f8f !important;
}

.gray-7-text {
  color: #8f8f8f !important;
}

.gray-8 {
  background-color: #a3a3a3 !important;
}

.gray-8-text {
  color: #a3a3a3 !important;
}

.gray-9 {
  background-color: #b8b8b8 !important;
}

.gray-9-text {
  color: #b8b8b8 !important;
}

.gray-10 {
  background-color: #cccccc !important;
}

.gray-10-text {
  color: #cccccc !important;
}

.gray-11 {
  background-color: #e0e0e0 !important;
}

.gray-11-text {
  color: #e0e0e0 !important;
}

.gray-12 {
  background-color: whitesmoke !important;
}

.gray-12-text {
  color: whitesmoke !important;
}

.white {
  background-color: #ffffff !important;
}

.white-text {
  color: #ffffff !important;
}

/*
======================================================================================================
Font Styles
======================================================================================================
*/
.font-size-xl {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.font-size-lg {
  font-size: 2rem;
  line-height: 2.6rem;
}

.font-size-md {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.font-size-sm {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.font-size-xs {
  font-size: 1.4rem;
  line-height: 2rem;
}

.text-caption {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 10px 0;
}

.text-cta {
  color: #427e8a;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-cta i {
  color: #f02524;
  margin-right: 5px;
}

.text-cta:hover,
.text-cta:focus {
  color: #3d3d3d;
  text-decoration: none;
}

.text-external {
  display: inline-block;
  margin-right: 2px;
  padding-right: 22px;
  position: relative;
}

.text-external:after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
}

.text-meta {
  color: #7a7a7a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.text-category {
  color: #7a7a7a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

/*
======================================================================================================
Buttons
======================================================================================================
*/
.button {
  background: #427e8a;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  min-width: 166px;
  outline: none;
  padding: 9px 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:hover,
.button:focus {
  background: #252424;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.button-sm {
  min-width: 100px;
  padding: 2px 20px;
}

.button.primary:hover,
.button.primary:focus {
  background: #b60d0c !important;
}

.button.tertiary:hover,
.button.tertiary:focus {
  background: #1b5e9f !important;
}

.button.slate:hover,
.button.slate:focus {
  background: #3c3a3b !important;
}

/*
======================================================================================================
Container
======================================================================================================
*/
.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/*
======================================================================================================
Utilities
======================================================================================================
*/
.border {
  border: 1px solid #cccccc !important;
}

.border-none {
  border: none !important;
}

.clickable {
  cursor: pointer;
}

.filter-grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.hr-lg {
  height: 4px !important;
}

.hr-md {
  height: 2px !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-5 {
  margin-bottom: 5px !important;
}

.margin-10 {
  margin-bottom: 10px !important;
}

.margin-15 {
  margin-bottom: 15px !important;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.margin-30 {
  margin-bottom: 30px !important;
}

.margin-40 {
  margin-bottom: 40px !important;
}

.margin-50 {
  margin-bottom: 50px !important;
}

.margin-60 {
  margin-bottom: 60px !important;
}

.margin-70 {
  margin-bottom: 70px !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-pull-10 {
  margin-bottom: -10px !important;
}

.margin-pull-20 {
  margin-bottom: -20px !important;
}

.margin-pull-30 {
  margin-bottom: -30px !important;
}

.margin-pull-40 {
  margin-bottom: -40px !important;
}

.margin-pull-50 {
  margin-bottom: -50px !important;
}

.margin-pull-60 {
  margin-bottom: -60px !important;
}

.nowrap {
  white-space: nowrap;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.pipe {
  margin: 0 5px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-gutter-0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-gutter-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-gutter-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-gutter-30 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-gutter-40 > div {
  padding-left: 20px;
  padding-right: 20px;
}

.row-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-gutter-50 > div {
  padding-left: 25px;
  padding-right: 25px;
}

.row-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-gutter-60 > div {
  padding-left: 30px;
  padding-right: 30px;
}

.row-offset-wrap {
  margin: -3px;
  overflow: hidden;
  padding: 3px;
}

.spacer-5 {
  clear: both;
  height: 5px;
}

.spacer-10 {
  clear: both;
  height: 10px;
}

.spacer-20 {
  clear: both;
  height: 20px;
}

.spacer-30 {
  clear: both;
  height: 30px;
}

.spacer-40 {
  clear: both;
  height: 40px;
}

.spacer-50 {
  clear: both;
  height: 50px;
}

.spacer-60 {
  clear: both;
  height: 60px;
}

.spacer-70 {
  clear: both;
  height: 70px;
}

.spacer-80 {
  clear: both;
  height: 80px;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-indent {
  padding-left: 30px;
}

.text-wrap {
  word-wrap: break-word;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-truncate {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

/*
====================================================================================================
#Page
====================================================================================================
*/
#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

#page main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

/*
====================================================================================================
Header
====================================================================================================
*/
header.opened-search .header-content .dropdowns > ul > li > ul {
  display: none !important;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
}

header .skip-to-content {
  background: #427e8a;
  border: 2px solid #427e8a;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  left: -2000%;
  line-height: 20px;
  margin-top: -20px;
  min-width: 160px;
  padding: 8px 20px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  top: 50%;
  z-index: 2;
}

header .skip-to-content:focus {
  left: auto;
  right: 15px;
}

header .header-content {
  padding: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .header-content .container {
  position: relative;
}

header .header-content .logo {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

header .header-content .logo a {
  display: inline-block;
}

header .header-content .logo img {
  height: 56px;
}

header .header-content .dropdowns {
  display: none;
}

header .header-content .dropdowns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 2rem;
  list-style: none;
  margin: 0;
  z-index: 1;
}

header .header-content .dropdowns > ul > li {
  margin: 0;
  padding: 0 2px;
  position: relative;
}

header .header-content .dropdowns > ul > li.active > a {
  border-bottom-color: #f02524;
}

header .header-content .dropdowns > ul > li > a {
  border-bottom: 6px solid transparent;
  color: #3d3d3d;
  display: block;
  padding: 20px 15px 14px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .header-content .dropdowns > ul > li:hover > a,
header .header-content .dropdowns > ul > li:hover > a {
  -webkit-text-stroke-width: 0.06em;
  -webkit-text-stroke-color: #3d3d3d;
}

header .header-content .dropdowns > ul > li:hover > ul,
header .header-content .dropdowns > ul > li:focus > ul,
header .header-content .dropdowns > ul > li.focused > ul {
  height: auto;
  opacity: 1;
}

header .header-content .dropdowns > ul > li:nth-last-child(-n+2) > ul {
  left: auto;
  right: 2px;
}

header .header-content .dropdowns > ul > li > ul {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 60px;
  width: 275px;
  border-radius: 4px;
  z-index: 1;
}

header .header-content .dropdowns > ul > li > ul > li:last-child {
  border-bottom: none;
}

header .header-content .dropdowns > ul > li > ul > li {
  margin: 0;
  border-bottom: 1px solid #cccccc;
}

header .header-content .dropdowns > ul > li > ul > li > a {
  color: #305b64;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .header-content .dropdowns > ul > li > ul > li > a:hover,
header .header-content .dropdowns > ul > li > ul > li > a:focus {
  background: #427e8a;
  color: white;
}

header .header-content .links {
  font-size: 2.4rem;
  line-height: 48px;
  margin: 6px -10px 6px 0;
}

header .header-content .links > a {
  color: #f02524;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 48px;
}

header .header-content .links > a:hover,
header .header-content .links > a:focus {
  color: #000000;
}

header .header-content .links .open-menu i:last-child,
header .header-content .links .open-search i:last-child {
  display: none;
}

header .header-content .links .open-menu.opened i:first-child,
header .header-content .links .open-search.opened i:first-child {
  display: none;
}

header .header-content .links .open-menu.opened i:last-child,
header .header-content .links .open-search.opened i:last-child {
  display: inline;
}

@media (min-width: 992px) {
  header .header-content .dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .header-content .links {
    font-size: 2rem;
  }

  header .header-content .links .link-login {
    display: inline-block;
  }

  header .header-content .links .open-search {
    display: inline-block;
  }

  header .header-content .links .open-menu {
    display: none;
  }

  header .header-content .links .user-menu {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  header .header-content .dropdowns > ul > li {
    padding: 0 10px;
  }

  header .header-content .dropdowns > ul > li:nth-last-child(-n+2) > ul {
    left: auto;
    right: 10px;
  }

  header .header-content .dropdowns > ul > li > ul {
    left: 10px;
  }
}
header .search-content {
  background: #ffffff;
  border-bottom: 5px solid #535152;
  border-top: 1px solid #cccccc;
  display: none;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}

header .search-content .search {
  margin: 0 auto 10px;
  max-width: 720px;
  position: relative;
}

header .search-content .search input {
  border: none;
  border-bottom: 2px solid #cccccc;
  height: 52px;
  font-size: 1.8rem;
  padding-left: 0;
  padding-right: 55px;
}

header .search-content .search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .search-content .search button {
  background: transparent;
  border: none;
  color: #f02524;
  font-size: 3rem;
  height: 52px;
  line-height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
}

@media (min-width: 576px) {
  header .search-content .search input {
    font-size: 2rem;
  }
}
/*
====================================================================================================
Main
====================================================================================================
*/
main {
  position: relative;
}

/*
====================================================================================================
Footer
====================================================================================================
*/
footer {
  border-top: 12px solid #2c85db;
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 40px 0 25px;
}

footer ul {
  list-style: none;
  margin: 0 0 60px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

footer ul li {
  margin-bottom: 5px;
  text-transform: uppercase;
}

footer p {
  margin: 0 0 15px;
}

footer .logo {
  margin: 0 0 10px;
}

footer .logo a {
  display: inline-block;
}

footer .logo a img {
  min-height: 25px;
}

@media (min-width: 576px) {
  footer ul {
    text-align: right;
  }
}
/*
====================================================================================================
Menu
====================================================================================================
*/
.menu.opened {
  right: 0;
  width: 100%;
}

.menu {
  background: #ffffff;
  border-left: 1px solid #cccccc;
  bottom: 0;
  max-width: 430px;
  overflow: auto;
  position: fixed;
  right: -430px;
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  top: 85px;
  width: 0;
  z-index: 2;
}

.menu a {
  color: #3d3d3d;
}

.menu ul {
  font-size: 1.6rem;
  line-height: 2.2rem;
  list-style: none;
  margin: 0;
}

.menu ul > li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  position: relative;
}

.menu ul > li > a {
  display: block;
  padding: 8px 40px 8px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu ul > li > a:hover,
.menu ul > li > a:focus {
  text-decoration: none;
}

.menu ul > li > .toggle-sub-list {
  border: none;
  color: #3d3d3d;
  font-size: 2.2rem;
  height: 38px;
  line-height: 38px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 38px;
}

.menu ul > li.opened > .toggle-sub-list i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu ul > li > .sub-list ul {
  margin: 0;
}

.menu ul > li > .sub-list ul li {
  border-bottom: none;
}

.menu ul > li > .sub-list ul li a {
  padding-left: 40px;
}

.menu ul > li > .sub-list ul li a:hover,
.menu ul > li > .sub-list ul li a:focus {
  background: #427e8a;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .menu {
    display: none !important;
  }
}
/*
====================================================================================================
Page Shield
====================================================================================================
*/
.page-shield {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .page-shield {
    display: none !important;
  }

  .page-shield.opened-search {
    display: block !important;
  }
}
.alert {
  background: #2c85db;
  bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 30px 0 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 1;
}

.alert a {
  color: #fff;
}

.alert .button {
  border: 2px solid #fff;
}

.bg-img {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bg-img .center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.bg-img .center-center {
  -o-object-position: center center;
     object-position: center center;
}

.bg-img .center-top {
  -o-object-position: center top;
     object-position: center top;
}

.bg-img .left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.bg-img .left-center {
  -o-object-position: left center;
     object-position: left center;
}

.bg-img .left-top {
  -o-object-position: left top;
     object-position: left top;
}

.bg-img .right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.bg-img .right-center {
  -o-object-position: right center;
     object-position: right center;
}

.bg-img .right-top {
  -o-object-position: right top;
     object-position: right top;
}

.body-copy {
  max-width: 800px;
}

.buttons-wrap {
  margin-left: -5px;
  margin-right: -5px;
}

.buttons-wrap > a {
  margin: 5px;
}

.card-wrap {
  height: 100%;
  padding: 0 0 30px;
}

.card-wrap .card-inner.clickable:hover,
.card-wrap .card-inner.clickable:focus {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.card-wrap .card-inner {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 20px;
  font-size: 1.6rem;
  height: 100%;
  line-height: 2.4rem;
  padding: 45px 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.card-wrap .content .h5,
.card-wrap .content h5 {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #427e8a;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.card-wrap .content .h3,
.card-wrap .content h3 {
  font-weight: 400;
}

.card-wrap .content p:last-of-type {
  margin: 0 0 40px;
}

.card-wrap .content .button {
  margin-top: auto;
}

.crumbs {
  color: #7a7a7a;
  display: none;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

.crumbs a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.crumbs a:hover,
.crumbs a:focus {
  text-decoration: underline;
}

.crumbs span {
  display: inline-block;
  margin: 0 2.5px;
}

.crumbs span i {
  font-size: 1.1rem;
}

.crumbs .active {
  margin: 0;
}

@media (min-width: 576px) {
  .crumbs {
    display: block;
  }
}
.filter-tags {
  margin: -5px -5px 20px;
}

.filter-tags a {
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #3d3d3d;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 5px;
  padding: 4px 35px 4px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter-tags a i {
  color: #f02524;
  position: absolute;
  right: 10px;
  top: 9px;
}

.filter-tags a:hover,
.filter-tags a:focus {
  background: whitesmoke;
  border-color: #a3a3a3;
}

.form-filters {
  background: #f3f2f3;
  margin: 0 0 30px;
  padding: 20px 20px 12px;
}

.form-filters p {
  margin: 0 0 8px;
}

.form-search {
  margin: 0 0 30px;
  position: relative;
}

.form-search form {
  position: relative;
}

.form-search form input {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 44px;
}

.form-search form button {
  background: transparent;
  border: none;
  height: 44px;
  font-size: 1.6rem;
  line-height: 44px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

.img-vp {
  border-radius: 20px;
  overflow: hidden;
}

.img-vp img {
  max-width: 100%;
}

.img-wrap {
  position: relative;
}

.img-wrap > a {
  display: inline-block;
}

.img-wrap img {
  max-width: 100%;
}

.list-no-bull {
  list-style: none;
  margin: 0 0 40px;
}

.listing {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 30px;
  padding: 0 0 20px;
}

.listing p {
  margin: 0 0 10px;
}

.listing ul {
  margin-bottom: 10px;
}

.listing .content {
  max-width: 800px;
}

.listing .text-label {
  margin: 0 0 5px;
}

.listing .text-meta {
  margin: 0 0 5px;
}

.listing .text-title {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0 0 10px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px;
  text-align: center;
}

.pager nav a {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #3d3d3d;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 32px;
  margin: 2px 0;
  min-width: 34px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pager nav a:hover,
.pager nav a:focus {
  background: #427e8a;
  border-color: #427e8a;
  color: #ffffff;
  text-decoration: none;
}

.pager nav span {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  width: 34px;
}

.pager nav .on {
  background: #427e8a;
  color: #ffffff;
}

.pager nav .on:hover,
.pager nav .on:focus {
  background: #427e8a;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pager {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.side-filters {
  border: 1px solid #cccccc;
  margin: 0 0 30px;
}

.side-filters .toggle {
  background: #ffffff;
  color: #292929;
  display: block;
  line-height: 2.4rem;
  padding: 10px 40px 10px 20px;
  position: relative;
  text-decoration: none;
}

.side-filters .toggle .icon {
  color: #f02524;
  position: absolute;
  right: 15px;
  top: 10px;
}

.side-filters .toggle .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-filters .toggle.opened .icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.side-filters .toggle:hover,
.side-filters .toggle:focus {
  text-decoration: none;
}

.side-filters .toggle-checklist a {
  color: #292929;
  display: block;
  line-height: 2.4rem;
  padding: 5px 40px 5px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.side-filters .toggle-checklist .icon {
  color: #f02524;
  position: absolute;
  right: 16px;
  top: 5px;
}

.side-filters .toggle-checklist .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-filters .toggle-checklist.opened .icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.side-filters .content {
  border-top: 1px solid #cccccc;
  display: none;
  padding: 15px 0 10px;
}

.side-filters .heading {
  margin: 0 20px 5px;
}

.side-filters a {
  text-decoration: none;
}

.side-filters h6,
.side-filters .h6 {
  font-weight: 400;
  margin: 0 20px 5px;
}

.side-filters hr {
  margin: 0 20px 10px;
}

.side-filters p {
  margin: 0 0 5px;
}

.side-filters ul {
  list-style: none;
  margin: 0 20px 20px;
}

.side-filters ul li {
  margin: 0 0 5px;
}

.side-filters ul li a {
  display: inline-block;
  line-height: 2rem;
  padding-left: 25px;
  position: relative;
}

.side-filters ul li a:before {
  color: #3d3d3d;
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
  left: 2px;
  position: absolute;
  top: 0;
}

.side-filters ul li a.checked:before {
  content: "\f14a";
}

.side-filters ul li a.radio:before {
  content: "\f111";
}

.side-filters ul li a.radio.checked:before {
  content: "\f192";
}

.side-filters ul li label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
}

.side-filters ul li label input {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 4px;
  width: auto;
}

.side-filters ul li label .label-text {
  margin: 0;
}

.side-filters .apply {
  margin: 20px;
}

@media (min-width: 768px) {
  .side-filters {
    border: none;
  }

  .side-filters .toggle {
    display: none;
    font-weight: 700;
    padding: 10px 0 0 2px;
    pointer-events: none;
  }

  .side-filters .toggle-checklist a {
    display: block;
    padding-left: 2px;
  }

  .side-filters .toggle i {
    display: none;
  }

  .side-filters .heading {
    margin: 0 0 5px;
  }

  .side-filters h6,
.side-filters .h6 {
    margin: 0 0 5px;
  }

  .side-filters hr {
    margin: 0 0 10px;
  }

  .side-filters .content {
    border-top: none;
    display: block !important;
    padding: 0;
  }

  .side-filters .content ul {
    margin: 0 4px 20px;
  }

  .side-filters .apply {
    margin: 20px 2px;
  }

  .side-filters .toggle-checklist .icon {
    right: 5px;
  }
}
.table-wrap {
  margin: 0 0 30px;
  overflow: auto;
}

.table-wrap table {
  margin: 0;
}

.vid-wrap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.vid-wrap iframe {
  border: none;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*
======================================================================================================
Tray Styles
======================================================================================================
*/
.tray {
  padding: 40px 0 20px;
  position: relative;
}

@media (min-width: 992px) {
  .tray {
    padding: 60px 0 40px;
  }
}
.tray.tray-offset {
  padding-bottom: 10px;
}

.tray.tray-offset + .tray {
  padding-top: 10px;
}

.tray.tray-offset + .ice > .tray {
  padding-top: 10px;
}

.tray .container {
  position: relative;
  z-index: 1;
}

.tray.tray-filters {
  padding: 0;
}

.tray.tray-filters .form-filters {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.tray.tray-video .card-wrap .card-inner {
  background: #f3f2f3;
  border: none;
  padding: 45px 45px 5px;
}

/*
====================================================================================================
Plugins
====================================================================================================
*/
/*# sourceMappingURL=main.css.map */
