/* line 5, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 66, ../sass/screen.scss */
.animate {
  animation-play-state: paused;
}

/* line 70, ../sass/screen.scss */
.animate.in-view {
  animation-play-state: running;
}

@keyframes menu-drop {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 117, ../sass/screen.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* line 125, ../sass/screen.scss */
.container {
  width: calc(100% - 40px);
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 131, ../sass/screen.scss */
.container--wide {
  max-width: 1400px;
}

/* line 137, ../sass/screen.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 142, ../sass/screen.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes move-up {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes move-down {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
    transform-origin: center;
  }
}
@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 212, ../sass/screen.scss */
h1, h2, h3, h4 {
  font-family: "Big Shoulders Text", cursive;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 217, ../sass/screen.scss */
h1.green, h2.green, h3.green, h4.green {
  color: #54C58B;
}
/* line 221, ../sass/screen.scss */
h1.blue, h2.blue, h3.blue, h4.blue {
  color: #283480;
}

/* line 230, ../sass/screen.scss */
h2 {
  font-size: 40px;
  line-height: 52px;
}

/* line 235, ../sass/screen.scss */
h3 {
  font-size: 35px;
  line-height: 40px;
}

/* line 248, ../sass/screen.scss */
p {
  font-size: 15px;
  line-height: 21px;
  color: #ABABAB;
  margin-bottom: 30px;
}
/* line 254, ../sass/screen.scss */
p:last-of-type {
  margin-bottom: 0;
}

/* line 259, ../sass/screen.scss */
a {
  text-decoration: none;
  cursor: pointer !important;
}

/* line 264, ../sass/screen.scss */
.section-title {
  padding: 35px;
  text-align: center;
}
/* line 268, ../sass/screen.scss */
.section-title h2 {
  font-size: 55px;
  line-height: 60px;
  color: #283480;
}
@media screen and (max-width: 767px) {
  /* line 268, ../sass/screen.scss */
  .section-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

/* line 282, ../sass/screen.scss */
#overlayCV {
  background-color: rgba(2, 37, 146, 0.95);
}

/* line 286, ../sass/screen.scss */
#overlayMenu {
  background-color: rgba(2, 37, 146, 0.95);
}

/* line 290, ../sass/screen.scss */
.screen-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.2s;
}
/* line 304, ../sass/screen.scss */
.screen-overlay__skin {
  padding: 25px;
  width: calc(100vw - 50px);
  max-width: 500px;
}
/* line 309, ../sass/screen.scss */
.screen-overlay__skin input, .screen-overlay__skin textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  background: none;
  border: 1px #fff solid;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
/* line 319, ../sass/screen.scss */
.screen-overlay__skin input[type="submit"] {
  width: 120px;
  background: #fff;
  color: #283480;
  font-weight: 500;
  border: none;
  font-size: 26px;
  font-family: "Big Shoulders Text", cursive;
  margin-top: 20px;
}
/* line 330, ../sass/screen.scss */
.screen-overlay__skin label {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  margin: 15px 0 10px 0;
  display: block;
}
/* line 338, ../sass/screen.scss */
.screen-overlay__skin h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
/* line 347, ../sass/screen.scss */
.screen-overlay .close-menu {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 355, ../sass/screen.scss */
.screen-overlay .close-menu:hover {
  color: #fff;
}

/* line 361, ../sass/screen.scss */
span.wpcf7-not-valid-tip {
  background-color: rgba(255, 0, 0, 0.24);
  border-left: rgba(255, 0, 0, 0.27);
  border-bottom: rgba(255, 0, 0, 0.27);
  border-right: rgba(255, 0, 0, 0.27);
  margin-left: 13px;
  margin-right: 13px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-sizing: border-box;
  padding: 6px;
}

/* line 374, ../sass/screen.scss */
div.wpcf7-response-output {
  color: #fff;
  padding: 15px;
}

/* line 380, ../sass/screen.scss */
.outline-button {
  border-width: 4px;
  border-style: solid;
  text-transform: uppercase;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 900;
  padding: 15px 25px;
  color: #283480;
  letter-spacing: 2px;
  font-size: 18px;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  /* line 380, ../sass/screen.scss */
  .outline-button {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
}
/* line 399, ../sass/screen.scss */
.outline-button--blue {
  border-color: #283480;
  color: #283480;
}
/* line 403, ../sass/screen.scss */
.outline-button--blue:hover {
  border-color: #54C58B;
  color: #54C58B;
}
/* line 409, ../sass/screen.scss */
.outline-button--green {
  border-color: #54C58B;
  color: #54C58B;
}
/* line 413, ../sass/screen.scss */
.outline-button--green:hover {
  border-color: #283480;
  color: #283480;
}

/* line 420, ../sass/screen.scss */
.page-content {
  padding: 70px 0;
}

/* line 425, ../sass/screen.scss */
.text-content h1 {
  font-size: 40px;
  line-height: 50px;
}
/* line 430, ../sass/screen.scss */
.text-content h1, .text-content h2 {
  margin-bottom: 32px;
}
/* line 434, ../sass/screen.scss */
.text-content h1, .text-content h2, .text-content h3, .text-content h4 {
  color: #283480;
  margin-bottom: 25px;
}
/* line 439, ../sass/screen.scss */
.text-content p {
  margin-bottom: 20px;
}
/* line 442, ../sass/screen.scss */
.text-content p:first-of-type {
  font-weight: 700;
}
/* line 446, ../sass/screen.scss */
.text-content p:last-of-type {
  margin-bottom: 0;
}
/* line 451, ../sass/screen.scss */
.text-content a {
  color: #54C58B;
}
/* line 454, ../sass/screen.scss */
.text-content a:hover {
  color: #283480;
}
/* line 459, ../sass/screen.scss */
.text-content--v-centre {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 464, ../sass/screen.scss */
.text-content--v-centre a {
  align-self: flex-start;
}
/* line 469, ../sass/screen.scss */
.text-content ul, .text-content ol {
  margin: 25px 25px 25px 50px;
}
/* line 472, ../sass/screen.scss */
.text-content ul li, .text-content ol li {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 6px;
}
/* line 479, ../sass/screen.scss */
.text-content ul {
  list-style-type: square;
}
/* line 483, ../sass/screen.scss */
.text-content ol {
  list-style-type: decimal;
}

/* line 488, ../sass/screen.scss */
.text-content .outline-button {
  margin-top: 30px;
}

/* line 492, ../sass/screen.scss */
.button {
  border-width: 5px;
  border-color: #54C58B;
  border-style: solid;
  color: #283480;
  font-family: "Big Shoulders Text", cursive;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  padding: 17px 22px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
/* line 505, ../sass/screen.scss */
.button:hover {
  border-color: #283480;
  color: #54C58B;
}

/* line 511, ../sass/screen.scss */
strong {
  font-weight: 700;
}

/* line 515, ../sass/screen.scss */
#main-content {
  min-height: calc(100vh - 360px);
}

/* line 519, ../sass/screen.scss */
.blue-box {
  background: #283480;
  padding: 70px 0;
}
/* line 523, ../sass/screen.scss */
.blue-box p {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 528, ../sass/screen.scss */
  .box-pad-mobile {
    padding: 50px 0;
  }
}

/* line 535, ../sass/screen.scss */
.intro .text-content {
  order: 1;
}
@media (max-width: 1199px) {
  /* line 535, ../sass/screen.scss */
  .intro .text-content {
    order: 2;
    padding: 0 40px;
  }
}
/* line 544, ../sass/screen.scss */
.intro .icon-column {
  order: 2;
}
@media (max-width: 991px) {
  /* line 544, ../sass/screen.scss */
  .intro .icon-column {
    order: 1;
    margin-bottom: 60px;
  }
  /* line 551, ../sass/screen.scss */
  .intro .icon-column img {
    width: 200px;
    height: auto;
  }
}

/* line 559, ../sass/screen.scss */
.icon-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 563, ../sass/screen.scss */
.icon-button__icon {
  margin-right: 15px;
}
/* line 567, ../sass/screen.scss */
.icon-button__text {
  font-family: "Big Shoulders Text", cursive;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

/* line 576, ../sass/screen.scss */
.icon-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 580, ../sass/screen.scss */
.icon-column img {
  width: 70%;
}

@media (max-width: 991px) {
  /* line 585, ../sass/screen.scss */
  .image-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  /* line 585, ../sass/screen.scss */
  .image-column {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 596, ../sass/screen.scss */
  .text-column {
    padding: 50px 20px;
  }
}

/* line 602, ../sass/screen.scss */
.masthead {
  padding: 25px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 20;
  border-top: 8px #283480 solid;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  /* line 602, ../sass/screen.scss */
  .masthead {
    width: 100vw;
    position: fixed;
    top: 0;
    padding: 25px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 20;
    background: #fff;
  }
}
@media (max-width: 1000px) {
  /* line 619, ../sass/screen.scss */
  .masthead .flex {
    justify-content: space-between;
  }
}
/* line 627, ../sass/screen.scss */
.masthead__logo img {
  width: 200px;
}
@media (max-width: 575px) {
  /* line 627, ../sass/screen.scss */
  .masthead__logo img {
    width: 130px;
  }
}
/* line 636, ../sass/screen.scss */
.masthead__grad {
  height: 17px;
  background: #44b58c;
  background: linear-gradient(90deg, #44b58c 0%, #002052 100%);
}
/* line 642, ../sass/screen.scss */
.masthead__mobile {
  align-items: center;
  display: none;
}
@media (max-width: 1000px) {
  /* line 642, ../sass/screen.scss */
  .masthead__mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 650, ../sass/screen.scss */
.masthead__mobile .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  margin-right: 7px;
}
/* line 659, ../sass/screen.scss */
.masthead__mobile .button:last-of-type {
  margin-right: 0;
}
/* line 663, ../sass/screen.scss */
.masthead__mobile .button i {
  font-size: 20px;
}
/* line 669, ../sass/screen.scss */
.masthead__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-grow: 2;
  padding-left: 100px;
}
@media (max-width: 1000px) {
  /* line 669, ../sass/screen.scss */
  .masthead__menu {
    display: none;
  }
}
/* line 679, ../sass/screen.scss */
.masthead__menu nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 684, ../sass/screen.scss */
.masthead__menu nav ul.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 687, ../sass/screen.scss */
.masthead__menu nav ul.menu > li {
  margin-right: 35px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 900;
  font-size: 19px;
  position: relative;
  text-transform: uppercase;
}
/* line 695, ../sass/screen.scss */
.masthead__menu nav ul.menu > li.menu-item-has-children:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #585858;
}
/* line 702, ../sass/screen.scss */
.masthead__menu nav ul.menu > li:last-of-type {
  margin-right: 0;
}
/* line 706, ../sass/screen.scss */
.masthead__menu nav ul.menu > li:hover .sub-menu {
  opacity: 1;
  transform-origin: top;
  animation: menu-drop 400ms ease-in-out;
  transform: scaleY(1);
  animation-fill-mode: forwards;
}
/* line 715, ../sass/screen.scss */
.masthead__menu nav ul.menu a {
  color: #283480;
  transition: color 300ms ease-in-out;
}
/* line 720, ../sass/screen.scss */
.masthead__menu nav ul.menu a:hover {
  color: #54C58B;
}
/* line 724, ../sass/screen.scss */
.masthead__menu nav ul.menu ul.sub-menu {
  width: 250px;
  position: absolute;
  top: 20px;
  transform: scaleY(0);
  background: #333;
  box-sizing: border-box;
  padding: 20px;
  z-index: 900;
}
/* line 734, ../sass/screen.scss */
.masthead__menu nav ul.menu ul.sub-menu li {
  padding: 6px;
}
/* line 737, ../sass/screen.scss */
.masthead__menu nav ul.menu ul.sub-menu li a {
  color: #fff;
  opacity: 1;
  transition: opacity 400ms ease-in;
}
/* line 742, ../sass/screen.scss */
.masthead__menu nav ul.menu ul.sub-menu li a:hover {
  opacity: 0.5;
}
/* line 752, ../sass/screen.scss */
.masthead__cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 757, ../sass/screen.scss */
.masthead__cta a {
  margin-right: 7px;
}
/* line 760, ../sass/screen.scss */
.masthead__cta a:last-of-type {
  margin-right: 0;
}
@media (max-width: 1000px) {
  /* line 752, ../sass/screen.scss */
  .masthead__cta {
    display: none;
  }
}

/* line 771, ../sass/screen.scss */
.masthead .flex {
  position: relative;
}

/* line 776, ../sass/screen.scss */
.masthead__grad--global {
  background: #283480 !important;
}

/* line 780, ../sass/screen.scss */
.topbar {
  position: absolute;
  top: 0;
  right: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1170px) {
  /* line 780, ../sass/screen.scss */
  .topbar {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 780, ../sass/screen.scss */
  .topbar {
    display: none;
  }
}
/* line 794, ../sass/screen.scss */
.topbar__link {
  padding: 12px;
  font-size: 16px;
}
/* line 798, ../sass/screen.scss */
.topbar__link a {
  color: #fff;
}
/* line 801, ../sass/screen.scss */
.topbar__link a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* line 806, ../sass/screen.scss */
.topbar__link:nth-of-type(1) {
  background-color: #54C58B;
  border-bottom-left-radius: 20px;
  font-family: "Big Shoulders Text", cursive;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 15px;
}
/* line 817, ../sass/screen.scss */
.topbar__link:nth-of-type(2) {
  background-color: #283480;
  font-family: "Big Shoulders Text", cursive;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 15px;
}
/* line 827, ../sass/screen.scss */
.topbar__link:nth-of-type(3) {
  background-color: #7f86b4;
}
/* line 831, ../sass/screen.scss */
.topbar__link:nth-of-type(4) {
  background-color: #9ba2cd;
}

/* line 837, ../sass/screen.scss */
.site-intro {
  z-index: 20;
}

/* line 842, ../sass/screen.scss */
.mobile-menu li {
  font-size: 30px;
  font-family: "Big Shoulders Text", cursive;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 12px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2);
}
/* line 852, ../sass/screen.scss */
.mobile-menu ul.sub-menu li {
  margin-top: 12px;
  margin-left: 30px;
  font-size: 25px;
}
/* line 858, ../sass/screen.scss */
.mobile-menu a {
  color: #fff;
}
/* line 863, ../sass/screen.scss */
.mobile-menu .outline-button {
  margin: 40px 0 0 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
}

/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(1) {
  animation-name: fade-in-slide;
  animation-delay: 25ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(2) {
  animation-name: fade-in-slide;
  animation-delay: 50ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(3) {
  animation-name: fade-in-slide;
  animation-delay: 75ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(4) {
  animation-name: fade-in-slide;
  animation-delay: 100ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(5) {
  animation-name: fade-in-slide;
  animation-delay: 125ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(6) {
  animation-name: fade-in-slide;
  animation-delay: 150ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(7) {
  animation-name: fade-in-slide;
  animation-delay: 175ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(8) {
  animation-name: fade-in-slide;
  animation-delay: 200ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(9) {
  animation-name: fade-in-slide;
  animation-delay: 225ms;
  animation-duration: 400ms;
}
/* line 874, ../sass/screen.scss */
.screen-overlay.open .mobile-menu #menu-mobile-menu li:nth-child(10) {
  animation-name: fade-in-slide;
  animation-delay: 250ms;
  animation-duration: 400ms;
}

/* line 882, ../sass/screen.scss */
.single-item-slider {
  width: 100vw;
  height: 80vh;
  max-height: 450px;
  z-index: 0;
}
/* line 888, ../sass/screen.scss */
.single-item-slider__slide {
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

/* line 895, ../sass/screen.scss */
.site-end {
  background: #000000;
  padding: 50px 0 0 0;
  font-size: 13px;
}
@media (max-width: 991px) {
  /* line 900, ../sass/screen.scss */
  .site-end .row {
    flex-direction: column;
    align-items: center;
  }
}
/* line 907, ../sass/screen.scss */
.site-end header {
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  margin: 12px 0 16px 0;
  text-transform: uppercase;
  color: #82DDAB;
}
@media (max-width: 991px) {
  /* line 907, ../sass/screen.scss */
  .site-end header {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 923, ../sass/screen.scss */
.site-end address, .site-end .disclaimer {
  font-size: 12px;
  line-height: 15px;
  color: #8D8D8D;
}
/* line 929, ../sass/screen.scss */
.site-end div, .site-end nav, .site-end address {
  box-sizing: border-box !important;
}
/* line 933, ../sass/screen.scss */
.site-end .disclaimer {
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
/* line 939, ../sass/screen.scss */
.site-end__logo {
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 939, ../sass/screen.scss */
  .site-end__logo {
    padding-right: 0;
  }
}
/* line 947, ../sass/screen.scss */
.site-end__logo img {
  width: 210px;
  margin-bottom: 20px;
}
/* line 953, ../sass/screen.scss */
.site-end__menu {
  border-right: 1px #343434 solid;
  padding: 0 80px 0 30px;
}
@media (max-width: 991px) {
  /* line 953, ../sass/screen.scss */
  .site-end__menu {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px #343434 solid;
    padding: 40px 0;
  }
}
/* line 967, ../sass/screen.scss */
.site-end__form {
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  /* line 967, ../sass/screen.scss */
  .site-end__form {
    width: 100%;
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px #343434 solid;
  }
}
/* line 978, ../sass/screen.scss */
.site-end__form__fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  /* line 978, ../sass/screen.scss */
  .site-end__form__fields {
    justify-content: center;
  }
}
/* line 986, ../sass/screen.scss */
.site-end__form__fields input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  background: #82DDAB;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-family: "Montserrat", sans-serif;
}
/* line 1000, ../sass/screen.scss */
.site-end__form__fields input[type="email"] {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  background: #D9D9D9;
  border-top: 1px #BABABA solid;
  border-left: 1px #BABABA solid;
  border-bottom: 1px #BABABA solid;
  border-right: 0;
  color: #848484;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 175px;
  padding: 7px;
}
/* line 1019, ../sass/screen.scss */
.site-end__form__disclaimer {
  font-size: 11px;
  color: #8D8D8D;
  padding-top: 14px;
}
@media (max-width: 991px) {
  /* line 1019, ../sass/screen.scss */
  .site-end__form__disclaimer {
    text-align: center;
  }
}
/* line 1028, ../sass/screen.scss */
.site-end__form__disclaimer a {
  color: #54C58B;
}
/* line 1031, ../sass/screen.scss */
.site-end__form__disclaimer a:hover {
  color: #82DDAB;
}
@media (max-width: 991px) {
  /* line 1038, ../sass/screen.scss */
  .site-end__social {
    padding: 40px 0;
    width: 100%;
  }
  /* line 1045, ../sass/screen.scss */
  .site-end__social .social {
    justify-content: center !important;
  }
  /* line 1049, ../sass/screen.scss */
  .site-end__social .social__link:last-of-type {
    margin-right: 0;
  }
}
/* line 1056, ../sass/screen.scss */
.site-end ul li {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  /* line 1056, ../sass/screen.scss */
  .site-end ul li {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
/* line 1066, ../sass/screen.scss */
.site-end a {
  color: #8D8D8D;
  transition: color 500ms;
}
/* line 1070, ../sass/screen.scss */
.site-end a:hover {
  color: #82DDAB;
}

/* line 1076, ../sass/screen.scss */
.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1079, ../sass/screen.scss */
.social__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background: #283480;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 1089, ../sass/screen.scss */
.social__link i {
  font-size: 20px;
}
/* line 1093, ../sass/screen.scss */
.social__link a {
  color: #fff;
}

/* line 1099, ../sass/screen.scss */
.acc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  /* line 1099, ../sass/screen.scss */
  .acc {
    flex-direction: column;
  }
}
/* line 1110, ../sass/screen.scss */
.acc div {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  /* line 1110, ../sass/screen.scss */
  .acc div {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

/* line 1120, ../sass/screen.scss */
.home-hero {
  height: 80vh;
  max-height: 450px;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  animation: fade-in 1500ms forwards;
  position: relative;
  z-index: 0;
}
/* line 1130, ../sass/screen.scss */
.home-hero .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  max-height: 450px;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* line 1142, ../sass/screen.scss */
.home-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
/* line 1151, ../sass/screen.scss */
.home-hero__title {
  width: 588px;
  z-index: 10;
  position: relative;
}
/* line 1157, ../sass/screen.scss */
.home-hero__animation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1157, ../sass/screen.scss */
  .home-hero__animation {
    justify-content: flex-start;
    padding-top: 50px;
  }
}
/* line 1172, ../sass/screen.scss */
.home-hero #scene-one {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 1172, ../sass/screen.scss */
  .home-hero #scene-one {
    height: 50% !important;
  }
}
/* line 1186, ../sass/screen.scss */
.home-hero #scene-two {
  text-align: center;
}
/* line 1190, ../sass/screen.scss */
.home-hero #scene-two h1 {
  font-size: 85px;
  line-height: 89px;
  font-weight: 900;
  animation: move-down 500ms ease-out;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 575px) {
  /* line 1190, ../sass/screen.scss */
  .home-hero #scene-two h1 {
    font-size: 55px;
    line-height: 58px;
  }
}
/* line 1204, ../sass/screen.scss */
.home-hero #scene-two h3 {
  font-size: 35px;
  line-height: 38px;
  font-weight: 300;
  color: #54C58B;
  animation: move-up 500ms ease-out;
}
@media (max-width: 575px) {
  /* line 1204, ../sass/screen.scss */
  .home-hero #scene-two h3 {
    font-size: 30px;
    line-height: 33px;
    padding: 0 15px;
  }
}
/* line 1218, ../sass/screen.scss */
.home-hero #scene-two .home-hero__cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30vh;
  animation-delay: 400ms;
  animation: fade-in 1000ms forwards;
  position: relative;
  z-index: 50;
}
@media (max-width: 767px) {
  /* line 1218, ../sass/screen.scss */
  .home-hero #scene-two .home-hero__cta {
    margin-top: 18vh;
  }
}

/* line 1236, ../sass/screen.scss */
.job-panels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 60px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  /* line 1236, ../sass/screen.scss */
  .job-panels {
    flex-direction: column;
  }
}
/* line 1247, ../sass/screen.scss */
.job-panels .job-panel {
  flex-basis: 18%;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  /* line 1247, ../sass/screen.scss */
  .job-panels .job-panel {
    flex-basis: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1247, ../sass/screen.scss */
  .job-panels .job-panel {
    margin-right: 0;
  }
}
/* line 1261, ../sass/screen.scss */
.job-panels .job-panel:nth-of-type(1) .icon svg {
  width: 80px;
}
/* line 1267, ../sass/screen.scss */
.job-panels .job-panel:nth-of-type(2) .icon svg {
  width: 93px;
}
@media screen and (max-width: 991px) {
  /* line 1266, ../sass/screen.scss */
  .job-panels .job-panel:nth-of-type(2) {
    margin-right: 0;
  }
}
/* line 1277, ../sass/screen.scss */
.job-panels .job-panel:nth-of-type(3) .icon svg {
  width: 112px;
}
/* line 1283, ../sass/screen.scss */
.job-panels .job-panel:nth-of-type(4) .icon svg {
  width: 95px;
}
@media screen and (max-width: 991px) {
  /* line 1282, ../sass/screen.scss */
  .job-panels .job-panel:nth-of-type(4) {
    margin-right: 0;
  }
}

/* line 1294, ../sass/screen.scss */
.home > .job-panels {
  z-index: 1;
  margin-top: -30px;
  margin-bottom: 60px;
}

/* line 1300, ../sass/screen.scss */
.job-panel {
  transform-origin: center;
  transition: transform 400ms ease-in-out;
}
/* line 1304, ../sass/screen.scss */
.job-panel__image {
  height: 145px;
  background: #44b58c;
  background: radial-gradient(circle, #44b58c 0%, #002052 100%);
}
/* line 1309, ../sass/screen.scss */
.job-panel__image .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 145px !important;
}
/* line 1316, ../sass/screen.scss */
.job-panel__image .icon svg {
  width: 100px;
}
/* line 1320, ../sass/screen.scss */
.job-panel__image .icon svg path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
/* line 1329, ../sass/screen.scss */
.job-panel:hover .icon svg {
  transform: scale(1.1);
}
/* line 1334, ../sass/screen.scss */
.job-panel__box {
  background-color: #EFEFEF;
  padding: 25px 25px 35px 25px;
}
/* line 1339, ../sass/screen.scss */
.job-panel__title {
  font-family: "Big Shoulders Text", cursive;
  text-align: center;
  color: #283480;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}
/* line 1347, ../sass/screen.scss */
.job-panel__title span {
  font-weight: 400;
}
/* line 1352, ../sass/screen.scss */
.job-panel__cta {
  padding-top: 40px;
  text-align: center;
}
/* line 1356, ../sass/screen.scss */
.job-panel__cta .button {
  padding: 5px 25px;
}

/* line 1362, ../sass/screen.scss */
.intro-panel {
  padding-bottom: 80px;
  border-bottom: 1px #DDDDDD solid;
  margin: 100px 0;
}
/* line 1367, ../sass/screen.scss */
.intro-panel__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
/* line 1373, ../sass/screen.scss */
.intro-panel__title div {
  flex-grow: 5;
  height: 1px;
  background-color: #DDDDDD;
}
/* line 1379, ../sass/screen.scss */
.intro-panel__title header {
  width: 190px;
  margin-left: 60px;
  margin-right: 60px;
}
/* line 1387, ../sass/screen.scss */
.intro-panel__content {
  padding: 85px 200px 0 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 1387, ../sass/screen.scss */
  .intro-panel__content {
    padding: 60px;
  }
}
/* line 1395, ../sass/screen.scss */
.intro-panel__content p:first-of-type {
  font-weight: 700;
}

/* line 1401, ../sass/screen.scss */
.banner {
  color: #fff;
  font-family: "Big Shoulders Text", cursive;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 900;
}
/* line 1407, ../sass/screen.scss */
.banner--green {
  background-color: #54C58B;
}
/* line 1411, ../sass/screen.scss */
.banner--blue {
  background-color: #283480;
}

/* line 1416, ../sass/screen.scss */
.highlight {
  padding: 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #E4FFF1;
  border: 1px #B0EDCE solid;
  margin-bottom: 40px;
  color: #3C9165;
}

/* line 1429, ../sass/screen.scss */
.bar-title-box header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #283480;
  padding: 25px;
}
/* line 1438, ../sass/screen.scss */
.bar-title-box header h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
/* line 1446, ../sass/screen.scss */
.bar-title-box__content {
  padding: 30px;
  background-color: #F6F6F6;
}

/* line 1452, ../sass/screen.scss */
.processes {
  margin-bottom: 150px;
}

/* line 1456, ../sass/screen.scss */
.middle-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 1456, ../sass/screen.scss */
  .middle-content {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
/* line 1465, ../sass/screen.scss */
.middle-content h2, .middle-content h3 {
  color: #54C58B;
  margin-bottom: 20px;
}
/* line 1470, ../sass/screen.scss */
.middle-content__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  /* line 1470, ../sass/screen.scss */
  .middle-content__text {
    padding-right: inherit;
    text-align: center;
    margin-bottom: 50px;
  }
}
/* line 1483, ../sass/screen.scss */
.middle-content__image {
  width: 300px;
  height: 300px;
  background-color: #D8D8D8;
  border: 1px #979797 solid;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  /* line 1483, ../sass/screen.scss */
  .middle-content__image {
    margin: 30px auto 30px auto;
  }
}

/* line 1498, ../sass/screen.scss */
.caption-image {
  position: relative;
}
/* line 1501, ../sass/screen.scss */
.caption-image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  background: #283480;
  font-family: "Big Shoulders Text", cursive;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

/* line 1516, ../sass/screen.scss */
.cta-panels {
  margin: 100px 0 60px 0;
}

/* line 1520, ../sass/screen.scss */
.cta-panel {
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 1520, ../sass/screen.scss */
  .cta-panel {
    margin-bottom: 60px;
  }
}
/* line 1527, ../sass/screen.scss */
.cta-panel__image {
  height: 355px;
  background-size: cover;
  background-position: center center;
}
/* line 1533, ../sass/screen.scss */
.cta-panel__title {
  text-align: center;
  position: relative;
  margin-top: -70px;
}
/* line 1538, ../sass/screen.scss */
.cta-panel__title .banner {
  display: inline-block;
  clear: both;
}
/* line 1543, ../sass/screen.scss */
.cta-panel__title .banner--blue {
  font-size: 35px;
  padding: 25px 20px;
}
/* line 1548, ../sass/screen.scss */
.cta-panel__title .banner--green {
  font-size: 29px;
  padding: 12px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  /* line 1548, ../sass/screen.scss */
  .cta-panel__title .banner--green {
    font-size: 25px;
  }
}
/* line 1562, ../sass/screen.scss */
.cta-panel__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 25px;
  background-color: #283480;
  position: absolute;
  top: -50px;
  left: 30px;
}
/* line 1580, ../sass/screen.scss */
.cta-panel__box {
  background-color: #E2E2E2;
  padding: 30px;
}
/* line 1585, ../sass/screen.scss */
.cta-panel__cta {
  text-align: center;
  padding: 50px 0 40px 0;
}

/* line 1591, ../sass/screen.scss */
.strip-hero {
  height: 235px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}
/* line 1598, ../sass/screen.scss */
.strip-hero__caption img {
  width: 310px;
}
@media screen and (max-width: 767px) {
  /* line 1598, ../sass/screen.scss */
  .strip-hero__caption img {
    display: none;
  }
}
/* line 1607, ../sass/screen.scss */
.strip-hero .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 235px;
}
@media screen and (max-width: 767px) {
  /* line 1607, ../sass/screen.scss */
  .strip-hero .container {
    justify-content: center;
  }
}
/* line 1618, ../sass/screen.scss */
.strip-hero .banner {
  display: inline-block;
  font-size: 45px;
}

/* line 1624, ../sass/screen.scss */
.page-intro {
  margin-bottom: 50px;
}
/* line 1627, ../sass/screen.scss */
.page-intro .text-content {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  /* line 1627, ../sass/screen.scss */
  .page-intro .text-content {
    padding: 40px 20px;
  }
}

/* line 1636, ../sass/screen.scss */
.page-section {
  padding: 30px 0;
}

/* line 1642, ../sass/screen.scss */
.diagonal-box.neg-top {
  margin-top: -250px;
}
@media (max-width: 991px) {
  /* line 1648, ../sass/screen.scss */
  .diagonal-box .diagonal-box__background clipPath {
    display: none;
  }
  /* line 1652, ../sass/screen.scss */
  .diagonal-box.neg-top {
    margin-top: 0;
  }
}

/* line 1658, ../sass/screen.scss */
.diagonal-box.has-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 1658, ../sass/screen.scss */
  .diagonal-box.has-content {
    padding: 70px 0;
    background-image: url(../img/grad-tools-bkg.jpg);
  }
}
@media (max-width: 991px) {
  /* line 1668, ../sass/screen.scss */
  .diagonal-box.has-content .left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 1668, ../sass/screen.scss */
  .diagonal-box.has-content .left {
    margin-bottom: 35px;
  }
}
/* line 1678, ../sass/screen.scss */
.diagonal-box.has-content img {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 1678, ../sass/screen.scss */
  .diagonal-box.has-content img {
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
}
/* line 1687, ../sass/screen.scss */
.diagonal-box.has-content.light-content p {
  color: #fff;
}
/* line 1691, ../sass/screen.scss */
.diagonal-box.has-content .diagonal-box__content {
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 1691, ../sass/screen.scss */
  .diagonal-box.has-content .diagonal-box__content {
    width: calc(100% - 50px);
    padding: 45px 25px;
    position: static;
  }
}
/* line 1702, ../sass/screen.scss */
.diagonal-box.has-content .diagonal-box__background {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 1702, ../sass/screen.scss */
  .diagonal-box.has-content .diagonal-box__background {
    display: none;
  }
}

/* line 1712, ../sass/screen.scss */
.diagonal-box--global .stat__name {
  background-color: #283480;
}
/* line 1716, ../sass/screen.scss */
.diagonal-box--global .stat__number {
  background-color: #FFCC01;
  color: #283480;
}

/* line 1722, ../sass/screen.scss */
.head-chevron {
  height: 500px;
  position: relative;
  background-position: center center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1722, ../sass/screen.scss */
  .head-chevron {
    height: 280px;
  }
}
/* line 1732, ../sass/screen.scss */
.head-chevron__title {
  background-color: #283480;
  padding: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 40;
  animation: fade-in 500ms ease-out forwards;
}
/* line 1743, ../sass/screen.scss */
.head-chevron__title--green {
  background-color: #54C58B;
}
@media (max-width: 767px) {
  /* line 1732, ../sass/screen.scss */
  .head-chevron__title {
    padding: 15px 20px;
  }
}
/* line 1751, ../sass/screen.scss */
.head-chevron__title h1 {
  font-size: 82px;
  line-height: 82px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 1751, ../sass/screen.scss */
  .head-chevron__title h1 {
    font-size: 42px;
    line-height: 45px;
  }
}
/* line 1765, ../sass/screen.scss */
.head-chevron .chev-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
}

/* line 1772, ../sass/screen.scss */
.about-logo {
  padding: 80px;
}
@media (max-width: 767px) {
  /* line 1772, ../sass/screen.scss */
  .about-logo {
    padding: 30px 30px 60px 30px;
  }
}

/* line 1780, ../sass/screen.scss */
.box {
  padding: 100px 0;
  margin-bottom: 35px;
}
/* line 1783, ../sass/screen.scss */
.box .text-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 1783, ../sass/screen.scss */
  .box .text-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 1794, ../sass/screen.scss */
.box .text-content a {
  align-self: flex-start;
}
/* line 1799, ../sass/screen.scss */
.box .image-content {
  text-align: right;
}
/* line 1803, ../sass/screen.scss */
.box--blue {
  background: #283480;
}
/* line 1806, ../sass/screen.scss */
.box--blue h1, .box--blue h2, .box--blue h3 {
  color: #54C58B;
}
/* line 1810, ../sass/screen.scss */
.box--blue p {
  color: #fff;
}
/* line 1814, ../sass/screen.scss */
.box--blue .outline-button {
  border-color: #54C58B;
  color: #54C58B;
}
/* line 1818, ../sass/screen.scss */
.box--blue .outline-button:hover {
  border-color: #fff;
  color: #fff;
}
/* line 1825, ../sass/screen.scss */
.box--light-grey {
  background: #EDEDED;
}
/* line 1828, ../sass/screen.scss */
.box--light-grey h1, .box--light-grey h2, .box--light-grey h3 {
  color: #283480;
}
/* line 1832, ../sass/screen.scss */
.box--light-grey p {
  color: #313131;
}
/* line 1836, ../sass/screen.scss */
.box--light-grey .outline-button {
  border-color: #283480;
  color: #283480;
}
/* line 1840, ../sass/screen.scss */
.box--light-grey .outline-button:hover {
  border-color: #313131;
  color: #313131;
}
/* line 1847, ../sass/screen.scss */
.box--dark-grey {
  background: #313131;
}
/* line 1850, ../sass/screen.scss */
.box--dark-grey h1, .box--dark-grey h2, .box--dark-grey h3 {
  color: #82DDAB;
}
/* line 1854, ../sass/screen.scss */
.box--dark-grey p {
  color: #fff;
}
/* line 1858, ../sass/screen.scss */
.box--dark-grey .outline-button {
  border-color: #82DDAB;
  color: #82DDAB;
}
/* line 1862, ../sass/screen.scss */
.box--dark-grey .outline-button:hover {
  border-color: #fff;
  color: #fff;
}
/* line 1869, ../sass/screen.scss */
.box--green {
  background: #54C58B;
}
/* line 1872, ../sass/screen.scss */
.box--green h1, .box--green h2, .box--green h3 {
  color: #313131;
}
/* line 1876, ../sass/screen.scss */
.box--green p {
  color: #fff;
}
/* line 1880, ../sass/screen.scss */
.box--green .outline-button {
  border-color: #82DDAB;
  color: #82DDAB;
}
/* line 1884, ../sass/screen.scss */
.box--green .outline-button:hover {
  border-color: #fff;
  color: #fff;
}

/* line 1893, ../sass/screen.scss */
.client-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 1893, ../sass/screen.scss */
  .client-box {
    padding-bottom: 250px;
  }
  /* line 1900, ../sass/screen.scss */
  .client-box .image-content {
    display: none;
  }
}
/* line 1905, ../sass/screen.scss */
.client-box__overlay {
  display: none;
}
@media (max-width: 767px) {
  /* line 1905, ../sass/screen.scss */
  .client-box__overlay {
    display: block;
    position: absolute;
    bottom: -30px;
    right: -50px;
    opacity: 0.1;
  }
}

/* line 1918, ../sass/screen.scss */
.app-options {
  background: #E2E2E2;
  padding: 70px 0 25px 0;
  margin-bottom: 35px;
}
/* line 1927, ../sass/screen.scss */
.app-options header {
  text-align: center;
  padding: 55px 0 30px 0;
}
/* line 1932, ../sass/screen.scss */
.app-options .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 5px;
  background: #283480;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -42.5px;
}
/* line 1946, ../sass/screen.scss */
.app-options__option {
  background: #EDEDED;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1946, ../sass/screen.scss */
  .app-options__option {
    margin-bottom: 80px;
  }
}
/* line 1956, ../sass/screen.scss */
.app-options__cta {
  padding: 25px 0;
  text-align: center;
}

/* line 1962, ../sass/screen.scss */
.contact {
  margin-top: 100px;
  margin-bottom: 60px;
}

/* line 1967, ../sass/screen.scss */
.contact-card {
  background: #F7F7F7;
  border: 1px #DEDEDE solid;
  min-height: 580px;
}
/* line 1972, ../sass/screen.scss */
.contact-card__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  /* line 1972, ../sass/screen.scss */
  .contact-card__item {
    flex-direction: column;
  }
}
/* line 1980, ../sass/screen.scss */
.contact-card__item .icon {
  flex-basis: 65px;
  width: 65px;
  height: 65px;
  background: #283480;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  /* line 1980, ../sass/screen.scss */
  .contact-card__item .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 1994, ../sass/screen.scss */
.contact-card__item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 15;
  padding: 12px 25px;
  box-sizing: border-box;
  align-items: center;
  color: #656565;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 991px) {
  /* line 1994, ../sass/screen.scss */
  .contact-card__item .content {
    text-align: center;
    justify-content: center;
  }
}
/* line 2010, ../sass/screen.scss */
.contact-card__item .content a {
  color: #656565;
  transition: color 500ms;
}
@media (max-width: 991px) {
  /* line 2010, ../sass/screen.scss */
  .contact-card__item .content a {
    display: inline-block;
  }
}
/* line 2018, ../sass/screen.scss */
.contact-card__item .content a:hover {
  color: #283480;
}
/* line 2024, ../sass/screen.scss */
.contact-card__item .tel-number {
  font-size: 27px;
}
/* line 2029, ../sass/screen.scss */
.contact-card__image {
  position: relative;
  height: 265px;
  background-color: #313131;
  background-size: cover;
  background-position: center center;
}
/* line 2036, ../sass/screen.scss */
.contact-card__image header {
  font-size: 30px;
  line-height: 40px;
  padding: 12px;
  background: #54C58B;
  color: #fff;
  font-family: "Big Shoulders Text", cursive;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  text-align: center;
}
/* line 2053, ../sass/screen.scss */
.contact-card__content {
  padding: 30px;
}

/* line 2058, ../sass/screen.scss */
.role-list {
  padding: 40px 0 70px 0;
}
/* line 2061, ../sass/screen.scss */
.role-list__columns {
  margin-top: 30px;
  column-count: 3;
  column-gap: 15px;
}
@media (max-width: 991px) {
  /* line 2061, ../sass/screen.scss */
  .role-list__columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  /* line 2061, ../sass/screen.scss */
  .role-list__columns {
    column-count: 1;
  }
}
/* line 2075, ../sass/screen.scss */
.role-list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8E8E8E;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  border-left: 10px #54C58B solid;
  padding-left: 20px;
}

