/*
=======================
  COMMON QUIRKY STUFF
=======================
*/
iframe[name='google_conversion_frame'] {
  float: left;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin-top: -13px;
  width: 0 !important;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ccm-page .content-editor-image-right {
  float: right;
  margin: 0 0 30px 30px;
}
.ccm-page .content-editor-image-left {
  float: left;
  margin: 0 30px 30px 0;
}
.ccm-page .content-editor-image-center {
  text-align: center;
  margin: 0 0 30px 0;
}
.youtube-container {
  max-width: 460px;
}
@media (max-width: 991px) {
  .ccm-page .content-editor-image-left,
  .ccm-page .content-editor-image-right {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ccm-page .content-editor-image-center,
  .ccm-page .content-editor-image-left,
  .ccm-page .content-editor-image-right {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha > div {
    transform: scale(0.8149999999999999, 0.8149999999999999);
    -webkit-transform: scale(0.8149999999999999, 0.8149999999999999);
    transform-origin: 0 0;
  }
}
/*
==================
  GENERAL STYLES
==================
*/
body {
  background: #fff;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
.ccm-page {
  color: #00264c;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.ccm-page .styleguide {
  margin: 100px 0;
}
.ccm-page .content.box-shadow {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(99, 99, 99, 0.3);
  margin: 0 0 60px 0;
  padding: 40px 40px 0 40px;
  transition: border-color 0.5s;
}
.ccm-page .content:after {
  clear: both;
  content: "";
  display: table;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  color: #5d2d7d;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.ccm-page h1 {
  font-size: 36px;
  margin: 0 0 40px;
}
.ccm-page h2 {
  border-bottom: 1px solid #cfb3e2;
  color: #5d2d7d;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 30px;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
.ccm-page .content p ~ h2 {
  margin: 70px 0 30px 0;
}
.ccm-page h3 {
  color: #a068c6;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .7px;
  line-height: 1.3em;
  margin: 0 0 30px;
}
.ccm-page h3.page-list-title {
  color: #5d2d7d;
}
.ccm-page h4 {
  color: #a068c6;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 30px 0;
}
.ccm-page h5 {
  font-size: 14px;
  margin: 0 0 20px;
}
.ccm-page h6 {
  font-size: 12px;
  margin: 0 0 20px;
}
.ccm-page hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 20px 0;
}
.ccm-page a {
  color: #337ab7;
}
.ccm-page a:hover {
  color: #144d7d;
  text-decoration: none;
}
.ccm-page a[href^=tel] {
  display: inline-block;
}
.ccm-page a:focus,
.ccm-page a:active {
  outline: none;
  text-decoration: none;
}
.ccm-page .cke_editable p,
.ccm-page .content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 30px 0;
}
.ccm-page .cke_editable p b,
.ccm-page .content p b,
.ccm-page .cke_editable p strong,
.ccm-page .content p strong {
  font-weight: 500;
}
.ccm-page .cke_editable ul,
.ccm-page .cke_editable ol,
.ccm-page .content ul,
.ccm-page .content ol {
  padding: 0 0 0 10px;
  margin: 0 0 30px 0;
}
.ccm-page .cke_editable ul ul,
.ccm-page .cke_editable ul ol,
.ccm-page .cke_editable ol ol,
.ccm-page .cke_editable ol ul,
.ccm-page .content ul ul,
.ccm-page .content ul ol,
.ccm-page .content ol ol,
.ccm-page .content ol ul {
  margin: 4px 0;
}
.ccm-page .cke_editable ol li,
.ccm-page .cke_editable ul li,
.ccm-page .content ol li,
.ccm-page .content ul li {
  font-size: 17px;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 25px;
  position: relative;
}
.ccm-page .cke_editable ol li:before,
.ccm-page .cke_editable ul li:before,
.ccm-page .content ol li:before,
.ccm-page .content ul li:before {
  content: "\f105";
  color: #a068c6;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
.ccm-page .cke_editable ol li b,
.ccm-page .cke_editable ul li b,
.ccm-page .content ol li b,
.ccm-page .content ul li b,
.ccm-page .cke_editable ol li strong,
.ccm-page .cke_editable ul li strong,
.ccm-page .content ol li strong,
.ccm-page .content ul li strong {
  font-weight: 500;
}
.ccm-page .content table {
  margin: 0 0 30px 0;
}
.ccm-page .content table td {
  font-size: 17px;
  font-weight: 400;
  padding: 6px 25px 6px 0;
}
.ccm-page .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.ccm-page img {
  height: auto;
  max-width: 100%;
}
.ccm-page .map {
  font-size: 0;
  margin: 50px 0 15px 0;
}
.ccm-page .map iframe {
  width: 100%;
}
.ccm-page .ccm-image-block {
  margin: 0 0 60px 0;
}
.ccm-page .ccm-image-block.margin-top {
  margin: 60px 0;
}
.ccm-page .call-to-action-link {
  font-size: 20px;
  position: relative;
}
.ccm-page .call-to-action-link a {
  color: #f5ae14;
}
.ccm-page .call-to-action-link a:hover {
  color: #a068c6;
}
.ccm-page .call-to-action-link a:after {
  font-family: FontAwesome;
  content: "\f138";
  margin: 0 0 0 15px;
}
.ccm-page blockquote {
  border-left: none;
  color: #a068c6;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page blockquote p:before {
  content: "“";
  margin: 0 3px 0 0;
  position: relative;
}
.ccm-page blockquote p:after {
  content: "”";
  margin: 0 0 0 2px;
  position: relative;
}
.ccm-page .ccm-custom-style-container.team-img {
  text-align: center;
}
.ccm-page .ccm-custom-style-container.team-img img {
  display: inline;
  margin: 0;
}
@media (max-width: 991px) {
  .ccm-page h3 {
    font-size: 22px;
  }
  .ccm-page .ccm-image-block {
    margin: 0 0 40px 0;
  }
  .ccm-page .ccm-image-block.margin-top {
    margin: 40px 0;
  }
  .ccm-page .content.box-shadow {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .content img {
    display: block;
    float: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
  .ccm-page h1 {
    font-size: 26px;
    margin: 0 0 15px;
    text-align: left !important;
  }
  .ccm-page h2 {
    font-size: 19px;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: left !important;
  }
  .ccm-page .content p ~ h2 {
    margin: 30px 0 15px 0;
  }
  .ccm-page h3 {
    font-size: 17px;
    margin: 0 0 15px;
    text-align: left !important;
  }
  .ccm-page h4 {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-align: left !important;
  }
  .ccm-page h5 {
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left !important;
  }
  .ccm-page h6 {
    font-size: 12px;
    margin: 0 0 15px;
    text-align: left !important;
  }
  .ccm-page .content p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .ccm-page .content ul,
  .ccm-page .content ol {
    padding: 0;
  }
  .ccm-page .content ol li,
  .ccm-page .content ul li {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 12px 0;
    padding: 0 0 0 15px;
  }
  .ccm-page .content table td {
    font-size: 14px;
  }
  .ccm-page .ccm-image-block {
    margin: 0 0 20px 0;
  }
  .ccm-page .ccm-image-block.margin-top {
    margin: 0;
  }
  .ccm-page .call-to-action-link {
    font-size: 18px;
  }
  .ccm-page .map {
    margin: 15px 0;
  }
  .ccm-page .content.box-shadow {
    margin: 0 -5px 30px -5px;
    padding: 20px 10px 0 10px;
  }
}
/*
===========
  BUTTONS
===========
*/
.ccm-page input[type="submit"].button-special,
.ccm-page a.button-special,
.ccm-page .button-special a,
.ccm-page .formidable input[type="submit"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efba26+0,f0a226+100 */
  background: #efba26;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffca00 0%, #f0a226 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffca00 0%, #f0a226 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffca00 0%, #f0a226 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca00', endColorstr='#f0a226', GradientType=0);
  /* IE6-9 */
  background-size: auto 200%;
  background-position: 0 100%;
  transition: background-position 0.3s;
  border-color: inherit;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
}
.ccm-page input[type="submit"].button-special:hover,
.ccm-page a.button-special:hover,
.ccm-page .button-special a:hover,
.ccm-page .formidable input[type="submit"]:hover {
  background-position: 0 0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.ccm-page input[type="submit"].button-special:active,
.ccm-page a.button-special:active,
.ccm-page .button-special a:active,
.ccm-page .formidable input[type="submit"]:active {
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  top: 3px;
}
.ccm-page input[type="submit"].button-special:focus,
.ccm-page a.button-special:focus,
.ccm-page .button-special a:focus,
.ccm-page .formidable input[type="submit"]:focus {
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ccm-page input[type="submit"].button-special.button-slim,
.ccm-page a.button-special.button-slim,
.ccm-page .button-special a.button-slim,
.ccm-page .formidable input[type="submit"].button-slim {
  background: #f5ae14;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  height: 31px;
  line-height: 31px;
  padding: 0 20px;
  transition: background .3s;
}
.ccm-page input[type="submit"].button-special.button-slim:hover,
.ccm-page a.button-special.button-slim:hover,
.ccm-page .button-special a.button-slim:hover,
.ccm-page .formidable input[type="submit"].button-slim:hover {
  background: #a068c6;
}
.ccm-page input[type="submit"].button-special.button-purple,
.ccm-page a.button-special.button-purple,
.ccm-page .button-special a.button-purple,
.ccm-page .formidable input[type="submit"].button-purple {
  border: none;
  color: #fff;
  background: #70428f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #70428f 0%, #290b3d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #70428f 0%, #290b3d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #70428f 0%, #290b3d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70428f', endColorstr='#290b3d', GradientType=0);
  /* IE6-9 */
  padding: 0;
  background-size: auto 200%;
  background-position: 0 100%;
  transition: background-position 0.3s;
  width: 200px;
}
.ccm-page input[type="submit"].button-special.button-purple:hover,
.ccm-page a.button-special.button-purple:hover,
.ccm-page .button-special a.button-purple:hover,
.ccm-page .formidable input[type="submit"].button-purple:hover {
  background-position: 0 0;
}
.ccm-page a.button-special.icon-purple-arrow,
.ccm-page .button-special.icon-purple-arrow a {
  color: #5d2d7d;
  font-size: 18px;
  padding: 0 90px 0 20px;
  position: relative;
}
.ccm-page a.button-special.icon-purple-arrow:after,
.ccm-page .button-special.icon-purple-arrow a:after {
  background-color: #5d2d7d;
  border-radius: 50%;
  content: "\f061";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  padding: 0px 4px;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 18px;
}
.ccm-page a.button-special.icon-white-arrow,
.ccm-page .button-special.icon-white-arrow a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 90px 0 20px;
  position: relative;
}
.ccm-page a.button-special.icon-white-arrow:after,
.ccm-page .button-special.icon-white-arrow a:after {
  content: "\f061";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: -1px;
  transition: transform .3s;
}
.ccm-page a.button-special.icon-white-arrow:hover:after,
.ccm-page .button-special.icon-white-arrow a:hover:after {
  transform: translateX(5px);
}
.ccm-page a.button-special.button-white-with-icon,
.ccm-page .button-special.button-white-with-icon a {
  background: #fff;
  border: 1px solid #f0a226;
  color: #f0a226;
  font-size: 16px;
  font-weight: 500;
  padding: 0 90px 0 20px;
  position: relative;
  transition: border .3s, background .3s, color .3s;
}
.ccm-page a.button-special.button-white-with-icon:after,
.ccm-page .button-special.button-white-with-icon a:after {
  content: "\f061";
  color: #f0a226;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  transition: color .3s, transform .3s;
  top: -1px;
}
.ccm-page a.button-special.button-white-with-icon:hover,
.ccm-page .button-special.button-white-with-icon a:hover {
  background: #a068c6;
  border-color: #5d2d7d;
  color: #fff;
}
.ccm-page a.button-special.button-white-with-icon:hover:after,
.ccm-page .button-special.button-white-with-icon a:hover:after {
  color: #fff;
  transform: translateX(5px);
}
@media (max-width: 1199px) {
  .ccm-page a.button-special.icon-white-arrow,
  .ccm-page .button-special.icon-white-arrow a {
    padding: 0 60px 0 20px;
  }
}
@media (max-width: 991px) {
  .ccm-page a.button-special.button-demo {
    font-size: 14px;
    height: 36px;
    line-height: 38px;
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
  }
  .ccm-page a.button-special.icon-purple-arrow,
  .ccm-page .button-special.icon-purple-arrow a {
    padding: 0 80px 0 20px;
  }
  .ccm-page a.button-special.icon-purple-arrow:after,
  .ccm-page .button-special.icon-purple-arrow a:after {
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    padding: 0px 4px;
    position: absolute;
    right: 13px;
    top: 11px;
    width: 18px;
  }
  .ccm-page a.button-special.icon-purple-arrow:hover,
  .ccm-page .button-special.icon-purple-arrow a:hover {
    background: #f0a226;
  }
}
/*
===============================
  HEADER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .section-header {
  background: #5d2d7d;
  border-bottom: 1px solid #a068c6;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
.ccm-page .section-header header .header-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px 0;
  position: relative;
}
.ccm-page .section-header header .header-info .header-logo {
  left: 0;
  top: 0;
  z-index: 2;
}
.ccm-page .section-header header .header-info .header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page.is-logged .section-header {
  top: 48px;
}
.ccm-page.is-edit .section-header {
  z-index: auto;
}
.ccm-page header .header-item {
  position: relative;
}
.ccm-page .logo {
  position: relative;
  width: 300px;
}
@media (max-width: 991px) {
  .ccm-page .logo {
    /*width: 150px;*/
  }
}
@media (max-width: 767px) {
  .ccm-page .section-header {
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .ccm-page .section-header header .header-info {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    padding: 5px 0 12px 0;
  }
  .ccm-page .section-header header .header-info .header-inner {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    order: 2;
    width: 100%;
  }
  .ccm-page .section-header header .header-info .header-logo {
    order: 1;
    position: relative;
    /*width: 50%;*/
  }
  .ccm-page .section-header header .header-info .header-phone {
    order: 2;
    /*position: absolute;*/
    right: 0;
    text-align: center;
    top: 32px;
    width: 100%;
    margin-bottom: 15px;
  }
  .ccm-page .section-header header .header-info .header-search {
    order: 3;
    margin: auto;
  }
  .ccm-page .section-header header .header-info .header-contact {
    order: 4;
    margin: auto;
  }
  .ccm-page .logo {
    margin: 5px 0 15px;
    /*width: 130px;*/
  }
}
/*
=================
  SEARCH BUTTON
=================
*/
.ccm-page .search-input-container {
  border: 1px solid #a068c6;
  border-radius: 19px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 20px 0 0;
  max-width: 170px;
  padding: 5px 12px 4px 17px;
  transition: padding .3s;
}
.ccm-page .search-input-container input[type=text]:-moz-placeholder {
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.ccm-page .search-input-container input[type=text]::-moz-placeholder {
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.ccm-page .search-input-container input[type=text]:-ms-input-placeholder {
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.ccm-page .search-input-container input[type=text]::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 1 !important;
}
.ccm-page .search-input-container input[type=text] {
  border: none;
  background: transparent;
  color: #00264c;
  font-size: 13px;
  outline: none;
  width: 120px;
  -webkit-appearance: none;
}
.ccm-page .search-input-container input[type=text]:active,
.ccm-page .search-input-container input[type=text]:focus {
  border: none;
  outline: none;
}
.ccm-page .search-input-container i {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  top: 0;
  transition: color 0.3s, text-shadow 0.3s;
  color: #f5ae14;
}
.ccm-page .search-input-container i:hover {
  color: #a068c6;
}
.ccm-page .search-input-container input[type=submit] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.ccm-page .section-header .search-input-container input[type=text] {
  color: #fff;
}
.ccm-page.is-edit .search-input-container {
  bottom: inherit;
  position: static;
  left: inherit;
}
.ccm-page .search #searchResults {
  margin: 40px 0 0 0;
}
.ccm-page .search #searchResults .searchResult {
  border-bottom: 1px dashed #eee;
  margin: 0 0 25px 0;
}
.ccm-page .search #searchResults .searchResult h3 {
  margin: 0 0 15px 0;
}
.ccm-page .search #searchResults .searchResult h3 a {
  color: #a068c6;
}
.ccm-page .search #searchResults .searchResult p {
  color: #00264c;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .ccm-page .section-header header .header-info .header-logo {
    margin: 0 auto 15px;
  }
  .ccm-page .section-header header .header-info .header-inner {
    margin: auto;
  }
  .ccm-page .search-input-container input[type=text] {
    width: 115px;
  }
}
@media (max-width: 767px) {
  .ccm-page .search-input-container {
    margin: 0 auto 15px;
  }
  .ccm-page .search-input-container input[type=text] {
    width: 80px;
  }
}
/*
===================================
  NAVIGATION AREA SPECIFIC STYLES
===================================
*/
.ccm-page .section-navigation {
  border-top: 1px solid #a068c6;
}
.ccm-page .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
}
.ccm-page .nav {
  margin: 0 -23px 0 0;
  padding: 0;
}
.ccm-page .cursor-default {
  cursor: default;
}
.ccm-page .nav li {
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  display: block;
  float: left;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding: 16px 42px 0 42px;
  position: static;
}
.ccm-page .nav li:hover > ul {
  display: block;
}
.ccm-page .nav li a {
  border-bottom: 3px solid transparent;
  color: #ffffff;
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 0 13px 0;
  position: relative;
  text-transform: uppercase;
  -webkit-tap-highlight-color: #7f4ba2;
}
.ccm-page .nav > li.nav-dropdown > a:after {
  /*font-size: 1em;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 0 0 10px;
  position: relative;
  */
}
.ccm-page .nav li:hover {
  background: #7f4ba2;
}
.ccm-page .nav li a:hover,
.ccm-page .nav li a:focus {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
.ccm-page .nav > li a.selected,
.ccm-page .nav > li a.nav-path-selected {
  border-bottom: 3px solid #f5ae14;
  color: #ffffff;
}
.menu-toggle-container {
  display: none;
}
.ccm-page #toggle {
  border-bottom: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
.ccm-page #toggle:active,
.ccm-page #toggle:focus {
  text-decoration: none;
}
.ccm-page #toggle span:after,
.ccm-page #toggle span:before {
  content: "";
  left: 0;
  position: absolute;
  top: -5px;
}
.ccm-page #toggle span:after {
  top: 5px;
}
.ccm-page #toggle span {
  display: inline-block;
  position: relative;
  top: -5px;
}
.ccm-page #toggle span,
.ccm-page #toggle span:after,
.ccm-page #toggle span:before {
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 2px;
  height: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 17px;
}
/* on activation */
.ccm-page #toggle.on span {
  background-color: transparent;
}
.ccm-page #toggle.on span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}
.ccm-page #toggle.on span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0;
}
/*
=====================================
  SECOND LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav {
  /* mega menu styles */
}
.ccm-page .nav ul {
  background: rgba(40, 14, 66, 0.95);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.3);
  display: none;
  list-style: none;
  margin: 0 0 0 -41px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  transform: translateX(-1px);
  z-index: 10;
}
.ccm-page .nav ul li {
  border-radius: 0;
  float: none;
  padding: 0;
  position: relative;
  text-align: left;
}
.ccm-page .nav ul li:hover {
  background: transparent;
}
.ccm-page .nav ul li a {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 23px;
  transition: color .3s;
}
.ccm-page .nav ul li a:hover {
  color: #f5ae14;
  text-decoration: none;
}
.ccm-page .nav ul li a.path-selected,
.ccm-page .nav ul li a.nav-path-selected {
  border-bottom: none;
}
.ccm-page .nav li.mega-menu ul {
  border-left: none;
  left: 24px;
  min-width: 100%;
  padding: 20px 10px 25px;
  transform: none;
}
.ccm-page .nav li.mega-menu ul li {
  float: left;
  margin: 0 20px;
  width: 180px;
}
.ccm-page .nav li.mega-menu ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  border-bottom: 1px solid #a068c6;
  color: #a068c6;
  border-left: none;
  border-right: none;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  min-height: 73px;
  padding: 18px 0;
  transition: color .3s;
}
.ccm-page .nav li.mega-menu ul li a:hover {
  color: #a068c6;
  text-decoration: none;
}
/*
=====================================
  THIRD LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav ul ul {
  box-shadow: none;
  display: block;
  list-style: none;
  left: 100%;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: static;
  top: 0;
  transform: none;
  z-index: 10;
}
.ccm-page .nav ul ul li {
  float: none;
  width: inherit;
}
.ccm-page .nav ul ul li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 6px 6px 6px 49px;
  text-transform: none;
}
.ccm-page .nav li.mega-menu ul ul {
  box-shadow: none;
  display: block;
  list-style: none;
  left: 100%;
  margin: 12px 0 0 0;
  min-width: 100%;
  padding: 0;
  position: static;
  top: 0;
  z-index: 10;
}
.ccm-page .nav li.mega-menu ul ul li {
  margin: 0;
}
.ccm-page .nav li.mega-menu ul ul li a {
  border-bottom: none;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  min-height: inherit;
  padding: 8px 0;
  text-transform: none;
}
.ccm-page .nav li.mega-menu ul ul li a:hover {
  color: #f5ae14;
}
@media (min-width: 768px) {
  .ccm-page .nav {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .ccm-page .nav {
    margin: 0 -16px 0 0;
  }
  .ccm-page .nav li {
    padding: 16px 27px 0;
  }
  .ccm-page .nav li a {
    padding: 0 0 13px 0;
  }
  /* second level */
  .ccm-page .nav ul {
    margin: 0 0 0 -26px;
  }
  .ccm-page .nav ul li a {
    padding: 10px 19px;
  }
  .ccm-page .nav li.mega-menu ul {
    left: 16px;
  }
  .ccm-page .nav li.mega-menu ul li {
    width: 144px;
  }
  .ccm-page .nav li.mega-menu ul li a {
    min-height: 91px;
  }
  /* third level */
  .ccm-page .nav ul ul li a {
    padding: 6px 6px 6px 42px;
  }
  .ccm-page .nav li.mega-menu ul ul li a {
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .ccm-page .nav {
    margin: 0 -16px 0 0;
  }
  .ccm-page .nav li {
    padding: 16px 17px 0;
  }
  .ccm-page .nav li a {
    font-size: 15px;
    padding: 0 0 13px 0;
  }
  /* second level */
  .ccm-page .nav ul {
    margin: 0 0 0 -16px;
  }
  .ccm-page .nav ul li a {
    padding: 10px 19px;
  }
  .ccm-page .nav li.mega-menu ul {
    left: 16px;
    padding: 15px 10px 25px;
  }
  .ccm-page .nav li.mega-menu ul li {
    margin: 0 10px;
    width: 120px;
  }
  .ccm-page .nav li.mega-menu ul li a {
    line-height: 1.2em;
  }
  /* third level */
  .ccm-page .nav ul ul li a {
    padding: 6px 6px 6px 42px;
  }
  .ccm-page .nav li.mega-menu ul ul li a {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .header-menu {
    display: block;
    position: relative;
    top: 1px;
  }
  .ccm-page .section-navigation {
    background: rgba(40, 14, 66, 0.95);
    border-top: 1px solid #a068c6;
  }
  .ccm-page .menu-container {
    text-align: left;
  }
  .ccm-page .nav.on {
    display: block;
  }
  .menu-toggle-container {
    display: block;
    padding: 10px 0 8px;
  }
  .ccm-page .nav {
    background: #7f4ba2;
    display: none;
    left: 0;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .ccm-page .nav li {
    border-top: 1px solid #a068c6;
    border-radius: 0;
    float: none;
    padding: 0;
  }
  .ccm-page .nav li a {
    display: block;
    border: none;
    padding: 10px 12px;
  }
  .ccm-page .nav li a.selected,
  .ccm-page .nav li a.nav-path-selected {
    border-bottom: none;
  }
  .ccm-page .nav > li.nav-dropdown > a:after,
  .ccm-page .nav > li > a:after {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0 10px 0 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .ccm-page .nav > li.nav-dropdown > a:after {
    content: "\f107";
  }
  .ccm-page .nav > li:first-child > a {
    border-left: none;
  }
  .ccm-page .nav li:hover a {
    background: inherit;
  }
  .ccm-page .nav li a:hover,
  .ccm-page .nav li a:focus {
    background: inherit;
    color: #ffffff;
  }
  /* SECOND LEVEL */
  .ccm-page .nav ul {
    background: #915eb3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*display: block;*/
    margin: 0;
    padding: 0;
    position: relative;
    transform: none;
  }
  .ccm-page .nav ul li {
    border-top: none;
    float: none !important;
    width: 100% !important;
  }
  .ccm-page .nav ul li a {
    border-bottom: none;
    display: block;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    padding: 10px 12px 10px 12px !important;
    text-overflow: ellipsis;
    width: 100%;
  }
  .ccm-page .nav ul li a.nav-dropdown {
    padding: 10px 12px 3px 12px !important;
  }
  .ccm-page .nav ul li a:hover {
    background: inherit;
  }
  .ccm-page .nav li.mega-menu ul {
    background: #915eb3;
    border-left: none;
    border-radius: none;
    left: 0;
    min-width: 100%;
    padding: 0;
  }
  .ccm-page .nav li.mega-menu ul li {
    margin: 0;
    padding: 0;
  }
  .ccm-page .nav li.mega-menu ul li a {
    border-bottom: 0;
    color: #fff;
    min-height: inherit;
  }
  /* third level */
  .ccm-page .nav ul ul {
    background: none;
    left: 0;
    margin: 0 0 15px 0;
    position: relative;
  }
  .ccm-page .nav ul ul li a {
    font-size: 14px !important;
    display: inline-block;
    line-height: 1.2em !important;
    overflow: hidden;
    padding: 6px 12px 6px 20px !important;
    text-overflow: ellipsis;
  }
  .ccm-page .nav li.mega-menu ul ul {
    margin: 0;
  }
  /* toggle */
  .ccm-page #toggle {
    margin: 0 auto;
    padding: 0;
  }
}
/*
===============
  BANNER AREA
===============
*/
@keyframes bannerslide {
  from {
    background-position: -500px -130px;
  }
  to {
    background-position: -400px -200px;
  }
}
.ccm-page .banner-container {
  /*animation: bannerslide .7s ease 1;
    animation-fill-mode: forwards;
    animation-delay: .2s;
    background: @color-dark-purple url(../images/banner-bg.png) no-repeat left top;
    background-position-x: -500px;
    background-position-y: -130px;
    */
  background: #5d2d7d url(/application/themes/defaulttheme/images/background-perth.jpg) no-repeat center center;
  margin: 150px 0 80px 0;
}
.ccm-page .banner-container img {
  margin: 40px 0 45px auto;
  max-width: 480px;
}
.ccm-page .banner-container .banner-text {
  margin: 85px 0 0 0;
  max-width: 450px;
}
.ccm-page .banner-container .banner-text h2 {
  border-bottom: 0;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 37px;
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
  text-transform: none;
}
.ccm-page .banner-container .banner-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 50px 0;
}
@media (max-width: 1199px) {
  .ccm-page .banner-container img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .ccm-page .banner-container {
    margin: 198px 0 40px 0;
  }
  .ccm-page .banner-container img {
    margin: 40px 0 30px auto;
  }
  .ccm-page .banner-container .banner-text {
    margin: 50px 0 0 0;
  }
  .ccm-page .banner-container .banner-text h2 {
    font-size: 27px;
    margin: 0 0 35px 0;
  }
  .ccm-page .banner-container .banner-text p {
    font-size: 17px;
    margin: 0 0 45px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .banner-container {
    margin: 0 0 25px 0;
  }
  .ccm-page .banner-container img {
    margin: 20px 0;
  }
  .ccm-page .banner-container .banner-text {
    margin: 15px 0 0 0;
    max-width: 100%;
  }
  .ccm-page .banner-container .banner-text h2 {
    font-size: 23px;
    margin: 0 0 25px 0;
  }
  .ccm-page .banner-container .banner-text p {
    font-size: 14px;
    margin: 0 0 35px 0;
  }
}
/*
======================
  SECTION HEADING
======================
*/
.ccm-page .section-heading {
  animation: bannerslide .7s ease 1;
  animation-fill-mode: forwards;
  animation-delay: .2s;
  background: #5d2d7d url(/application/themes/defaulttheme/images/banner-bg.png) no-repeat left top;
  background-position-x: -500px;
  background-position-y: -130px;
  margin: 150px 0 80px 0;
  padding: 80px 0;
}
.ccm-page .section-heading .heading-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page .section-heading .heading-inner .h-tags {
  flex: 1 1 100px;
  margin: 0 50px 0 0;
  max-width: 650px;
}
.ccm-page .section-heading .heading-inner .h-tags h1 {
  border-bottom: 0;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 15px;
  text-transform: none;
}
.ccm-page .section-heading .heading-inner .h-tags h2 {
  border-bottom: 0;
  color: #f5ae14;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.ccm-page .section-heading .heading-inner .blurb {
  color: #a068c6;
  flex: 1 1 300px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 440px;
  text-align: right;
}
@media (max-width: 1199px) {
  .ccm-page .section-heading {
    margin: 150px 0 50px 0;
    padding: 70px 0;
  }
  .ccm-page .section-heading .heading-inner .blurb {
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .ccm-page .section-heading {
    margin: 149px 0 30px;
    padding: 50px 0;
  }
  .ccm-page .section-heading .heading-inner .h-tags h1 {
    font-size: 29px;
  }
  .ccm-page .section-heading .heading-inner .h-tags h2 {
    font-size: 20px;
  }
  .ccm-page .section-heading .heading-inner .blurb {
    font-size: 16px;
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-heading {
    margin: 0 0 15px 0;
    padding: 15px 0;
  }
  .ccm-page .section-heading .heading-inner {
    display: block;
  }
  .ccm-page .section-heading .heading-inner .h-tags h1 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .ccm-page .section-heading .heading-inner .h-tags h2 {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 10px;
  }
  .ccm-page .section-heading .heading-inner .blurb {
    font-size: 14px;
    line-height: 1.5em;
    max-width: 100%;
    text-align: left;
  }
}
/*
======================
  SECTION SOLUTIONS
======================
*/
.ccm-page .section-solutions {
  background: url(/application/themes/defaulttheme/images/solutions-bg.png) no-repeat center bottom;
}
.ccm-page .section-solutions h2 {
  border-bottom: 0;
  color: #a068c6;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 80px 0;
  padding: 0;
  text-transform: none;
}
.solutions-box-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0 -15px 60px -15px;
}
.solutions-box-container .solutions-box {
  margin: 0 15px 30px 15px;
  padding: 0 0 50px 0;
  position: relative;
  width: 262px;
}
.solutions-box-container .solutions-box h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 30px 0;
  min-height: 53px;
  padding: 0 10px;
}
.solutions-box-container .solutions-box .text-container {
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.solutions-box-container .solutions-box .content p {
  color: #280a3c;
  font-size: 16px;
}
.solutions-box-container .solutions-box .button-special.icon-white-arrow {
  bottom: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .ccm-page .section-solutions h2 {
    font-size: 40px;
    margin: 0 0 80px 0;
  }
  .solutions-box-container {
    margin: 0 -15px 60px -15px;
  }
  .solutions-box-container .solutions-box {
    padding: 0 0 50px 0;
    width: 212px;
  }
  .solutions-box-container .solutions-box h3 {
    min-height: 84px;
  }
}
@media (max-width: 991px) {
  .ccm-page .section-solutions h2 {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .solutions-box-container {
    margin: 0 -15px 60px -15px;
  }
  .solutions-box-container .solutions-box {
    margin: 0 15px 50px 15px;
    padding: 0 0 35px 0;
    width: 345px;
  }
  .solutions-box-container .solutions-box h3 {
    min-height: 56px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-solutions h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .solutions-box-container {
    display: block;
    margin: 0 0 30px 0;
  }
  .solutions-box-container .solutions-box {
    margin: 0 0 30px 0;
    padding: 0 0 50px 0;
    width: 100%;
  }
  .solutions-box-container .solutions-box h3 {
    padding: 0;
    min-height: inherit;
  }
  .solutions-box-container .solutions-box .text-container {
    padding: 0;
  }
}
/*
====================================
  SECTION VIDEO
====================================
*/
.ccm-page .section-video {
  background: #5d2d7d url(/application/themes/defaulttheme/images/banner-bg.png) no-repeat left top;
  background-position-x: -500px;
  background-position-y: -130px;
  padding: 70px 0;
}
.ccm-page .section-video.animate {
  animation: bannerslide .7s ease 1;
  animation-fill-mode: forwards;
  animation-delay: .2s;
}
.ccm-page .section-video .video-text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page .section-video .video-text-container .text-container {
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  max-width: 340px;
  width: 100%;
}
.ccm-page .section-video .video-text-container .video-container {
  width: 660px;
}
.ccm-page .section-video .video-text-container .video-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ccm-page .section-video .video-text-container .video-container .embed-container iframe,
.ccm-page .section-video .video-text-container .video-container .embed-container object,
.ccm-page .section-video .video-text-container .video-container .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .ccm-page .section-video .video-text-container .video-container {
    width: 530px;
  }
}
@media (max-width: 991px) {
  .ccm-page .section-video .video-text-container .text-container {
    font-size: 30px;
    max-width: 240px;
  }
  .ccm-page .section-video .video-text-container .video-container {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-video {
    padding: 20px 0 15px;
  }
  .ccm-page .section-video .video-text-container {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  .ccm-page .section-video .video-text-container .text-container {
    font-size: 18px;
    margin: 0 0 20px;
    max-width: 100%;
    text-align: center;
  }
  .ccm-page .section-video .video-text-container .video-container {
    max-width: 500px;
    width: 100%;
  }
}
/*
====================================
  SECTION CASE STUDIES HOME SLIDER
====================================
*/
.ccm-page .section-case-studies {
  background: #f2e9f7;
  overflow: hidden;
  padding: 60px 0;
}
.ccm-page .section-case-studies #flexslider {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  position: relative;
  zoom: 1;
}
.ccm-page .section-case-studies #flexslider:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .section-case-studies #flexslider .slides {
  margin: 0;
  padding: 0;
}
.ccm-page .section-case-studies #flexslider .custom-navigation {
  bottom: -53px;
  position: absolute;
  left: 50%;
  z-index: 2;
}
.ccm-page .section-case-studies #flexslider .custom-navigation .fa-angle-left,
.ccm-page .section-case-studies #flexslider .custom-navigation .fa-angle-right {
  border: 2px solid #fff;
  background-color: #5d2d7d;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  height: 31px;
  line-height: 26px;
  transition: background .3s;
  width: 31px;
}
.ccm-page .section-case-studies #flexslider .custom-navigation .fa-angle-left:hover,
.ccm-page .section-case-studies #flexslider .custom-navigation .fa-angle-right:hover {
  background: #a068c6;
}
.ccm-page .section-case-studies #flexslider .custom-navigation .fa-angle-left {
  padding: 0 3px 0 0;
}
.ccm-page .section-case-studies #flexslider .custom-navigation .fa-angle-right {
  padding: 0 0 0 2px;
}
.ccm-page .section-case-studies .case-study .title {
  color: #a068c6;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px 0;
}
.ccm-page .section-case-studies .case-study .text {
  color: #5d2d7d;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.35em;
  margin: 0 0 40px 0;
}
.ccm-page .section-case-studies .case-study .company-category {
  color: #5d2d7d;
  font-size: 18px;
  margin: 0 0 50px 0;
  position: relative;
}
.ccm-page .section-case-studies .case-study .company-category .company {
  font-weight: 600;
}
.ccm-page .section-case-studies .case-study .buttons-container {
  position: relative;
}
.ccm-page .section-case-studies .case-study .buttons-container .button-special.icon-white-arrow {
  margin: 0 15px 0 0;
}
.ccm-page .section-case-studies .case-study .image-container img {
  border: 1px solid #d4c7dc;
  border-radius: 5px;
  float: right;
  padding: 9px;
}
@media (max-width: 1199px) {
  .ccm-page .section-case-studies #flexslider .custom-navigation {
    bottom: -53px;
  }
  .ccm-page .section-case-studies .case-study .text {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .ccm-page .section-case-studies #flexslider .custom-navigation {
    bottom: -53px;
  }
  .ccm-page .section-case-studies .case-study .title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .ccm-page .section-case-studies .case-study .text {
    font-size: 23px;
    margin: 0 0 30px;
  }
  .ccm-page .section-case-studies .case-study .company-category {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-case-studies {
    padding: 15px 0;
  }
  .ccm-page .section-case-studies #flexslider .custom-navigation {
    bottom: inherit;
    left: inherit;
    right: 10px;
    top: 0;
  }
  .ccm-page .section-case-studies .case-study .title {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  .ccm-page .section-case-studies .case-study .text {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .ccm-page .section-case-studies .case-study .company-category {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .ccm-page .section-case-studies .case-study .buttons-container .button-special.icon-white-arrow,
  .ccm-page .section-case-studies .case-study .buttons-container .button-special.button-white-with-icon {
    margin: 0 15px 15px 0;
  }
  .ccm-page .section-case-studies .case-study .image-container img {
    float: none;
  }
}
/*
===================
  SECTION CONTENT
===================
*/
.ccm-page .section-content {
  padding: 80px 0;
}
.ccm-page .section-content h1 {
  font-size: 60px;
  line-height: 1.2em;
  margin: 0 auto 80px;
  max-width: 878px;
}
.ccm-page .section-content .content {
  margin: 0 40px 0 0;
}
.ccm-page .section-content-middle {
  padding: 30px 0 50px 0;
}
@media (max-width: 1199px) {
  .ccm-page .section-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .ccm-page .section-content {
    padding: 60px 0;
  }
  .ccm-page .section-content h1 {
    font-size: 40px;
    margin: 0 auto 60px;
    max-width: 580px;
  }
  .ccm-page .section-content .content {
    margin: 0;
  }
  .ccm-page .section-content-middle {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-content {
    padding: 20px 0;
  }
  .ccm-page .section-content h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
    max-width: 100%;
  }
  .ccm-page .section-content .content {
    margin: 0;
  }
  .ccm-page .section-content-middle {
    padding: 0 0 30px 0;
  }
}
/*
=========================
  SECTION MEET THE TEAM
=========================
*/
.ccm-page .section-meet-the-team {
  text-align: center;
}
.ccm-page .section-meet-the-team .img-responsive {
  display: inline;
  margin: 0;
}
.ccm-page .section-meet-the-team .team-cta {
  background: #efb826;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.ccm-page .section-meet-the-team .team-cta .text {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin: 0 5px 0 0;
}
.ccm-page .section-meet-the-team .team-cta .link {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  transition: text-shadow 0.3s;
}
.ccm-page .section-meet-the-team .team-cta .link:hover {
  text-shadow: 0 0 5px #d69b00, 0 0 12px #d69b00;
}
.ccm-page .section-meet-the-team .team-cta .link:hover i {
  transform: translateX(5px);
}
.ccm-page .section-meet-the-team .team-cta .link i {
  transition: transform .3s;
}
@media (max-width: 767px) {
  .ccm-page .section-meet-the-team .team-cta {
    padding: 15px 0;
    text-align: center;
  }
  .ccm-page .section-meet-the-team .team-cta .text {
    font-size: 17px;
  }
  .ccm-page .section-meet-the-team .team-cta .link {
    font-size: 17px;
  }
}
/*
=========
  TEAM
=========
*/
.ccm-page .team {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0 0 30px 0;
}
.ccm-page .team .image-container {
  align-self: flex-start;
  margin: 0 50px 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
  width: 260px;
}
.ccm-page .team .image-container img {
  border-radius: 50%;
}
.ccm-page .team .text-container {
  flex: 1 1 100px;
  margin: 20px 0 0 0;
}
.ccm-page .team .text-container .name {
  color: #5d2d7d;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ccm-page .team .text-container .position {
  color: #a068c6;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
@media (max-width: 1199px) {
  .ccm-page .team .image-container {
    margin: 0 30px 15px 0;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .ccm-page .team .image-container {
    margin: 0 30px 15px 0;
    width: 170px;
  }
  .ccm-page .team .text-container .name {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .ccm-page .team .text-container .position {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .team {
    display: block;
  }
  .ccm-page .team .image-container {
    position: static;
    margin: 0 0 15px 0;
    width: 170px;
  }
  .ccm-page .team .text-container .name {
    background: #fff;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 5px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }
  .ccm-page .team .text-container .position {
    margin: 0 0 20px 0;
  }
}
/*
==============
  FANCY TEAM
==============
*/
.ccm-page .fancy-team-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0 0 70px 0;
}
.ccm-page .fancy-team-container .team-item {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex: 0 0 auto;
  padding: 24px 24px 48px;
  width: 25%;
}
.ccm-page .fancy-team-container .team-item:nth-of-type(1),
.ccm-page .fancy-team-container .team-item:nth-of-type(2),
.ccm-page .fancy-team-container .team-item:nth-of-type(3),
.ccm-page .fancy-team-container .team-item:nth-of-type(4) {
  border-top: 1px solid #e0e0e0;
}
.ccm-page .fancy-team-container .team-item:nth-of-type(4n + 1) {
  border-left: 1px solid #e0e0e0;
}
.ccm-page .fancy-team-container .team-item:hover {
  cursor: pointer;
}
.ccm-page .fancy-team-container .team-item:hover .image-container .arrow {
  background: #a068c6;
}
.ccm-page .fancy-team-container .team-item .image-container {
  margin: 0 0 40px;
  position: relative;
}
.ccm-page .fancy-team-container .team-item .image-container img {
  border-radius: 50%;
}
.ccm-page .fancy-team-container .team-item .image-container .arrow {
  background: #ffca00;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 2px 2px 7px -2px #a068c6;
  font-size: 20px;
  height: 55px;
  padding: 13px 0;
  position: absolute;
  right: -3px;
  text-align: center;
  transition: background .3s;
  width: 55px;
}
.ccm-page .fancy-team-container .team-item .image-container .arrow i {
  color: #fff;
}
.ccm-page .fancy-team-container .team-item .name {
  color: #5d2d7d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 22px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.ccm-page .fancy-team-container .team-item .position {
  color: #a068c6;
  font-size: 16px;
}
.team-popup {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 1020px;
}
.team-popup .popup-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
}
.team-popup .image-container {
  background: #5d2d7d url('/application/themes/defaulttheme/images/fancy-team-background.jpg') no-repeat top center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 50px 0 0;
  text-align: center;
  width: 344px;
}
.team-popup .image-container img {
  border-radius: 50%;
  height: auto;
  margin: 0 0 50px 0;
  max-width: 100%;
}
.team-popup .image-container .quote {
  color: #efba26;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 18px;
  margin: 0 auto;
  max-width: 250px;
}
.team-popup .text-container {
  flex: 1 1 100px;
  padding: 75px 65px;
}
.team-popup .text-container .name {
  color: #5d2d7d;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 5px 0;
  text-transform: none;
}
.team-popup .text-container .position {
  color: #a068c6;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.team-popup .text-container .content p {
  color: #00264c;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 30px 0;
}
.team-popup .text-container .email {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.team-popup .text-container .email .icon {
  background: #ffca00;
  border-radius: 50%;
  height: 45px;
  margin: 0 8px 0 0;
  padding: 13px 0;
  text-align: center;
  width: 45px;
}
.team-popup .text-container .email .icon i {
  color: #fff;
  font-size: 16px;
}
.team-popup .text-container .email a {
  color: #a068c6;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.team-popup .text-container .email a:hover {
  color: #5d2d7d;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .team-popup {
    width: 940px;
  }
  .team-popup .image-container {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .ccm-page .fancy-team-container .team-item {
    padding: 15px 15px 25px;
  }
  .ccm-page .fancy-team-container .team-item .image-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item .image-container .arrow {
    font-size: 15px;
    height: 40px;
    padding: 10px 0;
    width: 40px;
  }
  .ccm-page .fancy-team-container .team-item .name {
    font-size: 15px;
    line-height: 15px;
  }
  .ccm-page .fancy-team-container .team-item .position {
    font-size: 14px;
  }
  .team-popup {
    width: 95%;
  }
  .team-popup .image-container {
    padding: 40px 25px 0;
    width: 250px;
  }
  .team-popup .image-container .quote {
    font-size: 16px;
  }
  .team-popup .text-container {
    padding: 55px 45px;
  }
}
@media (max-width: 767px) {
  .ccm-page .fancy-team-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item {
    padding: 15px;
    width: calc(100%/3);
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(4) {
    border-top: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(4n + 1) {
    border-left: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(3n + 1) {
    border-left: 1px solid #e0e0e0;
  }
  .ccm-page .fancy-team-container .team-item .image-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item .image-container .arrow {
    font-size: 15px;
    height: 40px;
    padding: 10px 0;
    width: 40px;
  }
  .ccm-page .fancy-team-container .team-item .name {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 17px;
  }
  .ccm-page .fancy-team-container .team-item .position {
    font-size: 14px;
  }
  .team-popup {
    width: 97%;
  }
  .team-popup .popup-inner {
    display: block;
  }
  .team-popup .image-container {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 15px 15px 20px;
    width: 100%;
  }
  .team-popup .image-container img {
    margin: 0 0 20px 0;
  }
  .team-popup .image-container .quote {
    font-size: 16px;
  }
  .team-popup .text-container {
    padding: 20px 15px;
  }
  .team-popup .text-container .name {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
  }
  .team-popup .text-container .position {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .team-popup .text-container .content p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .mfp-close-btn-in .mfp-close {
    color: #fff;
  }
  .mfp-close-btn-in .mfp-close:hover {
    color: #ffca00;
  }
}
@media (max-width: 575px) {
  .ccm-page .fancy-team-container .team-item {
    padding: 15px;
    width: 50%;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(3),
  .ccm-page .fancy-team-container .team-item:nth-of-type(4) {
    border-top: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(4n + 1) {
    border-left: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(3n + 1) {
    border-left: none;
  }
  .ccm-page .fancy-team-container .team-item:nth-of-type(2n + 1) {
    border-left: 1px solid #e0e0e0;
  }
  .ccm-page .fancy-team-container .team-item .image-container {
    margin: 0 0 20px 0;
  }
  .ccm-page .fancy-team-container .team-item .image-container .arrow {
    font-size: 15px;
    height: 40px;
    padding: 10px 0;
    width: 40px;
  }
  .ccm-page .fancy-team-container .team-item .name {
    font-size: 14px;
    line-height: 14px;
  }
  .ccm-page .fancy-team-container .team-item .position {
    font-size: 13px;
  }
}
/*
===========
  PARTNER
===========
*/
.ccm-page .partner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
}
.ccm-page .partner .image-container {
  align-self: flex-start;
  margin: 0 70px 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  width: 320px;
}
.ccm-page .partner .text-container {
  flex: 1 1 100px;
  margin: 0;
}
.ccm-page .partner .text-container .name {
  color: #5d2d7d;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .ccm-page .partner .image-container {
    margin: 0 30px 15px 0;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .ccm-page .partner {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .ccm-page .partner .image-container {
    margin: 0 30px 15px 0;
    width: 170px;
  }
  .ccm-page .partner .text-container .name {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .ccm-page .partner {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .ccm-page .partner .image-container {
    position: static;
    margin: 0 0 15px 0;
    width: 170px;
  }
  .ccm-page .partner .text-container .name {
    background: #fff;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 5px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }
}
/*
==================
  FANCY DOWNLOAD
==================
*/
.ccm-page .fancy-download-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0 -15px 80px -15px;
}
.ccm-page .fancy-download-container .fancy-download {
  border: 1px solid #cfb3e2;
  border-radius: 5px;
  margin: 0 15px 50px 15px;
  width: 555px;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.ccm-page .fancy-download-container .fancy-download a.button-special {
  bottom: -24px;
  left: 50%;
  padding: 0 120px 0 20px;
  position: absolute;
  transform: translateX(-50%);
}
.ccm-page .fancy-download-container .fancy-download a.button-special:active {
  top: inherit;
}
@media (max-width: 1199px) {
  .ccm-page .fancy-download-container .fancy-download {
    width: 455px;
  }
}
@media (max-width: 991px) {
  .ccm-page .fancy-download-container .fancy-download {
    padding: 40px 0;
    width: 345px;
  }
  .ccm-page .fancy-download-container .fancy-download img {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .ccm-page .fancy-download-container {
    margin: 0 -15px 20px -15px;
  }
  .ccm-page .fancy-download-container .fancy-download {
    margin: 0 15px 40px 15px;
    padding: 25px 0 35px;
    width: calc(50% - 30px);
  }
  .ccm-page .fancy-download-container .fancy-download img {
    max-width: 75%;
  }
  .ccm-page .fancy-download-container .fancy-download a.button-special {
    padding: 0 60px 0 20px;
  }
}
@media (max-width: 550px) {
  .ccm-page .fancy-download-container .fancy-download {
    width: 100%;
  }
}
/*
============================
  CASE STUDY PAGE TEMLPATE
============================
*/
.ccm-page.page-type-case-study .heading-inner h2 {
  font-size: 24px;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}
.ccm-page.page-type-case-study .heading-inner h3 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .ccm-page.page-type-case-study .heading-inner h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
}
/*
====================
  CASE STUDY PANEL
====================
*/
.ccm-page .cs-panel {
  margin: 0 0 50px 0;
}
.ccm-page .cs-panel .title {
  border-bottom: 1px solid #cfb3e2;
  color: #5d2d7d;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
  text-transform: uppercase;
}
.ccm-page .cs-panel .title .fa {
  color: #ffca00;
  margin: 0 8px 0 0;
}
.ccm-page .cs-panel table {
  border: 0;
  width: 100% !important;
}
.ccm-page .cs-panel table tr td {
  border: 0;
  color: #5d2d7d;
  font-size: 15px;
  padding: 6px 25px 12px 0;
}
.ccm-page .cs-panel table tr td:nth-child(2) {
  color: #a068c6;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 767px) {
  .ccm-page .cs-panel {
    margin: 0 0 30px 0;
  }
  .ccm-page .cs-panel .title {
    font-size: 17px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
}
/*
============================
  CASE STUDY PREVIOUS NEXT
============================
*/
.ccm-page .cs-prev-next {
  margin: 50px 0 70px;
}
.ccm-page .cs-prev-next .item {
  margin: 0 0 60px 0;
}
.ccm-page .cs-prev-next .item:hover h2 i {
  transform: translateX(-5px);
}
.ccm-page .cs-prev-next .item:hover h2.right i {
  transform: translateX(5px);
}
.ccm-page .cs-prev-next .item:hover .image-container .shadow .read-more {
  opacity: 1;
}
.ccm-page .cs-prev-next .item:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .cs-prev-next .item .title {
  background: #a068c6;
  border-bottom: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 10px 20px;
}
.ccm-page .cs-prev-next .item .title.right {
  text-align: right;
}
.ccm-page .cs-prev-next .item .title.right i {
  margin: 0 0 0 3px;
}
.ccm-page .cs-prev-next .item .title i {
  font-size: 17px;
  margin: 0 3px 0 0;
  transition: transform .3s ease;
}
.ccm-page .cs-prev-next .item .info {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.ccm-page .cs-prev-next .item .info .company-name {
  color: #280a3c;
  display: inline-block;
  font-weight: 500;
}
.ccm-page .cs-prev-next .item .info .category {
  color: #a068c6;
  display: inline-block;
}
.ccm-page .cs-prev-next .item .image-container {
  position: relative;
}
.ccm-page .cs-prev-next .item .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ccm-page .cs-prev-next .item .image-container .shadow .read-more {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
  width: 100%;
}
@media (max-width: 991px) {
  .ccm-page .cs-prev-next .item .info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ccm-page .cs-prev-next .col-xs-6 {
    padding-left: 15px;
    padding-right: 7px;
  }
  .ccm-page .cs-prev-next .col-xs-6:nth-child(2n) {
    padding-left: 7px;
    padding-right: 15px;
  }
  .ccm-page .cs-prev-next .item .title {
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 8px;
  }
  .ccm-page .cs-prev-next .item .title i {
    font-size: 14px;
  }
  .ccm-page .cs-prev-next .item .info {
    font-size: 12px;
  }
  .ccm-page .cs-prev-next .item .image-container .shadow .read-more {
    font-size: 9px;
  }
}
/*
============================
  FEATURED CASE STUDY
============================
*/
.ccm-page .featured-case-study {
  display: block;
  margin: 0 0 70px;
}
.ccm-page .featured-case-study:hover .image-container .shadow .read-more {
  opacity: 1;
}
.ccm-page .featured-case-study:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .featured-case-study h3 {
  border-bottom: 1px solid #a068c6;
  color: #5d2d7d;
  margin: 0 0 17px 0;
  padding: 0 0 25px 0;
}
.ccm-page .featured-case-study .info {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.ccm-page .featured-case-study .info .company-name {
  color: #280a3c;
  display: inline-block;
  font-weight: 500;
}
.ccm-page .featured-case-study .info .category {
  color: #a068c6;
  display: inline-block;
}
.ccm-page .featured-case-study .image-container {
  position: relative;
}
.ccm-page .featured-case-study .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ccm-page .featured-case-study .image-container .shadow .read-more {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
  width: 100%;
}
@media (max-width: 767px) {
  .ccm-page .featured-case-study {
    margin: 0 0 40px;
  }
  .ccm-page .featured-case-study h3 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .ccm-page .featured-case-study .image-container .shadow .read-more {
    font-size: 14px;
  }
}
/*
======================
  IMAGE BOX CONTAINER
======================
*/
.ccm-page .image-box-container {
  margin: 0 -15px;
}
.ccm-page .image-box-container:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .image-box {
  border-top: 1px solid #a068c6;
  display: block;
  float: left;
  margin: 0 15px 70px 15px;
  padding: 20px 0 0;
  position: relative;
  width: 360px;
  z-index: 2;
}
.ccm-page .image-box.category {
  padding: 15px 0 0 0;
}
.ccm-page .image-box:hover .image-container .shadow .read-more {
  opacity: 1;
}
.ccm-page .image-box:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .image-box .info {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.ccm-page .image-box .info .company-name {
  color: #280a3c;
  font-weight: 500;
}
.ccm-page .image-box .info .category {
  color: #a068c6;
}
.ccm-page .image-box .image-container {
  position: relative;
}
.ccm-page .image-box .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ccm-page .image-box .image-container .shadow .read-more {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.ccm-page.is-edit .image-box {
  display: block;
  float: none;
  z-index: inherit;
}
.ccm-page .swipe {
  display: none;
}
.ccm-page .swipe i {
  -webkit-animation: swipe 3s ease-out infinite;
  -moz-animation: swipe 3s ease-out infinite;
  animation: swipe 3s ease-out infinite;
}
@-moz-keyframes swipe {
  50% {
    -moz-transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes swipe {
  50% {
    -webkit-transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swipe {
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 1199px) {
  .ccm-page .image-box {
    margin: 0 15px 70px 15px;
    width: 293px;
  }
  .ccm-page .image-box .image-container {
    position: relative;
  }
  .ccm-page .image-box .image-container .shadow .read-more {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ccm-page .image-box {
    margin: 0 10px 50px 10px;
    width: 230px;
  }
  .ccm-page .image-box .info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ccm-page .image-box-container {
    display: block;
    margin: 0 -15px;
    min-height: .01%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    /*text-align: center;*/
    white-space: nowrap;
    width: calc(100% + 30px);
  }
  .ccm-page .image-box {
    display: inline-block;
    float: none;
    margin: 0 7px 15px 7px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 170px;
  }
  .ccm-page .image-box.category {
    padding: 15px 0 0 0;
  }
  .ccm-page .image-box.category .info {
    margin: 0 0 5px 0;
  }
  .ccm-page .image-box.category .company-name {
    line-height: 1.1em;
    min-height: 40px;
  }
  .ccm-page .image-box:first-child {
    margin: 0 7px 15px 15px;
  }
  .ccm-page .image-box:last-child {
    margin: 0 15px 15px 7px;
  }
  .ccm-page .swipe {
    display: block;
  }
}
/*
=============
  NEWS LIST
=============
*/
.ccm-page .news-list {
  margin: 0 0 80px 0;
}
.ccm-page .news-list hr {
  border-top: 1px solid #d5d5cf;
  margin: 30px 0;
}
.ccm-page .news-list .item-news {
  display: block;
}
.ccm-page .news-list .item-news:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .news-list .item-news:hover h3 {
  color: #5d2d7d;
}
.ccm-page .news-list .item-news:hover .image-container .read-more {
  background: #a068c6;
}
.ccm-page .news-list .item-news .news-info {
  margin: 0 80px 0 0;
}
.ccm-page .news-list .item-news .news-info h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  transition: color .3s;
}
.ccm-page .news-list .item-news .news-info p {
  color: #00264c;
  font-size: 17px;
  line-height: 1.7em;
  margin: 0 0 30px 0;
}
.ccm-page .news-list .item-news .news-info p.author-date {
  color: #828282;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.ccm-page .news-list .item-news .image-container {
  display: block;
  float: right;
  margin: 0 0 0 50px;
  position: relative;
  width: 360px;
}
.ccm-page .news-list .item-news .image-container .read-more {
  background: #f0ab14;
  bottom: 0;
  color: #fff;
  height: 54px;
  opacity: .95;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background .3s;
  width: 54px;
}
.ccm-page .news-list .item-news .image-container .read-more i {
  font-size: 17px;
  position: relative;
  top: 17px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #a068c6;
  border-color: #a068c6;
}
.ccm-pagination-wrapper {
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  color: #a068c6;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #5d2d7d;
}
@media (max-width: 991px) {
  .ccm-page .news-list .item-news .news-info {
    margin: 0 40px 0 0;
  }
  .ccm-page .news-list .item-news .news-info h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .ccm-page .news-list .item-news .news-info p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .ccm-page .news-list .item-news .image-container {
    width: 200px;
  }
  .ccm-page .news-list .item-news .image-container .read-more {
    height: 40px;
    width: 40px;
  }
  .ccm-page .news-list .item-news .image-container .read-more i {
    font-size: 14px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .ccm-page .news-list .item-news .news-info {
    margin: 15px 0 0 0;
  }
  .ccm-page .news-list .item-news .news-info p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .ccm-page .news-list .item-news .news-info p.author-date {
    font-size: 14px;
  }
  .ccm-page .news-list .item-news .image-container {
    float: none;
    margin: 0 0 15px 0;
  }
}
/*
======================
  SECTION NEWSLETTER
======================
*/
.ccm-page .section-newsletter {
  background: #efb826;
  padding: 30px 0;
}
.ccm-page .section-newsletter .d3-mailchimp .ccm-error {
  background: #fff6f6;
  border: 1px solid #a94442;
  border-radius: 8px;
  color: #a94442;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 15px;
}
.ccm-page .section-newsletter .d3-mailchimp .ccm-error li {
  list-style-type: none;
}
.ccm-page .section-newsletter .d3-mailchimp p.message {
  background: #f8fff6;
  border: 1px solid #42a957;
  border-radius: 8px;
  color: #42a957;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 15px;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .text-subscribe {
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 5px;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .text-newsletter {
  color: #280a3c;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .first-name,
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .last-name {
  display: none;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address {
  flex-grow: 1;
  margin: 0 50px 0 80px;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address :-moz-placeholder {
  color: #280a3c !important;
  font-size: 18px;
  font-weight: 500;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address ::-moz-placeholder {
  color: #280a3c !important;
  font-size: 18px;
  font-weight: 500;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address :-ms-input-placeholder {
  color: #280a3c !important;
  font-size: 18px;
  font-weight: 500;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address ::-webkit-input-placeholder {
  color: #280a3c !important;
  opacity: 1 !important;
  font-size: 18px;
  font-weight: 500;
}
.ccm-page .section-newsletter .d3-mailchimp .form-newsletter .ccm-input-email {
  background: #efb826;
  border: none;
  border-bottom: 1px solid #280a3c;
  border-radius: 0;
  box-shadow: none;
  color: #280a3c;
  font-size: 18px;
  font-weight: 500;
  max-width: inherit;
  padding: 18px 0;
  outline: none;
}
@media (max-width: 991px) {
  .ccm-page .section-newsletter {
    background: #efb826;
    padding: 30px 0;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .text-subscribe {
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .text-newsletter {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address {
    margin: 0 30px 0 50px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .button-special {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-newsletter {
    background: #efb826;
    padding: 20px 0;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter {
    display: block;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .text-subscribe {
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .text-newsletter {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address {
    margin: 0 0 20px 0;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address :-moz-placeholder {
    font-size: 16px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address ::-moz-placeholder {
    font-size: 16px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address :-ms-input-placeholder {
    font-size: 16px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .email-address .ccm-input-email {
    font-size: 16px;
    padding: 15px 0;
  }
  .ccm-page .section-newsletter .d3-mailchimp .form-newsletter .button-special {
    width: 150px;
  }
}
/*
================
  CONTACT INFO
================
*/
.ccm-page .contact-info .items {
  margin: 0;
}
.ccm-page .contact-info .items .item {
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 20px 30px 25px;
  min-width: 200px;
  position: relative;
}
.ccm-page .contact-info .items .item:before {
  color: #5d2d7d;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  left: -30px;
  margin: 0;
  padding: 0 0 0 6px;
  position: absolute;
}
.ccm-page .contact-info .items .item.contact-phone:before {
  content: "\f095";
}
.ccm-page .contact-info .items .item.contact-mobile:before {
  content: "\f10b";
  left: -24px;
}
.ccm-page .contact-info .items .item.contact-fax:before {
  content: "\f1ac";
}
.ccm-page .contact-info .items .item.contact-email:before {
  content: "\f0e0";
}
.ccm-page .contact-info .items .item.contact-address:before {
  content: "\f041";
  left: -24px;
}
.ccm-page .contact-info .items .item.contact-pobox:before {
  content: "\f1ad";
}
.ccm-page .contact-info .items .item.contact-trading-hours:before {
  content: "\f017";
}
.ccm-page .contact-info .items .item a {
  color: #000000;
}
.ccm-page .contact-info .items .item a:hover {
  color: #5d2d7d;
}
@media (max-width: 991px) {
  .ccm-page .contact-info .items .item {
    font-size: 16px;
    margin: 10px 20px 10px 20px;
  }
  .ccm-page .contact-info .items .item:before {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .ccm-page .contact-info .items {
    display: block;
  }
  .ccm-page .contact-info .items .item {
    font-size: 16px;
    margin: 10px 0 15px 30px;
    max-width: 100%;
  }
  .ccm-page .contact-info .items .item:before {
    left: -30px;
    margin: 0 5px 0 0;
  }
}
/*
====================
  CONTACT INFO BOX
====================
*/
.ccm-page .contact-info-box .items {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0;
}
.ccm-page .contact-info-box .items .item {
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 10px 30px 30px 0px;
  min-width: 200px;
  position: relative;
}
.ccm-page .contact-info-box .items .item h4 {
  border-bottom: 1px solid #a068c6;
  color: #5d2d7d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  position: relative;
  text-transform: uppercase;
}
.ccm-page .contact-info-box .items .item a {
  color: #000000;
}
.ccm-page .contact-info-box .items .item a:hover {
  color: #5d2d7d;
}
@media (max-width: 767px) {
  .ccm-page .contact-info-box .items {
    display: block;
  }
  .ccm-page .contact-info-box .items .item {
    font-size: 16px;
    margin: 10px 0 20px 0;
    max-width: 100%;
  }
  .ccm-page .contact-info-box .items .item h4 {
    margin: 0 0 5px;
  }
}
/*
=======================
  CONTACT INFO COLUMN
=======================
*/
.ccm-page .contact-info-column .items {
  margin: 0;
}
.ccm-page .contact-info-column .items .item {
  color: #ffffff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  margin: 0 0 8px 0;
}
.ccm-page .contact-info-column .items .item a {
  color: #ffffff;
  transition: color .3s;
}
.ccm-page .contact-info-column .items .item a:hover {
  color: #f5ae14;
}
/*
=======================
  CONTACT INFO HEADER
=======================
*/
.ccm-page .contact-info-header .item {
  font-size: 18px;
  font-weight: 300;
  margin: 0 20px 0 0;
}
.ccm-page .contact-info-header .item.contact-phone:hover:before {
  color: #f5ae14;
}
.ccm-page .contact-info-header .item.contact-phone:before {
  color: #f5ae14;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  margin: 0 3px 0 0;
  position: relative;
  top: 1px;
}
.ccm-page .contact-info-header .item a {
  color: #ffffff;
}
.ccm-page .contact-info-header .item a:hover {
  color: #f5ae14;
}
@media (max-width: 767px) {
  .ccm-page .contact-info-header .item {
    font-size: 16px;
    margin: 0;
  }
  .ccm-page .contact-info-header .item.contact-phone:before,
  .ccm-page .contact-info-header .item.contact-email:before,
  .ccm-page .contact-info-header .item.contact-address:before {
    font-size: 16px;
  }
}
/*
=====================
  FORMIDABLE STYLES
=====================
*/
.ccm-page .formidable {
  background: #5d2d7d;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 40px;
  max-width: 440px;
  padding: 15px 7px 38px 7px;
}
.ccm-page .formidable .formidable_message.success {
  padding: 10px 0 1px;
}
.ccm-page .formidable .formidable_message.success p {
  color: #a068c6;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .7px;
  line-height: 1.3em;
}
.ccm-page .formidable .row {
  margin-left: -15px;
  margin-right: -15px;
}
.ccm-page .formidable [class*="width"] {
  padding-left: 15px;
  padding-right: 15px;
}
.ccm-page .formidable .form-group {
  margin: 0 -15px 0 -15px;
}
.ccm-page .formidable :-moz-placeholder {
  color: #f9f9f9 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page .formidable ::-moz-placeholder {
  color: #f9f9f9 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page .formidable :-ms-input-placeholder {
  color: #f9f9f9 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page .formidable ::-webkit-input-placeholder {
  color: #f9f9f9 !important;
  opacity: 1 !important;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page .formidable textarea,
.ccm-page .formidable input[type=text],
.ccm-page .formidable input[type=email] {
  -webkit-appearance: none;
  background: #5d2d7d;
  border: 1px solid #b78cd4;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: inherit;
  outline: none;
  margin: 12px 0;
  padding: 15px 13px;
}
.ccm-page .formidable textarea {
  height: 180px;
  margin: 12px 0;
}
.ccm-page .formidable select {
  -webkit-appearance: none;
  background: #5d2d7d;
  border: 1px solid #b78cd4;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: inherit;
  outline: none;
  margin: 12px 0;
  padding: 15px 13px;
}
.ccm-page .formidable .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ccm-page .formidable p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 25px 0;
  padding: 0 13px;
}
.ccm-page .formidable h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 25px 0;
  padding: 0 13px;
}
.ccm-page .formidable .captcha_holder {
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.ccm-page .formidable .captcha_input {
  display: block;
}
.ccm-page .formidable .g-recaptcha > div {
  margin: 0 auto;
}
.ccm-page .formidable #ff_buttons {
  text-align: center;
}
.ccm-page .formidable input[type=submit] {
  border: none;
}
.ccm-page .formidable .formidable_message {
  background: #fff;
  margin: -7px 0 0 0;
}
.ccm-page .formidable .formidable_message.error {
  background: #fff4f4;
}
.ccm-page .formidable .formidable_message div {
  padding: 0 7px 3px;
}
.ccm-page .formidable .formidable_message div:first-child {
  padding: 10px 7px 3px;
}
.ccm-page .formidable .formidable_message div:last-child {
  padding: 0 7px 10px;
}
@media (max-width: 1199px) {
  .ccm-page .formidable p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ccm-page .formidable {
    margin: 0 auto 10px;
  }
  .ccm-page .formidable p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ccm-page .formidable {
    margin: 0 auto 30px;
  }
  .ccm-page .formidable textarea,
  .ccm-page .formidable input[type=text],
  .ccm-page .formidable input[type=email] {
    padding: 11px 12px;
  }
  .ccm-page .formidable .form-group {
    margin-bottom: 5px;
  }
  .ccm-page .formidable p {
    font-size: 18px;
  }
}
/*
===============================
  FOOTER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .footer {
  background: #230a3c;
  padding: 50px 0 40px;
}
.ccm-page .footer h4 {
  color: #efb826;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.ccm-page .footer p {
  color: #ffffff;
}
.ccm-page .footer a {
  color: #ffffff;
}
.ccm-page .footer .sitemap p {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 8px 0;
}
.ccm-page .footer .sitemap a {
  transition: color .3s;
}
.ccm-page .footer .sitemap a:hover {
  color: #f5ae14;
}
.ccm-page .footer hr {
  border-color: #4b3f67;
  margin: 30px 0 40px;
}
.ccm-page .footer .footer-logo-container img {
  display: inline;
  float: right;
}
.ccm-page .footer .copyright {
  color: #737391;
  font-size: 13px;
}
.ccm-page .footer .copyright a {
  color: #ffffff;
  transition: color .3s;
}
.ccm-page .footer .copyright a:hover {
  color: #f5ae14;
}
.ccm-page #back-to-top {
  bottom: 40px;
  color: #bbb;
  display: block;
  opacity: 0.8;
  position: fixed;
  right: 5px;
  z-index: 999;
}
.ccm-page #back-to-top i {
  font-size: 32px;
  position: relative;
  top: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.ccm-page #back-to-top:hover i {
  color: #999;
  top: -3px;
}
@media (max-width: 767px) {
  .ccm-page .footer {
    padding: 15px 0 30px;
  }
  .ccm-page .footer h4 {
    margin: 0 0 10px 0;
  }
  .ccm-page .footer .sitemap {
    margin: 0 0 25px 0;
  }
  .ccm-page .footer .contact {
    margin: 0 0 25px 0;
  }
  .ccm-page .footer .footer-logo-container img {
    float: none;
  }
  .ccm-page .footer hr {
    margin: 30px 0 20px;
  }
  .ccm-page .footer .copyright {
    line-height: 1.6em;
  }
  .ccm-page .footer .copyright span {
    display: block;
  }
  .ccm-page .footer .copyright span.separator {
    display: none;
  }
}
/*
================
  SOCIAL ICONS
================
*/
.ccm-page .social-icons {
  margin: 7px 0 0 0;
}
.ccm-page .social-icons a {
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 24px;
  margin: 0 15px 0 0;
  padding: 3px;
  text-align: center;
  width: 24px;
  display: inline-block;
  position: relative;
}
.ccm-page .social-icons a:before {
  border: 1px solid #a068c6;
  border-radius: 50%;
  bottom: -4px;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: -4px;
}
.ccm-page .social-icons a:hover {
  border-color: #f5ae14;
}
.ccm-page .social-icons a:last-child {
  border-right: none;
}
.ccm-page .social-icons a.social-facebook {
  background: #3B5998;
}
.ccm-page .social-icons a.social-linkedin {
  background: #4875b4;
}
.ccm-page .social-icons a.social-google-plus {
  background: #c63d2d;
}
.ccm-page .social-icons a.social-twitter {
  background: #33ccff;
}
.ccm-page .social-icons a.social-youtube {
  background: #cc181e;
}
.ccm-page .social-icons a.social-instagram {
  background: #945b02;
}
.ccm-page .social-icons a.social-pinterest {
  background: #cb2027;
}
.ccm-page .social-icons a i {
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ccm-page .footer .social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0 0 75px 0;
}
.ccm-page .footer .social-icons a {
  background: none !important;
  height: 41px;
  margin: 0 0 0 20px;
  width: 41px;
}
.ccm-page .footer .social-icons a:before {
  border-color: #f5ae14;
  transition: border-color 0.3s;
}
.ccm-page .footer .social-icons a:hover:before {
  border-color: #a068c6;
}
.ccm-page .footer .social-icons a i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .ccm-page .footer .social-icons {
    display: block;
    margin: 0 0 25px 0;
  }
  .ccm-page .footer .social-icons a {
    margin: 0 20px 0 0;
  }
}
