@charset "UTF-8";
/* 
	Theme Name: Speedway
	Theme URL: http://www.speedwaymedia.co.uk
	Description: Speedway Media WP Template
	Author: George Owens
	Version: 1.0
*/
/*_variables.scss */
/**********************
COLOURS
**********************/
/**********************
FONTS
**********************/
/* Available: 200 (Source Pro Only), 300, 400, 600, 700 */
/* mixins.scss */
.box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

/*
 Width: 1000px
 # Columns : 12 
 Column width: 65px
 Gutter : 20px 

target / context = result

 */
/* Spacing: 15px in 1000px */
/*

.grid_1 { width: 6.5%; }
.grid_2 { width: 15%; }
.grid_3 { width: 23.5%; }
.grid_4 { width: 32%; }
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; }
.grid_7 { width: 57.5%; }
.grid_8 { width: 66%; }
.grid_9 { width: 74.5%; }
.grid_10 { width: 83%; }
.grid_11 { width: 91.5%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}

*/
/* Spacing: 30px in 1000px */
.grid_1 {
  width: 5.58333333333%; }

/* 65px/1000px = 0.065px */
.grid_2 {
  width: 14.1666666667%; }

/* 150px/1000px =  0.15px */
.grid_3 {
  width: 22.75%; }

/* 235px/1000px = 0.235px */
.grid_4 {
  width: 31.3333333333%; }

/* 320px/1000px = 0.32px */
.grid_5 {
  width: 39.9166666667%; }

/* 405px/1000px = 0.405px */
.grid_6 {
  width: 48.5%; }

/* 490px/1000px = 0.49px */
.grid_7 {
  width: 57.0833333333%; }

/* 575px/1000px = 0.575px */
.grid_8 {
  width: 65.6666666667%; }

/* 660px/1000px = 0.66px */
.grid_9 {
  width: 74.25%; }

/* 745px/1000px = 0.745px */
.grid_10 {
  width: 82.8333333333%; }

/* 830px/1000px = 0.83px */
.grid_11 {
  width: 91.4166666667%; }

/* 915px/1000px = 0.915px */
.grid_12 {
  width: 100%; }

/* 1000px/1000px = 1 */
.grid_5er {
  width: 17.6%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_5er {
  margin: 0 3% 1% 0;
  float: left;
  display: block; }

.container {
  width: 90%;
  /*width: 1200px;*/
  max-width: 1280px;
  margin: auto; }

.containerFull {
  float: left;
  width: 100%; }

.container-thin {
  max-width: 960px; }

.hidedesktop {
  display: none; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

.superomega {
  margin-right: 0 !important; }

.nobot {
  margin-bottom: 0px; }

.nobot-pad {
  padding-bottom: 0px; }

.bot-pad-10 {
  padding-bottom: 10px; }

.bot-pad-20 {
  padding-bottom: 20px; }

.lefter {
  float: left; }

.fullLefter {
  float: left;
  width: 100%; }

.righter {
  float: right; }

.middler {
  text-align: center; }

.rightie {
  text-align: right; }

.cwrap {
  overflow: hidden;
  padding: 0px 30px; }

.cwrap60 {
  overflow: hidden;
  padding: 0px 60px; }

.cwrap70 {
  overflow: hidden;
  padding: 0px 60px; }

.cwrap150 {
  overflow: hidden;
  padding: 0px 150px; }

.full {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1; }

.padder_0, .padder_5, .padder_10, .padder_15, .padder_20, .padder_25, .padder_30, .padder_35, .padder_40, .padder_45, .padder_50, .padder_55, .padder_60, .padder_65, .padder_70, .padder_75, .padder_80, .padder_85, .padder_90, .padder_95, .padder_100, .padder_150, .padder_200 {
  clear: both;
  width: 100%; }

.padder_0 {
  height: 0px; }

.padder_5 {
  height: 5px; }

.padder_10 {
  height: 10px; }

.padder_15 {
  height: 15px; }

.padder_20 {
  height: 20px; }

.padder_25 {
  height: 25px; }

.padder_30 {
  height: 30px; }

.padder_35 {
  height: 35px; }

.padder_40 {
  height: 40px; }

.padder_45 {
  height: 45px; }

.padder_50 {
  height: 50px; }

.padder_55 {
  height: 55px; }

.padder_60 {
  height: 60px; }

.padder_65 {
  height: 65px; }

.padder_70 {
  height: 70px; }

.padder_75 {
  height: 75px; }

.padder_80 {
  height: 80px; }

.padder_85 {
  height: 85px; }

.padder_90 {
  height: 90px; }

.padder_95 {
  height: 95px; }

.padder_100 {
  height: 100px; }

.padder_150 {
  height: 150px; }

.padder_200 {
  height: 200px; }

/* Verical Centring */
.ablock {
  position: relative;
  float: left;
  padding-bottom: 10%;
  width: 100%;
  height: 0; }

.ablock-inner {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px; }

.ablock-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center; }

.ablock-overlay:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.ablock-text {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 0 1.6em;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  hyphens: auto; }

body {
  font-family: "Libre Franklin", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }

hr {
  border: 0 #E8EAEB solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin: 40px 0 0;
  padding: 0 0 20px; }

hr.tight {
  margin: 0px 0 0;
  padding: 0 0 10px; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  font-family: "Hind", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #468439;
  letter-spacing: 0.5px; }

h1 {
  font-size: 44px;
  line-height: 44px;
  color: #03B7F1;
  padding-bottom: 30px; }

h1.small-green {
  font-size: 24px;
  line-height: 28px;
  color: #468439;
  padding-bottom: 10px; }

h1.small-blue {
  font-size: 30px;
  line-height: 32px;
  color: #03B7F1; }

h2 {
  font-size: 30px;
  line-height: 32px; }
  h2 a {
    color: #468439; }

h3 {
  font-size: 24px;
  line-height: 28px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 200; }

h5 {
  font-size: 18px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 20px; }

.underline {
  padding-bottom: 15px;
  border-bottom: 1px solid #E8EAEB;
  margin-bottom: 40px; }

h1.collection-title {
  background: #ffffff;
  border: 1px solid #E8EAEB;
  padding: 16px 15px 11px 44px;
  color: #94A092;
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 40px;
  background-image: url("images/collection-grey.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 15px center; }

.grey {
  color: #C4C4C5 !important; }

.pdf-link,
.pdf-link:visited {
  font-size: 13px;
  line-height: 15px;
  color: #C4C4C5; }

p.wp-caption-text {
  margin: 10px 0px 30px;
  font-size: 14px;
  line-height: 22px; }

.small-text {
  font-size: 15px;
  line-height: 24px; }

/* `Links
----------------------------------------------------------------------------------------------------*/
a, a:visited {
  color: #FF6600;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a.a-hand {
  cursor: pointer; }

a.button,
input[type="submit"],
button {
  background: #FF6600;
  color: #ffffff;
  font-family: "Libre Franklin", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 25px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.button.button-small {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 15px; }

a.button-orange {
  background: #FF6600; }

a.button-green {
  background: #8BBD3A; }

a.button-blue {
  background: #03B7F1; }

a.button-black {
  background: #001B2F; }

a.button-big {
  font-size: 24px;
  line-height: 28px; }

a.button:hover,
input[type="submit"]:hover,
button:hover {
  background: #001B2F; }

a.biggest-button {
  text-align: left;
  font-size: 16px;
  line-height: 24px; }

a.button.button-quad {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  padding: 30px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.button.button-quad:hover {
  opacity: 0.7; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

.main-content ul {
  padding-left: 5px;
  border-left: #8BBD3A 3px solid; }
  .main-content ul li {
    padding: 5px 0; }

/*_bbpress.scss */
/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */
/* =bbPress Style
-------------------------------------------------------------- */
#bbpress-forums hr {
  margin: 0 0 24px 0; }

#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px; }

#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #ffffff; }

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #fbfbfb; }

body.reply-edit .reply {
  float: none; }

#bbpress-forums div.reply {
  height: auto;
  width: 100%; }

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: #f4f4f4; }

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
  background-color: #fee; }

#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
  background-color: #fdd; }

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc; }

#bbpress-forums ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0; }

#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px; }

#bbpress-forums li {
  background: none;
  margin: 0;
  list-style: none; }

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 18px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 20px;
  clear: both; }

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
  clear: both; }

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: #f3f3f3;
  border-top: 1px solid #eee;
  font-weight: bold;
  padding: 8px;
  text-align: center; }

#bbpress-forums li.bbp-header {
  background: #eaeaea; }

#bbpress-forums li.bbp-header ul {
  overflow: hidden; }

#bbpress-forums .bbp-forums-list {
  margin: 0 0 0 5px;
  padding-left: 15px;
  border-left: 1px solid #ddd; }

#bbpress-forums .bbp-forums-list li {
  display: inline;
  font-size: 16px; }

#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 29px; }

li.bbp-forum-info,
li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 55%; }

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  float: left;
  text-align: center;
  width: 10%; }

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: center;
  float: left;
  width: 22%; }

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 8px; }

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
  float: right; }

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 28px;
  margin: 8px 0;
  padding: 0;
  text-transform: none; }

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  float: left;
  text-align: center;
  width: 115px; }

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0 auto;
  float: none; }

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 0 12px;
  word-break: break-word;
  display: inline-block; }

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  clear: left;
  display: block; }

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 16px;
  font-style: italic; }

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px; }

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
  margin-left: 140px;
  padding: 0;
  text-align: left; }

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px; }

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-top: 1px solid #ddd;
  clear: both; }