/* line 2087, ../sass/screen.scss */
.role-list-ul ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8E8E8E;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  border-left: 10px #54C58B solid;
  padding-left: 20px;
}

/* line 2098, ../sass/screen.scss */
.section-cta {
  padding: 20px 0 80px 0;
  text-align: center;
}

/* line 2103, ../sass/screen.scss */
.stat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
/* line 2109, ../sass/screen.scss */
.stat__number {
  font-family: "Big Shoulders Text", cursive;
  font-size: 69px;
  line-height: 69px;
  color: #fff;
  padding: 15px 20px;
  background-color: #54C58B;
  font-weight: 900;
  transform: rotate(-3deg);
}
/* line 2119, ../sass/screen.scss */
.stat__name {
  font-family: "Big Shoulders Text", cursive;
  font-weight: 500;
  font-size: 28px;
  background-color: #283480;
  padding: 35px 15px 15px 15px;
  color: #fff;
  margin-top: -25px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2136, ../sass/screen.scss */
.sector {
  margin-bottom: 45px;
}
/* line 2139, ../sass/screen.scss */
.sector .sector-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 2144, ../sass/screen.scss */
.sector .sector-left__image {
  background-color: #333;
  height: 365px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 767px) {
  /* line 2157, ../sass/screen.scss */
  .sector .sector-left div:nth-of-type(3) {
    display: none;
  }
}
/* line 2165, ../sass/screen.scss */
.sector .sector-right__image {
  background-color: #EAEAEA;
  height: 200px;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 767px) {
  /* line 2165, ../sass/screen.scss */
  .sector .sector-right__image {
    display: none;
  }
}
/* line 2180, ../sass/screen.scss */
.sector__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  padding: 25px;
  z-index: 5;
}
/* line 2195, ../sass/screen.scss */
.sector__icon .icon {
  width: 100px;
  height: auto;
}
/* line 2198, ../sass/screen.scss */
.sector__icon .icon svg path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
/* line 2206, ../sass/screen.scss */
.sector__content {
  padding: 40px;
}
/* line 2209, ../sass/screen.scss */
.sector__content header {
  font-family: "Big Shoulders Text", cursive;
  font-size: 50px;
  line-height: 57px;
  color: #283480;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 2218, ../sass/screen.scss */
.sector__content header span {
  font-weight: 400;
}
/* line 2223, ../sass/screen.scss */
.sector__content p:first-of-type {
  font-weight: 700;
}

/* line 2231, ../sass/screen.scss */
.sector:nth-of-type(odd) .sector__icon {
  background-color: #283480;
}
/* line 2236, ../sass/screen.scss */
.sector:nth-of-type(even) .sector__icon {
  background-color: #54C58B;
}

/* line 2244, ../sass/screen.scss */
.sector.in-view .sector-left__image, .sector.in-view .sector-right__image {
  filter: none;
  -webkit-filter: none;
}

/* line 2251, ../sass/screen.scss */
.recruitment-options {
  max-width: 900px;
  margin: 0 auto;
}
/* line 2255, ../sass/screen.scss */
.recruitment-options__option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 2255, ../sass/screen.scss */
  .recruitment-options__option {
    flex-direction: column;
  }
}
/* line 2264, ../sass/screen.scss */
.recruitment-options__image {
  flex-basis: 20%;
  background-color: #D8D8D8;
  height: 380px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  /* line 2264, ../sass/screen.scss */
  .recruitment-options__image {
    width: 100%;
    height: 450px;
    flex-basis: unset;
    background-position: center top;
  }
}
/* line 2280, ../sass/screen.scss */
.recruitment-options__content {
  flex-basis: 80%;
  box-sizing: border-box;
  padding: 50px 70px;
}
@media screen and (max-width: 575px) {
  /* line 2280, ../sass/screen.scss */
  .recruitment-options__content {
    padding: 35px 20px;
  }
}
/* line 2289, ../sass/screen.scss */
.recruitment-options__content header {
  font-weight: 900;
  color: #283480;
  margin-bottom: 30px;
  font-family: "Big Shoulders Text", cursive;
  text-transform: uppercase;
  font-size: 35px;
}
/* line 2297, ../sass/screen.scss */
.recruitment-options__content header span {
  font-weight: 400;
}
/* line 2302, ../sass/screen.scss */
.recruitment-options__content p:first-of-type {
  font-weight: 700;
}

