/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 59, ../sass/normalize/_normalize-mixin.scss */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  font-family: "Montserrat", Montserrat", sans-serif;
  /* 1 */
  font-size: 81.25%;
  line-height: 1.84615em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 83, ../sass/normalize/_normalize-mixin.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 91, ../sass/normalize/_normalize-mixin.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 105, ../sass/normalize/_normalize-mixin.scss */
h1 {
  font-size: 2em;
  line-height: 1.84615em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.92308em 0;
}

/* line 121, ../sass/normalize/_normalize-mixin.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.23077em;
  margin: 1.23077em 0;
}

/* line 127, ../sass/normalize/_normalize-mixin.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.57791em;
  margin: 1.25em 0;
}

/* line 133, ../sass/normalize/_normalize-mixin.scss */
h4 {
  font-size: 1em;
  line-height: 1.84615em;
  margin: 1em 0;
}

/* line 139, ../sass/normalize/_normalize-mixin.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.22428em;
  margin: 1em 0;
}

/* line 145, ../sass/normalize/_normalize-mixin.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.75545em;
  margin: 1em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 162, ../sass/normalize/_normalize-mixin.scss */
blockquote {
  margin: 1.84615em 40px;
}

/* line 166, ../sass/normalize/_normalize-mixin.scss */
dl,
ol,
ul {
  margin: 1.84615em 0;
}

/**
 * Turn off margins on nested lists.
 */