span.bbp-author-ip {
  font-family: "Libre Franklin", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #aaa; }

/* =Topic and reply content
-------------------------------------------------------------- */
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left; }

/* Clearing hack */
#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  font-size: 0;
  visibility: hidden; }

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
  background: none;
  border: none;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0; }

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0; }

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
  max-width: 100%; }

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
  margin: 0 15px 15px;
  padding: 0; }

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
  list-style-type: disc; }

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
  list-style-type: decimal; }

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
  list-style-type: lower-alpha; }

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
  list-style-type: upper-roman; }

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 0 5px;
  max-width: 95%;
  vertical-align: middle;
  margin-top: -3px; }

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 24px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto; }

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
  overflow: auto;
  max-width: 100%; }

/* =Reply to
-------------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right; }

#bbpress-forums div#bbp-cancel-reply-to {
  text-align: right; }

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb {
  float: left; }

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 16px; }

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px; }

#bbpress-forums div.bbp-topic-tags {
  float: right; }

#bbp-topic-hot-tags {
  clear: both; }

/* =Search
-------------------------------------------------------------- */
#bbpress-forums #bbp-search-form {
  clear: left; }

#bbpress-forums #bbp-search-form .hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  background: none;
  left: -999em; }

#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  width: auto; }

#bbpress-forums div.bbp-search-form {
  float: right; }

/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links {
  float: right;
  color: #ddd; }

span.bbp-admin-links a {
  color: #bbb;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none; }

fieldset span.bbp-admin-links {
  float: left; }

tr td span.bbp-admin-links a:hover {
  color: #ff4b33; }

td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%; }

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc; }

/* =Toggles
-------------------------------------------------------------- */
.bbp-row-actions #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 16px; }

.bbp-row-actions #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb; }

.bbp-row-actions #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee; }

.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd; }

.bbp-row-actions #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 16px; }

.bbp-row-actions #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb; }

.bbp-row-actions #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee; }

.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd; }

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 14px;
  margin: 5px 0 5px;
  padding: 0;
  word-wrap: break-word; }

#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap; }

/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
  float: left;
  border: 1px solid transparent; }

.bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline; }

.bbp-pagination-links a,
.bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 0px 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none; }

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  background: #eee;
  opacity: 0.8;
  border: 1px solid #ddd; }

.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px; }

.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px; }

.bbp-topic-pagination a {
  font-size: 14px;
  line-height: 16px;
  padding: 1px 3px;
  border: 1px solid #ddd;
  text-decoration: none; }

/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
  clear: left; }

#bbpress-forums fieldset.bbp-form {
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 10px; }

#bbpress-forums fieldset.bbp-form legend {
  padding: 5px; }

#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block; }

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
  width: 100px; }

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px; }

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 97%;
  box-sizing: border-box; }

textarea#bbp_forum_content {
  height: 210px; }

#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px; }

/**
 * Fix for too-long forum names, usually from conversion
 */
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px; }

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  clear: left; }

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef; }

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 14px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px; }

#merge_tag,
#delete_tag {
  display: inline; }

div.bbp-submit-wrapper {
  margin-top: 15px;
  float: right;
  clear: both; }

p.form-allowed-tags {
  max-width: 100%; }

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px; }

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 18px; }

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 29px; }

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 15px; }

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px;
  min-height: 26px; }

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px; }

#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0; }

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 29px; }

/* =Edit User
-------------------------------------------------------------- */
#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px; }

#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left; }

#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0; }

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 5px 8px;
  border-radius: 0; }

#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1); }

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto; }

#bbpress-forums #bbp-your-profile fieldset legend {
  display: none; }

#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer; }

#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%; }

#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 18px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: #E1F6BE 1px solid;
  background-color: #F7FFE8; }

#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none; }

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline; }

#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%; }

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0; }

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px; }

#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right; }

/* =Notices
-------------------------------------------------------------- */
div.bbp-template-notice,
div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
  clear: both; }

div.bbp-template-notice a {
  color: #555;
  text-decoration: none; }

