@charset "UTF-8";
/*  Main
============================================================================ */
/*  Main
============================================================================ */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(../../node_modules/bootstrap/dist/css/bootstrap.css);
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import '../../node_modules/bootstrap/dist/css/bootstrap.css';
html {
  font-family: "Nunito Sans", sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*  Fonts
============================================================================ */
/*  Variables
============================================================================ */
/*
# Typography
===========================================*/
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0 none;
  color: #8469FF;
  font-size: 15px;
}
blockquote p {
  font-style: italic;
}
blockquote strong {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #8f0000 !important;
}

/*  Base
============================================================================ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  color: black;
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 25px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li {
  margin-bottom: 25px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
table thead {
  border-bottom: 1px solid gray;
}
table td {
  border: 1px solid black;
  padding: 10px;
}

img {
  width: auto;
  height: auto;
}

.photo img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  margin-left: 30px;
  padding: 5px 0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-transform: uppercase;
}
.container--black button,
.container--black input[type=button],
.container--black input[type=reset],
.container--black input[type=submit] {
  background-color: #8469FF;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8469FF !important;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  height: 50px !important;
  font-size: 20px !important;
  padding: 10px;
}
.container--black input[type=text],
.container--black input[type=email],
.container--black input[type=url],
.container--black input[type=password],
.container--black input[type=search],
.container--black input[type=number],
.container--black input[type=tel],
.container--black input[type=range],
.container--black input[type=date],
.container--black input[type=month],
.container--black input[type=week],
.container--black input[type=time],
.container--black input[type=datetime],
.container--black input[type=datetime-local],
.container--black input[type=color],
.container--black textarea {
  color: white;
}

textarea {
  height: auto !important;
  width: 100%;
}

label {
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

select {
  border: 1px solid #ccc;
}

.container--black input[type=text]:focus,
.container--black input[type=email]:focus,
.container--black input[type=url]:focus,
.container--black input[type=password]:focus,
.container--black input[type=search]:focus,
.container--black input[type=number]:focus,
.container--black input[type=tel]:focus,
.container--black input[type=range]:focus,
.container--black input[type=date]:focus,
.container--black input[type=month]:focus,
.container--black input[type=week]:focus,
.container--black input[type=time]:focus,
.container--black input[type=datetime]:focus,
.container--black input[type=datetime-local]:focus,
.container--black input[type=color]:focus,
.container--black textarea:focus {
  color: white;
}

input[type=button],
input[type=submit] {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin: 30px 0;
  padding: 20px;
  font-size: 32px;
  font-size: 2rem;
  border: 0 none;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  width: auto;
  margin: 0;
}

.ms-membership-form-wrapper a {
  text-transform: uppercase;
}
.ms-membership-form-wrapper .status {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}

.ms-login-form {
  margin-bottom: 60px;
}

.ms-form {
  margin: 0;
}

.ms-alert-box.ms-alert-error {
  border-top-color: #8469FF;
  color: #8469FF;
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.ms-form.ms-no-labels p {
  text-align: left;
}

.login-remember label {
  display: inline;
}

legend {
  display: none !important;
}

.nf-form-fields-required {
  display: none;
}

.label-above .nf-field-label {
  margin-bottom: 0px !important;
}

.nf-field-element input[type=button] {
  border: none !important;
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 10px !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #e80000;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

.awsm-grid-wrapper .awsm-personal-info h2 {
  text-align: left;
}
.awsm-grid-wrapper .awsm-personal-info h2::after {
  display: none;
}
.awsm-grid-wrapper .awsm-personal-info h3 {
  text-align: left;
}
.awsm-grid-wrapper .awsm-personal-info h3::after {
  display: none;
}
.awsm-grid-wrapper .awsm-content-scrollbar h2 {
  text-align: left;
}
.awsm-grid-wrapper .awsm-content-scrollbar h2::after {
  display: none;
}
.awsm-grid-wrapper .awsm-content-scrollbar h3 {
  text-align: left;
}
.awsm-grid-wrapper .awsm-content-scrollbar h3::after {
  display: none;
}
.awsm-grid-wrapper .drawer-style.style-2 figcaption {
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container {
  max-width: 960px;
  font-weight: 300;
  font-size: 30.4px;
  font-size: 1.9rem;
  padding-top: 60px;
  padding-bottom: 60px;
}
.container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.container.container--separation-line {
  padding-top: 0;
  padding-bottom: 0;
}
.container.container--separation-line hr {
  background-color: #8469FF;
}
.home .container {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.container.text-left {
  text-align: left;
}
.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.home .site-main .container:last-child {
  padding-bottom: 100px;
}
.container h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
}
.container h2:after {
  content: "";
  display: block;
  width: 350px;
  height: 5px;
  background-color: black;
  margin: 10px auto;
}
.container h2.ui-accordion-header {
  text-align: left;
}
.container h3 {
  margin-bottom: 20px;
  font-size: 48px;
  font-size: 3rem;
}
.container h3:after {
  text-align: center;
  content: "";
  display: block;
  width: 350px;
  height: 5px;
  background-color: #8469FF;
  margin: 10px auto;
}
.senior-team .container h2:after {
  display: none;
}
.senior-team .container h3 {
  font-size: 16px;
  margin-top: 5px;
}
.senior-team .container h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #8469FF;
  margin: 30px 0;
}
.container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container ul li {
  position: relative;
  padding-left: 50px;
}
.container ul li:after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background-color: #FF7A4F;
  margin: 15px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.container-wrapper.container--white a {
  color: #8469FF;
}
.container-wrapper.container--white .btn-primary {
  color: white;
}
.container-wrapper.container--black {
  background-color: black;
  color: white;
}
.container-wrapper.container--black .btn-primary {
  background-color: #8469FF;
  color: white;
}
.container-wrapper.container--black a {
  color: #8469FF;
}
.container-wrapper.container--olive {
  background-color: #8469FF;
  color: white;
}
.container-wrapper.container--olive .btn-primary {
  background-color: black;
}
.container-wrapper.container--olive a {
  color: white;
  text-decoration: underline;
}
.container-wrapper.container--olive h2:after {
  background-color: black;
}
.container-wrapper.container--olive ul li:after {
  background-color: black;
}

h2.header--lonely:after {
  margin: 30px 0 0;
}

.container--two-col h2,
.testimony h2 {
  text-align: left;
  margin-top: 0;
}
.container--two-col h2:after,
.testimony h2:after {
  margin: 30px 0;
}
.container--two-col .btn-primary,
.testimony .btn-primary {
  margin-top: 20px;
}

.photo {
  padding: 0 0 30px;
}

img.size-full {
  padding-bottom: 60px;
}

.col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-12 .col-md-6:first-child {
  margin-bottom: 60px;
}
.page-partner-resources .col-xs-12 .col-md-6:first-child {
  margin-bottom: 0;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.page-title {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 600;
  color: black;
}

.site-content {
  margin: 10px 0;
}
.site-content h1, .site-content h2, .site-content h3, .site-content h4 {
  font-weight: 400;
}

.recognitions h2 {
  text-align: left;
}
.recognitions h4 {
  margin: 0 0 30px;
  color: #8469FF;
}
.recognitions img {
  margin-bottom: 30px;
}

.page-id-6 .testimonials {
  margin-top: -60px;
}
.testimonials h1 {
  font-size: 80px;
  font-size: 5rem;
  color: black;
}
.testimonials .testimonial .container {
  padding-top: 0;
  padding-bottom: 0;
}
.testimonials .testimonial .row {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials .testimonial .row h2::after {
  background-color: #FF7A4F;
}

.testimonials-now h1 {
  font-size: 80px;
  font-size: 5rem;
  color: black;
}
.testimonials-now .testimonial .row {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #eee;
}
.testimonials-now .testimonial .row:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.testimonials-now .testimonial .testimony {
  float: right;
}
.testimonials-now .testimonial .testimony h2 {
  margin-top: 0;
}

.short-testimonies-list {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}
.short-testimonies-list h1, .short-testimonies-list h2, .short-testimonies-list h3 {
  color: white;
  text-align: left;
}

.full-width-image-with-text {
  color: white;
  padding-top: 300px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
  min-height: 700px;
}
.full-width-image-with-text p {
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 46px;
  -webkit-text-stroke: 1px black;
}
.full-width-image-with-text .text-overlay {
  padding-left: 100px;
  max-width: 500px;
}

.impact_survey {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}

.resource-list {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 60px 0;
}
.resource-list h2 {
  color: white;
}

.btn-primary,
.button-primary {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin: 5px 0 15px;
  padding: 10px 20px;
  padding-right: 80px;
  font-size: 32px;
  font-size: 2rem;
  border: 0 none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
  color: white;
  background-color: #FF7A4F !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: white;
  background-color: #8469FF !important;
}
.btn-primary .btn-type,
.button-primary .btn-type {
  position: absolute;
  padding: 5px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
}

.button-primary {
  max-width: 200px;
}

span.cite {
  display: block;
  margin: -20px 0 30px;
  color: #FF7A4F;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 13px;
}

.coaching-btns {
  margin-top: -100px;
}
.coaching-btns p {
  margin: 5px 0;
  color: #999;
}
.coaching-btns p.small {
  font-size: 85%;
}
.coaching-btns p.emphasise {
  text-transform: uppercase;
  color: #867A24;
  font-weight: 600;
}
.coaching-btns .btn {
  text-align: center;
  padding: 30px 20px;
  width: 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade.faded {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.logo-border-bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}

.logo-border-top {
  padding-top: 30px;
  border-top: 1px solid black;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#post-12 .size-full {
  padding-bottom: 0;
}
#post-12 .container:last-child {
  padding-top: 0;
}

.margin-top {
  margin-top: 13px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8469FF;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: none;
  clear: both;
  vertical-align: middle;
}

.main-navigation .menu-main-menu-container {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  margin-top: 30px;
}
.main-navigation ul.menu {
  list-style: none;
  position: relative;
  left: 50%;
}
.main-navigation ul.menu li {
  float: left;
  position: relative;
  padding: 5px 18px;
}
.main-navigation ul.menu li:after {
  display: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: black;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.main-navigation a:hover {
  color: #8469FF;
}

.footer-navigation li {
  padding: 30px 30px 30px 0;
}

.footer-navigation a {
  font-weight: 400;
}

.main-navigation .current-menu-item a {
  font-weight: 700;
  border-bottom: 3px solid #8469FF;
}

.footer-navigation .current-menu-item a {
  border-bottom: 0;
  color: #bbb;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  margin-left: -15px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  background-color: #fff;
  padding-top: 25px;
}
.main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li.focus > ul li:hover > ul {
  margin-top: 5px;
}

.main-navigation .sub-menu li {
  margin-bottom: 10px;
}

.menu-main-menu-container {
  position: relative;
  height: auto;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-video {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.menu-toggle {
  height: 60px;
  width: 55px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  background: none;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 0;
  margin: 0 auto;
  z-index: 999;
}
.menu-toggle span, .menu-toggle:before, .menu-toggle:after {
  cursor: pointer;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  height: 4px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: top 0.4s 0.2s, -webkit-transform 0.2s;
  transition: top 0.4s 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top 0.4s 0.2s;
  transition: transform 0.2s, top 0.4s 0.2s;
  transition: transform 0.2s, top 0.4s 0.2s, -webkit-transform 0.2s;
  right: 10px;
}
.menu-toggle span {
  top: 30px;
}
.menu-toggle:before {
  top: 20px;
}
.menu-toggle:after {
  top: 40px;
}

button.toggled {
  position: fixed;
}
button.toggled span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
button.toggled:before, button.toggled:after {
  top: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  color: black;
}
button.toggled span, button.toggled:before, button.toggled:after {
  background-color: black;
  -webkit-transition: top 0.2s, -webkit-transform 0.4s 0.2s;
  transition: top 0.2s, -webkit-transform 0.4s 0.2s;
  -o-transition: top 0.2s, transform 0.4s 0.2s;
  transition: top 0.2s, transform 0.4s 0.2s;
  transition: top 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  z-index: 999;
}

.phone-icon {
  right: 70px;
  top: 20px;
  z-index: 100;
}
.phone-icon:after, .phone-icon:before {
  display: none;
}

.mobile-navigation {
  display: block;
  opacity: 0;
  clear: both;
  vertical-align: middle;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 30%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: -99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-navigation.toggled {
  display: block;
  opacity: 1;
  z-index: 99;
}
.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.mobile-navigation ul li {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-navigation ul li:after {
  position: relative;
}
.mobile-navigation a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  color: black;
}

.google-maps {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 0px;
  position: relative;
}

#map {
  background: #eee;
  min-height: 380px;
  width: 100%;
}

/* Slider */
.homepage-slider-wrapper {
  padding: 0;
  margin: 0 0 30px 0;
  background-color: #FFC13F;
  max-height: 367px;
  overflow: hidden;
}

