html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Montserrat;
  font-weight:300;
  font-size: 14px;
  text-align:left;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight:300;
}

h1 {
  font-size: 40px;
}

h2 {
  margin-bottom: 20px;
}

ul {
  margin:0;
  padding-left: 0;
}

a {
  color: #555;
}
a:hover {
  color: #337ab7;
  text-decoration: none;
}

img {  
  /* sharpens image when css scaling */
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */  
}

.lead {
  font-size:16px;
  color:#555;
}

.cb-logo {
  text-align:left;
  margin-left: 15px;
  margin-top: 9px;
}

.announcement {
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #d80202;
}

.announcement:hover {
  color: #efefef;
}

.page-content {
  padding-top:30px;
}

header {
  background-color: #DDD; /*#edeef0;*/
  position:sticky;
  /*box-shadow: 0 -4px 0px 4px #edeff0,0 2px 4px 0 rgba(0,0,0,0.2);*/
}

.hide {
  display:none;
}

.navbar-toggle .icon-bar {
  background-color: #666;
}

.navbar-fixed-top {
  border:0;
}

#logo svg {
  width: 117px;
  margin-top:10px;
  height:30px;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-nav {
  margin: 7.5px -5px;
  text-align: right;
}

.navbar-nav > li {
  height:50px;
  font-weight: :700;
}

.navbar-nav > li > a.btn {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left:10px;
  padding: 4px 14px;
}

.nav-trial {
  margin-right: 15px;
}

@media (max-width: 768px) {
  #logo {
    margin-left:15px;
  }
}

section {
  margin-bottom: 40px;
}

section.nomargin {
  margin-bottom:0;
}

section#features .section-title {
  text-align: center;
}

section#features h6 {
  font-size: 14px;
}

section#features h4 {
  margin-top: 30px;
  margin-bottom: 40px;
}

section#features .all-features a {
  color: #337ab7;
}

section#features .all-features a:hover {
  color: #1C4365;
}

#grid-features {
  text-align: center;
}

#grid-features .feature-group {
  padding:40px;
  height: 210px;
}

.highlight {
    background-color: #CCEEFF;
}

#hero {
  position: relative;
  padding: 30px 0 0 0;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #edeef0;
}

.hero-slideshow {
  margin-top:20px;
  position:relative;
  height:490px;
}

.slide {
  height:100%;
  width:100%;
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position:absolute;
  z-index:0;
}

.slide.active {
  /*z-index: 10;*/
}

.slide-1 {
  background-image: url("/assets/images/hero-slides/01.jpg");
}

@media (max-width: 680px) {
  .hero-slideshow {
    height:440px;
  }
}

@media (max-width: 540px) {
  .hero-slideshow {
    height:330px;
  }
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

/* CAROUSEL */

.carousel {
  margin-bottom: 60px;
}

.carousel-control.right, .carousel-control.left {
  background:none;
}

.carousel-indicators {
  bottom: -30px;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: -30px;
  }
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*.carousel-inner > .item {
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}*/


.btn {
  border-radius: 3px;
  border: none;
}

.btn-lg {
  padding: 10px 20px;
  font-size: 14px;
}

.btn-md {
  padding: 8px 24px;
  font-size: 14px;
}

.btn-clear {
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
}

.btn-clear:hover {
  color: #d2066a;
  border: 1px solid #d2066a;
}

.btn-choose {
  margin-right: 10px;
  border: 1px solid #bbb;
  color: #777;
}

.btn-success {
  background-color: #509F07;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-redirect {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #25b842;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.btn-redirect:hover {
  background: #1ea622;
  text-decoration: none;
  color: #fff;
}


.navbar-nav > li > a {
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight:700;
  font-size:12px;
  color: #333;
}

.navbar-nav > li > a:hover {
  color: #cc0060;
}

.navbar-nav > li > a.btn {
  color: #fff;
  /*text-transform: none;*/
}

.navbar-nav > li > a.btn.btn-success:hover , .btn-success:hover, .navbar-nav > li > a.btn-success:focus {
  background-color: #027302;
}

/*  CTA
------------------------------------------------*/

#bottom-cta, #middle-cta {
  text-align: center;
  margin-bottom:0;
  padding: 20px 0px 40px 0px;
}

