/* LIBRARIES
------------------------------------------------------------------------------*/
/* CONFIG
------------------------------------------------------------------------------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
------------------------------------------------------------------------------*/
/* General Colours
------------------------------------------------------------------------------*/
/* Typography
------------------------------------------------------------------------------*/
/* Layout vars
------------------------------------------------------------------------------*/
/* SASS MIXINS
---------------------------------------------------------------------------*/
/* Converts pixel font size value into EM based on base font size variable */
/* Hide elements while remaining accessible */
/* Reset styles applied with the set-webaim-hidden mixin */
/* GRID
---------------------------------------------------------------------------*/
.row,
.row_alt {
  margin: 0 -15px;
}

.row::after,
.row_alt::after {
  clear: both;
  content: "";
  display: table;
}

.row + .row,
.row_alt + .row {
  margin-top: 30px;
}

.row.divided,
.row_alt.divided {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.divided div[class^="col"],
.row_alt.divided div[class^="col"] {
  border-left: 1px solid #cccccc;
  padding: 0 30px;
}

.row.divided div[class^="col"]:first-of-type,
.row_alt.divided div[class^="col"]:first-of-type {
  border-left: none;
}

*[class*="col_"],
*[class^="col-"] {
  padding: 0 15px;
  width: 100%;
}

.col_1 {
  float: left;
  width: 8.33333%;
}

.push_1 {
  margin-left: 8.33333%;
}

.pull_1 {
  margin-left: -8.33333%;
}

.col_2 {
  float: left;
  width: 16.66667%;
}

.push_2 {
  margin-left: 16.66667%;
}

.pull_2 {
  margin-left: -16.66667%;
}

.col_3 {
  float: left;
  width: 25%;
}

.push_3 {
  margin-left: 25%;
}

.pull_3 {
  margin-left: -25%;
}

.col_4 {
  float: left;
  width: 33.33333%;
}

.push_4 {
  margin-left: 33.33333%;
}

.pull_4 {
  margin-left: -33.33333%;
}

.col_5 {
  float: left;
  width: 41.66667%;
}

.push_5 {
  margin-left: 41.66667%;
}

.pull_5 {
  margin-left: -41.66667%;
}

.col_6 {
  float: left;
  width: 50%;
}

.push_6 {
  margin-left: 50%;
}

.pull_6 {
  margin-left: -50%;
}

.col_7 {
  float: left;
  width: 58.33333%;
}

.push_7 {
  margin-left: 58.33333%;
}

.pull_7 {
  margin-left: -58.33333%;
}

.col_8 {
  float: left;
  width: 66.66667%;
}

.push_8 {
  margin-left: 66.66667%;
}

.pull_8 {
  margin-left: -66.66667%;
}

.col_9 {
  float: left;
  width: 75%;
}

.push_9 {
  margin-left: 75%;
}

.pull_9 {
  margin-left: -75%;
}

.col_10 {
  float: left;
  width: 83.33333%;
}

.push_10 {
  margin-left: 83.33333%;
}

.pull_10 {
  margin-left: -83.33333%;
}

.col_11 {
  float: left;
  width: 91.66667%;
}

.push_11 {
  margin-left: 91.66667%;
}

.pull_11 {
  margin-left: -91.66667%;
}

.col_12 {
  float: left;
  width: 100%;
}

.push_12 {
  margin-left: 100%;
}

.pull_12 {
  margin-left: -100%;
}

@media (min-width: 480px) {
  .col_sm-1 {
    float: left;
    width: 8.33333%;
  }
  .push_sm-1 {
    margin-left: 8.33333%;
  }
  .pull_sm-1 {
    margin-left: -8.33333%;
  }
  .col_sm-2 {
    float: left;
    width: 16.66667%;
  }
  .push_sm-2 {
    margin-left: 16.66667%;
  }
  .pull_sm-2 {
    margin-left: -16.66667%;
  }
  .col_sm-3 {
    float: left;
    width: 25%;
  }
  .push_sm-3 {
    margin-left: 25%;
  }
  .pull_sm-3 {
    margin-left: -25%;
  }
  .col_sm-4 {
    float: left;
    width: 33.33333%;
  }
  .push_sm-4 {
    margin-left: 33.33333%;
  }
  .pull_sm-4 {
    margin-left: -33.33333%;
  }
  .col_sm-5 {
    float: left;
    width: 41.66667%;
  }
  .push_sm-5 {
    margin-left: 41.66667%;
  }
  .pull_sm-5 {
    margin-left: -41.66667%;
  }
  .col_sm-6 {
    float: left;
    width: 50%;
  }
  .push_sm-6 {
    margin-left: 50%;
  }
  .pull_sm-6 {
    margin-left: -50%;
  }
  .col_sm-7 {
    float: left;
    width: 58.33333%;
  }
  .push_sm-7 {
    margin-left: 58.33333%;
  }
  .pull_sm-7 {
    margin-left: -58.33333%;
  }
  .col_sm-8 {
    float: left;
    width: 66.66667%;
  }
  .push_sm-8 {
    margin-left: 66.66667%;
  }
  .pull_sm-8 {
    margin-left: -66.66667%;
  }
  .col_sm-9 {
    float: left;
    width: 75%;
  }
  .push_sm-9 {
    margin-left: 75%;
  }
  .pull_sm-9 {
    margin-left: -75%;
  }
  .col_sm-10 {
    float: left;
    width: 83.33333%;
  }
  .push_sm-10 {
    margin-left: 83.33333%;
  }
  .pull_sm-10 {
    margin-left: -83.33333%;
  }
  .col_sm-11 {
    float: left;
    width: 91.66667%;
  }
  .push_sm-11 {
    margin-left: 91.66667%;
  }
  .pull_sm-11 {
    margin-left: -91.66667%;
  }
  .col_sm-12 {
    float: left;
    width: 100%;
  }
  .push_sm-12 {
    margin-left: 100%;
  }
  .pull_sm-12 {
    margin-left: -100%;
  }
}

@media (min-width: 768px) {
  .col_md-1 {
    float: left;
    width: 8.33333%;
  }
  .push_md-1 {
    margin-left: 8.33333%;
  }
  .pull_md-1 {
    margin-left: -8.33333%;
  }
  .col_md-2 {
    float: left;
    width: 16.66667%;
  }
  .push_md-2 {
    margin-left: 16.66667%;
  }
  .pull_md-2 {
    margin-left: -16.66667%;
  }
  .col_md-3 {
    float: left;
    width: 25%;
  }
  .push_md-3 {
    margin-left: 25%;
  }
  .pull_md-3 {
    margin-left: -25%;
  }
  .col_md-4 {
    float: left;
    width: 33.33333%;
  }
  .push_md-4 {
    margin-left: 33.33333%;
  }
  .pull_md-4 {
    margin-left: -33.33333%;
  }
  .col_md-5 {
    float: left;
    width: 41.66667%;
  }
  .push_md-5 {
    margin-left: 41.66667%;
  }
  .pull_md-5 {
    margin-left: -41.66667%;
  }
  .col_md-6 {
    float: left;
    width: 50%;
  }
  .push_md-6 {
    margin-left: 50%;
  }
  .pull_md-6 {
    margin-left: -50%;
  }
  .col_md-7 {
    float: left;
    width: 58.33333%;
  }
  .push_md-7 {
    margin-left: 58.33333%;
  }
  .pull_md-7 {
    margin-left: -58.33333%;
  }
  .col_md-8 {
    float: left;
    width: 66.66667%;
  }
  .push_md-8 {
    margin-left: 66.66667%;
  }
  .pull_md-8 {
    margin-left: -66.66667%;
  }
  .col_md-9 {
    float: left;
    width: 75%;
  }
  .push_md-9 {
    margin-left: 75%;
  }
  .pull_md-9 {
    margin-left: -75%;
  }
  .col_md-10 {
    float: left;
    width: 83.33333%;
  }
  .push_md-10 {
    margin-left: 83.33333%;
  }
  .pull_md-10 {
    margin-left: -83.33333%;
  }
  .col_md-11 {
    float: left;
    width: 91.66667%;
  }
  .push_md-11 {
    margin-left: 91.66667%;
  }
  .pull_md-11 {
    margin-left: -91.66667%;
  }
  .col_md-12 {
    float: left;
    width: 100%;
  }
  .push_md-12 {
    margin-left: 100%;
  }
  .pull_md-12 {
    margin-left: -100%;
  }
}

@media (min-width: 991px) {
  .col_lg-1 {
    float: left;
    width: 8.33333%;
  }
  .push_lg-1 {
    margin-left: 8.33333%;
  }
  .pull_lg-1 {
    margin-left: -8.33333%;
  }
  .col_lg-2 {
    float: left;
    width: 16.66667%;
  }
  .push_lg-2 {
    margin-left: 16.66667%;
  }
  .pull_lg-2 {
    margin-left: -16.66667%;
  }
  .col_lg-3 {
    float: left;
    width: 25%;
  }
  .push_lg-3 {
    margin-left: 25%;
  }
  .pull_lg-3 {
    margin-left: -25%;
  }
  .col_lg-4 {
    float: left;
    width: 33.33333%;
  }
  .push_lg-4 {
    margin-left: 33.33333%;
  }
  .pull_lg-4 {
    margin-left: -33.33333%;
  }
  .col_lg-5 {
    float: left;
    width: 41.66667%;
  }
  .push_lg-5 {
    margin-left: 41.66667%;
  }
  .pull_lg-5 {
    margin-left: -41.66667%;
  }
  .col_lg-6 {
    float: left;
    width: 50%;
  }
  .push_lg-6 {
    margin-left: 50%;
  }
  .pull_lg-6 {
    margin-left: -50%;
  }
  .col_lg-7 {
    float: left;
    width: 58.33333%;
  }
  .push_lg-7 {
    margin-left: 58.33333%;
  }
  .pull_lg-7 {
    margin-left: -58.33333%;
  }
  .col_lg-8 {
    float: left;
    width: 66.66667%;
  }
  .push_lg-8 {
    margin-left: 66.66667%;
  }
  .pull_lg-8 {
    margin-left: -66.66667%;
  }
  .col_lg-9 {
    float: left;
    width: 75%;
  }
  .push_lg-9 {
    margin-left: 75%;
  }
  .pull_lg-9 {
    margin-left: -75%;
  }
  .col_lg-10 {
    float: left;
    width: 83.33333%;
  }
  .push_lg-10 {
    margin-left: 83.33333%;
  }
  .pull_lg-10 {
    margin-left: -83.33333%;
  }
  .col_lg-11 {
    float: left;
    width: 91.66667%;
  }
  .push_lg-11 {
    margin-left: 91.66667%;
  }
  .pull_lg-11 {
    margin-left: -91.66667%;
  }
  .col_lg-12 {
    float: left;
    width: 100%;
  }
  .push_lg-12 {
    margin-left: 100%;
  }
  .pull_lg-12 {
    margin-left: -100%;
  }
}

@media (min-width: 1199px) {
  .col_xl-1 {
    float: left;
    width: 8.33333%;
  }
  .push_xl-1 {
    margin-left: 8.33333%;
  }
  .pull_xl-1 {
    margin-left: -8.33333%;
  }
  .col_xl-2 {
    float: left;
    width: 16.66667%;
  }
  .push_xl-2 {
    margin-left: 16.66667%;
  }
  .pull_xl-2 {
    margin-left: -16.66667%;
  }
  .col_xl-3 {
    float: left;
    width: 25%;
  }
  .push_xl-3 {
    margin-left: 25%;
  }
  .pull_xl-3 {
    margin-left: -25%;
  }
  .col_xl-4 {
    float: left;
    width: 33.33333%;
  }
  .push_xl-4 {
    margin-left: 33.33333%;
  }
  .pull_xl-4 {
    margin-left: -33.33333%;
  }
  .col_xl-5 {
    float: left;
    width: 41.66667%;
  }
  .push_xl-5 {
    margin-left: 41.66667%;
  }
  .pull_xl-5 {
    margin-left: -41.66667%;
  }
  .col_xl-6 {
    float: left;
    width: 50%;
  }
  .push_xl-6 {
    margin-left: 50%;
  }
  .pull_xl-6 {
    margin-left: -50%;
  }
  .col_xl-7 {
    float: left;
    width: 58.33333%;
  }
  .push_xl-7 {
    margin-left: 58.33333%;
  }
  .pull_xl-7 {
    margin-left: -58.33333%;
  }
  .col_xl-8 {
    float: left;
    width: 66.66667%;
  }
  .push_xl-8 {
    margin-left: 66.66667%;
  }
  .pull_xl-8 {
    margin-left: -66.66667%;
  }
  .col_xl-9 {
    float: left;
    width: 75%;
  }
  .push_xl-9 {
    margin-left: 75%;
  }
  .pull_xl-9 {
    margin-left: -75%;
  }
  .col_xl-10 {
    float: left;
    width: 83.33333%;
  }
  .push_xl-10 {
    margin-left: 83.33333%;
  }
  .pull_xl-10 {
    margin-left: -83.33333%;
  }
  .col_xl-11 {
    float: left;
    width: 91.66667%;
  }
  .push_xl-11 {
    margin-left: 91.66667%;
  }
  .pull_xl-11 {
    margin-left: -91.66667%;
  }
  .col_xl-12 {
    float: left;
    width: 100%;
  }
  .push_xl-12 {
    margin-left: 100%;
  }
  .pull_xl-12 {
    margin-left: -100%;
  }
}

@media (min-width: 480px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
}

/* REPEATER GRID FOR LANDING PAGE CONTENT TYPE
---------------------------------------------------------------------------*/
.grid_repeater_row {
  margin-top: 25px !important;
}

@media (min-width: 767px) {
  .grid_repeater_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grid_repeater_row > div {
  padding: 0 10px;
}

.grid_repeater_row h2 {
  color: #555555;
  font-weight: bold;
  min-height: 70px;
  margin-bottom: 15px;
}

.grid_repeater_row a {
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #006DB1;
}

.grid_repeater_row a:focus, .grid_repeater_row a:hover {
  text-decoration: underline;
  background: white;
  border: 2px solid #006DB1;
  color: #006DB1;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.grid_repeater_row a:active {
  outline: 2px solid #7fb6d8;
}

.grid_repeater_row a i {
  margin-left: 5px;
}

.grid_repeater_row .grid_content {
  border: 1px solid #CBCBCB;
  padding: 20px;
  height: 100%;
  text-align: center;
}

.grid_repeater_row img {
  display: block;
  margin: auto;
}

/* BODY ROW FOR LANDING PAGE CONTENT TYPE
---------------------------------------------------------------------------*/
.body_row {
  background: white;
  padding: 80px 0;
}

.body_row h2 {
  font-weight: 400;
}

@media (min-width: 900px) {
  .body_row > div {
    padding: 0 100px;
  }
}

.body_row:nth-of-type(even) {
  background: #dfeef8;
}

.body_row a.btn {
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #006DB1;
}

.body_row a.btn:focus, .body_row a.btn:hover {
  text-decoration: underline;
  background: white;
  border: 2px solid #006DB1;
  color: #006DB1;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.body_row a.btn:active {
  outline: 2px solid #7fb6d8;
}

.body_row a.btn i {
  margin-left: 5px;
}

/* STRUCTURE HELPERS
---------------------------------------------------------------------------*/
.centered-content {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.pull-right {
  float: right;
}

.float-none {
  float: none;
}

.hidden {
  display: none;
}

/* COMPONENT HELPERS
---------------------------------------------------------------------------*/
.img-centered {
  display: block;
  margin: 0 auto;
}

.table-wrapper {
  overflow-x: auto;
}

.table-wrapper:last-child {
  margin-bottom: 0;
}

.table-wrapper table {
  width: 100%;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

section .ext-link {
  color: #006db1;
}

.text-heading {
  color: #391d49;
}

.ext-link .fa {
  color: #605568;
}

.link-blue {
  color: #006db1;
}

.fa-right {
  margin-left: 5px;
}

.fa-left {
  margin-right: 5px;
}

/* TYPOGRAPHY HELPERS
---------------------------------------------------------------------------*/
.text-centered {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

/* ACCESSIBILITY HELPERS
---------------------------------------------------------------------------*/
.webaim-hidden,
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  left: 15px;
  top: 15px;
  background: #ffffff;
}

/* CUSTOM STYLES
------------------------------------------------------------------------------*/
html,
body {
  font-size: 16px;
  font-family: "Libre Franklin", "Helvetica Nueue", "Arial", sans-serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", "Helvetica Nueue", "Arial", sans-serif;
  margin-bottom: 30px;
  margin-top: 15px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
article * + h1,
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + h6 {
  margin-top: 45px;
}

h1 {
  font-size: 1.75em;
  font-weight: 700;
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
}

h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  font-size: 1.125em;
  font-weight: 600;
}

h5 {
  font-size: 1em;
  font-weight: 600;
}

h6 {
  font-size: 1em;
  font-weight: 600;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  padding-left: 20px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ul.menu,
ol.menu {
  padding-left: 0;
}

nav ul,
nav ol {
  list-style: none;
  padding-left: 0;
}

nav ul li,
nav ol li {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
  line-height: 22px;
}

a,
img {
  border: none;
}

a {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.75em;
}

em {
  font-style: italic;
}

details summary {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

video {
  max-width: 100%;
  height: auto;
}

input[value='Remove video'] {
  display: none;
}

iframe {
  max-width: 100%;
}

/* CUSTOM THEME
---------------------------------------------------------------------------*/
body {
  color: #605568;
}

section a {
  font-weight: 700;
}

a {
  color: #391d49;
}

h2 {
  font-weight: 300;
  color: #006db1;
}

h3 {
  color: #391d49;
}

p.sub-text {
  font-size: 18px;
}

hr {
  border: 0;
  height: 1px;
  background: #cccccc;
}

.events-icon {
  max-width: 200px;
}

.skip-link {
  color: #000000;
}

.header_utility {
  padding: 15px 0;
}

.banner {
  height: 260px;
  width: 100%;
  background-image: url("../images/banners/about-banner-bg.png");
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.banner.banner_home {
  height: 340px;
  background-color: #F0F6F9;
  background-image: url("../images/banners/home-banner-people.png");
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 90% center;
  position: relative;
}

.banner.banner_home .banner-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner.banner_sub {
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center;
  background-color: #F0F6F9;
}

.banner.banner_sub .centered-content {
  position: relative;
  overflow: hidden;
}

.banner.banner_about {
  background-image: url("../images/banners/about-banner-bg.png");
}

.banner.banner_qa {
  background-image: url("../images/banners/qa-banner-bg.png");
}

.banner.banner-resources {
  background-image: url("../images/banners/resources-banner-bg.png");
}

.banner.banner_landing_page {
  margin-bottom: 35px;
  background-image: none;
  height: auto;
  border: none;
}

.banner.banner_landing_page * {
  color: white;
}

.banner.banner_landing_page .centered-content {
  padding: 40px 30px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

@media (max-width: 767px) {
  .banner.banner_landing_page .centered-content {
    padding: 20px;
    background: none !important;
  }
}

@media (min-width: 767px) {
  .banner.banner_landing_page {
    background: #d9e9f4 !important;
  }
}

.banner.banner_landing_page img {
  display: block;
}

.banner.banner_landing_page .landing_banner_body {
  padding-left: 0;
  padding-right: 0;
}

.banner.banner_landing_page .banner_sub-text {
  min-height: 415px;
  padding-top: 60px !important;
  padding-bottom: 30px !important;
  padding-left: 50px !important;
  padding-right: 28px;
}

.banner.banner_landing_page h1 {
  position: relative;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner.banner_landing_page h2 {
  font-size: 50px;
  color: white;
  padding: 0;
  margin-top: 10px;
}

.banner_sub-image {
  height: 340px;
  max-width: initial;
  margin-top: -1px;
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 0;
}

.banner_sub-text {
  height: 260px;
  background: #006db1;
  position: relative;
  margin-top: -1px;
  z-index: 10;
}

.banner_sub-text h1 {
  max-height: 100%;
  color: #ffffff;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  padding-bottom: 45px;
  width: 100%;
}

.banner_sub-text h1 span {
  max-height: 207px;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: block;
}

.banner-text {
  margin-bottom: 15px;
}

.banner-text h2 {
  font-size: 34px;
  line-height: 40px;
}

.banner-text p {
  color: #391d49;
}

.header_utility {
  border-bottom: 1px solid #cccccc;
}

.header_mobile-top {
  border-bottom: 1px solid #cccccc;
  padding: 0 15px;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #ffffff;
}

.header_mobile-top::after {
  clear: both;
  content: "";
  display: table;
}

.header_mobile-top h1 {
  margin: 0;
}

.header_mobile-top img {
  width: 50%;
  max-width: 210px;
  margin-top: 10px;
  float: left;
}

.header_mobile-bottom {
  display: none;
  position: fixed;
  z-index: 499;
  padding-top: 70px;
  max-height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  background: #F0F6F9;
  border-bottom: 1px solid #cccccc;
}

.header_mobile-actions {
  float: right;
  margin-right: -15px;
  height: 100%;
  width: 50%;
  white-space: nowrap;
}

.header_mobile-actions .pull-right {
  height: 100%;
}

.header_mobile-actions .language-toggle {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

.language-switcher-language-url .active {
  display: none;
}

section {
  padding: 30px 0;
}

section:nth-of-type(2n) {
  background: #F0F6F9;
}

section#home-intro {
  padding-bottom: 120px;
}

section#campaign {
  padding: 60px 0;
}

section#campaign a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  margin-right: -15px;
  text-decoration: underline;
}

section#campaign a:after {
  text-decoration: none;
}

section#campaign a:hover:after, section#campaign a:focus:after {
  text-decoration: underline;
}

section#campaign a:hover:after, section#campaign a:focus:after {
  text-decoration: none;
}

section#home-events a:after,
section#home-events a .fa {
  margin-right: -15px;
}

section#page-content {
  padding: 15px 0;
}

section#page-content hr {
  margin: 25px 0;
}

.calls-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.calls-to-action .cta {
  width: 25%;
  padding: 30px;
  border: 1px solid #cccccc;
  border-right: none;
}

.calls-to-action .cta:last-of-type {
  border-right: 1px solid #cccccc;
}

.calls-to-action .cta_heading {
  background: #006db1;
  color: #ffffff;
}

.calls-to-action .cta_heading .cta-header {
  font-weight: 400;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}

.calls-to-action .cta_heading p {
  font-size: 18px;
}

.calls-to-action .cta_heading h2, .calls-to-action .cta_heading h3, .calls-to-action .cta_heading h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
}

