/*
streamline styling sheet
*/
/* 
    Created on : 
    Author     : 
*/


/* POLL FORM */

body #gform_wrapper_4 {
	background: #eee;
	padding: 40px 40px 30px 40px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

body #gform_wrapper_4 .gform_body .gform_fields .gfield .gfield_label {
	color: #354D71;
	display: block;
	margin-bottom: 1em!important;
	font-size: 1.2em;
}

body .gform_confirmation_message_4 {
	font-size: 1.1em;
	margin-top: 0px; /*50px*/
	background: #eee;
	padding: 0px; /*30px*/
	color: #0F7C82;
}

/**/


h2.gsection_title {
	color: #0F7C82!important;
	border-bottom: 1px solid #999;
	padding-bottom: 0.4em;
}

.gfield_description {
	color: #999;
	font-size: 0.9em;
}

.gfield_label {
	margin-bottom: 2em;
}

/* Video Wrapper */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#content a.btn {
	display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    background-color: #354D71;
	color: #fff!important;
    margin: 1em 0 1em 0;
	padding: 10px 30px;
	text-decoration: none!important;
}

#content a.btn:hover {
    background-color: #0F7C82;
}

.validation_message { color: red;}
.validation_error { color: red; margin-bottom: 20px;}

/* file upload */

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload {
	margin-top: 10px;
	background: #eee;
	padding: 20px 20px 10px 20px;
	font-size: 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input {
	color: #666;
	padding: 5px 20px;
	margin-left: 10px;
	font-size: 14px;
}

/* radio btns */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {margin-bottom: 5px !important; margin-top: 10px!important; font-size: 14px;}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {margin-right: 10px;}

/* checkboxes */


body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {border: 1px solid yellow; margin-right: 10px; margin-top: 15px;}

.gfield_required {color: red; margin-left: 5px;}


/* First name & Last name */

.left div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49%;
	display: inline-block;
}

.left div.ginput_complex.ginput_container.gf_name_has_2 span:first-of-type {
	margin-right: 12px;
}

/* fixes for smaller screens */

@media (max-width: 1200px) {
	
	.left div.ginput_complex.ginput_container.gf_name_has_2 span:first-of-type {
		margin-right: 8px;
	}
	
}

@media (max-width: 768px) {
	
	.left div.ginput_complex.ginput_container.gf_name_has_2 span {
		margin-right: 0;
		margin-bottom: 8px;
		width: 100%;
	}
	
}

/* gravity form */

body .gform_wrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper ul li {
    margin-bottom: 2em!important;
    margin-top: 0!important;
	background-image: none!important;
	padding: 0 0 0 0!important;
}

li.gchoice_2_11_0 {
	margin-bottom: 0!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    font-family: 'Lato', sans-serif!important;
    font-weight: 400!important;
    font-size: 0.8em!important;
    color: #333;
    background: #eee;
    border: none!important;
    padding: 0.9em!important;
    margin: 1em 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=email] {
    font-family: 'Lato', sans-serif!important;
    font-weight: 400!important;
    font-size: 0.8em!important;
    color: #333;
    background: #eee;
    border: none!important;
    padding: 0.9em!important;
    margin: 1em 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
	font-family: 'Lato', sans-serif!important; /* 400 700 */
    font-weight: 400!important;
    font-size: 0.8em!important;
    color: #333;
    background: #eee;
    border: none!important;
    padding: 0.9em!important;
    margin: 1em 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	height: 42px;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
    font-size: 0.9em;
    color: #333!important;
    background: #eee;
    border: none!important;
    padding: 0.7em;
    margin: 1em 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}

body .gform_wrapper .gform_footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    background: #354D71;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 1em 0 1em 0;
	padding: 10px 30px;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gform_wrapper .gform_footer input.button:hover {
    background: #0F7C82;
}


#gform_confirmation_message_1 {
    font-family: 'Lato', sans-serif!important;
    font-weight: 400!important;
    font-size: 0.95em!important;
    color: #fff;
}


/* sidebar gravity forms */

#content .contact-box ul li {
	color: #fff;
	margin-bottom: 0.5em!important;
	font-size: 0.9em!important;
	line-height: 1.4em!important;
}

body .contact-box .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

body .side .gform_wrapper ul li {
	line-height: 1.2em;
	padding: 0!important
}

body .contact-box .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .contact-box .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body .contact-box .gform_wrapper .gform_body .gform_fields .gfield select, body .contact-box .gform_wrapper .gform_body .gform_fields .gfield textarea {
	margin-top: 0.2em;
	padding: 0.6em!important;
}

