/*!
Theme Name: British Liver Trust Theme
Theme URI: http://epixmedia.co.uk/
Description: Custom theme for British Liver Trust
Author: Epix Media Team
Version: 1.1
Tags: none
*/
/* Vendor */
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* ==|== normalize ==========================================================
*/
/* =============================================================================
  HTML5 display definitions
  ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
  Base
  ========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  /*line-height: 1.4;*/
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
  Links
  ========================================================================== */
a:focus {
  outline-style: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
  Typography
  ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

/* =============================================================================
  Embedded content
  ========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
  Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
  Forms
  ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea {
  /*font-size: 100%;*/
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button, input {
  line-height: normal;
}

/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
* Re-set default cursor for disabled elements
*/
button[disabled], input[disabled] {
  cursor: default;
}

/*
* Consistent box sizing and appearance
*/
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
  Tables
  ========================================================================== */
/*table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
*/
/* =============================================================================
  Chrome Frame Prompt
  ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
  Author:
  ========================================================================== */
/* ==|== media queries ======================================================
  EXAMPLE Media Query for Responsive Design.
  This example overrides the primary ('mobile first') styles
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
  Please define your styles before this section.
  ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* BASE */
/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
/* ===== PROJECT ===== */
/* _____ VARIABLES _____ */
/* Colors */
/* Sizes */
/* Fonts */
/* _____ FONTS _____ */
/* _____ GLOBAL DEFAULTS _____ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html.noscroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

body {
  margin: 0;
  background-color: #FFFFFF;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.075em;
  color: #1E1E1E;
  font-size: 14px;
  line-height: 24px;
}

a {
  border: 0;
  color: #1E1E1E;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover {
  border: 0px;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.5s;
}

img {
  border: 0px;
  height: auto;
  max-width: 100%;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2% 0px;
  color: #1E1E1E;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 800;
}

.home h1 {
  font-size: 35px;
  letter-spacing: 0.075em;
  line-height: 40px;
}
@media (max-width: 28.115em) {
  .home h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

h1 {
  display: inline-block;
  font-size: 26px;
  line-height: 31px;
  margin-top: 0;
}
h1:after {
  border-bottom: 1px solid #A30059;
  content: "";
  display: block;
  padding-top: 14px;
  width: 180px;
}

h2 {
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h4, h5, h6 {
  font-size: 20px;
  line-height: 30px;
}

hr {
  border-top: 2px solid #FFFFFF;
  margin: 8px 0;
  text-align: left;
  width: 33px;
}
hr.long {
  border-top: 1px solid #FFFFFF;
  width: 185px;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, a.white, span.white, p.white {
  color: #FFFFFF;
}
h1.pink, h2.pink, h3.pink, h4.pink, h5.pink, h6.pink, a.pink, span.pink, p.pink {
  color: #810042;
}
h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey, a.grey, span.grey, p.grey {
  color: #1E1E1E;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, a.bold, span.bold, p.bold {
  font-weight: 700;
}

fieldset {
  float: left;
  width: 100%;
}

input, textarea {
  font-family: "Open Sans", sans-serif;
}

body:not(.show-focus-outlines) button:focus,
body:not(.show-focus-outlines) a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
  outline: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

blockquote {
  color: #585858;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin: 48px 0;
  padding-left: 72px;
  padding-top: 2px;
  position: relative;
}
blockquote:before {
  background-image: url("images/quotation.svg");
  background-size: 55px 53px;
  content: "";
  display: inline-block;
  height: 53px;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 55px;
}
@media (max-width: 37.5em) {
  blockquote {
    padding-left: 10px;
  }
}

/* Select Colour */
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

a:link {
  -webkit-tap-highlight-color: #000000;
}

/* Content */
#main {
  width: 100%;
  float: left;
}
#main .page-wrapper ul, #main .flexible-page-content ul, #main .sidebar-content ul {
  padding-left: 0;
}
#main .page-wrapper ul li, #main .flexible-page-content ul li, #main .sidebar-content ul li {
  list-style: none;
  padding-left: 17px;
  position: relative;
}
#main .page-wrapper ul li:before, #main .flexible-page-content ul li:before, #main .sidebar-content ul li:before {
  background-color: #810042;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

/* Single page - extra elements */
.entry table {
  max-width: 100%;
}

.the-page table td {
  vertical-align: top;
}

.the-page ul {
  list-style-type: disc;
}
.the-page ul li {
  margin-bottom: 10px;
  line-height: 16px;
  background-position: 0px 3px;
  padding: 0px 0px 0px 5px;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  color: #FFFFFF;
  background-color: #810042;
  margin: 0;
  padding: 25px;
}

/***** wordpress defaults *****/
.floatright, .alignright {
  float: right;
  padding: 7px 0 15px 15px;
}

.floatleft, .alignleft {
  float: left;
  padding: 7px 15px 15px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin: 0 auto 1.625em;
}

dl.gallery-item {
  margin: 0;
  float: left;
}

.gallery-item img {
  margin: 8px 18px 8px 0px;
  width: 100px;
  height: 100px;
}

/** comments **/
.form-allowed-tags {
  display: none;
}

.comments-section {
  float: left;
  margin-top: 30px;
}

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid;
}

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid;
}

#commentform p {
  float: left;
  clear: both;
}

#commentform .required {
  color: #900;
}

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px;
}

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid;
}

ol.commentlist {
  list-style-type: none;
  padding: 0px;
}

.commentlist .avatar {
  float: left;
  margin: 0px 5px 5px 0px;
}

.commentlist .comment {
  padding: 10px;
}

.commentlist .even {
  background-color: #f2f4e3;
}

/* Content box shortcode */
.contentbox {
  padding: 1% 3%;
}

.contentbox.none {
  padding: 0px;
}

.contentbox.widthfull {
  width: 100%;
}

.contentbox.widthhalf {
  width: 50%;
}

.contentbox.widththird {
  width: 33.33%;
}

.contentbox.width20 {
  width: 20%;
}

.contentbox.width30 {
  width: 30%;
}

.contentbox.width40 {
  width: 40%;
}

.contentbox.width50 {
  width: 50%;
}

.contentbox.width60 {
  width: 60%;
}

.contentbox.width70 {
  width: 70%;
}

.contentbox.width80 {
  width: 80%;
}

.contentbox.width90 {
  width: 90%;
}

@media (max-width: 47.99em) {
  .contentbox.widthhalf, .contentbox.width50 {
    width: 100% !important;
  }
  .contentbox.widthhalf:nth-of-type(odd), .contentbox.width50:nth-of-type(odd) {
    margin-bottom: 40px;
  }
}
@media (max-width: 47.99em) and (min-width: 28.125em) and (max-width: 47.99em) {
  .contentbox.widthhalf, .contentbox.width50 {
    padding-right: 9% !important;
  }
}
/* Responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 64em) {
  /* Fix for display none, when increasing the size back up so the navigation shows.*/
  .navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  button.rnav {
    display: block;
  }
}
/* Vendor */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/**
	Genericons Helper CSS
*/
/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
  font-family: "Genericons";
  src: url("fonts/genericons-regular-webfont.eot");
}
@font-face {
  font-family: "Genericons";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("fonts/genericons-regular-webfont.ttf") format("truetype"), url("fonts/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * All Genericons
 */
.genericon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  font-family: "Genericons";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}

/**
 * IE7 and IE6 hacks
 */
.genericon {
  *overflow: auto;
  *zoom: 1;
  *display: inline;
}

/**
 * Individual icons
 */
/* Post formats */
.genericon-standard:before {
  content: "\f100";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-audio:before {
  content: "\f109";
}

/* Social icons */
.genericon-github:before {
  content: "\f200";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-dropbox:before {
  content: "\f225";
}

/* Meta icons */
.genericon-comment:before {
  content: "\f300";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-pinned:before {
  content: "\f308";
}

/* Other icons */
.genericon-search:before {
  content: "\f400";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-zoom:before {
  content: "\f402";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-404:before {
  content: "\f423";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-fullscreen:before {
  content: "\f474";
}

/* Generic shapes */
.genericon-uparrow:before {
  content: "\f500";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-leftarrow:before {
  content: "\f503";
}

/* COMPONENTS */
/* SPECIFICS */
/* _____ SPECIFICS _____ */
#header {
  float: left;
  width: 100%;
}
#header.header-banner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 138px;
}
@media (max-width: 28.115em) {
  #header.header-banner {
    min-height: 123px;
  }
}
#header .header-top {
  background-color: rgba(255, 255, 255, 0.9);
  float: left;
  padding-top: 24px;
  width: 100%;
}
@media (max-width: 28.115em) {
  #header .header-top {
    padding-bottom: 4px;
    padding-top: 5px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .header-top {
    padding-bottom: 21px;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #header .header-top {
    padding-bottom: 14px;
  }
}
#header .header-top .header-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
#header .header-top .header-wrapper .header-right {
  float: right;
  padding-top: 3px;
  position: relative;
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .header-top .header-wrapper .header-right {
    width: 54%;
  }
}
#header .header-top .header-wrapper .logo {
  float: left;
}
@media (max-width: 28.115em) {
  #header .header-top .header-wrapper .logo .BLT-Logo {
    max-width: 100px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .header-top .header-wrapper .logo {
    width: 46%;
  }
}
#header .header-top .header-wrapper .tagline {
  float: left;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  margin-left: 56px;
  margin-top: 27px;
}
@media (max-width: 63.99em) {
  #header .header-top .header-wrapper .tagline {
    display: none;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  #header .header-top .header-wrapper .tagline {
    font-size: 15px;
    line-height: 25px;
    margin-left: 27px;
    margin-top: 33px;
  }
}
#header .header-top .header-wrapper .search-donate-wrapper {
  clear: right;
  float: right;
  margin-left: 20px;
}
@media (max-width: 28.115em) {
  #header .header-top .header-wrapper .search-donate-wrapper {
    margin-top: 17px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .header-top .header-wrapper .search-donate-wrapper {
    margin-top: 10px;
  }
}
#header .header-top .header-wrapper .search-donate-wrapper .search-box {
  float: left;
  margin-top: 21px;
}
@media (max-width: 47.99em) {
  #header .header-top .header-wrapper .search-donate-wrapper .search-box #searchform:after {
    background-color: transparent;
    background-image: url("images/search-purple.svg");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.5s;
    width: 20px;
  }
}
#header .header-top .header-wrapper .search-donate-wrapper .search-box #searchform input[type=search] {
  color: #1E1E1E;
  cursor: pointer;
  line-height: 18px;
  outline: none;
  padding: 15px 66px 13px 12px;
}
@media (max-width: 47.99em) {
  #header .header-top .header-wrapper .search-donate-wrapper .search-box #searchform input[type=search] {
    background-color: transparent;
    font-size: 0px;
    padding: 10px;
    transition: all 0.5s;
    width: 20px;
  }
  #header .header-top .header-wrapper .search-donate-wrapper .search-box #searchform input[type=search]:focus {
    background-color: #DEDEDE;
    font-size: 12px;
    width: 130px;
    color: #000000;
  }
}
@media (max-width: 22.5em) {
  #header .header-top .header-wrapper .search-donate-wrapper .search-box #searchform input[type=search]:focus {
    width: 95px;
  }
}
#header .header-top .header-wrapper .search-donate-wrapper .search-box #searchform input[type=submit] {
  height: 45px;
  width: 49px;
}
@media (max-width: 28.115em) {
  #header .header-top .header-wrapper .search-donate-wrapper .search-box {
    top: 11px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .header-top .header-wrapper .search-donate-wrapper .search-box {
    top: 0px;
  }
}
@media (max-width: 47.99em) {
  #header .header-top .header-wrapper .search-donate-wrapper .search-box {
    margin-top: 0;
    position: absolute;
    right: 32px;
  }
  #header .header-top .header-wrapper .search-donate-wrapper .search-box input[type=submit] {
    display: none;
  }
}
#header .header-top .header-wrapper .search-donate-wrapper a.epxbutton {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 22px;
  margin-left: 30px;
  margin-top: 21px;
  padding: 13px 40px 11px 14px;
}
@media (max-width: 28.115em) {
  #header .header-top .header-wrapper .search-donate-wrapper a.epxbutton {
    clear: right;
    float: right;
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 14px;
    margin-left: 0;
    margin-top: 0;
    padding: 9px 31px 8px 14px;
  }
  #header .header-top .header-wrapper .search-donate-wrapper a.epxbutton:after {
    right: 10px;
    top: 12px;
  }
}
@media (min-width: 21.875em) and (max-width: 28.115em) {
  #header .header-top .header-wrapper .search-donate-wrapper a.epxbutton {
    font-size: 14px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .header-top .header-wrapper .search-donate-wrapper a.epxbutton {
    clear: right;
    float: right;
    font-size: 16px;
    margin-left: 0;
    margin-top: 4px;
  }
}
@media (min-width: 28.125em) {
  #header .header-top .header-wrapper .search-donate-wrapper a.epxbutton:after {
    background-image: url("images/arrow-large-white.svg");
    background-size: 10px 16px;
    height: 16px;
    right: 14px;
    top: 16px;
    width: 10px;
  }
}
#header .header-top #header-phone-banner {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#header .header-top #header-phone-banner .phone-number-with-icon {
  display: flex;
}
#header .header-top #header-phone-banner .phone-number-with-icon img {
  margin-right: 10px;
  max-width: 21px;
  margin-top: 2px;
}
#header .header-top #header-phone-banner .phone-number-with-icon span {
  font-size: 22px;
}
#header .header-top #header-phone-banner .phone-number-with-icon span.phone-number-text a {
  color: #A20059;
  font-weight: bold;
}
@media (max-width: 470px) {
  #header .header-top #header-phone-banner .phone-number-with-icon span {
    font-size: 15px;
  }
}
@media (max-width: 47.99em) {
  #header .header-top #header-phone-banner {
    justify-content: flex-start;
    order: 2;
    padding-top: 24px;
  }
}
@media (max-width: 28.115em) {
  #header .header-top #header-phone-banner {
    padding-top: 0;
    padding-bottom: 14px;
  }
}
#header .banner-text {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  background-image: linear-gradient(90deg, rgba(129, 0, 66, 0.9) 0px, rgba(155, 0, 79, 0.9) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(129, 0, 66, 0.9) 0px, rgba(155, 0, 79, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B004F", endColorstr="#810042", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B004F', endColorstr='#810042', GradientType=1)";
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 65px;
  margin-top: 60px;
  padding: 34px 62px 33px 36px;
  width: 48%;
}
#header .banner-text h1:after {
  display: none;
}
#header .banner-text a.readmore {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 34px;
  position: relative;
}
#header .banner-text a.readmore:before {
  border-top: 1px solid #FFFFFF;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 137px;
}
#header .banner-text a.readmore:after {
  background-image: url("images/white-arrow.svg");
  top: 17px;
}
#header .banner-text p {
  margin-bottom: 26px;
}
@media (max-width: 28.115em) {
  #header .banner-text {
    margin-bottom: 55px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #header .banner-text {
    margin-bottom: 55px;
    width: 96%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #header .banner-text {
    width: 82%;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  #header .banner-text {
    width: 59%;
  }
}

