/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

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

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

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

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

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

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

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

* html .slides {
  height: 1%; }

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

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  position: relative;
  zoom: 1; }

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

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

.flexslider .slides {
  zoom: 1; }

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: right;
  right: 10px; }

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

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

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #f98f00;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f6e62e 0%, #f98f00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f6e62e), color-stop(100%, #f98f00));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f6e62e 0%, #f98f00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f6e62e 0%, #f98f00 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f6e62e 0%, #f98f00 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f6e62e 0%, #f98f00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e62e', endColorstr='#f98f00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  cursor: default; }

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

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

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

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

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

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

.home-widgets,
.slideshow {
  position: relative;
  z-index: 1; }

.slideshow,
.home-widget {
  position: relative; }

.boxshadow .slideshow:after,
.boxshadow .home-widget:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.widget-heading {
  margin-bottom: .7em; }

.home-widgets {
  overflow: hidden;
  padding: 0 15px 8px; }

.widget-col {
  padding-left: 9px; }

.widget-col:first-child {
  padding-left: 0; }

.widget-col--half {
  width: 50%; }

.home-widget--hlf {
  float: right;
  width: 49%; }

.home-widget--hlf:first-child {
  float: left; }

@media screen and (max-width: 767px) {
  .widget-col--half {
    padding-left: 0;
    width: 100%; } }

.home-widget {
  background: #FFFFFF;
  border: 2px solid white;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 12px; }
  .home-widget .content-with-side-image .featured-image {
    float: left;
    max-width: 190px;
    width: 40%; }
  .home-widget .content-with-side-image .entry-content {
    margin-left: 42%; }
  .home-widget .date {
    color: #ffa409;
    font-weight: bold;
    font-size: 13px; }
  .home-widget p {
    margin-bottom: .7em; }
  .home-widget img {
    display: block; }

.boxshadow .home-widget:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

@media screen and (min-width: 1024px) {
  .widget-heading {
    font-size: 22px; }
  .home-widget {
    font-size: 15px;
    line-height: 1.4; }
    .home-widget .date {
      font-size: 15px; } }

.featured-posts,
.featured-events,
.home-widget .entry-content {
  padding: 5px 7px; }

.featured-events {
  background: #8b8a8f;
  color: #FFFFFF; }
  .featured-events .widget-heading {
    color: #FFFFFF; }
  .featured-events a {
    color: #FFFFFF; }
    .featured-events a:active, .featured-events a:hover {
      color: #ffa409; }

#home-hero-carousel {
  margin-bottom: 0;
  overflow: hidden; }
  #home-hero-carousel .slides > li {
    position: relative; }

.home-module--carousel .flex-nav-prev a,
.home-module--carousel .flex-nav-next a {
  height: 51px;
  width: 27px; }
  @media screen and (min-width: 724px) {
    .home-module--carousel .flex-nav-prev a,
    .home-module--carousel .flex-nav-next a {
      height: 101px;
      margin-top: -40px;
      width: 54px; } }
  .home-module--carousel .flex-nav-prev a:before,
  .home-module--carousel .flex-nav-next a:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 51px;
    width: 27px; }
    @media screen and (min-width: 724px) {
      .home-module--carousel .flex-nav-prev a:before,
      .home-module--carousel .flex-nav-next a:before {
        height: 101px;
        width: 54px; } }

.home-module--carousel .flex-nav-prev a:before {
  background-image: url(../images/carousel-left-small-white.png); }
  @media screen and (min-width: 724px) {
    .home-module--carousel .flex-nav-prev a:before {
      background-image: url(../images/carousel-left-white.png); } }

.home-module--carousel .flex-nav-next a:before {
  background-image: url(../images/carousel-right-small-white.png); }
  @media screen and (min-width: 724px) {
    .home-module--carousel .flex-nav-next a:before {
      background-image: url(../images/carousel-right-white.png); } }

@media screen and (min-width: 724px) {
  .home-module--carousel .flexslider:hover .flex-prev {
    left: 32px; } }

@media screen and (min-width: 724px) {
  .home-module--carousel .flexslider:hover .flex-next {
    right: 32px; } }

.home-hero-carousel-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }
  .home-hero-carousel-text-container .lt-ie9 {
    height: auto;
    top: 20%; }
  @media screen and (min-width: 724px) {
    .home-hero-carousel-text-container {
      display: flex;
      align-items: center; } }

.home-hero-carousel-text {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  padding: 2em 3em;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.47);
  width: 100%; }
  @media screen and (min-width: 724px) {
    .home-hero-carousel-text {
      font-size: 45px; } }
  @media screen and (min-width: 980px) {
    .home-hero-carousel-text {
      font-size: 62px; } }

.home-module--columned-features {
  background-color: #fff;
  padding-top: 50px; }
  .home-module--columned-features > .row {
    max-width: 1080px; }
  .home-module--columned-features .col {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center; }

