:root {
  --blue: var(--water-blue);
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: var(--marigold);
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: var(--blue-grey);
  --gray-dark: #343a40;
  --primary: var(--water-blue);
  --secondary: var(--blue-grey);
  --success: #28a745;
  --info: #17a2b8;
  --warning: var(--marigold);
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  
  --water-blue: #0f70c4;
  --soft-green: #5cc779;
  --light-blue-grey: #ced4da;
  --algae: #50b06a;
  --blue-grey: #868e96;
  --deep-sky-blue-50: rgba(0, 128, 255, 0.5);
  --dark-sky-blue-50: rgba(81, 185, 211, 0.5);
  --faded-red: #dc3545;
  --marigold: #FB8832;
  --topaz: #17a2b8;
  --pale-grey: #f8f9fa;
  --charcoal-grey: #343a40;
  --white: #f7f7f7;
  --very-light-blue: #e9ecef;
  --very-light-pink: #dddddd;
  --bright-orange-50: rgba(255, 97, 0, 0.5);
  --blue-purple-50: rgba(64, 0, 255, 0.5);
  --fire-engine-red-50: rgba(255, 0, 5, 0.5);
  
  --base-spacing: 8px;
  
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-body: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-family-header: source-sans-pro, Arial, sans-serif;
  --font-family-header-fallback: Arial, sans-serif;
  
  --font-color-body: #212529;
  --font-color-header: #151515;
}


body {
    font-family: var(--font-family-body);
}

*::before, *::after {
    font-family: var(--font-family-body);
}

small, .small {
    font-size: 85%;
}

.xsmall {
    font-size: 70%;
}

.big {
	font-size: 1.1875rem;
}

a {
    font-weight: 500;
	color: var(--water-blue);
}

h1 a, .h1 a,h2 a, .h2 a,h3 a, .h3 a,h4 a, .h4 a,h5 a, .h5 a,h6 a, .h6 a {
    font-weight: bold;
}

.container {
	overflow-x: hidden;
}

@media (min-width: 576px) {
  .container {
    overflow: unset;
  }
}

.row:before, .row:after {width:0px; height:0px;}

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .spacer-sm:after, .spacer:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .spacer-sm:before, .spacer-sm:after, .spacer:before, .spacer:after {
    display: table;
    content: " ";
}
:target:before {
  content:"";
  display:block;
  height:53px; /* fixed header height*/
  margin:-53px 0 0; /* negative fixed header height */
}
.br2space br {
	content:' ';
}
.br2space br:after {
	content:' ';
}


/**************************************************************************
 * 1. Base Rules
 */
html,
body {
	/*
	height: 100%;
	*/
}