/****************************************************************************
        Styles shared between the taglines in header and responsive nav
*****************************************************************************/
.logo {
  float: left;
}
@media (max-width: 63.99em) {
  .logo .BLT-Logo {
    float: left;
  }
}

.home #header.header-banner {
  min-height: 532px;
}

.bg-wrapper {
  float: left;
  width: 100%;
}
.bg-wrapper.lightgrey-bg-wrapper {
  background-color: #F3F3F3;
}
.bg-wrapper.cornflowerblue-bg-wrapper {
  background-color: #2990D1;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 1366px;
}
.wrapper:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 47.99em) {
  .wrapper {
    padding: 0 10%;
  }
}
@media (min-width: 48em) and (max-width: 85.365em) {
  .wrapper {
    padding: 0 5%;
  }
}
@media (min-width: 85.375em) {
  .wrapper {
    padding: 0 137px;
  }
}
.wrapper.page-wrapper, .wrapper.blog-wrapper, .wrapper.stories-wrapper, .wrapper.search-wrapper, .wrapper.fullwidth-page-wrapper {
  padding-top: 43px;
}
.wrapper.fullwidth-page-wrapper, .wrapper.search-wrapper {
  padding-bottom: 100px;
}

.epxbutton {
  text-decoration: none !important;
}

.epxbutton, .support-navigation a {
  background-color: #810042;
  color: #FFFFFF;
  display: inline-block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 17px;
  padding: 11px 39px 9px 17px;
  position: relative;
  text-transform: uppercase;
}
.epxbutton:after, .support-navigation a:after {
  background-image: url("images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 11px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 11px;
}
.epxbutton.pink-bg, .support-navigation a.pink-bg {
  background-color: #810042;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
}
.epxbutton.pink-bg:after, .support-navigation a.pink-bg:after {
  background-image: url("images/arrow-right.png");
}
.epxbutton.white-bg, .support-navigation a.white-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #810042;
}
.epxbutton.white-bg:after, .support-navigation a.white-bg:after {
  background-image: url("images/arrow-large.svg");
}
.epxbutton.green-bg, .support-navigation a.green-bg {
  background-color: #01AEAC;
}
.epxbutton.grey-border, .support-navigation a.grey-border {
  background-color: #FFFFFF;
  border: 1px solid #1E1E1E;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #1E1E1E;
}
.epxbutton.grey-border:after, .support-navigation a.grey-border:after {
  background-image: url("images/arrow-grey.svg");
  top: 13px;
}
.epxbutton.pink-border, .support-navigation a.pink-border {
  background-color: #FFFFFF;
  border: 1px solid #810042;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #810042;
}
.epxbutton.pink-border:after, .support-navigation a.pink-border:after {
  background-image: url("images/arrow-red.svg");
  top: 13px;
}
.epxbutton.reverse, .support-navigation a.reverse {
  padding: 11px 17px 9px 39px;
}
.epxbutton.reverse:after, .support-navigation a.reverse:after {
  transform: rotate(180deg);
  left: 13px;
  right: initial;
}
.epxbutton.float, .support-navigation a.float {
  float: left;
}

.epxbutton {
  text-decoration: none;
}

.readmore {
  display: inline-block;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  margin-top: 11px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
}
.readmore:after {
  background-image: url("images/arrow-red.svg");
  background-size: 11px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 11px;
}

.search-box #searchform {
  float: left;
  position: relative;
}
.search-box #searchform input[type=search] {
  background-color: #DEDEDE;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.075em;
  max-width: 130px;
  padding: 10px 50px 9px 10px;
}
.search-box #searchform input[type=submit] {
  background-color: #810042;
  background-image: url("images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 0;
  font-size: 0;
  height: 37px;
  padding: 11px 11px 9px 12px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 37px;
}
.search-box #searchform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #585858;
}
.search-box #searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #585858;
}
.search-box #searchform :-ms-input-placeholder {
  /* IE 10+ */
  color: #585858;
}
.search-box #searchform :-moz-placeholder {
  /* Firefox 18- */
  color: #585858;
}

