@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
/*
  Theme Name:   Idium Child Theme
  Theme URI:    http://idium.no/
  Description:  Idium WordPress theme. Most flexibile, yet elegant, theme in the world.
  Author:       Idium
  Author URI:   http://idium.no/
  Template:     idium-theme
  Version:      1.0

  Text Domain:  idium-child

  License:      All rights reserved by Idium AS
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *        user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
     ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
     ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *        Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *        and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *        `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *        (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #0e537f;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
figure {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 62.5%;
}
html body {
  color: #252525;
  background: #ffffff;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
}
html body #wrapper {
  position: relative;
}
#nav {
  border-color: #0e537f;
  border-width: 1px 0;
  border-style: solid;
  background: #ffffff;
  display: none;
  text-transform: uppercase;
  clear: both;
  height: 42px;
}
#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav a {
  padding: 6px 40px 6px 40px;
  display: block;
  color: #252525;
  background: #ffffff;
  position: relative;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 18px;
  font-size: 1.8rem;
}
#nav a .caret {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  z-index: 101;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#nav a .caret:before {
  position: absolute;
  top: 16px;
  top: 1.6rem;
  right: 14px;
  right: 1.4rem;
}
#nav a:hover,
#nav a:focus,
#nav li.active-drop a {
  text-decoration: none;
}
#nav > ul > li > a:hover,
#nav > ul > li > a:focus,
#nav > ul > li.active-drop > a:hover,
#nav > ul > li.active-drop > a:focus {
  background: #1d9ed3;
  color: #ffffff;
}
#nav > ul > li.active.active-drop > a,
#nav > ul > li.active.active-drop > a:hover,
#nav > ul > li.active.active-drop > a:focus {
  background: #1d9ed3;
  color: #ffffff;
}
#nav > ul > li.active a {
  background: #246b99;
  color: #ffffff;
}
#nav > ul > li.active-drop a {
  background: #246b99;
  color: #ffffff;
}
#nav > ul > li.active-drop ul li a:hover,
#nav > ul > li.active-drop ul li a:focus {
  background: #1d9ed3;
  color: #ffffff;
}
#nav > ul > li.active.active-drop ul li a {
  background: #246b99;
  color: #ffffff;
}
#nav > ul > li.active.active-drop ul li a:hover,
#nav > ul > li.active.active-drop ul li a:focus {
  background: #1d9ed3;
  color: #ffffff;
}
#nav > ul > li {
  float: left;
  position: relative;
}
#nav > ul > li > a .caret {
  opacity: 0.2;
}
#nav > ul > li > ul > li:first-child > a {
  border-top: none;
}
#nav > ul > li > ul {
  width: 220px;
  position: absolute;
  left: 0;
  display: none;
}
#nav > ul > li > ul > li ul {
  display: none;
}
#nav > ul > li > ul a {
  border-top: 1px solid #1371ad;
}
#nav > ul > li > ul a .caret {
  border-left: 1px solid #1371ad;
}
#nav > ul > li > ul > li > a {
  padding: 6px 20px 6px 20px;
}
#nav > ul > li > ul > li > ul > li > a {
  padding: 6px 20px 6px 30px;
  font-size: 15px;
}
#nav > ul > li > ul > li > ul > li > ul > li > a {
  padding: 6px 20px 6px 40px;
  font-size: 14px;
}
#nav > ul > li.dropdown.mega-menu,
#nav > ul li.dropdown.mega-menu.active.active-drop {
  position: static;
}
#nav > ul > li.dropdown.mega-menu ul,
#nav > ul li.dropdown.mega-menu.active.active-drop ul {
  background: #1d9ed3;
}
#nav > ul > li.dropdown.mega-menu.active-drop ul {
  background: #246b99;
}
#nav > ul > li.dropdown.mega-menu > ul {
  width: 100%;
}
#nav > ul > li.dropdown.mega-menu > ul > li {
  float: left;
  width: 154px;
  margin: 0 3px;
}
#nav > ul > li.dropdown.mega-menu > ul > li:last-child a {
  border-bottom: 1px solid #1371ad;
}
#nav > ul > li.dropdown.mega-menu > ul > li a .caret {
  display: none;
}
#nav > ul > li.dropdown.mega-menu > ul > li ul {
  display: block !important;
}
#nav > ul > li.dropdown.mega-menu > ul > li ul a {
  font-size: 14px;
  padding: 6px 15px 6px 25px;
}
#nav > ul > li.dropdown.mega-menu > ul > li ul ul a {
  padding: 6px 15px 6px 35px;
}
#nav > ul > li.dropdown.mega-menu > ul > li ul ul ul a {
  padding: 6px 15px 6px 45px;
}
#nav > ul > li.dropdown.mega-menu > ul > li ul ul ul ul {
  display: none !important;
}
/* Drop down menu */
.main-menu-holder {
  position: relative;
}
.support-menu-holder {
  margin: 0 auto;
  padding: 9px 0 5px;
  font-size: 16px;
  line-height: 19px;
}
.support-menu-inner-wrap {
  position: relative;
}
.support-menu {
  display: none;
}
.support-menu ul:first-child {
  padding-right: 31px;
}
.support-menu ul {
  float: left;
  list-style: none;
  padding: 0 0 2px 27px;
  border-right: 1px solid #1d9ed3;
  margin: 0;
}
.support-menu ul:first-child li:first-child {
  padding: 0;
}
.support-menu ul:first-child li {
  padding: 0 0 0 31px;
}
.support-menu ul li {
  float: left;
  padding: 1px 32px 0 0;
}
.support-menu a {
  color: #404040;
}
/* Mobile navigation */
.mobile-navigation {
  position: absolute;
  width: 220px;
  right: -220px;
  height: 0;
  background: #464646;
  border-left: 1px solid #000;
  overflow-x: hidden;
  padding: 0;
  -webkit-box-shadow: inset 2px 0 5px #000000;
  -moz-box-shadow: inset 2px 0 5px #000000;
  box-shadow: inset 2px 0 5px #000000;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.mobile-navigation #nav-mobile {
  margin: 0 0 0 5px;
}
.mobile-navigation #nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation #nav-mobile ul li ul {
  display: none;
}
.mobile-navigation #nav-mobile ul li a {
  padding: 10px 20px;
  margin: 0 0 0 -3px;
  display: block;
  border-bottom: 1px solid #252525;
  background: #1d9ed3;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.mobile-navigation #nav-mobile ul li a .caret {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  border-left: 1px solid #282828;
  border-right: 1px solid #282828;
  z-index: 101;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.mobile-navigation #nav-mobile ul li a .caret.fa-chevron-down:before {
  position: absolute;
  top: 13px;
  left: 11px;
}
.mobile-navigation #nav-mobile ul li a .caret.fa-chevron-up:before {
  position: absolute;
  top: 13px;
  left: 11px;
}
.mobile-navigation #nav-mobile ul ul li a {
  padding: 10px 35px;
  background: #3c3c3c;
}
.mobile-navigation #nav-mobile ul ul li ul li a {
  padding: 10px 50px;
  background: #333232;
}
.mobile-navigation #nav-mobile ul ul li ul li ul li a {
  padding: 10px 65px;
  background: #282828;
}
/* Move content to the left when mobile menu is open */
.mobile-nav-active #wrapper {
  left: -220px;
}
.mobile-nav-active .mobile-navigation {
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
/* Mobile menu toggle button */
.menu-toggle-container {
  padding-bottom: 10px;
}
.menu-toggle-container .menu-toggle {
  display: block;
  float: right;
  background: #0e537f;
  padding: 5px 5px 2px 5px;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.3em;
}
#header {
  padding: 36px 0px 20px;
  position: relative;
  z-index: 101;
}
#header .layout-container {
  position: relative;
  padding: 36px 10px 0px;
}
.logo {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  padding: 0;
  display: block;
  float: left;
}
.logo a {
  color: #252525;
  text-decoration: none;
  text-transform: uppercase;
}
.logo span {
  font-size: 24px;
}
.logo-image-wrapper .logo-image {
  display: inline-block;
}
.logo-image-wrapper .logo-image:hover {
  opacity: 0.6;
}
.logo-image-wrapper .logo-image img {
  max-width: 100%;
}
.social {
  border: none;
  float: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #0e537f;
}
.social .social-holder {
  overflow: hidden;
}
.social .social-network {
  list-style: none;
  padding: 0;
  margin: 7px 0 0 0;
  display: none;
}
.social .social-network li {
  float: left;
  padding: 0 0 0 10px;
}
.social .social-network li a {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 11px;
}
.social .social-network li a:hover {
  opacity: 0.6;
}
.social .social-network li a:before {
  position: absolute;
  font-size: 15px;
}
.social .social-network li a.twitter:before {
  top: 4px;
  left: 10003px;
}
.social .social-network li a.facebook:before {
  top: 4px;
  left: 10006px;
}
.social .social-network li a.linkedin:before {
  top: 4px;
  left: 10004px;
}
.social form.search input[type="text"]::-webkit-input-placeholder,
.social form.search input[type="url"]::-webkit-input-placeholder {
  color: #ffffff;
}
.social form.search input[type="text"]:-moz-placeholder,
.social form.search input[type="url"]:-moz-placeholder {
  color: #ffffff;
}
.social form.search input[type="text"]::-moz-placeholder,
.social form.search input[type="url"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.social form.search input[type="text"]:-ms-input-placeholder,
.social form.search input[type="url"]:-ms-input-placeholder {
  color: #ffffff;
}
.social form.search div.row {
  margin: 1px;
}
.support-menu-holder {
  float: right;
}
form.search {
  float: right;
  width: auto;
  padding: 0 0 0 20px;
}
form.search .row {
  position: relative;
}
form.search input[type="text"],
form.search input[type="url"] {
  background: #246b99;
  border: none;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  float: left;
  padding: 8px 36px 8px 11px;
  height: 18px;
  width: 195px;
}
form.search input[type="text"]::-webkit-input-placeholder,
form.search input[type="url"]::-webkit-input-placeholder {
  color: #252525;
}
form.search input[type="text"]:-moz-placeholder,
form.search input[type="url"]:-moz-placeholder {
  color: #252525;
}
form.search input[type="text"]::-moz-placeholder,
form.search input[type="url"]::-moz-placeholder {
  color: #252525;
  opacity: 1;
}
form.search input[type="text"]:-ms-input-placeholder,
form.search input[type="url"]:-ms-input-placeholder {
  color: #252525;
}
form.search input[type="submit"] {
  background: url("../idium/Jesse/assets/img/bg-search.png") no-repeat 0 0;
  float: right;
  padding: 0;
  width: 18px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 103;
  opacity: .5;
  margin: 10px 12px 0 0;
}
form.search input[type="submit"]:hover {
  background-position: -18px 0;
}
/**
 *  Set outline on form elements with important because some plugins disable outline
 */
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 10px transparent !important;
  outline: 1px solid transparent !important;
}
/* form.search */
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #252525;
  margin: 0 0 1px;
  font-weight: normal;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #252525;
  margin: 0 0 1px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #252525;
  margin: 0 0 4px;
  font-weight: normal;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #252525;
  margin: 0 0 2px;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  color: #252525;
  margin: 0 0 2px;
  font-weight: normal;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #252525;
  margin: 0 0 2px;
  font-weight: normal;
}
div.article-content-wrapper blockquote {
  display: block;
}
div.article-content-wrapper a {
  text-decoration: underline;
}
div.article-content-wrapper a:hover {
  text-decoration: none;
}
.idium-no-sidebar #content {
  float: none;
  width: 100%;
}
.idium-no-sidebar #content div.article-content-wrapper {
  padding: 1em 0 0 0;
}
#middle {
  padding: 9px 10px 39px;
}
#middle #content {
  padding: 0 0 38px;
}
/* article list and article header */
h1.title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}
article .intro {
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
article .intro p {
  margin: 0;
}
article .header {
  padding: 0;
  margin: 0 0 30px 0;
}
article .header img {
  display: block;
  width: 100%;
}
article .header .metadata {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
article img {
  max-width: 100%;
  height: auto;
}
article .alignleft {
  float: left;
  width: auto;
  padding: 4px 9px 0 0;
  margin: 0 12px 0 0;
}
article .alignright {
  float: right;
  padding: 4px 0 0 9px;
  margin: 0 0 0 12px;
}
article .aligncenter {
  display: block;
  margin: 0 auto;
}
article .wp-caption {
  border: 1px solid #eaeaea;
  padding: 5px;
  background: #f7f7f7;
}
article .author,
article .category {
  font-style: italic;
  display: block;
}
article .author .date {
  display: inline-block;
  margin: 0 5px;
}
article blockquote {
  border-left: 5px solid #0e537f;
  padding: 0 0 0 20px;
  font-style: italic;
}
article .description .date {
  display: block;
  font-size: 14px;
  padding: 0 0 3px;
  color: #323232;
}
article .read-more {
  display: block;
  color: #0e537f;
  text-decoration: underline;
}
article .read-more:hover {
  color: #0e537f;
  text-decoration: none;
}
article .read-more:before {
  content: "";
}
.article-holder article {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
.article-holder article:before,
.article-holder article:after {
  content: "";
  display: table;
}
.article-holder article:after {
  clear: both;
}
.article-holder article h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
.pagination,
.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.pagination ul,
.woocommerce-pagination ul {
  padding: 0;
}
.pagination ul li:before,
.woocommerce-pagination ul li:before {
  content: '';
  margin: 0;
}
.pagination ul li,
.woocommerce-pagination ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
}
.pagination ul li a,
.woocommerce-pagination ul li a {
  color: #252525;
}
.pagination ul li a:hover,
.woocommerce-pagination ul li a:hover {
  text-decoration: none;
  color: #0e537f;
}
.pagination ul li span.current,
.woocommerce-pagination ul li span.current {
  color: #0e537f;
}
.inner h1.title {
  padding: 0 0 25px;
}
.list h1.title {
  padding: 0 0 18px;
}
#content p {
  margin: 0 0 18px;
}
/* Comments */
ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 13px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
ol.commentlist li {
  padding: 15px;
}
ol.commentlist li:nth-child(2n+1) {
  background: #EEE;
}
ol.commentlist li:before {
  content: '';
  float: none;
  width: 0;
  margin: 0;
}
ol.commentlist .comment-author img {
  margin-right: 15px;
}
ol.commentlist .children > .comment {
  padding: 15px;
  background: transparent;
  border-left: 2px solid #252525;
  margin: 0 0 20px 0;
}
ol.commentlist ul {
  list-style: none;
  padding: 6px 0 26px;
  margin: 0;
}
ol.commentlist ul li {
  padding: 0;
}
/* General Forms */
input,
textarea,
select {
  vertical-align: middle;
  color: #252525;
}
form,
fieldset {
  margin: 0;
  padding: 1px;
  border-style: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea,
input[type=submit],
input[type=url] {
  -webkit-appearance: none;
}
/* Forms in content and footer */
#content input[type="button"],
#footer input[type="button"],
#content input[type="submit"],
#footer input[type="submit"] {
  background: #0e537f;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
#content input[type="button"]:hover,
#footer input[type="button"]:hover,
#content input[type="submit"]:hover,
#footer input[type="submit"]:hover {
  background: #252525;
  color: #ffffff;
}
#content textarea,
#footer textarea,
#content input[type="text"],
#footer input[type="text"],
#content input[type="email"],
#footer input[type="email"],
#content input[type="password"],
#footer input[type="password"],
#content input[type="url"],
#footer input[type="url"] {
  color: #252525;
  background: #f7f7f7;
  border: solid 1px #dedede;
  width: 100%;
  padding: 8px 12px 11px;
  -webkit-box-shadow: inset 0 -3px #dedede;
  -moz-box-shadow: inset 0 -3px #dedede;
  box-shadow: inset 0 -3px #dedede;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#footer label {
  color: #ffffff;
}
#footer input[type=submit] {
  background: #f86b34;
  color: #ffffff;
}
#footer .gform_wrapper label {
  color: #ffffff;
}
#footer .gform_wrapper li:after {
  display: none !important;
}
.gform_wrapper {
  padding: 0;
  clear: both;
}
.gform_wrapper .gf_progressbar,
.gform_wrapper .gf_progressbar_wrapper {
  width: 100%;
}
.gform_wrapper select {
  color: #252525;
  background: #f7f7f7;
  border: solid 1px #dedede;
  padding: 8px 12px 11px;
  height: 41px !important;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -3px #dedede;
  -moz-box-shadow: inset 0 -3px #dedede;
  box-shadow: inset 0 -3px #dedede;
}
.gform_wrapper .top_label select.large {
  width: 100%;
}
.gform_wrapper select[multiple="multiple"] {
  height: auto !important;
}
.gform_wrapper h5 {
  color: #252525;
  margin: 0 0 22px;
}
.gform_wrapper .ginput_container {
  padding: 0 0 15px;
}
.gform_wrapper li {
  border: none;
  padding: 5px 0 !important;
}
.gform_wrapper .gform_page_footer,
.gform_wrapper .gsection {
  margin: 0;
}
.gform_wrapper .gform_footer {
  padding-top: 5px;
  margin-top: 5px;
}
.gform_wrapper label {
  display: block;
  margin: 8px 1px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.gform_wrapper .gfield_radio li input {
  margin-left: 1px;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gform_wrapper .gfield_radio li label {
  margin: 0 0 0 024px;
}
.gform_wrapper input[type="text"],
.gform_wrapper .gform_wrapper textarea {
  font-size: 14px;
  font-size: 1.4rem;
}
.gform_wrapper input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper input[type="email"]::-webkit-input-placeholder {
  color: #737373;
}
.gform_wrapper input[type="text"]:-moz-placeholder,
.gform_wrapper input[type="email"]:-moz-placeholder {
  color: #737373;
}
.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper input[type="email"]::-moz-placeholder {
  color: #252525;
  opacity: 1;
}
.gform_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper input[type="email"]:-ms-input-placeholder {
  color: #737373;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100% !important;
}
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right select {
  width: 100% !important;
}
#sidebar section.gform_widget .gform_wrapper {
  margin: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#sidebar section.gform_widget .gform_wrapper .gform_body ul li {
  border: 0;
  padding: 0 !important;
}
#sidebar section.gform_widget .gform_wrapper .gform_body ul li label {
  margin-top: 0;
}
#sidebar section.gform_widget .gform_wrapper .gform_body ul li input[type="text"],
#sidebar section.gform_widget .gform_wrapper .gform_body ul li textarea {
  color: #252525;
  background: #ffffff;
  border: solid 1px #eaeaea;
  width: 100%;
  padding: 8px 12px 11px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -3px #dedede;
  -moz-box-shadow: inset 0 -3px #dedede;
  box-shadow: inset 0 -3px #dedede;
}
#sidebar section.gform_widget .gform_wrapper .gform_body ul li textarea {
  height: 100px;
}
#sidebar section.gform_widget .gform_wrapper .gform_body ul.gfield_checkbox li:before,
#sidebar section.gform_widget .gform_wrapper .gform_body ul.gfield_radio li:before {
  margin: 0;
}
#sidebar section.gform_widget .gform_wrapper .gform_body ul.gfield_checkbox label,
#sidebar section.gform_widget .gform_wrapper .gform_body ul.gfield_radio label {
  display: inline-block;
  margin: 0.1em 0 0 0.5em;
}
#sidebar section.gform_widget .gform_wrapper .gform_footer {
  margin-top: 0;
}
#sidebar section.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -3px #0e537f;
  -moz-box-shadow: inset 0 -3px #0e537f;
  box-shadow: inset 0 -3px #0e537f;
}
#sidebar section.gform_widget .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #252525;
  color: #ffffff;
}
.hide-line {
  background: #fff;
  height: 80px;
  display: none;
  position: absolute;
  right: 235px;
  bottom: 0;
  z-index: 100;
  width: 10px;
}
#sidebar .widget {
  overflow: hidden;
  padding: 0 0 29px;
  line-height: 26px;
}
#sidebar .widget .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #eaeaea;
}
#sidebar .widget_tag_cloud .widget-title {
  margin: 0 0 15px;
}
#sidebar section.widget_nav_menu h1.widget-title {
  font-weight: bold;
  margin: 0;
  border-bottom: 2px solid #252525;
}
#sidebar section.widget_nav_menu ul.menu {
  background: #f9f9f9;
}
#sidebar section.widget_nav_menu ul.menu li {
  padding: 0;
  border: 0;
}
#sidebar section.widget_nav_menu ul.menu li a {
  padding: 11px 20px 8px;
  display: block;
  border-bottom: 1px dotted #dedede;
}
#sidebar section.widget_nav_menu ul.menu li a:hover {
  background: #252525;
  color: #ffffff;
  text-decoration: none;
}
#sidebar section.widget_nav_menu ul.menu li.menu-item-has-children > a {
  border-bottom: 0;
}
#sidebar section.widget_nav_menu ul.menu ul {
  margin: 0;
}
#sidebar section.widget_nav_menu ul.menu ul li:before {
  float: left;
  margin: 10px 0 0 7px;
  content: " ";
}
#sidebar section.widget_nav_menu ul.menu ul li a {
  padding-left: 30px;
}
#sidebar section.widget_nav_menu ul.menu ul li a:before {
  content: "›";
  margin: 0 10px 0 0;
}
#sidebar section.widget_nav_menu ul.menu ul li ul li a {
  padding-left: 40px;
}
#sidebar form.search {
  overflow: hidden;
  float: none;
  padding: 0 0 30px;
  width: 100%;
}
#sidebar form.search input[type="text"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #252525;
  background: #f7f7f7;
  border: 1px solid #dedede;
  width: 100%;
  height: 36px;
}
#sidebar form.search input[type="submit"] {
  margin: 9px 8px 0 0;
}
#sidebar form.search input[type="submit"]:hover {
  background-position: -18px 0;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 20px;
}
#sidebar ul li {
  border-bottom: 1px solid #eaeaea;
  padding: 11px 20px 8px;
  margin: 0;
}
#sidebar ul ul {
  margin: 11px -12px 0;
  border-top: 1px solid #eaeaea;
}
#sidebar ul ul ul {
  margin: 11px -6px 0;
}
#sidebar ul ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#sidebar ul ul li:before {
  content: '›';
  color: #252525;
  margin: 0 3px 0 0;
}
#sidebar a {
  color: #252525;
}
#sidebar ul ul li a {
  color: #252525;
  text-decoration: none;
}
#sidebar ul li a:hover {
  text-decoration: underline;
}
#sidebar ul ul li a:hover,
#sidebar ul ul li:hover:before,
#sidebar ul ul li.active a,
#sidebar ul ul li.active:before {
  color: #0e537f;
}
#sidebar .tagcloud {
  padding: 0 0 33px;
}
#sidebar .tagcloud a {
  float: left;
  margin: 0 3px 3px 0;
  font-size: 16px;
  line-height: 19px;
  display: block;
  padding: 7px 12px 7px;
  background: #0e537f;
  color: #ffffff;
}
#footer {
  clear: both;
  background: #0e537f;
}
#footer .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  margin: 0 0 3px;
}
#footer .footer-holder {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 10px;
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
#footer .footer-holder .column {
  padding: 0 0 14px;
  width: 100%;
}
#footer .footer-holder .column .footer-column-widget {
  margin: 0;
}
#footer .footer-holder .column .footer-column-widget .widget-title {
  margin-bottom: 0.4em;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