div.bbp-template-notice a:hover {
  color: #000; }

div.bbp-template-notice.info {
  border: #E1F6BE 1px solid;
  background-color: #F7FFE8; }

div.bbp-template-notice.important {
  border: #e6db55 1px solid;
  background-color: #fffbcc; }

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  background-color: #ffebe8;
  border-color: #c00; }

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
  color: #c00; }

div.bbp-template-notice p {
  margin: 0.5em 0 6px 0 !important;
  padding: 2px;
  font-size: 18px;
  line-height: 29px; }

/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #ffffe0 !important;
  font-size: 18px; }

/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 16px;
  color: #aaa; }

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
  list-style-type: none; }

/* =Widgets
-------------------------------------------------------------- */
.bbp-login-form fieldset legend {
  display: none; }

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 5px; }

.bbp-login-form label {
  width: 140px;
  display: inline-block; }

#sidebar .bbp-login-form label {
  width: 70px; }

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 10px; }

.bbp-login-form .bbp-submit-wrapper {
  text-align: right; }

.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left; }

.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0; }

.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 24px;
  clear: none;
  margin-bottom: 10px; }

/* =Avatars
-------------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: -7px;
  border: 3px double #ddd; }

fieldset div.avatar {
  float: right; }

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px; }

/* =User Pages
-------------------------------------------------------------- */
#bbpress-forums h1 {
  clear: none;
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 10px; }

#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%; }

#bbpress-forums .bbp-user-section {
  overflow: auto; }

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none; }

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none; }

#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden; }

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px; }

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px; }

#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none; }

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #eee;
  opacity: 0.8; }

#bbpress-forums #bbp-user-body {
  margin-left: 180px; }

body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0; }

/* =User Capabilities
-------------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top; }

#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize; }

#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0; }

/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
  font-size: 16px;
  visibility: hidden; }

#bbpress-forums li:hover > div.row-actions {
  visibility: visible; }

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/
/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
  -webkit-text-size-adjust: none; }

@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-topic-tags {
    clear: left;
    float: left; }
  div.bbp-search-form input,
  div.bbp-search-form button {
    font-size: 16px;
    padding: 2px; }
  li.bbp-forum-info,
  li.bbp-topic-title {
    width: 45%; }
  li.bbp-forum-topic-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-voice-count,
  li.bbp-topic-reply-count {
    width: 15%; }
  span.bbp-reply-post-date {
    float: left; }
  span.bbp-admin-links {
    clear: left;
    float: left; }
  #bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 16px; }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: -15px 10px 10px;
    min-height: 100px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 100%; }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: inline-block;
    margin-left: 0;
    word-wrap: break-word; }
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 60px;
    height: auto; }
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 16px;
    font-style: normal; }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 10px;
    padding: 0; }
  #bbpress-forums div.bbp-reply-content p {
    margin-bottom: 1em; }
  div.bbp-submit-wrapper {
    float: left; }
  #bbpress-forums fieldset.bbp-form {
    padding: 0 10px 10px; }
  #bbpress-forums #bbp-user-body {
    clear: both;
    margin-left: 0;
    word-wrap: break-word; } }

/* =Standard Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  #bbpress-forums div.bbp-search-form {
    margin-bottom: 10px; }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-body li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-body li.bbp-topic-title {
    width: 100%; }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    text-align: center;
    text-transform: uppercase; }
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 20%; }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    width: 58%; }
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    margin-top: 7px; }
  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer {
    font-size: 16px; }
  #bbpress-forums li.bbp-header div.bbp-reply-author {
    text-align: left;
    width: 25%; }
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 25%; }
  #bbpress-forums div.bbp-template-notice img.avatar,
  #bbpress-forums p.bbp-topic-meta img.avatar {
    width: 14px;
    height: auto; }
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 1px; }
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
    width: 20px;
    height: 20px; }
  #bbpress-forums div.wp-editor-container {
    width: 100%;
    overflow: auto; }
  #bbpress-forums input#bbp_topic_title,
  #bbpress-forums input#bbp_topic_tags {
    width: 95%; } }

/* =Extra Small Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 240px) {
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-footer div.bbp-reply-author,
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    width: 45%; }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-author,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    clear: both;
    width: 100%; }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness {
    text-align: center; }
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 0;
    text-align: left; }
  #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
    display: inline-block; }
  #bbpress-forums li.bbp-header {
    overflow: hidden; }
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    display: inline-block;
    margin-left: 0; }
  #bbpress-forums li.bbp-body div.bbp-reply-author {
    min-height: 60px;
    padding-left: 60px; }
  #bbpress-forums div.bbp-reply-author img.avatar {
    width: 40px;
    height: auto; } }

html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: #000000;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.1px; }

#wrap {
  width: 100%;
  padding: 0px;
  /*min-height: 100%;
	height: auto !important;
	height: 100%;*/
  margin: 0; }

.show-for-mob {
  display: none; }

/************************************************
*	Top Bar  									*
************************************************/
#topbar {
  height: 36px;
  padding: 5px 0 0;
  text-align: right;
  color: #C4C4C5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.topbar-icon {
  float: right;
  margin-left: 11px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.topbar-icon-last {
  margin-left: 16px; }

.icon-fade:hover .topbar-icon {
  opacity: 0.7; }

.topbar-button,
.topbar-button:visited {
  float: right;
  color: #8BBD3A;
  display: inline-block;
  padding: 0px 10px;
  margin: 0 0 0 11px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.topbar-button:hover {
  background: #8BBD3A;
  color: #ffffff;
  text-decoration: none; }

.topbar-button-orange,
.topbar-button-orange:visited {
  background: #FF6600;
  color: #ffffff; }

.topbar-button-orange:hover {
  background: #001B2F; }

/************************************************
*	Header  									*
************************************************/
#header {
  background-color: #FAFAFA;
  background-image: url(images/bg-header.png);
  background-position: center top;
  background-size: 2600px 250px;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  height: 282px;
  float: left;
  color: #FFFFFF;
  margin: 0px auto 0px;
  padding: 0px;
  overflow: hidden; }
  #header.header-simple {
    background: none;
    height: 160px;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #header.header-simple #topbar {
      display: none; }
    #header.header-simple #logo {
      margin-top: 0; }
    #header.header-simple #logo-nhs {
      margin-top: 17px !important; }

#logo {
  float: left;
  margin-top: -18px; }

#logo-mobile {
  display: none; }

#logo-nhs {
  float: right;
  margin: 14px 0 0; }

#scroll-header {
  position: fixed;
  width: 100%;
  top: -38px;
  right: 0;
  left: 0;
  height: 38px;
  padding: 5px 10px 0 5px;
  background: #ffffff;
  border-bottom: #E0E6E9 1px solid;
  z-index: 200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #scroll-header .sh-off {
    display: none; }
  #scroll-header #nav {
    height: auto;
    background: none;
    padding: 0;
    margin: 0; }
    #scroll-header #nav a {
      background: none;
      font-size: 16px;
      height: auto;
      margin: 0px 0 0 15px;
      padding: 2px 10px 0; }

