/* Reset Styles */
/*
File:		reset.css - This contains all the reset styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

Reset Styles - reset all styles for consistent cross browser styling
*/
/* @group Reset Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0; }

a {
  color: #00e;
  outline: none !important; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: none !important; }

a:hover, a:active {
  outline: 0; }

:focus {
  -moz-outline-style: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

small {
  font-size: 85%; }

h1 {
  font-size: 182%; }

h2 {
  font-size: 161.6%; }

h3 {
  font-size: 138.5%; }

h4 {
  font-size: 116%; }

h5 {
  font-size: 108%; }

h6 {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0; }

p {
  margin: 0 0 1em 0; }

/* @end */
/* @group Formalize */
.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

.input_full_wrap {
  display: block;
  padding-right: 8px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc); }

button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ie6_button,
* html button {
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

/* @end */
/* @group WP Styles */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* Content */
.hentry {
  margin: 0 0 1.5em; }

.entry-meta {
  clear: both; }

.byline {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%; }

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em; }

.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

#content .gallery {
  margin-bottom: 1.5em; }

#content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

#content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Widgets */
.widget {
  margin: 0 0 1.5em; }

/* Search widget */
#searchsubmit {
  display: none; }

/* @end */
/* Formalize.css */
.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

.input_full_wrap {
  display: block;
  padding-right: 8px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.0 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc); }

button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: auto;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ie6_button,
* html button {
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

/* Defaults */
/* Fonts */
/* Media Queries */
/* Colors */
/* Fonts */
/* Hide Text */
/* Container Settings */
/* Transition */
/* @group HTML, Body */
html {
  background-color: #fff; }

body {
  font-family: "Cabin", sans-serif; }

/* @end */
/* @group Default Links - link visited hover active */
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

a:link, a:visited {
  color: #1990b2;
  text-decoration: underline; }

a:hover, a:active {
  text-decoration: none;
  color: #6bb74b; }

/* @end */
/* @group Common Text Styles */
.main {
  color: #1a1c1d; }

.main p, .main li, .main blockquote {
  font-size: 18px;
  line-height: 1.5em; }

.main ul ul {
  margin: 0; }

/* @end */
/* @group Default Headings */
.main h1 {
  font-size: 36px;
  font-family: "Merriweather", serif;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 1em; }

.main h2, .main h3, .main h4 {
  font-family: "Merriweather", serif; }

.main h2 {
  font-size: 28px; }

.main h3 {
  font-size: 24px; }

.main h4 {
  font-size: 21px; }

.main h5, .main h6 {
  font-size: 18px; }

/* @end */
/* @group Default Lists */
/* Make default ul and ol styles to match p styles */
/* @end */
/* @group Forms */
/* Button */
.btn {
  display: inline-block;
  padding: 15px 15px;
  background-color: #6bb74b;
  box-shadow: 0 3px 0 #309383;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.btn:hover {
  background-color: #309383; }

/* @end */
/* @group Non-Semantic Helper Classes */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

/* @end */
/* Site Specific Styles */
/* Layout Styles */
#hd {
  position: relative;
  z-index: 10;
  padding-top: 30px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

#bd {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  overflow: hidden; }

#ft {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  overflow: hidden; }

/* Container */
.container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

/* Nav */
#nav {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 400px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #nav {
      top: 10px;
      right: 0; } }

#nav .nav-toggle {
  display: block;
  width: 27px;
  height: 22px;
  background: url("../images/icon-nav.png") no-repeat 0 0;
  position: absolute;
  right: 100px;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #nav .nav-toggle {
      right: 60px; } }

#nav .nav-toggle:hover {
  cursor: pointer; }

#nav .main-menu {
  display: none;
  position: absolute;
  top: 24px;
  right: 100px;
  width: 100%;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0 2px 1px #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    #nav .main-menu {
      right: 0; } }

#nav .main-menu ul {
  margin: 0;
  padding: 20px;
  list-style: none;
  text-align: center; }

#nav .main-menu li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #c7c7c7;
  font-size: 18px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  line-height: 1em; }

#nav .main-menu li a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

#nav .main-menu li a:link, #nav .main-menu li a:visited {
  color: #000;
  text-decoration: none; }

#nav .main-menu li a:hover {
  color: #777; }

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 198;
  display: none; }