.page-wrapper form, .fullwidth-page-wrapper form {
  width: 80%;
}
@media (max-width: 47.99em) {
  .page-wrapper form, .fullwidth-page-wrapper form {
    width: 100%;
  }
}
.page-wrapper form:after, .fullwidth-page-wrapper form:after {
  clear: both;
  content: "";
  display: table;
}
.page-wrapper form label, .fullwidth-page-wrapper form label {
  color: #585858;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.page-wrapper form label.lab-minwidth, .fullwidth-page-wrapper form label.lab-minwidth {
  display: inline-block;
  min-width: 60px;
}
.page-wrapper form input[type=text], .page-wrapper form input[type=email], .page-wrapper form input[type=tel], .page-wrapper form input[type=password], .page-wrapper form textarea, .page-wrapper form select, .fullwidth-page-wrapper form input[type=text], .fullwidth-page-wrapper form input[type=email], .fullwidth-page-wrapper form input[type=tel], .fullwidth-page-wrapper form input[type=password], .fullwidth-page-wrapper form textarea, .fullwidth-page-wrapper form select {
  background-color: #EEEEEE;
  border: 0;
  border-radius: 10px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  margin-bottom: 25px;
  margin-right: 1%;
  padding: 15px 20px 16px 20px;
  width: 49%;
}
@media (max-width: 47.99em) {
  .page-wrapper form input[type=text], .page-wrapper form input[type=email], .page-wrapper form input[type=tel], .page-wrapper form input[type=password], .page-wrapper form textarea, .page-wrapper form select, .fullwidth-page-wrapper form input[type=text], .fullwidth-page-wrapper form input[type=email], .fullwidth-page-wrapper form input[type=tel], .fullwidth-page-wrapper form input[type=password], .fullwidth-page-wrapper form textarea, .fullwidth-page-wrapper form select {
    margin-right: 0;
    width: 100%;
  }
}
.page-wrapper form .checkbox-healthcare, .fullwidth-page-wrapper form .checkbox-healthcare {
  display: inline-block;
  margin-bottom: 10px;
}
.page-wrapper form .grecaptchahide, .fullwidth-page-wrapper form .grecaptchahide {
  color: #585858;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.page-wrapper form .wpcf7-response-output, .fullwidth-page-wrapper form .wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-wrapper form textarea, .fullwidth-page-wrapper form textarea {
  width: 99%;
}
@media (max-width: 47.99em) {
  .page-wrapper form textarea, .fullwidth-page-wrapper form textarea {
    width: 100%;
  }
}
.page-wrapper form .wpcf7-not-valid, .fullwidth-page-wrapper form .wpcf7-not-valid {
  border: 1px solid red !important;
}
.page-wrapper form span.wpcf7-not-valid-tip, .fullwidth-page-wrapper form span.wpcf7-not-valid-tip {
  display: none;
}
.page-wrapper form .wpcf7-list-item-label, .fullwidth-page-wrapper form .wpcf7-list-item-label {
  color: #585858;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 22px;
}
.page-wrapper form p, .fullwidth-page-wrapper form p {
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}
.page-wrapper form .wpcf7-list-item.first.last, .fullwidth-page-wrapper form .wpcf7-list-item.first.last {
  margin-left: 0;
}
.page-wrapper form .wpcf7-acceptance .wpcf7-list-item, .fullwidth-page-wrapper form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.page-wrapper form input[type=submit], .fullwidth-page-wrapper form input[type=submit] {
  background-color: #76BC21;
  border: 0;
  color: #FFFFFF;
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 20px;
  outline-color: transparent;
  padding: 10px 40px;
}
.page-wrapper form .form-line-wrapper, .fullwidth-page-wrapper form .form-line-wrapper {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.page-wrapper form .form-line-wrapper label, .fullwidth-page-wrapper form .form-line-wrapper label {
  float: left;
  margin-top: 21px;
}
.page-wrapper form .form-line-wrapper input[type=text], .fullwidth-page-wrapper form .form-line-wrapper input[type=text] {
  float: right;
  width: 70px;
}
.page-wrapper form .form-line-wrapper img, .fullwidth-page-wrapper form .form-line-wrapper img {
  float: left;
  margin-right: 20px;
  width: 60px;
}
@media (max-width: 47.99em) {
  .page-wrapper form .form-line-wrapper img, .fullwidth-page-wrapper form .form-line-wrapper img {
    width: 44px;
  }
}
.page-wrapper form .form-line-wrapper.add-mat label, .fullwidth-page-wrapper form .form-line-wrapper.add-mat label {
  max-width: 55%;
}
@media (max-width: 28.115em) {
  .page-wrapper form .form-line-wrapper.add-mat label, .fullwidth-page-wrapper form .form-line-wrapper.add-mat label {
    font-size: 12px;
    line-height: 22px;
    margin-top: 0;
    padding-right: 10px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .page-wrapper form .form-line-wrapper.add-mat label, .fullwidth-page-wrapper form .form-line-wrapper.add-mat label {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .page-wrapper form .form-line-wrapper.add-mat label, .fullwidth-page-wrapper form .form-line-wrapper.add-mat label {
    margin-top: 3px;
  }
}
.page-wrapper form .form-line-wrapper.add-mat label a, .fullwidth-page-wrapper form .form-line-wrapper.add-mat label a {
  color: #810042;
  font-weight: bold;
}
@media (max-width: 28.115em) {
  .page-wrapper form .form-line-wrapper.add-mat input[type=text], .fullwidth-page-wrapper form .form-line-wrapper.add-mat input[type=text] {
    font-size: 12px;
    line-height: 22px;
    padding: 10px;
    width: 45px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .page-wrapper form .form-line-wrapper.add-mat input[type=text], .fullwidth-page-wrapper form .form-line-wrapper.add-mat input[type=text] {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    width: 51px;
  }
}

/*********************
  100% - Full width section
**********************/
.page-template-page-fullwidth-100 h1 {
  padding: 0 20px;
}
.page-template-page-fullwidth-100 #main .max-fullwidth-page-wrapper {
  padding: 43px 0 100px 0;
  width: 100%;
}
.page-template-page-fullwidth-100 #main .max-fullwidth-page-wrapper .incivoContent {
  width: 100%;
}

/***********************
	Front Page
***********************/
.main-content .home-boxes {
  float: left;
  padding-top: 57px;
  width: 68%;
}
@media (max-width: 63.99em) {
  .main-content .home-boxes {
    width: 100%;
  }
}
.main-content .home-boxes .box {
  float: left;
  margin-bottom: 32px;
  width: 48.5%;
}
.main-content .home-boxes .box:nth-of-type(odd) {
  margin-right: 3%;
}
@media (max-width: 47.99em) {
  .main-content .home-boxes .box {
    margin-right: 0 !important;
    width: 100%;
  }
}
.main-content .home-boxes .box .box-content {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  min-height: 220px;
  padding: 20px 28px 10px 28px;
}
.main-content .home-boxes .box .box-content h2 {
  line-height: 28px;
}
.main-content .home-boxes .box .box-content h2:after {
  border-top: 1px solid #FFFFFF;
  content: "";
  display: block;
  margin: 12px 0 10px 0;
  width: 185px;
}
.main-content .home-boxes .box .box-content p {
  margin: 0;
}
@media (min-width: 64em) and (max-width: 78.125em) {
  .main-content .home-boxes .box .box-content {
    min-height: 256px;
  }
}
.main-content .home-boxes .box .img-wrapper {
  max-height: 160px;
  overflow: hidden;
}
.main-content .home-boxes .box .img-wrapper img {
  object-fit: cover;
  width: 100%;
}
.main-content .home-boxes .box span.link {
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  float: right;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 11px 31px 9px 20px;
  position: relative;
  text-align: right;
  width: 100%;
}
.main-content .home-boxes .box span.link.Purple {
  background-color: #653D95;
  background-image: linear-gradient(270deg, #653D95 0px, #7C5AA5 100%);
  background-image: -ms-linear-gradient(270deg, #653D95 0px, #7C5AA5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7C5AA5", endColorstr="#653D95", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C5AA5', endColorstr='#653D95', GradientType=1)";
}
.main-content .home-boxes .box span.link.Aqua {
  background-color: #008E8C;
  background-image: linear-gradient(270deg, #008E8C 0px, #01AEAC 100%);
  background-image: -ms-linear-gradient(270deg, #008E8C 0px, #01AEAC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01AEAC", endColorstr="#008E8C", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01AEAC', endColorstr='#008E8C', GradientType=1)";
}
.main-content .home-boxes .box span.link.Lime {
  background-color: #518B0B;
  background-image: linear-gradient(270deg, #518B0B 0px, #76BC21 100%);
  background-image: -ms-linear-gradient(270deg, #518B0B 0px, #76BC21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#76BC21", endColorstr="#518B0B", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#76BC21', endColorstr='#518B0B', GradientType=1)";
}
.main-content .home-boxes .box span.link.Blue {
  background-color: #0081AF;
  background-image: linear-gradient(270deg, #0081AF 0px, #01A6E2 100%);
  background-image: -ms-linear-gradient(270deg, #0081AF 0px, #01A6E2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01A6E2", endColorstr="0081AF", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#01A6E2', endColorstr='0081AF', GradientType=1)";
}
.main-content .home-boxes .box span.link.Pink {
  background-color: #810042;
  background-image: linear-gradient(270deg, #810042 0px, #A30059 100%);
  background-image: -ms-linear-gradient(270deg, #810042 0px, #A30059 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B004F", endColorstr="#810042", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B004F', endColorstr='#810042', GradientType=1)";
}
.main-content .home-boxes .box span.link:after {
  background-image: url("images/white-arrow.svg");
  background-size: 11px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  width: 11px;
}
.main-content .latest-news {
  background-color: #F3F3F3;
  float: left;
  margin-left: 3%;
  margin-top: 57px;
  text-align: center;
  width: 29%;
}
@media (max-width: 63.99em) {
  .main-content .latest-news {
    margin-bottom: 35px;
    margin-left: 0;
    width: 100%;
  }
}
.main-content .latest-news h2 {
  background-color: #810042;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  display: block;
  font-size: 19px;
  line-height: 23px;
  margin: -18px auto 0 auto;
  min-width: 187px;
  padding: 9px 25px 10px 25px;
  text-align: center;
  text-transform: uppercase;
  width: 54%;
}
.main-content .latest-news .the-post {
  padding: 32px 7.5% 0 7.5%;
  width: 100%;
}
.main-content .latest-news .the-post:last-of-type {
  padding-bottom: 10%;
}
@media (min-width: 43.75em) and (max-width: 63.99em) {
  .main-content .latest-news .the-post {
    width: 50%;
  }
  .main-content .latest-news .the-post h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 63.99em) {
  .main-content .latest-news .the-post {
    padding-bottom: 4% !important;
  }
}
.main-content .latest-news .the-post .image {
  margin-right: 0;
  width: 100%;
}
.main-content .latest-news .the-post .the-post-content {
  padding-top: 10px;
  width: 100%;
}
.main-content .latest-news .the-post .the-post-content .readmore {
  display: inline-block;
  margin-top: 11px;
  padding-right: 20px;
  position: relative;
}
.main-content .latest-news .the-post .the-post-content .readmore:after {
  background-image: url("images/arrow-red.svg");
  background-size: 11px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 11px;
}

.quote-box {
  float: left;
  margin-top: 11px;
  position: relative;
  width: 100%;
}
.quote-box .quote-text {
  background-color: #810042;
  background-image: linear-gradient(90deg, #810042 0px, #A30059 100%);
  background-image: -ms-linear-gradient(90deg, #810042 0px, #A30059 100%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#810042", endColorstr="#9B004F");
  float: left;
  min-height: 188px;
  padding: 39px 36px 23px 28px;
  width: 67%;
}
@media (max-width: 47.99em) {
  .quote-box .quote-text {
    width: 100%;
  }
}
.quote-box .quote-text:before {
  background-image: url("images/quotation.svg");
  background-size: 55px 53px;
  content: "";
  display: inline-block;
  height: 53px;
  left: 29px;
  position: absolute;
  top: 15px;
  width: 55px;
}
.quote-box .quote-text p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.quote-box .quote-text .author {
  font-size: 12px;
  line-height: 22px;
}
.quote-box .quote-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  min-height: 188px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
}
@media (max-width: 47.99em) {
  .quote-box .quote-image {
    bottom: initial;
    float: left;
    left: initial;
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .quote-box .quote-image {
    min-height: 230px;
  }
}

.stories-box {
  background-color: #810042;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: left;
  margin-bottom: 55px;
  margin-top: 40px;
  width: 100%;
}
.stories-box .stories-images {
  float: left;
}
.stories-box .stories-images img {
  float: left;
  max-height: 162px;
}
@media (max-width: 63.99em) {
  .stories-box .stories-images img {
    float: none;
    margin: 12px 4px 0 4px;
    max-height: none;
  }
}
@media (min-width: 42.75em) and (max-width: 47.99em) {
  .stories-box .stories-images img:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .stories-box .stories-images img {
    max-height: 156px;
  }
}
@media (max-width: 85.365em) {
  .stories-box .stories-images img:last-of-type {
    display: none;
  }
}
@media (max-width: 63.99em) {
  .stories-box .stories-images {
    float: none;
    padding: 10px;
  }
}
@media (max-width: 63.99em) {
  .stories-box {
    text-align: center;
  }
}
.stories-box .stories-text {
  float: left;
  padding: 24px 25px 25px 30px;
}
.stories-box .stories-text h2 {
  line-height: 28px;
}
.stories-box .stories-text h2:after {
  border-top: 1px solid #FFFFFF;
  content: "";
  display: block;
  margin: 18px 0 11px 0;
  width: 138px;
}
@media (max-width: 63.99em) {
  .stories-box .stories-text h2:after {
    margin: 18px auto 11px auto;
    text-align: center;
  }
}
.stories-box .stories-text span {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 800;
}
@media (max-width: 63.99em) {
  .stories-box .stories-text {
    width: 100%;
  }
}

/* Company Login Page */
.ws-plugin--s2member-pro-login-widget-lost-password, .ws-plugin--s2member-pro-login-widget-remember-me {
  display: none;
}

/* Password protection form */
.page-wrapper form.post-password-form {
  display: flex;
  flex-direction: column;
}
.page-wrapper form.post-password-form label {
  float: left;
}
.page-wrapper form.post-password-form input[type=submit] {
  clear: both;
  margin-top: 0;
}
.page-wrapper form.post-password-form input[name=post_password] {
  float: revert;
  margin-left: 10px;
  margin-right: 0;
  width: auto;
}
@media (max-width: 47.99em) {
  .page-wrapper form.post-password-form input[name=post_password] {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}

#main .page-wrapper {
  padding-bottom: 55px;
}
#main .page-wrapper .main-content {
  float: left;
  width: 57%;
}
@media (max-width: 28.115em) {
  #main .page-wrapper .main-content {
    width: 95%;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  #main .page-wrapper .main-content {
    width: 85%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #main .page-wrapper .main-content {
    width: 75%;
  }
}
#main .page-wrapper .main-content a {
  color: #A30059;
  text-decoration: underline;
}
#main .fullwidth-page-wrapper .main-content a {
  color: #A30059;
  text-decoration: underline;
}
#main .sidebar-content {
  float: right;
  padding-left: 10%;
  width: 43%;
  /***************************
  	Sidebar content
  ****************************/
}
@media (max-width: 63.99em) {
  #main .sidebar-content {
    margin-top: 45px;
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #main .sidebar-content {
    width: 100%;
  }
  #main .sidebar-content .sidebar-item {
    float: left;
    width: 49%;
  }
  #main .sidebar-content .sidebar-item:nth-of-type(odd) {
    margin-right: 2%;
  }
  #main .sidebar-content .sidebar-item.sidebar-inthissection {
    display: none;
  }
}
#main .sidebar-content .sidebar-item {
  float: right;
  margin-bottom: 33px;
  width: 100%;
}
#main .sidebar-content .sidebar-item:last-of-type {
  margin-bottom: 0;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top {
  background-color: #810042;
  padding: 17px 22px 20px 20px;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top h2 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top h2:after {
  border-top: 1px solid #FFFFFF;
  content: "";
  display: block;
  margin: 8px 0;
  text-align: left;
  width: 185px;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top span {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding-right: 1%;
  width: 60%;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top .epxbutton {
  float: right;
  font-size: 12px;
  line-height: 14px;
  margin-top: 14px;
  padding: 9px 19px 8px 10px;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top .epxbutton:after {
  background-image: url("images/arrow-red.svg");
  background-size: 5px 9px;
  height: 9px;
  right: 8px;
  top: 11px;
  width: 5px;
}
#main .sidebar-content .sidebar-pink-box .sidebar-top:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 37.5em) {
  #main .sidebar-content .sidebar-pink-box .sidebar-top h2 {
    font-size: 26px;
    line-height: 32px;
  }
  #main .sidebar-content .sidebar-pink-box .sidebar-top span {
    width: 90%;
  }
  #main .sidebar-content .sidebar-pink-box .sidebar-top .epxbutton {
    float: left;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  #main .sidebar-content .sidebar-pink-box .sidebar-top h2 {
    font-size: 26px;
    line-height: 32px;
  }
  #main .sidebar-content .sidebar-pink-box .sidebar-top span {
    width: 90%;
  }
  #main .sidebar-content .sidebar-pink-box .sidebar-top .epxbutton {
    float: left;
  }
}
#main .sidebar-content .sidebar-pink-box.sidebar-support-box .sidebar-top span {
  font-weight: 400;
}
#main .sidebar-content .sidebar-pink-box .sidebar-bottom {
  background-color: #A30059;
  padding: 10px 25px 10px 21px;
}
#main .sidebar-content .sidebar-inthissection {
  background-color: #F3F3F3;
  padding: 29px 20px 21px 28px !important;
}
#main .sidebar-content .sidebar-inthissection:after {
  clear: both;
  content: "";
  display: table;
}
#main .sidebar-content .sidebar-inthissection h2 {
  color: #810042;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
}
#main .sidebar-content .sidebar-inthissection ul {
  float: left;
}
#main .sidebar-content .sidebar-inthissection ul li {
  clear: left;
  float: left;
  margin-bottom: 8px;
  padding-left: 0;
  width: 100%;
}
#main .sidebar-content .sidebar-inthissection ul li:last-of-type {
  margin-bottom: 0;
}
#main .sidebar-content .sidebar-inthissection ul li:before {
  display: none;
}
#main .sidebar-content .sidebar-inthissection ul li a {
  display: block;
  font-size: 16px;
  padding-right: 22px;
  position: relative;
  width: 100%;
}
#main .sidebar-content .sidebar-inthissection ul li a:after {
  background-image: url("images/arrow-red.svg");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  content: "";
  display: inline-block;
  height: 11px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 7px;
}
#main .sidebar-content .sidebar-inthissection ul li:hover a {
  color: #A30059;
}
#main .sidebar-content .register_box {
  background-color: #F3F3F3;
  padding: 29px 41px 32px 28px;
}
#main .sidebar-content .register_box:after {
  clear: both;
  content: "";
  display: table;
}
#main .sidebar-content .register_box h2 {
  color: #810042;
  font-size: 19px;
  line-height: 23px;
  margin: 0;
}
#main .sidebar-content .register_box p {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
#main .sidebar-content .register_box .epxbutton {
  float: left;
}
@media (max-width: 47.99em) {
  #main .sidebar-content .register_box {
    padding-right: 30px;
  }
  #main .sidebar-content .register_box p {
    font-size: 14px;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  #main .sidebar-content .register_box {
    padding-right: 30px;
  }
  #main .sidebar-content .register_box p {
    font-size: 14px;
  }
}