#footer .footer-holder .column .footer-column-widget .textwidget {
  line-height: 1.4;
}
#footer .footer-holder .column .footer-column-widget .textwidget a {
  text-decoration: underline;
}
#footer .footer-holder .column .footer-column-widget .textwidget a:hover {
  text-decoration: none;
}
#footer .footer-holder h3 {
  color: #ffffff;
  margin: 0 0 13px;
}
#footer .footer-holder a {
  color: #ffffff;
}
#footer .footer-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-holder ul li {
  padding: 0 0 5px 8px;
  position: relative;
}
#footer .footer-holder ul li:after {
  background: #ffffff;
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#footer .footer-holder p {
  margin: 0;
}
#footer .footer-holder p a {
  text-decoration: underline;
}
#footer .footer-holder p a:hover {
  text-decoration: none;
}
#footer .footer-holder .social-network {
  display: block;
}
#footer #copyright {
  border-top: 1px solid #444;
  display: block;
  text-align: center;
  padding: 10px 0;
  max-width: inherit;
  background: #333;
}
#footer #copyright a.idium-url {
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
#footer #copyright a.idium-url:hover {
  opacity: 0.4;
  text-decoration: none;
}
#footer #copyright a.idium-url span {
  padding: 0 3px 0 5px;
  text-transform: lowercase;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer #copyright a.idium-url img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