/* line 2308, ../sass/screen.scss */
.page-division-title {
  text-align: center;
  margin: 50px 0;
}
/* line 2312, ../sass/screen.scss */
.page-division-title h2 {
  text-transform: uppercase;
  font-size: 35px;
  padding: 20px;
  background-color: #54C58B;
  color: #fff;
  display: inline-block;
}

/* line 2323, ../sass/screen.scss */
.icon-link a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 2327, ../sass/screen.scss */
.icon-link__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 30px;
}
/* line 2332, ../sass/screen.scss */
.icon-link__icon svg {
  width: auto;
  height: 30px;
}
/* line 2338, ../sass/screen.scss */
.icon-link__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-family: "Big Shoulders Text", cursive;
  font-size: 19px;
  font-weight: 700;
  padding-left: 12px;
}

/* line 2348, ../sass/screen.scss */
.section-nav {
  background: #1F1F1F;
  padding: 17px 0;
}
/* line 2352, ../sass/screen.scss */
.section-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 2352, ../sass/screen.scss */
  .section-nav ul {
    flex-direction: column;
  }
}
/* line 2360, ../sass/screen.scss */
.section-nav ul li {
  padding: 0 30px;
  border-right: 1px #313131 solid;
}
/* line 2364, ../sass/screen.scss */
.section-nav ul li:last-of-type {
  border-right: none;
}
@media (max-width: 767px) {
  /* line 2360, ../sass/screen.scss */
  .section-nav ul li {
    margin-bottom: 20px;
  }
}
/* line 2374, ../sass/screen.scss */
.section-nav a {
  color: #fff;
}
/* line 2378, ../sass/screen.scss */
.section-nav svg {
  fill: #fff;
}
/* line 2382, ../sass/screen.scss */
.section-nav a, .section-nav svg {
  transition: all 500ms ease-in-out;
}
/* line 2387, ../sass/screen.scss */
.section-nav .icon-link:hover a {
  color: #82DDAB;
}
/* line 2391, ../sass/screen.scss */
.section-nav .icon-link:hover svg {
  fill: #82DDAB;
}
@media (max-width: 767px) {
  /* line 2398, ../sass/screen.scss */
  .section-nav .icon-link {
    padding: 5px 0;
  }
  /* line 2402, ../sass/screen.scss */
  .section-nav .icon-link__icon svg {
    width: 40px;
    height: auto;
  }
  /* line 2408, ../sass/screen.scss */
  .section-nav .icon-link__text {
    padding-left: 20px;
    font-size: 25px;
  }
  /* line 2413, ../sass/screen.scss */
  .section-nav .icon-link:last-of-type {
    margin-bottom: 0;
  }
}

