/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 87.5%;
  line-height: 1.71429em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 79, ../sass/normalize.scss */
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.
 */
/* line 93, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
 */
/* line 114, ../sass/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
/* line 143, ../sass/normalize.scss */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 152, ../sass/normalize.scss */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 164, ../sass/normalize.scss */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 185, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 193, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 203, ../sass/normalize.scss */
blockquote {
  margin: 1.71429em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 212, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 221, ../sass/normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.71429em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.85714em;
  margin-bottom: 0.85714em;
}

/* line 236, ../sass/normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2.28571em;
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

/* line 242, ../sass/normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.4652em;
  margin-top: 1.4652em;
  margin-bottom: 1.4652em;
}

/* line 248, ../sass/normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* line 254, ../sass/normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.0654em;
  margin-top: 2.0654em;
  margin-bottom: 2.0654em;
}

/* line 260, ../sass/normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.55864em;
  margin-top: 2.55864em;
  margin-bottom: 2.55864em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 272, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 293, ../sass/normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 325, ../sass/normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.71429em 0;
}

/* line 346, ../sass/normalize.scss */
dd {
  margin: 0 0 0 40px;
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 381, ../sass/normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 394, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 406, ../sass/normalize.scss */
figure {
  margin: 1.71429em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 415, ../sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 424, ../sass/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 432, ../sass/normalize.scss */
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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 456, ../sass/normalize.scss */
form {
  margin: 0;
}

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
/* line 470, ../sass/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 488, ../sass/normalize.scss */
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.
 */
/* line 499, ../sass/normalize.scss */
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.
 */
/* line 514, ../sass/normalize.scss */
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.
 */
/* line 529, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 538, ../sass/normalize.scss */
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.
 */
/* line 549, ../sass/normalize.scss */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 564, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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`.
 */
/* line 581, ../sass/normalize.scss */
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).
 */
/* line 592, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * 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).
   */
}
/* line 602, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 612, ../sass/normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.52857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.04286em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 1em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 1em;
}

/**
 * 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 628, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 642, ../sass/normalize.scss */
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.
 */
/* line 651, ../sass/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 662, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 667, ../sass/normalize.scss */
td,
th {
  padding: 0;
}

/* line 7, ../sass/partials/_base.scss */
#skip {
  display: none;
}

/* line 10, ../sass/partials/_base.scss */
body {
  margin: 0;
  font: 14px/1.7 "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #333;
}

/* line 15, ../sass/partials/_base.scss */
* {
  box-sizing: border-box;
}

/* line 19, ../sass/partials/_base.scss */
a:link, a:visited {
  color: #005695;
  text-decoration: none;
}

/* line 24, ../sass/partials/_base.scss */
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}

/* Titles. */
/* line 30, ../sass/partials/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
/* line 34, ../sass/partials/_base.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 39, ../sass/partials/_base.scss */
h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #7e553a;
}

/* line 46, ../sass/partials/_base.scss */
h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 52, ../sass/partials/_base.scss */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 57, ../sass/partials/_base.scss */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 62, ../sass/partials/_base.scss */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 68, ../sass/partials/_base.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 74, ../sass/partials/_base.scss */
p {
  margin: 0 0 1em 0;
}

/* line 77, ../sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 82, ../sass/partials/_base.scss */
.field-link a,
.submit,
.form-submit,
.button,
.views-field-view-node a {
  font-size: 12px;
  display: inline-block;
  background: #005695;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 6px 10px;
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.25);
  border: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-decoration: none !important;
}

/* line 4, ../sass/partials/_footer.scss */
#footer {
  position: relative;
  float: none;
  clear: both;
  background: #b3d0ea;
  font-size: 12px;
}
/* line 10, ../sass/partials/_footer.scss */
#footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 100%;
  background: #4e8abe;
}
/* line 20, ../sass/partials/_footer.scss */
#footer .container {
  position: relative;
  padding-bottom: 30px;
}
/* line 24, ../sass/partials/_footer.scss */
#footer .block {
  float: left;
  width: 28.9%;
  padding-right: 50px;
}
/* line 28, ../sass/partials/_footer.scss */
#footer .block.footer-menu {
  float: right;
  width: 22.8%;
  padding-top: 90px;
}
/* line 34, ../sass/partials/_footer.scss */
#footer .block-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0 50px;
  margin: 0;
  line-height: 1;
}
/* line 42, ../sass/partials/_footer.scss */
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 46, ../sass/partials/_footer.scss */
#footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 53, ../sass/partials/_footer.scss */
#footer .footer-press ul {
  margin-bottom: 10px;
}
/* line 56, ../sass/partials/_footer.scss */
#footer .footer-press ul li a {
  display: block;
  background: url(../images/carat-blue.png) no-repeat 0 6px;
  padding-left: 15px;
}
/* line 63, ../sass/partials/_footer.scss */
#footer .footer-press .more-link {
  text-align: left;
  text-transform: uppercase;
}
/* line 68, ../sass/partials/_footer.scss */
#footer a {
  font-weight: bold;
}

/* line 73, ../sass/partials/_footer.scss */
#pre-footer {
  margin-bottom: 50px;
}

/* line 77, ../sass/partials/_footer.scss */
.icons-insurance {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 82, ../sass/partials/_footer.scss */
.icons-insurance li {
  margin: 0;
  padding: 0;
  float: left;
  width: 16.6%;
  text-align: center;
}

/* line 91, ../sass/partials/_footer.scss */
#footer-bottom {
  padding: 30px 0;
  font-size: 12px;
}
/* line 94, ../sass/partials/_footer.scss */
#footer-bottom p {
  margin: 0;
}

@media (min-width: 591px) and (max-width: 1139px) {
  /* line 103, ../sass/partials/_footer.scss */
  #footer .container {
    padding: 0 2%;
  }

  /* line 107, ../sass/partials/_footer.scss */
  #footer-bottom {
    padding: 30px 2%;
  }

  /* line 113, ../sass/partials/_footer.scss */
  .icons-insurance li {
    width: 33%;
  }
}
@media (min-width: 0px) and (max-width: 590px) {
  /* line 123, ../sass/partials/_footer.scss */
  #footer:before {
    content: none;
  }
  /* line 126, ../sass/partials/_footer.scss */
  #footer .container {
    padding: 30px 5%;
  }
  /* line 129, ../sass/partials/_footer.scss */
  #footer .block,
  #footer .block.footer-menu {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  /* line 135, ../sass/partials/_footer.scss */
  #footer .block .block-title,
  #footer .block.footer-menu .block-title {
    color: #333;
    padding: 0;
    margin-bottom: 20px;
  }

  /* line 143, ../sass/partials/_footer.scss */
  #footer-bottom {
    padding: 30px 5%;
  }

  /* line 149, ../sass/partials/_footer.scss */
  .icons-insurance li {
    width: 50%;
    padding: 0 10px;
  }
}
/* line 5, ../sass/partials/_front.scss */
body.front #content-header .title {
  display: none;
}
/* line 10, ../sass/partials/_front.scss */
body.front #content-area article {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
/* line 14, ../sass/partials/_front.scss */
body.front #content-area article footer {
  display: none;
}
/* line 21, ../sass/partials/_front.scss */
body.front #content-bottom .view .views-row {
  padding-bottom: 30px;
}

/* line 28, ../sass/partials/_front.scss */
.home-videos {
  margin-bottom: 50px;
}
/* line 30, ../sass/partials/_front.scss */
.home-videos .video-item {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
/* line 34, ../sass/partials/_front.scss */
.home-videos .video-item:nth-of-type(4) {
  clear: left;
}
/* line 37, ../sass/partials/_front.scss */
.home-videos .video-item a,
.home-videos .video-item strong {
  display: block;
}

/* line 43, ../sass/partials/_front.scss */
.home-artices {
  margin-bottom: 50px;
}

/* line 46, ../sass/partials/_front.scss */
.home-contact-form {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}
/* line 51, ../sass/partials/_front.scss */
.home-contact-form .webform-client-form label {
  display: none;
}
/* line 54, ../sass/partials/_front.scss */
.home-contact-form .webform-client-form .form-item {
  margin: 0 0 10px;
}
/* line 57, ../sass/partials/_front.scss */
.home-contact-form .webform-client-form textarea,
.home-contact-form .webform-client-form input.form-text {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  padding: 4px 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11) inset;
}

/* line 67, ../sass/partials/_front.scss */
.home-contact {
  float: left;
  width: 66.66%;
  padding-top: 90px;
}
/* line 71, ../sass/partials/_front.scss */
.home-contact .map,
.home-contact .address {
  float: left;
  width: 50%;
}
/* line 75, ../sass/partials/_front.scss */
.home-contact .map iframe,
.home-contact .address iframe {
  max-width: 100%;
}
/* line 79, ../sass/partials/_front.scss */
.home-contact .map {
  padding-right: 20px;
}

/* line 84, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 {
  position: relative;
}
/* line 86, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views_slideshow_singleframe_slide {
  max-width: 100% !important;
}
/* line 89, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-field-field-slideshow-image-fid {
  position: relative;
  z-index: 1;
}
/* line 93, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-field-title {
  position: absolute;
  top: 28%;
  left: 18%;
  width: 440px;
  z-index: 50;
}
/* line 100, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-field-title:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100%;
  height: 100%;
  background: #005695;
  opacity: .8;
  padding: 40px 40px 20px;
}
/* line 113, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .field-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 120, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .field-blurb {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}
/* line 127, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .field-link a {
  background: #fff;
  color: #005695 !important;
}
/* line 132, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom {
  position: relative;
  z-index: 100;
}
/* line 135, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom .views_slideshow_singleframe_pause {
  display: none;
}
/* line 138, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_previous,
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next {
  position: absolute;
  left: 10%;
  bottom: 160px;
  text-indent: -9999px;
  color: #fff;
  line-height: .8;
}
/* line 146, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_previous:before,
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next:before {
  text-indent: 0px;
  content: "\f104";
  font-size: 12em;
  font-family: "FontAwesome";
  font-size: 60px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: transparent;
  padding: 0 10px 5px;
}
/* line 158, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_previous:hover:before,
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next:hover:before {
  background: #005695;
  opacity: .8;
}
/* line 163, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next {
  left: auto;
  right: 10%;
}
/* line 166, ../sass/partials/_front.scss */
#block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next:before {
  content: "\f105";
}

@media (min-width: 591px) and (max-width: 1139px) {
  /* line 180, ../sass/partials/_front.scss */
  .home-videos .video-item {
    width: 50%;
  }
  /* line 182, ../sass/partials/_front.scss */
  .home-videos .video-item:nth-of-type(3) {
    clear: left;
  }
  /* line 185, ../sass/partials/_front.scss */
  .home-videos .video-item:nth-of-type(4) {
    clear: none;
  }

  /* line 191, ../sass/partials/_front.scss */
  .home-contact-form {
    float: none;
    width: auto;
    padding-right: 0;
  }

  /* line 196, ../sass/partials/_front.scss */
  .home-contact {
    float: none;
    width: auto;
    padding-top: 30px;
  }
  /* line 200, ../sass/partials/_front.scss */
  .home-contact .map,
  .home-contact .address {
    float: left;
    width: 50%;
  }
  /* line 205, ../sass/partials/_front.scss */
  .home-contact .map {
    padding-right: 20px;
  }

  /* line 210, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 {
    position: relative;
  }
  /* line 212, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views_slideshow_singleframe_slide {
    max-width: none !important;
  }
  /* line 215, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views-field-title {
    left: 4%;
    width: 360px;
  }
  /* line 219, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views-field-title:before {
    top: -20px;
    left: -20px;
    padding: 20px;
  }
}
@media (min-width: 0px) and (max-width: 590px) {
  /* line 234, ../sass/partials/_front.scss */
  .home-videos .video-item {
    float: none;
    width: auto;
  }
  /* line 237, ../sass/partials/_front.scss */
  .home-videos .video-item:nth-of-type(3), .home-videos .video-item:nth-of-type(4) {
    clear: none;
  }

  /* line 244, ../sass/partials/_front.scss */
  .home-contact-form {
    float: none;
    width: auto;
    padding-right: 0;
  }

  /* line 249, ../sass/partials/_front.scss */
  .home-contact {
    float: none;
    width: auto;
    padding-top: 30px;
  }
  /* line 253, ../sass/partials/_front.scss */
  .home-contact .map,
  .home-contact .address {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 30px;
  }

  /* line 262, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 {
    position: relative;
  }
  /* line 264, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views_slideshow_singleframe_slide {
    max-width: none !important;
  }
  /* line 267, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views-field-title {
    left: 2%;
    top: 10%;
    width: 200px;
  }
  /* line 273, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_previous,
  #block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next {
    position: absolute;
    left: 10%;
    bottom: 80px;
  }
  /* line 279, ../sass/partials/_front.scss */
  #block-views-homepage_slideshow-block_1 .views-slideshow-controls-bottom a.views_slideshow_singleframe_next {
    left: auto;
    right: 10%;
  }
}
/* line 3, ../sass/partials/_header.scss */
#header-top {
  background: #005695;
  border-bottom: 2px solid #b3d0ea;
  height: 42px;
}

/* line 9, ../sass/partials/_header.scss */
#block-superfish-1 {
  float: left;
}
/* line 11, ../sass/partials/_header.scss */
#block-superfish-1 ul {
  padding: 0;
}
/* line 13, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-1 {
  font-weight: bold;
}
/* line 15, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-1 ul {
  top: 40px;
  background: #4e8abe;
  font-size: 12px;
}
/* line 21, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-1:hover a {
  background: #4e8abe;
}
/* line 26, ../sass/partials/_header.scss */
#block-superfish-1 ul a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
}
/* line 33, ../sass/partials/_header.scss */
#block-superfish-1 ul a:hover {
  background: #4e8abe;
}
/* line 36, ../sass/partials/_header.scss */
#block-superfish-1 ul a .sf-sub-indicator {
  position: absolute;
  top: 16px;
  right: 12px;
}
/* line 42, ../sass/partials/_header.scss */
#block-superfish-1 ul a.menuparent {
  padding-right: 30px;
}
/* line 45, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-2,
#block-superfish-1 ul li.sf-depth-3 {
  border-bottom: 1px solid #b3d0ea;
}
/* line 48, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-2 ul,
#block-superfish-1 ul li.sf-depth-3 ul {
  top: 0;
}
/* line 51, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-2 a.sf-depth-2,
#block-superfish-1 ul li.sf-depth-2 a.sf-depth-3,
#block-superfish-1 ul li.sf-depth-3 a.sf-depth-2,
#block-superfish-1 ul li.sf-depth-3 a.sf-depth-3 {
  height: auto;
  padding: 6px 10px;
  line-height: 1;
}
/* line 56, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-2 a.sf-depth-2 .sf-sub-indicator,
#block-superfish-1 ul li.sf-depth-2 a.sf-depth-3 .sf-sub-indicator,
#block-superfish-1 ul li.sf-depth-3 a.sf-depth-2 .sf-sub-indicator,
#block-superfish-1 ul li.sf-depth-3 a.sf-depth-3 .sf-sub-indicator {
  top: 6px;
  right: 5px;
}
/* line 60, ../sass/partials/_header.scss */
#block-superfish-1 ul li.sf-depth-2 a.sf-depth-2:hover,
#block-superfish-1 ul li.sf-depth-2 a.sf-depth-3:hover,
#block-superfish-1 ul li.sf-depth-3 a.sf-depth-2:hover,
#block-superfish-1 ul li.sf-depth-3 a.sf-depth-3:hover {
  background: #005695;
}

/* line 68, ../sass/partials/_header.scss */
.block.header-social {
  float: right;
  width: 10%;
  text-align: right;
  padding: 2px 20px 0 0;
}
/* line 73, ../sass/partials/_header.scss */
.block.header-social .icon {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
/* line 77, ../sass/partials/_header.scss */
.block.header-social .icon:hover {
  color: #b3d0ea;
}
/* line 81, ../sass/partials/_header.scss */
.block.header-social .social-name {
  display: none;
}

/* line 86, ../sass/partials/_header.scss */
.block.block-search {
  float: right;
  width: 24%;
  padding-top: 8px;
}
/* line 90, ../sass/partials/_header.scss */
.block.block-search label {
  display: none;
}
/* line 93, ../sass/partials/_header.scss */
.block.block-search .form-item {
  float: left;
  margin: 0;
  width: 70%;
}
/* line 98, ../sass/partials/_header.scss */
.block.block-search input.form-text {
  float: left;
  border: 1px solid #eee;
  padding: 2px;
  width: 100%;
  height: 24px;
}
/* line 105, ../sass/partials/_header.scss */
.block.block-search input.form-submit {
  float: right;
  background: #fff;
  border: 1px solid #4e8abe;
  width: 25%;
  text-transform: uppercase;
  color: #005695 !important;
  font-size: 12px;
  padding: 2px 10px;
  text-align: center;
  height: 24px;
}

/* line 119, ../sass/partials/_header.scss */
#header {
  background: url(../images/bg-header.png) repeat-x bottom left;
  padding: 30px 0;
}
/* line 122, ../sass/partials/_header.scss */
#header .container {
  position: relative;
}

/* line 127, ../sass/partials/_header.scss */
body.front #header {
  margin-bottom: -3px;
}

/* line 131, ../sass/partials/_header.scss */
#logo {
  float: left;
}

/* line 134, ../sass/partials/_header.scss */
.header-cta {
  float: right;
  width: 25%;
  text-align: center;
}

/* line 139, ../sass/partials/_header.scss */
.header-button {
  margin-bottom: 35px;
}
/* line 141, ../sass/partials/_header.scss */
.header-button a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  background: #5a842d url(../images/carat.png) no-repeat 96% 50%;
  border: 1px solid #43671d;
  padding: 0 25px 0 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
/* line 154, ../sass/partials/_header.scss */
.header-button a:hover {
  background: #43671d url(../images/carat.png) no-repeat 96% 50%;
}

/* line 161, ../sass/partials/_header.scss */
.header-phone a {
  display: inline-block;
  color: #005695;
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
}
/* line 167, ../sass/partials/_header.scss */
.header-phone a i {
  font-size: 24px;
}
/* line 171, ../sass/partials/_header.scss */
.header-phone .phone-tag {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #005695;
}

@media (min-width: 591px) and (max-width: 1139px) {
  /* line 182, ../sass/partials/_header.scss */
  #block-superfish-1 {
    padding: 10px 0 0 2%;
    width: 40%;
  }

  /* line 186, ../sass/partials/_header.scss */
  .block.header-social,
  .block.block-search {
    width: 28%;
  }

  /* line 192, ../sass/partials/_header.scss */
  .block.block-search .form-item {
    width: 64%;
  }
  /* line 195, ../sass/partials/_header.scss */
  .block.block-search input.form-submit {
    width: 30%;
  }

  /* line 200, ../sass/partials/_header.scss */
  #logo {
    padding-left: 2%;
  }

  /* line 203, ../sass/partials/_header.scss */
  .header-cta {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 590px) {
  /* line 212, ../sass/partials/_header.scss */
  #header-top {
    height: 90px;
  }

  /* line 215, ../sass/partials/_header.scss */
  #block-superfish-1 {
    padding: 10px 0 0 5%;
    width: 50%;
  }
  /* line 218, ../sass/partials/_header.scss */
  #block-superfish-1 select {
    width: 200px;
  }

  /* line 222, ../sass/partials/_header.scss */
  .block.header-social {
    float: right;
    width: auto;
    padding: 5px 5% 0 0;
  }

  /* line 227, ../sass/partials/_header.scss */
  .block.block-search {
    float: none;
    clear: both;
    width: 100%;
    padding: 10px 5% 0;
  }

  /* line 234, ../sass/partials/_header.scss */
  #logo {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }

  /* line 239, ../sass/partials/_header.scss */
  .header-cta {
    float: none;
    width: 100%;
    padding: 0 5%;
  }

  /* line 244, ../sass/partials/_header.scss */
  .header-button {
    margin-bottom: 30px;
  }
}
/* line 2, ../sass/partials/_layout.scss */
.container {
  max-width: 1140px;
  margin: 0 auto;
}

/* line 7, ../sass/partials/_layout.scss */
#main {
  padding: 50px 0;
}

/* line 11, ../sass/partials/_layout.scss */
#content {
  float: right;
  width: 71%;
}

/* line 16, ../sass/partials/_layout.scss */
.sidebar {
  float: left;
  width: 24.5%;
}

/* line 21, ../sass/partials/_layout.scss */
#sidebar-second {
  float: right;
}

@media (min-width: 591px) and (max-width: 1139px) {
  /* line 28, ../sass/partials/_layout.scss */
  #main {
    padding: 30px 2%;
  }
}
@media (min-width: 0px) and (max-width: 590px) {
  /* line 35, ../sass/partials/_layout.scss */
  #content,
  .sidebar,
  #sidebar-second {
    float: none;
    width: 100%;
  }

  /* line 41, ../sass/partials/_layout.scss */
  #main {
    padding: 0px 5% 30px;
  }
}
/* line 5, ../sass/partials/_main.scss */
body.page-articles #content-area article {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
/* line 10, ../sass/partials/_main.scss */
body.page-articles #content-area footer {
  display: none;
}
/* line 17, ../sass/partials/_main.scss */
body.page-articles #content-bottom .view .views-row {
  float: none;
  width: auto;
  padding: 0 0 30px;
}
/* line 22, ../sass/partials/_main.scss */
body.page-articles #content-bottom .view .views-row .views-field-title h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 34, ../sass/partials/_main.scss */
.breadcrumb {
  font-size: 12px;
  margin-bottom: 50px;
  padding: 0;
}
/* line 38, ../sass/partials/_main.scss */
.breadcrumb a {
  font-weight: bold;
}

/* line 45, ../sass/partials/_main.scss */
#content p a {
  font-weight: bold;
  text-decoration: underline;
}

/* line 53, ../sass/partials/_main.scss */
#content-area .node {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 58, ../sass/partials/_main.scss */
#content-area .node img[align=left] {
  margin: 0 20px 10px 0;
}
/* line 62, ../sass/partials/_main.scss */
#content-area .node img[align=right] {
  margin: 0 0 10px 20px;
}

/* line 69, ../sass/partials/_main.scss */
#content-bottom .block-title {
  margin-bottom: 50px;
}
/* line 73, ../sass/partials/_main.scss */
#content-bottom .view .views-row {
  float: left;
  width: 33.33%;
  padding: 0 20px 50px 0;
}
/* line 77, ../sass/partials/_main.scss */
#content-bottom .view .views-row:nth-of-type(4) {
  clear: left;
}
/* line 81, ../sass/partials/_main.scss */
#content-bottom .view .views-row .views-field-title h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 87, ../sass/partials/_main.scss */
#content-bottom .view .views-row .views-field-body {
  margin-bottom: 20px;
}
/* line 89, ../sass/partials/_main.scss */
#content-bottom .view .views-row .views-field-body p {
  margin: 0;
}
/* line 94, ../sass/partials/_main.scss */
#content-bottom .view .item-list {
  clear: both;
  border-top: 1px solid #dbdbdb;
  padding: 30px 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
/* line 101, ../sass/partials/_main.scss */
#content-bottom .view .item-list a {
  color: #005695;
}
/* line 105, ../sass/partials/_main.scss */
#content-bottom .view .item-list .pager li {
  margin: 0;
  padding: 0 8px;
}

/* line 114, ../sass/partials/_main.scss */
.blog-banner {
  background-image: url("/sites/default/files/walking-on-the-beach.jpg");
  height: 285px;
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
}

@media (min-width: 591px) and (max-width: 1139px) {
  /* line 128, ../sass/partials/_main.scss */
  #content-bottom .view .views-row {
    float: left;
    width: 50%;
  }
  /* line 131, ../sass/partials/_main.scss */
  #content-bottom .view .views-row:nth-of-type(4) {
    clear: none;
  }
  /* line 134, ../sass/partials/_main.scss */
  #content-bottom .view .views-row:nth-of-type(3) {
    clear: left;
  }
}
@media (min-width: 0px) and (max-width: 590px) {
  /* line 145, ../sass/partials/_main.scss */
  .breadcrumb {
    margin-bottom: 30px;
  }

  /* line 151, ../sass/partials/_main.scss */
  #content-bottom .view .views-row {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  /* line 155, ../sass/partials/_main.scss */
  #content-bottom .view .views-row:nth-of-type(4), #content-bottom .view .views-row:nth-of-type(3) {
    clear: none;
  }
}
/* hide the link until viewport size is reached */
/* line 4, ../sass/partials/_meanmenu.scss */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
/* line 9, ../sass/partials/_meanmenu.scss */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 0;
  min-height: 42px;
  z-index: 999999;
}

/* line 19, ../sass/partials/_meanmenu.scss */
.mean-container a.meanmenu-reveal {
  width: 26px;
  height: 22px;
  padding: 13px 13px 11px 0px;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
  color: #005695;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
/* line 36, ../sass/partials/_meanmenu.scss */
.mean-container a.meanmenu-reveal:after {
  content: "Menu";
  display: block;
  position: absolute;
  left: 36px;
  top: 16px;
  color: #005695;
  text-indent: 0;
  font-size: 18px;
}

/* line 49, ../sass/partials/_meanmenu.scss */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #005695;
  height: 4px;
  margin-top: 4px;
}

/* line 56, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 56px;
  border-bottom: 1px solid #b3d0ea;
}

/* line 64, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

/* line 71, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

/* line 77, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #005695;
  border-top: 1px solid #b3d0ea;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 90, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #b3d0ea;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

/* line 100, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 105, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

/* line 110, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

/* line 115, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

/* line 120, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  background: #b3d0ea;
}

/* line 125, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 28px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
}

/* line 140, ../sass/partials/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #b3d0ea;
}

/* line 144, ../sass/partials/_meanmenu.scss */
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 152, ../sass/partials/_meanmenu.scss */
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
/* line 159, ../sass/partials/_meanmenu.scss */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 166, ../sass/partials/_meanmenu.scss */
.mean-remove {
  display: none !important;
}

/* line 4, ../sass/partials/_sidebar.scss */
.sidebar .block {
  margin-bottom: 50px;
}
/* line 6, ../sass/partials/_sidebar.scss */
.sidebar .block h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 17, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #b3d0ea;
}
/* line 22, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu ul.menu {
  border-bottom: 0;
}
/* line 25, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
  border-top: 1px solid #b3d0ea;
}
/* line 31, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li li {
  border-top: 0;
  font-size: 13px;
}
/* line 35, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li li a {
  color: #4e8abe;
  background: none;
  padding-left: 30px;
}
/* line 40, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li li li {
  font-weight: normal;
}
/* line 43, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li li li a {
  padding-left: 45px;
}
/* line 49, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li a {
  display: block;
  padding: 2px 5px 2px 15px;
  background: url(../images/carat-blue.png) no-repeat 0 11px;
}
/* line 53, ../sass/partials/_sidebar.scss */
#block-menu-menu-sidemenu ul.menu li a.active {
  color: #333;
}

/* line 63, ../sass/partials/_sidebar.scss */
.view-formblock .webform-client-form label {
  display: none;
}
/* line 66, ../sass/partials/_sidebar.scss */
.view-formblock .webform-client-form .form-item {
  margin: 0 0 10px;
}
/* line 69, ../sass/partials/_sidebar.scss */
.view-formblock .webform-client-form input.form-text {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  padding: 4px 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.11) inset;
}

/* line 79, ../sass/partials/_sidebar.scss */
.sidebar-newsletter {
  border: 1px solid #b3d0ea;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
/* line 84, ../sass/partials/_sidebar.scss */
.sidebar-newsletter a {
  display: block;
  padding: 20px 10px 20px 20px;
}

/* line 89, ../sass/partials/_sidebar.scss */
.sidebar-partnership {
  line-height: 1;
}
/* line 91, ../sass/partials/_sidebar.scss */
.sidebar-partnership a {
  display: block;
  text-decoration: none;
  background: url(../images/logo-irvine.png) no-repeat;
  padding-left: 110px;
}
/* line 97, ../sass/partials/_sidebar.scss */
.sidebar-partnership h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
}
/* line 102, ../sass/partials/_sidebar.scss */
.sidebar-partnership .tag {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 107, ../sass/partials/_sidebar.scss */
.sidebar-partnership .button {
  margin: 0;
}

/* line 111, ../sass/partials/_sidebar.scss */
.sidebar-contribute {
  border: 1px solid #b3d0ea;
  line-height: 1;
}
/* line 114, ../sass/partials/_sidebar.scss */
.sidebar-contribute strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 119, ../sass/partials/_sidebar.scss */
.sidebar-contribute a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
/* line 124, ../sass/partials/_sidebar.scss */
.sidebar-contribute .button {
  margin: 0;
}

@media (min-width: 591px) and (max-width: 1139px) {
  /* line 134, ../sass/partials/_sidebar.scss */
  .sidebar-partnership a {
    background: url(../images/logo-irvine.png) no-repeat 50% 0;
    padding-left: 0;
    padding-top: 120px;
  }
}
/* line 4, ../sass/partials/_tables.scss */
table {
  width: 100%;
  margin-bottom: 1em;
}
/* line 7, ../sass/partials/_tables.scss */
table td {
  padding: 5px;
}

/* line 3, ../sass/partials/_tabs.scss */
div.tabs {
  clear: both;
  margin: 0 0 50px;
}

/* line 8, ../sass/partials/_tabs.scss */
ul.primary {
  width: 99%;
  text-align: right;
  padding: 0;
}
/* line 13, ../sass/partials/_tabs.scss */
ul.primary li {
  display: inline-block;
  font-weight: bold;
  margin-bottom: -1px;
}
/* line 17, ../sass/partials/_tabs.scss */
ul.primary li a {
  display: inline-block;
  margin: 0;
  color: #fff;
  background-color: #666;
  text-decoration: none;
  padding: 8px 20px;
}
/* line 24, ../sass/partials/_tabs.scss */
ul.primary li a:hover {
  background-color: #4e8abe;
}
/* line 27, ../sass/partials/_tabs.scss */
ul.primary li a.active {
  color: #666;
}
/* line 29, ../sass/partials/_tabs.scss */
ul.primary li a.active:hover {
  background-color: transparent;
  color: #005695;
}

/* line 37, ../sass/partials/_tabs.scss */
ul.secondary {
  margin-bottom: 50px;
}
/* line 39, ../sass/partials/_tabs.scss */
ul.secondary li {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 44, ../sass/partials/_tabs.scss */
ul.secondary li a {
  display: inline-block;
  padding: 5px 20px;
}
/* line 47, ../sass/partials/_tabs.scss */
ul.secondary li a:hover {
  background: #ccc;
}
/* line 50, ../sass/partials/_tabs.scss */
ul.secondary li a.active {
  border: 0;
  background: #eee;
}

/* line 59, ../sass/partials/_tabs.scss */
.messages {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #b8d3e5;
}
/* line 64, ../sass/partials/_tabs.scss */
.messages ul {
  padding: 0;
  margin: 0 0 0 20px;
}

/* line 70, ../sass/partials/_tabs.scss */
.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

/* line 75, ../sass/partials/_tabs.scss */
div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

/* line 80, ../sass/partials/_tabs.scss */
div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
  padding: 20px;
}

/* line 86, ../sass/partials/_tabs.scss */
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}
