/* ------------- FONT FAMILY DECLARATIONS (start) ------------- */

.contentTitle, .contentTitle a,
.pageTitle, .pageSubtitle, .categoryHeader,
.pricing-amt {
  font-family: "effralight", helvetica, arial, sans-serif;
  font-weight: 300;
}

html, body,
button, .button, input[type=submit],
.navContent li .button,
.navContent a, .navContent a.navButton .footerContainer, .themeCommand {
  font-family: "effraregular", helvetica, arial, sans-serif;
  font-weight: normal;
}

.blockInnerContent b, .blockInnerContent strong,
.pricing-mostPopular,
.testimonials-item .contentTitle a {
  font-family: "effrabold", helvetica, arial, sans-serif;
  font-weight: 700;
}

/* ------------- FONT FAMILY DECLARATIONS (end) ------------- */



/* ------------- HEADER/NAVIGATION (start) ------------- */

.stable-hover .navContent > ul > li > .navButton:after {
  border-bottom-color: transparent;
}

.navContent li .button {
    padding: 0.5em 1em;
}

@media (min-width: 768px) { /* tablets and desktop */
  .headerContainer, .navContainer, .primaryAndSecondaryContent {
    padding-left: 40px;
    padding-right: 40px;
  }
  .headerAndNavContainer {
    background-color: rgba(255,255,255,0);
    transition: background-color 200ms ease;
  }
  .headerContainer {
    width: 130px;
    padding-right: 0px;
    transition: padding 350ms ease;
  }
  .navContainer {
    width: auto;
    padding-left: 0;
    transition: padding 350ms ease;
  }
  .scrolled .headerAndNavContainer {
    background-color: rgba(255,255,255,1);
  }
  .scrolled .headerContainer {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .headerContent h1.logo {
    min-width: 130px;
    max-width: none;
    transform: translateY(-2px);
  }
  .headerContent h1.logo img {
    width: 100px;
  }
   #navTopLevel {
    white-space: nowrap;
    transform: translateY(1px);
  }
  #navTopLevel li {
    margin-top: 0;
    margin-bottom: 0;
  }
  @supports (display: flex) {
    #navTopLevel {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    #navTopLevel li:nth-child(3) {
      margin-right: auto;
    }
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navContent li a, .navContent li .button {
    font-size: 11px;
  }
}


/* ------------- HEADER/NAVIGATION (end) ------------- */


/* ------------- FOOTER (start) ------------- */

.footerImgWrap img {
  display: block;
  margin-bottom: .25em;
}
.footerImgWrap {
  padding-right: 10px;
  box-sizing: border-box;
  max-width: 200px;
}
/* ------------- FOOTER (end) ------------- */

/* ------------- GENERAL CONTENT (start) ------------- */

/* content lockups used on home/features/maybe elsewhere */
.altButton {
  background-color: transparent !important;
  color: #30343A !important;
  border-color: #30343A !important;
}
.lockup--variant1 .button + .button,
.lockup--variant2 .button + .button {
  margin-left: .5em;
}
@media (min-width: 1024px) {
  .lockup--variant1 .contentTitle,
  .lockup--variant1 .blockInnerContent {
    max-width: 350px;
    margin-left: auto;
  }
  .lockup--variant2 .contentTitle,
  .lockup--variant2 .blockInnerContent {
    max-width: 350px;
    margin-right: auto;
  }
  .lockup--variant1 .contentTitle,
  .lockup--variant2 .contentTitle,
  .lockup--variant3 .contentTitle,
  .lockup--variant4 .contentTitle,
  .lockup--variant5 .contentTitle{
    font-size: 30px;
  }
}


/* marketing call-to-action on various pages */
.getStartedCTA {
  padding-top: 40px;
  padding-bottom: 40px;
}

.getStartedCTA .button {
  vertical-align:  baseline;
  margin: 0 1em;
  font-size: 18px !important;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .getStartedCTA .button {
    display: block;
    max-width: 175px;
    text-align: center;
    margin: 5px auto;
    transform: none;
  }
}