body .contact-box .gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 0.6em!important;
	height: 36px!important;
}

body .contact-box .gform_wrapper .gform_body .gform_fields .gfield textarea {
	height: 90px!important;
}

body {
    background: #eeeeee;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 0px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}


/* Video */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5em;
}

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

/* COOKIE NOTICE CSS */

#cn-notice-text {
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 13px;
}

#cookie-notice .button.wp-default {
line-height: 18px;
padding: 2px 12px;
background: #354D71;
border-color: #354D71;
color: #fff;
text-shadow: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px;
white-space: nowrap;
}

#cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover {
background: #354D71;
border-color: #354D71;
color: #fff;
}


/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    color: #354D71;
    margin: 0 0 0 0;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #666666;
    margin: 0 0 0 0;
}
h2 a{
    text-decoration:none!important;
    color: #354D71!important; 
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #999;
    margin: 0 0 0 0;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #354D71;
    margin: 0 0 0 0;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    margin: 0 0 0 0;
}

/* blockquote */

blockquote {
    margin: 30px 0;
    padding: 20px 30px 20px 30px;
	border-left: 5px solid #0F7C82;
	background: #354D71;
}

blockquote p {
	color: #fff;
}

blockquote cite {
	font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 0.9em;
    display: block;
    margin: 20px 0 0 0;
}


/**/


blockquote.blue {
    margin: 30px 0;
    padding: 20px 30px 20px 30px;
	border-left: 3px solid #354D71;
	background: #f7f7f7;
}

blockquote.blue p {
	color: #354D71;
}

blockquote.blue cite {
	font-weight: 700;
    font-style: normal;
    color: #666;
    font-size: 0.9em;
    display: block;
    margin: 20px 0 0 0;
}

/**/

blockquote.green {
    margin: 30px 0;
    padding: 20px 30px 20px 30px;
	border-right: 3px solid #0F7C82;
	border-left: none;
	background: #f7f7f7;
}

blockquote.green p {
	color: #0F7C82;
	text-align: right;
}

blockquote.green cite {
	font-weight: 700;
    font-style: normal;
    color: #666;
    font-size: 0.9em;
    display: block;
    margin: 20px 0 0 0;
}

/* table */

.table {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    margin: 0 0 1.5em 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background: #eee;
}

.table th {
    /*font-size: 0.95em;*/
    font-weight: 700;
    padding: 1em 1em;
    color: #fff;
    background: #0F7C82;
    border: 1px solid #fff;
}

.table td {
    padding: 0.7em 1em;
    color: #000;
    border: 1px solid #fff;
}

/*==*/

.table-2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    margin: 0px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background: #eee;
}

.table-2 th {
    /*font-size: 0.95em;*/
    font-weight: 700;
    padding: 1em 1em;
    color: #fff;
    background: #0F7C82;
    border: 1px solid #fff;
    text-align: center;
}

.table-2 td {
    padding: 0.7em 1em;
    color: #000;
    border: 1px solid #fff;
    vertical-align: text-top;
}

/* STICKY --------------------*/
/* STICKY --------------------*/
/* STICKY --------------------*/
/* STICKY --------------------*/

.admin-bar #sticky {
    top: 32px;
}

#sticky {
    background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 1);
  	position: fixed;
  	top: 0;
  	width: 100%;
	z-index:999;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
}

#sticky .flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 55px;
}

#sticky p {
    font-weight: 400; /* 300,400,700,900 */
    font-size: 1.5em; /*1.2*/
    color: #333;
}

#sticky p .green {
    font-weight: 900; /* 300,400,700,900 */
    color: #0F7C82;
}

#sticky a.btn {
	display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px; /*17*/
    background-color: #354D71;
	color: #fff!important;
    margin: 0 5px;
	padding: 5px 10px 5px 10px;
	text-decoration: none!important;
	border-radius: 5px;
}

#sticky a.btn.green {
    background-color: #0F7C82;
}

#sticky a.btn:hover {
    background-color: #0F7C82;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    padding: 1em 0;
    background-color: #FFFFFF;
	margin-top: 55px;
}

#header .right {
    text-align: right;
}

#header h2 {
    font-size: 1.3em;
    color: #354D71;
    margin-bottom: 0.5em;
    font-weight: 400;
}

#header h3 {
    color: #666;
    font-size: 1em;
	line-height: 1.5em;
}