/* line 2420, ../sass/screen.scss */
.team {
  padding: 30px 0 40px 0;
}
/* line 2424, ../sass/screen.scss */
.team__member__content {
  min-height: 95px;
  background: #F7F7F7;
  border: 1px #DEDEDE solid;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
/* line 2434, ../sass/screen.scss */
.team__member header {
  width: 80%;
  margin-left: 50%;
  margin-top: -65px;
  transform: translateX(-50%);
  text-align: center;
}
/* line 2442, ../sass/screen.scss */
.team__member__image {
  height: 500px;
  background: #333;
  background-size: cover;
  background-position: center center;
}
/* line 2448, ../sass/screen.scss */
.team__member__image a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 2455, ../sass/screen.scss */
.team__member__name {
  text-align: center;
  font-family: "Big Shoulders Text", cursive;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  background: #283480;
  display: inline-block;
  padding: 10px;
}
/* line 2467, ../sass/screen.scss */
.team__member__name a {
  color: #fff;
  transition: all 400ms ease-in-out;
}
/* line 2471, ../sass/screen.scss */
.team__member__name a:hover {
  color: #82DDAB;
}
/* line 2477, ../sass/screen.scss */
.team__member__role {
  font-family: "Big Shoulders Text", cursive;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px;
  background: #54C58B;
  color: #fff;
  display: inline-block;
}
/* line 2489, ../sass/screen.scss */
.team__member__about {
  padding-top: 30px;
}

/* line 2497, ../sass/screen.scss */
.team--global .team__member__name {
  background-color: #283480;
}
/* line 2501, ../sass/screen.scss */
.team--global .team__member__role {
  background-color: #FFCC01;
  color: #283480;
}

/* line 2507, ../sass/screen.scss */
.badge-title {
  background-color: #FFCC01;
  color: #283480;
  font-size: 35px;
  line-height: 37px;
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
}

/* line 2517, ../sass/screen.scss */
.single-team-member {
  padding-bottom: 120px;
}
/* line 2520, ../sass/screen.scss */
.single-team-member__image {
  width: 100%;
  max-width: 350px !important;
  height: auto;
  max-width: 700px;
  background: #333;
  margin: 0 auto 60px auto;
}
/* line 2528, ../sass/screen.scss */
.single-team-member__content {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
/* line 2536, ../sass/screen.scss */
.single-team-member__cta {
  text-align: center;
  padding: 80px 20px 0 20px;
}

/* line 2542, ../sass/screen.scss */
.centre-padding {
  text-align: center;
  padding-bottom: 40px;
}

/* line 2547, ../sass/screen.scss */
.page-title {
  padding: 40px 0;
  font-size: 30px;
  line-height: 36px;
}

/* line 2553, ../sass/screen.scss */
.featured-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px 0;
}
@media (max-width: 991px) {
  /* line 2553, ../sass/screen.scss */
  .featured-article {
    display: block;
  }
}
/* line 2561, ../sass/screen.scss */
.featured-article-page {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  /* line 2561, ../sass/screen.scss */
  .featured-article-page {
    display: none;
  }
}
/* line 2570, ../sass/screen.scss */
.featured-article__image {
  box-sizing: border-box;
  border-left: 15px #283480 solid;
  height: 520px;
  flex-basis: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 991px) {
  /* line 2570, ../sass/screen.scss */
  .featured-article__image {
    border-left: none;
    border-top: 15px #283480 solid;
  }
}
/* line 2584, ../sass/screen.scss */
.featured-article__image .category {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  padding: 6px 10px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 18px;
  background: #283480;
  text-transform: uppercase;
}
/* line 2598, ../sass/screen.scss */
.featured-article__image .category a {
  color: #fff;
}
@media (max-width: 991px) {
  /* line 2584, ../sass/screen.scss */
  .featured-article__image .category {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 2609, ../sass/screen.scss */
.featured-article__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
/* line 2615, ../sass/screen.scss */
.featured-article__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  background: #283480;
  padding: 35px;
  justify-content: center;
}
/* line 2623, ../sass/screen.scss */
.featured-article__content header {
  font-size: 43px;
  line-height: 50px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 900;
}
/* line 2629, ../sass/screen.scss */
.featured-article__content header a {
  color: #fff;
  transition: all 400ms ease-out;
}
/* line 2633, ../sass/screen.scss */
.featured-article__content header a:hover {
  opacity: 0.6;
}
/* line 2639, ../sass/screen.scss */
.featured-article__content__meta {
  font-size: 20px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 300;
  color: #CCD3FF;
  text-align: left;
  padding-top: 8px;
  margin-bottom: 30px;
}
/* line 2650, ../sass/screen.scss */
.featured-article__content__excerpt p {
  color: #fff;
}
/* line 2655, ../sass/screen.scss */
.featured-article__content__cta {
  padding-top: 60px;
}
/* line 2658, ../sass/screen.scss */
.featured-article__content__cta .outline-button {
  border-color: #fff;
  color: #fff;
  transition: all 400ms ease-out;
}
/* line 2663, ../sass/screen.scss */
.featured-article__content__cta .outline-button:hover {
  opacity: 0.6;
}
@media (max-width: 991px) {
  /* line 2658, ../sass/screen.scss */
  .featured-article__content__cta .outline-button {
    display: block;
    text-align: center;
  }
}

/* line 2676, ../sass/screen.scss */
.single-article {
  padding-top: 40px;
}
/* line 2679, ../sass/screen.scss */
.single-article__masthead {
  background-color: #283480;
  padding: 50px 30px 25px 30px;
  margin-bottom: 35px;
  position: relative;
}
/* line 2686, ../sass/screen.scss */
.single-article__image {
  height: 520px;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  border-left: 15px #283480 solid;
  position: relative;
}
/* line 2694, ../sass/screen.scss */
.single-article__image .category {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  padding: 6px 10px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 18px;
  background: #283480;
  text-transform: uppercase;
}
/* line 2708, ../sass/screen.scss */
.single-article__image .category a {
  color: #fff;
}
/* line 2714, ../sass/screen.scss */
.single-article__title {
  font-size: 53px;
  line-height: 60px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 900;
  color: #fff;
}
/* line 2722, ../sass/screen.scss */
.single-article__meta {
  font-size: 20px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 300;
  color: #CCD3FF;
  text-align: left;
  padding-top: 8px;
  margin-bottom: 30px;
}
/* line 2732, ../sass/screen.scss */
.single-article__content {
  padding: 40px 30px;
}
/* line 2735, ../sass/screen.scss */
.single-article__content p {
  font-size: 15px;
  line-height: 23px;
  color: #6C6C6C;
  margin-bottom: 25px;
}
/* line 2742, ../sass/screen.scss */
.single-article__content strong {
  font-weight: 700;
}
/* line 2746, ../sass/screen.scss */
.single-article__content ul, .single-article__content ol {
  margin: 30px 0 30px 30px;
}
/* line 2749, ../sass/screen.scss */
.single-article__content ul li, .single-article__content ol li {
  font-size: 15px;
  line-height: 23px;
  color: #6C6C6C;
  margin-bottom: 4px;
}
/* line 2757, ../sass/screen.scss */
.single-article__content ul {
  list-style-type: square;
}

/* line 2764, ../sass/screen.scss */
.article-grid .article {
  margin-bottom: 35px;
}

/* line 2769, ../sass/screen.scss */
.article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 2773, ../sass/screen.scss */
.article__image {
  min-height: 340px;
  flex-grow: 2;
  border-top: 15px #283480 solid;
  position: relative;
  background-size: cover;
  background-position: center center;
}
/* line 2781, ../sass/screen.scss */
.article__image .category {
  display: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  padding: 6px 10px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 18px;
  background: #283480;
  text-transform: uppercase;
}
/* line 2796, ../sass/screen.scss */
.article__image .category a {
  color: #fff;
}
/* line 2802, ../sass/screen.scss */
.article__content {
  box-sizing: border-box;
  padding: 25px;
  background-color: #EFEFEF;
}
/* line 2807, ../sass/screen.scss */
.article__content header {
  padding-top: 15px;
  text-align: center;
}
/* line 2811, ../sass/screen.scss */
.article__content header h3 {
  font-size: 32px;
  line-height: 36px;
}
/* line 2816, ../sass/screen.scss */
.article__content header a {
  color: #283480;
}
/* line 2821, ../sass/screen.scss */
.article__content__meta {
  font-size: 20px;
  font-family: "Big Shoulders Text", cursive;
  font-weight: 300;
  color: #6C6C6C;
  text-align: center;
  padding-top: 8px;
}
/* line 2830, ../sass/screen.scss */
.article__content__excerpt {
  padding: 35px 0 25px 0;
}
/* line 2833, ../sass/screen.scss */
.article__content__excerpt p {
  color: #5A5A5A;
}
/* line 2839, ../sass/screen.scss */
.article__cta {
  padding: 30px 0;
}
/* line 2842, ../sass/screen.scss */
.article__cta .outline-button {
  display: block;
  text-align: center;
}

/* line 2849, ../sass/screen.scss */
.locations {
  background-color: #EAEAEA;
  padding: 40px;
  margin: 100px 0;
  text-align: center;
}
/* line 2855, ../sass/screen.scss */
.locations .badge-title {
  margin: -75px 0 30px 0;
}
/* line 2859, ../sass/screen.scss */
.locations .flex {
  justify-content: space-evenly;
}
@media screen and (max-width: 991px) {
  /* line 2859, ../sass/screen.scss */
  .locations .flex {
    flex-direction: column;
  }
}
/* line 2867, ../sass/screen.scss */
.locations .location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  /* line 2867, ../sass/screen.scss */
  .locations .location {
    margin-bottom: 30px;
  }
}
/* line 2875, ../sass/screen.scss */
.locations .location__flag {
  text-align: center;
  margin-bottom: 20px;
}
/* line 2880, ../sass/screen.scss */
.locations .location__name {
  font-size: 15px;
  line-height: 18px;
  font-family: "Big Shoulders Text", cursive;
  color: #283480;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

/* line 2893, ../sass/screen.scss */
.form-holder iframe {
  width: 100%;
  height: 100vh;
}

/* line 2901, ../sass/screen.scss */
.blog-links__desktop {
  display: none;
  margin-bottom: 25px;
}
@media (min-width: 767px) {
  /* line 2901, ../sass/screen.scss */
  .blog-links__desktop {
    display: block;
  }
}
/* line 2909, ../sass/screen.scss */
.blog-links__desktop header {
  font-family: "Big Shoulders Text", cursive;
  font-weight: 900;
  font-size: 23px;
  background: #283480;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
}
/* line 2919, ../sass/screen.scss */
.blog-links__desktop__content {
  background-color: #EFEFEF;
  padding: 20px 20px 10px 20px;
}
/* line 2923, ../sass/screen.scss */
.blog-links__desktop__content li {
  font-family: "Big Shoulders Text", cursive;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 25px;
}
/* line 2930, ../sass/screen.scss */
.blog-links__desktop__content a {
  color: #283480;
}
/* line 2936, ../sass/screen.scss */
.blog-links__mobile {
  display: none;
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  /* line 2936, ../sass/screen.scss */
  .blog-links__mobile {
    display: block;
  }
}

/* line 2946, ../sass/screen.scss */
.pagination {
  width: 100%;
  box-sizing: border-box;
  background: #1e1e1e;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
/* line 2956, ../sass/screen.scss */
.pagination__pages {
  margin-right: 50px;
}
/* line 2960, ../sass/screen.scss */
.pagination__current {
  color: #fff;
  background: #000;
  padding: 3px 9px;
  margin-right: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  /* line 2970, ../sass/screen.scss */
  .pagination .inactive {
    display: none;
  }
}
/* line 2975, ../sass/screen.scss */
.pagination a {
  color: #fff;
  background: #000;
  padding: 3px 9px;
  margin-right: 4px;
  border-radius: 2px;
}

/* line 2984, ../sass/screen.scss */
ul.accordion {
  list-style: none;
  padding: 0;
}
/* line 2988, ../sass/screen.scss */
ul.accordion .inner {
  padding-left: 10px;
  overflow: hidden;
  display: none;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
/* line 2996, ../sass/screen.scss */
ul.accordion .inner li {
  font-size: 17px;
}
/* line 3000, ../sass/screen.scss */
ul.accordion .inner a {
  color: #fff;
}
/* line 3004, ../sass/screen.scss */
ul.accordion .inner.show {
  /*display: block;*/
}
/* line 3009, ../sass/screen.scss */
ul.accordion > li {
  background: #17132D;
  border-radius: 12px;
  padding: 12px !important;
}
/* line 3015, ../sass/screen.scss */
ul.accordion li {
  margin: 0;
  padding: 6px 0px;
  position: relative;
  text-align: left;
}
/* line 3021, ../sass/screen.scss */
ul.accordion li:last-of-type {
  border-bottom: 0;
}
/* line 3025, ../sass/screen.scss */
ul.accordion li a.toggle {
  width: 100%;
  display: block;
  color: #fff;
  transition: background .3s ease;
  font-family: "Big Shoulders Text", cursive;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
/* line 3038, ../sass/screen.scss */
ul.accordion .arrow {
  width: 33px;
  transform: rotate(180deg);
  transform-origin: center;
  transition: all 300ms ease-in-out;
  position: absolute;
  right: 20px;
  top: 10px;
}
/* line 3048, ../sass/screen.scss */
ul.accordion .open .arrow {
  transform: rotate(0deg);
}

/* line 3053, ../sass/screen.scss */
.jobs iframe {
  height: 100%;
}