/* templates/any other browser chrome treatments, & themes page */
.browserThumbs .imgGridItem,
.browserThumbs .itemImg {
  position: relative;
}
.browserThumbs .imgGridItem > a:before,
.browserThumbs .itemImg > a:before,
.browserThumbs .imgGridItem img,
.browserThumbs .itemImg img,
.browserThumbs .customCaption:before {
  -webkit-transition: background-color 200ms, border-color 200ms;
  transition: background-color 200ms, border-color 200ms;
}
.browserThumbs .imgGridItem > a:before,
.browserThumbs .itemImg > a:before {
  content: '';
  display: block;
  height: 12px;
  border: solid 1px #c2c3c4;
  background: #e7e7e7;
  border-radius: 3px 3px 0 0;
}
.browserThumbs .imgGridItem img,
.browserThumbs .itemImg img {
  border: solid 1px #c2c3c4;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
}
.browserThumbs .imgGridItem:hover > a:before,
.browserThumbs .imgGridItem:hover img,
.browserThumbs .itemImg:hover > a:before,
.browserThumbs .itemImg:hover img {
  background-color: rgba(240,88,37,.8);
  border-color: #f05825;
}
/* color mask */
.browserThumbs .customCaption:before,
#themeGrid .customCaption {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 1px;
  right: 1px;
  bottom: 0px;
  border-radius: 0 0 2px 2px;
  background-color: rgba(240,88,37,.8);
  padding-top: 35%;
  white-space: nowrap;
  cursor: default;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
#themeGrid .itemImg > a:hover .customCaption {
  opacity: 1;
}
.themeCommand {
  border-radius: 3px;
  background: #fff;
  color: #f05825 !important;
  padding: 8px 10px;
  position: relative;
  top: -35px;
  font-size: 14px;
  min-width: 67px;
  cursor: pointer;
  display: none;
  text-transform: uppercase;
}
a:hover .themeCommand {
  display: inline-block;
}
.themeCommand:last-child {
  margin-left: 10px;
}
#themeGrid .itemImg {
  padding-bottom: 0;
}
#themeGrid .itemContent {
  padding-top: .5em;
}
#themeGrid .contentTitle {
  margin-top: .75em;
}

/* tooltips */
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.tooltip {
    box-sizing: border-box;
    position: absolute;
    padding: 11px;
    z-index: 1000;
    display: block;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    opacity: 0;
    width: calc(100% - 90px);
    max-width: 350px;
}
.tooltip-inner {
    color: #fff;
    background-color: #30343A;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 12px;
    text-align: left;
}
.tooltip-show {
    opacity: 1;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    left: 50% !important;
    bottom: 3px;
    transform: translateX(-50%);
    width: 30px;
    height: 16px;
}
.tooltip .arrow::before {
    position: absolute;
    top: 0;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 16px 16px 0;
    border-top-color: #30343A;
}
.tooltip-inner a {
    color: #ccc;
    text-decoration: underline;
}
/* ------------- GENERAL CONTENT (end) ------------- */