/**
 * MODULE: Breadcrumbs
 */
nav.breadcrumbs {
  border-color: #eaeaea;
}
/* Columns (mainly section module) */
.two-columns,
.three-columns,
.four-columns,
.five-columns,
.six-columns {
  padding: 0 10px;
  text-align: center;
}
.two-columns .column > h3,
.three-columns .column > h3,
.four-columns .column > h3,
.five-columns .column > h3,
.six-columns .column > h3 {
  margin: 0 0 4px;
}
.two-columns .heading,
.three-columns .heading,
.four-columns .heading,
.five-columns .heading,
.six-columns .heading {
  font-size: 26px;
  font-size: 2.6rem;
}
.two-columns .column,
.three-columns .column,
.four-columns .column,
.five-columns .column,
.six-columns .column {
  display: inline-block;
  margin: 0;
  padding: 0 5px 35px;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.two-columns p,
.three-columns p,
.four-columns p,
.five-columns p,
.six-columns p {
  margin: 0;
  color: #252525;
}
.two-columns img,
.three-columns img,
.four-columns img,
.five-columns img,
.six-columns img {
  margin: 0 0 11px;
  display: block;
  width: 100%;
  height: auto;
}
.two-columns .column a,
.three-columns .column a,
.four-columns .column a,
.five-columns .column a,
.six-columns .column a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.two-columns .column a > :hover,
.three-columns .column a > :hover,
.four-columns .column a > :hover,
.five-columns .column a > :hover,
.six-columns .column a > :hover {
  color: #252525;
  text-decoration: none;
}
.two-columns .readmore,
.three-columns .readmore,
.four-columns .readmore,
.five-columns .readmore,
.six-columns .readmore {
  color: #252525;
}
.two-columns .readmore > :hover,
.three-columns .readmore > :hover,
.four-columns .readmore > :hover,
.five-columns .readmore > :hover,
.six-columns .readmore > :hover {
  text-decoration: none;
}
/**
 * MODULE: Slogan
 */
.slogan {
  padding: 0 0 36px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  font-size: 26px;
  color: #252525;
}
.slogan span {
  display: block;
}
.slogan h2 {
  font-size: 36px;
  margin: 0 0 2px;
}
/**
 * MODULE: Sections
 */
.shortcut {
  padding: 40px 0 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.news {
  padding-top: 40px;
}
.idium-section .column:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.idium-section .idium-linked-post {
  color: #252525;
  text-decoration: none;
}
.idium-section .idium-linked-post:hover {
  color: #252525;
  text-decoration: none;
}
.idium-section .idium-linked-post .read-more {
  display: inline;
  color: #0e537f;
}
.idium-section .idium-linked-post .read-more:before {
  content: "\00a0";
}
.idium-section .idium-linked-post .read-more:hover {
  color: #0e537f;
  text-decoration: none;
}
.idium-section .idium-linked-post .span-read-more {
  display: block;
  color: #0e537f;
}
.idium-section .idium-section-header {
  overflow: hidden;
  padding: 0 0 26px;
}
.idium-section .idium-section-header .idium-section-more {
  float: right;
  margin: 7px 0 0;
  padding: 10px 17px 11px 15px;
  background: #0e537f;
  color: #ffffff;
  font-size: 16px;
}
.idium-section .idium-section-header.screenreader-container .idium-section-more {
  margin-bottom: 26px;
}
.idium-section .idium-section-title {
  font-size: 36px;
  color: #252525;
}
.idium-section .date {
  display: block;
  font-size: 14px;
  padding: 0 0 3px;
  color: #323232;
}
/**
 * MODULE: Slider
 */
.cycle-slideshow {
  padding: 0 10px 12px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
.cycle-slideshow:before,
.cycle-slideshow:after {
  content: "";
  display: table;
}
.cycle-slideshow:after {
  clear: both;
}
.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}
.cycle-slideshow .img-holder {
  position: relative;
  overflow: hidden;
}
.cycle-slideshow .caption {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 14px 2% 16px;
  position: relative;
  background: #000000;
  max-height: 75px;
}
.cycle-slideshow .caption h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.cycle-slideshow .caption p {
  font-size: 14px;
  font-size: 1.4rem;
}
.cycle-slideshow h2 {
  color: #fff;
  margin: 0 0 3px;
  font-size: 36px;
}
.cycle-slideshow p {
  margin: 0;
}
.cycle-slideshow .slider-nav-btn {
  display: block;
  position: absolute;
  z-index: 500;
  color: white;
  font-size: 32px;
}
.cycle-slideshow .slider-nav-btn:hover {
  text-decoration: none;
}
.cycle-slideshow .btn-next {
  display: block;
  position: absolute;
  z-index: 500;
  color: white;
  font-size: 32px;
  right: 10px;
  top: 30%;
}
.cycle-slideshow .btn-next:hover {
  text-decoration: none;
}
.cycle-slideshow .btn-prev {
  display: block;
  position: absolute;
  z-index: 500;
  color: white;
  font-size: 32px;
  left: 10px;
  top: 30%;
}
.cycle-slideshow .btn-prev:hover {
  text-decoration: none;
}
.cycle-slideshow .btn-pause {
  display: block;
  position: absolute;
  z-index: 500;
  color: white;
  font-size: 32px;
  top: 10px;
  left: 10px;
}
.cycle-slideshow .btn-pause:hover {
  text-decoration: none;
}
.cycle-slideshow .cycle-pager {
  width: 100%;
  padding: 15px 0 0;
  overflow: hidden;
}
.cycle-slideshow .cycle-pager ul {
  padding: 0;
  text-align: center;
  height: 18px;
  margin-bottom: 4px;
}
.cycle-slideshow .cycle-pager ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
}
.cycle-slideshow .cycle-pager ul li a {
  background: #eaeaea;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.cycle-slideshow .cycle-pager ul li.active a,
.cycle-slideshow .cycle-pager ul li a:hover {
  background: #0e537f;
}
.accessibility-top {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.accessibility-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessibility-top ul li {
  float: left;
  padding: 0 32px 0 0;
}
.accessibility-top ul li a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  top: -35px;
  left: -10000px;
  z-index: 101;
  padding: 0.5em;
}
.accessibility-top ul li a:focus {
  left: 0;
}
.accessibility-tools > li > a {
  cursor: pointer;
}
.accessibility-tools .zoom-text-container {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 200;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 2px solid #000;
  background: #FFFFFF;
}
.accessibility-tools .zoom-text-container .zoom-text {
  display: block;
  width: 100%;
  padding: 1.5em 1em;
  color: #000;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: bold;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .screenreader class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.screenreader.focusable:active,
.screenreader.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  padding-bottom: 26px;
}
/**
 * Lets make container with screenreader content only taking no spece when no eolements are focused
 */
.screenreader-container {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}
/* Contrast */
.contrast * {
  background: #000 !important;
  color: yellow !important;
  /* Placeholder styling has to be separate selectors */
}
.contrast * *:focus {
  border: 2px solid yellow !important;
}
.contrast *:before {
  background: #000 !important;
  color: yellow !important;
}
.contrast * .cycle-pager a {
  color: yellow !important;
  width: 1px !important;
  height: 1px !important;
  margin: 9px auto !important;
}
.contrast * .cycle-pager li {
  width: 20px !important;
  height: 20px !important;
  margin: 10px !important;
  border-radius: 20px !important;
  background: yellow !important;
}
.contrast * .cycle-pager a:focus {
  color: yellow !important;
  width: 10px !important;
  height: 10px !important;
  margin: 3px auto !important;
}
.contrast * .news .readmore {
  color: yellow !important;
}
.contrast * input::-webkit-input-placeholder {
  color: yellow !important;
}
.contrast * input:-moz-placeholder {
  color: yellow !important;
}
.contrast * input::-moz-placeholder {
  color: yellow !important;
}
.contrast * input:-ms-input-placeholder {
  color: yellow !important;
}
.contrast #footer {
  border-top: 1px solid yellow;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}
/**
 * Main menu items have diffrent height under FireFox and Chrome
 *
 * @target   this hack targets all firefox versions to date
 * @problem  diffrences between calculations line-height relative to body line-height
 * @solution set explicitly in FireFox to suppress diffrences
 */
@-moz-document url-prefix() {
  #nav a {
    line-height: 30px;
  }
}
@media only screen and (min-width: 480px) {
  #footer .social-network {
    display: none;
  }
  #header .social-network {
    display: block;
    float: right;
  }
  .cycle-slideshow .caption {
    background: #000;
  }
  .cycle-slideshow .btn-next,
  .cycle-slideshow .btn-prev {
    top: 30%;
  }
  #copyright {
    padding: 0 20px 20px 0;
  }
  .two-columns .column,
  .four-columns .column {
    width: 50%;
    padding: 0 10px 35px;
  }
  #content .article-holder .article {
    border-bottom: 1px solid #EAEAEA;
    padding: 20 0 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-nav-active #wrapper {
    left: -320px;
  }
  .mobile-nav-active #footer {
    left: -320px;
  }
  .mobile-navigation {
    width: 320px;
    right: -320px;
  }
  #header {
    padding: 0px 0 20px;
  }
  #header .layout-container {
    padding: 36px 10px 0px;
  }
  #header .menu-toggle-container {
    margin-top: 20px;
    padding-bottom: 0;
  }
  #content {
    float: none;
    width: 100%;
  }
  #content .article-holder .article {
    border-bottom: 1px solid #EAEAEA;
    padding: 0 0 33px;
    margin-bottom: 37px;
  }
  #content .article-holder .alignleft {
    float: left;
    margin: 0;
    padding: 2px 18px 0 0;
    width: 35%;
  }
  #content .article-holder .alignleft img {
    width: 100%;
  }
  #content .article-holder .description {
    overflow: hidden;
    padding: 0 31px 0 0;
  }
  #sidebar,
  .inner #sidebar {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #footer .footer-holder {
    padding: 34px 0;
  }
  #footer .column {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    float: left;
    padding: 0 10px 14px;
    width: 25%;
  }
  .cycle-slideshow .slide {
    width: 100%;
  }
  .cycle-slideshow .caption {
    background: rgba(0, 0, 0, 0.47);
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 100px;
  }
  .cycle-slideshow .caption h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3em;
    max-width: 960px;
    margin: 0 auto;
  }
  .cycle-slideshow .caption p {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 960px;
    margin: 0 auto;
  }
  .cycle-slideshow .btn-next,
  .cycle-slideshow .btn-prev {
    top: 40%;
  }
  .four-columns {
    padding: 0 5px;
    text-align: left;
  }
  .four-columns .column {
    padding: 0 10px 35px;
    width: 48%;
  }
  .three-columns {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 5px;
  }
  .three-columns .column {
    width: 32%;
    padding: 0 20px 34px;
    text-align: left;
  }
  .two-columns .column {
    text-align: left;
  }
  .slogan {
    padding: 0 10px 35px;
  }
}
@media screen and (min-width: 782px) {
  body.logged-in.admin-bar {
    margin-top: 32px;
  }
}
@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .mobile-navigation {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 980px) {
  #wrapper {
    padding: 0;
  }
  #wrapper #header {
    padding: 37px 0 0 0;
  }
  #wrapper #header .layout-container {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .fullwidth #wrapper #header .layout-container {
    max-width: 100%;
  }
  .mobile-navigation {
    display: block;
  }
  #nav,
  .support-menu {
    display: block;
  }
  #nav > ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .support-menu {
    margin: 0 0 28px 0;
    border-bottom: 1px solid #0e537f;
  }
  .support-menu-holder {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .main-menu-holder {
    clear: both;
  }
  .menu-toggle-container {
    display: none;
  }
  .menu-toggle-container .menu-toggle {
    display: none;
  }
  .sticky-header #header {
    position: fixed;
    width: 100%;
    background: #fff;
  }
  .sticky-header .support-menu,
  .sticky-header .support-menu-holder {
    margin-bottom: 0;
  }
  .sssticky-header #wrapper #header {
    padding-top: 0;
  }
  .sticky-header #header .logo {
    display: none;
  }
  .logo,
  .logo-container {
    margin: 0 auto 20px;
    float: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .logo a,
  .logo-container a {
    display: block;
  }
  .social-holder {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #middle {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .home #middle {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  #content {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #content .article {
    padding: 0px 0 22px 0;
  }
  #content .article .article-content-wrapper,
  #content #respond,
  #content #comments,
  #content ol.commentlist {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 1em 6% 0 0;
  }
  aside#sidebar {
    border-left: 1px solid #eaeaea;
    position: relative;
    float: right;
    margin: 0;
    padding: 45px 0 40px 4%;
    width: 30%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .content-longest #content {
    border-right: 1px solid #eaeaea;
  }
  form.search {
    width: 245px;
  }
  .idium-section {
    max-width: 100%;
  }
  .cycle-slideshow {
    max-width: 1280px;
    margin: 30px auto 0 auto;
    padding: 0 0 13px;
  }
  .cycle-slideshow .caption p,
  .cycle-slideshow .caption h2 {
    max-width: 1260px;
  }
  .fullwidth .cycle-slideshow {
    max-width: 100%;
    margin-top: 0;
  }
  .slogan {
    max-width: 100%;
    margin: 0 auto;
  }
  .shortcut,
  .news {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
  }
  .shortcut {
    padding: 40px 10px 0;
  }
  .news {
    padding: 33px 10px 0;
  }
  .four-columns {
    padding: 0;
    margin: 0 -20px;
  }
  .four-columns .column {
    width: 25%;
    padding: 0 20px 36px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .three-columns {
    margin: 0 -20px;
  }
  .three-columns .column {
    padding: 0 20px 34px;
  }
  #footer .footer-holder {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #footer .footer-holder .column {
    display: inline-block;
    padding: 0 10px 1px;
    vertical-align: top;
    width: 26.1%;
  }
  #footer .footer-holder .last-column {
    padding: 0;
    width: 21%;
  }
}
@media only screen and (min-width: 1280px) {
  .logo,
  .logo-container,
  .social-holder,
  #wrapper #header .layout-container,
  #nav > ul,
  .slogan,
  .shortcut,
  .news,
  .support-menu-inner-wrap,
  #footer .footer-holder {
    max-width: 1280px;
    margin: 0 auto;
  }
  .cycle-slideshow {
    max-width: 1280px;
  }
  .support-menu,
  .slogan,
  .shortcut,
  .news {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .logo-container {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1300px) {
  #middle {
    padding: 0;
  }
  #footer .column {
    padding: 0;
  }
}
@media print {
  * {
    background: none !important;
    color: #000 !important;
  }
  body {
    font: 13px/18px Arial, Helvetica, sans-serif;
  }
  header {
    margin: 0;
    padding: 0 0 2% !important;
  }
  header .logo-container {
    margin: 0;
  }
  header .logo-container h1 {
    text-align: center;
  }
  #nav,
  #sidebar,
  #footer,
  #slider,
  #respond,
  #idium-cookies-notification-bar,
  .social,
  .support-menu,
  .carousel,
  .news-header .view-more,
  .breadcrumbs,
  .form-area,
  .pagination,
  .read-more,
  .chat_box {
    display: none !important;
  }
  #header {
    padding: 0 0 5%;
  }
  section.idium-section {
    width: 100%;
    padding: 1% 0 1%;
    display: block;
  }
  section.idium-section h1,
  section.idium-section time,
  section.idium-section p {
    text-align: left;
    margin: 0;
  }
  section.idium-section img {
    float: left;
    padding: 0 2% 0 2%;
    max-width: 100%;
  }
  section.idium-section .column {
    overflow: hidden;
    display: inline-block;
  }
  section.idium-section .three-columns .column {
    width: 32%;
    padding: 0 2%;
  }
  section.idium-section .two-columns .column,
  section.idium-section .four-columns .column {
    padding: 0 1% 4%;
    vertical-align: top;
    width: 46%;
  }
  section.idium-section .two-columns .column h3,
  section.idium-section .four-columns .column h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .logo {
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
  }
  .slogan {
    padding: 0 0 16pt;
    text-align: center;
  }
  .slogan h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 1%;
  }
  .news-header > h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    margin: 0 0 2%;
  }
  #content .alignleft {
    float: left;
    margin: 0 10pt 0 0;
    padding: 0;
  }
  #content .article-holder p {
    margin: 0;
  }
  #content .article {
    margin: 0 0 3%;
    overflow: visible;
  }
  #content .article:after {
    content: '';
    display: block;
    clear: both;
  }
  .article-holder h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  h1.title {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 2%;
  }
  .intro {
    font-size: 16px;
    line-height: 20px;
  }
  #content .alignright {
    float: right;
    margin: 0 0 0 2%;
    page-break-before: always;
    width: 30%;
  }
  #content .article-holder .alignleft {
    width: 30%;
  }
  #content img {
    display: block;
    height: auto;
    width: 99%;
  }
  .menu-toggle-container {
    display: none;
    visibility: hidden;
  }
  .author,
  .category {
    font-style: italic;
  }
  .commentlist .comment-author img.avatar {
    width: 32px !important;
    height: 32px !important;
    float: left;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
  }
  h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 29px;
    margin: 0 0 1%;
  }
  h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 27px;
    margin: 0 0 1%;
  }
  h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 2%;
  }
  h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 2%;
  }
}
.woocommerce .button,
.woocommerce-page .button {
  border: 0;
  background: #0e537f;
  color: #ffffff;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce .button:focus,
.woocommerce-page .button:focus {
  opacity: 0.8;
}
.woocommerce #sidebar .widget.woocommerce.widget_shopping_cart .button,
.woocommerce-page #sidebar .widget.woocommerce.widget_shopping_cart .button {
  padding: 0.5em 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#content .woocommerce input.button {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce table.shop_table {
  width: 100%;
}
.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td {
  padding: 0.6em;
}
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce table.shop_table thead tr {
  background: #000000;
  color: #ffffff;
  text-align: left;
}
.woocommerce table.shop_table dl.variation {
  margin: 0;
}
.woocommerce table.shop_table dl.variation dt {
  float: left;
  clear: left;
}
.woocommerce table.shop_table dl.variation dd {
  margin: 0 0 0 6px;
  float: left;
  font-weight: bold;
}
.woocommerce #content .quantity,
#content .woocommerce .quantity {
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80px;
  font-size: 20px;
  font-size: 2rem;
}
.woocommerce #content .quantity .minus,
#content .woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
#content .woocommerce .quantity .plus {
  background: #fff;
  color: #252525;
  border: 1px solid #eaeaea;
  height: 18px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce #content .quantity .minus:hover,