.partners-slider {
  border-top: 1px solid #8469FF;
  border-bottom: 1px solid #8469FF;
  padding-bottom: 30px;
  overflow: hidden;
}
.partners-slider h2 {
  color: #8469FF;
  margin: 30px 0;
}
.partners-slider img {
  max-height: 100px;
  width: auto;
}

.home .supported-slider {
  border-bottom: 1px solid #8469FF;
}
.home .supported-slider h2 {
  color: #8469FF;
  margin: 30px 0;
}
.home .supported-slider h2:after {
  display: none;
}
.home .supported-slider img {
  max-height: 100px;
  width: auto;
}
.home .supported-slider .container {
  padding: 0;
}
.home .supported-slider .container:last-child {
  padding: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 30px 0 0;
}
.slick-slider a {
  text-decoration: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  outline: none;
}
.slick-arrow .slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  float: left;
  background: none;
  border: 0;
  font-size: 0;
  display: none !important;
}
.slick-prev:after,
.slick-next:after {
  display: block;
  color: black;
  font-size: 58px;
}
.slick-prev:after {
  content: "<";
  height: auto;
  width: auto;
}
.slick-next:after {
  content: ">";
  height: auto;
  width: auto;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: -40px;
  margin-right: -40px;
}
.slider-plain .slick-dots {
  bottom: -15px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
}
.slick-dots .slick-active button:before {
  color: rgb(255, 255, 255);
}
.slider-plain .slick-dots .slick-active button:before {
  color: white;
}