/* line 178, ../sass/normalize/_normalize-mixin.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/* line 184, ../sass/normalize/_normalize-mixin.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 188, ../sass/normalize/_normalize-mixin.scss */
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 198, ../sass/normalize/_normalize-mixin.scss */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 207, ../sass/normalize/_normalize-mixin.scss */
figure {
  margin: 1.84615em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 221, ../sass/normalize/_normalize-mixin.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
/* line 231, ../sass/normalize/_normalize-mixin.scss */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 240, ../sass/normalize/_normalize-mixin.scss */
p,
pre {
  margin: 0 0 1.25em 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 251, ../sass/normalize/_normalize-mixin.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 266, ../sass/normalize/_normalize-mixin.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 276, ../sass/normalize/_normalize-mixin.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 291, ../sass/normalize/_normalize-mixin.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 301, ../sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 310, ../sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 320, ../sass/normalize/_normalize-mixin.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 331, ../sass/normalize/_normalize-mixin.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 339, ../sass/normalize/_normalize-mixin.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 348, ../sass/normalize/_normalize-mixin.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 357, ../sass/normalize/_normalize-mixin.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 365, ../sass/normalize/_normalize-mixin.scss */
sub {
  bottom: -0.25em;
}

/* line 369, ../sass/normalize/_normalize-mixin.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 382, ../sass/normalize/_normalize-mixin.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 391, ../sass/normalize/_normalize-mixin.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 400, ../sass/normalize/_normalize-mixin.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 408, ../sass/normalize/_normalize-mixin.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 422, ../sass/normalize/_normalize-mixin.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.84615em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
/* line 442, ../sass/normalize/_normalize-mixin.scss */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 451, ../sass/normalize/_normalize-mixin.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 462, ../sass/normalize/_normalize-mixin.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 469, ../sass/normalize/_normalize-mixin.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
/* line 478, ../sass/normalize/_normalize-mixin.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* line 487, ../sass/normalize/_normalize-mixin.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
/* line 496, ../sass/normalize/_normalize-mixin.scss */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 505, ../sass/normalize/_normalize-mixin.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 515, ../sass/normalize/_normalize-mixin.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 525, ../sass/normalize/_normalize-mixin.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
/* line 533, ../sass/normalize/_normalize-mixin.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 544, ../sass/normalize/_normalize-mixin.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 553, ../sass/normalize/_normalize-mixin.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 566, ../sass/normalize/_normalize-mixin.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 580, ../sass/normalize/_normalize-mixin.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 589, ../sass/normalize/_normalize-mixin.scss */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
/* line 602, ../sass/normalize/_normalize-mixin.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 610, ../sass/normalize/_normalize-mixin.scss */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
/* line 618, ../sass/normalize/_normalize-mixin.scss */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.84615em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}
/* line 634, ../sass/normalize/_normalize-mixin.scss */
menu menu, ol menu, ul menu {
  margin: 0;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 651, ../sass/normalize/_normalize-mixin.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 659, ../sass/normalize/_normalize-mixin.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 672, ../sass/normalize/_normalize-mixin.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/layouts/_responsive.scss */
.main-content {
  max-width: 1360px;
  margin: 20px auto;
  min-height: 550px;
}

/**
 * Generic Components
*/
/* line 7, ../sass/components/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../sass/components/_base.scss */
body {
  color: #626262;
  background: #f5f5f5;
  font-family: "Montserrat", sans-serif;
}

/* line 15, ../sass/components/_base.scss */
a {
  color: #000000;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  text-decoration: none;
  outline: 0;
}

/* line 21, ../sass/components/_base.scss */
a:focus, a:hover, a:active {
  color: #0693e3;
}

/* line 25, ../sass/components/_base.scss */
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 31, ../sass/components/_base.scss */
h1 {
  margin-top: 0;
}

/* line 34, ../sass/components/_base.scss */
ol, ul {
  padding-left: 15px;
}

/* line 37, ../sass/components/_base.scss */
dt {
  font-weight: 600;
  margin: 10px 0 0;
}
/* line 40, ../sass/components/_base.scss */
dt:first-child {
  margin-top: 0;
}

/* line 44, ../sass/components/_base.scss */
dd {
  margin-left: 0;
}

/* line 47, ../sass/components/_base.scss */
.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 55, ../sass/components/_base.scss */
.container-layout-1 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1480px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Breadcrumb
*/
/* line 67, ../sass/components/_base.scss */
.breadcrumb {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.846em;
}
/* line 71, ../sass/components/_base.scss */
.breadcrumb ol {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 10px;
}
/* line 75, ../sass/components/_base.scss */
.breadcrumb ol li {
  display: inline;
  padding: 0 5px 0 0;
}
/* line 79, ../sass/components/_base.scss */
.breadcrumb ol li a:before {
  content: '\f101';
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  position: relative;
  right: 5px;
}
/* line 88, ../sass/components/_base.scss */
.breadcrumb ol li:first-child a:before {
  display: none;
}

/**
 Tabs
*/
/* line 100, ../sass/components/_base.scss */
.tabs {
  margin: 0 0 15px;
}
/* line 102, ../sass/components/_base.scss */
.tabs ul {
  border-bottom: 1px solid #ccc;
  white-space: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 108, ../sass/components/_base.scss */
.tabs ul li {
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 112, ../sass/components/_base.scss */
.tabs ul li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: none;
  border: 0;
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
/* line 121, ../sass/components/_base.scss */
.tabs ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  height: 0;
  background: #424a5d;
  width: 100%;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 134, ../sass/components/_base.scss */
.tabs ul li a.is-active:before, .tabs ul li a a:hover:before {
  height: 3px;
  color: #626262;
}
/* line 141, ../sass/components/_base.scss */
.tabs ul {
  margin: 10px 0 0;
}
/* line 143, ../sass/components/_base.scss */
.tabs ul li a {
  padding: 8px 20px;
  font-size: 1rem;
}

/**
 * site logo
*/
/* line 155, ../sass/components/_base.scss */
.site-logo {
  padding: 12px 0;
}
/* line 157, ../sass/components/_base.scss */
.site-logo .site-branding__logo, .site-logo .site-branding__text {
  display: inline-block;
  vertical-align: middle;
}
/* line 161, ../sass/components/_base.scss */
.site-logo .site-branding__name a {
  font-size: 1.4em;
  font-family: "Open Sans", sans-serif;
  padding-left: 10px;
}

/**
 * Pager
*/
/* line 172, ../sass/components/_base.scss */
.pager {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  list-style: none outside none;
  text-transform: uppercase;
}
/* line 178, ../sass/components/_base.scss */
.pager li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/**
 * Action Links
*/
/* line 187, ../sass/components/_base.scss */
.action-links {
  margin: 0;
  padding: 12px 0;
  list-style: none outside none;
}
/* line 191, ../sass/components/_base.scss */
.action-links li {
  display: inline;
  margin: 0 3px 0 0;
}

/* line 197, ../sass/components/_base.scss */
.action-links a, .compact-link a {
  background: #000000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 0 10px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
}

/* line 210, ../sass/components/_base.scss */
.title-wrapper h1.title {
  float: left;
  margin-bottom: 10px;
}
/* line 214, ../sass/components/_base.scss */
.title-wrapper .action-links {
  float: left;
  padding-left: 20px;
}

/* line 219, ../sass/components/_base.scss */
.ctools-button {
  background: #fff;
}
/* line 221, ../sass/components/_base.scss */
.ctools-button ul {
  margin: 0;
  padding: 0;
}

/* line 226, ../sass/components/_base.scss */
ul.links {
  padding-left: 0;
}
/* line 228, ../sass/components/_base.scss */
ul.links li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  list-style: none outside none;
}

/**
 * Blocks
*/
/* line 238, ../sass/components/_base.scss */
.block > h2, .block .block-title {
  margin-top: 0;
}

/**
 * dropbutton toggle
*/
/* line 245, ../sass/components/_base.scss */
.dropbutton-toggle button:hover, .dropbutton-toggle button:focus {
  background: transparent;
}

/* line 248, ../sass/components/_base.scss */
.dropbutton-toggle button {
  color: #888;
}

/**
 * edit summary links
*/
/* line 256, ../sass/components/_base.scss */
.link-edit-summary {
  background: transparent;
  min-width: auto;
  color: #000000;
  border: none;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  height: auto;
}
/* line 267, ../sass/components/_base.scss */
.link-edit-summary:hover {
  background: transparent;
  color: #0693e3;
}

/**
 * contextual links
*/
/* line 278, ../sass/components/_base.scss */
.contextual .trigger {
  min-width: auto;
  border-radius: 5px;
}
/* line 282, ../sass/components/_base.scss */
.contextual.open .trigger {
  border-radius: 5px 5px 0 0;
}

/**
 * actions block
*/
/* line 292, ../sass/components/_base.scss */
.block-local-actions-block nav {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}

/**
 * messages
*/
/* line 302, ../sass/components/_base.scss */
.messages__wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin: 0 0 20px;
  padding: 0 0 5px 8px;
}

/* line 308, ../sass/components/_base.scss */
.messages {
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 315, ../sass/components/_base.scss */
.messages--error, .messages--status, .messages--warning {
  background: #fcf4f2;
  color: #a51b00;
  box-shadow: -8px 0 0 #e62600;
  border-color: #f9c9bf;
  position: relative;
  margin: 0 8px 20px;
}
/* line 322, ../sass/components/_base.scss */
.messages--error:before, .messages--status:before, .messages--warning:before {
  content: '\f057';
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}

/* line 332, ../sass/components/_base.scss */
.messages--status {
  color: #325e1c;
  background: #f3faef;
  border-color: #c9e1bd;
  box-shadow: -8px 0 0 #77b259;
}
/* line 337, ../sass/components/_base.scss */
.messages--status:before {
  content: '\f00c';
}

/* line 341, ../sass/components/_base.scss */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
}
/* line 346, ../sass/components/_base.scss */
.messages--warning:before {
  content: '\f071';
}

/**
* Pager
**/
/* line 354, ../sass/components/_base.scss */
.pager {
  margin: 0;
}
/* line 356, ../sass/components/_base.scss */
.pager .pager__items {
  margin: 0;
  padding: 0;
}
/* line 359, ../sass/components/_base.scss */
.pager .pager__items li {
  padding: 0;
}
/* line 361, ../sass/components/_base.scss */
.pager .pager__items li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 0.850em;
  font-weight: 600;
}

/**
* generic Style
**/
/* line 374, ../sass/components/_base.scss */
.field--name-body ul, .field--name-body ol {
  padding-left: 50px;
}
/* line 376, ../sass/components/_base.scss */

/**
* blockquote
**/
/* line 387, ../sass/components/_base.scss */
blockquote {
  margin: 0 80px;
  padding: 0;
  border: none;
  position: relative;
  font-size: 1.8em;
  font-weight: 600;
}
/* line 394, ../sass/components/_base.scss */
blockquote p {
  line-height: 40px !important;
}
/* line 397, ../sass/components/_base.scss */
blockquote:before {
  content: '\f10d';
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  display: block;
  position: absolute;
  left: -50px;
  color: #000;
}

@media only screen and (min-width: 64em) {
  /* line 410, ../sass/components/_base.scss */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1, ../sass/components/_table.scss */
.table-wrapper {
  width: 100%;
  overflow: auto;
}

/* line 5, ../sass/components/_table.scss */
table {
  width: 100%;
  margin: 5px 0 20px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
/* line 10, ../sass/components/_table.scss */
table thead tr th {
  background: #fff;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 10px 8px;
  color: #000;
  text-align: left;
}
/* line 19, ../sass/components/_table.scss */
table thead tr th a {
  color: #000;
}
/* line 22, ../sass/components/_table.scss */
table thead tr th.active a, table thead tr th a:active {
  color: #2c2c2c;
}
/* line 25, ../sass/components/_table.scss */
table thead tr th img {
  margin-left: 10px;
}
/* line 30, ../sass/components/_table.scss */
table tbody tr td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 12px 8px;
  background: #fff;
}
/* line 35, ../sass/components/_table.scss */
table tbody tr td .form-item {
  margin-bottom: 10px;
}
/* line 38, ../sass/components/_table.scss */
table tbody tr td ul {
  margin: 0;
  list-style-type: none;
}
/* line 43, ../sass/components/_table.scss */
table tbody tr.odd td {
  background: #f0f0f0;
}
/* line 46, ../sass/components/_table.scss */
table tbody tr:hover td {
  background: #daeffd;
}

/* line 51, ../sass/components/_table.scss */
table.sticky-header {
  z-index: 2;
}

/* line 54, ../sass/components/_table.scss */
a.tabledrag-handle .handle {
  height: 20px;
  width: 20px;
  background-position: 0 5px;
}

/* line 59, ../sass/components/_table.scss */
a.tabledrag-handle-hover .handle {
  background-position: 0 -15px;
}

/* line 62, ../sass/components/_table.scss */
.tabledrag-toggle-weight-wrapper {
  float: right;
  font-size: 11px;
  margin-bottom: -30px;
  height: 20px;
  padding: 5px;
}
/* line 68, ../sass/components/_table.scss */
.tabledrag-toggle-weight-wrapper a {
  display: block;
  height: 16px;
  width: 16px;
  padding: 2px;
  color: transparent;
  background: #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
/* line 77, ../sass/components/_table.scss */
.tabledrag-toggle-weight-wrapper a:before {
  content: '\f047';
  font: normal normal normal 14px/12px FontAwesome;
  color: #fff;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  position: absolute;
  left: 2px;
  top: 2px;
}

/* line 92, ../sass/components/_table.scss */
.draggable a.tabledrag-handle {
  margin: 5px -.5em 0 0;
}

/* line 95, ../sass/components/_table.scss */
.field-ui-overview .field-plugin-settings-edit {
  min-width: auto;
  background: transparent;
}
/* line 98, ../sass/components/_table.scss */
.field-ui-overview .field-plugin-settings-edit:hover {
  background: transparent;
  border: none;
}

/* line 1, ../sass/components/_check-radio.scss */
.js-form-type-checkbox, .js-form-type-radio {
  position: relative;
}
/* line 3, ../sass/components/_check-radio.scss */
.js-form-type-checkbox input + label, .js-form-type-radio input + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
/* line 7, ../sass/components/_check-radio.scss */
.js-form-type-checkbox input + label:before, .js-form-type-radio input + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 1px;
  top: 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  transition-property: border;
}
/* line 21, ../sass/components/_check-radio.scss */
.js-form-type-checkbox input + label:after, .js-form-type-radio input + label:after {
  display: inline-block;
  position: absolute;
}
/* line 26, ../sass/components/_check-radio.scss */
.js-form-type-checkbox > input[type="checkbox"]:checked + label:before, .js-form-type-checkbox > input[type="radio"]:checked + label:before, .js-form-type-radio > input[type="checkbox"]:checked + label:before, .js-form-type-radio > input[type="radio"]:checked + label:before {
  background-color: #000000;
  border-color: #000000;
}

/* line 33, ../sass/components/_check-radio.scss */
.js-form-type-checkbox input + label:after {
  width: 16px;
  height: 16px;
  left: 1px;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #fff;
}
/* line 44, ../sass/components/_check-radio.scss */
.js-form-type-checkbox > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -999;
}
/* line 48, ../sass/components/_check-radio.scss */
.js-form-type-checkbox > input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
/* line 52, ../sass/components/_check-radio.scss */
.js-form-type-checkbox > input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
/* line 54, ../sass/components/_check-radio.scss */
.js-form-type-checkbox > input[type="checkbox"]:disabled + label:before {
  cursor: not-allowed;
}

/* line 62, ../sass/components/_check-radio.scss */
.js-form-type-radio input + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 65, ../sass/components/_check-radio.scss */
.js-form-type-radio input + label:after {
  content: " ";
  width: 11px;
  height: 11px;
  left: 4px;
  top: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition-timing-function: cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transition-timing-function: cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition-timing-function: cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
/* line 79, ../sass/components/_check-radio.scss */
.js-form-type-radio > input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -999;
}
/* line 83, ../sass/components/_check-radio.scss */
.js-form-type-radio > input[type="radio"]:checked + label:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 86, ../sass/components/_check-radio.scss */
.js-form-type-radio > input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 88, ../sass/components/_check-radio.scss */
.js-form-type-radio > input[type="radio"]:disabled + label:before {
  cursor: not-allowed;
}

/* line 94, ../sass/components/_check-radio.scss */
.js-form-type-checkbox > input[type="checkbox"]:last-child, .js-form-type-radio > input[type="radio"]:last-child, .js-form-type-checkbox label + input[type="checkbox"], .js-form-type-radio label + input[type="radio"] {
  opacity: 1;
  position: static;
}

/**
 * Form Fields
*/
/* line 4, ../sass/components/_forms.scss */
input[type="text"], input.form-text, select, textarea, input[type="email"] {
  border: 1px solid #ccc;
  background: #fff;
  color: #2c2c2c;
  height: 35px;
  padding: 6px 12px;
  font-size: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  max-width: 100%;
  vertical-align: middle;
}
/* line 14, ../sass/components/_forms.scss */
input[type="text"]:focus, input.form-text:focus, select:focus, textarea:focus, input[type="email"]:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0 !important;
  background: #f0f0f0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 21, ../sass/components/_forms.scss */
textarea, select[multiple="multiple"] {
  height: auto;
  padding: 5px;
}

/* line 25, ../sass/components/_forms.scss */
button, .form-submit, .button, input[type="button"] {
  background: #000000;
  border: 1px solid #000000;
  -moz-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s !important 0s;
  -o-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s !important 0s;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, opacity 0.2s !important;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s !important 0s;
  color: #f5f5f5;
  min-width: 120px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 12px;
  white-space: nowrap;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  line-height: 20px;
  text-align: center;
}
/* line 41, ../sass/components/_forms.scss */
button:hover, .form-submit:hover, .button:hover, input[type="button"]:hover {
  background: #0693e3;
  border-color: #0693e3;
}

/* line 46, ../sass/components/_forms.scss */
a.button {
  color: #f5f5f5;
}

/* line 49, ../sass/components/_forms.scss */
details {
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 20px;
  padding: 35px 5px 20px;
  position: relative;
}
/* line 55, ../sass/components/_forms.scss */
details summary {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  cursor: pointer;
}
/* line 65, ../sass/components/_forms.scss */
details .form-item {
  padding: 0;
  margin: 0;
}

/* line 70, ../sass/components/_forms.scss */
.form-item {
  margin: 0 0 20px;
  position: relative;
}
/* line 73, ../sass/components/_forms.scss */
.form-item .description {
  position: absolute;
  width: 260px;
  padding: 10px;
  border: 1px solid #dee0f9;
  background: #dee0f9;
  color: #000;
  right: 0px;
  bottom: 100%;
  display: none;
  margin-bottom: -10px;
  z-index: 3;
}
/* line 85, ../sass/components/_forms.scss */
.form-item .description:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #dee0f9;
  position: absolute;
  top: 100%;
  left: 20px;
}
/* line 98, ../sass/components/_forms.scss */
.form-item:hover > .description {
  display: block;
}