#header h3.lge {
    font-size: 1.4em;
	line-height: 1.2em;
}

#header h3 .strong {
    font-weight: 700;
}

#header h3 .green {
    font-weight: 700;
    color: #0F7C82;
}

#header a.btn {
	display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #354D71;
	color: #fff!important;
    margin: 0 5px;
	padding: 8px 10px;
	text-decoration: none!important;
	border-radius: 5px;
}

#header a.btn:hover {
    background-color: #0F7C82;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav-mobile {
    background: red;
}

#nav {
    background: #354D71;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    text-transform: uppercase;
}

#menu li {
    position: relative;
    display: inline;
}

#menu a {
    display: inline-block;
    padding: 0.8em 0.8em;
    margin: 0 0 0 0;
    color: #ffffff;
    text-decoration: none;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    background-color: #0F7C82;
}

#menu li:hover ul a {
    text-decoration :none;
    background: #354D71;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: #0F7C82;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0.8em 0.8em;
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/

#slider {
    background: #eeeeee;
}

/* PAGE TITLE ----------------*/
/* PAGE TITLE ----------------*/

#page-title {
    background: #fff;
    padding: 2.5em 0 0 0em;
}

#page-title h1 {
}

#page-title p {
    color: #999;
    font-size: 0.9em;
    text-align: right;
    margin-top: 0.4em;
}

#page-title a {
    color: #999;
}

/* INTRO ---------------------*/
/* INTRO ---------------------*/

#intro {
    background: #ffffff;
    text-align: center;
    padding: 2em 0 0 0;
}

#intro h1 {
    margin-bottom: 0.4em;
}

/* TRUSTPILOT ----------------*/
/* TRUSTPILOT ----------------*/

#trustpilot {
    background: #f7f7f7;
    text-align: center;
    padding: 2em 0 2em 0;
}

/* CONTENT -------------------*/
/* CONTENT -------------------*/

#content {
    background: #ffffff;
    padding: 2em 0 5em 0;
}

#content .left {
    margin-bottom: 1.5em;
}

#content a {
    color: #6b9bc1;
    text-decoration: underline;
}

#content a:hover {
    color: #354D71;
}

#content h2 {
    margin: 2em 0 1em 0;
    line-height: 1.5em;
    color: #354D71;
}

#content h2:first-of-type {
    margin: 0em 0 1em 0;
}

#content h3 {
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #354D71;
    font-weight: 400;
}

#content h4 {
    margin: 0 0 1em 0;
    font-weight: 400;
}
#content h5 {
    margin: -1em 0 1em 0;
    font-weight:300;
    font-size:1.2em;
    line-height: 1.5em;
    color: #354D71;
}
#content h6 {
    margin: 0em 0 1em 0;
    font-weight:300;
    font-size:1.2em;
    line-height: 1.2em;
    color: #354D71;
}
#content p {
    margin-bottom: 1em;
    line-height: 1.5em;
}
#content .p1 {
    margin-bottom: 1em;
    line-height: 1.5em;
    overflow:auto;
}
#content .p2 {
    font-size:0.8em;
}
/* unorderd list */

#content ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding-left: 0px;
}
#content ul.new {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding-left: 0px;
}
#content ol {
    list-style-type: decimal;
    margin: 0 0 0 15px;
    padding-left: 0px;
}

#content ul li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    line-height: 1.8em;
    padding: 0 0 0 1.3em;
    background-image: url(images/bullet.gif);
    background-repeat:no-repeat;
    background-position: 0 0.7em;
}
#content ul li.pdf {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    color: #354D71;
    line-height: 1.8em;
    padding: 0 0 0 2.4em;
    background-image: url(/wp-content/uploads/2016/03/pdf-icon.png);
    background-repeat:no-repeat;
    background-position: 0 0em;
}
#content ol li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    line-height: 1.8em;
    padding: 0 0 0 .6em;

}

/* accordion */

#content .accordion {
    margin-bottom: 2em;
}

#content .accordion h3 {
    color: #fff;
    margin-bottom: 0.5em;
}

#content .accordion-title {
    margin: 0;
    padding: 0.7em;
    cursor: pointer;
    background-color: #354D71;

    background-image: url(images/icon-plus.png);
    background-repeat:no-repeat;
    background-position: 95% 50%;
}

#content .accordion-title:hover {
    background-color: #0F7C82;

    background-image: url(images/icon-plus.png);
    background-repeat:no-repeat;
    background-position: 95% 50%;
}