/* ------------- HOMEPAGE  (start) ------------- */
#homeHero {
  position: relative;
}
#homeHero .blockText {
  padding: 0;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 260px;
  z-index: 1;
}
#homeHero .contentTitle {
}
#homeHero p:last-child {
  font-size: 11px;
}
#homeHero .blockImg {
  padding-top: 0 !important;
}
.homeHero--blackwhite { background-color: #eaeaea }
.homeHero--memory   { background-color: #dfc1c9 }
.homeHero--flash { background-color: #a99891 }
.homeHero--fabulous { background-color: #b2dfce }
.homeHero--tcHomes { background-color: #dcdadb }

@media (max-width: 767px) {
  #homeHero .fs-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom -5em right;
    background-size: 175%;
  }
}
@media (min-width: 768px) {
  #homeHero .blockText {
    top: 200px;
    left: 13%;
    width: 33%;
    max-width: 350px;
    transform: none;
  }
}
@media (min-width: 768px) {
  #homeHero .contentTitle {
    font-size: 36px;
  }
  #homeHero .blockInnerContent {
    font-size: 18px;
  }    
}
@media (min-width: 900px) {
  #homeHero .contentTitle {
    font-size: 44px;
  }
  #homeHero .blockInnerContent {
    font-size: 20px;
  }  
}
@media (min-width: 1170px) {
  #homeHero .blockText {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1300px) {
  #homeHero .blockText {
    width: 45%;
    max-width: 450px;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  #homeHero .contentTitle {
    font-size: 60px;
  }
  #homeHero .blockInnerContent {
    font-size: 24px;
  }    
}
#page_cdaee0dddcc24af7b28ae04fcdbb10b0 .primaryContent .button {
  font-size: 15px;
}
/* let us help */
@media (max-width: 767px) {
  div.blockWrap_aa983b7c3dcf4eaabfa51d6207e08426 {
    padding-bottom: 40px;
  }
}
/* testimonails */
#testimonials {
  transition: background-color 1s ease;
}
#testimonials .blockContent {
 width: 100% !important;
 max-width: none !important;
 padding: 0 !important;
 overflow: hidden;
}
.testimonials-header {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2em;
    margin: 0 auto 40px;
    padding: 0 4%;
    box-sizing: border-box;
}
.testimonials-carouselWrap {
    position: relative;
    width: 100%;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 0 4%;
}
.testimonials-carousel {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    transform: translateX(-100%);
    transition: transform 0s ease;
}
.testimonials-carousel.active {
    transform: translateX(-200%);
    transition: transform 1s ease;
}
.testimonials-carousel.active-prev {
    transform: translateX(0);
    transition: transform 1s ease;
}
.testimonials-item {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    align-items: flex-start;
    position: relative;
    opacity: 0.5;
    transform: scale(0.5);
    perspective: 100px;
    transition: transform 1s ease, opacity 1s ease;
}
.testimonials-item.active {
    opacity: 1;
    transform: scale(1);
    perspective: 0px;
}
.testimonials-item .itemContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 800px;
}
.testimonials-item .itemInnerContent,
.testimonials-item .itemInnerContent .scEditable--richText {
    display: contents;
}
.testimonials-item .itemContent p:first-child {
    line-height: 1.5;
    order: 1;
    margin-bottom: auto;
}
.testimonials-item .itemContent .contentTitle {
    display: inline-block;
    align-self: flex-start;
    padding-top: .75em;
    border-top: solid 1px currentColor;
    order: 2;
    font-size: 15px;
}
.testimonials-item .itemContent p:last-child {
    order: 3;
    margin-bottom: 1em;
}
.testimonials-controls {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 4%;
}
#testimonials .galleryArrow {
    position: static;
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-size: 28px;
    background-color: #fff;
    border: 0;
    margin-right: 10px;
}
#testimonials .galleryArrow.disabled {
  opacity: 1;
}

#testimonials.light .contentTitle,
#testimonials.light .contentTitle a,
#testimonials.light .itemInnerContent,
#testimonials.light .itemInnerContent a {
    color: #fff !important;
}
#testimonials .itemInnerContent a {
  font-family: 'effraregular';
  text-decoration: underline;
}