/* line 102, ../sass/components/_forms.scss */
.container-inline-date .form-item .description {
  width: 150px;
}

/* line 105, ../sass/components/_forms.scss */
.description {
  font-size: 0.846em;
  line-height: 1.5;
  margin-top: 5px;
}

/* line 110, ../sass/components/_forms.scss */
.form-item label.option {
  text-transform: none;
  font-weight: 400;
}

/* line 114, ../sass/components/_forms.scss */
.form-type-radios .form-type-radio, .form-type-checkboxes .form-type-checkbox {
  margin-bottom: 8px;
}

/* line 117, ../sass/components/_forms.scss */
input.fluid {
  width: 100%;
}

/* line 120, ../sass/components/_forms.scss */
html.js fieldset.collapsed {
  border-width: 1px;
}

/* line 123, ../sass/components/_forms.scss */
.tips {
  padding-left: 15px;
}

/* line 126, ../sass/components/_forms.scss */
.filter-guidelines-item > h3:first-child {
  margin-bottom: 5px;
}

/* line 129, ../sass/components/_forms.scss */
.form-item label {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 3px 0;
  display: block;
}

/**
 * Date Field
*/
/* line 142, ../sass/components/_forms.scss */
.container-inline-date {
  display: inline;
}
/* line 144, ../sass/components/_forms.scss */
.container-inline-date .date-padding {
  float: none;
  display: inline-block;
  padding: 0;
}
/* line 148, ../sass/components/_forms.scss */
.container-inline-date .date-padding label {
  display: block;
}
/* line 152, ../sass/components/_forms.scss */
.container-inline-date .form-item .form-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/**
 * Date picker
*/
/* line 163, ../sass/components/_forms.scss */
#ui-datepicker-div {
  padding: 16px 25px;
  -moz-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  min-width: 200px;
  width: auto;
}

/* line 172, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: 0;
  margin: 0 0 10px;
}
/* line 177, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  left: 0;
  top: 3px;
  background: none;
  border: 0;
  cursor: pointer;
  width: 20px;
  height: 28px;
}
/* line 185, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: '\f104';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  color: #000000;
  height: 16px;
  margin: 5px 6px;
}
/* line 198, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}
/* line 202, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0;
}
/* line 205, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-next:before {
  content: '\f105';
}
/* line 209, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 25px;
}
/* line 211, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-title select {
  padding: 4px;
  height: auto;
  min-height: 0;
  margin: 0;
}
/* line 218, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
/* line 220, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  font-size: 11px;
  padding: 0;
  background: none;
}
/* line 226, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-calendar th {
  color: #000000;
}
/* line 229, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: 0;
  background: none;
  padding: 0;
  width: 26px;
  margin: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
/* line 237, ../sass/components/_forms.scss */
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #ccc;
}

/**
 * Dependent dropdown
*/
/* line 247, ../sass/components/_forms.scss */
.dependent-options {
  overflow: visible !important;
}

/* line 251, ../sass/components/_forms.scss */
.js input.form-autocomplete.ui-autocomplete-loading {
  background-repeat: no-repeat;
}
/* line 256, ../sass/components/_forms.scss */
.js .dropbutton-wrapper.open .dropbutton-widget {
  background: #f5f5f5;
  padding: 5px 25px 5px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 260, ../sass/components/_forms.scss */
.js .dropbutton-wrapper.open .dropbutton-widget a {
  font-size: 1em;
}
/* line 263, ../sass/components/_forms.scss */
.js .dropbutton-wrapper.open .dropbutton-widget input {
  color: #000000;
}
/* line 269, ../sass/components/_forms.scss */
.js .dropbutton-toggle button {
  color: #000000;
}

/* line 1, ../sass/components/_header.scss */
#header {
  width: 100%;
  z-index: 10;
  background: #fff;
  line-height: 64px;
  /*position: fixed;
  top: 40px;
  left: 0;
  right: 0; */
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 11, ../sass/components/_header.scss */
#header:after {
  bottom: -5px;
  box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  content: "";
  height: 5px;
  left: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 10;
}

/* line 25, ../sass/components/_header.scss */
.mob-icon {
  width: 25px;
  text-align: right;
}
/* line 28, ../sass/components/_header.scss */
.mob-icon .fa-bars {
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.250em;
}

/* line 35, ../sass/components/_header.scss */
.search-area {
  text-align: right;
}
/* line 37, ../sass/components/_header.scss */
.search-area .fa-search {
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  font-size: 1.250em;
}
/* line 42, ../sass/components/_header.scss */
.search-area .fa-search:hover {
  color: #0693e3;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 49, ../sass/components/_header.scss */
.header-top-container {
  padding: 3px 0;
  background: #424a5d;
  line-height: 32px;
}
/* line 53, ../sass/components/_header.scss */
.header-top-container .social-links-icon {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 34px;
}
/* line 58, ../sass/components/_header.scss */
.header-top-container .social-links-icon li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 10px;
}
/* line 61, ../sass/components/_header.scss */
.header-top-container .social-links-icon li a {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 64, ../sass/components/_header.scss */
.header-top-container .social-links-icon li a .fa {
  font-size: 1.1em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 69, ../sass/components/_header.scss */
.header-top-container .social-links-icon li a:hover {
  color: #fb8258;
}
/* line 71, ../sass/components/_header.scss */
.header-top-container .social-links-icon li a:hover .fa {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 82, ../sass/components/_header.scss */
.usr-log-info span {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 88, ../sass/components/_header.scss */
.usr-log-info span:hover {
  color: #fb8258;
}
/* line 92, ../sass/components/_header.scss */
.usr-log-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 96, ../sass/components/_header.scss */
.usr-log-info ul li {
  padding: 0;
}
/* line 98, ../sass/components/_header.scss */
.usr-log-info ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* line 104, ../sass/components/_header.scss */
.usr-log-info ul li a.is-active {
  color: #fff;
}
/* line 107, ../sass/components/_header.scss */
.usr-log-info ul li a:hover {
  color: #fb8258;
}

/* line 115, ../sass/components/_header.scss */
.user-logged-in .usr-log-info {
  position: relative;
}
/* line 117, ../sass/components/_header.scss */
.user-logged-in .usr-log-info ul {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 36px;
  right: 0;
  width: 220px;
  background: #fff;
  z-index: 12;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 129, ../sass/components/_header.scss */
.user-logged-in .usr-log-info ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #eee;
}
/* line 132, ../sass/components/_header.scss */
.user-logged-in .usr-log-info ul li a {
  font-weight: 500;
  color: #000;
  padding: 0 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* line 138, ../sass/components/_header.scss */
.user-logged-in .usr-log-info ul li a:hover {
  color: #fb8258;
}
/* line 142, ../sass/components/_header.scss */
.user-logged-in .usr-log-info ul li:last-child {
  border-bottom: none;
}
/* line 146, ../sass/components/_header.scss */
.user-logged-in .usr-log-info ul:before {
  content: '';
  position: absolute;
  right: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  clear: both;
  opacity: 0;
}
/* line 163, ../sass/components/_header.scss */
.user-logged-in.is-myaccount-active .usr-log-info ul {
  max-height: none;
  visibility: visible;
  opacity: 1;
}
/* line 167, ../sass/components/_header.scss */
.user-logged-in.is-myaccount-active .usr-log-info ul:before {
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  /* line 177, ../sass/components/_header.scss */
  .header-top-container {
    /*position: fixed;
    top: 0;*/
    width: 100%;
    z-index: 12;
  }

  /* line 183, ../sass/components/_header.scss */
  .container-wrap {
    display: grid;
    float: left;
    grid-template-columns: 70px auto 70px;
    width: 100%;
  }

  /* line 189, ../sass/components/_header.scss */
  .header-logo {
    text-align: center;
  }
  /* line 191, ../sass/components/_header.scss */
  .header-logo .logo {
    width: 220px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  /* line 200, ../sass/components/_header.scss */
  #header {
    position: relative;
    top: auto;
  }

  /* line 204, ../sass/components/_header.scss */
  .header-left {
    width: 18%;
    float: left;
  }

  /* line 208, ../sass/components/_header.scss */
  .header-right {
    width: 82%;
    float: right;
  }

  /* line 212, ../sass/components/_header.scss */
  .search-area {
    width: 25px;
    float: right;
  }

  /* line 216, ../sass/components/_header.scss */
  .main-navigation {
    width: 95%;
    float: left;
  }
  /* line 219, ../sass/components/_header.scss */
  .main-navigation .fa-bars {
    display: none;
  }

  /* line 223, ../sass/components/_header.scss */
  .mob-icon {
    display: none;
  }
}
/* line 1, ../sass/components/_footer.scss */
.footer {
  background: #21252d;
  padding: 18px 0;
}
/* line 4, ../sass/components/_footer.scss */
.footer ul {
  padding: 0 0 0 1.5em;
  margin:0;
}

/* line 11, ../sass/components/_footer.scss */
.footer-bottom {
  background: #424a5d;
  background: #424a5d;
  padding: 5px 0;
  color: #fff;
}
/* line 16, ../sass/components/_footer.scss */
.footer-bottom a {
  color: #fff;
}
/* line 18, ../sass/components/_footer.scss */
.footer-bottom a:hover {
  color: #fb8258;
}
/* line 22, ../sass/components/_footer.scss */
.footer-bottom .logo {
  width: 240px;
  height: auto;
  padding: 10px 0 0;
}
/* line 26, ../sass/components/_footer.scss */
.footer-bottom .logo img {
  filter: brightness(0) invert(1);
  width: 60%;
  margin-bottom: 10px;
}
/* line 30, ../sass/components/_footer.scss */
.footer-bottom .first {
  text-align: center;
}
/* line 33, ../sass/components/_footer.scss */
.footer-bottom .second {
  text-align: center;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  /* line 41, ../sass/components/_footer.scss */
  .footer-bottom .first {
    text-align: left;
  }
  /* line 44, ../sass/components/_footer.scss */
  .footer-bottom .second {
    padding: 15px 0;
    text-align: right;
  }
}
/* line 1, ../sass/components/_search.scss */
.region-search-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 12;
  visibility: hidden;
  -moz-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 13, ../sass/components/_search.scss */
.region-search-area .search-block-form {
  margin: 0 2%;
  position: relative;
}
/* line 16, ../sass/components/_search.scss */
.region-search-area .search-block-form #search-block-form {
  margin: 100px 0 0;
}
/* line 20, ../sass/components/_search.scss */
.region-search-area .search-icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -50px;
}
/* line 25, ../sass/components/_search.scss */
.region-search-area .search-icon .fa-times {
  font-size: 1.250em;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 30, ../sass/components/_search.scss */
.region-search-area .search-icon .fa-times:hover {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #0693e3;
}
/* line 37, ../sass/components/_search.scss */
.region-search-area .content {
  padding: 50px 20px;
}
/* line 40, ../sass/components/_search.scss */
.region-search-area .form-actions, .region-search-area label {
  display: none;
}
/* line 43, ../sass/components/_search.scss */
.region-search-area input.form-search {
  background: none;
  height: auto;
  padding: 0;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  font-size: 1.5em;
  line-height: 28px;
  width: 100%;
  outline: none;
}

/* line 59, ../sass/components/_search.scss */
.toolbar-horizontal .search-block-form #search-block-form {
  margin: 150px 0 0;
}

/* line 64, ../sass/components/_search.scss */
.is-search-active {
  overflow: hidden;
}
/* line 66, ../sass/components/_search.scss */
.is-search-active .region-search-area {
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 70, ../sass/components/_search.scss */
.is-search-active .search-area {
  text-align: right;
}
/* line 72, ../sass/components/_search.scss */
.is-search-active .search-area .fa-search {
  color: #0693e3;
}

/* line 78, ../sass/components/_search.scss */
.sch-dis .search-bar {
  display: none;
}

/* line 82, ../sass/components/_search.scss */
.search-advanced {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 87, ../sass/components/_search.scss */
  .search-block-form input.form-text {
    font-size: 2em;
  }
}
/* line 2, ../sass/components/_navigation.scss */
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
/* line 7, ../sass/components/_navigation.scss */
.navigation ul > li {
  display: block;
}
/* line 10, ../sass/components/_navigation.scss */
.navigation ul > li a {
  font-family: "Montserrat", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 22, ../sass/components/_navigation.scss */
.menu--main ul li.menu-item--expanded:after {
  content: '\f107';
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -9px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
}

/* line 40, ../sass/components/_navigation.scss */
.menu--footer ul li {
  padding: 5px 0;
  display: block;
}
/* line 44, ../sass/components/_navigation.scss */
.menu--footer ul li a {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1em;
  text-transform: uppercase;
}
/* line 50, ../sass/components/_navigation.scss */
.menu--footer ul li a.is-active {
  color: #ff865c;
}
/* line 54, ../sass/components/_navigation.scss */
.menu--footer ul li a:hover {
  color: #fb8258;
}

/* line 62, ../sass/components/_navigation.scss */
.breadcrumb-wrap {
  background: #dee0f9;
}
/* line 65, ../sass/components/_navigation.scss */
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  background: transparent;
}

/* line 74, ../sass/components/_navigation.scss */
.menu--main > ul li.menu-expand > .menu, .menu--main > ul li.menu-expand-two > .menu {
  max-height: none !important;
}
/* line 77, ../sass/components/_navigation.scss */
.menu--main > ul li.menu-expand:after, .menu--main > ul li.menu-expand-two:after {
  transform: rotate(180deg) !important;
}

    ul.sf-menu .sf-sub-indicator {
    width: 16px;
        height: 16px;
        color: #337ab7;
}
ul.sf-menu .sf-with-ul {
    padding-right: 2em;
}

ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    padding: 1em 2em 1em 1.5em;
    position: relative;
    font-size: 0.95em;
    color: #337ab7;
}

ul#superfish-main > ul {
    width: 16em!important;
}
@media only screen and (min-width: 1067px) {

    .main-navigation {
        width: 100%;
        float: left;
        padding-left: 2em;
        padding-top: 7px;
    }
    ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
        background: none;
    }
}


@media only screen and (min-width: 1067px) and (max-width: 1205px) {
    
    ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    padding: 1em 1em;
    position: relative;
    font-size: 0.9em;
    }
}


