html {
  height: 100%;
  font-size: 13px; }

body {
  color: #555555;
  font-size: 13px;
  font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }

@media (max-width: 767px) {
  ul {
    padding-left: 20px; }
  li ul {
    margin-left: 0; } }

/* -----------------------------------------------------------------------------
!!!DO NOT EDIT DIRECTLY!!!
- This is a generated file and must not be edited directly if you need to
  make edits or revisions see the source files at the "/_cs-build/.."
  directory.
----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
Blueprints

@type Landmark
@purpose
    Sets up the general structure and placement for the global elements.
------------------------------------------------------------------------ */
.blueprint {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background: #ffffff; }

.blueprint-hd {
  flex: 0 0 auto; }

.blueprint-bd {
  /* flex: 1; would be enough but there are content issues in safari */
  flex: 1 0 auto; }

/* -----------------------------------------------------------------------------
Header Layout
----------------------------------------------------------------------------- */
.headerLyt {
  position: relative;
  display: block;
  min-height: 60px;
  margin: 0;
  *zoom: 1; }

.headerLyt:before,
.headerLyt:after {
  display: table;
  content: ""; }

.headerLyt:after {
  clear: both; }

.headerLyt > * {
  display: block;
  color: #555555;
  font-size: 13px;
  text-align: left; }

.headerLyt-identity {
  position: absolute;
  z-index: 1500;
  left: 0;
  top: -12px;
  width: 144px; }

.headerLyt-nav {
  width: 100%;
  float: right; }

.headerLyt-social {
  display: none;
  overflow: hidden;
  padding: 18px 0;
  text-align: right; }

/* ---------------------------------------------------------------------
@breakpoint Small and Medium Exclusion (sm, md)
------------------------------------------------------------------------ */
@media (max-width: 767px) {
  .headerLyt-social {
    display: none; } }

/* ---------------------------------------------------------------------
@breakpoint Medium (md)
------------------------------------------------------------------------ */
@media (min-width: 992px) {
  .headerLyt {
    padding-left: 144px; }
  .headerLyt-nav {
    width: 100%;
    padding-left: 30px; } }

/* ---------------------------------------------------------------------
@breakpoint Large (lg)
------------------------------------------------------------------------ */
@media (min-width: 1200px) {
  .headerLyt-identity {
    width: 224px; }
  .headerLyt-nav {
    width: auto; }
  .headerLyt-social {
    display: block; } }

/* ---------------------------------------------------------------------
@breakpoint Custom Size for Social Icons
------------------------------------------------------------------------ */
@media (max-width: 1370px) {
  /* custom BP had to be created to handle hiding of social icons when layout breaks */
  .headerLyt-social {
    display: none; } }

/* -----------------------------------------------------------------------------
Toolbar
----------------------------------------------------------------------------- */
.toolbar {
  padding: 10px 0;
  text-align: right; }

.toolbar-drawer {
  display: inline-block;
  font-size: 0; }

.toolbar-drawer > * {
  font-size: 10px; }

/* -----------------------------------------------------------------------------
Main Navigation
----------------------------------------------------------------------------- */
.mainNav {
  position: relative;
  z-index: 1000;
  display: block;
  padding: 0;
  margin: 0;
  background: #ffffff; }

.mainNav a {
  color: #555555;
  cursor: pointer; }

.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none; }

.mainNav ul {
  padding: 0;
  margin: 0; }

.mainNav ul,
.mainNav li,
.mainNav a {
  display: block; }

.mainNav a {
  padding: 5px 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
  font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  text-decoration: none; }

/* Main Item */
.mainNav > li > a {
  display: block;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }

/*
Dropdown Container
--------------------
*/
.mainNav > li > ul {
  border-width: 0;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 13px; }

/*
Dropdown Primary Category
- first level
--------------------
*/
.mainNav > li > ul > li > a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }
  .mainNav > li > ul > li > a:hover {
    text-decoration: none; }

.mainNav > li > ul > li ul,
.mainNav > li > ul > li ul li,
.mainNav > li > ul > li ul a {
  position: static;
  display: block; }

.mainNav > li > ul > li a {
  padding-left: 20px; }

/*
Dropdown Primary Link
- second level
--------------------
*/
.mainNav > li > ul > li > ul > li > a {
  color: #5a4099;
  font-size: 12px;
  font-weight: bold; }

/*
Dropdown Secondary Link
- third level
--------------------
*/
.mainNav > li > ul > li > ul > li > ul > li > a {
  font-size: 13px;
  font-weight: normal; }

