/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid Layout
--------------------------------------------------------------*/
.awx-container {
  position: relative;
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .awx-container {
    padding: 0 1rem;
  }
}
.awx-container.wide {
  max-width: 1440px;
  padding: 0;
}
.awx-container.full {
  max-width: 100%;
  padding: 0;
}

.awx-row {
  display: flex;
  flex-wrap: wrap;
}
.awx-row.awx-row__spaced {
  justify-content: space-between;
}
.awx-row.awx-row__stretch {
  align-items: stretch;
}
.awx-row .awx-row {
  margin-left: -0.5rem;
  width: calc(100% + 0.5rem*2);
}

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

.awx-col {
  margin: 0 0.5rem;
  -ms-flex: 0 1 auto;
  box-sizing: border-box;
}
.awx-col.awx-col-12 {
  width: calc(100% - 0.5rem*2);
}
.awx-col.awx-col-10 {
  width: calc(83.333% - 0.5rem*2);
}
.awx-col.awx-col-9 {
  width: calc(75% - 0.5rem*2);
}
.awx-col.awx-col-8 {
  width: calc(66.666% - 0.5rem*2);
}
.awx-col.awx-col-7 {
  width: calc(58.333% - 0.5rem*2);
}
.awx-col.awx-col-6 {
  width: calc(50% - 0.5rem*2);
}
.awx-col.awx-col-5 {
  width: calc(41.666% - 0.5rem*2);
}
.awx-col.awx-col-4 {
  width: calc(33.333% - 0.5rem*2);
}
.awx-col.awx-col-3 {
  width: calc(25% - 0.5rem*2);
}
.awx-col.awx-col-2 {
  width: calc(16.666% - 0.5rem*2);
}
.awx-col.awx-col-1 {
  width: calc(08.333% - 0.5rem*2);
}
@media (max-width: 1024px) {
  .awx-col.awx-col-12, .awx-col.awx-col-11, .awx-col.awx-col-10, .awx-col.awx-col-9, .awx-col.awx-col-8, .awx-col.awx-col-7, .awx-col.awx-col-6, .awx-col.awx-col-5, .awx-col.awx-col-4, .awx-col.awx-col-3, .awx-col.awx-col-2, .awx-col.awx-col-1 {
    width: calc(100% - 0.5rem*2);
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Font Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
h1 {
  font-size: 2.75rem;
  font-weight: 700;
}

h2 {
  font-size: 2.25rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body {
  margin: 0;
  min-width: 320px;
}

a {
  text-decoration: none;
  color: #FF8A00;
}
a:hover {
  color: #FF8A00;
}

/*--------------------------------------------------------------
# Page Break Line
--------------------------------------------------------------*/
.awx-page-break {
  width: 100%;
  border-bottom: 1px solid #707070;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.awx-btn {
  display: inline-block;
  background: #FF8A00;
  color: #F7F7F7 !important;
  text-decoration: none !important;
  border: none;
  padding: 1.25rem 3.75rem;
  line-height: 1em;
  text-align: center;
}
.awx-btn:hover {
  color: #F7F7F7;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
a.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
}
a.news-card .news-card--header img {
  display: block;
  width: 100%;
  height: auto;
}
a.news-card .news-card--body {
  display: flex;
  flex-grow: 1;
  padding: 1rem 1rem 1rem 0.75rem;
  color: #003962;
}
a.news-card .news-card--body .card-content {
  padding-right: 3rem;
}
a.news-card .news-card--body .card-content h4 {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 700;
}
a.news-card .news-card--body .card-content p {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
}
a.news-card .news-card--body .arrow {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
a.news-card .news-card--body .arrow img {
  display: block;
  width: 2.125rem;
  height: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form input, form select, form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #F7F7F7;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1em;
  border: 1px solid #003962;
  border-radius: 0;
}
form input[type=checkbox] {
  display: inline;
  width: auto;
}
form input[type=submit] {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
form textarea {
  line-height: 1.5em;
  height: 13.125rem;
  max-width: 100%;
}

form.register-form {
  color: #003962;
}
form.register-form .awx-col {
  padding: 1.75rem 0;
}
form.register-form label {
  display: block;
  margin: 0 0 0.5rem 0;
}
form.register-form input[type=email],
form.register-form input[type=text],
form.register-form select {
  padding: 1.25rem 1.25rem 1rem;
  border: none;
  border-bottom: 3px solid #003962;
  line-height: 1em;
}
form.register-form select {
  appearance: none;
  line-height: 1.5rem;
  background-image: url("../img/icon-chevron-down-blue.png");
  background-size: 1rem auto;
  background-position: calc(100% - 1.25rem) calc(50% + 3px);
  background-repeat: no-repeat;
  cursor: pointer;
  color: #757575;
}
form.register-form .form-instructions {
  margin: 0 0 2rem 0;
  font-size: 0.875rem;
  line-height: 1.5em;
}
form.register-form .checkbox-wrap {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
form.register-form .checkbox-wrap label {
  margin: 0;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1em;
}
form.register-form .checkbox-wrap label.checkbox-label {
  margin-right: 0.75rem;
}
form.register-form input[type=checkbox] {
  display: none;
}
form.register-form label.checkbox-label {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #F7F7F7;
  background-image: url("../img/checkbox-unchecked.png");
  background-size: cover;
  margin: 0;
  cursor: pointer;
}
form.register-form input[type=checkbox]:checked + label.checkbox-label {
  background-color: #003962;
  background-image: url("../img/checkbox-checked.png");
}
form.register-form span.required {
  margin-left: 0.25em;
}
@media screen and (max-width: 1024px) {
  form.register-form .awx-col {
    padding: 1rem 0;
  }
}

form.contact-form {
  margin-top: 4.125rem;
}
form.contact-form .contact-form--heading {
  padding-bottom: 0.25rem;
  margin-bottom: 3.375rem;
  border-bottom: 1px solid #242423;
}
form.contact-form .awx-col {
  padding-bottom: 1rem;
}

/*--------------------------------------------------------------
# Awexi Header
--------------------------------------------------------------*/
.sticky-header-padding {
  height: 8.9375rem;
}
@media screen and (max-width: 1024px) {
  .sticky-header-padding {
    display: none;
  }
}

.awx-header {
  position: fixed;
  width: 100%;
  background: #F7F7F7;
  padding-top: 1rem;
  z-index: 100;
}
.awx-header a {
  color: inherit;
}
.awx-header a:hover {
  color: #FF8A00;
}
.awx-header .top-bar {
  background: #003962;
  color: #F7F7F7;
  font-size: 0.75rem;
  line-height: 1em;
}
.awx-header .top-bar .awx-row {
  align-items: center;
}
.awx-header .top-bar .awx-col {
  box-sizing: border-box;
}
.awx-header .top-bar a {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.5rem 0;
}
.awx-header .top-bar a:first-of-type {
  margin-left: 0;
}
.awx-header .top-bar .left {
  display: flex;
  text-align: left;
  padding-left: calc((100% - 1216px) / 2);
}
.awx-header .top-bar .left a {
  display: flex;
  align-items: center;
}
.awx-header .top-bar .left a img {
  margin-right: 0.5rem;
}
.awx-header .top-bar .middle {
  padding-left: 2rem;
}
.awx-header .top-bar .right {
  text-align: right;
}
@media screen and (min-width: 1216px) {
  .awx-header .top-bar .right {
    padding-right: 12rem;
  }
}
.awx-header .top-bar a.linkedin {
  display: inline-block;
  padding: 0.5rem;
  margin-right: -0.5rem;
}
.awx-header .top-bar a.linkedin img {
  display: block;
  width: 17px;
  height: auto;
  margin: 0;
  padding: 0;
}
.awx-header .main-area {
  position: relative;
  height: 5.75rem;
  background: #F7F7F7;
  display: flex;
}
.awx-header .main-area .logo {
  position: relative;
  display: flex;
  max-width: 7rem;
  margin-left: calc(50% - 608px);
  margin-right: 2.5rem;
  padding: 1rem 0;
  padding-left: 0.5rem;
  align-items: center;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1em;
  box-sizing: border-box;
  background: #F7F7F7;
}
.awx-header .main-area .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 1216px) {
  .awx-header .main-area .logo {
    position: relative;
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.awx-header .main-area nav.main-nav {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.awx-header .main-area nav.main-nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.awx-header .main-area nav.main-nav > ul > li {
  position: relative;
}
.awx-header .main-area nav.main-nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #242423;
}
.awx-header .main-area nav.main-nav > ul > li:hover > a {
  color: #FF8A00;
  font-weight: 700;
}
.awx-header .main-area nav.main-nav > ul > li .menu-dropdown {
  display: none;
  position: absolute;
  left: 1.875rem;
  background: #003962;
  color: #F7F7F7;
  width: 23.25rem;
  box-sizing: border-box;
  padding: 1rem 1.125rem 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.awx-header .main-area nav.main-nav > ul > li .menu-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.awx-header .main-area nav.main-nav > ul > li .menu-dropdown ul li {
  border-bottom: 1px solid #F7F7F7;
}
.awx-header .main-area nav.main-nav > ul > li .menu-dropdown ul li a {
  display: flex;
  padding: 0.75rem 0;
  justify-content: space-between;
  align-items: center;
}
.awx-header .main-area nav.main-nav > ul > li .menu-dropdown ul li a .arrow {
  display: inline-block;
  width: 29px;
  height: 18px;
  background-image: url("/img/icon-arrow-white.png");
  background-size: 100% auto;
}
.awx-header .main-area nav.main-nav > ul > li .menu-dropdown ul li a img.flag {
  width: 30px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .awx-header .main-area nav.main-nav > ul > li:hover .menu-dropdown {
    display: block;
  }
}
.awx-header .main-area nav.main-nav > ul li.languages > a:after {
  content: "";
  width: 1rem;
  height: 1em;
  margin-left: 0.5em;
  background: url("../img/icon-chevron-down-black.png") center center/0.75rem auto no-repeat;
}
.awx-header .main-area nav.main-nav > ul li.languages .menu-dropdown {
  width: 14rem;
}
@media screen and (min-width: 1025px) {
  .awx-header .main-area nav.main-nav > ul li.desktop-hidden {
    display: none;
  }
}
.awx-header .main-area .search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1em;
  background: #003962;
  color: #F7F7F7;
  width: 7rem;
  box-sizing: border-box;
  max-width: calc(100% - 12rem);
  flex-shrink: 0;
}
.awx-header .main-area .search-wrap .search-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.awx-header .main-area .search-wrap .search-inner .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.awx-header .main-area .search-wrap .search-inner .search-input {
  display: none;
  flex-grow: 1;
  padding: 0 0.5rem;
}
.awx-header .main-area .search-wrap .search-inner .search-input input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-size: 1.125rem;
  line-height: 1em;
  padding: 0.5rem;
  color: #707070;
  outline: none;
}
.awx-header .main-area .search-wrap .search-inner .search-input input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.awx-header .main-area .search-wrap .search-inner .search-input input::-ms-clear {
  display: none;
}
.awx-header .main-area .search-wrap .search-inner .search-close {
  display: none;
  cursor: pointer;
}
.awx-header .main-area .contact-us-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  width: 7rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1em;
  background: #FF8A00;
  color: #F7F7F7;
}
.awx-header .main-area .mobile-menu-toggle-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 6rem;
  color: #F7F7F7;
  cursor: pointer;
  background-color: #FF8A00;
  background-image: url("../img/icon-hamburger-menu.png");
  background-size: 2rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .awx-header .main-area .mobile-menu-toggle-btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .awx-header .main-area.search-open .main-nav {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .awx-header .main-area.search-open .logo {
    flex-grow: 0;
    width: 6rem;
  }
}
.awx-header .main-area.search-open .search-wrap {
  flex-grow: 1;
  padding: 0 3rem;
}
.awx-header .main-area.search-open .search-wrap .search-inner {
  height: auto;
  border-bottom: 1px solid #F7F7F7;
}
.awx-header .main-area.search-open .search-wrap .search-icon {
  cursor: default;
  width: auto;
}
.awx-header .main-area.search-open .search-wrap .search-input {
  display: block;
}
.awx-header .main-area.search-open .search-wrap .search-close {
  display: block;
}
@media screen and (max-width: 1024px) {
  .awx-header .main-area.mobile-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    overflow-y: auto;
    background: #003962;
  }
  .awx-header .main-area.mobile-menu-open .main-nav {
    display: flex;
  }
  .awx-header .main-area.mobile-menu-open .mobile-menu-toggle-btn {
    background-image: url("../img/icon-x.png");
    background-size: 1.25rem auto;
  }
  .awx-header .main-area.search-open .search-wrap {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .awx-header {
    padding-top: 0;
    position: relative;
  }
  .awx-header .top-bar {
    display: none;
  }
  .awx-header .main-area {
    flex-wrap: wrap;
    height: auto;
  }
  .awx-header .main-area .logo {
    order: 1;
    padding: 0.5rem;
    margin: 0;
    height: 4rem;
    flex-grow: 1;
    max-width: 100%;
  }
  .awx-header .main-area nav.main-nav {
    order: 4;
    display: none;
    width: 100%;
    padding: 1rem 0;
    justify-content: flex-start;
    background: #003962;
    color: #F7F7F7;
  }
  .awx-header .main-area nav.main-nav > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .awx-header .main-area nav.main-nav > ul > li > a {
    height: auto;
    color: #F7F7F7;
    padding: 0.5rem 1rem;
  }
  .awx-header .main-area nav.main-nav > ul li.languages {
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    margin: 0.5rem 0;
    padding: 0;
  }
  .awx-header .main-area nav.main-nav > ul li.languages > a {
    padding: 1rem;
  }
  .awx-header .main-area nav.main-nav > ul li.languages > a:after {
    content: "";
    width: 1rem;
    height: 1em;
    background: url("../img/icon-chevron-down.png") center center/1rem auto no-repeat;
  }
  .awx-header .main-area nav.main-nav > ul li.languages.languages-open > a:after {
    background-image: url("../img/icon-chevron-up.png");
  }
  .awx-header .main-area nav.main-nav > ul li.languages.languages-open .menu-dropdown {
    display: block;
  }
  .awx-header .main-area nav.main-nav > ul li.languages .menu-dropdown {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .awx-header .main-area nav.main-nav > ul li.languages .menu-dropdown li:last-child {
    border-bottom: 0;
  }
  .awx-header .main-area .search-wrap {
    order: 2;
    width: 6rem;
  }
  .awx-header .main-area .contact-us-btn {
    display: none;
  }
  .awx-header .main-area .mobile-menu-toggle-btn {
    order: 3;
  }
}

nav.awx-breadcrumbs {
  padding: 1rem 0 0;
  font-size: 0.625rem;
}
nav.awx-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
nav.awx-breadcrumbs ul li a {
  color: #242423;
}
nav.awx-breadcrumbs ul li a:hover {
  color: #FF8A00;
}
nav.awx-breadcrumbs ul li:not(:last-child):after {
  content: "/";
  margin: 0 0.25rem;
}

/*--------------------------------------------------------------
# Awexi Homepage Carousel
--------------------------------------------------------------*/
.awexi-homepage-carousel {
  width: 100%;
  height: 41.875rem;
  top: 0;
  left: 0;
}
.awexi-homepage-carousel .slick-list, .awexi-homepage-carousel .slick-track, .awexi-homepage-carousel .slick-slide {
  height: 100%;
}
.awexi-homepage-carousel .carousel-content-wrap {
  width: 100%;
  max-width: 22.25rem;
}
.awexi-homepage-carousel .carousel-content-wrap h2 {
  font-size: 2.75rem;
  line-height: 1.5em;
  padding: 0;
}
.awexi-homepage-carousel .carousel-content-wrap p {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.awexi-homepage-carousel .carousel-content-wrap .awx-btn {
  margin-top: 3rem;
}
.awexi-homepage-carousel .slick-track > div {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #F7F7F7;
  box-sizing: border-box;
}
.awexi-homepage-carousel .slick-track > div h2 {
  position: relative;
  margin: 0;
  padding: 0;
}
.awexi-homepage-carousel ul.slick-dots {
  position: relative;
  bottom: 2rem;
  list-style-type: none;
  display: flex;
  width: 100%;
  max-width: 34rem;
  justify-content: center;
  padding: 0 1rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.awexi-homepage-carousel ul.slick-dots li {
  margin: 0 0.5rem;
  width: 33.333%;
}
.awexi-homepage-carousel ul.slick-dots li button {
  width: 100%;
  height: 0.5rem;
  padding: 0;
  margin: 0;
  color: transparent;
  border: none;
  background: #D9D9D9;
  cursor: pointer;
}
.awexi-homepage-carousel ul.slick-dots li button:hover {
  background: #FF8A00;
}
.awexi-homepage-carousel ul.slick-dots li.slick-active button {
  background: #FF8A00;
}

/*--------------------------------------------------------------
# Section Headers
--------------------------------------------------------------*/
.section-header {
  padding: 4.875rem 0;
  color: #003962;
}
.section-header .awx-row {
  flex-wrap: nowrap;
}
.section-header .title {
  color: #003962;
  width: 30%;
  padding: 0 3rem;
  flex-shrink: 0;
  box-sizing: border-box;
}
.section-header .title h1, .section-header .title h2 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-top: 0;
}
.section-header .description {
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  color: #242423;
}
.section-header .description .content-wrap {
  width: 100%;
  max-width: 38.75rem;
  margin: 0 auto;
}
.section-header .description .content-wrap > p:first-of-type {
  margin: 0;
}
.section-header .description a {
  color: inherit;
  text-decoration: underline;
}
.section-header .description a:hover {
  color: #FF8A00;
}
.section-header .description b, .section-header .description strong {
  font-weight: 700;
}
.section-header .description.large-font {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .section-header {
    padding: 4.875rem 0.5rem;
  }
  .section-header .awx-row {
    flex-wrap: wrap;
  }
  .section-header .title {
    padding: 0;
    width: 100%;
  }
  .section-header .description {
    padding: 0;
  }
  .section-header .description .content-wrap {
    max-width: 100%;
  }
}
.section-header.blue {
  background: #003962;
}
.section-header.blue .title, .section-header.blue .description {
  color: #F7F7F7;
}

.section-header-home {
  display: flex;
  padding: 4.875rem 0;
  color: #003962;
}
.section-header-home .awx-row {
  align-items: center;
}
.section-header-home .title h1, .section-header-home .title h2 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .section-header-home .title h1, .section-header-home .title h2 {
    margin: 0;
  }
}
.section-header-home .description {
  font-size: 1.35rem;
  line-height: 1.5em;
  color: #003962;
}
.section-header-home .description b, .section-header-home .description strong {
  font-weight: 700;
}

/*--------------------------------------------------------------
# What we do
--------------------------------------------------------------*/
section.what-we-do .awx-container.services-grid .services-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  width: 33.333%;
  padding: 2.5rem 1.25rem;
  padding-right: calc((100% - 1216px) / 2);
  min-height: 22.5rem;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  color: #003962;
}
section.what-we-do .awx-container.services-grid .services-card.blue {
  background: #003962;
  color: #F7F7F7;
}
section.what-we-do .awx-container.services-grid .services-card h2 {
  margin: 0;
}
section.what-we-do .awx-container.services-grid .services-card p {
  font-size: 1.125rem;
  line-height: 1.5em;
}
section.what-we-do .awx-container.services-grid .services-card span.arrow {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
section.what-we-do .awx-container.services-grid .services-card span.arrow img {
  width: 4.75rem;
  height: auto;
}
@media screen and (min-width: 1025px) {
  section.what-we-do .awx-container.services-grid .services-card:nth-of-type(3n+1) {
    padding-left: calc((100% - 1216px) / 2);
    padding-right: 1.25rem;
    border-left: none;
  }
}
@media screen and (max-width: 1216px) {
  section.what-we-do .awx-container.services-grid .services-card {
    padding: 2.5rem 1.25rem !important;
  }
}
@media screen and (max-width: 1024px) {
  section.what-we-do .awx-container.services-grid .services-card {
    width: 50%;
    padding: 1.5rem !important;
    min-height: 16rem;
  }
  section.what-we-do .awx-container.services-grid .services-card h2 {
    font-size: 1.25rem;
  }
  section.what-we-do .awx-container.services-grid .services-card p {
    font-size: 1rem;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-1 {
    width: 100%;
    order: 1;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-2 {
    order: 2;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-3 {
    order: 3;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-4 {
    order: 5;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-5 {
    order: 4;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-6 {
    order: 7;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-7 {
    order: 8;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-8 {
    order: 6;
  }
  section.what-we-do .awx-container.services-grid .services-card.card-9 {
    order: 9;
  }
  section.what-we-do .awx-container.services-grid .services-card span.arrow {
    align-items: flex-end;
  }
  section.what-we-do .awx-container.services-grid .services-card span.arrow img {
    width: 2.5rem;
  }
}

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.awx-news-section {
  position: relative;
}
.awx-news-section .news-cards-container:before {
  content: "";
  position: absolute;
  top: 7.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003962;
}
.awx-news-section .awx-row.news-cards-wrap {
  position: relative;
  padding-bottom: 2rem;
  padding-left: calc((100% - 1216px) / 2 + 0.5rem);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  /* Hide Scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.awx-news-section .awx-row.news-cards-wrap .awx-col {
  flex-shrink: 0;
  width: 21.875rem;
}
@media screen and (max-width: 1216px) {
  .awx-news-section .awx-row.news-cards-wrap {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .awx-news-section .awx-row.news-cards-wrap {
    padding-left: 1rem;
  }
}
.awx-news-section .awx-row.news-cards-wrap::-webkit-scrollbar {
  display: none;
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
section.register {
  padding-bottom: 4.75rem;
}

/*--------------------------------------------------------------
# Financials and Services
--------------------------------------------------------------*/
section.accordion .accordion-row {
  display: flex;
}
section.accordion .accordion-row .accordion-content {
  display: none;
}
section.accordion .accordion-row .title, section.accordion .accordion-row .description {
  border: 1px solid black;
  border-bottom: 0;
  box-sizing: border-box;
}
section.accordion .accordion-row:last-of-type {
  border-bottom: 1px solid black;
}
section.accordion .accordion-row .title {
  display: flex;
  align-items: center;
  padding: 4rem 0.5rem;
  text-align: center;
  color: #003962;
  overflow: hidden;
  width: 30%;
  min-width: 10rem;
  flex-shrink: 0;
  box-sizing: border-box;
}
section.accordion .accordion-row .title h3 {
  max-width: 15rem;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.accordion .accordion-row.has-content .title:hover {
  cursor: pointer;
  background: #003962;
  color: #FF8A00;
}
section.accordion .accordion-row .description {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4rem 2rem;
  border-left: 0;
}
section.accordion .accordion-row .description .content-wrap {
  width: 100%;
  max-width: 38.75rem;
}
section.accordion .accordion-row .description .content-wrap > p:first-of-type {
  margin: 0;
}
section.accordion .accordion-row .description a {
  color: inherit;
  text-decoration: underline;
}
section.accordion .accordion-row .description a:hover {
  color: #FF8A00;
}
section.accordion .accordion-row.open .accordion-content {
  display: block;
}
section.accordion .accordion-row.open .title {
  align-items: flex-start;
  background: #003962;
  color: #FF8A00;
}
@media screen and (max-width: 1024px) {
  section.accordion .accordion-row .title h3 {
    font-size: 1.5rem;
  }
  section.accordion .accordion-row .description {
    padding: 2rem 1rem;
  }
}

/*--------------------------------------------------------------
# Packages
--------------------------------------------------------------*/
.section-header.blue {
  margin-bottom: 4.625rem;
}

@media screen and (min-width: 1025px) {
  section.packages .awx-container {
    padding: 0 3rem;
  }
}
section.packages .awx-col {
  margin-bottom: 4.625rem;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  section.packages .awx-col {
    max-width: calc(50% - 1rem);
  }
}
section.packages .package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.5rem 1.875rem 1.5rem;
  background: #F7F7F7;
  border: 1px solid #003962;
  box-sizing: border-box;
  font-size: 0.75rem;
}
section.packages .package-card .module-name {
  margin: 0 0 4rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #003962;
}
section.packages .package-card .module-price .price {
  margin: 0 0.25rem 0 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1em;
  color: #003962;
}
section.packages .package-card .module-price .unit {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003962;
}
section.packages .package-card .module-price .slash {
  font-size: 1rem;
  color: #003962;
}
section.packages .package-card .module-price .frequency {
  font-size: 1rem;
  color: #003962;
}
section.packages .package-card ul.module-details {
  padding: 0 0 0 1rem;
}
section.packages .package-card .note {
  font-weight: 700;
}
section.packages .package-card .awx-btn {
  margin-top: 1.5rem;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
section.news {
  position: relative;
}
section.news .awx-col {
  margin-bottom: 3rem;
}
section.news .news-card {
  height: 100%;
}
section.news:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18rem;
  background: #003962;
}

/*--------------------------------------------------------------
# News Article
--------------------------------------------------------------*/
.news-article {
  background: #F7F7F7;
  color: #003962;
  margin-bottom: 5rem;
}
.news-article .news-article--featured-image {
  height: 21.25rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-article .news-article--header {
  padding: 0.75rem 1.5rem 0 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-article .news-article--header .news-article--heading {
  margin-bottom: 0.5rem;
}
.news-article .news-article--header .news-article--date {
  font-size: 0.75rem;
}
.news-article .news-article--header .print-btn {
  display: flex;
  align-items: center;
  color: #003962;
  font-size: 0.75rem;
  margin-left: 2rem;
  cursor: pointer;
  border: none;
  background: transparent;
}
.news-article .news-article--header .print-btn img {
  display: inline-block;
  width: 22px;
  height: auto;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .news-article .news-article--header {
    padding: 0.25rem 1.5rem;
  }
}
.news-article .news-article--body {
  margin-top: 1.5rem;
  padding: 0 7.5rem 3.125rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .news-article .news-article--body {
    padding: 0 1.5rem 3.125rem;
  }
}

/*--------------------------------------------------------------
# Awexi Footer
--------------------------------------------------------------*/
.awx-footer {
  padding: 2rem 0 0;
  background: #003962;
  color: #F7F7F7;
  font-size: 0.9375rem;
  line-height: 1.5em;
}
.awx-footer h3 {
  color: #FF8A00;
  font-size: 1.375rem;
}
.awx-footer a {
  color: inherit;
}
.awx-footer a:hover {
  color: #FF8A00;
}
.awx-footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.awx-footer nav ul li a {
  display: block;
  padding: 0.5rem 0;
}
.awx-footer .awexi h3, .awx-footer .contact-us h3 {
  margin-bottom: 2rem;
}
.awx-footer .tagline {
  color: #F7F7F7;
  text-align: right;
  margin: 1.75rem 0 0;
}
.awx-footer .copyright {
  text-align: center;
  font-size: 0.625rem;
  margin: 1.75rem 0;
}
@media screen and (max-width: 1024px) {
  .awx-footer .tagline {
    text-align: center;
  }
}
