@charset "UTF-8";
/*
 Theme Name:   snitz
 Template:     pps
 Version:      1.0.0
*/
/*Variabler, bootstrap*/
/* Fonter */
/* Färger */
/* Custom GDPR */
footer {
  background: #e73d3e;
}
footer p, footer div {
  color: #fff;
}
footer section {
  padding-top: 3rem;
}
footer section .container .contact-info {
  -webkit-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  max-width: 60%;
}
@media (min-width: 1200px) {
  footer section .container .contact-info {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.9px) {
  footer section .container .contact-info {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
}
footer section .container .contact-info.single {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  max-width: 33.3%;
}
@media (min-width: 1200px) {
  footer section .container .contact-info.single {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.9px) {
  footer section .container .contact-info.single {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
}
footer section .container .contact-info .offices {
  color: #fff;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  footer section .container .contact-info .offices li {
    margin-bottom: 2rem;
    padding-left: 0;
  }
}
footer section .container .contact-info .offices li p {
  color: #fff;
  margin-bottom: 0.5rem;
  display: flex;
}
footer section .container .contact-info .offices li h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
footer section .container .contact-info .offices li .office-info::before {
  font-family: "FontAwesome";
  pointer-events: none;
  margin-right: 10px;
  min-width: 1rem;
}
footer section .container .contact-info .offices li .address::before {
  content: "";
}
footer section .container .contact-info .offices li .phone::before {
  content: "";
}
footer section .container .contact-info .offices li .email::before {
  content: "";
  margin-top: 5px;
}
footer section .container .footer-links {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  max-width: 20%;
  /* Large screens */
  /* Small to medium screens */
}
@media (min-width: 1200px) {
  footer section .container .footer-links {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.9px) {
  footer section .container .footer-links {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
}
footer section .container .footer-links ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
footer section .container .footer-links ul a {
  display: block;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.25rem;
  text-decoration: none;
}
footer section .container .footer-links ul a::before {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  font-weight: 400;
  left: 0;
}
footer section .container .footer_copy {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  max-width: 20%;
  /* Large screens */
  /* Small to medium screens */
  color: rgba(255, 255, 255, 0.5);
  display: block;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 1200px) {
  footer section .container .footer_copy {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.9px) {
  footer section .container .footer_copy {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
}
footer section .container .footer_copy.single {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  max-width: 33.3%;
  /* Large screens */
}
@media (min-width: 1200px) {
  footer section .container .footer_copy.single {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.9px) {
  footer section .container .footer_copy.single {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
  }
}
footer section .container .footer_copy .links {
  padding: 0 0.5rem;
  text-decoration: underline;
  display: block;
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  footer section .container .footer_copy .links {
    margin-top: 0;
    padding: 0;
  }
}

footer * a {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
footer * a:hover {
  text-decoration: none;
  color: white;
}

footer * {
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  footer * {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  footer * {
    font-size: 0.8rem;
  }
}

footer h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  footer h4 {
    font-size: 1.15rem;
  }
}
@media (max-width: 992px) {
  footer h4 {
    font-size: 0.9rem;
  }
}

/**** COOKIE CONSENT POPUP STYLES *********/
#CookieConsent .cookie-popup .content h1 {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  -webkit-text-fill-color: #000;
  font-size: 1.75rem !important;
}

#CookieConsent .cookie-popup .content p {
  font-family: "EB Garamond", sans-serif;
  color: #292b2c;
  -webkit-text-fill-color: #292b2c;
}

/* Buttons */
#CookieConsent .cookie-popup .content .actions #cc-b-custom,
#CookieConsent .cookie-popup .content .actions #cc-b-acceptall,
#CookieConsent .cookie-popup .details #cc-b-details {
  font-weight: bold;
  text-transform: uppercase;
}

#CookieConsent .cookie-popup .content .actions #cc-b-custom,
#CookieConsent .cookie-popup .content .actions #cc-b-acceptall {
  font-size: 0.875rem;
}

#CookieConsent .cookie-popup .content .actions #cc-b-custom {
  background: #f6f4f0;
  color: rgba(0, 0, 0, 0.85);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.85);
}
#CookieConsent .cookie-popup .content .actions #cc-b-custom:hover {
  background: #d8d6d2;
}

#CookieConsent .cookie-popup .content .actions #cc-b-acceptall,
#CookieConsent .cookie-popup .details #cc-b-details {
  background: #e73d3e;
}
#CookieConsent .cookie-popup .content .actions #cc-b-acceptall:hover,
#CookieConsent .cookie-popup .details #cc-b-details:hover {
  background: #d61b1c;
}

