/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  width: 100%;
  height: 100%; }

.grid {
  float: left;
  margin: 0;
  padding: 0;
  display: block; }

.centred {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px; }

.container {
  width: 100%;
  margin: 0px; }

.hidetext {
  text-indent: -9999px;
  overflow: hidden; }

.hide {
  display: none; }

.page {
  width: 100%;
  background: white;
  margin-bottom: 5%; }

html {
  width: 100%;
  height: 100%;
  background: #edecfe; }

/*
$main_purple:#524D8C;


$light_purple:#524d8c;
$dark_blue:#271abe;
$light_blue:#0065bf;
$green:#38a633;
$yellow:#e1cb00;
$orange:#e27d00;
$red: #f30021;
*/
.main_header {
  width: 100%; }
  .main_header li {
    box-sizing: border-box;
    width: 11.5%;
    float: left;
    height: 45px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 0;
    border-left: 3px solid #7b669f;
    border-bottom: 3px solid transparent;
    float: left;
    z-index: 1000;
    position: relative; }

.main_nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  width: 100%; }

a {
  color: black;
  text-decoration: none; }

.main_nav > li > ul {
  min-width: 10em;
  padding: 4px 0; }

.main_nav > ul > li {
  display: inline-block; }

.main_nav ul li a {
  text-decoration: none;
  color: black;
  font-size: .9em;
  border: 0; }

.main_nav ul ul {
  padding-left: 0;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  max-width: 200px;
  z-index: 1;
  border: 0;
  left: -3px; }

.main_nav ul li:hover > ul {
  display: block; }

.main_nav ul ul > li {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  border-left: 0; }

.main_nav ul ul > li a {
  height: auto;
  width: 100%;
  display: block;
  padding: 5px 0; }

.main_nav ul ul > li a:hover {
  color: #fff;
  text-decoration: underline; }

.main_nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0; }

