/*
	Theme Name: The Science Council
	Theme URI: http://www.sciencecouncil.org/
	Description: Bespoke Wordpress theme for 2015
	Version: 1
	Author: Touchpoint Design - Ian Farrell
	Author URI: http://touchpointdesign.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  float: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 62.5%;
  /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* clear ios border radius */
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #5c5c5c;
  text-decoration: none;
}
a:hover {
  color: #5c5c5c;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
/* Stop iOS devices trying to style buttons */
input,
select {
  -webkit-appearance: none;
}
/* Variables */
/* Blue */
/* orange */
/* Grey text  */
/* fonts */
.fontFeature {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.fontFeatureBold {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
/* Gesta */
.fontReg {
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.fontBold {
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
/*
Based on 12 column grid
Gutter 30px
Column width 70 px
Margins 55px
*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/* placeholder colors */
form input::-webkit-input-placeholder {
  color: #666;
}
form input:-moz-placeholder {
  color: #666;
}
form input::-ms-input-placeholder {
  color: #666;
}
form input:-ms-input-placeholder {
  color: #666;
}
/* focus */
form input:focus::-webkit-input-placeholder {
  color: #ccc;
}
form input:focus:-moz-placeholder {
  color: #ccc;
}
form input:focus::-ms-input-placeholder {
  color: #ccc;
}
form input:focus:-ms-input-placeholder {
  color: #ccc;
}
/* mixins */
.hide {
  display: none;
}
.hideText {
  color: transparent;
  font: 0/0 a;
}
.hideTextOld {
  color: transparent;
  text-align: left;
  text-indent: -9999px;
  letter-spacing: -9999px;
}
.bgSize {
  -o-background-size: 100% 100%, auto;
  -moz-background-size: 100% 100%, auto;
  -webkit-background-size: 100% 100%, auto;
  background-size: 100% 100%, auto;
}
.bg_size_half {
  -o-background-size: 50% auto, auto;
  -moz-background-size: 50% auto, auto;
  -webkit-background-size: 50% auto, auto;
  background-size: 50% auto, auto;
}
.bgSizeWidth {
  -o-background-size: 100% auto, auto;
  -moz-background-size: 100% auto, auto;
  -webkit-background-size: 100% auto, auto;
  background-size: 100% auto, auto;
}
.sprite {
  background-image: url(/assets/img/template/sprite.png);
  background-repeat: no-repeat;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.center_image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.cw {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ccw {
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  padding-left: 0px;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:before {
  display: none;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  height: 42px;
  width: 21px;
  color: transparent;
  font: 0/0 a;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: 20px;
  background: url(img/arrow-left-white.svg) 0 0 no-repeat;
  background-size: 21px 42px;
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
  background: url(img/arrow-right-white.svg) 0 0 no-repeat;
  background-size: 21px 42px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.8;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.8;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
html {
  background: #fff;
}
body {
  color: #5c5c5c;
  padding-top: 226px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
p a {
  color: #005da9;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
p a:hover {
  color: #5c5c5c;
}
p a,
li a {
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
span.arial {
  font-family: arial;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.inner {
  margin: 0 auto;
  width: 1280px;
}
/* header */
.header {
  background: #fff;
  height: 226px;
  left: 0px;
  padding-top: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /* logo */
}
.header > .inner {
  border-bottom: 1px solid #cccccc;
}
.header .logo {
  float: left;
  height: 118px;
  width: 125px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.header .logo .logo-img {
  float: left;
  height: 118px;
  width: 125px;
}
.header .logo a {
  display: block;
}
.header .aux {
  float: right;
  margin-top: 24px;
  position: relative;
  z-index: 5;
}
.header .aux ul li {
  float: left;
  font-size: 1.2em;
  margin-left: 10px;
}
.header .aux ul li a {
  padding-left: 10px;
}
.header .aux ul li a:hover {
  color: #ef7d00;
}
.header .aux ul li.current_page_item a,
.header .aux ul li.current_page_parent a,
.header .aux ul li.current-page-ancestor a {
  color: #ef7d00;
}
.header .aux ul li:first-of-type span {
  display: none;
}
.header .aux ul li.home a {
  background: url(img/home-icon.svg) 0 0 no-repeat;
  display: block;
  height: 14px;
  width: 16px;
  color: transparent;
  font: 0/0 a;
  transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -webkit-transition: background-image 0.3s ease-in-out;
}
.header .aux ul li.home a:hover {
  background-image: url(img/home-icon-orange.svg);
}
.header .aux ul li ul {
  display: none;
}
.header #loginPanel {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ccdfee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ccdfee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ccdfee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #ccdfee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #ccdfee 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #ccdfee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccdfee', GradientType=1);
  /* IE6-9 */
  border-bottom: 1px solid #cccccc;
  height: 8px;
  left: 0px;
  overflow: visible;
  position: absolute;
  top: 0px;
  width: 100%;
  transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
}
.header #loginPanel .inner {
  overflow: visible;
}
.header #loginPanel ul.login {
  background: #ccdfee;
  border: #cccccc 1px solid;
  border-top: none;
  float: right;
  margin-left: 13px;
  padding: 23px 10px 13px;
  position: relative;
  z-index: 5;
}
.header #loginPanel ul.login li {
  color: #00304a;
  float: left;
  font-size: 1.2em;
  margin: 0 3px;
}
.header #loginPanel ul.login li a {
  color: #00304a;
}
.header .accessibility {
  float: right;
  margin-top: 48px;
}
.header .accessibility ul {
  float: left;
  height: 18px;
  margin-right: 10px;
  margin-top: 9px;
}
.header .accessibility ul li {
  display: table;
  float: left;
  height: 18px;
}
.header .accessibility ul li.small {
  font-size: 13px;
}
.header .accessibility ul li.medium {
  font-size: 15px;
  margin-left: 4px;
}
.header .accessibility ul li.large {
  font-size: 18px;
  margin-left: 3px;
}
.header .accessibility ul li a {
  display: table-cell;
  vertical-align: bottom;
}
.header .accessibility form {
  float: left;
  width: 302px;
}
.header .accessibility form label {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.header .accessibility form .search-input {
  background: #fff;
  border: 1px solid #cccccc;
  border-right: none;
  float: left;
  font-size: 14px;
  height: 38px;
  padding: 0px;
  text-indent: 10px;
  width: 260px;
  -webkit-appearance: none;
  border-radius: 0px;
}
.header .accessibility form .search-submit {
  background: transparent url(img/search-icon.svg) center center no-repeat;
  border: 1px solid #cccccc;
  float: left;
  height: 38px;
  width: 38px;
  color: transparent;
  font: 0/0 a;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.header .accessibility form .search-submit:hover {
  background-image: url(img/search-icon-white.svg);
  background-color: #005da9;
}
body.scrolling .header {
  height: 160px;
  padding-top: 8px;
}
body.scrolling .header .logo {
  height: 84px;
  margin-bottom: 10px;
  width: 91px;
}
body.scrolling .header .logo .logo-img {
  height: 84px;
  width: 91px;
}
body.scrolling .header #loginPanel {
  top: -8px;
}
body.scrolling .header .nav {
  margin-top: 0px;
  /*  width: 90%; */
}
body.scrolling .header .nav ul li a {
  height: 58px;
}
body.scrolling .header .nav ul li ul {
  top: 58px;
}
.home header .inner {
  border-bottom: none;
}
.home #breadcrumb {
  height: 10px;
  margin-top: -10px;
  overflow: hidden;
}
.home .wrapper section {
  overflow: hidden;
}
#breadcrumb {
  font-size: 1.3em;
  padding-top: 10px;
}
#breadcrumb p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#breadcrumb p a {
  color: #5c5c5c;
}
#breadcrumb p a:hover {
  color: #ef7d00;
}
/* sub nav active states for single pages */
body.single-members .wrapper section nav ul li.omalb a {
  color: #005da9;
}
body.single-employer-cs .header .nav ul li.link2 a {
  color: #6f2c90;
}
body.single-employer-cs .header .aux ul li.current_page_parent a {
  color: #5c5c5c;
}
body.single-employer-cs .wrapper section nav ul li.e-cs a {
  color: #005da9;
}
body.single-case-studies .header .nav ul li.link1 a {
  color: #6f2c90;
}
body.single-case-studies .header .aux ul li.current_page_parent a {
  color: #5c5c5c;
}
body.single-case-studies .wrapper section nav ul li.s-cs a {
  color: #005da9;
}
/* wrapper */
.wrapper {
  position: relative;
  width: 100%;
  /* sidebar */
}
.wrapper section {
  clear: both;
  overflow: visible;
  padding: 40px 0;
  width: 100%;
}
.wrapper section#carousel {
  padding: 0px;
}
.wrapper section#carousel .flexslider-home {
  position: relative;
}
.wrapper section#carousel .flexslider-home span.triangleRight {
  background: url(img/carousel-triangle2.png) no-repeat 0 0;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 475px;
  z-index: 1;
  transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
}
.wrapper section#carousel .flexslider-home span.triangleLeft {
  background: url(img/carousel-triangle1.png) no-repeat 0 0;
  background-size: 100% 100%;
  bottom: 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  width: 475px;
  z-index: 1;
  transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
}
.wrapper section#carousel .flexslider-home.wide span.triangleRight {
  right: -600px;
}
.wrapper section#carousel .flexslider-home.wide span.triangleLeft {
  left: -600px;
}
.wrapper section#carousel .flexslider-home ul.slides li {
  height: 100%;
  margin-bottom: 0px;
  position: relative;
}
.wrapper section#carousel .flexslider-home ul.slides li > div {
  display: table;
  height: 363px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.wrapper section#carousel .flexslider-home ul.slides li > div div {
  display: table-cell;
  vertical-align: middle;
}
.wrapper section#carousel .flexslider-home ul.slides li > div h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  margin: 0 auto 0px;
  max-width: 700px;
  text-align: center;
  width: 100%;
}
.wrapper section#carousel .flexslider-home ul.slides li > div p {
  color: #fff;
  font-size: 26px;
  margin: 0 auto 20px;
  max-width: 800px;
}
.wrapper section#carousel .flexslider-home ul.slides li > div a.link {
  background: #ef7d00;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 18px 48px 18px 20px;
  position: relative;
  text-decoration: none;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.wrapper section#carousel .flexslider-home ul.slides li > div a.link:hover {
  background: #005da9;
}
.wrapper section#carousel .flexslider-home ul.slides li > div a.link i {
  background: url(img/arrow-right-white.svg) 0 0 no-repeat;
  display: block;
  height: 18px;
  margin-top: -8px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 8px;
}
.wrapper section#carousel .flexslider-home ul.slides li img {
  width: 100%;
}
.wrapper section#carousel .flexslider-home ul.slides li p {
  margin-bottom: 0px;
}
.wrapper section#carousel > p {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f1f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f1f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f1f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f1f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f1f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f1f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f1f0', GradientType=0);
  /* IE6-9 */
  font-size: 1.9em;
  height: 65px;
  line-height: 65px;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wrapper section#carousel .flex-control-nav {
  bottom: 20px;
  height: 11px;
  z-index: 3;
}
.wrapper section#carousel .flex-control-nav li {
  height: 11px;
}
.wrapper section#carousel .flex-control-nav li a {
  height: 5px;
  width: 5px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wrapper section#carousel .flex-control-nav li a.flex-active {
  margin: 0px;
  height: 11px;
  width: 11px;
}
.wrapper section#blogRow h2 {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper section#blogRow .cols3 {
  padding-top: 80px;
}
.wrapper section#blogRow .cols3 ul li {
  background-position: 0 1px;
  background-repeat: no-repeat;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.wrapper section#blogRow .cols3 ul li:last-of-type a {
  border-bottom: none;
}
.wrapper section#blogRow .cols3 ul li a {
  border-bottom: 1px solid #cccccc;
  color: #5c5c5c;
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
  width: 100%;
}
.wrapper section#blogRow .cols3.colNews {
  background: url(img/news-icon.svg) center top no-repeat;
}
.wrapper section#blogRow .cols3.colNews ul li {
  background-image: url(img/arrow-right-green.svg);
}
.wrapper section#blogRow .cols3.colNews ul li a:hover {
  color: #36918a;
}
.wrapper section#blogRow .cols3.colBlog {
  background: url(img/blog-icon.svg) center top no-repeat;
}
.wrapper section#blogRow .cols3.colBlog ul li {
  background-image: url(img/arrow-right-blue.svg);
}
.wrapper section#blogRow .cols3.colBlog ul li a:hover {
  color: #005da9;
}
.wrapper section#blogRow .cols3.colEvents {
  background: url(img/events-icon.svg) center top no-repeat;
}
.wrapper section#blogRow .cols3.colEvents ul li {
  background-image: url(img/arrow-right-purple.svg);
}
.wrapper section#blogRow .cols3.colEvents ul li a span {
  color: #6f2c90;
}
.wrapper section#blogRow .cols3.colEvents ul li a:hover {
  color: #6f2c90;
}
.wrapper section#subscribe {
  background: #ccdfee;
  overflow: visible;
}
.wrapper section#subscribe .formWrap {
  float: left;
}
.wrapper section#subscribe .formWrap label {
  color: #005da9;
  float: left;
  font-size: 1.9em;
  margin-bottom: 0px;
  margin-right: 20px;
  margin-top: 8px;
}
.wrapper section#subscribe .formWrap label strong {
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section#subscribe .formWrap form {
  float: left;
}
.wrapper section#subscribe .formWrap form #fauxMailchimp {
  background: transparent;
  border: 2px solid #fff;
  border-right: none;
  float: left;
  font-size: 1.4em;
  height: 42px;
  padding: 0px;
  text-indent: 10px;
  width: 455px;
}
.wrapper section#subscribe .formWrap form #fauxSubmit {
  background: transparent url(img/arrow-right-white.svg) center center no-repeat;
  border: 2px solid #fff;
  border-left: 1px solid #fff;
  float: left;
  height: 42px;
  width: 38px;
  color: transparent;
  font: 0/0 a;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.wrapper section#subscribe .formWrap form #fauxSubmit:hover {
  background-color: #ef7d00;
}
.wrapper section#subscribe .shareWrap {
  float: right;
}
.wrapper section#subscribe .shareWrap h4 {
  color: #005da9;
  float: left;
  font-size: 1.9em;
  margin-right: 4px;
  margin-top: 8px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section#subscribe .shareWrap ul.social-follow {
  float: left;
}
.wrapper section#subscribe .shareWrap ul.social-follow li {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 7px;
}
.wrapper section#banners {
  text-align: center;
}
.wrapper section#homeContent {
  background: url(img/bg-triangle.png) right bottom no-repeat;
}
.wrapper section#homeContent .inner {
  background: url(/assets/images/homeFeatureImage.png) right top no-repeat;
  padding-bottom: 240px;
}
.wrapper section#homeContent article {
  width: 60%;
}
.wrapper section#homeContent article h2 {
  margin-bottom: 25px;
}
.wrapper section#homeContent article h3 {
  margin-bottom: 30px;
}
.wrapper section.post article#member-case-study {
  width: 980px;
}
.wrapper section.post article#member-case-study .left {
  float: left;
  width: 275px;
}
.wrapper section.post article#member-case-study .left.borderImage img {
  border: 1px solid #cccccc;
}
.wrapper section.post article#member-case-study .left .extraContent {
  background: #ebe2ef;
  margin-bottom: 30px;
  padding: 20px;
}
.wrapper section.post article#member-case-study .left .extraContent h3 {
  color: #6f2c90;
  font-size: 2.4em;
  letter-spacing: -0.6px;
  line-height: 1.2;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section.post article#member-case-study .left ul.social-share {
  border-bottom: 0px;
}
.wrapper section.post article#member-case-study .left blockquote {
  margin-bottom: 30px;
}
.wrapper section.post article#member-case-study .right {
  float: right;
  width: 675px;
}
.wrapper section.post article#member-case-study .right .flexslider {
  position: relative;
}
.wrapper section.post article#member-case-study .right .flexslider li {
  font-size: 1em;
}
.wrapper section.post article#member-case-study .right .flexslider li p {
  font-size: 1.6em;
  margin-top: 30px;
}
.wrapper section.post article#member-case-study .right .flexslider li iframe {
  width: 100%;
}
.wrapper section.post article#member-case-study .right .flexslider .controls ul.flex-direction-nav {
  margin-top: -55px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}