#content .accordion-title:first-child {
    /*border: none;*/
}

#content .accordion-title.open {
    cursor: pointer;

    background-image: url(images/icon-minus.png);
    background-repeat:no-repeat;
    background-position: 95% 50%;
    margin-bottom: 1.5em;
}

#content .accordion-content {
    padding-bottom: 20px;
}

/* polaroid btns */

#content a.btn-polaroid {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 0 0;
    background-size: 100%;
    display: block;
    margin: 0.7em 0;
}

#content a.btn-polaroid:hover {
    background-position: 0 100%;
    background-size: 100%;
}

#content #why {
    background-image: url(images/btn-polaroid-karen.jpg);
}
#content #why-hazel {
    background-image: url(images/btn-polaroid-hazel.jpg);
}
#content #why-jason {
    background-image: url(images/btn-polaroid-jason.jpg);
}
#content #why-melanie {
    background-image: url(images/btn-polaroid-melanie.jpg);
}
#content #why-wendy {
    background-image: url(images/btn-polaroid-wendy.jpg);
}
#content #why-gary {
    background-image: url(images/btn-polaroid-gary.jpg);
}
/* BMI CALCULATOR ------------*/
/* BMI CALCULATOR ------------*/
/* BMI CALCULATOR ------------*/

.calc-imperial, .calc-metric {
    position: relative;
    border: none;
    border-radius: 2px;
    background: #354D71;
    color: #FFF;
    padding: 0.5em;
    top: 8px;
}

.calc-imperial:hover, .calc-metric:hover {
    background: #0F7C82;
}

/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/

#content .contact-box {
    background-color: #0F7C82;
    padding: 1em 1.8em;
}
#content .contact-box h3 {
    font-size:1.4em;
    color: #fff;
}
#content .contact-box a {
    text-decoration: none;    
}

#content .contact-box a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Form */

#enquiry-form input {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
}

#enquiry-form .formfieldmed {
    width: 100%;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    display: inline;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#enquiry-form #checkbox {
    /*position: relative;
    left: 19em;
    bottom: 1em;*/
}

#enquiry-form .submitbutton {
    width: 100%;
    background-color: #354D71;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#enquiry-form .submitbutton:hover {
    text-decoration: underline;
}

/* Side Nav */

#side-pages {
    border: 1px solid #354D71;
    padding: 0em;
    margin-bottom: 30px;
    /*text-align: right;*/
}

#side-pages a {
    text-decoration: none;
}

#side-pages a:hover {
    text-decoration: underline;
}
#side-pages hr {
    margin-top: 0px;
    width:90%;
    margin-left:15px;  
    text-align:left;
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

#side-pages #bbp-search-form {
    margin-bottom: 10px;
    margin-left: 1em;
}

#side-pages #bbp-search-form label {
    display: none;
}

#side-pages #bbp_search {
    font-family: 'Lato', sans-serif;
    padding: 0.2em;
}

#side-pages .bbp-login-links {
    padding-top: 14px;
    font-weight: bold;
}

#side-pages .bbp-logged-in .logout-link {
    padding: 8px 0 18px 0;
    display: inline-block;
    font-weight: bold;
}

#side-pages #bbp_search_submit, #side-pages #user-submit,
.user-submit {
    font-family: 'Lato', sans-serif;
    padding: 0.3em;
    border: none;
    background-color: #354D71;
    color: #fff;
}

#side-pages #user-submit {
    margin-right: 0;
}

#side-pages #bbp_search_submit:hover, #side-pages #user-submit:hover,
.user-submit:hover {
    background-color: #0F7C82;
}

#side-pages .contact-box-text h2 {
    text-align: left;
    background: #354D71;
    padding:10px 15px 10px 15px;
    font-size:1.3em;
    color: #fff;
}
#side-pages .contact-box-text h3 {
    text-align: left;
    margin-bottom:0.5em;
    padding-left: 15px;
    font-size:1.1em;
    color: #354D71;
}

#side-pages .bbp-login-form {
    padding: 0;
}

#side-pages .bbp-username, #side-pages .bbp-password {
    text-align: left;
}

#side-pages .bbp-logged-in {
    padding: 0 1em;
}

#side-pages h4 {
    text-align: left;
    margin-bottom:0.5em;
    padding-left: 15px;
    font-size:1.1em;
}