/* Modules */
/* Logo */
#logo {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto; }

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background: url("../images/logo-elt.png") no-repeat 0 0; }

/* Search */
.search-wrap {
  position: absolute;
  top: 58px;
  right: 50px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .search-wrap {
      top: 8px;
      right: 10px; } }

.search-wrap .search-toggle {
  display: block;
  width: 29px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background: url("../images/icon-search.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0; }

.search-wrap .search-toggle:hover {
  cursor: pointer; }

.search-wrap .search-form {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 200px;
  max-width: 400px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 1px #999; }

.search-wrap .search-form .s {
  border: 1px solid #ccc;
  padding: 14px 10px;
  margin-right: 10px; }

.search-wrap .search-form .submit {
  display: inline-block;
  padding: 15px 15px;
  background-color: #6bb74b;
  box-shadow: 0 3px 0 #309383;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-image: none;
  font-weight: normal;
  height: auto;
  border: none;
  text-shadow: none; }

.search-wrap .search-form .submit:hover {
  background-color: #309383; }

/* Titlebox Photo */
.titlebox-photo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
  height: 620px;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1; }

/* Titlebox Video */
.titlebox-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
  height: 895px;
  text-align: center;
  z-index: -1; }

/* Titlebox */
.titlebox {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  position: relative;
  z-index: 2; }

.titlebox-page .titlebox-heading {
  margin-bottom: 100px; }

.titlebox-heading h1 {
  font-size: 60px;
  font-family: "Merriweather", serif;
  color: #353535;
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 6px;
  margin: 0; }
  @media only screen and (max-width: 1025px) {
    .titlebox-heading h1 {
      font-size: 40px; } }

.titlebox-summary {
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  color: black;
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; }

.titlebox-summary-video {
  color: #fff !important; }

.titlebox-summary p {
  line-height: 1.67em; }

.titlebox-summary p br {
  display: none; }

.titlebox-buttons {
  padding: 40px 0 100px 0; }

.titlebox-buttons .btn {
  margin: 0 5px; }
  @media only screen and (max-width: 640px) {
    .titlebox-buttons .btn {
      margin-bottom: 25px; } }

.titlebox-video-mobile {
  background-color: #153863;
  overflow: hidden; }

.titlebox-video-mobile img {
  min-width: 100%;
  height: 100%;
  display: block;
  position: relative; }
  @media only screen and (max-width: 1025px) {
    .titlebox-video-mobile img {
      margin-left: -40%; } }
  @media only screen and (max-width: 767px) {
    .titlebox-video-mobile img {
      margin-left: -60%; } }
  @media only screen and (max-width: 640px) {
    .titlebox-video-mobile img {
      margin-left: -90%; } }
  @media only screen and (max-width: 500px) {
    .titlebox-video-mobile img {
      margin-left: -180%; } }

/* Promobar */
.promobar {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #153863; }

.promobar-content {
  padding: 20px;
  max-width: 710px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden; }
  @media only screen and (max-width: 1025px) {
    .promobar-content {
      text-align: center; } }

.promobar-content p {
  max-width: 65%;
  float: left;
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  padding-top: 10px; }
  @media only screen and (max-width: 1025px) {
    .promobar-content p {
      max-width: 100%;
      float: none;
      margin: 0 0 20px 0;
      text-align: center; } }

.promobar-content .btn {
  max-width: 30%;
  float: right; }
  @media only screen and (max-width: 1025px) {
    .promobar-content .btn {
      max-width: 100%;
      float: none;
      margin-top: 0; } }

/* Page Wrap */
.page-wrap {
  position: relative;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

/* Page Content */
.page-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* List Content & Archive Content */
.list-content, .archive-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.list-content .alm-listing, .list-content .alm-listing li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-content .alm-listing .alm-reveal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.list-content .alm-listing li {
  flex: 0 1 auto;
  width: 46%;
  padding: 0 2% 40px 2%; }
  @media only screen and (max-width: 1025px) {
    .list-content .alm-listing li {
      width: 96%; } }

.list-content h1, .archive-content h1 {
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: .25em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px; }

.list-content h1 a:link, .list-content h1 a:visited,
.archive-content h1 a:link, .archive-content h1 a:visited {
  text-decoration: none; }

.archive-content h1 {
  margin-bottom: .2em; }

.archive-content .post {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

.alm-btn-wrap {
  text-align: center;
  clear: both;
  padding-top: 20px; }

.alm-btn-wrap button {
  background-image: none;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
  padding: 20px 30px;
  font-family: "Cabin", sans-serif;
  text-shadow: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.alm-btn-wrap button:hover {
  background-color: #6bb74b;
  color: #fff;
  border-color: #6bb74b; }

.alm-btn-wrap button:focus, .alm-btn-wrap button:active {
  outline: none !important; }

/* Sidebar */
.sidebar {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 250px; }
  @media only screen and (max-width: 1260px) {
    .sidebar {
      position: static;
      top: auto;
      right: auto;
      margin: 0 auto;
      padding: 60px 0; } }

.sidebar .widget {
  margin: 0 0 20px 0; }

.sidebar .widget h1 {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size: 18px; }

.sidebar .widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #c7c7c7; }

.sidebar .widget_archive li {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #c7c7c7;
  font-size: 16px; }

.sidebar .widget_archive li a:link, .sidebar .widget_archive li a:visited {
  text-decoration: none;
  color: #6bb74b; }

.sidebar .widget_archive li a:hover {
  color: #1990b2; }

.sidebar .gform_widget {
  padding: 10px;
  background-color: #eee; }

/* Help Callout */
.help-callout {
  background-color: #f2f1e2;
  padding: 50px 0;
  text-align: center;
  overflow: hidden; }

.help-callout h2 {
  font-size: 41px;
  color: #153863;
  margin: 0 0 5px 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px; }

.help-callout h3 {
  font-size: 30px;
  color: #828282;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 30px 0; }

/* Help Stat */
.help-stat {
  width: 29%;
  padding: 20px 2%;
  float: left;
  font-family: "Merriweather", serif; }
  @media only screen and (max-width: 1025px) {
    .help-stat {
      width: 98%; } }

.help-stat .number {
  font-size: 48px;
  background-color: #153863;
  color: #fff;
  display: block;
  letter-spacing: -1px;
  padding: 10px;
  margin-bottom: 10px; }

.help-stat .label {
  display: block;
  font-size: 20px;
  color: #353535; }

/* Action Callout */
.action-callout {
  padding: 50px 0;
  text-align: center;
  background-color: #1990b2;
  overflow: hidden; }

.action-callout h2 {
  font-size: 40px;
  font-family: "Merriweather", serif;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: url("../images/action-heart-hr.png") no-repeat 50% 100%;
  padding: 0 0 60px 0;
  margin: 0 0 20px 0; }

.action-box {
  width: 21%;
  padding: 20px 2%;
  float: left;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .action-box {
      width: 98%; } }

.action-box .icon {
  display: block;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #6bb74b;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.action-box .icon:hover {
  background-color: transparent; }

.action-box a:link, .action-box a:visited {
  color: #fff;
  text-decoration: none; }

.action-box h3 {
  font-size: 24px;
  font-family: "Merriweather", serif;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  background: url("../images/bg-action-hr.png") no-repeat 50% 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }

.action-box p {
  font-size: 14px;
  line-height: 1.67em; }

/* Ft Testimonial */
.ft-testimonial {
  width: 440px;
  padding: 30px;
  background-color: #f5f5f5;
  position: absolute;
  left: -500px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .ft-testimonial {
      position: relative;
      width: 100%;
      left: auto;
      margin-bottom: 30px; } }

.ft-testimonial blockquote {
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #1990b2;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0; }

.ft-testimonial blockquote::before {
  content: "\201C.."; }

.ft-testimonial blockquote::after {
  content: "..\201D"; }

.ft-testimonial blockquote p {
  margin: 0 0 10px 0; }

.ft-testimonial .name, .ft-testimonial .title, .ft-testimonial .employer {
  display: block;
  text-align: right;
  color: #090802; }

.ft-testimonial .name {
  font-size: 21px;
  font-weight: bold; }

.ft-testimonial .title {
  font-size: 16px;
  font-style: italic; }

.ft-testimonial .employer {
  font-size: 18px; }

/* Ft Nav */
.ft-nav {
  position: relative;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  text-align: center; }

.ft-nav .ft-nav-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px; }

.ft-nav ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }

.ft-nav li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #c7c7c7;
  font-size: 18px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  line-height: 1em; }

.ft-nav li a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.ft-nav li a:link, .ft-nav li a:visited {
  color: #000;
  text-decoration: none; }

.ft-nav li a:hover {
  color: #777; }

.ft-nav .copyright {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.67em;
  margin-bottom: 30px; }

.ft-nav .credit {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.67em;
  padding-top: 30px; }

.ft-nav .credit a:link, .ft-nav .credit a:visited {
  color: #000;
  text-decoration: none; }

.ft-nav .credit a:hover {
  color: #777; }

/* CiV Logo Hover */
.ft-nav .civ a {
  display: block;
  width: 102px;
  height: 63px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.ft-nav .civ a .color, .ft-nav .civ a .bw {
  position: absolute;
  display: block;
  width: 102px;
  height: 63px;
  overflow: hidden; }

.ft-nav .civ a .color {
  opacity: 0; }

.ft-nav .civ a .bw {
  background: url("../images/civ-bw.png") no-repeat 0 0; }

.ft-nav .civ a .color {
  background: url("../images/civ-color.png") no-repeat 0 0; }

/* End CiV Logo Hover */
/* Social Bar */
.social-bar {
  background: url("../images/bg-social-bar.gif") repeat 0 0;
  overflow: hidden;
  padding: 20px 0; }

.social-bar .label {
  font-family: "Merriweather", serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 48px;
  margin: 0 25px 0 40px;
  float: left;
  color: #fff; }

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

.social-links li {
  margin: 0 25px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 48px;
  height: 48px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.social-links li a {
  display: block;
  width: auto;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left; }

.social-links .twitter {
  background: url("../images/icon-twitter.png") no-repeat 0 0; }

.social-links .facebook {
  background: url("../images/icon-facebook.png") no-repeat 0 0; }

.social-links .instagram {
  background: url("../images/icon-instagram.png") no-repeat 0 0; }

.social-links .twitter:hover, .social-links .facebook:hover, .social-links .instagram:hover {
  opacity: .6; }

/* Event Date */
.event-date {
  margin-bottom: 20px; }

.event-date p {
  display: inline-block;
  background-color: #6bb74b;
  padding: 3px 10px;
  color: #fff;
  margin: 0;
  font-family: "Merriweather", serif;
  text-transform: uppercase; }

/* Entry Content */
.entry-content {
  margin-top: 0; }

/* Entry Meta */
.entry-meta {
  margin-bottom: 40px; }

.tag-list {
  padding: 10px 0;
  font-family: "Merriweather", serif; }

.tag-list a {
  display: inline-block;
  background-color: #6bb74b;
  color: #fff;
  padding: 4px 6px 2px 6px;
  text-transform: uppercase;
  font-size: 16px; }

.tag-list a:link, .tag-list a:visited {
  color: #fff;
  text-decoration: none; }

.tag-list a:hover {
  background-color: #1990b2; }

.tag-list-label {
  display: inline-block;
  padding: 3px 10px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

/* Gravity Forms */
body .gform_wrapper .gform_button {
  display: inline-block;
  padding: 15px 15px;
  background-color: #6bb74b;
  box-shadow: 0 3px 0 #309383;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-image: none;
  font-weight: normal;
  height: auto;
  border: none;
  text-shadow: none; }

body .gform_wrapper .gform_button:hover {
  background-color: #309383; }

/* Callout Text */
.callout-text {
  padding: 10px 20px;
  background-color: #eee; }

/* Modal Video */
.modal-container {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 800px;
  margin-left: -430px;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 20px 20px 15px 20px;
  z-index: 1050; }

.modal-container .close {
  position: absolute;
  top: 0;
  right: 7px;
  color: #000;
  font-size: 18px;
  font-weight: bold; }

.modal-body video {
  height: 100%;
  width: 100%; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1040;
  opacity: .8;
  filter: alpha(opacity=80); }

/* Signers Counter */
.signers-counter {
  width: 440px;
  padding: 30px;
  position: absolute;
  right: -500px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .signers-counter {
      position: relative;
      width: 100%;
      right: auto;
      margin-bottom: 30px; } }

.signers-counter h4 {
  font-size: 16px;
  margin-bottom: 5px; }

.signers-counter h3 {
  font-size: 30px; }

/* Print Styles */
/* @group Print Styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

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

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    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; } }
/* @end */

/*# sourceMappingURL=style.css.map */