.wrapper section.post article#member-case-study .right .flexslider .controls ol {
  position: absolute;
  bottom: 22px;
  left: 0px;
  width: 100%;
  text-align: right;
}
.wrapper section.post article#member-case-study .right .flexslider .controls ol li {
  margin: 0 0 0 0;
  padding: 0px;
}
.wrapper section.post article#member-case-study .right .flexslider .controls ol li:before {
  display: none;
}
.wrapper section.post article#member-case-study .right .flexslider .controls ol li a {
  background: #36918a;
  display: inline-block;
  height: 5px;
  margin: 0 0 0 17px;
  width: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: transparent;
  font: 0/0 a;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wrapper section.post article#member-case-study .right .flexslider .controls ol li a.flex-active {
  height: 10px;
  margin: -8px 0 0 13px;
  width: 10px;
}
.wrapper section.post article.category-news h1 {
  color: #36918a;
}
.wrapper section.post article.category-blog h1 {
  color: #005da9;
}
.wrapper section.post article.category-event h1 {
  color: #6f2c90;
}
.wrapper section.post article img.attachment-post-thumbnail {
  display: block;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.wrapper section.post article div.meta {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.wrapper section.post article div.meta p {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.wrapper section.post article div.meta p .date {
  padding-left: 5px;
}
.wrapper section.post article div.meta p .tags {
  padding-left: 5px;
}
.wrapper section.post article div.meta p .tags a {
  background: #ccdfee;
  color: #494838;
  padding: 5px 8px;
  text-decoration: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.wrapper section.post article div.meta p .tags a:hover {
  background-color: #005da9;
  color: #fff;
}
.wrapper section.post article ul.social-share {
  clear: both;
  float: left;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  width: 100%;
}
.wrapper section.post article ul.social-share li {
  font-size: 1.4em;
  margin-bottom: 25px;
  padding-left: 0px;
}
.wrapper section.post article ul.social-share li:before {
  background-color: transparent;
  display: none;
}
.wrapper section.post article aside.author {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 0 0 10px 0;
  width: 100%;
}
.wrapper section.post article aside.author h3 {
  margin-bottom: 0px;
}
.wrapper section.post article aside.author p {
  margin-bottom: 0px;
}
.wrapper section.post article aside.author img {
  float: left;
  height: 75px;
  margin: 0 15px 0 0;
  width: 75px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.wrapper section.post article #respond {
  clear: both;
  font-size: 1em;
  padding-top: 20px;
}
.wrapper section.post article #respond h3 {
  background: url(img/comment.svg) 0 0 no-repeat;
  color: #005da9;
  padding-left: 91px;
  padding-bottom: 65px;
  padding-top: 11px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section.post article #respond .form-allowed-tags {
  display: none;
}
.wrapper section.post article #respond textarea,
.wrapper section.post article #respond input[type=text],
.wrapper section.post article #respond input[type=email] {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  width: 100%;
}
.wrapper section.post article #respond textarea::-webkit-input-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea:-moz-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea::-ms-input-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea:-ms-input-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea:focus::-webkit-input-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea:focus:-moz-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea:focus::-ms-input-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond textarea:focus:-ms-input-placeholder {
  color: #333a32;
}
.wrapper section.post article #respond input#submit {
  /* background: #fff; */
  /* border: 1px solid @greyLines; */
  /* color: @feature; */
  /*
font-weight: 700;
						padding: 5px 18px;
						.trans(background);

						&:hover {
							background: @highlight;
							color: #fff;
						}
*/
}
.wrapper section nav {
  float: left;
  margin-right: 30px;
  width: 270px;
}
.wrapper section nav h2,
.wrapper section nav h3 {
  color: #005da9;
  font-size: 1.5em;
  letter-spacing: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.wrapper section nav h3 {
  margin-bottom: 20px;
}
.wrapper section nav ul li {
  background: url(img/arrow-right-blue.svg) 0 4px no-repeat;
  background-size: 6px 8px;
  font-size: 1em;
  margin-bottom: 9px;
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.wrapper section nav ul li:last-of-type a {
  border-bottom: none;
}
.wrapper section nav ul li a {
  border-bottom: 1px solid #cccccc;
  color: #494838;
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 9px;
  padding-left: 7px;
  text-decoration: none;
}
.wrapper section nav ul li a:hover {
  color: #005da9;
}
.wrapper section nav ul li.current_page_item a,
.wrapper section nav ul li.current-cat a {
  color: #005da9;
}
.wrapper section nav ul li.current_page_item ul,
.wrapper section nav ul li.current-cat ul {
  border-bottom: 1px solid #cccccc;
  display: block;
}
.wrapper section nav ul li.current_page_item ul li a,
.wrapper section nav ul li.current-cat ul li a {
  color: #5c5c5c;
}
.wrapper section nav ul li.current_page_item ul li a:hover,
.wrapper section nav ul li.current-cat ul li a:hover {
  color: #005da9;
}
.wrapper section nav ul li.parent {
  background: none;
  padding-left: 0px;
}
.wrapper section nav ul li.parent a {
  color: #005da9;
  padding-left: 0px;
}
.wrapper section nav ul li ul {
  /* display: none; */
  margin-bottom: 0px;
  margin-top: 10px;
}
.wrapper section nav .sidebar-widget > div {
  margin-bottom: 30px;
}
.wrapper section nav .tagcloud {
  font-size: 1em;
}
.wrapper section nav .tagcloud a {
  background: url(img/arrow-right-blue.svg) 0 4px no-repeat;
  background-size: 6px 8px;
  margin-bottom: 9px;
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  color: #494838;
  display: block;
  font-size: 1.5em !important;
  line-height: 1.2;
  padding-bottom: 9px;
  padding-left: 17px;
  text-decoration: none;
}
.wrapper section nav .tagcloud a:hover {
  color: #005da9;
}
.wrapper section nav .tagcloud a:last-of-type {
  border-bottom: none;
}
.wrapper section .content-wrap {
  float: right;
}
.wrapper section .content-wrap .validationMessage {
  font-size: 1.6em;
  padding-bottom: 20px;
  display: block;
  color: red;
}
.wrapper section .content-wrap .gform_confirmation_message {
  color: #36918a;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.wrapper section .content-wrap .gform_wrapper div.validation_error {
  background: #fff;
  color: #ff0000;
  font-size: 1.6em;
  margin-bottom: 1.6em;
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  padding: 1em;
  clear: both;
  width: 100%;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section .content-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #ff0000;
  font-size: 1.2em;
}
.wrapper section .content-wrap .gform_wrapper li label {
  display: none;
}
.wrapper section .content-wrap .gform_wrapper li ul.gfield_radio li label,
.wrapper section .content-wrap .gform_wrapper li ul.gfield_checkbox li label {
  display: block;
  font-size: 1.6em;
}
.wrapper section .content-wrap .gform_wrapper li ul.gfield_radio li input,
.wrapper section .content-wrap .gform_wrapper li ul.gfield_checkbox li input {
  background: #ccdfee;
  border: 2px solid #fff;
  float: left;
  display: block;
  height: 17px;
  width: 17px!Important;
}
.wrapper section .content-wrap .gform_wrapper li ul.gfield_radio li input:checked,
.wrapper section .content-wrap .gform_wrapper li ul.gfield_checkbox li input:checked {
  background: #ccdfee url(img/tick.svg) center center no-repeat;
  background-size: 12px auto;
}
.wrapper section .content-wrap .results .pager {
  color: #36918a;
  font-size: 1.9em;
  margin-bottom: 20px;
}
.wrapper section .content-wrap .results ul.searchResults li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
}
.wrapper section .content-wrap .results ul.searchResults li:before {
  display: none;
}
.wrapper section .content-wrap article {
  float: left;
  margin-bottom: 40px;
  width: 680px /* 570px */;
}
.wrapper section .content-wrap article div#mapWrap {
  background: #ebe2ef;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.wrapper section .content-wrap article div#mapWrap .content {
  float: left;
  padding: 12px;
  width: 50%;
}
.wrapper section .content-wrap article div#mapWrap .content h4 {
  color: #6f2c90;
  font-size: 1.9em;
}
.wrapper section .content-wrap article div#mapWrap .content p {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.wrapper section .content-wrap article div#mapWrap #map {
  float: right;
  height: 250px;
  width: 50%;
}
.wrapper section .content-wrap aside {
  float: right;
  margin-left: 30px;
  width: 270px;
}
.wrapper section .content-wrap aside#rhs > a.links,
.wrapper section .content-wrap aside#rhs > div.links {
  background: #d4eae9;
  margin-bottom: 38px;
  padding: 20px;
  width: 100%;
}
.wrapper section .content-wrap aside#rhs > a.links.blue,
.wrapper section .content-wrap aside#rhs > div.links.blue {
  background: #ccdfee;
}
.wrapper section .content-wrap aside#rhs > a.links.promo,
.wrapper section .content-wrap aside#rhs > div.links.promo {
  background: #ef7d00;
  display: block;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.wrapper section .content-wrap aside#rhs > a.links.promo h4,