.columned-feature__title {
  color: #089fb5;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2; }

.columned-feature__image {
  margin: 30px 0;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center; }

.columned-feature__content {
  color: #676767;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%; }

.columned-feature__link {
  border: 1px solid #089fb5;
  color: #676767;
  display: inline-block;
  font-size: 16px;
  padding: 5px 12px; }
  .columned-feature:hover .columned-feature__link, .columned-feature__link:hover {
    color: #089fb5; }

.home-module--pr-carousel {
  background-color: #8b3d84;
  color: #fff;
  padding: 40px 0 20px; }
  .home-module--pr-carousel a {
    color: #fff; }
  .home-module--pr-carousel .flex-viewport {
    margin-left: auto;
    margin-right: auto;
    width: 80%; }
  .home-module--pr-carousel .flex-nav-prev a,
  .home-module--pr-carousel .flex-nav-next a {
    height: 51px;
    width: 27px; }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-nav-prev a,
      .home-module--pr-carousel .flex-nav-next a {
        height: 101px;
        margin-top: -40px;
        width: 54px; } }
    .home-module--pr-carousel .flex-nav-prev a:before,
    .home-module--pr-carousel .flex-nav-next a:before {
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      height: 51px;
      width: 27px; }
      @media screen and (min-width: 724px) {
        .home-module--pr-carousel .flex-nav-prev a:before,
        .home-module--pr-carousel .flex-nav-next a:before {
          height: 101px;
          width: 54px; } }
  .home-module--pr-carousel .flex-nav-prev a:before {
    background-image: url(../images/carousel-left-small.png); }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-nav-prev a:before {
        background-image: url(../images/carousel-left.png); } }
  .home-module--pr-carousel .flex-nav-next a:before {
    background-image: url(../images/carousel-right-small.png); }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-nav-next a:before {
        background-image: url(../images/carousel-right.png); } }
  .home-module--pr-carousel .flex-direction-nav .flex-prev {
    left: -20px;
    opacity: 1; }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-direction-nav .flex-prev {
        left: 0; } }
  .home-module--pr-carousel .flex-direction-nav .flex-next {
    right: -20px;
    opacity: 1; }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-direction-nav .flex-next {
        right: 0; } }
  .home-module--pr-carousel .flex-direction-nav:hover .flex-prev {
    left: -20px; }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-direction-nav:hover .flex-prev {
        left: 0; } }
  .home-module--pr-carousel .flex-direction-nav:hover .flex-next {
    right: -20px; }
    @media screen and (min-width: 724px) {
      .home-module--pr-carousel .flex-direction-nav:hover .flex-next {
        right: 0; } }

.c-press-releases__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }
  @media screen and (min-width: 724px) {
    .c-press-releases__title {
      font-size: 23px;
      font-size: 1.4375rem; } }
  @media screen and (min-width: 980px) {
    .c-press-releases__title {
      font-size: 36px;
      line-height: 1.1; } }

.c-press-releases__content {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5; }
  @media screen and (min-width: 724px) {
    .c-press-releases__content {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 980px) {
    .c-press-releases__content {
      font-size: 25px;
      font-size: 1.5625rem; } }

.c-stage {
  position: relative; }

.home-module--stage .c-stage__img > img {
  max-width: none;
  width: 100%; }

.c-stage__overlay-content-container {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 90%;
  max-width: 600px; }
  @media screen and (min-width: 724px) {
    .c-stage__overlay-content-container {
      left: 100px; } }
  .c-stage__overlay-content-container .row {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 1em; }
    @media screen and (min-width: 724px) {
      .c-stage__overlay-content-container .row {
        background-color: transparent;
        padding: 0 1em 0 0; } }

.c-stage__overlay-content {
  color: black;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 724px) {
    .c-stage__overlay-content {
      font-size: 23px;
      font-size: 1.4375rem; } }
  @media screen and (min-width: 980px) {
    .c-stage__overlay-content {
      font-size: 47px;
      font-size: 2.9375rem;
      line-height: 1.0638297872; } }

.c-stage__call-to-action {
  padding-left: .5em;
  padding-right: .5em; }

.c-stage__link {
  background-color: #3fa0d9;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  padding: 8px;
  font-size: 13px;
  font-size: 0.8125rem; }

.c-stage__caption-content-container {
  background-color: #2f95ae;
  background-color: rgba(47, 149, 174, 0.78);
  color: white;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 20px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 724px) {
    .c-stage__caption-content-container {
      font-size: 48px;
      font-size: 3rem; } }
  @media screen and (min-width: 980px) {
    .c-stage__caption-content-container {
      font-size: 70px;
      font-size: 4.375rem;
      line-height: 1.0857142857;
      margin-top: -10px; } }

.home-module--content-blocks .o-block {
  margin-top: 23px;
  margin-bottom: 23px; }

.home-module--content-blocks .o-block__body {
  padding-left: .5em;
  padding-right: .5em; }

.u-link-color-tuatara {
  color: #3a3938; }
  .u-link-color-tuatara a {
    color: #3a3938; }

.u-link-color-white {
  color: #FFFFFF; }
  .u-link-color-white a {
    color: #FFFFFF; }