.calls-to-action .cta_item .cta-header,
.calls-to-action .cta_item h3 {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 700;
}

.calls-to-action .cta_item .cta-header a,
.calls-to-action .cta_item h3 a {
  color: #006db1;
}

.calls-to-action .cta_item a {
  font-weight: 700;
}

.calls-to-action .cta_item a:hover, .calls-to-action .cta_item a:focus {
  text-decoration: none;
}

.calls-to-action .cta_item p a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  margin-right: -15px;
  text-decoration: underline;
}

.calls-to-action .cta_item p a:after {
  text-decoration: none;
}

.calls-to-action .cta_item p a:hover:after, .calls-to-action .cta_item p a:focus:after {
  text-decoration: underline;
}

.calls-to-action .cta_item p a:hover:after, .calls-to-action .cta_item p a:focus:after {
  text-decoration: none;
}

.calls-to-action_thirds {
  margin-top: 60px;
  margin-bottom: 30px;
}

.calls-to-action_thirds .cta {
  width: 33.3%;
}

.article-item {
  margin-bottom: 25px;
}

.article-item:last-of-type {
  margin-bottom: 0;
}

.article-item_heading {
  font-size: 18px;
  margin-bottom: 5px;
}

.article-item_heading a {
  color: #006db1;
  line-height: 1.25em;
}

