<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Heart Foundation
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/
/* =Start From Here
-------------------------------------------------------------- */
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/

-------------------------------------------------------------- */
@font-face {
  font-family: 'Avalon-Medium';
  src: url("fonts/Avalon-Medium.eot");
  src: url("fonts/Avalon-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avalon-Medium.woff2") format("woff2"), url("fonts/Avalon-Medium.woff") format("woff"), url("fonts/Avalon-Medium.ttf") format("truetype"), url("fonts/Avalon-Medium.svg#Avalon-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avalon-Demi';
  src: url("fonts/Avalon-Demi-webfont.eot");
  src: url("fonts/Avalon-Demi-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Avalon-Demi-webfont.woff2") format("woff2"), url("fonts/Avalon-Demi-webfont.woff") format("woff"), url("fonts/Avalon-Demi-webfont.ttf") format("truetype"), url("fonts/Avalon-Demi-webfont.svg#Avalon-Demi") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avalon-Book';
  src: url("fonts/Avalon-Book.eot");
  src: url("fonts/Avalon-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Avalon-Book.woff2") format("woff2"), url("fonts/Avalon-Book.woff") format("woff"), url("fonts/Avalon-Book.ttf") format("truetype"), url("fonts/Avalon-Book.svg#Avalon-Book") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avalon-Bold';
  src: url("fonts/Avalon-Bold-webfont.eot");
  src: url("fonts/Avalon-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Avalon-Bold-webfont.woff2") format("woff2"), url("fonts/Avalon-Bold-webfont.woff") format("woff"), url("fonts/Avalon-Bold-webfont.ttf") format("truetype"), url("fonts/Avalon-Bold-webfont.svg#Avalon-Bold-webfont") format("svg");
  font-weight: 500;
  font-style: normal; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  font-family: 'Avalon-Book'; }

.clearfix.upcoming-walk-wrapper {
  margin: 28px auto 32px; }
  .clearfix.upcoming-walk-wrapper h3 {
    font-family: 'Avalon-Demi';
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 24px;
    color: #1F1E1D; }
  .clearfix.upcoming-walk-wrapper .next-walk-date &gt; span {
    font-family: 'Avalon-Medium';
    font-size: 14px;
    letter-spacing: 0.04px;
    line-height: 18px;
    color: #1F1E1D;
    padding-top: 4px; }
  .clearfix.upcoming-walk-wrapper .float-right {
    float: right; }
  .clearfix.upcoming-walk-wrapper .view-group, .clearfix.upcoming-walk-wrapper .view-walk-organiser {
    font-family: 'Avalon-Medium';
    font-size: 14px;
    letter-spacing: 0.04px;
    line-height: 18px;
    color: #C8102E; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*.table-responsive {
    border: 1px solid $clGreyCool;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}*/
/*HTML5 display-role reset for older browsers */
.table-responsive.table-wo-background-checks table {
  border: none; }
  .table-responsive.table-wo-background-checks table th, .table-responsive.table-wo-background-checks table td {
    border: none; }
  .table-responsive.table-wo-background-checks table thead {
    border-bottom: 1px solid #A6BBC8; }
  .table-responsive.table-wo-background-checks table tr th.check-id {
    width: 10%; }
  .table-responsive.table-wo-background-checks table tr th.f2w-outcome {
    width: 25%;
    text-align: center; }
  .table-responsive.table-wo-background-checks table tr th.f2w-status {
    width: 25%;
    text-align: center; }
  .table-responsive.table-wo-background-checks table tr th.wwvp-status {
    width: 20%;
    text-align: center; }
  .table-responsive.table-wo-background-checks table tr th.action {
    width: 5%; }
  .table-responsive.table-wo-background-checks table tr td span.pill {
    border-radius: 15px !important;
    text-align: center;
    background-image: none;
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%;
    display: block;
    font-size: 11px; }
    .table-responsive.table-wo-background-checks table tr td span.pill.green {
      background-color: #D4EDDA;
      color: #155724; }
    .table-responsive.table-wo-background-checks table tr td span.pill.red {
      background-color: #F8D7DA;
      color: #721B24; }
    .table-responsive.table-wo-background-checks table tr td span.pill.yellow {
      background-color: #FEF2CE;
      color: #856504; }

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

.expand {
  border-bottom: 1px dashed #A6BBC8; }

.expand &gt; a {
  color: #000 !important;
  font-size: 18px;
  font-weight: normal; }

body {
  line-height: 1; }

.middleborder table, .middleborder table th {
  border: 0 none !important; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

.mgrbtm0 {
  margin-bottom: 0; }

.table.form-body td {
  border: 0 none; }

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

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

button, input, select, textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto; }

select {
  overflow: auto; }

textarea {
  overflow: auto;
  vertical-align: text-top; }

/* =Horizontal Rule

-------------------------------------------------------------- */
hr {
  background: #A6BBC8;
  border: none;
  clear: both;
  color: #A6BBC8;
  float: none;
  height: 1px;
  width: 100%; }

hr.space {
  background: #fff;
  color: #fff; }

/* =Base

-------------------------------------------------------------- */
html {
  height: 100%; }

body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #A6BBC8;
  color: #4f4f4f;
  font-family: Arial, Helvetica, sans-serif;
  /*
	font-size: 14px;
*/
  font-size: 16px;
  line-height: 22px;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* =Typography

-------------------------------------------------------------- */
p {
  /*word-wrap: break-word;*/ }

i,
em,
dfn,
cite {
  font-style: italic; }

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal; }

b,
strong {
  font-weight: 700; }

pre {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #A6BBC8;
  border: 1px solid #9e9e9e;
  border-bottom-color: #A6BBC8;
  border-radius: 2px;
  height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap; }

del {
  color: #4f4f4f;
  text-decoration: line-through; }

ins,
dfn {
  border-bottom: 1px solid #A6BBC8; }

sup,
sub,
small {
  font-size: 85%; }

abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase; }

a abbr,
a acronym {
  border: none; }

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #A6BBC8;
  cursor: help; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/* =Responsive 12 Column Grid

    http://themeid.com/responsive-grid/

-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0; }

.grid-right {
  float: right;
  margin-bottom: 2.127659574468%;
  padding-top: 0; }

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right: 2.127659574468%; }

.col-60 {
  width: 6.382978723404%; }

.col-140 {
  width: 14.893617021277%; }

.col-220 {
  width: 23.404255319149%; }

.col-300 {
  width: 31.914893617021%; }

.col-380 {
  width: 40.425531914894%; }

.col-460 {
  width: 48.936170212766%; }

.col-540 {
  width: 57.446808510638%; }

.col-620 {
  width: 65.957446808511%; }

.col-700 {
  width: 74.468085106383%; }

.col-780 {
  width: 82.978723404255%; }

.col-860 {
  width: 91.489361702128%; }

.col-940 {
  width: 100%; }

.fit {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* =Visibility

-------------------------------------------------------------- */
.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.none {
  display: none; }

.hide-desktop {
  display: none; }

.show-desktop {
  display: block; }

/* =Responsive Images

-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.ie8 img {
  height: auto;
  width: auto\9; }

.ie8 img.size-large {
  max-width: 60%;
  width: auto; }

/* =Responsive Videos

-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* =Responsive Embeds/Objects

-------------------------------------------------------------- */
embed,
object {
  max-width: 100%; }

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

/* =Links

-------------------------------------------------------------- */
a {
  color: #1B365D;
  font-weight: 400;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #404040;
  outline: 0;
  text-decoration: none;
  text-decoration: none !important; }

::selection {
  background: #1B365D;
  color: #fff;
  text-shadow: none; }

/* =Forms

-------------------------------------------------------------- */
/*
label {

	display: inline-block;

	font-weight: 700;

	padding: 5px 0;

}



legend {

	padding: 2px 5px;

}



fieldset {

	border: 1px solid $clGreyCool;

	margin: 0 0 1.5em;

	padding: 1em 2em;

}



select,

input[type="text"],

input[type="password"],

input[type="email"] {

	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 $clWhite, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 $clWhite, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 $clWhite, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: $clWhite;
	box-sizing: border-box;
	border: 1px solid lighten($clBlack, 62);
	border-bottom-color: $clGreyCool;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;

}



select {

	height: auto;

	width: 100%;

}



area,

textarea {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-webkit-border-radius: 2px;

	-webkit-box-shadow: 0 1px 0 $clWhite, inset 0 1px 1px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: 0 1px 0 $clWhite, inset 0 1px 1px rgba(0, 0, 0, 0.2);

	background-color: $clWhite;

	box-shadow: 0 1px 0 $clWhite, inset 0 1px 1px rgba(0, 0, 0, 0.2);

	box-sizing: border-box;

	border: 1px solid lighten($clBlack, 62);

	border-bottom-color: $clGreyCool;

	border-radius: 2px;

	height: auto;

	overflow: auto;

	margin: 0;

	outline: none;

	padding: 8px 10px;

	width: 100%;

}



input,

select {

	cursor: pointer;

}
*/
.findwalk &gt; a.big-btn, .fright &gt; a.big-btn {
  background: #C8102E url("images/b-btn-bg.jpg") repeat-x scroll 0 0;
  border: 1px solid #C8102E;
  box-shadow: 0 1px 0 #ACA39A;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  padding: 12px 15px;
  font-size: 16px; }

.big-btn &gt; span {
  padding-left: 5px; }

/* =IE Forms

-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%; }

/* =IE6 Notice

-------------------------------------------------------------- */
.msie-box {
  background-color: #fff;
  border: 1px solid #ED8B00;
  color: #1f1f1f;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%; }

.msie-box a {
  color: #1f1f1f; }

/* =Tables

-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #A6BBC8; }

.table {
  margin-bottom: 28px !important; }

.table thead tr th {
  font-size: 14px;
  font-weight: 600; }

table {
  border-collapse: collapse;
  width: 100%; }

/* =Lists

-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0; }

ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0; }

dt {
  font-weight: 400; }

/* =Blockquote

-------------------------------------------------------------- */
blockquote {
  background: #ACA39A;
  border: none;
  border-left: 4px solid #d6d6d6;
  margin: 20px;
  overflow: auto;
  padding: 0 0 10px 12px; }

blockquote p {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 26px; }

/* =Headings

-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 700;
  line-height: 1.0em;
  word-wrap: break-word; }

h1 {
  font-size: 2.625em;
  /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em; }

h2 {
  font-size: 2.250em;
  /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em; }

h3 {
  font-size: 1.875em;
  /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em; }

h4 {
  font-size: 1.500em;
  /* = 24px */
  margin-bottom: 1em;
  margin-top: 1em; }

h5 {
  font-size: 1.125em;
  /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em; }

h6 {
  font-size: 1.000em;
  /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em; }

/* =Margins &amp; Paddings

-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 1.6em 0; }

th, td {
  padding: .8em; }

caption {
  padding-bottom: .8em; }

blockquote {
  padding: 0 1em; }

blockquote:first-child {
  margin: .8em 0; }

fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em; }

legend {
  padding-left: .8em;
  padding-right: .8em; }

legend + * {
  margin-top: 1em; }

input,
textarea {
  padding: .3em .4em .15em; }

select {
  padding: .1em .2em 0; }

option {
  padding: 0 .4em; }

dt {
  margin-bottom: .4em;
  margin-top: .8em; }

ul {
  list-style-type: square; }

ol {
  list-style-type: decimal; }

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  /*padding-left: 2.0em;*/
  padding-left: 15px;
  font-size: 16px; }

li ul,
li ol {
  margin: 0;
  font-size: 14px; }

form div {
  margin-bottom: 0; }

.form-body {
  border-collapse: separate; }

/* From Drupal's system-messages.css */
div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 36px auto 6px;
  /* Margin changed to auto for HF */
  max-width: 940px;
  /* Width set for HF */
  padding: 10px 10px 10px 50px;
  /* LTR */ }

div.status {
  background-image: url(images/message-24-ok.png);
  border-color: #35aa47; }

div.status,
.ok {
  color: white; }

div.status,
table tr.ok {
  background-color: #35aa47; }

div.warning {
  background-image: url(images/message-24-warning.png);
  border-color: #ED8B00; }

div.warning,
.warning {
  color: #ED8B00; }

div.warning,
table tr.warning {
  background-color: #fff; }

div.pending,
.pending {
  color: #fff;
  font-size: 16px; }

div.pending,
table tr.pending {
  background-color: #C8102E; }

div.error {
  background-image: url(images/message-24-error.png);
  border-color: #ED8B00; }

div.error,
.error {
  color: #C8102E; }

div.error,
table tr.error {
  background-color: #ACA39A; }

div.error p.error {
  color: #2e2e2e; }

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0; }

div.messages ul li {
  list-style-image: none; }

div.messages.fit2work-thankyou a {
  font-weight: bold; }

div.messages.fit2work-warning {
  border: 1px #C8102E solid;
  padding: 0; }
  div.messages.fit2work-warning p.warning-note {
    background-color: #C8102E;
    color: white;
    padding: 10px 10px 10px 20px; }
  div.messages.fit2work-warning .check-form {
    padding: 10px 10px 10px 20px;
    background-color: white;
    color: #1F1E1D; }
    div.messages.fit2work-warning .check-form .form-group.confirm {
      min-height: 40px; }
      div.messages.fit2work-warning .check-form .form-group.confirm input.confirm-background-check {
        background-color: #C8102E;
        background-image: linear-gradient(to bottom, #C8102E, #C8102E);
        border-radius: 16px;
        width: 120px;
        height: 32px;
        text-align: center;
        color: white;
        float: right;
        position: relative;
        font-family: "Avalon-Medium";
        font-size: 14px;
        letter-spacing: 0.04px;
        padding: 8px 0;
        font-weight: 500;
        line-height: 18px; }
        div.messages.fit2work-warning .check-form .form-group.confirm input.confirm-background-check:hover {
          background-color: #C8102E !important;
          background-image: linear-gradient(to bottom, #C8102E, #C8102E) !important;
          color: #333; }
  div.messages.fit2work-warning .form-group label {
    color: #1F1E1D; }
    div.messages.fit2work-warning .form-group label.error {
      margin-left: 15px;
      border: 1px solid white;
      padding: 10px 10px 10px 10px;
      border-radius: 16px; }
  div.messages.fit2work-warning .form-group .popover-content p {
    color: #C8102E; }

/* From Drupal's system.base.css */
/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/* =Globals

-------------------------------------------------------------- */
#container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0px 25px; }

.front-page #wrapper {
  background-color: transparent;
  border: none;
  margin: 20px auto 20px auto;
  padding: 0; }

.lbutg.active {
  border: 2px solid #1B365D; }

#header {
  margin: 0; }

#footer-wrapper {
  margin: 0;
  padding: 0; }

#footer-wrapper .widget-wrapper {
  padding: 0; }

/* =Header

-------------------------------------------------------------- */
div.slideshow_container {
  margin: 0 auto; }

#logo {
  max-width: 188px;
  width: 188px;
  height: 100%;
  background: #fff;
  margin: 0; }

.site-name {
  display: block;
  font-size: 2.063em;
  /* = 33px */
  line-height: 1.0em;
  padding-top: 20px; }

.site-name a {
  color: #2e2e2e;
  font-weight: 700; }

.site-description {
  color: #B9B2AC;
  display: block;
  font-size: 0.875em;
  /* = 14px */
  margin: 10px 0; }

/* =Content

-------------------------------------------------------------- */
#content {
  margin-bottom: 20px;
  width: 100%; }

@media (max-width: 991px) {
  #content {
    padding: 0 15px; } }

#content-full {
  margin-top: 40px;
  margin-bottom: 20px; }

#content-blog {
  margin-top: 100px !important;
  margin-bottom: 20px; }
  #content-blog select {
    border-radius: 48px;
    -webkit-appearance: none;
    background: url(/assets/img/arrow_down_bold.png) center no-repeat #fff;
    background-position: calc(100% - 21px);
    letter-spacing: 0.04px;
    font-size: 14px;
    line-height: 12px;
    font-family: Avalon-Demi, sans-serif;
    color: #1F1E1D;
    font-weight: normal;
    outline: 0; }
  #content-blog #filterApprovals {
    width: 100%;
    height: 38px;
    margin-bottom: 28px;
    padding: 0 40px 0 14px; }
  #content-blog .sortFilter {
    width: 188px;
    height: 38px;
    padding: 0 40px 0 14px; }
  #content-blog .align-right {
    float: right;
    margin: 24px 0; }
  #content-blog .dashboard-header {
    letter-spacing: 0.2px;
    font-size: 48px;
    line-height: 52px;
    font-family: Avalon-Demi, sans-serif;
    color: #1F1E1D;
    font-weight: normal; }
  #content-blog .dashboard-heading {
    letter-spacing: 0.2px;
    font-size: 26px;
    line-height: 30px;
    font-family: Avalon-Demi, sans-serif;
    color: #C8102E;
    font-weight: normal; }
  #content-blog .title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px; }
    #content-blog .title-wrapper.sub-title {
      margin-bottom: 24px; }
    #content-blog .title-wrapper h2, #content-blog .title-wrapper h3 {
      margin: auto 0; }
    #content-blog .title-wrapper h3 {
      color: #ACA39A;
      letter-spacing: 0.05px;
      font-size: 16px;
      line-height: 22px;
      font-family: Avalon-Medium, sans-serif;
      font-weight: normal; }
    #content-blog .title-wrapper #filterForm {
      width: 168px;
      height: 38px;
      border: 1px solid #ACA39A; }
    #content-blog .title-wrapper .title-actions .list-action li {
      background-color: #C8102E;
      border: 0;
      width: 120px;
      height: 32px;
      border-radius: 24px;
      text-align: center; }
      #content-blog .title-wrapper .title-actions .list-action li a {
        height: 32px;
        color: #fff;
        letter-spacing: 0.04px;
        font-size: 14px;
        line-height: 32px;
        font-family: Avalon-Demi, sans-serif;
        font-weight: normal;
        text-transform: uppercase; }
      #content-blog .title-wrapper .title-actions .list-action li.transparent-background {
        background-color: transparent;
        border: 1px solid #C8102E;
        padding-left: 0px; }
        #content-blog .title-wrapper .title-actions .list-action li.transparent-background a {
          color: #C8102E; }
  #content-blog .dashboard-subtitle {
    letter-spacing: 0.15px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Avalon-Demi';
    color: #1F1E1D;
    font-weight: normal; }
    #content-blog .dashboard-subtitle:not(:first-of-type) {
      margin-top: 18px; }
  #content-blog #filterForm label {
    display: none; }
  #content-blog #filterForm .form-group {
    width: 140px;
    display: inline-block; }
    #content-blog #filterForm .form-group:first-child {
      margin-right: 20px; }
    #content-blog #filterForm .form-group:nth-child(3) {
      width: 220px;
      float: right; }
    #content-blog #filterForm .form-group input {
      letter-spacing: 0.04px;
      font-size: 14px;
      line-height: 20px;
      font-family: 'Avalon-Medium';
      color: #1F1E1D;
      font-weight: 500; }
    #content-blog #filterForm .form-group select {
      border-radius: 48px;
      -webkit-appearance: none;
      background: url(/assets/img/arrow_down_bold.png) center no-repeat #fff;
      background-position: calc(100% - 21px); }

#content-images {
  margin-bottom: 20px; }

#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 190px; }

/*body.search-results div.col-620{width: 45.957%}
body.search-results div.col-300{width: 22.915%;}*/
body.search-no-results div#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 190px; }

/*body.search-no-results div.col-620{width: 45.957%}
body.search-no-results div.col-300{width: 22.915%;}*/
#content-archive {
  margin-top: 40px;
  margin-bottom: 20px; }

#content-sitemap {
  margin-top: 40px;
  margin-bottom: 20px; }

#content-sitemap a {
  font-size: 12px; }

#content .sticky {
  clear: both; }

/* =Templates (Landing Page)

-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
  display: none; }

/* =Author Meta (Author's Box)

-------------------------------------------------------------- */
#author-meta {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ACA39A;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  clear: both;
  display: block;
  margin: 30px 0 40px 0;
  padding: 10px;
  overflow: hidden; }

#author-meta img {
  float: left;
  padding: 10px 15px 0 5px; }

#author-meta p {
  margin: 0;
  padding: 5px; }

#author-meta .about-author {
  font-weight: 700;
  margin: 10px 0 0 0; }

/* =Featured Content

-------------------------------------------------------------- */
#featured {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  border: 1px solid #A6BBC8;
  border-radius: 4px;
  padding-bottom: 40px;
  width: 99.893617021277%; }

#featured p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  padding: 0 40px 0 40px;
  text-align: center; }

#featured-image {
  margin: 40px 0 0 0; }

#featured-image .fluid-width-video-wrapper {
  margin-left: -20px; }

.featured-image img {
  margin-top: 44px; }

/* =Post

-------------------------------------------------------------- */
.comments-link {
  font-size: 12px; }

#cancel-comment-reply-link {
  color: #C8102E; }

.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px; }

.post-data a {
  color: #000; }

.post-entry {
  clear: both;
  color: #1f1f1f;
  /*padding-bottom: 20px;*/
  /*margin-bottom: 100px;
  text-align: justify;*/ }

.post-entry p {
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 20px;
  margin-top: 20px; }

.gm-style img {
  max-width: inherit !important; }

.post-meta {
  clear: both;
  color: #9e9e9e;
  font-size: 12px;
  margin-bottom: 10px; }

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0; }

.post-search-terms {
  clear: both; }

.read-more {
  clear: both;
  font-weight: 700; }

.attachment-entry {
  clear: both;
  text-align: center; }

/* =bbPress

    bbPress has its own breadcrumb lists

-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
  display: none; }

.breadcrumb {
  background-color: transparent;
  padding: 0; }

/* =Symbols

-------------------------------------------------------------- */
.ellipsis {
  color: #9e9e9e;
  font-size: 18px;
  margin-left: 5px; }

.form-allowed-tags {
  display: none;
  font-size: 10px; }

/* =Widgets

-------------------------------------------------------------- */
.widget-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ACA39A;
  border: 1px solid #ACA39A;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px; }

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
  width: 75%; }

#widgets {
  margin-top: 40px; }

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none; }

#widgets form {
  margin: 0; }

#widgets ul,
#widgets ol {
  padding: 0 0 0 20px; }

#widgets ul li a {
  display: inline;
  text-decoration: none; }

#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px; }

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px; }

#widgets .rssSummary {
  padding: 10px; }

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px; }

#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  line-height: 1.5em;
  margin: 0;
  word-wrap: break-word; }

#widgets .textwidget a {
  display: inline; }

#widgets ul .children {
  padding: 0 0 0 10px; }

#widgets .author {
  font-weight: 700;
  padding-top: 4px; }

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0; }

.colophon-widget {
  background: none;
  min-height: 0; }

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
  width: 100%; }

.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
  width: 45%; }

.top-widget ul {
  padding: 0; }

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto; }

.top-widget #searchform {
  margin: 0; }

/* =Titles

-------------------------------------------------------------- */
.featured-title {
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 40px;
  text-align: center; }

.featured-subtitle {
  padding: 0 10px;
  text-align: center; }

.widget-title,
.widget-title-home h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left; }

.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right; }

.widget-title a {
  border-bottom: none;
  padding: 0 !important; }