@media (min-width: 768px) {
  .testimonials-carouselWrap {
    height: 500px;
  }
  .testimonials-item .itemContent p:first-child {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .testimonials-header,
  .testimonials-controls {
    max-width: 85%;
  }
  .testimonials-carouselWrap {
    max-width: 85%;
  }
  .testimonials-carousel .item {
    width: 70% !important;
    float: none !important;
  }
  .testimonials-carousel {
    transform: translateX(-70%);
  }
  .testimonials-carousel.active {
    transform: translateX(-140%);
  }
  .testimonials-carousel.active-prev {
    transform: translateX(0);
  }
}

/* ------------- TEMPLATES PAGE ------------- */

.block_b9959fcf81954f288669418b2069a69b .blockText {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ------------- TEMPLATE PERMALINK PAGES (start) ------------- */

/* Hide title from permalink pages: */
.block_8Z1KoxDJ63dUBNlP .contentTitle {
  display: none;
}
/* custom button */
.block_tRh3Xbf7oBegXoMB .altButton {
  margin-right: 1em;
}
/* both buttons bigger & uppercase */
.block_tRh3Xbf7oBegXoMB .button {
  font-size: 18px;
  text-transform: uppercase;
}
/* Custom √ marks: */
.block_cKDLDzbjyeadd0R1 li {
  list-style: none;
  position: relative;
  line-height: 1.3;
  padding-left: 18px;
  margin-bottom: .75em;
}
.block_cKDLDzbjyeadd0R1 li:before{
  content: '';
  position: absolute;
  top: .15em;
  left: 0;
  height: 12px;
  width: 11px;
  background-image: url(https://static.livebooks.com/fbf96f66563543d8894fdeef2f7a146a/i/f903af57548b4b73affc5ecd8135664c/1/5feFb8zhrk/Check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* Background colors: */
#page_f05f5f313efe4cddad6acbaea92bafa1 body { /* Black & White */
  background-color: #e7e7e7;
}
#page_c652f6a9a07341358a91b3b8213f2c89 body { /* Blowout */
  background-color: #bba591;
}
#page_b85da24aaa534c31884ea948b1e84f03 body { /* Showcase */
  background-color: #c5cbd3;
}
#page_a0a4b2988f294c70b7399d7bab23369d body { /* TC Homes */
  background-color: #d3d6da;
}
#page_bd71d946fa8a4dd4aaa0b594a4cbf588 body { /* Filter */
  background-color: #f9cecf;
}
#page_d9130ee8da3d497b84775cd3eef388f4 body { /* Memory */
  background-color: #dab9c3;
}
#page_baedd24114e244ddad79ddafc32f7f17 body { /* Panorama */
  background-color: #dedede;
}
#page_f91b72cbb1df411fba5815ba76fac4f1 body { /* Surface */
  background-color: #b1a4c6;
}
#page_e77215a0721143698193506e27cd075a body { /* Audio */
  background-color: #cecece;
}
#page_fccde8dcff4c46ccbe6239b911839a8a body { /* Flash */
  background-color: #9f8d85;
}
#page_cc83c3bf4d1e4df0ada754113c5e108b body { /* Frame */
  background-color: #d3bcb4;
}
#page_c2e3ef75e4d7497abe9790205283ae05 body { /* Pixel */
  background-color: #a0a0a0;
}
#page_df70e837cdbb42f4901cd7ae09536f46 body { /* Speedlight */
  background-color: #dedede;
}
#page_de14c48d06c749e0bcda7840a615e968 body { /* Ratio */
  background-color: #f0f0f0;
}
#page_e70e86eb2d6f4c85bcf8c811d7feaa2f body { /* Focus */
  background-color: #b8c7d4;
}
#page_cdf2e1406d0f408ba75302b42c2c7c64 body { /* Range */
  background-color: #8f8f8f;
}
#page_beda5ad8ea844aae9ba3f2e18db922a2 body { /* Shutter */
  background-color: #dedede;
}
#page_a1fd28be6ee54eca82c64ca0120095d3 body { /* Compact */
  background-color: #9598ba;
}
#page_f139f19a72cb46fe9d0c0daa442c0941 body { /* Resolution */
  background-color: #83cdbb;
}
#page_d4c3724f4d6840668c774fdf72b135e6 body { /* Fabulous */
  background-color: #ecd7c9;
}
#page_b54e7059dd4c42ed98e05cd5d3097ee6 body { /* Chime */
  background-color: #f6cf3f;
}
#page_b45ca68abf304f4ea79510d4892dfdc9 body { /* Aperture */
  background-color: #8e8e8e;
}
#page_d047e08754314aa5a27f9d30a4216d32 body { /* White Balance */
  background-color: #f5f4f5;
}
#page_e1ded6804a3b41d98ab79ff6672b473b body { /* Wide Open */
  background-color: #f5f4f5;
}
@media (min-width: 768px) {
  /* padding adjustment to side-by-side because of global bleed+.blockText customization above */
  .block_Ya9UFxjibTAiMFYb {
  padding-right: 0 !important;   
  }
  /* allow stuff to float around the gallery */
  .blockWrap_Ya9UFxjibTAiMFYb:after,
  .block_Ya9UFxjibTAiMFYb:after {
  content: none !important;
  clear: none !important;
  }
  .blockWrap_tRh3Xbf7oBegXoMB {
  float: right;
  clear: right;
  width: 47%;
  width: calc((100% - 40px) * 0.48) 
  }
  .block_tRh3Xbf7oBegXoMB {
  padding-left: 0 !important;
  }
}
/* get the buttons features checklist floating next to the image gallery at 1024 */
@media (min-width: 1024px) {
  .blockWrap_cKDLDzbjyeadd0R1 {
  float: right;
  clear: right;
  width: 47%;
  width: calc((100% - 40px) * 0.48) 
  }
  .block_cKDLDzbjyeadd0R1 {
  padding-left: 0 !important;   
  }
}
/* template preview slideshow */
.hasDevicePreviewer {
  padding-bottom: calc(60px + 1.5em) !important;
  position: relative;
}
.aspectRatioWrap {
    padding-top: 84%;
    position: relative;
}
.deviceFrame {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  transition: all .5s;
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.16);
}
.deviceFrame:before {
  content: none;
}
.deviceFrame[data-device="xxl"] {
  width: 100%;
  height: 70%;
  align-items: flex-end;
  border-radius: 5px 5px 0 0;
}
.deviceFrame[data-device="xl"] {
  width: 100%;
  height: 79%;
  align-items: flex-end;
  border-radius: 5px 5px 0 0;
}
.deviceFrame[data-device="lg"] {
  width: 100%;
  height: 86%;
}
.deviceFrame[data-device="md"] {
  width: 62%;
  height: 100%;
}
.deviceFrame[data-device="xs"] {
  width: 42%;
  height: 100%;
}
.deviceFrame .stackedGallery-item {
    display: none;
    opacity: 0;
    transition: opacity .3s;
    margin: 0 !important;
    border: 1px solid #ccc;
}
.deviceFrame[data-device="xxl"] .stackedGallery-item.xxl,
.deviceFrame[data-device="xl"] .stackedGallery-item.xl,
.deviceFrame[data-device="lg"] .stackedGallery-item.lg,
.deviceFrame[data-device="md"] .stackedGallery-item.md,
.deviceFrame[data-device="xs"] .stackedGallery-item.xs {
    display: block
}
.stackedGallery-item.xs {
    border-left-width: 0;
    border-right-width: 0;
}
.stackedGallery-item.xl,
.stackedGallery-item.xxl {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}
.stackedGallery-item.md {
  width: 94%;
  height: auto;
}
.stackedGallery-item.lg {
  width: auto;
  height: 93%;
}

