@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Cabin:400,700,700italic,400italic);
/* Import our theme variables. */
/* Import our theme fonts */
html,
body {
  line-height: 1.49;
  background-color: #3e4e59;
}
div.ccm-page {
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
}
.ccm-toolbar-visible div.ccm-page .navbar-fixed-top {
  top: 49px;
  z-index: 4;
}
.ccm-toolbar-visible div.ccm-page .navbar-fixed-top.opaque {
  top: 49px;
  z-index: 4;
}
.ccm-area {
  text-shadow: none;
}
div.ccm-page {
  /* TAGS
      -------------------------------------------------- */
  /* BLOG THUMB
      -------------------------------------------------- */
  /* BLOG MASONRY
      -------------------------------------------------- */
  /* BLOG GRID
      -------------------------------------------------- */
  /* BLOG ENTRY
      -------------------------------------------------- */
  /* CHEVRON MENU
-------------------------------------------------- */
  /* VERTICAL MENU
-------------------------------------------------- */
  /* CHEVRON MENU
-------------------------------------------------- */
  /* VERTICAL MENU
-------------------------------------------------- */
  /* BREADCRUMB
-------------------------------------------------- */
  /* BANNER
-------------------------------------------------- */
  /* PAGE SECTIONS
-------------------------------------------------- */
  /* SIDEBAR
-------------------------------------------------- */
  /* BACKGROUNDS
-------------------------------------------------- */
  /* SPACING
-------------------------------------------------- */
  /* PADDING
-------------------------------------------------- */
  /* LINKS
-------------------------------------------------- */
  /* OVERRIDE CONCRETE5 STYLES
-------------------------------------------------- */
  /* PAGINATION
-------------------------------------------------- */
  /* FADE EFFECT
-------------------------------------------------- */
  /* LISTS
-------------------------------------------------- */
  /* IMAGES
-------------------------------------------------- */
  /* IMAGE ZOOM
-------------------------------------------------- */
  /* BLOCKQUOTES
-------------------------------------------------- */
  /* ALIGNMENT
-------------------------------------------------- */
  /* SOCIAL ICONS IN BODY
-------------------------------------------------- */
  /* FORMS
-------------------------------------------------- */
  /* 403, 404
-------------------------------------------------- */
  /* PAGE LIST ANIMATED OVERLAY
-------------------------------------------------- */
}
div.ccm-page .panel-group .panel.panel-juniper {
  border-radius: 0;
}
div.ccm-page .panel-default.panel-juniper {
  border: 1px solid #267c9c;
  background-color: #ffffff;
}
div.ccm-page .panel-heading-juniper a {
  text-decoration: none;
}
div.ccm-page .panel-heading-juniper {
  background-color: #ffffff;
}
div.ccm-page .panel-default.panel-juniper > .panel-heading {
  border-color: #267c9c;
  border-bottom: 2px solid #267c9c;
}
div.ccm-page h4.panel-title-juniper {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
}
div.ccm-page .panel-title-juniper > a {
  color: #000000;
}
div.ccm-page .panel-title-juniper > a:hover,
div.ccm-page .panel-title-juniper > a:focus,
div.ccm-page .panel-title-juniper > a:active {
  color: #000000;
}
div.ccm-page .panel-body-juniper {
  background-color: #ffffff;
  color: #444444;
}
div.ccm-page .panel-body-juniper a {
  color: #267c9c;
}
div.ccm-page .panel-body-juniper a:hover,
div.ccm-page .panel-body-juniper a:focus {
  color: #005676;
}
div.ccm-page .panel-heading-juniper a:after {
  font-family: FontAwesome;
  content: "\f056";
  float: right;
  color: #267c9c;
}
div.ccm-page .panel-heading-juniper a.collapsed:after {
  content: "\f055";
}
div.ccm-page .thumbnail-juniper {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 20px;
}
div.ccm-page .thumbnail-juniper img {
  border: 2px solid #267c9c;
}
div.ccm-page h4.thumbnail-juniper-title {
  text-transform: uppercase;
  font-size: 16px;
}
div.ccm-page .thumbnail-juniper .caption {
  margin-top: 10px;
  font-size: 14px;
}
div.ccm-page .btn {
  border-radius: 0;
  font-weight: 700;
}
div.ccm-page .btn-group-lg > .btn,
div.ccm-page .btn-lg {
  border-width: 2px;
}
div.ccm-page .btn-xlg {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 1.3333333;
  border-width: 3px;
}
div.ccm-page a.btn-juniper,
div.ccm-page .btn-juniper,
div.ccm-page .btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-juniper:hover,
div.ccm-page a.btn-juniper:focus,
div.ccm-page a.btn-juniper:active,
div.ccm-page .btn-juniper:hover,
div.ccm-page .btn-juniper:focus,
div.ccm-page .btn-juniper:active,
div.ccm-page .btn-primary:hover,
div.ccm-page .btn-primary:focus,
div.ccm-page .btn-primary:active {
  background-color: #267c9c;
  border-color: #267c9c;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-juniper-transparent,
div.ccm-page .btn-juniper-transparent {
  border-color: #267c9c;
  color: #267c9c;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-juniper-transparent:hover,
div.ccm-page a.btn-juniper-transparent:focus,
div.ccm-page a.btn-juniper-transparent:active,
div.ccm-page .btn-juniper-transparent:hover,
div.ccm-page .btn-juniper-transparent:focus,
div.ccm-page .btn-juniper-transparent:active {
  color: #fff;
  background-color: #267c9c;
  background-color: rgba(38, 124, 156, 0.6);
  border-color: #267c9c;
  border-color: rgba(38, 124, 156, 0.8);
  -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-juniper-light-transparent,
div.ccm-page .btn-juniper-light-transparent {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-juniper-light-transparent:hover,
div.ccm-page a.btn-juniper-light-transparent:focus,
div.ccm-page a.btn-juniper-light-transparent:active,
div.ccm-page .btn-juniper-light-transparent:hover,
div.ccm-page .btn-juniper-light-transparent:focus,
div.ccm-page .btn-juniper-light-transparent:active {
  color: #000;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page a.btn-juniper-dark-transparent,
div.ccm-page .btn-juniper-dark-transparent {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
div.ccm-page a.btn-juniper-dark-transparent:hover,
div.ccm-page a.btn-juniper-dark-transparent:focus,
div.ccm-page a.btn-juniper-dark-transparent:active,
div.ccm-page .btn-juniper-dark-transparent:hover,
div.ccm-page .btn-juniper-dark-transparent:focus,
div.ccm-page .btn-juniper-dark-transparent:active {
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
div.ccm-page .ccm-block-date-navigation-wrapper {
  padding: 20px;
  margin-bottom: 20px;
}
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 0;
}
div.ccm-page .ccm-block-date-navigation-dates a {
  text-decoration: none;
  text-transform: uppercase;
}
div.ccm-page .ccm-block-date-navigation-dates a:focus,
div.ccm-page .ccm-block-date-navigation-dates a:active {
  text-decoration: none;
  text-transform: uppercase;
}
div.ccm-page hr {
  width: 80%;
  border-color: #999999;
  border-width: 1px 0 0;
}
div.ccm-page hr.juniper-hr-bold,
div.ccm-page .juniper-hr-bold hr {
  border-width: 3px 0 0;
}
div.ccm-page hr.juniper-hr-full-width,
div.ccm-page .juniper-hr-full-width hr {
  width: 100%;
}
div.ccm-page hr.juniper-hr-full-width-bold,
div.ccm-page .juniper-hr-full-width-bold hr {
  border-width: 3px 0 0;
  width: 100%;
}
div.ccm-page hr.juniper-hr-accent-colour,
div.ccm-page .juniper-hr-accent-colour hr {
  border-color: #267c9c;
}
div.ccm-page hr.juniper-hr-accent-colour-bold,
div.ccm-page .juniper-hr-accent-colour-bold hr {
  border-color: #267c9c;
  border-width: 3px 0 0;
}
div.ccm-page hr.juniper-hr-accent-colour-full-width,
div.ccm-page .juniper-hr-accent-colour-full-width hr {
  border-color: #267c9c;
  width: 100%;
}
div.ccm-page hr.juniper-hr-accent-colour-full-width-bold,
div.ccm-page .juniper-hr-accent-colour-full-width-bold hr {
  border-color: #267c9c;
  border-width: 3px 0 0;
  width: 100%;
}
div.ccm-page .ccm-image-slider h2 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-align: left;
}
div.ccm-page .ccm-image-slider p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-align: left;
}
div.ccm-page .ccm-image-slider-text {
  left: 5%;
}
div.ccm-page .juniper-banner-slider .ccm-image-slider-text {
  left: 5%;
  bottom: 5%;
  top: auto;
  width: 90%;
}
div.ccm-page .juniper-banner-slider .rslides img {
  width: auto;
  width: initial;
  max-width: none;
  height: 500px;
}
@media (min-width: 768px) {
  div.ccm-page .juniper-banner-slider .rslides img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
div.ccm-page .btn.btn-juniper-search-toggle {
  padding: 2px 5px;
  background: transparent;
  color: #000;
  border: none;
  box-shadow: none;
}
div.ccm-page .btn.btn-juniper-search-toggle:hover,
div.ccm-page .btn.btn-juniper-search-toggle:active,
div.ccm-page .btn.btn-juniper-search-toggle:focus {
  outline: 0;
  -moz-outline-style: none;
  border: none;
  box-shadow: none;
}
div.ccm-page .collapse-search-wrapper {
  padding: 50px 15px;
}
div.ccm-page #collapse-search {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 60%;
  z-index: 50;
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e4e4e4;
  margin-top: 10px;
}
div.ccm-page input.no-border {
  border: none;
  border-bottom: 1px solid #666;
  box-shadow: none;
}
div.ccm-page #collapse-search input.no-border {
  font-size: 24px;
  height: 40px;
  background: transparent;
}
div.ccm-page #collapse-search .btn-default {
  background: transparent;
  box-shadow: none;
  border: none;
}
div.ccm-page #collapse-search .btn-default:active {
  box-shadow: none;
}
div.ccm-page .collapse-search-wrapper {
  padding: 50px 0;
}
div.ccm-page #collapse-search .input-group {
  margin: 0 auto;
  max-width: 400px;
}
div.ccm-page ul.ccm-search-block-tag-cloud li {
  color: #999999;
}
div.ccm-page ul.ccm-search-block-tag-cloud li a {
  background-color: transparent;
  color: #999999;
  border: 1px solid #267c9c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.ccm-page ul.ccm-search-block-tag-cloud li a:hover,
div.ccm-page ul.ccm-search-block-tag-cloud li a:focus {
  background-color: transparent;
  color: #000000;
  border: 1px solid #005676;
}
div.ccm-page .ccm-block-tags-wrapper {
  padding: 20px;
  margin-bottom: 20px;
}
div.ccm-page .ccm-block-tags-wrapper a:hover,
div.ccm-page .ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper label {
  border-radius: 0;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
  background-color: transparent;
  color: #999999;
  border-bottom: 1px solid #267c9c;
}
div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag a:focus {
  background-color: transparent;
  color: #000000;
  border-bottom: 1px solid #005676;
}
div.ccm-page .ccm-block-tags-wrapper .label {
  font-size: 90%;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
  padding: .5em .9em .6em;
}
div.ccm-page .juniper-img-wrapper.juniper-team-img img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
  width: 100%;
}
div.ccm-page .juniper-team-member {
  text-align: center;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px;
}
div.ccm-page .juniper-img-wrapper.juniper-team-img img:hover,
div.ccm-page .juniper-img-wrapper.juniper-team-img img:active,
div.ccm-page .juniper-img-wrapper.juniper-team-img img:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.ccm-page h4.juniper-team-member-title,
div.ccm-page h5.juniper-team-member-jobtitle {
  text-transform: uppercase;
  text-align: center;
}
div.ccm-page .juniper-team-text {
  padding: 15px;
}
div.ccm-page .ccm-block-topic-list-wrapper {
  padding: 20px;
  margin-bottom: 20px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 0;
}
div.ccm-page .ccm-block-topic-list-page-topics a {
  text-decoration: none;
  text-transform: uppercase;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb {
  background: transparent;
  border-radius: 0;
}
div.ccm-page .ccm-block-topic-list-flat-filter a {
  text-decoration: none;
  text-transform: uppercase;
}
div.ccm-page .juniper-rss {
  margin-bottom: 15px;
}
div.ccm-page .juniper-blog-list {
  margin-bottom: 20px;
}
div.ccm-page .juniper-blog-list p.blog-details {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
div.ccm-page .juniper-blog-list h3.blog-thumb-heading {
  margin-top: 0;
  font-size: 22px;
  text-transform: capitalize;
}
div.ccm-page .juniper-blog-list h3.blog-thumb-heading a {
  color: #fff;
}
div.ccm-page .juniper-blog-list h3.blog-thumb-heading a:hover,
div.ccm-page .juniper-blog-list h3.blog-thumb-heading a:focus {
  text-decoration: none;
  color: #fff;
}
div.ccm-page .juniper-blog-list .blog-body {
  padding: 15px;
  background-color: #ffffff;
}
div.ccm-page .juniper-blog-list .blog-info {
  margin: 10px 0;
}
div.ccm-page .juniper-blog-list .blog-body p {
  font-size: 16px;
}
div.ccm-page .juniper-blog-list a.blog-read-more {
  font-weight: bold;
  text-transform: uppercase;
}
div.ccm-page .juniper-blog-list .blog-author {
  text-transform: capitalize;
}
div.ccm-page .juniper-blog-list .blog-thumb-top {
  background: #267c9c;
  background: rgba(38, 124, 156, 0.9);
  z-index: 2;
  position: relative;
  width: 80%;
  padding: 15px;
  margin-left: -15px;
}
div.ccm-page .juniper-blog-list .blog-thumb-image img {
  display: block;
}
div.ccm-page .juniper-blog-list .blog-thumb {
  vertical-align: top;
  margin-top: -30px;
  position: relative;
  overflow: hidden;
}
div.ccm-page .juniper-blog-list .blog-thumb img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
  width: 100%;
}
div.ccm-page .juniper-blog-list .blog-thumb img:hover,
div.ccm-page .juniper-blog-list .blog-thumb img:active,
div.ccm-page .juniper-blog-list .blog-thumb img:focus {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
div.ccm-page .juniper-blog-thumb .juniper-blog-listitem {
  margin-bottom: 50px;
}
div.ccm-page .juniper-blog-list .post-box {
  margin: 0;
}
div.ccm-page .juniper-blog-list .post-box img.img-responsive {
  width: 100%;
  height: auto;
}
div.ccm-page .juniper-blog-masonry .juniper-blog-listitem {
  margin-bottom: 20px;
}
div.ccm-page .juniper-blog-grid .juniper-blog-listitem {
  margin-bottom: 20px;
}
div.ccm-page .juniper-blog-main-section p.blog-details {
  font-size: 14px;
  font-style: italic;
}
div.ccm-page .juniper-footer {
  font-family: Roboto;
  color: #888888;
  font-size: 14px;
  min-height: 80px;
}
div.ccm-page .juniper-footer a {
  color: #ffffff;
}
div.ccm-page .juniper-footer a:hover,
div.ccm-page .juniper-footer a:focus {
  color: #267c9c;
}
div.ccm-page .juniper-footer h4,
div.ccm-page .juniper-footer h5,
div.ccm-page .juniper-footer h6 {
  color: #fff;
}
div.ccm-page .juniper-footer .ccm-block-social-links a > .fa {
  color: #ffffff;
}
div.ccm-page .juniper-footer .ccm-block-social-links a > .fa:hover,
div.ccm-page .juniper-footer .ccm-block-social-links a > .fa:active,
div.ccm-page .juniper-footer .ccm-block-social-links a > .fa:focus {
  color: #267c9c;
}
div.ccm-page .juniper-top-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3e4e59;
}
div.ccm-page .juniper-bottom-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3e4e59;
}
div.ccm-page .juniper-bottom-footer p {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  div.ccm-page .inner-footer {
    margin: 0 30px;
  }
}
div.ccm-page .juniper-chevron-right > li > a {
  padding: 0;
}
div.ccm-page .juniper-footer .juniper-chevron-menu a {
  color: #888888;
  text-decoration: none;
}
div.ccm-page .juniper-footer .juniper-chevron-menu a:hover,
div.ccm-page .juniper-footer .juniper-chevron-menu a:focus {
  color: #ffffff;
  background-color: transparent;
}
div.ccm-page .juniper-footer .juniper-vertical-menu a {
  color: #888888;
  text-decoration: none;
}
div.ccm-page .juniper-footer .juniper-vertical-menu a:hover,
div.ccm-page .juniper-footer .juniper-vertical-menu a:focus {
  color: #ffffff;
}
div.ccm-page #juniper-banner-home.juniper-image-background {
  background-color: transparent;
}
div.ccm-page #juniper-banner-home {
  min-height: 100vh;
}
div.ccm-page #juniper-banner-home .juniper-banner-content {
  margin-top: 20vh;
  margin-bottom: 100px;
  padding-top: 100px;
}
div.ccm-page .section-2.juniper-bg-1 {
  background-color: #999999;
}
div.ccm-page .section-last.juniper-bg-2 {
  background-color: #999999;
}
div.ccm-page a.btn-juniper-scroll {
  color: #FFF;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -22px;
}
div.ccm-page a.btn-juniper-scroll:hover,
div.ccm-page a.btn-juniper-scroll:active,
div.ccm-page a.btn-juniper-scroll:focus {
  color: #FFF;
  box-shadow: none;
}
@media (min-width: 768px) {
  div.ccm-page .section-main-home {
    min-height: 400px;
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page #juniper-banner-home .juniper-banner-content {
    margin-top: 30vh;
  }
}
div.ccm-page .juniper-chevron-menu .nav > li > a {
  padding: 0;
}
div.ccm-page .juniper-chevron-menu a {
  color: #333333;
  text-decoration: none;
}
div.ccm-page .juniper-chevron-menu a:hover,
div.ccm-page .juniper-chevron-menu a:focus {
  color: #267c9c;
  background-color: transparent;
}
div.ccm-page .juniper-chevron-menu .juniper-caret {
  margin: 0 0 0 8px;
}
div.ccm-page .juniper-vertical-menu a {
  color: #333333;
  text-decoration: none;
}
div.ccm-page .juniper-vertical-menu a:hover,
div.ccm-page .juniper-vertical-menu a:focus {
  color: #267c9c;
}
div.ccm-page .juniper-vertical-menu .nav > li > a {
  padding: 3px 10px;
}
div.ccm-page ul.juniper-vertical-menu > li > a {
  padding: 3px 0;
}
div.ccm-page ul.juniper-vertical-menu {
  text-transform: uppercase;
}
div.ccm-page ul.juniper-vertical-menu > li > a:focus,
div.ccm-page ul.juniper-vertical-menu > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}
div.ccm-page ul.juniper-vertical-menu > li {
  padding: 3px 5px;
  border-bottom: 1px solid #ccc;
}
div.ccm-page .juniper-vertical-menu .collapse > li {
  border: none;
}
div.ccm-page .juniper-vertical-menu .collapse > li > a:focus,
div.ccm-page .juniper-vertical-menu .collapse > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}
div.ccm-page ul.juniper-vertical-menu {
  margin-bottom: 20px;
}
div.ccm-page .juniper-breadcrumb .breadcrumb {
  background-color: transparent;
  font-size: 16px;
  margin: 10px 0;
}
div.ccm-page .juniper-banner {
  background-color: #999999;
}
div.ccm-page .juniper-banner h1,
div.ccm-page .juniper-banner h2,
div.ccm-page .juniper-banner h3,
div.ccm-page .juniper-banner h4,
div.ccm-page .juniper-banner h5,
div.ccm-page .juniper-banner h6,
div.ccm-page .juniper-banner p {
  color: #fff;
}
div.ccm-page .juniper-banner.juniper-image-background h1,
div.ccm-page .juniper-banner.juniper-image-background h2,
div.ccm-page .juniper-banner.juniper-image-background h3,
div.ccm-page .juniper-banner.juniper-image-background h4,
div.ccm-page .juniper-banner.juniper-image-background h5,
div.ccm-page .juniper-banner.juniper-image-background h6,
div.ccm-page .juniper-banner.juniper-image-background p {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
div.ccm-page .juniper-banner.juniper-image-background .btn-juniper,
div.ccm-page .juniper-banner.juniper-image-background .btn-juniper-transparent,
div.ccm-page .juniper-banner.juniper-image-background .btn-juniper-dark-transparent,
div.ccm-page .juniper-banner.juniper-image-background .btn-juniper-light-transparent {
  text-shadow: none;
}
div.ccm-page .juniper-banner-padding {
  padding: 50px 0;
}
div.ccm-page .juniper-banner.juniper-image-background {
  min-height: 250px;
}
div.ccm-page .juniper-banner.juniper-image-background .juniper-banner-content {
  padding: 100px 15px 50px;
}
div.ccm-page .juniper-banner h1.page-title {
  color: #fff;
}
div.ccm-page .banner-caption {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
}
div.ccm-page .juniper-banner-content {
  padding: 80px 15px 30px;
}
@media (min-width: 992px) {
  div.ccm-page .juniper-banner-content {
    padding: 200px 15px 50px;
  }
  div.ccm-page .juniper-banner.juniper-image-background {
    min-height: 400px;
  }
  div.ccm-page .juniper-banner.juniper-image-background .juniper-banner-content {
    padding: 250px 15px 100px;
  }
}
div.ccm-page .juniper-image-background {
  min-height: 200px;
}
div.ccm-page .main-juniper {
  background-color: #e4e4e4;
  margin-top: 0;
}
div.ccm-page .juniper-page-header {
  background: #f8f8f8;
  padding: 30px 0;
}
div.ccm-page .section-main {
  background: #e4e4e4;
  padding: 50px 0;
}
div.ccm-page .section-2 {
  background: #ffffff;
  padding: 50px 0;
}
div.ccm-page .section-2.juniper-image-background {
  padding: 75px 0;
}
div.ccm-page .section-3 {
  background: #e4e4e4;
  padding: 50px 0;
}
div.ccm-page .section-last {
  background: #f8f8f8;
  padding: 50px 0;
}
div.ccm-page .section-last.juniper-image-background {
  padding: 75px 0;
}
@media (min-width: 992px) {
  div.ccm-page .juniper-page-header {
    padding: 50px 0;
  }
  div.ccm-page .section-main {
    padding: 75px 0;
  }
  div.ccm-page .section-2 {
    padding: 75px 0;
  }
  div.ccm-page .section-2.juniper-image-background {
    padding: 100px 0;
  }
  div.ccm-page .section-3 {
    padding: 75px 0;
  }
  div.ccm-page .section-last {
    padding: 75px 0;
  }
  div.ccm-page .section-last.juniper-image-background {
    padding: 100px 0;
  }
}
div.ccm-page .juniper-custom-layout .section-main,
div.ccm-page .juniper-custom-layout .section-last {
  padding: 0;
}
div.ccm-page .juniper-custom-layout .juniper-image-background {
  min-height: 0;
}
div.ccm-page .sidebar-right,
div.ccm-page .sidebar-left {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
div.ccm-page .sidebar-inner {
  padding: 15px;
  background-color: #f8f8f8;
}
div.ccm-page .bg-colour-1,
div.ccm-page .block-background-color-1 {
  background-color: #ededed;
}
div.ccm-page .bg-colour-2,
div.ccm-page .block-background-color-2 {
  background-color: #ffffff;
}
div.ccm-page .block-background-color-1,
div.ccm-page .block-background-color-2 {
  padding: 20px;
}
div.ccm-page .spacer-10 {
  height: 10px;
}
div.ccm-page .spacer-20 {
  height: 20px;
}
div.ccm-page .spacer-30 {
  height: 30px;
}
div.ccm-page .spacer-40 {
  height: 40px;
}
div.ccm-page .spacer-50 {
  height: 50px;
}
div.ccm-page .spacer-60 {
  height: 60px;
}
div.ccm-page .spacer-70 {
  height: 70px;
}
div.ccm-page .spacer-80 {
  height: 80px;
}
div.ccm-page .spacer-90 {
  height: 90px;
}
div.ccm-page .spacer-100 {
  height: 100px;
}
div.ccm-page .padding-0 {
  padding: 0;
}
div.ccm-page .padding-5 {
  padding: 5px;
}
div.ccm-page .padding-10 {
  padding: 10px;
}
div.ccm-page .padding-15 {
  padding: 15px;
}
div.ccm-page .padding-20 {
  padding: 20px;
}
div.ccm-page a {
  color: #267c9c;
}
div.ccm-page a:hover,
div.ccm-page a:focus,
div.ccm-page a:active {
  color: #005676;
}
div.ccm-page a:hover,
div.ccm-page a:active,
div.ccm-page a:focus,
div.ccm-page a:link,
div.ccm-page a:visited {
  outline: 0 !important;
  outline-style: none;
}
div.ccm-page input::-moz-focus-inner {
  outline: 0;
}
div.ccm-page .offset:before {
  display: block;
  content: " ";
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}
div.ccm-page .juniper-c5wrap input[type="text"],
div.ccm-page .juniper-c5wrap input[type="email"],
div.ccm-page .juniper-c5wrap input[type="tel"],
div.ccm-page .juniper-c5wrap input[type="search"],
div.ccm-page .juniper-c5wrap input[type="url"],
div.ccm-page .juniper-c5wrap input[type="password"],
div.ccm-page .ui-autocomplete-input,
div.ccm-page textarea,
div.ccm-page .uneditable-input {
  border-radius: 0;
}
div.ccm-page div.ccm-block-type-form span.text-muted {
  color: #000000;
}
div.ccm-page .ccm-block-testimonial-image img {
  max-height: 80px;
  max-width: 80px;
}
div.ccm-page .ccm-pagination-wrapper .pagination {
  display: block;
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li {
  display: inline-block;
}
div.ccm-page .pagination > li:first-child > a,
div.ccm-page .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
div.ccm-page .pagination > li:last-child > a,
div.ccm-page .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
div.ccm-page .pagination > .active > a,
div.ccm-page .pagination > .active > a:focus,
div.ccm-page .pagination > .active > a:hover,
div.ccm-page .pagination > .active > span,
div.ccm-page .pagination > .active > span:focus,
div.ccm-page .pagination > .active > span:hover {
  background-color: #267c9c;
  border-color: #267c9c;
}
div.ccm-page .pagination a {
  color: #333333;
}
div.ccm-page .pagination li.prev,
div.ccm-page .pagination li.next {
  font-family: Cabin;
}
div.ccm-page .juniper-fade {
  opacity: 1.0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
div.ccm-page .juniper-fade:hover {
  opacity: 0.8;
}
div.ccm-page .juniper-icon-list li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
div.ccm-page .juniper-icon-list li:before {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0 0 0 3px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
div.ccm-page .juniper-checkmark li:before {
  content: '\f00c';
}
div.ccm-page .juniper-chevron-right li:before {
  content: "\f101";
  top: 0;
}
div.ccm-page .center-block > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.ccm-page img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
div.ccm-page .img-responsive.img-juniper-thumb {
  width: 100%;
  height: auto;
}
div.ccm-page img.img-full-width,
div.ccm-page .img-full-width img.img-responsive {
  width: 100%;
  height: auto;
}
div.ccm-page img.img-juniper-shadow,
div.ccm-page .img-juniper-shadow img {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}
div.ccm-page img.img-circle,
div.ccm-page .img-circle img {
  border-radius: 50%;
}
div.ccm-page .juniper-img-wrapper {
  display: block;
  overflow: hidden;
}
div.ccm-page .juniper-img-wrapper img.juniper-zoom {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}
div.ccm-page .juniper-img-wrapper img.juniper-zoom:hover,
div.ccm-page .juniper-img-wrapper img.juniper-zoom:active,
div.ccm-page .juniper-img-wrapper img.juniper-zoom:focus {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.ccm-page blockquote {
  border-left: 5px solid #267c9c;
  background-color: #ededed;
  padding: 30px 20px;
}
div.ccm-page blockquote.blockquote-reverse,
div.ccm-page blockquote.pull-right {
  border-right: 5px solid #267c9c;
  border-left: 0 none;
}
@media (min-width: 768px) {
  div.ccm-page .vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 100%;
  }
}
div.ccm-page .ccm-block-social-links a > .fa {
  color: #000000;
  font-size: 18px;
}
div.ccm-page .ccm-block-social-links a > .fa:hover,
div.ccm-page .ccm-block-social-links a > .fa:active,
div.ccm-page .ccm-block-social-links a > .fa:focus {
  color: #267c9c;
}
div.ccm-page .fa {
  line-height: inherit;
}
div.ccm-page .form-control {
  border-radius: 0;
}
div.ccm-page .form-control:focus {
  border-color: #267c9c;
  box-shadow: none;
}
div.ccm-page .juniper-403,
div.ccm-page .juniper-404 {
  padding: 100px 0;
}
div.ccm-page .juniper-pf-listitem {
  margin-bottom: 20px;
}
div.ccm-page .juniper-pf-item-image {
  background-color: #267c9c;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.ccm-page .juniper-pf-item-image img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.ccm-page .juniper-pf-item-image:hover img,
div.ccm-page .juniper-pf-item-image:active img {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 1;
  filter: alpha(opacity=100);
}
div.ccm-page .juniper-pf-item-image:hover .juniper-pf-item-description,
div.ccm-page .juniper-pf-item-image:active .juniper-pf-item-description {
  -webkit-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
div.ccm-page .juniper-pf-item-image .juniper-pf-item-description {
  background-color: #267c9c;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 5% 5% 5% 35%;
  text-align: left;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
div.ccm-page .juniper-pf-item-description a {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page .juniper-pf-item-description a:hover,
div.ccm-page .juniper-pf-item-description a:focus {
  color: #ffffff;
}
div.ccm-page .juniper-pf-item-title > h3 {
  font-size: 18px;
  font-weight: 700;
}
div.ccm-page .juniper-pf-item-image .juniper-pf-item-description p {
  font-size: 15px;
}
div.ccm-page a.navbar-brand {
  font-size: 36px;
  color: #000000;
  padding: 15px;
  text-decoration: none;
  font-family: Cabin;
}
div.ccm-page a.navbar-brand:hover,
div.ccm-page a.navbar-brand:focus,
div.ccm-page a.navbar-brand:active {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .navbar-fixed-top {
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 60px;
}
div.ccm-page .navbar-fixed-top.opaque {
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
div.ccm-page .navbar-fixed-top.opaque #juniper-masthead {
  display: none;
}
div.ccm-page .navbar-default {
  border-top: none;
  border-bottom: 1px solid #e4e4e4;
}
div.ccm-page .navbar-default .navbar-collapse,
div.ccm-page .navbar-default .navbar-form {
  border-top: none;
  border-bottom: 1px solid #e4e4e4;
}
div.ccm-page .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .navbar-collapse.in .navbar-nav > li > a {
  border-bottom: 1px solid #e4e4e4;
}
div.ccm-page .navbar-default .navbar-nav > li > a {
  color: #000000;
  outline: 0;
}
div.ccm-page .navbar-default .navbar-nav > li > a.nav-selected,
div.ccm-page .navbar-default .navbar-nav > li > a.nav-path-selected {
  color: #000000;
}
div.ccm-page .navbar-brand > img {
  height: 30px;
  width: auto;
}
div.ccm-page a.navbar-brand {
  color: #000000;
  text-decoration: none;
  height: 0;
}
div.ccm-page a.navbar-brand:hover,
div.ccm-page a.navbar-brand:focus,
div.ccm-page a.navbar-brand:active {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .navbar-fixed-top.opaque a.navbar-brand {
  padding-top: 15px;
}
div.ccm-page .navbar-default .navbar-nav > .active > a,
div.ccm-page .navbar-default .navbar-nav > .active > a:hover,
div.ccm-page .navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
}
div.ccm-page .navbar-default .navbar-nav > li > a:hover,
div.ccm-page .navbar-default .navbar-nav > li > a:focus {
  background-color: #267c9c;
  color: #000000;
  -webkit-transition: background-color 0.6s ease-in-out 0s;
  -moz-transition: background-color 0.6s ease-in-out 0s;
  -o-transition: background-color 0.6s ease-in-out 0s;
  transition: background-color 0.6s ease-in-out 0s;
}
div.ccm-page .navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  margin-top: 13px;
  margin-bottom: 13px;
}
div.ccm-page .navbar-default .navbar-toggle:hover,
div.ccm-page .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
div.ccm-page .navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
div.ccm-page .navbar-fixed-top .navbar-nav > li > a {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px;
}
div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  background-color: transparent;
}
div.ccm-page .navbar-default .navbar-nav > .open > a,
div.ccm-page .navbar-default .navbar-nav > .open > a:hover,
div.ccm-page .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000000;
}
div.ccm-page .navbar-default .navbar-nav .dropdown-menu > li > a {
  line-height: 1.6;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}
div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  box-shadow: none;
}
div.ccm-page .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
div.ccm-page .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #e4e4e4;
  color: #000000;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
div.ccm-page .dropdown-menu {
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
}
div.ccm-page .dropdown-menu > li > a {
  color: #000;
}
div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  background-color: #e4e4e4;
  color: #000000;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 40px;
}
div.ccm-page .navbar-collapse.in {
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.9);
}
div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  box-shadow: none;
}
div.ccm-page .navbar-toggle {
  border: none;
  background: transparent !important;
}
div.ccm-page .navbar-toggle:hover {
  background: transparent !important;
}
div.ccm-page .navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}
div.ccm-page .navbar-toggle .bar-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
div.ccm-page .navbar-toggle .bar-middle {
  opacity: 0;
}
div.ccm-page .navbar-toggle .bar-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
div.ccm-page .navbar-toggle.collapsed .bar-top {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
div.ccm-page .navbar-toggle.collapsed .bar-middle {
  opacity: 1;
}
div.ccm-page .navbar-toggle.collapsed .bar-bottom {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
div.ccm-page .juniper-masthead {
  padding: 10px 0;
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ffffff;
  color: #000000;
}
div.ccm-page .juniper-masthead-right {
  text-align: right;
}
div.ccm-page .juniper-masthead p {
  margin-bottom: 0;
  font-weight: 700;
}
div.ccm-page .caret-juniper {
  margin: 0 0 0 3px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
div.ccm-page .caret-juniper:before {
  content: "\f103";
}
div.ccm-page .open > .dropdown-toggle > .caret-juniper:before {
  content: '\f102';
}
div.ccm-page .navbar-default .navbar-nav > li > a:hover,
div.ccm-page .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000000;
}
div.ccm-page .navbar-nav {
  margin: 0;
}
@media (min-width: 992px) {
  div.ccm-page .navbar-brand > img {
    height: auto;
    max-width: 100%;
    max-height: 60px;
    padding-top: 0;
    margin-top: -15px;
  }
  div.ccm-page a.navbar-brand {
    font-size: 50px;
  }
  div.ccm-page .navbar-collapse {
    margin-top: 0;
  }
  div.ccm-page .navbar-default .navbar-collapse,
  div.ccm-page .navbar-default .navbar-form {
    border: none;
  }
  div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
  div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
  }
  div.ccm-page .navbar-fixed-top {
    min-height: 120px;
  }
  div.ccm-page .navbar-fixed-top .navbar-nav > li > a {
    padding: 50px 25px;
  }
  div.ccm-page .navbar-fixed-top.opaque .navbar-nav > li > a {
    padding: 35px 25px;
  }
  div.ccm-page .navbar-fixed-top.opaque .navbar-brand > img {
    max-height: 50px;
    margin-top: -10px;
  }
  div.ccm-page a.navbar-brand {
    padding-top: 45px;
  }
  div.ccm-page .navbar-fixed-top.opaque a.navbar-brand {
    padding-top: 30px;
  }
  div.ccm-page .navbar-default .navbar-nav > li > a:hover,
  div.ccm-page .navbar-default .navbar-nav > li > a:active {
    background-position: center center;
  }
  div.ccm-page .navbar-default .navbar-nav > li > a,
  div.ccm-page .navbar-default .navbar-nav > li > a.nav-selected {
    display: inline-block;
    position: relative;
  }
  div.ccm-page .navbar-default .navbar-nav > li > a:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    -webkit-transition: width 0.5s ease, background-color 0.5s ease;
    -moz-transition: width 0.5s ease, background-color 0.5s ease;
    -ms-transition: width 0.5s ease, background-color 0.5s ease;
    -o-transition: width 0.5s ease, background-color 0.5s ease;
    transition: width 0.5s ease, background-color 0.5s ease;
  }
  div.ccm-page .navbar-default .navbar-nav > li > a:hover:after,
  div.ccm-page .navbar-default .navbar-nav > li > a:active:after {
    width: 100%;
    background: #267c9c;
  }
  div.ccm-page .navbar-default .navbar-nav > li > a.nav-selected:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background: #267c9c;
  }
  div.ccm-page .dropdown-menu {
    box-shadow: none;
    padding: 20px;
  }
  div.ccm-page .navbar-default .navbar-nav .open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  div.ccm-page .navbar-default .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div.ccm-page .juniper-bottom-menu .container {
    width: 100%;
  }
}
div.ccm-page p {
  margin: 0 0 20px;
}
div.ccm-page h1 {
  font-family: Cabin;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: Cabin;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
div.ccm-page h4 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
div.ccm-page h5 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  div.ccm-page h1 {
    font-size: 48px;
  }
  div.ccm-page h2 {
    font-size: 38px;
  }
  div.ccm-page h3 {
    font-size: 32px;
  }
  div.ccm-page h4 {
    font-size: 24px;
  }
}
div.ccm-page .juniper-feature-font {
  font-family: Cabin;
  font-weight: 400;
}
div.ccm-page h1.juniper-animated-title {
  text-transform: none;
}
div.ccm-page h1.juniper-underline-left,
div.ccm-page h2.juniper-underline-left,
div.ccm-page h3.juniper-underline-left,
div.ccm-page h4.juniper-underline-left,
div.ccm-page h5.juniper-underline-left,
div.ccm-page h6.juniper-underline-left,
div.ccm-page h1.juniper-underline-right,
div.ccm-page h2.juniper-underline-right,
div.ccm-page h3.juniper-underline-right,
div.ccm-page h4.juniper-underline-right,
div.ccm-page h5.juniper-underline-right,
div.ccm-page h6.juniper-underline-right {
  position: relative;
  padding-bottom: 10px;
}
div.ccm-page h1.juniper-underline-left::after,
div.ccm-page h2.juniper-underline-left::after,
div.ccm-page h3.juniper-underline-left::after,
div.ccm-page h4.juniper-underline-left::after,
div.ccm-page h5.juniper-underline-left::after,
div.ccm-page h6.juniper-underline-left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25px;
  border-bottom: 2px solid #267c9c;
}
div.ccm-page h1.juniper-underline-right,
div.ccm-page h2.juniper-underline-right,
div.ccm-page h3.juniper-underline-right,
div.ccm-page h4.juniper-underline-right,
div.ccm-page h5.juniper-underline-right,
div.ccm-page h6.juniper-underline-right {
  position: relative;
  padding-bottom: 10px;
  text-align: right;
}
div.ccm-page h1.juniper-underline-right::after,
div.ccm-page h2.juniper-underline-right::after,
div.ccm-page h3.juniper-underline-right::after,
div.ccm-page h4.juniper-underline-right::after,
div.ccm-page h5.juniper-underline-right::after,
div.ccm-page h6.juniper-underline-right::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 25px;
  border-bottom: 2px solid #267c9c;
}
div.ccm-page h1.juniper-underline-center,
div.ccm-page h2.juniper-underline-center,
div.ccm-page h3.juniper-underline-center,
div.ccm-page h4.juniper-underline-center,
div.ccm-page h5.juniper-underline-center,
div.ccm-page h6.juniper-underline-center {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
div.ccm-page h1.juniper-underline-center::after,
div.ccm-page h2.juniper-underline-center::after,
div.ccm-page h3.juniper-underline-center::after,
div.ccm-page h4.juniper-underline-center::after,
div.ccm-page h5.juniper-underline-center::after,
div.ccm-page h6.juniper-underline-center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  height: 2px;
  width: 26px;
  border-bottom: 2px solid #267c9c;
}
div.ccm-page .italic {
  font-style: italic;
}
div.ccm-page .juniper-white {
  color: #fff;
}
div.ccm-page .juniper-text-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
div.ccm-page .juniper-white-text-shadow {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
div.ccm-page .juniper-banner-caption {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
}
div.ccm-page h1.tlt,
div.ccm-page h2.tlt,
div.ccm-page h3.tlt {
  text-transform: none;
}
div.ccm-page .juniper-animated-underline > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
  color: #333333;
}
div.ccm-page .juniper-animated-underline > a:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  -moz-transition: width 0.5s ease, background-color 0.5s ease;
  -ms-transition: width 0.5s ease, background-color 0.5s ease;
  -o-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}
div.ccm-page .juniper-animated-underline > a:hover:after {
  width: 100%;
  background-color: #267c9c;
}
div.ccm-page p.juniper-animated-title {
  font-size: 36px;
}
div.ccm-page p.juniper-large-text,
div.ccm-page .juniper-large-text {
  font-size: 24px;
}
@media (min-width: 768px) {
  div.ccm-page p.juniper-animated-title {
    font-size: 50px;
  }
  div.ccm-page p.juniper-large-text,
  div.ccm-page .juniper-large-text {
    font-size: 36px;
  }
}