@media only screen and (max-width: 485px) {
    .usr-log-info.pull-right {
        li.menu-item:nth-child(2) {
            display:none;
        }
        
    }
}

#superfish-main-accordion li {
    border-bottom: 1px solid #fff;
}


@media only screen and (max-width: 1066px) {
  /* line 85, ../sass/components/_navigation.scss */
  
  .main-navigation {
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
    
    .sf-accordion-toggle  {
    position: absolute;
    top: -55px;
    right: 20px;
    }  
    div.sf-accordion-toggle.sf-style-default a  {
    background: none;
    color: #13a;
    display: inline-block;
    font-weight: bold;
    padding: 1em 3em 1em 1em;
    position: relative;
}
    div.sf-accordion-toggle.sf-style-default a, div.sf-accordion-toggle.sf-style-default a.sf-expanded {
        background: none;
    }
    
    ul#superfish-main-accordion {
    background: #bdd2ff;
}


  /* line 97, ../sass/components/_navigation.scss */
  .is-menu-active .main-navigation {
    left: 0;
  }
  /* line 102, ../sass/components/_navigation.scss */
  .is-menu-active .mob-icon .fa-bars {
    color: #0693e3;
  }
  /* line 105, ../sass/components/_navigation.scss */
  .is-menu-active .mob-icon .fa-bars:before {
    content: '\f00d';
  }

  /* line 114, ../sass/components/_navigation.scss */
  .menu--main > ul > li {
    padding-left: 1em;
    border-bottom: 1px dotted #555;
  }
  /* line 121, ../sass/components/_navigation.scss */
  .menu--main ul > li {
    line-height: 42px;
    position: relative;
    padding: 0;
  }
  /* line 125, ../sass/components/_navigation.scss */
  .menu--main ul > li a {
    font-size: 1.075em;
    text-transform: uppercase;
    padding: 0 15px;
    color: #fff;
  }
  /* line 130, ../sass/components/_navigation.scss */
  .menu--main ul > li a.is-active {
    color: #fff;
  }
  /* line 136, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded .menu {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background: #525252;
  }
  /* line 141, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded .menu li {
    padding: 0;
  }
  /* line 143, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded .menu li a {
    text-transform: capitalize;
    font-size: 1.2em;
    padding: 0 30px;
    border-bottom: 1px dotted #555;
  }
  /* line 151, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded .menu li:last-child a {
    border-bottom: none;
  }
  /* line 157, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded a {
    display: block;
    margin-right: 50px;
    border-right: 1px dotted #555;
  }
  /* line 163, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded:after {
    right: 20px;
    top: 13px;
    margin-top: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #fff;
  }
  /* line 173, ../sass/components/_navigation.scss */
  .menu--main ul > li.is-menu-expand {
    background: #333;
  }
  /* line 175, ../sass/components/_navigation.scss */
  .menu--main ul > li.is-menu-expand a {
    border-right: none;
  }
  /* line 179, ../sass/components/_navigation.scss */
  .menu--main ul > li.is-menu-expand .menu {
    max-height: none;
  }
  /* line 183, ../sass/components/_navigation.scss */
  .menu--main ul > li.is-menu-expand:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 48em) {
  /* line 193, ../sass/components/_navigation.scss */
  .menu--footer ul {
    text-align: center;
  }
  /* line 196, ../sass/components/_navigation.scss */
  .menu--footer ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 205, ../sass/components/_navigation.scss */
  .menu--main ul {
    text-align: center;
  }
  /* line 208, ../sass/components/_navigation.scss */
  .menu--main ul > li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    padding: 0 15px;
  }
  /* line 213, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded {
    padding-right: 25px;
  }
  /* line 215, ../sass/components/_navigation.scss */
  .menu--main ul > li.menu-item--expanded:hover:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
 /* line 220, ../sass/components/_navigation.scss */
  .menu--main ul > li a {
    font-weight: 600;
    text-transform: None;
    font-size: 14px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /* line 226, ../sass/components/_navigation.scss */
  .menu--main ul > li a:hover {
    color: #0693e3;
    text-decoration: none;
  }
  /* line 231, ../sass/components/_navigation.scss */
  .menu--main ul > li ul {
    position: absolute;
    line-height: normal;
    background: #fff;
    text-align: left;
    width: 320px;
    padding: 10px 0;
    z-index: 6;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    left: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 248, ../sass/components/_navigation.scss */
  .menu--main ul > li ul li a {
    display: block;
    padding: 10px 0;
  }
  /* line 252, ../sass/components/_navigation.scss */
  .menu--main ul > li ul li ul {
    top: 46px;
  }
  /* line 258, ../sass/components/_navigation.scss */
  .menu--main ul > li:hover > ul {
    max-height: none;
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2, ../sass/components/_block.scss */
.sidebar .block {
  background: #fff;
  padding: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 6, ../sass/components/_block.scss */
.sidebar .block h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin: 0 0 5px;
  font-size: 1.3em;
}

/* line 16, ../sass/components/_block.scss */
.block-page-title-block h1.page-title {
  margin: 25px 0;
  color: #000;
  font-size: 3.1rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 27, ../sass/components/_block.scss */
.path-node .block-page-title-block h1.page-title {
  margin: 0;
  word-wrap: break-word;
  text-align: center;
  background: #fff;
}
/* line 32, ../sass/components/_block.scss */
.path-node .block-page-title-block h1.page-title .field--name-title {
  max-width: 740px;
  margin: 0 auto;
  display: block;
  padding: 40px 20px 20px;
}

/* line 2, ../sass/components/_node.scss */
.field--name-field-tags .field__label {
  display: none;
}
/* line 5, ../sass/components/_node.scss */
.field--name-field-tags .field__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 7, ../sass/components/_node.scss */
.field--name-field-tags .field__item a {
  background: #0693e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 10px;
  color: #fff;
  font-size: 0.9em;
}

/* line 16, ../sass/components/_node.scss */
.node__links {
  padding: 5px 0 0;
}
/* line 19, ../sass/components/_node.scss */
.node__links ul li {
  padding: 0 10px 0 0;
  font-size: 0.9em;
}
/* line 22, ../sass/components/_node.scss */
.node__links ul li a {
  font-size: 1em;
  font-weight: 600;
}

/* line 29, ../sass/components/_node.scss */
.views-row {
  margin: 0 0 20px;
}
/* line 31, ../sass/components/_node.scss */
.views-row .node--view-mode-teaser {
  background: #fff;
}
/* line 33, ../sass/components/_node.scss */
.views-row .node--view-mode-teaser h2 {
  margin: 0 0 10px;
}
/* line 36, ../sass/components/_node.scss */
.views-row .node--view-mode-teaser p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  line-height: 1.5;
  margin: 5px 0 10px;
}
/* line 44, ../sass/components/_node.scss */
.views-row .node--view-mode-teaser .content-right {
  padding: 25px;
}
/* line 46, ../sass/components/_node.scss */
.views-row .node--view-mode-teaser .content-right h2.node__title {
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 53, ../sass/components/_node.scss */
.views-row .node--view-mode-teaser .content-right .field--name-body p {
  font-size: 0.950em;
  font-weight: 400;
  word-break: break-all;
}

/* line 63, ../sass/components/_node.scss */
.node--view-mode-full {
  background: #fff;
  padding: 0 20px 20px;
  margin: 0 0 25px;
}
/* line 67, ../sass/components/_node.scss */
.node--view-mode-full .field--name-field-image {
  margin: 0 -20px;
}
/* line 70, ../sass/components/_node.scss */
.node--view-mode-full .submitted-info {
  padding: 0 0 30px;
  text-align: center;
  display: block;
  font-size: 1.3em;
}
/* line 75, ../sass/components/_node.scss */
.node--view-mode-full .submitted-info .username {
  font-weight: 700;
}
/* line 79, ../sass/components/_node.scss */
.node--view-mode-full p {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  line-height: 1.8;
}

/* line 1, ../sass/components/_comment.scss */
.node__links ul li.comment-add {
  display: none;
}

/* line 5, ../sass/components/_comment.scss */
.field--type-comment h2.title {
  margin: 20px 0 10px;
  font-weight: 700;
  color: #000;
}

/* line 11, ../sass/components/_comment.scss */
.comment {
  padding: 10px 20px;
  margin: 20px 0 20px 20px;
  background: #eee;
  border-left: 5px solid #325e1c;
}
/* line 17, ../sass/components/_comment.scss */
.comment .comment__content-container h3 {
  margin: 0;
  font-weight: 700;
}
/* line 21, ../sass/components/_comment.scss */
.comment .comment__content-container p {
  margin: 0 0 10px;
  line-height: normal;
  color: #000;
  font-size: 1em;
}
/* line 27, ../sass/components/_comment.scss */
.comment .comment__content-container ul.links {
  text-align: right;
  margin: 0;
  padding: 0;
  display: block;
}
/* line 32, ../sass/components/_comment.scss */
.comment .comment__content-container ul.links li {
  padding: 0 10px 0 0;
  color: #000;
  font-size: 0.950em;
}
/* line 36, ../sass/components/_comment.scss */
.comment .comment__content-container ul.links li a {
  font-weight: 600;
}
/* line 41, ../sass/components/_comment.scss */
.comment .comment__content-container .comment-submited {
  color: #000;
  font-weight: 500;
  font-size: 0.950em;
  display: block;
  margin: 0 0 5px;
}

/* line 2, ../sass/components/_page.scss */
.maintenance-page .main-content {
  margin-top: 65px;
}
/* line 5, ../sass/components/_page.scss */
.maintenance-page .main-area {
  font-size: 2.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  max-width: 740px;
  margin: 0 auto;
  padding: 15px;
}
/* line 15, ../sass/components/_page.scss */
.maintenance-page .maintenance-image {
  padding: 50px 0 0;
  max-width: 360px;
  margin: 0 auto;
}

/**
* Content top region Layout
**/
/* line 25, ../sass/components/_page.scss */
.content-top {
  margin: 25px 0;
}

/**
* Content top First region layout
**/
/* line 32, ../sass/components/_page.scss */
.content-top-first {
  margin: 25px 0;
}
/* line 34, ../sass/components/_page.scss */
.content-top-first .view {
  display: none;
}
/* line 36, ../sass/components/_page.scss */
.content-top-first .view .views-row {
  background: #fff;
}
/* line 38, ../sass/components/_page.scss */
.content-top-first .view .views-row .views-field-title {
  padding: 10px 15px;
  font-weight: 600;
  min-height: 60px;
}

@media only screen and (min-width: 35.5em) {
  /* line 52, ../sass/components/_page.scss */
  .content-top .view .views-row:nth-child(even) .image-left {
    float: right;
  }
  /* line 55, ../sass/components/_page.scss */
  .content-top .view .views-row:nth-child(even) .content-right {
    float: left;
  }
}
@media only screen and (min-width: 64em) {
  /* line 68, ../sass/components/_page.scss */
  .content-top .view .views-row .content-right {
    padding: 70px 80px 40px;
  }
  /* line 70, ../sass/components/_page.scss */
  .content-top .view .views-row .content-right h2.node__title {
    font-size: 3em;
  }

  /* line 78, ../sass/components/_page.scss */
  .maintenance-page .main-content {
    margin-top: 0;
  }
  /* line 81, ../sass/components/_page.scss */
  .maintenance-page .main-area {
    font-size: 3.2em;
  }

  /* line 86, ../sass/components/_page.scss */
  .content-top-first .view {
    display: block;
  }
  /* line 88, ../sass/components/_page.scss */
  .content-top-first .view .views-row {
    float: left;
    width: 20%;
  }
  /* line 91, ../sass/components/_page.scss */
  .content-top-first .view .views-row .views-field-field-image {
    max-height: 160px;
    overflow: hidden;
  }
}

body {
   font-size: 16px;
   font-family: 'Montserrat', sans-serif;
   margin-top: 0px;
   overflow-x: hidden;
 }
 
  h1, h2, h3, h4, h5, h6 {
   font-family: 'Montserrat', sans-serif;
   color: #333;
   padding: 0 0 0.5em;
   text-transform:none;
 }

h1, h2 {
   font-weight: 600;
}
h3, h4, h5, h6 {
   font-weight: 500;
}

.region-content a {
  color: #337ab7;
}

.region-content a:hover, .region-content a:active  {
 color: #4eadff;
}

.path-node .block-page-title-block h1.page-title .field--name-title {
  text-align:left;
  max-width: 100%;
  margin:0;
  padding: 40px 20px 20px;
}

.clearboth {
  clear:both;
}

 .block-page-title-block h1.page-title {
    margin: 25px 0;
    color: #000;
    font-size: 3.1rem;
    line-height: 1.15;
    text-transform: none;
    font-weight: 700;
}

figure.caption-img {
  font-size: 13px;
  color: #666;
}

/*#main-content a {
  color: #0693e3;
}

#main-content a:hover {
  color: #035584;
} */

a.so-button {
  display: inline-block;
  padding: 12px 20px;
  color: #fff!important;
  background: #0693e3;
  margin: 1em 0;
  text-transform: uppercase;
}

a:hover.so-button {
  background: #035584;
}

.node--view-mode-full ul {
  color: #000;
} 

.usr-log-info ul.menu li {
  font-size: 11px;
  display: inline-block;
  margin-left: 2em;
  font-weight: 400;
}

.usr-log-info ul.menu li i {
  padding-right: 0.2em;
}

.usr-log-info ul.menu li a{
  font-size: 11px;
  font-weight: 400;
}


/* ### FOOTER ### */

.region-footer-first h4 {
  color: #fff;
}

.region-footer-first, .region-footer-first a {
  color: #fff;
  font-size: 13px;
}

.region-footer-first, #footer_bottom > .container {
  max-width: 1320px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
}


/* ### HOMEPAGE ### */

h1.hp_welcome {
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

h2.hp_25years {
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 1em; 
    display: inline-block;
    position: relative;
}


.hp_25years_outer {
  position: relative;
  background: rgba(6,147,227,0.5);
  font-size: 2rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1em;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

@media screen and (max-width: 495px) {
    h2.hp_25years {
          font-size: 1.5em!important;
    }
}

@media screen and (min-width: 1024px) {
    .hp_25years_outer {
          width: 70%;
    }
}

/* Pseudo-element for the animated shine (The Shimmer Effect) */
.hp_25years_outer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Defines the gradient: Subtle blue tint, soft peak, rapid fade-out */
    background: linear-gradient(
        to right,
        /* Start fully transparent */
        rgba(255, 255, 255, 0) 0%,     
        
        /* Peak of the shine: Very light blue (subtle tint), soft opacity */
        rgba(150, 200, 255, 0.4) 30%,  
        
        /* Heavily Softened Right Edge: Rapidly fades to almost transparent */
        rgba(150, 200, 255, 0.05) 55%, 
        
        /* End fully transparent */
        rgba(255, 255, 255, 0) 100%    
    );
    
    /* Sets the gradient wider than the element to create a narrow visible shine */
    background-size: 200% 100%;
    
    /* Start position: Off-screen to the left (ready to slide in) */
    transform: translateX(-100%); 
    
    /* Animation properties */
    animation-name: shine-animation;
    animation-duration: 5s;              /* Slows the animation down to 5 seconds */
    animation-iteration-count: 1;        /* Runs only once */
    animation-fill-mode: forwards;       /* Keeps the element in its final state (off-screen right) */
    animation-timing-function: linear;
    
    pointer-events: none; /* Allows clicks/interaction with content underneath */
    z-index: 1;           /* Places the shimmer above the background color */
}

/* Keyframes definition for the animation */
@keyframes shine-animation {
    100% {
        /* Moves the gradient completely across the element, ending off-screen to the right */
        transform: translateX(100%);
    }
}


h1.hp_welcome span {
  color: #0693e3;
}

h2.hp_25years span {
  color: #0693e3;
      text-shadow:
           2px 2px 4px rgba(0, 0, 0, 0.8),
    0 0 5px white,
    0 0 10px white,
    0 0 20px white,
    0 0 40px white;
    font-weight: 800;
    
}

h2.hp_strap {
  text-align: center;
  color: #fff;
  font-size: 1.7em;
  margin: 0.5em 0;
  font-weight: 400;
}

#block-views-block-spondon-news-archive-block-1 h2.title {
  margin: 0;
  padding-top: 15px;
}

#block-views-block-spondon-news-archive-block-1 h2.newsviewtitle {
  font-size: 1.25em;
}

#block-views-block-spondon-news-archive-block-1 .views-row {
  margin: 0px;
}

#block-views-block-spondon-news-archive-block-1 .view-content .views-surround .surround-pad  {
  min-height: 190px;
}