.deviceFrame.active .stackedGallery-item {
  opacity: 1;
}
.deviceFrame .stackedGallery-item .contentImg {
    max-height: 100%;
    display: block;
}

.deviceToggles {
  position: absolute;
  bottom: 1.5em;
  width: 100%;
  white-space: nowrap;
}
.deviceToggles button {
  display: inline;
  vertical-align: bottom;
  background: transparent;
  border: none;
  width: auto;
  padding: 0 10px;
  margin: 0;
  color: #999;
}
.deviceToggles button:focus {
    color: #777;
}
.deviceToggles button:focus,   
.deviceToggles button:active {
  outline: none;
}
.deviceToggles button.active {
  color: #333;
}
.deviceToggle svg { fill: currentColor; }
.deviceToggle.xs svg { width: 9px; height: 16px; }
.deviceToggle.md svg { width: 17px; height: 24px; }
.deviceToggle.lg svg { width: 24px; height: 17px; }
.deviceToggle.xl svg { width: 40px; height: 23px; }
.deviceToggle.xxl svg { width: 40px; height: 34px; }

/* ------------- TEMPLATE PERMALINKS (end) ------------- */


/* ------------- TEMPLATE PREVIEWER (start) ------------- */
.viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#page_ce013e4cc5724797af4f97de37e5b41a { /* templates/preview */
  position: relative;
  overflow: hidden;
  height: 100%;
}
#viewerCTA {
  position: fixed;
  bottom: 30px;
  right: 40px;
  padding: 10px 10px 10px 60px;
  z-index: 1;
  background: #fff;
  border: solid 1px #f15925;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 10px #888);
}
#viewerLogo {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
#viewerCTA .button {
  font-size: 14px;
  line-height: 36px;
  padding: 0 7px;
  margin: 0;
}