.title-404 {
  color: #C8102E; }

/* =404 Page

-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: 100%; }

/* =Top Menu

-------------------------------------------------------------- */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0; }

.top-menu li {
  display: inline;
  list-style-type: none; }

.top-menu li a {
  border-left: 1px solid #A6BBC8;
  color: #2e2e2e;
  font-size: 11px;
  padding: 0 4px 0 8px; }

.top-menu &gt; li:first-child &gt; a {
  border-left: none; }

.top-menu li a:hover {
  color: #2e2e2e; }

/* =Header Menu (Primary)

-------------------------------------------------------------- */
.menu {
  background-color: #525252;
  background-image: linear-gradient(to bottom, #525252, #474747);
  clear: both;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=lighten($clBlack, 32), endColorstr=lighten($clBlack, 28));*/
  margin: 0 auto; }

.main-nav {
  clear: both; }

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #fff; }

.menu li:hover {
  white-space: normal;
  z-index: 10000; }

.menu li li {
  float: none;
  border: 0; }

.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10; }

.menu li:hover &gt; ul {
  top: 100%;
  visibility: visible; }

.menu li li:hover &gt; ul {
  left: 100%;
  top: 20px !important; }

.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.menu,
.menu ul {
  min-height: 0; }

.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0; }

.menu ul li a:hover,
.menu li li a:hover {
  color: #424242;
  text-decoration: none; }

.menu ul {
  background: #fff;
  min-width: 15em;
  width: auto;
  z-index: -999; }

#menu-header-menu.menu ul {
  top: 26px;
  border: 1px solid #A6BBC8; }

#menu-header-menu.menu li li {
  margin-top: 0; }

.menu a {
  border-left: 1px solid #A6BBC8;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
  white-space: nowrap; }

ul.menu &gt; li:hover {
  background-color: #fff;
  color: #fff; }

.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #333333; }

.front-page .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none; }

.menu li li {
  background: #fff;
  background-image: none;
  color: #404040;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto; }

.menu li li a {
  background: transparent !important;
  border: none;
  color: #D81E05 !important;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 4px 20px;
  text-shadow: none;
  white-space: nowrap; }

.menu li li a:hover {
  background: #fff !important;
  background-image: none;
  border: none;
  color: #404040;
  filter: none; }

.menu li li:hover {
  background: #fff !important;
  filter: none; }

.menu ul &gt; li + li {
  border-top: 0; }

.menu li li:hover &gt; ul {
  left: 100%;
  top: 0; }

.menu &gt; li:first-child &gt; a {
  border-left: none; }

.menu a#responsive_menu_button {
  display: none; }

.main-nav #responsive_current_menu_item {
  display: none;
  /*margin-top: 20px;*/ }

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/
/* =Primary Main Menu IE Fixes

-------------------------------------------------------------- */
.ie7 .menu ul {
  background: url(core/images/ie7-fix.gif) repeat; }

.ie7 .menu li li a {
  min-width: 100%; }

/* =Sub-Header Menu

-------------------------------------------------------------- */
.sub-header-menu {
  background-color: #fff;
  border: 1px solid #A6BBC8;
  border-top: none;
  clear: both;
  margin: 0 auto; }

.sub-header-menu,
.sub-header-menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.sub-header-menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5; }

.sub-header-menu li:hover {
  white-space: normal;
  z-index: 10000; }

.sub-header-menu li li {
  float: none; }

.sub-header-menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10; }

.sub-header-menu li:hover &gt; ul {
  top: 100%;
  visibility: visible; }

.sub-header-menu li li:hover &gt; ul {
  left: 100%;
  top: 0; }

.sub-header-menu:after,
.sub-header-menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.sub-header-menu,
.sub-header-menu ul {
  min-height: 0; }

.sub-header-menu ul,
.sub-header-menu ul ul {
  margin: 0;
  padding: 0; }

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
  color: #424242;
  text-decoration: none; }

.sub-header-menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto; }

.sub-header-menu a {
  border-left: 1px solid #A6BBC8;
  color: #2e2e2e;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: none; }

.sub-header-menu a:hover {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-color: #ACA39A;
  background-clip: padding-box; }

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background-color: #ACA39A; }

.sub-header-menu li li {
  background: #fff;
  background-image: none;
  border: 1px solid #A6BBC8;
  color: #404040;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto; }

.sub-header-menu li li a {
  border: none;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none; }

.sub-header-menu li li a:hover {
  background: #ACA39A;
  background-image: none;
  border: none;
  color: #404040;
  filter: none; }

.sub-header-menu ul &gt; li + li {
  border-top: 0; }

.sub-header-menu li li:hover &gt; ul {
  left: 100%;
  top: 0; }

.sub-header-menu &gt; li:first-child &gt; a {
  border-left: none; }

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
  background: none;
  background-image: none;
  filter: none; }

/* =Sub Header Menu IE Fixes

-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
  background: url(core/images/ie7-fix.gif) repeat; }

.ie7 .sub-header-menu li li a {
  min-width: 100%; }

/* =Footer Menu

-------------------------------------------------------------- */
#block-fter-bottom2 .col-300 {
  width: 31%;
  margin: 0px;
  padding: 0px; }

#block-fter-bottom2 .widget_wysiwyg_widgets_widget + .widget_wysiwyg_widgets_widget {
  margin-left: 3.5%; }

@media (max-width: 680px) {
  #block-fter-bottom2 .widget_wysiwyg_widgets_widget + .widget_wysiwyg_widgets_widget {
    margin-left: 0; } }

.footer-menu {
  margin-left: 0;
  padding: 0; }

.footer-menu li {
  display: inline;
  list-style-type: none; }

.footer-menu li a {
  border-left: 1px solid #A6BBC8;
  color: #2e2e2e;
  padding: 0 8px; }

.footer-menu li a:hover {
  color: #1f1f1f; }

.footer-menu &gt; li:first-child &gt; a {
  border-left: none;
  padding: 0 8px 0 0; }

/* =Navigation

-------------------------------------------------------------- */
.navigation {
  color: #000;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px; }

.navigation a {
  color: #9e9e9e;
  padding: 4px 10px; }

.navigation a:hover {
  color: #000;
  text-decoration: none; }

.navigation .previous {
  float: left; }

.navigation .next {
  float: right; }

.navigation .bracket {
  font-size: 36px; }

/* =Pagination (pages)

-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0; }

.pagination a {
  text-decoration: none; }

/* =Breadcrumb Lists

-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px; }

/* =Comments

-------------------------------------------------------------- */
#commentform {
  margin: 0; }

.commentlist {
  border-bottom: 1px solid #A6BBC8;
  list-style: none;
  margin: 0;
  padding: 0; }

.commentlist ol {
  list-style: decimal; }

.commentlist li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0; }

.commentlist li cite {
  color: #000;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400; }

.commentlist li.alt {
  background: #ACA39A; }

.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px; }

.commentlist .avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle; }

.comment-author .says {
  color: #8f8f8f; }

.comment-body .comment-meta {
  color: #8f8f8f;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left; }

.comment-body .comment-meta a {
  font-size: 11px; }

.comment-body {
  clear: both;
  padding: 10px; }

.comment-body p {
  clear: both; }

.pingback, .trackback {
  list-style: none;
  margin: 20px 0; }

.pingback cite,
.trackback cite {
  font-style: normal; }

#pings,
#comments {
  text-align: left; }

#respond {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #A6BBC8;
  background-image: linear-gradient(to bottom, #fff, #A6BBC8);
  border: 1px solid #A6BBC8;
  border-bottom-color: #9e9e9e;
  border-radius: 4px;
  clear: both;
  margin-top: 15px;
  padding: 10px 20px 50px; }

#respond label {
  display: inline; }

.reply {
  margin: 10px 0; }

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block; }

.nocomments {
  color: #8f8f8f;
  font-size: .9em;
  text-align: center; }

/* =WordPress Core

-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

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

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

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

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

.wp-caption {
  background: #ACA39A;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px; }

img.wp-smiley {
  vertical-align: middle; }

/* =WordPress Gallery

-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px; }

.gallery img {
  border: 1px solid #A6BBC8; }

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery br + br {
  display: none; }

.attachment-gallery img {
  background: #fff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto; }

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block; }

/* =Post Thumbnails

-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 15px auto;
  width: auto; }

/* =Buttons

-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #ACA39A;
  /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACA39A), to(#a39b92));
  background-image: linear-gradient(to bottom, #ACA39A, #a39b92);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #C8102E;
  border-radius: 2px;
  color: #2e2e2e;
  cursor: pointer;
  display: inline-block;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$clGreyWarm, endColorstr=#bb1a1b);*/
  filter: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /*margin: 0;*/
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap; }

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a39b92));
  background-image: linear-gradient(to bottom, #fff, #a39b92);
  border: 1px solid #A6BBC8;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #2e2e2e;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$clWhite, endColorstr=darken($clGreyWarm, 5));*/
  filter: none; }

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ACA39A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACA39A), to(#a39b92));
  background-image: linear-gradient(to bottom, #ACA39A, #a39b92);
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=darken($clGreyWarm, 5));*/
  filter: none; }

/* =Buttons (Call to Action)

-------------------------------------------------------------- */
.call-to-action {
  text-align: center; }

.call-to-action a.button {
  font-size: 24px;
  padding: 15px 35px; }

.call-to-action a.button:hover {
  text-decoration: none; }

.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px; }

/* =Buttons (Sizes)

-------------------------------------------------------------- */
.small a.button {
  font-size: 10px;
  padding: 3px 6px; }

.medium a.button {
  font-size: 16px;
  padding: 8px 16px; }

.large a.button {
  font-size: 18px;
  padding: 10px 35px; }

.xlarge a.button {
  font-size: 24px;
  padding: 12px 55px; }

a.blue {
  background-color: #1B365D;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #495e7d, #1B365D);
  border: 1px solid #162b4a;
  color: #fff;
  text-shadow: 0 -1px 0 #162b4a; }

a.blue:hover {
  background-color: #1B365D;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #5f728e, #1B365D);
  border: 1px solid #132641;
  color: #fff;
  text-shadow: 0 -1px 0 #132641; }

a.red {
  background-color: #D81E05;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #e04b37, #D81E05);
  border: 1px solid #ad1804;
  color: #fff;
  text-shadow: 0 -1px 0 #ad1804; }

a.red:hover {
  background-color: #D81E05;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #e46250, #D81E05);
  border: 1px solid #971504;
  color: #fff;
  text-shadow: 0 -1px 0 #971504; }

a.orange {
  background-color: #ED8B00;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #f1a233, #ED8B00);
  border: 1px solid #be6f00;
  color: #fff;
  text-shadow: 0 -1px 0 #be6f00; }

a.orange:hover {
  background-color: #ED8B00;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #f2ae4d, #ED8B00);
  border: 1px solid #a66100;
  color: #fff;
  text-shadow: 0 -1px 0 #a66100; }

a.yellow {
  background-color: #ffd700;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #ffdf33, #ffd700);
  border: 1px solid #ccac00;
  color: #fff;
  text-shadow: 0 -1px 0 #ccac00; }

a.yellow:hover {
  background-color: #ffd700;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #ffe34d, #ffd700);
  border: 1px solid #b39700;
  color: #fff;
  text-shadow: 0 -1px 0 #b39700; }

a.green {
  background-color: #35aa47;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #5dbb6c, #35aa47);
  border: 1px solid #2a8839;
  color: #fff;
  text-shadow: 0 -1px 0 #2a8839; }

a.green:hover {
  background-color: #35aa47;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #72c47e, #35aa47);
  border: 1px solid #257732;
  color: #fff;
  text-shadow: 0 -1px 0 #257732; }

a.olive {
  background-color: #ACA39A;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #bdb5ae, #ACA39A);
  border: 1px solid #8a827b;
  color: #fff;
  text-shadow: 0 -1px 0 #8a827b; }

a.olive:hover {
  background-color: #ACA39A;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #c5bfb8, #ACA39A);
  border: 1px solid #78726c;
  color: #fff;
  text-shadow: 0 -1px 0 #78726c; }

a.purple {
  background-color: #852b99;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #9d55ad, #852b99);
  border: 1px solid #6a227a;
  color: #fff;
  text-shadow: 0 -1px 0 #6a227a; }

a.purple:hover {
  background-color: #852b99;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #aa6bb8, #852b99);
  border: 1px solid #5d1e6b;
  color: #fff;
  text-shadow: 0 -1px 0 #5d1e6b; }

a.pink {
  background-color: #cd1076;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #d74091, #cd1076);
  border: 1px solid #a40d5e;
  color: #fff;
  text-shadow: 0 -1px 0 #a40d5e; }

a.pink:hover {
  background-color: #cd1076;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #dc589f, #cd1076);
  border: 1px solid #900b53;
  color: #fff;
  text-shadow: 0 -1px 0 #900b53; }

a.brick {
  background-color: #C8102E;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #d34058, #C8102E);
  border: 1px solid #a00d25;
  color: #fff;
  text-shadow: 0 -1px 0 #a00d25; }

a.brick:hover {
  background-color: #C8102E;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #d9586d, #C8102E);
  border: 1px solid #8c0b20;
  color: #fff;
  text-shadow: 0 -1px 0 #8c0b20; }

a.gold {
  background-color: #ED8B00;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #f1a233, #ED8B00);
  border: 1px solid #be6f00;
  color: #fff;
  text-shadow: 0 -1px 0 #be6f00; }

a.gold:hover {
  background-color: #ED8B00;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #f2ae4d, #ED8B00);
  border: 1px solid #a66100;
  color: #fff;
  text-shadow: 0 -1px 0 #a66100; }

a.brown {
  background-color: #ED8B00;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #f1a233, #ED8B00);
  border: 1px solid #be6f00;
  color: #fff;
  text-shadow: 0 -1px 0 #be6f00; }

a.brown:hover {
  background-color: #ED8B00;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #f2ae4d, #ED8B00);
  border: 1px solid #a66100;
  color: #fff;
  text-shadow: 0 -1px 0 #a66100; }

a.silver {
  background-color: #A6BBC8;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #b8c9d3, #A6BBC8);
  border: 1px solid #8596a0;
  color: #fff;
  text-shadow: 0 -1px 0 #8596a0; }

a.silver:hover {
  background-color: #A6BBC8;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #c1cfd9, #A6BBC8);
  border: 1px solid #74838c;
  color: #fff;
  text-shadow: 0 -1px 0 #74838c; }

a.gray {
  background-color: #666666;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #858585, #666666);
  border: 1px solid #525252;
  color: #fff;
  text-shadow: 0 -1px 0 #525252; }

a.gray:hover {
  background-color: #666666;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #949494, #666666);
  border: 1px solid #474747;
  color: #fff;
  text-shadow: 0 -1px 0 #474747; }

a.black {
  background-color: #000;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #333333, #000);
  border: 1px solid black;
  color: #fff;
  text-shadow: 0 -1px 0 black; }

a.black:hover {
  background-color: #000;
  /* Dodger Blue */
  background-image: linear-gradient(to bottom, #4d4d4d, #000);
  border: 1px solid black;
  color: #fff;
  text-shadow: 0 -1px 0 black; }

/* =Info Boxes

-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left; }

.alert {
  background-color: #A6BBC8;
  border: 1px solid #C8102E;
  color: #1f1f1f; }

.address {
  background-color: #A6BBC8;
  border: 1px solid #ACA39A;
  color: #1f1f1f; }

.notice {
  background-color: #A6BBC8;
  border: 1px solid #ED8B00;
  color: #1f1f1f; }

.success {
  background-color: #fff;
  border: 1px solid #35aa47;
  color: #1f1f1f; }

.download {
  background-color: #fff;
  border: 1px solid #ED8B00;
  color: #1f1f1f; }

.information {
  background-color: #A6BBC8;
  border: 1px solid #6E7CA0;
  color: #1f1f1f; }

.required {
  color: #C8102E; }

/* =WooCommerce

-------------------------------------------------------------- */
#breadcrumb {
  padding: 40px 0 0 0; }

#breadcrumb a {
  color: #1B365D;
  font-size: 12px;
  font-weight: 400; }

#breadcrumb a:hover {
  color: #404040;
  text-decoration: none; }

#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px; }

.products ul, ul.products {
  margin-top: 40px; }

.cart-collaterals .shipping_calculator {
  width: 100%; }

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text; }

/* =WPML

-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left; }

.rtl .icl_languages_selector {
  float: left;
  text-align: right; }

@media screen and (max-width: 650px) {
  .icl_languages_selector,
  .rtl .icl_languages_selector {
    float: none; } }

/* =Polylang

-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none; }

/* =Footer

-------------------------------------------------------------- */
.bluebackground {
  background: none repeat scroll 0 0 #6E7CA0;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  padding: 25px 20px;
  text-align: left;
  display: block;
  font-weight: 400;
  line-height: 30px; }

.whitebackground .widget-wrapper {
  padding: 0px;
  background: #fff; }

.whitebackground .widget-wrapper .alignnone {
  margin: 0px; }

.widget-content {
  padding-bottom: 20px; }

.widget-content p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  color: gray; }

.widget-content img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
  margin: 0px; }

#footer a:hover {
  color: #404040; }

#footer-wrapper .grid.col-940 {
  margin: 0; }

.scroll-top {
  text-align: center; }

.copyright {
  text-align: left; }

.powered {
  text-align: right; }

/* =Social Icons

-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right; }

#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px; }

/* =Alignments Extras

-------------------------------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

/* =Clearfix

-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table; }

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both; }

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1; }

.clear {
  clear: both; }

/* =Begin bidirectionality settings (do not change)

-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override; }

BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override; }

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed; }

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }

/* =Media Print

    If you're working on a Child Theme, make sure that all

	media queries are included in your style.css

-------------------------------------------------------------- */
@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  ul, ol, dl {
    page-break-before: avoid; } }

/*	Retina (HiDPI) Display

    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html

-------------------------------------------------------------- */
/*The last 29 days of the month are the hardest."- Nikola Tesla*/
#header {
  max-width: 1200px;
  height: 100%;
  margin: 0;
  flex: 1; }

#content-blog {
  margin: 0 auto;
  max-width: 1200px;
  /*margin-top:40px*/
  margin-top: 25px;
  margin-bottom: 40px; }

#wrapper {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: white;
  background: linear-gradient(180deg, white 0%, #eceae9 100%); }

#container {
  padding: 0px;
  max-width: 2400px;
  background-color: #fff; }

#content-wrapper {
  max-width: 940px !important;
  margin: 0 auto; }

@media (max-width: 767px) {
  #content-wrapper .col-620 {
    width: 100%; } }

#header-wrapper {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: 88px;
  width: 100%;
  margin: 0;
  border-top: 8px solid #C8102E; }
  #header-wrapper #header {
    margin-top: 0;
    background: #fff; }

.head-bottm-strip {
  margin: 0 auto;
  background: url("images/headerbg-bottom.png") 0 0 no-repeat;
  height: 68px;
  margin: 0 auto;
  position: relative;
  top: 7px;
  z-index: 999;
  width: 940px; }

.head-bottm-strip img {
  left: 85px;
  position: absolute;
  top: 59px; }

div.addthis_toolbox ul {
  margin: 0;
  padding: 0px; }

div.addthis_toolbox ul li {
  float: left;
  list-style: none;
  /*padding-right:5px;
  width: 17%;*/
  -moz-box-sizing: content-box !important; }

div.addthis_toolbox ul li + li {
  padding-left: 5px; }

div.addthis_toolbox span {
  float: left;
  color: #8c8c8c;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  margin-top: 6px; }

div.addthis_toolbox {
  width: 50%;
  overflow: hidden;
  float: left;
  /*margin-top:5px*/
  padding-left: 3%; }

div.addthis_toolbox_connect_footer ul {
  margin: 0;
  padding: 0px; }

div.addthis_toolbox_connect_footer ul li {
  float: left;
  list-style: none;
  /*padding-right:5px;
  width: 17%;*/
  -moz-box-sizing: content-box !important; }

div.addthis_toolbox_connect_footer span {
  float: left;
  color: #8c8c8c;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  margin-top: 6px; }

div.addthis_toolbox_connect_footer {
  overflow: hidden;
  float: left;
  /*margin-top:5px*/
  padding-left: 7%;
  float: right;
  width: 30%;
  margin-top: 20px; }

/*div.headerlinks{
    float: left;
    width: 23%;
}*/
div.addthis_toolbox_connect_footer {
  overflow: hidden;
  /* margin-top: 5px; */
  padding-left: 19%;
  float: right;
  width: 42%;
  margin-top: -80px;
  position: absolute; }

div.headerlinks a {
  color: #fff;
  font-family: 'Avalon-Demi', sans-serif !important; }

.post-title a:hover {
  color: #000; }

div#topsearch {
  width: 26%;
  float: right;
  position: relative; }

/*div#topsearch form{

	margin:0px;

	padding:0px;

	position:relative;

	float:right;

}*/
div#topsearch form#searchform #searchsubmit {
  position: absolute;
  border-radius: none;
  background-image: url("images/search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: transparent;
  top: 0;
  right: 0;
  text-shadow: none;
  font-size: 13px;
  line-height: 20px;
  width: 18px;
  filter: none; }

div#topsearch form#searchform #searchsubmit:hover {
  background: transparent url("images/search.png") no-repeat center center !important; }

div#topsearch form input {
  padding: 6px 0px; }

div#topsearch form input.field {
  color: #000;
  padding-left: 10px;
  background: url(images/gbg-search.png) left top repeat-y;
  /*margin-top: 2px;*/
  padding-right: 25px;
  border-radius: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #9e9e9e;
  width: 100%; }

div.main-nav ul.menu {
  background-image: none;
  background-color: #fff;
  filter: none;
  /*padding-top:20px;*/ }

.menu .current_page_item a {
  background-color: #fff;
  background-image: none; }

.menu a {
  text-shadow: none;
  height: 20px;
  line-height: 20px;
  color: #D81E05;
  /*background-image:url('images/li.png');*/
  background-repeat: no-repeat;
  /*background-position:right center;*/
  border-color: #A6BBC8;
  padding: 0 13px;
  /*margin-right:10px;*/
  font-size: 14px;
  background-color: #fff !important; }

.menu a:hover {
  background-image: none; }

/*.menu a:hover{

  color:$clRed;
  background-image:url('images/lis.png');
  background-color: $clWhite;

}*/
div.main-nav ul.menu li:hover a {
  color: black;
  filter: none; }

#left-header {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center; }

#logo {
  display: inline-block;
  width: auto; }
  #logo a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; }
    #logo a img {
      width: 74%;
      object-fit: contain; }

/*::selection {

	background: none;

	color: $clWhite;

	text-shadow: none;

}*/
#wrapper {
  margin: 0 auto; }

/* lanh style*/
/*#wrapper{

 background: url("images/wng.png") repeat-x scroll left bottom $clWhite;

}*/
#post-41 {
  padding: 0; }

#post-41 .wpcf7 {
  margin-top: 20px;
  background: #A6BBC8;
  color: #000;
  border: 1px solid #A6BBC8;
  font-size: 16px; }

#post-41 .left-contact {
  float: left;
  display: block;
  width: 48%;
  margin: 0; }

#post-41 .right-contact {
  float: right;
  display: block;
  width: 47%;
  margin: 0; }

#post-41 #wpcf7-f40-p41-o1 .wpcf7-form {
  padding: 30px 30px 0;
  margin: 0; }

.post-title {
  color: #000;
  font-weight: normal; }

h1.post-title {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1F1E1D; }

.post-title a {
  color: #000;
  font-weight: normal;
  /*font-size:38px;*/
  font-size: 50px;
  margin-bottom: 20px; }

#post-41 .right-contact p, #post-41 .left-contact p {
  margin: 0; }

#post-41 input,
#post-41 select,
#post-41 textarea {
  margin: 10px 0;
  text-shadow: none; }

#post-41 input[type="text"],
#post-41 input[type="password"],
#post-41 input[type="email"],
#post-41 input[type="tel"] {
  padding: 2px 8px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #6E7CA0; }

#post-41 select {
  width: 120px;
  border-radius: 4px;
  padding: 0;
  box-shadow: none; }

#post-41 p.message-contact {
  clear: both; }

#post-41 textarea {
  border-radius: 0;
  border: 1px solid #6E7CA0; }

#post-41 .post-entry p {
  margin: 0; }

input[type='submit'],
input[type='button'] {
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  color: #fff;
  border: 1px solid #C8102E;
  box-shadow: 0 1px 0 #ACA39A;
  padding: 11px 15px;
  border-radius: 0;
  font-size: 16px;
  /*margin-bottom:30px;*/
  -webkit-appearance: none; }

/*FAQ*/
.breadcrumb-list {
  font-size: 14px;
  padding-bottom: 1em; }

.breadcrumb a {
  color: #D81E05;
  text-decoration: underline;
  font-weight: bold; }

.chevron {
  color: #D81E05;
  font-weight: bold; }

.post-entry h1.faq-question {
  color: #000; }

#faq-block .faq-list {
  padding-left: 0; }

#faq-block .single-faq {
  border-bottom: 1px dashed #e0e0e0;
  margin: 15px 0; }

#faq-block .faq-answer p {
  margin: 10px 0; }

.dwn {
  background: url("images/spirite.png") no-repeat -182px -2px;
  height: 8px;
  padding: 0 6px;
  position: absolute;
  right: 13px;
  top: 7px;
  width: 9px; }

.menu li:hover .dwn {
  background: url("images/spirite.png") no-repeat -201px -2px !important; }

/*End FAQ*/
/*Sidebar*/
h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal; }

body h1 {
  color: #000;
  font-weight: normal; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 20px;
  font-weight: bold; }

.page .post-meta {
  display: none; }

#wrapper .post-entry a, #widgets a {
  color: #D81E05;
  text-align: center; }