#content .woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
#content .woocommerce .quantity .plus:hover {
  opacity: 0.8;
}
.woocommerce #content .quantity .minus,
#content .woocommerce .quantity .minus {
  bottom: 0;
}
.woocommerce #content .quantity .plus,
#content .woocommerce .quantity .plus {
  top: 0;
}
.woocommerce #content .quantity input.qty,
#content .woocommerce .quantity input.qty {
  -moz-appearance: textfield;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #252525;
  float: left;
  font-weight: bold;
  height: 30px;
  width: 56px;
  text-align: center;
}
.woocommerce #content .quantity input[type=number]::-webkit-inner-spin-button,
#content .woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce #content .quantity input[type=number]::-webkit-outer-spin-button,
#content .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}
p.woocommerce-info {
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  color: #000000;
  padding: 0.6em;
}
p.woocommerce-info a {
  color: #000;
  text-decoration: underline;
  display: block;
}
p.woocommerce-info a:hover {
  text-decoration: none;
}
.woocommerce-error {
  list-style: none;
  padding: 0.6em;
  background: #FFBABA;
  border: 1px solid #D8000C;
}
.woocommerce-message {
  background: #f6f6f6;
  padding: 0.6em;
  border: 1px solid #eaeaea;
  border-left: 4px solid #0e537f;
  margin-bottom: 1.5em;
}
.woocommerce-message a.button {
  background: none;
  color: #0e537f;
}
.woocommerce ins {
  text-decoration: none;
}
.woocommerce mark {
  background: none;
}
.woocommerce ul.products {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  clear: both;
}
.woocommerce ul.products li.product {
  width: 100%;
  margin: 0 0 40px 0;
}
.woocommerce ul.products li.product a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.woocommerce ul.products li.product img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.woocommerce ul.products li.product h3 {
  padding: .5rem 0;
  margin: 0;
  line-height: 30px;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #727272;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount {
  color: #e42626;
}
.woocommerce ul.products li.product .price .amount {
  color: #85ad74;
}
.woocommerce ul.products li.first {
  clear: both;
}
.woocommerce ul.products .onsale {
  padding: 0.5em 0.6em;
  background: #85ad74;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em 0;
}
.woocommerce #content div.product {
  position: relative;
}
.woocommerce #content div.product .images {
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce #content div.product .images a {
  display: block;
}
.woocommerce #content div.product .images a > img,
.woocommerce #content div.product .images > img {
  width: 100%;
  height: auto;
}
.woocommerce #content div.product .images .thumbnails {
  padding-top: 1em;
}
.woocommerce #content div.product .images .thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}
.woocommerce #content div.product .images .thumbnails a.first {
  clear: both;
}
.woocommerce #content div.product .images .thumbnails a.last {
  margin-right: 0;
}
.woocommerce #content div.product .images .thumbnails a img {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce #content div.product .onsale {
  padding: 0.6em 0.7em;
  background: #85ad74;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 999;
}
.woocommerce #content div.product .price {
  color: #85ad74;
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
}
.woocommerce #content div.product .price .from {
  color: #252525;
}
.woocommerce #content div.product .price del,
.woocommerce #content div.product .price del .amount {
  color: #e42626;
}
.woocommerce #content div.product form.cart {
  margin-bottom: 10px;
}
.woocommerce #content div.product form.cart .button {
  margin-left: 0;
  display: block;
}
.woocommerce #content div.product form.cart select {
  border: 1px solid #eaeaea;
}
.woocommerce #content div.product form.cart .variations .label {
  padding-right: 1em;
}
.woocommerce #content div.product form.cart .variations .label,
.woocommerce #content div.product form.cart .variations .value {
  padding-bottom: 0.8em;
}
.woocommerce #content div.product form.cart .variations .reset_variations {
  margin-left: 5px;
}
.woocommerce #content div.product .product_meta > span {
  display: block;
}
.woocommerce #content div.product .woocommerce-tabs {
  margin-bottom: 20px;
}
.woocommerce #content div.product ul.tabs {
  list-style: none;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.woocommerce #content div.product ul.tabs:before,
