﻿@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
  border-color:#ccc;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/***** Font Definition for Open Sans. This stylesheet comes from qrohlf.com/posts/better-opensans *****/
/* Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Italic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Light-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  font-weight: 200;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-LightItalic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
/* Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic") format("svg");
  font-weight: bold;
  font-weight: 700;
  font-style: italic;
}
/* Extra Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-ExtraBold-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* Extra Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
/*
 * _variables.scss
 */
/*
 * _functions.scss
 */
/*
 * _extends.scss
 */
.site-header__search, .social-footer-links, .utility-nav, .offering-card, .offering-card__social-links,
.social-share-list, .programs-nav, .program-detail, .program-testimonial {
  position: relative;
}

.offering-card__social-links,
.social-share-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.offering-card__social-links > li,
.social-share-list > li {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.offering-card__social-links > li:last-child,
.social-share-list > li:last-child {
  margin-right: 0;
}
.offering-card__social-links > li a,
.social-share-list > li a {
  display: inline-block;
}

.home__highlight-item img {
  width: 100%;
  height: auto;
}

/*
 * _mixins.scss
 */
/* MIXINs */
html {
  font-size: 16px;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 30px;
  font-size: 1.875rem;
}

h2,
.h2,
.tribe-events-list h2.tribe-events-list-event-title,
.tribe-events-list h2.tribe-events-list-event-title a {
  font-weight: 800;
  text-transform: uppercase;
  color: #071D49;
  font-size: 21px;
  font-size: 1.3125rem;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 21px;
  font-size: 1.3125rem;
}

h4,
.h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

p,
.read_div {
  font-size: 15px;
  font-size: 0.9375rem;
}

a {
  font-weight: bold;
  color: #071D49;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.site-wrapper {
  position: relative;
}

.container {
  position: relative;
}

.no-margin {
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.link-content-group {
  color: inherit;
  display: block;
  height: 100%;
}
.link-content-group:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li:not(a) {
  margin: 4px 0;
  font-size:15px;
}

/*
 * _forms.scss
 */
.site-header__search {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  display: inline-block;
}
.site-header__search:focus {
  background-color: #dedede;
  border: 1px solid #dedede;
}

.site-header__search-input {
  background: none;
  border: none;
  min-height: 23px;
  padding: 0 5px;
}
.site-header__search-input:focus {
  outline: 0;
  border: none;
}

.site-header__search-btn {
  background: none;
  border: none;
}

/* ==========================================================================
   Architecture
   ========================================================================== */
/*
 * _header.scss
 */
.site-header .navbar-toggle {
  float: none;
}
.site-header .navbar-toggle {
  border: none;
  font-size: 16px;
  margin-top: 0;
  color: #FFF;
}
.site-header .navbar-inverse .navbar-toggle:focus, .site-header .navbar-inverse .navbar-toggle:hover {
  background: none;
}
.site-header .navbar-toggle__label {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 990px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 990px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
.site-header__primary-group {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .site-header__primary-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.logo {
  width: 300px;
  height: auto;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .logo {
    width: 220px;
  }
}

.navbar-cvcc {
  background-color: #071D49;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 40px;
  text-align: center;
}
.navbar-cvcc .nav-cvcc {
  display: inline-block;
  float: none;
}
.navbar-cvcc .nav-cvcc > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.cvcc-page-header {
  position: relative;
  text-align: center;
  margin: 0 0 50px;
}

.cvcc-page-title {
  font-size: 30px;
  font-weight: 900;
  padding: 25px 25px 4px;
  margin: 0;
  color: inherit;
}
@media (max-width: 768px) {
  .cvcc-page-title {
    padding-top: 15px;
  }
}

.page-header__curve {
  position: relative;
  margin: 0 0 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-footer,
.footer {
  background-color: #edaa00;
  padding: 10px;
  color: #FFF;
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .site-footer,
  .footer {
    margin-top: 3rem;
  }
}
.site-footer ul,
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li,
.footer ul li {
  padding: 2px 0;
}
.site-footer ul a,
.footer ul a {
  padding: 5px 0;
  color: #FFF !important;
}
.site-footer h5,
.footer h5 {
  text-transform: uppercase;
  white-space: nowrap;
}
.site-footer a,
.footer a {
  color: #FFF !important;
  font-size:14px;
}

.footer-curve {
  /*width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;*/

    width: 100%;
    position: absolute;
    top: -49px;
    left: 0;
    margin: 0;
    height: 50px;
}


.footer-copyright {
  background: #071D49;
  color: #FFF;
  padding: 10px;
}
.footer-copyright a {
  color: #FFF !important;
}

.social-footer-links > li {
  display: block;
  width: 33px;
}
.social-footer-links > li a {
  display: block;
  width: 100%;
}

.footer__email-form {
  padding-left: 35px;
  padding-right: 30px;
}

.footer-utility-menu {
  display: inline-block;
  margin: 0 6px;
}
.footer-utility-menu a {
  font-weight: normal;
}

.footer-heading {
  font-weight: 800;
}

.page-excerpt {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .page-excerpt {
    padding-top: 0px;
    padding-bottom: 1rem;
  }
}

.page-content__wrapper {
  position: relative;
  padding-bottom: 40px;
}

.page-content p {
  font-weight: normal;
}

.page-content__title {
  margin-bottom: 1rem;
}

.c-post {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #D7D2CB;
}
.c-post .post-title {
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 600;
  color: #071D49;
}
.c-post .post-thumbnail {
  position: relative;
  float: left;
  margin-right: 1.65rem;
  margin-bottom: 3rem;
}
.c-post .post-thumbnail img {
  max-width: 150px;
}
.c-post .read-toggle,
.c-post .read-link {
  text-transform: uppercase;
  color: #A4123F;
  margin-bottom: 1rem;
  display: inline-block;
}
.c-post .read-toggle:after,
.c-post .read-link:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 770px) {
  .c-post {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  .c-post .post-thumbnail {
    padding-bottom: 0;
  }
  .c-post .post-thumbnail img {
    width: 75px;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.post-thumbnail--default {
  background-color: #F5F5F5;
  border: 1px solid #EEE;
  width: 150px;
  height: 150px;
  padding: 1rem;
  display: block;
}
@media only screen and (max-width: 770px) {
  .post-thumbnail--default {
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
}

.c-summary {
  margin-bottom: 1.5rem;
}

.utility-nav {
  font-size: 14px;
  margin-bottom: 20px;
}

.utility-nav__list {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.utility-nav__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
.utility-nav__list li:before {
  content: "\203A";
  margin-right: 10px;
}
.utility-nav__list li a {
  padding: 3px 0;
  display: inline-block;
}
.utility-nav__list li:first-child a {
  padding-top: 0;
}
.utility-nav__list li.current-menu-item a, .utility-nav__list li.current_page_item a {
  color: #edaa00;
}

.story-banner {
  position: relative;
  padding-top: 1rem;
  border-top: 1px solid #D7D2CB;
}

.story-banner__title {
  color: #071D49;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.story-banner__title .title-icon {
  color: #edaa00;
  margin-right: 1rem;
}

.story-banner__text {
  background-color: #071D49;
  padding: 1rem;
  color: #FFF;
}
.story-banner__text a {
  color: inherit;
}

.quiz-header {
  position: relative;
}
.quiz-header .cvcc-page-title {
  color: #FFF;
}

.quiz-header-wrapper {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.quiz-header-wrapper .row {
  width: 100%;
}

.quiz-body {
  position: relative;
  background-color: #edebe8;
  padding-bottom: 1.5rem;
}
.quiz-body .prequal-wizard-container {
  background-color: #edebe8;
}
@media (max-width: 500px) {
  .quiz-body .prequal-wizard-container {
    padding: 0;
  }
}

.prequal-wizard-question-container {
  border-top: 6px solid #5E2751;
}

.prequal-wizard__key-container {
  margin: 1.5rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.prequal-wizard__key-container .progress {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.prequal-wizard__key-container .prequal-wizard-question-counter {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .prequal-wizard__key-container {
    margin: 1rem 0;
  }
}

.prequal-wizard-question-container {
  background-image: url("../img/cvcc-tree-small.svg");
  background-repeat: no-repeat;
  background-size: 20% auto;
  /*background-size:auto 100%;*/
  background-position: bottom right;
}
.prequal-wizard-question-container #questionContent {
  margin-bottom: 1.5rem;
}
.prequal-wizard-question-container #questionContent ul {
  width: auto;
  display: block;
}
.prequal-wizard-question-container #questionContent ul li {
  padding-top: .75em;
  padding-bottom: .75rem;
  padding-left: 1.5em;
  width: 100%;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
.prequal-wizard-question-container #questionContent ul li:before {
  content: '\f06c';
  /* fa-leaf */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #edaa00;
}
.prequal-wizard-question-container #questionContent h1,
.prequal-wizard-question-container #questionContent h2,
.prequal-wizard-question-container #questionContent h3,
.prequal-wizard-question-container #questionContent h4 {
  margin-top: 0;
}

#pathButtons {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pathButtons .btn {
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 17px;
  font-size: 1.0625rem;
}
#pathButtons .btn:last-of-type {
  margin-right: 0;
}

/*Events */
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  -webkit-appearance: button;
  background: #A4123F;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  height: auto;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px;
  width: 100%;
}

.tribe-events-page-title {
  display: none;
  visibility: hidden;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0;
}

.tribe-event-schedule-details {
  margin-bottom: 1rem;
}

.tribe-events-list h2.tribe-events-list-event-title {
  border: none;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
  display: inline;
  float: none;
}

.event-item-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .event-item-wrapper {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .event-item-wrapper .tribe-events-event-image {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .event-item-wrapper .tribe-events-event-image img {
    width: 100%;
  }
}

.tribe-events-list .tribe-events-event-image {
  width: auto;
}

.search-results-container {
  border-top: 1px solid #D7D2CB;
  padding-top: 20px;
}
.search-results-container .block-list-item {
  margin-bottom: 25px;
}

.block-list-item a {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.block-list-item a:hover {
  text-decoration: none;
}

.filter-panel {
  margin-bottom: 20px;
}
.filter-panel .filter-title {
  margin-bottom: 10px;
}
.filter-panel .filter-checkbox {
  margin-right: 5px;
}
.filter-panel label {
  font-weight: normal;
}

.faq-search-results .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.faq-search-results .panel-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #071D49;
}
.faq-search-results .panel-title a {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.faq-search-results .panel-heading {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-search-results .panel-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.faq-search-results .panel-body i {
  margin-right: 5px;
}

.panel-title i {
  margin-right: 5px;
}

.widget-header {
  background-color: #071D49;
  color: #FFF;
  padding: 10px 15px;
}
.widget-header .widget-title {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}

/*
 * _ModulesRandom.scss
 */
.btn {
  border-radius: 0;
}

.float-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.arc-element {
  z-index: 10;
}

.mod__theme--orange {
  fill: #edaa00;
}

.theme--orange {
  background-color: #edaa00;
  color: #FFF;
}
.theme--orange .arc-element {
  fill: #edaa00;
}

.theme--burg {
  background-color: #4E5B31;
  color: #FFF;
}
.theme--burg .arc-element {
  fill: #4E5B31;
}

.theme--burg-light {
  background-color: #A4123F;
  color: #FFF;
}
.theme--burg-light .arc-element {
  fill: #A4123F;
}

.theme--navy {
  background-color: #071D49;
  color: #FFF;
}
.theme--navy .arc-element {
  fill: #071D49;
}

.theme--purple {
  background-color: #5E2751;
  color: #FFF;
}
.theme--purple .arc-element {
  fill: #5E2751;
}
.theme-text-purple {
    font-size: 18px;
    font-weight: 800 !important;
    color: #622650;
}
p.theme-text-purple.center {
    margin-bottom: 20px;
    line-height: 30px;
}
.theme-text-magenta {
    color: #A4123F;
    font-size: 22px;
    font-weight: 700 !important;
}

.icon--white {
  fill: white;
}

.progress {
  box-shadow: none;
  border-radius: 20px;
  height: 25px;
}

.progress-bar {
  border-radius: 20px;
  box-shadow: none;
  font-weight: 800;
  line-height: 25px;
  font-size: 16px;
  font-size: 1rem;
}

/*
 * _Homepage.scss
 */
.home-hero {
  position: relative;
  overflow: hidden;
}

.home-hero__content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  background-image: url("../img/cvcc-curve.svg");
  background-repeat: no-repeat;
  background-size: 64% auto;
  background-position: bottom left;
  padding: 0 20px;
}
.home-hero__content .row {
  width: 100%;
}
@media (max-width: 425px) {
  .home-hero__content {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    padding: 0 10px;
  }
}

.home-hero__link-icon {
  margin-top: -3px;
  margin-right: 10px;
  width: 18px;
  height: auto;
}

.home-hero__headline {
  font-weight: 800;
  margin-top: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 480px) {
  .home-hero__headline {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
@media screen and (min-width: 700px) {
  .home-hero__headline {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__headline {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.home-hero__links {
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
}
.home-hero__links li {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5E2751;
  font-size: 21px;
  font-size: 1.3125rem;
}
.home-hero__links li:before {
  text-align: center;
  content: "\f105";
  border: 1px solid;
  border-radius: 50%;
  line-height: .4;
  text-indent: 1px;
  padding: 6px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 7px;
  margin-left: -1.5em;
}
.home-hero__links li:last-child {
  padding-bottom: 0;
}
.home-hero__links a {
  display: block;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  color: #5E2751;
  font-size: inherit;
}
.home-hero__links a:hover {
  text-decoration: none;
}

#home-hero-slider .bs-slide {
  height: 365px;
}

.home-news-arc {
  margin: 0;
  position: relative;
  margin-bottom: -1px;
}

.home-news {
  padding: 30px 25px;
  color: #FFF;
  position: relative;
  min-height: 220px;
  background-image: url("../img/cvcc-tree-small.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
@media (max-width: 768px) {
  .home-news {
    background-image: none;
    padding: 20px 15px;
  }
}
.home-news .owl-pagination {
  text-align: left;
}
@media (max-width: 768px) {
  .home-news .owl-pagination {
    text-align: center;
  }
}
.home-news .owl-page span {
  width: 10px !important;
  height: 10px !important;
}
.home-news .owl-page.active span {
  background-color: rgba(7, 29, 73, 0.5);
}
.home-news .owl-page:first-child span {
  margin-left: 0;
}

.home-news-title {
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
}

.home-news-carousel {
  position: relative;
  z-index: 10;
}
.home-news-carousel a {
  color: #FFF;
}
.home-news-carousel .owl-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-news-carousel .owl-buttons .owl-next:before,
.home-news-carousel .owl-buttons .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  cursor: pointer;
}
.home-news-carousel .owl-buttons .owl-prev:before {
  content: '\f137';
}
.home-news-carousel .owl-buttons .owl-next:before {
  content: '\f138';
}

.home-news-item {
  position: relative;
}
.home-news-item a:hover .home-news-title {
  text-decoration: none;
}
.home-news-item a:hover .read-more-link {
  text-decoration: underline;
}
.home-news-item .readmore-link {
  font-weight: bold;
}

.home-news-carousel__controls {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .home-news-carousel__controls {
    display: none;
    visibility: hidden;
  }
}
.home-news-carousel__controls .carousel-ctrl {
  font-size: 28px;
  color: #FFF;
  display: inline-block;
}
.home-news-carousel__controls .carousel-ctrl:hover, .home-news-carousel__controls .carousel-ctrl:active, .home-news-carousel__controls .carousel-ctrl:visited {
  color: inherit;
}

.carousel-ctrl {
  cursor: pointer;
  opacity: .6;
}
.carousel-ctrl:hover {
  opacity: .9;
}

.home-news-carousel__control-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=============================================
=            New Homepage Carousel            =
=============================================*/
.home-hero__image-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 425px) {
  .home-hero__image-carousel img {
    height: 340px;
    object-fit: cover;
  }
}

.home-hero-item {
  margin: 0;
}

/*=====  End of New Homepage Carousel  ======*/
.news-slide-controls {
  position: absolute;
  top: 20%;
  width: 100%;
  display: block;
}
.news-slide-controls .bs-prev {
  position: absolute;
  left: 10px;
  opacity: .4;
}
.news-slide-controls .bs-next {
  position: absolute;
  right: 10px;
  opacity: .4;
}
.news-slide-controls .btn-group {
  width: 100%;
  display: block;
}

.home__services {
  background-color: rgba(215, 210, 203, 0.2);
  position: relative;
}

.home__service-item {
  text-align: center;
  position: relative;
  border-top: 15px solid;
}

.home__service__title {
  font-weight: 900;
  font-size: 21px;
  margin-top: 0;
  text-transform: uppercase;
}

.home__service-item__body {
  padding: 40px 0;
}
@media (max-width: 425px) {
  .home__service-item__body {
    padding: 20px 0;
  }
}
.home__service-item__body p {
  font-weight: 400;
}

.home__service-victims {
  border-color: #5E2751;
}
.home__service-victims .home__service__title,
.home__service-victims .post-permalink {
  color: #5E2751;
}

.home__service-providers {
  border-color: #4E5B31;
}
.home__service-providers .home__service__title,
.home__service-providers .post-permalink {
  color: #4E5B31;
}

.home__service-advocates {
  border-color: #A4123F;
}
.home__service-advocates .home__service__title,
.home__service-advocates .post-permalink {
  color: #A4123F;
}

.home__service__title {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 900;
}

.home__about-summary {
  background-color: #071D49;
  color: #FFF;
  padding: 40px 25px;
}
.home__about-summary a {
  color: inherit;
}
.home__about-summary a p {
  font-weight: normal;
}

.home__about-tree {
  max-width: 75%;
}

.home__highlight-nav {
  position: relative;
  padding: 40px 0;
}

.home__highlight-item {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  text-align: center;
  margin-bottom: 20px;
}

.home__hightlight__heading {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #071D49;
  color: #FFF;
  padding: 4px;
  z-index: 10;
}
.home__hightlight__heading .section-mini-title {
  margin: 0;
}

.home__highlight_bg-curve {
  position: absolute;
  width: 100%;
  opacity: .3;
  bottom: 0;
}

.offering-card {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.offering-card .link-content-group:hover {
  color: inherit;
}
.offering-card * {
  transition: 0.3s;
}
.offering-card .post-permalink {
  color: #edaa00;
}
@media only screen and (min-width: 1200px) {
  .offering-card {
    cursor: pointer;
    min-height: 250px;
  }
  .offering-card .offering-card__body {
    -webkit-transform: translateY(76%);
    transform: translateY(76%);
  }
  .offering-card .offering-card__body p,
  .offering-card .offering-card__body .offering-card__footer {
    opacity: 0;
  }
  .offering-card:hover .offering-card__body {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .offering-card:hover .offering-card__body p,
  .offering-card:hover .offering-card__body .offering-card__footer {
    opacity: 1;
  }
}

.offering-card__body {
  position: absolute;
  background: #071D49;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  padding: 20px;
  -webkit-transform: translateY(76%);
  transform: translateY(76%);
}
.offering-card__body p {
  font-size: 13px;
  font-weight: normal;
}

.offering-card__title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.offering-card:hover .offering-card__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.offering-card__social-links,
.social-share-list {
  display: inline-block;
  list-style-type: none;
}
.offering-card__social-links > li,
.social-share-list > li {
  width: 28px;
  height: 28px;
  position: relative;
}
.offering-card__social-links > li a,
.social-share-list > li a {
  width: 100%;
  height: 100%;
  display: block;
}
.offering-card__social-links .stButton .stLarge,
.social-share-list .stButton .stLarge {
  width: 28px;
  height: 28px;
  background: none !important;
}
.offering-card__social-links .stButton,
.social-share-list .stButton {
  position: absolute !important;
  top: 0;
  left: 0;
}

.social-share-list .share-icons--default {
  fill: #a5a5a5;
}

.offering-card__footer {
  position: absolute;
  margin: 15px 0;
  width: 100%;
  bottom: 0;
  left: 0;
}

.programs-nav {
  font-size: 14px;
  margin-bottom: 20px;
}

.programs-nav__list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.programs-nav__list li {
  font-weight: 600;
  color: #071D49;
  font-size:
}
.programs-nav__list li:before {
  content: "\203A";
  margin-right: 10px;
}
.programs-nav__list li a {
  padding: 3px 0;
  display: inline-block;
  color: #071D49;
  font-size:13px;
}
.programs-nav__list li:first-child a {
  padding-top: 0;
}
.programs-nav__list li.current-menu-item {
  color: #edaa00;
}
.programs-nav__list li.current-menu-item a {
  color: inherit;
}

.programs-nav__faq-link {
  color: #071D49;
}
.programs-nav__faq-link .faq-link__icon {
  display: inline-block;
  margin-right: 6px;
  width: 32px;
}

.program-detail__content .content ul {
  margin: 2em 0;
}
.program-detail__content .content ul li {
  margin: 1em;
  margin-left: 20px;
  text-indent:0px;
  font-size:14px;
}
.program-detail__content .content ul li:before {
  content: "\f06c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  float: left;
  margin-left: -2em;
  font-size:14px;
}
ul.ul-indent li:before {
  content: "\f06c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  float: left;
  margin-left: -2em;
  font-size:14px;
}
footer ul li:before {
    display:none;
}

.program-detail__title {
  color: #071D49;
}

.program-testimonial {
  padding: 40px 0;
  margin-bottom: 20px;
  min-height:140px;
}
.program-testimonial .program-testimonial__content {
  margin: 0;
  padding: 0;
  border: none;
}
.program-testimonial .program-testimonial__content p {
  font-size: 21px;
  font-weight: normal;
  font-style: italic;
}
.program-testimonial .testimonial-author {
  font-weight: 900;
  color: inherit;
  font-size: 15px;
}

.program-detail__disclaimer {
  font-size: 12px;
  color: #414142;
  padding: 20px 0;
}
.program-detail__disclaimer p {
  font-size: 12px;
}
.program-detail__disclaimer .disclaimer-title {
  color: #414142;
  text-transform: uppercase;
  font-weight: 900;
}

.forVictim_landing_service_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-rendering: optimizeLegibility;
    text-transform:none !important;
    padding:0 4px;
}


.forVictims_services {
    background-color: transparent !important;
}
.forVictims_services > .row {
    margin-bottom: 20px;
}
.forVictims_services .home__service-victims {
    background-color: #f0edea;
    margin: 0 15px 0 15px;
    width: 280px;
    min-height:180px;
    padding:0 20px;
}
.forVictims_services article.home__service-item__body {
    padding: 5px;
    padding-top:30px;
}
/*.forVictims_services article.home__service-item__body > p {
    display: none;
}*/
.forVictims_services article.home__service-item__body p {
    font-weight: 400;
}


.forVictims_2grid .offering-card {
    margin-bottom: 0 !important;
    min-height:80px;
}





.sub_headline {
    font-size: 27px;
    font-weight: 400;
    font-style:italic;
}
.home-hero__links li {
    font-size:1.1rem;
}





.forVictims_4grid .offering-card__body {
    text-align:left;
}
.forVictims_4grid .offering-card {
    margin-bottom: 0 !important;
}
.forVictims_4grid .offering-card:hover .offering-card__body {
    transform: translateX(60%);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    height: 260px;
}
img.forVictims_tile_fullWidth.offering-card__thumbnail {
    display: inline;
    width: 540px;
    height: 260px;
    object-fit: cover;
}
img.forVictims_tile_partWidth.offering-card__thumbnail {
    display: inline;
    height: 80px;
    width: 130px;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
    .forVictims_4grid .col-sm-12 .offering-card .offering-card__body {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform: translateX(125%);
        transform: translateX(125%);
        height:260px;
        width:400px;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .forVictims_4grid .col-sm-12 .offering-card .offering-card__body {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        height: 260px;
        width: 350px;
    }
}
@media (max-width: 767px) {
    
}


@media only screen and (min-width: 992px) {
    .offering-card .offering-card__body p, .offering-card .offering-card__body .offering-card__footer {
        opacity:1;
    }
}

@media only screen and (min-width: 992px) {
    .forVictims_2grid .col-sm-6 .offering-card .offering-card__body {
        transform: translateY(0);
        transform: translateX(30%);
        height:80px;
        width:80%;
        text-align:left;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .forVictims_2grid .col-sm-6 .offering-card .offering-card__body {
        transform: translateY(0);
        transform: translateX(40%);
        height: 80px;
        width: 80%;
        text-align: left;
    }

    h4.offering-card__title.twoLine {
        margin-top: -7px;
    }

    h1.home-hero__headline {
        font-size: 1.6rem;
    }

    .sub_headline {
        font-size: 24px;
    }

    .home-hero__links li {
        font-size: 1rem;
    }

    ul.home-hero__links {
        width: 290px;
    }

    h5.footer-heading {
        white-space: normal;
    }

    .footer {
        margin-top: 1rem;
    }

    .navbar-nav > li {
        width: 33%;
    }
}
    @media (max-width: 767px) {

        .footer-curve {
            display:none;
        }

        .forVictims_4grid .col-sm-12 .offering-card {
            height: 300px;
        }

            .forVictims_4grid .col-sm-12 .offering-card .offering-card__body {
                height: 300px;
                text-align: left;
                margin-left: 130px;
                transform: translateY(0%);
                transform: translateX(60%);
                width: 200px;
            }

        .forVictims_2grid .col-sm-6 .offering-card .offering-card__body {
            transform: translateY(0);
            height: 80px;
            text-align: left;
            margin-left: 130px;
        }

        .forVictims_services .home__service-victims {
            width: calc(100% - 30px);
            min-height: 130px;
            margin-bottom: 20px;
        }

        .forVictims_services > .row {
            margin-bottom: 0px;
        }

        .forVictims_3tiles .col-sm-4 .offering-card .offering-card__body {
            text-align: left;
            transform: translateY(0%);
            margin-left: 200px;
            width: calc(100% - 200px);
            min-width: 185px;
            height: 200px;
        }

        .forVictims_3tiles .offering-card {
            margin-bottom: -20px;
        }

            .forVictims_3tiles .offering-card > p > a > img {
                width: 200px;
            }

        img.forVictims_tile_fullWidth.offering-card__thumbnail, .forVictims_4grid .offering-card:hover .offering-card__body {
            height: 300px;
        }

        .home__highlight_bg-curve {
            display: none;
        }

        .footer__email-form {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 20px;
        }

        h5.footer-heading {
            padding-top: 15px;
            padding-bottom: 5px;
        }

        ul#menu-footer-nav {
            padding-top: 15px;
        }

        .yikes-mailchimp-container .post-edit-link {
            display: none;
        }
    }

.bold-text {
    font-weight: 700 !important;
    font-size: 15px !important;
}


.accordion-toggle > .title span.subtext {
    font-size: 11px;
    text-transform: none;
    font-style: italic;
    font-weight: 500;
}
/*.accordion-toggle.collapsed span.title::before {
    content: '+' !important;
}
.accordion-toggle > .title::before {
    content:"-";
    padding-right: 5px;
    font-size: 20px;
    font-family: arial;
    vertical-align: text-top;
}*/
.accordion-toggle + .fa-question-circle-o {
    position: relative;
    top: -30px;
    font-size: 22px;
}
.accordion-toggle > .description {
    font-size: 11px;
    text-transform: none;
    font-style: italic;
    font-weight: 500;
    padding-left: 17px;
}
.accordionResource .panel-heading {
    padding: 0 15px;
    background-color: #f0edea;
    border-radius: 0;
    border-color: transparent;
}
.accordionResource .panel-heading p {
    display: none;
}
.accordionResource .panel-default p {
    display: none;
}
.accordionResource .panel-default {
    border-radius: 0;
    border-color: transparent;
}
.accordionResource ul {
    list-style-type: disc;
    margin-left: 45px;
}
.accordionResource > p {
    margin: 0;
}
.accordionHeader {
    height: 50px;
    background-color: #071D49;
    color: white;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.offering-card .post-permalink a{
  color: #edaa00 !important;
  font-weight:400;
}
.page-content a {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-decoration:underline;
}
.page-content .ul-indent {
    text-indent: 0px;
    margin-left: 25px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-left: 10px;
}
.ul-indent {
    text-indent: 0px;
    margin-left: 25px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-left: 10px;
}
.offering-card a {
    color: #edaa00;
}
.page-content p.article-callout, .page-content span.article-callout {
    font-weight:800;
}
.page-content p.article-center {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#ucrSearchContainer {
    display: inline-block;
    background-color: #f0edea;
    padding: 25px 5px;
}
#ucrSearchContainer #btnSubmit {
    background: #eea904;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
#resultsTable thead {
    background-color: #101d49;
    color: white;
    border:1px solid #101d49;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0edea;
}
h4.offering-card__title.twoLine {
    margin-top: 0;
}
h4.offering-card__title.threeLine {
    margin-top: -10px;
}
#post-521 h4.offering-card__title, #post-561 h4.offering-card__title {
    margin-top: 0;
}
.content > li {
    margin-left: 50px;
    text-indent: -13px;
    padding: 4px 0px;
    font-size: 13.5px;
}
.page-content table td {
    vertical-align:top;
    text-indent:10px;
}
.staffHeadshot {
    object-fit: cover;
    object-position: top;
}
.modal-content {
    border-radius: 0;
    border: 3px solid #edaa00;
}
.modal-header {
    border:0;
}
.modal-body {
    text-align:center;
}
.panel-title .customModal {
    float: right;
    font-size: 24px;
    position: relative;
    top: -30px;
}
.modal-body button.btn {
    background: #edaa00;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    width: 100px;
    height: 22px;
    padding: 0;
}
.modal-body button.btn:focus {
    outline:none;
}
.testimonial-author__photo > .fa-question {
    font-size: 80px;
    color: #edaa00;
}
.program-testimonial__content p a, .program-testimonial__content p b {
    color: #edaa00;
    font-size: 21px;
}
.program-testimonial__content p a:hover {
    color:white;
}
.home__hightlight__heading {
    bottom:0;
    height:65px;
}
.home__hightlight__heading h4 {
    padding-top:12px;
}
.home__highlight_bg-curve {
    display:none;
}
ol > li {
    font-size: 0.9375rem;
    line-height: 24px;
}
.sitemap_main {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.sitemap_main a {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.sitemap_sub a {
    font-weight: 400;
}
.sitemap_sub {
    margin-left: 35px;
    text-decoration: underline;
}
.sitemap_sub > .fa-circle {
    font-size: 6px !important;
    vertical-align: middle;
    padding-right: 10px;
}
.sitemap_sub a i {
    font-size: 6px !important;
    vertical-align: middle;
    padding-right: 10px;
}
.sitemap_main > .fa-caret-down {
    padding-right:5px;
}
.sitemap_main a i {
    padding-right: 5px;
}
.goog-te-menu-value > span {
    color: black;
    font-size: 12px;
}
#google_translate_element {
    float: right;
    position: relative;
    top: -3px;
    left: -4px;
    margin-bottom: -20px;
}
.page-content a.callout {
    font-size: 0.9375rem;
    font-weight: 800;
}
.footer-utility-menu a {
    font-size: 13px;
}

.theme--green {
  background-color: #4e5b31;
  color: #FFF;
}
.mod__theme--green {
  fill: #4e5b31;
}
.theme--shiraz {
    background-color:#A4123F;
    color:#FFF;
}
.mod__theme--shiraz {
  fill: #A4123F;
}
_:-ms-fullscreen, :root .ie11up { 
    background-size: 75% 100%;
}
.arc-element {
    height: 49px;
}
.tribe_events .date, .tribe_events .author,
article .date, article .author {
    display: none;
}

.social-share-title {
    position: relative;
    top: -15px;
    padding-right: 20px;
    font-weight: 400;
    font-family: "Open Sans";
    font-size: 0.9375rem;
}

.home-news-carousel__controls {
    display:none;
}