#block-views-block-spondon-news-archive-block-1 .view-footer {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}



/* ### MENU ### */


@media only screen and (min-width: 64em)  {
.menu--main ul li ul li {
width: 100%;
}

.menu--main ul li ul li ul {
  margin-left: 50px;
  border-left: 2px solid #e4e4e4;
}
}

/* ### PARAGRAPHS ### */

.paragraph--type--image-and-text, .paragraph--type--image-right-text {
  margin: 1.5em 0;
}

.paragraph--type--image-and-text .sopara_iat_txt{
  padding-left: 2.5em;
}

.paragraph--type--image-right-text .sopara_iat_txt {
  padding-right: 1.5em;
}

.sopara_iat_txt.textpadnone {
   margin-top: 0em;
}

.sopara_iat_txt.textpadsml {
   margin-top: 2em;
}

.sopara_iat_txt.textpadmed {
   margin-top: 4em;
}

.sopara_iat_txt.textpadlge {
   margin-top: 6em;
}


.sopara_linkbox_outer {
  margin: 0.9em 0;
}

.sopara_linkbox_outer a {
 display: block;
    width: 100%;
    height: 200px;
    position: relative;
    text-align: center;
    background: linear-gradient(315deg, #0693e3, #035584);
    overflow: hidden;
}

.sopara_linkbox_outer a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-filter: grayscale(100%) opacity(0.3);
    filter: grayscale(100%) opacity(0.3);
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.sopara_linkbox_outer a:hover img {
  -webkit-filter: grayscale(0%) opacity(0.9);
    filter: grayscale(0%) opacity(0.9);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sopara_linkbox_outer span {
position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px 10px 4px 10px;
    line-height: 1.1em;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    opacity: 1;
}


/* ### BANNER ### */

.sopara_banner_outer {
  margin: 0 0 0.9em 0;
}

.sopara_banner_outer .sopara_banner_overlay {
 display: block;
    width: 100%;
    height: 80vh;
    position: relative;
    text-align: center;
    background: #000000;
    overflow: hidden;
}

.sopara_banner_outer .sopara_banner_overlay img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-filter: grayscale(0%) opacity();
    filter: grayscale(0%) opacity(0.4);
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

#banner .sopara_banner_outer .sopara_banner_overlay img {
    -webkit-transition: 6000ms all ease;
    transition: 6000ms all ease;
  
}

.sopara_banner_outer .sopara_banner_overlay:hover img {
  -webkit-filter: grayscale(0%) opacity(0.9);
    filter: grayscale(0%) opacity(0.9);
}

.path-frontpage .sopara_banner_outer .sopara_banner_overlay:hover img {
      -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


#banner .sopara_banner_outer .sopara_banner_overlay:hover img {
    -webkit-filter: grayscale(0%) opacity();
    filter: grayscale(0%) opacity(0.4);
}


.path-frontpage #banner .sopara_banner_outer .sopara_banner_overlay:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


#banner h1.hp_welcome {
  font-size: 4em;
}