.article-item_publishing-details {
  color: #006db1;
}

.resources {
  margin-bottom: 15px;
}

.resource {
  padding: 20px 0;
}

.footer_pre {
  background: #F0F6F9;
  padding: 40px 0;
}

.footer_top {
  background: #006db1;
  padding: 30px 0;
  border-bottom: 1px solid #1aa7ff;
  color: #ffffff;
}

.footer_bottom {
  background: #006db1;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #ffffff;
}

.footer .copyright {
  font-size: 14px;
  margin-top: 30px;
}

.node--unpublished {
  background: #ffdae1;
}

#user-login-form .form-item {
  margin: 20px 0;
}

#user-login-form .description {
  margin: 10px 0 20px 0;
}

.search-page-form#search-form {
  position: relative;
}

.search-page-form#search-form label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.search-page-form#search-form .search-help-link {
  display: none;
}

.search-page-form#search-form input[type="search"][type=search] {
  width: 100%;
  max-width: 100%;
  padding-right: 94px;
}

.search-page-form#search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #006db1;
  color: #ffffff;
  font-weight: 700;
  padding: 0 15px;
  font-size: 1em;
  font-weight: 600;
}

.search-page-form#search-form input[type="submit"]:hover, .search-page-form#search-form input[type="submit"]:focus {
  background: #1aa7ff;
}