body {
	min-height: 100vh;
	padding-top: 50px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body>iframe {
    display: none;
}

/*
li.comment[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -71px; 
  height: 71px; 
  visibility: hidden; 
}
*/

hr {
    margin-top: calc( var(--base-spacing) * 3 );
    margin-bottom: calc( var(--base-spacing) * 3 );
    border: 0;
    border-top: 1px solid #eee;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}

[hidden] {
  display: none !important;
}

figure {
	margin:0;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
	font-family: var(--font-family-header-fallback);
	font-weight: bold !important;
	/*font-weight: 600 !important;*/
	line-height: 1.13;
	color: var(--font-color-header);
	margin:0;
	letter-spacing: -0.06em;
	word-spacing: -0.06em;
}

.wf-sourcesanspro-n7-active h1,.wf-sourcesanspro-n7-active .h1,
.wf-sourcesanspro-n7-active h2,.wf-sourcesanspro-n7-active .h2,
.wf-sourcesanspro-n7-active h3,.wf-sourcesanspro-n7-active .h3,
.wf-sourcesanspro-n7-active h4,.wf-sourcesanspro-n7-active .h4,
.wf-sourcesanspro-n7-active h5,.wf-sourcesanspro-n7-active .h5,
.wf-sourcesanspro-n7-active h6,.wf-sourcesanspro-n7-active .h6 {
	font-family: var(--font-family-header);
	letter-spacing: 0em;
}

h1 span.subtitle {
	display: block;
	font-weight: 400;
}


h1, .h1 {
  font-size: 2.5rem;
}

h1.page-title, .h1.page-title {
  /*font-size: calc( 2.5rem + 1.5vw );*/
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul ul {
    font-size: 95%;
    padding-left: 1rem;
}

.lh-1 {
	line-height: 1 !important;
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.5rem;
  border: 1px solid var(--water-blue);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.entry-content  {
	font-size: 115%;
	overflow:hidden;
}

.entry-content h1,.entry-content .h1,
.entry-content h2,.entry-content .h2,
.entry-content h3,.entry-content .h3,
.entry-content h4,.entry-content .h4,
.entry-content h5,.entry-content .h5,
.entry-content h6 ,.entry-content .h6{
	font-family: var(--font-family-header);
}

.entry-content .panel-title {
    margin: 0;
}

.entry-content h1,.entry-content .h1,
.entry-content h2,.entry-content .h2,
.entry-content h3,.entry-content .h3 {
margin: 1.5rem 0px;
}

.entry-content blockquote {
	font-style: italic;
	font-size: 105%;
}

.wp-caption.alignnone {
    margin-top: 48px;
}

.wp-caption-text {
   font-size: 80%;
   text-align: center;
   color: var(--blue-grey);
	margin-top:8px;
	margin-bottom: 64px;
}
.wp-caption {
	max-width:100% !important;
}

.wp-caption.alignleft, .wp-caption.alignright {
	float: none;
    margin: 0;
	margin:auto;
}

.footer-nav > li > a {
    color: #Ddd;
	padding-left:0;
}

.easy-reading-2019 h1,.easy-reading-2019 .h1,
.easy-reading-2019 h2,.easy-reading-2019 .h2,
.easy-reading-2019 h3,.easy-reading-2019 .h3,
.easy-reading-2019 h4,.easy-reading-2019 .h4,
.easy-reading-2019 h5,.easy-reading-2019 .h5,
.easy-reading-2019 h6 ,.easy-reading-2019 .h6{
	margin-top: 96px;
	margin-bottom: 64px;
	text-align: center;
}

.easy-reading-2019 .embed-responsive {
	margin-bottom: 64px;
}

.entry-content iframe {display:none}

.entry-content .ad-tag iframe, .entry-content .typeform-widget iframe {
display: block !important;
}


.entry-content li {margin-top: 1em;margin-bottom: 1em;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}
js img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.w-100 {
  width: 100% !important;
}

.img-circle {
    border-radius: 50%;
}

.bg-default {
background-color: #f8f8f8;
}

.breadcrumb  {
font-size: 80%;
}

.adSlot, .ad-tag {overflow:hidden;clear:both;}

ul {
padding-left:20px;
}
ul ul {
font-size: 95%;
padding-left:15px;
}

ul ul ul {
padding-left:0px;
font-size: 100%;
}

.spacer {
	height: calc( var(--base-spacing) * 3 );
}

.spacer-sm {
	height: calc( var(--base-spacing) * 2 );
}

.spacer-xs {
	height: calc( var(--base-spacing) * 1 );
}

.spacer-l {
	height: calc( var(--base-spacing) * 4 );
}

.spacer-xl {
	height: calc( var(--base-spacing) * 6 );
}

.spacer-xxl {
	height: calc( var(--base-spacing) * 8 );
}

button.navbar-toggle {
  padding: 5px 8px;
  margin: 0;
  margin-top: 8px;
}


.navbar-toggle .icon-bar {
	height: 4px;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-warning {
  color: var(--warning);
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.form-control {
	display: block;
	width: 100%;
	/* height: 34px; */
	padding: 6px 12px;
	font-size: 1rem;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
	border: solid 1px var(--light-blue-grey);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: calc( var(--base-spacing) * 3 );
}

.inverted-block {
	background-color: var(--water-blue);
}

.bleding-box {
	background-image: linear-gradient(to bottom, #0598d8, #0e6fc3);
	margin-left: -15px;
	margin-right: -15px;
	padding: 0px 15px;
}

.inverted-block .block-title, .bleding-box .block-title, .panel-inverted .block-title {
	color: #fff;
}

.inverted-block h5, .inverted-block h5 * {
	color: #fff;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.right-arrow {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-color: inherit;
	width: .55em;
	height: .55em;
	transform: rotate(-45deg);
	display: inline-block;
}


.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  background: #fff;
  color: #000;
  border-top-right-radius: 4px;
}

.btn-group {
    border-radius: 1.5rem;
	box-shadow: inset 0 0 0px 2px var(--water-blue);
}

.price-gender-switch.btn-group {
	box-shadow: inset 0 0 0px 2px var(--font-color-header);
}
.btn-group > .btn:not(.active) {
	background: transparent;
	color: var(--water-blue);
}

.price-gender-switch.btn-group > .btn:not(.active) {
	background: transparent;
	color: var(--font-color-header);
}

.price-gender-switch.btn-group > .btn.active {
	background: var(--font-color-header);
	color: #FFF;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid var(--light-blue-grey);
}

.navbar-nav > li {
	width: 100%;
  }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid var(--light-blue-grey);
    border-bottom-color: transparent;
}

.entry-content .nav-tabs > li {
    margin: 0;
    margin-bottom: -1px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-top:0;
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fit__range-bar {
    width: 100%;
	background: #0096ee;
    height: 8px;
    max-width: none;
    border-radius: 4.9px;
	overflow: hidden;
}

.fit__range-bar .spectrum {
    position: relative;
    display: block;
    margin: 0;
    width: 33%;
    left: calc(50% - 33%);
    background: #fff;
    height: 8px;
    overflow: hidden;
    border-radius: 4.5px;
}

.entry-thumbnail .top-ticket {
    top: 14%;
    padding: 4px 9px;
}
.top-ticket {
    cursor: default;
    top: 30px;
    position: absolute;
    color: #fff;
    background: #f0ad4e;
    padding: 1.4% 3.4%;
    padding-bottom: 1.6%;
    font-size: 15px;
    font-weight: 500;
    z-index: 11;
    text-transform: uppercase;
}

.score-ticket {
	padding:16px;color:#fff;background-color: var(--soft-green);
	display:inline-block;
	margin-left: calc( var(--base-spacing) * 4 );
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	top:0;
}

.score-ticket.score-ticket-left {
    position: relative;
}

.score-ticket-standalaone {
	position: relative !important;
	border-radius: 0.625rem;
	padding: 12px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.score-ticket-standalaone .small, .score-ticket-standalaone a {
	display: none;
}

.score-ticket-standalaone .h4 {
	font-size: 1.25rem;
}


.easy-reading-2019 li {
    margin-bottom: 2em;
}

i.arrow {
	border: solid var(--blue-grey);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0.16em;
    opacity: 0.5;
    margin-bottom: 0.08em;
	margin-right: 0.3em;
	margin-left: 0.2em;
}

a i.arrow {
	border-color: var(--water-blue);
}

i.arrow.right {
   
    transform: rotate(-45deg);
   
    -webkit-transform: rotate(-45deg);
}

i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


	

/**************************************************************************
 * 3. Header
 */
 
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: calc( var(--base-spacing) * 3 );
    border: 1px solid transparent;
}

.navbar-header, .navbar .navbar-nav li a , .navbar-header .navbar-brand, .navbar-header .navbar-brand a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

  .navbar-nav {
    margin: 7.5px -15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 1.33rem;
    line-height: 20px;
}

.navbar-header .navbar-brand {
    width: calc(100% - 70px);
	text-align: center;
    padding: 8px 0px;
}

body.scrolled .navbar-fixed-top {
	box-shadow: 0 2px 37px -5px rgba(0, 0, 0, 0.5);
	border-width: 0 0 1px;
}
.navbar-nav > li > a {
line-height: 20px;
}

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.navbar-collapse.show {
    overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse a {
	font-size: 1.7rem;
	text-align:center;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    /*
	max-height: 340px;
	*/
}

.navbar-fixed-top .navbar-collapse {
	height: 100vh;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
	margin-top: 0;
	margin-bottom:0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

#btn-burger {
float:left;
}


.navbar-default .navbar-nav > li > a {
    color: #FFF;
    padding-right: 24px;
    font-family: var(--font-family-header);

}

.navbar-search {
	 overflow:hidden;
	 max-height: 0px;
	 -webkit-transition: max-height 0.2s;
	 -moz-transition: max-height 0.2s;
	 -ms-transition: max-height 0.2s;
	 -o-transition: max-height 0.2s;
	 transition: max-height 0.2s;
}

.navbar-search.active {
	 max-height: 200px;
}

.navbar-search .input-group {
	margin:20px auto;
	max-width: 500px;
}

.navbar-default {
/*
background: #00658B;
border-color: #004E6C;
*/
background: #2289e1;
border-color: #217cc9;
}

ul.sub-menu {
	list-style-type:none;margin:0;left:0;right:0;
	display:none;
	position:absolute;width:100%;z-index:99999;
    border-top: 1px solid transparent;
	padding:0;
}

ul.sub-menu>li {
	background:#f0efef;
	padding: calc( var(--base-spacing) * 3 ) 0px;
	box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*******************************************/
/***** BUTTONS *****************************/
.btn, input[type="submit"], button[type="submit"] {
  display: inline-block;
  text-align: center !important;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0.75rem 1.75rem;
  font-size: 0.85rem;
  line-height: 1;
  border-radius: 1.5rem;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--font-color-body);
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none !important;
}

.btn.disabled, .text-muted, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--water-blue);
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--water-blue);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--water-blue);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: var(--blue-grey);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: var(--blue-grey);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: var(--algae);
  border-color: var(--algae);
}

.text-success {
	color:var(--success);
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: var(--algae);
  border-color: var(--algae);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  background-color: #fff;
  color: #212529;
  border: solid 1px #fff;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: var(--font-color-body);
  background-color: var(--marigold);
}

.btn-warning:hover {
  color: var(--font-color-body);
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: var(--font-color-body);
  background-color: var(--marigold);
  border-color: var(--marigold);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: var(--font-color-body);
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: var(--faded-red);
  border-color: var(--faded-red);
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: var(--faded-red);
  border-color: var(--faded-red);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: var(--font-color-body);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: var(--font-color-body);
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: var(--font-color-body);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: var(--font-color-body);
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

[class*="btn-outline"] {
	border: 1px solid;
}

.btn-outline-primary {
  color: var(--water-blue);
  border-color: var(--water-blue);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--water-blue);
  border-color: var(--water-blue);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--water-blue);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--water-blue);
  border-color: var(--water-blue);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: var(--blue-grey);
  border-color: var(--blue-grey);
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--blue-grey);
  border-color: var(--blue-grey);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: var(--blue-grey);
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--blue-grey);
  border-color: var(--blue-grey);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: var(--algae);
  border-color: var(--algae);
}