.expand a {
  color: #D81E05 !important;
  text-align: left !important; }

input[type='button']:hover, input[type='submit']:hover {
  background: #e72022 !important;
  border: none;
  color: #fff;
  border: 1px solid #C8102E;
  box-shadow: 0 1px 0 #ACA39A; }

blockquote p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #6E7CA0;
  font-weight: bold;
  margin: 0;
  margin-top: 0px;
  line-height: 24px; }

blockquote {
  /*margin:20px;*/
  background: none;
  border-left: 2px solid #6E7CA0;
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px; }

.widget-wrapper {
  border: none;
  border-radius: 0;
  margin: 0 0 20px;
  padding: 20px;
  background-color: none; }

#footer-widgets {
  background-color: #FCFBF9;
  max-width: 2400px;
  /* 1400px */
  margin: 0 auto;
  overflow: hidden;
  display: block;
  padding-top: 20px; }

#footer {
  max-width: 1200px; }

#footer-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

#totalwalks {
  background: #A6BBC8 url(images/bg-walks.png) repeat-x center center;
  min-height: 136px; }

.totalwalkstext {
  color: #1f1f1f;
  font-size: 24px;
  line-height: 39px;
  padding: 47px 15px;
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold; }

.totalwalkstext &gt; img {
  vertical-align: top;
  margin-top: 4px; }

.totalwalkstext &gt; span {
  color: #6E7CA0; }

@media screen and (max-width: 960px) {
  .totalwalkstext {
    padding: 35px 15px; }
  #totalwalks {
    min-height: 112px; } }

@media (max-width: 680px) {
  .totalwalkstext {
    padding: 20px 15px; }
  #totalwalks {
    min-height: 96px; } }

.titlewalking {
  background: none repeat scroll 0 0 #6E7CA0;
  color: #fff;
  font-size: 25px;
  padding: 25px 0;
  max-width: 940px;
  text-align: center;
  margin: 0 auto; }

.walkinggroup {
  background: url(images/bg-find.jpg) no-repeat center top;
  /*height: 370px;*/
  max-width: 940px;
  margin: 0 auto;
  /*background-size: contain;*/
  background-size: cover;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.allsimpleen {
  background: url(images/bg1.png) repeat;
  /*height: 230px;*/
  /*width:64%;*/
  width: 70%;
  margin: 0 auto;
  padding: 15px 30px 30px;
  border-right: 1px solid #6E7CA0;
  border-left: 1px solid #6E7CA0;
  border-bottom: 1px solid #6E7CA0; }

.simpleenter p {
  margin: 0;
  padding: 0;
  text-align: center; }

p.entercode {
  text-align: center;
  width: auto;
  margin: 0;
  font-size: 20px;
  padding: 10px;
  color: #000;
  line-height: 25px; }

.entercode-wrapper {
  display: flex;
  flex-direction: row;
  padding: 26px 14px !important; }
  .entercode-wrapper p {
    padding: 0;
    text-align: left;
    font-family: Avalon-Demi;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .05px;
    font-weight: 500;
    color: #1F1E1D; }
  .entercode-wrapper .entercode-row {
    padding: 0 10px;
    align-self: center; }
  .entercode-wrapper #search {
    border-radius: 24px !important;
    height: 48px;
    width: 160px;
    margin: 10px 0;
    vertical-align: middle;
    text-align: center;
    background-color: #C8102E;
    float: right;
    color: #fff;
    font-family: Avalon-Medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .25px;
    outline: none; }
  .entercode-wrapper input#search {
    background: #C8102E; }
  .entercode-wrapper .search-bar input {
    width: 100%;
    border-radius: 24px;
    background: url(/assets/img/icon-search.svg) no-repeat;
    background-size: 24px;
    background-color: #fff;
    background-position: 94% center;
    font-family: Avalon_Demi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px; }
    .entercode-wrapper .search-bar input::placeholder {
      font-family: Avalon_Book, sans-serif;
      opacity: 0.5; }

#map_canvas {
  border-radius: 8px; }

.allentercode {
  background: none repeat scroll 0 0;
  float: left;
  /*height: 75px;*/
  line-height: 25px;
  margin-top: 15px;
  /*width: 30%;*/
  width: 48%;
  margin-right: 2%;
  border-radius: 5px !important;
  padding: 17px 0; }

.allentercode input {
  width: 100%;
  margin: 0 auto;
  /*max-width: 300px;*/
  text-align: center; }

.postcode {
  width: 70%;
  align-self: center; }

.selectastate {
  background: none repeat scroll 0 0 #fff;
  background-color: rgba(255, 255, 255, 0.65);
  float: right;
  /*height: 75px;*/
  margin-top: 15px;
  width: 60%;
  border-radius: 5px !important; }

.selectstate {
  display: block;
  padding: 0 10px 10px;
  margin: 0;
  text-align: center; }

.selectstate li {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin-top: 5px; }

.selectstate li + li {
  margin-left: 5px; }

.selectstate li a {
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  border: 1px solid #C8102E;
  box-shadow: 0 1px 0 #ACA39A;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 3px; }

.selectstate li a.selected, #find .fleft .rowr .crr ul li a.selected {
  background: #fff !important;
  box-shadow: none;
  color: #D81E05 !important;
  border: 1px solid #D81E05 !important;
  cursor: pointer;
  font-weight: bold; }

.selectstate li a:hover {
  color: #000; }

p.oneselect {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  color: #000; }

.showwalks {
  display: flex;
  flex-direction: row;
  background: none repeat scroll 0 0;
  margin-top: 9px;
  width: 100%; }
  .showwalks .showwalks-row {
    padding: 5px; }
    .showwalks .showwalks-row input[type="checkbox"] {
      display: none; }
    .showwalks .showwalks-row input + label {
      display: inline-block;
      width: 105px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-size: 36px 36px;
      opacity: 0.5; }
    .showwalks .showwalks-row.pramfriendly input + label {
      background-image: url(../../assets/heartfoundation/images/icon_prams.svg); }
    .showwalks .showwalks-row.dogfriendly input + label {
      background-image: url(../../assets/heartfoundation/images/icon_dogs.svg); }
    .showwalks .showwalks-row label {
      font-family: Avalon_Medium, sans-serif;
      font-size: 14px;
      font-weight: 500;
      padding-left: 45px;
      letter-spacing: 0.04px;
      line-height: 18px;
      color: #1F1E1D; }
  .showwalks #form_level, .showwalks #form_speciality {
    width: 188px;
    height: 38px; }

.findout a:hover {
  color: #000; }

.showoneby {
  /*line-height: 40px;*/
  /*width: 20%;*/
  /*width: 28%;*/
  /*float: left;*/
  /*text-align: right;*/
  text-align: left;
  color: #000;
  /*margin-right:2%;*/ }

.walkoneall {
  /*width: 33%;

	 float:left;

	 line-height:40px;*/ }

.dogfriendly, .pramfriendly {
  margin-top: 5px;
  padding: 0 !important; }

.dogfriendly input[type=checkbox] {
  position: relative;
  top: 2px; }

.dogfriendly label {
  color: #000;
  font-size: 13px; }

.findwalk {
  text-align: center;
  /*line-height: 44px;*/
  padding-top: 35px;
  clear: both;
  margin-bottom: 0em !important; }

.findwalk input.big-btn {
  margin-bottom: 0px; }

#footer-widget1 {
  width: 40%;
  float: left; }

#footer-widget2 {
  width: 30%;
  float: left; }

#footer-widget3 {
  width: 30%;
  float: right; }

#block-fter-bottom {
  background: #D6E03D;
  padding-bottom: 20px;
  /*margin-top: -17px;*/
  margin-top: 0px; }

/*#footer-widgets img{ max-width:none;}*/
.widget-wrapper {
  background-color: transparent; }

#your-profile label {
  cursor: pointer;
  font-weight: normal !important;
  margin: 0;
  padding: 0; }

#WishListMemberUserProfile h3 {
  display: none; }

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0px;
  font-size: 14px;
  width: 100%;
  background: #fff; }
  #footer .footer-links {
    max-width: 940px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    #footer .footer-links .links {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex: 1;
      column-gap: 30px; }
      @media (max-width: 767px) {
        #footer .footer-links .links {
          flex-direction: column;
          column-gap: 0; } }
      #footer .footer-links .links .list-tags {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1; }
        @media (max-width: 767px) {
          #footer .footer-links .links .list-tags {
            gap: 20px;
            margin-bottom: 10px; } }
      #footer .footer-links .links a {
        display: block;
        color: #1F1E1D;
        font-family: 'Avalon-Demi', sans-serif !important; }
      #footer .footer-links .links .social-links {
        height: 30px; }
        #footer .footer-links .links .social-links .social-icon {
          width: 30px;
          height: 30px;
          border-radius: 30px;
          background: #C8102E;
          margin-left: 10px;
          font-family: FontAwesome;
          position: relative; }
          #footer .footer-links .links .social-links .social-icon:before {
            font-family: FontAwesome;
            position: absolute;
            color: white;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center; }
          #footer .footer-links .links .social-links .social-icon.facebook:before {
            content: '\f09a'; }
          #footer .footer-links .links .social-links .social-icon.twitter:before {
            content: '\f099'; }
          #footer .footer-links .links .social-links .social-icon.youtube:before {
            content: '\f16a'; }
          #footer .footer-links .links .social-links .social-icon.instagram:before {
            content: '\f16d'; }

.footer-sponsors {
  height: 200px;
  background: #ECEAE9;
  width: 100%; }

div#sl_div #searchForm {
  display: none; }

#footer-wrapper .col-300 {
  float: left;
  overflow: hidden;
  width: 33%;
  margin: 0; }

#footer-wrapper .col-300 + .col-300 {
  margin-left: 3.5%;
  width: 29%; }

#footer-wrapper .col-300 + .col-300 + .col-300 {
  width: 31%; }

#footer-wrapper .widget_text .widget-wrapper,
#footer-wrapper .cd-fb-like-widget .widget-wrapper {
  margin: 0;
  padding: 0; }

#footer-widgets p {
  margin: 0px; }

._4s7c {
  border: none !important; }

.alltypes {
  /*width: 33%;

	float: left;

	line-height: 40px;

	margin-left:2%;*/ }

/*
.showwalks select{

	border-radius:4px;

	border-color:$clBlack;

}*/
.showwalks select {
  margin-top: 5px; }

/*One*/
.wrapperevents {
  /*width: 300px;*/
  width: 31%;
  background: #fff;
  display: block;
  float: left;
  padding-bottom: 25px; }

.wrapperevents span {
  background: none repeat scroll 0 0 #6E7CA0;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  padding: 25px 20px;
  text-align: left;
  display: block; }

.wpwinners span {
  color: #6E7CA0;
  font-size: 20px;
  margin: 0 auto;
  padding: 25px 20px;
  display: block;
  text-align: center; }

.findout p {
  color: #5e5e5e;
  /*padding:0 20px;*/
  padding: 20px; }

.findout a {
  color: red;
  padding: 0 20px; }

/* End one */
/* Two */
.wrapperberyone {
  /*width:300px;*/
  width: 31%;
  float: left;
  display: block;
  margin-left: 20px;
  background: #fff;
  padding-bottom: 25px; }

.contentbery {
  padding: 0 20px;
  margin-top: 15px; }

.contentbery img {
  float: left;
  display: block;
  margin-right: 20px; }

.contentbery h5 {
  font-weight: bold;
  display: inline; }

.contentbery p {
  color: #5e5e5e;
  display: inline; }

.contentbery a {
  color: red;
  display: block;
  padding-top: 20px; }

.contentbery a:hover {
  color: #000; }

.contentbery div {
  margin-left: 70px; }

/*  End Two */
.wrapperbecome {
  float: right;
  /*width:300px;*/
  width: 31%;
  display: block;
  background: #fff;
  padding-bottom: 25px; }

.wrapperbecome span {
  background: none repeat scroll 0 0 #6E7CA0;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  padding: 25px 20px;
  text-align: left;
  display: block; }

.contentipsum p {
  color: #5e5e5e;
  /*padding:0 20px;*/
  padding: 20px; }

.contentipsum a {
  padding: 0 20px;
  color: red; }

.contentipsum a:hover, .copyright a:hover, .menu-item-object-custom a:hover {
  color: #000; }

#block-fter-bottom2 {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden; }

body .map-page iframe {
  width: 100%;
  height: 300px; }

.border-or {
  /*	border-right: 2px;

	border-right-style: dashed;

	border-right-color:lighten($clBlack, 55);
*/
  height: 80px;
  width: 3px;
  float: left;
  margin-top: 25px;
  padding: 0 13px;
  background: url(images/dottedline.png) no-repeat 1.9em 0;
  margin-left: 6px; }

/* Form theme Map */
.fclear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.ftitle {
  position: relative;
  text-align: left; }

#find {
  padding-bottom: 10px;
  position: relative;
  font-family: 'Avalon-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05px;
  color: #1F1E1D; }

#find h2 {
  font-size: 18px;
  font-weight: normal; }

#find .fleft {
  float: left;
  width: 70%; }

#find .fleft .rowl {
  width: 180px;
  float: left;
  text-align: center;
  margin-left: 50px;
  padding-right: 30px;
  border-right: 1px #c0c0c0 dashed;
  margin-top: 20px; }

#find .fleft .rowl .crl {
  background: #fff;
  padding-bottom: 10px;
  margin-top: -18px;
  margin-bottom: -10px; }

#find .fleft .rowr .crr {
  background: #fff;
  padding-top: 10px; }

#find .fleft .rowr .crr ul {
  list-style: none;
  margin-left: -25px; }

#find .fleft .rowr .crr ul li {
  display: inline;
  float: left;
  margin-right: 8px; }

#find .fleft .rowr .crr ul li a {
  color: #fff;
  box-shadow: 0 1px 0 #ACA39A;
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }

#find .fleft .rowr .crr ul li a:hover {
  background: #e72022;
  border: none;
  color: #fff; }

#find .fleft .rowr {
  width: 60%;
  float: right;
  margin-top: -70px;
  background: #fff;
  text-align: center;
  padding-bottom: 15px; }

#find .fleft .rowf {
  background: #fff;
  padding: 7px 15px;
  position: relative;
  margin-top: 20px;
  margin-left: 50px;
  text-align: center; }

#find .fleft .rowf input[type=checkbox] {
  border: 0; }

#find .fleft .rowf input[type=checkbox]:checked {
  background: blue; }

#find .fright {
  /*
float: right;

width: 25%;

vertical-align: middle;

height: 85px;

padding-top: 40px;

border-left: 1px #c0c0c0 dashed;

padding-left: 43px;

margin-top: 15px;
*/
  position: absolute;
  top: 40px;
  right: 0;
  width: 26%;
  bottom: 15px;
  padding-left: 4%;
  border-left: 1px #c0c0c0 dashed; }

#find .fright #search {
  width: 87%;
  max-width: 120px;
  height: 44px;
  top: 50%;
  position: absolute;
  margin-top: -22px; }

button[type=submit] {
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  padding: 11px 15px;
  text-shadow: none;
  cursor: pointer;
  outline: none; }
  button[type=submit]#hf_walkingbundle_walking_group_non_virtual_non_admin_registration_submit {
    width: auto;
    float: right;
    display: inline-block; }

.btn-group {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  height: 50px; }
  .btn-group button {
    margin: 0; }
  .btn-group .form-step-prev {
    background-color: #fff !important;
    color: #D81E05 !important;
    outline: none; }

.form-step-next {
  float: right;
  outline: none; }

.step-button {
  margin: 16px; }

.findwalk button[type=submit] {
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  border: 1px solid #C8102E;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px !important;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 1px 0 #ACA39A; }

.findwalk button span {
  line-height: 18px;
  margin-left: 5px; }

.findwalk button span img {
  max-width: 13px !important; }

.findwalk button[type=submit]:hover {
  border: 1px solid #C8102E; }

button[type='button']:hover, button[type='submit']:hover {
  background: #e72022;
  border: none;
  color: #fff; }

/* End form theme Map */
/* Footer of Thanh */
.footer-widget .fb_iframe_widget {
  margin-left: 40px; }

#footer-wrapper .grid.col-940 {
  margin: 0;
  border-bottom: 1px;
  border-color: #A6BBC8;
  border-bottom-style: solid;
  margin-bottom: 10px; }

.powered {
  float: right; }

#footer a {
  color: #707070; }

.contentcharity {
  font-size: 13px;
  color: #5e5e5e;
  margin-top: 15px;
  line-height: 18px; }

/*Truong*/
.crl p {
  padding: 0 10px; }

.menu .current_page_item a, .menu .current-menu-item a {
  background-color: transparent; }

#content {
  margin-bottom: 20px;
  margin-top: 120px; }

#widgets {
  margin-top: 30px; }

/* Thanh */
body.page-id-43 div.breadcrumb-list {
  font-size: 14px;
  margin-top: 20px; }

body.page-id-43 div.breadcrumb-list .breadcrumb-current {
  color: #B9B2AC;
  font-size: 12px;
  font-weight: bold; }

body.page-id-43 div#wrapper.col-300 {
  width: auto; }

body.page-id-43 div#wrapper .widget-wrapper {
  float: left;
  padding: 0px; }

body.page-id-43 #your-profile .form-table th {
  color: #B9B2AC; }

body.page-id-43 div#theme-my-login h3 {
  font-weight: none; }

body #find .fleft .rowl {
  margin-left: 0px; }

body div#content-blog .crl {
  /*height: 75px;*/ }

body div#content-blog #find .fleft .rowr {
  height: 82px;
  margin-right: 37px;
  margin-top: -92px;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0; }

body div#content-blog #find .fleft .rowf {
  font-size: 13px;
  font-weight: bold;
  margin-left: 0;
  text-align: left;
  width: 95%;
  clear: both; }

body #find .fleft .rowf select {
  margin-top: -15px\9; }

body #find .fleft .rowf p {
  float: right;
  margin-right: 26px;
  margin-top: -20px; }

body p, hr, dl, pre, form, table, address, blockquote {
  margin: 0px; }

body #find .fleft .rowr .crr ul {
  list-style: none outside none;
  margin-left: -8px;
  width: 367px; }

/* End Thanh style */
/*   Walks Databoard*/
.topprofile {
  float: left; }

.rightshareone {
  float: right;
  margin-top: -30px; }

body.page-id-107 div.rightshareone a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  padding: 4px 9px;
  margin: 0px;
  border: 1px solid;
  font-size: 12px; }

body.page-id-107 div.rightsharetwo a, body.page-id-107 div.rightthree a,
body.page-id-107 div.rightfour a,
body.page-id-107 div.rightfive a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  padding: 4px 9px;
  margin: 0px;
  border: 1px solid;
  font-size: 12px; }

.righttwo {
  margin-top: 11px; }

.righttwo p {
  margin-top: 39px; }

.rightthree {
  margin-top: 24px; }

.rightthree p {
  margin-top: 50px; }

.rightfour p {
  margin-top: 74px; }

.rightsharetwo p {
  margin-top: 35px; }

.rightshare {
  float: left;
  margin-left: 20px; }

h4.block {
  font-size: 18px; }

h1.dash-title {
  margin-top: 0; }

h2.dash-title {
  margin-top: 0; }

/* Edit */
.topprofile, .formleft {
  float: left; }

.formleft, .formleftrole3 {
  width: 180px; }

.imagelleft, .imageleftrole3 {
  background-image: url("images/u265_normal.png");
  height: 85px;
  width: 186px;
  margin-left: -3px; }

.imageleft p {
  margin-top: -55px;
  text-align: center; }

.imageleftrole3 p {
  padding-top: 31px;
  text-align: center; }

.switchprofile {
  width: 92px; }

.leftnextwalk h4, .leftlastwalk h4 {
  float: left;
  font-size: 14px;
  font-weight: bold; }

.leftnextwalkrole3 h4 {
  float: left;
  font-size: 14px;
  font-weight: bold; }

.may, .may12 {
  float: right;
  padding-top: 10px;
  color: #000; }

.pwalkname {
  border-bottom: 1px solid;
  color: #000;
  float: left;
  line-height: 0;
  margin-top: 4px;
  width: 180px; }

.walksattended h4, .localcoordinators h4 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 35px; }

.walks50 {
  float: right;
  margin-top: 9px; }

.walksattended input {
  width: 185px; }

.leftmywalkinggroups input {
  float: left;
  margin-top: 15px;
  width: 89px; }

.leftmywalkinggroups p {
  float: left;
  margin-top: 3px; }

.leftfindanew a {
  text-align: center;
  width: 174px;
  background: #A6BBC8; }

.topprofile {
  margin-top: -44px;
  width: 700px; }

.editprofile a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  font-size: 12px;
  margin: 0 0 0 1px;
  padding: 4px 9px; }

.editprofile {
  margin-top: -13px; }

.walksattended a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  float: left;
  text-align: center;
  width: 178px; }