figure {
  display: inline-block;
}

figure figcaption {
  display: block;
  font-style: italic;
  padding: 5px 10px;
  font-size: 12px;
  border-left: 3px solid #006db1;
}

.utility-tools {
  padding-right: 0;
}

iframe[style] {
  max-width: 100vw !important;
}

#page-content .col_md-9 ul:last-child,
#page-content .col_md-9 ol:last-child,
#page-content .col_md-12 ul:last-child,
#page-content .col_md-12 ol:last-child {
  margin-bottom: 20px;
}

#page-content .col_md-9 ul ul:last-child,
#page-content .col_md-9 ul ol:last-child,
#page-content .col_md-9 ol ul:last-child,
#page-content .col_md-9 ol ol:last-child,
#page-content .col_md-12 ul ul:last-child,
#page-content .col_md-12 ul ol:last-child,
#page-content .col_md-12 ol ul:last-child,
#page-content .col_md-12 ol ol:last-child {
  margin-bottom: 0;
}

#page-content .col_md-9 ul ul li:first-of-type,
#page-content .col_md-9 ul ol li:first-of-type,
#page-content .col_md-9 ol ul li:first-of-type,
#page-content .col_md-9 ol ol li:first-of-type,
#page-content .col_md-12 ul ul li:first-of-type,
#page-content .col_md-12 ul ol li:first-of-type,
#page-content .col_md-12 ol ul li:first-of-type,
#page-content .col_md-12 ol ol li:first-of-type {
  margin-top: 10px;
}