#scroll-header.scrolled {
  top: 0; }

.sh-left,
.sh-right,
.tiny-logo {
  float: left;
  display: inline-block; }

.sh-right {
  float: right; }

.header-gradient {
  position: absolute;
  top: 282px;
  left: 0;
  right: 0;
  height: 140px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,ffffff+100 */
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: -1; }

/************************************************
*	Navbar      								*
************************************************/
#navbar {
  float: left;
  width: 99%;
  margin-top: -28px;
  margin-top: -60px; }

#nav {
  background: url(images/menu-bg.png) left bottom repeat-x;
  float: left;
  margin: 0px 0px 0px -230px;
  padding: 0px 0 0 200px;
  list-style: none;
  height: 60px; }

#nav .mobile-only {
  display: none; }

.menu-left {
  float: left;
  width: 200px;
  height: 60px;
  margin-left: -200px;
  background: url(images/menu-left.png) left bottom no-repeat; }

.menu-right {
  float: right;
  width: 200px;
  height: 60px;
  margin-right: -200px;
  background: url(images/menu-right.png) right bottom no-repeat; }

#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

#nav a {
  font-family: "Hind", "HelveticaNeue", Helvetica, Arial, sans-serif;
  background-image: url(images/menu-on.png);
  background-repeat: no-repeat;
  background-position: center bottom -10px;
  color: #8BBD3A;
  font-size: 22px;
  line-height: 22px;
  display: block;
  font-weight: normal;
  height: 60px;
  margin: 0px 15px;
  padding: 15px 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden; }

#nav a:hover,
#nav li.current-menu-item a,
.tree-about #nav li.li-about a,
.tree-projects #nav li.li-projects a,
.tree-training #nav li.li-training a,
.tree-resources #nav li.li-resources a,
.tree-get-involved #nav li.li-get-involved a,
.tree-help-support #nav li.li-help-support a {
  background-position: center bottom 0px;
  color: #468439;
  display: block;
  text-decoration: none; }

#nav li {
  float: left;
  margin: 0px;
  padding: 0px; }

#nav li li {
  display: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 140px; }

#nav li li a, #nav li li a:link, #nav li li a:visited {
  background: #2B2B2B;
  width: 140px;
  float: none;
  margin: 0px;
  padding: 8px 10px 8px 10px;
  border-top: 1px solid #C0C0C0; }

#nav li li a:hover, #nav li li a:active {
  background: #666666;
  padding: 8px 10px 8px 10px; }

#nav li ul {
  position: absolute;
  width: 10em;
  left: -999em; }

#nav li:hover ul {
  left: auto;
  display: block; }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto; }

#mobilenav {
  display: none;
  margin: 0px;
  padding: 0px;
  width: 100%; }

#navbar.navbar-simple {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(142, 142, 142, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(142, 142, 142, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(142, 142, 142, 0.2);
  margin: 0;
  width: 100%; }
  #navbar.navbar-simple #nav {
    height: 46px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    float: left; }
    #navbar.navbar-simple #nav a {
      font-size: 16px;
      line-height: 20px;
      height: 46px;
      padding: 14px 0 0;
      margin: 0 30px 0 0;
      text-transform: uppercase; }
  #navbar.navbar-simple .nav-righter {
    float: right; }
    #navbar.navbar-simple .nav-righter a {
      display: inline-block;
      float: left; }
      #navbar.navbar-simple .nav-righter a.nav-button {
        height: 46px;
        background: #FF6600;
        color: #ffffff;
        font-size: 15px;
        line-height: 25px;
        font-weight: 700;
        padding: 12px 15px 0;
        margin-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #navbar.navbar-simple .nav-righter a.nav-button:hover {
          background: #001B2F;
          text-decoration: none; }

/************************************************
*	Landing Area				     		    * 
************************************************/
.landing-area {
  position: relative;
  float: left;
  width: 100%;
  height: 465px;
  background-color: #E8EAEB;
  /*background-image: url(images/bg-logo.png);
	background-size: 445px 336px;*/
  background-image: url(images/video-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden; }

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

.video-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/video-cover.png) repeat;
  background-size: 1px 3px;
  z-index: 1; }

.video-cover2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.video-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .video-text .ablock-text {
    padding: 0;
    width: 100%;
    max-width: 100%; }
  .video-text h1.home-h1 {
    display: inline-block;
    color: #ffffff;
    width: 90%;
    font-weight: 600;
    font-size: 60px;
    line-height: 52px;
    max-width: 1200px; }
  .video-text .slick-list {
    position: relative;
    float: left;
    width: 100%;
    height: 100%; }
    .video-text .slick-list .slick-track {
      position: relative;
      height: 100%; }

.video-text2 {
  position: relative;
  z-index: 2; }
  .video-text2 h1.home-h1 {
    display: inline-block;
    color: #ffffff;
    width: 90%;
    font-weight: 600;
    font-size: 60px;
    line-height: 52px;
    max-width: 1200px; }

.la-simple {
  height: auto; }

.atf-section-inner {
  padding: 100px 30px;
  text-align: center; }
  .atf-section-inner h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700; }
  .atf-section-inner #searchform {
    display: inline-block; }
  .atf-section-inner button {
    padding: 11px 25px 10px !important; }