.wrapper section .content-wrap aside#rhs > div.links.promo h4 {
  background-image: url(img/arrow-right-white.svg);
  background-size: 9px 18px;
  background-position: 100% 3px;
  background-repeat: no-repeat;
  color: #fff;
  padding-right: 20px;
  float: left;
}
.wrapper section .content-wrap aside#rhs > a.links.promo p,
.wrapper section .content-wrap aside#rhs > div.links.promo p {
  clear: left;
  color: #fff;
}
.wrapper section .content-wrap aside#rhs > a.links.promo:hover,
.wrapper section .content-wrap aside#rhs > div.links.promo:hover {
  background: #005da9;
}
.wrapper section .content-wrap aside#rhs > a.links h4,
.wrapper section .content-wrap aside#rhs > div.links h4 {
  color: #36918a;
  font-size: 2.3em;
  margin-bottom: 3px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section .content-wrap aside#rhs > a.links p,
.wrapper section .content-wrap aside#rhs > div.links p {
  line-height: 1.2;
  margin-bottom: 3px;
}
.wrapper section .content-wrap aside#rhs > a.links ul li,
.wrapper section .content-wrap aside#rhs > div.links ul li {
  font-size: 1.5em;
  margin-bottom: 0px;
  padding-left: 8px;
  position: relative;
}
.wrapper section .content-wrap aside#rhs > a.links ul li:before,
.wrapper section .content-wrap aside#rhs > div.links ul li:before {
  background-color: #005da9;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.wrapper section .content-wrap aside#rhs > a.links ul li a,
.wrapper section .content-wrap aside#rhs > div.links ul li a {
  text-decoration: underline;
}
.wrapper section .content-wrap aside#rhs > a.links ul li a:hover,
.wrapper section .content-wrap aside#rhs > div.links ul li a:hover {
  color: #5c5c5c;
}
.wrapper section .content-wrap aside#rhs > div.nbe {
  background: url(img/blog-icon.svg) 0 0 no-repeat;
  padding-top: 80px;
}
.wrapper section .content-wrap aside#rhs > div.nbe h4 {
  color: #005da9;
  font-size: 1.5em;
  margin-bottom: 20px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section .content-wrap aside#rhs > div.nbe ul li {
  background: url(img/arrow-right-blue.svg) 0 2px no-repeat;
  background-size: 6px 8px;
  font-size: 1em;
  margin-bottom: 9px;
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wrapper section .content-wrap aside#rhs > div.nbe ul li:last-of-type a {
  border-bottom: none;
}
.wrapper section .content-wrap aside#rhs > div.nbe ul li a {
  border-bottom: 1px solid #cccccc;
  color: #494838;
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 9px;
  padding-left: 7px;
  text-decoration: none;
}
.wrapper section .content-wrap aside#rhs > div.nbe ul li a:hover {
  color: #005da9;
}
.wrapper section .content-wrap aside#rhs > div.nbe.events {
  background: url(img/events-icon.svg) 0 0 no-repeat;
}
.wrapper section .content-wrap aside#rhs > div.nbe.events h4 {
  color: #6f2c90;
}
.wrapper section .content-wrap aside#rhs > div.nbe.events ul li {
  background: url(img/arrow-right-purple.svg) 0 2px no-repeat;
}
.wrapper section .content-wrap aside#rhs > div.nbe.events ul li a span {
  color: #6f2c90;
}
.wrapper section .content-wrap aside#rhs > div.nbe.events ul li a:hover {
  color: #6f2c90;
}
.wrapper section .content-wrap aside#rhs > div.nbe.news {
  background: url(img/news-icon.svg) 0 0 no-repeat;
}
.wrapper section .content-wrap aside#rhs > div.nbe.news h4 {
  color: #36918a;
}
.wrapper section .content-wrap aside#rhs > div.nbe.news ul li {
  background: url(img/arrow-right-green.svg) 0 2px no-repeat;
}
.wrapper section .content-wrap aside#rhs > div.nbe.news ul li a:hover {
  color: #36918a;
}
.wrapper section .content-wrap#filtering-news div.articleWrap,
.wrapper section .content-wrap#filterable div.articleWrap {
  float: left;
  width: 980px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap.search-results article img,
.wrapper section .content-wrap#filterable div.articleWrap.search-results article img {
  width: 100%;
}
.wrapper section .content-wrap#filtering-news div.articleWrap.search-results article > p > a,
.wrapper section .content-wrap#filterable div.articleWrap.search-results article > p > a {
  padding-left: 12px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap ul.filters,
.wrapper section .content-wrap#filterable div.articleWrap ul.filters {
  overflow: hidden;
}
.wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li,
.wrapper section .content-wrap#filterable div.articleWrap ul.filters li {
  float: left;
  margin-right: 5px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li strong,
.wrapper section .content-wrap#filterable div.articleWrap ul.filters li strong {
  color: #005da9;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li a,
.wrapper section .content-wrap#filterable div.articleWrap ul.filters li a {
  color: #494838;
  margin-right: 5px;
  text-decoration: none;
}
.wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li a:hover,
.wrapper section .content-wrap#filterable div.articleWrap ul.filters li a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li a.active,
.wrapper section .content-wrap#filterable div.articleWrap ul.filters li a.active {
  color: #ef7d00;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article,
.wrapper section .content-wrap#filterable div.articleWrap article {
  background: #d4eae9;
  border-top: 3px solid #36918a;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 294px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article:nth-of-type(3n),
.wrapper section .content-wrap#filterable div.articleWrap article:nth-of-type(3n) {
  margin-right: 0px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article img,
.wrapper section .content-wrap#filterable div.articleWrap article img {
  display: block;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article .content,
.wrapper section .content-wrap#filterable div.articleWrap article .content {
  padding: 12px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article .content h2,