.woocommerce #content div.product ul.tabs:after {
  content: "";
  display: table;
}
.woocommerce #content div.product ul.tabs:after {
  clear: both;
}
.woocommerce #content div.product ul.tabs li {
  float: left;
  margin: 0 1px 0 0;
  position: relative;
  z-index: 2;
}
.woocommerce #content div.product ul.tabs li a {
  display: block;
  background: #000000;
  color: #ffffff;
  padding: 0.5em 1em;
  color: #fff;
}
.woocommerce #content div.product ul.tabs li a:hover,
.woocommerce #content div.product ul.tabs li a:focus {
  background: #ccc;
  color: #000;
  text-decoration: none;
}
.woocommerce #content div.product ul.tabs li.active a {
  background: #ccc;
  color: #000;
  text-decoration: none;
}
.woocommerce #content div.product .panel.entry-content {
  padding: 4%;
  border: 1px solid #eaeaea;
  position: relative;
  top: -1px;
  z-index: 1;
}
.woocommerce #content div.product .panel.entry-content h2 {
  margin-bottom: 8px;
}
.woocommerce #content div.product .shop_attributes p {
  margin: 0;
}
.woocommerce #content div.product .shop_attributes th {
  margin-right: 1em;
  display: block;
  text-align: left;
}
.woocommerce #content div.product .related h2,
.woocommerce #content div.product .upsells h2 {
  margin-bottom: 10px;
}
.woocommerce #content div.product .related .price,
.woocommerce #content div.product .upsells .price {
  font-size: 22px;
  font-size: 2.2rem;
}
.woocommerce .pp_woocommerce h3 {
  margin-bottom: 20px;
}
.woocommerce .pp_woocommerce label {
  display: block;
}
.woocommerce .pp_woocommerce textarea {
  border: 1px solid #eaeaea;
  width: 100%;
}
.woocommerce .pp_woocommerce input[type="submit"] {
  border: 0;
  background: #0e537f;
  color: #ffffff;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .pp_woocommerce input[type="submit"]:hover,
.woocommerce .pp_woocommerce input[type="submit"]:focus {
  opacity: 0.8;
}
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart table.cart th.product-thumbnail {
  display: none;
}
.woocommerce-cart table.cart td.product-remove {
  padding: 0 0.5em;
}
.woocommerce-cart table.cart td.product-remove a {
  display: block;
  color: #000;
  font-size: 2em;
  font-weight: bold;
}
.woocommerce-cart table.cart td.product-remove a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: red;
}
.woocommerce-cart table.cart .coupon {
  display: block;
  background: #f6f6f6;
  padding: 1em;
  margin: 0 0 0.5em;
}
.woocommerce-cart table.cart .coupon label {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 0.3em;
  color: #000;
}
.woocommerce-cart table.cart .coupon .input-text {
  padding: 0.2em;
}
.woocommerce-cart table.cart .coupon .button {
  margin: 0 0 0 10px;
  padding: 0.3em 0.5em;
}
.woocommerce-cart #content .actions {
  padding-top: 10px;
}
.woocommerce-cart #content .actions input.checkout-button {
  margin-left: 10px;
}
.woocommerce-cart .cross-sells {
  margin-top: 20px;
}
.woocommerce-cart .cross-sells h2 {
  margin-bottom: 15px;
}
.woocommerce-cart .cart_totals {
  margin: 25px 0;
}
.woocommerce-cart .cart-collaterals table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals table tr {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-cart .cart-collaterals table tr th {
  width: 70%;
  text-align: left;
  padding: 0.5em 0;
}
.woocommerce-cart .cart-collaterals table tr td {
  text-align: right;
  padding: 0.5em 0;
}
.woocommerce-cart .cart-collaterals table tr td strong {
  font-weight: normal;
}
.woocommerce-cart .cart-collaterals table tr.total strong {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals table .shipping ul {
  list-style: none;
  margin: 0;
}
.woocommerce-checkout .col-2 {
  position: relative;
}
.woocommerce-checkout p#shiptobilling {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 70%;
  text-align: right;
}
.woocommerce-checkout p#shiptobilling label.checkbox {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.woocommerce-checkout .chzn-container {
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce-checkout #content input,
.woocommerce-checkout #content textarea {
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce-checkout abbr.required {
  border-bottom: none;
}
.woocommerce-checkout #order_review_heading {
  margin: 30px 0 10px 0;
}
.woocommerce-checkout .shop_table tfoot th {
  text-align: left;
}
.woocommerce-checkout .shop_table .product-total,
.woocommerce-checkout .shop_table tr.cart-subtotal td,
.woocommerce-checkout .shop_table tr.shipping td,
.woocommerce-checkout .shop_table tr.total td,
.woocommerce-checkout .shop_table tr.discount td {
  text-align: right;
}
.woocommerce-checkout .shop_table #shipping_method {
  list-style: none;
  margin: 0;
}
.woocommerce-checkout #payment {
  border: 1px solid #eaeaea;
  padding: 1em;
  margin-top: 1.5em;
}
.woocommerce-checkout #payment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #payment ul li {
  padding: 0.2em 0;
}
.woocommerce-checkout #payment ul li label {
  margin: 0 0.3em;
  font-weight: bold;
}
.woocommerce-checkout #payment ul li label img {
  margin-left: 6px;
}
.woocommerce-checkout #payment label.checkbox {
  display: inline;
  position: relative;
  margin-right: 6px;
}
.woocommerce-checkout #payment .form-row.place-order {
  margin-top: 1em;
}
.woocommerce-checkout #payment p.terms {
  margin-top: 10px;
  float: right;
  font-weight: bold;
}
.woocommerce-checkout .order_details {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout table.order_details {
  margin-top: 10px;
}
.woocommerce-checkout table.order_details tfoot td {
  text-align: right;
}
.woocommerce-checkout header h2 {
  margin-top: 1em;
}
.woocommerce-checkout dl.customer_details {
  margin: 0;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
.woocommerce-checkout dl.customer_details:before,
.woocommerce-checkout dl.customer_details:after {
  content: "";
  display: table;
}
.woocommerce-checkout dl.customer_details:after {
  clear: both;
}
.woocommerce-checkout dl.customer_details dt {
  float: left;
  clear: left;
}
.woocommerce-checkout dl.customer_details dd {
  margin: 0 0 0 6px;
  float: left;
}
.woocommerce-checkout .addresses {
  clear: both;
  margin-top: 1em;
}
.woocommerce-account h2 {
  margin-top: 15px;
}
.woocommerce-account table.shop_table {
  margin: 10px 0;
}
.woocommerce-account table.shop_table td.order-total .amount {
  font-weight: bold;
}
.woocommerce-account table.shop_table td.order-actions {
  text-align: right;
}
.woocommerce-account table.shop_table td.order-actions a.view {
  padding: 0.3em 0.7em;
}
.woocommerce-account table.shop_table tr .order-date,
.woocommerce-account table.shop_table tr .order-status {
  display: none;
}
.woocommerce-account mark {
  font-weight: bold;
}
.woocommerce-account table.order_details .product-total {
  text-align: right;
}
.woocommerce-account table.order_details tfoot th {
  text-align: left;
}
.woocommerce-account table.order_details tfoot td {
  text-align: right;
}
.woocommerce-account dl.customer_details {
  margin: 0;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
.woocommerce-account dl.customer_details:before,
.woocommerce-account dl.customer_details:after {
  content: "";
  display: table;
}
.woocommerce-account dl.customer_details:after {
  clear: both;
}
.woocommerce-account dl.customer_details dt {
  float: left;
  clear: left;
}
.woocommerce-account dl.customer_details dd {
  margin: 0 0 0 6px;
  float: left;
}
.woocommerce-account .addresses {
  clear: both;
  margin-top: 1em;
}
.woocommerce-account abbr.required {
  border-bottom: none;
}
.woocommerce-account #content form .chzn-container {
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce-account #content form input,
.woocommerce-account #content form textarea {
  font-size: 18px;
  font-size: 1.8rem;
}
#sidebar .widget.woocommerce ul.product_list_widget li,
#footer .woocommerce ul.product_list_widget li {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  clear: both;
}
#sidebar .widget.woocommerce ul.product_list_widget li:before,
#footer .woocommerce ul.product_list_widget li:before,
#sidebar .widget.woocommerce ul.product_list_widget li:after,
#footer .woocommerce ul.product_list_widget li:after {
  content: "";
  display: table;
}
#sidebar .widget.woocommerce ul.product_list_widget li:after,
#footer .woocommerce ul.product_list_widget li:after {
  clear: both;
}
#sidebar .widget.woocommerce ul.product_list_widget a,
#footer .woocommerce ul.product_list_widget a {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
}
#sidebar .widget.woocommerce ul.product_list_widget a:hover,
#footer .woocommerce ul.product_list_widget a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sidebar .widget.woocommerce ul.product_list_widget img,
#footer .woocommerce ul.product_list_widget img {
  float: right;
  width: 48px;
  height: auto;
}
#sidebar .widget.woocommerce.widget_shopping_cart .quantity,
#footer .woocommerce.widget_shopping_cart .quantity {
  clear: left;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation,
#footer .woocommerce.widget_shopping_cart dl.variation {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  margin: 0 0 6px 0;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation:before,
#footer .woocommerce.widget_shopping_cart dl.variation:before,
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation:after,
#footer .woocommerce.widget_shopping_cart dl.variation:after {
  content: "";
  display: table;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation:after,
#footer .woocommerce.widget_shopping_cart dl.variation:after {
  clear: both;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation dt,