.footer-slider {
  margin-top: 50px;
}

.site-footer {
  background-color: #fff;
  color: black;
  margin-bottom: 60px;
  text-align: left;
}
.site-footer .container {
  font-size: 24px;
  font-size: 1.5rem;
}
.site-footer p {
  padding: 20px 0 0;
}
.site-footer a {
  color: #8469FF;
}
.site-footer img {
  width: auto;
  height: auto;
  padding: 0;
}

.footer-navigation {
  float: left;
}
.footer-navigation li a {
  color: #bbb;
}
.footer-navigation li:first-child a {
  padding-left: 0;
}

.container.site-header {
  padding: 90px 15px 30px;
}

.logo-mobility {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px !important;
  display: none;
}

.site-branding {
  text-align: center;
}

.social_icons {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
}
.social_icons a.social_icon {
  width: 28px;
  height: 28px;
  margin: 0 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social_icons a.social_icon:hover {
  opacity: 0.7;
}

.site-branding__logo {
  position: relative;
  display: inline-block;
}
.site-branding__logo:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.site-branding__logo:hover:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-branding__logo img {
  max-width: 345px;
}

.banner-strip {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.banner-strip .container {
  padding: 0;
}
.banner-strip h1 {
  padding: 5px 0;
  color: white;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 2px;
}

.homepage-slider {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
.homepage-slider .slide {
  padding: 0;
  background-size: cover;
  background-position: center center;
}
.homepage-slider h1 {
  color: white;
  font-size: 48px;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.homepage-slider button {
  background-color: #FFC13F;
  color: black;
  opacity: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0 none;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 100;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homepage-slider button:hover {
  background-color: #FFC13F;
  color: black;
  opacity: 0.8;
  border: 0 none;
}

.fixed {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  background-color: transparent;
  color: black;
  border: 0 none;
  border-bottom: 1px solid black;
  padding: 15px 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 50px;
}
.ui-accordion .ui-accordion-header:focus {
  outline: none;
}
.ui-accordion .ui-accordion-header:after {
  content: "";
  background-image: url("../images/v-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 30px;
  top: 25px;
  font-weight: 100;
  color: black;
  width: 10px;
  height: 20px;
  background-color: transparent;
  margin: 0;
}
.ui-accordion .ui-accordion-header.ui-state-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 10px;
}

.ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-content {
  border: 0 none;
  padding: 30px 0;
  overflow: hidden;
  color: black;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #454545;
}

.ui-widget-content a {
  color: #8469FF;
}

.ui-helper-reset {
  line-height: 1.7;
}

.accordion--resources .ui-accordion-header {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
  border-bottom: 5px solid #8469FF;
  margin-bottom: 60px;
}
.accordion--resources .ui-accordion-header:after {
  color: #8469FF;
  width: 20px;
}
.accordion--resources .ui-accordion-header.ui-accordion-header-active:after {
  top: 20px;
}
.accordion--resources .ui-accordion-content {
  border: 0 none;
  padding: 30px 0;
  overflow: hidden;
  color: white !important;
  background-color: transparent;
}
.accordion--resources .ui-accordion-content a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: white;
  max-width: none;
}
.accordion--resources .subtitle {
  position: absolute;
  top: 80px;
  left: 0px;
  color: #8469FF;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 15px;
}

.supported-list-wrapper {
  text-align: center;
}

ul.supported-list {
  list-style: none;
}
ul.supported-list li {
  width: 100%;
  padding: 0;
  display: inline-block;
}
ul.supported-list li:after {
  display: none;
}
@media only screen and (min-width: 600px){
  body,
  button,
  input,
  select,
  textarea{
    font-size: 1.5rem;
  }
  .container-fluid .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-navigation{
    display: inline-block;
  }
  .mobile-navigation{
    display: none;
  }
  .mobile-navigation.toggled{
    display: none;
  }
  .site-footer p{
    padding: 20px 0 0;
  }
  .container.site-header{
    padding: 30px 15px 0;
  }
  .logo-mobility{
    display: block;
  }
  .social_icons{
    left: auto;
    right: 20px;
  }
  .banner-strip h1{
    font-size: 55px;
    padding: 5px 0;
  }
  .homepage-slider .slide{
    padding: 140px 0 30px;
  }
  .homepage-slider h1{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1510px){
  .container{
    width: 1440px;
  }
}
@media only screen and (min-width: 992px){
  .col-xs-12{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px){
  .main-navigation{
    clear: none;
    padding-top: 5px;
  }
  .main-navigation.main-navigation-left ul{
    float: right;
  }
}
@media screen and (min-width: 37.5em){
  .menu-toggle{
    display: none;
  }
  .main-navigation ul{
    display: block;
  }
}
@media only screen and (min-width: 1024px){
  .menu-toggle{
    opacity: 0;
  }
}
@media only screen and (min-width: 768px){
  .slick-prev,
  .slick-next{
    display: inline-block !important;
    width: 50%;
    width: auto;
    position: absolute;
    top: 45%;
  }
  .slick-prev{
    left: 1%;
  }
  .slick-next{
    right: 1%;
  }
}
@media only screen and (max-width: 600px){
  .footer-navigation ul{
    display: block;
  }
  .footer-navigation li{
    width: 100%;
    padding: 0;
  }
  .footer-navigation li a{
    text-align: left;
  }
}
@media only screen and (min-width: 550px){
  ul.supported-list li{
    width: 32%;
  }
}
@media only screen and (min-width: 750px){
  ul.supported-list li{
    width: 24%;
  }
}
/*# sourceMappingURL=main.css.map */