@media (min-width: 992px) {
  .mainNav {
    background-color: transparent; }
  /* Main Item/Link */
  .mainNav > li {
    display: inline-block;
    font-size: 0; }
    .mainNav > li > a {
      padding: 42px 12px 34px;
      margin: -12px 0 0;
      border-radius: 3px 3px 0 0; }
    .mainNav > li:hover > a {
      background: #5a4099;
      color: #ffffff; }
  /*
    Dropdown Container
    --------------------
    */
  .mainNav > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 20px 20px 26px;
    border-bottom: 3px solid #5a4099; }
  .mainNav > li:hover > ul {
    display: block;
    width: 100%;
    text-align: left; }
  /*
    Dropdown Primary Category
    - first level
    --------------------
    */
  .mainNav > li > ul > li {
    display: inline-block;
    min-width: 200px;
    max-width: 380px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 0;
    vertical-align: top; }
    .mainNav > li > ul > li:last-child {
      padding-right: 0; }
    .mainNav > li > ul > li > a {
      display: block;
      padding: 0 0 4px 0;
      margin-bottom: 20px;
      border-bottom: 1px solid #555555;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase; }
      .mainNav > li > ul > li > a:hover {
        text-decoration: none; }
    .mainNav > li > ul > li ul,
    .mainNav > li > ul > li ul li,
    .mainNav > li > ul > li ul a {
      position: static;
      display: block; }
    .mainNav > li > ul > li ul a {
      margin-bottom: 5px; }
  /*
    Dropdown Primary Link
    - second level
    --------------------
    */
  .mainNav > li > ul > li > ul {
    display: block; }
    .mainNav > li > ul > li > ul > li {
      display: block; }
      .mainNav > li > ul > li > ul > li > a,
      .mainNav > li > ul > li > ul > li a {
        padding: 2px 0; }
      .mainNav > li > ul > li > ul > li > a {
        color: #5a4099;
        font-size: 12px;
        font-weight: bold; }
  /*
    Dropdown Secondary Link
    - third level
    --------------------
    */
  .mainNav > li > ul > li > ul > li > ul {
    display: block;
    font-size: 0; }
    .mainNav > li > ul > li > ul > li > ul > li > a {
      font-size: 13px;
      font-weight: normal; }
  /*
    Split Lists Into 2 Column devisions
    - for all levels under the category
    --------------------
    */
  .mainNav > li > ul > li .mainNav-splitList {
    margin-left: -10px;
    font-size: 0; }
  .mainNav > li > ul > li .mainNav-splitList > * {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
    font-size: 13px; } }

/* -----------------------------------------------------------------------------
Navigation Bar Layout
----------------------------------------------------------------------------- */
.navBarLyt {
  display: block;
  text-align: right; }

.navBarLyt-state {
  display: none; }

.navBarLyt-hamburger {
  position: relative;
  right: 20px;
  display: inline-block;
  padding-top: 12px;
  margin: 0;
  font-size: 0;
  line-height: 1; }

.navBarLyt-hamburger-graphic {
  display: block;
  border-radius: 5px;
  width: 45px;
  padding: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px #ffffff;
  border: 1px solid #e0dfe4; }
  .navBarLyt-hamburger-graphic:before, .navBarLyt-hamburger-graphic:after {
    content: "";
    display: block;
    box-sizing: content-box; }
  .navBarLyt-hamburger-graphic:before {
    height: 5px;
    border: 1px solid #e0dfe4;
    border-width: 3px 0;
    margin-bottom: 5px; }
  .navBarLyt-hamburger-graphic:after {
    height: 3px;
    background: #e0dfe4; }

@media (max-width: 991px) {
  .navBarLyt-viewport {
    overflow: auto;
    height: 0;
    transition: height 0.25s ease-in-out;
    transition: margin-top 0.25s ease-in-out; }
  .mainNav-sublist a:clicked {
    color: white; }
  /* STATE CHANGES */
  .navBarLyt-state:checked + .navBarLyt-hamburger .navBarLyt-hamburger-graphic {
    background: #cccccc;
    box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.6);
    border-color: #aaa8b5; }
    .navBarLyt-state:checked + .navBarLyt-hamburger .navBarLyt-hamburger-graphic:before {
      border-color: #aaa8b5; }
    .navBarLyt-state:checked + .navBarLyt-hamburger .navBarLyt-hamburger-graphic:after {
      background-color: #aaa8b5; }
  .navBarLyt-state:checked + .navBarLyt-hamburger + .navBarLyt-viewport {
    height: 300px;
    margin-bottom: 20px;
    margin-top: 50px;
    transition: height 0.25s ease-in-out;
    transition: margin-top 0.25s ease-in-out; }
  .mainNav > li > .hideChildrenMobile ~ .mainNav-subList {
    display: none; } }

@media (min-width: 992px) {
  .navBarLyt {
    display: block;
    text-align: right; }
  .navBarLyt-viewport {
    height: auto; }
    .navBarLyt-viewport:before {
      display: none; }
  .navBarLyt-hamburger {
    display: none; } }

@media (min-width: 1200px) {
  .navBarLyt-viewport {
    display: block; } }

/* -----------------------------------------------------------------------------
Horizontal List
----------------------------------------------------------------------------- */
.hList {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

.hList > * {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px; }

.hList > *:last-child {
  margin-right: 0;
  padding-right: 0; }

.mix-hList_pushDown > * {
  margin-bottom: 10px; }

.mix-hList_pipedLt > * {
  border-right: 1px solid #ffffff; }

.mix-hList_pipedMd > * {
  border-right: 1px solid #cccccc; }

.mix-hList_pipedDrk > * {
  border-right: 1px solid #000000; }

.mix-hList_pipedLt > *:last-child,
.mix-hList_pipedMd > *:last-child,
.mix-hList_pipedDrk > *:last-child {
  border-right: 0; }

/* -----------------------------------------------------------------------------
Split
----------------------------------------------------------------------------- */
.split {
  width: 100%;
  display: table;
  text-align: left; }

.split > * {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }

.split_md,
.split_md > * {
  display: block;
  padding: 0; }

.split_md > *:last-child {
  padding: 0;
  text-align: left; }

.split_md > * + * {
  display: block;
  margin-top: 10px; }

.mix-split_top {
  vertical-align: top; }

/* ---------------------------------------------------------------------
@breakpoint Small (sm)
------------------------------------------------------------------------ */
@media (min-width: 768px) {
  .split_md {
    display: table; }
  .split_md > * {
    display: table-cell;
    margin: 0;
    padding: 0 10px 0 0; }
  .split_md > *:last-child {
    text-align: right; }
  .mix-split_left {
    text-align: left; } }

/* -----------------------------------------------------------------------------
Vertical Spacer
----------------------------------------------------------------------------- */
.vertSpacer {
  margin: 0 0 52px 0; }

.vertSpacer_gapTight {
  margin-bottom: 13px; }

.vertSpacer_gapClose {
  margin-bottom: 26px; }

.vertSpacer_gapLoose {
  margin-bottom: 104px; }

.vertSpacer_gapChasm {
  margin-bottom: 208px; }

/* -----------------------------------------------------------------------------
Wrapper
----------------------------------------------------------------------------- */
.wrap {
  width: 1760px;
  /* desktop width 1720px + gutter */
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box; }

.wrap_full {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

/* ---------------------------------------------------------------------
@breakpoint Medium (md)
------------------------------------------------------------------------ */
@media (min-width: 992px) {
  .wrap_full {
    padding-left: 0;
    padding-right: 0; } }

/* -----------------------------------------------------------------------------
Ribbon
----------------------------------------------------------------------------- */
.ribbon {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #e0dfe4; }

.ribbon_paintDrk {
  background: #444444; }

.ribbon_paintTint {
  background: #f7f7f7; }

.ribbon_paintFence {
  background: #ffffff; }

.mix-ribbon_spaceBd {
  padding-top: 70px; }

/* -----------------------------------------------------------------------------
Brand Logo
----------------------------------------------------------------------------- */
.brandLogo {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  text-align: center; }

.brandLogo img {
  display: inline-block;
  max-width: 100%; }

.brandLogo-topper {
  display: block;
  padding: 12px 20px;
  background: #5a4099;
  color: #ffffff; }

.brandLogo-core {
  display: block;
  padding: 20px; }

.mix-brandLogo_strokeBase {
  border-bottom: 3px solid #5a4099; }

/* -----------------------------------------------------------------------------
Headings
----------------------------------------------------------------------------- */
.hdg {
  margin: 0;
  color: inherit;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none; }
  .hdg > a {
    text-decoration: none; }

.hdg_1 {
  font-size: 30px; }

.hdg_2 {
  font-size: 28px; }

.hdg_3 {
  font-size: 24px; }

.hdg_4 {
  font-size: 22px; }

.hdg_5 {
  font-size: 18px; }

.hdg_6 {
  font-size: 16px; }

.mix-hdg_inkStandout {
  color: #5a4099; }

.mix-hdg_strong {
  font-weight: bold; }

/* -----------------------------------------------------------------------------
Icon Social
----------------------------------------------------------------------------- */
.iconSocial {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: #5a4099;
  border-radius: 100%;
  color: #ffffff;
  font-size: 0; }

.iconSocial-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* -----------------------------------------------------------------------------
Quick Link
----------------------------------------------------------------------------- */
.quickLink {
  color: #ffffff;
  font-size: 10px;
  text-decoration: none; }

.quickLink:hover {
  color: #ffffff;
  text-decoration: underline; }

/* -----------------------------------------------------------------------------
Icon Image
----------------------------------------------------------------------------- */
.iconImg {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 0.8em 0 0;
  border-radius: 100%; }

/* -----------------------------------------------------------------------------
CAROUSEL SLIDER
- Extracted from "assets/css/style.css" so that it can be leveraged on the
  portal.
----------------------------------------------------------------------------- */
#c-slide {
  padding: 0px;
  margin-top: -2px; }

.carouselvshadow {
  margin-top: -30px; }

.car-highlight1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: white;
  text-decoration: none;
  background-color: #f78e1e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  display: inline-block; }

.car-highlight2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: white;
  text-decoration: none;
  background-color: #5aadce;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  display: inline-block;
  margin-top: 10px; }

.car-highlight3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  display: inline-block;
  margin-top: 10px; }

.car-highlight4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  color: white;
  text-decoration: none;
  background-color: #78c043;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  display: inline-block;
  margin-top: 10px; }

.car-highlight5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  margin-left: -6px;
  border-style: none;
  display: inline-block;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.car-largetext {
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
  font-size: 50px; }

.car-widecircle {
  background: #222222;
  width: 130px;
  height: 130px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 20px; }

.car-widecircle span {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 130px;
  width: 130px;
  margin: 0px auto;
  right: 0;
  font-weight: 100;
  font-size: 19px; }

.car-middlecircle {
  background: #ffffff;
  width: 120px;
  height: 120px;
  color: #555555;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 20px; }

.car-middlecircle span {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 120px;
  width: 120px;
  margin: 0px auto;
  right: 0;
  font-weight: 100;
  font-size: 19px; }

.car-smallcircle {
  background: #f78e1e;
  width: 100px;
  height: 100px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative; }

.car-smallcircle span {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
  width: 100px;
  margin: 0px auto;
  right: 0;
  font-weight: 100;
  font-size: 19px; }

.carouselText1 {
  font-weight: 800;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 25px;
  background: #333333;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0; }

.carouselText2 {
  font-size: 19px;
  background: #f78e1e;
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600; }

.carouselText3 {
  font-size: 14px;
  display: inline-block;
  padding: 0px 10px;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.slide1-1 {
  z-index: 0;
  margin-top: -230px;
  position: relative;
  margin-left: 0px;
  left: 0px;
  max-width: 85%; }

.slide1-2 {
  z-index: 1000;
  margin-top: -250px;
  position: relative;
  right: 180px;
  max-width: 22%; }

.slide1-3 {
  position: relative;
  z-index: 1000;
  float: right;
  top: 135px;
  left: 10px;
  max-width: 35%; }

.carousel .carousel-control {
  width: 10%; }

.carousel .item {
  padding: 30px 0px;
  height: 390px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

.carousel {
  position: relative; }

.carousel p {
  color: #ffffff;
  line-height: 30px; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x; }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 1100;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

.carousel-control {
  width: 40px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  margin-left: 40px;
  margin-right: 40px; }

.carousel-control:hover,
.carousel-control:focus {
  color: #cccccc;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80px;
  width: 50px;
  margin-top: 25%;
  margin-left: 0;
  margin-right: 0; }

.carousel-control.left {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.carousel-control.right {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.carousel-control i {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 5;
  display: inline-block;
  width: 50px;
  height: 80px;
  margin-left: 0px; }

.carousel-indicators.out {
  bottom: -5px; }

.carousel-control.left,
.carousel-control.right {
  margin-top: 11%; }

/*--------------------------------------------------	CAROUSEL FEATURED WORK---------------------------------------------------*/
#carousel-featuredwork .item {
  padding: 0;
  height: 410px; }

#carousel-featuredwork .carousel-indicators {
  margin-left: -31%; }

/* -----------------------------------------------------------------------------
Tribe Events Calendar (overrides)
----------------------------------------------------------------------------- */
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
  overflow: visible; }

#tribe-bar-form .tribe-bar-date-filter,
#tribe-bar-form .tribe-bar-search-filter,
#tribe-bar-form .rockfordedu-tribe-bar-category-filter,
#tribe-bar-form .tribe-bar-submit {
  display: inline-block;
  float: none;
  padding: 10px 15px;
  vertical-align: bottom; }

#tribe-bar-form .rockfordedu-tribe-bar-category-filter,
#tribe-bar-form .tribe-bar-submit {
  width: 100%; }

#tribe-bar-form .tribe-bar-submit {
  margin-left: 0; }

#tribe-bar-form .rockfordedu-tribe-bar-category-filter .dropdown-menu {
  min-width: 200px; }
  #tribe-bar-form .rockfordedu-tribe-bar-category-filter .dropdown-menu a {
    padding: 10px; }
  #tribe-bar-form .rockfordedu-tribe-bar-category-filter .dropdown-menu label {
    min-height: auto;
    margin: 0;
    line-height: 1; }

@media (max-width: 991px) {
  .tribe-events-calendar thead th {
    padding: 7px 0;
    font-size: 12px; } }

@media (min-width: 992px) {
  #tribe-bar-form .rockfordedu-tribe-bar-category-filter,
  #tribe-bar-form .tribe-bar-submit {
    width: auto; } }

/* -----------------------------------------------------------------------------
Divi Builder elements (user editable)
----------------------------------------------------------------------------- */
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text a {
  color: #5a4099;
  font-weight: bold; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text a:hover {
  text-decoration: none; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text blockquote {
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  border-left: 5px solid #5a4099;
  background-color: #f7f7f7;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text strong {
  font-weight: bold; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text p {
  padding-bottom: 0;
  margin: 0 0 10px 0; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text h1, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text h2, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text h3, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text h4, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text h5, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text h6 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text table {
  max-width: 100%;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text tr > td:first-of-type {
  padding-right: 10px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ol {
  display: block;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: decimal; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ol > li {
  display: list-item;
  line-height: initial;
  list-style-type: inherit; }

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ol > li + li {
  margin-top: 10px; }

.et_divi_builder #et_builder_outer_content .et_pb_section *:not(.text-center) > ul:not(.nav-tabs) {
  display: block;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc; }
  .et_divi_builder #et_builder_outer_content .et_pb_section *:not(.text-center) > ul:not(.nav-tabs) li {
    display: list-item;
    line-height: initial;
    list-style-type: inherit; }
  .et_divi_builder #et_builder_outer_content .et_pb_section *:not(.text-center) > ul:not(.nav-tabs) li + li {
    margin-top: 5px; }

/* -----------------------------------------------------------------------------
Divi Builder custom CSS (non user-editable)
----------------------------------------------------------------------------- */
.et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList > * {
  display: block; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList_fullWidth > * {
  float: left;
  width: 100%; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList > * + * {
  margin-top: 10px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList_x2 > * + * {
  margin-top: 20px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList_x3 > * + * {
  margin-top: 30px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs {
  list-style-type: none; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 {
  display: table;
  width: 100%;
  padding-bottom: 0 !important; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > * {
  display: table-cell;
  width: 25%;
  float: none;
  /* override other tab styles */
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #5A4099;
  text-align: center;
  vertical-align: middle; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > *:first-child {
  border-left: 1px solid #e5e5e5; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > *:hover {
  background: #ffffff; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > *:not(.active):hover {
  border-bottom: 1px solid #e5e5e5; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > *.active {
  border-bottom: 1px solid #ffffff;
  background: #ffffff; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 a {
  display: block;
  width: 100%;
  padding: 15px 5px !important;
  /* !important overrides divi builder in order to make padded area of <a> clickable */
  background: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer; }

.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > *.active a,
.et_divi_builder #et_builder_outer_content .et_pb_section .nav-tabs_4 > *:hover a {
  color: #5a4099; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-link {
  color: #5a4099;
  font-size: 14px; }

.et_divi_builder #et_builder_outer_content .et_pb_section .divi-img {
  display: inline-block;
  float: left;
  margin: 0 0 16px 0; }

@media screen and (min-width: 600px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section .divi-vList {
    clear: none; }
  .et_divi_builder #et_builder_outer_content .et_pb_section .divi-img {
    margin: 0 16px 0 0; } }

/*# sourceMappingURL=nrd-navigation.css.map */