.btn-outline-success:hover {
  color: #fff;
  background-color: var(--algae);
  border-color: var(--algae);
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: var(--algae);
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: var(--algae);
  border-color: var(--algae);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: var(--marigold);
  border-color: var(--marigold);
}

.btn-outline-warning:hover {
  color: var(--font-color-body);
  background-color: var(--marigold);
  border-color: var(--marigold);
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: var(--marigold);
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: var(--font-color-body);
  background-color: var(--marigold);
  border-color: var(--marigold);
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: var(--faded-red);
  border-color: var(--faded-red);
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: var(--faded-red);
  border-color: var(--faded-red);
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: var(--faded-red);
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: var(--faded-red);
  border-color: var(--faded-red);
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: var(--font-color-body);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: var(--font-color-body);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 500;
  color: var(--water-blue);
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: var(--blue-grey);
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1.5rem;
}

.btn-block {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.infolink {
	line-height: 0;
    font-size: 0.65rem;
}

.infolink:after {
    content: '?';
    display: inline-block;
    margin: 0;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    border-radius: 50%;
    padding: 0.13em 0.28em 0.09em 0.28em;
    text-decoration: none;
    background: #fff;
    color: #000;
    mix-blend-mode: screen;
}

.accordion .card {
	padding: 24px;
	border: 1px solid #e0e0e0;
	margin-top: -1px;
	position:relative;
	cursor: pointer;
}

.accordion .card:after {
	content: "+";
    display: block;
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 2rem;
    line-height: calc(1rem + 48px);
	color: var(--blue-grey);
	font-weight: bold;
	opacity: .6;
}

.accordion .card.active:after {
	content: "–";
}

.author-container {
	margin:0px 32px;
	overflow: hidden;
}

.author-mask {
	display:block;
	width:100px;
	height:100%;
	-webkit-mask-image: linear-gradient(black 60%, transparent 90%);
	mask-image: linear-gradient(black 60%, transparent 90%);
	position: absolute;
	background-repeat: no-repeat;
	top:0;
	left:0;
}


/* ---- 2018 compatibility ---- */

.modal-open {
    overflow: hidden;
}

.panel, .modal {
	border:0; 
    position:relative;
    background-color: #fff;
	border-radius: 0.625rem;
	/*
	margin-bottom: calc( var(--base-spacing) * 4 );
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	*/
	box-shadow: 0 11px 27px -6px rgb(0 0 0 / 16%);
}

.well-newsletter {
	background:url('https://www.runningshoesguru.com/wp-content/themes/rsg_2022/images/book-covers-small.png') no-repeat 490px 40px;
	 -webkit-background-size: 150px 216px;
	  -moz-background-size: 150px 216px;
	  -o-background-size: 150px 216px;
	  background-size: 150px 216px;
	background-position: 430px 40px;
}

.well-newsletter-2018 {
	background:url('https://www.runningshoesguru.com/wp-content/themes/rsg_2022/images/book-open-small5.png') no-repeat 440px 10px;
}

.panel-footer {
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	padding: calc( var(--base-spacing) * 2 ) 0px;
}

.panel-inverted {
	background-color: var(--water-blue);
	box-shadow: none;
	color: #fff;
}

.panel-body, .modal-body {
	padding: calc( var(--base-spacing) * 4 );
	line-height: normal;
}

.panel-body-xl, .modal-body {
	padding: calc( var(--base-spacing) * 6 );
}


.panel-img {
	width:100%;
	border-top-left-radius: 0.625rem;
	border-top-right-radius: 0.625rem;
}

.panel-img.panel-img-all {
	width:100%;
	border-radius: 0.625rem !important;
	background: #FFF;
}

.pull-right {
    float: right !important;
}

.entry-content h2:first-of-type, .entry-content h3:first-of-type {
    margin-top: 0;
}

.entry-meta {
    margin-bottom: 10px;
    opacity: 0.6;
    transition: opacity .3s ease-out;
}

.entry-meta:hover {
    opacity: 0.95;
}

.sm-pull-right,
.md-pull-right,
.lg-pull-right,
.xl-pull-right {
  float: none;
}
.colheight-sm-1,
.colheight-sm-2,
.colheight-sm-3 {
  height: 155px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
[class*="col-"].col-no-padding,
[class^="*col-"].col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.list-group-greybg .list-group-item {
		padding: 12px 0px;
		background-color: transparent;
		border: 0;
	}

	.list-group-greybg .badge {

		color: inherit;
		
		background-color: #FFF;
	}
	.button, .btn-default {
		color: var(--water-blue);
		border: 1px solid var(--water-blue);
	}
	
	.btn-group .btn {
	 color:inherit;
	}
	
	.btn-xs {
		min-height: 24px;
		min-width: 44px;
		padding: 0 10px;
		font-size: 0.72rem;
		line-height: 24px;
	}
	.button.btn-sm,.btn-default.btn-sm {
		min-height: 28px;
		line-height: 28px;
	}
	.button.btn-xs,.btn-default.btn-xs {
		min-height: 22px;
		line-height: 22px;
	}
	.btn-sm {
		
		min-width: 50px;
		
	}
	
	
	.btn-danger, .btn-warning, .btn-success, .btn-primary, input[type="submit"],  button[type="submit"] {
		color: #FFF;
	}
	
	button.navbar-toggle {
	    float: right;
    background: none;
    border: 0;
    box-shadow: none;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    line-height: 50px;
    border-left: 1px solid #fff;
    padding-left: 10px;
	border-radius: 0;
	}
	
	#btn-burger {
    float: left;
    border: 0;
    color: #FFF;
    min-height: 50px;
	padding-left: 0;
	outline: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    display: block;
    width: 24px;
    margin: 5.5px 0px;
    height: 3px;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
      background-color: inherit;
	  color:#FFF;
}
	
	.btn-link {
		background: transparent;
		border: transparent;
		box-shadow: none;
		padding:0;
	}
	
	.btn-waring {
		background-color: #ff5722;
	}
	
.navbar-search input[type="submit"] {
	color: #333;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  min-height: inherit;
}

.rating-stars {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    margin: 0;
	margin-top: -0.3em;
    color: yellow;
    overflow: hidden;
    display: inline-flex;
    position: relative;
}

.rating-stars:before {
    content: "✪✪✪✪✪";
    position: absolute;
    display: inline-flex;
    color: grey;
    z-index: 0;
	top:0;
	left:0;
}

.rating-stars>div {
	width: 70%;
	overflow: hidden;
	display: inline-flex;
	z-index: 2;
	position: relative;
}

.animated-rating {
    float:left;
}

.animated-rating:not(:checked) > input {
    position:absolute;
    clip:rect(0,0,0,0);
}

.animated-rating:not(:checked) > label {
    float:right;
    width:1.2em;
    padding:0;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:1.8rem;
    line-height:1.2;
	margin:0;
    color:#FFF;
    color: #FFF;
    border-radius: 50%;
    background: #ddd;
    margin-right: 0.1em;
}

.animated-rating:not(:checked) > label:before {
    content: '★ ';
	padding: 0 0.2em;
}

.animated-rating > input:checked ~ label {
    background: var(--marigold);
}

.animated-rating:not(:checked) > label:hover,
.animated-rating:not(:checked) > label:hover ~ label {
    background: var(--marigold);
}

.animated-rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating-stars-svg {
	position: relative;
	width: 96px;
	height: 1rem;
	display: inline-block;
	margin-bottom: -4px;
}

.rating-stars-svg::before, .rating-stars-svg span::before {
	display: block;
	content: "";
	background-image: url(https://www.runningshoesguru.com/wp-content/themes/rsg_2022/images/icons.svg#icon-rating-view);
	background-size: 20px 1rem;
	background-repeat: repeat-x;
	width: 96px;
	height:1rem;
	position: absolute;
}

.rating-stars-svg span::before {
	background-image: url(https://www.runningshoesguru.com/wp-content/themes/rsg_2022/images/icons.svg#icon-rating-whole-view);
}

.rating-stars-svg span {
	position: absolute;
	overflow:hidden;
	display:block;
	height: 1rem;
}


.panel-heading {
	border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.progressive-picture {
	position: relative;
    display: block;
	overflow:hidden;
}
.progressive-picture.processed {
	/*
   padding-bottom: 0% !important;
   */
}
.progressive-picture img.full-image {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.text-center .progressive-picture {
	margin-left: auto;
	margin-right: auto;
}
.text-center .progressive-picture img.full-image {
	margin-left: auto;
	margin-right: auto;
}
.progressive-picture.processed img {
   position:relative;
}
.progressive-picture img.full-image {
	opacity:0;
	display:none;
	/*
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	*/
}
.taxonomy-description {
	font-size: 1.3rem;
	overflow: hidden;
}
.taxonomy-description strong, .taxonomy-description b, .taxonomy-description a {
	font-weight: 500;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.post-link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
}

.social-bar {padding:0;}
.social-bar  li {
display: inline-block;
text-align: center;
vertical-align: bottom;
border: 2px solid #FFF;
border-radius: 10px;
}

.social-bar-block  li {
display: block;
}

#footer-bar .social-bar  li {
border: 0;
}

.footer-nav {
    display: block;
}

.footer-nav > li > a {
    color: #Ddd;
    padding-left: 0;
}

.social-bar-vertical li {
width: 45%;
display: block;
margin-bottom:1rem;
margin-left: auto;
margin-right: auto;
}

.visible-xl.social-bar-vertical li {
width: 90%;
}
.social-bar-vertical li span{
display: block;
font-size: 72.25%;
}

.social-bar  li  a{
display: block;
font-size: 1.25rem;
padding: 4px 0 4px 0;
width: 100%;
}

.social-bar li  a[class^="fontello-icon-"], .social-bar li  a  [class*=" fontello-icon-"] {
	color: #fff;
}

.social-bar-vertical li  a {
border-radius: 5px 5px 0px 0px;
}

.social-bar .description {
	display:none;
}

#footer-bar {
	margin-top: 0px;
}

#footer-bar .social-bar  li a {
padding: 4px 4px;
border-radius:20px;
}

.social-bar  li  a:hover{
text-decoration:none;
}

.social-bar li.fb {
border-color: #3b5998;
}

.social-bar li.fb a span {
color: #3b5998;
}

.social-bar .fontello-icon-facebook {
background-color: #3b5998;
}

.social-bar  li.tw {
border-color: #55acee;
}

.social-bar li.tw a span {
color: #55acee;
}

.social-bar .fontello-icon-twitter {
background-color: #55acee;
}

.social-bar  li.gplus {
border-color: #dd4b39;
}

.social-bar li.gplus a span {
color: #dd4b39;
}

.social-bar .fontello-icon-gplus {
background-color: #dd4b39;
}

.social-bar  .fontello-icon-youtube-play {
background-color: #cc2127;
}

.social-bar  li.sharethis {
border-color: #F8694D;
}

.social-bar  li.comment {
border-color: #555;
}

.social-bar li.comment a span {
color: #555;
}

.social-bar .fontello-icon-comment {
background-color: #555;
}

.social-bar-horizontal {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.social-bar-horizontal  [class^="col-"],
.social-bar-horizontal  [class*=" col-"]{
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.adSlot > div.unit {
	margin:auto;
}

.avatar-32, h2 .avatar {
}

.avatar-32 {
width: 32px;
}

.breadcrumb .avatar-60 {
	width: 40px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.breadcrumb p{
	margin:0;
}

.comment-form-subscriptions label {
font-weight:500;
font-size:90%;
}

.commentlist ul {
list-style-type:none;
}
.comment-author {
margin-top: 0px;
margin-bottom: 10px;
float:left;padding-right: 15px;display:table-cell;
}

.comment-body {
margin-top: 0px;
margin-bottom: 10px;
}

.comment-body p {
margin-top: 5px;
margin-bottom: 5px;
}

.comment-meta .btn-xs {
font-size: 1em;
}


.thread-odd {
background-color:#fdfdfd;
}

#cancel-comment-reply-link {
	display: inline-block;
  padding: 1px 5px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
	font-family: proxima-nova,"Roboto","Helvetica Neue","Segoe UI","Helvetica","Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	float:right;
}

/*
.commentlist li.depth-1 {
border-bottom:1px solid #f9f9f9;
margin-bottom:10px;
}
*/

.form-allowed-tags  {
display:none;}

.form-submit > input#comment_form_submit{
  display:block;
  margin-left:auto;
  margin-right:auto;
  }
  
.iosbutton {
        display: block;
        position: relative;
        color: #888;
        text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
        text-decoration: none;
        text-align: center;
        padding: 6px 28px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 4px;
        border: 1px solid #bcbcbc;
		letter-spacing:2px;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12);

        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1)
0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,1)
0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -o-linear-gradient(top, rgba(255,255,255,1)
0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -ms-linear-gradient(top, rgba(255,255,255,1)
0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: linear-gradient(top, rgba(255,255,255,1)
0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

.page-title.full-page-title small {
    display: none;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.widget .entry-title {
    max-height: 2.25em;
    min-height: 2.25em;
    overflow: hidden;
}

.review_box_stars_small {
    background: url(https://www.runningshoesguru.com/wp-content/themes/rsg_2022/images/stars_sprite.png) -8px -57px no-repeat;
    width: 97px;
    height: 16px;
    position: relative;
    color: #FFF;
}

.review_box_stars_small div {
    background: url(https://www.runningshoesguru.com/wp-content/themes/rsg_2022/images/stars_sprite.png) -8px -75px no-repeat;
    width: 1%;
    height: 16px;
    position: absolute;
    top: 0;
}

code {
    font-size: 90%;
    background-image: linear-gradient(180deg,transparent 55%,#FEF4D1 0);
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (min-width: 768px) {
.page-title.full-page-title small {
    display: block;
    line-height: 1.4;
    font-size: 1.25rem;
}
.score-ticket, .score-ticket.score-ticket-left {
		position:absolute;top:0;right:47px;
	}
}


@media (max-width: 991px) {
.navbar-nav > li > a {
    font-size: 140%;
    line-height: 2.5;
    padding: 0;
    margin: 0px 15px;
}
.navbar-fixed-top .container {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 991px;
}
}

@media (min-width: 576px) {
	.bleding-box {
		border-radius: 10px;
	}
}

@media (min-width: 992px) {
	
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6 ,.h6{
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,sans-serif;
   letter-spacing: -.03em;
	word-spacing: 0px;
}
         
.navbar-header .navbar-brand {
    width: 140px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-toggle {
    display: none;
}
.navbar-header {
    float: left;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-fixed-top .navbar-collapse a {
		font-size: 15px;
		text-align:left;
}

.navbar-right {
    float: right !important;
}

.navbar-nav {
    float: left;
    margin: 0;
	max-width: 50vw;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  
ul.navbar-nav > li > a {
  white-space: nowrap;
}
  
  .menu-main-menu-bar {
	   overflow: hidden;
  }


  .navbar-nav > li {
    float: left;
	width: auto;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  */
  
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}

.panel-img:not(.panel-img-top) {
	border-top-left-radius: 0.625rem;
	border-top-right-radius: 0;
   border-bottom-left-radius: 0.625rem;
}

.easy-reading-2019 {
	margin-left: 10%;
	margin-right: 10%;
}

.easy-reading-2019 img, .easy-reading-2019 .embed-responsive {
	margin-left: -10%;
	margin-right: -10%;
	width: 120%;
	max-width: 120%;
	margin-bottom: 64px;
}

.easy-reading-2019 .wp-caption img {
	margin-bottom: 0px;
}

.bleding-box {
	margin-left: -30px;
	margin-right: -30px;
	padding: 0px 30px;
}

}



/* ---- END 2018 compatibility ---- */


@media (min-width: 1200px) {

h1.page-title, .h1.page-title {
    font-size: 72px;
}

}