.text404 {
  width: 51%;
}
@media (max-width: 63.99em) {
  .text404 {
    width: 90%;
  }
}

/****************************
	Flexible content
*****************************/
.flexible-page-content {
  float: left;
  width: 100%;
  /*********************
    Full width section
  **********************/
  /*********************
    100% - Full width section
  **********************/
  /*********************
    Two column section
  **********************/
  /*********************
    Three column section
  **********************/
  /*************************
    CTA Full Width section
  *************************/
  /*********************
    CTA Two column section
  **********************/
  /**************************************
    Full width image with textbox secton
  ***************************************/
  /**************************************
    Full width image secton
  ***************************************/
  /**************************************
    Latest News secton
  ***************************************/
}
.flexible-page-content ul li {
  margin-bottom: 8px;
}
.flexible-page-content .img-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 28.115em) {
  .flexible-page-content .img-wrapper {
    min-height: 330px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .flexible-page-content .img-wrapper {
    min-height: 380px;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .flexible-page-content .img-wrapper {
    min-height: 420px;
  }
}
.flexible-page-content .full-width-bg-wrapper {
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-top: 64px;
  position: relative;
}
.flexible-page-content .full-width-bg-wrapper .full-width-section h2 {
  background-color: #810042;
  color: #FFFFFF;
  float: left;
  margin: -97px 0 30px 0;
  padding: 17px 35px;
}
.flexible-page-content .full-width-bg-wrapper .full-width-section p a {
  color: #A30059;
}
.flexible-page-content .page-template-page-fullwidth-100 h1 {
  padding: 0 20px;
}
.flexible-page-content .page-template-page-fullwidth-100 #main .max-fullwidth-page-wrapper {
  padding: 0;
  width: 100%;
}
.flexible-page-content .page-template-page-fullwidth-100 #main .max-fullwidth-page-wrapper .incivoContent {
  width: 100%;
}
.flexible-page-content .two-col-bg-wrapper {
  margin-bottom: 75px;
  margin-top: 35px;
  padding-bottom: 78px;
  padding-top: 64px;
  position: relative;
}
@media (max-width: 55em) {
  .flexible-page-content .two-col-bg-wrapper {
    padding-bottom: 0;
  }
}
.flexible-page-content .two-col-bg-wrapper .two-col-section h2 {
  background-color: #810042;
  color: #FFFFFF;
  float: left;
  margin: -97px 0 30px 0;
  min-width: 49%;
  padding: 17px 35px;
}
.flexible-page-content .two-col-bg-wrapper .two-col-section h3 {
  color: #810042;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 36px;
}
.flexible-page-content .two-col-bg-wrapper .two-col-section .col {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: left;
  margin-right: 3%;
  padding: 26px 38px 29px 30px;
  width: 48.5%;
}
.flexible-page-content .two-col-bg-wrapper .two-col-section .col:nth-of-type(2) {
  margin-right: 0;
}
.flexible-page-content .two-col-bg-wrapper .two-col-section .col p, .flexible-page-content .two-col-bg-wrapper .two-col-section .col li, .flexible-page-content .two-col-bg-wrapper .two-col-section .col span {
  color: #585858;
}
.flexible-page-content .two-col-bg-wrapper .two-col-section .col p a {
  color: #A30059;
}
@media (max-width: 28.115em) {
  .flexible-page-content .two-col-bg-wrapper .two-col-section .col {
    padding: 26px 27px 29px 27px;
  }
}
@media (max-width: 55em) {
  .flexible-page-content .two-col-bg-wrapper .two-col-section .col {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
}
.flexible-page-content .multi-col-wrapper {
  padding-bottom: 86px;
}
.flexible-page-content .multi-col-wrapper h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 23px 0;
}
.flexible-page-content .multi-col-wrapper .box {
  background-color: #F3F3F3;
  float: left;
}
@media (min-width: 64em) {
  .flexible-page-content .multi-col-wrapper .box {
    margin-right: 2.5%;
  }
  .flexible-page-content .multi-col-wrapper .box:last-child {
    margin-right: 0;
  }
}
.flexible-page-content .multi-col-wrapper .box .box-content {
  padding: 24px 32px 26px 20px;
}
.flexible-page-content .multi-col-wrapper .box .box-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin-top: 0;
}
.flexible-page-content .multi-col-wrapper .box .box-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 6px;
}
.flexible-page-content .multi-col-wrapper .box .box-content .epxbutton {
  margin-top: 22px;
}
.flexible-page-content .multi-col-wrapper .box .box-content a {
  text-decoration: underline;
}
.flexible-page-content .multi-col-wrapper.four-col-wrapper .box {
  width: 23.125%;
}
@media (max-width: 40.625em) {
  .flexible-page-content .multi-col-wrapper.four-col-wrapper .box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 40.625em) and (max-width: 63.99em) {
  .flexible-page-content .multi-col-wrapper.four-col-wrapper .box {
    margin-bottom: 30px;
    width: 48%;
  }
  .flexible-page-content .multi-col-wrapper.four-col-wrapper .box:nth-child(odd) {
    margin-right: 4%;
  }
}
.flexible-page-content .multi-col-wrapper.three-col-wrapper .box {
  width: 31.66%;
}
@media (max-width: 47.99em) {
  .flexible-page-content .multi-col-wrapper.three-col-wrapper .box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .flexible-page-content .multi-col-wrapper.three-col-wrapper .box {
    margin-right: 2.5%;
  }
  .flexible-page-content .multi-col-wrapper.three-col-wrapper .box:last-child {
    margin-right: 0;
  }
}
.flexible-page-content .cta-full-bg-wrapper {
  padding-bottom: 78px;
}
.flexible-page-content .cta-full-bg-wrapper .cta-main-box {
  background-color: #A30059;
  color: #FFFFFF;
  float: left;
  font-size: 26px;
  line-height: 40px;
  padding: 39px 100px 38px 40px;
  width: 67.5%;
}
@media (max-width: 28.115em) {
  .flexible-page-content .cta-full-bg-wrapper .cta-main-box {
    font-size: 19px;
    line-height: 31px;
    padding: 30px;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .flexible-page-content .cta-full-bg-wrapper .cta-main-box {
    font-size: 23px;
    line-height: 36px;
    padding: 40px;
  }
}
@media (max-width: 47.99em) {
  .flexible-page-content .cta-full-bg-wrapper .cta-main-box {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .flexible-page-content .cta-full-bg-wrapper .cta-main-box {
    font-size: 20px;
    line-height: 30px;
    padding: 39px 70px 38px 40px;
    width: 60%;
  }
}
.flexible-page-content .cta-full-bg-wrapper .cta-main-box p {
  margin: 0;
}
.flexible-page-content .cta-full-bg-wrapper .cta-side-box {
  background-color: #810042;
  color: #FFFFFF;
  float: right;
  margin-top: -25px;
  min-height: 246px;
  padding: 20px 22px 25px 22px;
  text-align: center;
  width: 32.5%;
}
@media (max-width: 47.99em) {
  .flexible-page-content .cta-full-bg-wrapper .cta-side-box {
    margin-top: 0;
    min-height: 0;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .flexible-page-content .cta-full-bg-wrapper .cta-side-box {
    width: 40%;
  }
}
.flexible-page-content .cta-full-bg-wrapper .cta-side-box h2 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
.flexible-page-content .cta-full-bg-wrapper .cta-side-box hr {
  border-top: 1px solid #FFFFFF;
  margin: 8px auto;
  text-align: center;
  width: 218px;
}
.flexible-page-content .cta-full-bg-wrapper .cta-side-box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.flexible-page-content .cta-two-col-bg-wrapper {
  padding-bottom: 55px;
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col {
  color: #FFFFFF;
  float: left;
  width: 48.5%;
}
@media (max-width: 63.99em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col {
    width: 100%;
  }
}
@media (max-width: 63.99em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 64em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col:first-of-type {
    margin-right: 3%;
  }
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col p {
  margin: 0;
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content {
  background-color: #810042;
  float: left;
  padding: 15px 29px 23px 24px;
  width: 100%;
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 12px 0;
  padding-right: 27%;
}
@media (max-width: 47.99em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content h2 {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 63.99em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content h2 {
    padding-right: 0;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content h2 {
    padding-right: 9%;
  }
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content p {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  width: 40%;
}
@media (max-width: 85.365em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content p {
    width: 100%;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content p {
    min-height: 45px;
  }
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content .epxbutton {
  float: right;
  font-size: 21px;
  line-height: 25px;
  padding: 14px 47px 15px 15px;
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content .epxbutton:after {
  background-size: 12px 17px;
  height: 17px;
  right: 16px;
  top: 18px;
  width: 13px;
}
@media (max-width: 47.99em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content .epxbutton {
    float: left;
  }
}
@media (max-width: 85.365em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content .epxbutton {
    font-size: 18px;
    line-height: 22px;
    margin-top: 35px;
    padding: 9px 47px 10px 15px;
  }
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .top-content .epxbutton:after {
    top: 11px;
  }
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .cta-bottom {
  background-color: #A30059;
  float: left;
  padding: 20px 89px 18px 31px;
  width: 100%;
}
.flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .cta-bottom p {
  line-height: 30px;
}
@media (max-width: 47.99em) {
  .flexible-page-content .cta-two-col-bg-wrapper .cta-twocol-section .col .cta-bottom {
    padding: 20px 28px;
  }
}
.flexible-page-content .full-width-img-textbox-bg-wrapper {
  padding-bottom: 97px;
}
.flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image {
  background-size: cover;
  float: left;
  min-height: 420px;
  position: relative;
  width: 100%;
}
@media (max-width: 28.115em) {
  .flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image {
    min-height: 0;
  }
}
.flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box {
  background-color: #FFFFFF;
  float: left;
  font-size: 16px;
  margin-left: 40px;
  margin-top: 40px;
  line-height: 26px;
  padding: 32px 50px 30px 34px;
}
@media (max-width: 28.115em) {
  .flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box {
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 32px 30px 30px 31px;
    width: 90%;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box {
    margin-left: 6%;
    margin-right: 6%;
    width: 88%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box {
    width: 66%;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box {
    width: 51%;
  }
}
@media (min-width: 85.375em) {
  .flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box {
    width: 45%;
  }
}
.flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box h2 {
  font-size: 26px;
  margin: 0;
}
.flexible-page-content .full-width-img-textbox-bg-wrapper .full-width-image .text-box .epxbutton {
  margin-top: 12px;
}
.flexible-page-content .full-width-img-bg-wrapper {
  padding-bottom: 56px;
}
.flexible-page-content .latest-news-bg-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 63.99em) {
  .flexible-page-content .latest-news-bg-wrapper {
    text-align: center;
  }
}
.flexible-page-content .latest-news-bg-wrapper .wrapper {
  padding-bottom: 30px;
  padding-top: 46px;
}
.flexible-page-content .latest-news-bg-wrapper .wrapper h2 {
  background-color: #810042;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  float: left;
  font-size: 19px;
  line-height: 19px;
  margin: -65px 0 0 0;
  padding: 9px 35px 10px 35px;
}

@media (max-width: 28.115em) {
  .page-id-8204 .flexible-page-content .full-width-bg-wrapper .full-width-section {
    padding-right: 0;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .page-id-8204 .flexible-page-content .full-width-bg-wrapper .full-width-section {
    padding-right: 4%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .page-id-8204 .flexible-page-content .full-width-bg-wrapper .full-width-section {
    padding-right: 17%;
  }
}
@media (min-width: 64em) {
  .page-id-8204 .flexible-page-content .full-width-bg-wrapper .full-width-section {
    padding-right: 250px;
  }
}

/*******************************
	Flexible content - colours
*******************************/
.page-id-15429 h1:after, .parent-pageid-15429 h1:after {
  border-bottom: 1px solid #7C5AA5;
}
.page-id-15429 .flexible-page-content .multi-col-wrapper h2, .parent-pageid-15429 .flexible-page-content .multi-col-wrapper h2 {
  color: #7C5AA5;
}
.page-id-15429 .flexible-page-content .multi-col-wrapper .box .box-content h3, .parent-pageid-15429 .flexible-page-content .multi-col-wrapper .box .box-content h3 {
  color: #7C5AA5;
}
.page-id-15429 .flexible-page-content .multi-col-wrapper .box .box-content .epxbutton, .parent-pageid-15429 .flexible-page-content .multi-col-wrapper .box .box-content .epxbutton {
  background-color: #7C5AA5;
  border: 1px solid #7C5AA5;
}

.page-id-2377 h1:after, .parent-pageid-2377 h1:after {
  border-bottom: 1px solid #01AEAC;
}
.page-id-2377 .flexible-page-content .multi-col-wrapper h2, .parent-pageid-2377 .flexible-page-content .multi-col-wrapper h2 {
  color: #01AEAC;
}
.page-id-2377 .flexible-page-content .multi-col-wrapper .box .box-content h3, .parent-pageid-2377 .flexible-page-content .multi-col-wrapper .box .box-content h3 {
  color: #01AEAC;
}
.page-id-2377 .flexible-page-content .multi-col-wrapper .box .box-content .epxbutton, .parent-pageid-2377 .flexible-page-content .multi-col-wrapper .box .box-content .epxbutton {
  background-color: #01AEAC;
  border: 1px solid #008E8C;
}

.page-id-605 h1:after, .parent-pageid-605 h1:after {
  border-bottom: 1px solid #76BC21;
}
.page-id-605 .flexible-page-content .multi-col-wrapper h2, .parent-pageid-605 .flexible-page-content .multi-col-wrapper h2 {
  color: #76BC21;
}
.page-id-605 .flexible-page-content .multi-col-wrapper .box .box-content h3, .parent-pageid-605 .flexible-page-content .multi-col-wrapper .box .box-content h3 {
  color: #76BC21;
}
.page-id-605 .flexible-page-content .multi-col-wrapper .box .box-content .epxbutton, .parent-pageid-605 .flexible-page-content .multi-col-wrapper .box .box-content .epxbutton {
  background-color: #76BC21;
  border: 1px solid #518B0B;
}

/********************************************************
	Download Publications Page (page-publications.php)
*********************************************************/
.outer-publications-wrapper h2 {
  margin-bottom: 20px;
  width: 100%;
}
.outer-publications-wrapper .publications-wrapper {
  float: left;
  padding-bottom: 60px;
  width: 100%;
}
.outer-publications-wrapper .publications-wrapper .publication {
  float: left;
  margin-bottom: 41px;
  position: relative;
}
@media (max-width: 40.625em) {
  .outer-publications-wrapper .publications-wrapper .publication {
    width: 100%;
  }
}
@media (min-width: 40.625em) and (max-width: 47.99em) {
  .outer-publications-wrapper .publications-wrapper .publication {
    width: 90%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .outer-publications-wrapper .publications-wrapper .publication {
    width: 49%;
  }
  .outer-publications-wrapper .publications-wrapper .publication:nth-of-type(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 64em) {
  .outer-publications-wrapper .publications-wrapper .publication {
    margin-right: 2%;
    min-height: 208px;
    width: 32%;
  }
  .outer-publications-wrapper .publications-wrapper .publication:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .outer-publications-wrapper .publications-wrapper .publication:nth-of-type(3n+4) {
    clear: left;
  }
}
.outer-publications-wrapper .publications-wrapper .publication img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  max-height: 202px;
  position: absolute;
  top: 0;
  z-index: 5;
}
@media (max-width: 28.115em) {
  .outer-publications-wrapper .publications-wrapper .publication img {
    max-width: 32%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .outer-publications-wrapper .publications-wrapper .publication img {
    max-width: 140px;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .outer-publications-wrapper .publications-wrapper .publication img {
    max-width: 37%;
  }
}
.outer-publications-wrapper .publications-wrapper .publication .pub-content {
  background-color: #F3F3F3;
  min-height: 184px;
  padding: 24px 15px 20px 46%;
  position: relative;
}
@media (max-width: 28.115em) {
  .outer-publications-wrapper .publications-wrapper .publication .pub-content {
    padding-left: 40%;
  }
}
@media (min-width: 28.125em) and (max-width: 63.99em) {
  .outer-publications-wrapper .publications-wrapper .publication .pub-content {
    padding-left: 162px;
  }
}
.outer-publications-wrapper .publications-wrapper .publication .pub-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-bottom: 57px;
}
@media (max-width: 63.99em) {
  .outer-publications-wrapper .publications-wrapper .publication .pub-content h3 {
    font-size: 16px;
  }
}
.outer-publications-wrapper .publications-wrapper .publication .pub-content .pub-bottom {
  bottom: 18px;
  left: 46%;
  position: absolute;
  right: 5%;
}
.outer-publications-wrapper .publications-wrapper .publication .pub-content .pub-bottom hr {
  border-top: 1px solid #A30059;
  width: 100%;
}
.outer-publications-wrapper .publications-wrapper .publication .pub-content .pub-bottom .readmore {
  margin-top: 0;
}
.outer-publications-wrapper .publications-wrapper .publication .pub-content .pub-bottom .readmore:after {
  background-image: url("images/arrow-grey.svg");
}
@media (max-width: 28.115em) {
  .outer-publications-wrapper .publications-wrapper .publication .pub-content .pub-bottom {
    left: 40%;
  }
}
@media (min-width: 28.125em) and (max-width: 63.99em) {
  .outer-publications-wrapper .publications-wrapper .publication .pub-content .pub-bottom {
    left: 162px;
  }
}

/********************************************
	Support Groups Page (page-support.php)
********************************************/
.page-template-page-support .map-wrapper, .tax-suploc .map-wrapper {
  padding-top: 15px;
  text-align: center;
}
.page-template-page-support .map-wrapper h2, .tax-suploc .map-wrapper h2 {
  font-size: 26px;
  line-height: 32px;
}
.page-template-page-support .map-wrapper .filters, .tax-suploc .map-wrapper .filters {
  float: left;
  width: 100%;
}
.page-template-page-support .map-wrapper .support-locations, .tax-suploc .map-wrapper .support-locations {
  float: left;
  margin-top: 40px;
}
@media (min-width: 48em) {
  .page-template-page-support .map-wrapper .support-locations, .tax-suploc .map-wrapper .support-locations {
    column-count: 2;
  }
}
.page-template-page-support .map-wrapper .support-locations:after, .tax-suploc .map-wrapper .support-locations:after {
  clear: both;
  content: "";
  display: table;
}
.page-template-page-support .map-wrapper .map, .tax-suploc .map-wrapper .map {
  margin-bottom: 50px;
  width: 100%;
}
.page-template-page-support .map-wrapper .map #map, .tax-suploc .map-wrapper .map #map {
  width: 100%;
  height: 500px;
}
.page-template-page-support .map-wrapper .single-filter, .tax-suploc .map-wrapper .single-filter {
  float: left;
  padding: 0px 1% 1% 0;
  width: 20%;
  cursor: pointer;
  text-align: left;
}
.page-template-page-support .map-wrapper .the-item, .tax-suploc .map-wrapper .the-item {
  break-inside: avoid-column;
  float: left;
  margin-bottom: 30px;
  page-break-inside: avoid;
  text-align: left;
  width: 100%;
}
.page-template-page-support .map-wrapper .the-item h3, .tax-suploc .map-wrapper .the-item h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  padding: 13px 45px 14px 20px;
  text-align: left;
}
.page-template-page-support .map-wrapper .the-item .item-entry, .tax-suploc .map-wrapper .the-item .item-entry {
  background-color: #FFFFFF;
  font-size: 15px !important;
  letter-spacing: 0;
  padding: 26px 27px 23px 20px;
}
.page-template-page-support .map-wrapper .the-item .item-entry p, .tax-suploc .map-wrapper .the-item .item-entry p {
  margin: 0;
}
.page-template-page-support .map-wrapper .the-item .item-entry span, .page-template-page-support .map-wrapper .the-item .item-entry p, .tax-suploc .map-wrapper .the-item .item-entry span, .tax-suploc .map-wrapper .the-item .item-entry p {
  font-size: 15px !important;
}
.page-template-page-support .map-wrapper .the-item.first .the-item-title, .tax-suploc .map-wrapper .the-item.first .the-item-title {
  background-color: #7B59A4;
  background-image: linear-gradient(90deg, #7B59A4 0px, #9880BA 100%);
  background-image: -ms-linear-gradient(90deg, #7B59A4 0px, #9880BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7B59A4", endColorstr="#9880BA", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7B59A4', endColorstr='#9880BA', GradientType=1)";
}
.page-template-page-support .map-wrapper .the-item.second .the-item-title, .tax-suploc .map-wrapper .the-item.second .the-item-title {
  background-color: #76BC21;
  background-image: linear-gradient(90deg, #76BC21 0px, #76CE21 100%);
  background-image: -ms-linear-gradient(90deg, #76BC21 0px, #76CE21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#76BC21", endColorstr="#76CE21", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#76BC21', endColorstr='#76CE21', GradientType=1)";
}
.page-template-page-support .map-wrapper .the-item.third .the-item-title, .tax-suploc .map-wrapper .the-item.third .the-item-title {
  background-color: #A30059;
  background-image: linear-gradient(90deg, #A30059 0px, #BD004F 100%);
  background-image: -ms-linear-gradient(90deg, #A30059 0px, #BD004F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B004F", endColorstr="#BD004F", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B004F', endColorstr='#BD004F', GradientType=1)";
}

.support-navigation {
  float: right;
}
.support-navigation a {
  background-color: #FFFFFF;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.support-navigation a:after {
  background-image: url("images/arrow-grey.svg");
}
.support-navigation .previous a {
  padding: 11px 17px 9px 39px;
}
.support-navigation .previous a:after {
  left: 13px;
  transform: rotate(180deg);
  right: initial;
}

.error404 .page-wrapper {
  min-height: 400px;
}
.error404 .page-wrapper .text404 {
  letter-spacing: 0.02em;
}

/***********************
	Events map page
***********************/
.page-template-page-map #map, .page-template-page-lyl-event-map #map {
  height: 600px;
  width: 100%;
}
.page-template-page-map .gm-style-iw, .page-template-page-lyl-event-map .gm-style-iw {
  letter-spacing: 0.06em;
  min-width: 300px;
  padding: 30px !important;
}
.page-template-page-map .gm-style-iw h2, .page-template-page-map .gm-style-iw h3, .page-template-page-map .gm-style-iw h4, .page-template-page-lyl-event-map .gm-style-iw h2, .page-template-page-lyl-event-map .gm-style-iw h3, .page-template-page-lyl-event-map .gm-style-iw h4 {
  border-bottom: 1px dotted #A30059;
  color: #A30059;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  margin-top: 0;
}
.page-template-page-map .gm-style-iw a, .page-template-page-lyl-event-map .gm-style-iw a {
  text-decoration: underline;
}
@media (max-width: 28.115em) {
  .page-template-page-map .gm-style-iw, .page-template-page-lyl-event-map .gm-style-iw {
    min-width: 0;
    padding: 20px !important;
  }
}

.event-cat-wrapper {
  background-color: #F3F3F3;
  margin-bottom: 30px;
  padding: 30px;
}
.event-cat-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.event-cat-wrapper .cats-header {
  color: #colorPinkDark;
  display: block;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 27px;
}
.event-cat-wrapper .cats-wrapper {
  float: left;
  width: 100%;
}
.event-cat-wrapper form {
  width: 100%;
}
.event-cat-wrapper form label {
  color: #1E1E1E;
  display: block;
  margin-bottom: 21px;
  margin-right: 4%;
  min-height: 52px;
  padding-left: 42px;
  position: relative;
}
.event-cat-wrapper form label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.event-cat-wrapper form label .pin-image {
  left: 34px;
  position: absolute;
  top: 0;
}
.event-cat-wrapper form label .checkmark {
  background-color: #F3F3F3;
  border: 1px solid #810042;
  border-radius: 2px;
  height: 25px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 25px;
}
.event-cat-wrapper form label .checkmark:after {
  content: "";
  display: none;
  left: 9px;
  top: -9px;
  width: 11px;
  height: 24px;
  border: solid #810042;
  border-width: 0 3px 3px 0;
  position: absolute;
  transform: rotate(45deg);
}
.event-cat-wrapper form label .checkmark.checked:after {
  display: block;
}
.event-cat-wrapper form label .cat-name {
  display: inline-block;
  font-size: 18px;
  padding-left: 50px;
  padding-top: 12px;
}
.event-cat-wrapper form label .cat-name .cat-desc {
  font-size: 15px;
}
.event-cat-wrapper form input[type=submit] {
  background-color: #810042 !important;
  border: 2px solid #810042 !important;
  float: left;
  margin-right: 15px;
}

#main .page-wrapper .gform_body ul li,
#main .flexible-page-content .gform_body ul li {
  padding-left: 0;
}
#main .page-wrapper .gform_body ul li:before,
#main .flexible-page-content .gform_body ul li:before {
  display: none !important;
}

.the-post {
  float: left;
  padding-right: 7%;
  width: 50%;
}
@media (max-width: 28.115em) {
  .the-post {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .the-post {
    margin: 0 10% 40px 10%;
    padding-right: 0;
    width: 80%;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .the-post {
    padding-right: 0;
    width: 48%;
  }
  .the-post:first-of-type {
    margin-right: 4%;
  }
}
.the-post .image {
  float: left;
  margin-right: 6%;
  width: 49%;
}
@media (max-width: 47.99em) {
  .the-post .image {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .the-post .image {
    width: 100%;
  }
}
.the-post .the-post-content {
  float: left;
  width: 45%;
}
.the-post .the-post-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .the-post .the-post-content h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 47.99em) {
  .the-post .the-post-content {
    margin-top: 16px;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .the-post .the-post-content {
    width: 100%;
  }
}

.search-wrapper .search-details, .search-wrapper .search-again, .search-wrapper .no-results {
  clear: left;
  float: left;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-top: 15px;
}
.search-wrapper .search-box {
  margin-top: 10px;
}
.search-wrapper .search-box #searchform input[type=search] {
  max-width: 250px;
}
.search-wrapper .posts {
  padding-bottom: 80px;
  padding-right: 20%;
}
.search-wrapper .posts .post {
  text-align: left !important;
}
.search-wrapper .posts .post h2 {
  font-size: 21px;
  line-height: 31px;
}
@media (max-width: 28.115em) {
  .search-wrapper .posts .post h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.search-wrapper .posts .post p {
  margin-top: 6px;
}
@media (max-width: 28.115em) {
  .search-wrapper .posts {
    padding-right: 0;
  }
}
@media (min-width: 28.125em) and (max-width: 63.99em) {
  .search-wrapper .posts {
    padding-right: 10%;
  }
}

.stories-wrapper .post-header, .blog-wrapper .post-header, .search-wrapper .post-header {
  float: left;
  padding-right: 9%;
  width: 57%;
}
@media (max-width: 28.115em) {
  .stories-wrapper .post-header, .blog-wrapper .post-header, .search-wrapper .post-header {
    width: 95%;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .stories-wrapper .post-header, .blog-wrapper .post-header, .search-wrapper .post-header {
    width: 85%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .stories-wrapper .post-header, .blog-wrapper .post-header, .search-wrapper .post-header {
    width: 75%;
  }
}
.stories-wrapper .post-header h1, .blog-wrapper .post-header h1, .search-wrapper .post-header h1 {
  text-transform: uppercase;
}
.stories-wrapper .filter-stories ul, .blog-wrapper .filter-stories ul, .search-wrapper .filter-stories ul {
  float: left;
  padding-left: 0;
  width: 100%;
}
.stories-wrapper .filter-stories ul li, .blog-wrapper .filter-stories ul li, .search-wrapper .filter-stories ul li {
  border: 2px solid #A30059;
  float: left;
  list-style-type: none;
  margin-bottom: 15px;
  margin-right: 15px;
}
.stories-wrapper .filter-stories ul li a, .blog-wrapper .filter-stories ul li a, .search-wrapper .filter-stories ul li a {
  display: block;
  padding: 10px;
}
.stories-wrapper .posts, .blog-wrapper .posts, .search-wrapper .posts {
  float: left;
  margin-bottom: 50px;
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.stories-wrapper .posts .post, .blog-wrapper .posts .post, .search-wrapper .posts .post {
  background-color: #F3F3F3;
  float: left;
  margin-bottom: 50px;
}
@media (max-width: 37.5em) {
  .stories-wrapper .posts .post, .blog-wrapper .posts .post, .search-wrapper .posts .post {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 37.5em) and (max-width: 63.99em) {
  .stories-wrapper .posts .post, .blog-wrapper .posts .post, .search-wrapper .posts .post {
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .stories-wrapper .posts .post, .blog-wrapper .posts .post, .search-wrapper .posts .post {
    width: 49%;
  }
  .stories-wrapper .posts .post:nth-of-type(odd), .blog-wrapper .posts .post:nth-of-type(odd), .search-wrapper .posts .post:nth-of-type(odd) {
    margin-right: 2%;
  }
}
.stories-wrapper .posts .post h2.story-header, .stories-wrapper .posts .post .news-date, .blog-wrapper .posts .post h2.story-header, .blog-wrapper .posts .post .news-date, .search-wrapper .posts .post h2.story-header, .search-wrapper .posts .post .news-date {
  background-color: #A30059;
  background-image: linear-gradient(90deg, #A30059 0px, #BD004F 100%);
  background-image: -ms-linear-gradient(90deg, #A30059 0px, #BD004F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9B004F", endColorstr="#BD004F", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B004F', endColorstr='#BD004F', GradientType=1)";
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 23px;
  margin: 0 0 19px 0;
  padding: 13px 20px 14px 20px;
}
.stories-wrapper .posts .post .news-date, .blog-wrapper .posts .post .news-date, .search-wrapper .posts .post .news-date {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 37.5em) {
  .stories-wrapper .posts .post .box-image, .blog-wrapper .posts .post .box-image, .search-wrapper .posts .post .box-image {
    float: left;
    padding: 0 20px 22px 20px;
  }
}
.stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
  /*******************
  	only on index.php
  ********************/
}
@media (max-width: 37.5em) {
  .stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
    padding: 10px 20px 23px 20px;
  }
}
@media (min-width: 37.5em) and (max-width: 47.99em) {
  .stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
    width: 56%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
    width: 63%;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
    width: 54%;
  }
}
@media (min-width: 37.5em) {
  .stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
    float: left;
    padding: 0 20px 20px 0;
  }
}
@media (min-width: 85.375em) {
  .stories-wrapper .posts .post .box-content, .blog-wrapper .posts .post .box-content, .search-wrapper .posts .post .box-content {
    width: 60%;
  }
}
.stories-wrapper .posts .post .box-content p, .blog-wrapper .posts .post .box-content p, .search-wrapper .posts .post .box-content p {
  color: #231F20;
  font-size: 15px;
  letter-spacing: 0;
}
.stories-wrapper .posts .post .box-content h2, .blog-wrapper .posts .post .box-content h2, .search-wrapper .posts .post .box-content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  min-height: 71px;
}
.stories-wrapper .posts .post:nth-child(3n+4) h2.story-header, .stories-wrapper .posts .post:nth-child(3n+4) .news-date, .blog-wrapper .posts .post:nth-child(3n+4) h2.story-header, .blog-wrapper .posts .post:nth-child(3n+4) .news-date, .search-wrapper .posts .post:nth-child(3n+4) h2.story-header, .search-wrapper .posts .post:nth-child(3n+4) .news-date {
  background-color: #7B59A4;
  background-image: linear-gradient(90deg, #7B59A4 0px, #9880BA 100%);
  background-image: -ms-linear-gradient(90deg, #7B59A4 0px, #9880BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7B59A4", endColorstr="#9880BA", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7B59A4', endColorstr='#9880BA', GradientType=1)";
}
.stories-wrapper .posts .post:nth-child(3n+3) h2.story-header, .stories-wrapper .posts .post:nth-child(3n+3) .news-date, .stories-wrapper .posts .post:nth-child(2) h2.story-header, .stories-wrapper .posts .post:nth-child(2) .news-date, .blog-wrapper .posts .post:nth-child(3n+3) h2.story-header, .blog-wrapper .posts .post:nth-child(3n+3) .news-date, .blog-wrapper .posts .post:nth-child(2) h2.story-header, .blog-wrapper .posts .post:nth-child(2) .news-date, .search-wrapper .posts .post:nth-child(3n+3) h2.story-header, .search-wrapper .posts .post:nth-child(3n+3) .news-date, .search-wrapper .posts .post:nth-child(2) h2.story-header, .search-wrapper .posts .post:nth-child(2) .news-date {
  background-color: #76BC21;
  background-image: linear-gradient(90deg, #76BC21 0px, #76CE21 100%);
  background-image: -ms-linear-gradient(90deg, #76BC21 0px, #76CE21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#76BC21", endColorstr="#76CE21", GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#76BC21', endColorstr='#76CE21', GradientType=1)";
}
.stories-wrapper .posts .post.search, .blog-wrapper .posts .post.search, .search-wrapper .posts .post.search {
  background-color: transparent;
  margin-bottom: 40px;
  margin-right: 0 !important;
  width: 100% !important;
}
.stories-wrapper .posts .post.search h2, .blog-wrapper .posts .post.search h2, .search-wrapper .posts .post.search h2 {
  margin: 0;
}

/**********************
 AJAX Load More Button
***********************/
.ajax-load-more-wrap {
  float: left;
  width: 100%;
}

.alm-btn-wrap .alm-load-more-btn {
  background: #810042 !important;
  font-family: museo-sans-rounded, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
  background: transparent url("images/ajax-loader.gif") no-repeat center center !important;
}

.single-post-wrapper {
  padding-bottom: 60px;
  padding-top: 47px;
}
.single-post-wrapper .single-post {
  float: left;
  width: 57%;
}
@media (max-width: 28.115em) {
  .single-post-wrapper .single-post {
    overflow: hidden;
  }
}
@media (max-width: 47.99em) {
  .single-post-wrapper .single-post {
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .single-post-wrapper .single-post {
    width: 85%;
  }
}
.single-post-wrapper .single-post .epxbutton {
  margin-top: 25px;
}
.single-post-wrapper .single-post a {
  color: #A30059;
  text-decoration: underline;
}
.single-post-wrapper .single-post a.white-text {
  color: #FFFFFF;
}
@media (max-width: 28.115em) {
  .single-post-wrapper .single-post img {
    float: left;
    margin-bottom: 20px;
    margin-right: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (min-width: 28.125em) and (max-width: 47.99em) {
  .single-post-wrapper .single-post img {
    max-width: 200px;
  }
}
.single-post-wrapper .single-post .patient-stories-accompanying-button-text {
  font-size: 12px;
  margin: 25px 0;
}
.single-post-wrapper .single-post .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.single-post-wrapper .single-post .buttons-wrapper .epxbutton {
  margin-top: 0;
}

body.single-post .single-post-wrapper .single-post .buttons-wrapper {
  margin-top: 40px;
}

.navigation {
  background-color: #A30059;
  float: left;
  margin-top: 19px;
  width: 100%;
}
.navigation ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.navigation ul.menu li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  padding: 0 22px;
  position: relative;
  text-align: center;
  transition: background-color 0.5s;
}
.navigation ul.menu li a {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin: 0px;
  opacity: 1;
  padding: 20px 7px;
  text-decoration: none;
}
.navigation ul.menu li a:hover {
  opacity: 0.8;
}
@media (min-width: 85.375em) {
  .navigation ul.menu li {
    min-width: 200px;
  }
}
.navigation ul.menu li.current_page_item, .navigation ul.menu li.current-menu-ancestor, .navigation ul.menu li.current-menu-item, .navigation ul.menu li.current-menu-parent {
  color: #FFFFFF;
}
.navigation ul.menu li.current_page_item a, .navigation ul.menu li.current-menu-ancestor a, .navigation ul.menu li.current-menu-item a, .navigation ul.menu li.current-menu-parent a {
  font-weight: 700;
}
.navigation ul.menu li:hover a {
  opacity: 1;
}
.navigation ul.menu ul.sub-menu {
  background-color: #810042;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  clear: both;
  left: 0;
  margin: 0;
  max-height: 0;
  min-width: 200px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: all 0.5s;
  width: 100%;
  z-index: 15;
}
.navigation ul.menu ul.sub-menu li {
  clear: both;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigation ul.menu ul.sub-menu li a {
  color: #FFFFFF;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 23px;
  padding: 10px 42px 10px 10%;
  margin: 0px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.navigation ul.menu ul.sub-menu li.menu-item-has-children:after {
  background-image: url("images/white-arrow.svg");
  background-size: 9px 10px;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 19px;
  top: 16px;
  width: 9px;
}
.navigation ul.menu ul.sub-menu li a:hover, .navigation ul.menu ul.sub-menu li.current-menu-item a {
  opacity: 1;
}
.navigation ul.menu ul.sub-menu li ul.sub-menu {
  background-color: #6D0038;
  left: 100%;
  top: 0;
  transition-property: none;
}
.navigation ul.menu ul.sub-menu li:hover {
  background-color: #6D0038;
  transition-property: none;
}
.navigation ul.menu li.green-menu:hover {
  background-color: #518B0B;
}
.navigation ul.menu li.green-menu ul.sub-menu {
  background-color: #76BC21;
}
.navigation ul.menu li.green-menu ul.sub-menu ul.sub-menu {
  background-color: #518B0B;
}
.navigation ul.menu li.green-menu ul.sub-menu li:hover {
  background-color: #518B0B;
}
.navigation ul.menu li.teal-menu:hover {
  background-color: #008E8C;
}
.navigation ul.menu li.teal-menu ul.sub-menu {
  background-color: #01AEAC;
}
.navigation ul.menu li.teal-menu ul.sub-menu ul.sub-menu {
  background-color: #008E8C;
}
.navigation ul.menu li.teal-menu ul.sub-menu li:hover {
  background-color: #008E8C;
}
.navigation ul.menu li.purple-menu:hover {
  background-color: #653D95;
}
.navigation ul.menu li.purple-menu ul.sub-menu {
  background-color: #7C5AA5;
}
.navigation ul.menu li.purple-menu ul.sub-menu ul.sub-menu {
  background-color: #653D95;
}
.navigation ul.menu li.purple-menu ul.sub-menu li:hover {
  background-color: #653D95;
}
.navigation ul.menu li.orange-menu:hover {
  background-color: #ff6500;
}
.navigation ul.menu li.orange-menu ul.sub-menu {
  background-color: #ff7b00;
}
.navigation ul.menu li.orange-menu ul.sub-menu ul.sub-menu {
  background-color: #ff6500;
}
.navigation ul.menu li.orange-menu ul.sub-menu li:hover {
  background-color: #ff6500;
}
@media (max-width: 28.115em) {
  .navigation {
    padding-top: 5px;
  }
}
@media (min-width: 28.125em) and (max-width: 63.99em) {
  .navigation {
    padding-top: 24px;
  }
}
@media (max-width: 63.99em) {
  .navigation {
    background-color: #01A6E2;
    display: none;
    height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 0.95;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: background-color 0s;
    width: 100%;
    z-index: 10;
  }
  .navigation ul.menu {
    float: left;
    margin-top: 100px;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .navigation ul.menu li {
    background-color: #01A6E2 !important;
    float: left;
    margin: 0 0 16px 0;
    padding: 0 9px;
    text-align: left;
    width: 100%;
  }
  .navigation ul.menu li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    padding: 7px 0 0 0;
    text-align: left;
  }
  .navigation ul.menu li ul.sub-menu {
    background-color: #01A6E2 !important;
    box-shadow: none;
    left: 0 !important;
    max-height: 0;
    opacity: 0;
    position: relative;
    transition: max-height 0.5s, opacity 0.5s, visibility 0.5s;
    visibility: hidden;
  }
  .navigation ul.menu li ul.sub-menu li.menu-item-has-children:after {
    display: none;
  }
  .navigation ul.menu li ul.sub-menu li a {
    font-size: 15px;
    line-height: 25px;
    padding: 6px 42px 6px 22px;
  }
  .navigation ul.menu li ul.sub-menu li ul.sub-menu {
    padding-left: 16px;
  }
  .navigation ul.menu li.open-menu > a:after {
    transform: rotate(360deg) !important;
    transition: transform 0.5s;
  }
  .navigation ul.menu li.open-menu ul.sub-menu {
    max-height: 10000px;
    opacity: 1;
    transition: max-height 0.5s, opacity 0.5s, visibility 0.5s;
    visibility: visible;
  }
  .navigation ul.menu > li > a {
    font-size: 22px;
    line-height: 32px;
  }
  .navigation ul.menu > li.menu-item-has-children > a {
    padding-right: 29px;
    position: relative;
  }
  .navigation ul.menu > li.menu-item-has-children > a:after {
    background-image: url("images/arrow-down.png");
    background-repeat: no-repeat;
    background-size: 15px 14px;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 19px;
    transform: rotate(270deg);
    transition: transform 0.5s;
    width: 15px;
  }
}
@media (min-width: 64em) {
  .navigation ul.menu li:hover {
    background-color: #810042;
    transition: background-color 0.5s;
  }
  .navigation ul.menu li:hover > ul {
    max-height: 10000px !important;
    overflow: inherit !important;
    transition: max-height 0.5s;
  }
}
.navigation .logo {
  display: none;
}
@media (max-width: 28.115em) {
  .navigation .logo .BLT-Logo {
    max-width: 100px;
  }
}
@media (min-width: 64em) {
  .navigation .logo {
    display: none !important;
  }
}

.rnav {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-indent: -9999px;
  appearance: none;
  appearance: none;
  box-shadow: none;
  float: right;
  font-size: 0;
  height: 23px;
  position: relative;
  margin-left: 17px;
  margin-top: 7px;
  transition: background 0.3s;
  width: 28px;
  z-index: 99;
}
.rnav:focus {
  outline: #FFFFFF;
}
@media (max-width: 28.115em) {
  .rnav {
    margin-top: 18px;
  }
}
@media (min-width: 64em) {
  .rnav {
    display: none;
  }
}
.rnav span {
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  height: 3px;
  background: #A30059;
  border-radius: 5px;
  transition: background 0s 0.3s;
  transition-delay: 0.3s, 0s;
  width: 100%;
}
.rnav span:before, .rnav span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #A30059;
  border-radius: 5px;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.rnav span:before {
  top: -8px;
  transition-property: top, transform;
}
.rnav span:after {
  bottom: -8px;
  transition-property: bottom, transform;
}
.rnav.highlight span {
  background: none;
}
.rnav.highlight span:before {
  top: 0;
  transform: rotate(45deg);
}
.rnav.highlight span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.rnav.highlight span:before,
.rnav.highlight span:after {
  transition-delay: 0s, 0.3s;
}

/* Footer */
#footer {
  background-color: #01A6E2;
  float: left;
  padding-bottom: 22px;
  padding-top: 35px;
  width: 100%;
}
#footer .footer-columns {
  padding-bottom: 17px;
  padding-right: 6%;
}
@media (max-width: 85.365em) {
  #footer .footer-columns {
    padding-right: 0;
  }
}
#footer .footer-columns:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 47.99em) {
  #footer .footer-columns .column-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  #footer .footer-columns .column-wrapper {
    float: left;
    width: 50%;
  }
  #footer .footer-columns .column-wrapper:first-of-type {
    clear: left;
  }
}
#footer .footer-columns .footer-col {
  float: left;
  padding-right: 4%;
  width: 18%;
}
@media (max-width: 63.99em) {
  #footer .footer-columns .footer-col {
    padding-right: 0;
    width: 100% !important;
  }
  #footer .footer-columns .footer-col.col-one {
    width: 100%;
  }
  #footer .footer-columns .footer-col .footer-col-header {
    margin-top: 18px;
  }
}
@media (min-width: 48em) and (max-width: 85.365em) {
  #footer .footer-columns .footer-col {
    width: 25%;
  }
  #footer .footer-columns .footer-col.col-one {
    margin-bottom: 15px;
  }
  #footer .footer-columns .footer-col.col-two {
    clear: left;
  }
}
#footer .footer-columns .footer-col a.epxbutton {
  clear: left;
  display: block;
  float: left;
  margin-top: 5px;
}
#footer .footer-columns .footer-col.col-four p {
  margin-top: 4px;
}
#footer .footer-columns .footer-col.col-five {
  padding-right: 0;
  width: 25%;
}
#footer .footer-columns .footer-col .footer-col-header {
  clear: left;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
}
#footer .footer-columns .footer-col .footer-col-header:nth-of-type(2) {
  margin-top: 18px;
}
@media (max-width: 47.99em) {
  #footer .footer-columns .footer-col .footer-col-header {
    font-size: 16px;
    line-height: 26px;
    margin-top: 26px;
  }
}
#footer .footer-columns .footer-col .footer-col-header:after {
  border-top: 2px solid #FFFFFF;
  content: "";
  display: block;
  margin: 5px 0;
  text-align: left;
  width: 33px;
}
#footer .footer-columns .footer-col .footer-col-content {
  clear: left;
  float: left;
  width: 100%;
}
#footer .footer-columns .footer-col span, #footer .footer-columns .footer-col a, #footer .footer-columns .footer-col p {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin: 0;
}
@media (max-width: 47.99em) {
  #footer .footer-columns .footer-col span, #footer .footer-columns .footer-col a, #footer .footer-columns .footer-col p {
    font-size: 14px;
    line-height: 24px;
  }
}
#footer .footer-columns .footer-col span.opening, #footer .footer-columns .footer-col a.opening, #footer .footer-columns .footer-col p.opening {
  font-size: 10px;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 47.99em) {
  #footer .footer-columns .footer-col span.opening, #footer .footer-columns .footer-col a.opening, #footer .footer-columns .footer-col p.opening {
    font-size: 12px;
    line-height: 22px;
  }
}
#footer .footer-columns .footer-col .grecaptchahide {
  padding-top: 7px;
}
#footer .footer-columns .footer-col .grecaptchahide, #footer .footer-columns .footer-col .grecaptchahide a {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
#footer .footer-columns .footer-col ul.menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
#footer .footer-columns .footer-col ul.menu li {
  clear: left;
  display: block;
  float: left;
  margin: 0;
  text-align: left;
}
#footer .footer-columns .footer-col ul.menu li a {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  padding: 0;
}
@media (max-width: 47.99em) {
  #footer .footer-columns .footer-col ul.menu li a {
    font-size: 14px;
    line-height: 22px;
  }
}
#footer .footer-columns .footer-col ul.menu li.current-menu-item a, #footer .footer-columns .footer-col ul.menu li.current_page_item a {
  opacity: 1;
}
#footer .footer-columns .footer-col .wpcf7 {
  margin-top: 17px;
  position: relative;
}
#footer .footer-columns .footer-col .wpcf7 .wpcf7-form-control-wrap {
  display: inline;
}
#footer .footer-columns .footer-col .wpcf7 input[type=email] {
  background-color: #F8F9FC;
  border: 1px solid #FFFFFF;
  color: #4B4B4B;
  float: left;
  font-family: "Open Sans", sans-serif;
  max-width: 250px;
  padding: 7px 13px;
  width: 73%;
}
@media (max-width: 85.365em) {
  #footer .footer-columns .footer-col .wpcf7 input[type=email] {
    width: 70%;
  }
}
#footer .footer-columns .footer-col .wpcf7 input[type=submit] {
  background-color: #A30059;
  border: 1px solid #A30059;
  color: #FFFFFF;
  float: left;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 14px;
  padding: 9px 11px 7px 12px;
  text-transform: uppercase;
  width: 27%;
}
@media (max-width: 85.365em) {
  #footer .footer-columns .footer-col .wpcf7 input[type=submit] {
    width: auto;
  }
}
#footer .footer-columns .footer-col .wpcf7 span.ajax-loader {
  position: absolute;
  right: -25px;
  top: 7px;
}
#footer .footer-columns .footer-col .wpcf7 .wpcf7-response-output {
  border: 0;
  color: #FFFFFF;
  float: left;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 18px;
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .footer-columns .footer-col .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
#footer .footer-columns .footer-col .wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important;
}
#footer .footer-columns .footer-col .wpcf7 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4B4B4B;
  opacity: 0.6;
}
#footer .footer-columns .footer-col .wpcf7 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4B4B4B;
  opacity: 0.6;
}
#footer .footer-columns .footer-col .wpcf7 :-ms-input-placeholder {
  /* IE 10+ */
  color: #4B4B4B;
  opacity: 0.6;
}
#footer .footer-columns .footer-col .wpcf7 :-moz-placeholder {
  /* Firefox 18- */
  color: #4B4B4B;
  opacity: 0.6;
}
#footer .footer-columns .footer-col .sm_icons {
  clear: left;
  float: left;
  margin-top: 28px;
}
#footer .footer-columns .footer-col .sm_icons:after {
  clear: both;
  content: "";
  display: table;
}
#footer .footer-columns .footer-col .sm_icons .sm-icon-wrapper {
  float: left;
  margin-top: 5px;
  width: 100%;
}
#footer .footer-columns .footer-col .sm_icons .sm-icon-wrapper .social-icon {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  float: left;
  height: 26px;
  line-height: 21px;
  margin-right: 16px;
  position: relative;
  text-align: center;
  width: 26px;
}
#footer .footer-columns .footer-col .sm_icons .sm-icon-wrapper .social-icon img {
  left: 4px;
  max-width: 16px;
  position: absolute;
  top: 5px;
}
#footer .footer-columns .footer-col .sm_icons .sm-icon-wrapper .social-icon:last-of-type {
  margin-right: 0;
}
#footer .footer-logos {
  float: right;
}
#footer .footer-logos .footer-logo {
  float: left;
  margin-left: 10px;
}
#footer .footer-logos .footer-logo:first-of-type {
  margin-left: 0;
}
@media (max-width: 63.99em) {
  #footer .footer-logos {
    float: left;
    margin-top: 20px;
  }
}