#CookieConsent .cookie-popup .details #cc-b-details {
  color: #fff;
  -webkit-text-fill-color: #fff;
  height: 3.75rem;
  max-height: 60px;
  padding-top: 0.15em;
  font-size: 1.125rem;
}

#CookieConsent .cookie-popup .actions > div label input {
  background-color: #d8d6d2 !important;
}
#CookieConsent .cookie-popup .actions > div label input:checked {
  background-color: #000 !important;
}

#CookieConsent .cookie-popup .actions label span {
  color: #000;
  -webkit-text-fill-color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding-top: 0.25rem;
  font-family: "Oswald", sans-serif !important;
}

/* Overwrite default cookie switch styles */
/*video overlay*/
.video_module__wrapper .cc-consentwrapper,
.embed-container .cc-consentwrapper {
  position: static !important;
}

.cc-consentwrapper {
  width: 100%;
}

.cc-consentwrapper:before {
  top: 0;
  background: rgba(0, 0, 0, 0.7) !important;
}

.cc-consentwrapper .cc-blocker {
  position: absolute;
  top: 0;
}

.cc-consentwrapper .cc-blocker button {
  background: #004178 !important;
}

#CookieConsent .cookie-popup {
  color: #004178 !important;
  -webkit-text-fill-color: #004178 !important;
}

#CookieConsent .cookie-popup .actions > div label {
  gap: 10px;
}

#CookieConsent .cookie-popup .actions > div label input {
  width: 50px !important;
  height: 25px !important;
}

#CookieConsent .cookie-popup .actions > div label input:before {
  height: 16px !important;
  width: 16px !important;
}

#CookieConsent .cookie-popup .actions > div label input:checked:before {
  left: calc(100% - 20px) !important;
}

@media screen and (min-width: 591px) {
  #CookieConsent .cookie-popup .actions {
    flex-direction: row-reverse;
  }

  #CookieConsent .cookie-popup .actions > div:first-child {
    padding-left: 3.5em;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: none !important;
  }

  #CookieConsent .cookie-popup .actions > div:last-child {
    padding-right: 3.5em;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-left: none !important;
  }
}
/******* END COOKIE CONSENT STYLES ******/
*, input, button, textarea, select {
  font-family: "EB Garamond", sans-serif;
}