#banner .sopara_banner_outer h2 {
  font-size: 2.5em;
  color: #fff;
}

#banner .sopara_banner_outer h2.hp_strap {
  font-size: 2.25em;
}

.sopara_banner_outer span.sopara_banner_text {
position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px 10px 4px 10px;
    line-height: 1.1em;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    opacity: 1;
}

/* ### DIVIDER ### */

.sopara_divider {
  margin: 1.5em 0;
  width: 100%;
  clear:both;
  text-align:center;
}

.sopara_divider_inner {
  height:1px;
  background: #ccc;
  display:inline-block;
  margin: 0 auto;
}

.sopara_divider_inner.linestyle_short {  width: 10%; }
.sopara_divider_inner.linestyle_medium {  width: 30%; }
.sopara_divider_inner.linestyle_long {  width: 70%; }
.sopara_divider_inner.linestyle_fullwidth {  width: 100%; }

/* ### SPACER ### */

.sopara_spacer {
  display:block;
  width: 100%;
  clear:both;
}


/*### BUSINESS DIRECTORY ###*/

.block-views-exposed-filter-blockspondon-business-directory-a-to-z-page-1 {
  padding: 1.5em 2em 1em;
  background: #ccc;
  margin: 2em 0;
}

.block-views-exposed-filter-blockspondon-business-directory-a-to-z-page-1 h2 {
  margin: 0 0 0.25em;
}



.form--inline .form-actions {
    clear: none;
}

.node--type-business .block-layout-builder {
  margin-bottom: 1em;
}

.view-spondon-business-directory-a-to-z caption {
  font-size: 22px;
}

.view-spondon-business-directory-a-to-z th.views-field-title, .view-spondon-business-directory-a-to-z td.views-field-title  {
  width: 30%;
}
.view-spondon-business-directory-a-to-z th.views-field-field-business-category, .view-spondon-business-directory-a-to-z td.views-field-field-business-category {
  width: 20%;
}
.view-spondon-business-directory-a-to-z th.views-field-field-address-line-1, .view-spondon-business-directory-a-to-z td.views-field-field-address-line-1  {
  width: 30%;
}
.view-spondon-business-directory-a-to-z th.views-field-field-telephone, .view-spondon-business-directory-a-to-z td.views-field-field-telephone  {
  width: 20%;
}

.view-spondon-business-directory-a-to-z.view-display-id-page_2 th.views-field-title, .view-spondon-business-directory-a-to-z.view-display-id-page_2 td.views-field-title  {
  width: 38%;
}
.view-spondon-business-directory-a-to-z.view-display-id-page_2 th.views-field-field-address-line-1, .view-spondon-business-directory-a-to-z.view-display-id-page_2 td.views-field-field-address-line-1  {
  width: 37%;
}
.view-spondon-business-directory-a-to-z.view-display-id-page_2 th.views-field-field-telephone, .view-spondon-business-directory-a-to-z.view-display-id-page_2 td.views-field-field-telephone  {
  width: 25%;
}


.business_address,
.field--name-field-telephone,
.field--name-field-emailaddress,
.field--name-field-website,
.field--name-field-facebook,
.field--name-field-twitter,
.field--name-field-instagram {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 0.75em;
}

.field--name-field-business-desc {
  padding-left: 1.2em;
  position: relative;
  margin-top: 1.25em;
  margin-bottom: 0.75em;
  line-height: 1.8em;
}

.node--type-group .field--name-field-business-desc {
  margin-top: 0;

}