/* ------------- FEATURES PAGES (start) ------------- */

#featuresHero {
  padding-top: 60px;
  padding-bottom: 60px;
}
#page_f52088b50e8e41b3ae8d7530bec565ba #featuresHero {
  padding-top: 100px;
}

@media (min-width: 768px) {
  #featuresHero .contentTitle {
    font-size: 36px;
  }
  #featuresHero .blockInnerContent {
    font-size: 18px;
  }    
}
@media (min-width: 1300px) {
  #featuresHero .contentTitle,
  #featuresHero .blockInnerContent {
    max-width: 500px;
  }
  #featuresHero .contentTitle {
    font-size: 60px;
  }
  #featuresHero .blockInnerContent {
    font-size: 24px;
  }    
}
/* feature subnav */
.featuresSubnav {
  margin: 0 auto;
  max-width: 800px !important;
}
#page_df565fdf57ce41898bcd69ef063a96bf .featuresSubnav .item:nth-of-type(1) {
  visibility: hidden;
}
@media (max-width: 599px) {
  .featuresSubnav .itemsCollectionContent {
    margin-top: 0 !important;
  }
  .featuresSubnav .item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !important;
  }
  #page_df565fdf57ce41898bcd69ef063a96bf .featuresSubnav .item:nth-of-type(1) {
    display: none;
  }
}

/* ------------- PRICING PAGE (start) ------------- */

.pricing-item {
    border: solid;
    border: 1px solid #c2c3c5;
    padding: 30px 30px 10px;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
}

.pricing--professional {
    border-color: transparent;
    background: #fff;
    border: none;
    padding-top: 60px;
}
.pricing-item .contentTitle {
    text-transform: uppercase;
}
.pricing-item:hover {
    border-color: #ccc;
}
.pricing-noCC {
    font-size: 9px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 250ms ease;
    margin: 5px 0;
}
.pricing-item:hover .pricing-noCC {
    opacity: 1;
}
.pricing-price {
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
    text-align: left;
}
.pricing-curr {
    font-size: 34px;
    line-height: 1;
    top: 14px
}
.pricing-amt {
    font-size: 89px;
    line-height: 89px;
}
.pricing-terms {
    font-size: 13px;
    line-height: 1.2;
    width: 90px;
    top: 11px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    letter-spacing: .5px;
    margin: 8px 0 0 5px;
}
.pricing-terms sub {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    width: 105px;
    margin-top: 4px;
    letter-spacing: -.1px;
}
.pricing-featureToggle,
.pricing-featureToggle:hover,
.pricing-featureToggle:active,
.pricing-featureToggle:focus {
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    text-align: left;
    position: relative;
}
.pricing-featureToggle:focus {
    outline: 1px auto #ccc; 
}
.pricing-icon {
    float: right;
    width: 10px;
    height: 10px;
    transition: transform 250ms ease; 
    transform: rotate(270deg);
    margin-top: 3px;
}
.pricing-icon.open {
    transform: rotate(90deg);
}
.pricing-mostPopular {
    display: block;
    text-transform: uppercase;
    position: absolute;
    margin: 0 !Important;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
}
.pricing-features {
    padding: 10px 0;
}
.pricing-features li {
    padding: 5px;
}
.pricing-bottomButton {
    display: none;
}
@media (min-width: 900px) {
    #pricing {
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    .pricing-item {
        border: none;
        flex: 1;
    }
    .pricing--emerging,
    .pricing--custom {
        padding-top: 60px;
    }
    .pricing-featureToggle {
        display: none;
    }
    .pricing-bottomButton {
       display: block;
    }
    .pricing-features {
        display: block !important;
    }
}