.leftmywalkinggroups h4 {
  border-top: 1px solid;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
  width: 180px; }

.leftmywalkinggroups a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  float: right;
  margin-bottom: 13px; }

.leftmywalkinggroups span {
  float: left;
  margin-left: 2px; }

.imagelleftonetwo {
  background-image: url("images/graph.png");
  height: 85px;
  width: 186px;
  float: left; }

.tranningimage {
  background-image: url("images/captune.png");
  height: 315px;
  width: 597px; }

#left {
  width: 225px;
  float: left; }

.rightmorewalk {
  float: left;
  line-height: 44px;
  margin-left: 70px;
  margin-top: 54px; }

.toppastwalks {
  float: left;
  width: 700px; }

.toptipsandtools {
  background-image: url("images/tips&amp;tools.png");
  height: 310px;
  width: 588px; }

body.page-id-134 div.pwalkname a, body.page-id-160 div.pwalkname a,
body.page-id-173 div.pwalkname a, body.page-id-149 div.pwalkname a,
body.page-id-138 div.pwalkname a, body.page-id-158 div.pwalkname a,
body.page-id-147 div.pwalkname a, body.page-id-171 div.pwalkname a,
body.page-id-175 div.pwalkname a, body.page-id-136 div.pwalkname a,
body.page-id-167 div.pwalkname a, body.page-id-177 div.pwalkname a {
  color: #000;
  line-height: 23px; }

.pwalknamerole3 a {
  color: #000;
  line-height: 23px; }

body.page-id-134 div.editprofiletwo, body.page-id-160 div.editprofiletwo,
body.page-id-173 div.editprofiletwo, body.page-id-149 div.editprofiletwo,
body.page-id-138 div.editprofiletwo, body.page-id-158 div.editprofiletwo,
body.page-id-147 div.editprofiletwo, body.page-id-171 div.editprofiletwo,
body.page-id-175 div.editprofiletwo, body.page-id-136 div.editprofiletwo,
body.page-id-167 div.editprofiletwo, body.page-id-177 div.editprofiletwo {
  margin-top: -13px;
  text-align: center; }

.editprofiletworole3 {
  margin-top: -13px;
  text-align: center; }

body.page-id-134 div.editprofiletwo a, body.page-id-160 div.editprofiletwo a,
body.page-id-173 div.editprofiletwo a, body.page-id-149 div.editprofiletwo a,
body.page-id-138 div.editprofiletwo a, body.page-id-158 div.editprofiletwo a,
body.page-id-147 div.editprofiletwo a, body.page-id-171 div.editprofiletwo a,
body.page-id-175 div.editprofiletwo a, body.page-id-136 div.editprofiletwo a,
body.page-id-167 div.editprofiletwo a, body.page-id-177 div.editprofiletwo a {
  background-color: #A6BBC8;
  color: #000;
  padding: 4px 9px;
  margin: 0px;
  border: 1px solid;
  font-size: 12px; }

body.page-id-134 div.leftnextwalk a, body.page-id-134 div.walksattended a, body.page-id-134 div.leftmywalkinggroups a,
body.page-id-160 div.leftnextwalk a, body.page-id-160 div.walksattended a, body.page-id-160 div.leftmywalkinggroups a,
body.page-id-173 div.leftnextwalk a, body.page-id-173 div.walksattended a, body.page-id-173 div.leftmywalkinggroups a,
body.page-id-149 div.leftnextwalk a, body.page-id-149 div.walksattended a, body.page-id-149 div.leftmywalkinggroups a,
body.page-id-138 div.leftnextwalk a, body.page-id-138 div.walksattended a, body.page-id-138 div.leftmywalkinggroups a,
body.page-id-158 div.leftnextwalk a, body.page-id-158 div.walksattended a, body.page-id-158 div.leftmywalkinggroups a,
body.page-id-147 div.leftnextwalk a, body.page-id-147 div.walksattended a, body.page-id-147 div.leftmywalkinggroups a,
body.page-id-171 div.leftnextwalk a, body.page-id-171 div.walksattended a, body.page-id-171 div.leftmywalkinggroups a,
body.page-id-175 div.leftnextwalk a, body.page-id-175 div.walksattended a, body.page-id-175 div.leftmywalkinggroups a,
body.page-id-136 div.leftnextwalk a, body.page-id-136 div.walksattended a, body.page-id-136 div.leftmywalkinggroups a,
body.page-id-167 div.leftnextwalk a, body.page-id-167 div.walksattended a, body.page-id-167 div.leftmywalkinggroups a,
body.page-id-177 div.leftnextwalk a, body.page-id-177 div.walksattended a, body.page-id-177 div.leftmywalkinggroups a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  float: left;
  font-size: 13px;
  margin: 0 0 5px;
  text-align: center;
  width: 180px;
  font-family: 'Arial'; }

.leftnextwalkrole3 a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  float: left;
  font-size: 13px;
  margin: 0 0 5px;
  text-align: center;
  width: 180px;
  font-family: 'Arial'; }

body.page-id-134 div.pwalkname h4,
body.page-id-160 div.pwalkname h4,
body.page-id-173 div.pwalkname h4,
body.page-id-149 div.pwalkname h4,
body.page-id-138 div.pwalkname h4,
body.page-id-158 div.pwalkname h4,
body.page-id-147 div.pwalkname h4,
body.page-id-171 div.pwalkname h4,
body.page-id-175 div.pwalkname h4,
body.page-id-136 div.pwalkname h4,
body.page-id-167 div.pwalkname h4,
body.page-id-177 div.pwalkname h4 {
  border-bottom: 1px solid;
  float: none;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px; }

.pwalknamerole3 h4 {
  border-bottom: 1px solid;
  float: none;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px; }

body.page-id-134 div.pwalkname p,
body.page-id-160 div.pwalkname p,
body.page-id-173 div.pwalkname p,
body.page-id-149 div.pwalkname p,
body.page-id-138 div.pwalkname p,
body.page-id-158 div.pwalkname p,
body.page-id-147 div.pwalkname p,
body.page-id-171 div.pwalkname p,
body.page-id-175 div.pwalkname p,
body.page-id-136 div.pwalkname p,
body.page-id-167 div.pwalkname p,
body.page-id-177 div.pwalkname p {
  margin-left: 96px;
  margin-top: -12px;
  width: 20px; }

.pwalknamerole3 p {
  margin-left: 96px;
  margin-top: -12px;
  width: 20px; }

body.page-id-180 div.leftnextwalk a, body.page-id-180 div.walksattended a {
  background-color: #A6BBC8;
  color: #000;
  padding: 4px 9px;
  margin: 0px;
  border: 1px solid;
  font-size: 12px;
  float: left;
  width: 160px;
  margin-bottom: 5px;
  text-align: center; }

body.page-id-201 div.leftnextwalk a {
  background-color: #A6BBC8;
  color: #000;
  padding: 4px 9px;
  margin: 0px;
  border: 1px solid;
  font-size: 12px;
  float: left;
  width: 160px;
  margin-bottom: 5px;
  text-align: center; }

body.page-id-203 div.leftnextwalk a, body.page-id-203 div.walksattended a, body.page-id-203 div.localcoordinators a {
  background-color: #A6BBC8;
  color: #000;
  padding: 4px 9px;
  margin: 0px;
  border: 1px solid;
  font-size: 12px;
  float: left;
  width: 160px;
  margin-bottom: 5px;
  text-align: center; }

body.page-id-134 div.topprofile {
  margin-left: 10px;
  width: 450px; }

body.page-id-180 div.topprofile {
  margin-left: 0;
  width: 528px; }

.pwalknametwo {
  border-bottom: 1px solid;
  color: #000;
  float: left;
  line-height: 0;
  margin-top: -3px;
  width: 180px; }

.pwalknamethree {
  border-bottom: 1px solid;
  color: #000;
  float: left;
  line-height: 0;
  margin-top: 8px;
  width: 180px; }

.primaryimageone span {
  color: #000;
  font-weight: bold;
  margin-top: -19px; }

.topprofile h4 {
  font-size: 15px;
  font-weight: bold; }

.topachievements {
  border-bottom: 1px solid; }

.rightshareone a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.rightsharetwo {
  float: right;
  margin-top: -43px; }

.rightsharetwo a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.topupcomingwalks, .topannouncements, .topsuggestedlocalgroups {
  border-bottom: 1px solid; }

.rightsharetwotwo {
  float: right;
  margin-top: -47px; }

.rightsharetwotwo a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.rightsharetwotwo {
  padding-top: 20px; }

.topannouncementstwo {
  float: right;
  margin-top: -43px;
  margin-left: 30px; }

.topannouncementstwo a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.topannouncementsthree {
  float: right;
  margin-top: -37px; }

.topannouncementsthree a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.topsuggestedlocalgroupstwo {
  float: right;
  margin-top: -54px; }

.topsuggestedlocalgroupstwo a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.topsuggestedlocalgroupsthree {
  float: right;
  margin-top: -34px; }

.topsuggestedlocalgroupsthree a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.topsuggestedlocalgroupsfour {
  float: right;
  margin-top: -32px; }

.topsuggestedlocalgroupsfour a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid gray;
  color: #000;
  padding: 3px 7px; }

.topsuggestedlocalgroupsfive {
  float: right;
  margin-top: -44px; }

.topsuggestedlocalgroupsfive a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.topsuggestedlocalgroupssix {
  float: right; }

.topsuggestedlocalgroupssix a {
  background: none repeat scroll 0 0 #A6BBC8;
  border: 1px solid;
  color: #000;
  padding: 3px 7px; }

.toptranning {
  margin-top: -44px;
  width: 700px; }

.toptranning h4 {
  font-size: 15px;
  font-weight: bold; }

.firtname input {
  margin-left: 103px;
  width: 180px; }

.lastname input {
  margin-left: 95px;
  width: 180px; }

.email input {
  margin-left: 125px;
  width: 180px; }

.dob input {
  margin-left: 140px;
  width: 180px; }

.phone input, .mobile input {
  margin-left: 128px;
  width: 180px; }

.gender {
  float: left; }

.topgender {
  float: left;
  margin-left: 127px; }

.topgendertwo {
  float: left;
  margin-left: 12px;
  margin-right: 16px; }

body.page-id-115 div.address {
  background-color: #A6BBC8;
  border: medium none; }

body.page-id-115 div.address input {
  float: right;
  margin-bottom: 6px;
  margin-right: 296px;
  width: 180px; }

.topsuburb {
  margin-left: 208px;
  margin-top: 42px; }

.topsuburb input {
  width: 128px; }

.topstate {
  float: left;
  margin-left: 209px;
  margin-right: 13px; }

.topstate select {
  width: 73px; }

.toppostcode input {
  width: 52px; }

.primarylanguage select {
  margin-left: 101px;
  width: 180px; }

.occupation {
  margin-top: 6px; }

.occupation select {
  margin-left: 140px;
  width: 180px; }

.profilevisibility {
  margin-top: 14px; }

.public {
  float: left;
  margin-left: 121px;
  margin-right: 62px; }

.profilevisibility label {
  float: left; }

.public input, .private input {
  float: left;
  margin-top: 5px; }

.subscribe {
  margin-top: 15px; }

.subscribe input {
  margin-left: 148px; }

.Save {
  text-align: center;
  margin-left: -13px; }

body.page-id-115 div.formright {
  background-color: #A6BBC8;
  border: 1px solid;
  float: right;
  text-align: center;
  width: 180px; }

body.page-id-115 div.formright a {
  color: #000; }

.lastname {
  margin-top: 18px; }

.walksone, .walkstwo, .walksthree, .walksfour, .walksfive, .walkssix {
  border-bottom: 1px solid; }

body.page-id-117 div#content {
  margin: 0px; }

.rightmorewalkone {
  background-color: #A6BBC8;
  border: 1px solid;
  float: right;
  margin-top: -42px;
  text-align: center;
  width: 51px; }

.rightmorewalkone a {
  color: #000; }

.rightmorewalktwo, .rightmorewalkthree, .rightmorewalkfour, .rightmorewalkfive, .rightmorewalksix, .rightmorewalksven {
  background-color: #A6BBC8;
  border: 1px solid;
  float: right;
  margin-top: -43px;
  text-align: center;
  width: 51px; }

.rightmorewalktwo a, .rightmorewalkthree a, .rightmorewalkfour a, .rightmorewalkfive a, .rightmorewalksix a, .rightmorewalksven {
  color: #000; }

body.page-id-134 div.leftnextwalk h4,
body.page-id-160 div.leftnextwalk h4,
body.page-id-173 div.leftnextwalk h4,
body.page-id-149 div.leftnextwalk h4,
body.page-id-138 div.leftnextwalk h4,
body.page-id-158 div.leftnextwalk h4,
body.page-id-147 div.leftnextwalk h4,
body.page-id-171 div.leftnextwalk h4,
body.page-id-175 div.leftnextwalk h4,
body.page-id-136 div.leftnextwalk h4,
body.page-id-167 div.leftnextwalk h4,
body.page-id-177 div.leftnextwalk h4 {
  border-bottom: 1px solid;
  padding-bottom: 8px;
  width: 180px; }

.leftnextwalkrole3 h4 {
  border-bottom: 1px solid;
  padding-bottom: 8px;
  width: 180px; }

body.page-id-134 div.pwalkname span,
body.page-id-160 div.pwalkname span,
body.page-id-173 div.pwalkname span,
body.page-id-149 div.pwalkname span,
body.page-id-138 div.pwalkname span,
body.page-id-158 div.pwalkname span,
body.page-id-147 div.pwalkname span,
body.page-id-171 div.pwalkname span,
body.page-id-175 div.pwalkname span,
body.page-id-136 div.pwalkname span,
body.page-id-167 div.pwalkname span,
body.page-id-177 div.pwalkname span {
  line-height: 16px; }

.pwalknamerole3 span {
  line-height: 16px; }

body.page-id-134 div.newviewwalkers,
body.page-id-160 div.newviewwalkers,
body.page-id-173 div.newviewwalkers,
body.page-id-149 div.newviewwalkers,
body.page-id-138 div.newviewwalkers,
body.page-id-158 div.newviewwalkers,
body.page-id-147 div.newviewwalkers,
body.page-id-171 div.newviewwalkers,
body.page-id-175 div.newviewwalkers,
body.page-id-136 div.newviewwalkers,
body.page-id-167 div.newviewwalkers,
body.page-id-177 div.newviewwalkers {
  background-color: #A6BBC8;
  border: 1px solid;
  float: right;
  margin-top: -37px;
  text-align: center;
  width: 50px; }

.newviewwalkersrole3 {
  background-color: #A6BBC8;
  border: 1px solid;
  float: right;
  margin-top: -37px;
  text-align: center;
  width: 50px; }

body.page-id-134 div.pwalknametwo,
body.page-id-160 div.pwalknametwo,
body.page-id-173 div.pwalknametwo,
body.page-id-149 div.pwalknametwo,
body.page-id-138 div.pwalknametwo,
body.page-id-158 div.pwalknametwo,
body.page-id-147 div.pwalknametwo,
body.page-id-171 div.pwalknametwo,
body.page-id-175 div.pwalknametwo,
body.page-id-136 div.pwalknametwo,
body.page-id-167 div.pwalknametwo,
body.page-id-177 div.pwalknametwo {
  border-bottom: medium none; }

body.page-id-134 div.walksattended h4,
body.page-id-160 div.walksattended h4,
body.page-id-173 div.walksattended h4,
body.page-id-149 div.walksattended h4,
body.page-id-138 div.walksattended h4,
body.page-id-158 div.walksattended h4,
body.page-id-147 div.walksattended h4,
body.page-id-171 div.walksattended h4,
body.page-id-175 div.walksattended h4,
body.page-id-136 div.walksattended h4,
body.page-id-167 div.walksattended h4,
body.page-id-177 div.walksattended h4 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  width: 180px; }

.walksattendedrole3 h4 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  width: 180px; }

.walksattended span {
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 17px; }

.walksattendedrole3 h4 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 35px; }

.walksattendedrole3 a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  float: left;
  font-family: 'Arial';
  font-size: 13px;
  margin: 0 0 5px;
  text-align: center;
  width: 180px; }

.editprofiletworole3 a {
  background-color: #A6BBC8;
  border: 1px solid;
  color: #000;
  font-size: 12px;
  margin: 0;
  padding: 4px 9px; }

.righttitle {
  font-weight: bold;
  padding-bottom: 5px;
  color: Black; }

.righttitle2rd {
  padding: 5px 0px 5px 0px; }

.topupcomingwalks {
  margin-top: -15px;
  padding-bottom: 5px; }

.topsuggestedlocalgroups {
  margin-top: -15px; }

.topupcomingwalksbottom {
  margin-top: -15px;
  padding-bottom: 5px; }

.topprofile label {
  font-size: 12px; }

.textaddress {
  margin-left: 168px;
  margin-top: -22px; }

.subinput input {
  margin-left: 123px; }

.selecteds {
  width: 100px;
  padding-left: 168px; }

.primaselect {
  width: 100px;
  padding-left: 168px; }

.occselect {
  width: 100px;
  padding-left: 168px; }

.howselected {
  width: 100px;
  padding-left: 168px; }

.howselected select {
  width: 100px; }

.mainselected {
  width: 300px;
  padding-left: 170px; }

.subinput {
  padding-left: 70px; }

.proinput2 {
  float: left;
  width: 200px;
  padding-left: 63px; }

.othermain {
  padding-left: 168px; }

.othehow {
  padding-left: 168px; }

.postcodeinput {
  padding-left: 168px; }

.managergroupsearch {
  width: 250px;
  float: left; }

.managecreate {
  width: 250px;
  float: left;
  margin-left: 50px; }

.groupnames {
  padding-left: 300px;
  margin-top: -30px; }

.typelistpro {
  padding-left: 300px;
  margin-top: -30px; }

.raw_image {
  width: 100%;
  height: 100%; }

.preload {
  display: none; }

.form_sketch {
  border-color: transparent;
  background-color: transparent; }

body #find .fleft .rowf select:before {
  content: none; }

body #find .fleft .rowf select {
  float: left;
  height: 26px;
  margin-left: 121px;
  margin-right: -107px;
  margin-top: -21px;
  width: 140px;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: gray;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-background-position: -9999px -9999px !important;
  appearance: none;
  cursor: pointer;
  background: url("images/bg-select.png") no-repeat right center #f8f8f8; }

.crl h2 {
  color: #000; }

.ors {
  position: relative;
  margin-left: -1px;
  top: 25px;
  font-size: 18px;
  padding: 5px; }

.orss {
  position: relative;
  margin-left: -15px;
  top: 45px;
  background-color: #A6BBC8;
  font-size: 18px;
  padding: 5px; }

#regisf, #regisf td {
  border: none;
  color: #1f1f1f; }

#regisf td span.addsub {
  padding-top: 11px;
  display: block; }

#regisf .textb {
  font-weight: bold; }

.butreg {
  font-size: 14px !important;
  /*margin: -2px 5px 0 0 !important;*/
  padding: 4px 6px !important; }

.wpallall {
  margin-top: 11px;
  width: 100%; }

.wpcupwp {
  float: left;
  margin-left: 5%; }

.wpstarwp {
  float: right;
  margin-right: 5%; }

.wpwpconte {
  border-bottom: 1px solid #6E7CA0;
  clear: both;
  padding: 10px; }

#menu-item-74 a, #menu-item-77 a, #menu-item-78 a, #menu-item-81 a, #menu-item-84 a, #menu-item-87 a {
  background-image: none; }

/*.sidebar-right p {text-align: justify;}*/
body.page-id-85 li#menu-item-87 a, body.page-id-82 li#menu-item-84 a, body.page-id-79 li#menu-item-81 a, body.page-id-23 li#menu-item-78 a, body.page-id-75 li#menu-item-77 a, body.page-id-18 li#menu-item-71 a, body.page-id-72 li#menu-item-74 a {
  color: #000; }

body.page-id-85 li#menu-item-87 span.sub-menu, body.page-id-82 li#menu-item-84 span.sub-menu, body.page-id-79 li#menu-item-81 span.sub-menu, body.page-id-23 li#menu-item-78 span.sub-menu, body.page-id-75 li#menu-item-77 span.sub-menu, body.page-id-18 li#menu-item-71 span.sub-menu, body.page-id-72 li#menu-item-74 span.sub-menu {
  background: url("images/menuarrow.png") no-repeat scroll center bottom; }

body .map-page ul.menu a {
  /*background-image: url("images/menuarrow.png");
    background-position: center bottom;
    background-repeat: no-repeat;*/
  border-color: #A6BBC8;
  color: #D81E05;
  height: 20px;
  line-height: 20px;
  /* margin-right: 10px;*/
  text-shadow: none; }

body.page-id-64 div#footer li#menu-item-55 a, body.page-id-23 div#footer li#menu-item-56 a, body.page-id-15 div#footer li#menu-item-57 a, body.page-id-67 div#footer li#menu-item-58 a, body.page-id-69 div#footer li#menu-item-59 a {
  color: #000; }

body.page-id-23 p, hr, dl, pre, form, table, address, blockquote {
  margin: 0; }

.page-id-75 .post-title {
  display: -moz-popup; }

.thanhwp {
  font-family: Arial; }

h1 {
  font-size: 36px;
  color: #6E7CA0; }

.thanhwp p {
  font-size: 14px; }

h2 {
  font-size: 26px;
  color: #000; }

.thanhwp span {
  color: red; }

h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold; }

.thanhwp blockquote {
  font-size: 16px;
  margin-left: 61px; }

body.error404 div#topsearch form input.field {
  width: 145px; }

.wpcalen {
  margin-top: 14px;
  border: 1px solid;
  margin-bottom: 10px; }

.wpcalen tr {
  border-bottom: 1px solid; }

.wpcalen td {
  border-right: 1px solid; }

.message {
  padding: 5px;
  margin-bottom: 10px; }

/********************* Logout dropdown ****************************/
#cssmenu ul {
  /*background: lighten($clBlack, 18);*/
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }

#cssmenu li {
  margin: 0 18px 0 16px; }

#cssmenu li a {
  /*background: lighten($clBlack, 18) url('seperator.png') bottom right no-repeat;*/
  display: block;
  font-weight: normal;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em; }
  #cssmenu li a span {
    letter-spacing: 0.2px;
    font-size: 14px;
    font-family: 'Avalon-Medium'; }

#cssmenu &gt; ul &gt; li &gt; a {
  color: #000; }

#cssmenu ul ul a {
  color: #000; }

#cssmenu li &gt; a:hover,
#cssmenu ul li:hover &gt; a {
  text-decoration: underline;
  color: #C8102E; }

#cssmenu li ul {
  background: #D81E05;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 135px;
  z-index: 200;
  /*top:1em;
  /*left:0;*/
  top: 31px; }

#cssmenu li:hover ul {
  display: block; }

#cssmenu li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px; }

#cssmenu li:hover li a {
  background: none; }

#cssmenu li ul a {
  display: block;
  height: 35px;
  font-style: normal;
  margin: 0px;
  text-align: center;
  width: 83px;
  font-weight: bold; }

#cssmenu li ul a:hover,
#cssmenu li ul li:hover &gt; a {
  background: #D81E05 center left no-repeat;
  border: 1px solid #C8102E;
  color: #fff;
  text-decoration: none; }

#cssmenu p {
  clear: left; }