.business_address:before {
  content: '\f041';
  font: normal normal normal 22px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.field--name-field-telephone:before {
  content: '\f098';
  font: normal normal normal 22px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.field--name-field-emailaddress:before {
  content: '\f0e0';
  font: normal normal normal 20px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.field--name-field-website:before {
  content: '\f108';
  font: normal normal normal 18px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.field--name-field-facebook:before {
  content: '\f09a';
  font: normal normal normal 22px/1 FontAwesome;
  left:-10px;
  position:absolute;
  top:0;
}

.field--name-field-twitter:before {
  content: '\f099';
  font: normal normal normal 22px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.field--name-field-instagram:before {
  content: '\f16d';
  font: normal normal normal 22px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.field--name-field-business-desc:before {
  content: '\f05a';
  font: normal normal normal 22px/1 FontAwesome;
  left:-12px;
  position:absolute;
  top:0;
}

.listingupdatebtn {
  margin-top: 40px;
  text-align: right;
}


a.suggestlistingupdate {
  font-size: 11px;
  position: relative;
  background: #ccc;
  color: #666;
  padding: 3px 8px;
}

a.suggestlistingupdate:before {
  content: '\f044';
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;

}

a.suggestlistingupdate:hover {
  text-decoration: none;
  background: #0094f0;
  color: #fff;
}




/*### NEWS SECTION ###*/


.view-spondon-news-archive  .view-content, .view-local-groups-and-organisations  .view-content, .view-photo-gallery-index-page  .view-content, .view-photo-gallery-taxonomies  .view-content, .view-events  .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}


.view-spondon-news-archive  .view-content > [class*='col-'], .view-photo-gallery-index-page  .view-content > [class*='col-'], .view-photo-gallery-taxonomies  .view-content > [class*='col-'], .view-events .view-content > [class*='col-'] > .event-item-inner{
  display: flex;
  flex-direction: column;
}
  
.view-spondon-news-archive .view-content .views-surround{
  background: #fff;
  border-radius: 30px;
  margin-bottom: 2em;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.view-spondon-news-archive .view-content .views-surround .surround-pad{
   padding: 0 12px;
   min-height: 220px;
}

.view-spondon-news-archive .views-row .views-surround img {
  border-radius: 30px 30px 0 0;
}

.view-spondon-news-archive .newspubdate {
  font-size: 12px;
  margin: 1em 0 0.75em 0;
}

h2.newsviewtitle {
  margin: 0;
}


.padding-rightonly {
  padding: 0 2em 0 0;
}

.node--type-communitynews .field--name-created {
  font-size: 14px;
  margin-bottom: 1em;
  color: #777;
  display: block;
}

.node--type-communitynews .field--name-created:before {
  content: 'Published: ';
}

.block-views-blocklatest-news-blocks-block-1 {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 2em;
}

.block-views-blocklatest-news-blocks-block-1 h3 {
  margin: 0 0 0 15px;
}

.block-views-blocklatest-news-blocks-block-1 .view-latest-news-blocks.view-display-id-block_1 .view-content {
  overflow: hidden;
}

.block-views-blocklatest-news-blocks-block-1 .view-latest-news-blocks.view-display-id-block_1 .view-content col-*{
  padding-right: 5px!important;
  padding-left: 5px!important;
}

.block-views-blocklatest-news-blocks-block-1 .view-latest-news-blocks.view-display-id-block_1 .view-content a{
  display: block;
  padding: 8px 15px;
  background: #e4e4e4;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.oldcontentwarning {
  border: 2px solid red;
  background: #fff;
  padding: 15px 15px;
  text-align: center;
  margin-bottom: 1em;
}

.page-node-type-communitynews .block-field-blocknodecommunitynewsfield-news-image img {
  margin-bottom: 1em;
}




/*### GROUPS ###*/

.view-local-groups-and-organisations .views-row {
  width: 100%;
}

.view-local-groups-and-organisations .views-surround {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 1em;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  width: 100%;
  padding: 30px;
}

.view-local-groups-and-organisations .row.views-surround {
    margin-left: 0px!important;
    margin-right: 0px!important;    
}

.view-local-groups-and-organisations .listingaddress, .view-local-groups-and-organisations .listingphone, .view-local-groups-and-organisations .listingemail, .view-local-groups-and-organisations .listingwebsite {
    padding-left: 28px;
    position: relative;
    margin-bottom: 0.5em;
}

.view-local-groups-and-organisations .listingsocial {
    padding-left: 28px;
    position: relative;
    margin-bottom: 0.5em;
}

.view-local-groups-and-organisations .listingaddress p, .view-local-groups-and-organisations .listingphone p, .view-local-groups-and-organisations .listingemail p, .view-local-groups-and-organisations .listingwebsite p {
    margin: 0;
}


.view-local-groups-and-organisations .listingaddress:before {
  content: '\f041';
  font: normal normal normal 22px/1 FontAwesome;
  position:absolute;
  top:0;
  left:0;
}


.view-local-groups-and-organisations .listingphone:before {
  content: '\f098';
  font: normal normal normal 22px/1 FontAwesome;
  position:absolute;
  top:0;
  left:0;
}

.view-local-groups-and-organisations .listingemail:before {
  content: '\f0e0';
  font: normal normal normal 20px/1 FontAwesome;
  position:absolute;
  top:0;
  left:0;

}

.view-local-groups-and-organisations .listingwebsite:before {
  content: '\f108';
  font: normal normal normal 18px/1 FontAwesome;
  position:absolute;
  top:2px;
  left:0;
}

.view-local-groups-and-organisations .listingsocial:before {
  font: normal normal normal 18px/1 FontAwesome;
  position:absolute;
  top:2px;
  left:0;
}

#block-exposedform-groupsclubs-sidebar .form-item {
  max-width: 100%;
}



/* #### PHOTO GALLERIES - INDEX VIEWS #### */


.photogal_panel_outer {
 /* margin: 0.9em 0;*/
  overflow: hidden;
}

a.photogalcoverlink {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 9;
 color: #000;
}

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


.photogal_panel_outer img {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    border: 1px solid #fff;
}



.photogal_panel_outer:hover img {
  background: #000;
  -webkit-filter: grayscale(0%) opacity(1);
    filter: grayscale(0%) opacity(1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.photogal_panel_title a {
  color: #000!important;
}

.photogal_panel_outer span {
    min-height: 2em;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;
    right: 0;
    padding: 15px 10px 15px 10px;
    line-height: 1.1em;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    opacity: 1;
    background: rgba(255,255,255,0.5);
    display:block;
}

.photogal_panel_desc {
    position: absolute;
    display:block;
    z-index: 6;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 20px;
    padding: 15px 10px 15px 10px;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    color: #000;
    background: rgba(255,255,255,0.8);
    -webkit-transition: 900ms all ease;
    transition: 900ms all ease;
    opacity: 0;
}

.photogal_panel_outer:hover .photogal_panel_desc {
    opacity: 1;
}

.views-row.photogalpanel{
  padding: 0;
  margin: 0;
}

#block-views-block-galleries-promo-panel-block-1 h2.title, #block-views-block-events-block-1 h2.title {
  margin: 0;
}

/* #### PHOTO GALLERIES - TAXONOMY VIEWS #### */

.photocard_panel_outer {
 /* margin: 0.9em 0;*/
  overflow: hidden;
}

a.photocardcoverlink {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 9;

}


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


.photocard_panel_outer img {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    border: 1px solid #fff;
}

.photocard_panel_outer:hover {
  background: #0693e3;
}

.photocard_panel_outer:hover img {
  background: #000;
  -webkit-filter: grayscale(50%) opacity(0.5);
    filter: grayscale(50%) opacity(0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.photocard_panel_outer span {
    display:block;
    line-height: 1.1em;
    font-size: 1.6rem;
    margin: 0.75em 0;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}


.photocard_panel_desc {
    position: absolute;
    display:block;
    z-index: 6;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 20px;
    padding: 15px 10px 5px 10px;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    color: #000;
    background: rgba(255,255,255,0.8);
    -webkit-transition: 900ms all ease;
    transition: 900ms all ease;
    opacity: 0;
}

.photocard_panel_outer:hover .photocard_panel_desc {
    opacity: 1;
}

.views-row.photocardpanel{
  padding: 0;
  margin: 0;
}

/* #### PHOTOGRAPH NODE #### */

.node--type-image .layout__region--second {
  padding: 0 2em;
}

.node--type-image .block-field-blocknodeimagefield-photograph {
  text-align: center;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #e4e4e4;
  margin-bottom: 2em;
}

.node--type-image .block-field-blocknodeimagefield-takendated:before {
  content: '\f133';
  font: normal normal normal 22px/1 FontAwesome;
  float:left;
  padding: 0em 0.25em 0 0;
  margin-bottom: 2em;
}


.node--type-image .block-field-blocknodeimagebody {
    margin-bottom: 2em;
}

.node--type-image .block-field-blocknodeimagefield-image-galleries:before {
  content: '\f02c';
  font: normal normal normal 22px/1 FontAwesome;
  float:left;
  padding: 0.25em 0.25em 0 0;
}

.node--type-image .block-field-blocknodeimagefield-image-galleries a {
  display:inline-block;
  padding: 5px 10px;
  border:1px solid #e4e4e4;
  background: #f4f4f4;
  margin: 0 1em 0.25em 0;
  max-width: 85%;
}


.relimages {
  text-align:center;
}

/* #### NEWS NODE #### */

.block-field-blocknodecommunitynewsbody {
  padding-right: 2em;
}

/* #### SOCIAL PANELS #### */

.socialpan a{
/*  position: absolute;
  top: 25%;
  left: 60px;*/
  color: #fff!important;
  display:block;
  text-align: center;
  margin-bottom: 1em;
 }
 
 .socialpan i{
  color: #fff;
  font-size: 4em;
  font-weight: 500;
  padding: 4% 20%;
  transform: scale(0.85);
  -webkit-transition: 900ms all ease;
  transition: 900ms all ease;
 }

 
 .socialpan a:hover i {
   transform: scale(1);   
 }


a.socialpan-fb {
  background: #1778f2;
}

a.socialpan-tw {
  background: #1da1f2;
}

a.socialpan-insta {
  background: #d62976;
}

a.socialpan-yt {
  background: #f00;
}

h2.socialheader,  h3.socialheader {
  margin: 0;
}

span.socialat {
  font-weight: 800;
}


/* #### EVENTS - VIEWS #### */

.event-item-inner {
  border: 1px solid #e4e4e4;
  padding: 20px;
  margin-right: 10px;
}

.event-item-inner h3 {
  margin: 0;
}

.event-item-inner .eldate {
  text-align:center;
  background: #0693e3;
  padding: 5px;
  color: #fff;
  font-weight: 700;
}

.event-item-inner .eldate .eldate-date {
  font-size: 1.75em;
}

h4.eventsb {
  margin: 0;
  padding: 0;
}

.view-events-sideblock .views-row {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.9em;
}

.node--type-event .block-layout-builder {
  margin-bottom: 1em;
}

.field--name-field-event-date-start-time, .field--name-field-eventlocation, .node--type-event .field--name-body, .field--name-field-moreinfocontact, .field--name-field-websitedetails {
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.75em;
}

.field--name-field-moreinfocontact .field__label {
  font-weight: 400;
  margin-top: 3px;
}

.field--name-field-event-date-start-time:before {
  content: '\f073';
  font: normal normal normal 22px/1 FontAwesome;
  left:0px;
  position:absolute;
  top:0;
}

.field--name-field-eventlocation:before {
  content: '\f041';
  font: normal normal normal 22px/1 FontAwesome;
  left:2px;
  position:absolute;
  top:0;
}

.node--type-event .field--name-body:before {
  content: '\f05a';
  font: normal normal normal 22px/1 FontAwesome;
  left:0px;
  position:absolute;
  top:0;
}


.field--name-field-moreinfocontact:before {
  content: '\f007';
  font: normal normal normal 22px/1 FontAwesome;
  left:0px;
  position:absolute;
  top:0;
}

.field--name-field-websitedetails:before {
  content: '\f108';
  font: normal normal normal 18px/1 FontAwesome;
  left:0px;
  position:absolute;
  top:0;
}





/* #### SCA SECTION ####  */

#block-scasectionheader .sopara_banner_outer .sopara_banner_overlay img {
    -webkit-transition: 0ms all ease;
    transition: 0ms all ease;
}

#block-scasectionheader .sopara_banner_outer .sopara_banner_overlay img {
    -webkit-filter: grayscale(0%) opacity(0.25);
    filter: grayscale(0%) opacity(0.25);
}
#block-scasectionheader .sopara_banner_outer .sopara_banner_overlay img.sca-header-logo {
    display: block;
    position: relative;
max-width: 556px;
    height: auto;
    max-height: 100%;
    -o-object-fit: fit;
    object-fit: fit;
    display: block;
    -webkit-filter: grayscale(0%) opacity(1)!important;
    filter: grayscale(0%) opacity(1)!important;
    margin: 0 auto;
    -webkit-transition: 0ms all ease;
    transition: 0ms all ease;
}

table.scavhrates td {
  padding: 8px;
  border: 1px solid #333;
}

table.scavhregulars td {
  padding: 8px;
  border: 1px solid #333;
}
table.scavhregulars td.dayrow {
  background: #e4e4e4;
}  


/* #### WEBFORMS ####  */

.field--type-webform label, .field--type-webform legend, .webform-submission-form label, .webform-submission-form legend {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}

.field--type-webform .webform-element-description, .so-desc-markup, .webform-submission-form .webform-element-description, .so-desc-markup{
  font-size: 13px;
  padding-bottom: 8px;
}

.js-form-type-radio input + label:before {
  display:none;
}

.js-form-type-radio input + label {
  padding: 0 20px;
  font-size: 15px;
}

.webform-element-description ul {
  margin: 0;
  padding-left: 2em;
}

#block-addyourinfosideblock {
  background: #d9ecf7;
}

.form-item .description {
    position: relative;
    width: auto;
    padding: 0;
    border: 0;
    background: none;
    color: #000;
    right: 0px;
    bottom: 100%;
    display: block;
    margin-bottom: 0px;
    z-index: 3;
}

.form-item .description:after {
  display:none;
}

details#captcha {
  border: 0;
  padding: 0;
}

details#captcha > .details-wrapper{
  border: 0;
  padding: 0;
}

details#captcha summary{
  display:none;
}

details#captcha .details-description {
  font-size: 14px;
}