.video-text ul.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0; }
  .video-text ul.slick-dots li {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0; }
    .video-text ul.slick-dots li button {
      margin: 0;
      padding: 0;
      font-size: 0;
      display: inline-block;
      width: 15px;
      height: 15px;
      background: #ffffff;
      border-radius: 50%;
      opacity: 0.4;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .video-text ul.slick-dots li.slick-active button {
    opacity: 1; }

/************************************************
*	Home Page					     		    * 
************************************************/
.home-big-box {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  background: #F8F8F8; }
  .home-big-box h2 {
    float: left;
    width: 100%;
    display: block;
    background: #001B2F;
    border-left: #8BBD3A 10px solid;
    padding: 10px 25px 10px 15px;
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .home-big-box .hbb-wrap {
    float: left;
    padding: 30px 25px 10px; }

.hbb-blue h2 {
  border-left: #03B7F1 10px solid; }

.hbb-large {
  font-size: 22px;
  line-height: 32px; }

.home-life {
  float: left;
  width: 100%;
  background: url(images/bg-life.jpg) center center repeat;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .home-life div {
    margin-bottom: 0; }

.life-centre {
  text-align: center;
  padding: 0 20px; }

.home-feeds {
  color: #94A092;
  font-size: 15px;
  line-height: 22px; }

.hf-title,
.home-feeds h3 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #001B2F;
  font-family: "Hind", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px; }
  .hf-title a,
  .home-feeds h3 a {
    color: #001B2F; }

.hf-title {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 5px 0;
  border-bottom: #E8EAEB 1px solid; }

.hf-green .hf-title,
.hf-green h3,
.hf-green h3 a {
  color: #468439; }

.hf-blue .hf-title,
.hf-blue h3,
.hf-blue h3 a {
  color: #03B7F1; }

.hf-light-green .hf-title,
.hf-light-green .tweet-meta,
h3 .hf-title,
h3 .tweet-meta,
h3 a .hf-title,
h3 a .tweet-meta {
  color: #8BBD3A; }

.hf-image {
  display: block;
  float: left;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px #E8EAEB solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px; }

.hf-image-200 {
  height: 200px; }

.tweet,
.tweet-meta {
  display: block; }

.tweet-meta {
  padding-bottom: 20px; }

/************************************************
*	Content 					     		    * 
************************************************/
.content {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1; }

.date {
  padding: 0px;
  margin: 0px; }

blockquote {
  margin: 0px 20px 15px 20px;
  padding: 5px 0px 5px 15px;
  border-left: 5px solid #C0C0C0; }

#content blockquote p {
  margin: 0px;
  padding: 0px; }

/************************************************
*	Next Prev Bar 					     	    * 
************************************************/
.next-prev-bar {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: #E8EAEB 1px solid;
  border-bottom: #8BBD3A 5px solid;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.prev-bar-link {
  float: left;
  position: relative;
  display: inline-block;
  background-image: url(images/bg-prev.png);
  background-position: left top;
  background-size: 840px 68px;
  background-repeat: no-repeat;
  height: 68px;
  padding: 19px 35px 0 97px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .prev-bar-link a {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    text-decoration: none; }
  .prev-bar-link .prev-bar-link-end {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-image: url(images/bg-prev-end.png);
    background-position: right top;
    background-size: 5px 68px;
    background-repeat: no-repeat; }

.next-bar-link {
  float: right;
  position: relative;
  display: inline-block;
  background-image: url(images/bg-next.png);
  background-position: right top;
  background-size: 840px 68px;
  background-repeat: no-repeat;
  height: 68px;
  padding: 19px 97px 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .next-bar-link a {
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    text-decoration: none; }
  .next-bar-link .next-bar-link-end {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background-image: url(images/bg-next-end.png);
    background-position: left top;
    background-size: 5px 68px;
    background-repeat: no-repeat; }

/************************************************
*	Related Resources 				    	    * 
************************************************/
.related-resources {
  float: left;
  width: 100%;
  padding: 50px 0 10px;
  border-top: #E8EAEB 1px solid;
  border-bottom: #8BBD3A 5px solid;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/************************************************
*	Feature Bar 					     	    * 
************************************************/
.feature-bar {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #E8EAEB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.advert-pod,
.advert-pod-full {
  position: relative;
  max-height: 400px; }

.apf-image {
  border: 1px solid #001B2F;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.advert-pod-full:hover .apf-image {
  border: #03B7F1 12px solid; }

.advert-image,
.advert-border,
.advert-overlay,
.advert-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.advert-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.advert-border {
  border: #C4C4C5 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.advert-overlay {
  top: auto;
  min-height: 80px;
  background-image: url("images/bg-ad.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #ffffff;
  text-align: left;
  overflow: hidden; }

.ad-pod-white .advert-overlay,
.advert-pod-white .advert-overlay {
  background-image: url("images/bg-ad-white.png");
  color: #001B2F; }

.advert-title {
  float: left;
  font-size: 18px;
  line-height: 18px;
  padding: 50px 17px 12px;
  font-family: "Hind", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.advert-text {
  clear: both;
  float: left;
  font-size: 15px;
  line-height: 20px;
  height: 0px;
  width: 100%;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .advert-text hr {
    margin: 0;
    opacity: 0.4; }

.advert-pod:hover .advert-overlay,
.ad-pod:hover .advert-overlay {
  min-height: 100%;
  background-position: 0 -80px; }

.advert-pod:hover .advert-text,
.ad-pod:hover .advert-text {
  height: 100%; }

.advert-pod:hover .advert-title,
.ad-pod:hover .advert-title {
  padding-top: 20px; }

.advert-wrapper > .advert-itemer,
.advert-wrapper > .arrow-itemer {
  position: relative;
  margin-bottom: 30px; }

.advert-wrapper > .advert-itemer:nth-child(4n+4) {
  margin-right: 0; }

.process-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -30px; }

/************************************************
*	Landing Page Ads 		    	   	        * 
************************************************/
.ap-holder {
  margin-bottom: 0; }

.ad-pod {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.ad-pod-big {
  height: 540px; }

.ad-pod-long-rect,
.ad-pod-quarter,
.ad-pod-third {
  height: 250px; }

.twin-ad-wrap > .twin-ad:nth-child(2) {
  margin-right: 0; }

.three-ad-wrap > .three-ad:nth-child(3n+3) {
  margin-right: 0; }

.ad-pod .advert-title {
  float: left;
  padding: 50px 57px 12px 17px; }

.ad-pod .advert-text {
  padding: 0 57px 0 17px; }

.advert-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #001B2F;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
  border-top: rgba(255, 255, 255, 0.2) 1px solid; }

.advert-icon-none {
  display: none; }

.advert-icon-gallery {
  background-image: url(images/type-gallery.png); }

.advert-icon-page {
  background-image: url(images/type-page.png); }

.advert-icon-collection {
  background-image: url(images/type-collection.png); }

.advert-icon-video {
  background-image: url(images/type-video.png); }

.advert-icon-pdf {
  background-image: url(images/type-pdf.png); }

.advert-icon-link {
  background-image: url(images/type-link.png); }

.gallery-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F8F8F8; }
  .gallery-slider .slick-list {
    position: relative;
    float: left;
    width: 100%;
    height: 100%; }
    .gallery-slider .slick-list .slick-track {
      position: relative;
      height: 100%; }
  .gallery-slider .gallery-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .gallery-slider .gallery-image a.gallery-image-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.gs-inline {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  float: left;
  clear: both;
  width: 100%; }

/************************************************
*	Share Box 		    	        	        * 
************************************************/
.share-box {
  background: #E8EAEB;
  width: 100%;
  text-align: center; }
  .share-box h3.share-title {
    font-size: 20px;
    width: 100%;
    padding: 10px 10px;
    background: #001B2F;
    color: #ffffff;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/************************************************
*	Item Pod 		    	        	        * 
************************************************/
.item-pod {
  position: relative;
  background: #001B2F;
  color: #ffffff;
  height: 232px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .item-pod .item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.resource-pod {
  background: #001B2F;
  border: 1px solid #001B2F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.resource-pod:hover {
  background: #006C8F; }

.rp-pic:hover {
  background: #001B2F; }

.event-pod {
  background: #03B7F1;
  line-height: 18px; }
  .event-pod .ablock-overlay {
    top: 25px;
    line-height: 22px; }
  .event-pod hr {
    margin: 10px 0 0;
    padding: 0 0 10px;
    opacity: 0.5; }

.event-past-1 {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event-past-1:hover {
  opacity: 1; }

.training-t {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  background: #001B2F;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold; }

.pod-fully-booked {
  position: absolute;
  left: 0px;
  bottom: 10px;
  height: 24px;
  background: #001B2F;
  color: #ffffff;
  font-size: 10px;
  line-height: 25px;
  padding: 0 6px;
  font-weight: bold;
  text-transform: uppercase; }

.event-pod-training {
  background: #0092C1;
  background: #8BBD3A; }

.event-pod-bl {
  background: #468439; }

.event-pod:hover {
  background: #0092C1; }

.event-pod-training:hover {
  background: #001B2F; }

.item-wrap > .item-pod:nth-child(4n+4),
.item-wrap > .item-pod-full:nth-child(4n+4) {
  margin-right: 0; }

.item-wrap > .facetwp-template > .item-pod:nth-child(4n+4),
.item-wrap > .facetwp-template > .item-pod-full:nth-child(4n+4) {
  margin-right: 0; }

.item-wrap-duo > .item-pod:nth-child(2n+2) {
  margin-right: 0; }

.item-wrap-duo .item-pod {
  width: 48.5%; }

.item-desc {
  position: absolute;
  top: 12px;
  left: 0;
  padding: 15px 15px 15px 2px;
  background: #ffffff;
  color: #001B2F;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 400; }

.team-pod {
  height: auto;
  background: #F8F8F8;
  border: #E8EAEB 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tp-image-wrap {
  float: left;
  width: 100%;
  position: relative; }

.item-pod-cover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ipci-on {
  opacity: 1; }

.tp-text {
  position: relative;
  float: left;
  width: 100%;
  height: 110px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #001B2F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .tp-text hr {
    margin: 5px 0 0;
    padding: 0 0 10px; }
  .tp-text span {
    font-size: 13px;
    line-height: 16px;
    color: #C4C4C5; }

.rp-text {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.rp-pic:hover .item-pod-cover-image {
  opacity: 0.85;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.rp-pic:hover .rp-text {
  opacity: 0; }

.team-pod:hover .item-pod-cover-image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.team-email {
  display: none; }

.team-pod:hover .team-position {
  display: none; }

.team-pod:hover .team-email {
  display: inline-block; }

/************************************************
*	Resources 		    	        	        * 
************************************************/
.resource-type-icon {
  background: #03B7F1;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  margin: -10px 0 0 10px; }

.rti-page {
  background: #03B7F1; }

.rti-pdf {
  background: #8BBD3A; }

.rti-video {
  background: #F1032C; }

.rti-link {
  background: #A803F1; }

.facetwp-dropdown {
  width: 100%; }

body .facetwp-type-checkboxes {
  max-height: 999999px; }

a.resource-side-link {
  float: left;
  clear: both;
  width: 100%;
  border-left: #8BBD3A 4px solid;
  padding: 8px 0px 8px 8px;
  margin: 0 0 11px;
  color: #001B2F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a.rsl-blue {
  border-left: #03B7F1 4px solid; }

.resource-meta {
  font-size: 15px;
  line-height: 22px;
  color: #A5B3BE; }
  .resource-meta h4 {
    color: #001B2F;
    font-size: 15px;
    line-height: 22px; }
  .resource-meta a {
    color: #A5B3BE; }
  .resource-meta ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px; }
    .resource-meta ul li {
      margin: 4px 0 4px 8px;
      padding-left: 0px;
      text-indent: -5px; }
    .resource-meta ul li:before {
      padding-top: 10px;
      content: "● ";
      color: #03B7F1; }

.pdf-preview {
  border: #E8EAEB 1px solid; }

span.top-pager {
  font-size: 18px;
  color: #001B2F; }

/************************************************
*	Collections 		  		  	       	    * 
************************************************/
.collection-section {
  display: none; }

.collection-section.cs-active {
  display: block; }

.collection-link {
  cursor: pointer; }

.menu-sidebar li a.collection-menu-link-active {
  color: #001B2F;
  border-left: #03B7F1 4px solid; }

.next-prev-bar-hide {
  display: none; }

.next-prev-bar-active {
  display: block; }

.np-link {
  cursor: pointer; }

a.mob-slide-button {
  display: none;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a.standalone-link, a.standalone-link:visited {
  display: inline-block;
  padding: 10px 15px;
  background: #FAFAFA;
  color: #001B2F;
  border: #E8EAEB 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.standalone-link span, a.standalone-link:visited span {
    font-size: 14px; }

a.standalone-link:hover {
  text-decoration: none;
  background: #E8EAEB; }

.collection-list > .collection-item:last-child .collection-comma {
  display: none; }

/************************************************
*	Training 		  		  	        	    * 
************************************************/
.training-table {
  display: table; }

.hifi-707 {
  display: none; }

.training-band {
  display: table-row;
  float: left;
  width: 100%; }
  .training-band .tbi {
    display: table-cell;
    width: 33.333333%;
    min-height: 40px;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .training-band .tbi ul,
    .training-band .tbi li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .training-band .tbi li {
      padding: 10px 0; }
  .training-band .tb-logo {
    vertical-align: middle;
    padding: 20px 50px; }
    .training-band .tb-logo .tb-logo-img {
      width: 240px; }
  .training-band .tb-white {
    background: #ffffff; }
  .training-band .tb-grey {
    background: #FAFAFA; }

.training-div {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  background: #468439;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .training-div .tdiv-left {
    position: absolute;
    top: -7px;
    left: -20px; }
  .training-div .tdiv-right {
    position: absolute;
    top: -7px;
    right: -20px; }
  .training-div h3 {
    color: #fff;
    text-align: center;
    padding-top: 14px; }

.sidebar-training {
  padding: 0 30px 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sidebar-training .button {
    width: 100%; }

.training-meta-sidebar,
.meta-sidebar {
  padding: 30px 0 20px 30px;
  border-left: 1px solid #E8EAEB; }
  .training-meta-sidebar h3,
  .meta-sidebar h3 {
    color: #001B2F;
    font-size: 16px;
    line-height: 29px; }
  .training-meta-sidebar ul,
  .meta-sidebar ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 29px; }
    .training-meta-sidebar ul li,
    .meta-sidebar ul li {
      margin: 8px 0 8px 8px;
      padding-left: 30px;
      text-indent: -15px; }
    .training-meta-sidebar ul li:before,
    .meta-sidebar ul li:before {
      padding-top: 10px;
      content: "● ";
      color: #03B7F1; }

/************************************************
*	Events 		  		  	        	        * 
************************************************/
.event-title-link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event-title {
  float: left;
  width: 100%;
  display: none;
  color: #468439; }

.event-title-active {
  display: block; }

.event-list {
  display: none; }

.event-list-active {
  display: block; }

.event-desc {
  color: #03B7F1; }

.event-gallery > .eg-item:nth-child(3n+3) {
  margin-right: 0; }

/************************************************
*	Team  						     		    * 
************************************************/
body .facet-question-wrap .grid_4 input[type="search"] {
  width: 100%; }

/************************************************
*	Orange Panel  				     		    * 
************************************************/
.orange-panel {
  position: relative;
  background: #FF6600;
  color: #ffffff;
  float: left;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  min-height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .orange-panel h2 {
    color: #ffffff;
    margin: 0;
    padding: 20px 20px 20px 0;
    display: inline-block; }
  .orange-panel a.button {
    background: #001B2F;
    margin: 10px;
    font-weight: bold; }
  .orange-panel a.button:hover {
    background: #ffffff;
    color: #001B2F; }
  .orange-panel a.yes-part {
    cursor: pointer; }

/************************************************
*	Stats Box  					     		    * 
************************************************/
.stats-box {
  float: left;
  width: 100%;
  min-height: 200px;
  background: #0092C1;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .stats-box .sb-top {
    float: left;
    width: 100%;
    height: 80px;
    background: rgba(0, 27, 47, 0.1); }
    .stats-box .sb-top .sb-logo {
      background: #ffffff;
      float: left;
      width: 244px;
      height: 80px;
      padding: 10px 0 0 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .stats-box .sb-top span {
      display: inline-block;
      padding: 28px 0 0 25px;
      font-size: 22px;
      line-height: 24px; }
    .stats-box .sb-top .sb-button {
      float: right;
      margin: 13px 10px 0 0; }

.qi-stat-pod {
  text-align: center;
  position: relative;
  width: 25%;
  padding: 30px 30px 50px;
  min-height: 270px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .qi-stat-pod span {
    display: inline-block;
    font-size: 72px;
    line-height: 72px;
    margin: 0;
    padding: 0 0 0px;
    font-family: "Hind", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .qi-stat-pod .qi-stat-more-info {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 24px;
    background: #ffffff;
    color: #006C8F;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 14px; }

.dash-right {
  border-right: #ffffff 1px dashed; }

/************************************************
*	Images  					     		    * 
************************************************/
img,
.wp-caption {
  max-width: 100%;
  height: auto;
  border: 0; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright,
.alignright {
  padding: 0px;
  margin: 0px 0px 10px 20px;
  display: inline; }

img.alignleft {
  padding: 0px;
  margin: 0px 20px 10px 0px;
  display: inline; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/************************************************
*	Menu Sidebar 		    	       	        * 
************************************************/
.menu-sidebar {
  min-height: 300px; }
  .menu-sidebar ul, .menu-sidebar li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-sidebar li a {
    clear: both;
    float: left;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 0 6px 9px;
    margin: 5px 0;
    border-left: #E8EAEB 4px solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #C4C4C5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .menu-sidebar li a:hover {
    color: #001B2F;
    text-decoration: none; }
  .menu-sidebar li:hover a {
    border-left: #03B7F1 4px solid; }
  .menu-sidebar li.current-menu-item a {
    color: #001B2F;
    border-left: #03B7F1 4px solid; }
  .menu-sidebar li.menu-item-green a {
    border-left: #8BBD3A 4px solid !important; }

.menu-start-on {
  min-height: 0; }
  .menu-start-on li a {
    border-left: #03B7F1 4px solid;
    color: #001B2F; }

body .facetwp-checkbox {
  background: none;
  font-size: 15px;
  line-height: 22px;
  padding: 6px 0 6px 9px;
  margin: 5px 0;
  border-left: #03B7F1 4px solid;
  cursor: pointer; }
  body .facetwp-checkbox .facetwp-counter {
    color: #C4C4C5; }

body .facetwp-checkbox.checked {
  background: none;
  border-left: #FF6600 4px solid; }

.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
  border: none !important;
  border-bottom: 1px solid #F8F8F8 !important; }
  .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
    padding: 15px 0 5px !important; }

/************************************************
*	Sidebar 		    	        	        * 
************************************************/
#sidebar {
  width: 100%;
  display: inline;
  float: left; }

#sidebar ul {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px; }

#sidebar ul li {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px; }

#sidebar ul ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.sidebar-meta {
  padding-left: 30px;
  border-left: 1px solid #E8EAEB; }
  .sidebar-meta h2, .sidebar-meta h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #E8EAEB; }

/************************************************
*	Stories Page 		    	       	        * 
************************************************/
.news-pod {
  position: relative;
  float: left;
  width: 100%;
  height: 420px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .news-pod .np-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 8px 13px;
    background: #468439;
    color: #ffffff; }
  .news-pod .np-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: pointer; }

.news-pod-list {
  line-height: 26px; }
  .news-pod-list a {
    color: #001B2F;
    display: block;
    padding: 20px 0 15px 0;
    border-bottom: #E8EAEB 1px solid; }

.news-link-wrap {
  padding: 40px 0 50px; }

.sidepod {
  float: left;
  width: 100%;
  margin: 0 0 40px; }
  .sidepod h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0px; }
  .sidepod .event-pod {
    width: 100% !important;
    margin-right: 0 !important;
    background: none;
    color: #001B2F;
    text-align: left;
    height: auto; }
    .sidepod .event-pod .ablock-overlay {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      padding: 50px 0 20px;
      text-align: left; }
      .sidepod .event-pod .ablock-overlay .ablock-text {
        padding: 0;
        max-width: 100%;
        hyphens: none; }
        .sidepod .event-pod .ablock-overlay .ablock-text .event-pod-title:after {
          content: " \25BA";
          display: inline;
          color: #001B2F; }
    .sidepod .event-pod .item-desc {
      padding: 0;
      font-size: 13px; }
    .sidepod .event-pod .training-t {
      display: none; }
  .sidepod .button-small {
    background: #03B7F1;
    margin-bottom: 5px; }

.news-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #468439; }
  .news-slider .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .news-slider .slick-dots li button {
      display: inline-block;
      margin: 0 6px 0 0;
      padding: 0;
      font-size: 0;
      line-height: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: #ffffff;
      opacity: 0.4;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .news-slider .slick-dots li.slick-active button {
    opacity: 1; }

/************************************************
*	Search      								*
************************************************/
.search-title {
  font-weight: 700; }
  .search-title span.pre-bit {
    color: #001B2F;
    font-weight: 300; }

.facetwp-btn {
  top: 30px !important; }

.search-meta {
  padding-bottom: 20px; }
  .search-meta .facetwp-facet,
  .search-meta .facetwp-sort {
    display: inline-block;
    margin-right: 20px; }

.facetwp-counts {
  display: inline-block; }

.search-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
  float: left;
  width: 100%;
  clear: both; }
  .search-item .search-image {
    float: left;
    margin: 0 25px 25px 0;
    width: 150px; }
  .search-item .search-text {
    float: left;
    width: calc(100% - 175px); }
  .search-item span.search-post-type {
    background: #001B2F;
    font-size: 13px;
    line-height: 16px;
    padding: 3px 6px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase; }
  .search-item h3 a {
    color: #03B7F1;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-item h3 a:hover {
      color: #001B2F; }
  .search-item .search-date {
    display: block;
    color: #C4C4C5;
    padding: 5px 0 10px; }
  .search-item .search-meta {
    width: 100%;
    margin-top: 20px; }

/*

.search-wrap > .search-item:nth-child(2n+2) {
	margin-right: 0;
}

.search-wrap > .search-item:nth-child(2n+1) {
	clear: both;
}

*/
#searchform label {
  display: none; }

#searchform input[type="text"] {
  width: 100%;
  margin-bottom: 20px; }

#searchform input[type="submit"] {
  padding: 10px 25px 11px; }

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #03B7F1;
  z-index: -100;
  opacity: 0; }
  .search-overlay.so-on {
    z-index: 2000;
    opacity: 1; }
  .search-overlay .search-overlay-close {
    position: absolute;
    top: 50px;
    right: 50px; }

.nav-search-button,
.search-overlay-close {
  cursor: pointer; }

/************************************************
*	Footer      								*
************************************************/
.nhs-logo-footer {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: #E8EAEB 1px solid;
  padding: 30px 0; }

.footer-blue {
  float: left;
  width: 100%;
  position: relative;
  background: #03B7F1;
  color: #ffffff;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .footer-blue .footer-blue-top {
    width: 100%;
    height: 15px;
    background: rgba(255, 255, 255, 0.2); }
  .footer-blue a.button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #ffffff;
    color: #03B7F1;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px; }
    .footer-blue a.button:hover {
      background: #001B2F;
      color: #ffffff; }

#footer {
  float: left;
  width: 100%;
  position: relative;
  background: #E8EAEB;
  width: 100%;
  height: 80px;
  margin: 0px;
  padding: 20px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#footer p {
  margin: 0px;
  padding: 0px; }

#footer a, #footer a:visited {
  color: #ffffff;
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

/************************************************
*	Bottom Bar      							*
************************************************/
#bottom-bar {
  float: left;
  background: #001B2F;
  width: 100%;
  margin: 0px;
  padding: 13px 0px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #bottom-bar .grid_12 {
    margin-bottom: 0; }

#bottom-bar p {
  color: #A5B3BE;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 22px; }

#bottom-bar a, #bottom-bar a:visited {
  color: #A5B3BE;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#bottom-bar a:hover {
  text-decoration: none;
  color: #ffffff; }

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

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

/************************************************
*	Bottom Bar      							*
************************************************/
.gform_body ul {
  border-left: none; }

body .gform_wrapper label.gfield_label {
  font-weight: 500; }

body textarea, body select, body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="email"], body input[type="month"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="time"], body input[type="url"], body input[type="week"] {
  border-color: #E8EAEB;
  background-color: #F8F8F8;
  color: #001B2F;
  padding: 5px 10px;
  height: 45px;
  font-size: 16px;
  line-height: 16px; }

body .gform_wrapper.gf_browser_chrome select {
  padding: 5px 10px; }

/************************************************
*	Images      								*
************************************************/
img.aligncenter {
  display: block;
  margin: 0 auto; }

.mob-show {
  display: none !important; }

.mob-show-must {
  display: none; }

body input.facetwp-date-max {
  margin-top: 10px; }

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  line-height: 16px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.survey-button-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: -100;
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .survey-button-wrap .survey-button-wrap-inner {
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #001B2F;
    padding: 15px 0px 0px 15px;
    width: 250px;
    max-width: 100%;
    margin-top: 50px; }
  .survey-button-wrap.survey-completed {
    display: none; }
  .survey-button-wrap input[type="submit"] {
    padding: 8px 15px; }

.survey-button {
  color: #ffffff; }
  .survey-button:visited {
    color: #ffffff; }
  .survey-button:hover {
    text-decoration: none;
    opacity: 0.8; }

.close-survey {
  position: absolute;
  top: -14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #001B2F;
  background-image: url("images/close.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  border: #ffffff 1px solid;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  z-index: 1; }

.sb-up {
  z-index: 100000; }

.sb-on {
  opacity: 1; }

a.button.feedback-return {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 15px;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a.button.feedback-return.feedback-return-hidden {
    opacity: 0; }
  a.button.feedback-return.feedback-return-gone {
    display: none; }

body table.gsurvey-likert th.gsurvey-likert-choice-label {
  background-color: #468439;
  color: #ffffff;
  font-size: 12px; }

#input_60_8,
#input_60_7,
#input_61_1 {
  margin-bottom: 0; }

#gfield_description_60_8,
#gfield_description_60_7,
#gfield_description_61_1 {
  padding-top: 5px; }

body textarea#input_61_3 {
  border-color: #C4C4C5; }

body .survey-button-wrap-inner .gform_wrapper .top_label .gfield_label, body .survey-button-wrap-inner .gform_wrapper legend.gfield_label {
  font-size: 12px; }

body .survey-button-wrap-inner .gform_wrapper .description, body .survey-button-wrap-inner .gform_wrapper .gfield_description, body .survey-button-wrap-inner .gform_wrapper .gsection_description, body .survey-button-wrap-inner .gform_wrapper .instruction {
  font-size: 10px;
  line-height: 12px; }

body .survey-button-wrap-inner .gform_wrapper textarea.small {
  height: 50px !important; }

body .survey-button-wrap-inner table.gsurvey-likert tr th {
  padding: 3px !important; }

body .survey-button-wrap-inner .gform_wrapper .gform_footer input.button, body .survey-button-wrap-inner .gform_wrapper .gform_footer input[type=submit], body .survey-button-wrap-inner .gform_wrapper .gform_page_footer input.button, body .survey-button-wrap-inner .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 14px !important;
  padding: 2px 7px !important;
  width: auto !important; }

body .survey-button-wrap-inner .gform_wrapper .gform_footer {
  padding: 0 !important; }

@media only screen and (max-width: 1024px) {
  body .survey-button-wrap-inner table.gsurvey-likert td.gsurvey-likert-choice {
    font-size: 12px;
    height: 26px; } }

@media only screen and (max-width: 761px), (max-device-width: 1024px) and (min-device-width: 768px) {
  body .gform_wrapper table.gsurvey-likert thead {
    position: relative;
    top: auto;
    left: auto; }
  body .gform_wrapper table.gsurvey-likert tr {
    display: table-row; }
  body .gform_wrapper table.gsurvey-likert td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    background-position: center center !important;
    min-height: 0; }
  body .gform_wrapper ul.gform_fields table.gsurvey-likert td:after {
    display: none; }
  body .survey-button-wrap-inner table.gsurvey-likert tr th {
    padding: 3px !important; } }

@media only screen and (max-height: 510px) {
  .survey-button-wrap {
    top: 0;
    align-items: flex-start; } }
/*# sourceMappingURL=style.css.map */