#footer-wrapper ul {
  margin: 0px; }

#footer-wrapper ul li {
  line-height: 0px;
  padding-left: 0px;
  font-size: 11px;
  text-align: right; }

.forgetmenot span.rmembrme {
  float: left; }

.forgetmenot span.forpass {
  float: right; }

.forgetmenot span.forpass a {
  color: #D81E05;
  text-decoration: none; }

/* ========================= Media Queries ========================= */
#left-header .headerlinks a {
  text-align: center;
  padding: 5px 0; }

#left-header .headerlinks &gt; a {
  margin-left: 5px; }

#left-header .headerlinks &gt; a + a {
  margin-left: 0; }

@media (min-width: 681px) {
  #left-header .addthis_toolbox {
    overflow: visible; }
  #left-header .addthis_toolbox li {
    position: relative;
    top: -3px; } }

@media (max-width: 991px) {
  #left-header .headerlinks &gt; a {
    margin: 0;
    float: left;
    display: inline-block;
    width: 48%; }
  #left-header .headerlinks &gt; a {
    margin-left: 4%; }
  #left-header .headerlinks &gt; a + a {
    margin-left: 0; }
  #left-header #top-search {
    width: 33%;
    margin-top: 15px; }
  div#topsearch {
    width: 32%; }
  #left-header .addthis_toolbox {
    width: 50%;
    margin-top: 15px;
    padding-left: 0px; }
  #logo {
    width: 40%; }
  .butreg, div#topsearch {
    margin-top: 5px; } }

@media (min-width: 681px) and (max-width: 991px) {
  #left-header .addthis_toolbox {
    width: 60%;
    margin-left: 8%; } }

/*@media (min-width: 681px) {
    #logo {
        margin-bottom: 20px;
    }
}*/
.menu .menu-item-has-children a {
  padding-right: 33px; }

.menu .menu-item-has-children .dwn {
  right: 8px !important; }

@media screen and (max-width: 960px) {
  .menu a {
    font-size: 13px; }
  /*.menu a {
        padding: 0 13px;
        font-size: 13px;
    }
    .menu .menu-item-has-childre a {
        padding-right: 25px;
    }
    .menu .menu-item-has-children .dwn {
        right: 7px !important;
    }*/ }

@media screen and (max-width: 930px) {
  .menu a {
    padding: 0 13px; }
  .menu .menu-item-has-childre a {
    padding-right: 25px; }
  .menu .menu-item-has-children .dwn {
    right: 7px !important; } }

/*
@media screen and (max-width: 920px) {
    .menu a {
        padding: 0 10px;
    }
    .menu .menu-item-has-childre a {
        padding-right: 20px;
    }
    .menu .menu-item-has-children .dwn {
        right: 7px !important;
    }
}
*/
#menu-header-menu.menu &gt; li:first-child &gt; a:nth-child(1) {
  padding-left: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  #slider, #header-wrapper, #content-blog, #block-fter-bottom2, #footer-widgets, #content-wrapper, #contentthanhwp, #content-search, #hfcontent {
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 15px;
		padding-right: 15px;*/ }
  #hfcontent {
    width: auto !important;
    padding: 0; }
  .head-bottm-strip {
    width: 100%; }
  div#topsearch form#searchform #searchsubmit {
    font-size: 14px; }
  .menu a {
    margin-right: 0; }
  #content-wrapper .col-300 {
    width: 30%; }
  #header, div.addthis_toolbox {
    width: 100%; }
  #header-wrapper {
    width: auto; }
  /*div.addthis_toolbox ul li {
		width: 20%;
	}*/
  /*#cssmenu li ul{
		width:105px;
	}
	#cssmenu li ul a{
		width:105px!important;
	}*/
  div.headerlinks a {
    margin-top: 5px; }
  div#topsearch form input.field {
    margin-top: 0; }
  form#searchform .field {
    width: 100%; }
  .wrapperevents, .wrapperberyone, .wrapperbecome {
    width: 32% !important; }
  .wpcupwp a img, .wpstarwp a img {
    width: 65px; }
  .wpstarwp {
    margin-right: 100px !important; }
  div.headerlinks &gt; a, .butreg {
    padding: 4px 7px !important; }
  .footer-widget .fb_iframe_widget {
    margin-left: 1px; }
  #footer-widgets {
    padding-bottom: 15px; }
  /*img{ display:block}*/
  bodydiv#content-blog #find .fleft .rowr {
    margin-right: 0px;
    height: 84px; }
  body .map-page #find .fleft .rowr {
    height: 84px;
    left: -91px;
    margin-right: 0;
    position: relative;
    width: 54%; }
  body .map-page div#content-blog #find .fleft .rowf {
    width: 543px; }
  /*#find .fright{
		float: none;
		height: 51px;
		line-height: 69px;
		margin: 0;
		padding-left: 14px;
		padding-top: 34px;
		position: absolute;
		right: 10px;
		top: 37px;
		width: 14%;
	}*/
  #find .fleft .rowl {
    padding-right: 20px; }
  .grid, .grid-right {
    /*float: left !important;*/ }
  #wrapper {
    padding: 0 !important; }
  .demo h2 {
    font-size: 15px !important;
    border-bottom: 1px solid #A6BBC8; }
  .expand a:link, .expand a:visited {
    padding-right: 31px; }
  /*div.addthis_toolbox ul li{ width:9%}*/
  body .map-page #find .fleft .rowf p {
    float: right;
    margin-right: 10px;
    margin-top: -20px; }
  .post-entry &gt; #mapsrcres &gt; .mapsrcresblk {
    width: 100% !important; }
  .rowleft {
    width: 75% !important; }
  .rowright {
    width: 25% !important; }
  .allsimpleen {
    width: 80%; }
  .border-or {
    margin-left: 5px; }
  #footer {
    padding: 10px !important; }
  .col-300 {
    width: 50%; }
  #block-fter-bottom2 .col-300 {
    width: 31%; }
  #block-fter-bottom2 img {
    width: 100%; }
  #footer-wrapper .copyright {
    float: left;
    width: 40%; }
  #footer-wrapper .powered {
    float: right;
    width: 57%; }
  #footer-wrapper ul {
    margin: 0px; }
  #footer-wrapper ul li {
    line-height: 0px;
    padding-left: 0px;
    font-size: 11px;
    text-align: right; }
  .allentercode, .selectastate, .border-or {
    min-height: 106px; } }

@media (max-width: 767px) {
  #header-wrapper, #hfcontent {
    width: 100%; }
  /*#left-header{ margin:20px 0}*/
  .head-bottm-strip {
    width: 100%; }
  div.addthis_toolbox ul li {
    padding-right: 0px; }
  #slider, #header-wrapper, #content-blog, #block-fter-bottom2, #footer-widgets, #content-wrapper, #contentthanhwp, #content-search, #hfcontent {
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 15px;
    padding-right: 15px;*/ }
  .border-or {
    margin-left: 0px; }
  p.oneselect,
  p.entercode {
    font-size: 18px; }
  .allsimpleen {
    width: 80%; }
  /*.allentercode{
		height:102px;
	}*/
  .copyright {
    text-align: center; }
  #footer-wrapper .col-300,
  #footer-wrapper .col-300 + .col-300,
  #footer-wrapper .col-300 + .col-300 + .col-300 {
    width: 100%; }
  .powered {
    text-align: center;
    width: 100%; }
  .powered ul {
    width: 100%;
    margin: 0 auto; }
  .powered ul li {
    padding-left: 0px;
    padding-right: 0px; }
  #left-header {
    margin-top: 7px; }
  #header-wrapper {
    width: auto; }
  /*#logo {
        width: auto;
        float: none;
    }
    #left-header {
        width: auto;
        float: none;
    }*/
  #left-header .addthis_toolbox {
    /*width: 260px;
        margin-top: 15px;
        padding-left:0px;
        width: auto;
        margin-left: 0;*/ }
  #left-header .addthis_toolbox li {
    padding-left: 0; }
  #left-header .addthis_toolbox li + li {
    padding-left: 5px; }
  #left-header .headerlinks {
    /*width: 111px;
		font-size: 11px;
		margin-top: 15px;*/ }
  #left-header #top-search {
    width: 33%;
    margin-top: 15px; }
  div.addthis_toolbox_connect_footer {
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
  div.headerlinks &gt; a {
    margin-top: 15px;
    float: left;
    display: block; }
  /*#cssmenu li ul{
		width:105px;
	}
	#cssmenu li ul a{
		width:105px!important;
	}*/
  div.headerlinks &gt; a {
    margin-top: 5px; } }

@media (max-width: 680px) {
  #logo {
    text-align: center; }
  #left-header .addthis_toolbox &gt; span {
    display: none; }
  #slider, #header-wrapper, #content-blog, #block-fter-bottom2, #footer-widgets, #content-wrapper, #contentthanhwp, #content-search, #hfcontent {
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 15px;
		padding-right: 15px;*/ }
  #header-wrapper {
    width: auto; }
  #logo {
    float: none;
    width: 100%; }
  #left-header {
    float: none;
    width: 100%; }
  .head-bottm-strip {
    width: 100%; }
  #hfcontent {
    width: auto !important; }
  #content-wrapper .col-300, .col-620 {
    width: 100%; }
  .wrapperevents, .wrapperberyone, .wrapperbecome {
    width: 100%; }
  #content-wrapper .textwidget img {
    width: 100%; }
  #block-fter-bottom2 .col-300 {
    width: 100%; }
  #block-fter-bottom2 img {
    width: 100%; }
  .wpallall {
    /*border: 1px solid;*/
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto; }
  .wpcupwp, .wpstarwp {
    display: inline-block;
    float: none;
    margin-left: 0; }
  /*p.entercode{
		font-size:20px;


	}*/
  .allentercode {
    /*height: 148px;*/ }
  #footer-wrapper .widget_text, #footer-wrapper .cd-fb-like-widget {
    width: 100%; }
  .copyright {
    text-align: center; }
  .powered {
    text-align: center;
    width: 100%; }
  .powered ul {
    width: 100%;
    margin: 0 auto; }
  .powered ul li {
    padding-left: 0px;
    padding-right: 0px; }
  #block-fter-bottom2 #wysiwyg_widgets_widget-7 {
    margin-left: 0px; } }

@media (max-width: 540px) {
  #left-header .headerlinks,
  #left-header #topsearch {
    width: 45%; }
  .head-bottm-strip {
    width: 100%; }
  /*p.entercode{
		font-size:20px;
	}*/
  .border-or {
    margin-left: -5px;
    margin-top: 45px;
    height: 80px; }
  /*.allentercode {
		height: 148px;
	}*/ }

/* Phone portrait */
@media (max-width: 485px) {
  .walkoneall,
  .alltypes,
  .showoneby {
    float: none;
    width: auto;
    margin-left: 0; }
  p.oneselect,
  p.entercode {
    font-size: 20px; }
  h1, h2 {
    font-size: 24px; }
  h3 {
    font-weight: normal; }
  /*#logo{
		width:100%;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 0 !important;
		padding-bottom: 10px;
		}*/
  #hfcontent {
    width: 100%; }
  #slider, #header-wrapper, #content-blog, #block-fter-bottom2, #footer-widgets, #content-wrapper, #contentthanhwp, #content-search, #hfcontent {
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 15px;
		padding-right: 15px;*/ }
  body.search-no-results div#content-search, .fit {
    display: block;
    width: auto !important;
    margin-left: auto !important; }
  /*#left-header{
		width:100%;
		margin:10px 0;
		position:relative

	}*/
  /*
	div#topsearch form input.field{ box-shadow:none; color:$clWhite; border:0 none;background:none;}
	div#topsearch form#searchform #searchsubmit{ display:none}
    */
  /*.js .main-nav #responsive_current_menu_item{ text-indent:-9999px}*/
  div.headerlinks &gt; a {
    font-size: 12px;
    float: none;
    margin-right: 0; }
  div.addthis_toolbox {
    width: 55%;
    margin-top: 0px; }
  /*
	div.headerlinks {
    text-align: right;
    width:auto;
	float:right
}
	div.addthis_toolbox span {
    margin-top: 3px;}
	*/
  .butreg {
    font-size: 12px !important;
    margin-right: 5px !important; }
  .selectastate {
    height: auto;
    margin-top: 0; }
  .walkinggroup {
    height: auto; }
  .wrapperberyone {
    margin-left: 0px; }
  .allentercode, .selectastate, .wrapperevents, .wrapperberyone, .wrapperbecome, #find .fleft, body .map-page #find .fleft .rowr .crr ul {
    width: 100%; }
  .wrapperevents, .wrapperberyone, .wrapperbecome {
    margin-top: 20px; }
  .allentercode {
    padding: 10px; }
  #header-wrapper, .head-bottm-strip {
    width: auto; }
  #hfcontent {
    width: auto !important; }
  #hfsidebar, .col-md-8 {
    padding: 0 !important; }
  #wowslider-container1 {
    height: 100% !important; }
  #wowslider-container1 .ws-title {
    font-size: 10px !important;
    top: 30% !important;
    line-height: normal !important; }
  #wowslider-container1 .ws_bullets {
    display: none; }
  .post-title a {
    font-size: 30px; }
  .allentercode {
    float: none; }
  .allsimpleen {
    width: 90%;
    height: auto; }
  .border-or {
    height: auto;
    width: 80px;
    border-right: 0 none;
    margin: 20px auto 0;
    float: none;
    background: url(images/dottedline-hori.png) no-repeat center 0; }
  .ors {
    top: -13px;
    margin-left: 9px; }
  .footer-widget {
    padding-bottom: 20px;
    width: 100%; }
  .footer-widget .fb_iframe_widget {
    border-bottom: 1px dashed #A6BBC8;
    border-top: 1px dashed #A6BBC8;
    margin-left: 0;
    width: 100%; }
  #footer a {
    font-size: 11px !important; }
  #footer-wrapper .widget_text, #footer-wrapper .cd-fb-like-widget {
    width: 100%; }
  .copyright {
    text-align: center; }
  #footer-wrapper .col-300 {
    width: 100%; }
  #block-fter-bottom2 .col-300 {
    width: 100%; }
  #block-fter-bottom2 img {
    width: 100%; }
  #find .fleft .rowl {
    float: none;
    border-right: 0px;
    padding-right: 0px;
    width: 100%; }
  .footer-menu {
    margin: 0 auto;
    padding: none;
    text-align: center; }
  .footer-menu li {
    float: none; }
  body .map-page div#content-blog #find .fleft .rowr {
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
    height: auto; }
  body .map-page #find .fleft .rowf select {
    float: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    width: 100% !important;
    margin-bottom: 10px; }
  body .map-page #find .fleft .rowf p {
    margin-right: 0px !important;
    margin-top: 0px !important;
    text-align: left !important; }
  body .map-page div#content-blog #find .fleft .rowf {
    float: left;
    height: auto; }
  #find .fright {
    border: 0 none;
    height: auto;
    padding: 0;
    text-align: center;
    width: 100%; }
  .orss {
    display: block;
    margin-top: 10px;
    position: inherit;
    background-color: transparent;
    text-align: center; }
  body .map-page #find .fleft .rowf p {
    float: none; }
  .fleft &gt; p {
    float: left;
    text-align: center;
    width: 100%; }
  body #find .fleft .rowr .crr ul {
    line-height: 31px;
    margin: 0;
    padding: 0 10px; }
  .walkinggroup {
    background-size: cover; }
  input[type="submit"], input[type="button"] {
    font-weight: normal;
    line-height: normal;
    padding: 5px; }
  /*#cssmenu ul{
		height:24px
	}

	#cssmenu li a{
	 line-height: 24px;
	 padding:0 10px
	}*/
  #your-profile .form-table th {
    width: 50%; }
  #pass-strength-result {
    width: 94%; }
  .titlewalking {
    line-height: 33px; }
  .showwalks {
    height: auto;
    padding: 15px;
    width: 100%;
    margin-left: 0; }
  .showoneby {
    text-align: left;
    line-height: normal;
    width: 100%; }
  .selectstate li a {
    line-height: 31px; }
  h1, h2 {
    font-size: 23px; }
  .demo h2 {
    font-size: 15px !important;
    border-bottom: 1px solid #A6BBC8; }
  .expand a:link, .expand a:visited {
    padding-right: 31px; }
  #wrapper {
    padding: 0 !important; }
  .head-bottm-strip {
    height: 40px;
    background-size: cover; }
  .head-bottm-strip img {
    left: 45px;
    top: 26px; }
  .form-horizontal .form-group {
    margin: 0 !important; }
  .col-md-3 {
    padding-left: 0 !important; }
  .portlet.box.green, #hfpage_content {
    margin-top: 20px; }
  #hfcontent button[type="submit"], #hfcontent input[type="submit"] {
    padding: 5px;
    font-size: 12px; }
  .menu ul {
    border: 0 none;
    padding: 0px; }
  .dwn {
    top: 20px; }
  .col-620 {
    display: block;
    width: 100%; }
  .head-bottm-strip img {
    top: 28px;
    width: 30px; }
  .sidebar-right img {
    width: 100%; }
  /*#searchform input.field{ width:83%;}
#searchform input.submit{ margin-bottom:0; padding: 4px 5px;}*/
  #searchsubmit {
    line-height: 20px; }
  .post-entry &gt; #mapsrcres {
    padding: 5px !important; }
  .post-entry &gt; #mapsrcres &gt; .mapsrcresblk {
    border-right: none !important;
    width: 95% !important;
    min-height: 200px !important; }
  .rowleft {
    width: 100%;
    float: none !important; }
  .rowright {
    float: left !important; }
  .footer-menu {
    /*margin:0 0 10px 10px!important*/ }
  .menu ul, .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
    /*float:left !important;*/ }
  #footer {
    padding: 10px 0 !important; }
  .footer-menu li a {
    padding: 0 4px; }
  .grid {
    margin-bottom: 20px !important; }
  .post-entry &gt; #mapsrcres1 &gt; .mapsrcresblk {
    width: 100% !important; }
  #find .fright {
    position: inherit;
    width: 100%;
    bottom: 0;
    padding-left: 0;
    border-left: none; }
  #find .fright #search {
    width: 100%;
    height: auto;
    top: 0;
    position: inherit;
    max-width: none;
    margin: 15px 0 10px; } }

@media (max-width: 320px) {
  .footer-menu {
    margin: 0 0 10px 10px !important; }
  .menu ul, .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
    /*float:left !important;*/ }
  .grid {
    margin-bottom: 20px !important; } }

/*  04-03-2014  */
.post-entry &gt; #mapsrcres {
  /*float:left;*/
  padding: 15px;
  display: table; }

.post-entry &gt; #mapsrcres1 {
  background: transparent;
  /*float:left;*/
  padding: 15px;
  display: table; }

.post-entry &gt; #mapsrcres &gt; .mapsrcresblk {
  float: left;
  width: 50%;
  padding-bottom: 15px;
  padding-right: 15px;
  border-right: 1px solid #ACA39A;
  border-bottom: 1px solid #ACA39A;
  display: table-cell;
  min-height: 225px; }

.post-entry &gt; #mapsrcres1 &gt; .mapsrcresblk {
  float: left;
  width: 47%;
  min-height: 175px;
  max-height: 350px;
  padding-bottom: 15px;
  padding-right: 15px;
  border-right: 1px solid #ACA39A;
  border-bottom: 1px solid #ACA39A;
  display: table-cell; }

.post-entry &gt; #mapsrcres &gt; .mapsrcresblk:nth-child(2n+2) {
  border-right: 0px none;
  padding-left: 15px;
  padding-right: 0px; }

.post-entry &gt; #mapsrcres1 &gt; .mapsrcresblk:nth-child(2n+2) {
  border-right: 0px none;
  padding-left: 15px;
  padding-right: 0px; }

.post-entry &gt; #mapsrcres &gt; .mapsrcresblk:nth-last-of-type(-n+2) {
  /*border-bottom:0px none*/ }

.map-src-wrapper {
  border: 1px solid #ACA39A;
  border-radius: 10px;
  margin: 6px auto; }
  .map-src-wrapper .row {
    padding: 24px; }
    .map-src-wrapper .row:last-of-type {
      padding: 0; }
    .map-src-wrapper .row h2 {
      color: #C8102E;
      font-family: 'Avalon-Demi', sans-serif !important;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0.15px; }
    .map-src-wrapper .row form a {
      background-color: #C8102E;
      font-family: 'Avalon-Demi', sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.04px;
      color: #fff;
      width: 120px;
      height: 32px;
      border-radius: 16px; }
    .map-src-wrapper .row h2 {
      display: inline-block;
      padding: 0 15px;
      width: 70%;
      vertical-align: middle; }
    .map-src-wrapper .row table tr td {
      font-family: 'Avalon-Medium', sans-serif !important;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.04px; }
      .map-src-wrapper .row table tr td strong {
        font-family: 'Avalon-Demi', sans-serif !important;
        font-weight: 400; }
      .map-src-wrapper .row table tr td a {
        text-decoration: underline;
        color: #C8102E;
        word-break: break-all;
        font-family: 'Avalon-Demi', sans-serif !important;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.04px; }
      .map-src-wrapper .row table tr td .freq-icon {
        padding-right: 10px; }
      .map-src-wrapper .row table tr td .time-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around; }
      .map-src-wrapper .row table tr td .float-left {
        float: left; }
      .map-src-wrapper .row table tr td .flex-box {
        display: flex;
        flex-direction: column;
        justify-content: space-around; }
      .map-src-wrapper .row table tr td .time-box {
        width: 132px;
        height: 32px;
        background-color: #B9B2AC;
        border-radius: 6px; }
        .map-src-wrapper .row table tr td .time-box .time {
          font-family: 'Avalon-Demi', sans-serif !important;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0.05px;
          margin: 0;
          padding: 6px 10px; }
      .map-src-wrapper .row table tr td.no-padding {
        padding: 0;
        margin-top: 8px; }
      .map-src-wrapper .row table tr td.no-padding-left {
        padding-left: 0; }
      .map-src-wrapper .row table tr td.times .time-box-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        min-width: 264px; }
        .map-src-wrapper .row table tr td.times .time-box-flex .time-box {
          margin: 5px 4px 5px 0px; }
  .map-src-wrapper table {
    border: 0; }
  .map-src-wrapper #btn-join {
    position: absolute;
    top: 26px;
    right: 24px; }

.rowleft {
  width: 76%;
  float: left; }