.main_nav {
  margin-top: 2%;
  width: 100%;
  padding-right: 1%;
  margin-left: 2.5%; }
  .main_nav a {
    color: black;
    text-decoration: none; }
  .main_nav .light_purple {
    border-left: 3px solid #7d65a1; }
    .main_nav .light_purple ul {
      background: #9885b4; }
      .main_nav .light_purple ul a {
        color: white; }
    .main_nav .light_purple ul ul {
      background: #b2a4c8; }
    .main_nav .light_purple ul ul ul {
      background: #cdc4db; }
  .main_nav .light_purple:hover {
    border-color: #7d65a1; }
    .main_nav .light_purple:hover a {
      color: #7d65a1; }
    .main_nav .light_purple:hover li {
      border-color: transparent; }
    .main_nav .light_purple:hover li a {
      color: white; }
    .main_nav .light_purple:hover ul {
      background: #9885b4; }
    .main_nav .light_purple:hover ul ul {
      background: #b2a4c8; }
    .main_nav .light_purple:hover ul ul ul {
      background: #cdc4db; }
  .main_nav .light_blue {
    border-left: 3px solid #37add3; }
    .main_nav .light_blue ul {
      background: #61bedc; }
      .main_nav .light_blue ul a {
        color: white; }
    .main_nav .light_blue ul ul {
      background: #8bcfe5; }
    .main_nav .light_blue ul ul ul {
      background: #b4e0ef; }
  .main_nav .light_blue:hover {
    border-color: #37add3; }
    .main_nav .light_blue:hover a {
      color: #37add3; }
    .main_nav .light_blue:hover li a {
      color: white; }
    .main_nav .light_blue:hover ul {
      background: #61bedc; }
    .main_nav .light_blue:hover ul ul {
      background: #8bcfe5; }
    .main_nav .light_blue:hover ul ul ul {
      background: #b4e0ef; }
  .main_nav .green {
    border-left: 3px solid #3ac162; }
    .main_nav .green ul {
      background: #5fcf80; }
      .main_nav .green ul a {
        color: white; }
    .main_nav .green ul ul {
      background: #86db9f; }
    .main_nav .green ul ul ul {
      background: #ade7be; }
  .main_nav .green:hover {
    border-color: #3ac162; }
    .main_nav .green:hover a {
      color: #3ac162; }
    .main_nav .green:hover li {
      border-color: transparent; }
    .main_nav .green:hover li a {
      color: white; }
    .main_nav .green:hover ul {
      background: #5fcf80; }
    .main_nav .green:hover ul ul {
      background: #86db9f; }
    .main_nav .green:hover ul ul ul {
      background: #ade7be; }
  .main_nav .yellow {
    border-left: 3px solid #ffd465;
    color: black; }
    .main_nav .yellow ul {
      background: #ffc632; }
    .main_nav .yellow ul ul {
      background: #fff0cb; }
    .main_nav .yellow ul ul ul {
      background: #fffffe; }
  .main_nav .yellow:hover {
    border-color: #ffd465; }
    .main_nav .yellow:hover a {
      color: #ffd465; }
    .main_nav .yellow:hover li {
      border-color: transparent; }
    .main_nav .yellow:hover li a {
      color: white; }
    .main_nav .yellow:hover ul {
      background: #ffc632; }
    .main_nav .yellow:hover ul ul {
      background: #fff0cb; }
    .main_nav .yellow:hover ul ul ul {
      background: #fffffe; }
  .main_nav .dark_blue ul {
    background: #4792ca; }
    .main_nav .dark_blue ul a {
      color: white; }
  .main_nav .dark_blue ul ul {
    background: #6faad5; }
  .main_nav .dark_blue ul ul ul {
    background: #96c1e1; }
  .main_nav .dark_blue:hover {
    border-color: #3278ac; }
    .main_nav .dark_blue:hover a {
      color: #3278ac; }
    .main_nav .dark_blue:hover li {
      border-color: transparent; }
    .main_nav .dark_blue:hover li a {
      color: white; }
    .main_nav .dark_blue:hover ul {
      background: #4792ca; }
    .main_nav .dark_blue:hover ul ul {
      background: #6faad5; }
    .main_nav .dark_blue:hover ul ul ul {
      background: #96c1e1; }
  .main_nav .orange {
    border-left: 3px solid #fb855d; }
    .main_nav .orange ul {
      background: #fcaa8f; }
      .main_nav .orange ul a {
        color: white; }
    .main_nav .orange ul ul {
      background: #fdd0c1; }
    .main_nav .orange ul ul ul {
      background: #fff5f2; }
  .main_nav .orange:hover {
    border-color: #fb855d; }
    .main_nav .orange:hover a {
      color: #fb855d; }
    .main_nav .orange:hover li {
      border-color: transparent; }
    .main_nav .orange:hover li a {
      color: white; }
    .main_nav .orange:hover ul {
      background: #fcaa8f; }
    .main_nav .orange:hover ul ul {
      background: #fdd0c1; }
    .main_nav .orange:hover ul ul ul {
      background: #fff5f2; }
  .main_nav .red {
    border-left: 3px solid #e4535a; }
    .main_nav .red ul {
      background: #eb7f84; }
      .main_nav .red ul a {
        color: white; }
    .main_nav .red ul ul {
      background: #f2abaf; }
    .main_nav .red ul ul ul {
      background: #f9d7d9; }
  .main_nav .red:hover {
    border-color: #e4535a; }
    .main_nav .red:hover a {
      color: #e4535a; }
    .main_nav .red:hover li {
      border-color: transparent; }
    .main_nav .red:hover li a {
      color: white; }
    .main_nav .red:hover ul {
      background: #eb7f84; }
    .main_nav .red:hover ul ul {
      background: #f2abaf; }
    .main_nav .red:hover ul ul ul {
      background: #f9d7d9; }

.header_left_container {
  width: 75%; }

.header_right_container {
  width: 22.5%;
  margin-right: 2.5%;
  text-align: right; }

.logo_container {
  color: #7b669f;
  font-family: Optima,Candara,"Trebuchet MS",sans-serif;
  font-size: 34px;
  padding-top: 2.5%;
  padding-left: 2.5%; }
  .logo_container h1 {
    margin: 0; }

.tagline_container {
  font-family: Optima,Candara,"Trebuchet MS",sans-serif;
  color: #524D8C;
  font-size: 21px;
  padding-left: 2.5%; }
  .tagline_container p {
    margin: 0; }

.c_e_logo_container {
  width: 100%;
  margin-top: 10%; }

.search_container {
  float: right;
  border: 3px solid #7b669f;
  border-radius: 5px;
  margin-top: 2%;
  margin-top: 1%;
  box-sizing: border-box; }
  .search_container input[type="text"] {
    border: none;
    box-sizing: border-box;
    padding: 5px 5px;
    display: block;
    width: 87%;
    float: left; }
  .search_container input[type="image"] {
    width: 9%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    float: right; }

.login_container {
  width: 25%;
  float: right;
  display: block;
  font-size: 12px;
  text-align: right;
  margin-top: 2%;
  margin-bottom: 1%; }
  .login_container p {
    margin: 0;
    display: inline; }
  .login_container .login:after {
    content: " |"; }

.main_nav_mobile_container {
  display: none;
  width: 65%;
  position: relative; }

.main_nav_mobile_button {
  float: right;
  display: block; }

.main_nav_mobile_button ul {
  margin-top: 2%;
  width: 40px;
  padding-left: 0;
  position: absolute;
  top: 3%;
  right: 4%; }

.main_nav_mobile_button li {
  list-style: none;
  width: 100%;
  margin-top: 6px;
  height: 5px;
  background-color: white;
  border-radius: 5px;
  position: relative; }

@media (max-width: 520px) {
  .header_left_container {
    width: 100%; }

  .header_right_container {
    width: 100%; }
    .header_right_container .c_e_logo_container {
      display: none; }
    .header_right_container .search_container {
      width: 90%;
      margin-left: 5%;
      float: left;
      margin-top: 5%; }
    .header_right_container .search_container input[type="image"] {
      width: 6%;
      margin-left: 2%;
      margin-right: 2%;
      margin-top: 1%;
      float: right; }

  .main_nav_mobile_container {
    display: block;
    margin-top: 2%;
    position: relative;
    background-color: #7b669f;
    height: 50px;
    width: 100%; }

  .main_nav_mobile_button ul {
    margin-top: 1%; }

  .logo_container {
    font-size: 20px; }
    .logo_container h1 {
      margin: 0; } }
@media (min-width: 521px) and (max-width: 767px) {
  .header_left_container {
    width: 100%; }

  .header_right_container {
    width: 100%; }
    .header_right_container .c_e_logo_container {
      display: none; }
    .header_right_container .search_container {
      width: 90%;
      margin-left: 5%;
      float: left;
      margin-top: 5%; }
    .header_right_container .search_container input[type="image"] {
      width: 4%;
      margin-left: 2%;
      margin-right: 2%;
      margin-top: 0.5%;
      float: right; }

  .logo_container {
    font-size: 20px; }
    .logo_container h1 {
      margin: 0; } }
@media all and (max-width: 922px) {
  .main_nav_mobile_container {
    display: block;
    margin-top: 2%;
    position: relative;
    background-color: #7b669f;
    height: 50px;
    width: 100%; }

  li {
    padding: 0; }

  .main_nav ul li:hover > ul {
    display: none; }

  .main_nav_mobile_button ul {
    margin-top: 0.5%; }

  .main_nav {
    display: none;
    background: #7b669f;
    margin-top: 0;
    padding: 0;
    float: none;
    margin-left: 0; }
    .main_nav .light_purple, .main_nav .light_blue, .main_nav .green, .main_nav .yellow, .main_nav .dark_blue, .main_nav .orange, .main_nav .red {
      border: 0; }
    .main_nav .light_purple:hover, .main_nav .light_blue:hover, .main_nav .green:hover, .main_nav .yellow:hover, .main_nav .dark_blue:hover, .main_nav .orange:hover, .main_nav .red:hover {
      border: 0; }
      .main_nav .light_purple:hover a, .main_nav .light_blue:hover a, .main_nav .green:hover a, .main_nav .yellow:hover a, .main_nav .dark_blue:hover a, .main_nav .orange:hover a, .main_nav .red:hover a {
        color: white; }
    .main_nav li {
      border: none;
      height: inherit; }

  .main_nav, .main_nav > ul ul {
    overflow: hidden; }

  .main_nav > li > ul {
    padding: 0px;
    border: none; }

  .main_nav.active, .main_nav > ul ul.active {
    max-height: 100%; }

  .main_nav ul {
    display: inline;
    padding: 0; }

  .main_nav > ul {
    border-top: 1px solid blue; }

  .main_nav ul li a {
    color: white;
    text-decoartion: none; }

  .main_nav li, .main_nav > ul > li {
    display: block;
    float: left;
    width: 100%; }

  .main_nav li a {
    color: white;
    display: block;
    padding: 0.8em;
    position: relative; }

  .main_nav .has-children > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em; }

  .main_nav .has-children > a.active:after {
    content: "-"; }

  .main_nav ul ul > li a {
    padding: 12px; }

  .main_nav ul ul, .main_nav ul ul ul {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    border: none; }

  .main_nav ul ul {
    width: 100%;
    max-width: none; }

  .main_nav ul ul li {
    padding-top: 0;
    padding-bottom: 0; } }
.mobile_sub_nav .side_nav {
  display: none; }

.side_nav {
  width: 22.5%;
  margin-left: 1.5%;
  background: #3278ac;
  border-radius: 7px;
  color: black;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1.5%;
  padding: 0;
  float: left; }
  .side_nav li {
    border: none;
    height: inherit;
    padding-left: 0;
    padding-right: 0; }

.side_nav, .side_nav > ul ul {
  overflow: hidden; }

.side_nav > li > ul {
  padding: 0px;
  border: none; }

.side_nav.active, .side_nav > ul ul.active {
  max-height: 100%; }

.side_nav ul {
  display: inline;
  padding: 0; }

.side_nav > ul {
  border-top: 1px solid blue; }

.side_nav ul li a {
  color: black;
  color: rgba(0, 0, 0, 0.7);
  text-decoartion: none; }

.side_nav li, .side_nav > ul > li {
  display: block;
  float: left;
  width: 100%; }

.side_nav li a {
  color: black;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 0.8em;
  position: relative; }

.side_nav .has-children > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 6px; }

.side_nav .has-children > a.active:after {
  content: "-"; }

.side_nav ul ul > li a {
  padding: 12px; }

.side_nav ul ul, .side_nav ul ul ul {
  display: none;
  position: relative;
  left: auto;
  top: auto;
  border: none; }

/*
 .side_nav ul ul ul > li a {
 	background:lighten($light_blue,25%);
 }
 */
.side_nav ul ul {
  width: 100%;
  max-width: none;
  background: #37add3; }

.side_nav ul ul li {
  padding-top: 0;
  padding-bottom: 0; }

.side_nav--lightpurple {
  background: #7d65a1; }
  .side_nav--lightpurple ul li {
    background: #7d65a1; }
  .side_nav--lightpurple ul ul li {
    background: #a595be; }
  .side_nav--lightpurple ul ul ul li {
    background: #c0b4d1;
    padding-left: 10px; }

.side_nav--darkblue {
  background: #3278ac; }
  .side_nav--darkblue ul li {
    background: #3278ac; }
  .side_nav--darkblue ul ul li {
    background: #5b9ecf; }
  .side_nav--darkblue ul ul ul li {
    background: #83b5db; }

.side_nav--lightblue {
  background: #37add3; }
  .side_nav--lightblue ul li {
    background: #37add3; }
  .side_nav--lightblue ul ul li {
    background: #76c7e1; }
  .side_nav--lightblue ul ul ul li {
    background: #a0d8ea; }

.side_nav--green ul li {
  background: #3ac162; }
.side_nav--green ul ul li {
  background: #73d590; }
.side_nav--green ul ul ul li {
  background: #9ae1af; }

.side_nav--yellow {
  background: #ffd465; }
  .side_nav--yellow ul li {
    background: #ffd465; }
  .side_nav--yellow ul ul li {
    background: #ffe9b2; }
  .side_nav--yellow ul ul ul li {
    background: #fff8e5; }

.side_nav--orange {
  background: #fb855d; }
  .side_nav--orange ul li {
    background: #fb855d; }
  .side_nav--orange ul ul li {
    background: #fdbda8; }
  .side_nav--orange ul ul ul li {
    background: #fee3d9; }

.side_nav--red {
  background: #e4535a; }
  .side_nav--red ul li {
    background: #e4535a; }
  .side_nav--red ul ul li {
    background: #ee9599; }
  .side_nav--red ul ul ul li {
    background: #f5c1c4; }

.two_thirds_container {
  width: 70%;
  margin-top: 1.5%;
  margin-left: 2.5%;
  margin-right: 2.5%; }
  .two_thirds_container .carousel_container {
    margin-top: 0; }

.carousel_container {
  width: 100%; }
  .carousel_container img {
    border-radius: 8px; }

.main_image_container {
  width: 100%;
  position: relative; }
  .main_image_container img {
    width: 100%;
    display: block; }

.title_container {
  position: absolute;
  bottom: 10%;
  padding: 0 5%;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 60%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px; }

.body_content {
  margin-top: 1%;
  margin-bottom: 1%; }

.links_container {
  background: #D3D3D3;
  margin-bottom: 5%;
  border-radius: 8px;
  width: 49%;
  margin-right: 1%; }
  .links_container h1 {
    color: #3278ac;
    text-align: center;
    margin: 1% 0; }
  .links_container .link_item {
    background: #eeeeee;
    width: 97%;
    margin-left: 1.5%;
    padding: 0%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px; }
    .links_container .link_item h2 {
      color: #3278ac;
      margin: 0;
      font-size: 14px; }
    .links_container .link_item .link_item_copy {
      width: 85%;
      margin-right: 5%; }
      .links_container .link_item .link_item_copy p {
        margin-top: 9px;
        margin-bottom: 2px; }
    .links_container .link_item .link_icon_container {
      	/*position: absolute;
          bottom: 24px;
          right: 20px;*/
      width: 7%; }
      .links_container .link_item .link_icon_container svg {
        fill: #3278ac; }

.downloads_container {
  background: #D3D3D3;
  margin-bottom: 5%;
  border-radius: 8px;
  width: 49%;
  margin-left: 1%; }
  .downloads_container h1 {
    color: #3278ac;
    text-align: center;
    margin: 1% 0; }
  .downloads_container .download_item {
    background: #eeeeee;
    width: 97%;
    margin-left: 1.5%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0%;
    box-sizing: border-box;
    position: relative; }
    .downloads_container .download_item h2 {
      color: #3278ac;
      margin: 0;
      font-size: 14px; }
    .downloads_container .download_item .download_item_copy {
      width: 85%;
      margin-right: 5%; }
      .downloads_container .download_item .download_item_copy p {
        margin-top: 9px;
        margin-bottom: 2px; }
    .downloads_container .download_item .download_icon_container {
      width: 7%; }
      .downloads_container .download_item .download_icon_container svg {
        fill: #3278ac; }

.flex_wrapper_main {
  display: flex;
  align-items: center;
  justify-content: center; }

.bread_crumb_style {
  color: black;
  font-size: 14px;
  line-height: 23px;
  background: #efefef;
  border-radius: 8px;
  padding: 8px 8px; }
  .bread_crumb_style p {
    margin: 0;
    padding: 0; }
  .bread_crumb_style a, .bread_crumb_style a:visited {
    color: #7b669f;
    text-decoration: underline; }

a.tag_word {
  background: #7b669f;
  padding: 3px 5px;
  border-radius: 3px;
  border: 0;
  color: #000;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none; }

@media (max-width: 520px) {
  .two_thirds_container {
    width: 100%;
    margin: 0 0 0 0; }

  .body_content {
    padding: 0 4%; }

  .links_container {
    width: 100%;
    margin-right: 0; }
    .links_container .link_item .link_icon_container {
      bottom: 54px;
      width: 10%;
      right: 15px; }

  .downloads_container {
    width: 100%;
    margin-left: 0; }
    .downloads_container .download_item .download_icon_container {
      bottom: 54px;
      width: 10%;
      right: 15px; }

  .side_nav {
    display: none; }

  .mobile_sub_nav .side_nav {
    display: block;
    width: 100%;
    margin-left: 0; }

  .title_container {
    max-width: 100%; } }
@media (min-width: 521px) and (max-width: 767px) {
  .two_thirds_container {
    width: 100%;
    margin: 0 0 0 0; }

  .body_content {
    padding: 0 4%; }

  .links_container .link_item .link_icon_container {
    bottom: 54px;
    width: 10%;
    right: 15px; }

  .downloads_container .download_item .download_icon_container {
    bottom: 54px;
    width: 10%;
    right: 15px; }

  .side_nav {
    display: none; }

  .mobile_sub_nav .side_nav {
    display: block;
    width: 100%; } }
.main_content--lightpurple .bread_crumb_style a, .main_content--lightpurple .bread_crumb_style a:visited {
  color: #7d65a1; }
.main_content--lightpurple a.tag_word {
  background: #dbd4e5; }
.main_content--lightpurple .links_container h1 {
  color: #7d65a1; }
.main_content--lightpurple .links_container .link_item h2 {
  color: #7d65a1; }
.main_content--lightpurple .links_container .link_item .link_icon_container svg {
  fill: #7d65a1; }
.main_content--lightpurple .downloads_container h1 {
  color: #7d65a1; }
.main_content--lightpurple .downloads_container .download_item h2 {
  color: #7d65a1; }
.main_content--lightpurple .downloads_container .download_item .download_icon_container svg {
  fill: #7d65a1; }

.main_content--darkblue .bread_crumb_style a, .main_content--darkblue .bread_crumb_style a:visited {
  color: #3278ac; }
.main_content--darkblue a.tag_word {
  background: #aacde6; }
.main_content--darkblue .links_container h1 {
  color: #3278ac; }
.main_content--darkblue .links_container .link_item h2 {
  color: #3278ac; }
.main_content--darkblue .links_container .link_item .link_icon_container svg {
  fill: #3278ac; }
.main_content--darkblue .downloads_container h1 {
  color: #3278ac; }
.main_content--darkblue .downloads_container .download_item h2 {
  color: #3278ac; }
.main_content--darkblue .downloads_container .download_item .download_icon_container svg {
  fill: #3278ac; }

.main_content--lightblue .bread_crumb_style a, .main_content--lightblue .bread_crumb_style a:visited {
  color: #37add3; }
.main_content--lightblue a.tag_word {
  background: #c9e9f3; }
.main_content--lightblue .links_container h1 {
  color: #37add3; }
.main_content--lightblue .links_container .link_item h2 {
  color: #37add3; }
.main_content--lightblue .links_container .link_item .link_icon_container svg {
  fill: #37add3; }
.main_content--lightblue .downloads_container h1 {
  color: #37add3; }
.main_content--lightblue .downloads_container .download_item h2 {
  color: #37add3; }
.main_content--lightblue .downloads_container .download_item .download_icon_container svg {
  fill: #37add3; }

.main_content--green .bread_crumb_style a, .main_content--green .bread_crumb_style a:visited {
  color: #3ac162; }
.main_content--green a.tag_word {
  background: #c1ecce; }
.main_content--green .links_container h1 {
  color: #3ac162; }
.main_content--green .links_container .link_item h2 {
  color: #3ac162; }
.main_content--green .links_container .link_item .link_icon_container svg {
  fill: #3ac162; }
.main_content--green .downloads_container h1 {
  color: #3ac162; }
.main_content--green .downloads_container .download_item h2 {
  color: #3ac162; }
.main_content--green .downloads_container .download_item .download_icon_container svg {
  fill: #3ac162; }

.main_content--yellow .bread_crumb_style a, .main_content--yellow .bread_crumb_style a:visited {
  color: #ffd465; }
.main_content--yellow a.tag_word {
  background: white; }
.main_content--yellow .links_container h1 {
  color: #ffd465; }
.main_content--yellow .links_container .link_item h2 {
  color: #ffd465; }
.main_content--yellow .links_container .link_item .link_icon_container svg {
  fill: #ffd465; }
.main_content--yellow .downloads_container h1 {
  color: #ffd465; }
.main_content--yellow .downloads_container .download_item h2 {
  color: #ffd465; }
.main_content--yellow .downloads_container .download_item .download_icon_container svg {
  fill: #ffd465; }

.main_content--orange .bread_crumb_style a, .main_content--orange .bread_crumb_style a:visited {
  color: #fb855d; }
.main_content--orange a.tag_word {
  background: white; }
.main_content--orange .links_container h1 {
  color: #fb855d; }
.main_content--orange .links_container .link_item h2 {
  color: #fb855d; }
.main_content--orange .links_container .link_item .link_icon_container svg {
  fill: #fb855d; }
.main_content--orange .downloads_container h1 {
  color: #fb855d; }
.main_content--orange .downloads_container .download_item h2 {
  color: #fb855d; }
.main_content--orange .downloads_container .download_item .download_icon_container svg {
  fill: #fb855d; }

.main_content--red .bread_crumb_style a, .main_content--red .bread_crumb_style a:visited {
  color: #e4535a; }
.main_content--red a.tag_word {
  background: #fcedee; }
.main_content--red .links_container h1 {
  color: #e4535a; }
.main_content--red .links_container .link_item h2 {
  color: #e4535a; }
.main_content--red .links_container .link_item .link_icon_container svg {
  fill: #e4535a; }
.main_content--red .downloads_container h1 {
  color: #e4535a; }
.main_content--red .downloads_container .download_item h2 {
  color: #e4535a; }
.main_content--red .downloads_container .download_item .download_icon_container svg {
  fill: #e4535a; }

.main_footer {
  width: 100%;
  box-sizing: border-box;
  padding-top: 1%;
  padding-bottom: 1%; }
  .main_footer p {
    font-size: 12px;
    display: inline;
    padding-left: 2%; }
  .main_footer a {
    font-size: 12px;
    margin-right: 1.5%;
    color: black;
    text-decoration: none; }
  .main_footer a:before {
    content: '|';
    padding-right: 5px; }

@media (max-width: 520px) {
  .main_footer p {
    width: 100%;
    display: block;
    text-align: center; } }
.two_thirds_container {
  float: right; }

.header_background {
  background: #7d65a1;
  width: 100%;
  margin-top: 3%;
  border-radius: 8px; }
  .header_background h1 {
    padding: 3% 5%;
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 60%;
    border-radius: 0 8px 8px 0; }

.contact_copy {
  padding: 0 2%;
  box-sizing: border-box; }

.contact_form {
  margin-top: 5%;
  padding: 0 2%;
  box-sizing: border-box; }

.form_item {
  width: 100%;
  display: block;
  margin-bottom: 5%; }
  .form_item label {
    margin-bottom: 1%;
    margin-top: 1%;
    display: inline-block; }
  .form_item .input--text {
    float: right;
    width: 75%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: inline-block;
    border: none;
    border: 2px solid #dedede; }
  .form_item .input--textarea {
    float: right;
    width: 75%;
    height: 200px;
    display: inline-block;
    boder: none;
    border: 2px solid #dedede; }
  .form_item .input--submit {
    float: right;
    background: #7d65a1;
    border: 4px solid transparent;
    color: white;
    padding: 2%;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: bold; }
  .form_item .input--submit:hover {
    background: white;
    border-color: #7d65a1;
    color: black; }

@media (max-width: 520px) {
  .form_item {
    width: 100%; }
    .form_item label {
      margin-bottom: 2%;
      display: block; }
    .form_item .input--text {
      float: left;
      width: 100%;
      box-sizing: border-box; }
    .form_item .input--textarea {
      float: left;
      width: 100%;
      height: 200px;
      box-sizing: border-box; }
    .form_item .input--submit {
      float: right;
      background: #7d65a1;
      border: 4px solid transparent;
      color: white;
      padding: 2%;
      border-radius: 5px;
      box-sizing: border-box;
      font-weight: bold; }
    .form_item .input--submit:hover {
      background: white;
      border-color: #7d65a1;
      color: black; } }
@media (min-width: 521px) and (max-width: 767px) {
  .form_item {
    width: 100%; }
    .form_item label {
      margin-bottom: 2%;
      display: block; }
    .form_item .input--text {
      float: left;
      width: 100%;
      box-sizing: border-box; }
    .form_item .input--textarea {
      float: left;
      width: 100%;
      height: 200px;
      box-sizing: border-box; }
    .form_item .input--submit {
      float: right;
      background: #7d65a1;
      border: 4px solid transparent;
      color: white;
      padding: 2%;
      border-radius: 5px;
      box-sizing: border-box;
      font-weight: bold; }
    .form_item .input--submit:hover {
      background: white;
      border-color: #7d65a1;
      color: black; } }
.full_width_container {
  width: 95%;
  margin-top: 5%;
  margin-right: 2.5%;
  margin-left: 2.5%; }

.full_width_search_container {
  width: 100%;
  float: left;
  border: 4px solid #524D8C;
  margin-top: 2%;
  margin-top: 1%;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px; }
  .full_width_search_container .search--text_input {
    width: 90%;
    box-sizing: border-box;
    font-size: 40px;
    border: none;
    padding: 10px; }
  .full_width_search_container .search--submit_button {
    background: red;
    border: none;
    padding: 5px;
    float: right;
    height: 48px; }
  .full_width_search_container .search_input_img {
    float: right;
    width: 4%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    float: right; }

.search--submit {
  background: #7b669f;
  color: white;
  border: none;
  border-radius: 5px;
  box-sizing: border-box; }

.carousel_container {
  width: 67.5%;
  margin-top: 2.5%;
  margin-right: 2.5%; }
  .carousel_container .home_carousel {
    width: 100%; }
  .carousel_container .carousel_item {
    width: 100%;
    position: relative; }
    .carousel_container .carousel_item img {
      width: 100%;
      display: block; }
  .carousel_container .carousel_message {
    position: absolute;
    bottom: 5%;
    padding: 0 5%;
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 60%;
    border-radius: 0 8px 8px 0; }

.newsletter_sign_up {
  width: 30%;
  margin-top: 2.5%;
  background: #dedede;
  padding: 2.5%;
  border-radius: 8px; }
  .newsletter_sign_up h1 {
    color: #7b669f;
    margin: 0; }
  .newsletter_sign_up .sign_up--form_item {
    display: block;
    width: 100%;
    margin-bottom: 5%; }
    .newsletter_sign_up .sign_up--form_item label {
      display: block;
      width: 100%;
      margin-bottom: 2%; }
    .newsletter_sign_up .sign_up--form_item .input--text {
      width: 100%;
      box-sizing: border-box;
      padding: 5px;
      border: none; }
    .newsletter_sign_up .sign_up--form_item .input--submit {
      float: right;
      padding: 3%;
      background: #7b669f;
      border: 2px solid transparent;
      color: white;
      border-radius: 5px;
      box-sizing: border-box; }
    .newsletter_sign_up .sign_up--form_item .input--submit:hover {
      border-color: #7b669f;
      background: white;
      color: #7b669f; }
  .newsletter_sign_up .sign_up--form_item:first-child {
    margin-top: 5%; }

.newsletter_sign_up--mobile_button {
  display: none; }

.bottom_flex_box, .top_flex_box {
  display: flex;
  width: 100%; }

.bottom_flex_box {
  margin-bottom: 2.5%; }

.vacancy_container {
  width: 32.25%;
  margin-right: 3%;
  margin-left: 0;
  background: #dedede;
  border-radius: 8px; }

.vacancy_item_carousel {
  width: 100%; }
  .vacancy_item_carousel .vacancy_item--image {
    width: 100%;
    position: relative;
    min-height: 170px; }
    .vacancy_item_carousel .vacancy_item--image img {
      width: 90%;
      height: auto;
      margin: 5%;
      border-radius: 10px; }
  .vacancy_item_carousel .vacancy_content {
    background: #dedede;
    color: #7b669f;
    padding-left: 5%;
    padding-right: 5%; }
    .vacancy_item_carousel .vacancy_content p {
      color: black;
      margin: 0;
      padding-bottom: 10px; }
    .vacancy_item_carousel .vacancy_content h1 {
      padding: 10px 0;
      margin: 0;
      font-size: 20px; }

.events_container {
  width: 32.25%;
  background: #dedede;
  border-radius: 8px; }

.event_item_carousel {
  width: 100%; }
  .event_item_carousel .event_item--image {
    width: 100%;
    position: relative;
    min-height: 170px; }
    .event_item_carousel .event_item--image img {
      width: 90%;
      height: auto;
      margin: 5%;
      border-radius: 10px; }
  .event_item_carousel .event_content {
    background: #dedede;
    color: #7b669f;
    padding-left: 5%;
    padding-right: 5%; }
    .event_item_carousel .event_content p {
      color: black;
      margin: 0;
      padding-bottom: 10px; }
    .event_item_carousel .event_content h1 {
      padding: 10px 0;
      margin: 0;
      font-size: 20px; }

.view_more_button {
  display: block;
  float: left;
  width: 40%;
  margin-left: 30%;
  margin-top: 10%;
  margin-bottom: 10%;
  border-radius: 5px;
  text-align: center;
  background: #7b669f;
  color: white;
  padding: 10px 0;
  border: 2px solid #7b669f; }

.view_more_button:hover {
  background: white;
  color: #7b669f; }

.facebook_container {
  width: 30%;
  margin-right: 0;
  margin-left: 2.5%;
  background: #3b5998;
  border-radius: 8px; }
  .facebook_container .facebook_logo_container {
    width: 20%;
    margin: 5%; }
  .facebook_container .facebook_item_container {
    margin: 0 5% 5% 5%;
    width: 90%;
    background: white;
    border-radius: 8px; }
  .facebook_container .facebook_item_content {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 8px; }
    .facebook_container .facebook_item_content img {
      width: 100%;
      display: block;
      border-radius: 8px; }
    .facebook_container .facebook_item_content .date_container {
      width: 100%;
      text-align: right; }
    .facebook_container .facebook_item_content a {
      color: #3b5998; }
    .facebook_container .facebook_item_content a:hover {
      text-decoration: underline; }
    .facebook_container .facebook_item_content .date_container, .facebook_container .facebook_item_content .user_action {
      color: #959994;
      font-size: 14px; }
  .facebook_container .facebook_like_link {
    color: white;
    width: 60%;
    margin: 5%;
    display: block;
    text-align: right;
    float: right; }

@media (max-width: 520px) {
  .carousel_container {
    width: 100%;
    margin-right: 0; }
    .carousel_container .carousel_message {
      font-size: 12px; }

  .bottom_flex_box {
    width: 100%;
    display: block; }

  .vacancy_container, .events_container, .facebook_container {
    width: 100%;
    margin: 0 0 5% 0; }

  .newsletter_sign_up {
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    .newsletter_sign_up .newsletter_sign_up--container {
      width: 80%; }
    .newsletter_sign_up .newsletter_sign_up--mobile_button {
      display: block;
      font-size: 40px;
      width: 20%;
      text-align: right;
      position: absolute;
      right: 5%;
      top: 2%;
      color: #7b669f; }
      .newsletter_sign_up .newsletter_sign_up--mobile_button p {
        margin: 0; }

  .form_content_container {
    display: none; }

  .full_width_search_container .search--text_input {
    width: 86%;
    box-sizing: border-box;
    font-size: 24px;
    border: none;
    padding: 10px; }
  .full_width_search_container .search_input_img {
    width: 9%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    float: right; } }
@media (min-width: 521px) and (max-width: 767px) {
  .carousel_container {
    width: 100%;
    margin-right: 0; }

  .newsletter_sign_up {
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    .newsletter_sign_up .newsletter_sign_up--container {
      width: 90%; }
    .newsletter_sign_up .newsletter_sign_up--mobile_button {
      display: block;
      font-size: 40px;
      width: 20%;
      text-align: right;
      position: absolute;
      right: 5%;
      top: 2%;
      color: #7b669f; }
      .newsletter_sign_up .newsletter_sign_up--mobile_button p {
        margin: 0; }
    .newsletter_sign_up .sign_up--form_item {
      margin-bottom: 2.5%; }
      .newsletter_sign_up .sign_up--form_item .input--submit {
        padding: 1%; }

  .form_content_container {
    display: none; }

  .bottom_flex_box {
    width: 100%;
    display: block; }

  .vacancy_container, .events_container, .facebook_container {
    width: 100%;
    margin: 0 0 2% 0; }

  .vacancy_container, .facebook_container {
    width: 48%;
    margin-right: 2%; }

  .events_container {
    width: 48%;
    margin-left: 2%; }

  .full_width_search_container .search--text_input {
    width: 85%; }
  .full_width_search_container .search_input_img {
    padding: 2%; } }
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* Form wrapper styling */
.form-wrapper {
  width: 100%;
  border-radius: 10px; }

/* Form text input */
.form-wrapper input {
  width: 88%;
  padding: 10px 5px;
  float: left;
  border: 0;
  background: #eee;
  border-radius: 3px 0 0 3px; }

.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset; }

.form-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

/* Form submit button */
.form-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 11%;
  font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
  color: #fff;
  text-transform: uppercase;
  background: #d83c3c;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.form-wrapper button:hover {
  background: #e54040; }

.form-wrapper button:active,
.form-wrapper button:focus {
  background: #c42f2f;
  outline: 0; }

.form-wrapper button:before {
  /* left arrow */
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #d83c3c transparent;
  top: 12px;
  left: -6px; }

.form-wrapper button:hover:before {
  border-right-color: #e54040; }

.form-wrapper button:focus:before,
.form-wrapper button:active:before {
  border-right-color: #c42f2f; }

.form-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0; }

.page_description_container {
  padding: 5px; }
  .page_description_container h1 {
    color: #7b669f;
    font-size: 24px; }

.vacancy_listing_container {
  width: 100%; }
  .vacancy_listing_container .border_bottom_vacancy {
    border-bottom: 2px solid #dedede;
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-left: 5%;
    width: 90%; }
  .vacancy_listing_container .featured_vacancy {
    border: solid;
    border-color: #7b669f; }

.vacancy_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 4%;
  border: 1px solid #dedede;
  position: relative; }
  .vacancy_item .vacancy_content_container {
    width: 70%;
    padding: 2%;
    box-sizing: border-box; }
  .vacancy_item .vacancy_image_container {
    width: 25%;
    margin: 0 2.5%; }
    .vacancy_item .vacancy_image_container img {
      width: 100%; }
  .vacancy_item .vacancy_title, .vacancy_item .vacancy_date_posted {
    width: 100%; }
  .vacancy_item .vacancy_date_posted {
    font-size: 14px;
    font-style: italic; }
  .vacancy_item .vacancy_title {
    font-size: 10px; }
    .vacancy_item .vacancy_title a {
      color: #7b669f; }
    .vacancy_item .vacancy_title h1 {
      margin: 0; }
  .vacancy_item .vacancy_description {
    width: 100%; }
    .vacancy_item .vacancy_description p {
      margin-top: 0; }
  .vacancy_item .view_more_button {
    margin-top: 0;
    margin-bottom: 0; }

.closing_soon_ribbon {
  position: absolute;
  right: 0;
  margin-right: 3%;
  background: #7b669f;
  color: white;
  padding-bottom: 3px;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 14px; }

@media (max-width: 520px) {
  .two_thirds_container {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; } }
@media (max-width: 767px) and (min-width: 521px) {
  .two_thirds_container {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; } }
.event_listing_container {
  width: 100%; }
  .event_listing_container .featured_event {
    border: solid;
    border-color: #7b669f; }

.main_image_container {
  width: 100%; }
  .main_image_container img {
    border-radius: 8px;
    width: 100%; }

.event_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 4%;
  border: 1px solid #dedede;
  position: relative;
  border-radius: 8px; }
  .event_item .event_content_container {
    width: 70%;
    padding: 2%;
    box-sizing: border-box; }
  .event_item .event_image_container {
    width: 25%;
    margin: 0 2.5%; }
    .event_item .event_image_container img {
      width: 100%;
      border-radius: 8px; }
  .event_item .event_title, .event_item .event_date_posted {
    width: 100%; }
  .event_item .event_date_posted {
    font-size: 14px;
    font-style: italic; }
    .event_item .event_date_posted p {
      margin-bottom: 0; }
  .event_item .event_location {
    font-size: 14px;
    font-style: italic; }
    .event_item .event_location p {
      margin-top: 0; }
  .event_item .event_title {
    font-size: 10px; }
    .event_item .event_title a {
      color: #7b669f; }
    .event_item .event_title h1 {
      margin: 0; }
  .event_item .event_description {
    width: 100%; }
    .event_item .event_description p {
      margin-top: 0; }
  .event_item .view_more_button {
    margin-top: 0;
    margin-bottom: 0; }

.vacancy_full_page {
  width: 100%;
  margin-top: 4%; }
  .vacancy_full_page .vacancy_title {
    width: 100%;
    margin-right: 5%;
    color: #7b669f; }
    .vacancy_full_page .vacancy_title h1 {
      margin-bottom: 10px; }
  .vacancy_full_page .vacancy_summary {
    width: 100%; }
  .vacancy_full_page .vacancy_image_container {
    width: 30%;
    margin-right: 70%; }
    .vacancy_full_page .vacancy_image_container img {
      width: 100%;
      display: block; }
  .vacancy_full_page .vacancy_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .vacancy_full_page .vacancy_header h1 {
      margin-top: 0;
      margin-bottom: 0; }
  .vacancy_full_page .vacancy_summary {
    font-style: italic; }

@media (max-width: 520px) {
  .vacancy_full_page .vacancy_image_container {
    width: 100%;
    margin-right: 0; }
  .vacancy_full_page .vacancy_title {
    width: 100%;
    margin-right: 0; } }
.event_full_page {
  width: 100%; }
  .event_full_page .main_image_container {
    margin-top: 0; }
    .event_full_page .main_image_container img {
      border-radius: 8px; }
  .event_full_page .event_title {
    width: 100%;
    margin-right: 5%;
    color: #7b669f; }
    .event_full_page .event_title h1 {
      margin-bottom: 10px; }
  .event_full_page .event_summary {
    width: 100%;
    font-style: italic; }
    .event_full_page .event_summary p {
      margin-top: 8px; }
  .event_full_page .event_date {
    width: 100%; }
    .event_full_page .event_date p {
      margin-bottom: 0; }
  .event_full_page .event_link {
    width: 100%; }
    .event_full_page .event_link a {
      margin-top: 11px;
      display: block;
      color: #7b669f; }
  .event_full_page .event_image_container {
    width: 100%;
    margin-right: 0; }
    .event_full_page .event_image_container img {
      width: 100%;
      display: block; }
  .event_full_page .event_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .event_full_page .event_header h1 {
      margin-top: 0;
      margin-bottom: 0; }
  .event_full_page .event_map_container {
    border-radius: 8px; }

@media (max-width: 520px) {
  .event_full_page .event_image_container {
    width: 100%;
    margin-right: 0; }
  .event_full_page .event_title {
    width: 100%;
    margin-right: 0; } }
