@charset "UTF-8";
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
@import url(../fonts/Bariol_Regular_Italic_Webfont/stylesheet.css);
@import url(../fonts/Bariol_Regular_Webfont/stylesheet.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

/*!
 *  Font Awesome 4.6.3 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("font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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 {
  -webkit-filter: none;
  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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  padding: 5px 0;
  margin: -40px 0 0 0;
  background: #FFF;
  border-radius: 3px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  border: 1px solid #FFF; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  width: 12px; }

.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px 2px !important;
  border-radius: 50px;
  background: #DCDCDC;
  text-align: center;
  transition: all 0.2s ease-in-out; }

.owl-theme .owl-controls .owl-page.active span {
  margin: 3px 2px !important;
  width: 8px;
  height: 8px;
  background: #324e79; }

.case-study-slides .owl-controls .owl-page span {
  background: #575656; }

.case-study-slides .owl-controls .owl-page.active span {
  border: 1px solid #575656; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  padding: 5px 0;
  margin: -40px 0 0 0;
  background: #FFF;
  border-radius: 3px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  border: 1px solid #FFF; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  width: 12px; }

.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px 2px !important;
  border-radius: 50px;
  background: #DCDCDC;
  text-align: center;
  transition: all 0.2s ease-in-out; }

.owl-theme .owl-controls .owl-page.active span {
  margin: 3px 2px !important;
  width: 8px;
  height: 8px;
  background: #324e79; }

.case-study-slides .owl-controls .owl-page span {
  background: #575656; }

.case-study-slides .owl-controls .owl-page.active span {
  border: 1px solid #575656; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 4px solid #999;
  border-right: 4px solid #999;
  content: '';
  display: block;
  height: 12px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 12px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

html {
  font-size: 62.5%;
  line-height: 1.4;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

html,
button,
input,
select,
textarea {
  color: #4b4a4a;
  font: 400 "Open Sans", sans-serif; }

input[type="text"], input[type="email"] {
  border-radius: 0;
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: #FFF; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF; }

:-ms-input-placeholder {
  color: #FFF; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  border: 5px solid #DCDCDC;
  border-radius: 5px; }
  .video-wrapper object,
  .video-wrapper embed,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a {
  text-decoration: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

strong {
  font-weight: 700; }

#header .top-right .social li a, .text .inner .share a, .office .inner ul li a, .office .inner .icon, .office .inner .fa-arrow-down, .news-intro .inner div.meta img, .share-article .inner ul li a, .involved .inner .block span, .quote-slides blockquote img, .latest .inner .article .meta img, .featured-news .inner .image p i, .featured-news .inner .text .meta img, .report .inner .download-link, .blue-block .inner .photo, .involvement .inner .block .icon, #footer .inner .contact .social li a {
  border-radius: 50%; }

#navigation .inner > ul > li > ul li a span, .text.text-image .inner .title nav a, .support-contact .similar dd a p.more i, .columns .column .inside p.more a i, .latest .inner .article > a .text p.more i, .latest #pagination a i, .featured-news .inner .text p a i, .report .inner .block p a i, #footer .inner .contact p a i {
  transition: color 200ms linear; }

#header .top-right .social li a, #header .top-right .social li.donate a, #navigation .inner > ul > li.donate a, .office .inner ul li a, #footer .inner .contact .social li a, #footer .donation span a {
  transition: background-color 200ms linear; }

#header .search .fields, #navigation .inner > ul, #navigation .inner > ul > li > ul, .team-row .inner ul li:hover .middle {
  transition: opacity 500ms ease-out; }

.intro .inner p.button input, .intro .inner p.button a, .text .inner h6 input, .text .inner h6 a, .text .inner .job-details .overview p.button input, .text .inner .job-details .overview p.button a, .text.application-form .inner form .submit input, .text.application-form .inner form .submit a, .support-contact p.button input, .support-contact p.button a, .columns .column .inside p.button input, .columns .column .inside p.button a, .team-row .inner p.button input, .team-row .inner p.button a, .involved .inner .block p.button input, .involved .inner .block p.button a, .involved .inner .blue-button input, .involved .inner .blue-button a, .money p.donate input, .money p.donate a, .latest .inner p.button input, .latest .inner p.button a, .blue-block .inner .block p.button input, .blue-block .inner .block p.button a, .filter-form .inner form .submit input, .filter-form .inner form .submit a, .form .inner form .submit input, .form .inner form .submit a, .form .inner .the_response p.button input, .form .inner .the_response p.button a, .support .inner .age .support-summary .text-block p.button input, .support .inner .age .support-summary .text-block p.button a, .involvement .inner .block p.button input, .involvement .inner .block p.button a, .buttons ul li input, .buttons ul li a {
  transition: all 200ms linear; }

/* ==========================================================================
   LDN - October 16 - Clearbytes
   ========================================================================== */
.row {
  display: block;
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }
  .row .inner {
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 1150px; }

#header {
  background-color: #71afbd; }
  #header #logo {
    float: left;
    height: 120px;
    line-height: 120px; }
    #header #logo img {
      width: auto;
      height: 90px; }
  #header .top-right {
    float: right;
    height: 120px;
    line-height: 120px;
    padding: 0 190px 0 0; }
    #header .top-right .accessibility {
      float: left;
      font-size: 1.4em;
      text-transform: uppercase;
      color: #FFFFFF;
      margin: 0 10px 0 0; }
      #header .top-right .accessibility a {
        color: #FFFFFF;
        margin: 0 35px 0 20px;
        color: #FFFFFF; }
        #header .top-right .accessibility a:hover {
          text-decoration: underline; }
    #header .top-right .social {
      float: right; }
      #header .top-right .social li {
        float: left;
        margin: 29px 0 0 7px; }
        #header .top-right .social li.search-button {
          position: absolute;
          left: -9999px; }
          #header .top-right .social li.search-button a {
            background-color: #ea557f; }
        #header .top-right .social li a {
          float: left;
          font-size: 1.6em;
          width: 32px;
          height: 32px;
          line-height: 33px;
          text-align: center;
          color: #FFFFFF;
          background-color: #8fc5d1; }
          #header .top-right .social li a:hover {
            background-color: #1d355a; }
        #header .top-right .social li.donate {
          height: 120px;
          float: right;
          margin: 0; }
          #header .top-right .social li.donate a {
            float: left;
            width: 190px;
            height: 100%;
            padding: 45px 0;
            border-radius: 0;
            text-align: center;
            text-transform: uppercase;
            font-size: 1.6em;
            background-color: #ea557f;
            color: #FFFFFF; }
            #header .top-right .social li.donate a i {
              margin: 0 5px 0 0; }
            #header .top-right .social li.donate a:hover {
              background-color: #f6d3dd; }
          @media only screen and (max-width: 1080px) {
            #header .top-right .social li.donate a {
              width: 170px; } }
          @media only screen and (max-width: 1080px) {
            #header .top-right .social li.donate {
              display: none; } }
  #header .search {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    height: 120px;
    background-color: #8fc5d1; }
    #header .search h5 {
      float: left;
      width: 190px;
      height: 120px;
      line-height: 120px;
      text-align: center;
      font-size: 1.6em;
      color: #FFFFFF;
      cursor: pointer; }
      #header .search h5 i {
        margin: 0 5px 0 0; }
    #header .search .fields {
      float: right;
      padding: 17px 25px;
      position: absolute;
      left: -9999px;
      opacity: 0; }
      #header .search .fields label {
        position: absolute;
        left: -9999px; }
      #header .search .fields input {
        float: left;
        height: 56px;
        width: 360px;
        padding: 0 20px;
        font-size: 1.6em;
        border: none; }
      #header .search .fields button {
        float: left;
        margin: 0 0 0 5px;
        height: 56px;
        width: 45px;
        padding: 10px;
        font-size: 1.6em;
        border: none;
        background-color: #ea557f;
        border-radius: 3px;
        color: #FFFFFF; }
    #header .search.open h5 {
      width: auto;
      padding: 0 0 0 90px; }
    #header .search.open .fields {
      position: relative;
      left: auto;
      opacity: 1; }

#navigation .inner {
  position: static; }
  #navigation .inner #menu {
    float: left;
    width: 100%;
    background-color: #ea557f;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    left: -9999px; }
  #navigation .inner > ul {
    float: left;
    width: 100%; }
    #navigation .inner > ul > li {
      float: left; }
      #navigation .inner > ul > li > a {
        float: left;
        padding: 0 20px;
        height: 84px;
        line-height: 84px;
        font-size: 1.4em;
        text-transform: uppercase;
        color: #4b4a4a; }
        #navigation .inner > ul > li > a:first-child {
          padding-left: 0; }
        #navigation .inner > ul > li > a > i.desktop {
          display: none; }
      #navigation .inner > ul > li.current-menu-item > a,
      #navigation .inner > ul > li.current-menu-parent > a,
      #navigation .inner > ul > li.current-page-ancestor > a {
        font-weight: 700;
        color: #324e79; }
      #navigation .inner > ul > li:hover > a {
        color: #324e79; }
      #navigation .inner > ul > li.donate {
        display: none;
        float: right; }
        #navigation .inner > ul > li.donate a {
          float: left;
          width: 235px;
          padding: 0;
          text-align: center;
          text-transform: uppercase;
          font-size: 1.6em;
          background-color: #ea557f;
          color: #FFFFFF; }
          #navigation .inner > ul > li.donate a i {
            margin: 0 5px 0 0; }
          #navigation .inner > ul > li.donate a:hover {
            background-color: #71afbd; }
      #navigation .inner > ul > li > ul {
        float: left;
        width: 100%;
        position: absolute;
        top: 84px;
        left: -9999px;
        z-index: 100;
        opacity: 0;
        background-color: rgba(27, 53, 92, 0.85);
        text-align: center;
        padding: 50px 0; }
        #navigation .inner > ul > li > ul .inside {
          width: 100%;
          display: block;
          max-width: 1150px;
          margin: 0 auto;
          padding: 0 30px; }
        #navigation .inner > ul > li > ul li {
          float: left;
          width: 28%;
          margin: 0 8% 0 0;
          text-align: left; }
          #navigation .inner > ul > li > ul li ul {
            float: right;
            width: 48%; }
            #navigation .inner > ul > li > ul li ul li {
              float: left;
              width: 100%;
              margin: 0;
              border-bottom: 1px solid #324e79; }
              #navigation .inner > ul > li > ul li ul li:last-child {
                border-bottom: none; }
              #navigation .inner > ul > li > ul li ul li a {
                width: 100% !important;
                font-size: 0.7em;
                margin: 0;
                padding: 12px 0 8px 0; }
                #navigation .inner > ul > li > ul li ul li a span:after {
                  margin: 3px 0 0 5px; }
          #navigation .inner > ul > li > ul li:nth-child(3n) {
            margin: 0 0 0 0; }
          #navigation .inner > ul > li > ul li#menu-item-549 {
            width: 56%; }
            #navigation .inner > ul > li > ul li#menu-item-549 a {
              width: 48%; }
          #navigation .inner > ul > li > ul li a {
            float: left;
            margin: 20px 0;
            color: #FFFFFF;
            font-size: 1.4em; }
            #navigation .inner > ul > li > ul li a span {
              font: 3em "bariol_regularregular";
              display: block;
              padding: 0 0 5px 0;
              position: relative;
              color: #FFFFFF; }
              #navigation .inner > ul > li > ul li a span:after {
                float: right;
                content: "\f061";
                font-family: FontAwesome;
                color: #ea557f;
                font-size: 16px;
                margin: 15px 0 0 5px; }
    #navigation .inner > ul > li:hover > ul {
      left: 0;
      opacity: 1; }