#footer .woocommerce.widget_shopping_cart dl.variation dt {
  float: left;
  clear: left;
  margin: 0 0 6px;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation dd,
#footer .woocommerce.widget_shopping_cart dl.variation dd {
  margin: 0 0 6px 6px;
  float: left;
  font-weight: bold;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons,
#footer .woocommerce.widget_shopping_cart p.buttons {
  margin: 0;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons a,
#footer .woocommerce.widget_shopping_cart p.buttons a {
  width: 48%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #ffffff;
  margin: 0;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons a.checkout,
#footer .woocommerce.widget_shopping_cart p.buttons a.checkout {
  margin-left: 2%;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons a:hover,
#footer .woocommerce.widget_shopping_cart p.buttons a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider,
#footer .woocommerce.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider_amount,
#footer .woocommerce.widget_price_filter .price_slider_amount {
  text-align: right;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider_amount .button,
#footer .woocommerce.widget_price_filter .price_slider_amount .button {
  float: left;
  margin-top: 0;
}
#sidebar .widget.woocommerce.widget_price_filter .price_label,
#footer .woocommerce.widget_price_filter .price_label {
  padding-top: 8px;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider,
#footer .woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 20px;
  background: #EEE;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
#footer .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0e537f;
  cursor: pointer;
  background: #FFF;
  outline: none;
  top: -0.3em;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child,