.page-header section, .start-header section {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-header section .container, .start-header section .container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}
.page-header section .container h1, .page-header section .container p, .start-header section .container h1, .start-header section .container p {
  color: #fff;
  text-shadow: 1px 1px 0.125em rgba(0, 0, 0, 0.75);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 767.9px) {
  .page-header section .container h1, .page-header section .container p, .start-header section .container h1, .start-header section .container p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.page-header .button, .start-header .button {
  background: #e73d3e;
  font-size: 1rem;
  color: #fff;
  text-shadow: none;
}
@media all and (max-width: 767.9px) {
  .page-header .button, .start-header .button {
    font-size: 0.85rem;
  }
}
.page-header .button:hover, .start-header .button:hover {
  background: #fff;
  color: #000 !important;
  text-shadow: none;
}

.page-header {
  background: #b93132;
  min-height: 400px;
}
@media all and (min-width: 1200px) {
  .page-header {
    min-height: 500px;
  }
}
@media all and (max-width: 767.9px) {
  .page-header {
    min-height: 300px;
  }
}
.page-header.news {
  min-height: 200px;
}
.page-header section {
  min-height: 250px;
}
@media all and (min-width: 1200px) {
  .page-header section {
    min-height: 350px;
  }
}
@media all and (max-width: 767.9px) {
  .page-header section {
    min-height: 170px;
  }
}

.start-header {
  min-height: 500px;
}
@media all and (max-width: 767.9px) {
  .start-header {
    min-height: 350px;
  }
}
.start-header section {
  min-height: 400px;
}
@media all and (max-width: 767.9px) {
  .start-header section {
    min-height: 250px;
  }
}

.tabs-container .tabs, .tabs-small-container .tabs {
  border-color: #000;
}
.tabs-container .tabs .tab, .tabs-small-container .tabs .tab {
  border-color: #000;
}
.tabs-container .tabs .tab .tab-heading, .tabs-small-container .tabs .tab .tab-heading {
  background: #e73d3e;
}
.tabs-container .tabs .tab .tab-heading:hover, .tabs-small-container .tabs .tab .tab-heading:hover {
  background: #b93132;
}
.tabs-container .tabs .tab .tab-heading.expanded, .tabs-small-container .tabs .tab .tab-heading.expanded {
  background: #b93132;
}
.tabs-container .tabs .tab .tab-heading-mobile, .tabs-small-container .tabs .tab .tab-heading-mobile {
  background: #e73d3e;
}
@media all and (max-width: 575.9px) {
  .tabs-container .tab-content-container .tab-content, .tabs-small-container .tab-content-container .tab-content {
    border-color: #000;
  }
}
.tabs-container.large .tabs, .tabs-small-container.large .tabs {
  border-color: #000;
}
.tabs-container a.close-tabs i, .tabs-small-container a.close-tabs i {
  background: linear-gradient(to right, #000, #333);
}

@media all and (max-width: 575.9px) {
  .tabs-container .tab-content h2 {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 2px;
  }
  .tabs-container .tab-content span {
    font-size: 11px;
  }
  .tabs-container .tab-large-1.tab-content {
    padding-bottom: 0;
  }
  .tabs-container .tab-content h1 {
    margin-top: 0;
  }
  .tabs-container .tabs .tab .tab-heading-mobile {
    display: none;
  }
  .tabs-container .tab-content ul.options {
    margin-bottom: 0;
  }
  .tabs-container .tab-content ul.options li {
    margin-bottom: 5px;
  }
  .tabs-container .tab-content ul.options li label {
    font-size: 11px;
  }
  .tabs-container .md-button {
    margin-top: 5px !important;
    font-size: 0.75rem !important;
    padding: 12px 20px !important;
  }
}
.container {
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  max-width: calc(1400px + 2.5rem + 2.5rem);
}
@media all and (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 1200px) {
  .container {
    width: 1280px;
    max-width: 100%;
  }
}
@media all and (min-width: 1440px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  background: linear-gradient(to right, #e73d3e, #ffa636);
}
.breadcrumbs ul.trail-items li.trail-item {
  text-transform: initial;
}
.breadcrumbs ul.trail-items li.trail-item a, .breadcrumbs ul.trail-items li.trail-item a > span {
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s ease;
}
.breadcrumbs ul.trail-items li.trail-item a:hover, .breadcrumbs ul.trail-items li.trail-item a > span:hover {
  color: #fff !important;
}
.breadcrumbs ul.trail-items li.trail-item span {
  color: #fff;
}

/*Typografi*/
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

p, ul, li, div, span, input {
  font-family: "EB Garamond", sans-serif;
}

/*Länkar*/
a {
  color: #e73d3e;
}
a:hover, a:focus {
  color: #b93132;
}

a.button {
  color: #fff;
  background-color: #e73d3e;
  text-transform: uppercase;
}
@media all and (max-width: 575.9px) {
  a.button {
    display: block;
    width: 100%;
    margin: 1rem 0;
    font-size: 1rem;
  }
}
a.button:hover {
  background: #d61b1c;
}

/*
-------------------------
--  CONTENT BLOCK  ------
-------------------------
 */
.layout-cols_2 .inverted .content--boxed {
  background: #e73d3e;
}

.lightgray.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: 5px solid #e73d3e;
  background: rgba(255, 255, 255, 0.8);
}

.default.layout-cols_2 .container > .grid > .grid-item .column-content .files {
  border-top: 5px solid #e73d3e;
  background: #f6f4f0;
}

.news .news-grid .inner a.news-link-wrapper .post-info .read-more, .news .news-grid .inner .inner-wrapper .post-info .read-more {
  color: #e73d3e !important;
}
.news .news-grid .inner a.news-link-wrapper .post-info .read-more:hover, .news .news-grid .inner a.news-link-wrapper .post-info .read-more:focus, .news .news-grid .inner .inner-wrapper .post-info .read-more:hover, .news .news-grid .inner .inner-wrapper .post-info .read-more:focus {
  color: #b93132;
}

.news .news-grid .inner a.news-link-wrapper .post-info .date, .news .news-grid .inner .inner-wrapper .post-info .date {
  display: none;
}

.layout-cols_345 .grid-item,
.layout-cols_345 .grid-item .inner > a,
.layout-program_list .grid-item,
.layout-program_list .grid-item .inner > a {
  color: #000000;
}

.faq-section {
  border-top: 1px solid #f6f4f0;
}

.faq-question {
  border-bottom: 1px solid #f6f4f0;
}

.faq-question-heading {
  color: #000000;
}

table.points-table thead th {
  background: #d8d6d2;
}
table.points-table tbody tr td {
  background: #f6f4f0;
  border-bottom: 1px solid #d8d6d2;
}

.layout-quotes .slide p span {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  margin: 1rem;
  display: inline-block;
}

table.contacts-table {
  background: #f6f4f0;
}
table.contacts-table thead th {
  background: #d8d6d2;
  font-family: "Oswald", sans-serif !important;
}
table.contacts-table tbody tr {
  background: #f6f4f0;
  border-bottom: 1px solid #d8d6d2;
}

@media all and (max-width: 767.9px) {
  table.contacts-table td.role {
    font-family: "Oswald", sans-serif !important;
    background: #d8d6d2;
  }
}
.grid-item.contact-info .role, .grid-item.contact-info .email, .grid-item.contact-info .tel {
  font-size: 0.9em;
}

/*
-------------------------
--  NAVIGATION  ---------
-------------------------
 */
.global-navigation {
  background: #fff;
  position: relative;
}
@media all and (max-width: 991.9px) {
  .global-navigation {
    padding: 1rem 0;
  }
}
.global-navigation .navbar-toggle {
  order: 3;
  align-self: center;
  margin-left: auto;
}
@media all and (min-width: 992px) {
  .global-navigation .navbar-toggle {
    display: none;
  }
}
.global-navigation .site-branding {
  position: relative;
  z-index: 999;
  order: 1;
  width: 30%;
  padding: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
}
@media all and (max-width: 991.9px) {
  .global-navigation .site-branding {
    width: 60%;
  }
}
@media all and (max-width: 767.9px) {
  .global-navigation .site-branding {
    padding: 0;
  }
}
@media all and (max-width: 991.9px) {
  .global-navigation .site-branding {
    padding: 1rem 0;
  }
}
@media all and (min-width: 992px) {
  .global-navigation .site-branding {
    min-height: 86px;
  }
}
@media all and (min-width: 1200px) {
  .global-navigation .site-branding {
    min-height: 90px;
  }
}
.global-navigation .site-branding .logo {
  display: inline-block;
  width: 180px;
}
@media all and (max-width: 767.9px) {
  .global-navigation .site-branding .logo {
    width: 142px;
  }
}
@media all and (min-width: 1200px) {
  .global-navigation .site-branding .logo {
    width: 200px;
  }
}
@media all and (min-width: 1440px) {
  .global-navigation .site-branding .logo {
    width: 285px;
  }
}
.global-navigation .container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .global-navigation .container {
    flex-wrap: nowrap;
  }
}
.global-navigation .main-nav {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  width: 100%;
  display: none;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav {
    position: relative;
    left: auto;
    display: block;
    width: auto;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: auto;
  }
}
.global-navigation .main-nav > ul {
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul {
    height: 100%;
    justify-content: flex-end;
  }
}
.global-navigation .main-nav > ul li {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul li {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    height: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }
}
.global-navigation .main-nav > ul li a {
  font-family: "Oswald", sans-serif !important;
  background: #fff;
  display: block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
}
@media all and (min-width: 576px) {
  .global-navigation .main-nav > ul li a {
    padding: 1rem 2.5rem;
  }
}
.global-navigation .main-nav > ul li > a:hover,
.global-navigation .main-nav > ul li.open > a {
  background: #b93132;
  color: #fff;
}
.global-navigation .main-nav > ul > li {
  position: relative;
  padding: 0.5rem 0;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul > li {
    padding: 1rem 0;
    margin: 0 0.75rem;
  }
}
.global-navigation .main-nav > ul > li:last-child {
  margin-right: 0;
}
.global-navigation .main-nav > ul > li > a {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul > li > a {
    padding: 0;
    background: transparent;
    color: #000000;
    font-size: 0.875rem;
    padding: 1rem 0;
  }
}
@media all and (min-width: 1200px) {
  .global-navigation .main-nav > ul > li > a {
    font-size: 1rem;
  }
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul > li.current-menu-ancestor > a,
.global-navigation .main-nav > ul > li.current-menu-item > a,
.global-navigation .main-nav > ul > li > a:hover {
    background: transparent;
    color: #b93132;
  }
}
.global-navigation .main-nav > ul .sub-menu {
  display: none;
  flex-wrap: wrap;
  padding: 0;
  min-width: 200px;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul .sub-menu {
    position: absolute;
    top: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    left: 0;
  }
}
.global-navigation .main-nav > ul .sub-menu li {
  width: 100%;
}
.global-navigation .main-nav > ul .sub-menu a {
  padding-left: 3rem;
  font-size: 0.875rem;
  color: #fff;
  background: #e73d3e;
  border-bottom: 1px solid #b93132;
  font-weight: 400;
  width: 100%;
}
@media all and (min-width: 576px) {
  .global-navigation .main-nav > ul .sub-menu a {
    padding: 1rem 3.5rem;
  }
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul .sub-menu a {
    font-weight: bold;
    font-size: 0.75rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.global-navigation .main-nav > ul .sub-menu ak:hover {
  color: #fff;
  background: #e73d3e;
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul .sub-menu li.current-menu-ancestor > a,
.global-navigation .main-nav > ul .sub-menu li.current-menu-item > a,
.global-navigation .main-nav > ul .sub-menu li > a:hover {
    background: #b93132;
    color: #fff;
  }
}
@media all and (min-width: 992px) {
  .global-navigation .main-nav > ul > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}

.global-navigation .main-nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.global-navigation .main-nav ul.menu > li.menu-item-has-children > a:after,
.global-navigation .mobile-only.main-nav ul li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  margin-left: 0.5em;
  font-weight: 400;
}

.main-nav.nav-right {
  order: 2;
  width: 70%;
}
.main-nav.nav-right ul {
  justify-content: flex-end !important;
}

.main-nav.mobile-only {
  order: 3;
  right: 0;
  left: initial;
  width: auto;
  max-width: 320px;
  margin-top: 1rem;
}
.main-nav.mobile-only ul {
  border: none !important;
}
.main-nav.mobile-only > ul {
  flex-wrap: wrap;
  border-top: 1px solid #b93132 !important;
  border-left: 1px solid #b93132 !important;
  border-right: 0 !important;
  list-style-type: none;
}
.main-nav.mobile-only > ul li {
  padding: 0;
}
.main-nav.mobile-only > ul li a {
  background: #e73d3e;
  border-bottom: 1px solid #b93132;
  color: #fff;
}
.main-nav.mobile-only > ul li.current-menu-ancestor > a,
.main-nav.mobile-only > ul li.current-menu-item > a,
.main-nav.mobile-only > ul li > a:hover {
  background: #b93132;
  color: #fff;
}

@media all and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media all and (max-width: 767.9px) {
  .page-template-page-overview .start-header, .page-template-page-overview .page-header {
    min-height: 500px;
  }
}
.page-template-page-overview .start-header .global-navigation, .page-template-page-overview .page-header .global-navigation {
  display: inline-block;
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  .page-template-page-overview .start-header .global-navigation, .page-template-page-overview .page-header .global-navigation {
    margin-top: 50px;
  }
}
.page-template-page-overview .start-header .global-navigation .site-branding, .page-template-page-overview .page-header .global-navigation .site-branding {
  width: 100%;
  padding: 0 1rem;
}
@media all and (min-width: 992px) {
  .page-template-page-overview .start-header .global-navigation .site-branding, .page-template-page-overview .page-header .global-navigation .site-branding {
    padding: 1.5rem 2rem;
  }
}

.nf-form-cont label, .ninja-forms-cont label, .modal .nf-form-cont label, section.white .nf-form-cont label, section.gray .nf-form-cont label {
  text-transform: initial;
}

.button,
form input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Oswald", sans-serif !important;
  background: #e73d3e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.button:hover,
form input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #d61b1c;
}

form > footer input[type=submit],
button:not(.gdpr-preferences),
.gdpr-agreement {
  font-family: "Oswald", sans-serif !important;
  background: #e73d3e;
}

.gdpr form > footer input[type=submit], .gdpr button:not(.gdpr-preferences), .gdpr .gdpr-agreement, .gdpr-wrapper form > footer input[type=submit], .gdpr-wrapper button:not(.gdpr-preferences), .gdpr-wrapper .gdpr-agreement, .gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit], .gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences), .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit], .gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences), .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement, .gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit], .gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences), .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit], .gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences), .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs a.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs a.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active {
  font-family: "Oswald", sans-serif !important;
  background: #e73d3e;
}
.gdpr form > footer input[type=submit]:hover, .gdpr form > footer input[type=submit]:active, .gdpr form > footer input[type=submit]:focus, .gdpr button:not(.gdpr-preferences):hover, .gdpr button:not(.gdpr-preferences):active, .gdpr button:not(.gdpr-preferences):focus, .gdpr .gdpr-agreement:hover, .gdpr .gdpr-agreement:active, .gdpr .gdpr-agreement:focus, .gdpr-wrapper form > footer input[type=submit]:hover, .gdpr-wrapper form > footer input[type=submit]:active, .gdpr-wrapper form > footer input[type=submit]:focus, .gdpr-wrapper button:not(.gdpr-preferences):hover, .gdpr-wrapper button:not(.gdpr-preferences):active, .gdpr-wrapper button:not(.gdpr-preferences):focus, .gdpr-wrapper .gdpr-agreement:hover, .gdpr-wrapper .gdpr-agreement:active, .gdpr-wrapper .gdpr-agreement:focus, .gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit]:hover, .gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit]:active, .gdpr.gdpr-privacy-bar .gdpr-wrapper form > footer input[type=submit]:focus, .gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences):hover, .gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences):active, .gdpr.gdpr-privacy-bar .gdpr-wrapper button:not(.gdpr-preferences):focus, .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement:hover, .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement:active, .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-agreement:focus, .gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit]:hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit]:active, .gdpr.gdpr-reconsent-bar .gdpr-wrapper form > footer input[type=submit]:focus, .gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences):hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences):active, .gdpr.gdpr-reconsent-bar .gdpr-wrapper button:not(.gdpr-preferences):focus, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement:hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement:active, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-agreement:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit]:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit]:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper form > footer input[type=submit]:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences):hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences):active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper button:not(.gdpr-preferences):focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-agreement:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit]:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit]:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper form > footer input[type=submit]:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences):hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences):active, .gdpr.gdpr-general-confirmation .gdpr-wrapper button:not(.gdpr-preferences):focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-agreement:focus,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-active:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-active:active,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li button.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs li a.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs button.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs button.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs button.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs a.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs a.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs a.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active:focus, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active:active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li button.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs li a.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs button.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs button.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs button.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs a.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs a.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs a.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs button.gdpr-active:focus, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active:active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs a.gdpr-active:focus {
  background: #d61b1c;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close {
  color: #e73d3e;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:hover, .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:active, .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:focus, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:active, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences:focus,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:hover,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:active,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:focus, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:active, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:focus {
  color: #d61b1c;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-tabs .gdpr-subtabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-subtabs li button.gdpr-active {
  border-left: 4px solid #e73d3e;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content > div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active {
  background: #e73d3e;
}

/*# sourceMappingURL=style.css.map */
