@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.fw-normal {
  font-weight: 400; }

.fw-medium {
  font-weight: 500; }

.fw-bold {
  font-weight: 700; }

.fw-xbold {
  font-weight: 900; }

/* ---------------------
/* Colours
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Padding / Margin
/* --------------------- */
/* ---------------------
/* Typography
/* --------------------- */
/* --------------------------------------
/*  Helpers
/* -------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

.google-map {
  min-height: 300px;
  height: 400px; }

.padding-section {
  padding: 60px 15px; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------
/*  Buttons
/* -------------------------------------- */
.btn, .fourofour a {
  text-align: left;
  padding: 12px 20px 10px 20px;
  font-size: 15px;
  transition: all 0.5s;
  color: #fff !important;
  background-color: #004869;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 991px) {
    .btn, .fourofour a {
      min-width: 150px; } }
  .btn.btn-small, .fourofour a {
    text-decoration: none;
    text-align: center; }
    @media (max-width: 767px) {
      .btn.btn-small, .fourofour a {
        font-size: 0.9em; } }
  .btn.btn-large, .fourofour a.btn-large {
    text-decoration: none;
    font-size: 18px;
    padding: 0;
    height: auto;
    width: 100%;
    display: inline-block; }
    @media (max-width: 1024px) {
      .btn.btn-large, .fourofour a.btn-large {
        width: auto; } }
    .btn.btn-large .icon-container, .fourofour a.btn-large .icon-container {
      padding: 15px 20px;
      display: inline-block;
      border-right: 1px solid #fff; }
    .btn.btn-large .btn-large-text, .fourofour a.btn-large .btn-large-text {
      padding-left: 20px;
      padding-right: 20px; }
  .btn:hover, .fourofour a:hover, .btn:focus, .fourofour a:focus, .btn:active, .fourofour a:active {
    background-color: #0a2532;
    text-decoration: none !important;
    color: #fff !important; }

/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
      color: #004869;
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px; }
  h1 a, h1a, .h1-style a, .h1-stylea {
    color: #0c547d; }
    h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
      text-decoration: underline;
      color: #08354e; }
  h1:after, .h1-style:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60%;
    height: 1px; }

h2, .h2-style {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 20px;
      color: #004869;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  width: auto;
  padding-bottom: 25px;
  letter-spacing: 0.05em; }
  h2 a, h2a, .h2-style a, .h2-stylea {
    color: #002049; }
    h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
      text-decoration: underline;
      color: #000a16; }
  h2:after, .h2-style:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60%;
    height: 1px;
    border-bottom: 1px solid #000; }

h3, .h3-style {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 20px;
  color: #004869;
  line-height: 1.2;
  font-weight: 100;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px; }
  h3 a, h3a, .h3-style a, .h3-stylea {
    color: #0c547d; }
    h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
      text-decoration: underline;
      color: #08354e; }
  @media (max-width: 767px) {
    h3, .h3-style {
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
      font-size: 22px;
      color: #002049;
      line-height: 1.2;
      font-weight: 100;
      text-transform: none;
      letter-spacing: 0; } }

h4, .h4-style {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 18px;
  color: #002049;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }
  h4 a, h4a, .h4-style a, .h4-stylea {
    color: #0c547d; }
    h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
      text-decoration: underline;
      color: #08354e; }

h5, .h5-style {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  h5 a, h5a, .h5-style a, .h5-stylea {
    color: #000; }
    h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
      text-decoration: underline;
      color: black; }

h6, .h6-style {
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 13px;
  color: #002049;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  h6 a, h6a, .h6-style a, .h6-stylea {
    color: #002049; }
    h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
      text-decoration: underline;
      color: #000a16; }

.larger-text {
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0; }

.nf-before-form-content {
	margin-bottom: 20px;
}

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
blockquote {
  border: 0;
  margin: 35px 0;
  padding: 25px 0;
  border-bottom: 1px solid #0c547d;
  border-top: 3px double #0c547d; }
  blockquote h1, blockquote h2, blockquote h3,
  blockquote h4, blockquote h5, blockquote h6,
  blockquote p, blockquote a, blockquote span,
  blockquote ul, blockquote ol, blockquote li,
  blockquote input, blockquote button {
    font-size: 22px;
    color: #0c547d;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
    line-height: 1.2; }

.body-section a, .body-sectiona {
  color: #ea587c !important; }
  .body-section a:hover, .body-section a:focus, .body-sectiona:hover, .body-sectiona:focus {
    text-decoration: underline;
    color: #08354e; }

ul, ol {
  line-height: 1.4;
  padding-left: 25px;
  margin-bottom: 25px; }

p {
  line-height: 1.4;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* --------------------------------------
/*  Tabs reset
/* -------------------------------------*/
.tabs-container ul.nav.nav-tabs li a:focus {
  outline: none; }

/* --------------------------------------
/*  - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  -webkit-filter: none;
  filter: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px; }

.navbar-default {
  border-color: transparent; }

.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none; }
  .navbar .nav > li > a i, .navbar .nav > li > a b {
    border-bottom-color: #002049;
    border-top-color: #002049; }

.navbar-nav {
  margin-left: 0px;
  margin-right: 0px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent; }

.navbar .nav .active > a {
  color: #333333;
  background: none;
  box-shadow: none; }

.navbar .nav .active > a:hover {
  background: none;
  box-shadow: none; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  box-shadow: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-repeat: repeat-x;
  text-decoration: none;
  -webkit-filter: none;
  filter: none; }

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

/* --------------------------------------
/*  - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.dropdown.active > .dropdown-toggle {
  box-shadow: none; }

.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 0;
  position: relative; }

.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none; }

.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left; }

.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 13px; }

.navbar .nav > li .dropdown-menu li a:hover {
  color: #2a2a2a; }

/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover > .sub-menu {
  visibility: visible; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

/* --------------------------------------
/*  Tables
/* -------------------------------------*/
table.table {
  border-spacing: 2px;
  border-collapse: separate; }
  table.table > tbody > tr > td {
    border: 0;
    padding: 0.7em;
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      table.table > tbody > tr > td {
        padding: 0.4em;
        font-size: 0.7rem; } }

/* --------------------------------------
/*  Collapse
/* -------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-group .panel {
  border: 0;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .panel-group .panel .panel-heading h4 {
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
      font-size: 20px;
      color: #002049;
      line-height: 1.2;
      font-weight: 100;
      text-transform: none;
      letter-spacing: 0;
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 1.5; }
      .panel-group .panel .panel-heading h4 a, .panel-group .panel .panel-heading h4a {
        color: #0c547d; }
        .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4a:hover, .panel-group .panel .panel-heading h4a:focus {
          text-decoration: underline;
          color: #08354e; }
      @media (max-width: 767px) {
        .panel-group .panel .panel-heading h4 {
          font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
          font-size: 22px;
          color: #002049;
          line-height: 1.2;
          font-weight: 100;
          text-transform: none;
          letter-spacing: 0; } }
      .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4 aa, .panel-group .panel .panel-heading h4 aa:hover, .panel-group .panel .panel-heading h4 aa:focus {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    padding-left: 0;
    padding-right: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick.eot");
  src: url("../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick.woff") format("woff"), url("../../assets/fonts/slick.ttf") format("truetype"), url("../../assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slide:focus {
  outline: none; }

/* --------------------------------------
/*  Custom
/* -------------------------------------- */
.slick-container {
  padding: 0;
  z-index: 5; }

.slick {
  text-align: center;
  padding: 0;
  margin: 0px; }

.slick-dots {
  bottom: 0; }

.slick-prev, .slick-next {
  z-index: 6; }
  .slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 21px;
    color: #0c547d; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "\f105"; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "\f104"; }

.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #fff;
  content: "\f10c"; }

/* Table of Contents

	- Variables
	- Ninja Forms

 */
/*** All Variables without importing ***/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
.nf-form-cont {
  margin-top: 20px;
  /*** Inputs ***/
  /** Error Boxes **/ }
  .nf-form-cont p {
    margin-bottom: 10px; }
  .nf-form-cont label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #002049; }
  .nf-form-cont .field-wrap.label-left .ninja-forms-field, .nf-form-cont .field-wrap.label-left .ninja-forms-star-rating-control {
    margin: 0; }
  .nf-form-cont .ninja-forms-form-wrap label {
    font-weight: normal; }
  .nf-form-cont .field-wrap {
    margin-bottom: 20px;
    position: relative; }
    .nf-form-cont .textbox-container.label-hidden .field-wrap.textbox-wrap:after, .nf-form-cont .field-wrap.textarea-wrap:after, .nf-form-cont .field-wrap.email-wrap:after {
      position: absolute;
      content: ' ';
      bottom: 5px;
      width: 96%;
      left: 2%;
      border-bottom: 1px solid #002049; }
  .nf-form-cont input[type="text"], .nf-form-cont textarea, .nf-form-cont .ninja-forms-field.country, .nf-form-cont select, .nf-form-cont input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #fff;
    padding: 10px 8px;
    font-size: 13px;
    color: #000;
    display: block;
    transition: all 0.5s;
    position: relative; }
    .nf-form-cont input[type="text"]:hover, .nf-form-cont input[type="text"]:focus, .nf-form-cont textarea:hover, .nf-form-cont textarea:focus, .nf-form-cont .ninja-forms-field.country:hover, .nf-form-cont .ninja-forms-field.country:focus, .nf-form-cont select:hover, .nf-form-cont select:focus {
      border-color: #e6e6e6; }
    .nf-form-cont input[type="text"]:focus, .nf-form-cont textarea:focus, .nf-form-cont .ninja-forms-field.country:focus, .nf-form-cont select:focus {
      border-color: #cccccc;
      outline: none !important; }
  .nf-form-cont select {
    -webkit-appearance: none;
    background-color: #002049;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-radius: 0px; }
  .nf-form-cont .ninja-forms-field.country {
    width: 100%; }
  .nf-form-cont .spam-wrap input[type="text"] {
    width: 100%; }
  .nf-form-cont .ninja-forms-required-items {
    display: none; }
  #nf-field-4-container input[type="submit"],
  .nf-form-cont .nf-modal-link,
  .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev,
  .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-next {
    display: inline-block;
    padding: 12px 30px 12px 88px;
    width: auto;
    position: relative;
    transition: all 0.5s; }
    .nf-form-cont .submit-wrap input[type="submit"]:hover, .nf-form-cont .submit-wrap input[type="submit"]:active,
    .nf-form-cont .nf-modal-link:hover,
    .nf-form-cont .nf-modal-link:active,
    .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev:hover,
    .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev:active,
    .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-next:hover,
    .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-next:active {
      color: #fff; }
  .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev {
    background-color: #00367c; }
    .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev:hover, .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev:focus, .nf-form-cont .ninja-forms-mp-nav.ninja-forms-mp-prev:active {
      background: #002049; }
  .nf-form-cont .textarea-wrap textarea {
    margin-bottom: -5px;
    height: 150px; }
  .nf-form-cont .list-radio-wrap.label-block-wrap label {
    display: block;
    float: none;
    margin-bottom: 1em; }
  .nf-form-cont .list-radio-wrap.label-block-wrap ul li label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top; }
    .nf-form-cont .list-radio-wrap.label-block-wrap ul li label input {
      vertical-align: text-top;
      margin-right: 5px !important; }


    .nf-form-cont .nf-error-wrap .nf-error-required-error, .nf-form-cont .nf-error-field-errors {
      padding: 8px 10px;
      width: 100%;
      background-color: #e5f0f4;
      border: 1px solid #fff;
      border-top: none; }
      
	.nf-form-cont .nf-error-wrap, .nf-form-cont .nf-error-field-errors {
        margin-bottom: 0;
        font-size: 12px; } 

  .nf-form-cont .list-checkbox-wrap .label-left label, .nf-form-cont .list-checkbox-wrap .label-left ul, .nf-form-cont .list-checkbox-wrap .label-left ul li, .nf-form-cont .list-checkbox-wrap .label-right label, .nf-form-cont .list-checkbox-wrap .label-right ul, .nf-form-cont .list-checkbox-wrap .label-right ul li, .nf-form-cont .list-checkbox-wrap .label-left label, .nf-form-cont .list-checkbox-wrap .label-left ul, .nf-form-cont .list-checkbox-wrap .label-left ul li, .nf-form-cont .list-checkbox-wrap .label-right label, .nf-form-cont .list-checkbox-wrap .label-right ul, .nf-form-cont .list-checkbox-wrap .label-right ul li, .nf-form-cont .list-checkbox-wrap label, .nf-form-cont .list-checkbox-wrap ul, .nf-form-cont .list-checkbox-wrap li {
    display: block;
    float: none !important; }
  .nf-form-cont .list-checkbox-wrap ul li {
    padding: 3px 0 !important; }
    .nf-form-cont .list-checkbox-wrap ul li label input {
      margin-right: 5px !important; }

/* --------------------------------------
/*  Submit Button
/* -------------------------------------*/
#nf-field-4-wrap .nf-field-element {
  text-align: right; }
  #nf-field-4-wrap .nf-field-element:before {
    position: absolute;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    border-right: 1px solid #fff;
    top: 0;
    right: 180px;
    width: 58px;
    height: 100%;
    content: ' ';
    z-index: 5; }

#nf_processing_1 {
  text-align: right; }
  #nf_processing_1:before {
    position: absolute;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    border-right: 1px solid #fff;
    top: 0;
    right: 198px;
    width: 58px;
    height: 100%;
    content: ' ';
    z-index: 5; }
  #nf_processing_1 input[type='submit'] {
    width: 258.5px; }

/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Foreach
/* -------------------------------------- */
@media (min-width: 1200px) {
	
	
  .fx-example-highlight-colour-xl {
    background: #6A95B5;
    color: #fff; }
  .fx-xl-display-block {
    display: block; }
  .fx-xl-display-block-inline {
    display: inline-block; }
  .fx-xl-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-xl-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-xl-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-xl-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-xl-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-xl-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-xl-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-xl-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-xl-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-xl-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-xl-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-xl-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-xl-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-xl-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-xl-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-xl-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-xl-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-xl-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-xl-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-xl-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-xl-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-xl-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-xl-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-xl-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-xl-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-xl-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-xl-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-xl-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-xl-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-xl-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-xl-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-xl-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-xl-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-xl-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-xl-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-xl-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-xl-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-xl-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-xl-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-xl-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-xl-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-xl-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-xl-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-xl-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-xl-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-xl-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-xl-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-xl-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-xl-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-xl-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-xl-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-xl-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-xl-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-xl-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-xl-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-xl-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-xl-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-xl-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-xl-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-xl-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-xl-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 992px) {
  .fx-example-highlight-colour-lg {
    background: #6A95B5;
    color: #fff; }
  .fx-lg-display-block {
    display: block; }
  .fx-lg-display-block-inline {
    display: inline-block; }
  .fx-lg-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-lg-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-lg-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-lg-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-lg-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-lg-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-lg-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-lg-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-lg-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-lg-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-lg-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-lg-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-lg-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-lg-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-lg-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-lg-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-lg-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-lg-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-lg-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-lg-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-lg-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-lg-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-lg-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-lg-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-lg-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-lg-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-lg-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-lg-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-lg-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-lg-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-lg-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-lg-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-lg-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-lg-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-lg-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-lg-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-lg-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-lg-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-lg-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-lg-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-lg-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-lg-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-lg-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-lg-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-lg-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-lg-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-lg-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-lg-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-lg-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-lg-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-lg-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-lg-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-lg-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-lg-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-lg-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-lg-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-lg-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-lg-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-lg-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-lg-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-lg-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 768px) {
  .fx-example-highlight-colour-md {
    background: #6A95B5;
    color: #fff; }
  .fx-md-display-block {
    display: block; }
  .fx-md-display-block-inline {
    display: inline-block; }
  .fx-md-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-md-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-md-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-md-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-md-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-md-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-md-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-md-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-md-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-md-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-md-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-md-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-md-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-md-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-md-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-md-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-md-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-md-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-md-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-md-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-md-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-md-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-md-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-md-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-md-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-md-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-md-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-md-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-md-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-md-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-md-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-md-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-md-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-md-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-md-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-md-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-md-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-md-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-md-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-md-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-md-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-md-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-md-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-md-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-md-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-md-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-md-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-md-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-md-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-md-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-md-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-md-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-md-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-md-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-md-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-md-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-md-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-md-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-md-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-md-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-md-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 544px) {
  .fx-example-highlight-colour-sm {
    background: #6A95B5;
    color: #fff; }
  .fx-sm-display-block {
    display: block; }
  .fx-sm-display-block-inline {
    display: inline-block; }
  .fx-sm-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-sm-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-sm-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-sm-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-sm-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-sm-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-sm-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-sm-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-sm-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-sm-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-sm-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-sm-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-sm-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-sm-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-sm-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-sm-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-sm-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-sm-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-sm-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-sm-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-sm-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-sm-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-sm-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-sm-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-sm-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-sm-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-sm-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-sm-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-sm-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-sm-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-sm-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-sm-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-sm-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-sm-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-sm-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-sm-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-sm-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-sm-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-sm-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-sm-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-sm-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-sm-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-sm-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-sm-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-sm-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-sm-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-sm-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-sm-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-sm-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-sm-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-sm-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-sm-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-sm-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-sm-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-sm-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-sm-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-sm-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-sm-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-sm-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-sm-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-sm-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 0px) {
  .fx-example-highlight-colour-xs {
    background: #6A95B5;
    color: #fff; }
  .fx-xs-display-block {
    display: block; }
  .fx-xs-display-block-inline {
    display: inline-block; }
  .fx-xs-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-xs-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-xs-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-xs-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-xs-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-xs-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-xs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-xs-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-xs-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-xs-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-xs-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-xs-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-xs-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-xs-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-xs-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-xs-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-xs-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-xs-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-xs-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-xs-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-xs-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-xs-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-xs-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-xs-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-xs-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-xs-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-xs-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-xs-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-xs-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-xs-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-xs-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-xs-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-xs-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-xs-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-xs-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-xs-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-xs-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-xs-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-xs-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-xs-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-xs-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-xs-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-xs-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-xs-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-xs-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-xs-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-xs-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-xs-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-xs-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-xs-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-xs-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-xs-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-xs-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-xs-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-xs-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-xs-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-xs-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-xs-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-xs-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-xs-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-xs-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-xs-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 0px) {
  .fx-example-highlight-colour-df-xl {
    background: #6A95B5;
    color: #fff; }
  .fx-df-xl-display-block {
    display: block; }
  .fx-df-xl-display-block-inline {
    display: inline-block; }
  .fx-df-xl-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-df-xl-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-df-xl-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-df-xl-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-df-xl-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-df-xl-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-df-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-df-xl-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-df-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-df-xl-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-df-xl-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-df-xl-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-df-xl-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-df-xl-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-df-xl-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-df-xl-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-df-xl-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-df-xl-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-df-xl-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-df-xl-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-df-xl-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-df-xl-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-df-xl-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-df-xl-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-df-xl-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-df-xl-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-df-xl-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-df-xl-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-df-xl-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-df-xl-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-df-xl-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-df-xl-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-df-xl-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-df-xl-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-df-xl-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-df-xl-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-df-xl-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-df-xl-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-df-xl-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-df-xl-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-df-xl-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-df-xl-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-df-xl-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-df-xl-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-df-xl-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-df-xl-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-df-xl-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-df-xl-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-df-xl-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-df-xl-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-df-xl-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-df-xl-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-df-xl-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-df-xl-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-df-xl-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-df-xl-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-df-xl-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-df-xl-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-df-xl-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-df-xl-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-df-xl-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-df-xl-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-df-xl-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 1200px) {
  .fx-example-highlight-colour-df-lg {
    background: #6A95B5;
    color: #fff; }
  .fx-df-lg-display-block {
    display: block; }
  .fx-df-lg-display-block-inline {
    display: inline-block; }
  .fx-df-lg-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-df-lg-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-df-lg-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-df-lg-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-df-lg-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-df-lg-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-df-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-df-lg-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-df-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-df-lg-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-df-lg-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-df-lg-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-df-lg-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-df-lg-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-df-lg-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-df-lg-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-df-lg-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-df-lg-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-df-lg-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-df-lg-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-df-lg-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-df-lg-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-df-lg-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-df-lg-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-df-lg-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-df-lg-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-df-lg-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-df-lg-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-df-lg-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-df-lg-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-df-lg-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-df-lg-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-df-lg-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-df-lg-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-df-lg-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-df-lg-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-df-lg-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-df-lg-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-df-lg-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-df-lg-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-df-lg-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-df-lg-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-df-lg-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-df-lg-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-df-lg-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-df-lg-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-df-lg-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-df-lg-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-df-lg-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-df-lg-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-df-lg-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-df-lg-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-df-lg-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-df-lg-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-df-lg-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-df-lg-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-df-lg-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-df-lg-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-df-lg-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-df-lg-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-df-lg-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-df-lg-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-df-lg-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 992px) {
  .fx-example-highlight-colour-df-md {
    background: #6A95B5;
    color: #fff; }
  .fx-df-md-display-block {
    display: block; }
  .fx-df-md-display-block-inline {
    display: inline-block; }
  .fx-df-md-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-df-md-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-df-md-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-df-md-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-df-md-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-df-md-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-df-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-df-md-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-df-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-df-md-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-df-md-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-df-md-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-df-md-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-df-md-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-df-md-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-df-md-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-df-md-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-df-md-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-df-md-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-df-md-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-df-md-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-df-md-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-df-md-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-df-md-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-df-md-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-df-md-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-df-md-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-df-md-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-df-md-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-df-md-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-df-md-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-df-md-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-df-md-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-df-md-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-df-md-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-df-md-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-df-md-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-df-md-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-df-md-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-df-md-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-df-md-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-df-md-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-df-md-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-df-md-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-df-md-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-df-md-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-df-md-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-df-md-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-df-md-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-df-md-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-df-md-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-df-md-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-df-md-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-df-md-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-df-md-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-df-md-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-df-md-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-df-md-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-df-md-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-df-md-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-df-md-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-df-md-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-df-md-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 768px) {
  .fx-example-highlight-colour-df-sm {
    background: #6A95B5;
    color: #fff; }
  .fx-df-sm-display-block {
    display: block; }
  .fx-df-sm-display-block-inline {
    display: inline-block; }
  .fx-df-sm-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-df-sm-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-df-sm-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-df-sm-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-df-sm-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-df-sm-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-df-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-df-sm-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-df-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-df-sm-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-df-sm-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-df-sm-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-df-sm-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-df-sm-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-df-sm-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-df-sm-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-df-sm-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-df-sm-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-df-sm-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-df-sm-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-df-sm-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-df-sm-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-df-sm-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-df-sm-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-df-sm-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-df-sm-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-df-sm-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-df-sm-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-df-sm-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-df-sm-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-df-sm-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-df-sm-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-df-sm-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-df-sm-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-df-sm-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-df-sm-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-df-sm-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-df-sm-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-df-sm-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-df-sm-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-df-sm-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-df-sm-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-df-sm-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-df-sm-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-df-sm-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-df-sm-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-df-sm-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-df-sm-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-df-sm-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-df-sm-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-df-sm-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-df-sm-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-df-sm-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-df-sm-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-df-sm-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-df-sm-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-df-sm-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-df-sm-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-df-sm-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-df-sm-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-df-sm-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-df-sm-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-df-sm-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 544px) {
  .fx-example-highlight-colour-df-xs {
    background: #6A95B5;
    color: #fff; }
  .fx-df-xs-display-block {
    display: block; }
  .fx-df-xs-display-block-inline {
    display: inline-block; }
  .fx-df-xs-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-df-xs-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-df-xs-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-df-xs-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-df-xs-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-df-xs-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-df-xs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-df-xs-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-df-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-df-xs-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-df-xs-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-df-xs-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-df-xs-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-df-xs-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-df-xs-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-df-xs-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-df-xs-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-df-xs-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-df-xs-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-df-xs-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-df-xs-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-df-xs-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-df-xs-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-df-xs-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-df-xs-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-df-xs-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-df-xs-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-df-xs-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-df-xs-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-df-xs-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-df-xs-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-df-xs-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-df-xs-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-df-xs-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-df-xs-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-df-xs-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-df-xs-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-df-xs-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-df-xs-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-df-xs-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-df-xs-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-df-xs-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-df-xs-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-df-xs-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-df-xs-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-df-xs-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-df-xs-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-df-xs-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-df-xs-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-df-xs-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-df-xs-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-df-xs-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-df-xs-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-df-xs-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-df-xs-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-df-xs-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-df-xs-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-df-xs-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-df-xs-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-df-xs-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-df-xs-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-df-xs-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-df-xs-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 1200px) {
  .fx-example-highlight-colour-ss-xl {
    background: #6A95B5;
    color: #fff; }
  .fx-ss-xl-display-block {
    display: block; }
  .fx-ss-xl-display-block-inline {
    display: inline-block; }
  .fx-ss-xl-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-ss-xl-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-ss-xl-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-ss-xl-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-ss-xl-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-ss-xl-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-ss-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-ss-xl-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-ss-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-ss-xl-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-ss-xl-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-ss-xl-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-ss-xl-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-ss-xl-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-ss-xl-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-ss-xl-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-ss-xl-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-ss-xl-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-ss-xl-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-ss-xl-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-ss-xl-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-ss-xl-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-ss-xl-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-ss-xl-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-ss-xl-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-ss-xl-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-ss-xl-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-ss-xl-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-ss-xl-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-ss-xl-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-ss-xl-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-ss-xl-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-ss-xl-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-ss-xl-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-ss-xl-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-ss-xl-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-ss-xl-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-ss-xl-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-ss-xl-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-ss-xl-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-ss-xl-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-ss-xl-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-ss-xl-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-ss-xl-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-ss-xl-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-ss-xl-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-ss-xl-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-ss-xl-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-ss-xl-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-ss-xl-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-ss-xl-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-ss-xl-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-ss-xl-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-ss-xl-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-ss-xl-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-ss-xl-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-ss-xl-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-ss-xl-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-ss-xl-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-ss-xl-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-ss-xl-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-ss-xl-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-ss-xl-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .fx-example-highlight-colour-ss-lg {
    background: #6A95B5;
    color: #fff; }
  .fx-ss-lg-display-block {
    display: block; }
  .fx-ss-lg-display-block-inline {
    display: inline-block; }
  .fx-ss-lg-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-ss-lg-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-ss-lg-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-ss-lg-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-ss-lg-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-ss-lg-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-ss-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-ss-lg-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-ss-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-ss-lg-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-ss-lg-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-ss-lg-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-ss-lg-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-ss-lg-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-ss-lg-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-ss-lg-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-ss-lg-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-ss-lg-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-ss-lg-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-ss-lg-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-ss-lg-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-ss-lg-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-ss-lg-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-ss-lg-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-ss-lg-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-ss-lg-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-ss-lg-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-ss-lg-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-ss-lg-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-ss-lg-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-ss-lg-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-ss-lg-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-ss-lg-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-ss-lg-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-ss-lg-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-ss-lg-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-ss-lg-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-ss-lg-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-ss-lg-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-ss-lg-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-ss-lg-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-ss-lg-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-ss-lg-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-ss-lg-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-ss-lg-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-ss-lg-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-ss-lg-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-ss-lg-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-ss-lg-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-ss-lg-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-ss-lg-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-ss-lg-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-ss-lg-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-ss-lg-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-ss-lg-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-ss-lg-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-ss-lg-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-ss-lg-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-ss-lg-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-ss-lg-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-ss-lg-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-ss-lg-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-ss-lg-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 992px) and (min-width: 768px) {
  .fx-example-highlight-colour-ss-md {
    background: #6A95B5;
    color: #fff; }
  .fx-ss-md-display-block {
    display: block; }
  .fx-ss-md-display-block-inline {
    display: inline-block; }
  .fx-ss-md-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-ss-md-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-ss-md-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-ss-md-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-ss-md-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-ss-md-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-ss-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-ss-md-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-ss-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-ss-md-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-ss-md-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-ss-md-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-ss-md-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-ss-md-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-ss-md-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-ss-md-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-ss-md-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-ss-md-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-ss-md-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-ss-md-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-ss-md-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-ss-md-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-ss-md-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-ss-md-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-ss-md-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-ss-md-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-ss-md-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-ss-md-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-ss-md-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-ss-md-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-ss-md-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-ss-md-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-ss-md-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-ss-md-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-ss-md-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-ss-md-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-ss-md-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-ss-md-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-ss-md-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-ss-md-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-ss-md-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-ss-md-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-ss-md-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-ss-md-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-ss-md-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-ss-md-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-ss-md-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-ss-md-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-ss-md-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-ss-md-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-ss-md-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-ss-md-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-ss-md-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-ss-md-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-ss-md-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-ss-md-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-ss-md-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-ss-md-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-ss-md-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-ss-md-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-ss-md-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-ss-md-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-ss-md-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 768px) and (min-width: 544px) {
  .fx-example-highlight-colour-ss-sm {
    background: #6A95B5;
    color: #fff; }
  .fx-ss-sm-display-block {
    display: block; }
  .fx-ss-sm-display-block-inline {
    display: inline-block; }
  .fx-ss-sm-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-ss-sm-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-ss-sm-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-ss-sm-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-ss-sm-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-ss-sm-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-ss-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-ss-sm-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-ss-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-ss-sm-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-ss-sm-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-ss-sm-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-ss-sm-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-ss-sm-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-ss-sm-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-ss-sm-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-ss-sm-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-ss-sm-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-ss-sm-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-ss-sm-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-ss-sm-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-ss-sm-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-ss-sm-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-ss-sm-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-ss-sm-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-ss-sm-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-ss-sm-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-ss-sm-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-ss-sm-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-ss-sm-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-ss-sm-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-ss-sm-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-ss-sm-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-ss-sm-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-ss-sm-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-ss-sm-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-ss-sm-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-ss-sm-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-ss-sm-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-ss-sm-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-ss-sm-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-ss-sm-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-ss-sm-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-ss-sm-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-ss-sm-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-ss-sm-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-ss-sm-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-ss-sm-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-ss-sm-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-ss-sm-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-ss-sm-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-ss-sm-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-ss-sm-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-ss-sm-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-ss-sm-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-ss-sm-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-ss-sm-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-ss-sm-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-ss-sm-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-ss-sm-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-ss-sm-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-ss-sm-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-ss-sm-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 544px) and (min-width: 0px) {
  .fx-example-highlight-colour-ss-xs {
    background: #6A95B5;
    color: #fff; }
  .fx-ss-xs-display-block {
    display: block; }
  .fx-ss-xs-display-block-inline {
    display: inline-block; }
  .fx-ss-xs-display {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
  .fx-ss-xs-display-inline {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex; }
  .fx-ss-xs-direction {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fx-ss-xs-direction-reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fx-ss-xs-direction-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fx-ss-xs-direction-column-reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fx-ss-xs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fx-ss-xs-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .fx-ss-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  /* Flex Flow */
  .fx-ss-xs-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fx-ss-xs-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fx-ss-xs-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fx-ss-xs-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-ss-xs-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-ss-xs-align-content-flex-start {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .fx-ss-xs-align-content-flex-end {
    -ms-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .fx-ss-xs-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .fx-ss-xs-align-content-space-between {
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .fx-ss-xs-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .fx-ss-xs-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .fx-ss-xs-align-items-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .fx-ss-xs-align-items-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .fx-ss-xs-align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .fx-ss-xs-align-items-baseline {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline; }
  .fx-ss-xs-align-items-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  /* ================= Items ======================= */
  .fx-ss-xs-order-0 {
    -moz-order: 0;
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .fx-ss-xs-order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-ss-xs-order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .fx-ss-xs-order-3 {
    -moz-order: 3;
    -ms-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .fx-ss-xs-order-4 {
    -moz-order: 4;
    -ms-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .fx-ss-xs-order-5 {
    -moz-order: 5;
    -ms-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .fx-ss-xs-order-6 {
    -moz-order: 6;
    -ms-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .fx-ss-xs-order-7 {
    -moz-order: 7;
    -ms-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .fx-ss-xs-order-8 {
    -moz-order: 8;
    -ms-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .fx-ss-xs-order-9 {
    -moz-order: 9;
    -ms-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .fx-ss-xs-order-10 {
    -moz-order: 10;
    -ms-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .fx-ss-xs-grow-0 {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .fx-ss-xs-grow-1 {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fx-ss-xs-grow-2 {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .fx-ss-xs-grow-3 {
    -moz-flex-grow: 3;
    -ms-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .fx-ss-xs-grow-4 {
    -moz-flex-grow: 4;
    -ms-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .fx-ss-xs-grow-5 {
    -moz-flex-grow: 5;
    -ms-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .fx-ss-xs-grow-6 {
    -moz-flex-grow: 6;
    -ms-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .fx-ss-xs-grow-7 {
    -moz-flex-grow: 7;
    -ms-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .fx-ss-xs-grow-8 {
    -moz-flex-grow: 8;
    -ms-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .fx-ss-xs-grow-9 {
    -moz-flex-grow: 9;
    -ms-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .fx-ss-xs-grow-10 {
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .fx-ss-xs-shrink-0 {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .fx-ss-xs-shrink-1 {
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .fx-ss-xs-shrink-2 {
    -ms-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .fx-ss-xs-shrink-3 {
    -ms-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3; }
  .fx-ss-xs-shrink-4 {
    -ms-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4; }
  .fx-ss-xs-shrink-5 {
    -ms-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5; }
  .fx-ss-xs-shrink-6 {
    -ms-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6; }
  .fx-ss-xs-shrink-7 {
    -ms-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7; }
  .fx-ss-xs-shrink-8 {
    -ms-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8; }
  .fx-ss-xs-shrink-9 {
    -ms-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9; }
  .fx-ss-xs-shrink-10 {
    -ms-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10; }
  .fx-ss-xs-align-self-flex-start {
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .fx-ss-xs-align-self-flex-end {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .fx-ss-xs-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .fx-ss-xs-align-self-baseline {
    -ms-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fx-ss-xs-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top; }
  .social ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .social ul li {
      padding: 0px;
      margin: 0px;
      display: block;
      float: left; }
      .social ul li a {
        display: block;
        min-width: 39px;
        height: auto;
        background: #ccc;
        text-align: center;
        float: left;
        background: #ccc;
        transition: background-color 0.5s;
        transition: all 0.5s;
        border-radius: 100%; }
        .social ul li a:hover, .social ul li a:focus {
          background: #b3b3b3; }
        .social ul li a a, .social ul li aa {
          color: #fff; }
          .social ul li a a:hover, .social ul li a a:focus, .social ul li aa:hover, .social ul li aa:focus {
            text-decoration: underline;
            color: #e6e6e6; }
        .social ul li a i {
          font-size: 16px;
          padding: 12px 0 10px;
          color: #fff;
          transition: all 0.5s; }
        .social ul li a:hover i, .social ul li a:focus i, .social ul li a:active i {
          color: #fff; }

/* --------------------------------------
/*  Header
/* -------------------------------------*/
.header-section-main {
  position: relative;
	background-color: #004869;
}
  .header-section-main .header-back {
    background-color: #004869;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
display: none;}
    .header-section-main .header-back .container {
      background-image: url("../images/header-background.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      height: 100%; 
display: none;}
      .header-section-main .header-back .container .overlay {
        box-shadow: inset 0px -2px 55px 28px #0c547d;
        background: rgba(12, 84, 125, 0.85);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150%;
        padding: 100px 0;
        margin-top: -100px;
display: none; }
  .header-section-main .header-logo-nav {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative; }
    @media (max-width: 767px) {
      .header-section-main .header-logo-nav {
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; } }
    .header-section-main .header-logo-nav .logo {
      margin-right: 5px;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 12px 0; }
      @media (max-width: 500px) {
        .header-section-main .header-logo-nav .logo img {
          width: 160px; } }
    .header-section-main .header-logo-nav .navigation-section {
      margin-left: auto;
      margin-top: auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .header-section-main .header-logo-nav .navigation-section .navbar li a {
        color: #fff;
        font-size: 15px;
        font-weight: bold; }
    .header-section-main .header-logo-nav hr {
      width: 100%;
      color: #fff;
      margin-top: 0; }
  .header-section-main .nav-hr {
    position: relative;
    width: 100%;
    content: ' ';
    border-top: 1px solid #fff;
    height: 1px;
    color: #fff;
display: none;}
.header-section-main .header-title-container {
	width: 100%;
	background-color: #79b9e7;
	background-image: url("/content/uploads/2022/03/eduroam-top-banner.png");
	background-position: center center;
     background-repeat: no-repeat; 
	background-size: 2218px;
}

  .header-section-main .header-title-container .row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
margin-left: auto;
margin-right: auto;}
    @media (max-width: 991px) {
      .header-section-main .header-title-container .row {
        display: block; } }
    .header-section-main .header-title-container .row .header-title {
      padding: 60px 15px; }
      @media (max-width: 991px) {
        .header-section-main .header-title-container .row .header-title {
          padding-bottom: 30px; } }
      @media (max-width: 767px) {
        .header-section-main .header-title-container .row .header-title {
          padding: 20px 15px 15px 15px; } }
      .header-section-main .header-title-container .row .header-title h3 {
        color: #004869;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: -0.5px;
    margin-top: 0px;
		  margin-bottom: 0px;
}
    .header-section-main .header-title-container .row .header-button {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: auto;
      text-align: left; }
      @media (max-width: 991px) {
        .header-section-main .header-title-container .row .header-button {
          text-align: right;
          display: block; } }

/* --------------------------------------
/*  Sidebar
/* -------------------------------------*/
.custom-sidebar {
  position: relative;
  background: #F7F7F7;
  padding: 30px 0 60px 25px; }
  @media (max-width: 767px) {
    .custom-sidebar {
      padding-left: 0; } }
  .custom-sidebar h2,
  .custom-sidebar h3,
  .custom-sidebar p {
    color: rgba(66,66,66,0.7); }
    .custom-sidebar h2:after,
    .custom-sidebar h3:after,
    .custom-sidebar p:after {
      border-bottom-color: rgba(66,66,66,0.7); }
  .custom-sidebar a.btn, .custom-sidebar .fourofour a, .fourofour .custom-sidebar a {
    min-width: 190px;
    text-align: center;
color: #FFFFFF !important;}
  .custom-sidebar:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 1000px;
    margin-right: -1000px;
    content: ' ';
    background-color: #F7F7F7; }
  .custom-sidebar:before {
    position: absolute;
    content: ' ';
    background-color: #F7F7F7;
    bottom: 0;
    left: 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    padding-right: 1000px;
    margin-right: -1000px;
    width: 100%; }
    @media (max-width: 767px) {
      .custom-sidebar:before {
        top: 0;
        bottom: auto;
        left: 0;
        height: 100%;
        padding-left: 1000px;
        margin-left: -1000px;
        padding-right: 0;
        margin-right: 0; } }

@media (max-width: 991px) {
  .sidebar-collapsing .custom-sidebar:before {
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    padding-left: 1000px;
    margin-left: -1000px;
    padding-right: 0;
    margin-right: 0; } }

@media (max-width: 767px) {
  .alt-sidebar-container .custom-sidebar:before {
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    padding-left: 1000px;
    margin-left: -1000px;
    padding-right: 0;
    margin-right: 0; } }

/* --------------------------------------
/*  Footer sidebar - 'locations' page
/* -------------------------------------*/
.custom-sidebar.sidebar-footer {
  padding-left: 0; }
  .custom-sidebar.sidebar-footer:before {
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 1000px;
    margin-left: -1000px; }
  .custom-sidebar.sidebar-footer:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 1000px;
    margin-right: -1000px;
    content: ' ';
    background-color: #002049; }

/* --------------------------------------
/*  Footer
/* -------------------------------------*/
#footer.footer-section .footer-top {
  background: #004869;
  padding: 10px 0; }
  @media (max-width: 767px) {
    #footer.footer-section .footer-top {
      padding: 0; } }
  #footer.footer-section .footer-top h3,
  #footer.footer-section .footer-top li a {
    color: #fff; }
  #footer.footer-section .footer-top .row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex; }
    @media (max-width: 991px) {
      #footer.footer-section .footer-top .row {
        display: block; } }
  #footer.footer-section .footer-top .footer-navigation ul {
    padding-left: 0; }
    #footer.footer-section .footer-top .footer-navigation ul li {
      list-style: none;
      margin: 4px 0; }
      #footer.footer-section .footer-top .footer-navigation ul li a {
        text-transform: uppercase;
        font-size: 16px; }
  #footer.footer-section .footer-top .footer-logo-container {
    height: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      #footer.footer-section .footer-top .footer-logo-container {
        display: block; } }
    #footer.footer-section .footer-top .footer-logo-container span {
      color: #fff;
      font-weight: bold;
      margin-right: 20px;
      margin-bottom: -4px; }
    #footer.footer-section .footer-top .footer-logo-container img {
      width: 200px;
      height: auto; }

#footer.footer-section .footer-bottom {
  background: #08354e; }
  #footer.footer-section .footer-bottom p,
  #footer.footer-section .footer-bottom a {
    color: #fff; }

/* --------------------------------------
/*  Top Navigation
/* -------------------------------------*/
.top-navigation ul {
  padding: 0;
  margin: 0; }
  .top-navigation ul li {
    display: inline-block; }
    .top-navigation ul li a {
      transition: all 0.5s; }
      .top-navigation ul li a:hover, .top-navigation ul li a:focus, .top-navigation ul li aa, .top-navigation ul li aa:hover, .top-navigation ul li aa:focus {
        text-decoration: none; }
      .top-navigation ul li a:hover, .top-navigation ul li a:focus, .top-navigation ul li a:active {
        color: #fff; }
    .top-navigation ul li + li {
      padding-left: 8px; }

/* --------------------------------------
/*  Primary Navigation
/* -------------------------------------*/
.navigation-section {
  font-size: 15px; }
  .navigation-section .navbar .nav {
    border: 0; }
  .navigation-section .navbar .nav > li {
    margin: 0;
    padding: 0; }
    .navigation-section .navbar .nav > li.active a {
      color: #79b9e7 !important; }
    .navigation-section .navbar .nav > li > a {
      color: #002049;
      font-size: 16px;
      display: block;
      padding: 15px 13px;
      margin-left: 1px;
      margin-bottom: -1px;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
      position: relative;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 0px;
      transition: all 0.5s; }
      .navigation-section .navbar .nav > li > a:hover, .navigation-section .navbar .nav > li > a:focus {
        text-decoration: none;
        color: #79b9e7 !important;
        transition: all 0.5s; }
      .navigation-section .navbar .nav > li > a .caret {
        border: 0;
        margin-top: -1px;
        vertical-align: top; }
        .navigation-section .navbar .nav > li > a .caret:after {
          content: '\f078';
          font-family: FontAwesome;
          font-size: 10px;
          color: #d0d0d0; }

/* --------------------------------------
/*  Dropdowns
/* -------------------------------------*/
.navbar .nav > li .dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  margin: 0;
  padding: 0; }
  .navbar .nav > li .dropdown-menu li {
    margin: 0;
    padding: 0; }
    .navbar .nav > li .dropdown-menu li a {
      padding: 10px 15px;
      font-size: 13px;
      color: rgba(66,66,66,0.7) !important;
      text-transform: none; }
      .navbar .nav > li .dropdown-menu li a:hover, .navbar .nav > li .dropdown-menu li a:focus, .navbar .nav > li .dropdown-menu li a:active {
        background: #F7F7F7;
        color: #424242; }

/* --------------------------------------
/*  Personal Page Menu
/* -------------------------------------*/
.personal-page-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .personal-page-menu ul li {
    margin-bottom: 0.3em; }
    .personal-page-menu ul li a {
      line-height: 1; }
      .personal-page-menu ul li a:hover, .personal-page-menu ul li a:focus, .personal-page-menu ul li aa, .personal-page-menu ul li aa:hover, .personal-page-menu ul li aa:focus {
        text-decoration: none; }
      .personal-page-menu ul li a:after {
        content: '\f054';
        font-family: FontAwesome;
        font-size: 13px;
        padding-left: 0.5em; }

/* Table of Contents



 */
/* --------------------------------------
/*  #3 - Mobile Nav
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  cursor: pointer;
  padding: 28px 20px 0 0;
  font-size: 30px;
  height: auto;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  color: #fff;
  transition: all 0.5s; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-buttona, .mobile-menu-buttona:hover, .mobile-menu-buttona:focus {
    text-decoration: none; }
  @media (max-width: 767px) {
    .mobile-menu-button {
      padding-top: 0; } }
  .mobile-menu-button:hover, .mobile-menu-button:focus {
    color: #fff; }

.mobile-side-menu {
  text-align: left;
  padding: 35px;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  position: fixed;
  height: 100%;
  right: 0;
  bottom: -100%;
  z-index: 10000;
  background: #FFFFFF;
  width: 100%;
  overflow-y: auto;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  /*** Mobile Logo ***/
  /*** Social ***/
  /*** Menu ***/ }
  .mobile-side-menu .close-mobile-side-menu {
    display: block;
    margin: -35px -35px 0px;
    background: #004869;
    padding: 20px;
    text-transform: uppercase;
    color: #e6e6e6;
    border-bottom: 1px solid #000;
    border-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.5s;
font-weight: bold;}
    .mobile-side-menu .close-mobile-side-menu i {
      border: 1px solid #fff;
      border-color: rgba(255, 255, 255, 0.4);
      padding: 9px 10px;
      text-align: center;
      min-width: 25px;
      min-height: 20px;
      margin-right: 8px;
      border-radius: 25px;
      transition: all 0.5s; }
    .mobile-side-menu .close-mobile-side-menu:hover, .mobile-side-menu .close-mobile-side-menu:focus {
      color: #fff;
      text-decoration: none; }
      .mobile-side-menu .close-mobile-side-menu:hover i, .mobile-side-menu .close-mobile-side-menu:focus i {
        color: #fff;
        margin-right: 15px; }
  .mobile-side-menu .mobile-nav-logo {
    margin-left: -10px;
    display: block;
    padding: 10px 0; }
    .mobile-side-menu .mobile-nav-logo img {
      max-width: 60%; }
  .mobile-side-menu.active {
    bottom: 0px; }
  .mobile-side-menu .social {
    float: none !important;
    margin: 15px 0; }
    .mobile-side-menu .social ul.socialmedia-list {
      margin-left: -20px; }
      .mobile-side-menu .social ul.socialmedia-list li a {
        margin-left: 2px;
        background: #444444;
        width: 30px;
        height: 30px; }
        .mobile-side-menu .social ul.socialmedia-list li a i {
          padding: 5px 0; }
      .mobile-side-menu .social ul.socialmedia-list li span {
        display: none; }
  .mobile-side-menu > ul {
    margin: 0px -35px 0;
    padding: 0;
    list-style-type: none; }
    .mobile-side-menu > ul li {
      padding: 0; }
      .mobile-side-menu > ul li a {
        color: rgba(66,66,66,0.7);
        padding: 15px 25px;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid rgba(66,66,66,0.7);
        border-color: rgba(255, 255, 255, 0.1);
        transition: all 0.5s;
font-weight: bold;}
        .mobile-side-menu > ul li a:hover, .mobile-side-menu > ul li a:focus {
          text-decoration: none;
          color: #004869; }
      .mobile-side-menu > ul li.current-menu-item:before, .mobile-side-menu > ul li:hover:before {
        border-color: #002049; }
  .mobile-side-menu ul.sub-menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
    .mobile-side-menu ul.sub-menu li {
      padding: 0px 0px 0px 10px;
      border: 0px;
      margin: 0px; }
      .mobile-side-menu ul.sub-menu li:before {
        display: none; }
      .mobile-side-menu ul.sub-menu li a {
        font-size: 14px;
        margin: 0px 0px 0px -9px;
        padding: 12px 35px; }

/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html {
  min-height: 100% !important; }

body {
  height: 100%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

html, body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  font-size: 15px;
  color: #004869;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  html #wrap, body #wrap {
    display: block;
    margin: 0;
    padding: 0;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden; }
    html #wrap .content-container, body #wrap .content-container {
      padding-top: 30px;
      padding-bottom: 30px; }
      html #wrap .content-container h2, body #wrap .content-container h2 {
        margin-bottom: 30px; }
      html #wrap .content-container h2:first-of-type:after, body #wrap .content-container h2:first-of-type:after {
        width: 30%; }
      html #wrap .content-container a.fresco, body #wrap .content-container a.fresco {
        display: inline-block;
        margin: 25px 0; }

/* --------------------------------------
/*  #3 - Common Css
/* -------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

.google-map {
  min-height: 300px;
  height: 400px; }

.primary-colour {
  color: #0c547d; }

.image-section.subpage-image {
  margin-bottom: 15px; }

.no-margin {
  margin: 0; }

.inline-smaller-icon {
  font-size: 13px;
  vertical-align: middle; }

.no-padding-top {
  padding-top: 0; }

/* --------------------------------------
/*  #5 - Header
/* -------------------------------------- */
.header-section {
  padding: 30px 0 0;
  background: #fff; }
  .header-section .logo {
    float: left;
    margin-right: 4%; }
    @media (max-width: 1200px) {
      .header-section .logo {
        margin-right: 2%; } }
  .header-section .navigation-section {
    float: right; }
  .header-section .header-bottom .flex-row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header-section .header-bottom .flex-row .logo-container {
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .header-section .header-bottom .logo {
    display: inline-block; }

/* --------------------------------------
/*  Breadcrumbs
/* -------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 12px 0 1.2em; }
  .breadcrumbs a {
    color: #002049; }
  .breadcrumbs span.delimiter {
    display: inline-block;
    padding: 0 5px; }

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
/* --------------------------------------
/*  Disclaimers
/* -------------------------------------*/
.disclaimer-shortcode-text, .important-notes-inner p {
  font-size: 14px;
  line-height: 1.1;
  display: inline-block; }

/* --------------------------------------
/*  Custom Col 5
/* -------------------------------------*/
.custom-col-md-5 {
  min-height: 1px;
  position: relative;
  display: block;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px); }
  @media (max-width: 1024px) {
    .custom-col-md-5 {
      width: calc(100% - 30px); } }

/* --------------------------------------
/*  Sidebar
/* -------------------------------------*/
.general-sidebar .widget {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .general-sidebar .widget h3 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
    font-size: 14px;
    color: #B2B2B2;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1em; }
    .general-sidebar .widget h3 a, .general-sidebar .widget h3a {
      color: #B2B2B2; }
      .general-sidebar .widget h3 a:hover, .general-sidebar .widget h3 a:focus, .general-sidebar .widget h3a:hover, .general-sidebar .widget h3a:focus {
        text-decoration: underline;
        color: #999999; }
  .general-sidebar .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .general-sidebar .widget ul ul {
      padding-left: 15px; }
    .general-sidebar .widget ul li {
      padding: 0;
      margin: 0; }
      .general-sidebar .widget ul li a {
        padding: 0.5em 0;
        display: block;
        transition: all 0.5s; }
  .general-sidebar .widget.widget_recent_entries ul li a, .general-sidebar .widget.widget_categories ul li a, .general-sidebar .widget.widget_archive ul li a {
    display: block;
    background: #e6e6e6;
    padding: 0.5em;
    margin-bottom: 2px;
    font-size: 13px; }
    .general-sidebar .widget.widget_recent_entries ul li a:hover, .general-sidebar .widget.widget_recent_entries ul li a:focus, .general-sidebar .widget.widget_recent_entries ul li aa, .general-sidebar .widget.widget_recent_entries ul li aa:hover, .general-sidebar .widget.widget_recent_entries ul li aa:focus, .general-sidebar .widget.widget_categories ul li a:hover, .general-sidebar .widget.widget_categories ul li a:focus, .general-sidebar .widget.widget_categories ul li aa, .general-sidebar .widget.widget_categories ul li aa:hover, .general-sidebar .widget.widget_categories ul li aa:focus, .general-sidebar .widget.widget_archive ul li a:hover, .general-sidebar .widget.widget_archive ul li a:focus, .general-sidebar .widget.widget_archive ul li aa, .general-sidebar .widget.widget_archive ul li aa:hover, .general-sidebar .widget.widget_archive ul li aa:focus {
      text-decoration: none; }
    .general-sidebar .widget.widget_recent_entries ul li a:hover, .general-sidebar .widget.widget_recent_entries ul li a:focus, .general-sidebar .widget.widget_recent_entries ul li a:active, .general-sidebar .widget.widget_categories ul li a:hover, .general-sidebar .widget.widget_categories ul li a:focus, .general-sidebar .widget.widget_categories ul li a:active, .general-sidebar .widget.widget_archive ul li a:hover, .general-sidebar .widget.widget_archive ul li a:focus, .general-sidebar .widget.widget_archive ul li a:active {
      background: #cdcdcd; }

/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-section {
  display: block; }
  .footer-section h4 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px; }
  .footer-section p {
    color: #002049; }
  .footer-section a {
    color: #0c547d; }
  .footer-section .footer-top {
    padding: 30px 0;
    background: #e6e6e6; }
  .footer-section .footer-bottom {
    background: #2a2a2a;
    padding: 30px 0; }
    .footer-section .footer-bottom p {
      padding: 0;
      margin: 0;
      font-size: 0.750rem; }
    .footer-section .footer-bottom .copyright-info {
      border-top: 1px solid #002049;
      padding: 15px 0 3px; }
      .footer-section .footer-bottom .copyright-info p {
        display: inline-block; }
  .footer-section .contact-details .row {
    margin-left: -5px;
    margin-right: -5px; }
  .footer-section .contact-details div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
    .footer-section .contact-details div[class^="col-"] img {
      border: 1px solid #DDDDDD;
      border-radius: 5px; }

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; }
  html, body {
    min-height: 0px;
    height: auto; } }

#wrap .search {
  float: right;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 180px;
  min-width: 180px;
  padding-top: 1px;
  transition: all 0.5s; }
  @media (max-width: 1200px) {
    #wrap .search {
      width: 90px;
      min-width: 90px; } }
  @media (max-width: 991px) {
    #wrap .search {
      position: absolute;
      top: 2px;
      right: 5px; } }
  #wrap .search .form-control {
    height: 3em;
    width: 100%;
    -webkit-appearance: none !important;
    background: #e6e6e6;
    border-color: #DDDDDD;
    border-radius: 30px; }
    #wrap .search .form-control input {
      -webkit-appearance: none;
      border-radius: 0; }
  #wrap .search .btn, #wrap .search .fourofour a, .fourofour #wrap .search a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 11px 15px;
    color: #004296;
    background: transparent;
    border: 0;
    min-width: 0px;
    border-radius: 30px; }
    #wrap .search .btn:hover, #wrap .search .fourofour a:hover, .fourofour #wrap .search a:hover, #wrap .search .btn:focus, #wrap .search .fourofour a:focus, .fourofour #wrap .search a:focus, #wrap .search .btn:active, #wrap .search .fourofour a:active, .fourofour #wrap .search a:active {
      outline: 0 none;
      background: #e6e6e6;
      color: #fff;
      box-shadow: 0 0 0 transparent; }
    @media (max-width: 1200px) {
      #wrap .search .btn, #wrap .search .fourofour a, .fourofour #wrap .search a {
        display: none; } }

/* --------------------------------------
/*  Faqs
/* -------------------------------------*/
#wrap .hero_image .search {
  display: block;
  width: 100%;
  float: none; }
  @media (max-width: 991px) {
    #wrap .hero_image .search {
      position: static; } }
  #wrap .hero_image .search .input-group {
    display: block; }
    #wrap .hero_image .search .input-group span.input-group-btn {
      position: absolute;
      top: 0;
      right: 0; }
    #wrap .hero_image .search .input-group input {
      color: #002049; }

/* --------------------------------------
/*  Contact Us
/* -------------------------------------*/
#wrap .contact-us-faq-section .search {
  float: none;
  width: 100%;
  min-width: 0; }
  @media (max-width: 991px) {
    #wrap .contact-us-faq-section .search {
      width: calc(100% - 10px); } }
  #wrap .contact-us-faq-section .search .input-group {
    display: block; }
    #wrap .contact-us-faq-section .search .input-group span.input-group-btn {
      position: absolute;
      top: 0;
      right: 0; }
    #wrap .contact-us-faq-section .search .input-group input.form-control.search-input {
      background-color: #fff; }

/* --------------------------------------
/*  No Search Results
/* -------------------------------------*/
#wrap .no-seach-results-search-container {
  margin-top: -2em;
  margin-bottom: 3em; }
  #wrap .no-seach-results-search-container .search {
    float: none;
    width: 70%;
    min-width: 70%; }
    #wrap .no-seach-results-search-container .search .input-group {
      display: block; }

/* --------------------------------------
/*  Resets
/* -------------------------------------*/
#wrap .search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #002049; }

#wrap .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #002049;
  opacity: 1; }

#wrap .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #002049;
  opacity: 1; }

#wrap .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002049; }

#wrap .search [type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield; }

#wrap .search textarea:focus,
#wrap .search input[type="text"]:focus,
#wrap .search input[type="password"]:focus,
#wrap .search input[type="datetime"]:focus,
#wrap .search input[type="datetime-local"]:focus,
#wrap .search input[type="date"]:focus,
#wrap .search input[type="month"]:focus,
#wrap .search input[type="time"]:focus,
#wrap .search input[type="week"]:focus,
#wrap .search input[type="number"]:focus,
#wrap .search input[type="email"]:focus,
#wrap .search input[type="url"]:focus,
#wrap .search input[type="search"]:focus,
#wrap .search input[type="tel"]:focus,
#wrap .search input[type="color"]:focus,
#wrap .search .uneditable-input:focus {
  border-color: #d2d2d2;
  outline: 0 none;
  box-shadow: 0 0 0 transparent; }

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page div[class^="post-"] h2 {
  font-size: 23px; }
  .search-page div[class^="post-"] h2 a {
    color: #002049; }

/* --------------------------------------
/*  #10 - 404
/* -------------------------------------- */
.fourofour {
  text-align: center;
  margin: 30px auto; }
  .fourofour h1 {
    color: #0c547d;
    font-size: 200px;
    line-height: 1; }
    @media (max-width: 991px) {
      .fourofour h1 {
        font-size: 50px; } }
  .fourofour p {
    font-size: 22px;
    color: #002049; }
  .fourofour a {
    font-size: 15px; }

#wrap .fourofour .search {
  width: 100%; }
  #wrap .fourofour .search .input-group {
    display: block; }

/* --------------------------------------
/*  Home page
/* -------------------------------------*/
body.home.page .header-title {
  padding: 120px 15px; }
  @media (max-width: 767px) {
    body.home.page .header-title {
      padding: 30px 15px; } }
  body.home.page .header-title h3 {
    color: #fff; }

body.home.page a.fresco {
  position: relative;
  width: 90%; }
  @media (max-width: 767px) {
    body.home.page a.fresco {
      width: 100%; } }
  body.home.page a.fresco:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-image: url("../images/video-overlay-button.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%; }
  body.home.page a.fresco:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: ' ';
    transition: all 0.5s; }
  body.home.page a.fresco:hover:after, body.home.page a.fresco:focus:after, body.home.page a.fresco:active:after {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s; }
  body.home.page a.fresco img {
    max-width: 100%; }
  @media (max-width: 767px) {
    body.home.page a.fresco img {
      max-width: 100%; } }

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Latest Blog Posts
/* -------------------------------------*/
.latest-blog-posts {
  margin-bottom: 3em; }
  .latest-blog-posts > .container > .row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media (max-width: 991px) {
      .latest-blog-posts > .container > .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .latest-blog-posts > .container > .row .latest-blog-post {
      display: block;
      padding: 0;
      background: #e6e6e6;
      border-right: 15px solid #fff;
      border-left: 15px solid #fff;
      text-align: center;
      transition: all 0.5s; }
      .latest-blog-posts > .container > .row .latest-blog-post:hover, .latest-blog-posts > .container > .row .latest-blog-post:focus, .latest-blog-posts > .container > .row .latest-blog-posta, .latest-blog-posts > .container > .row .latest-blog-posta:hover, .latest-blog-posts > .container > .row .latest-blog-posta:focus {
        text-decoration: none; }
      @media (max-width: 991px) {
        .latest-blog-posts > .container > .row .latest-blog-post {
          margin-left: -1px;
          margin-bottom: 2em; } }
      @media (max-width: 767px) {
        .latest-blog-posts > .container > .row .latest-blog-post {
          margin-bottom: 1em; }
          .latest-blog-posts > .container > .row .latest-blog-post img {
            max-width: none;
            width: 100%; } }
      .latest-blog-posts > .container > .row .latest-blog-post:hover, .latest-blog-posts > .container > .row .latest-blog-post:focus, .latest-blog-posts > .container > .row .latest-blog-post:active {
        background: #e6e6e6; }
      .latest-blog-posts > .container > .row .latest-blog-post .content {
        display: block;
        padding: 1.5em 2em 2em;
        color: #fff; }
        .latest-blog-posts > .container > .row .latest-blog-post .content .title {
          font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
          font-size: 20px;
          color: #002049;
          line-height: 1.2;
          font-weight: 100;
          text-transform: none;
          letter-spacing: 0;
          margin-bottom: 20px;
          margin-bottom: 0.5em;
          color: #fff;
          display: block; }
          .latest-blog-posts > .container > .row .latest-blog-post .content .title a, .latest-blog-posts > .container > .row .latest-blog-post .content .titlea {
            color: #0c547d; }
            .latest-blog-posts > .container > .row .latest-blog-post .content .title a:hover, .latest-blog-posts > .container > .row .latest-blog-post .content .title a:focus, .latest-blog-posts > .container > .row .latest-blog-post .content .titlea:hover, .latest-blog-posts > .container > .row .latest-blog-post .content .titlea:focus {
              text-decoration: underline;
              color: #08354e; }
          @media (max-width: 767px) {
            .latest-blog-posts > .container > .row .latest-blog-post .content .title {
              font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
              font-size: 22px;
              color: #002049;
              line-height: 1.2;
              font-weight: 100;
              text-transform: none;
              letter-spacing: 0; } }

/* --------------------------------------
/*  Latest News
/* -------------------------------------*/
.latest-news-container p {
  margin: 0;
  padding: 0; }

.latest-news-container p.title {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, Helvetica, San-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }
  .latest-news-container p.title a {
    color: #fff; }
    .latest-news-container p.title a:hover, .latest-news-container p.title a:focus, .latest-news-container p.title a:active {
      text-decoration: none; }

.latest-news-container .latest-news-container-inner + .latest-news-container-inner {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted rgba(255, 255, 255, 0.3); }

/* --------------------------------------
/*  Recent Blog
/* -------------------------------------*/
.recent-blog-posts:hover, .recent-blog-posts:focus, .recent-blog-postsa, .recent-blog-postsa:hover, .recent-blog-postsa:focus {
  text-decoration: none; }

.recent-blog-posts a {
  color: #0c547d; }

/* --------------------------------------
/*  Blog
/* -------------------------------------*/
.blog-headings h1 a {
  color: #0c547d; }

.blog-container {
  padding-right: 45px;
  margin-bottom: 30px;
  /*** Blog Archive Pages ***/ }
  .blog-container .blog-publish-details {
    margin-bottom: 8px; }
    .blog-container .blog-publish-details .date {
      text-transform: uppercase;
      color: #002049;
      font-size: 12px;
      font-weight: normal;
      margin-top: 8px;
      display: block; }
    .blog-container .blog-publish-details .author {
      color: #002049;
      font-size: 12px; }
    .blog-container .blog-publish-details a {
      font-weight: normal;
      text-decoration: none;
      color: #002049; }
  .blog-container .post, .blog-container .page {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 8px; }
  .blog-container .blog-content .image-thumb-loop {
    float: right;
    display: inline; }
  .blog-container .image-thumb-loop {
    margin-bottom: 9px;
    display: inline-block;
    float: right;
    width: auto; }
    .blog-container .image-thumb-loop.floating {
      padding: 0 0 15px 15px; }
    .blog-container .image-thumb-loop.no-float {
      padding: 0;
      float: none;
      display: block; }
    @media (max-width: 991px) {
      .blog-container .image-thumb-loop {
        float: none;
        padding: 0;
        display: block; } }
    .blog-container .image-thumb-loop img {
      width: auto; }

.single-post .blog-container .post, .single-post .blog-container .page {
  border-bottom: 0; }

/*** Pagination ***/
.pagination {
  text-transform: uppercase;
  font-weight: normal; }
  .pagination span.current {
    color: #0c547d;
    padding: 0 3px; }
  .pagination a {
    padding: 0 3px;
    color: #BEC5CA; }
    .pagination a:hover, .pagination a:focus, .pagination aa, .pagination aa:hover, .pagination aa:focus {
      text-decoration: none; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .share-buttons ul li {
    display: inline-block; }
    .share-buttons ul li a {
      font-weight: normal;
      transition: all 0.5s; }
      .share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li aa, .share-buttons ul li aa:hover, .share-buttons ul li aa:focus {
        text-decoration: none; }

.share-buttons .top-share-buttons {
  margin-top: 25px;
  margin-bottom: 15px; }
  .share-buttons .top-share-buttons ul li a {
    padding: 5px 20px;
    border: 1px solid #DDDDDD;
    display: block;
    font-size: 12px;
    color: #002049;
    border-radius: 4px; }
    .share-buttons .top-share-buttons ul li a i {
      padding-right: 5px;
      font-size: 15px; }
    .share-buttons .top-share-buttons ul li a:hover, .share-buttons .top-share-buttons ul li a:focus {
      background: #002049;
      color: #fff;
      border-color: #DDDDDD; }

.share-buttons .bottom-share-buttons {
  margin: 10px 0; }
  .share-buttons .bottom-share-buttons ul li + li {
    padding-left: 25px; }
  .share-buttons .bottom-share-buttons ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #929ea6; }
    .share-buttons .bottom-share-buttons ul li a i {
      color: #5C6E7B;
      padding-right: 6px;
      font-size: 15px;
      vertical-align: top; }

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Institution accordian cards
/* -------------------------------------*/
body.eduroam-for-users .body-section {
  padding-bottom: 60px; }

.inst-col {
  padding: 0; }

.institution-card {
  position: relative;
  padding: 5px 15px 3px 15px;
  transition: all 0.5s; }
  .institution-card .inst-card-top {
    transition: all 0.5s;
    cursor: pointer; }
    .institution-card .inst-card-top .inst-title {
      border-bottom: 1px solid #0c547d;
      padding-right: 10px;
      padding-bottom: 5px; }
      .institution-card .inst-card-top .inst-title p,
      .institution-card .inst-card-top .inst-title i {
        width: auto;
        display: inline-block; }
      .institution-card .inst-card-top .inst-title span {
        font-size: 14px;
        display: inline-block;
        max-width: 90%; }
        @media (max-width: 991px) {
          .institution-card .inst-card-top .inst-title span {
            max-width: 75%; } }
      .institution-card .inst-card-top .inst-title i {
        float: right;
        margin-top: 3px; }
  .institution-card .inst-card-content {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s; }
    .institution-card .inst-card-content .support h2,
    .institution-card .inst-card-content .device h2 {
      display: block;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .institution-card .inst-card-content .support p,
    .institution-card .inst-card-content .device p {
      margin-bottom: 5px; }
    .institution-card .inst-card-content .support a,
    .institution-card .inst-card-content .device a {
      margin-bottom: 10px;
      white-space: normal; }
  .institution-card.active {
    padding: 10px 15px;
    background-color: #e1eef3;
    transition: all 0.5s; }
    .institution-card.active .inst-card-content {
      height: auto;
      max-height: 700px;
      transition: all 0.5s; }

/* --------------------------------------
/*  Usage Metrics page
/* -------------------------------------*/
body.page.usage-metrics .body-section {
  overflow: hidden;
  padding-bottom: 0 !important; }
  body.page.usage-metrics .body-section .content-container {
    padding-bottom: 0 !important; }
  body.page.usage-metrics .body-section .usage-heading {
    background: #e1eef3;
    padding: 30px 0;
    position: relative; }
    body.page.usage-metrics .body-section .usage-heading:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding-left: 1000px;
      margin-left: -1000px;
      content: ' ';
      background-color: #e1eef3; }
    body.page.usage-metrics .body-section .usage-heading:after {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      padding-right: 1000px;
      margin-right: -1000px;
      content: ' ';
      background-color: #e1eef3; }

body.page.usage-metrics .metrics-content-container {
  padding: 60px 15px; }
  body.page.usage-metrics .metrics-content-container h3 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #002049; }
  body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a {
    display: inline-block;
    position: relative; }
    body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:before, body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:before {
      content: ' ';
      background-color: rgba(225, 238, 243, 0);
      transition: all 0.5s; }
    body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:after {
      content: ' ';
      background-image: url("../images/metric-overlay-plus.png");
      background-position: center;
      background-size: 20%;
      background-repeat: no-repeat;
      opacity: 0;
      transition: all 0.5s; }
    body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:hover:before, body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:active:before, body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:focus:before {
      background-color: rgba(225, 238, 243, 0.3);
      transition: all 0.5s; }
    body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:hover:after, body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:active:after, body.page.usage-metrics .metrics-content-container .metric-content .metric-img-a:focus:after {
      opacity: 1;
      transition: all 0.5s; }

.map-section-container .wpsl-search {
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  background: #002049;
  padding-top: 15px; }
  .map-section-container .wpsl-search #wpsl-search-wrap {
    position: relative;
    height: 100%;
    text-align: center;
    float: none;
    max-width: 900px;
    margin: 0 auto; }
    .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-input {
      width: 96%;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-input label {
        width: auto;
        color: #fff;
        font-weight: normal !important;
        line-height: 1.2;
        padding-top: 9px;
        padding-bottom: 2px; }
      .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-input #wpsl-search-input {
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        background-color: transparent;
        border: none;
        color: #fff;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        padding-bottom: 2px;
        padding-right: 40px; }
    .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
      max-width: 1%;
      margin-right: 0;
      margin-left: -40px;
      position: relative;
      height: 20px; }
      @media (max-width: 571px) {
        .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
          float: right;
          margin-top: -24px; }
          .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap:before {
            margin-left: -20px;
            padding-top: 0;
            margin-top: -8px; }
          .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
            margin-left: -30px; } }
      .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap:before {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 100%;
        width: 20px;
        height: 100%;
        text-align: center;
        color: #fff;
        font-family: FontAwesome;
        content: '\f002';
        padding-top: 5px; }
      .map-section-container .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
        opacity: 0;
        width: 50px;
        position: absolute;
        top: -40%;
        left: -100%; }

.map-section-container #wpsl-gmap {
  float: left;
  margin-top: 0; }

.map-section-container #wpsl-result-list {
  float: right;
  margin-right: 0; }
  .map-section-container #wpsl-result-list ul {
    padding: 10px; }

.locations-list-container {
  padding-bottom: 0; }
  .locations-list-container .locations-list {
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column; }
    .locations-list-container .locations-list .location-name {
      display: inline-block;
      width: 100%; }
      .locations-list-container .locations-list .location-name .bull {
        display: inline-block;
        height: 100%;
        margin-right: 8px;
        width: 2%;
        float: left; }
      .locations-list-container .locations-list .location-name p {
        max-width: 95%;
        margin-bottom: 3px;
        display: inline-block; }
    @media (max-width: 991px) {
      .locations-list-container .locations-list {
        /* Chrome, Safari, Opera */
        -moz-columns: 2;
        /* Firefox */
        columns: 2; } }
    @media (max-width: 767px) {
      .locations-list-container .locations-list {
        /* Chrome, Safari, Opera */
        -moz-columns: 1;
        /* Firefox */
        columns: 1; } }

.eduroam-locations .world-section a.btn.btn-large, .eduroam-locations .world-section .fourofour a.btn-large, .fourofour .eduroam-locations .world-section a.btn-large {
  width: auto;
  max-width: 430px !important; }

.eduroam-locations .world-section a.btn.btn-small, .eduroam-locations .world-section .fourofour a, .fourofour .eduroam-locations .world-section a {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 330px; }
  .eduroam-locations .world-section a.btn.btn-small .icon-container, .eduroam-locations .world-section .fourofour a .icon-container, .fourofour .eduroam-locations .world-section a .icon-container {
    margin-right: 10px; }

/* NEW */

.content-container h3, .content-container h2 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 0px;
}

.content-container h2:after, .content-container .h2-style:after {
border-bottom: 0px;	
}

.page-template-template-home-php .header-section-main .header-title-container {
	    background-image: url("/content/uploads/2022/03/eduroam-home-banner.png");
	
}

.inst-card-content a.btn, .content-container a.btn {
	color: #FFFFFF !important;
	min-width: 190px;
}

.inst-card-content h2 {
	font-size: 16px;
}


@media (max-width: 767px) {
	.header-section-main .header-title-container {
		background-size: inherit;
	}
	
	.page-template-template-home-php .header-section-main .header-title-container {
		background-size: 2000px;
		background-position: left center;
	}
	
	.footer-navigation.hidden-xs, .aarnet-logo.hidden-xs {
		display: inherit !important;
	}
	
	.aarnet-logo img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.header-section-main .header-title-container .row {
		width: 750px;
	}
	
	.header-section-main .header-title-container {
		background-size: inherit;
	}
	
	.page-template-template-home-php .header-section-main .header-title-container {
		background-size: 2000px;
		background-position: left center;
	}
	
	
}

@media (min-width: 992px) {
	.header-section-main .header-title-container .row {
		width: 970px;
	}
	
	.header-section-main .header-title-container {
		background-size: 2200px;
		background-position: center -120px;
	}
	
	.page-template-template-home-php .header-section-main .header-title-container {
		background-size: 1600px;
		background-position: center center;
		height: 400px;
	}
	
	.page-template-template-home-php .header-section-main .header-title-container .row .header-title {
		padding: 100px 300px 100px 15px;
	}
	
	.page-template-template-home-php .header-section-main .header-title-container .row {
	height: 400px;
}
}

@media (min-width: 1200px) {
	.header-section-main .header-title-container .row {
		width: 1170px;
	}
	
	.header-section-main .header-title-container .row .header-title {
		padding: 60px 50px 60px 15px;
		
	}
	
	.page-template-template-home-php .header-section-main .header-title-container .row .header-title {
		padding: 120px 300px 120px 15px;
	}
	
	
}

iframe {
  max-width: 100%;
}
