/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  font-size: 62.5%; }

body {
  color: #666;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
  line-height: 1.5; }

p {
  margin: 0 0 1em; }

#page {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1.04667%; }

.wrapper {
  min-height: 300px; }

#page #container {
  float: left;
  width: 100%; }

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

.right {
  float: right; }

a {
  color: #990000;
  text-decoration: none; }

a:visited {
  text-decoration: none; }

/* heading */
h1, h2, h3 {
  font-weight: normal;
  font-family: Helvetica, Arial, Sans-serif;
  line-height: 1; }

#container h1 {
  margin: 0 0 22px;
  font-size: 30px;
  font-size: 3rem; }

#container h3 {
  font-size: 20px;
  font-size: 2rem; }

.sub-header {
  background: #F0F0F0;
  margin-bottom: 1px;
  padding: 7px 12px;
  text-transform: lowercase; }

.sub-header h2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize; }

/* forms */
.contact-frm.site-form .textwidget {
  position: relative;
  padding-top: 55px; }

.contact-frm input[type="submit"], .form-btn,
#submit-btn {
  float: right;
  width: 88px;
  height: 40px;
  text-align: center;
  background: #ccc;
  border: 0;
  font-size: 20px;
  font-size: 2rem;
  clear: both; }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */ }

/* header */
.site-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 120px; }

.site-inner-header {
  float: right;
  width: 82%;
  padding-top: 15px; }

.site-title {
  margin: 0; }

.site-title a {
  float: left;
  display: block;
  width: 103px;
  height: 102px;
  background: url(../images/clc_logo.png) no-repeat;
  text-indent: -9999px; }

.social-links {
  float: right; }

.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-links li {
  float: left;
  margin-right: 15px; }

.social-links li a {
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../images/social_icons.png);
  text-indent: -9999px; }

.twitter-link {
  background-position: 0 0; }

.facebook-link {
  background-position: -52px 0; }

.googleplus-link {
  background-position: -105px 0; }

.amazon-link {
  background-position: -157px 0; }

.contact-link {
  background-position: -211px 0; }

#searchform {
  float: right;
  margin-top: 3px; }

#searchform #s {
  width: 215px;
  height: 34px;
  background: #F3F3F3;
  border: 0;
  color: #C3C3C3;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 10px; }

#searchform #searchsubmit {
  position: relative;
  left: -5px;
  border: 0;
  height: 34px;
  width: 34px;
  background: url(../images/search_icon.jpg) no-repeat;
  color: #fff;
  padding: 5px;
  color: transparent;
  text-indent: -9999px; }

.search-results .list {
  margin-bottom: 20px; }

.search-results p {
  margin: 0; }

.search-results h2 {
  margin: 10px 0; }