.date-details {
  margin-bottom: 25px;
}

.date-details p {
  margin-bottom: 0;
}

.videodetector {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav_footer-utility .contextual-region {
  float: left;
}

#block-accreditationlogo {
  max-width: 150px;
  margin: 15px;
  display: block;
  margin-left: 10px;
  margin-right: 0;
}

#block-accreditationlogo a {
  position: relative;
  height: 25px;
  width: 150px;
  display: inline-block;
}

/* STRUCTURE COMPONENTS
---------------------------------------------------------------------------*/
.card {
  border: 1px solid;
  background: whitesmoke;
  padding: 15px;
}

details,
.ui-accordion {
  margin-bottom: 15px;
}

details summary,
details .ui-accordion-header,
.ui-accordion summary,
.ui-accordion .ui-accordion-header {
  padding: 15px;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  color: #391d49;
  border: 1px solid #cccccc;
  background: #F0F6F9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
}

details summary .ui-accordion-header-icon,
details .ui-accordion-header .ui-accordion-header-icon,
.ui-accordion summary .ui-accordion-header-icon,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #006db1;
  left: initial;
  left: auto;
  margin-top: 0;
  background: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #006db1;
}

details a,
.ui-accordion a {
  color: #006db1;
  font-weight: 400;
}

details > div,
details .ui-accordion-content,
.ui-accordion > div,
.ui-accordion .ui-accordion-content {
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: none;
}

details summary::-webkit-details-marker {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: #006db1;
}

details[open] summary::-webkit-details-marker,
details[open] .ui-icon,
.ui-state-active summary::-webkit-details-marker,
.ui-state-active .ui-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.article-data span {
  margin-right: 20px;
}

.article-data .fa {
  margin-left: 5px;
}

.article-data + h3 {
  margin-top: 20px;
}

.callout-boxes {
  display: table;
}

.callout-boxes div {
  display: table-cell;
}

/* NAVIGATION COMPONENTS
---------------------------------------------------------------------------*/
.nav::after {
  clear: both;
  content: "";
  display: table;
}

.nav_main-wrapper {
  position: relative;
}

.nav_main {
  width: 100%;
}

.nav_main .contextual-region {
  position: static;
}

.nav_utility .menu {
  padding: 12px 0;
}

.nav_utility .menu::after {
  clear: both;
  content: "";
  display: table;
}

.nav_utility .menu li {
  display: inline-block;
  float: left;
  border-right: 1px solid #cccccc;
}

.nav_utility .menu li a {
  text-decoration: none;
  padding: 0 12px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.nav_utility .menu li a.btn_link {
  padding: 10px 15px;
}

.nav_utility .menu li a:hover, .nav_utility .menu li a:focus {
  text-decoration: underline;
}

.nav_utility .menu li.social, .nav_utility .menu li:last-of-type {
  border-right: none;
}

.nav_utility .menu li.social a, .nav_utility .menu li:last-of-type a {
  color: #006db1;
}

.nav_utility .menu li.social a:hover, .nav_utility .menu li.social a:focus, .nav_utility .menu li:last-of-type a:hover, .nav_utility .menu li:last-of-type a:focus {
  color: #1aa7ff;
}

.nav_mobile-utility ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  color: #605568;
}

.nav_mobile-utility ul li a.btn_link {
  padding: 10px 15px;
}

.nav_mobile-utility ul li a:hover, .nav_mobile-utility ul li a:focus {
  text-decoration: underline;
}

.nav_mobile-utility ul li.social {
  display: inline-block;
  float: left;
  padding-bottom: 15px;
}

.nav_mobile-utility ul li.social a, .nav_mobile-utility ul li:last-of-type a {
  color: #006db1;
}