#side-pages h4 a, #side-pages .logout-link, #side-pages fieldset {
    font-family: 'Lato', sans-serif;
    border: none;
    color: #354D71;
}

#side-pages #user_login, #side-pages #user_pass,
#side-pages .bbp-register-link, #side-pages .bbp-lostpass-link {
    font-family: 'Lato', sans-serif;
    color: #354D71;
}

#side-pages .bbp-logged-in a.user-submit {
    background-color: transparent;
}

#side-pages .contact-box-text ul {
    padding-left: 1em;
    padding-right: 10px;
    font-size: 1em !important;
    list-style-type: none;
}

#side-pages .contact-box-text ul li {
    background-image: none;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #333;
}

#side-pages .contact-box-text ul li:last-child {
    border-bottom: none;
}

#side-pages .contact-box-text ul li a {
    color: #6b9bc1;
}

#side-pages .contact-box-text .topic-author a {
    color: #354D71;
}

#side-pages .contact-box-text .topic-author img {
    display: none;
}

/* FEATURE BUTTONS -----------*/
/* FEATURE BUTTONS -----------*/

#feature-btns {
    background: #eeeeee;
    padding: 2em 0;
}

#feature-btns a.btn {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 0 0;
    background-size: 100%;
    display: block;
    margin: 0.7em 0;
}

#feature-btns a.btn:hover {
    background-position: 0 100%;
    background-size: 100%;
}

#feature-btns #why {
    background-image: url(images/btn-feature-why.png);
}
#feature-btns #team {
    background-image: url(images/btn-feature-team2.png);
}
#feature-btns #stories {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-stories.png);
}
#feature-btns #balloon {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-balloon.png);
}
#feature-btns #band {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-band.png);
}
#feature-btns #sleeve {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-sleeve.png);
}
#feature-btns #bypass {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-bypass.png);
}
#feature-btns #blog {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-blog.png);
}
#feature-btns #which-procedure {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-which-procedure.png);
}
#feature-btns #aftercare {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-aftercare.png);
}
#feature-btns #qualify {
    background-image: url(/wp-content/uploads/2018/11/btn-feature-do-i-qualify.png);
}

/*

#feature-btns #options {
    background-image: url(images/btn-feature-options.png);
}
#feature-btns #nhs {
    background-image: url(images/btn-feature-nhs.png);
}
#feature-btns #consultation {
    background-image: url(images/btn-feature-consultation.png);
}
#feature-btns #team {
    background-image: url(images/btn-feature-team2.png);
}
#feature-btns #vitality {
    background-image: url(images/btn-feature-vitality-2.png);
}
#feature-btns #costs {
    background-image: url(images/btn-feature-costs.png);
}
#feature-btns #faq {
    background-image: url(images/btn-feature-faq.png);
}
#feature-btns #forum {
    background-image: url(images/btn-feature-forum.png);
}
#feature-btns #news {
    background-image: url(images/btn-feature-news.png);
}
#feature-btns #rescue {
    background-image: url(images/btn-feature-rescue.png);
}

*/

/* LOGOS ---------------------*/
/* LOGOS ---------------------*/
/* LOGOS ---------------------*/
/* LOGOS ---------------------*/

#logos {
    /*padding: 30px 0;*/
	background-image: url(/wp-content/uploads/2018/11/bg-in-the-media.jpg);
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

#logos .content {
	padding: 30px 0;
	background-color: rgba(53,77,113,.90);
	/*background-color: rgba(15,124,130,.90);*/
}

#logos h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#logos .eqi-container {
    display: flex;
    justify-content: space-between;
}

#logos .eqi-container img {
    height: 50px;
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    padding: 3em 0 2em 0;
    background: #dddddd;
}

#footer .right {
    text-align: right;
}

#footer h2 {
    font-size: 1em;
    font-weight: 400;
    color: #354D71;
    margin: 0 0 0.8em 0;
    text-transform: uppercase;
}

#footer p {
    font-size: 0.7em;
    color: #999;
    margin: 0 0 0 0;
}

#footer p.lge {
    font-size: 1.1em;
    font-weight: 700;
    color: #F2E3B3;
    margin: 0 0 1.2em 0;
}

#footer ul {
    list-style-type: none;
    margin: 0em 0 2em 0;
    padding-left: 0px;
}

#footer ul li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    color: #333;
    line-height: 1.5em;
}

#footer a {
    color: #666;
    text-decoration: none;
}

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

/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/

#copyright {
    padding: 0.8em 0;
    background: #cccccc;
}