/* #### SITE SEARCH #### */

.so-search-result {
  padding: 10px 20px;
  background: #fff;
  border-radius: 25px;
}

.so-search-result .sssr-title h3 {
  margin: 0;
  padding: 0;
}

.so-search-result .sssr-tags {
  padding: 8px 0;
}

.so-search-result .sssr-tags div[class^="srtag-"] {
  font-size: 0.9em;
  border: 1px solid #e4e4e4;
  padding: 3px 5px;
  display: inline-block;
}

.so-search-result .srphoto {
  float:left;
  margin-right: 20px;
}

@media only screen and (max-width: 767px)  {
  .so-search-result .srphoto {
    float:none;
    margin-right: 0px;
  }
}

.so-search-result .srphoto img {
  width: 150px;
}

#block-exposedformsite-searchpage-1 .form-item {
  max-width: 100%;
}

#block-exposedformsite-searchpage-1 #edit-type--2 .form-type-checkbox label {
  font-size: 14px;
}

#block-exposedformsite-searchpage-1 #edit-type--2--wrapper legend {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 3px 0;
    display: block;
}

#block-exposedformsite-searchpage-1   #edit-type--2--wrapper--description {
      font-size: 10px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 10px 3px 0;
    display: block;
    color: #888;
}

.path-site-search h1.page-title {
  margin: 0;
}

.view-site-search .view-header {
  margin-bottom: 10px;
}




/* #### RESPONSIVE #### */

/*
md = 768+
sm = 576+
xs = <576
1280 = 80em
1024 = 64em
768  = 48em
576  = 36em */


/* ALL BELOW 1024 */

@media only screen and (max-width: 64em)  {
  
.col-sm-4.onecol {
  width: 100%!important;
}

.block-page-title-block h1.page-title {
  margin: 0px;
}


}



/* TABLET SIZE = 768 to 1023 */

@media only screen and (min-width: 48em) and (max-width: 64em)  {
 
 
 .paragraph--type--image-and-text .sopara_iat_txt {
  padding-left: 2em!important;
}


.sopara_iat_txt.textpadnone {
   margin-top: 0em;
}

.sopara_iat_txt.textpadsml {
   margin-top: 1.5em;
}

.sopara_iat_txt.textpadmed {
   margin-top: 3em;
}

.sopara_iat_txt.textpadlge {
   margin-top: 4.5em;
}

}

@media screen and (min-width: 40em) and (max-width: 64em)  {

.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first, .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 100%;
}

input[type="text"], input.form-text, select, textarea, input[type="email"] {
  max-width: 85%;
}

.sopara_banner_outer span.sopara_banner_text {
  top: 70%!important;
}

#block-homepageheader .sopara_banner_outer span.sopara_banner_text {
  top: 60%!important;
}

}


/* MOBILE SIZE = 576 and less */
@media only screen and (max-width: 48em) {

#banner h1.hp_welcome {
    font-size: 2.25em;
    line-height: 1.5em;
}

#banner .sopara_banner_outer h2.hp_strap {
    font-size: 1.5em;
}

#block-homepageheader .sopara_banner_overlay {
  height: 60vh!important;
}



#banner .sopara_banner_outer h2 {
    font-size: 2em;
    color: #fff;
}

.paragraph--type--image-and-text .sopara_iat_txt {
  padding-left: 0em;
}

.sopara_iat_txt.textpadnone {
   margin-top: 0em;
}

.sopara_iat_txt.textpadsml {
   margin-top: 1em;
}

.sopara_iat_txt.textpadmed {
   margin-top: 2em;
}

.sopara_iat_txt.textpadlge {
   margin-top: 3em;
}

input[type="text"], input.form-text, select, textarea, input[type="email"] {
  max-width: 80%;
}

.event-item-inner {
  padding: 7px;
   }
div#block-facebooksidebar2020, div#block-twittersidebar2020, div#block-instagramsidebar2020 {
    margin-bottom: 1em;
    padding: 0 0.5em;
   }
h2 {
        margin: 1.23077em 0 0.3em 0;
}
#block-exposedformspondon-business-directory-a-to-zpage-1 h2 {
        font-size: 1.4em;
}
div#search-area {
    text-align: center;    
}
    .node--type-event .field__label {
        float: none;
    }
    .node--content-container {   
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
    }
    
    .node--content-container a{   
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
    }    
#views-exposed-form-spondon-business-directory-a-to-z-page-1 .form--inline .form-item   {
        margin-right: 0;
        max-width: 100%;        
    }
#views-exposed-form-spondon-business-directory-a-to-z-page-1 input[type="text"], #views-exposed-form-spondon-business-directory-a-to-z-page-1 input.form-text, #views-exposed-form-spondon-business-directory-a-to-z-page-1 select {
    max-width: 100%;
}      
.view-spondon-business-directory-a-to-z .busmob-cat{
        font-size: 0.8em;
    }
    
.view-spondon-business-directory-a-to-z th, .view-spondon-business-directory-a-to-z td.views-field-title, .view-spondon-business-directory-a-to-z td.views-field-field-address-line-1, .view-spondon-business-directory-a-to-z td.views-field-field-business-category, .view-spondon-business-directory-a-to-z td.views-field-field-telephone{
        display:none;
    } 
    
    .view-spondon-business-directory-a-to-z caption {
        font-weight: 700;
        font-size: 1.2em;
    }

    .view-local-groups-and-organisations .views-row {
        overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
 
    }
    

}

/* LARGER SIZE = 577 and over */
@media only screen and (min-width: 48.1em) {
.view-spondon-business-directory-a-to-z td.views-field-nothing{
        display:none;
    }    
    
}

@media only screen and (max-width: 1023px) {
    .menu--main ul li ul li {
        line-height: 1.7em;
        padding: 0.7em 0!important;
        border-bottom: 1px solid #ccc;
        text-transform: none;
    }
    .menu--main ul > li.menu-item--expanded a {
      margin-right: 40px;    
    } 
    #block-scamenu-3 {
        display:none;
    }
    
    #block-scamenu-2 .content{
        margin: 15px;
    }    
    
    #block-scamenu-2 .sf-accordion-toggle {
        background: #91c13d;
        padding: 15px;
    }
    #block-scamenu-2 .sf-accordion-toggle a{
        display: block;
        width: 100%;
        position: relative;
        padding-left: 30px;
    }
    #block-scamenu-2 .sf-accordion-toggle a:before {
        content: '\f0c9';
        font: normal normal normal 22px/1 FontAwesome;
        left:0px;
        position:absolute;
        top:0;
    }    
    #block-scamenu-2 ul {
        padding: 15px;
        background: #afbf92;
    }
    #block-scamenu-2 ul li ul {
        padding: 0 15px;
    }
    #block-scamenu-2 ul li ul li{
        background: #cad7b4;
    }    
    #block-scamenu-2 ul li {
        border-bottom: 1px solid #fff;
    }
    #block-scamenu-2 a:focus, #block-scamenu-2 a:hover, #block-scamenu-2 a:active {
        color: #000;
    }    
}

@media only screen and (min-width: 1024px) {
    #block-scamenu-2 {
        display:none;
    }
    #block-scamenu-3  {
        background: #91c13d;
        padding: 15px;
    }
    #block-scamenu-3 ul {
        background: #91c13d;
    }
    #block-scamenu-3 ul a{
        padding: 10px;
        display: block;
    }  
    #block-scamenu-3 ul li ul {
        padding: 0 15px;
    }
    #block-scamenu-3 ul li ul li{
        /*background: #afbf92;*/
    }    
    #block-scamenu-3 ul li {
        border-bottom: 1px solid #fff;
    }
    #block-scamenu-3 ul li ul li {
        border-bottom: 0;
    }    
    #block-scamenu-3 a:focus, #block-scamenu-3 a:hover, #block-scamenu-3 a:active {
        color: #000;
    }  
}

.block.block-layout-builder.block-field-blocknodecommunitynewsfield-bottom-image .field__item {
    margin-bottom: 1em;
}

@media only screen and (min-width: 1140px) {

    .block.block-layout-builder.block-field-blocknodecommunitynewsfield-bottom-image .field__item{
        width: 46%;
        float: left;
        margin: 2%;
    }
}

div#es-header {
    display: none!important;
}


/* DESKTOP SUPERFISH MENU */
@media only screen and (min-width: 1067px) {
    
   ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
    background: #ffffff;
} 
    
    ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
    color: #333;
}
    
    ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover, ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus, ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover, ul.sf-menu.sf-style-default li li ul li, ul.sf-menu.sf-style-default li li ul li a {
    background: #f4f4f4;
    outline: 0;
        color: #333333;
}
    
    ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul {
    background: #f4f4f4;
        border: 1px solid #e4e4e4;
}
    
        ul.sf-menu.sf-style-default li li:hover, ul.sf-menu.sf-style-default li ul > li:hover a, ul.sf-menu.sf-style-default li li ul li:hover, ul.sf-menu.sf-style-default li li ul li:hover a, ul.sf-menu.sf-style-default li li ul li a:hover{
    background: #0693e3;
            color: #fff;
            text-decoration: none;
}
    
            ul.sf-menu.sf-style-default li li:hover ul li, ul.sf-menu.sf-style-default li li:hover ul li a {
    background: #f4f4f4;
                color: #333;
}
    
    ul.sf-menu a, ul.sf-menu span.nolink {
        color: #333333;
    }
    
    ul.sf-menu .sf-sub-indicator {
    color: #333333;
}
    
}



/* MOBILE SUPERFISH MENU */
@media only screen and (max-width: 1066px) {
    
    div.sf-accordion-toggle.sf-style-default a {
    color: #0693e3;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1066px)  {
    .main-navigation{
        top: 60px;
    }
}


.m-0 {
    margin: 0;
}