.wrapper section .content-wrap#filterable div.articleWrap article .content h2 {
  line-height: 1.2;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article .content h2 a {
  color: #36918a;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article .content p,
.wrapper section .content-wrap#filterable div.articleWrap article .content p {
  line-height: 1.4;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article > p,
.wrapper section .content-wrap#filterable div.articleWrap article > p {
  font-size: 1.3em;
  margin-bottom: 0px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article > p a,
.wrapper section .content-wrap#filterable div.articleWrap article > p a {
  background: #e9f5f5 url(img/arrow-right-green.svg) 270px 50% no-repeat;
  background-size: 9px auto;
  color: #494838;
  display: block;
  padding: 12px 12px 12px 42px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article > p a:hover {
  background-color: #fce5cc;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article > p a i {
  background: url(img/news-icon.svg) 0 0 no-repeat;
  background-size: auto 18px;
  position: absolute;
  height: 18px;
  left: 12px;
  top: 12px;
  width: 22px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.purple,
.wrapper section .content-wrap#filterable div.articleWrap article.purple,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-event,
.wrapper section .content-wrap#filterable div.articleWrap article.category-event,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-professional-bodies,
.wrapper section .content-wrap#filterable div.articleWrap article.category-professional-bodies,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-rsci,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-rsci,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-cpd-approved-employer,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-cpd-approved-employer {
  background: #ebe2ef;
  border-color: #6f2c90;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.purple .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.purple .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-event .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-event .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-professional-bodies .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-professional-bodies .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-rsci .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-rsci .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-cpd-approved-employer .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-cpd-approved-employer .content h2 a {
  color: #6f2c90;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.purple .content h2 span,
.wrapper section .content-wrap#filterable div.articleWrap article.purple .content h2 span,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-event .content h2 span,
.wrapper section .content-wrap#filterable div.articleWrap article.category-event .content h2 span,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-professional-bodies .content h2 span,
.wrapper section .content-wrap#filterable div.articleWrap article.category-professional-bodies .content h2 span,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-rsci .content h2 span,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-rsci .content h2 span,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-cpd-approved-employer .content h2 span,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-cpd-approved-employer .content h2 span {
  color: #6f2c90;
  font-size: 0.8em;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.purple > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.purple > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-event > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-event > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-professional-bodies > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-professional-bodies > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-rsci > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-rsci > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-cpd-approved-employer > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-cpd-approved-employer > p a {
  background-color: #f1ebf4;
  background-image: url(img/arrow-right-purple.svg);
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.purple > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.purple > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-event > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-event > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-professional-bodies > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-professional-bodies > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-rsci > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-rsci > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-cpd-approved-employer > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-cpd-approved-employer > p a:hover {
  background-color: #fce5cc;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.purple > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.purple > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-event > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-event > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-professional-bodies > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-professional-bodies > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-rsci > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-rsci > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-cpd-approved-employer > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-cpd-approved-employer > p a i {
  background-image: url(img/events-icon.svg);
  top: 10px;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.blue,
.wrapper section .content-wrap#filterable div.articleWrap article.blue,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-blog,
.wrapper section .content-wrap#filterable div.articleWrap article.category-blog,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csci,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csci,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csciteach,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csciteach,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-learned-society,
.wrapper section .content-wrap#filterable div.articleWrap article.category-learned-society {
  background: #ccdfee;
  border-color: #005da9;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.blue .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.blue .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-blog .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-blog .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csci .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csci .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csciteach .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csciteach .content h2 a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-learned-society .content h2 a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-learned-society .content h2 a {
  color: #005da9;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.blue > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.blue > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-blog > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-blog > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csci > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csci > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csciteach > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csciteach > p a,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-learned-society > p a,
.wrapper section .content-wrap#filterable div.articleWrap article.category-learned-society > p a {
  background-color: #dbe9f3;
  background-image: url(img/arrow-right-blue.svg);
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.blue > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.blue > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-blog > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-blog > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csci > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csci > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csciteach > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csciteach > p a:hover,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-learned-society > p a:hover,
.wrapper section .content-wrap#filterable div.articleWrap article.category-learned-society > p a:hover {
  background-color: #fce5cc;
}
.wrapper section .content-wrap#filtering-news div.articleWrap article.blue > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.blue > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-blog > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-blog > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csci > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csci > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-case-study-csciteach > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-case-study-csciteach > p a i,
.wrapper section .content-wrap#filtering-news div.articleWrap article.category-learned-society > p a i,
.wrapper section .content-wrap#filterable div.articleWrap article.category-learned-society > p a i {
  background-image: url(img/blog-icon.svg);
  top: 12px;
}
.wrapper section .content-wrap#filterable div.articleWrap article {
  background: #d4eae9;
  border-top: 3px solid #36918a;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 212px;
  /*
						&:nth-of-type(4n){
							margin-right: 0px;
						}
*/
}
.wrapper section .content-wrap#filterable div.articleWrap article:nth-of-type(3n) {
  margin-right: 30px;
}
.wrapper section .content-wrap#filterable div.articleWrap article p a {
  background-position: 190px 50%;
  padding-left: 12px;
}
.wrapper section .content-wrap#filterable div.articleWrap article .content p a {
  padding-left: 0px;
}
.wrapper section .content-wrap#filterable div.articleWrap article.members img {
  padding: 1px;
}
.wrapper section#landing #topArea {
  background: #ccdfee;
  margin-bottom: 30px;
  overflow: hidden;
}
.wrapper section#landing #topArea .content {
  float: left;
  padding: 15px 0 12px 20px;
  width: 625px;
}
.wrapper section#landing #topArea .content h1 {
  margin-bottom: 10px;
}
.wrapper section#landing #topArea .content p {
  font-size: 1.6em;
  line-height: 1.4;
}
.wrapper section#landing #topArea figure {
  float: right;
  position: relative;
  width: 625px;
}
.wrapper section#landing #topArea figure img {
  display: block;
  float: right;
  width: 100%;
}
.wrapper section#landing #topArea figure span {
  background: url(img/landingPageMask.png) 0 0 no-repeat;
  background-size: auto 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 164px;
}
.wrapper section#landing .social-share {
  clear: both;
  float: right;
}
.wrapper section#landing .cols2 {
  float: left;
  margin-right: 30px;
  width: 625px;
}
.wrapper section#landing .cols2:last-of-type {
  margin-right: 0px;
}
.wrapper section#landing .cols2 h2 {
  font-size: 1.9em;
}
.wrapper section#landing .cols2 h2.grey {
  color: #494838;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section#landing .cols2 nav {
  padding-top: 20px;
  width: 100%;
}
.wrapper section#landing .cols2 nav ul {
  width: 100%;
}
.wrapper section#landing .cols2 nav ul li {
  width: 100%;
}
.wrapper section#landing .cols2 .grid li {
  background: #d4eae9;
  float: left;
  font-size: 1em;
  margin-right: 30px;
  min-height: 297px;
  padding: 20px;
  width: 297px;
}
.wrapper section#landing .cols2 .grid li h3 {
  font-size: 2.4em;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section#landing .cols2 .grid li p {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 0px;
}
.wrapper section#landing .cols2 .grid li:nth-child(2n) {
  margin-right: 0px;
}
.wrapper section#landing .cols2 .grid li:nth-child(2n+1) {
  clear: left;
}
.wrapper section#landing .cols2 .grid li.featureButton {
  background: transparent;
  padding: 0px;
}
.wrapper section#landing .cols2 .grid li.featureButton a {
  text-decoration: none!important;
}
.wrapper section#landing .cols2 .grid li.featureButton a p {
  background-color: #ef7d00;
  background-image: url(img/arrow-right-white.svg);
  background-size: 40px 80px;
  background-position: 24px 90%;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 2.2em;
  height: 100%;
  line-height: 1.4;
  min-height: 297px;
  padding: 24px 24px 100px 24px;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.wrapper section#landing .cols2 .grid li.featureButton a p:hover {
  background-color: #005da9;
}
.wrapper section#landing .cols2 .grid li.featureButton a p span {
  border-bottom: 1px solid #fff;
  text-decoration: none!important;
}
.wrapper section#landing .cols2 .banners figure {
  float: right;
  margin: 0 0 30px 0;
}
.wrapper section#landing .cols2 .banners figure img {
  display: block;
}
.wrapper section .banners figure,
.wrapper section.banners figure {
  display: inline-block;
  float: left;
  margin: 0 30px 0 0;
  position: relative;
  width: 625px;
}
.wrapper section .banners figure:last-of-type,
.wrapper section.banners figure:last-of-type {
  margin-right: 0px;
}
.wrapper section .banners figure img,
.wrapper section.banners figure img {
  display: block;
  width: 100%;
}
.wrapper section .banners figure figcaption,
.wrapper section.banners figure figcaption {
  left: 30px;
  position: absolute;
  text-align: left;
  top: 30px;
}
.wrapper section .banners figure figcaption h3,
.wrapper section.banners figure figcaption h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 4px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section .banners figure figcaption p,
.wrapper section.banners figure figcaption p {
  background: url(img/arrow-right-white.svg) right 3px no-repeat;
  clear: both;
  color: #fff;
  font-size: 19px;
  float: left;
  line-height: 1;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wrapper section .banners figure a:hover figcaption p,
.wrapper section.banners figure a:hover figcaption p {
  color: #ef7d00;
  background-image: url(img/arrow-right-orange.svg);
}
.wrapper section h1 {
  color: #6f2c90;
  font-size: 4.2em;
  letter-spacing: -0.6px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section h2 {
  color: #005da9;
  font-size: 2.4em;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section h2.Accordions {
  display: none;
}
.wrapper section h3 {
  color: #36918a;
  font-size: 1.9em;
  letter-spacing: -0.6px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.wrapper section h4 {
  letter-spacing: -0.6px;
}
.wrapper section ul.Accordions {
  display: none;
}
.wrapper section p,
.wrapper section ul li,
.wrapper section ol li {
  color: #5c5c5c;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.wrapper section p strong,
.wrapper section ul li strong,
.wrapper section ol li strong {
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section p em,
.wrapper section ul li em,
.wrapper section ol li em {
  font-style: italic;
}
.wrapper section p a,
.wrapper section ul li a,
.wrapper section ol li a {
  color: #6f2c90;
  text-decoration: underline;
}
.wrapper section p a:hover,
.wrapper section ul li a:hover,
.wrapper section ol li a:hover {
  color: #ef7d00;
}
.wrapper section p li,
.wrapper section ul li li,
.wrapper section ol li li {
  font-size: 1em;
}
.wrapper section p iframe,
.wrapper section ul li iframe,
.wrapper section ol li iframe {
  max-width: 100%;
}
.wrapper section div.accordions {
  clear: left;
  font-size: 1em;
  margin-bottom: 20px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wrapper section div.accordions.flat .accordions-head,
.wrapper section div.accordions .items .accordions-head {
  background: none!important;
  border-color: none;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  border-bottom: 1px solid #cccccc !important;
  color: #005da9 !important;
  font-size: 2.4em !important;
  margin: 0;
  padding: 10px 60px 10px 0;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
.wrapper section div.accordions.flat .accordions-head:hover,
.wrapper section div.accordions .items .accordions-head:hover {
  color: #6f2c90 !important;
}
.wrapper section div.accordions.flat .accordions-head:hover .accordion-icons .accordion-plus,
.wrapper section div.accordions .items .accordions-head:hover .accordion-icons .accordion-plus {
  background: url(img/toggle-open-hover.svg) 0 0 no-repeat;
}
.wrapper section div.accordions.flat .accordions-head .accordion-icons,
.wrapper section div.accordions .items .accordions-head .accordion-icons {
  left: auto!important;
  right: 0px;
  top: 8px;
}
.wrapper section div.accordions.flat .accordions-head .accordion-icons .accordion-plus,
.wrapper section div.accordions .items .accordions-head .accordion-icons .accordion-plus {
  background: url(img/toggle-open.svg) 0 0 no-repeat;
  display: block!important;
  height: 38px;
  width: 38px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wrapper section div.accordions.flat .accordions-head .accordion-icons .accordion-plus:hover,
.wrapper section div.accordions .items .accordions-head .accordion-icons .accordion-plus:hover {
  background: url(img/toggle-open-hover.svg) 0 0 no-repeat;
}
.wrapper section div.accordions.flat .accordions-head .accordion-icons .accordion-minus,
.wrapper section div.accordions .items .accordions-head .accordion-icons .accordion-minus {
  display: none!important;
}
.wrapper section div.accordions.flat .accordions-head.ui-state-active,
.wrapper section div.accordions .items .accordions-head.ui-state-active {
  border-bottom: none!important;
}
.wrapper section div.accordions.flat .accordions-head.ui-state-active .accordion-icons .accordion-plus,
.wrapper section div.accordions .items .accordions-head.ui-state-active .accordion-icons .accordion-plus {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wrapper section div.accordions.flat .accordions-head .accordions-head-title,
.wrapper section div.accordions .items .accordions-head .accordions-head-title {
  color: #005da9 !important;
  font-size: 0.8em !important;
}
.wrapper section div.accordions.flat .accordion-content,
.wrapper section div.accordions .items .accordion-content {
  background: none!important;
  border-left: none!important;
  border-radius: 0;
  border-right: none!important;
  border-top: none!important;
  border-bottom: 1px solid #cccccc !important;
  font-size: 1em!important;
  margin: 0;
  padding: 0px;
}
.wrapper section article#post-404 {
  min-height: 400px;
}
.wrapper section article ul {
  margin-bottom: 20px;
}
.wrapper section article ul li {
  margin-bottom: 0px;
  padding-left: 18px;
  position: relative;
}
.wrapper section article ul li:before {
  background-color: #005da9;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.wrapper section article ul li ul {
  margin-bottom: 0px;
}
.wrapper section article ul li ol {
  margin-bottom: 0px;
}
.wrapper section article ul li ol li:before {
  display: none;
}
.wrapper section article ol {
  margin-bottom: 20px;
  padding-left: 22px;
}
.wrapper section article ol li {
  list-style-type: decimal;
  margin-bottom: 0px;
  padding-left: 0px;
  position: relative;
}
.wrapper section article ol li ol {
  margin-bottom: 0px;
}
.wrapper section article ol li ul {
  margin-bottom: 0px;
}
.wrapper section article ol li ul li {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 18px;
  position: relative;
}
.wrapper section article ol li ul li:before {
  background-color: #005da9;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.wrapper section article blockquote {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
}
.wrapper section article blockquote p {
  font-size: 1.9em;
}
.wrapper section .cols3 {
  float: left;
  margin-right: 30px;
  width: 406px;
  /* 370px */
}
.wrapper section .cols3:last-of-type {
  margin-right: 0px;
}
.wrapper section .content-wrap form,
.wrapper section .content--wide__wrapper form#mepr_loginform {
  background: #ccdfee;
  margin-bottom: 30px;
  padding: 30px;
}
.wrapper section .content-wrap form .gform_description,
.wrapper section .content--wide__wrapper form#mepr_loginform .gform_description {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.wrapper section .content-wrap form li,
.wrapper section .content--wide__wrapper form#mepr_loginform li {
  font-size: 1em;
  padding-left: 0px;
}
.wrapper section .content-wrap form li label,
.wrapper section .content--wide__wrapper form#mepr_loginform li label {
  display: none;
}
.wrapper section .content-wrap form input[type=text],
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=text],
.wrapper section .content-wrap form input[type=password],
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=password],
.wrapper section .content-wrap form input[type=email],
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=email] {
  border-bottom: none;
  border-left: 1px solid #cacaca;
  border-right: none;
  border-top: 1px solid #cacaca;
  float: left;
  font-size: 1.8em;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  text-indent: 0px;
  width: 100%;
}
.wrapper section .content-wrap form textarea,
.wrapper section .content--wide__wrapper form#mepr_loginform textarea {
  border-bottom: none;
  border-left: 1px solid #cacaca;
  border-right: none;
  border-top: 1px solid #cacaca;
  float: left;
  font-size: 1.8em;
  height: 100px;
  margin-bottom: 20px;
  padding-left: 15px;
  text-indent: 0px;
  width: 100%;
}
.wrapper section .content-wrap form select,
.wrapper section .content--wide__wrapper form#mepr_loginform select,
.wrapper section .content-wrap form select.medium,
.wrapper section .content--wide__wrapper form#mepr_loginform select.medium {
  background: #00304a url(img/select-background.gif) right top no-repeat;
  border: none;
  clear: both;
  color: #fff;
  float: left;
  font-size: 1.8em;
  height: 34px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 58px;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.wrapper section .content-wrap form input[type=submit],
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=submit],
.wrapper section .content-wrap form input[type=image],
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=image] {
  background: #ef7d00;
  border: none;
  color: #fff;
  font-size: 1.8em;
  height: 60px;
  width: 100%;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.wrapper section .content-wrap form input[type=submit]:hover,
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=submit]:hover,
.wrapper section .content-wrap form input[type=image]:hover,
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=image]:hover {
  background: #005da9;
}
.wrapper section .content-wrap form input[type=image],
.wrapper section .content--wide__wrapper form#mepr_loginform input[type=image] {
  height: auto;
  padding: 20px;
  width: auto;
}
.wrapper section .content-wrap form h3,
.wrapper section .content--wide__wrapper form#mepr_loginform h3 {
  color: #005da9;
  font-size: 1.8em;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section .content-wrap form p,
