@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);
/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
:root {
  font-size: 15px;
}
body {
  background: transparent url(/application/themes/nexco/images/background.png) repeat scroll;
}
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #75ca2a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 80px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #20bde8;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #abddff;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page {
  /*** ヘッダー ***/
  /*** フッター ***/
  /*** ハンバーガーメニュー ***/
  /*** トップ・スライダー（エリア１） ***/
  /*** トップ・メインエリア ***/
  /*** 製品ボックス ***/
  /*** イメージ・ループ ***/
  /*
IE11対策
----------------------------*/
  /*----------------------------*/
  /*** イメージ・大小 ***/
  /*** スケジュール ***/
  /*** 改行 ***/
  /*** 動画ラップ ***/
  /* 閉じるボタンのスタイル */
  /*! http://responsiveslides.com v1.55 by @viljamis */
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d9d9d9;
}
div.ccm-page header #header-site-title {
  font-family: 'Titillium Web';
  font-weight: 400;
  color: #75ca2a;
  text-transform: none;
  line-height: 1.15em;
  font-size: 2.3em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
div.ccm-page header #header-site-title:hover {
  color: #447618;
  text-decoration: none !important;
}
div.ccm-page header .ccm-search-block-form {
  position: relative;
}
div.ccm-page header .ccm-search-block-form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 9px;
  text-decoration: inherit;
  color: #cbcbcb;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  border-radius: 30px;
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text:focus {
  outline: 0;
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  padding-right: 40px;
  font-family: 'Titillium Web';
  font-size: 1em;
  font-weight: 700;
  color: #0099ff;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #abddff;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
div.ccm-page header nav ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #0099ff;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #0099ff;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
div.ccm-page .breadcrumb a {
  color: #75ca2a !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #548627 !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Titillium Web';
  font-size: 1.46em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #0099ff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page header {
  position: fixed;
  z-index: 100;
  background-color: #E8E8E8;
  border-bottom: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header .navi ul {
  background: #EA5A00;
  border-radius: 70px;
  opacity: 0.95;
  padding: 20px 50px;
}
div.ccm-page header .navi ul li {
  padding-bottom: 0;
}
div.ccm-page header .navi ul li a {
  color: #fff !important;
  padding: 0 20px;
}
div.ccm-page .header.is-scroll {
  background: #E8E8E8;
  /* スクロール時の色 */
}
div.ccm-page .header {
  transition: background-color 0.3s ease;
  /* 色の変更をスムーズに */
}
div.ccm-page .HeaderLogoWrap {
  display: flex;
}
div.ccm-page .HeaderLogoWrap .header_logo {
  width: 100px;
}
div.ccm-page .HeaderLogoWrap p {
  margin: 10px 0;
}
div.ccm-page .HeaderLogoWrap p.cname {
  font-weight: bold;
  padding: 20px 0px 0px 10px;
}
div.ccm-page .HeaderLogoWrap a {
  color: #1C1C1C !important;
  font-size: 1.6em !important;
  font-weight: bold !important;
}
div.ccm-page .HeaderLogoWrap a img {
  margin: 0 23px 0 0;
  padding-left: 10px;
  padding-bottom: 20px;
}
div.ccm-page footer {
  background-image: url('/download_file/3533f449-5132-488f-931a-187e8754faf4/9');
  background-repeat: no-repeat;
  background-size: cover;
}
div.ccm-page footer .clFootertitleWrap {
  margin-bottom: 50px;
}
div.ccm-page footer .clFootertitleWrap .clTopcontenttitle {
  margin: 60px 0 0;
}
div.ccm-page footer .clFootertitleWrap .clTopcontenttitle .EN {
  text-align: left;
  font: 64px Roboto;
  letter-spacing: 5.12px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: bold;
}
div.ccm-page footer .clFootertitleWrap .clTopcontenttitle .JP {
  text-align: left;
  font: 20px Noto Sans JP;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  opacity: 1;
}
div.ccm-page footer .clFooterCompany {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  text-align: left;
  font: 24px Noto Sans JP Bold;
  letter-spacing: 0px;
  color: #1C1C1C;
  font-weight: bold;
  margin-bottom: 20px;
}
div.ccm-page footer .clFooterCompany p {
  text-align: left;
  font: 16px Noto Sans JP Regular;
  letter-spacing: 0px;
  margin: 20px 0 0;
}
div.ccm-page footer .clFooterCompany p a {
  color: #EA5A00 !important;
  text-decoration: underline;
}
div.ccm-page footer .clFooterCompany .tel:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  color: #EA5A00;
}
div.ccm-page footer .clFooterCompany .mail:before {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  color: #EA5A00;
  font-size: 1.1em;
}
div.ccm-page #footer-legal {
  background: #EA5A00;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
}
div.ccm-page #clToTop a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #1C1C1C;
  text-decoration: none;
  background: #1C1C1C;
  background-image: url(/download_file/7b867434-69b9-46d1-bad2-9a3faa3f436e/9);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div.ccm-page footer {
    background-image: url('/download_file/66b3e1cc-3fee-4a8e-8fcb-13939455b8d0/9');
  }
  div.ccm-page footer .clFootertitleWrap .clTopcontenttitle {
    margin: 60px 0 0;
  }
  div.ccm-page footer .clFootertitleWrap .clTopcontenttitle .EN {
    font: 36px Roboto;
    letter-spacing: 2.88px;
  }
  div.ccm-page footer .clFootertitleWrap .clTopcontenttitle .JP {
    font: 18px Noto Sans JP;
    letter-spacing: 1.44px;
  }
}
div.ccm-page .ccm-responsive-menu-launch i:after {
  color: #1C1C1C;
  font-size: 30px;
}
div.ccm-page .area1 {
  position: relative;
}
div.ccm-page .Top_slider {
  width: 100%;
}
div.ccm-page .Top_slider .ccm-image-slider-container .ccm-image-slider {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
div.ccm-page .Top_slider .ccm-image-slider-container {
  padding-top: 0;
  width: 100%;
}
div.ccm-page .Top_slider .ccm-image-slider-container .ccm-image-slider-inner {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
div.ccm-page .Top_slider .ccm-image-slider-container .ccm-image-slider .rslides li {
  /*
		max-height: 700px;
		min-height: 700px;
		*/
  max-height: 900px;
  min-height: 900px;
}
div.ccm-page .Top_slider .rslides img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
div.ccm-page .clTopSliderWrap {
  position: absolute;
  left: 0;
  padding: 50px;
  background-image: url(/download_file/268809d5-7091-4b69-8df4-ad2e585aa0f0/9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  bottom: 0;
  width: 50%;
  z-index: 10;
  max-width: 867px;
}
div.ccm-page .clTopSliderWrap .Slidertext {
  font-weight: bold;
  font-size: 1.8em;
  margin-top: 120px;
  line-height: 2;
}
div.ccm-page .clTopSliderWrap .info_box {
  background-color: rgba(28, 28, 28, 0.7);
  padding: 20px;
  color: #FFFFFF;
  position: absolute;
  min-width: 380px;
  bottom: 200px;
  font-family: Noto Sans JP;
}
div.ccm-page .clTopSliderWrap .info_box .info_logo {
  width: 200px;
  margin-bottom: 20px;
}
div.ccm-page .clTopSliderWrap .info_box .green a {
  color: #ffffff;
}
div.ccm-page .clTopSliderWrap .info_box dl {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
div.ccm-page .clTopSliderWrap .info_box dl dt {
  width: 30%;
}
div.ccm-page .clTopSliderWrap .info_box dl dt p {
  background: #FFFFFF;
  color: #333;
  padding: 5px 0px 3px;
  font-family: Noto Sans JP;
  margin: 0 auto;
  text-align: center;
}
div.ccm-page .clTopSliderWrap .info_box dl dd {
  width: 70%;
  color: #FFFFFF;
  margin-left: 10px;
}
div.ccm-page .clTopSliderWrap .nexco_btn {
  background: #EA5A00;
  box-shadow: 0px 2px 5px #000026;
  border-radius: 5px;
  width: 80%;
  margin: auto;
}
div.ccm-page .clTopSliderWrap .nexco_btn a {
  display: block;
  padding: 20px;
  color: #FFFFFF !important;
  text-align: center;
  position: relative;
}
div.ccm-page .clTopSliderWrap .nexco_btn a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/download_file/36bd526e-d9c0-4082-b40d-7bbb68d8c148/9');
  background-size: contain;
  position: absolute;
  right: 10px;
}
div.ccm-page .clTopCompany_name {
  position: absolute;
  right: 0;
  top: 700px;
  z-index: 10;
}
div.ccm-page .clTopCompany_name .Company_name {
  background-color: rgba(28, 28, 28, 0.7);
  padding: 10px;
  margin: 10px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  div.ccm-page .Top_slider .rslides img {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 996px) {
  div.ccm-page .clTopSliderWrap .Slidertext {
    font-size: 1.4em;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  div.ccm-page .Top_slider {
    width: 100%;
  }
  div.ccm-page .Top_slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 450px;
    min-height: 450px;
  }
  div.ccm-page .Top_slider .rslides img {
    height: 70vh;
    margin-top: 50px;
  }
  div.ccm-page .clTopSliderWrap {
    top: 450px;
    height: 60%;
    width: 100%;
  }
  div.ccm-page .clTopSliderWrap .Slidertext {
    margin-top: 0;
  }
  div.ccm-page .clTopSliderWrap .info_box {
    top: 300px;
    height: 380px;
    right: 10px;
    left: 10px;
  }
  div.ccm-page .clTopCompany_name {
    top: 600px;
  }
  div.ccm-page .clTopCompany_name .Company_name {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  div.ccm-page .Top_slider .rslides img {
    height: 70vh;
    margin-top: 50px;
  }
  div.ccm-page .clTopCompany_name .Company_name {
    font-size: 1.0em;
  }
}
div.ccm-page .clTopcontenttitle {
  margin: 100px 0 0;
}
div.ccm-page .clTopcontenttitle .EN {
  text-align: left;
  font: 64px Roboto;
  letter-spacing: 5.12px;
  color: #1C1C1C;
  opacity: 1;
  font-weight: bold;
}
div.ccm-page .clTopcontenttitle .JP {
  text-align: left;
  font: 20px Noto Sans JP;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #EA5A00;
  opacity: 1;
}
div.ccm-page .clContentWrap {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  align-items: flex-end;
  margin: 50px 0;
}
div.ccm-page .clContentWrap .Contenttext {
  width: 60%;
  text-align: left;
  font: 24px Noto Sans JP;
  font-weight: bold;
  letter-spacing: 1.92px;
  color: #1C1C1C;
}
div.ccm-page .clContentWrap .Contenttext p {
  text-align: left;
  font: 16px Noto Sans JP Regular;
  letter-spacing: 0px;
  color: #1C1C1C;
  margin-top: 40px;
}
div.ccm-page .clContentWrap .Content_btn {
  width: 40%;
  margin-bottom: 10px;
}
div.ccm-page .clContentWrap .Content_btn .nexco_btn {
  background: #EA5A00;
  box-shadow: 0px 2px 5px #000026;
  border-radius: 5px;
  width: 60%;
  margin: auto;
}
div.ccm-page .clContentWrap .Content_btn .nexco_btn a {
  display: block;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
div.ccm-page .clContentWrap .Content_btn .nexco_btn a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/download_file/36bd526e-d9c0-4082-b40d-7bbb68d8c148/9');
  background-size: contain;
  position: absolute;
  right: 10px;
}
div.ccm-page .clCompany {
  text-align: left;
  font: 24px Noto Sans JP;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1C1C1C;
  position: relative;
  margin: 30px 0;
}
div.ccm-page .clCompany:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 50px;
  background-color: #EA5A00;
}
@media screen and (max-width: 768px) {
  div.ccm-page .title1 {
    margin-top: 800px;
  }
  div.ccm-page .clTopcontenttitle .EN {
    font: 36px Roboto;
    letter-spacing: 2.88px;
  }
  div.ccm-page .clTopcontenttitle .JP {
    text-align: left;
    font: 18px Noto Sans JP;
    letter-spacing: 1.4px;
  }
  div.ccm-page .clContentWrap {
    display: block;
  }
  div.ccm-page .clContentWrap .Contenttext {
    width: 100%;
  }
  div.ccm-page .clContentWrap .Content_btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  div.ccm-page .clCompany {
    font: 22px Noto Sans JP;
    letter-spacing: -1px;
  }
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row {
  display: flex;
  /*本当は.clProBlock　だが、縦方向のFlexを有効にするため.clProBlock→.col-sm-4で制御する　*/
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 30px 0;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .cltextinner {
  flex-grow: 1;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap {
  margin-top: auto;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clImage {
  height: 245px;
  overflow: hidden;
  border: 1px solid #ccc;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clCategory {
  font: 14px Noto Sans JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #EA5A00;
  border-radius: 3px;
  padding: 5px;
  width: 40%;
  text-align: center;
  margin: 10px 0;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clTitle {
  text-align: left;
  font: 20px Noto Sans JP;
  letter-spacing: 0px;
  color: #1C1C1C;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  justify-content: space-between;
  margin: 10px 0;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clMovie {
  width: 48%;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clMovie a {
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  font: 14px Noto Sans JP;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clMovie a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/download_file/5970258f-d183-464b-b121-3988c81a7037/9');
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 12px;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clMovie.clnomovie {
  border: none;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clDownload {
  width: 48%;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clDownload a {
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
  font: 14px Noto Sans JP;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clDownload a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/index.php/download_file/7561da25-0fa0-4007-a149-d1478dc713a0/9');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 12px;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clFlexWrap .clDownload.clnodownload {
  border: none;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clDetail {
  background: #1C1C1C;
  box-shadow: 0px 2px 5px #000026;
  border-radius: 5px;
  width: 100%;
  margin: auto;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clDetail a {
  display: block;
  padding: 10px;
  color: #FFFFFF !important;
  text-align: center;
  position: relative;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clDetail a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/download_file/36bd526e-d9c0-4082-b40d-7bbb68d8c148/9');
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 13px;
}
div.ccm-page .clProblockwrap .container .row .col-sm-12 .row .col-sm-4 .clDetail.clnodetail {
  min-height: 41.2px;
  background: #fff;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  div.ccm-page .clProblockwrap .container .row .col-sm-12 .row {
    display: block;
    /*本当は.clProBlock　だが、縦方向のFlexを有効にするため.clProBlock→.col-sm-4で制御する　*/
  }
}
div.ccm-page .clPro_other {
  text-align: right;
  padding: 5px 30px;
  position: relative;
}
div.ccm-page .clPro_other a {
  font: 18px Noto Sans JP;
  letter-spacing: 0px;
  color: #1C1C1C !important;
  text-decoration: underline;
}
div.ccm-page .clPro_other:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/download_file/4d362448-016b-41cd-be65-b75a2d46c40c/9');
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 5px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
div.ccm-page _:-ms-lang(x)::-ms-backdrop,
div.ccm-page .clImageLoop {
  display: -ms-grid;
  overflow: hidden;
}
div.ccm-page .Loopcontainer {
  display: flex;
  overflow: hidden;
}
div.ccm-page .Looplist {
  display: flex;
  list-style: none;
}
div.ccm-page .Looplist_left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
div.ccm-page .Loop_item {
  width: calc(16.66666667vw);
}
div.ccm-page .Loop_item > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.ccm-page .Loop_item {
    width: calc(50vw);
  }
}
div.ccm-page .clImagebox {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
div.ccm-page .clImagebox .Image_b {
  margin: 0 0 0 20px;
}
div.ccm-page .clSchduleWrap {
  margin: 60px 0;
  background: #1c1c1c;
  padding: 60px 0;
}
div.ccm-page .clSchduleWrap .clSchduleblock {
  background: #FFFFFF;
  padding: 100px;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clTopContenttitle .EN {
  text-align: left;
  font: 64px Roboto;
  letter-spacing: 5.12px;
  color: #1C1C1C;
  opacity: 1;
  font-weight: bold;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clTopContenttitle .JP {
  text-align: left;
  font: 20px Noto Sans JP;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #EA5A00;
  opacity: 1;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dl {
  display: flex;
  display: -webkit-flex;
  widht: 100%;
  border-bottom: solid 1px #1C1C1C;
  padding: 20px 0;
  align-items: center;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dl:first-child {
  border-top: solid 1px #1c1c1c;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dt {
  font-family: Noto Sans JP;
  letter-spacing: 0px;
  color: #707070;
  font-weight: 600;
  width: 35%;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd a {
  text-align: left;
  text-decoration: underline;
  font-family: Noto Sans JP Regular;
  letter-spacing: 0px;
  color: #EA5A00;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd .place {
  background: #1C1C1C;
  border-radius: 3px;
  padding: 0;
  margin-right: 10px;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd .place p {
  padding: 5px;
  color: #FFFFFF;
  margin: 0;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd .ended {
  margin: 0 0 0 auto;
  color: #ff0000;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd .statebtn {
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  margin: 0 0 0 auto;
  width: 200px;
  position: relative;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd .statebtn a {
  display: block;
  padding: 5px;
  color: #707070;
  text-align: center;
}
div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dd .statebtn a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/download_file/5970258f-d183-464b-b121-3988c81a7037/9');
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 8px;
}
@media screen and (max-width: 996px) {
  div.ccm-page .clSchduleWrap {
    margin: 30px 0;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock {
    padding: 30px;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dl {
    display: block;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dl dt,
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchculeContainer .clSchedulebox dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.ccm-page .clSchduleWrap {
    margin: 30px 0;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock {
    padding: 10px;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clTopContenttitle .EN {
    font: 36px Roboto;
    letter-spacing: 2.88px;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clTopContenttitle .JP {
    font: 18px Noto Sans JP;
    letter-spacing: 1.44px;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchedulebox dl dt {
    margin-bottom: 20px;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchedulebox dl dd {
    flex-wrap: wrap;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchedulebox dl dd a {
    width: 100%;
    margin: 10px 0;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchedulebox dl dd .ended {
    margin: 0 !important;
    color: #ff0000;
  }
  div.ccm-page .clSchduleWrap .clSchduleblock .clSchedulebox dl dd .statebtn a {
    margin: 0;
  }
}
div.ccm-page .mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  div.ccm-page .mobile {
    display: block;
  }
}
div.ccm-page .popup-wrapper {
  width: 100vw;
  /*画面に大きさを合わせる*/
  height: 100vh;
  position: fixed;
  /*ラッパーの左上隅を画面左上に固定*/
  top: 0px;
  left: 0px;
  z-index: 200;
}
div.ccm-page .popup-background {
  width: 100%;
  /*ラッパー全体を覆うようにする*/
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /*半透明の黒*/
}
div.ccm-page .popup-body {
  position: absolute;
  /*ラッパーを基準に、画面中央にくるように調整*/
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div.ccm-page .popup-body .iframe_wrapper {
  width: 900px;
  height: 800px;
}
div.ccm-page .is-hidden {
  visibility: hidden;
}
div.ccm-page .closebtn {
  position: fixed;
  right: 0;
  padding: 12px 25px;
  font-size: 18px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
div.ccm-page .close {
  display: none;
}
@media screen and (max-width: 996px) {
  div.ccm-page .popup-body .iframe_wrapper {
    width: 700px;
    height: 620px;
  }
}
@media screen and (max-width: 768px) {
  div.ccm-page .popup-body .iframe_wrapper {
    width: 500px;
    height: 440px;
  }
}
@media screen and (max-width: 480px) {
  div.ccm-page .popup-body .iframe_wrapper {
    width: 350px;
    height: 310px;
  }
}
div.ccm-page div.block-sidebar-padded {
  padding: 25px 40px 25px 40px;
}
div.ccm-page div.block-sidebar-padded p {
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped {
  padding: 25px 40px 25px 40px;
  background-color: #f8faf1;
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}
div.ccm-page div.block-sidebar-wrapped a {
  color: #75ca2a !important;
}
div.ccm-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: #548627 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-page-list-page-entry {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.block-sidebar-wrapped ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #9fa9ad;
}
div.ccm-page div.block-sidebar-wrapped ul li {
  margin-bottom: 12px;
}
div.ccm-page div.block-sidebar-wrapped ul ul {
  padding-left: 20px;
  font-size: 1em;
}
div.ccm-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
  padding-top: 0px;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page {
  margin: -15px -40px -25px -40px;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #ececec;
  font-size: 1.25em;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a {
  color: #d1d1d1 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a:hover {
  color: #75ca2a !important;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 7px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
  color: #aeaeae;
  font-size: 0.8em;
  margin-bottom: 10px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title {
  margin: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a {
  color: #1a1a1a;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a:hover {
  text-decoration: none;
  color: #0099ff;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a {
  color: #4f585c;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a:hover {
  color: #337ab7;
  text-decoration: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.ccm-page div.area-content-accent {
  background-color: #f8faf1;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.ccm-page div.area-content-accent .title-caps,
div.ccm-page div.area-content-accent .title-caps-bold,
div.ccm-page div.area-content-accent h3 {
  color: #988e47 !important;
}
div.ccm-page div.testimonial-bio {
  margin-bottom: 60px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial {
  margin-left: 0px;
  margin-right: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image {
  width: auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-text {
  float: none;
  padding: 0px;
}
div.ccm-page div.testimonial-bio + div.testimonial-bio {
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio:only-child {
  margin-bottom: 0px;
}
div.ccm-page .ccm-faq-container {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page .ccm-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-links {
    float: left;
    width: 25%;
  }
}
div.ccm-page .ccm-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .ccm-faq-block-entries {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page .ccm-faq-block-entries h3 {
  margin-top: 0px;
}
div.ccm-page .ccm-faq-block-entries div.faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    margin-left: 8.33333333%;
  }
}
div.ccm-page div.ccm-block-feature-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-feature-item h4,
div.ccm-page div.ccm-block-feature-item i {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4,
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #1a1a1a;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4 {
  font-size: 1.5em;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #1a1a1a;
  font-size: 1.3em;
  top: 1px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item {
  padding-left: 45px;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper {
  text-align: center;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title {
  color: #888888;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}
div.ccm-page div.ccm-block-feature-item-hover {
  display: table;
  margin: 0px auto 0px auto;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: help;
  width: 200px;
  height: 200px;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #0099ff;
  font-size: 2.1em;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon {
  background: #ccebff;
  border: 1px solid #99d6ff;
}
div.ccm-page .ccm-image-slider-container {
  border-bottom: 2px solid #f0eee1;
  padding-top: 20px;
  margin-bottom: 70px;
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 220px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 100%;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 750px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 970px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 1170px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 480px;
  }
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:before,
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  display: table;
  content: " ";
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
    float: left;
    width: 100%;
  }
}
div.ccm-page .ccm-image-slider-container .rslides_nav {
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  background: rgba(0, 0, 0, 0.92);
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 14px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 12px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #75ca2a;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -ms-border-radius: 30px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text {
  position: absolute;
  width: 45%;
  left: 0;
  top: 10%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
  color: #75ca2a;
  font-family: 'Titillium Web';
  font-size: 3.2em;
  font-weight: 200;
  margin-bottom: 5%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p {
  color: #6e6e6e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  width: 80%;
}
div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    float: left;
    width: 83.33333333%;
  }
}
div.ccm-page .image-right-tilt .ccm-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
div.ccm-page .image-circle .ccm-image-block {
  border-radius: 50%;
}
div.ccm-page div.ccm-block-next-previous-header {
  font-size: 15px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #75ca2a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
  border: 1px solid transparent;
  display: inline-block;
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:hover,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active.focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 147px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  background-color: rgba(32, 189, 232, 0.7);
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f064";
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  position: absolute;
  right: 0;
  top: 0;
}
div.ccm-page div.ccm-block-page-list-wrapper {
  position: relative;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal {
  display: table;
  width: 100%;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  margin-bottom: 10px;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  max-width: none;
  width: 120px;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
div.ccm-page div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
  font-weight: bold;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  font-size: 1.5em;
  color: #d1d1d1;
}
div.ccm-page a.ccm-block-page-list-rss-feed:hover {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.25em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #9fa9ad;
}
div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
  margin: 0px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
  font-weight: normal;
}
div.ccm-page div.ccm-block-page-list-header {
  font-size: 15px;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #aeaeae;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #75ca2a;
  display: block;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ececec;
}
div.ccm-page h1.page-title {
  color: #75ca2a;
  font-family: 'Titillium Web';
  font-size: 1.73em;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 30px;
}
div.ccm-page.page-type-portfolio-project h1.page-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline {
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline h1.page-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 1em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date {
  margin-right: 2em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date,
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  color: #9fa9ad;
  font-style: italic;
  font-size: 0.85em;
}
div.ccm-page div.ccm-block-testimonial {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
    float: left;
    width: 25%;
  }
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
    float: left;
    width: 75%;
  }
}
div.ccm-page div.ccm-block-testimonial img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
  color: #75ca2a;
  text-decoration: underline;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-paragraph {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-testimonial-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.ccm-page div.ccm-block-testimonial-wrapper:before,
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  clear: both;
}
@media all and (max-width: 767px) {
  div.ccm-page .ccm-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.ccm-page div.col-sidebar div.ccm-block-tags-wrapper {
  margin: 25px 40px 25px 40px;
}
div.ccm-page div.ccm-block-tags-header {
  font-size: 15px;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover {
  text-decoration: none;
}
div.ccm-page span.ccm-block-tags-tag {
  background-color: #ffffff;
  border-color: #d1d1d1;
  border-width: 1px;
  border-style: solid;
  color: #6e6e6e;
}
div.ccm-page span.ccm-block-tags-tag.ccm-block-tags-tag-selected {
  border-color: #5da021;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
  border-color: #75ca2a;
}
div.ccm-page div.col-sidebar div.ccm-block-topic-list {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-topic-list-header {
  font-size: 15px;
}
div.ccm-page ul.ccm-block-topic-list-list ul {
  margin-top: 10px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-topic-list-topic-selected {
  font-weight: bold;
}
div.ccm-page div.col-sidebar div.ccm-block-date-navigation-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-date-navigation-header {
  font-size: 15px;
}
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-date-navigation-dates li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-date-navigation-date-selected {
  font-weight: bold;
}
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event,
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event:hover {
  color: #fff;
}
div.ccm-page div.ccm-block-calendar-event-list,
div.ccm-page div.ccm-block-calendar-event-list-wrapper {
  margin-bottom: 10px;
  clear: both;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f8faf1;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span {
  display: block;
  text-align: center;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span:first-child {
  font-weight: bold;
  background-color: #f8faf1;
  color: #988e47;
}
div.ccm-page div.ccm-block-calendar-event-list-event {
  padding-bottom: 10px;
  clear: both;
}
div.ccm-page .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
div.ccm-page .rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
div.ccm-page .rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
div.ccm-page .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
div.ccm-page .rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/application/themes/nexco/css/build/images/responsive-slides/arrows.gif") no-repeat left top;
  margin-top: -45px;
}
div.ccm-page .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ccm-page .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .rslides_tabs li.rslides_here a {
  background: #333;
}
div.ccm-page .rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
div.ccm-page .rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: 'Titillium Web' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.46em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Titillium Web' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Titillium Web' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: 'Titillium Web' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
footer#footer-theme {
  color: #5b676c;
}
footer#footer-theme a {
  color: #75ca2a;
}
footer#footer-theme a:hover {
  color: #548627;
}
footer#footer-theme div.ccm-block-social-links {
  text-align: right;
}
footer#footer-theme div.ccm-block-social-links ul a {
  color: #d1d1d1;
}
footer#footer-theme div.ccm-block-social-links ul a:hover {
  color: #75ca2a;
}
footer#footer-theme section {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer#footer-theme section:first-child {
  background-color: #ffffff;
}
footer#footer-theme section:last-child {
  padding-bottom: 30px;
  background-color: transparent;
}
footer#footer-theme #footer-site-title {
  font-family: 'Titillium Web';
  font-weight: 900;
  color: #75ca2a;
  text-transform: uppercase;
  font-size: 1.2em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer#footer-theme #footer-site-title:hover {
  color: #447618;
  text-decoration: none !important;
}
footer#concrete5-brand {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#concrete5-brand a.concrete5 {
  color: #00baff;
}
footer#concrete5-brand a.concrete5:hover {
  color: #008dc0;
}
footer#concrete5-brand a {
  color: #9fa7aa;
}
footer#concrete5-brand a:hover {
  color: #7B8083;
}
footer#concrete5-brand #ccm-account-menu {
  right: 80px;
  top: -10px;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  /*
  position: absolute;
  border-bottom: 5px solid @header-site-title-type-color;
  */
  width: 100%;
  z-index: 99;
  top: 120px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
  position: fixed;
  line-height: 2;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  /*
        color: @header-navigation-type-color;
        */
  color: #1C1C1C;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #abddff;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #0099ff;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #0099ff;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
/* CSS with background images – we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
.ccm-image-slider-container {
  background-image: url('/application/themes/nexco/images/background-slider-default.png');
}