#middle-cta {
  background-color: #f6f6f6;
  margin-bottom:40px;
}

#bottom-cta h2, #middle-cta h2, #index-bottom-cta h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333333;
    font-size: 20px;
}

#index-bottom-cta {
  background-color:#E4E4E4;
  padding:0;
  padding-bottom: 40px;
  text-align: center;
}

.footer-spacer {
  flex: 1;
}

footer {
  background-color: #000;
  text-align:left;
  padding:30px 0;
  color: #fff;
}

footer ul {
  list-style: none;
  text-align:left;
}

footer h5 {
  color: #fff;
  padding-bottom:10px;
  border-bottom: solid 1px #5c5c5c;
}

footer a {
  color: #94A4B3;
}

footer

h2 {
  margin-top: 60px;
}

.feature-row {
  padding:60px 0;
  margin-left:0;
  margin-right:0;
}

.gray {
  background-color:#f6f6f6;
}

/*.col-md-push-6 {
  padding-left: 30px;
}*/

.hero-message {
  /*background-color: #666;*/
}



.btn-lg{
  padding: 16px 36px;
  font-size: 16px;
}

#testimonials {
  padding: 40px 0px 40px 0px;
  background: rgba(53,66,73,1);
  background-image: url(../../edu/assets/4b70e687-roof-header-parallax-background.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

.testimonial-name {
  margin-bottom:30px;
  color: #FFF;
}

#testimonials a {
  color: #CACACA;
}

#testimonials a:hover {
  color: #FFF;
}

#testimonials .showcase-btn {
  background-color: transparent;
}

.centered {
  text-align: center;
}

#pricing {
  background-color:#E4E4E4;
  padding-top:40px;
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px;
}

.plan ul li {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
}

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #cc0060;
    color: #fff;
}

.plan .price {
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    width: 80%;
    padding-bottom:15px;
}

.plan .price h3 {
    font-size: 82px;
    vertical-align: top;
    line-height: 1;
}

.plan .price h4 {
    color: #aaa;
    font-size: 14px;
}

.plan .head h1, .plan .head h2, .plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.plan ul li strong {
  color: #CC0060;
}

.copyright {
  margin-top:10px;
  font-size:12px;
}

.socialmedia-widget {
  margin-top:10px;
}

.socialmedia-widget li {
  display:inline-block;
}

.socialmedia-widget li a {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -9999px;
  background: url(/assets/images/social-icons.png);
  margin: 0;
}

.socialmedia-widget li.twitter a {
  background-position: -30px -30px;
}

.socialmedia-widget li.facebook a {
  background-position: 0px -30px;
}

.testi {
  text-align: center;
}

.testi > a > img {
    border-radius: 100%;
    margin: 0 auto 1.25em;
    width: 95px;
}

.testi > a > img:hover {
    opacity: 0.7;
    transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
}

@media (max-width: 991px) {
  .mobile-hide {
    display: none;
  }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none;
}

blockquote:before {
    background: #dadcdf;
    content: "";
    display: block;
    margin: auto;
    position: relative;
    width: 80px;
    height: 2px;
    top: -22px;
}

.hero {
  margin-bottom:30px;
  margin-top: 30px;
  text-align: center;
}

.theme-list {
  margin-left: 20px;
  padding-bottom: 20px;
}

.theme-list li {
  line-height: 1.7em;
}

.top-spacer {
  margin-top: 20px;
}

#showcase {
  padding:30px 0;
}

#showcase img {
  width:100%;
  padding-bottom: 10px;
}

#showcase img:hover {
  opacity: 0.8;
  transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
}

#showcase .feature-group {
  padding: 20px;
  text-align: center;
}

/*themes*/

.featurette-heading {
  display: inline-block;
}

.preview-btn {
  margin-bottom: 10px;
  margin-left: 10px;
}