.nav_mobile-utility ul li.social a:hover, .nav_mobile-utility ul li.social a:focus, .nav_mobile-utility ul li:last-of-type a:hover, .nav_mobile-utility ul li:last-of-type a:focus {
  color: #1aa7ff;
}

.nav_footer-utility ul {
  margin-top: 23px;
}

.nav_footer-utility ul::after {
  clear: both;
  content: "";
  display: table;
}

.nav_footer-utility ul li {
  display: inline-block;
  float: left;
  padding-top: 10px;
  font-size: 14px;
}

.nav_footer-utility ul li:last-of-type a {
  padding-right: 0;
  border-right: none;
}

.nav_footer-utility ul li a {
  color: #ffffff;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}

.nav_breadcrumbs + h2,
.nav_breadcrumbs + h3,
.nav_breadcrumbs + h4 {
  margin-top: 0;
}

.nav ul,
.nav ol {
  list-style: none;
}

.language-toggle li {
  display: inline-block;
}

.menu_main {
  width: 100%;
  display: table;
}

.menu_main > li {
  vertical-align: top;
  display: table-cell;
  padding: 30px 15px;
  border-top: 3px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.menu_main > li:first-of-type {
  padding-left: 0;
}

.menu_main > li > a {
  display: block;
  color: #391d49;
  text-decoration: none;
  font-weight: 700;
}

.menu_main > li > a .fa {
  color: #006db1;
}

.menu_main > li > a .fa-caret-up {
  display: none;
}

.menu_main > li > a small {
  color: #605568;
  margin-top: 10px;
  font-weight: 500;
  display: inline-block;
  line-height: 16px;
}

.menu_main > li > a:hover, .menu_main > li > a:focus {
  color: #723a92;
}

.menu_main > li.has-submenu {
  cursor: pointer;
}

.menu_main > li.has-submenu > a .fa {
  margin-right: -15px;
}

.menu_main > li.has-submenu:hover > a, .menu_main > li.has-submenu:focus > a {
  color: #723a92;
}

.menu_main > li.open {
  background: #F0F6F9;
  border-top: 3px solid #006db1;
}

.menu_main > li.open > a .fa-caret-down {
  display: none;
}

.menu_main > li.open > a .fa-caret-up {
  display: inline-block;
}

.menu_main-sub li {
  padding-bottom: 35px;
}

.menu_main-sub li:last-of-type {
  padding-bottom: 0;
}

.menu_main-sub li a {
  text-decoration: none;
  color: #605568;
  font-weight: 600;
}

.menu_main-sub li a:hover, .menu_main-sub li a:focus {
  text-decoration: underline;
}

.menu_breadcrumbs {
  margin-bottom: 30px;
}

.menu_breadcrumbs li {
  display: inline-block;
}

.menu_breadcrumbs li.active a {
  text-decoration: none;
  color: #605568;
  cursor: default;
}

.menu_breadcrumbs li a {
  font-weight: 400;
}

.menu_social {
  display: inline-block;
}

.menu_social li {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 0;
}

.menu_social li:first-of-type a {
  padding-left: 0;
}

.menu_social li:last-of-type a {
  padding-right: 0;
}

.menu_social li a {
  color: #006db1;
  padding: 0 7px;
}

.menu_social li a:hover, .menu_social li a:focus {
  color: #1aa7ff;
}

.menu_footer li {
  margin-bottom: 30px;
}

.menu_footer li:last-of-type {
  margin-bottom: 0;
}

.menu_footer li a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.menu_footer li a:hover, .menu_footer li a:focus {
  text-decoration: underline;
}

.menu_side {
  border-bottom: 3px solid #006db1;
  margin-top: -15px;
}

.menu_side a {
  background-image: none !important;
}

.menu_side > li > ul {
  margin-top: 3px;
}

.menu_side > li > ul > li > a {
  padding-left: 50px;
}

.menu_side > li > ul > li > ul {
  margin-top: 3px;
}

.menu_side > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.menu_side li {
  border-bottom: 3px solid #ffffff;
}

.menu_side li:last-of-type {
  border-bottom: none;
}

.menu_side li a {
  display: block;
  width: 100%;
  background: #F0F6F9;
  padding: 10px 30px;
  padding-right: 15px;
  font-weight: 400;
  color: #605568;
  text-decoration: none;
  position: relative;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.menu_side li a .fa {
  color: #006db1;
  position: absolute;
  top: 10px;
  margin-top: -1px;
  left: 18px;
}

.menu_side li a:hover, .menu_side li a:focus {
  background: #d8f0fd;
}

.menu_side li a.is-active {
  background: #d8f0fd;
  font-weight: 700;
}

.menu_side li.active > a {
  font-weight: 700;
  background: #d8f0fd;
}

.menu_mobile-main > li > a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  padding-right: 60px;
  position: relative;
  color: #391d49;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  font-weight: 600;
}

.menu_mobile-main > li > a .fa {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #006db1;
}

.menu_mobile-main > li > a:hover, .menu_mobile-main > li > a:focus {
  color: #723a92;
}

.menu_mobile-main > li:first-of-type > a {
  border-top: 1px solid #cccccc;
}

.menu_mobile-main > li.mobile-has-submenu {
  cursor: pointer;
}

.menu_mobile-main > li .fa-minus {
  display: none;
}

.menu_mobile-main > li.open + li > a {
  border-top: 1px solid #cccccc;
}

.menu_mobile-main > li.open .fa-plus {
  display: none;
}

.menu_mobile-main > li.open .fa-minus {
  display: inline-block;
}

.menu_mobile-main-sub > li > a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  padding-left: 45px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}

.menu_mobile-main-sub > li > a:hover, .menu_mobile-main-sub > li > a:focus {
  text-decoration: underline;
}

.menu_mobile-main-sub > li:last-of-type > a {
  border-bottom: none;
}

.social-networks {
  display: inline-block;
  padding-left: 15px;
}

.social-networks h2 {
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 0;
  padding-right: 25px;
  color: #605568;
}

.utility-tools {
  position: relative;
  padding-right: 80px;
}

.utility-tools .language-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-toggle a {
  text-decoration: none;
}

.language-toggle a:hover, .language-toggle a:focus {
  text-decoration: underline;
}

.language-toggle .active {
  display: none;
}

.submenu {
  cursor: initial;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background: #F0F6F9;
  border-bottom: 3px solid #006db1;
  height: 260px;
  overflow: hidden;
  z-index: 500;
}

.submenu .row {
  display: table;
  width: 100%;
}

.submenu .submenu_menu-wrapper,
.submenu .submenu-image {
  float: left;
  padding: 0 15px;
}

.submenu .submenu_menu-wrapper {
  width: 73.8%;
  padding: 50px 25px;
}

.submenu .submenu-image {
  height: 260px;
  width: 26.2%;
  position: relative;
}

.submenu .submenu-image img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 260px;
  width: auto;
  max-width: none;
}