#footer .woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range,
#footer .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #0e537f;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
#footer .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
#footer .woocommerce ul.product_list_widget li {
  margin-bottom: 5px;
}
#footer .woocommerce ul.product_list_widget li img {
  width: 30px;
}
#footer .woocommerce ul.product_list_widget li:after {
  width: 4px;
  height: 4px;
  background: #FFF;
}
@media only screen and (min-width: 480px) {
  .woocommerce ul.products {
    /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
    zoom: 1;
  }
  .woocommerce ul.products:before,
  .woocommerce ul.products:after {
    content: "";
    display: table;
  }
  .woocommerce ul.products:after {
    clear: both;
  }
  .woocommerce ul.products li.product {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 50%;
    padding: 0 10px;
    float: left;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce .woocommerce-result-count {
    float: left;
  }
  .woocommerce .woocommerce-ordering {
    float: right;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product {
    width: 25%;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: both;
  }
  .woocommerce #content div.product .images {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
  .woocommerce #content div.product .summary {
    float: right;
    width: 48%;
    margin-bottom: 20px;
  }
  .woocommerce #content div.product .woocommerce-tabs {
    clear: both;
  }
  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart th.product-price,
  .woocommerce-cart table.cart td.product-thumbnail,
  .woocommerce-cart table.cart th.product-thumbnail {
    display: table-cell;
  }
  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 50px;
    margin-top: 5px;
  }
  .woocommerce-account table.my_account_orders tr .order-date,
  .woocommerce-account table.my_account_orders tr .order-status {
    display: table-cell;
  }
}
@media only screen and (min-width: 980px) {
  .woocommerce ul.products {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 6% 0 0;
  }
  .woocommerce .woocommerce-ordering {
    padding-right: 6%;
  }
  .woocommerce #content div.product {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 6% 0 0;
  }
  /*.woocommerce-checkout form.checkout .col-1,
  .woocommerce-checkout form.checkout .col-2 {
    float: left;
    width: 50%;
    margin-bottom: 3%;
  }*/
  #sidebar .widget.woocommerce p.buttons a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #sidebar .widget.woocommerce p.buttons a.checkout {
    margin-left: 0;
  }
}
#tribe-events-pg-template {
  max-width: none;
}
.single-tribe_events .tribe-events-event-meta,
.tribe-events-loop .tribe-events-event-meta {
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
  font-size: 1.4rem;
}
.tribe-events-tooltip .tribe-events-event-body p {
  font-size: 14px;
  font-size: 1.4rem;
}
.single-tribe_events .tribe-events-content {
  margin-top: 15px;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #0e537f;
}
#tribe-events-content .tribe-events-calendar td.mobile-active,
#tribe-events-content .tribe-events-calendar .mobile-active:hover,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active {
  background-color: #0e537f;
}
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #0e537f;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  color: #FFF;
}
#tribe-events .tribe-events-button:hover,
ul.tribe-events-sub-nav a:hover,
#tribe-events-content a:hover {
  opacity: 0.8;
}
.tribe-mini-calendar th {
  font-weight: normal!important;
}
.tribe-mini-calendar-event .list-date .list-dayname {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
#tribe-events-pg-template .tribe-events-content h2,
.tribe-events-after-html h2,
.tribe-events-before-html h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
#tribe-events-pg-template .tribe-events-content h3,
.tribe-events-after-html h3,
.tribe-events-before-html h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
#tribe-events-pg-template .tribe-events-content h4,
.tribe-events-after-html h4,
.tribe-events-before-html h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
#tribe-events-pg-template .tribe-events-content h5,
.tribe-events-after-html h5,
.tribe-events-before-html h5 {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-single-event-description,
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    display: inline-block;
    vertical-align: top;
  }
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-single-event-description {
    width: 70%;
  }
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    width: 29%;
  }
}
@media only screen and (min-width: 980px) {
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-single-event-description {
    width: 60%;
  }
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    width: 39%;
  }
}
html {
  font-size: 56.3%;
}
html body {
  font-family: 'Noto Sans', sans-serif;
}
html body .mobile-navigation {
  position: fixed;
}
html body h1.title,
html body .widget-title {
  font-weight: bold;
}
html body .idium-section .idium-section-title {
  line-height: 1;
}
html body form,
html body fieldset {
  padding: 0;
}
html body iframe {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
html body .event-intro p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
html body article header .metadata span {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
html body article header .metadata > span {
  font-weight: bold;
}
html body article header .metadata > span span,
html body article header .metadata > span a {
  font-weight: normal;
}
html body article header .metadata > span .date {
  margin: 0 0 0 5px;
}
.archive #content section.article-holder > .intro,
.search #content section.article-holder > .intro {
  padding: 1.5em 6% 0 0;
}
.archive #content section.article-holder > .intro p,
.search #content section.article-holder > .intro p {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
}
.archive #content article h1,
.search #content article h1 {
  font-weight: bold;
  color: #0e537f;
}
.archive #content article a,
.search #content article a {
  display: block;
}
.archive #content article a:hover,
.search #content article a:hover {
  opacity: 0.8;
}
.archive #content article .description .read-more,
.search #content article .description .read-more {
  text-decoration: none;
  font-weight: bold;
  color: #0e537f;
}
.archive #content article .description .date,
.search #content article .description .date {
  color: #666;
}
body #tribe-events .tribe-events-button,
body #tribe_events_filters_wrapper input[type=submit],
body .tribe-events-button,
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #f86b34;
}
body #tribe-events-content.tribe-events-list .tribe-events-loop,
body #tribe-events-content.tribe-events-month .tribe-events-loop,
body #tribe-events-content.tribe-events-week-grid .tribe-events-loop,
body #tribe-events-content.tribe-events-day .tribe-events-loop {
  max-width: 1280px;
  width: 100%;
}
body #tribe-events-content.tribe-events-list .tribe-events-loop .tribe-events-day-time-slot h5,
body #tribe-events-content.tribe-events-month .tribe-events-loop .tribe-events-day-time-slot h5,
body #tribe-events-content.tribe-events-week-grid .tribe-events-loop .tribe-events-day-time-slot h5,
body #tribe-events-content.tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5 {
  background: #1d9ed3;
}
body #tribe-events-content.tribe-events-list .tribe-events-loop .tribe-events-read-more,
body #tribe-events-content.tribe-events-month .tribe-events-loop .tribe-events-read-more,
body #tribe-events-content.tribe-events-week-grid .tribe-events-loop .tribe-events-read-more,
body #tribe-events-content.tribe-events-day .tribe-events-loop .tribe-events-read-more {
  display: block;
  font-weight: bold;
}
body .tribe-events-list .type-tribe_events {
  padding: 0.5em 0 1em;
  border-bottom: 1px solid #eaeaea;
}
body .tribe-events-calendar td div[id*=tribe-events-daynum-],
body .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
  color: #fff;
}
body .article-content-wrapper .social-media {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0.2em 0 0.5em;
  margin: 0.5em 0;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
}
body .article-content-wrapper .social-media .text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0.5em 0 0;
}
body .article-content-wrapper #gallery-1.gallery,
body .article-content-wrapper #gallery-2.gallery {
  margin: 40px -20px;
}
body .article-content-wrapper #gallery-1.gallery br,
body .article-content-wrapper #gallery-2.gallery br {
  display: none;
  visibility: hidden;
}
body .article-content-wrapper #gallery-1.gallery dl.gallery-item,
body .article-content-wrapper #gallery-2.gallery dl.gallery-item {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  padding: 20px;
  margin: 0;
}
body .article-content-wrapper #gallery-1.gallery dl.gallery-item img,
body .article-content-wrapper #gallery-2.gallery dl.gallery-item img {
  border: 0;
}
body .article-content-wrapper #gallery-1.gallery dd,
body .article-content-wrapper #gallery-2.gallery dd {
  font-weight: bold;
  text-align: left;
}
body #middle #content {
  padding-top: 0;
}
body #middle #content #tribe-events-bar {
  margin-top: 1.5em;
}
body #middle #content #tribe-events-content .tribe-events-calendar td.mobile-active,
body #middle #content #tribe-events-content .tribe-events-calendar .mobile-active:hover,
body #middle #content .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
body #middle #content .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
body #middle #content #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
body #middle #content .tribe-events-calendar td.tribe-events-present.mobile-active {
  background: #fff;
}
body #middle #content .tribe-grid-header {
  background: #0e537f;
  border-left: 1px solid #0e537f;
  border-right: 1px solid #0e537f;
}
body #middle #content .tribe-grid-header .tribe-grid-content-wrap .column {
  border-color: #0e537f;
}
body #middle #content .tribe-mobile-day-date {
  background: #1d9ed3;
}
body #middle #content .tribe-events-calendar thead th {
  background: #0e537f;
  border-left: 1px solid #0e537f;
  border-right: 1px solid #0e537f;
}
body #middle #content .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
  background: #4ea0d5;
  color: #fff;
}
body #middle #content .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  background: #4ea0d5;
  color: #fff;
}
body #middle #content .tribe-events-calendar div[id*=tribe-events-daynum-] {
  background: #246b99;
}
body #middle #content .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background: #246b99;
}
body #middle #content #tribe-bar-form {
  background: #246b99;
  color: #fff;
}
body #middle #content #tribe-bar-form #tribe-bar-collapse-toggle {
  background: #246b99;
}
body #middle #content #tribe-bar-form .tribe-bar-views-inner {
  padding: 15px 0 57px;
  background: #0e537f;
  color: #fff;
}
body #middle #content #tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a {
  background: #246b99;
  color: #fff;
}
body #middle #content #tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #f86b34;
}
body #middle #content #tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a {
  background: #0e537f;
}
body #middle #content #tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list span,
body #middle #content #tribe-bar-form .tribe-bar-views-inner .tribe-select2-results-views span {
  background-image: none!important;
  background-size: 0px;
  padding-left: 0;
}
body #middle #content #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #f86b34;
}
body #middle #content article .header {
  margin: 0;
}
.mobile-navigation #nav-mobile ul li a {
  background: #464646;
}
.mobile-navigation #nav-mobile ul li a:hover {
  background: #0e537f;
  color: #fff;
  text-decoration: none;
}
.pagination ul li span.current {
  font-weight: bold;
  color: #0e537f;
}
.idium-section .idium-section-header .idium-section-more {
  background: #1d9ed3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5em 1em;
}
.idium-section .idium-section-header .idium-section-more:hover {
  text-decoration: none;
  background: #333;
}
.idium-section .idium-linked-post .span-read-more {
  display: block;
  color: #0e537f;
}
.idium-section .idium-linked-post .span-read-more:before {
  content: "";
}
.single .article-content-wrapper a,
.page .article-content-wrapper a {
  color: #115b79;
  text-decoration: underline;
}
.single .article-content-wrapper a:hover,
.page .article-content-wrapper a:hover {
  text-decoration: none;
}
.single .article-content-wrapper table,
.page .article-content-wrapper table {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.single .article-content-wrapper table td,
.page .article-content-wrapper table td {
  vertical-align: top;
  padding: 0;
}
.single #content #tribe-events #tribe-events-content,
.page #content #tribe-events #tribe-events-content,
.error404 #content #tribe-events #tribe-events-content {
  padding: 1em 0 0;
}
.single #content #tribe-events #tribe-events-content .tribe-events-back,
.page #content #tribe-events #tribe-events-content .tribe-events-back,
.error404 #content #tribe-events #tribe-events-content .tribe-events-back {
  text-transform: lowercase;
}
.single #content #tribe-events #tribe-events-footer .tribe-events-sub-nav,
.page #content #tribe-events #tribe-events-footer .tribe-events-sub-nav,
.error404 #content #tribe-events #tribe-events-footer .tribe-events-sub-nav {
  margin: 0 1em;
}
.single #content .article .alert.alert-warning,
.page #content .article .alert.alert-warning,
.error404 #content .article .alert.alert-warning {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 20px 0 10px;
}
.single #content .article .article-content-wrapper,
.page #content .article .article-content-wrapper,
.error404 #content .article .article-content-wrapper {
  padding-top: 1em;
}
.idium-no-sidebar #content .article-content-wrapper {
  padding-right: 0;
}
#content .gform_wrapper input:focus,
#sidebar .gform_wrapper input:focus,
#footer .gform_wrapper input:focus,
#content .gform_wrapper select:focus,
#sidebar .gform_wrapper select:focus,
#footer .gform_wrapper select:focus,
#content .gform_wrapper textarea:focus,
#sidebar .gform_wrapper textarea:focus,
#footer .gform_wrapper textarea:focus {
  -webkit-box-shadow: inset 0 -1px #555555 !important;
  -moz-box-shadow: inset 0 -1px #555555 !important;
  box-shadow: inset 0 -1px #555555 !important;
  outline: 0!important;
}
#content .gform_wrapper li.gfield,
#sidebar .gform_wrapper li.gfield,
#footer .gform_wrapper li.gfield {
  padding: 0!important;
}
#content .gform_wrapper li.gfield label,
#sidebar .gform_wrapper li.gfield label,
#footer .gform_wrapper li.gfield label {
  margin-top: 0;
  padding: 0;
}
#content .gform_wrapper li.gfield .ginput_container,
#sidebar .gform_wrapper li.gfield .ginput_container,
#footer .gform_wrapper li.gfield .ginput_container {
  padding: 0;
}
#content .gform_wrapper .gform_footer,
#sidebar .gform_wrapper .gform_footer,
#footer .gform_wrapper .gform_footer {
  padding-top: 1em;
  margin-top: 0;
}
#content .gform_wrapper .gform_footer input[type="submit"],
#sidebar .gform_wrapper .gform_footer input[type="submit"],
#footer .gform_wrapper .gform_footer input[type="submit"],
#content .gform_wrapper .gform_footer input[type="button"],
#sidebar .gform_wrapper .gform_footer input[type="button"],
#footer .gform_wrapper .gform_footer input[type="button"] {
  padding: 10px 20px;
  font-weight: bold;
  background: #f86b34;
}
#content .gform_wrapper .gform_footer input[type="submit"]:hover,
#sidebar .gform_wrapper .gform_footer input[type="submit"]:hover,
#footer .gform_wrapper .gform_footer input[type="submit"]:hover,
#content .gform_wrapper .gform_footer input[type="button"]:hover,
#sidebar .gform_wrapper .gform_footer input[type="button"]:hover,
#footer .gform_wrapper .gform_footer input[type="button"]:hover {
  background: #252525;
  color: #fff;
}
#content #respond,
#sidebar #respond,
#footer #respond {
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
#content #respond #commentform input:focus,
#sidebar #respond #commentform input:focus,
#footer #respond #commentform input:focus,
#content #respond #commentform select:focus,
#sidebar #respond #commentform select:focus,
#footer #respond #commentform select:focus,
#content #respond #commentform textarea:focus,
#sidebar #respond #commentform textarea:focus,
#footer #respond #commentform textarea:focus {
  -webkit-box-shadow: inset 0 -1px #555555 !important;
  -moz-box-shadow: inset 0 -1px #555555 !important;
  box-shadow: inset 0 -1px #555555 !important;
  outline: 0!important;
}
#content #respond #commentform input[type="submit"],
#sidebar #respond #commentform input[type="submit"],
#footer #respond #commentform input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  background: #f86b34;
}
#content #respond #commentform input[type="submit"]:hover,
#sidebar #respond #commentform input[type="submit"]:hover,
#footer #respond #commentform input[type="submit"]:hover {
  background: #252525;
  color: #fff;
}
#header .logo-container h1 {
  line-height: 1;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#header .logo-container h1 {
  margin: 0;
}
#header .social {
  border-bottom: 3px solid #246b99;
}
#header .social .social-holder {
  position: relative;
  overflow: visible;
}
#header .social .social-holder .social-network li a {
  background: transparent;
  color: #fff;
}
#header .social .social-holder .social-network li a:before {
  top: 4px;
  left: 10004px;
}
#header .social .social-holder .support-menu {
  margin: 0;
  position: absolute;
  left: 0;
  border: 0;
  width: 70%;
  text-transform: inherit;
}
#header .social .social-holder .support-menu nav.support-menu-holder {
  float: left;
  padding: 8px 0 0;
}
#header .social .social-holder .support-menu nav.support-menu-holder ul {
  border: 0;
}
#header .social .social-holder .support-menu nav.support-menu-holder ul li {
  padding-top: 0;
  float: inherit;
}
#header .social .social-holder .support-menu nav.support-menu-holder ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
#header .social .social-holder .support-menu nav.support-menu-holder ul.accessibility-tools {
  padding-right: 0;
}
#header .social .social-holder .support-menu nav.support-menu-holder ul.accessibility-tools .zoom-text-container {
  top: 36px;
}
#header .social .social-holder .support-menu nav.support-menu-holder ul.accessibility-tools .zoom-text-container .zoom-text {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#header #nav {
  height: inherit;
  border-color: #eaeaea;
}
#header #nav a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header #nav a .caret {
  top: 5px;
  right: 3px;
  border-left: 0;
}
#header #nav li ul.dropdown-menu li a {
  font-size: 16px;
  font-size: 1.6rem;
}
#header form.search div.row {
  border: 0;
  margin: 0;
  padding-right: 0;
  width: 95.6%;
}
#header form.search div.row.focus {
  border: 0!important;
  box-shadow: none!important;
  outline: 0!important;
}
#header form.search div.row input[type="text"] {
  padding: 9px 36px 9px 11px;
}
#header form.search div.row button.search {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  right: 0.2em;
  top: 0.4em;
  position: absolute;
}
#nav > ul > li.active a #header #nav ul.main-menu-nav > li > a {
  text-transform: inherit;
  font-weight: bold;
  color: #1d9ed3;
}
#nav > ul > li.active a #header #nav ul.main-menu-nav > li.active > a,
#nav > ul > li.active a #header #nav ul.main-menu-nav > li.active-drop > a,
#nav > ul > li.active a #header #nav ul.main-menu-nav > li:hover > a {
  color: #fff;
}
#nav > ul > li.active a #header #nav > ul > li.active ul li a {
  background: #246b99;
}
.home section.slider .cycle-slideshow .caption {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  position: relative;
  background: #000000;
  max-height: inherit;
}
.home section.slider .cycle-slideshow .caption h1 {
  font-size: 18px;
  font-size: 1.8rem;
}
.home section.slider .cycle-slideshow .caption p {
  font-size: 14px;
  font-size: 1.4rem;
}
.home section.slider .cycle-slideshow .cycle-pager {
  padding: 0;
}
.home section.slider .cycle-slideshow .cycle-pager ul {
  padding: 0;
  margin-top: 20px;
}
.home section.slider .cycle-slideshow .cycle-pager ul li.active a {
  background: #1d9ed3;
}
.home section.slogan {
  font-size: 22px;
  font-size: 2.2rem;
}
.home section.slogan h2 {
  font-size: 36px;
  font-size: 3.6rem;
}
.home section.tribe-events-adv-list-widget .type-tribe_events,
.home section.tribe-events-adv-list-widget .tribe-mini-calendar-list-wrapper .type-tribe_events {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.home section.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
  background: #246b99;
  margin: 5px 4% 10px 0;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home section.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date .list-dayname {
  color: #f86b34;
  padding: 0;
  line-height: 25px;
}
.home section.shortcut .three-columns,
.home section.news .three-columns,
.home section.shortcut .four-columns,
.home section.news .four-columns {
  text-align: center;
}
.home section.shortcut .three-columns .column h1.heading,
.home section.news .three-columns .column h1.heading,
.home section.shortcut .four-columns .column h1.heading,
.home section.news .four-columns .column h1.heading {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0e537f;
}
.home section.shortcut .three-columns .column p,
.home section.news .three-columns .column p,
.home section.shortcut .four-columns .column p,
.home section.news .four-columns .column p {
  font-size: 16px;
  font-size: 1.6rem;
}
#sidebar a:hover {
  color: #0e537f;
}
#sidebar form.search button.search {
  border: 0;
  background: 0;
  color: #1d9ed3;
  right: 0.2em;
  top: 0.4em;
  position: absolute;
}
#sidebar form.search .row.focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0!important;
}
#sidebar section.widget h1,
#sidebar section.widget h1.widget-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  padding: 0 0 0.5em;
}
footer#footer {
  background: #0e537f;
  border-top: 3px solid #246b99;
}
footer#footer .footer-holder {
  line-height: 1.4;
}
footer#footer .footer-holder ul li:after {
  background: #ffffff;
}
footer#footer .footer-holder .column {
  border-bottom: 1px dotted #eaeaea;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