.footer-bottom {
  background-color: #0081AF;
  color: #FFFFFF;
  float: left;
  letter-spacing: 0;
  padding-bottom: 18px;
  padding-top: 22px;
  width: 100%;
}
.footer-bottom a {
  color: #FFFFFF;
}
.footer-bottom .left {
  float: left;
  font-size: 10px;
  line-height: 24px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .footer-bottom .left {
    width: 53%;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .footer-bottom .left {
    width: 50%;
  }
}
.footer-bottom .right {
  float: right;
  font-size: 10px;
}
@media (max-width: 47.99em) {
  .footer-bottom .right {
    float: left;
  }
}
.footer-bottom .right ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer-bottom .right ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
.footer-bottom .right ul li:after {
  content: "|";
  display: inline-block;
}
@media (max-width: 47.99em) {
  .footer-bottom .right ul li:first-of-type a {
    margin-left: 0;
    padding-left: 0;
  }
}
.footer-bottom .right ul li:last-of-type:after {
  display: none;
}
.footer-bottom .right ul li:last-of-type a {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 47.99em) {
  .footer-bottom .right ul li:last-of-type a {
    margin-right: 5px;
    padding-right: 5px;
  }
}
.footer-bottom .right ul li a {
  color: #FFFFFF;
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 20px;
  margin: 0 5px;
  padding: 5px;
}
@media (max-width: 28.115em) {
  .footer-bottom .right ul li {
    clear: left;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .footer-bottom .right ul li:after {
    display: none;
  }
  .footer-bottom .right ul li a {
    padding-left: 0;
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