.rowleft h2 {
  font-size: 19px;
  color: #B9B2AC; }

.rowleft p {
  color: #404040; }

.rowright {
  float: right;
  margin-top: 15px; }

a.btnmap {
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  border: 1px solid #C8102E;
  color: #fff !important;
  font-weight: bold;
  padding: 4px 6px;
  box-shadow: 0 1px 0 #ACA39A;
  display: block; }

a.btnmap:hover {
  background: none repeat scroll 0 0 #D81E05;
  border: 1px solid #C8102E;
  box-shadow: 0 1px 0 #ACA39A;
  color: #fff; }

a.btnmapjoined {
  background-image: linear-gradient(to bottom, #D81E05, #C8102E);
  border: 1px solid green;
  color: #fff !important;
  font-weight: bold;
  padding: 4px 6px;
  box-shadow: 0 1px 0 #ACA39A;
  display: block; }

a.btnmapjoined:hover {
  background: none repeat scroll 0 0 #D81E05;
  border: 1px solid #C8102E;
  box-shadow: 0 1px 0 #ACA39A;
  color: #fff; }

.rowleft span.pointera {
  display: block;
  float: left;
  height: 34px;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 10px; }

.bodysocial {
  margin-top: 12px;
  text-align: center; }

.bodysocial span {
  color: #B9B2AC;
  font-weight: bold; }

.bodysocial a {
  background: url(images/spirite.png) no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block; }

.bodysocial a.twitter-icon {
  background-position: 0 -50px; }

.bodysocial a.facebook-icon {
  background-position: -41px -50px; }

.fright {
  float: right; }

.fleft {
  float: left; }

.mgrLR {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.pdgLR {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.mgrtop6 {
  margin-top: 6px; }

table.upcmingwlks, .secondint &gt; table {
  border: 0 none !important; }

table.upcmingwlks td {
  border-top: 0 none !important;
  border-right: 0 none !important;
  border-left: 0 none !important;
  border-bottom: 0 none !important;
  color: #B9B2AC;
  position: relative;
  padding-bottom: 0; }

table.announcemnt td.line1 {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ACA39A !important; }

.secondint &gt; table td {
  border-bottom: 1px solid #ACA39A !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
  border-left: 0 none !important;
  color: #B9B2AC; }

.secondint &gt; table.subtable td {
  border: 0 none !important;
  padding: 0.3em 0.8em; }

.secondint &gt; table.subtable td.bdrbtm {
  border-bottom: 1px solid #ACA39A !important;
  margin-bottom: 15px; }

.fons26 {
  font-size: 26px !important; }

table.upcmingwlks td.cworniser {
  border-bottom: 1px solid #ACA39A !important;
  padding: 0.3em 0 0.8em 0.8em !important; }

table.upcmingwlks td.rmv {
  padding: 0.3em 0 0.3em 0.8em; }

span.redcolor {
  color: #D81E05; }

table.upcmingwlks td span.clock {
  background: url("images/spirite.png") 0 0;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  margin-right: 5px; }

table.upcmingwlks td span.announce {
  background: url("images/spirite.png") -82px 0;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 22px;
  width: 24px;
  margin-right: 5px; }

.controls &gt; .more {
  background: url("images/spirite.png") no-repeat -212px 4px;
  color: #D81E05;
  padding-right: 32px;
  cursor: pointer; }

.sidebar-right p.quote {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 20px; }

/*.sidebar-right span.right-u{ float:right}*/
.controls &gt; .less {
  background: url("images/spirite.png") no-repeat -212px -15px;
  color: #D81E05;
  padding-right: 32px;
  cursor: pointer; }

.modal-title {
  color: #000;
  font: 26px Arial, Helvetica, sans-serif !important;
  font-weight: normal !important; }

.modal-body {
  color: #000;
  font: 14px Arial, Helvetica, sans-serif !important; }

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

.btn.dred {
  background: none !important;
  color: #D81E05 !important; }

.btn.default:hover {
  background: none !important; }

.tbltoparea h1 {
  font-size: 36px;
  color: #6E7CA0;
  font-weight: normal !important;
  margin-bottom: 21px; }

.tbltoparea h2 {
  color: #000;
  font-size: 26px;
  margin-bottom: 17px !important; }

a.redlink {
  color: #D81E05;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }

table.notblbdr, table.notblbdr table {
  border: 0 none !important; }

table.notblbdr th {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding: 0.8em 0; }

table.notblbdr table td {
  border-bottom: 0 none !important;
  padding: 0.9em !important; }

table.notblbdr table td strong {
  color: #1f1f1f !important; }

table.notblbdr th, table.notblbdr td {
  border-bottom: 1px solid #A6BBC8;
  border-top: 0 none !important;
  border-right: 0 none !important;
  border-left: 0 none !important; }

table.notblbdr td {
  padding: 0;
  border-bottom: 1px solid #A6BBC8;
  border-top: 0 none !important;
  border-right: 1px solid #A6BBC8 !important;
  border-left: 0 none !important; }

table.notblbdr td:last-child {
  border-right: 0 none !important; }

table.notblbdr table td.pdtT0 {
  padding-top: 0em !important;
  padding-bottom: 5px !important; }

p.attended {
  background: url("images/spirite.png") no-repeat -150px -60px;
  color: #35aa47;
  float: right;
  font-weight: bold;
  line-height: 23px;
  padding-left: 10px;
  text-align: right;
  width: 83px;
  margin: 0; }

#wp-link .submitbox {
  height: auto !important; }

.button-primary {
  margin-bottom: 0px !important; }

a.redbld {
  font-size: 18px;
  font-weight: bold;
  text-transform: none !important; }

.redlink {
  color: #D81E05;
  margin-left: 5px; }

.radio-list2 &gt; label {
  float: left;
  width: 149px;
  font-weight: normal; }

.radio-list2 &gt; label:last-child {
  width: 100%; }

.ldviewall {
  background: #fff;
  text-align: right;
  padding: 2px 26px; }

.ldviewall a {
  color: #D81E05; }

li.walksdetals {
  border-top: 0px none !important;
  padding-top: 0 !important;
  padding-left: 9px !important; }

li.walksdetals span.wlakname {
  font-size: 14px;
  color: #404040; }

li.walksdetals span.cwo {
  color: #B9B2AC;
  font-size: 14px; }

.sale-summary li .sale-info {
  text-transform: none !important; }

span.sale-num {
  color: #000 !important; }

.sale-summary li span i {
  height: auto !important; }

table.psddg08 td, table.psddg08 th {
  padding: 0.8em !important; }

.fa.fa-user, .fa.fa-pencil {
  font-size: 18px; }

.achiment td span.achinfo {
  float: left;
  line-height: 27px;
  padding-left: 5px;
  padding-right: 5px; }

.achiment td i {
  float: left; }

.blue {
  color: #6E7CA0 !important; }

.wpinputnew input {
  margin-bottom: 0px !important; }

.fa-angle-right:before {
  color: #D81E05; }

.nav &gt; li &gt; a {
  padding: 10px 12px !important; }

.breadcrumb &gt; li {
  color: #B9B2AC; }

body .breadcrumb {
  padding: 8px 0 8px 0; }

.breadcrumb-list .chevron {
  padding: 0 6px 0 7px; }

ul.gs li {
  margin-bottom: 16px;
  float: left; }

.toptable {
  border: none !important;
  margin-bottom: -30px; }

table.snapshot {
  background: #6E7CA0;
  color: #fff;
  border: 0; }

table.snapshot th {
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #fff; }

table.snapshot td {
  border: 0; }

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
/***
Profile Page
***/
.profile {
  position: relative; }

.profile p {
  color: #5e5e5e;
  font-size: 13px; }

.profile p a {
  color: #0c91e5; }

.profile label {
  margin-top: 10px; }

.profile label:first-child {
  margin-top: 0; }

/*profile info*/
.profile-classic .profile-image {
  position: relative; }

.profile-classic .profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0.6;
  padding: 0 9px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
  /*for ie*/ }

.profile-classic .profile-edit, .profile-classic .profile-edit a {
  color: #fff;
  font-size: 11px; }

.profile-classic .profile-image img {
  margin-bottom: 15px; }

.profile-classic li {
  padding: 8px 0;
  font-size: 13px;
  border-top: solid 1px #A6BBC8; }

.profile-classic li:first-child {
  border-top: none; }

.profile-classic li span {
  color: #616161;
  font-size: 13px;
  margin-right: 7px; }

/*profile tabs*/
.profile .tabbable-custom-profile .nav-tabs &gt; li &gt; a {
  padding: 6px 12px; }

/*profile navigation*/
.profile ul.profile-nav {
  margin-bottom: 30px; }

.profile ul.profile-nav li {
  position: relative;
  padding: 0; }

.profile ul.profile-nav li a {
  color: #1B365D;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 1px;
  background: #A6BBC8;
  border-left: solid 2px #A6BBC8; }

.profile ul.profile-nav li a:hover {
  color: #0c91e5;
  background: #A6BBC8;
  text-decoration: none;
  border-left: solid 2px #0c91e5; }

/*.profile ul.profile-nav li a.profile-edit {
  top:0;
  right:0;
  margin:0;
  color:$clWhite;
  opacity:0.6;
  border:none;
  padding:3px 9px;
  font-size:12px;
  background:$clBlack;
  position:absolute;
  filter:alpha(opacity=60);
}*/
.profile ul.profile-nav li .profile-edit, .profile ul.profile-nav li .profile-edit-b, .profile ul.profile-nav li a.switch-profile {
  margin: 0;
  opacity: 0.8;
  padding: 8px 9px;
  background: #fff;
  position: absolute;
  filter: alpha(opacity=60);
  /*for ie*/ }

.profile ul.profile-nav li .profile-edit, .profile ul.profile-nav li .profile-edit a, .profile ul.profile-nav li .profile-edit-b, .profile ul.profile-nav li .profile-edit-b a, .profile ul.profile-nav li a.switch-profile, .profile ul.profile-nav li a.switch-profile a {
  color: #D81E05;
  border: none;
  font-size: 17px;
  font-weight: bold; }

.profile ul.profile-nav li .profile-edit a, .profile ul.profile-nav li .profile-edit-b a, .profile ul.profile-nav li a.switch-profile a {
  display: inline; }

.profile ul.profile-nav li .profile-edit {
  bottom: 8px;
  left: 5px; }

.profile ul.profile-nav li .profile-edit-b {
  bottom: 5px;
  left: 5px; }

.profile ul.profile-nav li a.switch-profile {
  bottom: 5px;
  left: 5px; }

.profile ul.profile-nav li .profile-edit a:hover {
  text-decoration: underline; }

.profile ul.profile-nav a span {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 7px 13px;
  position: absolute;
  background: #0c91e5; }

.profile ul.profile-nav a:hover span {
  background: #1B365D; }

/*profile information*/
.profile-info h1 {
  color: #363636;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0; }

.profile-info ul {
  margin-bottom: 15px; }

.profile-info li {
  color: #666666;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 0 !important; }

.profile-info li i {
  color: #A6BBC8;
  font-size: 15px; }

.profile-info li:hover i {
  color: #0c91e5; }

/*profile sales summary*/
.sale-summary ul {
  margin-top: -12px; }

.sale-summary li {
  padding: 10px 0;
  overflow: hidden;
  border-top: solid 1px #A6BBC8; }

.sale-summary li:first-child {
  border-top: none; }

.sale-summary li .sale-info {
  float: left;
  color: #5c5c5c;
  font-size: 14px;
  text-transform: uppercase; }

.sale-summary li .sale-num {
  float: right;
  color: #0c91e5;
  font-size: 20px;
  font-weight: 300; }

.sale-summary li span i {
  top: 1px;
  width: 13px;
  height: 14px;
  margin-left: 3px;
  position: relative;
  display: inline-block; }

.sale-summary li i.icon-img-up {
  background: url(../../img/icon-img-up.png) no-repeat !important; }

.sale-summary li i.icon-img-down {
  background: url(../../img/icon-img-down.png) no-repeat !important; }

.sale-summary .caption h4 {
  color: #363636;
  font-size: 18px; }

.sale-summary .caption {
  border-color: #ACA39A; }

/*latest customers table*/
.profile .table-advance thead tr th {
  background: #A6BBC8; }

.profile .table-bordered th,
.profile .table-bordered td,
.profile .table-bordered {
  border-color: #A6BBC8; }

.profile .table-striped tbody &gt; tr:nth-child(2n+1) &gt; td,
.profile .table-striped tbody &gt; tr:nth-child(2n+1) &gt; th {
  background: #A6BBC8; }

.profile .table-hover tbody tr:hover td,
.profile .table-hover tbody tr:hover th {
  background: #f5fafd; }

/*add portfolio*/
.add-portfolio {
  overflow: hidden;
  margin-bottom: 30px;
  background: #A6BBC8;
  padding: 12px 14px; }

.add-portfolio span {
  float: left;
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  margin-top: 0px; }

.add-portfolio .btn {
  margin-left: 20px; }

/*portfolio block*/
.portfolio-block {
  background: #A6BBC8;
  margin-bottom: 15px;
  overflow: hidden; }

.portfolio-stat {
  overflow: hidden; }

/*portfolio text*/
.portfolio-text {
  overflow: hidden; }

.portfolio-text img {
  float: left;
  margin-right: 15px; }

.portfolio-text .portfolio-text-info {
  overflow: hidden; }

/*portfolio button*/
.portfolio-btn a {
  display: block;
  padding: 25px 0;
  background: #A6BBC8 !important; }

.portfolio-btn a:hover {
  background: #35aa47 !important; }

.portfolio-btn span {
  color: #fff;
  font-size: 22px;
  font-weight: 200; }

/*portfolio info*/
.portfolio-info {
  float: left;
  color: #B9B2AC;
  font-size: 12px;
  padding: 10px 25px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.portfolio-info span {
  color: #1B365D;
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-top: 0px;
  font-weight: 200;
  text-transform: uppercase; }

/*portfolio settings*/
.profile-settings {
  background: #A6BBC8;
  padding: 15px 8px 0;
  margin-bottom: 5px; }

.profile-settings p {
  padding-left: 5px;
  margin-bottom: 3px; }

.profile-settings .controls &gt; .radio,
.profile-settings .controls &gt; .checkbox {
  font-size: 12px;
  margin-top: 2px !important; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #A6BBC8; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #8f8f8f; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #8f8f8f; }

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #404040; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #404040; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #404040; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #404040; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* New */
.indent {
  padding-left: 20px;
  border-left: 2px solid #6E7CA0; }

.form-required {
  color: #D81E05;
  position: absolute;
  padding-left: 2px; }

.help-block {
  margin-top: 10px;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #1F1E1D !important; }

label {
  padding: 0; }

form h2 {
  margin-bottom: 15px; }

.background-checks-agreed {
  width: 100%; }

.background-checks-agreed a {
  text-decoration: underline; }

.background-checks-agreed label {
  color: #D81E05; }

.is-terms-accepted {
  width: 100%; }

.is-terms-accepted a {
  text-decoration: underline; }

.is-terms-accepted label {
  color: #D81E05; }

#free-merchandise .indent {
  margin-bottom: 15px; }

h1.post-title small {
  display: block;
  margin-top: 10px;
  font-size: 60%;
  color: #000; }

.form-group.form-group-list {
  margin: 5px 0; }

.form-group.form-group-list .checkbox {
  margin: 5px 0; }

.row-captcha {
  margin-top: 15px; }

p.description,
#content div.description,
#content div.description p {
  margin-bottom: 20px;
  color: #1F1E1D;
  font-family: 'Avalon-Medium', sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.05px; }
  p.description a,
  #content div.description a,
  #content div.description p a {
    font-family: 'Avalon-Medium', sans-serif;
    text-decoration: underline; }

#content div.privacy-description p,
#content div.privacy-description ul li {
  margin-bottom: 10px;
  color: #1F1E1D;
  font-family: 'Avalon-Medium', sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.05px; }
  #content div.privacy-description p a,
  #content div.privacy-description ul li a {
    font-family: 'Avalon-Medium', sans-serif;
    text-decoration: underline; }

p.sub-description {
  color: rgba(31, 30, 29, 0.9);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0; }
  p.sub-description a {
    color: #C8102E;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-decoration: underline; }

.description-wrapper {
  padding-bottom: 40px; }

#content div.description ol,
#content div.description ol li,
#content .post-entry .description p {
  font-size: 100%;
  line-height: 18px; }

#content p.description.margin-bottom-large {
  margin-bottom: 40px; }

#content div.description ol li + li {
  margin-top: 10px; }

#content #loginForm .margin-login {
  margin-right: -15px;
  margin-left: -15px; }

#content #loginForm .float-right button[type=submit] {
  float: right;
  margin-right: 0; }

#content #loginForm .remember-me .checkbox {
  margin-bottom: 40px; }

#content #loginForm .footer-buttons {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    #content #loginForm .footer-buttons .col-sm-6 div {
      display: flex;
      flex-direction: column;
      justify-content: center; } }

ul.errors {
  color: #C8102E;
  padding: 0;
  list-style: none;
  margin-top: 5px; }

ul.errors li {
  padding: 0; }

.selectstate li a,
#wrapper .post-entry .selectstate li a {
  color: #fff; }

span.info {
  margin: 0 5px 0 3px;
  color: #6E7CA0; }

/*@media screen and (max-width: 650px) {*/
.js .main-nav .menu li a {
  line-height: 35px;
  height: 35px; }

.js .main-nav .menu {
  top: 28px; }

.js .menu li li a {
  height: 35px !important;
  line-height: 35px; }

.js .menu .dwn {
  top: 14px; }

/*}*/
#footer-wrapper .cd-fb-like-widget {
  text-align: center; }

#footer-wrapper ul.asocial-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block; }

#footer-wrapper ul.asocial-icons li span {
  color: #8c8c8c;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  margin-top: 9px;
  display: inline-block; }

#footer-wrapper ul.asocial-icons li {
  float: left;
  line-height: normal; }

#footer-wrapper ul.asocial-icons li + li {
  margin-left: 5px; }

@media (max-width: 767px) {
  #footer-wrapper .col-300 {
    width: 100%; }
  #footer-wrapper ul.asocial-icons {
    margin-right: 20px; }
  #footer-wrapper &gt; div.col-300 + div.col-300 {
    margin-top: 20px;
    margin-left: 0; }
  .contentcharity {
    max-width: 500px;
    margin: 15px auto 0 auto; }
  .cd-fb-like-widget {
    text-align: center; } }

body #cssmenu {
  z-index: 10000;
  position: relative; }

body #cssmenu li {
  width: auto;
  white-space: nowrap; }

body #cssmenu &gt; ul &gt; li {
  padding: 0; }

body #cssmenu &gt; ul &gt; li &gt; a {
  float: right; }

body #cssmenu li ul {
  width: 165px;
  right: 0; }

body #cssmenu li ul a {
  width: 165px;
  line-height: 35px;
  font-weight: normal;
  padding: 0 15px; }

body #cssmenu .login a {
  padding: 8px 25px;
  background-color: #c8102e;
  border-radius: 25px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-out;
  display: inline;
  outline: unset;
  will-change: transform;
  font-size: 1.01em;
  color: #ffffff; }

body #cssmenu .login a:hover {
  background-color: #b10c27;
  color: #ffffff; }

#mapsrcres h2 {
  margin: 10px 0; }

#mapsrcres .rowright {
  width: 24%;
  text-align: center; }

textarea.form-control {
  width: 100%; }

/*
 * Controls
 */
.more-less {
  background: transparent url(images/spirite.png) no-repeat -253px 4px;
  color: #D81E05;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 15px; }

.more-less.less {
  background-position: -253px -15px; }

.arrow-down {
  background: transparent url(images/spirite.png) no-repeat -253px 4px;
  color: #D81E05;
  display: inline-block;
  width: 20px;
  height: 15px; }

/*
 * Misc
 */
.js .main-nav .menu .sub-menu li a {
  padding-right: 20px; }

.box-search {
  background-color: #ECEAE9;
  border-radius: 10px;
  padding: 20px 24px 28px; }

.box-search h2 {
  margin-top: 0;
  color: #1F1E1D;
  font-family: 'Avalon-Demi';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-weight: 400; }

.box-search span {
  margin-top: 0;
  color: #1F1E1D;
  font-family: 'Avalon-Demi';
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05px;
  font-weight: 400; }

.box-search .form-group #form_status {
  display: inline-flex;
  width: 100%; }

#hf_walkingbundle_participant_creation_walkingGroups select {
  width: 98%; }

#hf_walkingbundle_participant_creation_walkingGroups .input-group-addon {
  border-radius: 4px; }

#box-search {
  margin-bottom: 16px; }
  #box-search .form-group &gt; label {
    display: none; }
  #box-search select {
    border-radius: 48px;
    -webkit-appearance: none;
    background: url(/assets/img/arrow_down_bold.png) center no-repeat #fff;
    background-position: calc(100% - 21px);
    padding-right: 38px;
    color: #bcbcbb;
    font-family: 'Avalon-Book';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1px;
    font-weight: 400; }
  #box-search input {
    color: #1F1E1D;
    font-family: 'Avalon-Book';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1px;
    font-weight: 400; }
    #box-search input::placeholder {
      color: #bcbcbb; }
  #box-search input.btn {
    height: 48px;
    width: 160px;
    vertical-align: middle;
    text-align: center;
    float: right;
    color: #fff;
    font-family: 'Avalon-Demi';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    font-weight: 400;
    border-radius: 24px !important;
    background-color: #C8102E;
    background-image: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    outline: none; }
  #box-search .row:last-of-type {
    margin-top: 8px; }
  #box-search .radio-butt-wrapper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 0px !important; }
  #box-search input[type="radio"] {
    -webkit-appearance: none; }
  #box-search input[type="radio"] {
    width: 20px;
    height: 20px;
    /* padding: 6px; */
    background-clip: content-box;
    border: 1px solid #ACA39A;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -3px;
    outline: none; }
  #box-search input[type="radio"]:checked {
    background-color: #ACA39A;
    padding: 5px; }

.input-group-addon a {
  color: #616161; }

.input-group-addon a:hover {
  color: #000; }

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

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

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

/*
 * Tables
 */
table.table-simple {
  border: none; }

table.table-simple &gt; thead &gt; tr &gt; th,
table.table-simple &gt; tbody &gt; tr &gt; th,
table.table-simple &gt; tbody &gt; tr &gt; td {
  border: 0;
  border-bottom: 1px solid #A6BBC8;
  vertical-align: middle; }

table.table-simple tr.inactive td,
table.table-simple tr.inactive th {
  color: #9e9e9e; }

table.table-basic {
  border: none; }

table.table-basic &gt; thead &gt; tr &gt; th,
table.table-basic &gt; tbody &gt; tr &gt; th {
  font-weight: bold;
  vertical-align: top; }

table.table-basic &gt; tbody &gt; tr &gt; th {
  text-align: right; }

table.table-basic &gt; thead &gt; tr &gt; th,
table.table-basic &gt; tbody &gt; tr &gt; th,
table.table-basic &gt; tbody &gt; tr &gt; td {
  border: none;
  padding: 2px; }

table.table-basic &gt; tbody &gt; tr &gt; td {
  vertical-align: middle; }

table.table-data {
  border: none; }

table.table-data &gt; thead &gt; tr &gt; th,
table.table-data &gt; tbody &gt; tr &gt; th {
  font-weight: bold; }

table.table-data &gt; tbody &gt; tr &gt; th {
  text-align: right; }

table.table-data &gt; thead &gt; tr &gt; th,
table.table-data &gt; tbody &gt; tr &gt; th,
table.table-data &gt; tbody &gt; tr &gt; td {
  border: none;
  vertical-align: middle;
  padding: 4px;
  padding: 4px;
  border-bottom: 1px solid #A6BBC8; }

table.table-simple.table-fitbit-summary {
  margin-top: 30px;
  font-weight: bold; }

table.table-simple.table-fitbit-summary td {
  font-size: 18px; }

table.table-simple.table-fitbit-summary small {
  font-size: 11px; }

table.table-simple.table-fitbit-summary &gt; tbody &gt; tr &gt; * {
  font-weight: bold !important;
  border-top: 1px solid #A6BBC8; }

table.table-fitbit-walks {
  margin-top: 10px; }

table.table-fitbit-walks &gt; thead &gt; tr &gt; th {
  font-weight: bold !important; }

table.table-manage-users &gt; thead &gt; tr &gt; th {
  color: #ACA39A;
  font-family: 'Avalon-Demi';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  font-weight: 400;
  padding: 0 0 16px; }

table.table-manage-users tr.inactive td {
  opacity: 0.25; }

table.table-manage-users tr.inactive td.align-center {
  opacity: 1; }

table.table-manage-users &gt; tbody &gt; tr &gt; td {
  border-bottom: 0; }

table.table-manage-users tr td:first-of-type {
  color: #1F1E1D;
  font-family: 'Avalon-Demi';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  font-weight: 400; }

table.table-manage-users &gt; tbody &gt; tr &gt; td {
  padding: 0;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  font-weight: 500;
  padding: 10px 0; }
  table.table-manage-users &gt; tbody &gt; tr &gt; td .role-status {
    width: 102px;
    height: 32px;
    border: 1px solid;
    border-radius: 6px;
    text-align: center; }
    table.table-manage-users &gt; tbody &gt; tr &gt; td .role-status.orange {
      border-color: #ED8B00;
      color: #ED8B00; }
    table.table-manage-users &gt; tbody &gt; tr &gt; td .role-status.green {
      border-color: #5E7461;
      color: #5E7461; }
    table.table-manage-users &gt; tbody &gt; tr &gt; td .role-status.red {
      border-color: #C8102E;
      color: #C8102E; }
    table.table-manage-users &gt; tbody &gt; tr &gt; td .role-status.burgundy {
      border-color: #6F263D;
      color: #6F263D; }
    table.table-manage-users &gt; tbody &gt; tr &gt; td .role-status p {
      padding: 7px;
      font-family: 'Avalon-Medium';
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.04px;
      font-weight: 500; }

table.table-manage-users &gt; thead &gt; tr &gt; th#actions {
  width: 165px; }

table.table-manage-users &gt; thead &gt; tr &gt; th:last-of-type {
  margin-right: 0px; }

table.table-manage-users .list-action li a {
  color: #C8102E;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: .04px;
  font-weight: 500;
  line-height: 18px; }

.pagination span,
.pagination span a {
  padding: 0 4px;
  color: #C8102E;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: .04px;
  font-weight: 500;
  line-height: 18px; }

.pagination span.current {
  color: #6F263D;
  font-family: 'Avalon-Demi';
  font-weight: 400; }

.pagination span.first a {
  padding-right: 0; }

/*
 * Lists
 */
ul.list-simple {
  margin: 0;
  padding: 0;
  margin-left: 20px; }

.sidebar {
  margin: 0;
  padding: 0; }

.sidebar .menu-item, .round-button, input.round-button, .round-button {
  border-radius: 24px !important;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  background-color: #C8102E;
  background-image: none;
  vertical-align: middle;
  color: #fff;
  font-family: 'Avalon-Demi';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  outline: none; }

.input-button input.round-button {
  margin-top: 34px; }

.round-button {
  width: 160px; }

.small-padding {
  padding: 15px; }

/*
 * Dashboard
 */
h2.dashboard-title {
  margin-bottom: 10px; }

h3.dashboard-title {
  margin-bottom: 10px;
  font-size: 17px;
  color: #616161;
  line-height: normal;
  margin-top: 0; }

h1 .title-actions {
  float: right; }

h1 .title-actions ul.list-action {
  margin-top: 22px;
  text-align: right; }

h1.title-actions-multiple .title-actions ul.list-action {
  margin-top: 1px; }

h1.title-actions-multiple .title-actions ul.list-action + ul.list-action {
  margin-top: 4px; }

h2 .title-actions {
  float: right; }

h2 .title-actions ul.list-action {
  margin-top: 18px; }

ul.list-action {
  margin: 0;
  padding: 0;
  line-height: normal; }

ul.list-action li {
  /*float: right;*/
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: normal; }

ul.list-action li + li {
  border-left: 1px solid #ACA39A;
  margin-left: 10px;
  padding-left: 10px; }

ul.list-action li a.inactive {
  color: #A6BBC8; }

ul.list-action.stacked li {
  display: block; }

ul.list-action.stacked li + li {
  border-top: 1px solid #A6BBC8;
  margin-top: 3px;
  padding-top: 3px;
  border-left: none;
  margin-left: 0;
  padding-left: 0; }

/* Achievements */
table.table-achievements {
  background-color: #6E7CA0;
  border-color: #6E7CA0;
  color: #fff; }

table.table-achievements &gt; tbody &gt; tr &gt; td {
  border-top: 1px solid #6E7CA0;
  vertical-align: middle; }

table.table-achievements &gt; tbody &gt; tr &gt; td:first-child {
  width: 135px; }

table.table-achievements i {
  color: #fff;
  vertical-align: middle; }

table.table-achievements a:hover i {
  color: #6E7CA0; }

table.table-achievements span {
  position: relative;
  top: 2px; }

table.table-achievements span.share {
  font-weight: bold; }

/* Announcements */
table.table-announcements {
  border: 0; }

table.table-announcements &gt; tbody &gt; tr &gt; td {
  border: 0;
  border-bottom: 1px solid #A6BBC8;
  padding: 5px; }

table.table-announcements &gt; tbody &gt; tr &gt; td:first-child {
  width: 38px; }

table.table-announcements &gt; tbody &gt; tr &gt; td:last-child {
  width: 20px; }

table.table-announcements i.announce {
  background: transparent url(images/spirite.png) no-repeat -82px 0;
  display: inline-block;
  height: 22px;
  width: 24px;
  vertical-align: middle; }

table.table-announcements .announcement {
  overflow: hidden; }

/* Suggested local Groups */
table.table-suggested-local-groups {
  border: 0; }

table.table-suggested-local-groups .list-action li a {
  background-color: #C8102E;
  border-radius: 16px;
  width: 120px;
  height: 32px;
  text-align: center;
  color: #fff;
  float: right;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: .04px;
  padding: 8px 0;
  font-weight: 500;
  line-height: 18px; }

table.table-suggested-local-groups &gt; tbody &gt; tr &gt; td:first-child {
  width: 135px; }

table.table-suggested-local-groups &gt; tbody &gt; tr &gt; td, table.table-suggested-local-groups &gt; tbody &gt; tr &gt; td &gt; a {
  border: 0;
  vertical-align: middle;
  color: #1F1E1D;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  padding: 11px 0;
  font-weight: 500; }

table.table-suggested-local-groups &gt; tbody &gt; tr &gt; td &gt; a {
  vertical-align: middle;
  color: #C8102E;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: 0.04px;
  padding: 11px 0;
  font-weight: 500; }

table.table-suggested-local-groups &gt; tbody &gt; tr.more &gt; td {
  border-bottom: 0; }

table.table-suggested-local-groups i.clock {
  background: transparent url(images/spirite.png) no-repeat 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

table.table-suggested-local-groups td.tree {
  width: 25px;
  padding: 8px 0; }

table.table-suggested-local-groups td.tree i.tree {
  background: transparent url(images/tree.png) no-repeat center center;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

table.table-suggested-local-groups td i.calendar {
  background: transparent url("images/icon_calendar.png") no-repeat center center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

table.table-suggested-local-groups td i.info {
  background: transparent url("images/icon_info.png") no-repeat center center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

table.table-suggested-local-groups td i.user {
  background: transparent url("images/icon_user.png") no-repeat center center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

/* Past Walks */
table.table-past-walks {
  border: 0; }

table.table-past-walks &gt; tbody &gt; tr &gt; td:first-child {
  width: 135px; }

table.table-past-walks &gt; tbody &gt; tr &gt; td:last-child {
  text-align: right; }

table.table-past-walks &gt; tbody &gt; tr.walk-organiser &gt; td {
  text-align: left; }

table.table-past-walks &gt; tbody &gt; tr &gt; td {
  border: 0;
  border-bottom: 1px solid #A6BBC8;
  vertical-align: middle; }

table.table-past-walks &gt; tbody &gt; tr.more &gt; td {
  border-bottom: 0; }

table.table-past-walks i.clock {
  background: transparent url(images/spirite.png) no-repeat 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

table.table-past-walks i.tree {
  background: transparent url(images/tree.png) no-repeat center center;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

/* Upcoming Walks */
table.table-upcoming-walks {
  border: 0; }

table.table-upcoming-walks &gt; tbody &gt; tr &gt; td:first-child {
  width: 135px; }

table.table-upcoming-walks &gt; tbody &gt; tr &gt; td:last-child {
  text-align: right; }

table.table-upcoming-walks &gt; tbody &gt; tr &gt; td {
  border: 0;
  vertical-align: middle;
  color: #1F1E1D;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: 0.04px;
  padding: 15px 0 11px;
  font-weight: 500;
  line-height: 15px; }
  table.table-upcoming-walks &gt; tbody &gt; tr &gt; td .membership {
    background-color: #6F263D;
    border-radius: 6px;
    width: 102px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    float: right;
    font-family: 'Avalon-Medium';
    font-size: 14px;
    letter-spacing: 0.04px;
    padding: 8px 0;
    font-weight: 500;
    position: relative;
    top: -4px; }
  table.table-upcoming-walks &gt; tbody &gt; tr &gt; td .organiser {
    background-color: #5E7461; }
  table.table-upcoming-walks &gt; tbody &gt; tr &gt; td .coordinator {
    background-color: #ED8B00; }

table.table-upcoming-walks &gt; tbody &gt; tr &gt; td &gt; a {
  vertical-align: middle;
  color: #C8102E;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: 0.04px;
  padding: 11px 0;
  font-weight: 500; }

table.table-upcoming-walks i.clock {
  background: transparent url(images/spirite.png) no-repeat 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

table.table-upcoming-walks td.tree {
  width: 25px;
  color: #C8102E; }

table.table-upcoming-walks td.tree i.tree {
  background: transparent url(images/tree.png) no-repeat center center;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

table.table-upcoming-walks i.walk {
  background: transparent url(images/run.png) no-repeat center center;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle; }

table.table-upcoming-walks td i.calendar {
  background: transparent url("images/icon_calendar.png") no-repeat center center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

table.table-upcoming-walks td i.info {
  background: transparent url("images/icon_info.png") no-repeat center center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

table.table-upcoming-walks td i.user {
  background: transparent url("images/icon_user.png") no-repeat center center;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  position: relative; }

/* Groups Joined*/
table.table-my-groups {
  border-radius: 10px;
  border: 1px solid #6F263D;
  border-collapse: unset; }

table.table-my-groups.organised-groups {
  border: 1px solid #5E7461; }

table.table-my-groups.organised-groups &gt; tbody &gt; tr &gt; th {
  background-color: #5E7461; }

table.table-my-groups.joined-group &gt; tbody &gt; tr &gt; th {
  background-color: #6F263D; }

table.table-my-groups &gt; tbody &gt; tr &gt; th {
  font-weight: bold;
  border: none;
  color: #fff;
  padding: 17px 8px;
  vertical-align: middle;
  width: 17%;
  font-family: 'Avalon-Demi';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  font-weight: 400; }
  table.table-my-groups &gt; tbody &gt; tr &gt; th:first-child {
    padding-left: 16px;
    width: 38%;
    border-radius: 8px 0 0 0; }
  table.table-my-groups &gt; tbody &gt; tr &gt; th:nth-child(2) {
    width: 10%; }
  table.table-my-groups &gt; tbody &gt; tr &gt; th:last-child {
    border-radius: 0 8px 0 0; }

table.table-my-groups &gt; tbody &gt; tr &gt; td {
  color: #1F1E1D;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  padding: 18px 8px;
  font-weight: 500; }
  table.table-my-groups &gt; tbody &gt; tr &gt; td:first-child {
    color: #C8102E;
    padding-left: 16px; }

table.table-my-groups &gt; tbody &gt; tr &gt; td &gt; a {
  vertical-align: middle;
  color: #C8102E;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: 0.04px;
  padding: 11px 0;
  font-weight: 500; }

table.table-my-groups &gt; tbody &gt; tr:last-child {
  padding-bottom: 22px; }

/* Snapshot */
table.table-snapshot {
  border-radius: 10px;
  border: 1px solid #ACA39A;
  border-collapse: unset; }

table.table-snapshot &gt; tbody &gt; tr &gt; th {
  border: none;
  color: #1F1E1D;
  vertical-align: middle;
  font-family: 'Avalon-Medium';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04px;
  font-weight: 500 !important;
  background-color: #ACA39A;
  padding: 17px 8px; }
  table.table-snapshot &gt; tbody &gt; tr &gt; th:first-child {
    padding-left: 16px;
    border-radius: 8px 0 0 0; }
  table.table-snapshot &gt; tbody &gt; tr &gt; th:last-child {
    border-radius: 0 8px 0 0; }

table.table-snapshot &gt; tbody &gt; tr &gt; th {
  font-weight: bold; }

table.table-snapshot &gt; tbody &gt; tr &gt; th,
table.table-snapshot &gt; tbody &gt; tr &gt; td {
  border: 0;
  vertical-align: middle; }

table.table-snapshot &gt; tbody &gt; tr &gt; td {
  color: #ACA39A;
  vertical-align: middle;
  font-family: 'Avalon-Demi';
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05px;
  font-weight: 500;
  padding: 18px 8px; }
  table.table-snapshot &gt; tbody &gt; tr &gt; td:first-child {
    padding-left: 16px; }

/* Approve */
table.table-actions {
  border: 0; }

table.table-actions &gt; tbody &gt; tr &gt; td {
  border: 0;
  padding: 8px 5px;
  color: #1F1E1D;
  vertical-align: middle;
  font-family: 'Avalon-Medium';
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.04px;
  font-weight: 500; }
  table.table-actions &gt; tbody &gt; tr &gt; td.name &gt; a {
    font-family: Avalon-Demi;
    font-weight: 400; }
  table.table-actions &gt; tbody &gt; tr &gt; td .name &gt; a {
    font-family: Avalon-Demi;
    font-weight: 400; }
  table.table-actions &gt; tbody &gt; tr &gt; td.align-right &gt; ul &gt; li &gt; a {
    color: #C8102E;
    vertical-align: middle;
    font-family: 'Avalon-Medium';
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04px;
    font-weight: 500; }
  table.table-actions &gt; tbody &gt; tr &gt; td .align-right &gt; ul &gt; li &gt; a {
    color: #C8102E;
    vertical-align: middle;
    font-family: 'Avalon-Medium';
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04px;
    font-weight: 500; }
  table.table-actions &gt; tbody &gt; tr &gt; td.approvals-detail {
    display: flex;
    flex-direction: row; }
    table.table-actions &gt; tbody &gt; tr &gt; td.approvals-detail .name {
      width: calc( 100% - 230px);
      display: flex;
      align-items: center; }
      table.table-actions &gt; tbody &gt; tr &gt; td.approvals-detail .name a {
        color: #1F1E1D; }
    table.table-actions &gt; tbody &gt; tr &gt; td.approvals-detail .align-right {
      width: 230px; }
    table.table-actions &gt; tbody &gt; tr &gt; td.approvals-detail:hover {
      background-color: #ECEAE9;
      border-radius: 4px; }

table.table-actions &gt; tbody &gt; tr &gt; td:first-child {
  width: 85px; }

table.table-actions tr.success {
  border: 0; }

table.table-actions td.name a {
  color: #000; }

table.table-actions td.name a:hover {
  color: #D81E05; }

/*
 * Find a Walk Result
 */
table.table-find-a-walk-result,
table.table-find-a-walk-result th,
table.table-find-a-walk-result td {
  border: 0; }

table.table-find-a-walk-result th {
  width: 120px;
  text-align: right;
  font-weight: bold; }

table.table-find-a-walk-result th,
table.table-find-a-walk-result td {
  padding: 1px; }

/*
 * Sidebar
 */
#content-blog .sidebar {
  padding-left: 0;
  padding-right: 25px; }
  @media (min-width: 767px) {
    #content-blog .sidebar {
      width: calc(33.33333333333333% - 85px); } }
  @media (max-width: 1043px) {
    #content-blog .sidebar {
      width: 265px; } }
  @media (max-width: 767px) {
    #content-blog .sidebar {
      width: 100%; } }
  @media (max-width: 269px) {
    #content-blog .sidebar {
      width: 245px; } }

.sidebar h3 {
  font-size: 17px;
  color: gray;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sidebar .line {
  border-bottom: 1px solid #A6BBC8; }

.sidebar .strong,
.sidebar .strong a {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: normal; }

.sidebar .small {
  font-size: 12px; }

.sidebar .align-right {
  text-align: right; }

.sidebar .align-center {
  text-align: center; }

.sidebar .pad {
  padding-top: 10px; }

.sidebar i.tree {
  background: transparent url(images/x.png) no-repeat center center;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle; }

.sidebar .achievement {
  padding-top: 20px;
  border: 1px solid #6E7CA0;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px; }

.sidebar .other-resources {
  padding-bottom: 10px; }

.sidebar .other-resources h3 {
  margin-top: 20px; }

.sidebar .other-resources .check-status {
  color: #C8102E; }

.sidebar .other-resources .list-resourcse li {
  color: #C8102E; }
  .sidebar .other-resources .list-resourcse li a {
    vertical-align: middle;
    color: #C8102E;
    font-family: 'Avalon-Medium';
    font-size: 14px;
    letter-spacing: .04px;
    padding: 11px 0;
    font-weight: 500;
    left: 10px;
    position: relative; }

ul.list-resourcse {
  padding: 0;
  margin: 5px 0 0 17px; }

ul.list-resourcse li {
  list-style-type: disc;
  padding: 0;
  line-height: 20px;
  color: gray; }

ul.list-resourcse li + li {
  margin-top: 0px; }

ul.list-simple {
  padding: 0;
  margin: 15px 0 0 0; }

ul.list-simple li {
  list-style-type: none;
  padding: 0;
  color: gray; }

ul.list-simple li + li {
  margin-top: 4px; }

.clearfix + ul.list-simple {
  margin-top: 20px; }

.sidebar .profile {
  border: 1px solid #A6BBC8; }

.sidebar .profile .profile-edit {
  display: none; }

.sidebar .profile:hover .profile-edit {
  display: block; }

/* Events */
.event h2 {
  border-bottom: 1px solid #A6BBC8;
  margin-bottom: 10px; }

.event h2 a {
  color: #1f1f1f; }

.event h2 a:hover {
  color: #1f1f1f;
  text-decoration: underline; }

.event time {
  float: right;
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #404040; }

.event ul {
  padding-left: 15px; }

.event ul li {
  list-style-type: disc;
  padding-left: 0;
  color: #404040; }

.event ul li strong {
  color: #404040; }

.event .read-more {
  margin-top: 10px; }

.event .edit-link {
  margin-top: 10px;
  display: inline-block; }

.event .entry-meta.eventorganiser-event-meta {
  border-bottom: 1px solid #A6BBC8;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.event h4 + p {
  margin-bottom: 10px; }

.event-registration-form {
  margin-top: 10px; }

.freq-select-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.freq-select-wrapper .row-walk-schedule {
  margin-top: 10px;
  margin-right: -2px; }

.freq-select-wrapper .freq-selection {
  width: 315px; }
  .freq-select-wrapper .freq-selection .padding-zero {
    padding: 0; }
  .freq-select-wrapper .freq-selection .col-sm-3 {
    width: 130px; }
  .freq-select-wrapper .freq-selection .col-sm-9 {
    width: 172px; }

.row-walk-schedule .padding-right-zero {
  padding-right: 0; }

.row-walk-schedule #time-picker &gt; select {
  border-radius: 48px;
  -webkit-appearance: none;
  background: url(/assets/img/arrow_down_bold.png) center no-repeat #fff;
  background-position: calc(100% - 21px);
  width: 80px !important;
  height: 48px !important; }

.popover table.table-basic &gt; tbody &gt; tr &gt; td,
.popover table.table-basic &gt; tbody &gt; tr &gt; th {
  word-wrap: break-word; }

.popover table.table-basic &gt; tbody &gt; tr &gt; td {
  max-width: 130px; }

.privacy-notice,
.privacy-notice p {
  font-size: 12px;
  line-height: 18px;
  color: #8f8f8f;
  margin-bottom: 20px;
  font-family: 'Avalon-Normal', sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #353534; }
  .privacy-notice strong,
  .privacy-notice p strong {
    font-family: 'Avalon-Demi', sans-serif !important; }
  .privacy-notice a,
  .privacy-notice p a {
    text-decoration: underline; }

.privacy-notice p {
  margin-top: 10px; }

body #content-blog p + p {
  margin-top: 10px; }

body .popover {
  max-width: 300px; }

ul + h3.sidebar-h3 {
  margin: 15px 0; }

/* Fitbit */
div.fitbit h2 {
  color: #6E7CA0; }

.fitbit-buttons {
  padding: 3%;
  background-color: #A6BBC8; }

.fitbit-buttons .btn {
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
  float: left;
  border-radius: 3px !important;
  font-weight: bold;
  color: #000; }

.fitbit-buttons .btn:hover {
  color: gray; }

.fitbit-buttons.fitbit-buttons--period .btn {
  width: 24%;
  /*box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1) !important;*/
  background-image: linear-gradient(to bottom, #A6BBC8 0%, #A6BBC8 100%);
  background-repeat: repeat-x;
  border: 1px solid #A6BBC8; }

.fitbit-buttons.fitbit-buttons--period .btn:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1) !important; }

.fitbit-buttons.fitbit-buttons--period .btn + .btn {
  margin-left: 1.33%; }

.fitbit-buttons.fitbit-buttons--date .btn {
  width: 11%;
  border: 1px solid #A6BBC8;
  background-color: #A6BBC8; }

.fitbit-buttons.fitbit-buttons--date .input-group-sm &gt; .input-group-addon {
  background-color: #A6BBC8; }

.fitbit-buttons.fitbit-buttons--date .input-group {
  width: 75%;
  float: left; }

.fitbit-buttons.fitbit-buttons--date .btn + .input-group,
.fitbit-buttons.fitbit-buttons--date .input-group + .btn {
  margin-left: 1.5%; }

.fitbit-buttons.fitbit-buttons--date .input-group-sm &gt; .form-control,
.fitbit-buttons.fitbit-buttons--date .input-group-sm &gt; .input-group-addon {
  border-color: #A6BBC8; }

.fitbit-graph {
  position: relative;
  margin-top: -10px;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: hidden; }

.fitbit-graph .fitbit-graph-steps {
  position: absolute;
  top: 10px;
  font-weight: bold; }

.fitbit-graph .fitbit-graph-marker {
  position: absolute;
  text-align: center;
  top: 25px;
  font-weight: bold; }

.fitbit-graph .fitbit-graph-marker &gt; i {
  font-size: 16px;
  color: #C8102E;
  font-weight: bold; }

.fitbit-graph .fitbit-graph-break-1 {
  left: 60%; }

.fitbit-graph .fitbit-graph-break-2 {
  left: 90%; }

.fitbit-graph .fitbit-graph-line {
  position: absolute;
  text-align: center;
  width: 30px;
  margin-left: -15px;
  top: 41px; }

.fitbit-graph .fitbit-graph-line &gt; div {
  height: 40px;
  width: 1px;
  background-image: linear-gradient(to bottom, #A6BBC8 30%, #b5b5b5 100%);
  background-repeat: repeat-x;
  display: inline-block;
  opacity: 1; }

.fitbit-graph .fitbit-graph-text {
  position: absolute;
  text-align: center;
  width: 60px;
  margin-left: -30px;
  top: 84px;
  color: #9e9e9e; }

.fitbit-graph .fitbit-graph-bar {
  background-color: #A6BBC8;
  background-image: -webkit-linear-gradient(top, #fff 30%, #A6BBC8 100%);
  background-repeat: repeat-x;
  border: 1px solid #A6BBC8;
  border-radius: 5px;
  overflow: hidden; }

.fitbit-graph .fitbit-graph-fill {
  background-color: #D81E05;
  height: 40px;
  background-image: linear-gradient(to bottom, #D81E05 30%, #C8102E 100%);
  background-repeat: repeat-x; }

h1:first-child, h1.block:first-child, h2:first-child, h2.block:first-child, h3:first-child, h3.block:first-child, h4:first-child, h4.block:first-child, h5:first-child, h5.block:first-child {
  margin-top: 0;
  padding-top: 0; }

h1 {
  font-family: 'Avalon-Demi', sans-serif !important; }

h2 {
  font-size: 20px !important;
  line-height: 22px !important; }

h1.post-title + h2 {
  font-size: 40px !important;
  line-height: 48px !important;
  font-family: Avalon-Medium, sans-serif !important; }

#content .description,
#content-blog .description {
  font-size: 16px;
  line-height: 22px; }

form,
form .form-control,
form label,
form select,
form textarea,
form input[type=text],
form input[type=password] {
  font-size: 16px;
  line-height: 22px; }

form .form-control {
  border-radius: 48px;
  height: 48px;
  font-family: 'Avalon-Medium', sans-serif;
  padding: 6px 15px;
  border: 1px solid #ACA39A; }

textarea.form-control {
  padding: 20px 15px; }

/* charts */
.stats-charts .chart {
  width: calc(50% - 10px);
  height: 310px;
  float: left;
  margin-bottom: 20px; }
  .stats-charts .chart:nth-child(2n-1) {
    margin-right: 20px; }
  .stats-charts .chart h2 {
    font-size: 1em;
    height: 35px;
    margin: 0 !important; }
  .stats-charts .chart &gt; div {
    width: 100%;
    height: calc(100% - 35px); }
  .stats-charts .chart svg &gt; rect:first-of-type {
    fill: transparent; }
  .stats-charts .chart #ageStats g g g:nth-child(2) rect {
    border-radius: 4px 4px 0 0;
    padding: 0 2.5px; }
  .stats-charts .chart #genderStats path, .stats-charts .chart #languageStats path {
    stroke: transparent;
    stroke-width: 0; }
  .stats-charts .chart #genderStats text, .stats-charts .chart #languageStats text {
    fill: #1F1E1D;
    font-family: 'Avalon-Medium';
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: capitalize; }

.manage-user-groups, .manage-user-groups li {
  padding-left: 0px;
  list-style-type: none; }

.login-buttons {
  float: left;
  margin-right: 30px; }

/* Facebook Login */
.facebook-login {
  background: #4267B2 !important;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  padding: 11px 15px;
  text-shadow: none;
  cursor: pointer;
  height: 48px;
  border-radius: 48px;
  font-family: Avalon-Demi,sans-serif;
  text-transform: uppercase;
  width: 240px;
  outline: none; }
  @media (max-width: 767px) {
    .facebook-login {
      margin-right: 0;
      float: unset;
      width: 100%; } }

.buttons, button[type="submit"] {
  background: #C8102E;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  padding: 11px 15px;
  text-shadow: none;
  cursor: pointer;
  height: 48px;
  border-radius: 48px;
  font-family: 'Avalon-Demi', sans-serif;
  text-transform: uppercase;
  min-width: 160px;
  outline: none; }
  .buttons.button-prev, button[type="submit"].button-prev {
    background: #fff;
    color: #C8102E; }

._m-b-15 {
  margin-bottom: 15px; }

._m-b-30 {
  margin-bottom: 30px; }

._display-b {
  display: block; }

._button-copy-share {
  cursor: pointer;
  color: #1F1E1D;
  font-size: 16px; }

.facebook-register {
  background: #4267B2 !important;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 11px 15px;
  text-shadow: none;
  cursor: pointer;
  height: 48px;
  border-radius: 48px;
  width: 240px;
  font-family: 'Avalon-Demi', sans-serif;
  text-transform: uppercase; }

.facebook-register[disabled] {
  background: grey !important; }

@media (max-width: 767px) {
  .box-lost-password {
    text-align: center; } }

.lost-password {
  clear: both;
  display: block; }

.space-between {
  display: flex;
  justify-content: space-between;
  padding-top: 30px; }

body .help-toggle .popover {
  max-width: 500px;
  max-height: 300px; }

.help-toggle .popover-content {
  width: 500px;
  max-height: 300px;
  overflow-y: auto; }

input.error, select.error {
  border: 1px solid red; }

.form-group label.error {
  font-size: 12px;
  color: red; }

.colorbox-content .alert-message {
  width: 400px;
  height: 300px; }

.colorbox-content .alert-message span {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.walk-count {
  width: 100%;
  position: absolute;
  vertical-align: middle;
  margin-top: 61px;
  z-index: 999;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-size: 40px;
  line-height: normal;
  font-family: Arial;
  text-align: center;
  color: #6E7CA0;
  padding: 0px;
  -webkit-appearance: none;
  font-family: 'Avalon-Demi';
  font-size: 48px;
  letter-spacing: 0.2px;
  line-height: 52px; }

.walk-count .text {
  font-size: 20px;
  clear: both;
  width: 100%;
  float: left;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1F1E1D;
  font-family: 'Avalon-Bold'; }

#achievement-section {
  position: relative; }

#top-achievements {
  position: relative;
  top: -50px; }

#top-achievements a {
  font-size: 16px;
  color: black;
  text-decoration: underline;
  font-weight: bold; }

#achievement-section .next-tier-walks {
  position: relative;
  top: -40px;
  padding: 0 30px; }

#achievement-section .next-tier-walks, #achievement-section .wtb {
  font-family: 'Avalon-Medium';
  font-size: 14px;
  letter-spacing: 0.04px;
  line-height: 18px;
  color: #1F1E1D; }

#achievement-section .walks-info-strong {
  font-weight: bold;
  font-family: 'Avalon-Demi';
  font-size: 14px;
  letter-spacing: 0.04px;
  line-height: 18px;
  color: #6E7CA0; }

#top-achievements .achievement-tier img {
  width: 50px; }

#top-achievements .achievements-label {
  border: 1px solid #6E7CA0;
  border-radius: 24px;
  width: 160px;
  padding: 7px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px; }
  #top-achievements .achievements-label span {
    color: #1F1E1D;
    font-family: 'Avalon-Medium';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05px;
    font-weight: 500; }
  #top-achievements .achievements-label.default {
    opacity: 0.3; }

.popover-content .achievements {
  padding: 10px 20px;
  text-align: center; }

.popover-content .achievements h3 {
  margin-top: 0;
  font-weight: bold; }

.popover-content .achievements img {
  width: 20px;
  margin: 0 10px; }

#registration-progress-line {
  width: 85%;
  text-align: center;
  margin: 0 auto; }

#registration-progress {
  position: relative;
  width: 100%;
  clear: both;
  height: 50px;
  margin-bottom: 40px;
  margin-top: 45px; }
  #registration-progress .steps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 120px; }

#registration-progress .steps div.page:before {
  content: '';
  font-size: 60px;
  color: #ACA39A;
  left: 0px;
  position: absolute;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 48px;
  border: 1px solid #ACA39A; }

#registration-progress .steps.active div.page:before {
  color: #C8102E;
  border: 2px solid #C8102E; }

#registration-progress .steps div.page span {
  position: absolute;
  color: #ACA39A;
  left: 0px;
  padding: 15px;
  width: 48px;
  text-align: center;
  font-family: 'Avalon-Demi';
  font-size: 20px;
  height: 48px;
  max-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }

#registration-progress .steps.active div.page span {
  color: #C8102E; }

#registration-progress .steps .page-name {
  position: relative;
  text-align: left;
  font-family: 'Avalon-Demi';
  margin-left: 10px;
  font-size: 16px; }

#registration-progress .formStep1 {
  position: absolute;
  left: 0;
  text-align: center; }

#registration-progress .formStep2 {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  text-align: center; }

#registration-progress .formStep1 .page,
#registration-progress .formStep2 .page,
#registration-progress .formStep3 .page {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px; }

#registration-progress .formStep3 {
  position: absolute;
  right: 0; }

.step-nav {
  display: flex;
  flex-direction: row;
  margin: 36px auto; }
  .step-nav .nav-section {
    display: flex;
    flex-direction: row;
    margin-right: 41px; }
    .step-nav .nav-section.active &gt; .step-num {
      font-family: 'Avalon-Demi', sans-serif !important;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: #C8102E;
      border: 2px solid #C8102E !important; }
    .step-nav .nav-section .step-num {
      margin-right: 12px;
      display: block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid #ACA39A;
      background-color: #fff;
      color: #ACA39A;
      line-height: 48px;
      text-align: center;
      font-family: 'Avalon-Demi', sans-serif !important;
      font-weight: 500;
      font-size: 20px;
      letter-spacing: 0.15px; }
    .step-nav .nav-section .step-title {
      height: 48px;
      margin: auto;
      width: 64px;
      word-break: break-word;
      position: relative; }
      .step-nav .nav-section .step-title p {
        font-family: 'Avalon-Demi', sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05px;
        line-height: 22px;
        color: #1F1E1D;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

@media (max-width: 767px) {
  .step-nav-register {
    gap: 20px;
    justify-content: center; } }

@media (max-width: 420px) {
  .step-nav-register {
    gap: 6px; } }

@media (max-width: 767px) {
  .step-nav-register .nav-section {
    flex-direction: column;
    margin-right: 0;
    row-gap: 10px;
    align-items: center; } }

@media (max-width: 767px) {
  .step-nav-register .nav-section .step-num {
    margin-right: 0; } }

@media (max-width: 420px) {
  .step-nav-register .nav-section .step-num {
    width: 35px;
    height: 35px;
    line-height: 35px; } }

@media (max-width: 767px) {
  .step-nav-register .nav-section .step-title {
    text-align: center; } }

@media (max-width: 420px) {
  .step-nav-register .nav-section .step-title {
    width: 61px; } }

.form-field .form-group {
  margin-bottom: 30px; }

.form-field p.sub-description {
  padding-top: 12px; }

.form-group label {
  margin-bottom: 12px !important; }

.form-group input[type="radio"] {
  margin: 1px 0 0 -20px !important; }

form .form-step-section.active {
  display: block; }

.step1 select {
  border-radius: 10px;
  margin-bottom: 12px; }

#step2 select, #step3 select, #step4 select {
  border-radius: 48px;
  -webkit-appearance: none;
  background: url(/assets/img/arrow_down_bold.png) center no-repeat #fff;
  background-position: calc(100% - 21px); }

#step3 .radio-inline.radio-label {
  margin-top: 10px; }

#step4 select {
  width: 80px !important;
  height: 48px; }

#step4 .form-step-section {
  width: 120%; }

#step4 .form-field {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: calc(100% + 10px); }
  #step4 .form-field .row-walk-schedule {
    width: 315px;
    margin-right: 5px;
    margin-top: 6px;
    margin-bottom: 6px; }
    #step4 .form-field .row-walk-schedule .row {
      margin: 0 auto; }
    #step4 .form-field .row-walk-schedule .checkbox-wrapper label:after {
      top: 20px; }
    #step4 .form-field .row-walk-schedule .title {
      color: #1F1E1D;
      font-family: 'Avalon-Demi', sans-serif !important;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 0.1px; }
  #step4 .form-field .margin-zero {
    margin: 0; }
  #step4 .form-field .padding-right-zero {
    padding-right: 0; }
  #step4 .form-field .padding-zero {
    padding: 0; }
  #step4 .form-field .col-sm-3 {
    width: 140px; }
  #step4 .form-field .col-sm-9 {
    width: 172px; }
  #step4 .form-field .is-terms-accepted p, #step4 .form-field .is-terms-accepted ul li {
    margin: auto 5px auto 0;
    color: #1F1E1D;
    font-family: Avalon-Medium, sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1px; }
  #step4 .form-field .is-terms-accepted .registration-intro {
    padding: 0 15px; }

#step4 .checkbox-wrapper {
  margin: 13px auto; }
  #step4 .checkbox-wrapper label {
    margin: auto 5px auto 0;
    color: #1F1E1D;
    font-family: 'Avalon-Medium', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1px; }
    #step4 .checkbox-wrapper label.error {
      color: #C8102E;
      font-size: 12px; }
  #step4 .checkbox-wrapper.has-list-of-term .form-group {
    margin-bottom: 0; }
  #step4 .checkbox-wrapper label.checkbox-inline {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 4px; }
  #step4 .checkbox-wrapper input[type="checkbox"] {
    visibility: hidden; }
  #step4 .checkbox-wrapper input[type="checkbox"]:checked + label {
    background-color: transparent; }
  #step4 .checkbox-wrapper input[type="checkbox"]:checked + label:after {
    opacity: 1; }

#step5 .checkbox label:not([class=checkbox-label]):after, #term-accepted .checkbox label:not([class=checkbox-label]):after, #privacy-accepted .checkbox label:not([class=checkbox-label]):after {
  left: 15px;
  top: 17px; }

.group-register #step4 .form-field {
  width: calc(70% + 10px); }

/*.form-group {

	label.radio-inline {
		position: relative;

		&amp;::before {
			position: absolute;
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background: white;
			border: 2px solid grey;
			top:0;
			left: 0;
			content: '';
		}

		input[type="radio"] {
			opacity: 1;
			display: block;
		}

	}

}*/
.radio-inline-block.radio-wrapper {
  margin: 10px auto 29px auto; }
  .radio-inline-block.radio-wrapper .form-group {
    margin-bottom: 0 !important; }
  .radio-inline-block.radio-wrapper label.radio-inline.radio-butt-wrapper:after {
    border: 2px solid #D81E05;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    opacity: 0;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
    top: 3px;
    margin-left: -15px; }
  .radio-inline-block.radio-wrapper label.radio-inline input {
    width: 20px;
    height: 20px; }
  .radio-inline-block.radio-wrapper label.checkbox-label {
    margin-left: 30px;
    margin-top: 4px; }
  .radio-inline-block.radio-wrapper label.radio-inline.radio-butt-wrapper {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 4px;
    position: relative; }
  .radio-inline-block.radio-wrapper label.radio-inline.radio-label {
    padding-left: 20px; }
    .radio-inline-block.radio-wrapper label.radio-inline.radio-label:after {
      display: none; }
  .radio-inline-block.radio-wrapper label.checked:after {
    opacity: 1 !important; }
  .radio-inline-block.radio-wrapper input[type="radio"] {
    visibility: hidden; }

.checkbox-wrapper {
  margin: 10px auto 29px auto; }
  .checkbox-wrapper .form-group.form-group-list {
    width: 30px;
    display: inline-block;
    position: absolute; }
    .checkbox-wrapper .form-group.form-group-list label.checkbox-inline {
      margin-top: 0px; }
      .checkbox-wrapper .form-group.form-group-list label.checkbox-inline:after {
        top: 6px;
        left: 6px; }
  .checkbox-wrapper label.checkbox-label {
    margin-left: 30px;
    margin-top: 4px; }
  .checkbox-wrapper label.checkbox-inline {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 4px; }
    .checkbox-wrapper label.checkbox-inline .checkbox-label,
    .checkbox-wrapper label.checkbox-inline .label-remember-me {
      width: 200px;
      padding-left: 5px; }
      .checkbox-wrapper label.checkbox-inline .checkbox-label:after,
      .checkbox-wrapper label.checkbox-inline .label-remember-me:after {
        display: none; }
  .checkbox-wrapper label.checkbox-inline {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 4px; }
    .checkbox-wrapper label.checkbox-inline .checkbox-label,
    .checkbox-wrapper label.checkbox-inline .label-remember-me {
      width: 200px;
      padding-left: 5px; }
      .checkbox-wrapper label.checkbox-inline .checkbox-label:after,
      .checkbox-wrapper label.checkbox-inline .label-remember-me:after {
        display: none; }
  .checkbox-wrapper .checkbox label:not([class=checkbox-label]):after {
    left: 15px;
    top: 20px; }
  .checkbox-wrapper .checkbox label::before {
    content: "";
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px; }
    .checkbox-wrapper .checkbox label::before .checkbox-label,
    .checkbox-wrapper .checkbox label::before .label-remember-me {
      width: 200px;
      padding-left: 5px; }
      .checkbox-wrapper .checkbox label::before .checkbox-label:after,
      .checkbox-wrapper .checkbox label::before .label-remember-me:after {
        display: none; }
  .checkbox-wrapper .checkbox.checked label:after {
    opacity: 1 !important; }
  .checkbox-wrapper label:not([class=checkbox-label]):after {
    border: 2px solid #D81E05;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 21px;
    opacity: 0;
    position: absolute;
    top: 17px;
    transform: rotate(-45deg);
    width: 10px; }
  .checkbox-wrapper label.checked:after {
    opacity: 1; }
  .checkbox-wrapper input[type="checkbox"] {
    visibility: hidden; }
  .checkbox-wrapper input[type="checkbox"]:checked + label {
    background-color: transparent; }
  .checkbox-wrapper input[type="checkbox"]:checked + input[type="checkbox"]:after {
    opacity: 1; }

#select-local-coordinators .form-group select {
  background: transparent; }

.btn-main {
  border-radius: 24px !important;
  height: 48px;
  width: 160px;
  vertical-align: middle;
  text-align: center;
  background-color: #C8102E;
  color: #fff;
  font-family: 'Avalon-Demi';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25px;
  font-weight: 400;
  outline: none; }

.popover-content {
  min-height: 40px;
  min-width: 160px; }

.group-name {
  font-family: 'Avalon-Medium';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.25px;
  font-weight: 400; }

.no-margin {
  margin: 0; }

.radio-inline-block .radio-inline-wrapper {
  display: inline-block; }
  .radio-inline-block .radio-inline-wrapper .radio-inline.radio-butt-wrapper {
    margin-right: 0 !important; }
  .radio-inline-block .radio-inline-wrapper .radio-inline.radio-label {
    padding: 2px 15px 0; }

label.title.day {
  width: 115px; }

.float-right {
  float: right; }

.lost-password {
  font-family: 'Avalon-Medium';
  margin: 10px auto 29px; }

.div-image-content-thumbnail, .div-group-image-content-thumbnail {
  margin-bottom: 20px; }
  .div-image-content-thumbnail .form-group, .div-group-image-content-thumbnail .form-group {
    margin-bottom: 0; }
  .div-image-content-thumbnail input, .div-group-image-content-thumbnail input {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0; }
  .div-image-content-thumbnail .button-walking-group, .div-group-image-content-thumbnail .button-walking-group {
    padding: 13px 45px 12px;
    color: #000;
    background-color: #D9D9D9;
    border-radius: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    height: 48px;
    display: block;
    text-align: center;
    width: 25.1vw;
    max-width: 362px;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: all; }
    @media (max-width: 767px) {
      .div-image-content-thumbnail .button-walking-group, .div-group-image-content-thumbnail .button-walking-group {
        width: 100%; } }
    .div-image-content-thumbnail .button-walking-group:hover, .div-group-image-content-thumbnail .button-walking-group:hover {
      background-color: #80808040; }

.image-thumbnail {
  margin-bottom: 25px;
  width: 26.3vw;
  height: 16.6vw;
  object-fit: cover;
  max-width: 380px;
  max-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 20px; }
  .image-thumbnail.empty-image {
    height: 0;
    margin: 0; }

.div-image-content-thumbnail label {
  display: none; }

.div-group-image-content-thumbnail label {
  display: none; }

.note-upload {
  margin-bottom: 20px; }

.label-gr-profile {
  margin-bottom: 12px; }

#hf_walkingbundle_walking_group_non_virtual_registration_walkingGroupNonVirtual_walkingGroup {
  display: none; }

.note-upload {
  position: relative; }
  .note-upload p {
    margin: 0 !important; }
  .note-upload .hover-img {
    text-decoration: underline;
    cursor: pointer;
    position: relative; }
    .note-upload .hover-img:hover .default-img {
      opacity: 1; }
  .note-upload .default-img {
    width: 26.3vw;
    height: 16.6vw;
    object-fit: cover;
    max-width: 380px;
    max-height: 240px;
    border-radius: 20px;
    position: absolute;
    bottom: 100%;
    left: 20%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-out; }

.error-input-description.err-length {
  color: red; }

.row-group-description ul.errors {
  display: none; }

@media (max-width: 991px) {
  #header {
    display: none; } }

.header-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  z-index: 9999; }
  @media (min-width: 992px) {
    .header-mobile {
      display: none; } }
  @media (min-width: 992px) {
    .header-mobile.active {
      display: none; } }
  .header-mobile.active .icon-menu .line {
    background-color: transparent; }
    .header-mobile.active .icon-menu .line:before {
      transform: rotate(45deg);
      top: 0; }
    .header-mobile.active .icon-menu .line:after {
      transform: rotate(-45deg);
      top: 0; }
  .header-mobile .logo img {
    object-fit: contain;
    width: 140px; }
  .header-mobile .icon-menu {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 8px 0; }
    .header-mobile .icon-menu .line {
      position: relative;
      height: 2px;
      width: 22px;
      background-color: #000000;
      display: block;
      border-radius: 1px; }
      .header-mobile .icon-menu .line:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        transition: rotate .3s ease .35s, transform .3s ease 50ms, -webkit-transform .3s ease 50ms, -o-transform .3s ease 50ms; }
      .header-mobile .icon-menu .line:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        transition: rotate .3s ease .35s, transform .3s ease 50ms, -webkit-transform .3s ease 50ms, -o-transform .3s ease 50ms; }

.nav-primary-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 101vh;
  overflow: hidden;
  background-color: #eceae9;
  z-index: 9998;
  opacity: 0;
  transition: all 0.4s linear; }
  @media (min-width: 992px) {
    .nav-primary-mobile {
      display: none; } }
  .nav-primary-mobile.active {
    right: 0;
    opacity: 1; }
  .nav-primary-mobile .navwrap {
    width: 100%;
    height: 100%;
    padding: 25vh 20px 20px;
    position: relative; }
    .nav-primary-mobile .navwrap ul {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0; }
      .nav-primary-mobile .navwrap ul li {
        width: 100%; }
        .nav-primary-mobile .navwrap ul li a {
          color: #000000;
          transition: 0.3s all ease-in-out; }
          .nav-primary-mobile .navwrap ul li a:hover {
            color: #D81E05; }
        .nav-primary-mobile .navwrap ul li.login a {
          padding: 8px 25px;
          background-color: #c8102e;
          border-radius: 25px;
          text-decoration: none !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-out;
          display: inline;
          outline: unset;
          will-change: transform;
          font-size: 1.01em;
          color: #ffffff;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .nav-primary-mobile .navwrap ul li.login a:hover {
            color: #ffffff; }

.no-scroll {
  overflow: hidden; }
</pre></body></html>