.wrapper section .content--wide__wrapper form#mepr_loginform p {
  font-size: 1em;
}
.wrapper section .content-wrap form pform-submit,
.wrapper section .content--wide__wrapper form#mepr_loginform pform-submit {
  font-size: 1.5em;
}
.wrapper section .content-wrap form p label,
.wrapper section .content--wide__wrapper form#mepr_loginform p label {
  font-size: 1.8em;
}
footer ul.social-follow,
footer #mc_embed_signup {
  overflow: hidden;
}
ul.social-follow li {
  float: left;
  margin-right: 7px;
}
ul.social-follow li a {
  display: block;
}
ul.social-follow li a svg circle {
  fill: #005da9;
  transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}
ul.social-follow li a svg path {
  fill: #fff;
}
ul.social-follow li a:hover svg circle {
  fill: #ef7d00;
}
ul.social-share li {
  float: left;
  line-height: 1;
  margin-right: 10px;
}
ul.social-share li:last-of-type {
  margin-right: 0px;
}
ul.social-share li a {
  display: block;
}
ul.social-share li a svg circle {
  fill: #ccdfee;
  transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}
ul.social-share li a svg path {
  fill: #005da9;
}
ul.social-share li a:hover svg circle {
  fill: #005da9;
}
ul.social-share li a:hover svg path {
  fill: #fff;
}
.tooltip {
  display: inline;
  position: relative;
  z-index: 999;
}
/* Gap filler */
.tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip:hover::after {
  pointer-events: auto;
}
/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 160px;
  height: auto;
  left: 50%;
  margin-left: -80px;
  bottom: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.tooltip-effect-2 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, 5deg);
  transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, 5deg);
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tooltip-content > span {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.tooltip-back {
  background: #6f2c90;
  font-size: 14px;
  padding: 10px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.tooltip:hover .tooltip-content > span {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}
/* Arrow */
.tooltip-content .tooltip-back::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
}
.tooltip-content .tooltip-back::after {
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #6f2c90;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
/* pagination */
.pagination {
  clear: both;
  font-size: 14px;
  margin-bottom: 40px;
  position: relative;
  text-align: right;
}
.pagination .page-numbers {
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #5c5c5c;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.pagination .page-numbers.current {
  background-color: #00304a;
  border-color: #00304a;
  color: #fff;
}
.pagination .page-numbers.current:hover {
  background-color: #00304a;
}
.pagination .page-numbers:hover {
  background-color: #fce5cc;
}
.pagination .page-numbers.next {
  background: url(img/arrow-right-blue.svg) center center no-repeat;
  color: transparent;
  text-align: left;
  text-indent: -9999px;
  letter-spacing: -9999px;
}
.pagination .page-numbers.next:hover {
  background-color: #fce5cc;
}
.pagination .page-numbers.prev {
  background: url(img/arrow-left-blue.svg) center center no-repeat;
  background-color: #fff;
  color: transparent;
  text-align: left;
  text-indent: -9999px;
  letter-spacing: -9999px;
}
.pagination .page-numbers.prev:hover {
  background-color: #fce5cc;
}
.wrapper section article .comments {
  padding-top: 30px;
}
.wrapper section article .comments ul li {
  font-size: 1em;
  padding-left: 0px;
}
.wrapper section article .comments ul li:before {
  display: none;
}
.wrapper section article .comments ul li .comment-author {
  font-size: 1.6em;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section article .comments ul li .comment-meta {
  font-size: 1.6em;
}
.wrapper section article .comments ul li .reply a {
  background: #fff;
  border: 1px solid #cccccc;
  color: #005da9;
  font-size: 1.6em;
  font-weight: 700;
  padding: 5px 18px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.wrapper section article .comments ul li .reply a:hover {
  background: #ef7d00;
  color: #fff;
}
/* footer */
.footer {
  background: #00304a;
  clear: both;
  color: #fff;
  overflow: hidden;
  padding-top: 34px;
}
.footer .cols4 {
  float: left;
  width: 25%;
}
.footer .cols4 h4 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.footer .cols4 ul li {
  margin-bottom: 16px;
}
.footer .cols4 ul li.home {
  display: none;
}
.footer .cols4 ul li a.home-icon {
  background: url(img/home-icon-white.svg) 0 0 no-repeat;
  display: block;
  height: 14px;
  width: 16px;
  color: transparent;
  font: 0/0 a;
  transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -webkit-transition: background-image 0.3s ease-in-out;
}
.footer .cols4 ul li a.home-icon:hover {
  background-image: url(img/home-icon-orange.svg);
}
.footer .cols4 ul li.menu-item span {
  display: none;
}
.footer .cols4 ul li ul {
  display: none;
}
.footer .cols4 form {
  float: left;
}
.footer .cols4 form input[type=email] {
  background: #ccdfee;
  border: none;
  border-left: 1px solid #a2b1bd;
  border-top: 1px solid #a2b1bd;
  float: left;
  font-size: 1.4em;
  height: 40px;
  padding: 0px;
  text-indent: 10px;
  width: 230px;
}
.footer .cols4 form input[type=submit] {
  background: #005da9 url(img/arrow-right-white.svg) center center no-repeat;
  border: none;
  float: left;
  height: 40px;
  width: 38px;
  color: transparent;
  font: 0/0 a;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.footer .cols4 form input[type=submit]:hover {
  background-color: #ef7d00;
}
.footer ul li {
  font-size: 1.4em;
}
.footer p {
  font-size: 1.4em;
}
.footer a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.footer a:hover {
  color: #ef7d00;
}
.footer #lowerFooter {
  border-top: 1px solid #005da9;
  clear: both;
  margin-top: 50px;
  padding: 13px 0;
  float: left;
  width: 100%;
}
.footer #lowerFooter p {
  color: #ccdfee;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.footer #lowerFooter p.right {
  float: right;
}
.footer #lowerFooter p a {
  color: #ccdfee;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.footer #lowerFooter p a:hover {
  color: #ef7d00;
}
.footer #lowerFooter ul {
  float: left;
}
.footer #lowerFooter ul li {
  color: #ccdfee;
  float: left;
  margin-left: 7px;
}
.footer #lowerFooter ul li a {
  color: #ccdfee;
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.footer #lowerFooter ul li a:hover {
  color: #ef7d00;
}
.footer__icon {
  clear: both;
  margin-top: 10px;
  width: 70px;
}
.footer__icon--mobile {
  display: block;
}
.footer__icon--desktop {
  display: none;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer__icon--mobile {
    display: none;
  }
  .footer__icon--desktop {
    display: block;
  }
}
.gform_wrapper .top_label .gfield_error {
  width: 100%!important;
}
body .gform_wrapper .gfield_time_ampm select {
  width: 6.2em !important;
}
body .gform_wrapper .ginput_complex .ginput_full input[type=email],
body .gform_wrapper .ginput_complex .ginput_full input[type=number],
body .gform_wrapper .ginput_complex .ginput_full input[type=password],
body .gform_wrapper .ginput_complex .ginput_full input[type=tel],
body .gform_wrapper .ginput_complex .ginput_full input[type=text],
body .gform_wrapper .ginput_complex .ginput_full input[type=url],
body .gform_wrapper .ginput_complex .ginput_right select,
body .gform_wrapper .ginput_complex select,
body .name_first,
body .name_last {
  width: 100%!important;
}
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
}
body .gform_wrapper .ginput_complex .ginput_right {
  float: right;
}
body .ginput_container_fileupload {
  font-size: 1.4em;
  margin-bottom: 15px;
}
body .gform_wrapper .ginput_complex span.name_prefix select {
  width: 50%!important;
}
body .ginput_container_radio,
body .ginput_container_checkbox,
body .name_prefix_select select {
  margin-bottom: 20px!important;
}
body .gform_wrapper .gfield_date_day,
body .gform_wrapper .gfield_date_month,
body .gform_wrapper .gfield_date_year,
body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute {
  width: 8.8em;
}
.wrapper section .content-wrap form li.form_indent {
  padding-left: 25px;
}
.wrapper section .content-wrap .gform_wrapper li.show_label label {
  display: block;
  font-size: 1.6em;
}
/*
.wrapper section .content-wrap form .field_description_below input[type=text] {
	margin-bottom: 0px;
}
*/
.gform_wrapper .field_description_below .gfield_description {
  font-size: 1.3em;
}
.wrapper section .content-wrap .gform_wrapper form p {
  font-size: 1.6em;
  padding: 10px 0;
}
.gfield_checkbox,
.gfield_radio {
  /* Remove the custom styling for IE 7-8 */
}
.gfield_checkbox label,
.gfield_radio label {
  margin-left: 0px!important;
}
.gfield_checkbox input[type="radio"],
.gfield_radio input[type="radio"],
.gfield_checkbox input[type="checkbox"],
.gfield_radio input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
.gfield_checkbox label:before,
.gfield_radio label:before {
  display: inline-block;
  position: relative;
  top: 0.25em;
  left: -2px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(img/formelements.png);
}
.gfield_checkbox input[type="checkbox"] + label:before,
.gfield_radio input[type="checkbox"] + label:before {
  background-position: 0 -25px;
}
.gfield_checkbox input[type="checkbox"]:checked + label:before,
.gfield_radio input[type="checkbox"]:checked + label:before {
  background-position: 0 0 ;
}
.gfield_checkbox input[type="radio"] + label:before,
.gfield_radio input[type="radio"] + label:before {
  background-position: -25px -25px;
}
.gfield_checkbox input[type="radio"]:checked + label:before,
.gfield_radio input[type="radio"]:checked + label:before {
  background-position: -25px 0;
}
.gfield_checkbox .ie8 label:before,
.gfield_radio .ie8 label:before {
  display: none;
  content: none;
}
.gfield_checkbox .ie8 input[type="checkbox"],
.gfield_radio .ie8 input[type="checkbox"],
.gfield_checkbox .ie8 input[type="radio"],
.gfield_radio .ie8 input[type="radio"],
.gfield_checkbox .ie7 input[type="checkbox"],
.gfield_radio .ie7 input[type="checkbox"],
.gfield_checkbox .ie7 input[type="radio"],
.gfield_radio .ie7 input[type="radio"] {
  position: static;
  left: 0;
}
.gfield_checkbox .ie8 input[type="checkbox"],
.gfield_radio .ie8 input[type="checkbox"],
.gfield_checkbox .ie8 input[type="radio"],
.gfield_radio .ie8 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em;
}
.gfield_checkbox input[type="text"]:focus,
.gfield_radio input[type="text"]:focus,
.gfield_checkbox textarea:focus,
.gfield_radio textarea:focus {
  border-color: #000;
}
.ginput_container_select select {
  width: 100%!important;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .inner {
    width: 950px;
  }
  .header .nav ul li {
    width: 229px!important;
  }
  .header .nav ul li.link2,
  .header .nav ul li.link3,
  .header .nav ul li.link4 {
    width: 180px!important;
  }
  .header .nav ul li > a {
    padding-right: 50px!important;
  }
  .header .nav ul li li a {
    padding-right: 0px!important;
  }
  .header .aux ul li {
    margin-left: 5px;
  }
  .header .aux ul li a {
    padding-left: 5px;
  }
  .wrapper section .content-wrap {
    width: 665px;
  }
  .wrapper section#carousel .flexslider-home span.triangleRight,
  .wrapper section#carousel .flexslider-home span.triangleLeft {
    width: 300px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div {
    height: 296px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div h2 {
    font-size: 38px;
    max-width: 620px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div p {
    font-size: 20px;
    max-width: 600px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div a.link {
    padding: 8px 48px 8px 20px;
  }
  .wrapper section nav {
    width: 250px;
  }
  .wrapper section .cols3 {
    width: 296px;
  }
  .wrapper section#subscribe .formWrap form #fauxMailchimp {
    width: 285px;
  }
  .wrapper section#homeContent .inner {
    padding-bottom: 60px;
  }
  .wrapper section#homeContent article {
    width: 40%;
  }
  .wrapper section#landing #topArea .content {
    padding-right: 20px;
    width: 100%;
  }
  .wrapper section#landing #topArea figure {
    width: 100%;
  }
  .wrapper section#landing .cols2 {
    margin-right: 0px;
    width: 100%;
  }
  .wrapper section#landing .cols2 .grid li {
    min-height: 230px;
    width: 460px;
  }
  .wrapper section#landing .cols2 .grid li.featureButton a {
    min-height: 230px;
  }
  .wrapper section#landing .cols2 nav {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .wrapper section#landing .cols2 .banners figure {
    /*
display: block;
					float: none;
					margin: 0 auto 30px;
					width: 100%;
*/
    float: left;
    margin: 0 15px 30px;
    width: 440px;
  }
  .wrapper section#landing .social-share {
    float: left;
  }
  .wrapper section .banners figure,
  .wrapper section.banners figure {
    width: 460px;
  }
  .wrapper section .banners figure figcaption,
  .wrapper section.banners figure figcaption {
    left: 20px;
    top: 20px;
  }
  .wrapper section .content-wrap article {
    width: 650px;
  }
  .wrapper section .content-wrap aside {
    clear: left;
    float: left;
    margin-bottom: 40px;
    margin-left: 0px;
    width: 100%;
  }
  .wrapper section .content-wrap aside ul.social-share {
    float: right;
  }
  .wrapper section.post article#member-case-study {
    width: 670px;
  }
  .wrapper section.post article#member-case-study .left {
    float: left;
    width: 225px;
  }
  .wrapper section.post article#member-case-study .right {
    float: right;
    width: 415px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap,
  .wrapper section .content-wrap#filterable div.articleWrap {
    width: 670px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article,
  .wrapper section .content-wrap#filterable div.articleWrap article {
    padding-bottom: 0px;
    width: 305px;
  }
  .footer ul li,
  .footer p {
    font-size: 1.2em;
  }
  .footer #lowerFooter ul li {
    margin-left: 4px;
  }
  .footer #lowerFooter ul li a {
    padding-left: 4px;
  }
  .footer .cols4 form input[type=email] {
    width: 170px;
  }
}
@media only screen and (min-width: 1024px) {
  /* nav */
  .header #btnMenu {
    display: none;
  }
  .header nav.mobile {
    display: none;
  }
  .header .nav {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .header .nav ul li {
    float: left;
    position: relative;
    width: 298px;
    /* second level */
  }
  .header .nav ul li.link2 {
    width: 233px;
    width: 245px;
  }
  .header .nav ul li.link3 {
    width: 305px;
  }
  .header .nav ul li a {
    background-color: #fff;
    background-image: url(img/arrow-down.svg);
    background-position: 12px 16px;
    background-repeat: no-repeat;
    background-size: 16px 8px;
    color: #005da9;
    display: block;
    font-size: 1.5em;
    height: 68px;
    line-height: 1.2;
    padding: 12px 100px 0 35px;
    padding: 12px 70px 0 35px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
  }
  .header .nav ul li:hover > a {
    background-color: #d4eae9;
    color: #6f2c90;
  }
  .header .nav ul li:hover > ul {
    display: block;
    opacity: 1;
  }
  .header .nav ul li.current_page_ancestor > a,
  .header .nav ul li.current_page_item > a {
    color: #6f2c90;
  }
  .header .nav ul li ul {
    display: none;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 68px;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
  }
  .header .nav ul li ul li {
    background: url(img/arrow-right-blue.svg) 15px 13px no-repeat;
    background-color: #e9f5f5;
    background-size: 5px 10px;
    font-size: 1em;
    padding-left: 30px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
  }
  .header .nav ul li ul li:last-of-type a {
    border-bottom: none;
  }
  .header .nav ul li ul li a {
    background-image: none;
    background-color: transparent;
    border-bottom: 1px solid #d4eae9;
    color: #494838;
    height: auto;
    padding: 10px;
  }
  .header .nav ul li ul li:hover,
  .header .nav ul li ul li.current_page_item {
    background-color: #d4eae9;
  }
  .header .nav ul li ul li:hover a,
  .header .nav ul li ul li.current_page_item a {
    color: #005da9;
  }
  .header .nav ul li ul li:hover > ul,
  .header .nav ul li ul li.current_page_item > ul {
    display: none;
  }
  .header .nav ul li ul li ul {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    padding-top: 159px;
  }
  body.scrolling .header {
    height: 103px;
  }
  /* nav */
  .header {
    height: 159px;
    /* nav */
  }
  .header .inner {
    position: relative;
  }
  .header .nav {
    display: none;
  }
  .header .logo {
    margin-bottom: 20px;
  }
  .header #btnMenu {
    background: url(img/arrow-left-blue.svg) left center no-repeat;
    bottom: 42px;
    color: #005da9;
    font-size: 1.8em;
    padding-left: 20px;
    position: absolute;
    right: 0px;
    font-family: "gesta", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .header nav.mobile {
    background: #d4eae9;
    border-left: 1px solid #cccccc;
    clear: both;
    display: block;
    float: left;
    height: 100%;
    padding: 75px 0 0;
    position: fixed;
    right: -500px;
    top: 0px;
    width: 500px;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
  }
  .header nav.mobile a.close {
    left: 30px;
    position: absolute;
    top: 24px;
    z-index: 1;
  }
  .header nav.mobile #navWrap {
    border-top: 1px solid #cccccc;
    position: relative;
    height: 100%;
  }
  .header nav.mobile ul {
    width: 100%;
    z-index: 1;
    transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
  }
  .header nav.mobile ul li {
    border-bottom: 1px solid #cccccc;
    position: relative;
    width: 100%;
    /* second level */
  }
  .header nav.mobile ul li a {
    color: #005da9;
    display: block;
    font-size: 1.7em;
    line-height: 1.2;
    padding: 10px 30px 10px 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
  }
  .header nav.mobile ul li a:hover {
    background-color: #36918a;
    color: #fff;
  }
  .header nav.mobile ul li.menu-item-has-children > a {
    width: 419px;
  }
  .header nav.mobile ul li.menu-item-has-children span.expand {
    background: #36918a url(img/arrow-down-white.svg) 20px 50% no-repeat;
    border-left: 2px solid #d4eae9;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
  }
  .header nav.mobile ul li span {
    display: none;
  }
  .header nav.mobile ul li.home {
    display: none;
  }
  .header nav.mobile ul li.current_page_item a {
    background-color: #36918a;
    color: #fff;
  }
  .header nav.mobile ul li.current_page_item ul li a {
    background: transparent;
  }
  .header nav.mobile ul li.current_page_item ul li a:hover {
    background-color: #555555;
  }
  .header nav.mobile ul li.active a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  .header nav.mobile ul li ul.sub-menu {
    background: #dbe9f3;
    display: none;
    /*
						position: absolute;
						top: 0px;
						left: 500px;
*/
    width: 100%;
    z-index: 2;
  }
  .header nav.mobile ul li ul.sub-menu li {
    border-bottom: none;
    border-top: 1px solid #cccccc;
    margin-bottom: 0px;
  }
  .header nav.mobile ul li ul.sub-menu li a {
    color: #005da9;
    font-size: 1.6em;
    font-family: "gesta", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .header nav.mobile ul li ul.sub-menu li a:hover {
    background: #005da9;
    color: #fff;
  }
  .header nav.mobile ul li ul.sub-menu li.current_page_item a {
    background-color: #005da9;
    color: #fff;
  }
  .header nav.mobile ul li ul.sub-menu li.current_page_item ul li a {
    background: transparent;
    /*

									&:hover {
										background-color: #555555;
									}
*/
  }
  .header nav.mobile ul li ul.sub-menu li.active > a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  .header nav.mobile ul li ul.sub-menu li span.expand {
    background: #005da9 url(img/arrow-down-white.svg) 20px 50% no-repeat;
  }
  .header nav.mobile ul li ul.sub-menu li ul {
    background: #eef5fa;
  }
  header {
    transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
  }
  nav.mobile {
    transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
  }
  .wrapper {
    transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -webkit-transition: margin-left 0.3s ease-in-out;
  }
  body.open .header {
    left: -500px;
  }
  body.open .wrapper {
    margin-left: -500px;
  }
  body.open nav.mobile {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    width: 700px;
  }
  .header .nav ul li {
    width: 179px!important;
  }
  .header .nav ul li.link1 {
    width: 190px!important;
  }
  .header .nav ul li.link2 {
    width: 140px!important;
  }
  .header .nav ul li a {
    padding-right: 0px!important;
  }
  .header #loginPanel,
  .header .accessibility {
    display: none;
  }
  .wrapper section#carousel .flexslider-home span.triangleRight,
  .wrapper section#carousel .flexslider-home span.triangleLeft {
    width: 200px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div {
    height: 216px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div h2 {
    font-size: 24px;
    max-width: 420px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div p {
    font-size: 16px;
    max-width: 420px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div a.link {
    font-size: 14px;
    padding: 8px 48px 8px 20px;
  }
  .wrapper section nav {
    width: 100%;
  }
  .wrapper section .cols3 {
    width: 212px;
  }
  .wrapper section#subscribe .shareWrap {
    float: left;
    margin-top: 10px;
  }
  .wrapper section#subscribe .formWrap {
    width: 100%;
  }
  .wrapper section#subscribe .formWrap label {
    width: 340px;
  }
  .wrapper section#subscribe .formWrap form {
    width: 100%;
  }
  .wrapper section#subscribe .formWrap form #fauxMailchimp {
    width: 300px;
  }
  .wrapper section#homeContent .inner {
    background-size: 40%;
    padding-bottom: 60px;
  }
  .wrapper section#landing #topArea .content {
    padding-right: 20px;
    width: 100%;
  }
  .wrapper section#landing #topArea figure {
    width: 100%;
  }
  .wrapper section#landing .cols2 {
    margin-right: 0px;
    width: 100%;
  }
  .wrapper section#landing .cols2 .grid li {
    min-height: 297px;
    width: 335px;
  }
  .wrapper section#landing .cols2 .grid li.featureButton a {
    min-height: 335px;
  }
  .wrapper section#landing .cols2 nav {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .wrapper section#landing .cols2 .banners figure {
    display: block;
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }
  .wrapper section#landing .social-share {
    float: left;
  }
  .wrapper section .banners figure,
  .wrapper section.banners figure {
    margin: 0 0 30px 0;
    width: 100%;
  }
  #banners {
    padding-bottom: 30px;
  }
  .wrapper section .content-wrap {
    float: left;
    width: 100%;
  }
  .wrapper section .content-wrap article {
    width: 100%;
  }
  .wrapper section .content-wrap aside {
    clear: left;
    float: left;
    margin-bottom: 40px;
    margin-left: 0px;
    width: 100%;
  }
  .wrapper section .content-wrap aside ul.social-share {
    float: left;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap,
  .wrapper section .content-wrap#filterable div.articleWrap {
    width: 700px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article,
  .wrapper section .content-wrap#filterable div.articleWrap article {
    padding-bottom: 0px;
    margin-right: 20px;
    width: 210px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article:nth-of-type(3n),
  .wrapper section .content-wrap#filterable div.articleWrap article:nth-of-type(3n) {
    margin-right: 20px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article img,
  .wrapper section .content-wrap#filterable div.articleWrap article img {
    width: 100%;
  }
  .wrapper section.post article#member-case-study {
    width: 700px;
  }
  .wrapper section.post article#member-case-study .left {
    float: left;
    width: 225px;
  }
  .wrapper section.post article#member-case-study .right {
    float: right;
    width: 445px;
  }
  .footer .cols4 {
    margin-bottom: 30px;
    width: 50%;
  }
  .footer .cols4:nth-child(odd) {
    clear: left;
  }
  .footer ul li,
  .footer p {
    font-size: 1.2em;
  }
  .footer #lowerFooter ul {
    clear: left;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .footer #lowerFooter ul li {
    margin-left: 4px;
  }
  .footer #lowerFooter ul li a {
    padding-left: 4px;
  }
  .footer #lowerFooter ul li:first-of-type {
    margin-left: 0px;
  }
  .footer #lowerFooter ul li:first-of-type span {
    display: none;
  }
  .footer #lowerFooter ul li:first-of-type a {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .inner {
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
  .header #loginPanel,
  .header .accessibility {
    display: none;
  }
  body {
    padding-top: 103px;
  }
  body .header,
  body.scrolling .header {
    height: 103px;
    padding-top: 8px;
  }
  body .header .logo,
  body.scrolling .header .logo {
    height: 84px;
    margin-bottom: 10px;
    width: 91px;
  }
  body .header .logo .logo-img,
  body.scrolling .header .logo .logo-img {
    height: 84px;
    width: 91px;
  }
  .wrapper section#carousel .flexslider-home .controls {
    display: none;
  }
  .wrapper section#carousel .flexslider-home span.triangleRight,
  .wrapper section#carousel .flexslider-home span.triangleLeft {
    width: 30px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div {
    height: 100px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div h2 {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 300px;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div p {
    display: none;
  }
  .wrapper section#carousel .flexslider-home ul.slides li > div a.link {
    font-size: 14px;
    padding: 8px 38px 8px 10px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap,
  .wrapper section .content-wrap#filterable div.articleWrap {
    float: left;
    width: 100%;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article,
  .wrapper section .content-wrap#filterable div.articleWrap article {
    width: 100%;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article img,
  .wrapper section .content-wrap#filterable div.articleWrap article img {
    width: 100%;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article > p a,
  .wrapper section .content-wrap#filterable div.articleWrap article > p a {
    background-position: 97% 50%;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap ul.filters,
  .wrapper section .content-wrap#filterable div.articleWrap ul.filters {
    margin-bottom: 20px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li,
  .wrapper section .content-wrap#filterable div.articleWrap ul.filters li {
    clear: both;
    margin-bottom: 0px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap ul.filters li span,
  .wrapper section .content-wrap#filterable div.articleWrap ul.filters li span {
    display: none;
  }
  #breadcrumb p {
    line-height: 1.4;
  }
  .wrapper section.post article div.meta {
    clear: both;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
  }
  .wrapper section.post article div.meta p span {
    clear: both;
    float: left;
  }
  .wrapper section.post article div.meta p span.date,
  .wrapper section.post article div.meta p span.tags {
    padding-left: 0px;
  }
  .wrapper section.post article div.meta p span.tags {
    padding-top: 10px;
  }
  .wrapper section.post article div.meta p span.tags a {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .wrapper section .content-wrap {
    float: left;
    width: 100%;
  }
  .wrapper section .content-wrap article {
    width: 100%;
  }
  .wrapper section .content-wrap aside {
    clear: left;
    float: left;
    margin-bottom: 40px;
    margin-left: 0px;
    width: 100%;
  }
  .wrapper section .content-wrap aside ul.social-share {
    float: left;
  }
  .wrapper section {
    padding: 20px 0;
  }
  .wrapper section h1 {
    font-size: 3.2em;
  }
  .wrapper section#landing #topArea .content {
    padding-right: 20px;
    width: 100%;
  }
  .wrapper section#landing #topArea figure {
    width: 100%;
  }
  .wrapper section#landing #topArea figure span {
    width: 75px;
  }
  .wrapper section#landing .cols2 {
    margin-right: 0px;
    width: 100%;
  }
  .wrapper section#landing .cols2 .grid li {
    min-height: 297px;
    width: 335px;
  }
  .wrapper section#landing .cols2 .grid li.featureButton a {
    min-height: 335px;
  }
  .wrapper section#landing .cols2 nav {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .wrapper section#landing .cols2 .banners figure {
    display: block;
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }
  .wrapper section#landing .social-share {
    float: left;
  }
  .wrapper section div.accordions.flat .accordions-head {
    font-size: 1.8em !important;
  }
  .wrapper section div.accordions .accordions-head .accordion-icons.accordion-plus {
    background-size: 100%;
    height: 25px;
    width: 25px;
  }
  .wrapper section#landing .cols2 .grid li {
    margin-right: 0px;
    min-height: auto;
    width: 100%;
  }
  .wrapper section#carousel > p {
    line-height: 1.2;
    padding: 10px 20px;
    font-size: 1.6em;
    height: auto;
  }
  .wrapper section .banners figure,
  .wrapper section.banners figure {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .wrapper section .banners figure figcaption,
  .wrapper section.banners figure figcaption {
    left: 10px;
    top: 10px;
  }
  .wrapper section .banners figure figcaption h3,
  .wrapper section.banners figure figcaption h3 {
    font-size: 20px;
  }
  .wrapper section .banners figure figcaption p,
  .wrapper section.banners figure figcaption p {
    font-size: 17px;
  }
  .wrapper section#homeContent .inner {
    background: none;
  }
  .wrapper section#homeContent article {
    width: 100%;
  }
  .wrapper section .cols3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .wrapper section#subscribe .shareWrap {
    float: left;
  }
  .wrapper section#subscribe .formWrap label {
    margin-bottom: 10px;
  }
  .wrapper section#subscribe .formWrap form {
    margin-bottom: 20px;
    width: 100%;
  }
  .wrapper section#subscribe .formWrap form #fauxMailchimp {
    width: 85%;
  }
  .wrapper section#subscribe .formWrap form #fauxSubmit {
    width: 15%;
  }
  .wrapper section.post article#member-case-study {
    width: 100%;
  }
  .wrapper section.post article#member-case-study .left {
    float: left;
    width: 100%;
  }
  .wrapper section.post article#member-case-study .right {
    float: right;
    width: 100%;
  }
  .wrapper section nav {
    display: none;
  }
  .wrapper section .content-wrap form {
    padding: 15px;
  }
  .footer .cols4 {
    float: left;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer #lowerFooter ul {
    clear: both;
    float: none;
  }
  .footer #lowerFooter ul li {
    clear: both;
    margin: 0 0 5px 0;
    padding: 0px;
  }
  .footer #lowerFooter ul li a {
    margin: 0px;
    padding: 0px;
  }
  .footer #lowerFooter ul li span {
    display: none;
  }
  .footer #lowerFooter p.copyright,
  .footer #lowerFooter p.right {
    margin: 10px 0;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .inner {
    margin-left: 5%;
    width: 90%;
  }
  .wrapper section .content-wrap article div#mapWrap .content,
  .wrapper section .content-wrap article div#mapWrap #map {
    width: 100%;
  }
  .header #btnMenu {
    bottom: 20px;
  }
  .header nav.mobile {
    right: -100%;
    width: 100%;
  }
  .header nav.mobile ul li a {
    padding-right: 10px;
  }
  .header nav.mobile ul li.menu-item-has-children > a {
    width: 80%;
  }
  .header nav.mobile ul li.menu-item-has-children span.expand {
    width: 20%;
  }
  .wrapper section .banners figure figcaption h3,
  .wrapper section.banners figure figcaption h3 {
    font-size: 15px;
  }
  .wrapper section .banners figure figcaption p,
  .wrapper section.banners figure figcaption p {
    background-size: auto 8px;
    font-size: 13px;
    padding-right: 9px;
  }
  .wrapper section .content-wrap form input[type=text] {
    font-size: 1.4em;
  }
  .gform_wrapper ul.gfield_checkbox li,
  .gform_wrapper ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .footer #lowerFooter p.copyright {
    line-height: 1.4;
  }
  .wrapper section#carousel .flexslider-home .flex-viewport {
    height: 180px!important;
  }
  .wrapper section#carousel .flexslider-home .flex-viewport ul.slides {
    height: 100%;
  }
  .wrapper section#carousel .flexslider-home .flex-viewport ul.slides li {
    overflow: hidden;
  }
  .wrapper section#carousel .flexslider-home .flex-viewport ul.slides li img {
    max-width: 10000px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -318px;
    width: 636px;
  }
  .wrapper section.post article#member-case-study .right .flexslider .controls ol {
    display: none;
  }
  body section .gform_wrapper .ginput_complex span.name_prefix select,
  body section .gform_wrapper.gf_browser_chrome select {
    width: 100%!important;
  }
  body section .gform_wrapper .gfield_time_ampm {
    width: 33%;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 40px;
  width: 100%!important;
}
.wp-caption.alignnone {
  margin: 5px 0px 40px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 15px 0;
  width: 100%;
  padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 16px;
  font-style: italic;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    padding-top: 0px;
  }
  .inner,
  .wrapper section#landing #topArea .content {
    margin: 0px!important;
    padding: 0px!important;
    width: 100%!important;
  }
  .header {
    height: auto;
    position: static;
  }
  .header > .inner {
    border-bottom: none;
  }
  body .header .logo .logo-img {
    height: 84px;
    width: 91px;
  }
  .wrapper section {
    padding: 0px;
  }
  .header #loginPanel,
  .header .accessibility,
  .header .nav,
  #breadcrumb,
  .wrapper section nav,
  .footer,
  .wrapper section#landing .social-share,
  .wrapper section .content-wrap#filtering-news div.articleWrap article > p a,
  .wrapper section .content-wrap#filterable div.articleWrap article > p a,
  .social-share,
  .wrapper section .content-wrap aside#rhs,
  .wrapper section.post article #respond,
  .wrapper section#carousel,
  section#blogRow,
  .wrapper section#subscribe,
  .wrapper section#banners,
  .pagination {
    display: none;
  }
  .wrapper section .content-wrap,
  .wrapper section#landing #topArea figure img {
    float: left;
  }
  .wrapper section#landing #topArea figure,
  .wrapper section#landing .cols2 .banners figure {
    float: left;
    width: 100%;
  }
  .wrapper section .banners figure a figcaption h3 {
    color: #fff;
  }
  .wrapper section div.accordions.flat .accordion-content {
    display: block!important;
  }
  .wrapper section#landing .cols2,
  .wrapper section.post article#member-case-study .right,
  .wrapper section.post article#member-case-study .left {
    margin-bottom: 30px;
    margin-right: 0px;
    width: 100%;
  }
  .wrapper section#landing .cols2 .grid li,
  .wrapper section#landing .cols2 .grid li.featureButton a p {
    min-height: 1px;
    padding: 0px;
    width: 100%;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article,
  .wrapper section .content-wrap#filterable div.articleWrap article,
  .wrapper section .content-wrap#filtering-news div.articleWrap,
  .wrapper section .content-wrap#filterable div.articleWrap,
  .wrapper section#homeContent article {
    position: static!important;
    width: 100%!important;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article,
  .wrapper section .content-wrap#filterable div.articleWrap article {
    border-top: none;
    clear: both;
    margin-bottom: 0px;
    padding: 0px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article h2,
  .wrapper section .content-wrap#filterable div.articleWrap article h2 {
    font-size: 1.8em;
  }
  .wrapper section article ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .wrapper section article ul li {
    padding-left: 0px;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article img,
  .wrapper section .content-wrap#filterable div.articleWrap article img,
  .wrapper section .content-wrap#filtering-news div.articleWrap.search-results article img,
  .wrapper section .content-wrap#filterable div.articleWrap.search-results article img,
  .wrapper section.post article#member-case-study .left.borderImage img {
    float: left;
    margin-right: 2%;
    width: 18%;
  }
  .wrapper section .content-wrap#filtering-news div.articleWrap article .content,
  .wrapper section .content-wrap#filterable div.articleWrap article .content,
  .wrapper section.post article#member-case-study .left .extraContent {
    float: left;
    width: 80%;
  }
  .wrapper section .content-wrap article div#mapWrap .content {
    padding-left: 0px;
  }
  .wrapper section.post article#member-case-study .left .extraContent {
    padding: 0px;
  }
}
.admin-bar .header {
  top: 32px;
}
.content-wrap .wFormContainer .wForm {
  box-shadow: none;
}
.content-wrap .wFormContainer .wForm .wFormTitle {
  padding: 0!important;
  margin-bottom: 30px;
}
.content-wrap .wFormContainer .wForm .inputWrapper input[type='text'],
.content-wrap .wFormContainer .wForm .inputWrapper input[type='password'],
.content-wrap .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  height: 41px!important;
}
.accordion-plus .fa {
  display: none;
}
.ginput_complex label {
  float: left;
  margin-top: -19px !important;
}
.mp_wrapper .mp-form-row label {
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: 1.6em;
}
.wrapper section .content-wrap form input[type=text],
.wrapper section .content-wrap form input[type=password],
.wrapper section .content-wrap form input[type=email] {
  margin-top: 8px;
}
.mepr-login-actions {
  font-size: 1.6em;
}
.mepr-login-actions a {
  color: #6f2c90;
  text-decoration: underline;
}
.mepr-login-actions a:hover {
  text-decoration: none;
}
#mepr_loginform .mepr-google-captcha + div,
#mepr-account-nav {
  display: none;
}
.member-login {
  float: right;
  font-size: 1.2em;
  margin-left: 10px;
}
.member-login span {
  float: left;
}
.member-login p {
  padding-left: 10px;
}
.member-login p a {
  background: url(img/member-login-icon.svg) right center / 11.27px auto no-repeat;
  color: #707070;
  font-weight: 700;
  padding-right: 20px;
}
.member-login p a:hover {
  color: #ef7d00;
}
nav.aux ul {
  float: left;
}
.tribe-events .tribe-events-c-nav__list-item {
  background: none!important;
  padding-left: 0px;
}
.wrapper section article .tribe-common .tribe-events-c-top-bar__nav-list-item {
  background: none;
}
.wrapper section article .tribe-common .tribe-common-a11y-hidden.tribe-events-calendar-list__event-description {
  display: block!important;
  visibility: visible;
}
.wrapper section article .tribe-common .tribe-common-a11y-hidden.tribe-events-calendar-list__event-description p {
  color: #707070;
  font-size: 15px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wrapper section article .tribe-common .tribe-common-h6 {
  font-size: 24px;
  margin-bottom: 30px;
}
.wrapper section article .tribe-common .tribe-common-h6 a {
  color: #36918a;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wrapper section article .tribe-common .tribe-common-b2 {
  padding-bottom: 0px;
  padding-left: 0px;
}
.wrapper section article .tribe-common ul {
  margin-bottom: 0px;
}
.wrapper section article .tribe-common ul li {
  padding-left: 0px;
}
.wrapper section article .tribe-common ul li:before {
  display: none;
}
.tribe-events-c-ical__link {
  margin-top: 20px!important;
}
.tribe-events .tribe-events-c-breadcrumbs__list {
  font-size: 1em!important;
}
.tribe-common .tribe-common-h3 {
  font-size: 1.6em !important;
}
.tribe-common a,
.tribe-common abbr,
.tribe-common acronym,
.tribe-common address,
.tribe-common applet,
.tribe-common article,
.tribe-common aside,
.tribe-common audio,
.tribe-common b,
.tribe-common big,
.tribe-common blockquote,
.tribe-common canvas,
.tribe-common caption,
.tribe-common center,
.tribe-common cite,
.tribe-common code,
.tribe-common dd,
.tribe-common del,
.tribe-common details,
.tribe-common dfn,
.tribe-common div,
.tribe-common dl,
.tribe-common dt,
.tribe-common em,
.tribe-common embed,
.tribe-common fieldset,
.tribe-common figcaption,
.tribe-common figure,
.tribe-common footer,
.tribe-common form,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common header,
.tribe-common i,
.tribe-common iframe,
.tribe-common img,
.tribe-common ins,
.tribe-common kbd,
.tribe-common label,
.tribe-common legend,
.tribe-common li,
.tribe-common main,
.tribe-common mark,
.tribe-common menu,
.tribe-common nav,
.tribe-common object,
.tribe-common ol,
.tribe-common output,
.tribe-common p,
.tribe-common pre,
.tribe-common q,
.tribe-common ruby,
.tribe-common s,
.tribe-common samp,
.tribe-common section,
.tribe-common small,
.tribe-common span,
.tribe-common strike,
.tribe-common strong,
.tribe-common sub,
.tribe-common summary,
.tribe-common sup,
.tribe-common table,
.tribe-common tbody,
.tribe-common td,
.tribe-common tfoot,
.tribe-common th,
.tribe-common thead,
.tribe-common time,
.tribe-common tr,
.tribe-common tt,
.tribe-common u,
.tribe-common ul,
.tribe-common var,
.tribe-common video {
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.content--wide__wrapper {
  float: right;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .content--wide__wrapper {
    width: calc(100% - 300px);
  }
}
.content--narrow {
  margin-bottom: 40px;
  max-width: 680px;
}
.wrapper section article.content--wide {
  width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-top: 100px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 0px;
  padding-right: 0px;
}
.wrapper section .content-wrap form.post-password-form p {
  font-size: 16px;
}
.wrapper section .content-wrap form.post-password-form p label {
  font-size: 16px;
}
.wrapper section .content-wrap form.post-password-form p label input {
  font-size: 18px;
}
.wrapper section .content-wrap form.post-password-form input[type=submit] {
  font-size: 18px!important;
}
.wrapper section .content-wrap #gform_wrapper_25.gform_wrapper li label {
  display: block;
  font-size: 16px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 40px!important;
}
.wrapper section .title--small-grey {
  color: #707070;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.wrapper section .member-cards {
  margin-bottom: 60px;
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
}
.wrapper section .member-cards__card {
  background: #CCDFEE;
  float: left;
  margin-right: 30px;
  width: calc(33% - 20px);
}
.wrapper section .member-cards__card:nth-child(3n) {
  margin-right: 0px;
}
.wrapper section .member-cards__card-image {
  display: block;
  margin: 0px;
  width: 100%;
}
.wrapper section .member-cards__card-content {
  padding: 20px 15px 40px;
}
.wrapper section .member-cards__card-content h3 {
  color: #005da9;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.wrapper section .member-cards__card-content a {
  color: #6f2c90;
}
.wrapper section nav.members-nav {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .wrapper section nav.members-nav {
    display: block;
  }
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  background: #005da9;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
  background: #ef7d00;
}
.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #005da9 !important;
  color: #005da9 !important;
}
.tribe-events .tribe-events-c-ical__link:hover {
  border: 1px solid #ef7d00 !important;
  background: #ef7d00 !important;
  color: #fff !important;
}
.tribe-events .tribe-events-c-ical__link:hover .tribe-events-c-ical__link-icon-svg path {
  stroke: #fff !important;
}
.tribe-events .tribe-events-c-ical__link .tribe-events-c-ical__link-icon-svg path {
  stroke: #005da9 !important;
}
#tribe-events-footer {
  display: none;
}
.single-tribe_events .tribe-events-single-event-title {
  color: #6f2c90;
  font-size: 4.2em;
  letter-spacing: -0.6px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.tribe-events-single-event-description p {
  color: #5c5c5c;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.single-tribe_events .tribe-events-event-meta {
  background: #ebe2ef;
  border: none;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.tribe-events-meta-group-details dt,
.tribe-events-single-section-title {
  color: #6f2c90;
  font-size: 16px;
  font-weight: 400!important;
}
.tribe-events-single-section-title {
  font-size: 22px!important;
}
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  margin: 0px;
  padding: 0 20px;
}
#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 1280px;
}
.wrapper section .tribe-events-schedule h2 {
  color: #5c5c5c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  text-decoration: none;
}