#copyright .right {
    text-align: right;
}

#copyright p {
    font-size: 0.8em;
    color: #466852;
}

#copyright a {
    color: #466852;
    text-decoration: none;
}

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

/* SOCIAL */

#copyright .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 0;
}

#copyright .social ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#copyright .social a.btn {
    margin: 0 0 0 0;
}

#copyright .social a.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* MEDIA QUERIES -------------*/
/* MEDIA QUERIES -------------*/
/* MEDIA QUERIES -------------*/
/* MEDIA QUERIES -------------*/

/* MOBILE VERTICAL */
@media (max-width: 400px) {}

/* MOBILE HORIZONTAL */
@media (max-width: 767px) {

    /* HEADER */
	
	#header {
		/*margin-top: 0px;*/
		/*padding: 0.9em*/
	}

    #header .logo {
        text-align: center;
    }
	
	#header img {
		width: 150px;
    }
	
	#header h2 {
		font-size: 1em;
		margin-bottom: 0.5em;
		font-weight: 400;
	}

    #header .right {
        text-align: center;
    }
	
	#header a.btn {
		display: inline-block;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 15px;
		background-color: #354D71;
		color: #fff!important;
		margin: 0 0px;
		padding: 5px 10px;
		text-decoration: none!important;
		border-radius: 5px;
	}

	#header a.btn:hover {
		background-color: #0F7C82;
	}

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* PAGE TITLE */

    #page-title p {
        text-align: left;
        margin-top: 0.6em;
    }

    /* FOOTER */

    #footer .right {
        text-align: left;
    }

    /* COPYRIGHT */

    #copyright .left {
        text-align: center;
        margin-bottom: 1em;
    }

    #copyright .right {
        text-align: center;
    }

}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
	
	/* HEADER */
	
	#header .flex {
		display: flex;
		/*flex-direction: column;
		justify-content: flex-end;
		flex-wrap: wrap;*/
		align-items: center;
	}

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

}

/* DESKTOP */
@media (min-width: 1025px) {
	
	/* HEADER */
	
	#header .flex {
		display: flex;
		/*flex-direction: column;
		justify-content: flex-end;
		flex-wrap: wrap;*/
		align-items: center;
	}
	
}

/* Map ----------------------------*/
.wpgmza_map {
    margin-bottom: 20px;
}


/* Forum styles */

body.bbpress #content .bbp-search-form {
    display: none;
}

body.bbpress #content .bbp-search-form #bbp_search, #bbp_topic_tags,
#bbp_stick_topic_select, #bbp_topic_status_select, #bbp_topic_title {
    font-family: 'Lato', sans-serif;
    padding: 0.3em;
}

body.bbpress #content .bbp-search-form .button, #bbp_reply_submit, 
#bbp_topic_submit {
    padding: 0.5em;
    border: none;
    background-color: #354D71;
    color: #fff;
}
body.bbpress #content .bbp-search-form .button:hover, #bbp_reply_submit:hover,
#bbp_topic_submit:hover {
    background-color: #0F7C82;
}
body.bbpress #content ul {
    font-size: 1.2em;
    list-style: none;
    margin: 0;
}

body.bbpress #content ul li {
    display: block;
    background-image: none;
    padding: initial;
}

body.bbpress #content .bbp-forum-content {
    width: 140%;
    font-size: 0.8em;
}

body.bbpress #content li.bbp-forum {
    font-size: 0.65em;
    margin-bottom: 10px;
}

body.bbpress #content ul li.bbp-header, body.bbpress #content ul li.bbp-footer {
    padding: 8px;
}

body.bbpress #content .bbp-topic-freshness-author {
    font-size: 1.2em;
}

body.bbpress #content .bbp-topic-freshness-author img {
    min-width: 12%;
}

body.bbpress #content .bbp-pagination {
    padding: 10px 0;
}

body.forum-archive li.bbp-forum-info .bbp-forum-content, body.forum-archive li.bbp-forum-info ul.bbp-forums-list {
    display: none;
}

/*li.bbp-forum-info.active .bbp-forum-content, */li.bbp-forum-info.active ul.bbp-forums-list {
    display: block;
}

/*body.forum-archive .bbp-body li.bbp-forum-info:before {
    content: '+';
    display: inline-block;
    margin-right: 6px; 
    cursor: pointer;
}

body.forum-archive .bbp-body li.bbp-forum-info.active:before {
    content: '-';
}*/


/* End forum styles */