footer#footer .footer-holder .column .widget_sp_image a {
  display: block;
}
footer#footer .footer-holder .column .widget_sp_image a:hover {
  opacity: 0.8;
}
footer#footer .footer-holder .column .fa {
  margin: 0.3em 0.5em 0 0;
  font-size: 30px;
  font-size: 3rem;
}
footer#footer .footer-holder .column .fa:hover {
  color: #f86b34;
}
footer#footer .footer-holder .column .gform_widget .gform_wrapper {
  margin: 0;
}
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li {
  margin: 0;
  padding: 0;
}
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li label {
  margin: 0 0 0.5em;
  padding: 0;
}
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container {
  margin: 0;
  padding: 0;
}
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="text"],
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="email"],
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="password"],
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="url"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 8px;
}
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]:hover,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="email"]:hover,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="password"]:hover,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="url"]:hover,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]:focus,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="email"]:focus,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="password"]:focus,
footer#footer .footer-holder .column .gform_widget .gform_wrapper form .gform_body ul li .ginput_container input[type="url"]:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0;
}
footer#footer .footer-holder .column #mc_embed_signup form {
  padding: 0;
}
footer#footer .footer-holder .column #mc_embed_signup form .mc-field-group {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  padding: 0;
}
footer#footer .footer-holder .column #mc_embed_signup form .mc-field-group .asterisk {
  font-size: 15px;
  font-size: 1.5rem;
  top: 35px;
  color: red;
}
footer#footer .footer-holder .column #mc_embed_signup form div.mce_inline_error {
  background: none;
  color: red;
}
footer#footer .footer-holder .column #mc_embed_signup form label {
  font-weight: bold;
  padding: 0.5em 0 0;
}
footer#footer .footer-holder .column #mc_embed_signup form input[type="text"],
footer#footer .footer-holder .column #mc_embed_signup form input[type="email"] {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
footer#footer .footer-holder .column #mc_embed_signup form input[type="text"]:hover,
footer#footer .footer-holder .column #mc_embed_signup form input[type="email"]:hover,
footer#footer .footer-holder .column #mc_embed_signup form input[type="text"]:focus,
footer#footer .footer-holder .column #mc_embed_signup form input[type="email"]:focus {
  outline: 0!important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #eaeaea;
}
footer#footer .footer-holder .column #mc_embed_signup form input[type="text"].mce_inline_error,
footer#footer .footer-holder .column #mc_embed_signup form input[type="email"].mce_inline_error {
  border-color: red;
}
footer#footer .footer-holder .column #mc_embed_signup form input[type="submit"] {
  margin: 1em 0 0;
  padding: 0.2em 1em;
  line-height: 1;
  color: #fff;
  background: #f86b34;
}
footer#footer .footer-holder .column #mc_embed_signup form input[type="submit"]:hover {
  background: #333;
}
footer#footer .footer-holder .column .footer-column-widget {
  margin: 0;
}
footer#footer .footer-holder .column .footer-column-widget .widget-title {
  margin-bottom: 0.4em;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem;
}
footer#footer .footer-holder .column .footer-column-widget .textwidget a {
  text-decoration: underline;
}
footer#footer .footer-holder .column .footer-column-widget .textwidget a:hover {
  text-decoration: none;
}
footer#footer .footer-holder .column .footer-column-widget .textwidget iframe {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 150px;
}
footer#footer #copyright {
  background: #246b99;
  padding: 0.25em 0;
  border-top: 0;
}
footer#footer #copyright a.idium-url {
  color: #fff;
}
footer#footer #copyright a.idium-url:hover {
  opacity: 0.4;
}
#idium-cookies-notification-show {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 0.5em 0;
}
#idium-cookies-notification-show:hover {
  text-decoration: underline;
}
#content .article-holder .article {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.category #content section.article-holder {
  margin: 0;
}
.category #content section.article-holder .category-list,
.category #content section.article-holder .article-list {
  text-align: left;
  margin-top: 2em;
}
.category #content section.article-holder .category-list .column,
.category #content section.article-holder .article-list .column,
.category #content section.article-holder .category-list .article,
.category #content section.article-holder .article-list .article {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  vertical-align: top;
}
.category #content section.article-holder .category-list .column a,
.category #content section.article-holder .article-list .column a,
.category #content section.article-holder .category-list .article a,
.category #content section.article-holder .article-list .article a {
  display: block;
  text-decoration: none;
}
.category #content section.article-holder .category-list .column a:hover,
.category #content section.article-holder .article-list .column a:hover,
.category #content section.article-holder .category-list .article a:hover,
.category #content section.article-holder .article-list .article a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.category #content section.article-holder .category-list .column figure img,
.category #content section.article-holder .article-list .column figure img,
.category #content section.article-holder .category-list .article figure img,
.category #content section.article-holder .article-list .article figure img {
  margin: 0;
}
.category #content section.article-holder .category-list .column h3,
.category #content section.article-holder .article-list .column h3,
.category #content section.article-holder .category-list .article h3,
.category #content section.article-holder .article-list .article h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #0e537f;
  font-weight: bold;
  padding: 0.5em 0;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  body .article-content-wrapper #gallery-1.gallery dl.gallery-item,
  body .article-content-wrapper #gallery-2.gallery dl.gallery-item {
    width: 50%;
  }
  .home section.shortcut .three-columns .column {
    width: 49%;
  }
  .category #content section.article-holder .category-list,
  .category #content section.article-holder .article-list {
    padding: 0;
    max-width: 100%;
  }
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 49%;
    display: inline-block;
    padding: 0 20px 40px;
    border: 0;
  }
}
@media screen and (max-width: 500px) {
  .article-holder article.article .alignleft {
    float: inherit;
  }
  .article-holder article.article .alignleft img {
    width: 100%;
  }
  .article-holder article.article .description {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}
@media screen and (min-width: 768px) {
  #sidebar,
  .inner #sidebar {
    display: inline-block;
    width: 100%;
  }
  #header .logo-container h1,
  #header .logo-container span {
    width: auto;
  }
  #header .logo-container h1 {
    float: left;
  }
  #header .logo-container span {
    text-align: right;
    float: right;
    vertical-align: middle;
    padding-top: 70px;
  }
  .home section.slider .cycle-slideshow .caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.47);
  }
  .home section.slider .cycle-slideshow .caption h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .home section.slider .cycle-slideshow .caption p {
    font-size: 20px;
    font-size: 2rem;
  }
  .home section.tribe-events-adv-list-widget .type-tribe_events,
  .home section.tribe-events-adv-list-widget .tribe-mini-calendar-list-wrapper .type-tribe_events {
    width: 49%;
  }
  .home section.tribe-events-adv-list-widget .tribe-mini-calendar-event {
    border: 0;
    padding: 1em 0;
  }
  .home section.shortcut .four-columns {
    margin: 0 -20px;
  }
  .home section.shortcut .four-columns .column {
    width: 33%;
  }
  .home section.news {
    padding-left: 0;
    padding-right: 0;
  }
  .home section.news .three-columns {
    margin: 0 -30px;
  }
  .home section.news .three-columns .column {
    width: 33%;
  }
  #content .article-holder .article {
    padding: 40px 0;
    margin: 0;
  }
  footer#footer .footer-holder .column,
  footer#footer .footer-holder .last-column {
    padding: 0 20px 40px;
    width: 49%;
    margin: 0;
    border-bottom: 0;
  }
  footer#footer .footer-holder .columns {
    margin: 0 -20px;
  }
  body .article-content-wrapper #gallery-1.gallery dl.gallery-item,
  body .article-content-wrapper #gallery-2.gallery dl.gallery-item {
    width: 33%;
  }
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 33%;
  }
  body #middle #content #tribe-bar-form .tribe-bar-submit input[type=submit] {
    position: relative;
    top: 15px;
  }
}
@media screen and (min-width: 979px) {
  header#header .logo-container h1 a {
    display: block;
    padding: 40px 0 20px;
  }
  .idium-with-sidebar #content {
    border-right: 1px solid #eaeaea;
    position: relative;
    left: 1px;
  }
  .home section.calendar.tribe_mini_calendar_widget {
    max-width: 1280px;
    width: 100%;
  }
  .home section.tribe_mini_calendar_widget .tribe-mini-calendar-wrapper .hentry {
    width: 33%;
  }
  .home section.tribe-events-adv-list-widget .type-tribe_events,
  .home section.tribe-events-adv-list-widget .tribe-mini-calendar-list-wrapper .type-tribe_events {
    width: 33%;
  }
  .home section.shortcut {
    padding: 40px 0 0 0;
  }
  .home section.shortcut .four-columns {
    margin: 0 -47px;
    padding: 0;
  }
  .home section.shortcut .four-columns .column {
    width: 24%;
  }
  .home section.shortcut .four-columns .column h1.heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .home section.shortcut .four-columns .column p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer#footer .footer-holder .column,
  footer#footer .footer-holder .last-column {
    padding: 0 20px;
    width: 24%;
  }
  body .article-content-wrapper #gallery-1.gallery dl.gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1054px) {
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 32%;
  }
}
@media print {
  .menu-toggle-container,
  .cta,
  .idium-section-header,
  .chat_box,
  .tribe-events-widget-link {
    display: none;
    visibility: hidden;
  }
  #idium-cookies-notification-bar {
    display: none!important;
  }
  body {
    font: 13px/18px Arial;
  }
  body .author,
  body .category {
    font-style: normal;
  }
  body #content article header img {
    width: 100%;
  }
  #header .logo-container span {
    width: 100%;
    display: block;
    text-align: center;
  }
  header {
    margin: 0;
  }
  header .logo-container {
    margin: 0;
  }
  header .logo-container h1 {
    display: block;
    width: 100%;
  }
  article .header {
    margin: 0;
    padding: 0;
  }
  body #content img {
    width: auto;
  }
  h1.title {
    margin: 0;
  }
  .home #middle section {
    width: 100%;
    display: block;
  }
  .home #middle section h1,
  .home #middle section time,
  .home #middle section p {
    text-align: left;
  }
  .home #middle section .slider .caption {
    text-align: center;
  }
  .home #middle section.slogan {
    padding: 2% 0;
    margin: 0 0 2%;
  }
  .home #middle section.shortcut .three-columns .column h1.heading {
    position: inherit;
    text-align: center!important;
    margin: 0.5em 0 0;
    display: inline-block;
  }
  .home #middle section.tribe_mini_calendar_widget .tribe-mini-calendar-wrapper {
    width: 100%;
    display: inline-block;
  }
  .home #middle section.tribe_mini_calendar_widget .tribe-mini-calendar-wrapper .hentry {
    width: 33%;
    padding: 0 2% 2%;
    border: 0;
  }
  .home #middle section.tribe_mini_calendar_widget .tribe-mini-calendar-wrapper .hentry .tribe-mini-calendar-event .list-date {
    width: auto;
  }
  .home #middle section.news,
  .home #middle section.shortcut {
    border: 0;
  }
  .home #middle section.news header h1,
  .home #middle section.shortcut header h1 {
    margin-left: 40px;
  }
  .home #middle section.news .three-columns,
  .home #middle section.shortcut .three-columns,
  .home #middle section.news .four-columns,
  .home #middle section.shortcut .four-columns {
    text-align: left;
  }
  .home #middle section.news .three-columns .column,
  .home #middle section.shortcut .three-columns .column,
  .home #middle section.news .four-columns .column,
  .home #middle section.shortcut .four-columns .column {
    width: 33%;
    padding: 0 2% 2%;
  }
  .home #middle section.news .three-columns .column img,
  .home #middle section.shortcut .three-columns .column img,
  .home #middle section.news .four-columns .column img,
  .home #middle section.shortcut .four-columns .column img {
    padding: 0;
  }
  .home #middle section.news .four-columns .column,
  .home #middle section.shortcut .four-columns .column {
    width: 24%;
  }
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 33%;
    padding: 0 2% 2%;
    border: 0;
  }
  .category #content section.article-holder .category-list .column h3,
  .category #content section.article-holder .article-list .column h3,
  .category #content section.article-holder .category-list .article h3,
  .category #content section.article-holder .article-list .article h3 {
    border: 0;
  }
}
