@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);
@import url(//fonts.googleapis.com/css?family=Marvel:400,700);
/* 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 {
  content: " ";
  display: table;
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/*@header-background-image: url(../../images/background_header_soft_blue.png) no-repeat center;*/
/*@body-type-font-family: ~"'Helvetica Neue', Helvetica, Arial, sans-serif";*/
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
body {
  /*background: transparent url(../../images/background.png) repeat scroll;*/
  /*background: transparent url(../../images/ct1_home_wireframe.png) no-repeat center 50px;*/
  /*background-color: #ccc;*/
  width: 100%;
}
div.ccm-page {
  position: relative;
  background: transparent;
}
div.ccm-page {
  font-family: 'Titillium Web';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page a {
  outline: 0;
}
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: 1.9em;
  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.35em;
  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.15em;
  font-weight: 700;
  color: #1f2f46;
  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: 200;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.93em;
  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%;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  /*background-color: @page-background-color;*/
  background: transparent;
  /* padding-bottom: 80px; */
  /*margin-top: -50px;*/
}
div.ccm-page main div.container:last-child {
  padding-bottom: 80px;
}
div.ccm-page main .container-awards {
  background-image: url('/application/themes/curricula/images/ct_background_awards.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #ffffff;
}
div.ccm-page main .container-awards div.page-list-for-awards {
  padding-top: 50px;
  width: 65%;
}
div.ccm-page main .container-awards div.page-list-for-awards .ccm-block-page-list-news-title {
  display: none;
}
div.ccm-page main .container-awards div.page-list-for-awards .ccm-block-page-list-description {
  color: #000000;
  font-size: 1.1em;
}
div.ccm-page main .container-awards div.page-list-for-awards .ccm-block-page-list-page-entry-read-more {
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
}
div.ccm-page main .container-awards div.page-list-for-awards .ccm-block-page-list-page-entry-read-more a {
  color: #000000;
}
@media (max-width: 767px) {
  div.ccm-page main .container .headline,
  div.ccm-page main .container-normal .headline,
  div.ccm-page main .container .ccm-block-feature-item-blurb,
  div.ccm-page main .container-wedo {
    padding: 30px 12%;
  }
}
@media (min-width: 768px) {
  div.ccm-page main .container .headline,
  div.ccm-page main .container-normal .headline,
  div.ccm-page main .container .ccm-block-feature-item-blurb,
  div.ccm-page main .container-wedo {
    padding: 30px 8%;
  }
}
@media (min-width: 992px) {
  div.ccm-page main .container .headline,
  div.ccm-page main .container-normal .headline,
  div.ccm-page main .container .ccm-block-feature-item-blurb,
  div.ccm-page main .container-wedo {
    padding: 30px 8%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page main .container .headline,
  div.ccm-page main .container-normal .headline,
  div.ccm-page main .container .ccm-block-feature-item-blurb,
  div.ccm-page main .container-wedo {
    padding: 30px 8%;
  }
}
div.ccm-page.page-template-home .container-two-column .container {
  position: relative;
}
@media (max-width: 767px) {
  div.ccm-page.page-template-home .container-two-column .container {
    padding: 0px 12% 30px 12%;
  }
}
@media (min-width: 768px) {
  div.ccm-page.page-template-home .container-two-column .container {
    padding: 0px 8% 30px 8%;
  }
}
@media (min-width: 992px) {
  div.ccm-page.page-template-home .container-two-column .container {
    padding: 0px 8% 30px 8%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page.page-template-home .container-two-column .container {
    padding: 0px 8% 30px 8%;
  }
}
@media (max-width: 767px) {
  div.ccm-page.page-template-full main .container,
  div.ccm-page.page-template-team main .container,
  div.ccm-page.page-template-left-sidebar main .container,
  div.ccm-page.page-template-right-sidebar main .container,
  div.ccm-page.page-template-blog-post main .container {
    padding: 0px 12%;
  }
}
@media (min-width: 768px) {
  div.ccm-page.page-template-full main .container,
  div.ccm-page.page-template-team main .container,
  div.ccm-page.page-template-left-sidebar main .container,
  div.ccm-page.page-template-right-sidebar main .container,
  div.ccm-page.page-template-blog-post main .container {
    padding: 0px 8%;
  }
}
@media (min-width: 992px) {
  div.ccm-page.page-template-full main .container,
  div.ccm-page.page-template-team main .container,
  div.ccm-page.page-template-left-sidebar main .container,
  div.ccm-page.page-template-right-sidebar main .container,
  div.ccm-page.page-template-blog-post main .container {
    padding: 0px 8%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page.page-template-full main .container,
  div.ccm-page.page-template-team main .container,
  div.ccm-page.page-template-left-sidebar main .container,
  div.ccm-page.page-template-right-sidebar main .container,
  div.ccm-page.page-template-blog-post main .container {
    padding: 0px 8%;
  }
}
div.ccm-page main .container .headline p,
div.ccm-page main .container-normal .headline p {
  margin: 30px 0;
  line-height: 1;
}
@media (max-width: 767px) {
  div.ccm-page main .container .headline,
  div.ccm-page main .container-normal .headline {
    font-family: serif;
    color: #4f585c;
    font-size: 1.05em;
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  div.ccm-page main .container .headline,
  div.ccm-page main .container-normal .headline {
    font-family: serif;
    color: #4f585c;
    font-size: 1.05em;
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  div.ccm-page main .container .ccm-block-feature-item-blurb {
    font-family: serif;
    color: #4f585c;
    font-size: 1.5em;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  div.ccm-page main .container .ccm-block-feature-item-blurb {
    font-family: serif;
    color: #4f585c;
    font-size: 1.5em;
    font-weight: 400;
  }
}
div.ccm-page main .container-blue,
div.ccm-page main .container-awards,
div.ccm-page main .container-client,
div.ccm-page footer .container-blue,
div.ccm-page main .container-normal,
div.ccm-page main .container-headline-right {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #eeeeee;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page main .container-blue,
  div.ccm-page main .container-awards,
  div.ccm-page main .container-client,
  div.ccm-page footer .container-blue,
  div.ccm-page main .container-normal,
  div.ccm-page main .container-headline-right {
    padding: 0 12%;
  }
}
@media (min-width: 768px) {
  div.ccm-page main .container-blue,
  div.ccm-page main .container-awards,
  div.ccm-page main .container-client,
  div.ccm-page footer .container-blue,
  div.ccm-page main .container-normal,
  div.ccm-page main .container-headline-right {
    width: 750px;
    padding: 0 8%;
  }
}
@media (min-width: 992px) {
  div.ccm-page main .container-blue,
  div.ccm-page main .container-awards,
  div.ccm-page main .container-client,
  div.ccm-page footer .container-blue,
  div.ccm-page main .container-normal,
  div.ccm-page main .container-headline-right {
    width: 970px;
    padding: 0 8%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page main .container-blue,
  div.ccm-page main .container-awards,
  div.ccm-page main .container-client,
  div.ccm-page footer .container-blue,
  div.ccm-page main .container-normal,
  div.ccm-page main .container-headline-right {
    width: 1110px;
    padding: 0 8%;
  }
}
div.ccm-page main .container-blue:before,
div.ccm-page main .container-awards:before,
div.ccm-page main .container-client:before,
div.ccm-page footer .container-blue:before,
div.ccm-page main .container-normal:before,
div.ccm-page main .container-headline-right:before,
div.ccm-page main .container-blue:after,
div.ccm-page main .container-awards:after,
div.ccm-page main .container-client:after,
div.ccm-page footer .container-blue:after,
div.ccm-page main .container-normal:after,
div.ccm-page main .container-headline-right:after {
  content: " ";
  display: table;
}
div.ccm-page main .container-blue:after,
div.ccm-page main .container-awards:after,
div.ccm-page main .container-client:after,
div.ccm-page footer .container-blue:after,
div.ccm-page main .container-normal:after,
div.ccm-page main .container-headline-right:after {
  clear: both;
}
div.ccm-page main .container-blue,
div.ccm-page footer .container-blue {
  background-color: #143c64;
}
div.ccm-page main .container-awards {
  background-color: #ffffff;
}
div.ccm-page main .container-client {
  background-color: #ebebeb;
  padding: 0;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}
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-template-left-sidebar div.col-sidebar table,
div.ccm-page.page-template-right-sidebar div.col-sidebar table,
div.ccm-page.page-template-left-sidebar div.col-content table,
div.ccm-page.page-template-right-sidebar div.col-content table {
  width: 100%;
  font-size: .9em;
}
div.ccm-page.page-template-left-sidebar div.col-sidebar img,
div.ccm-page.page-template-right-sidebar div.col-sidebar img {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.6);
}
div.ccm-page.page-type-blog h1.page-title {
  padding-top: 0px !important;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  div.ccm-page div.container-client {
    display: none;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.container-client {
    display: block;
  }
}
div.ccm-page div.container-client .ccm-block-testimonial-wrapper {
  background-color: #9999cc;
  box-shadow: 0 3px 0 rgba(25, 25, 25, 0.3);
  width: 100%;
  margin: auto 0;
  min-height: 230px;
  max-height: 230px;
}
@media (min-width: 768px) {
  div.ccm-page div.container-client .ccm-block-testimonial-wrapper {
    padding: 0 12%;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.container-client .ccm-block-testimonial-wrapper {
    padding: 0 12%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.container-client .ccm-block-testimonial-wrapper {
    padding: 0 12%;
  }
}
div.ccm-page div.container-client .ccm-block-testimonial .ccm-block-testimonial-text {
  color: #333;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 40px 0;
  float: center;
  width: 100%;
  min-height: 100px;
}
div.ccm-page .ccm-block-testimonial-paragraph:before {
  content: "   ";
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -50px;
  width: 35px;
  height: 30px;
  display: inline-block;
}
div.ccm-page .ccm-block-testimonial-paragraph:after {
  content: "   ";
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -100px -50px;
  width: 35px;
  height: 25px;
  margin-left: 5px;
  display: inline-block;
}
div.ccm-page .ccm-block-testimonial-paragraph {
  line-height: 1.2em;
}
div.ccm-page .ccm-block-testimonial-company {
  font-size: .5em;
}
div.ccm-page .triangle {
  z-index: 999;
  content: "  ";
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
  margin-left: 42%;
  display: block;
  position: relative;
  bottom: 0;
  text-align: center;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -50px;
}
div.ccm-page div.container-client .col-sm-12 .row {
  margin: 0 10% 25px 10%;
  padding: 0;
}
div.ccm-page div.container-client .col-sm-2,
div.ccm-page div.container-client .col-sm-4 {
  margin: 0;
  padding: 0;
}
div.ccm-page div.container-client picture {
  display: block;
  margin-top: -50px;
}
div.ccm-page .trianglePos1,
div.ccm-page .trianglePos2,
div.ccm-page .trianglePos3,
div.ccm-page .trianglePos4,
div.ccm-page .trianglePos5,
div.ccm-page .trianglePos6,
div.ccm-page .trianglePos2_double,
div.ccm-page .trianglePos4_double {
  cursor: pointer;
}
div.ccm-page.page-type-success-story-page td {
  padding: 15px;
}
div.ccm-page.page-type-success-story-page td img {
  min-width: 60px;
  min-height: 60px;
}
div.ccm-page header {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 25px;
  /* padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;*/
  padding: 0;
  /*border-bottom: 1px solid #d9d9d9;*/
}
@media (min-width: 480px) and (max-width: 991px) {
  div.ccm-page header {
    position: absolute !important;
  }
}
div.ccm-page header #header-site-title {
  font-family: 'Titillium Web';
  font-weight: 400;
  color: #1f2f46;
  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: #000000;
  text-decoration: none !important;
}
div.ccm-page header .header-site-title p {
  margin-bottom: 0px;
}
div.ccm-page header .header-site-title:hover {
  opacity: .9;
}
div.ccm-page header .container-outer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media all and (max-width: 767px) {
  div.ccm-page header .container-outer {
    width: 100%;
    border-left: solid 15px white;
    border-right: solid 15px white;
  }
  div.ccm-page header .container-outer .col-md-8 {
    width: 20%;
  }
  div.ccm-page header .container-outer .col-sm-4 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .container-outer {
    width: 720px;
  }
  div.ccm-page header .container-outer .col-md-8 {
    width: 30%;
  }
  div.ccm-page header .container-outer .col-sm-4 {
    width: 70%;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .container-outer {
    width: 940px;
  }
  div.ccm-page header .container-outer .col-md-8 {
    width: 66.6667%;
  }
  div.ccm-page header .container-outer .col-sm-4 {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header .container-outer {
    width: 1110px;
  }
  div.ccm-page header .container-outer .col-md-8 {
    width: 66.6667%;
  }
  div.ccm-page header .container-outer .col-sm-4 {
    width: 33.3333%;
  }
}
div.ccm-page header .container-outer:before,
div.ccm-page header .container-outer:after {
  content: " ";
  display: table;
}
div.ccm-page header .container-outer:after {
  clear: both;
}
div.ccm-page header .container {
  background-color: rgba(217, 227, 254, 0.8);
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*horizontal vertical blur spread*/
  box-shadow: inset 0px -2px 2px -2px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  div.ccm-page header .container {
    float: left;
    width: 100%;
  }
}
div.ccm-page header .ccm-search-block-form {
  position: relative;
}
div.ccm-page header .ccm-search-block-form:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  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: @header-search-input-background-color;*/
  background: transparent;
}
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;
  padding: 15px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  font-family: 'Titillium Web';
  font-size: 18px;
  font-weight: 700;
  color: #0e97ee;
  text-transform: none;
}
@media (min-width: 768px) {
  div.ccm-page header nav ul a {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  div.ccm-page header nav ul a {
    padding-right: 40px;
  }
}
div.ccm-page header nav ul a:hover {
  color: #1f2f46;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  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: @header-navigation-menu-background-color;*/
  background: transparent;
  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: #0e97ee;
  -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-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-bottom-right-radius: 25px;
  border-top-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-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-bottom-left-radius: 25px;
  border-top-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: 8px 0px;
  margin: 30px 0px 0px 0px;
  font-size: 16px;
}
div.ccm-page .breadcrumb a {
  color: #a7befd !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #548627 !important;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb {
  margin: 0;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Titillium Web';
  font-size: 1.35em;
  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: #0e97ee;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #1f2f46;
}
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:hover,
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  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 {
  background-image: none;
}
div.ccm-page .btn-success.disabled,
div.ccm-page .btn-success[disabled],
fieldset[disabled] div.ccm-page .btn-success,
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:active,
div.ccm-page .btn-success[disabled]:active,
fieldset[disabled] div.ccm-page .btn-success:active,
div.ccm-page .btn-success.disabled.active,
div.ccm-page .btn-success[disabled].active,
fieldset[disabled] div.ccm-page .btn-success.active {
  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:hover,
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  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 {
  background-image: none;
}
div.ccm-page .btn-default.disabled,
div.ccm-page .btn-default[disabled],
fieldset[disabled] div.ccm-page .btn-default,
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:active,
div.ccm-page .btn-default[disabled]:active,
fieldset[disabled] div.ccm-page .btn-default:active,
div.ccm-page .btn-default.disabled.active,
div.ccm-page .btn-default[disabled].active,
fieldset[disabled] div.ccm-page .btn-default.active {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
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: 16px;
  font-weight: normal;
}
div.ccm-page div.block-sidebar-wrapped a {
  color: #a7befd !important;
}
div.ccm-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: #ffffff !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.15em;
}
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: #a7befd !important;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 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;
  width: 100% \9;
  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-left: 15px;
  padding-right: 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.35em;
  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: #0e97ee;
}
div.ccm-page div.recent-blog-entry {
  display: block;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 200;
  color: #1a1a1a;
  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: #143c64;
  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.ccm-page div.area-content-accent div.container:last-child {
  padding-bottom: 0px;
}
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-left: -15px;
  margin-right: -15px;
}
div.ccm-page .ccm-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-left: 15px;
  padding-right: 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: #1f2f46;
}
div.ccm-page div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page div.ccm-block-feature-item-blurb {
  font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
  font-size: 1.35em;
  position: relative;
}
div.ccm-page div.ccm-block-feature-item-blurb h4,
div.ccm-page div.ccm-block-feature-item-blurb i {
  color: #1f2f46;
}
div.ccm-page div.ccm-block-feature-item-blurb i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page a.ccm-block-feature-item-blurb-icon {
  color: #143c64;
  text-transform: uppercase;
  vertical-align: top;
  font-size: .65em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.ccm-page a.ccm-block-feature-item-blurb-icon:after {
  content: "  ";
  height: 21px;
  width: 21px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -50px 0px;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail picture img,
div.ccm-page div.ccm-block-feature-multi-thumbnail picture img {
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail picture img,
  div.ccm-page div.ccm-block-feature-multi-thumbnail picture img {
    width: 100%;
  }
}
div.ccm-page div.feature-home-page-wedo-header i {
  position: relative;
  top: 3px;
  left: 0px;
  color: #1a1a1a;
  font-size: 1em;
  top: 1px;
}
div.ccm-page div.ccm-block-feature-multi-header i {
  position: relative;
  top: 0px;
  left: 0px;
  color: #1a1a1a;
  font-size: 1em;
}
div.ccm-page div.ccm-block-feature-multi-header h4 {
  font-size: 1.05em;
  font-family: "Helvetica";
  text-transform: capitalize;
}
div.ccm-page div.feature-home-page-wedo-header h4,
div.ccm-page div.feature-home-page-wedo-header i {
  color: #1a1a1a;
}
div.ccm-page div.feature-home-page-wedo-header h4 {
  font-size: 1.15em;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail .ccm-block-feature-home-page-wedo-thumbnail-hover,
div.ccm-page div.ccm-block-feature-multi-thumbnail .ccm-block-feature-home-page-wedo-thumbnail-hover,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail .ccm-block-feature-multi-thumbnail-hover,
div.ccm-page div.ccm-block-feature-multi-thumbnail .ccm-block-feature-multi-thumbnail-hover {
  background-color: rgba(32, 189, 232, 0.7);
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail i.ccm-block-feature-home-page-wedo-thumbnail-icon,
div.ccm-page div.ccm-block-feature-multi-thumbnail i.ccm-block-feature-home-page-wedo-thumbnail-icon,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail i.ccm-block-feature-multi-thumbnail-icon,
div.ccm-page div.ccm-block-feature-multi-thumbnail i.ccm-block-feature-multi-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail i.ccm-block-feature-home-page-wedo-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-multi-thumbnail i.ccm-block-feature-home-page-wedo-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail i.ccm-block-feature-multi-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-multi-thumbnail i.ccm-block-feature-multi-thumbnail-icon:before {
  content: "   ";
  margin: 0px auto 0px auto;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  display: block;
  background-position: 0px 0px;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail i.ccm-block-feature-multi-thumbnail-icon,
div.ccm-page div.ccm-block-feature-multi-thumbnail i.ccm-block-feature-multi-thumbnail-icon {
  margin-bottom: 0px;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail i.ccm-block-feature-multi-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-multi-thumbnail i.ccm-block-feature-multi-thumbnail-icon:before {
  background-position: -50px 0px;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail a.ccm-block-feature-home-page-wedo-thumbnail-icon,
div.ccm-page div.ccm-block-feature-multi-thumbnail a.ccm-block-feature-home-page-wedo-thumbnail-icon,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail a.ccm-block-feature-multi-thumbnail-icon,
div.ccm-page div.ccm-block-feature-multi-thumbnail a.ccm-block-feature-multi-thumbnail-icon {
  margin-top: 4px;
  text-transform: uppercase;
  color: #eeeeee;
}
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail a.ccm-block-feature-home-page-wedo-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-multi-thumbnail a.ccm-block-feature-home-page-wedo-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail a.ccm-block-feature-multi-thumbnail-icon:before,
div.ccm-page div.ccm-block-feature-multi-thumbnail a.ccm-block-feature-multi-thumbnail-icon:before {
  content: "   ";
  height: 22px;
  width: 22px;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -50px 0px;
}
div.ccm-page div.feature-home-page-blog-header .feature-home-page {
  margin-bottom: 0px;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail-title-wrapper {
  text-align: center;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail-title-wrapper div.ccm-block-feature-item-hover-title,
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-home-page-wedo-thumbnail-title,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail-title-wrapper div.ccm-block-feature-home-page-wedo-thumbnail-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,
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-home-page-wedo-thumbnail-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,
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-home-page-wedo-thumbnail-icon i {
  margin-top: 3px;
  color: #0e97ee;
  font-size: 1.9em;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon,
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-home-page-wedo-thumbnail-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,
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-home-page-wedo-thumbnail-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,
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-home-page-wedo-thumbnail-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail-title-wrapper:hover div.ccm-block-feature-item-hover-icon,
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-home-page-wedo-thumbnail-icon,
div.ccm-page div.ccm-block-feature-home-page-wedo-thumbnail-title-wrapper:hover div.ccm-block-feature-home-page-wedo-thumbnail-icon {
  background: #cce9fc;
  border: 1px solid #9cd5f9;
}
div.ccm-page .ccm-image-slider-container {
  /*padding-top: 20px;
  margin-bottom: 70px;*/
  padding: 0 0 0 0px;
  margin: 0 auto;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
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: 90%;
  }
  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;
    position: relative;
    left: 15px;
  }
  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 {
  content: " ";
  display: table;
}
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-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
    padding: 0;
  }
}
div.ccm-page .ccm-image-slider-container .rslides {
  border-bottom: 2px solid #666;
}
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: FontAwesome;
  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: FontAwesome;
  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: #20bde8;
}
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 h2 {
  color: #1f2f46;
  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-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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: 20px;
}
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.15em;
  font-weight: 700;
  color: #1f2f46;
  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:hover,
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: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;
  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 {
  background-image: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled],
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more,
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:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:active,
fieldset[disabled] 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.disabled.active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].active,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active {
  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-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 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 all and (max-width: 767px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
  }
}
@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;
    position: relative;
  }
  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-item.wedo-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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.wedo-list {
    float: left;
    width: 33.33333333%;
  }
}
@media all and (max-width: 767px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.wedo-list {
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.wedo-list img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.wedo-list {
    width: 50%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.wedo-list 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.wedo-list 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.wedo-list {
    position: relative;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.wedo-list img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories {
  margin-bottom: 30px;
  display: block;
}
@media all and (max-width: 767px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories {
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories {
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories 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.page-list-stories {
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories 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.page-list-stories {
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item.page-list-stories img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4px;
  margin-bottom: 0px;
  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-catalog {
    float: left;
    width: 25%;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog img {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 767px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog {
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog {
    min-height: 430px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog img {
    width: auto;
    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-catalog {
    min-height: 430px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog img {
    width: auto;
    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-catalog {
    min-height: 430px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog img {
    width: auto;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail picture img {
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-wedo-thumbnail picture img {
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-stories-thumbnail picture img {
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
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);
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-wedo-thumbnail-hover {
  background-color: rgba(32, 189, 232, 0.7);
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-stories-thumbnail-hover {
  background-color: rgba(32, 189, 232, 0.7);
  border-radius: 0px 20px 0px 20px;
  /* top left, top right, bottom right, bottom left */
  -moz-border-radius: 0px 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
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-wedo-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,
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-wedo-thumbnail-icon:before {
  content: "   ";
  margin: 0px auto 0px auto;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  display: block;
  background-position: 0px 0px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper a.ccm-block-page-list-page-entry-grid-thumbnail-icon:before,
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper a.ccm-block-page-list-page-entry-wedo-thumbnail-icon:before {
  content: "   ";
  height: 22px;
  width: 22px;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -50px 0px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog a.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  content: "   ";
  height: 16px;
  width: 16px;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  background-position: -150px 0px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper a.ccm-block-page-list-page-entry-grid-thumbnail-icon,
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper a.ccm-block-page-list-page-entry-wedo-thumbnail-icon {
  margin-top: 4px;
  text-transform: uppercase;
  color: #eeeeee;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item-catalog a.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  margin-top: 4px;
  color: #143c64;
  text-transform: capitalize;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 200;
  color: #eeeeee;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title-launch {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 200;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item-catalog div.ccm-block-page-list-page-entry-grid-thumbnail picture img {
  border-radius: 0px 0px 0px 0px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item-catalog div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  border-radius: 0px 0px 0px 0px;
}
div.ccm-page div.ccm-block-page-list-page-entry-grid-item-catalog div.ccm-block-page-list-page-entry-grid-thumbnail a {
  /*box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.6);*/
}
div.ccm-page div.ccm-block-page-list-news-wrapper {
  margin: 0;
  padding: 0;
}
div.ccm-page div.ccm-block-page-list-news-title {
  color: #143c64;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 0.93em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
}
div.ccm-page div.ccm-block-page-list-description {
  font-size: 16px;
  padding-top: 10px;
}
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: #a7befd;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  content: " ";
  display: table;
}
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: 0px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.15em;
  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 {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
}
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: 11px;
}
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: 20px;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #aeaeae;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #0073aa;
  /*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: #1f2f46;
  font-family: 'Titillium Web';
  font-size: 1.73em;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 10px;
}
div.ccm-page.page-type-portfolio-project h1.page-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  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: 1.9em;
  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 div.page-date {
  margin-right: 2em;
}
div.ccm-page div.ccm-block-page-title-byline div.page-date,
div.ccm-page div.ccm-block-page-title-byline div.page-author {
  color: #9fa9ad;
  font-style: italic;
  font-size: 0.85em;
  display: inline-block;
}
div.ccm-page div.ccm-block-page-title-byline div.page-author:before {
  content: 'By ';
}
div.ccm-page div.ccm-block-page-title-byline div.page-author:after {
  content: ', ';
}
div.ccm-page div.ccm-block-page-title-bio {
  clear: both;
  padding-top: 40px;
  border-top: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-title-bio div.page-author,
div.ccm-page div.ccm-block-page-title-bio div.author-title,
div.ccm-page div.ccm-block-page-title-bio div.author-bio {
  color: #9fa9ad;
  font-style: italic;
  font-size: 0.85em;
}
div.ccm-page div.ccm-block-page-title-bio .btn-primary {
  width: 62px;
  height: 22px;
  border-radius: 10px;
  font-size: 11px;
  padding: 10px 0px;
  line-height: 0;
}
div.ccm-page div.ccm-block-testimonial {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-left: 15px;
  padding-right: 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;
  width: 100% \9;
  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: 200;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position {
  color: #a7befd;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
  color: #a7befd;
  text-decoration: underline;
}
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 {
  content: " ";
  display: table;
}
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: 20px;
}
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 div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
  border-color: #a7befd;
}
div.ccm-page div.col-sidebar div.ccm-block-topic-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-topic-list-header {
  font-size: 20px;
}
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: 11px;
  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: 20px;
}
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: 11px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-date-navigation-date-selected {
  font-weight: bold;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #1f2f46 !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.35em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #1f2f46 !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: #1f2f46 !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: #1f2f46 !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;
}
.subtitle-normal-bold {
  color: #1f2f46 !important;
  font-family: 'Titillium Web' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.featured {
  display: block;
  margin: 0px auto 40px;
  /*justify-content: center;*/
  /*align-items: center;*/
  width: 980px;
}
.featured-title:before {
  float: left;
  content: '';
  /*background-image: url('../../../images/sprite.png');*/
  background-image: url(http://curriculumtechnology.com/application/themes/curricula/images/ct_logo_2016_blue_long_350x58_72.png);
  background-repeat: no-repeat;
  background-position: 0px -12px;
  height: 36px;
  width: 36px;
  margin-right: 4px;
}
.featured-title:after {
  display: inline-block;
  content: "Client Success Stories";
  text-transform: uppercase;
  font-family: 'Titillium Web';
  color: #143c64;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 0;
}
.featured-shape-top {
  display: block;
  width: 980px;
  height: 50px;
  background-image: url(http://curriculumtechnology.com/application/themes/curricula/images/ct_featured_bg_top_980x50.png);
}
.featured-shape-middle {
  background-color: #143c64;
  display: block;
  height: 900px;
}
.featured-shape-bottom {
  display: block;
  width: 980px;
  height: 90px;
  background-image: url(http://curriculumtechnology.com/application/themes/curricula/images/ct_featured_bg_bottom_980x90.png);
}
.animation-images {
  position: absolute;
  display: inline-block;
  float: left;
}
#background-image {
  max-height: 586px;
  position: relative;
}
.ccm-image-slider {
  overflow: hidden;
}
/*
//for media query testing
.ccm-image-slider-inner {
  //@media (max-width: @screen-xs-max) {
    //border: 4px solid cyan;
  //}
  @media (min-width: @screen-xs-min) {
    border: 4px dashed cyan;
  }
  //@media (max-width: @screen-sm-max) {
    //border: 4px solid orange;
  //}
  @media (min-width: @screen-sm-min) {
    border: 4px dashed orange;
  }
  //@media (max-width: @screen-md-max) {
    //border: 4px solid red;
  //}
  @media (min-width: @screen-md-min) {
    border: 4px dashed red;
  }
  //@media (max-width: @screen-lg-max) {
    //border: 4px solid green;
  //}
  @media (min-width: @screen-lg-min) {
    border: 4px dashed green;
  }
}
*/
#anim-dan {
  top: 50px;
  left: 67.5833333%;
  z-index: 200;
  opacity: 0;
}
#anim-jon {
  top: 50px;
  left: 53.1666667%;
  z-index: 100;
  opacity: 0;
}
#anim-final-image {
  top: 0vh;
  left: 0vw;
  opacity: 0;
}
@media (min-width: 1200px) {
  #anim-jon {
    height: 552px;
  }
  #anim-dan {
    height: 549px;
  }
  #anim-expertsin {
    height: 35px;
    opacity: 1;
    left: 355px;
    top: -200px;
  }
  #anim-shaping {
    height: 112px;
    opacity: 1;
    left: -500px;
    top: 150px;
  }
  #anim-twentyfirstcentury {
    height: 53px;
    opacity: 1;
    left: 184px;
    top: 800px;
  }
  #anim-expertsin-2017 {
    height: 35px;
    opacity: 1;
    left: 255px;
    top: -200px;
  }
  #anim-shaping-2017 {
    height: 112px;
    opacity: 1;
    left: -500px;
    top: 99px;
  }
  #anim-twentyfirstcentury-2017 {
    height: 53px;
    opacity: 1;
    left: 84px;
    top: 800px;
  }
  #anim-curriculum {
    height: 69px;
    opacity: 1;
    left: 227px;
    top: 800px;
  }
  #anim-curriculum-2017 {
    height: 69px;
    opacity: 1;
    left: 127px;
    top: 800px;
  }
  #anim-building {
    height: 54px;
    opacity: 1;
    left: 290px;
    top: -150px;
  }
  #anim-elearning {
    height: 102px;
    opacity: 1;
    left: -800px;
    top: 130px;
  }
  #anim-foreveryone {
    height: 64px;
    opacity: 1;
    left: -800px;
    top: 214px;
  }
  #anim-onevery {
    height: 37px;
    opacity: 1;
    left: -400px;
    top: 270px;
  }
  #anim-platform {
    height: 48px;
    opacity: 1;
    left: -400px;
    top: 298px;
  }
  #anim-producing {
    height: 40px;
    opacity: 1;
    left: 391px;
    top: -200px;
  }
  #anim-and {
    height: 26px;
    opacity: 1;
    left: 415px;
    top: -150px;
  }
  #anim-delivering {
    height: 40px;
    opacity: 1;
    left: 441px;
    top: -100px;
  }
  #anim-highimpact {
    height: 103px;
    opacity: 1;
    left: -800px;
    top: 133px;
  }
  #anim-content {
    height: 63px;
    opacity: 1;
    left: -400px;
    top: 214px;
  }
  #anim-onground {
    height: 48px;
    opacity: 1;
    left: 401px;
    top: 800px;
  }
  #anim-or {
    height: 21px;
    opacity: 1;
    left: 438px;
    top: 700px;
  }
  #anim-online {
    height: 39px;
    opacity: 1;
    left: 480px;
    top: 700px;
  }
  #anim-icon {
    height: 13px;
    opacity: 1;
    left: -200vw;
    top: 50%;
  }
  #anim-learnmore {
    height: 14px;
    opacity: 1;
    left: -200vw;
    top: 50%;
  }
  /*
  #anim-shaping { left:-200vw; top:25.5972696%; } //left
  #anim-twentyfirstcentury { left: 15.3333333%; top:110vh; } //bottom
  #anim-curriculum { left: 18.9166667%; top:150vh; } //bottom
  #anim-building { left:24.1666667%; top:-150vh; } //top
  #anim-elearning { left:-200vw; top:22.1843003%; } //left
  #anim-foreveryone { left:-200vw; top:37.5187713%; } //left
  #anim-onevery { left:-200vw; top:46.8805461%; } //left
  #anim-platform { left:-200vw; top:51.4532423%; } //left
  #anim-producing { left:32.5833333%; top: -200vh; } //top
  #anim-and { left:34.5833333%; top: -150vh; } //top
  #anim-delivering { left:36.75%; top: -100vh; } //top
  #anim-highimpact { left:-200vw; top:20.9897611%; } //left
  #anim-content { left:-200vw; top:36.5187713%; } //left
  #anim-onground { left:35.9166667%; top:110vh; } //bottom
  #anim-or { left:39%; top:120vh; } //bottom
  #anim-online { left:42.5833333%; top:150vh; } //bottom
  */
}
@media (max-width: 1199px) {
  #anim-final-image {
    opacity: 1;
    overflow: hidden;
    border-left: 15px solid white;
    border-right: 15px solid white;
  }
  #anim-jon,
  #anim-dan {
    display: none;
  }
  #anim-bg-00-2017,
  #anim-shaping,
  #anim-shaping-2017,
  #anim-expertsin,
  #anim-expertsin-2017,
  #anim-twentyfirstcentury,
  #anim-twentyfirstcentury-2017,
  #anim-curriculum,
  #anim-curriculum-2017,
  #anim-building,
  #anim-elearning,
  #anim-foreveryone,
  #anim-onevery,
  #anim-platform,
  #anim-producing,
  #anim-and,
  #anim-delivering,
  #anim-highimpact,
  #anim-content,
  #anim-onground,
  #anim-or,
  #anim-online,
  #anim-icon,
  #anim-learnmore {
    opacity: 0;
  }
  /*
  #anim-jon{
    //height:320px;
    height:456.32px;
  }
  #anim-dan{
    //height:320px;
    height:453.84px;
  }
  #anim-shaping {
    //height:65px;
    height:92.5866667px;
  }
  #anim-expertsin {
    //height:21px;
    height:28.93333333px;
  }
  #anim-twentyfirstcentury {
    //height:31px;
    height:43.81333333px;
  }
  #anim-curriculum {
    //height:50px;
    height:57.04px;
  }
  #anim-building { height:44.64px; }
  #anim-elearning { height:84.32px; }
  #anim-foreveryone { height:52.90666667px; }
  #anim-onevery { height:30.58666667px; }
  #anim-platform { height:39.68px; }
  #anim-producing { height:33.06666667px; }
  #anim-and { height:21.49333333px; }
  #anim-delivering { height:33.06666667px; }
  #anim-highimpact { height:85.14666667px; }
  #anim-content { height:52.08px; }
  #anim-onground { height:39.68px; }
  #anim-or { height:17.36px; }
  #anim-online { height:32.24px; }
  #anim-icon { height:10.74666667px; }
  #anim-learnmore { height:11.57333333px; }
  */
}
@media (max-width: 991px) {
  /*
  #anim-jon{
    //height:310px;
    height:353.28px;
  }
  #anim-dan{
    //height:310px;
    height:351.36px;
  }
  #anim-shaping {
    //height:50px;
    height:71.68px;
  }
  #anim-expertsin {
    //height:20px;
    height:22.4px;
  }
  #anim-twentyfirstcentury {
    height:33.92px;
  }
  #anim-curriculum {
    height:44.16px;
  }
  #anim-building { height:34.56px; }
  #anim-elearning { height:65.28px; }
  #anim-foreveryone { height:40.96px; }
  #anim-onevery { height:23.68px; }
  #anim-platform { height:30.72px; }
  #anim-producing { height:25.6px; }
  #anim-and { height:16.64px; }
  #anim-delivering { height:25.6px; }
  #anim-highimpact { height:65.92px; }
  #anim-content { height:40.32px; }
  #anim-onground { height:30.72px; }
  #anim-or { height:13.44px; }
  #anim-online { height:24.96px; }
  #anim-icon { height:8.32px; }
  #anim-learnmore { height:8.96px; }
  */
}
@media (max-width: 767px) {
  /*
  #anim-jon{
    //height:198px;
    height:220.8px;
  }
  #anim-dan{
    //height:198px;
    height:219.6px;
  }
  #anim-shaping {
    //height:35px;
    height:44.8px;
  }
  #anim-expertsin {
    //height:10px;
    height:14px;
  }
  #anim-twentyfirstcentury {
    //height:15px;
    height:21.2px;
  }
  #anim-curriculum {
    //height:20px;
    height:27.6px;
  }
  #anim-building { height:21.6px; }
  #anim-elearning { height:40.8px; }
  #anim-foreveryone { height:25.6px; }
  #anim-onevery { height:14.8px; }
  #anim-platform { height:19.2px; }
  #anim-producing { height:16px; }
  #anim-and { height:10.4px; }
  #anim-delivering { height:16px; }
  #anim-highimpact { height:41.2px; }
  #anim-content { height:25.2px; }
  #anim-onground { height:19.2px; }
  #anim-or { height:8.4px; }
  #anim-online { height:15.6px; }
  #anim-icon { height:5.2px; }
  #anim-learnmore { height:5.6px; }
  */
}
footer#footer-theme {
  font-size: 15px;
  color: #5b676c;
}
footer#footer-theme a {
  color: #a7befd;
}
footer#footer-theme a:hover {
  color: #ffffff;
}
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: #a7befd;
}
footer#footer-theme section {
  padding-bottom: 30px;
}
footer#footer-theme section .container-blue {
  padding-top: 30px;
}
footer#footer-theme section:last-child {
  padding-bottom: 30px;
}
footer#footer-theme span.pull-right {
  padding-bottom: 20px;
}
footer#footer-theme #footer-site-title {
  font-family: 'Titillium Web';
  font-weight: 900;
  color: #1f2f46;
  text-transform: uppercase;
  font-size: 1em;
  -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: #000000;
  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;
}
.ccm-responsive-overlay {
  background-color: rgba(217, 227, 254, 0.8);
  box-shadow: inset 0px -2px 2px -2px rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  width: 100%;
  border-left: solid 15px white;
  border-right: solid 15px white;
  z-index: 99;
  top: 48px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.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: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #0e97ee;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 0px 7px 5%;
  margin: 0% 0% 0% 20%;
  padding-right: 15px;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
  text-align: right;
}
.ccm-responsive-overlay ul li a:hover {
  color: #1f2f46;
}
.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: #0e97ee;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #0e97ee;
  font-weight: normal;
  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 (min-width: 480px) and (max-width: 991px) {
  .ccm-responsive-overlay {
    border: 0px;
    width: 90%;
    margin: 0 30px;
    top: 58px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
/* CT 2015 Sabot Learning Training Pages */
.header-float {
  top: 9px;
}
.header-float .container {
  border-top-right-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
}
.header-float .col-md-8 {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page header {
    position: relative;
  }
  div.ccm-page header .container-outer {
    border: none;
    width: 90%;
  }
}
.container-normal p {
  color: #333;
}
@media (min-width: 480px) and (max-width: 767px) {
  .big-background-image {
    height: auto;
    min-height: initial;
    max-height: initial;
    background-image: none;
    border: none;
  }
  .big-background-image .container-headline-right {
    margin-top: 50px;
  }
  .big-background-image .container-headline-right p {
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 700;
    line-height: .9em;
    text-align: center;
    text-shadow: none;
  }
}
@media (min-width: 768px) {
  .big-background-image {
    background: transparent url(/application/themes/curricula/images/training_background_blue_1339x923.jpg) no-repeat center 0px;
    background-size: 1339px;
    overflow: hidden;
    min-height: 770px;
    max-height: 770px;
    border-bottom: 5px solid #738bad;
  }
}
@media (min-width: 1339px) {
  .big-background-image {
    background-size: 100%;
  }
}
.big-background-image .row {
  margin: 0;
}
.big-background-image .col-sidebar {
  color: #ffffff;
}
.container-headline-right {
  margin-top: 100px;
}
.container-headline-right p {
  color: #9999cc;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 700;
  line-height: .9em;
  text-align: right;
  text-shadow: 2px 2px #333;
}
.container-headline-right p .btn {
  text-shadow: none;
  margin-bottom: 50px;
}
.container-normal div.headline p {
  font-size: 44px;
  color: #aaa;
  font-family: Marvel;
  text-align: center;
  padding: 50px;
}
.container-normal .section-header {
  border-bottom: #aaa solid 1px;
  max-height: 28px;
  margin-bottom: 20px;
}
.container-normal .section-header i {
  position: relative;
  top: 3px;
  left: 0px;
  color: #333;
  font-size: 1.3em;
  top: 1px;
}
.container-normal .section-header h4,
.container-normal .section-header i {
  color: #333;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container-normal p,
  .container-normal h4,
  .container-normal .section-header,
  .container-normal .section-header h4,
  .container-normal .tile-header a,
  .container-normal .tile-header a:visited,
  .container-normal .tile-header i {
    color: #333 !important;
  }
}
.big-background-image .container-normal p {
  color: #ebebeb;
}
.big-background-image .container-normal .section-header {
  max-height: 40px;
}
.big-background-image .container-normal .section-header h4 {
  color: #ebebeb;
  font-size: 1.35em;
}
main.left-sidebar {
  padding-top: 50px;
}
.tile-content {
  display: inline-block;
  color: #ebebeb;
}
.tile-content a {
  outline: 0px none;
}
.tile-content i.thumbnail-icon {
  display: block;
  margin: 0px auto 10px;
}
.tile-content .thumbnail-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.tile-content .thumbnail-wrapper img {
  width: 100%;
}
.tile-content .thumbnail-image {
  border-radius: 0px 1em;
}
.tile-content a:hover .thumbnail-hover {
  opacity: 1;
}
.tile-content .thumbnail-wrapper a:not(.fa):not(.btn) {
  color: #20bde8;
}
.tile-content .thumbnail-hover {
  background-color: rgba(32, 189, 232, 0.7);
  border-radius: 0px 1em;
  background-clip: padding-box;
}
.tile-content .thumbnail-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.tile-content .thumbnail-wrapper .thumbnail-hover {
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.tile-content .thumbnail-hover-title {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #ebebeb;
}
.tile-content .thumbnail-hover-title i {
  display: block;
  margin: 0px auto 0px auto;
}
.tile-content .thumbnail-hover-title i:before {
  content: "  ";
  margin: 0px auto 0px auto;
  background-image: url('/application/themes/curricula/images/sprite.png');
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  display: block;
  background-position: 0px 0px;
}
.tile-content .thumbnail-hover-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.tile-content .thumbnail-hover-title {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #ebebeb;
  font-size: 1.05em;
}
.tile-content .tile-header {
  text-align: left;
  margin-bottom: 0;
  height: 30px;
  font-size: 1.2em;
}
.tile-content .tile-header a,
.tile-content a:visited {
  color: #ebebeb !important;
}
.tile-content .tile-header .fa,
.tile-content .sidebar-media-type .fa {
  color: #ebebeb;
  font-size: 1em;
  padding: 0 4px 0 8px;
}
.tile-content .tile-header span {
  font-size: 1.05em;
}
.tile-content .type-ecourse .tile-header span:before {
  content: 'eCourses';
}
.tile-content .type-webinar .tile-header span:before {
  content: 'Webinars';
}
.tile-content .type-workshop .tile-header span:before {
  content: 'On Site Training';
}
/* 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
 */