.mobile-submenu {
  display: none;
}

.submenu {
  height: 340px;
}

.submenu .submenu-image {
  height: 340px;
}

/* BUTTON COMPONENTS
---------------------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Libre Franklin", "Helvetica Nueue", "Arial", sans-serif;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn_mobile,
.button_mobile {
  font-size: 14px;
  background: #F0F6F9;
  height: 100%;
  border-left: 1px solid #cccccc;
  color: #391d49;
  font-weight: 700;
}

.btn_mobile:hover, .btn_mobile:focus,
.button_mobile:hover,
.button_mobile:focus {
  background: #d8f0fd;
}

.btn_mobile .fa,
.button_mobile .fa {
  color: #006db1;
  width: 15px;
}

.btn_mobile .fa-times,
.button_mobile .fa-times {
  display: none;
}

.btn_mobile.open .fa-times,
.button_mobile.open .fa-times {
  display: inline-block;
}

.btn_mobile.open .fa-bars,
.button_mobile.open .fa-bars {
  display: none;
}

.btn_link,
.button_link {
  background: #d8f0fd;
  display: inline-block;
  border-color: #86d0f9;
  text-decoration: none;
  font-weight: 700;
  color: #006db1;
}

.btn_link:hover, .btn_link:focus,
.button_link:hover,
.button_link:focus {
  background: #86d0f9;
}

.btn_primary, #page-content .form-submit, .btn--primary,
.button_primary,
.button--primary {
  background: #006db1;
  color: #ffffff;
  font-weight: 700;
}

.btn_primary:hover, #page-content .form-submit:hover, .btn_primary:focus, #page-content .form-submit:focus, .btn--primary:hover, .btn--primary:focus,
.button_primary:hover,
.button_primary:focus,
.button--primary:hover,
.button--primary:focus {
  background: #1aa7ff;
}

.btn_toggle,
.button_toggle {
  background: #d8f0fd;
  color: #006db1;
  width: 100%;
  text-align: left;
  position: relative;
}

.btn_toggle .fa,
.button_toggle .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_toggle .fa-caret-up,
.button_toggle .fa-caret-up {
  display: none;
}

.btn_toggle.open .fa-caret-down,
.button_toggle.open .fa-caret-down {
  display: none;
}

.btn_toggle.open .fa-caret-up,
.button_toggle.open .fa-caret-up {
  display: inline-block;
}

/* FORM COMPONENTS
---------------------------------------------------------------------------*/
input[type="text"].form-input, #user-login-form input.form-text[type="text"], #search-form input[type="text"][type=search],
input[type="search"].form-input,
#user-login-form input.form-text[type="search"],
#search-form input[type="search"][type=search],
input[type="password"].form-input,
#user-login-form input.form-text[type="password"],
#search-form input[type="password"][type=search],
input[type="email"].form-input,
#user-login-form input.form-text[type="email"],
#search-form input[type="email"][type=search],
input[type="tel"].form-input,
#user-login-form input.form-text[type="tel"],
#search-form input[type="tel"][type=search],
input[type="number"].form-input,
#user-login-form input.form-text[type="number"],
#search-form input[type="number"][type=search],
input[type="date"].form-input,
#user-login-form input.form-text[type="date"],
#search-form input[type="date"][type=search],
textarea.form-input,
#user-login-form textarea.form-text,
select.form-input,
#user-login-form select.form-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Libre Franklin", "Helvetica Nueue", "Arial", sans-serif;
  border: none;
  background: #F0F6F9;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #605568;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

input[type="text"].form-input_bg-lt,
input[type="search"].form-input_bg-lt,
input[type="password"].form-input_bg-lt,
input[type="email"].form-input_bg-lt,
input[type="tel"].form-input_bg-lt,
input[type="number"].form-input_bg-lt,
input[type="date"].form-input_bg-lt,
textarea.form-input_bg-lt,
select.form-input_bg-lt {
  background: #ffffff;
}

#page-content input[type="text"],
#page-content input[type="search"],
#page-content input[type="password"],
#page-content input[type="email"],
#page-content input[type="tel"],
#page-content input[type="number"],
#page-content input[type="date"],
#page-content textarea,
#page-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Libre Franklin", "Helvetica Nueue", "Arial", sans-serif;
  border: none;
  background: #F0F6F9;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #605568;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

fieldset legend {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  color: #391d49;
}

#page-content .js-form-type-radio input,
#page-content .js-form-type-checkbox input,
.radio input,
.checkbox input {
  margin-right: 5px;
}

#page-content .js-form-type-radio label,
#page-content .js-form-type-checkbox label,
.radio label,
.checkbox label {
  display: inline-block;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}


select.form-input,
#user-login-form select.form-text {
  padding-right: 30px;
}

select + .fa {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page-content select {
  padding-right: 30px;
}

.form-group,
#page-content .form-item {
  margin-bottom: 25px;
}

.form-label,
#page-content label {
  font-weight: 700;
  color: #605568;
  display: block;
  margin-bottom: 5px;
}

.form_inline-submit {
  position: relative;
}

.form_inline-submit .form-label {
  font-size: 1.125em;
  font-weight: 700;
  display: block;
  padding: 9px 0;
  color: #006db1;
}

.form_inline-submit .form-input, .form_inline-submit #user-login-form .form-text, #user-login-form .form_inline-submit .form-text, .form_inline-submit #search-form input[type=search], #search-form .form_inline-submit input[type=search] {
  padding-right: 95px;
  display: inline-block;
  width: 100%;
}