.search-results h2 a {
  color: #666; }

/* Navigation */
.main-navigation {
  float: left;
  width: 100%;
  position: relative;
  background-color: #F3F3F3;
  margin-top: 20px; }

.nav-menu {
  position: relative;
  float: right; }

.nav-menu,
.nav-menu li {
  margin: 0;
  padding: 0; }

.nav-menu > li {
  float: left;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem; }

.menu-toggle {
  display: none; }

.nav-menu > li {
  background: #f3f3f3 url(../images/bdr_nav.gif) no-repeat right 9px;
  padding-right: 2px; }

.nav-menu > li:last-child {
  background: none; }

.nav-menu > li > a {
  color: #999;
  padding: 8px 10px 8px;
  margin: 0 8px;
  position: relative;
  z-index: 110;
  line-height: 15px; }

.nav-menu > .current_page_item > a,
.nav-menu > .current-menu-item a,
.nav-menu > .current-menu-parent a {
  color: #000; }

.nav-menu > .current-menu-item > a,
.nav-menu > li > .sub-menu .current_page_item a,
.nav-menu > .current-menu-parent,
.nav-menu > li a:hover {
  text-decoration: underline; }

.nav-menu li a {
  display: block; }

.nav-menu > li:first-child a {
  padding-left: 0; }

.nav-menu > li > .sub-menu {
  position: absolute;
  top: 30px;
  left: -9999px;
  min-width: 185px;
  color: #000;
  margin: 0;
  padding: 12px 12px 0 0;
  z-index: 100;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-menu > .has-sublist > .sub-menu {
  background: #F3F3F3; }

.nav-menu > li > .sub-menu li {
  padding: 0 0 12px 12px;
  margin: 0; }

.nav-menu > li > .sub-menu li a {
  padding: 0;
  border: 0;
  line-height: 1.1; }

.nav-menu > li:hover a {
  color: #000; }

.nav-menu > li:hover .sub-menu {
  left: -4px; }

.nav-menu > li:last-child:hover > .sub-menu {
  left: -91px; }

.nav-menu .sub-menu a {
  width: 100%;
  padding: 5px 0; }

.sub-sections {
  display: none; }

/* layout */
.wrapper {
  float: left;
  width: 100%;
  padding: 20px 0; }

.column {
  float: left; }

.side-column {
  width: 31.25%; }

.content {
  float: left;
  margin-left: 30px;
  width: 630px;
  /*padding-top:74px;*/ }

/* footer */
.site-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px; }

.site-footer section {
  float: left;
  border-right: 1px solid #d9d9d9;
  padding-right: 10px;
  margin-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.site-footer section:last-child {
  border-right: none; }

.site-footer h3 {
  margin: 0; }

.site-footer .widget-title {
  display: block; }

#footer-left {
  width: 18.75em; }

#footer-middle {
  width: 22.91666em; }

#footer-right {
  width: 29.1666em; }

#footer-right p > a {
  margin-right: 8px; }

.footer-form label {
  position: absolute;
  left: -9999px; }

.footer-form fieldset .frm_form_field {
  float: left;
  width: 124px;
  margin-right: 8px; }

.footer-form input[type="text"] {
  border: 1px solid #cfcfcf;
  color: #999;
  height: 24px;
  width: 124px;
  text-indent: 8px;
  margin-bottom: 5px; }

.footer-form .frm_forms {
  position: relative; }

.footer-form .submit {
  float: left;
  position: absolute;
  bottom: -8px;
  right: 29px; }

.footer-form input[type="submit"] {
  border: none;
  height: 27px;
  width: 125px;
  background: #cfcfcf;
  color: #333;
  text-transform: capitalize; }

.footer-contact aside {
  float: left; }

.footer-contact ul,
.footer-contact li {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-contact li {
  padding-left: 65px;
  margin-bottom: 8px; }

.footer-contact li a {
  color: #666; }

.site-footer .footer-contact h3 {
  margin-bottom: 10px; }

.footer-contact h4,
.footer-contact p {
  margin: 0 0 10px; }

.icon-social-links {
  margin-right: 10px; }

.footer-contact p:last-child a:last-child {
  display: none; }

/* Homepage */
.main-carousel {
  margin-bottom: 20px;
  overflow: hidden;
  height: 362px; }

/* Content */
.site-form.content {
  margin: 0 0 0 30px; }

.site-form .textwidget {
  float: left;
  background: #f7f7f7;
  width: 100%;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.site-form .required-text {
  position: absolute;
  left: 20px;
  top: 25px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 8px; }

.site-form .input-data > div,
.site-form .select-input > div,
.site-form .textarea-input > div,
.site-form .input-date > div,
.site-form .input-month > div,
.site-form .input-year > div {
  position: relative;
  display: block;
  border: 4px solid #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.site-form .input-data > div:hover,
.site-form .select-input > div:hover,
.site-form .textarea-input > div:hover,
.site-form .input-date > div:hover {
  border: 4px solid #999999; }

.site-form .input-data.frm_blank_field > div,
.site-form .select-input.frm_blank_field > div,
.site-form .textarea-input.frm_blank_field > div,
.site-form .input-date.frm_blank_field > div {
  border-color: #9A0000; }

.site-form .frm_error {
  color: #9A0000; }

.site-form .frm_blank_field .frm_error {
  border: 0;
  width: 100%; }

.site-form .frm_blank_field .frm_error:hover {
  border: 0; }

.site-form .textarea-input .frm_description,
.site-form .textarea-input .frm_description:hover {
  border: 0; }

.frm_error_style {
  position: absolute;
  border: 1px solid #9a0000;
  top: 45px;
  left: 20px; }

.contact-frm .frm_error_style {
  top: 19px; }

.contact-frm .textarea-input {
  float: none; }

.site-form .input-data,
.site-form .select-input,
.site-form .textarea-input {
  position: relative;
  margin-bottom: 15px; }

.site-form label {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
  line-height: 12px;
  color: #000; }

.site-form .input-data input, .site-form .select-input select,
.site-form .textarea-input textarea {
  border: 1px solid #cdcdcd;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.site-form .input-data input,
.site-form .select-input select,
.input-date input, .input-month input,
.input-year input {
  height: 33px;
  text-indent: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999; }

.contact-frm .input-textarea {
  height: 203px; }

.input-month label, .input-year label {
  visibility: hidden;
  margin: -4px 0 0; }

.day, .month, .year,
.start-day, .start-month,
.start-year, .end-day, .end-month, .end-year {
  float: left;
  margin-bottom: 20px; }

.input-date input, .input-month input, .input-year input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.input-date > div, .input-month > div {
  float: left;
  width: 110px;
  text-align: center;
  padding: 0;
  text-indent: 0;
  margin-bottom: 15px; }

.input-year > div {
  float: left;
  width: 70px;
  text-align: center;
  margin-bottom: 15px; }

.input-date, .input-month, .input-year {
  float: left; }

#first-stage .input-date {
  width: 100%;
  clear: both; }

.last-field {
  clear: both; }

.site-form .input-data.input-date {
  margin-bottom: 0; }

.site-form .input-date .frm_description,
.site-form .input-month .frm_description {
  width: auto;
  float: left;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0 8px; }

.frm_checkbox, .frm_radio, .textarea-input {
  float: left; }

.frm_radio {
  margin-right: 100px; }

.site-form .frm_radio label {
  display: inline;
  margin-left: 8px;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

.frm_checkbox label {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin-left: 8px;
  line-height: 1.3; }

.frm_checkbox input {
  float: left; }

.frm_checkbox {
  width: 147px;
  margin-bottom: 10px; }

.frm_checkbox input[type="checkbox"],
.frm_radio input[type="radio"] {
  display: none; }

.frm_checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 31px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/form_elements.png) no-repeat 0 0;
  cursor: pointer; }

.frm_checkbox input[type="checkbox"]:checked + label span {
  background: url(../images/form_elements.png) no-repeat -39px 0; }

.frm_radio input[type="radio"] + label span {
  display: inline-block;
  width: 31px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/form_elements.png) no-repeat -77px 0;
  cursor: pointer; }

.frm_radio input[type="radio"]:checked + label span {
  background: url(../images/form_elements.png) no-repeat -114px 0; }

.site-form .col-split > div > .spacer {
  border: 0;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 8px;
  line-height: 2.5; }

.input-radio {
  float: left;
  margin-bottom: 15px; }

.col-full-width .textarea-input div {
  float: left;
  width: 408px; }

.col-full-width .textarea-input .frm_description {
  float: left;
  width: 166px;
  margin-left: 8px;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

.col-split {
  float: left;
  width: 280px;
  margin-right: 20px; }

.col-split.last {
  margin-right: 0; }

.col-full-width {
  float: left;
  width: 100%; }

#first-stage, #second-stage, #third-stage {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 65px; }

#first-stage {
  background: url(../images/stage_one_progress_bar.png) no-repeat left top; }

#second-stage {
  background: url(../images/stage_two_progress_bar.png) no-repeat left top; }

#third-stage {
  background: url(../images/stage_three_progress_bar.png) no-repeat left top; }

.frm_pos_top {
  display: none; }

.register-frm {
  position: relative; }

.frm_description {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

.next-btn, .register-frm .submit input {
  float: right;
  font-size: 20px;
  font-size: 2rem;
  background: #ccc;
  border: 0;
  padding: 15px 0;
  width: 88px;
  text-align: center;
  margin-bottom: 15px; }

.hide-label label, .site-form .hide,
.other-choir {
  display: none; }

.show-more {
  display: block; }

/* setting the width and height of the SELECT element to match the replacing graphics */
.select-input select {
  width: 271px;
  border: 0;
  height: 33px;
  padding: 6px 0;
  z-index: 10;
  position: relative;
  font-family: Arial, Helvetica, Sans-serif; }

/* dynamically created SPAN, placed below the SELECT */
.select-input span.select {
  position: absolute;
  top: 0;
  float: left;
  left: 0;
  width: 271px;
  height: 33px;
  line-height: 30px;
  text-indent: 6px;
  background: url(../images/select-background.png) no-repeat 0 0;
  cursor: default;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  cursor: default;
  font-family: Arial, Helvetica, Sans-serif; }

/* concerts */
.event-list {
  margin-bottom: 3px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.section-list-content {
  float: left;
  width: 310px; }

.section-list-content h2 {
  margin: 7px 0 12px;
  font-size: 18px;
  font-size: 1.8rem; }

.section-list-content h2 a {
  color: #000; }

.section-list-thumbnail {
  float: right; }

.toggle-content {
  display: none; }

.event-list-widget {
  border: 1px solid #e5e5e5;
  padding: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.event-list-widget h2 {
  margin: 0;
  font-weight: normal;
  color: #990000;
  font-size: 24px;
  font-size: 2.4rem; }

.event-list-widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.event-list-widget li {
  margin: 30px 0 0;
  font-size: 12px;
  font-size: 1.2rem; }

.event-list-widget li a {
  display: block; }

.event-list-widget .date {
  float: left;
  width: 65px;
  border: 1px solid #990002;
  color: #990002;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px; }

.event-list-widget .date span {
  display: block;
  padding: 8px 0; }

.event-list-widget .date span:first-child {
  display: block;
  color: #fff;
  background-color: #990002; }

.event-list-widget .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 5px; }

.event-list-widget p {
  margin: 0; }

.event-links {
  margin-top: 10px; }

.event-links a {
  display: block;
  text-align: right; }

.bg-bottom {
  position: relative;
  height: 17px;
  background-color: #F0F0F0;
  width: 100%;
  clear: both;
  float: left;
  top: -2px; }

.home .event-list-widget {
  margin: 0; }

.event-list-widget {
  margin: 0 0 10px 10px; }

#eo-event-meta {
  padding: 0;
  margin: 0 0 10px;
  list-style: none; }

.post-type-archive-event .side-column,
.single-event .side-column {
  margin: 0; }

.post-type-archive-event .widget-title,
.single-event .widget-title {
  display: block; }

.eo-agenda-widget ul {
  padding: 0; }

.event .eo-events {
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }

.event .eo-events li {
  margin-bottom: 10px; }

.event .eo-events a {
  font-weight: bold;
  color: #666; }

.buy-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
  top: 20px; }

/* articles */
.intro-text {
  font-size: 16px;
  font-size: 1.6rem; }

.article-image {
  float: left; }

.article-image-left {
  margin: 0 20px 20px 0; }

.article-image-right {
  margin-left: 20px; }

.article-content-right.content {
  float: right;
  width: 745px;
  margin: 0 0 0 30px; }

.article-content-right li {
  margin-bottom: 8px;
  list-style-position: inside; }

.article-content {
  float: left;
  width: 425px; }

.content.content-list {
  margin-left: 0; }

.content-list ul {
  padding: 0;
  margin: 0; }

.article-summary {
  float: left;
  width: 300px;
  list-style: none;
  margin: 0 30px 10px 0;
  padding: 0 10px 0 0;
  background-color: #f0f0ef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 150px;
  min-height: 150px; }

.article-summary:nth-child(2n) {
  margin-right: 0; }

.article-summary-content {
  padding-left: 15px; }

.article-summary-image {
  float: left;
  margin-right: 10px; }

.article-summary-content h2 {
  margin: 10px 0 10px;
  font-size: 18px;
  font-size: 1.8rem; }

.readmore-link {
  display: block; }

.tertiary {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 14px 0;
  width: 182px; }

.tertiary h3 {
  margin: 0 0 14px; }

.tertiary-menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.tertiary-menu li {
  padding: 5px 0 0 0;
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem; }

.tertiary-menu li a,
.tertiary-menu li a:visited {
  display: block;
  color: #666;
  padding-left: 20px; }

.tertiary-menu li .tertiary-item-selected {
  background: url(../images/grey_arrow.png) no-repeat left center; }

.display-content-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.display-content-list li {
  float: left;
  position: relative;
  width: 300px;
  margin: 0 30px 20px 0; }

.display-content-list li:nth-child(2n) {
  margin-right: 0; }

.display-content-list li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 0; }

.widget-title {
  display: none; }

.widget-area {
  width: 300px; }

.jaw_widget {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem; }

.jaw_widget > li > ul {
  margin-left: 20px;
  list-style: none; }

.jaw_widget a {
  color: #666; }

.jaw_widget a.jaw_years {
  font-weight: bold; }

.archive-post-list.tertiary {
  width: 100%; }

/* Meet the members */
.meduim-thumbnails .display-content-list li {
  width: 190px;
  height: 190px;
  overflow: hidden; }

.meduim-thumbnails .display-content-list li:nth-child(2n) {
  margin-right: 30px; }

.meduim-thumbnails .display-content-list li:nth-child(3n) {
  margin-right: 0; }

.main-carousel li {
  position: relative; }

.main-carousel .carousel-overlay {
  position: absolute;
  left: 55px;
  top: 50px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  z-index: 999;
  max-width: 368px; }

.main-carousel .carousel-overlay h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 30px;
  font-size: 3rem; }

.main-carousel .carousel-overlay p {
  margin: 0; }

.main-carousel .carousel-overlay .readmore-link {
  margin-top: 8px; }

.readmore-link {
  font-size: 14px;
  font-size: 1.4rem; }

.breadcrumbs {
  margin-bottom: 18px;
  color: #000; }

.breadcrumb a {
  color: #999; }

.breadcrumbs:empty {
  display: none; }

/* jQuery FlexSlider v2.0 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid white;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 36px;
  height: 35px;
  margin: 0 0 0;
  display: block;
  background: url(../images/prev_next.png) no-repeat 0 0;
  position: absolute;
  bottom: 178px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0; }

.flex-direction-nav .flex-prev {
  left: 0; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #000;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #990000; }

.flex-control-paging li a.flex-active {
  background: #990000;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
.ui-datepicker {
  background-color: #fff;
  padding: 6px; }

@media screen and (max-width: 780px) {
  .content {
    margin-left: 20px;
    width: 52.5%; } }
.single-post .side-column {
  width: 31.25%; }

.single-post .article-content-right.content,
.archive .article-content-right.content,
.archive #content {
  width: 630px; }

.archive #content {
  float: right; }

.tertiary-menu .children {
  display: none; }

.photo-caption {
  display: block;
  font-size: 9px;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 8px;
  text-align: right; }

@media screen and (max-width: 600px) {
  .main-navigation {
    position: relative;
    right: 0;
    clear: both; }

  .sub-menu {
    display: none; }

  .content {
    margin-left: 20px;
    width: 52.5%; }

  .display-content-list li {
    margin: 0 20px 20px 0; }

  .article-content-right.content {
    width: 100%;
    max-width: auto; }

  .main-carousel {
    height: auto; } }
@media screen and (max-width: 768px) {
  #searchform {
    display: none; } }
@media screen and (min-width: 320px) and (max-width: 480px) {
  #page {
    padding: 0; }

  #container {
    padding: 0 3.125%; }

  #page #container {
    float: none;
    /*margin:3.125% 0 0;*/
    width: auto; }

  .main-navigation {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 0;
    float: none;
    clear: none; }

  .wrapper {
    position: relative;
    padding-top: 0px;
    margin-top: 10px; }

  .column {
    float: left; }

  .content {
    width: 100%;
    margin: 0; }

  .breadcrumbs {
    margin: 15px 0 10px; }

  .site-header {
    position: relative;
    height: 52px;
    min-height: 100%;
    padding: 5px 10px 0;
    background: #E90023;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .site-title {
    position: relative;
    top: -13px; }

  .site-title a {
    position: relative;
    background: url(../images/clc_logox1.png) no-repeat;
    width: 60px;
    height: 59px; }

  .social-links {
    display: none; }

  .menu-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
    border: none;
    background: url(../images/menu_icon.png) no-repeat;
    text-indent: -9999px;
    width: 18px;
    height: 12px; }

  .menu-main-container {
    position: absolute;
    left: 10px;
    top: 47px;
    background: #E90023;
    width: 100%;
    padding: 0 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    display: none; }

  .menu-main-container.menu-toggle-on {
    display: block;
    top: -27px; }

  .nav-menu {
    float: left; }

  .menu-main-container a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }

  .menu-main-container .nav-menu > li > a {
    border: 0;
    background: none;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline; }

  .menu-main-container .nav-menu > li > a:hover {
    border: 0;
    margin: 0;
    line-height: normal; }

  .nav-menu > li > a:hover {
    color: #fff; }

  .menu-main-container .nav-menu > li {
    float: none;
    padding: 0;
    background: none;
    margin: 10px 0;
    display: block; }

  .nav-menu > .has-sublist:hover > a {
    border: 0;
    padding: 0; }

  .sub-menu {
    display: none; }

  .site-footer {
    border: none; }

  .site-footer section {
    float: none;
    border-right: none;
    border-top: 1px solid #d9d9d9;
    padding: 10px 0 0;
    margin-right: 0; }

  #footer-right,
  #footer-left,
  #footer-middle {
    width: 100%; }

  .footer-form input[type="text"] {
    display: block;
    width: 100%;
    height: 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem; }

  .footer-form .submit input {
    height: 44px;
    width: 125px; }

  .footer-form .submit {
    right: 80px;
    position: static;
    float: none; }

  .footer-contact li {
    margin: 0 10px 10px 0;
    padding: 0;
    float: left; }

  .footer-contact p:last-child a:last-child {
    display: inline-block; }

  .content.contact-frm {
    padding-top: 20px;
    margin: 0; }

  .contact-frm form > div {
    width: auto;
    float: none;
    margin-right: 0; }

  .contact-frm .textwidget {
    float: left;
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .site-form .textwidget {
    padding: 10px; }

  .next-btn, .register-frm .submit input {
    float: left; }

  .site-form.content {
    margin: 0; }

  .section-list-content {
    float: none;
    width: 100%; }

  .article-image-left img {
    max-width: 100%; }

  .article-content-right.content {
    float: none;
    width: 100%;
    margin: 0; }

  .article-content,
  .tertiary {
    width: 100%; }

  .main-carousel .carousel-overlay {
    left: 20px; }

  .page-child .sub-sections {
    display: block;
    background-color: #F3F3F3;
    padding: 15px 10px;
    margin-top: -12px;
    width: 94%;
    float: left; }

  .page-child .sub-sections button {
    color: #656565;
    background: transparent url(../images/grey_arrow_down.png) no-repeat 0 5px;
    padding-left: 18px;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }

  .tertiary h3 {
    display: none; }

  .tertiary {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 999;
    width: 50.625%;
    background-color: #F3F3F3;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0px;
    display: none; }

  .tertiary.toggle-on {
    display: block; }

  .tertiary-menu li .tertiary-item-selected {
    background-image: none; }

  .side-column {
    width: 100%; }

  .event-list-widget {
    margin: 0; }

  .single-post .article-content-right.content,
  .archive .article-content-right.content,
  .archive #content {
    width: 100%; }

  .main-carousel {
    height: auto; }

  .section-list-thumbnail {
    float: none;
    margin-top: 10px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * 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 only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