/* theme img overlay */

.imgoverlay {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  }

.imgoverlay img {
  border: medium none;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

.imgoverlay:hover img {
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  }

.imgoverlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

.imgoverlay:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

.imgoverlay .overlaycolor {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

.imgoverlay .overlayinfo {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }

.imgoverlay:hover .overlayinfo {
  top: 45%;
  }

.overlayinfo h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  }

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }
/* end theme img overlay */


#toolbox {
  /* padding-bottom: 100px; */
  text-align: center;
}

.toolbox-spacer {
  min-height: 20vh;
}

.section-title .separator {
    padding: 16px 0;
}

.separator {
    width: 100%;
    height: 4px;
    line-height: 0px;
    padding: 8px 0;
    text-align: center;
}

.separator.size-small span {
    width: 100px;
}

.separator span {
    height: 2px;
    background: #000000;
    display: inline-block;
    width: 100px;
    opacity: 0.15;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.section-inner {
    padding-top: 100px;
}


#text-area {
  text-align: left;
  margin-top: 80px;
}

#text-area h1 {
  font-size: 26px;
}


.themes-lead {
  font-size:14px;
}

.btn-default {
  background-color: #e6e6e6;
  padding: 7px 12px;
}

/*  EDU
------------------------------------------------*/

.highlight.edu{
    background-color: #CCEEFF;
    font-size: 2.0em;
}


#testimonials-edu {
  padding: 40px 0px 40px 0px;
  background: rgba(53,66,73,1);
  background-image: url(../../edu/assets/4b70e687-roof-header-parallax-background.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

#edu .testimonial-name {
    color: #FFF;
}

#edu #testimonials-edu a {
    color: #CACACA;
}

#edu #testimonials-edu a:hover {
    color: #FFF;
}

#edu-signup {
  text-align: center;
  background: rgba(53,66,73,1);
  background-image: url(../../edu/assets/7bc3e2c7-roof-cta-background-pattern.png);
  background-repeat: repeat;
  background-position: center center;
  padding: 30px 0px;
  color: #fff;
}

#edu-signup h4 {
  margin-bottom: 1.4em;
}

#edu-signup label {
  font-weight: normal;
  color: #879AA5;
  margin-bottom: 0px;

}

h2 {
  font-size: 2.4em;
}

.edu-terms {
  clear: both;
  color: #879AA5;
  font-size: 12px;
}


/*  Toggle/Accordion
------------------------------------------------*/

.spacer.spacer-big { height: 60px; }

.accordion {
  margin-top: 20px;
}
  
/*div .accordion:first-child {  margin-top: 0px; }*/

.toggle-item {
  margin-top: 20px;
}
  
div .toggle-item:first-child {  margin-top: 0px; }

.toggle-item .toggle-title {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.toggle-item .toggle-title .toggle-icon .fa {
  color: #262626;
  float: left;
  top: 1px;
  position: relative;
  }
  .text-light .toggle-item .toggle-title .toggle-icon .fa { color: #ffffff; }

.toggle-icon .fa-plus { display: block; }
.toggle-icon .fa-minus { display: none; }
.toggle-active .fa-plus { display: none; }
.toggle-active .fa-minus { display: block; }

.toggle-item .toggle-title .toggle-name {
  float: left;
  margin: 0 0 0 20px;
}

.toggle-item .toggle-title:hover .toggle-icon .fa, .toggle-item .toggle-active .toggle-icon .fa {
  color: #d2066a !important;
}

.toggle-active {
  color: #d2066a !important;
}

.toggle-item .toggle-inner {
  padding-top: 18px;
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  
  .feature-row {
    padding: 20px 0;
  }

  .toggle-item .toggle-title .toggle-name {
    float: left;
    margin: 0 0 0 10px;
  }

  .toggle-item .toggle-inner {
    padding-top: 12px;
  }

  section#features h6 {
    font-size: 13px;
  }
  
  #text-area {
    text-align: left;
    margin-top: 50px;
  }
}