.form_inline-submit input[type="submit"] {
  position: absolute;
  padding: 0 15px;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  font-size: 1em;
  font-weight: 600;
}

#page-content .resources label {
  display: inline-block;
}

.resources #views-exposed-form-resources-block-1 .form-item #edit-query, .resources #views-exposed-form-resources-block-1 .form-item input[type="text"] {
  padding: 12px 15px;
}

.resources form.views-exposed-form {
  position: relative;
}

.resources form.views-exposed-form .form-item {
  position: relative;
  margin-bottom: 20px;
}

.resources form.views-exposed-form .form-item label {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 0;
  color: #391d49;
}

.resources form.views-exposed-form .form-item input,
.resources form.views-exposed-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Libre Franklin", "Helvetica Nueue", "Arial", sans-serif;
  border: none;
  background: #F0F6F9;
  border: 1px solid #cccccc;
  padding: 8px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #605568;
  margin: 0;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
}

.resources form.views-exposed-form .form-item select {
  display: inline-block;
  width: auto;
}

.resources form.views-exposed-form .form-item input[type="text"] {
  padding: 12px 15px;
  padding-right: 200px;
}

.resources form.views-exposed-form .form-item-sort-by, .resources form.views-exposed-form .form-item-lang, .resources form.views-exposed-form .form-item-items-per-page {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  margin-right: 40px;
}

.resources form.views-exposed-form .form-item-sort-by:after, .resources form.views-exposed-form .form-item-lang:after, .resources form.views-exposed-form .form-item-items-per-page:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: -3px;
}

.resources form.views-exposed-form .form-item-sort-by label, .resources form.views-exposed-form .form-item-lang label, .resources form.views-exposed-form .form-item-items-per-page label {
  display: inline-block;
  font-weight: 400;
  color: #605568;
  margin-right: 10px;
}

.resources form.views-exposed-form .form-item-sort-by input,
.resources form.views-exposed-form .form-item-sort-by select, .resources form.views-exposed-form .form-item-lang input,
.resources form.views-exposed-form .form-item-lang select, .resources form.views-exposed-form .form-item-items-per-page input,
.resources form.views-exposed-form .form-item-items-per-page select {
  display: inline-block;
  width: auto;
  background: #ffffff;
  font-weight: 700;
  padding-right: 30px;
  width: 100%;
}

.resources form.views-exposed-form .form-item-sort-by select, .resources form.views-exposed-form .form-item-lang select, .resources form.views-exposed-form .form-item-items-per-page select {
  width: auto;
}

.resources form.views-exposed-form .form-actions .form-submit {
  height: 45px;
  margin-top: 5px;
  background: #006db1;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 25px;
  font-size: 1em;
  font-weight: 600;
}

.resources form.views-exposed-form .form-actions .form-submit:hover, .resources form.views-exposed-form .form-actions .form-submit:focus {
  background: #1aa7ff;
}

.mobile-search-form {
  padding: 20px 15px;
}

.mobile-search-form input[type="search"].form-input, .mobile-search-form #user-login-form input.form-text[type="search"], #user-login-form .mobile-search-form input.form-text[type="search"], .mobile-search-form #search-form input[type="search"][type=search], #search-form .mobile-search-form input[type="search"][type=search] {
  background: #ffffff;
}

#search-form {
  text-align: right;
}

#search-form .form-input, #search-form #user-login-form .form-text, #user-login-form #search-form .form-text, #search-form input[type=search] {
  max-width: 310px;
}

#newsletter-form .form-group {
  margin-bottom: 0;
}

.pager__items::after {
  clear: both;
  content: "";
  display: table;
}

.pager__item {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pager__item a {
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  border: 1px solid #006db1;
  line-height: 0.7em;
  color: #006db1;
}

.pager__item a:hover, .pager__item a:focus {
  background: #006db1;
  color: #ffffff;
}

.pager__item--ellipsis {
  padding-top: 10px;
}

.pager__item.is-active a {
  background: #006db1;
  color: #ffffff;
}

.resource .views-field {
  line-height: 1.5;
}

.no-results {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.menu_side li a.active {
  background: #d8f0fd;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

label.form-required:after {
  content: '*';
  position: absolute;
  margin-left: 5px;
  color: #EC0F02;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .menu_side[style] {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .drawer {
    display: none;
  }
  body {
    padding-top: 70px;
  }
  div[class^="col"] {
    margin-bottom: 25px;
  }
  div[class^="col"]:last-of-type {
    margin-bottom: 0;
  }
  #block-accreditationlogo {
    margin-left: 0;
  }
  .nav_footer-utility ul li {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .nav_footer-utility ul li a {
    border-right: none;
    padding: 0;
  }
  .nav_footer-utility > div {
    text-align: left;
  }
  .nav_footer-utility > div > div {
    display: block;
  }
  .desktop {
    display: none;
  }
  .footer_pre {
    padding: 20px 0;
  }
  .footer_pre div[class^="col"] {
    margin-bottom: 15px;
  }
  .footer_pre div[class^="col"]:last-of-type {
    margin-bottom: 10px;
  }
  .footer_bottom div[class^="col"] {
    margin-bottom: 15px;
  }
  .footer_bottom div[class^="col"]:last-of-type {
    margin-bottom: 0;
  }
  .calls-to-action {
    display: block;
  }
  .calls-to-action .cta {
    display: block;
    width: 100%;
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }
  .calls-to-action .cta:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
  .social-networks {
    padding-left: 0;
  }
  .nav_side {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu_social {
    display: block;
  }
  .menu_side {
    margin-top: 0;
  }
  .menu_side li {
    border-bottom: none;
  }
  .menu_side li:first-of-type {
    border-top: 1px solid #006db1;
  }
  .menu_side li a {
    padding-left: 30px;
  }
  .menu_side li a .fa {
    display: none;
  }
  .row.divided div[class^="col"],
  .row_alt.divided div[class^="col"] {
    padding: 0 15px;
  }
  .resources form.views-exposed-form .form-item input[type="text"] {
    padding-right: 15px;
  }
  .resources form.views-exposed-form .form-actions {
    position: static;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=../../maps/main.css.map */