.intro {
  padding: 0;
  background-color: #4b4a4a;
  background-size: cover;
  background-position: 30% 50%;
  position: relative;
  z-index: 1; }
  .intro img.mobile {
    float: left;
    width: 100%;
    display: none; }
  .intro .bg {
    float: left;
    width: 100%;
    padding: 0 30px 0 30px;
    height: 460px;
    background: url("../img/intro-fade.png") no-repeat 30% 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .intro .bg.white {
      background: url("../img/intro-fade-white.png") no-repeat 30% 0; }
  .intro .inner {
    display: table;
    height: 460px;
    width: 100%; }
    .intro .inner .middle {
      display: table-cell;
      vertical-align: middle;
      color: #FFFFFF; }
    .intro .inner .heading {
      font: 7em "bariol_regularregular";
      line-height: 0.9em;
      padding: 0 0 20px 0;
      max-width: 620px; }
    .intro .inner .sub-heading {
      font: 1.6em "bariol_regularregular";
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0 0 10px 0;
      max-width: 380px; }
    .intro .inner p {
      font-size: 1.6em;
      line-height: 1.5em;
      padding: 0 0 10px 0;
      max-width: 420px; }
    .intro .inner p.button {
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular"; }
      .intro .inner p.button input, .intro .inner p.button a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .intro .inner p.button input:hover, .intro .inner p.button a:hover {
          background-color: #71afbd;
          text-decoration: none; }
  .intro .white .inner .middle {
    color: #4b4a4a; }
  .intro.home-intro .bg {
    height: 520px; }
  .intro.home-intro .inner {
    height: 520px; }

.one-image {
  padding: 0 0 40px 0; }
  .one-image img {
    float: left;
    width: 100%;
    height: auto; }
    .one-image img.mobile {
      display: none; }

.two-images {
  padding: 0; }
  .two-images img {
    float: left;
    width: 50%;
    height: auto; }

.three-images {
  padding: 0; }
  /* .three-images img,
  .three-images iframe {
    float: left;
    width: 33.333%;
    height: auto; } */

.three-images__row {
  display: flex;
}

.three-images__item {
  flex-basis:  33.333%;
  background-color: #71afbd;
}

.three-images__item img {
  width: 100%;
  height: auto;
  display: block;
}

.three-images__item--video {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.three-images__item-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.three-images__item-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

@media only screen and (max-width: 1040px) {
  .three-images__row {
    flex-wrap: wrap;
  }

  .three-images__item {
    flex-basis: 100%
  }

  .three-images__item--video {
    padding-top: 20px;
  }
}

.text {
  padding-top: 90px;
  padding-bottom: 80px; }
  .text.arrow {
    padding-top: 60px;
    padding-bottom: 40px; }
    .text.arrow .inner h2 {
      padding: 0 0 20px 0; }
    .text.arrow:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #FFFFFF;
      border-width: 17px;
      margin-left: -17px;
      z-index: 1000; }
  .text.no-padding {
    padding-bottom: 40px; }
  .text .inner.narrow {
    max-width: 970px; }
  .text .inner.centre {
    text-align: center;
    max-width: 820px; }
  .text .inner .column {
    float: left;
    width: 47%; }
    .text .inner .column:last-of-type {
      float: right; }
  .text .inner h1 {
    font: 7.3em "bariol_regularregular";
    padding: 0 0 30px 0;
    text-align: center;
    display: inline-block;
    margin: 0 auto; }
    .text .inner h1 i {
      font-size: 16px;
      color: #ea557f;
      top: -30px;
      position: relative; }
  .text .inner h2 {
    font: 4.2em "bariol_regularregular";
    padding: 0 0 40px 0;
    text-align: center; }
  .text .inner h3 {
    font: 2.8em "bariol_regularregular";
    padding: 0 0 20px 0; }
  .text .inner h4 {
    font: 2.8em "bariol_regularregular";
    padding: 0 0 20px 0; }
  .text .inner h6 {
    padding: 20px 0 0 0;
    font: 1.6em "bariol_regularregular"; }
    .text .inner h6 input, .text .inner h6 a {
      display: block;
      max-width: 260px;
      padding: 20px 18px;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      background-color: #ea557f;
      color: #FFFFFF;
      border-radius: 3px;
      border: none; }
      .text .inner h6 input:hover, .text .inner h6 a:hover {
        background-color: #71afbd;
        text-decoration: none; }
    .text .inner h6 a {
      background-color: #71afbd; }
      .text .inner h6 a:hover {
        background-color: #324e79; }
  .text .inner p {
    font-size: 1.6em;
    line-height: 1.5em;
    padding: 0 0 20px 0; }
    .text .inner p.subtitle {
      display: block;
      font-size: 2.1em;
      font-weight: 300;
      text-align: center;
      padding: 0 0 40px 0; }
    .text .inner p span.intro-para {
      display: block;
      font-size: 1.3em;
      line-height: 1.4em;
      font-weight: 300;
      text-align: center;
      padding: 0 0 30px 0; }
      .text .inner p span.intro-para em {
        font: 600 1em "bariol_regularregular";
        color: #ea557f; }
  .text .inner em {
    font-style: normal;
    font-family: "bariolregular_italic";
    font-size: 1.1em; }
  .text .inner strong {
    font-weight: 700; }
  .text .inner ol {
    padding: 10px 0 0 0;
    margin: 0; }
    .text .inner ol li {
      background: url("../img/list-tick.png") no-repeat 0 0;
      font-size: 1.6em;
      padding: 2px 0 25px 50px; }
  .text .inner ul {
    padding: 0 0 15px 0;
    margin: 0 0 0 20px; }
    .text .inner ul li {
      list-style: disc;
      font-size: 1.6em;
      padding: 0 0 5px 0; }
      .text .inner ul li ul {
        padding: 0 0 0px 0; }
        .text .inner ul li ul li {
          font-size: 1em; }
  .text .inner a {
    color: #ea557f; }
    .text .inner a:hover {
      text-decoration: underline; }
  .text .inner blockquote {
    display: block;
    border-left: 5px solid #75c1c0;
    padding: 20px 0 0 20px;
    margin: 0 0 20px 0;
    font: 1.4em "bariolregular_italic"; }
  .text .inner .share {
    display: inline-block;
    margin: 30px auto 30px auto;
    padding: 5px 30px;
    text-align: center;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC; }
    .text .inner .share a {
      display: inline-block;
      font-size: 1.6em;
      width: 32px;
      height: 32px;
      line-height: 34px;
      margin: 0 5px;
      text-align: center;
      color: #FFFFFF;
      background-color: #8fc5d1; }
    .text .inner .share h4 {
      padding: 10px 0 0 0; }
  .text .inner .cqc-widget {
    display: inline-block !important;
    max-width: 250px !important;
    margin: 0 15px 15px 15px !important; }
  .text.text-image .inner {
    max-width: 930px;
    text-align: center; }
    .text.text-image .inner .title {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      position: relative; }
      .text.text-image .inner .title.with-nav {
        padding-left: 50px;
        padding-right: 50px; }
      .text.text-image .inner .title nav {
        display: block;
        height: 30px; }
        .text.text-image .inner .title nav a {
          position: absolute;
          top: 50%;
          margin: -48px 0 0 0;
          font-size: 22px; }
          .text.text-image .inner .title nav a:hover {
            color: #1d355a; }
          .text.text-image .inner .title nav a.previous {
            left: 0; }
          .text.text-image .inner .title nav a.next {
            right: 0; }
    .text.text-image .inner .image {
      float: left;
      width: 46%; }
      .text.text-image .inner .image img {
        float: left;
        width: 100%;
        border: 5px solid #DCDCDC; }
    .text.text-image .inner .block {
      float: right;
      width: 48%;
      text-align: left; }

.text .inner .job-details {
  float: left;
  width: 100%;
  text-align: left; }
  .text .inner .job-details .overview {
    float: left;
    width: 57%; }
    .text .inner .job-details .overview h2 {
      text-align: left;
      padding: 0 0 20px 0; }
    .text .inner .job-details .overview h5 {
      display: block;
      padding: 10px 15px;
      margin: 0 0 25px 0;
      font-size: 1.6em;
      background-color: #d9e9ed; }
    .text .inner .job-details .overview p.button {
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular"; }
      .text .inner .job-details .overview p.button input, .text .inner .job-details .overview p.button a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .text .inner .job-details .overview p.button input:hover, .text .inner .job-details .overview p.button a:hover {
          background-color: #71afbd;
          text-decoration: none; }
      .text .inner .job-details .overview p.button a {
        max-width: 420px; }
  .text .inner .job-details .spec {
    float: right;
    width: 36%;
    padding: 45px 0 0 0; }
    .text .inner .job-details .spec dl {
      float: left;
      width: 100%;
      border-bottom: 1px solid #DCDCDC;
      padding: 20px 0; }
      .text .inner .job-details .spec dl:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .text .inner .job-details .spec dl dt {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 40px 5px 0;
        font: 2.8em "bariol_regularregular"; }
        .text .inner .job-details .spec dl dt i {
          position: absolute;
          top: 5px;
          right: 0;
          color: #75c1c0;
          text-align: center;
          font-size: 22px;
          width: 30px; }
      .text .inner .job-details .spec dl dd {
        float: left;
        width: 100%;
        font-size: 1.6em; }

.text.application-form {
  background-color: #1d355a;
  color: #FFFFFF; }
  .text.application-form .inner h2 img {
    display: none; }
  .text.application-form .inner .block {
    float: left;
    width: 36%;
    padding: 30px 0; }
    .text.application-form .inner .block h3 {
      padding-bottom: 0; }
    .text.application-form .inner .block p {
      padding-bottom: 30px; }
      .text.application-form .inner .block p strong {
        font-weight: 400;
        font-size: 1.2em; }
  .text.application-form .inner form {
    float: right;
    width: 49%;
    padding: 30px 0; }
    .text.application-form .inner form .field, .text.application-form .inner form .select {
      float: left;
      width: 100%;
      position: relative;
      padding: 0 0 15px 0; }
      .text.application-form .inner form .field label, .text.application-form .inner form .select label {
        float: left;
        width: 100%;
        padding: 0 0 5px 0; }
      .text.application-form .inner form .field input, .text.application-form .inner form .field textarea, .text.application-form .inner form .select input, .text.application-form .inner form .select textarea {
        float: left;
        width: 100%;
        font-size: 1.1em;
        padding: 11px;
        border: 4px solid #FFF; }
        .text.application-form .inner form .field input.wpcf7-not-valid, .text.application-form .inner form .field textarea.wpcf7-not-valid, .text.application-form .inner form .select input.wpcf7-not-valid, .text.application-form .inner form .select textarea.wpcf7-not-valid {
          border-color: #f6d3dd; }
      .text.application-form .inner form .field textarea, .text.application-form .inner form .select textarea {
        min-height: 160px; }
      .text.application-form .inner form .field.error input,
      .text.application-form .inner form .field.error textarea, .text.application-form .inner form .select.error input,
      .text.application-form .inner form .select.error textarea {
        border-color: #f6d3dd; }
      .text.application-form .inner form .field .wpcf7-not-valid-tip, .text.application-form .inner form .select .wpcf7-not-valid-tip {
        float: left;
        width: 100%;
        color: #f6d3dd;
        font-size: 0.9em; }
      .text.application-form .inner form .field .nice-select, .text.application-form .inner form .select .nice-select {
        float: left;
        width: 100%;
        height: 60px;
        line-height: 55px; }
        .text.application-form .inner form .field .nice-select .list, .text.application-form .inner form .select .nice-select .list {
          width: 100%;
          margin: 0;
          padding: 0;
          color: #4b4a4a; }
          .text.application-form .inner form .field .nice-select .list li, .text.application-form .inner form .select .nice-select .list li {
            margin: 0;
            padding: 3px 10px;
            font-size: 1.1em; }
    .text.application-form .inner form .wpcf7-response-output {
      float: left;
      width: 100%;
      margin: 30px 0 30px 0;
      padding: 20px;
      font: 2em "bariol_regularregular";
      color: #FFFFFF;
      border: 4px solid #f6d3dd; }
    .text.application-form .inner form .cv {
      float: left;
      width: 45%;
      padding: 10px 0 0 0; }
      .text.application-form .inner form .cv label {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #ea557f;
        cursor: pointer; }
        .text.application-form .inner form .cv label img {
          display: inline-block;
          margin: 0 5px 0 0; }
        .text.application-form .inner form .cv label span.attached {
          text-transform: none;
          color: #FFFFFF; }
    .text.application-form .inner form #cv {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      .text.application-form .inner form #cv:focus + label,
      .text.application-form .inner form #cv.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px; }
    .text.application-form .inner form .submit {
      float: right;
      width: 50%;
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular";
      padding: 10px 0 0 0; }
      .text.application-form .inner form .submit input, .text.application-form .inner form .submit a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .text.application-form .inner form .submit input:hover, .text.application-form .inner form .submit a:hover {
          background-color: #71afbd;
          text-decoration: none; }
      .text.application-form .inner form .submit input {
        float: right; }
    .text.application-form .inner form.newsletter {
      display: none; }
      .text.application-form .inner form.newsletter h3 {
        font-size: 4.2em; }
      .text.application-form .inner form.newsletter .field {
        width: 48%; }
        .text.application-form .inner form.newsletter .field.right {
          float: right; }
      .text.application-form .inner form.newsletter .submit {
        width: 100%; }
        .text.application-form .inner form.newsletter .submit input {
          float: left; }

.office .inner {
  max-width: 1000px; }
  .office .inner h3 {
    font: 4.2em "bariol_regularregular";
    padding: 0 0 25px 0; }
  .office .inner p {
    font-size: 1.6em;
    padding: 0 0 25px 0; }
    .office .inner p.tel {
      font: 4.6em "bariol_regularregular";
      padding: 10px 0 0 0; }
      .office .inner p.tel a {
        color: #ea557f; }
    .office .inner p.email {
      font: 2.1em "bariol_regularregular"; }
      .office .inner p.email a {
        color: #ea557f;
        border-bottom: 1px solid #ea557f; }
  .office .inner ul {
    float: left;
    width: 100%;
    padding-top: 20px; }
    .office .inner ul li {
      float: left;
      padding: 0 10px 0 0; }
      .office .inner ul li a {
        float: left;
        width: 40px;
        height: 40px;
        line-height: 43px;
        text-align: center;
        font-size: 20px;
        color: #FFFFFF;
        background-color: #71afbd; }
        .office .inner ul li a:hover {
          background-color: #1d355a; }
  .office .inner .icon {
    float: right;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: -35px 0 0 0;
    text-align: center;
    background-color: #DCDCDC; }
  .office .inner .fa-arrow-down {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #ea557f;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 0 0 -20px;
    z-index: 100; }
  .office .inner .location {
    float: left;
    width: 50%;
    border-right: 1px solid #DCDCDC;
    padding: 35px 75px 75px 0; }
  .office .inner .travel {
    float: right;
    width: 50%;
    padding: 35px 0 75px 75px; }

.news-intro {
  padding-bottom: 75px; }
  .news-intro .inner {
    max-width: 1000px; }
    .news-intro .inner .title {
      float: left;
      width: 100%;
      text-align: center !important; }
    .news-intro .inner img.main {
      float: left;
      width: 100%;
      height: auto;
      border: 4px solid #DCDCDC;
      margin: 0 0 25px 0; }
    .news-intro .inner div.meta {
      float: left;
      width: 100%;
      border-bottom: 1px solid #DCDCDC;
      padding: 0 0 20px 0; }
      .news-intro .inner div.meta img {
        float: left;
        margin: 0 10px 0 0; }
      .news-intro .inner div.meta p {
        float: left;
        height: 50px;
        line-height: 50px;
        padding: 0 10px 0 10px; }
        .news-intro .inner div.meta p span {
          color: #ea557f; }
        .news-intro .inner div.meta p a {
          color: #4b4a4a; }

.text.news-text-image {
  padding-top: 0px;
  padding-bottom: 50px; }
  .text.news-text-image .inner {
    max-width: 980px; }
    .text.news-text-image .inner .block {
      float: left;
      width: 50%;
      padding: 40px 30px 0 0; }
      .text.news-text-image .inner .block h2 {
        text-align: left; }
    .text.news-text-image .inner .image {
      float: right;
      width: 50%;
      padding: 0 0 0 30px; }
      .text.news-text-image .inner .image img {
        float: left;
        width: 100%;
        height: auto;
        border: 4px solid #DCDCDC; }
  .text.news-text-image.right .block {
    float: right;
    padding: 40px 0 0 30px; }
  .text.news-text-image.right .image {
    float: left;
    padding: 0 30px 0 0; }

.text.news {
  padding-top: 0;
  padding-bottom: 50px; }
  .text.news .inner h2 {
    text-align: left; }
  .text.news .inner p.intro-para {
    text-align: left; }

.news-images {
  padding-bottom: 60px; }
  .news-images .inner {
    max-width: 980px; }
    .news-images .inner img {
      float: left;
      width: 49.5%;
      border: 4px solid #DCDCDC; }
      .news-images .inner img:last-child {
        float: right; }

.share-article {
  padding-top: 30px;
  padding-bottom: 30px; }
  .share-article.fullwidth {
    padding: 0; }
    .share-article.fullwidth .inner {
      max-width: 1600px; }
  .share-article .inner {
    max-width: 980px;
    background-color: #5c9aa7; }
    .share-article .inner p {
      float: left;
      width: 50%;
      padding: 32px 40px 28px 0px;
      text-align: right;
      text-transform: uppercase;
      color: #FFFFFF;
      background-color: #71afbd;
      font: 1.8em "bariol_regularregular";
      line-height: 1.6em;
      letter-spacing: 1px; }
    .share-article .inner ul {
      float: left;
      width: 50%;
      padding: 26px 0px 24px 40px;
      background-color: #5c9aa7; }
      .share-article .inner ul li {
        float: left;
        margin: 0 10px 0 0; }
        .share-article .inner ul li a {
          float: left;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background-color: #71afbd;
          color: #FFFFFF;
          font-size: 18px; }

.pages {
  padding-top: 0px;
  padding-bottom: 70px; }
  .pages .inner {
    max-width: 980px; }
    .pages .inner a {
      float: left;
      width: 50%;
      border-top: 1px solid #CCC;
      font: 1.6em "bariol_regularregular";
      text-transform: uppercase;
      color: #4b4a4a;
      letter-spacing: 1px; }
      .pages .inner a i {
        color: #ea557f;
        padding: 0 10px; }
      .pages .inner a.back {
        border-right: 1px solid #CCC;
        text-align: right;
        padding: 30px 30px 30px 0; }
      .pages .inner a.next {
        padding: 30px 0 30px 30px; }

.average-day {
  padding: 0; }
  .average-day #sync1 .owl-controls {
    z-index: 99; }
  .average-day #sync2 .owl-wrapper {
    z-index: 100; }
  .average-day .title {
    float: left;
    width: 100%;
    font: 4.2em "bariol_regularregular";
    text-align: center;
    position: relative;
    padding: 0 0 30px 0; }
    .average-day .title:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #FFFFFF;
      border-width: 17px;
      margin-left: -17px; }
  .average-day .time {
    float: left;
    width: 100%;
    background-color: #ea557f;
    text-align: center;
    border-bottom: 20px solid #1d355a; }
    .average-day .time .owl-carousel {
      max-width: 880px;
      padding: 0 30px;
      margin: 0 auto -20px auto; }
      .average-day .time .owl-carousel .item {
        padding: 30px 0px;
        border-bottom: 20px solid #1d355a;
        color: #FFFFFF;
        text-align: center;
        cursor: pointer;
        z-index: 100;
        position: relative; }
        .average-day .time .owl-carousel .item span {
          position: relative;
          display: block;
          width: 52px;
          height: 52px;
          line-height: 42px;
          margin: 0 auto;
          border: 4px solid #FFF;
          border-radius: 100px; }
        .average-day .time .owl-carousel .item p {
          padding: 10px 0 0 0;
          font-size: 2.1em;
          font-weight: 600; }
      .average-day .time .owl-carousel .synced .item {
        position: relative;
        overflow: visible; }
        .average-day .time .owl-carousel .synced .item span {
          background-color: #1d355a; }
        .average-day .time .owl-carousel .synced .item:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ea557f;
          border-width: 17px;
          margin-left: -17px;
          z-index: 1000; }
  .average-day .detail {
    float: left;
    width: 100%;
    background-color: #1d355a; }
    .average-day .detail .owl-carousel {
      max-width: 980px;
      margin: 0 auto; }
    .average-day .detail .owl-controls {
      width: 100%;
      margin: 0;
      padding: 0;
      left: auto;
      right: auto;
      top: -120px;
      background: none; }
      .average-day .detail .owl-controls .owl-prev {
        float: left;
        width: 39px;
        height: 46px;
        margin-left: 30px;
        background: url("../img/time-arrows.png") no-repeat 0 0;
        border-radius: 0;
        text-indent: -9999px;
        border: none; }
        .average-day .detail .owl-controls .owl-prev:hover {
          background-position: 0 -46px; }
      .average-day .detail .owl-controls .owl-next {
        float: right;
        width: 39px;
        height: 46px;
        margin-right: 30px;
        background: url("../img/time-arrows.png") no-repeat -39px 0;
        border-radius: 0;
        text-indent: -9999px;
        border: none; }
        .average-day .detail .owl-controls .owl-next:hover {
          background-position: -39px -46px; }
    .average-day .detail .item {
      padding: 60px 15% 80px 15%;
      color: #FFF; }
      .average-day .detail .item h3 {
        font: 2.8em "bariol_regularregular";
        padding: 0 0 5px 0; }
        .average-day .detail .item h3 em {
          font-size: 1.8em;
          font-style: normal;
          color: #ea557f; }
      .average-day .detail .item p {
        font-size: 1.6em;
        padding: 0 0 20px 0; }

.map {
  padding: 0; }
  .map iframe {
    float: left;
    width: 100%;
    height: 500px; }
  .map .overlay {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    cursor: pointer; }
  .map .acf-map {
    width: 100%;
    height: 500px; }
    .map .acf-map img {
      max-width: inherit !important; }
  .map .gm-style-iw h4 {
    font-size: 16px; }
  .map .gm-style-iw p {
    font-size: 16px;
    padding: 0 0 15px 0; }
    .map .gm-style-iw p.tel {
      font: 21px "bariol_regularregular";
      color: #ea557f;
      padding: 0; }
    .map .gm-style-iw p.email {
      padding: 0;
      font-family: "bariol_regularregular"; }
      .map .gm-style-iw p.email a {
        color: #ea557f;
        text-decoration: underline; }

.support-contact {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #1d355a; }
  .support-contact .inner {
    text-align: center;
    color: #FFFFFF; }
    .support-contact .inner .title {
      font: 4.2em "bariol_regularregular";
      padding: 0 0 50px 0; }
    .support-contact .inner p {
      font-size: 1.6em;
      line-height: 1.6em;
      padding: 0 0 20px 0; }
      .support-contact .inner p em {
        color: #ea557f;
        font-style: normal; }
      .support-contact .inner p.tel {
        font: 4.2em "bariol_regularregular";
        color: #75c1c0; }
        .support-contact .inner p.tel a {
          color: #75c1c0; }
  .support-contact p.button {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    font: 1.6em "bariol_regularregular"; }
    .support-contact p.button input, .support-contact p.button a {
      display: block;
      max-width: 260px;
      padding: 20px 18px;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      background-color: #ea557f;
      color: #FFFFFF;
      border-radius: 3px;
      border: none; }
      .support-contact p.button input:hover, .support-contact p.button a:hover {
        background-color: #71afbd;
        text-decoration: none; }
    .support-contact p.button a {
      margin: 0 auto;
      max-width: 265px;
      padding: 20px 0px;
      background-color: #71afbd; }
      .support-contact p.button a:hover {
        background-color: #ea557f; }
  .support-contact .similar {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 20px 0 0 0; }
    .support-contact .similar dt {
      float: left;
      width: 100%;
      font: 2.8em "bariol_regularregular";
      border-top: 4px solid #2d4467;
      padding: 60px 0 60px 0; }
    .support-contact .similar dd {
      float: left;
      width: 30%;
      margin: 0 5% 0 0; }
      .support-contact .similar dd:last-child {
        margin: 0 0 0 0; }
      .support-contact .similar dd a {
        float: left;
        width: 100%;
        color: #FFFFFF;
        text-align: left; }
        .support-contact .similar dd a img {
          width: 100%;
          height: auto;
          border: 4px solid #DCDCDC; }
        .support-contact .similar dd a h3 {
          font: 2.8em "bariol_regularregular";
          padding: 60px 0 20px 0; }
        .support-contact .similar dd a p.more {
          color: #ea557f;
          text-transform: uppercase;
          letter-spacing: 2px; }
          .support-contact .similar dd a p.more i {
            color: #ea557f; }
      .support-contact .similar dd:hover p.more i {
        color: #71afbd; }

.values {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1d355a;
  color: #FFFFFF; }
  .values .inner {
    max-width: 970px; }
    .values .inner .title {
      font: 4.2em "bariol_regularregular";
      padding: 0 0 40px 0;
      text-align: center; }
    .values .inner p.subtitle {
      font-size: 2.1em;
      font-weight: 300;
      text-align: center; }
    .values .inner ol {
      counter-reset: counter; }
      .values .inner ol li {
        position: relative;
        float: left;
        width: 47%;
        padding: 0 0 0 80px;
        margin: 70px 0 0 0; }
        .values .inner ol li:nth-child(even) {
          float: right;
          clear: right; }
        .values .inner ol li:before {
          content: counter(counter);
          counter-increment: counter;
          position: absolute;
          left: 0;
          top: -7px;
          font: 100px "bariol_regularregular";
          color: #ea557f;
          padding-right: 10px; }
        .values .inner ol li h3 {
          font: 2.8em "bariol_regularregular";
          text-align: left;
          padding: 0 0 10px 0; }
        .values .inner ol li p {
          font-size: 1.6em;
          text-align: left; }

.columns {
  position: relative;
  z-index: 2;
  padding: 0; }
  .columns.first {
    top: -20px;
    margin-bottom: -20px; }
  .columns .column {
    float: left;
    width: 50%;
    padding: 110px 0 80px 0;
    margin: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .columns .column.blue1 {
      background-image: url("../img/bg-blue1.png");
      background-position: 100% 0;
      color: #FFFFFF; }
      .columns .column.blue1 .inside p.button a:hover {
        color: #75c1c0; }
    .columns .column.blue2 {
      background-image: url("../img/bg-blue2.png");
      background-position: 0 0;
      color: #FFFFFF; }
      .columns .column.blue2 .inside p.button a:hover {
        color: #324e79; }
    .columns .column.pink {
      background-color: #ea557f;
      color: #FFFFFF;
      padding: 70px 0 70px 0; }
    .columns .column.dark-blue {
      background-color: #1d355a;
      color: #FFFFFF; }
      .columns .column.dark-blue .inside p.more-arrow a,
      .columns .column.dark-blue .inside p.more-arrow em {
        background: url("../img/bg-more-button-blue.png") no-repeat 0 0; }
      .columns .column.dark-blue .inside p.button a:hover {
        color: #324e79; }
    .columns .column.light-blue {
      background-color: #71afbd;
      color: #FFFFFF; }
      .columns .column.light-blue .inside p.more-arrow a,
      .columns .column.light-blue .inside p.more-arrow em {
        background: url("../img/bg-more-button-light-blue.png") no-repeat 0 0; }
      .columns .column.light-blue .inside p.button a:hover {
        color: #71afbd; }
    .columns .column .inside {
      float: right;
      width: 100%;
      max-width: 605px;
      padding: 0 60px 0 30px; }
      .columns .column .inside h3 {
        font: 4.2em "bariol_regularregular";
        padding: 0 0 20px 0; }
      .columns .column .inside p {
        max-width: 360px;
        font-size: 1.6em;
        padding: 0 0 10px 0; }
      .columns .column .inside p.button {
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular"; }
        .columns .column .inside p.button input, .columns .column .inside p.button a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .columns .column .inside p.button input:hover, .columns .column .inside p.button a:hover {
            background-color: #71afbd;
            text-decoration: none; }
        .columns .column .inside p.button a {
          background-color: #FFFFFF;
          color: #4b4a4a; }
          .columns .column .inside p.button a:hover {
            background-color: #FFFFFF;
            color: #ea557f; }
      .columns .column .inside p.more {
        font: 1.6em "bariol_regularregular";
        letter-spacing: 2px;
        text-transform: uppercase; }
        .columns .column .inside p.more a {
          color: #FFFFFF; }
          .columns .column .inside p.more a i {
            color: #FFFFFF; }
          .columns .column .inside p.more a:hover i {
            color: #324e79; }
      .columns .column .inside p.more-arrow a, .columns .column .inside p.more-arrow em {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 10;
        margin: -58px -58px 0 0;
        width: 115px;
        height: 115px;
        line-height: 115px;
        font-size: 24px;
        text-align: center;
        color: #FFFFFF;
        font-style: normal;
        background: url("../img/bg-more-button.png") no-repeat 0 0; }
    .columns .column.right .inside {
      float: left; }
      .columns .column.right .inside span {
        float: right;
        max-width: 360px; }
    .columns .column.image, .columns .column.video {
      padding: 0; }
      .columns .column.video {
        background-color: #75c1c0;
        padding-left: 70px;
        padding-right: 70px;
      }
      .columns .column.image img {
        float: left;
        width: 100%;
        height: auto;
        display: none; }
  .columns .alt .column {
    float: right; }
    .columns .alt .column .inside {
      float: left; }
      .columns .alt .column .inside span {
        float: right;
        padding-left: 30px; }
      .columns .alt .column .inside p.more-arrow a, .columns .alt .column .inside p.more-arrow em {
        right: auto;
        left: 0;
        margin: -58px 0 0 -58px; }
  .columns .alt .image {
    float: left; }

.banner {
  padding-top: 40px;
  padding-bottom: 40px; }
  .banner.line {
    border-top: 1px solid #DCDCDC; }
  .banner .inner {
    text-align: center; }
    .banner .inner h2 {
      font: 4.2em "bariol_regularregular";
      padding: 0 0 40px 0;
      text-align: center; }
    .banner .inner p {
      font-size: 2.1em;
      font-weight: 300; }
      .banner .inner p em {
        font-style: normal;
        font-weight: 600;
        color: #ea557f; }
      .banner .inner p a {
        font-weight: 600;
        color: #ea557f; }
        .banner .inner p a:hover {
          text-decoration: underline; }
  .banner:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 17px;
    margin-left: -17px;
    z-index: 1000; }

.team-row {
  padding: 0 0 60px 0; }
  .team-row .inner {
    max-width: 1600px; }
    .team-row .inner ul {
      float: left;
      width: 100%; }
      .team-row .inner ul li {
        float: left;
        width: 25%;
        position: relative; }
        .team-row .inner ul li img {
          float: left;
          width: 100%; }
        .team-row .inner ul li h5 {
          background-color: #FFFFFF;
          position: relative;
          z-index: 100;
          float: left;
          width: 100%;
          font: 2.2em "bariol_regularregular"; }
          .team-row .inner ul li h5 a {
            float: left;
            width: 100%;
            padding: 25px 25px 25px 50px;
            color: #4b4a4a; }
            .team-row .inner ul li h5 a i {
              float: right;
              font-size: 16px;
              margin: 5px 0 0 0; }
        .team-row .inner ul li .block {
          float: left;
          width: 100%;
          position: relative;
          z-index: 200; }
        .team-row .inner ul li:hover .middle {
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 1; }
        .team-row .inner ul li .middle {
          position: absolute;
          float: left;
          width: 100%;
          height: 100%;
          left: -9999px;
          opacity: 0;
          z-index: 99;
          background-color: rgba(232, 87, 128, 0.75); }
          .team-row .inner ul li .middle span.table {
            display: table;
            height: 100%; }
            .team-row .inner ul li .middle span.table span.cell {
              display: table-cell;
              vertical-align: middle;
              padding: 0 50px;
              color: #FFFFFF; }
              .team-row .inner ul li .middle span.table span.cell h4 {
                font: 1.6em "bariol_regularregular";
                text-transform: uppercase;
                padding: 0 0 10px 0; }
              .team-row .inner ul li .middle span.table span.cell p {
                font-size: 1.6em;
                padding: 0 0 5px 0; }
                .team-row .inner ul li .middle span.table span.cell p strong a {
                  text-decoration: none; }
                .team-row .inner ul li .middle span.table span.cell p a {
                  color: #FFFFFF;
                  text-decoration: underline; }
    .team-row .inner p.button {
      float: left;
      width: 100%;
      padding: 60px 0 0 0;
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular"; }
      .team-row .inner p.button input, .team-row .inner p.button a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .team-row .inner p.button input:hover, .team-row .inner p.button a:hover {
          background-color: #71afbd;
          text-decoration: none; }
      .team-row .inner p.button a {
        margin: 0 auto;
        background-color: #71afbd;
        max-width: 320px; }
        .team-row .inner p.button a:hover {
          background-color: #324e79; }

.involved {
  background: url("../img/bg-involved.jpg") no-repeat 100% 0;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px; }
  .involved .inner {
    max-width: 1050px; }
    .involved .inner .block {
      float: left;
      background-color: #FFFFFF;
      width: 46%;
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      padding: 55px 65px; }
      .involved .inner .block span {
        float: right;
        width: 130px;
        height: 130px;
        line-height: 130px;
        text-align: center;
        background-color: #DCDCDC;
        margin: 0 0 0 20px; }
      .involved .inner .block h4 {
        font: 4.2em "bariol_regularregular";
        padding: 0 0 15px 0; }
        .involved .inner .block h4 em {
          font-style: normal;
          color: #ea557f; }
      .involved .inner .block p {
        padding: 0 0 15px 0;
        font-size: 1.6em; }
      .involved .inner .block p.button {
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular"; }
        .involved .inner .block p.button input, .involved .inner .block p.button a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .involved .inner .block p.button input:hover, .involved .inner .block p.button a:hover {
            background-color: #71afbd;
            text-decoration: none; }
      .involved .inner .block.blue {
        float: right; }
        .involved .inner .block.blue em {
          color: #75c1c0; }
        .involved .inner .block.blue p.button a {
          background-color: #71afbd; }
          .involved .inner .block.blue p.button a:hover {
            background-color: #324e79; }
    .involved .inner .blue-button {
      float: left;
      width: 100%;
      margin: 20px 0 0 0;
      text-align: center;
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular"; }
      .involved .inner .blue-button input, .involved .inner .blue-button a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .involved .inner .blue-button input:hover, .involved .inner .blue-button a:hover {
          background-color: #71afbd;
          text-decoration: none; }
      .involved .inner .blue-button a {
        margin: 0 auto;
        background-color: #1d355a; }
  .involved.single {
    padding-top: 190px;
    padding-bottom: 90px; }
    .involved.single .inner .block {
      float: none;
      display: block;
      margin: 0 auto;
      background-color: #FFFFFF;
      width: 100%;
      max-width: 480px;
      border: 1px solid #DCDCDC;
      border-radius: 5px;
      padding: 55px 65px; }

.quote-slides blockquote {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  padding: 90px 50px 90px 210px; }
  .quote-slides blockquote p {
    font: 2.1em "bariolregular_italic";
    line-height: 1.6em;
    padding: 0 0 15px 0; }
  .quote-slides blockquote h6 {
    font: 1.6em "bariol_regularregular";
    color: #ea557f;
    text-transform: uppercase; }
  .quote-slides blockquote img {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -57px 0 0 0; }

.quote-slides .owl-controls {
  background-color: #EEEEEE; }

.quote-slides.blue {
  background-color: #71afbd;
  color: #FFFFFF; }
  .quote-slides.blue h6 {
    color: #324e79; }
  .quote-slides.blue .line {
    float: left;
    width: 160px;
    background: url("../img/line-blue.png") no-repeat 100% 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -57px 0 0 0; }
    .quote-slides.blue .line img {
      position: relative;
      top: auto;
      left: auto;
      margin: 0; }

.quote-slides.grey {
  background-color: #EEEEEE; }
  .quote-slides.grey .line {
    float: left;
    width: 160px;
    background: url("../img/line-grey.png") no-repeat 100% 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -57px 0 0 0; }
    .quote-slides.grey .line img {
      position: relative;
      top: auto;
      left: auto;
      margin: 0; }

.quote-slides.alt blockquote {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 90px 0 90px 0;
  text-align: center; }

.quote-slides.alt img {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 30px 0; }

.money {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0;
  text-align: center;
  color: #FFFFFF; }
  .money .bg {
    float: left;
    width: 100%;
    padding: 100px 15px;
    background: url("../img/blue-trans.png"); }
  .money h2 {
    font: 4.2em "bariol_regularregular";
    padding: 0 0 20px 0; }
  .money p {
    font-size: 1.6em; }
  .money .cols {
    max-width: 1000px;
    margin: 0 auto; }
  .money .col {
    float: left;
    width: 33.333%;
    padding: 100px 60px 80px 60px; }
    .money .col h3 {
      font: 10em "bariol_regularregular";
      color: #ea557f; }
      .money .col h3.blue {
        color: #75c1c0; }
      .money .col h3.white {
        color: #FFFFFF; }
    .money .col h4 {
      font: 3.2em "bariol_regularregular";
      padding: 0 0 20px 0; }
    .money .col p {
      font-size: 1.4em; }
  .money p.donate {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    font: 1.6em "bariol_regularregular"; }
    .money p.donate input, .money p.donate a {
      display: block;
      max-width: 260px;
      padding: 20px 18px;
      text-align: center;
      letter-spacing: 2px;
      text-transform: uppercase;
      background-color: #ea557f;
      color: #FFFFFF;
      border-radius: 3px;
      border: none; }
      .money p.donate input:hover, .money p.donate a:hover {
        background-color: #71afbd;
        text-decoration: none; }
    .money p.donate a {
      margin: 0 auto; }

.latest {
  padding-top: 100px;
  padding-bottom: 100px; }
  .latest.no-bottom-padding {
    padding-bottom: 40px; }
  .latest.wide {
    padding-top: 0; }
    .latest.wide .inner {
      max-width: 1000px; }
  .latest .inner {
    max-width: 910px;
    text-align: center; }
    .latest .inner .title, .latest .inner h2 {
      font: 4.2em "bariol_regularregular";
      padding: 0 0 15px 0; }
    .latest .inner p {
      font-size: 1.6em; }
    .latest .inner p.button {
      float: left;
      width: 100%;
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular"; }
      .latest .inner p.button input, .latest .inner p.button a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .latest .inner p.button input:hover, .latest .inner p.button a:hover {
          background-color: #71afbd;
          text-decoration: none; }
      .latest .inner p.button a {
        margin: 0 auto; }
    .latest .inner .article-slides {
      padding: 65px 0; }
    .latest .inner .article {
      float: left;
      width: 90%;
      margin: 0 5%;
      border: 5px solid #dadada; }
      .latest .inner .article > a {
        float: left;
        width: 100%;
        position: relative;
        color: #4b4a4a; }
        .latest .inner .article > a img {
          float: left;
          width: 100%; }
        .latest .inner .article > a .top-arrow {
          float: left;
          width: 35px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          color: #FFFFFF;
          font-size: 20px;
          background-color: #75c1c0;
          position: absolute;
          top: -5px;
          right: -5px;
          z-index: 200; }
        .latest .inner .article > a .text {
          float: left;
          padding: 30px;
          text-align: left; }
          .latest .inner .article > a .text h3 {
            font: 2.8em "bariol_regularregular";
            padding: 0 0 20px 0; }
          .latest .inner .article > a .text p {
            line-height: 1.6em; }
          .latest .inner .article > a .text p.more {
            margin: 15px 0 0 0;
            color: #ea557f;
            text-transform: uppercase; }
            .latest .inner .article > a .text p.more i {
              color: #ea557f; }
            .latest .inner .article > a .text p.more:hover i {
              color: #324e79; }
      .latest .inner .article .meta {
        float: left;
        width: 100%;
        border-top: 1px solid #dadada;
        padding: 15px 30px;
        text-align: left;
        position: relative; }
        .latest .inner .article .meta img {
          float: left;
          position: absolute;
          top: 10px;
          left: 30px; }
        .latest .inner .article .meta p {
          float: left;
          width: 100%;
          padding: 0 0 0 70px;
          line-height: 1.6em; }
          .latest .inner .article .meta p em {
            font-style: normal;
            color: #ea557f; }
          .latest .inner .article .meta p a {
            color: #4b4a4a; }
            .latest .inner .article .meta p a:hover {
              text-decoration: underline; }
    .latest .inner .article-list {
      float: left;
      width: 100%; }
      .latest .inner .article-list .article {
        width: 31%;
        margin: 0 3.5% 30px 0; }
        .latest .inner .article-list .article:nth-child(3n) {
          margin: 0 0 30px 0; }
  .latest .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: 100%;
    right: 50%;
    width: 80px;
    padding: 0 5px;
    margin: 0 -15px 0 0;
    border-radius: 3px; }
    .latest .owl-theme .owl-controls .owl-page {
      margin: 0 5px !important; }
    .latest .owl-theme .owl-controls .owl-page.active {
      margin: 0 5px !important; }
  .latest #pagination {
    font: 2.1em "bariol_regularregular";
    text-transform: uppercase;
    padding-top: 40px;
    float: left;
    width: 100%; }
    .latest #pagination a {
      color: #4b4a4a; }
      .latest #pagination a i {
        float: right;
        color: #ea557f;
        margin: 2px 15px 0 15px;
        font-size: 16px; }
      .latest #pagination a:hover {
        color: #324e79; }
        .latest #pagination a:hover i {
          color: #324e79; }
    .latest #pagination .page-numbers {
      display: inline-block;
      padding: 30px 7px; }
      .latest #pagination .page-numbers.current {
        color: #ea557f; }
    .latest #pagination .prev {
      border-right: 1px solid #DCDCDC;
      padding-right: 30px;
      margin-right: 30px; }
      .latest #pagination .prev i {
        float: left; }
      .latest #pagination .prev span {
        color: #4b4a4a; }
    .latest #pagination .next {
      border-left: 1px solid #DCDCDC;
      padding-left: 30px;
      margin-left: 30px; }
      .latest #pagination .next span {
        color: #4b4a4a; }

.vacancies {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EEEEEE; }
  .vacancies .inner {
    max-width: 1000px; }
    .vacancies .inner h2 {
      text-align: left; }
    .vacancies .inner .vacancy {
      float: left;
      padding: 50px 50px 30px 50px;
      margin: 0 0 20px 0;
      border: 4px solid #e0e0e0;
      background-color: #FFF; }
      .vacancies .inner .vacancy .block {
        float: left;
        width: 57%; }
      .vacancies .inner .vacancy h3 a {
        color: #4b4a4a;
        text-decoration: none; }
      .vacancies .inner .vacancy ul {
        float: right;
        width: 35%;
        list-style: none;
        margin: 55px 0 0 0; }
        .vacancies .inner .vacancy ul li {
          list-style: none;
          margin: 0;
          padding: 0 0 20px 30px;
          position: relative; }
          .vacancies .inner .vacancy ul li i {
            float: left;
            position: absolute;
            top: 2px;
            left: 0;
            color: #71afbd; }

.featured-news {
  padding-bottom: 60px; }
  .featured-news .inner {
    max-width: 1000px; }
    .featured-news .inner .image {
      float: left;
      width: 48%;
      border: 4px solid #DCDCDC;
      color: #FFFFFF; }
      .featured-news .inner .image img {
        float: left;
        width: 100%;
        height: auto; }
      .featured-news .inner .image p {
        float: left;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 1.8em;
        font-weight: 600;
        text-transform: uppercase; }
        .featured-news .inner .image p i {
          float: left;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          margin: 0 10px 0 0;
          background-color: #ea557f; }
    .featured-news .inner .text {
      float: right;
      width: 48%;
      padding: 0 0 70px 0; }
      .featured-news .inner .text h2 {
        font: 2.8em "bariol_regularregular";
        padding: 20px 0 20px 0; }
      .featured-news .inner .text p {
        font-size: 1.6em;
        padding: 0 0 20px 0; }
        .featured-news .inner .text p a {
          color: #ea557f; }
          .featured-news .inner .text p a i {
            color: #ea557f; }
          .featured-news .inner .text p a:hover i {
            color: #324e79; }
      .featured-news .inner .text .meta {
        float: left;
        width: 48%;
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 1px solid #DCDCDC; }
        .featured-news .inner .text .meta img {
          float: left;
          position: absolute;
          top: 20px;
          left: 0px; }
        .featured-news .inner .text .meta p {
          float: left;
          width: 100%;
          padding: 20px 0 0 70px;
          line-height: 1.6em; }
          .featured-news .inner .text .meta p em {
            font-style: normal;
            color: #ea557f; }
          .featured-news .inner .text .meta p a {
            color: #4b4a4a; }
            .featured-news .inner .text .meta p a:hover {
              text-decoration: underline; }

.content-text-image {
  background: #EEEEEE;
  padding: 0; }
  .content-text-image .inner {
    max-width: 1600px; }
  .content-text-image .image {
    float: right;
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .content-text-image .image img {
      float: left;
      width: 100%;
      display: none; }
  .content-text-image .text-area {
    float: left;
    width: 50%; }
    .content-text-image .text-area .text-block {
      float: right;
      max-width: 530px;
      padding: 80px 50px 45px 30px;
      position: relative; }
    .content-text-image .text-area h2 {
      text-align: left; }
  .content-text-image.right .text-area {
    float: right; }
    .content-text-image.right .text-area .text-block {
      float: left;
      padding: 80px 30px 45px 50px; }
  .content-text-image.right .image {
    float: left; }

.report {
  background-color: #EEEEEE;
  padding-top: 110px;
  padding-bottom: 110px; }
  .report .inner {
    max-width: 800px; }
    .report .inner .block {
      float: right;
      width: 70%; }
      .report .inner .block h2 {
        padding: 20px 0;
        text-align: left; }
      .report .inner .block p {
        line-height: 1.6em; }
        .report .inner .block p a {
          text-decoration: none;
          letter-spacing: 2px; }
          .report .inner .block p a i {
            color: #ea557f; }
          .report .inner .block p a:hover i {
            color: #324e79; }
    .report .inner .download-link {
      float: left;
      width: 24%;
      text-align: center;
      border: 1px solid #DCDCDC;
      background-color: #FFFFFF;
      position: relative; }
      .report .inner .download-link:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .report .inner .download-link img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -28px; }

.blue-block {
  background-color: #71afbd;
  padding-top: 110px;
  padding-bottom: 110px; }
  .blue-block .inner {
    max-width: 900px; }
    .blue-block .inner .block {
      float: right;
      width: 70%;
      color: #FFFFFF; }
      .blue-block .inner .block p {
        line-height: 1.6em; }
      .blue-block .inner .block p.button {
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular"; }
        .blue-block .inner .block p.button input, .blue-block .inner .block p.button a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .blue-block .inner .block p.button input:hover, .blue-block .inner .block p.button a:hover {
            background-color: #71afbd;
            text-decoration: none; }
        .blue-block .inner .block p.button a {
          background-color: #324e79;
          max-width: 435px !important;
          text-decoration: none; }
          .blue-block .inner .block p.button a:hover {
            background-color: #ea557f; }
    .blue-block .inner .photo {
      float: left;
      width: 24%;
      position: relative; }

.filter-form {
  padding-bottom: 70px; }
  .filter-form .inner {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 25px; }
    .filter-form .inner h3 {
      font: 2.8em "bariol_regularregular";
      padding: 0 0 15px 0; }
    .filter-form .inner form {
      float: left;
      width: 100%; }
      .filter-form .inner form .field {
        float: left;
        width: 40%;
        margin: 0 1% 0 0;
        padding: 4px;
        background-color: #b3d4db; }
        .filter-form .inner form .field label {
          text-align: center;
          display: inline-block;
          width: 35%;
          padding-top: 14px;
          font: 1.6em "Open Sans", sans-serif; }
        .filter-form .inner form .field .nice-select {
          float: right;
          width: 65%; }
          .filter-form .inner form .field .nice-select .list {
            width: 100%; }
      .filter-form .inner form .submit {
        float: left;
        width: 18%;
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular";
        margin: 0;
        padding: 0; }
        .filter-form .inner form .submit input, .filter-form .inner form .submit a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .filter-form .inner form .submit input:hover, .filter-form .inner form .submit a:hover {
            background-color: #71afbd;
            text-decoration: none; }
        .filter-form .inner form .submit input {
          margin: 0;
          width: 100%; }
          .filter-form .inner form .submit input:hover {
            background-color: #324e79; }

.form {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #71afbd; }
  .form .inner {
    text-align: center; }
    .form .inner .title {
      font: 4.2em "bariol_regularregular";
      padding: 0 0 10px 0;
      color: #FFFFFF; }
    .form .inner p {
      font-size: 1.6em; }
    .form .inner form {
      max-width: 470px;
      margin: 0 auto;
      padding: 25px 0 0 0; }
      .form .inner form .field {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 0 10px 0;
        position: relative; }
        .form .inner form .field label {
          float: left;
          width: 100%;
          padding: 0 0 4px 0;
          color: #FFFFFF; }
        .form .inner form .field input {
          float: left;
          width: 100%;
          border: none;
          padding: 11px;
          border: 4px solid #FFF; }
          .form .inner form .field input.mce_inline_error {
            border-color: #f6d3dd; }
        .form .inner form .field textarea {
          float: left;
          width: 100%;
          border: none;
          padding: 11px;
          min-height: 160px;
          border: 4px solid #FFF; }
          .form .inner form .field textarea.mce_inline_error {
            border-color: #f6d3dd; }
        .form .inner form .field div.mce_inline_error {
          color: #f6d3dd; }
        .form .inner form .field .wpcf7-not-valid-tip {
          float: left;
          width: 100%;
          color: #f6d3dd;
          font-size: 0.9em; }
      .form .inner form .submit {
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular";
        padding: 40px 0; }
        .form .inner form .submit input, .form .inner form .submit a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .form .inner form .submit input:hover, .form .inner form .submit a:hover {
            background-color: #71afbd;
            text-decoration: none; }
        .form .inner form .submit input {
          margin: 0 auto;
          width: 100%;
          max-width: 340px; }
          .form .inner form .submit input:hover {
            background-color: #324e79; }
      .form .inner form #mce-responses {
        float: left;
        width: 100%; }
        .form .inner form #mce-responses .response {
          font-size: 1.6em;
          font-weight: 600;
          display: block;
          background-color: #f6d3dd;
          padding: 20px;
          margin: 0 0 25px 0; }
          .form .inner form #mce-responses .response.mce-error-response {
            background-color: #EEE;
            color: #ea557f; }
      .form .inner form .small {
        font-size: 1.2em;
        color: #FFFFFF;
        padding-bottom: 50px; }
      .form .inner form .nice-select {
        width: 100%;
        color: #4b4a4a; }
        .form .inner form .nice-select .list {
          width: 100%; }
      .form .inner form .wpcf7-response-output {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 20px;
        font: 2em "bariol_regularregular";
        color: #FFFFFF;
        border: 4px solid #f6d3dd; }
    .form .inner .the_response {
      display: none;
      color: #FFFFFF; }
      .form .inner .the_response .icon1 {
        display: block;
        margin: 0 auto;
        padding: 80px 0; }
      .form .inner .the_response .icon2 {
        display: block;
        margin: 0 auto;
        padding: 70px 0 0 0; }
      .form .inner .the_response p {
        max-width: 380px;
        margin: 0 auto; }
      .form .inner .the_response p.button {
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular";
        padding-top: 50px; }
        .form .inner .the_response p.button input, .form .inner .the_response p.button a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .form .inner .the_response p.button input:hover, .form .inner .the_response p.button a:hover {
            background-color: #71afbd;
            text-decoration: none; }
        .form .inner .the_response p.button a {
          margin: 0 auto; }

.other-contacts {
  padding-top: 80px;
  padding-bottom: 40px; }
  .other-contacts .inner {
    max-width: 1000px; }
    .other-contacts .inner dl {
      float: left;
      width: 100%; }
      .other-contacts .inner dl dt {
        font: 4.2em "bariol_regularregular";
        text-align: center;
        padding: 0 0 50px 0; }
      .other-contacts .inner dl dd {
        float: left;
        width: 30%;
        margin: 0 5% 0 0;
        padding: 40px 0 20px 0;
        border-top: 4px solid #DCDCDC; }
        .other-contacts .inner dl dd:nth-child(3n+1) {
          margin: 0; }
        .other-contacts .inner dl dd:nth-child(3n+2) {
          clear: left; }
        .other-contacts .inner dl dd h4 {
          font: 2.8em "bariol_regularregular";
          padding: 0 0 25px 0; }
        .other-contacts .inner dl dd p {
          font-size: 1.6em;
          line-height: 1.6em;
          padding: 0 0 25px 0; }
          .other-contacts .inner dl dd p a {
            color: #ea557f; }
          .other-contacts .inner dl dd p .tel {
            font: 1.5em "bariol_regularregular"; }
          .other-contacts .inner dl dd p .email {
            border-bottom: 1px solid #ea557f;
            font-weight: 600; }

.support-links .inner .title {
  font: 4.2em "bariol_regularregular";
  padding: 0 0 40px 0;
  text-align: center; }

.support-links .inner ul {
  float: left;
  width: 100%; }
  .support-links .inner ul li {
    float: left;
    width: 25%;
    padding: 0 0 30px 0;
    position: relative; }
    .support-links .inner ul li a {
      float: left;
      width: 100%;
      text-align: center;
      font: 7.1em "bariol_regularregular";
      color: #ea557f;
      padding: 15px 0;
      position: relative;
      border-left: 1px solid #aaaaaa; }
      .support-links .inner ul li a em {
        font: 0.3em "bariol_regularregular";
        position: relative;
        top: -40px; }
    .support-links .inner ul li.link2 a {
      color: #75c1c0; }
    .support-links .inner ul li.link3 a {
      color: #324e79; }
    .support-links .inner ul li.link4 a {
      color: #4b4a4a;
      border-right: 1px solid #aaaaaa; }
    .support-links .inner ul li.here:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #FFFFFF;
      border-width: 15px;
      margin-left: -15px;
      z-index: 100; }

.support {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d355a; }
  .support .inner .age {
    float: left;
    width: 100%; }
    .support .inner .age .title {
      position: absolute;
      left: -9999px; }
    .support .inner .age .support-summary {
      float: left;
      width: 100%;
      padding: 0 0 70px 0; }
      .support .inner .age .support-summary .text-block {
        float: left;
        width: 46%;
        color: #FFFFFF; }
        .support .inner .age .support-summary .text-block h3 {
          font: 4.2em "bariol_regularregular";
          padding: 0 0 30px 0; }
        .support .inner .age .support-summary .text-block p {
          font-size: 1.6em;
          line-height: 1.6em;
          padding: 0 0 30px 0; }
        .support .inner .age .support-summary .text-block p.button {
          padding: 20px 0 0 0;
          font: 1.6em "bariol_regularregular"; }
          .support .inner .age .support-summary .text-block p.button input, .support .inner .age .support-summary .text-block p.button a {
            display: block;
            max-width: 260px;
            padding: 20px 18px;
            text-align: center;
            letter-spacing: 2px;
            text-transform: uppercase;
            background-color: #ea557f;
            color: #FFFFFF;
            border-radius: 3px;
            border: none; }
            .support .inner .age .support-summary .text-block p.button input:hover, .support .inner .age .support-summary .text-block p.button a:hover {
              background-color: #71afbd;
              text-decoration: none; }
          .support .inner .age .support-summary .text-block p.button a {
            background-color: #71afbd; }
            .support .inner .age .support-summary .text-block p.button a:hover {
              background-color: #ea557f; }
      .support .inner .age .support-summary img {
        float: right;
        width: 49%;
        border: 4px solid #DCDCDC; }

.steps {
  padding-bottom: 70px; }
  .steps .inner {
    max-width: 1000px; }
    .steps .inner ol {
      float: left;
      width: 100%; }
      .steps .inner ol li {
        float: left;
        width: 32%;
        margin: 0;
        padding: 0 4% 0 0;
        border-right: 1px solid #DCDCDC;
        color: #DCDCDC;
        position: relative; }
        .steps .inner ol li.step2 {
          width: 36%;
          padding: 0 4%; }
        .steps .inner ol li.here {
          color: #ea557f; }
        .steps .inner ol li:last-child {
          border-right: none;
          padding: 0 0 0 4%; }
        .steps .inner ol li i {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 37px; }
        .steps .inner ol li h4 {
          font: 4.2em "bariol_regularregular";
          position: relative;
          padding: 0 0 0 50px; }
        .steps .inner ol li p {
          font: 2.8em "bariol_regularregular";
          padding: 0 0 0 50px; }

.donate-form .inner {
  max-width: 1000px; }
  .donate-form .inner h3 {
    font: 4.2em "bariol_regularregular";
    padding: 0 0 30px 0;
    text-align: center; }
  .donate-form .inner .box {
    float: left;
    width: 100%;
    background-color: #324e79;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 25px 0; }
    .donate-form .inner .box .amount {
      float: left;
      width: 50%; }
      .donate-form .inner .box .amount label {
        float: left;
        width: 40%;
        font-size: 1.6em;
        height: 80px;
        line-height: 80px;
        padding: 0;
        text-align: center;
        background-color: #1d355a; }
      .donate-form .inner .box .amount input {
        float: left;
        width: 54%;
        margin: 15px 3%;
        height: 50px;
        padding: 0 15px;
        border: none;
        font-size: 1.6em; }
    .donate-form .inner .box .type {
      float: right;
      height: 80px;
      line-height: 80px;
      padding: 0 15px 0 0; }
      .donate-form .inner .box .type label {
        float: left;
        font-size: 1.6em; }
      .donate-form .inner .box .type span {
        float: left;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        margin: 15px 0 15px 15px;
        background-color: #ea557f;
        font-size: 1.6em; }
        .donate-form .inner .box .type span input {
          margin: 0 5px 0 0; }
  .donate-form .inner .period {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.6em;
    padding: 0 0 30px 0; }
    .donate-form .inner .period label {
      float: left;
      padding: 20px 35px;
      border-right: 1px solid #DCDCDC; }
    .donate-form .inner .period span {
      float: left;
      padding: 20px 35px; }
      .donate-form .inner .period span input {
        margin: 0 5px 0 0; }
  .donate-form .inner .gift-aid {
    float: left;
    width: 100%;
    padding: 35px;
    margin: 0 0 50px 0;
    background-color: #f6d3dd; }
    .donate-form .inner .gift-aid h4 {
      font-size: 1.6em;
      font-weight: 700;
      padding: 0 0 5px 0; }
    .donate-form .inner .gift-aid p {
      font-size: 1.4em;
      line-height: 1.6em; }
    .donate-form .inner .gift-aid .checkbox {
      font-size: 1.6em;
      font-weight: 700;
      color: #ea557f;
      padding: 20px 0 0 0; }
      .donate-form .inner .gift-aid .checkbox input {
        margin: 0 10px 0 0; }
  .donate-form .inner .details {
    max-width: 490px;
    margin: 0 auto; }
    .donate-form .inner .details .field, .donate-form .inner .details .select {
      float: left;
      width: 100%;
      position: relative;
      padding: 0 0 15px 0; }
      .donate-form .inner .details .field label, .donate-form .inner .details .select label {
        float: left;
        width: 260px;
        text-align: right;
        font-size: 1.6em;
        position: absolute;
        right: 100%;
        padding: 18px; }
      .donate-form .inner .details .field input, .donate-form .inner .details .select input {
        float: left;
        width: 100%;
        font-size: 1.6em;
        padding: 15px;
        border: 4px solid #DCDCDC; }
      .donate-form .inner .details .field.error input, .donate-form .inner .details .select.error input {
        border-color: #f6d3dd; }
      .donate-form .inner .details .field .nice-select, .donate-form .inner .details .select .nice-select {
        float: left;
        width: 100%;
        height: 60px;
        line-height: 55px;
        font-size: 1.6em;
        border: 4px solid #DCDCDC; }
        .donate-form .inner .details .field .nice-select .list, .donate-form .inner .details .select .nice-select .list {
          width: 100%; }
    .donate-form .inner .details .note {
      float: left;
      width: 100%;
      font-size: 1.4em;
      padding: 20px 0; }
    .donate-form .inner .details .checkbox {
      float: left;
      width: 100%;
      font-size: 1.6em;
      font-weight: 700;
      position: relative;
      padding: 0 0 0 25px; }
      .donate-form .inner .details .checkbox input {
        position: absolute;
        top: 3px;
        left: 0; }
  .donate-form .inner .message {
    font-size: 1.6em;
    text-align: center;
    color: #ea557f; }
  .donate-form .inner .confirm-amount {
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF; }
    .donate-form .inner .confirm-amount em {
      float: left;
      width: 50%;
      text-align: right;
      font-style: normal;
      font-size: 1.6em;
      padding: 30px 40px 30px 30px;
      background-color: #1d355a; }
    .donate-form .inner .confirm-amount strong {
      float: left;
      width: 50%;
      padding: 26px 30px 26px 40px;
      font-weight: 400;
      font-size: 2.2em;
      background-color: #ea557f; }
      .donate-form .inner .confirm-amount strong span {
        font-size: 0.8em; }
      .donate-form .inner .confirm-amount strong a {
        float: right;
        margin: 7px 0 0 0;
        color: #FFFFFF;
        font-size: 0.6em;
        text-decoration: underline; }
  .donate-form .inner h5 {
    font: 2.8em "bariol_regularregular";
    text-align: center; }
  .donate-form .inner h6 {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    padding: 0 0 35px 0; }
  .donate-form .inner .boxed {
    display: block;
    max-width: 640px;
    margin: 0 auto 15px auto;
    border: 4px solid #DCDCDC;
    padding: 25px;
    font-size: 1.6em;
    position: relative; }
    .donate-form .inner .boxed dt {
      font-weight: 700;
      padding: 0 0 5px 0; }
    .donate-form .inner .boxed dd {
      line-height: 1.5em; }
    .donate-form .inner .boxed em {
      font-style: normal;
      color: #ea557f; }
    .donate-form .inner .boxed .edit {
      position: absolute;
      top: 25px;
      right: 25px;
      font-size: 0.9em; }
      .donate-form .inner .boxed .edit a {
        text-transform: uppercase;
        color: #4b4a4a;
        text-decoration: underline; }
  .donate-form .inner .submit {
    padding: 30px 0 50px 0;
    margin: 0 auto; }
    .donate-form .inner .submit p.button button {
      display: block;
      border: none;
      padding: 0;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: 1px;
      background-color: #50a2a1;
      color: #FFFFFF;
      font-size: 1.6em;
      border-radius: 3px; }
      .donate-form .inner .submit p.button button em {
        float: left;
        text-align: center;
        background-color: #75c1c0;
        font-style: normal;
        padding: 15px 20px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .donate-form .inner .submit p.button button strong {
        float: left;
        text-align: center;
        font-weight: 400;
        padding: 15px 20px; }
    .donate-form .inner .submit p.error {
      text-align: center;
      font-size: 1.4em;
      color: #ea557f;
      padding: 10px 0; }

.just-giving {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #DCDCDC; }
  .just-giving .inner {
    max-width: 1000px;
    text-align: center; }
    .just-giving .inner p {
      font-size: 21px;
      display: inline-block; }
    .just-giving .inner a {
      display: inline-block;
      padding: 10px 15px;
      margin: 0 15px;
      border: 2px solid #DCDCDC;
      border-radius: 3px; }

.involvement {
  padding-bottom: 80px; }
  .involvement .inner {
    max-width: 970px; }
    .involvement .inner .block {
      float: left;
      width: 50%;
      position: relative; }
      .involvement .inner .block h3 {
        font: 4.2em "bariol_regularregular";
        line-height: 1em;
        padding: 0 0 25px 0; }
      .involvement .inner .block p {
        font-size: 1.6em;
        padding: 0 0 25px 0; }
      .involvement .inner .block p.button {
        padding: 20px 0 0 0;
        font: 1.6em "bariol_regularregular";
        position: absolute;
        bottom: 0;
        left: 0; }
        .involvement .inner .block p.button input, .involvement .inner .block p.button a {
          display: block;
          max-width: 260px;
          padding: 20px 18px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          background-color: #ea557f;
          color: #FFFFFF;
          border-radius: 3px;
          border: none; }
          .involvement .inner .block p.button input:hover, .involvement .inner .block p.button a:hover {
            background-color: #71afbd;
            text-decoration: none; }
      .involvement .inner .block .icon {
        position: absolute;
        top: 0;
        right: 0;
        float: left;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        background-color: #DCDCDC; }
      .involvement .inner .block.block1 {
        padding: 35px 160px 100px 0;
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC; }
        .involvement .inner .block.block1 h3 em {
          font-style: normal;
          color: #324e79; }
        .involvement .inner .block.block1 p.button {
          bottom: 40px;
          left: 0; }
        .involvement .inner .block.block1 p.button a {
          background-color: #324e79; }
          .involvement .inner .block.block1 p.button a:hover {
            background-color: #71afbd; }
        .involvement .inner .block.block1 .icon {
          right: 40px; }
      .involvement .inner .block.block2 {
        padding: 35px 90px 100px 70px;
        border-bottom: 1px solid #DCDCDC; }
        .involvement .inner .block.block2 h3 em {
          font-style: normal;
          color: #ea557f; }
        .involvement .inner .block.block2 p.button {
          left: 70px;
          bottom: 40px; }
        .involvement .inner .block.block2 p.button a {
          background-color: #ea557f; }
          .involvement .inner .block.block2 p.button a:hover {
            background-color: #71afbd; }
      .involvement .inner .block.block3 {
        padding: 80px 160px 60px 0;
        border-right: 1px solid #DCDCDC; }
        .involvement .inner .block.block3 .icon {
          top: 40px;
          right: 40px; }
        .involvement .inner .block.block3 h3 em {
          font-style: normal;
          color: #75c1c0; }
        .involvement .inner .block.block3 p.button a {
          background-color: #71afbd; }
          .involvement .inner .block.block3 p.button a:hover {
            background-color: #324e79; }
      .involvement .inner .block.block4 {
        padding: 80px 90px 60px 70px; }
        .involvement .inner .block.block4 .icon {
          top: 40px; }
        .involvement .inner .block.block4 h3 em {
          font-style: normal;
          color: #324e79; }
        .involvement .inner .block.block4 p.button {
          left: 70px; }
        .involvement .inner .block.block4 p.button a {
          background-color: #324e79; }
          .involvement .inner .block.block4 p.button a:hover {
            background-color: #71afbd; }

.buttons {
  text-align: center;
  padding-top: 20px; }
  .buttons ul {
    display: block;
    margin: 0 auto; }
    .buttons ul li {
      display: inline-block;
      padding: 20px 0 0 0;
      font: 1.6em "bariol_regularregular";
      margin: 5px;
      padding: 0; }
      .buttons ul li input, .buttons ul li a {
        display: block;
        max-width: 260px;
        padding: 20px 18px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #ea557f;
        color: #FFFFFF;
        border-radius: 3px;
        border: none; }
        .buttons ul li input:hover, .buttons ul li a:hover {
          background-color: #71afbd;
          text-decoration: none; }
      .buttons ul li a {
        display: inline-block;
        min-width: 260px;
        max-width: 1000px;
        background-color: #1d355a; }
        .buttons ul li a.here {
          background-color: #75c1c0; }

.the-team {
  padding-bottom: 50px; }
  .the-team .inner {
    max-width: 1000px; }
    .the-team .inner .ceo {
      float: left;
      width: 100%;
      border: 5px solid #DCDCDC;
      padding: 10px; }
      .the-team .inner .ceo img {
        float: left;
        width: 33%; }
      .the-team .inner .ceo h2 {
        float: right;
        width: 61%;
        font: 2.8em "bariol_regularregular";
        padding: 25px 0 10px 0; }
      .the-team .inner .ceo h3 {
        float: right;
        width: 61%;
        font: 1.8em "bariol_regularregular";
        text-transform: uppercase;
        color: #75c1c0;
        padding: 0 0 20px 0; }
      .the-team .inner .ceo .cols {
        float: right;
        width: 61%;
        padding: 0 0 30px 0; }
      .the-team .inner .ceo .left {
        float: left;
        width: 55%;
        padding: 0 5% 0 0;
        border-right: 1px solid #DCDCDC;
        font-size: 1.6em; }
      .the-team .inner .ceo .right {
        float: right;
        width: 40%; }
        .the-team .inner .ceo .right p {
          font-size: 1.6em;
          padding: 0 0 20px 0; }
          .the-team .inner .ceo .right p.tel {
            font-size: 2.5em;
            padding: 0; }
            .the-team .inner .ceo .right p.tel a {
              color: #4b4a4a; }
          .the-team .inner .ceo .right p.email a {
            color: #ea557f;
            text-decoration: underline; }
            .the-team .inner .ceo .right p.email a:hover {
              text-decoration: none; }
    .the-team .inner .team {
      float: left;
      width: 100%;
      padding: 50px 0 0 0; }
      .the-team .inner .team dt {
        float: left;
        width: 100%;
        font: 2em "bariol_regularregular";
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0 0 8px 0;
        border-bottom: 1px solid #DCDCDC; }
      .the-team .inner .team dd {
        float: left;
        width: 32%;
        margin: 0 2% 0 0;
        padding: 25px 0 25px 0; }
        .the-team .inner .team dd:nth-child(3n+1) {
          margin: 0 0 0 0; }
        .the-team .inner .team dd:nth-child(3n+2) {
          clear: left; }
        .the-team .inner .team dd img {
          float: left;
          width: 100%;
          height: auto;
          border: 4px solid #DCDCDC; }
        .the-team .inner .team dd h3 {
          float: left;
          width: 100%;
          font: 2.8em "bariol_regularregular";
          padding: 25px 0 10px 0; }
        .the-team .inner .team dd h4 {
          font: 1.8em "bariol_regularregular";
          line-height: 1.4em;
          text-transform: uppercase;
          color: #75c1c0;
          padding: 0 0 20px 0; }
        .the-team .inner .team dd p {
          font-size: 1.6em;
          padding: 0 0 5px 0; }
          .the-team .inner .team dd p a {
            color: #ea557f;
            text-decoration: underline; }
            .the-team .inner .team dd p a:hover {
              text-decoration: none; }
          .the-team .inner .team dd p.tel {
            padding-top: 10px; }
            .the-team .inner .team dd p.tel a {
              font-weight: 700;
              color: #4b4a4a;
              text-decoration: none; }

#footer {
  padding: 80px 0 0 0; }
  #footer .inner {
    max-width: 940px;
    padding: 0 30px; }
    #footer .inner .contact {
      float: left;
      width: 37%; }
      #footer .inner .contact h4 {
        font-size: 1.6em;
        font-weight: 700;
        padding: 0 0 10px 0; }
      #footer .inner .contact p {
        font-size: 1.4em;
        padding: 0 0 10px 0; }
        #footer .inner .contact p a {
          color: #ea557f;
          font-weight: 600; }
          #footer .inner .contact p a i {
            color: #ea557f; }
          #footer .inner .contact p a:hover i {
            color: #324e79; }
      #footer .inner .contact .social {
        float: left;
        width: 100%;
        padding: 45px 0 0 0; }
        #footer .inner .contact .social li {
          float: left;
          margin: 0 7px 0 0; }
          #footer .inner .contact .social li a {
            float: left;
            font-size: 1.6em;
            width: 30px;
            height: 30px;
            line-height: 32px;
            text-align: center;
            color: #FFFFFF;
            background-color: #8fc5d1; }
            #footer .inner .contact .social li a:hover {
              background-color: #1d355a; }
    #footer .inner .quick-links, #footer .inner .services, #footer .inner .help {
      float: left;
      width: 21%; }
      #footer .inner .quick-links dt, #footer .inner .services dt, #footer .inner .help dt {
        font-size: 1.6em;
        font-weight: bold;
        padding: 0 0 10px 0; }
      #footer .inner .quick-links dd, #footer .inner .services dd, #footer .inner .help dd {
        font-size: 1.4em;
        padding: 0 0 5px 0; }
        #footer .inner .quick-links dd a, #footer .inner .services dd a, #footer .inner .help dd a {
          color: #4b4a4a; }
          #footer .inner .quick-links dd a:hover, #footer .inner .services dd a:hover, #footer .inner .help dd a:hover {
            text-decoration: underline; }
      #footer .inner .quick-links li, #footer .inner .services li, #footer .inner .help li {
        font-size: 1.4em;
        padding: 0 0 5px 0; }
        #footer .inner .quick-links li a, #footer .inner .services li a, #footer .inner .help li a {
          color: #4b4a4a; }
          #footer .inner .quick-links li a:hover, #footer .inner .services li a:hover, #footer .inner .help li a:hover {
            text-decoration: underline; }
    #footer .inner .legal {
      float: left;
      width: 100%;
      padding: 60px 0 10px 0;
      text-align: center;
      font-size: 1.4em;
      color: #6c6b6b;
      border-bottom: 1px solid #CCC; }
    #footer .inner .logos {
      float: left;
      width: 100%;
      padding: 45px 0 30px 0;
      text-align: center; }
      #footer .inner .logos img {
        display: inline-block;
        margin: 15px; }
  #footer .designer {
    float: left;
    width: 100%;
    padding: 0 30px 10px 30px;
    text-align: right;
    font-size: 12px; }
    #footer .designer a {
      color: #4b4a4a; }
      #footer .designer a:hover {
        text-decoration: underline; }
  #footer .donation {
    float: left;
    width: 100%;
    font-size: 1.6em; }
    #footer .donation h5 {
      float: left;
      width: 50%;
      text-align: right;
      padding: 0 30px;
      height: 75px;
      line-height: 75px;
      background-color: #1d355a;
      color: #FFFFFF;
      text-transform: uppercase; }
    #footer .donation span {
      float: right;
      width: 50%;
      padding: 0 30px;
      height: 75px;
      line-height: 75px;
      background-color: #324e79; }
      #footer .donation span a {
        float: left;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: #ea557f;
        height: 45px;
        line-height: 47px;
        padding: 0 30px;
        margin: 15px 0;
        border-radius: 3px; }
        #footer .donation span a i {
          padding-right: 5px; }
        #footer .donation span a:hover {
          background-color: #75c1c0; }

.cqc {
  display: block; }
  .cqc p {
    display: inline-block; }

@media only screen and (max-width: 1140px) {
  .team-row .inner ul li h5 {
    font: 2.2em "bariol_regularregular"; }
    .team-row .inner ul li h5 a {
      padding: 25px 15px 25px 25px; }
  .team-row .inner ul li .middle span.table span.cell {
    padding: 0 25px; } }

@media only screen and (max-width: 1080px) {
  #header .top-right {
    padding: 0 170px 0 0; }
  #header .search h5 {
    width: 170px; }
  #header .search.open h5 {
    padding: 0 0 0 45px; }
  .involved .inner .block {
    width: 47%;
    padding: 45px 45px; }
  .money .col {
    float: left;
    width: 33.333%;
    padding: 70px 30px 50px 30px; } }

@media only screen and (max-width: 1040px) {
  #navigation .inner ul li.donate {
    display: inline-block; }
    #navigation .inner ul li.donate a {
      width: 170px; } }

@media only screen and (min-width: 1040px) {
  #navigation .inner > ul > li > ul {
    display: block !important; } }

@media only screen and (max-width: 1040px) {
  /*
#header{
    .top-right{
        float: left;
        width: 100%;
        height: auto;
        line-height: normal;
        padding: 0;
        .accessibility{
            margin: 8px 10px 20px -10px;
            a{
                margin: 0 10px 0 10px;
            }
        }
        .social{
            float: left;
            li{
                margin: 0 0 20px 7px;
            }
        }
    }
}
*/
  #navigation {
    padding: 0; }
    #navigation .inner #menu {
      position: relative;
      left: auto; }
    #navigation .inner > ul {
      position: absolute;
      left: -9999px;
      opacity: 0;
      width: 100%; }
      #navigation .inner > ul.open {
        left: auto;
        position: relative;
        opacity: 1; }
      #navigation .inner > ul > li {
        width: 100%;
        border-top: 1px solid #71afbd; }
        #navigation .inner > ul > li > a {
          width: 100%;
          padding: 15px 20px;
          font-size: 1.8em;
          text-align: center;
          height: auto;
          line-height: normal;
          position: relative; }
          #navigation .inner > ul > li > a > i.desktop {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            margin: -26px 0 0 0;
            font-size: 30px;
            padding: 10px 10px; }
        #navigation .inner > ul > li.donate {
          border: none; }
          #navigation .inner > ul > li.donate a {
            width: 100%;
            padding: 15px 20px;
            font-size: 1.8em;
            height: auto;
            line-height: normal; }
        #navigation .inner > ul > li > ul {
          display: none;
          float: left;
          width: 100%;
          position: relative;
          top: auto;
          left: auto;
          opacity: 1;
          background-color: rgba(27, 53, 92, 0.85);
          padding: 0; }
          #navigation .inner > ul > li > ul .inside {
            padding: 0; }
          #navigation .inner > ul > li > ul li {
            float: left;
            width: 100%;
            margin: 0 0;
            text-align: center;
            border-bottom: 1px solid #FFF; }
            #navigation .inner > ul > li > ul li:last-child {
              border-bottom: none; }
            #navigation .inner > ul > li > ul li#menu-item-549 {
              width: 100%; }
              #navigation .inner > ul > li > ul li#menu-item-549 a {
                width: 100%; }
            #navigation .inner > ul > li > ul li a {
              float: left;
              width: 100%;
              margin: 20px 0;
              padding: 0 20px;
              color: #FFFFFF;
              font-size: 1.4em; }
              #navigation .inner > ul > li > ul li a span {
                font: 1.6em "bariol_regularregular";
                display: block;
                padding: 0 0 5px 0;
                position: relative;
                color: #FFFFFF; }
                #navigation .inner > ul > li > ul li a span:after {
                  display: none; }
            #navigation .inner > ul > li > ul li ul {
              float: right;
              width: 100%; }
              #navigation .inner > ul > li > ul li ul li a {
                font-size: 1.3em;
                padding: 10px 0 10px 0; }
      #navigation .inner > ul > li:hover > ul {
        left: 0;
        opacity: 1; }
  .involved .inner .block {
    width: 48%;
    padding: 30px 30px; }
    .involved .inner .block span {
      width: 100px;
      height: 100px;
      line-height: 100px; }
  .team-row .inner ul li {
    width: 50%; }
    .team-row .inner ul li h5 {
      font: 2.2em "bariol_regularregular"; }
      .team-row .inner ul li h5 a {
        padding: 25px 25px 25px 50px; }
    .team-row .inner ul li .block {
      float: left;
      width: 100%;
      position: relative;
      z-index: 200; }
    .team-row .inner ul li .middle span.table span.cell {
      padding: 0 50px; }
  .steps .inner ol li {
    width: 32%;
    padding: 0 3% 0 0; }
    .steps .inner ol li.step2 {
      width: 36%;
      padding: 0 3%; }
    .steps .inner ol li:last-child {
      padding: 0 0 0 3%; }
    .steps .inner ol li i {
      font-size: 30px; }
    .steps .inner ol li h4 {
      font: 3.6em "bariol_regularregular";
      padding: 0 0 0 40px; }
    .steps .inner ol li p {
      font: 2.2em "bariol_regularregular";
      padding: 0 0 0 40px; }
  .donate-form .inner .details .field label, .donate-form .inner .details .select label {
    width: 100%;
    text-align: left;
    position: relative;
    right: auto;
    padding: 0 0 3px 0; }
  .support-links .inner ul li a {
    font: 5.1em "bariol_regularregular"; }
    .support-links .inner ul li a em {
      font: 0.4em "bariol_regularregular";
      position: relative;
      top: -30px; } }

@media only screen and (max-width: 940px) {
  .donate-form .inner .box .amount {
    width: 45%; }
  .donate-form .inner .period label {
    padding: 20px 25px; }
  .donate-form .inner .period span {
    padding: 20px 0 20px 25px; }
  .vacancies .inner .vacancy {
    padding: 30px 30px 10px 30px; } }

@media only screen and (max-width: 900px) {
  .donate-form .inner .box .amount {
    width: 100%; }
  .donate-form .inner .box .type {
    border-top: 1px solid #1d355a;
    width: 100%;
    padding: 0 15px 0 15px;
    text-align: center; }
    .donate-form .inner .box .type label {
      float: none;
      display: inline-block; }
    .donate-form .inner .box .type span {
      float: none;
      display: inline-block; }
  .filter-form .inner form .field {
    width: 49%;
    margin: 0 1% 5px 0; }
  .filter-form .inner form .submit {
    width: 100%; } }

@media only screen and (max-width: 840px) {
  .involved .inner .block {
    text-align: center; }
    .involved .inner .block span {
      float: none;
      display: inline-block;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      line-height: 100px; }
    .involved .inner .block h4 {
      float: left;
      width: 100%;
      padding: 15px 0; }
    .involved .inner .block p {
      float: left;
      width: 100%; }
    .involved .inner .block p.button a {
      margin: 0 auto; }
  .money .bg {
    padding: 50px 15px; }
  .money .col {
    float: left;
    width: 33.333%;
    padding: 50px 15px 50px 15px; }
    .money .col h3 {
      font: 7em "bariol_regularregular"; }
    .money .col h4 {
      font: 2.2em "bariol_regularregular"; }
  .donate-form .inner .confirm-amount {
    position: relative; }
    .donate-form .inner .confirm-amount em {
      width: 100%;
      text-align: center;
      padding: 15px 30px 15px 30px; }
    .donate-form .inner .confirm-amount strong {
      width: 100%;
      padding: 15px 30px 15px 30px;
      text-align: center; }
      .donate-form .inner .confirm-amount strong a {
        position: absolute;
        top: 9px;
        right: 15px; }
  .involvement .inner .block {
    text-align: center; }
    .involvement .inner .block .icon {
      float: none;
      display: block;
      margin: 0 auto;
      position: relative;
      top: auto !important;
      right: auto !important; }
    .involvement .inner .block h3 {
      font: 3.6em "bariol_regularregular";
      padding: 20px 0; }
    .involvement .inner .block p.button {
      left: 50% !important;
      margin: 0 0 0 -100px !important; }
      .involvement .inner .block p.button a {
        margin: 0 auto;
        width: 200px; }
    .involvement .inner .block.block1 {
      padding: 0 15px 100px 15px; }
    .involvement .inner .block.block2 {
      padding: 0 15px 100px 15px; }
    .involvement .inner .block.block3 {
      padding: 40px 15px 60px 15px; }
    .involvement .inner .block.block4 {
      padding: 40px 15px 60px 15px; }
  .the-team .inner .ceo .left {
    float: left;
    width: 45%;
    padding: 0 5% 0 0;
    border-right: 1px solid #DCDCDC;
    font-size: 1.6em; }
  .the-team .inner .ceo .right {
    float: right;
    width: 50%; }
  .text.application-form .inner .block {
    width: 35%; }
  .text.application-form .inner form {
    width: 60%; }
    .text.application-form .inner form .cv {
      width: 100%; }
    .text.application-form .inner form .submit {
      width: 100%;
      padding-top: 20px; }
      .text.application-form .inner form .submit input {
        float: left; }
  .office .inner .location {
    padding: 35px 25px 75px 0; }
  .office .inner .travel {
    padding: 35px 0 75px 25px; }
  .latest .inner .article-list {
    float: left;
    width: 100%; }
    .latest .inner .article-list .article {
      width: 32%;
      margin: 0 2% 30px 0; }
      .latest .inner .article-list .article:nth-child(3n) {
        margin: 0 0 30px 0; } }

@media only screen and (max-width: 1040px) {
  #header .top-right {
    float: left;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 0; }
    #header .top-right .accessibility {
      margin: 8px 10px 20px -10px; }
      #header .top-right .accessibility a {
        margin: 0 10px 0 10px; }
    #header .top-right .social {
      float: left; }
      #header .top-right .social li {
        margin: 0 0 20px 7px; } }

@media only screen and (max-width: 740px) {
  .filter-form .inner form .field {
    width: 100%;
    margin: 0 0 5px 0; }
  .quote-slides blockquote {
    padding: 50px 50px 50px 160px; }
  .quote-slides.blue .line, .quote-slides.grey .line {
    width: 140px; }
  .latest {
    padding-top: 50px;
    padding-bottom: 50px; }
    .latest .inner .article-slides {
      padding: 65px 0; }
      .latest .inner .article-slides .article {
        float: left;
        width: 95%;
        margin: 0 2.5%; }
        .latest .inner .article-slides .article > a .text {
          padding: 15px; }
        .latest .inner .article-slides .article .meta {
          padding: 15px 15px; }
          .latest .inner .article-slides .article .meta img {
            left: 15px; }
          .latest .inner .article-slides .article .meta p {
            padding: 0 0 0 60px; }
    .latest .inner .article-list {
      float: left;
      width: 100%; }
      .latest .inner .article-list .article {
        width: 48%;
        margin: 0 4% 30px 0; }
        .latest .inner .article-list .article:nth-child(3n) {
          margin: 0 4% 30px 0; }
        .latest .inner .article-list .article:nth-child(even) {
          margin: 0 0 30px 0; }
    .latest .owl-theme .owl-controls {
      width: 160px;
      margin: 0 -80px 0 0; }
  .text .inner .column {
    float: left;
    width: 100%; }
    .text .inner .column:last-of-type {
      float: right; }
  .text.application-form .inner .block {
    width: 100%; }
  .text.application-form .inner form {
    width: 100%; }
  .other-contacts .inner dl dd {
    float: left;
    width: 46%;
    margin: 0 8% 0 0;
    clear: none; }
    .other-contacts .inner dl dd:nth-child(3n+1) {
      margin: 0 8% 0 0; }
    .other-contacts .inner dl dd:nth-child(3n+2) {
      clear: none; }
    .other-contacts .inner dl dd:nth-child(odd) {
      margin: 0; }
  .content-text-image {
    padding: 0; }
    .content-text-image .inner .image {
      width: 100%; }
      .content-text-image .inner .image img {
        display: block; }
    .content-text-image .inner .text-area {
      float: left;
      width: 100%; }
      .content-text-image .inner .text-area .text-block {
        max-width: 1000px;
        padding: 70px 30px 50px 30px;
        position: relative; }
  .text.news-text-image .inner .block {
    width: 100%;
    padding: 0; }
  .text.news-text-image .inner .image {
    float: right;
    width: 100%;
    padding: 0; }
  .text.news-text-image.right .block {
    padding: 0; }
  .text.news-text-image.right .image {
    padding: 0; }
  .pages .inner a.back {
    padding: 30px 20px 30px 0; }
  .pages .inner a.next {
    padding: 30px 0 30px 20px; }
  .one-image {
    padding: 0 0 40px 0; }
    .one-image img {
      display: none; }
      .one-image img.mobile {
        display: block; }
  .two-images {
    padding: 0 !important; }
    .two-images img {
      width: 100%; }
  .steps .inner ol li {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #DCDCDC;
    text-align: center; }
    .steps .inner ol li h4 {
      display: inline-block; }
    .steps .inner ol li.step2 {
      width: 100%;
      padding: 20px 0; }
    .steps .inner ol li:last-child {
      padding: 20px 0; }
  .donate-form .inner .box .amount {
    width: 45%; }
  .donate-form .inner .period {
    text-align: center; }
    .donate-form .inner .period label {
      width: 100%;
      text-align: center;
      border-right: none;
      border-bottom: 1px solid #DCDCDC; }
    .donate-form .inner .period span {
      float: none;
      display: inline-block;
      padding: 20px 15px 0px 15px; }
  .support-links .inner ul li a {
    font: 3.8em "bariol_regularregular"; }
    .support-links .inner ul li a em {
      font: 0.4em "bariol_regularregular";
      position: relative;
      top: -25px; }
  .just-giving .inner p {
    float: left;
    width: 100%;
    padding: 0 0 10px 0; }
  .office .inner .location {
    width: 100%;
    padding: 0 0 70px 0;
    border-right: none; }
  .office .inner .travel {
    width: 100%;
    padding: 0 0 40px 0; }
  .the-team .inner .ceo .cols {
    padding: 0; }
  .the-team .inner .ceo .left {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid #DCDCDC; }
  .the-team .inner .ceo .right {
    width: 100%; }
  .the-team .inner .team dd {
    width: 30%;
    margin: 0 5% 0 0; }
  .support-contact .similar dd {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    min-height: 300px; }
    .support-contact .similar dd:last-child {
      margin: 0 0 0 0; }
    .support-contact .similar dd a {
      position: relative;
      padding-left: 320px; }
      .support-contact .similar dd a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 290px; }
      .support-contact .similar dd a h3 {
        padding: 40px 0 20px 0; }
  .featured-news .inner .image {
    width: 38%; }
  .featured-news .inner .text {
    width: 58%; }
    .featured-news .inner .text h2 {
      padding: 0px 0 20px 0; }
    .featured-news .inner .text .meta {
      width: 58%; }
  #footer .inner .quick-links, #footer .inner .services, #footer .inner .help {
    width: 63%;
    margin: 0 0 20px 0;
    padding: 0; }
    #footer .inner .quick-links dd, #footer .inner .quick-links li, #footer .inner .services dd, #footer .inner .services li, #footer .inner .help dd, #footer .inner .help li {
      float: left;
      margin: 0 15px 0 0; }
  #footer .inner .help {
    float: right; } }

@media only screen and (max-width: 660px) {
  .row {
    padding-left: 15px;
    padding-right: 15px; }
  #header .search {
    position: absolute;
    top: 20px;
    right: 0;
    float: left;
    height: auto;
    border-radius: 3px; }
    #header .search h5 {
      float: left;
      width: auto;
      height: auto;
      line-height: normal;
      text-align: center;
      font-size: 1.6em;
      color: #FFFFFF;
      cursor: pointer;
      padding: 10px; }
      #header .search h5 span {
        position: absolute;
        left: -9999px; }
      #header .search h5 i {
        font-size: 30px;
        margin: 0 5px 0 0; }
    #header .search .fields {
      width: 100%;
      padding: 17px 15px 17px 15px; }
      #header .search .fields input {
        height: 56px;
        width: 84%; }
      #header .search .fields button {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 12%; }
    #header .search.open {
      width: 100%; }
      #header .search.open h5 {
        padding: 20px 0 0 0px;
        width: 100%; }
        #header .search.open h5 span {
          position: relative;
          left: auto;
          text-align: center;
          font-weight: 600; }
        #header .search.open h5 i {
          font-size: 16px; }
  .intro {
    padding: 0;
    background-position: 100% 50%; }
    .intro img.mobile {
      display: block; }
    .intro .bg {
      padding: 60px 30px 60px 30px;
      min-height: 0px;
      height: auto;
      background-image: url("../img/bg-blue2.png");
      background-position: 100% -20px;
      color: #FFFFFF; }
    .intro .inner {
      height: auto; }
      .intro .inner .middle {
        max-width: 660px;
        text-align: center; }
      .intro .inner .heading {
        font: 4em "bariol_regularregular";
        max-width: 660px; }
        .intro .inner .heading br {
          display: none; }
      .intro .inner .sub-heading {
        margin: 0 auto; }
      .intro .inner p {
        max-width: 660px; }
      .intro .inner p.button a {
        margin: 0 auto; }
    .intro.home-intro .bg {
      height: auto; }
    .intro.home-intro .inner {
      height: auto; }
  .text {
    padding-top: 50px;
    padding-bottom: 50px; }
    .text .inner h1 {
      font: 4.8em "bariol_regularregular"; }
    .text.text-image .inner .image {
      width: 100%;
      padding: 0 0 40px 0; }
    .text.text-image .inner .block {
      width: 100%; }
  .map {
    padding: 0; }
    .map iframe,
    .map .acf-map {
      height: 300px; }
  .content-text-image {
    padding: 0; }
    .content-text-image .inner .text-area .text-block {
      padding: 50px 15px 30px 15px; }
  .pages .inner a {
    float: left;
    width: 100%;
    border-top: 1px solid #CCC;
    text-align: center; }
    .pages .inner a.back {
      border-right: none;
      text-align: center;
      padding: 30px 15px 30px 15px; }
    .pages .inner a.next {
      padding: 30px 15px 30px 15px;
      border-bottom: 1px solid #CCC; }
  .average-day {
    padding: 0; }
    .average-day .title {
      font-size: 3.6em;
      padding-left: 15px;
      padding-right: 15px; }
    .average-day .time .owl-carousel {
      padding: 0 15px; }
    .average-day .detail .owl-controls .owl-prev {
      margin-left: 15px; }
    .average-day .detail .owl-controls .owl-next {
      margin-right: 15px; }
    .average-day .detail .item {
      padding: 60px 15px 80px 15px; }
  .values .inner ol li {
    width: 100%;
    padding: 0 0 0 65px;
    margin: 40px 0 0 0; }
    .values .inner ol li:before {
      font: 70px "bariol_regularregular";
      background: url("../img/counter-dot.png") no-repeat 100% 50px; }
  .one-image {
    padding: 0 0 40px 0; }
  .three-images {
    padding: 0; }
    .three-images img {
      width: 100%; }
  .columns {
    top: auto;
    padding: 0; }
    .columns .column {
      float: left;
      width: 100%;
      padding: 40px 0 40px 0;
      background-position: 0 -20px;
      background-size: 100% 120%; }
      .columns .column.blue1 {
        background-position: 100% -20px; }
      .columns .column.blue2 {
        background-position: 100% -20px; }
      .columns .column .inside {
        text-align: center;
        max-width: 100%;
        padding: 0 15px; }
        .columns .column .inside h3 {
          font-size: 3.2em; }
        .columns .column .inside p {
          margin: 0 auto; }
        .columns .column .inside p.button a {
          margin: 0 auto; }
      .columns .column p.more-arrow {
        display: none; }
      .columns .column.right .inside {
        text-align: center; }
        .columns .column.right .inside span {
          width: 100%;
          max-width: 100%; }
      .columns .column.image img {
        float: left;
        width: 100%;
        height: auto !important;
        display: block; }
    .columns .alt .column .inside {
      float: none; }
      .columns .alt .column .inside span {
        float: none;
        padding-left: 0; }
    .columns .owl-theme .owl-controls {
      text-align: center;
      position: absolute;
      top: 100%;
      right: 50%;
      width: 80px;
      padding: 3px 5px 0 5px;
      margin: -40px -15px 0 0;
      border-radius: 3px; }
      .columns .owl-theme .owl-controls .owl-page {
        margin: 0 5px !important; }
      .columns .owl-theme .owl-controls .owl-page.active {
        margin: 0 5px !important; }
  .involved .inner .block,
  .involved.single .inner .block {
    padding: 25px 15px; }
  .money {
    padding: 0; }
    .money p {
      padding: 0 0 40px 0; }
    .money .bg {
      padding: 50px 15px; }
    .money .col {
      width: 100%;
      padding: 0 0 40px 0; }
      .money .col p {
        padding: 0; }
  .latest .inner .article-slides .article {
    width: 100%;
    margin: 0; }
    .latest .inner .article-slides .article > a .text {
      text-align: center; }
  .team-row {
    padding: 0 0 60px 0; }
    .team-row .inner ul li h5 {
      font: 2.2em "bariol_regularregular"; }
      .team-row .inner ul li h5 a {
        padding: 25px 15px 25px 25px; }
    .team-row .inner ul li .middle span.table span.cell {
      padding: 0 25px; }
  .support {
    padding-top: 50px;
    padding-bottom: 50px; }
    .support .inner .age .support-summary {
      padding: 0 0 70px 0; }
      .support .inner .age .support-summary .text-block {
        padding-top: 30px;
        text-align: center;
        width: 100%; }
        .support .inner .age .support-summary .text-block h3 {
          font: 3.6em "bariol_regularregular"; }
        .support .inner .age .support-summary .text-block p.button a {
          margin: 0 auto; }
      .support .inner .age .support-summary img {
        width: 100%; }
  .the-team .inner .ceo {
    text-align: center; }
    .the-team .inner .ceo img {
      float: none;
      display: block;
      width: 100%;
      max-width: 320px;
      margin: 0 auto; }
    .the-team .inner .ceo h2 {
      width: 100%; }
    .the-team .inner .ceo h3 {
      width: 100%; }
    .the-team .inner .ceo .cols {
      width: 100%; }
  .the-team .inner .team dd {
    width: 46%;
    margin: 0 8% 0 0; }
    .the-team .inner .team dd:nth-child(3n+1) {
      margin: 0 4% 0 0; }
    .the-team .inner .team dd:nth-child(odd) {
      margin: 0; }
  .support-contact .similar dd {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    min-height: 200px; }
    .support-contact .similar dd a {
      padding-left: 230px; }
      .support-contact .similar dd a img {
        width: 200px; }
      .support-contact .similar dd a h3 {
        padding: 10px 0 20px 0; }
  .featured-news .inner .image {
    width: 100%;
    margin: 0 0 30px 0; }
  .featured-news .inner .text {
    padding: 0 0 0px 0;
    width: 100%; }
    .featured-news .inner .text h2 {
      padding: 0px 0 20px 0; }
    .featured-news .inner .text .meta {
      position: relative;
      bottom: auto;
      right: auto;
      width: 100%;
      margin-top: 20px; }
  .vacancies {
    padding-top: 50px;
    padding-bottom: 50px; }
    .vacancies .inner .vacancy {
      float: left;
      padding: 20px 20px 0px 20px; }
      .vacancies .inner .vacancy .block {
        width: 100%; }
      .vacancies .inner .vacancy ul {
        width: 100%;
        margin: 20px 0 0 0; }
  .involved.single {
    padding-top: 70px;
    padding-bottom: 50px; }
  #footer .inner .contact {
    width: 50%; }
  #footer .inner .quick-links, #footer .inner .services, #footer .inner .help {
    width: 50%; } }

@media only screen and (max-width: 560px) {
  .involved {
    padding-top: 20px;
    padding-bottom: 40px; }
    .involved .inner .block {
      width: 100%;
      margin: 40px 0 0 0; }
  .text .inner h2 {
    font: 3.6em "bariol_regularregular";
    padding: 0 0 30px 0; }
  .text .inner .job-details .overview {
    width: 100%; }
  .text .inner .job-details .spec {
    width: 100%;
    padding: 40px 0 0 0; }
  .quote-slides blockquote {
    padding: 40px 35px 40px 35px;
    text-align: center; }
    .quote-slides blockquote img {
      position: relative;
      margin: 0 auto 20px auto; }
  .quote-slides.blue .line, .quote-slides.grey .line {
    float: none;
    width: 114px;
    background: none;
    position: relative;
    margin: 0 auto 20px auto; }
    .quote-slides.blue .line img, .quote-slides.grey .line img {
      position: relative;
      top: auto;
      left: auto;
      margin: 0; }
  .team-row .inner ul li {
    width: 100%; }
  .share-article .inner p {
    width: 65%;
    padding: 32px 10px 28px 10px;
    text-align: center; }
  .share-article .inner ul {
    width: 35%;
    padding: 26px 15px 24px 15px; }
    .share-article .inner ul li {
      float: left;
      width: 50%;
      margin: 0 0 0 0;
      text-align: center; }
      .share-article .inner ul li a {
        float: none;
        display: inline-block; }
  .other-contacts .inner dl dt {
    font: 3.6em "bariol_regularregular"; }
  .other-contacts .inner dl dd {
    float: left;
    width: 100%;
    margin: 0 0 0 0; }
    .other-contacts .inner dl dd:nth-child(3n+1) {
      margin: 0 0 0 0; }
  .donate-form .inner h3 {
    font: 3.6em "bariol_regularregular"; }
  .donate-form .inner .box .amount {
    width: 100%; }
  .donate-form .inner .box .type {
    height: auto;
    line-height: normal;
    padding: 0 0 15px 0; }
    .donate-form .inner .box .type label {
      float: left;
      width: 100%;
      height: auto;
      line-height: normal;
      padding: 15px 0 0 0; }
    .donate-form .inner .box .type span {
      margin: 10px 0 0 0; }
  .donate-form .inner .gift-aid {
    padding: 15px; }
  .donate-form .inner .boxed {
    padding: 15px; }
    .donate-form .inner .boxed .edit {
      top: 15px;
      right: 15px; }
  .donate-form .inner .submit {
    max-width: 100%; }
    .donate-form .inner .submit p.button button {
      width: 100%; }
      .donate-form .inner .submit p.button button em {
        width: 28%;
        padding: 15px 0; }
      .donate-form .inner .submit p.button button strong {
        width: 72%;
        padding: 15px 0; }
    .donate-form .inner .submit p.error {
      text-align: center; }
  .donate-form .inner .confirm-amount strong a {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    margin: 15px 0 0 0; }
  .support-links .inner .title {
    font: 3.8em "bariol_regularregular"; }
  .support-links .inner ul li {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    position: relative;
    border-bottom: 1px solid #DCDCDC; }
    .support-links .inner ul li a {
      width: 100%;
      text-align: center;
      font: 5em "bariol_regularregular";
      padding: 5px 0;
      border-left: 4px solid #FFF; }
      .support-links .inner ul li a em {
        font: 0.4em "bariol_regularregular";
        position: relative;
        top: -30px; }
    .support-links .inner ul li.link1.here a {
      border-color: #ea557f; }
    .support-links .inner ul li.link2.here a {
      border-color: #75c1c0; }
    .support-links .inner ul li.link3.here a {
      border-color: #324e79; }
    .support-links .inner ul li.link4 {
      border-bottom: none; }
      .support-links .inner ul li.link4 a {
        border-right: none; }
    .support-links .inner ul li.link4.here a {
      border-color: #4b4a4a;
      border-right: none; }
    .support-links .inner ul li.here:after {
      display: none; }
  .involvement .inner .block {
    width: 100%; }
    .involvement .inner .block h3 {
      font: 3.6em "bariol_regularregular";
      padding: 20px 0; }
    .involvement .inner .block p.button {
      position: relative;
      bottom: auto !important;
      left: auto !important;
      margin: 0 !important;
      padding: 0; }
      .involvement .inner .block p.button a {
        margin: 0 auto; }
    .involvement .inner .block.block1 {
      padding: 0 15px 40px 15px;
      margin: 0 0 40px 0;
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .involvement .inner .block.block2 {
      padding: 0 15px 40px 15px;
      margin: 0 0 40px 0;
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .involvement .inner .block.block3 {
      padding: 0 15px 40px 15px;
      margin: 0 0 40px 0;
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .involvement .inner .block.block4 {
      padding: 0 15px 40px 15px;
      border: none; }
  .latest .inner .article-list .article {
    width: 100%;
    margin: 0 0 30px 0; }
    .latest .inner .article-list .article:nth-child(3n) {
      margin: 0 0 30px 0; }
    .latest .inner .article-list .article:nth-child(even) {
      margin: 0 0 30px 0; }
  .latest #pagination {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: 40px;
    border-top: 1px solid #DCDCDC; }
    .latest #pagination .next, .latest #pagination .previous {
      display: none; }
  .report .inner .block {
    width: 100% !important; }
  .report .inner .download-link {
    float: none;
    display: block;
    width: 215px;
    text-align: center;
    margin: 0 auto; }
  .blue-block .inner .block {
    width: 100% !important; }
  .blue-block .inner .photo {
    float: none;
    display: block;
    width: 215px;
    text-align: center;
    margin: 0 auto 20px auto; }
  .news-intro .inner div.meta p {
    float: left;
    height: 50px;
    line-height: 50px; }
    .news-intro .inner div.meta p span {
      color: #ea557f; }
    .news-intro .inner div.meta p a {
      color: #4b4a4a; } }

@media only screen and (max-width: 480px) {
  #header .top-right .social li.search-button {
    position: relative;
    left: auto; }
  #header .search h5 {
    display: none; }
  #header .search.open h5 {
    display: block; }
  .filter-form .inner form .field label {
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px 0;
    font: 1.6em "Open Sans", sans-serif; }
  .filter-form .inner form .field .nice-select {
    float: right;
    width: 100%; }
    .filter-form .inner form .field .nice-select .list {
      width: 100%; }
  .filter-form .inner form .submit input {
    max-width: 600px; }
  .latest .inner .article-slides .article .meta p {
    font-size: 1.4em; }
  .donate-form .inner .box .amount {
    width: 100%; }
    .donate-form .inner .box .amount label {
      width: 100%;
      height: auto;
      line-height: normal;
      padding: 15px; }
    .donate-form .inner .box .amount input {
      width: 94%; }
  .text.application-form .inner form.newsletter .field {
    width: 100%; }
  .the-team .inner .team dd {
    width: 100%;
    margin: 0 0 0 0; }
    .the-team .inner .team dd:nth-child(3n+1) {
      margin: 0 0 0 0; }
    .the-team .inner .team dd:nth-child(odd) {
      margin: 0; }
  .support-contact .similar dd {
    padding: 0 0 30px 0; }
    .support-contact .similar dd a {
      padding-left: 0;
      text-align: center; }
      .support-contact .similar dd a img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%; }
      .support-contact .similar dd a h3 {
        padding: 30px 0 20px 0; }
  .news-intro .inner div.meta {
    float: left;
    width: 100%;
    text-align: center; }
    .news-intro .inner div.meta img {
      float: none;
      display: inline-block; }
    .news-intro .inner div.meta p {
      float: none;
      display: inline-block; }
    .news-intro .inner div.meta p.category {
      display: block; }
  .news-images .inner img {
    width: 100%;
    margin: 0 0 10px 0; }
    .news-images .inner img:last-child {
      margin: 0 0 0 0; }
  .office .inner h3 {
    font: 3.6em "bariol_regularregular"; }
  .office .inner p.tel {
    font: 3.9em "bariol_regularregular";
    padding: 10px 0 0 0; }
  .office .inner .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -3px 15px 0 0; }
    .office .inner .icon img {
      width: 25px;
      height: 25px; }
  .office .inner .location {
    padding: 0 0 50px 0; }
  .office .inner .travel {
    padding: 0 0 50px 0; }
  #footer .inner .contact {
    width: 100%;
    text-align: center; }
    #footer .inner .contact .social {
      float: none;
      width: auto;
      display: inline-block;
      padding: 10px 0 40px 0;
      margin: 0 auto; }
  #footer .inner .quick-links, #footer .inner .services, #footer .inner .help {
    width: 100%;
    text-align: center; }
    #footer .inner .quick-links dd, #footer .inner .quick-links li, #footer .inner .services dd, #footer .inner .services li, #footer .inner .help dd, #footer .inner .help li {
      float: none;
      margin: 0 10px;
      display: inline-block; }
  #footer .designer {
    text-align: center; }
  #footer .donation h5 {
    width: 100%;
    text-align: center; }
  #footer .donation span {
    width: 100%;
    text-align: center; }
    #footer .donation span a {
      width: 100%;
      color: #FFFFFF; } }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.row .inner:before,
.row .inner:after {
  content: " ";
  display: table; }

.clearfix:after,
.row:after,
.row .inner:after {
  clear: both; }

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#ldn-banner {
  background: white;
  padding: 40px 30px 45px;
  font-family: "bariol_regularregular"; }
  #ldn-banner #soon {
    padding-top: 5px;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: normal;
    color: #4b4a4a; }
    #ldn-banner #soon .inner {
      position: relative; }
    #ldn-banner #soon .ldn {
      font-weight: bold;
      color: #1d365f; }
    #ldn-banner #soon .london {
      color: #6bafbf; }
  #ldn-banner #more {
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #ea557f;
    display: inline-block;
    line-height: 1;
    letter-spacing: normal; }
    #ldn-banner #more span {
      border-bottom: #ea557f solid 1px; }
    #ldn-banner #more:hover {
      opacity: .8; }
  #ldn-banner .ldn-logo {
    position: absolute;
    top: 0;
    right: 65px; }
  #ldn-banner .close-icon-btn {
    position: absolute;
    top: 40px;
    right: 0; }
    #ldn-banner .close-icon-btn:hover {
      opacity: .8; }
  @media only screen and (max-width: 780px) {
    #ldn-banner {
      padding: 25px 30px 30px; }
      #ldn-banner #soon {
        font-size: 28px; }
      #ldn-banner .ldn-logo {
        padding-top: 30px;
        display: block;
        position: static;
        top: auto;
        right: auto;
        width: 200px;
        height: auto; }
      #ldn-banner .close-icon-btn {
        position: absolute;
        top: 0;
        right: 0; } }
  @media only screen and (max-width: 660px) {
    #ldn-banner {
      padding-left: 15px;
      padding-right: 15px; } }


#overlay {
  background: #75c1c0;
  color: #ffffff;
  width: 100%;
  max-width: 600px;
  display: none;
  position: relative;
}

#overlay__image {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

#overlay__content {
  width: 60%;
  float: left;
  padding: 80px 40px;
}

#overlay .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  max-width: 260px;
  padding: 20px 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #75c1c0;
  color: #FFFFFF;
  border-radius: 3px;
  border: none;
}

#overlay p {
  font-size: 16px;
  margin: 20px 0;
}

#overlay h3 {
  font: 4.2em "bariol_regularregular";
  margin-bottom: 30px;
}

#overlay a {
  color: #75c1c0;
}

.overlay__button {
  padding: 20px 18px;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffffff;
  color: #75c1c0;
  border-radius: 3px;
  border: none;
  display: inline-block;
  font-size: 16px;
}

@media only screen and (max-width: 660px) {
  .video-story-video,
  .home-story-video {
    padding: 20px !important;
    height:  300px;
  }
}

@media only screen and (min-width: 661px) {
  .video-story,
  .video-story-video,
  .home-story-video {
    min-height: 500px;
  }

  .home-story-video,
  .video-story-video {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .home-story-video .videocontainer,
  .video-story-video .videocontainer {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    flex-basis: 100%;
  }

  .home-story-video .videoiframe,
  .video-story-video .videoiframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  }
}
