@import 'less/yc_menu/calc.css';
/* margins */
.marginless {
  margin-left: 0;
  margin-right: 0;
}
.paddingless {
  padding-left: 0;
  padding-right: 0;
}
/* fonts */
.roboto-regular {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
}
.roboto-light {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
}
/* generic css */
.x-small-base {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .5625em;
  text-transform: uppercase;
}
.x-small {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .5625em;
  text-transform: uppercase;
  color: #7f8c8d;
  line-height: .6875em;
}
.small-base {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
}
.small {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
}
.medium-base {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
}
.medium {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
  color: #7f8c8d;
  line-height: 1.43em;
}
.large-base {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
}
.large {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
}
.x-large-base {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
}
.x-large {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #7f8c8d;
  line-height: 1.166em;
}
.orange-light {
  color: #facc89;
}
.orange-accent {
  color: #ff9e15;
}
.orange-shadow {
  color: #e0890b;
}
.white {
  color: #ffffff;
}
.gray-light {
  color: #ecf0f1;
}
.gray-mid {
  color: #bdc3c7;
}
.shade-mid {
  color: #7f8c8d;
}
.shade-dark {
  color: #505a64;
}
.orange-active {
  color: #ffae15;
}
.error {
  color: #ec7063;
}
.shade-very-dark {
  color: #404747;
}
.orange-light-bg {
  background-color: #facc89;
}
.orange-accent-bg {
  background-color: #ff9e15;
}
.orange-shadow-bg {
  background-color: #e0890b;
}
.white-bg {
  background-color: #ffffff;
}
.gray-light-bg {
  background-color: #ecf0f1;
}
.gray-mid-bg {
  background-color: #bdc3c7;
}
.shade-mid-bg {
  background-color: #7f8c8d;
}
.shade-dark-bg {
  background-color: #505a64;
}
.orange-active-bg {
  background-color: #ffae15;
}
.error-bg {
  background-color: #ec7063;
}
.shade-very-dark-bg {
  background-color: #404747;
}
.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
html,
body {
  font-size: 16px !important;
  line-height: 16px !important;
  height: 100%;
}
body.fordesktop,
body.fortablet {
  overflow-y: hidden;
  overflow-x: hidden;
}
body.formobile {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-width: 100%;
}
.intro {
  position: absolute;
  z-index: 0;
  background-image: url('//3form.s3.amazonaws.com/images/yc/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7eaef;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
}
.btn-block + .btn-block {
  margin-top: 0px;
}
/**************************/
/*      Modal Global      */
/*************************/
#modals {
  min-width: 100%;
  overflow-y: scroll;
  max-height: 100%;
}
.modal-body {
  padding-top: 0;
  height: 100%;
  width: 100%;
}
#modals .modal-body {
  min-height: 100%;
  overflow-y: auto;
}
.modal-backdrop {
  background-color: #333333;
}
.modal-backdrop .in {
  opacity: 0.6;
}
#modals .modal {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
#modals .modal-content {
  margin: 0 auto;
  position: relative;
  height: 37.5em;
  box-shadow: 2px 5px 7px #bdc3c7;
  border-radius: 0.3125em;
}
.modal-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: cover;
}
.collection-coming-soon {
  background: url('//3form.s3.amazonaws.com/images/yc/coming-soon.png') no-repeat 50% local;
}
.collection-coming-soon.thumbnail:hover {
  cursor: auto;
}
.collection-coming-soon img {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  #modals {
    top: 0 !important;
  }
}
/*****************************/
/*       [Panels 1-4]       */
/*****************************/
#panel1 .modal-body {
  background: url('//3form.s3.amazonaws.com/images/yc/landing_images/landingBG.jpg');
  background-size: cover;
}
.landingLogo {
  padding-top: 1.4375em;
  padding-bottom: 5.1875em;
}
.landingBrand {
  padding-bottom: 1.4375em;
}
.landingCopy {
  padding-top: 2.5em;
  padding-bottom: 1.5em;
}
.getStarted {
  width: 100%;
  text-align: center;
}
.getStarted button {
  margin: 0 auto;
  width: 100%;
  color: white;
  font-size: 16px;
  position: relative;
  background-color: #ff9e19;
  box-shadow: 0 0.125em 0 #e0890b;
}
.youtubemobile,
.youtubetablet,
.youtubedesktop {
  height: 532px;
  margin-top: 3em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('//3form.s3.amazonaws.com/images/yc/landing_images/landing_desktop.png');
}
.youtubemobile iframe,
.youtubetablet iframe,
.youtubedesktop iframe {
  height: 100%;
  width: 100%;
  margin-top: 3em;
  max-width: 560px;
}
.youtubedesktop span,
.youtubetablet span,
.youtubemobile span {
  /* font-size: 3.25em; */
  font-size: 5.25rem;
  color: white;
  border-radius: 2.125em;
  /* background-color: rgba(80, 90, 100, 0.5); */
  /* width: 2.6em; */
  width: 100%;
  vertical-align: middle;
  text-align: center;
  /* line-height: 2.55em; */
  line-height: 500px;
  cursor: pointer;
}
/* ie10 and ie11 fix for glyphicon on panel1 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .youtubedesktop span,
  .youtubetablet span,
  .youtubemobile span {
    line-height: 5.25rem !important;
  }
  /* this snippet has accompanying javascript in youcreate.js */
  html[data-useragent*='MSIE 10.0'] .youtubedesktop span,
  html[data-useragent*='MSIE 10.0'] .youtubetablet span,
  html[data-useragent*='MSIE 10.0'] .youtubemobile span {
    height: 500px;
    position: absolute;
    top: 0;
    margin-top: 3em;
  }
}
a,
a:hover {
  text-decoration: none;
}
.thumbnail {
  cursor: pointer;
  padding: 0px;
  margin-bottom: 27px;
  border: none;
  line-height: 1em;
}
.thumbnail .caption {
  padding: 0px !important;
}
.thumbcap {
  width: 100%;
  text-align: center;
  padding-top: 0.6875em;
}
.subtitle {
  position: absolute;
  margin-top: 4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  background-color: transparent;
  display: none;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  color: #7f8c8d;
  font-size: .6875em;
  text-transform: uppercase;
}
#panel1 .modal-content {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: cover;
}
#panel1 .modal-container {
  height: 100%;
}
/* Panel 2 */
#panel2 .modal-body {
  padding: 0;
  width: 100%;
  height: 100%;
}
/* Panel 3 */
#panel3 .modal-body {
  padding: 0;
  height: 100%;
  width: 100%;
}
/* Panel 4 */
#panel4 .modal-body {
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
#chosenCollection {
  min-height: 100%;
}
.selected {
  padding: 0 15px;
  max-width: 368px;
}
.selectedCollection {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  color: #7f8c8d;
  font-size: 1.5em;
  background-color: #ecf0f1;
  margin-top: 2rem;
  margin-bottom: 1em;
  padding-left: 15px;
}
.selected h3 {
  height: 100%;
  padding-bottom: .75em;
  padding-top: .75em;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  color: #7f8c8d;
  font-size: .6875em;
  text-transform: uppercase;
}
.selected p {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  color: #7f8c8d;
  font-size: .875em;
}
.feature {
  margin-top: 3.375em;
  margin-bottom: 2.5em;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  color: #7f8c8d;
  font-size: 1em;
  line-height: 1.5em;
}
.crumbholder {
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
}
.selectedcrumbs {
  height: 100%;
  padding-left: 3px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  color: #bdc3c7;
  font-size: .6875em;
  text-transform: uppercase;
}
.selectedcrumbs > span {
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  padding-left: 1em;
  text-transform: uppercase;
  color: #7f8c8d;
}
#selectedPrior {
  background-color: #ecf0f1;
  height: 42.95rem;
  max-width: 368px;
  overflow-y: auto;
}
#imageFrame {
  width: 100%;
  text-align: center;
  background-color: #bdc3c7;
}
#imageFrame img {
  max-height: 280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 368px;
}
#buildSlider {
  position: absolute;
  top: 14rem;
  color: #bdc3c7;
  padding: 0 0;
}
#buildSlider > li > span {
  border: 0.0625rem solid #bdc3c7;
  width: 3rem;
  line-height: 3rem;
  vertical-align: middle;
  height: 3rem;
  border-radius: 2.25rem;
  background-color: white;
  border-color: #bdc3c7;
  border-width: 2px;
  margin-bottom: .5rem;
}
#scratch button,
#loadMore button {
  margin: 0 auto;
  width: 12rem;
  color: white;
  position: relative;
}
#getStarted button:hover,
#scratch button:hover {
  background-color: rgba(255, 158, 21, 0.85);
  color: white;
}
#getStarted button:hover .btn:hover {
  color: white !important;
}
#loadMore button {
  margin-top: 2.5em;
  margin-bottom: 1em;
  background-color: #7f8c8d;
  box-shadow: 0 0.125em 0 #505a64;
}
#loadMore button:hover {
  background-color: #505a64;
}
#scratch button {
  position: relative;
  margin-top: 1rem;
  margin-left: 0.35rem;
  background-color: #ff9e15;
  border-radius: 0.3125em;
  box-shadow: 0 0.125em 0 #e0890b;
}
/**************************/
/* Large Viewport Styles */
/*************************/
@media screen and (min-width: 1200px) {
  .youtubedesktop {
    margin-top: 5rem;
  }
  #modals .modal-content {
    width: 100%;
    height: 46.5em;
  }
  .youtubemobile span,
  .youtubetablet span .youtubedesktop span {
    top: 10rem;
  }
  .youtubedesktop iframe {
    margin-top: 1.5rem;
  }
  #getStarted button {
    margin-top: 2.5em;
  }
  .selectedCollection {
    max-width: 368px;
  }
  #imageFrame {
    max-width: 368px;
    text-align: center;
    background-color: #bdc3c7;
  }
}
/**************************/
/* Medium Viewport Styles */
/*************************/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #scratch button {
    margin-bottom: 1rem;
  }
  .youtubedesktop iframe {
    max-height: 450px;
    max-width: 460px;
  }
  .youtubemobile span,
  .youtubetablet span,
  .youtubedesktop span {
    top: 4em;
  }
  #modals .modal-content {
    height: 41em;
  }
}
/**************************/
/* Tablet Viewport Styles */
/*************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .youtubedesktop {
    height: 400px;
    width: 400px;
    background-size: contain;
    margin-top: 7em;
    background-repeat: no-repeat;
    background-position: center;
  }
  .youtubedesktop iframe {
    margin-top: -1em;
    margin-left: 1em;
    max-height: 390px;
    max-width: 375px;
  }
  .youtubedesktop span {
    top: 2.75em;
  }
  .youtubedesktop img {
    height: 95%;
    width: 95%;
  }
  .youtubetablet,
  .youtubemobile {
    height: 400px;
    width: 400px;
    background-size: contain;
    margin-top: 7em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('//3form.s3.amazonaws.com/images/yc/landing_images/landing_tablet.png');
  }
  .youtubetablet iframe {
    margin-top: 9em;
    margin-left: 1em;
    max-height: 390px;
    max-width: 375px;
  }
  .youtubemobile span,
  .youtubetablet span {
    top: 8rem;
  }
  .youtubetablet img {
    height: 95%;
    width: 95%;
  }
  #collectionOptions {
    padding-top: 2.5rem;
  }
  #collectionOptions > div:nth-child(n+4) {
    top: 2rem;
  }
}
/**************************/
/* XS Viewport Styles */
/*************************/
@media screen and (max-width: 767px) {
  #modals {
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
  #modals .modal {
    position: absolute;
    min-height: 100%;
    width: auto;
    margin-top: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 0;
    background-color: white;
  }
  #modals .modal-content {
    height: 100%;
  }
  .subtitle {
    height: auto;
    display: block;
    line-height: 1rem;
    width: 108%;
    margin-left: -4%;
  }
  /* Panel 1 */
  img.landingBrand {
    height: 75%;
    width: 75%;
  }
  .landingLogo {
    padding-bottom: 1.275rem;
  }
  #getStarted button {
    width: 15rem;
    margin-bottom: 2rem;
  }
  .youtubedesktop,
  .youtubetablet,
  .youtubemobile {
    width: 100%;
    text-align: center;
    margin-top: 2.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    background-image: url('//3form.s3.amazonaws.com/images/yc/landing_images/landing_mobile.png');
    margin-bottom: 2rem;
  }
  .youtubedesktop {
    margin-top: .25rem !important;
    margin-bottom: 4rem !important;
  }
  .youtubedesktop span,
  .youtubetablet span,
  .youtubemobile span {
    position: relative;
    margin-top: 6.5rem;
  }
  .youtubedesktop iframe,
  .youtubetablet iframe,
  .youtubemobile iframe {
    height: 100%;
    width: 100%;
  }
  .landingCopy {
    padding-top: .75rem;
    background-size: 100%;
    margin-right: 5%;
    margin-left: 5%;
  }
  #materialOptions > div {
    margin-bottom: 1rem;
  }
  #collectionOptions > div {
    margin-bottom: 1rem;
  }
  /* Panel 2 */
  .material .thumbnail {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
  }
  /* Panel 3 */
  .collection .thumbnail {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
  }
  /* Panel 4 */
  #panel4 .thumbnail {
    margin-bottom: 0.6875rem;
  }
  #chosenCollection {
    min-height: 100%;
  }
  #selectedPrior {
    min-height: 100%;
    height: 22rem;
    padding-right: 0px;
    max-width: 767px;
  }
  #rightwrap {
    background-color: white;
  }
  .feature {
    margin-top: 1.4375rem;
    margin-bottom: 1.4375rem;
  }
  .selectedMobile {
    background-color: #ecf0f1;
    padding-bottom: 2.5rem;
  }
  .selected {
    margin-top: 1.4375rem;
    padding-left: 0;
  }
  .selected h3 {
    padding-top: 1.4375rem;
    padding-bottom: 0;
  }
  #imageFrame img {
    height: 100%;
    width: 100%;
    max-width: 368px;
    max-height: 280px;
  }
  .selectedCollection {
    padding-left: 3rem;
  }
  .thumbnail .featured {
    padding-bottom: 0.6875rem;
  }
  #panel4 .progressbar {
    margin-bottom: 0;
  }
  #loadMore {
    margin-top: 2rem;
  }
  #featuredgrid {
    height: 100%;
  }
  #scratch button {
    margin-bottom: 2rem;
  }
}
#myLibraryModals {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
}
#myLibraryModals .modal {
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  overflow-y: hidden;
}
#myLibraryModals .modal-body {
  background-color: #ecf0f1;
  height: 27rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 0;
}
#myLibraryModals .modal-body.browsingProjects {
  background-color: white;
}
.savedProjects {
  margin-top: 2rem;
  margin-bottom: 0.6875rem;
}
.createProject {
  border-top: solid 0.0625rem white;
  padding-top: .25rem;
  margin-bottom: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: middle;
}
.createProject:hover {
  color: #505a64;
}
.createProject > .glyphicon {
  margin-right: 1.25rem;
  font-size: 0.9375em;
  color: #ff9e15;
  line-height: 2.5rem;
  vertical-align: middle;
}
.createProject:hover > .glyphicon {
  color: #e0890b;
}
.recentSave > .popoverlistthumb {
  margin-bottom: 1rem;
}
.recentSave:hover .recentDesign {
  color: #505a64;
}
.savedProject {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-top: solid 0.0625rem white;
  border-bottom: solid 0.0625rem white;
  text-transform: capitalize;
}
.savedProject:hover,
.createProject:hover {
  cursor: pointer;
}
.savedProject:not(.editProjectName):hover > .designDate,
.savedProject:not(.editProjectName):hover > .glyphicon {
  color: #7f8c8d;
}
.savedProject:hover > .projectName {
  color: #505a64;
}
.savedProject .glyphicon {
  top: -0.98rem;
  font-size: .85rem;
  color: #bdc3c7;
}
.projectName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 89%;
}
.projectDate {
  padding-top: .25rem;
}
.editProjectTitle {
  display: inline-block;
  margin-right: .75rem;
  text-align: center;
  cursor: pointer;
}
.editProjectTitle > .pencil {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: .3rem;
}
.editProjectTitle:hover > span.small {
  color: #505a64;
}
.editProjectTitle:hover > .pencil {
  color: #ff9e15;
}
.pencil:hover {
  color: #ff9e15;
}
.pencil.active {
  color: #505a64;
}
.editTitle {
  text-align: left;
  width: 80%;
  float: left;
  margin-bottom: 0.5rem;
}
.savedDesign .editTitle {
  text-align: left;
  width: 60%;
  float: left;
  margin-bottom: 0.2rem;
}
.confirmRename {
  display: none;
}
span.confirmRename.pull-right {
  height: 2.5rem;
  position: relative;
  line-height: 1.5rem;
  vertical-align: middle;
  padding-left: .25rem;
  font-size: 1.5rem;
}
.savedDesign > span.confirmRename.pull-right {
  margin-right: 1.25rem;
  font-size: 1.5rem;
}
.confirmRename > i.icomoon-remove:hover {
  color: #505a64;
}
.confirmRename > i.icomoon-ok:hover {
  color: #e0890b;
}
#recentlySaved > li:hover .popovername {
  color: #7f8c8d;
}
#myLibraryModals .closeHelper {
  right: 0;
}
.projectDetails {
  text-align: left;
  padding-left: .75rem;
}
.backtoProjects {
  margin: 1rem 0;
  border-bottom: solid 1px #ecf0f1;
  width: 100%;
  text-align: left;
  padding-bottom: 0.75rem;
  cursor: pointer;
}
.backtoProjects i {
  margin-right: .5rem;
}
.backtoProjects:hover,
.backtoProjects:hover i {
  color: #505a64;
}
.removeProject {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.removeProject > i {
  color: #bdc3c7;
}
.removeProject:hover > span,
.removeProject:hover > i {
  color: #C54436;
}
.confirmProjectRemove {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 5.75rem;
}
.confirmProjectRemove > button {
  margin-right: 1rem;
}
.confirmProjectRemove > button:hover {
  color: white;
  background-color: #bdc3c7;
}
li.removeProject:hover > span,
li.removeProject:hover > i {
  color: #C54436;
  cursor: pointer;
}
li.removeProject.active:hover > span,
li.removeProject.active:hover > i {
  color: #ec7063;
  cursor: default;
}
#savedDesigns .projectDate {
  margin-top: 0.6875rem;
  margin-bottom: 1rem;
}
.designInfo {
  margin-top: .25rem;
  margin-bottom: 1rem;
}
.savedDesign {
  position: relative;
  padding-top: .75rem;
  padding-bottom: 3.25rem;
  background-color: white;
  width: 114%;
  margin-left: -8%;
  padding-left: 8%;
  height: 3.5rem;
  text-align: left;
}
.buttonContainer {
  width: 100%;
  margin-top: .5rem;
}
#sharePresMode {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
#sharePresMode > button {
  margin: 0 auto;
  width: 100%;
  color: white;
  font-size: 16px;
  position: relative;
  background-color: #ff9e19;
  box-shadow: 0 0.125em 0 #e0890b;
}
.buttonContainer button {
  box-shadow: 0 0.125em 0 #7f8c8d;
}
.buttonContainer button:hover {
  color: white;
}
.confirmMessage {
  max-width: 75%;
  margin-bottom: .5rem;
  text-align: center;
  line-height: .75rem;
  display: none;
}
.removeProject.active > i,
.removeProject:hover.active > i,
.removeProject.active > span,
.removeProject:hover.active > span {
  color: #C54436;
  cursor: default;
}
#cancelProjectRemove {
  margin-right: .75rem;
}
.savedDesign hr {
  width: 90%;
  margin-left: 0%;
  margin-top: .25rem;
  margin-bottom: 1rem;
}
.savedDesign.active {
  background-color: #ecf0f1;
  padding-bottom: 11rem;
  margin-bottom: -0.15rem;
}
.savedDesign > .designName {
  color: #7f8c8d;
}
.savedDesign.active .designName {
  color: #505a64;
}
.savedDesign.active:hover {
  background-color: #ecf0f1;
}
.savedDesign:hover {
  cursor: pointer;
  background-color: #f7f7f7;
}
.savedDesign:hover .designName {
  color: #505a64;
}
.editDesignName {
  display: none;
}
.savedDesign.active .editDesignName {
  display: block;
  margin-right: .75rem;
}
.editDesignName > span.glyphicons {
  top: -1.5rem;
}
.modifyDesign {
  width: 100%;
  text-align: left;
  color: #bdc3c7;
  margin: 1rem 0 .5rem 0;
}
.modifyDesign > hr {
  margin-top: .5rem;
  margin-bottom: 0;
}
.designInfo > hr {
  display: none;
}
.savedDesign.active .designInfo > hr {
  display: block;
  margin-top: 1rem;
}
.designOptions {
  display: none;
  width: 100%;
  position: relative;
}
.designOptions button.presentationButton {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  width: 92%;
  margin-top: 1.5rem;
  padding: 0.75rem 0;
  background-color: #ff9e15;
  color: #ffffff;
  border-radius: 0.3125rem;
  border-color: transparent;
  box-shadow: 0 0.125rem 0 #e0890b;
}
.designOptions li {
  text-align: center;
}
.designOptions li > i {
  width: 100%;
  margin-bottom: 1rem;
}
.designOptions li:hover > span,
.designOptions > ul > li > i {
  color: #505a64;
}
.designOptions li.removeDesign > i {
  color: #ec7063;
}
.designOptions li.removeDesign:hover > span,
.designOptions li.removeDesign:hover > i {
  color: #C54436;
}
.designOptions li.removeDesign.active:hover > span,
.designOptions li.removeDesign.active:hover > i {
  color: #ec7063;
  cursor: default;
}
li.removeDesign.active:hover.savedDesign {
  cursor: default;
}
li.removeDesign.active {
  position: absolute;
  left: 77%;
}
.confirmRemove {
  display: none;
  float: right;
  position: absolute;
  right: -465px;
  width: 90%;
  margin-top: -2rem;
}
.confirmRemove > button {
  color: black;
  box-shadow: 0 0.125em 0 #7f8c8d;
}
.confirmRemove > button:hover {
  color: white;
}
button#cancelRemove {
  margin-right: 1rem;
}
#getStartedLibrary > .popoverlistthumb {
  width: 56px;
  height: 56px;
  border: 0 solid transparent;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ecf0f1;
  margin-bottom: .925rem;
  margin-top: -0.6rem;
}
#getStartedLibrary > hr {
  color: #bdc3c7;
}
.popoverlistthumb .glyphicon {
  color: #bdc3c7;
  font-size: 20px;
  line-height: 20px;
  padding: 17px 0 0 18px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .savedDesign .editTitle {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  #myLibraryModals {
    display: none;
    margin-left: 5%;
    max-width: 350px;
  }
}
#ycmenu {
  background-color: white;
  height: 2.5rem;
  width: 100%;
  line-height: 2.5rem;
  display: none;
}
#ycmenu .list-inline {
  margin-left: 3px;
}
#ycmenu {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  width: auto;
}
#mainMenu {
  float: left;
  display: inline-block;
  width: auto;
}
#ycmenu .col-sm-12:not(.sharecols),
.col-lg-12 {
  padding-left: 15px;
}
#ycmenu .btn-default {
  border-color: transparent;
}
/* icomoon configs */
li.topMenu > a [class^="icomoon-"]:before {
  padding-right: .4375rem;
}
[class^="icomoon-"]:before {
  padding-right: 0;
}
#ycmenu .navbar-nav > li > a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875rem;
  text-transform: uppercase;
  height: 2.5rem;
}
.navbar {
  border-bottom-width: 0;
}
.navbar-nav {
  margin: 0;
}
#ycmenu .navbar-nav > li > a:not('.inUse') > :hover {
  color: #505a64;
}
#ycmenu .nav > li > a {
  padding-left: .9375rem;
  padding-right: .9375rem;
  background-color: white;
  line-height: 0.875rem;
}
#rightNav li.topMenu {
  width: 6rem;
  text-align: center;
}
#rightNav li > a > span {
  font-weight: 500;
}
#rightNav li.topMenu:last-child {
  width: 2.5rem;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  border-bottom: none;
  border-top: none;
  background-color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  border-bottom: none;
  border-top: none;
  background-color: white;
}
.orange-button {
  background-color: #ff9e15;
  border-radius: 0.3125em;
  box-shadow: 0em 0.125em 0em #e0890b;
  color: white;
  margin-bottom: 5px;
}
.orange-button:hover {
  background-color: rgba(255, 158, 21, 0.85);
  border-radius: 0.3125rem;
  box-shadow: 0rem 0.125rem 0rem #e0890b;
  color: white;
}
/*

 3form and YouCreate logo and container

*/
#contain {
  background-color: white;
  padding-right: 0.9375rem;
  height: 2.5rem;
  width: 9rem;
}
.logo {
  left: 0;
  width: 3.4rem;
  background-color: white;
  position: absolute;
  z-index: 6;
  padding-left: 1.2em;
}
.logo:hover {
  box-shadow: 3px 0px 6px rgba(127, 140, 141, 0.5);
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.yclogo {
  width: 100px;
  left: 3.75rem;
  z-index: 0;
  position: absolute;
  height: 2.5rem;
}
.indicator {
  width: auto;
  height: 2.5rem;
  left: 2.75rem;
  z-index: 9;
  display: none;
  position: absolute;
  background-color: transparent;
}
/*
 *  LG + MD Site
 * ---------------------
 */
#mainsite {
  position: absolute;
  z-index: 4;
  height: 2.5rem;
  top: 0;
  display: none;
  width: 6.25rem;
  color: white;
  background-color: #ffae15;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  border-right: solid 0.125rem #e0890b;
}
#mainsite > div > a {
  text-decoration: none;
  color: white;
}
#mainsite > div > a > span {
  width: 100%;
  display: block;
  text-transform: uppercase;
  line-height: 1rem;
  padding-top: .15rem;
}
#leftNav {
  padding: 0;
  margin: 0;
}
/*
 * Dropdown Menu
 * ------------
 */
.navbar-nav > li > a.category {
  color: #bdc3c7;
}
.caret {
  margin-right: .375rem;
  margin-left: .375rem;
}
.navbar-nav > li > a.category:hover {
  color: #bdc3c7;
}
.dropdown-menu {
  text-align: left;
  padding: 5px 0;
  width: 100%;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  background-color: white;
}
.dropdown-menu > li > a {
  color: #7f8c8d;
}
.dropdown-menu > li > a:hover {
  color: #505a64;
}
.activeMaterial,
.activeCollection {
  color: #7f8c8d;
}
.activeMaterial:hover,
.activeCollection:hover {
  color: #505a64;
}
.dropdown-toggle a {
  color: #bdc3c7 !important;
}
.chosen {
  color: #bdc3c7 !important;
}
.chosen:hover {
  color: #505a64 !important;
}
.chosen:before {
  content: '\2714';
  padding-right: .33rem;
  color: #ff9e15 !important;
}
/*
 * SM Media Query-Specific
 * --------------------------------------------------
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #rightNav li.topMenu {
    width: 2.5rem;
  }
}
/*
 * Off Canvas & XS Media Query-Specific
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  #mobileHome {
    background-color: #ecf0f1;
    positive: relative;
  }
  #uiOptions {
    position: absolute;
    right: 94px;
    line-height: 2.25rem;
    font-size: 1.075rem;
  }
  .activatePanel,
  .hidePanel {
    color: #bdc3c7;
    height: 2.5rem;
    line-height: 2.5rem;
    vertical-align: middle;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    font-size: .6875em;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #7f8c8d;
    line-height: .875em;
    cursor: pointer;
    font-weight: bolder;
  }
  .activatePanel:hover,
  .hidePanel:hover {
    color: #505a64;
  }
  .activatePanel > span,
  .hidePanel > span {
    margin-right: .15rem;
    color: #505a64;
  }
  .activatePanel.hidden,
  .hidePanel.hidden {
    display: none;
  }
  #placeholder {
    height: 2.5rem;
    width: auto;
    position: absolute;
    right: 3.5rem;
  }
  .active #placeholder {
    right: 0.6rem;
  }
  #hamburger {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    border: none;
    color: #bdc3c7;
    background-color: white;
  }
  #hamburger:hover {
    background-color: white;
    border: none;
    color: #505a64;
  }
  #hamburger.clicked {
    background-color: white;
    border: none;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 93%;
    min-width: 17.5rem;
    height: auto;
    overflow: hidden;
    background-color: #e7eaef;
  }
  .row-offcanvas-right {
    border-right-width: 0.0625rem;
    border-right-color: #ecf0f1;
    border-right-style: solid;
  }
  .row-offcanvas-right .sidebar-offcanvas li ul.dropdown-menu li {
    border-bottom: none;
    border-left: none;
  }
  #leftNav,
  #rightNav {
    max-width: 92%;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -93%;
    z-index: 0;
    box-shadow: inset 6px -4px 7px -4px rgba(80, 90, 100, 0.2);
  }
  .row-offcanvas-right.active {
    right: 102%;
  }
  .row-offcanvas-right .sidebar-offcanvas ul#rightnav {
    border-bottom-width: .1875rem;
    border-bottom-color: #ecf0f1;
    border-bottom-style: solid;
    background-color: white;
  }
  .row-offcanvas-right .sidebar-offcanvas li {
    border-bottom-width: .09375rem;
    border-bottom-color: #ecf0f1;
    border-bottom-style: solid;
  }
  #menutitle {
    background-color: white;
    height: 2.55rem;
    z-index: 1;
    border-left: 1px solid #DBDADA;
    border-bottom: 1px solid #DBDADA;
    line-height: 2.5rem;
  }
  .first {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    font-size: .6875em;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #7f8c8d;
    line-height: .875em;
    padding-left: .75rem;
    color: #ff9e15;
  }
  #ycmenu > div {
    padding-right: 0;
  }
  .list-inline {
    margin-bottom: 0;
  }
  #ycmenu .col-sm-11,
  .col-md-11,
  .col-lg-11 {
    padding-left: 0;
    padding-right: 0;
  }
  #ycmenu .col-sm-12:not(.sharecols) {
    padding-left: 0;
  }
  #contain {
    position: relative;
  }
  .dropdown-menu {
    text-align: left;
    left: 0%;
    width: 100%;
  }
  .nav > li > a {
    line-height: 2.5rem;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: white;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: white;
  }
  .navbar-toggle {
    background-color: white;
    position: relative;
    float: right;
  }
  #rightNav li.topMenu {
    width: 100%;
    text-align: left;
  }
  #rightNav li.topMenu:last-child {
    width: 100%;
  }
  ul#leftNav li {
    margin-left: 1px;
  }
  ul#rightNav li {
    margin-left: 1px;
  }
  .icon-question:before {
    padding-right: .4375rem;
  }
  .angle-right {
    float: right;
    margin-right: 15%;
    font-size: 1.05rem;
    color: #bdc3c7;
  }
  .angle-right:hover {
    float: right;
    margin-right: 15%;
    color: #bdc3c7;
  }
  /*
   * Views Section
   * -------------
   */
  .views {
    max-width: 92%;
    background-color: white;
    box-shadow: inset 6px -4px 7px -4px rgba(80, 90, 100, 0.2);
  }
  .views div.title {
    height: 1.8125rem;
    width: 100%;
    line-height: 1.8125rem;
  }
  .views div.title span {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    font-size: .6875em;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #7f8c8d;
    line-height: .875em;
    color: #bdc3c7;
    display: inline-block;
    vertical-align: middle;
  }
  .views > ul {
    width: 100%;
  }
  .views .list-inline > li {
    padding-left: 0;
    padding-right: 0;
    margin-left: -2px;
    margin-right: -2px;
  }
  .views > ul > li {
    text-align: center;
    width: 20%;
    line-height: 3.375rem;
    background-color: white;
    border: none;
  }
  .views > ul > li > i {
    color: #bdc3c7;
  }
  .views > ul > li > i [class^="icomoon-"]:before {
    padding-right: 0;
  }
  .views > ul > li:hover {
    background-color: rgba(150, 205, 205, 0.5);
  }
  #bottom {
    height: 32rem;
    min-width: 100%;
    background-color: white;
    box-shadow: inset 6px -4px 7px -4px rgba(80, 90, 100, 0.2);
  }
  #mainMenu {
    background-color: white;
    margin-bottom: 0;
    width: 45%;
  }
  .logo {
    padding-left: .75rem;
  }
  .yclogo {
    left: 3.5rem;
  }
}
.popover .form-control {
  height: 2.5rem;
}
.inUse {
  color: #ff9e15 !important;
}
#ycmenu .popover {
  background-color: #f7f7f7;
}
.popoverLink:hover {
  text-decoration: none;
  color: #505a64;
}
li.topMenu .popover {
  max-width: none;
  min-width: 17.8125rem;
  line-height: 1rem;
}
#ycmenu li.topMenu .popover.bottom > .arrow:after {
  border-bottom-color: #f7f7f7;
}
li.topMenu:not(.help) .popover.bottom > .arrow {
  left: 80%;
}
li.topMenu .popover-title {
  background-color: #f7f7f7;
  border-bottom: none;
  text-align: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .875rem;
  padding-top: 1.25rem;
  color: #7f8c8d;
  padding-bottom: .25rem;
}
.isnt.revealed {
  opacity: 0;
  margin-top: -2.5rem !important;
  transition-property: margin-top;
  transition-duration: .2s;
}
.revealed {
  margin-top: 50px;
  opacity: 1;
  transition-property: margin-top;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0, 1, 1, 0);
  transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
}
.popover.bottom > .arrow {
  left: 92%;
  color: #f7f7f7;
}
.popover-content {
  background-color: #f7f7f7;
  text-align: left;
}
.input-group {
  width: 100%;
}
li.save.input-group-addon {
  border-left: none;
  background-color: white;
}
.copied {
  font-weight: bold;
  color: #505a64;
}
li.save .popover {
  left: -175% !important;
}
li.save #saveform .popover {
  left: 15px !important;
  top: 200px !important;
  min-width: 16rem;
  max-width: 16rem;
  border-radius: 6px;
  background-color: #505a64 !important;
}
li.save #saveform .popover-content {
  background-color: #505a64;
  height: 8.5625rem;
  overflow-y: auto;
  margin-top: .675rem;
  margin-bottom: .675rem;
}
li.save #saveform .popover-content div {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  padding: 5px 15px;
  color: #ffffff;
}
li.save #saveform .popover-content div.current_selection {
  background-color: #7f8c8d;
}
li.save #saveform .popover-content div:hover {
  cursor: pointer;
  color: #bdc3c7;
}
li.save #saveform .popover > .arrow {
  left: 92%;
  top: -0.7rem;
  color: #505a64;
}
li.save #saveform .popover.bottom > .arrow:after {
  border-bottom-color: #505a64 !important;
  color: #505a64;
  top: 2px;
}
#saveform .form-control:focus,
#saveform .form-control:focus + span {
  border-color: transparent;
  box-shadow: none;
}
#selectProject .input-group-addon.active {
  color: #ff9e15;
}
#currentProject,
#selectProject .input-group-addon {
  cursor: pointer;
}
.newProject {
  margin-bottom: 1rem;
}
#recentlySaved {
  margin-top: -0.6rem;
}
.liblist:not(:first-child) {
  margin: 0.6875rem 0;
}
#saveform .popover-content {
  padding-left: 0;
  padding-right: 0;
}
.libdrop {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
  color: white;
  cursor: pointer;
  padding: .25rem 0 .25rem 0;
  padding-left: 1rem;
  height: 1.4375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 106%;
}
.libdrop:hover {
  color: #bdc3c7;
}
.libdrop.active {
  background-color: #7f8c8d;
  width: 106%;
}
li.save .popover .caret {
  margin-left: 0;
  margin-right: 0.0625rem;
}
#saveform {
  text-align: left;
}
#selectProject {
  margin-top: 1.4375rem;
  margin-bottom: 0.6875rem;
}
li.save .input-group {
  margin-top: 0.6875rem;
}
li.save .input-group-addon {
  background-color: white;
  border-left: 0;
}
a#ycnew {
  color: #ff9e15;
  z-index: 10;
}
a#ycnew:hover {
  color: #505a64;
}
.designInput {
  margin-bottom: .5rem;
}
#saveButton {
  width: 100%;
  background-color: #ffae15;
  color: white;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0 #e0890b;
  margin-bottom: 0.4375rem;
}
#saveButton.saved {
  background-color: #7f8c8d;
  box-shadow: 0 0.125rem 0 #505a64;
}
#saveButton.saved:hover {
  background-color: #bdc3c7;
  box-shadow: 0 0.125rem 0 #bdc3c7;
}
#saveButton:hover {
  background-color: rgba(255, 158, 21, 0.85);
}
#createNew {
  max-width: 100%;
  margin-top: 0.6875rem;
  margin-bottom: 4.25rem;
}
#createNew input {
  width: 100%;
}
li.share .popover {
  width: 14rem;
  left: -185% !important;
}
.presentation:hover,
.emailrep:hover {
  cursor: pointer;
}
li.share .popover-content {
  padding-bottom: .5rem;
  text-align: center;
}
span.shareURL {
  text-align: center;
  width: 100%;
  margin-bottom: .25rem;
}
#getquote,
#shareDesign {
  color: #7f8c8d;
  margin-top: 0.6875rem;
  margin-bottom: 0.4375rem;
}
.sharecols {
  padding-left: 2px;
  padding-right: 2px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sharethumb {
  background-color: #ecf0f1;
  height: 166px;
  margin-bottom: 0.6875rem;
}
.sharethumb img {
  width: 217px;
  max-height: 166px;
}
.socialIcons {
  height: 2.5rem;
  margin-bottom: 1rem;
  padding-top: .75rem;
  line-height: 2.5rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.25rem;
  width: 100%;
  color: #7f8c8d;
  cursor: pointer;
}
.socialIcons li {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background-color: white;
  border-radius: 1.25rem;
}
.socialIcons li:hover {
  background-color: #7f8c8d;
  width: 2.55rem;
  color: white;
}
.socialIcons li:active {
  background-color: #505a64;
}
.socialIcons a {
  color: #7f8c8d;
}
#socialHooks {
  display: none;
}
li.profile .popover {
  left: -175% !important;
  width: 275px;
}
.profilecontainer {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0.6875rem;
}
.listcontainer {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0.6875rem;
}
.popoverlistthumb {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.9375rem;
}
.popoverlistthumb img.popoverthumbnail {
  width: 50px;
}
.popoverlabel {
  width: 100%;
}
.popovername {
  width: 100%;
}
#recentSaves {
  padding-top: 1em;
  margin-top: 2.25rem;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 7px;
  background-color: white;
}
.recentProject:hover {
  cursor: pointer;
}
#recentlySaved li {
  width: 100%;
  margin-left: -5%;
  padding-left: 5%;
  cursor: pointer;
}
#recentlySaved li:hover > .listcontainer > .popovername {
  color: #505a64;
}
#ycmenu .profile .popover {
  background-color: white;
}
.profile .popover-content {
  padding-bottom: 41px;
}
.profile > a#yclogin + .popover > div.popover-content {
  padding-bottom: 0;
}
#librarybutton {
  width: 100%;
  background-color: #ffae15;
  color: white;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0 #e0890b;
}
#librarybutton:hover {
  background-color: rgba(255, 158, 21, 0.85);
}
a#logout {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
li.help .popover {
  width: 17.8125rem;
  left: -620% !important;
}
li.help .arrow {
  left: 92% !important;
}
.helpthumb {
  min-height: 166px;
  height: 166px;
  background-color: #ecf0f1;
  margin-bottom: 0.6875rem;
}
.helpthumb img {
  border-radius: 6px;
  position: absolute;
}
.helpthumb span {
  font-size: 3.75rem;
  color: #F7F7F7;
  width: 100%;
  height: 166px;
  text-align: center;
  line-height: 166px;
  cursor: pointer;
}
#youtubehelpvideo {
  display: none;
  z-index: 1000;
  position: absolute;
}
#helpoptions {
  margin-top: 1.4375rem;
  margin-bottom: 1rem;
  border-bottom: none;
  border-top: solid;
  border-top-width: 0.0875rem;
  /*     border-top-width: 0.2rem; */
  border-top-color: #ecf0f1;
}
#helpoptions > li {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  border-top: 0.0875rem solid #ecf0f1;
  /* border-bottom:0.16rem solid @gray-light; */
  border-bottom: 0.0875rem solid #ecf0f1;
}
#helpoptions li > a > span {
  line-height: 2.6rem;
}
#helpoptions a {
  color: #bdc3c7;
}
#helpoptions a:hover span {
  color: #505a64;
}
#helpoptions a:hover {
  text-decoration: none;
  color: #505a64;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  li.share .popover {
    width: 18.75rem;
    left: -565% !important;
  }
  li.save .popover {
    left: -530% !important;
  }
  li.topMenu.profile .popover {
    left: -535% !important;
  }
  .sharecols {
    padding: 0;
    border-bottom-style: none;
  }
}
@media screen and (max-width: 767px) {
  .sharecols {
    padding: 0;
    border-bottom-style: none;
  }
  #getquote > ul > li,
  #shareDesign > ul > li {
    border-bottom-style: none;
  }
  #recentlySaved li {
    border-bottom-style: none !important;
  }
  li.topMenu .popover {
    left: 0% !important;
    line-height: 1rem;
    width: 95% !important;
  }
  .popover > .arrow,
  .popover > .arrow:after #ycmenu li.topMenu .popover.arrow,
  .popover > .arrow:after {
    border-style: none;
  }
  li.topMenu .popover,
  li.topMenu .popover.bottom {
    margin-top: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas .socialIcons > ul {
    background-color: #f7f7f7;
    border-bottom: none;
  }
}
.popover.bottom {
  margin-top: 1.25rem;
  left: -205px !important;
}
#loginform {
  width: 100%;
  padding-bottom: 1.75rem;
}
#loginform .input-group {
  width: 100%;
  margin-bottom: 1rem;
  border-right: 0px;
}
#loginform .input-group .form-control {
  border-right: 0px;
  background-color: white;
  box-shadow: 0rem -0.125rem 0rem #bdc3c7;
}
#loginform div.input-group:first-child .form-control:first-child {
  height: 36px;
}
#loginform div.input-group:last-child .form-control:first-child {
  height: 36px;
}
#loginform .form-control:focus,
#loginform .form-control:focus + span {
  border-color: transparent;
  box-shadow: none;
}
#loginform .form-control + span > i [class*=icomoon] {
  color: #bdc3c7;
}
#loginform .form-control:focus + span > i [class*=icomoon] {
  color: #7f8c8d !important;
}
#loginform .form-control + span > span [class*=glyphicon] {
  color: #bdc3c7;
}
#loginform .form-control:focus + span > span [class*=glyphicon] {
  color: #7f8c8d !important;
}
#loginform .input-group-addon {
  background-color: white;
  border: 0;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  box-shadow: 0rem -0.125rem 0rem #bdc3c7;
}
#loginerror {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  margin: 1rem 0;
  color: #ec7063;
  text-align: left;
}
#loginbutton {
  width: 100%;
  background-color: #ff9e15;
  border-radius: 0.3125rem;
  box-shadow: 0rem 0.125rem 0rem #e0890b;
  color: white;
  margin-bottom: 0.6875rem;
}
#loginbutton:hover {
  width: 100%;
  background-color: rgba(255, 158, 21, 0.85);
  border-radius: 0.3125rem;
  box-shadow: 0rem 0.125rem 0rem #e0890b;
  color: white;
}
#loginform ul > li {
  width: auto;
  padding-bottom: 0.6875rem;
}
#loginform ul > li > a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
}
#loginform ul > li > a:hover {
  color: #505a64;
}
#createaccount,
#resetpassword {
  cursor: pointer;
}
#configurator {
  width: 100%;
  min-height: 93%;
  position: absolute;
  top: 2.5em;
  background-color: #e7eaef;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #configurator {
    width: 100%;
    min-height: 93%;
    position: absolute;
    top: 2.5em;
    margin-left: 97px;
    background-color: #e7eaef;
    overflow: hidden;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #configurator {
    max-width: 100%;
    margin-left: -43px;
    min-height: 750px;
    position: absolute;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.backdrop-image {
  position: absolute;
  right: 0px;
  top: -70px;
}
.varia-hardware-overlay,
.glass-hardware-overlay,
.pencil-overlay,
.chair-overlay {
  position: absolute;
  z-index: 40;
  right: 0;
  top: -70px;
}
.panel-pending-layer {
  position: absolute;
  right: 317px;
  display: inline-block;
  top: 250px;
  width: 100px;
  height: 100px;
}
.varia-sample-view-1-1 {
  position: absolute;
  top: 125px;
  height: 400px;
  right: 173px;
  width: 400px;
}
.varia-sample-view-2-1 {
  position: absolute;
  top: 95px;
  height: 477px;
  right: 180px;
  width: 300px;
  transform-origin: center left;
  transform: perspective(120px) rotateY(4.5deg);
  -moz-transform-origin: center left;
  -moz-transform: perspective(120px) rotateY(4.5deg);
  -webkit-transform-origin: center left;
  -webkit-transform: perspective(120px) rotateY(4.5deg);
}
.varia-sample-view-3-1 {
  position: absolute;
  top: 124px;
  height: 403px;
  right: 173px;
  width: 404px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.varia-panel-view-1-1 {
  position: absolute;
  top: 15px;
  height: 594px;
  right: 251px;
  width: 297px;
}
.varia-panel-view-2-1 {
  position: absolute;
  top: 15px;
  height: 594px;
  right: 251px;
  width: 297px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.varia-panel-view-3-1 {
  position: absolute;
  top: -24px;
  height: 669px;
  right: 192px;
  width: 217px;
  transform-origin: center left;
  transform: perspective(120px) rotateY(7.8deg);
  -moz-transform-origin: center left;
  -moz-transform: perspective(120px) rotateY(7.8deg);
  -webkit-transform-origin: center left;
  -webkit-transform: perspective(120px) rotateY(7.8deg);
}
.varia-room-view-1-1 {
  position: absolute;
  top: 73px;
  height: 530px;
  right: 194px;
  width: 252px;
  transform-origin: center right;
  transform: perspective(120px) rotateY(-4deg);
  -moz-transform-origin: center right;
  -moz-transform: perspective(120px) rotateY(-4deg);
  -webkit-transform-origin: center right;
  -webkit-transform: perspective(120px) rotateY(-4deg);
}
.varia-room-view-1-2 {
  position: absolute;
  top: 108px;
  height: 457px;
  right: 428px;
  width: 187px;
  transform-origin: center right;
  transform: perspective(128px) rotateY(-5deg);
  -moz-transform-origin: center right;
  -moz-transform: perspective(128px) rotateY(-5deg);
  -webkit-transform-origin: center right;
  -webkit-transform: perspective(128px) rotateY(-5deg);
}
.varia-room-view-2-1 {
  position: absolute;
  top: 181px;
  height: 357px;
  right: 509px;
  width: 187px;
}
.varia-room-view-2-2 {
  position: absolute;
  top: 181px;
  height: 358px;
  right: 321px;
  width: 187px;
}
.varia-room-view-2-3 {
  position: absolute;
  top: -69px;
  height: 798px;
  right: -209px;
  width: 400px;
}
.varia-room-view-3-1 {
  position: absolute;
  top: 97px;
  height: 553px;
  right: 221px;
  width: 270px;
  transform-origin: center right;
  transform: perspective(110px) rotateY(-2.8deg);
  -moz-transform-origin: center right;
  -moz-transform: perspective(110px) rotateY(-2.8deg);
  -webkit-transform-origin: center right;
  -webkit-transform: perspective(110px) rotateY(-2.8deg);
}
.glass-pressed-sample-view-1-1 {
  position: absolute;
  top: 125px;
  height: 400px;
  right: 173px;
  width: 400px;
}
.glass-pressed-sample-view-2-1 {
  position: absolute;
  top: 95px;
  height: 477px;
  right: 180px;
  width: 300px;
  transform-origin: center left;
  transform: perspective(120px) rotateY(4.5deg);
  -moz-transform-origin: center left;
  -moz-transform: perspective(120px) rotateY(4.5deg);
  -webkit-transform-origin: center left;
  -webkit-transform: perspective(120px) rotateY(4.5deg);
}
.glass-pressed-sample-view-3-1 {
  position: absolute;
  top: 124px;
  height: 403px;
  right: 173px;
  width: 404px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.glass-mono-sample-view-1-1 {
  position: absolute;
  top: 127px;
  height: 400px;
  right: 175px;
  width: 400px;
}
.glass-mono-sample-view-2-1 {
  position: absolute;
  top: 97px;
  height: 475px;
  right: 185px;
  width: 297px;
  transform-origin: center left;
  transform: perspective(120px) rotateY(4.5deg);
  -moz-transform-origin: center left;
  -moz-transform: perspective(120px) rotateY(4.5deg);
  -webkit-transform-origin: center left;
  -webkit-transform: perspective(120px) rotateY(4.5deg);
}
.glass-mono-sample-view-3-1 {
  position: absolute;
  top: 125px;
  height: 402px;
  right: 177px;
  width: 401px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.glass-pressed-panel-view-1-1 {
  position: absolute;
  top: 15px;
  right: 251px;
  width: 297px;
  height: 594px;
}
.glass-pressed-panel-view-2-1 {
  position: absolute;
  top: -24px;
  right: 188px;
  width: 222px;
  height: 672px;
  transform-origin: center left;
  transform: perspective(120px) rotateY(8.3deg);
  -moz-transform-origin: center left;
  -moz-transform: perspective(120px) rotateY(8.3deg);
  -webkit-transform-origin: center left;
  -webkit-transform: perspective(120px) rotateY(8.3deg);
}
.glass-pressed-panel-view-3-1 {
  position: absolute;
  top: 15px;
  right: 251px;
  width: 297px;
  height: 594px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.glass-pressed-room-view-1-1 {
  position: absolute;
  top: 73px;
  height: 530px;
  right: 194px;
  width: 252px;
  transform-origin: center right;
  transform: perspective(120px) rotateY(-4deg);
  -moz-transform-origin: center right;
  -moz-transform: perspective(120px) rotateY(-4deg);
  -webkit-transform-origin: center right;
  -webkit-transform: perspective(120px) rotateY(-4deg);
}
.glass-pressed-room-view-1-2 {
  position: absolute;
  top: 108px;
  height: 457px;
  right: 428px;
  width: 187px;
  transform-origin: center right;
  transform: perspective(110px) rotateY(-4deg);
  -moz-transform-origin: center right;
  -moz-transform: perspective(110px) rotateY(-4deg);
  -webkit-transform-origin: center right;
  -webkit-transform: perspective(110px) rotateY(-4deg);
}
.glass-pressed-room-view-2-1 {
  position: absolute;
  top: 181px;
  height: 357px;
  right: 509px;
  width: 187px;
}
.glass-pressed-room-view-2-2 {
  position: absolute;
  top: 181px;
  height: 358px;
  right: 321px;
  width: 187px;
}
.glass-pressed-room-view-2-3 {
  position: absolute;
  top: -69px;
  height: 798px;
  right: -209px;
  width: 400px;
}
.glass-pressed-room-view-3-1 {
  position: absolute;
  top: 97px;
  height: 553px;
  right: 221px;
  width: 270px;
  transform-origin: center right;
  transform: perspective(110px) rotateY(-2.8deg);
  -moz-transform-origin: center right;
  -moz-transform: perspective(110px) rotateY(-2.8deg);
  -webkit-transform-origin: center right;
  -webkit-transform: perspective(110px) rotateY(-2.8deg);
}
.glass-mono-panel-view-1-1 {
  position: absolute;
  top: 15px;
  height: 594px;
  right: 251px;
  width: 297px;
}
.glass-mono-panel-view-2-1 {
  position: absolute;
  top: -24px;
  height: 669px;
  right: 192px;
  width: 217px;
  transform-origin: center left;
  transform: perspective(120px) rotateY(7.8deg);
  -moz-transform-origin: center left;
  -moz-transform: perspective(120px) rotateY(7.8deg);
  -webkit-transform-origin: center left;
  -webkit-transform: perspective(120px) rotateY(7.8deg);
}
.glass-mono-panel-view-3-1 {
  position: absolute;
  top: 15px;
  height: 594px;
  right: 251px;
  width: 297px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
@media screen and (max-width: 767px) {
  .backdrop-image {
    position: absolute;
    margin-top: -20px;
    right: -140px;
  }
  .varia-hardware-overlay,
  .glass-hardware-overlay,
  .pencil-overlay,
  .chair-overlay {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -89px;
    right: -140px;
  }
  .panel-pending-layer {
    position: absolute;
    right: 177px;
    display: inline-block;
    top: 200px;
    width: 100px;
    height: 100px;
  }
  .varia-sample-view-1-1 {
    position: absolute;
    top: 103px;
    height: 400px;
    right: 33px;
    width: 400px;
  }
  .varia-sample-view-2-1 {
    position: absolute;
    top: 73px;
    height: 477px;
    right: 40px;
    width: 300px;
    transform-origin: center left;
    transform: perspective(120px) rotateY(4.5deg);
    -moz-transform-origin: center left;
    -moz-transform: perspective(120px) rotateY(4.5deg);
    -webkit-transform-origin: center left;
    -webkit-transform: perspective(120px) rotateY(4.5deg);
  }
  .varia-sample-view-3-1 {
    position: absolute;
    top: 102px;
    height: 403px;
    right: 33px;
    width: 404px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  .varia-panel-view-1-1 {
    position: absolute;
    top: -7px;
    height: 594px;
    right: 111px;
    width: 297px;
  }
  .varia-panel-view-2-1 {
    position: absolute;
    top: -7px;
    height: 594px;
    right: 111px;
    width: 297px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  .varia-panel-view-3-1 {
    position: absolute;
    top: -42px;
    height: 669px;
    right: 52px;
    width: 217px;
    transform-origin: center left;
    transform: perspective(120px) rotateY(7.8deg);
    -moz-transform-origin: center left;
    -moz-transform: perspective(120px) rotateY(7.8deg);
    -webkit-transform-origin: center left;
    -webkit-transform: perspective(120px) rotateY(7.8deg);
  }
  .varia-room-view-1-1 {
    position: absolute;
    top: 55px;
    height: 530px;
    right: 54px;
    width: 252px;
    transform-origin: center right;
    transform: perspective(120px) rotateY(-4deg);
    -moz-transform-origin: center right;
    -moz-transform: perspective(120px) rotateY(-4deg);
    -webkit-transform-origin: center right;
    -webkit-transform: perspective(120px) rotateY(-4deg);
  }
  .varia-room-view-1-2 {
    position: absolute;
    top: 88px;
    height: 457px;
    right: 288px;
    width: 187px;
    transform-origin: center right;
    transform: perspective(128px) rotateY(-5deg);
    -moz-transform-origin: center right;
    -moz-transform: perspective(128px) rotateY(-5deg);
    -webkit-transform-origin: center right;
    -webkit-transform: perspective(128px) rotateY(-5deg);
  }
  .varia-room-view-2-1 {
    position: absolute;
    top: 159px;
    height: 357px;
    right: 369px;
    width: 187px;
  }
  .varia-room-view-2-2 {
    position: absolute;
    top: 159px;
    height: 358px;
    right: 182px;
    width: 187px;
  }
  .varia-room-view-2-3 {
    position: absolute;
    top: -91px;
    height: 798px;
    right: -349px;
    width: 400px;
  }
  .varia-room-view-3-1 {
    position: absolute;
    top: 75px;
    height: 553px;
    right: 81px;
    width: 270px;
    transform-origin: center right;
    transform: perspective(110px) rotateY(-2.8deg);
    -moz-transform-origin: center right;
    -moz-transform: perspective(110px) rotateY(-2.8deg);
    -webkit-transform-origin: center right;
    -webkit-transform: perspective(110px) rotateY(-2.8deg);
  }
  .glass-pressed-sample-view-1-1 {
    position: absolute;
    top: 105px;
    height: 400px;
    right: 33px;
    width: 400px;
  }
  .glass-pressed-sample-view-2-1 {
    position: absolute;
    top: 75px;
    height: 477px;
    right: 40px;
    width: 300px;
    transform-origin: center left;
    transform: perspective(120px) rotateY(4.5deg);
    -moz-transform-origin: center left;
    -moz-transform: perspective(120px) rotateY(4.5deg);
    -webkit-transform-origin: center left;
    -webkit-transform: perspective(120px) rotateY(4.5deg);
  }
  .glass-pressed-sample-view-3-1 {
    position: absolute;
    top: 104px;
    height: 403px;
    right: 33px;
    width: 404px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  .glass-mono-sample-view-1-1 {
    position: absolute;
    top: 107px;
    height: 400px;
    right: 35px;
    width: 400px;
  }
  .glass-mono-sample-view-2-1 {
    position: absolute;
    top: 77px;
    height: 475px;
    right: 45px;
    width: 297px;
    transform-origin: center left;
    transform: perspective(120px) rotateY(4.5deg);
    -moz-transform-origin: center left;
    -moz-transform: perspective(120px) rotateY(4.5deg);
    -webkit-transform-origin: center left;
    -webkit-transform: perspective(120px) rotateY(4.5deg);
  }
  .glass-mono-sample-view-3-1 {
    position: absolute;
    top: 105px;
    height: 402px;
    right: 37px;
    width: 401px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  .glass-pressed-panel-view-1-1 {
    position: absolute;
    top: -5px;
    right: 111px;
    width: 297px;
    height: 594px;
  }
  .glass-pressed-panel-view-2-1 {
    position: absolute;
    top: -43px;
    right: 48px;
    width: 222px;
    height: 672px;
    transform-origin: center left;
    transform: perspective(120px) rotateY(8.3deg);
    -moz-transform-origin: center left;
    -moz-transform: perspective(120px) rotateY(8.3deg);
    -webkit-transform-origin: center left;
    -webkit-transform: perspective(120px) rotateY(8.3deg);
  }
  .glass-pressed-panel-view-3-1 {
    position: absolute;
    top: -5px;
    right: 111px;
    width: 297px;
    height: 594px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  .glass-pressed-room-view-1-1 {
    position: absolute;
    top: 53px;
    height: 530px;
    right: 54px;
    width: 252px;
    transform-origin: center right;
    transform: perspective(120px) rotateY(-4deg);
    -moz-transform-origin: center right;
    -moz-transform: perspective(120px) rotateY(-4deg);
    -webkit-transform-origin: center right;
    -webkit-transform: perspective(120px) rotateY(-4deg);
  }
  .glass-pressed-room-view-1-2 {
    position: absolute;
    top: 86px;
    height: 457px;
    right: 288px;
    width: 187px;
    transform-origin: center right;
    transform: perspective(110px) rotateY(-4deg);
    -moz-transform-origin: center right;
    -moz-transform: perspective(110px) rotateY(-4deg);
    -webkit-transform-origin: center right;
    -webkit-transform: perspective(110px) rotateY(-4deg);
  }
  .glass-pressed-room-view-2-1 {
    position: absolute;
    top: 159px;
    height: 357px;
    right: 369px;
    width: 187px;
  }
  .glass-pressed-room-view-2-2 {
    position: absolute;
    top: 159px;
    height: 358px;
    right: 181px;
    width: 187px;
  }
  .glass-pressed-room-view-2-3 {
    position: absolute;
    top: -91px;
    height: 798px;
    right: -349px;
    width: 400px;
  }
  .glass-pressed-room-view-3-1 {
    position: absolute;
    top: 75px;
    height: 553px;
    right: 81px;
    width: 270px;
    transform-origin: center right;
    transform: perspective(110px) rotateY(-2.8deg);
    -moz-transform-origin: center right;
    -moz-transform: perspective(110px) rotateY(-2.8deg);
    -webkit-transform-origin: center right;
    -webkit-transform: perspective(110px) rotateY(-2.8deg);
  }
  .glass-mono-panel-view-1-1 {
    position: absolute;
    top: -7px;
    height: 594px;
    right: 111px;
    width: 297px;
  }
  .glass-mono-panel-view-2-1 {
    position: absolute;
    top: -46px;
    height: 669px;
    right: 52px;
    width: 217px;
    transform-origin: center left;
    transform: perspective(120px) rotateY(7.8deg);
    -moz-transform-origin: center left;
    -moz-transform: perspective(120px) rotateY(7.8deg);
    -webkit-transform-origin: center left;
    -webkit-transform: perspective(120px) rotateY(7.8deg);
  }
  .glass-mono-panel-view-3-1 {
    position: absolute;
    top: -7px;
    height: 594px;
    right: 111px;
    width: 297px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
}
/*****************************/
/*          Nav Bar          */
/*****************************/
.progressbar {
  height: 3.4375rem;
  line-height: 3.4375rem;
  vertical-align: middle;
  background-color: #505a64;
  border-bottom: 0.25rem;
  border-bottom-color: #7f8c8d;
  border-bottom-style: solid;
}
.progressbar ul {
  padding: 0;
  margin: 0;
}
.progressbar span.glyphicon {
  color: #7f8c8d;
  line-height: 1.25rem;
  font-size: .75rem;
  font-weight: 200;
  margin-left: .375rem;
}
.progressbar a {
  cursor: pointer;
  text-decoration: none;
  color: #7f8c8d;
}
.progressbar a > span {
  width: auto;
  cursor: pointer;
  color: #bdc3c7;
}
.progressbar a > span:hover {
  cursor: pointer;
  color: #ff9e15;
}
#progressIndicator {
  width: auto;
  clear: both;
  top: 1.25rem;
  position: absolute;
}
ul.stepList {
  text-transform: uppercase;
  height: 3.375rem;
  width: 100%;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  color: #7f8c8d;
  font-size: .6875rem;
  display: inline-block;
}
ul.stepList > li {
  display: inline-block;
  margin-left: .375rem;
  width: auto;
}
.nospace {
  margin-left: 0!important;
}
.backforward,
.backforwardright {
  line-height: 3.4375rem;
  position: absolute;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  text-transform: uppercase;
}
.backforward {
  left: 1.25rem;
}
.backforwardright {
  right: 1.25rem;
}
.back {
  color: #7f8c8d;
}
.stepList i[class^="icomoon-circle-blank"] {
  border-color: #7f8c8d;
}
.stepList > li > span.nowactive > i[class^="icomoon-circle"] {
  color: white;
}
.stepList > li > span > i[class^="icomoon-circle"] {
  color: #7f8c8d;
}
.stepList > li > span.nowactive {
  color: white;
  width: auto;
}
@media screen and (max-width: 768px) {
  .progressbar {
    margin-bottom: 1rem;
  }
}
#secondaryModals {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: hidden;
}
#secondaryModals .modal {
  margin-top: 15%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  overflow-y: hidden;
  z-index: 1052;
  max-width: 500px;
}
.modalHelper .closeHelper {
  font-size: 1.25rem;
  float: right;
  position: absolute;
  top: .75rem;
  right: .9rem;
  color: #7f8c8d;
  margin-right: 1.25rem;
  background-color: transparent;
}
.modalHelper .closeHelper:hover {
  color: #bdc3c7;
}
.modalHelper .modal-header {
  padding: 0;
  height: 3rem;
  line-height: 3rem;
  border-bottom: 0.25em;
  border-bottom-color: #bdc3c7;
  border-bottom-style: solid;
  text-align: center;
  background-color: #505a64;
}
.modalHelper .modal-title {
  height: 100%;
  vertical-align: middle;
  border-bottom: 0.25rem;
  color: #ecf0f1;
  text-align: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  line-height: 3rem;
}
.modalHelper .modal-body {
  background-color: white;
  text-align: center;
  width: 100%;
  padding-top: 1em;
  height: auto;
  padding-bottom: 0;
}
.modalHelper .modal-content {
  height: auto;
}
.modalHelper #saveoptions {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.modalHelper #saveoptions > div {
  width: 47%;
  display: inline-block;
}
.modalHelper #saveoptions > div > button {
  width: 100%;
  text-align: center;
}
.modalHelper #saveoptions #nosave > button {
  background-color: #ecf0f1;
  box-shadow: 0 0.125em 0 #7f8c8d;
}
.modalHelper #saveoptions #nosave > button:hover {
  background-color: #bdc3c7;
}
.modalHelper #saveoptions #nosave > button:hover > span {
  color: white;
}
.modalHelper #saveoptions #saveDesign > button {
  background-color: #ff9e15;
  box-shadow: 0 0.125em 0 #e0890b;
}
.modalHelper #saveoptions #saveDesign > button:hover {
  background-color: rgba(255, 158, 21, 0.85);
}
.modalHelper #saveoptions #saveDesign > button > span {
  color: white;
}
.modalHelper #saveoptions button > span {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modalHelper {
    margin-bottom: 1.25rem;
  }
}
body {
  background: #eee;
}
#yc_sidebar {
  position: absolute;
  z-index: 50;
  margin-top: 3.375rem;
  right: .9375rem;
  width: 2.5rem;
  display: none;
}
#views_sidebar,
#tools_sidebar {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-top: .25rem;
}
#tools_sidebar {
  margin-top: 2.5rem;
}
.sidebar_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .5625em;
  text-transform: uppercase;
  color: #7f8c8d;
  line-height: .6875em;
  color: #bdc3c7;
  padding: 0.6875rem 0 0.3125rem;
  border-bottom: 1px solid #bdc3c7;
  text-align: center;
}
#yc_sidebar .sidebar_item {
  height: 2.5rem;
}
#yc_sidebar .sidebar_item i[class*=icomoon] {
  font-size: 1rem;
  line-height: 2.5rem;
  padding-left: 0.75rem;
  color: #bdc3c7;
}
#yc_sidebar .sidebar_item .glyphicon {
  font-size: 1rem;
  line-height: 2.5rem;
  padding-left: 0.75rem;
  color: #bdc3c7;
}
#yc_sidebar .sidebar_item .glyphicon.flip {
  padding-right: 0.75em;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#yc_sidebar .sidebar_item i.icomoon-view_exploded {
  padding-left: 0.625rem;
}
#yc_sidebar .sidebar_item i.icomoon-chevron-left,
#yc_sidebar .sidebar_item i.icomoon-chevron-right {
  padding-left: 0.875rem;
}
#yc_sidebar .sidebar_item i[class*=icomoon]:hover,
#yc_sidebar .sidebar_item .glyphicon:hover {
  cursor: pointer;
  color: #7f8c8d;
}
#yc_sidebar .sidebar_item i[class*=icomoon].active,
#yc_sidebar .sidebar_item .glyphicon.active,
#mobileviews .sidebar_item i[class*=icomoon].active,
#mobileviews .sidebar_item .glyphicon.active {
  color: #505a64 !important;
}
#tools_sidebar .popover.left {
  margin-left: -2.25rem;
  margin-top: .5rem;
}
/* sidebar config for XS */
@media screen and (max-width: 767px) {
  #yc_sidebar {
    display: none;
    margin-top: 4rem;
    right: .45rem;
  }
}
/* tooltip customization */
#tools_sidebar .tooltip {
  left: -6.5rem;
}
#tools_sidebar .tooltip-inner {
  padding: .6rem .6rem;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
  background-color: #505a64;
  color: #ffffff;
}
#tools_sidebar .left .tooltip-arrow {
  border-left-color: #505a64;
}
#tools_sidebar .popover.left > .arrow {
  right: -0.75rem;
  margin-top: -18px;
}
#tools_sidebar div.more_scenes {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
}
#tools_sidebar div.more_scenes i[class*=icomoon] {
  color: #bdc3c7;
  font-size: 0.875rem;
}
#tools_sidebar div.more_scenes i[class*=icomoon]:before {
  padding-right: 0.875rem;
}
#views_sidebar .single_image_tooltip,
#views_sidebar .image_array_tooltip {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  color: #bdc3c7;
  text-align: center;
}
#views_sidebar .single_image_tooltip img {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
#views_sidebar .single_image_tooltip .preview {
  border-color: 1px;
  border-color: #ff9e15;
}
#views_sidebar .popover-content {
  padding-top: .5rem;
  padding-bottom: .25rem;
}
#views_sidebar .image_array_tooltip .image_array img {
  width: auto;
  height: auto;
  margin: 0 0.125em 0.5em 0;
}
#choosingView {
  border: 1px black solid;
}
#yc_designpanel {
  position: absolute;
  z-index: 50;
  top: 5rem;
  left: 4%;
  width: 29.6875rem;
  background-color: #F1F2F3;
  box-shadow: 2px 5px 7px #bdc3c7;
  border: 0 solid transparent;
  border-radius: 0.325em;
  display: none;
}
nav.progressbar.boxtop {
  border-top: 0 solid transparent;
  border-top-left-radius: 0.325em;
  border-top-right-radius: 0.325em;
}
#yc_designpanel .progressbar {
  line-height: 3.4375rem;
}
#yc_designpanel .progressbar li {
  height: 4.5em;
}
#yc_designpanel .progressIndicator {
  height: 1.25em;
  margin-top: 2em;
}
#yc_designpanel .progressIndicator img {
  margin-top: -4em;
}
#yc_designpanel ul.stepList li.nowactive a,
#yc_designpanel ul.stepList li.nowactive a > span {
  cursor: default;
}
#yc_designpanel ul.stepList li span.progressIndicator {
  z-index: -5;
}
#yc_designpanel ul.stepList li.nowactive a > span {
  color: #ffffff;
}
#yc_designpanel ul.stepList li.nowactive span.progressIndicator {
  z-index: 5;
}
#yc_designpanel .tab_bar {
  width: 20%;
  float: left;
  border-top: 0.25em solid #e0890b;
  background-color: #ff9e15;
  display: table-row;
  height: 100%;
  border-bottom: 0 solid transparent;
  border-bottom-left-radius: 0.325em;
}
#yc_designpanel .panel_content {
  width: 80%;
  min-height: 50px;
  float: right;
  padding: 15px;
  background-color: #ffffff;
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0.325em;
}
#yc_designpanel .tab_bar,
#yc_designpanel .panel_content {
  height: 31.8125em;
  overflow-y: auto;
}
#yc_designpanel .tab_bar .tab_bar_item {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  text-align: center;
  height: 83px;
  padding: 18px 10px 0 10px;
  font-size: 11px;
  line-height: 13px;
  color: #facc89;
  text-shadow: 0 1px #e0890b;
  border-bottom: 1px solid #e0890b;
  cursor: pointer;
}
#yc_designpanel .tab_bar .tab_bar_item i {
  font-size: 18px;
  line-height: 22px;
}
#yc_designpanel .tab_bar .tab_bar_item:hover {
  color: white;
}
#yc_designpanel .tab_bar .tab_bar_item.active {
  color: #ffffff;
  background-color: #ffae15;
}
#yc_designpanel .design_panel_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  padding: 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ecf0f1;
}
#yc_designpanel .design_panel_title_middle {
  margin-bottom: 5px;
  border-bottom: 0;
}
#yc_designpanel .swatch_family_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  padding-bottom: 5px;
}
#yc_designpanel .search {
  position: relative;
}
#yc_designpanel .search input {
  margin: 10px 0;
}
#yc_designpanel .swatch_group .backdrop {
  float: left;
  background-color: #7f8c8d;
  border: 1px solid #ecf0f1;
  border-radius: 5px;
  margin: 2px 2px 2px 0;
  cursor: pointer;
  position: relative;
  width: 58px;
  height: 58px;
}
#yc_designpanel .swatch_group .backdrop.transparent.color,
#yc_designpanel .swatch_group .backdrop.transparent.color div,
#yc_designpanel .swatch_group .backdrop.transparent.color img {
  border-radius: 30px;
}
#yc_designpanel .swatch_group .backdrop.transparent {
  background-color: transparent;
}
#yc_designpanel .swatch_group .backdrop.transparent img {
  border: 0 solid transparent;
  border-radius: 5px;
}
#yc_designpanel .swatch_group .backdrop > div {
  position: absolute;
  width: 56px;
  height: 56px;
  z-index: 30;
}
#yc_designpanel .swatch_group .backdrop.selected_swatch > div {
  border: 2px solid #7f8c8d;
  border-radius: 5px;
}
#yc_designpanel .swatch_group .backdrop img {
  position: absolute;
  display: block;
  z-index: 25;
}
#yc_designpanel .panel_content .row_small_swatches,
#yc_designpanel .panel_content .row_medium_swatches,
#yc_designpanel .panel_content .row_large_swatches {
  clear: both;
  margin-bottom: 1.5em;
}
#yc_designpanel .panel_content .row_small_swatches img {
  width: 56px;
  height: 56px;
}
#yc_designpanel .panel_content .row_medium_swatches img {
  width: 68px;
  height: 68px;
}
#yc_designpanel .panel_content .row_large_swatches img {
  width: 85px;
  height: 85px;
}
#yc_designpanel .panel_content .row_small_swatches:after,
#yc_designpanel .panel_content .row_medium_swatches:after,
#yc_designpanel .panel_content .row_large_swatches:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#yc_designpanel .panel_content .design_panel_additional_info {
  border-top: 3px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  padding-top: 10px;
}
#yc_designpanel .panel_content .design_panel_additional_info .additional_info_button {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  line-height: .875em;
  color: #7f8c8d;
  background-color: #ecf0f1;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: 36px;
  margin-right: 3px;
  margin-bottom: 0.25em;
  border: 2px solid transparent;
  border-radius: 5px;
  border-bottom: 2px solid #bdc3c7;
}
#yc_designpanel .panel_content .design_panel_additional_info .additional_info_button:hover {
  color: #ffffff;
  background-color: #bdc3c7;
}
#yc_designpanel .panel_content .design_panel_additional_info .additional_info_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #bdc3c7;
  padding-bottom: 5px;
}
.btn-half {
  width: 48%;
}
#yc_designpanel .panel_content .impress_issue_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #ec7063;
  padding-bottom: 5px;
}
#yc_designpanel .panel_content .impress_issue_copy {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 10px 0;
  color: #ec7063;
}
#yc_designpanel .panel_content .impress_issue_button {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  line-height: .875em;
  color: #7f8c8d;
  background-color: #ecf0f1;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: 36px;
  margin-right: 3px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 5px;
  border-bottom: 2px solid #bdc3c7;
}
#yc_designpanel .panel_content .impress_issue_button:hover {
  color: #ffffff;
  background-color: #bdc3c7;
}
#yc_designpanel .design_panel_additional_info p {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 10px 0;
  color: #7f8c8d;
}
#yc_designpanel .design_panel_gradient_bar {
  padding: 0px 0px 16px 0px;
  position: relative;
}
#yc_designpanel .gradient_color_box {
  float: left;
  width: 32px;
  height: 32px;
  border: 2px solid #bdc3c7;
  border-radius: 5px;
  cursor: pointer;
}
#yc_designpanel .gradient_color_box.color_box_active {
  border: 2px solid #7f8c8d;
}
#yc_designpanel .gradient_slider_container {
  float: left;
  padding-top: 15px;
  width: 40%;
}
#yc_designpanel #gradient_slider.ui-slider-horizontal {
  height: 2px;
}
#yc_designpanel #gradient_slider.ui-widget-content {
  border-color: #bdc3c7;
}
#yc_designpanel .ui-slider-horizontal .ui-slider-handle {
  width: 32px;
  height: 32px;
  top: -15px;
  border: 2px solid #bdc3c7;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
}
#yc_designpanel .gradient_type_partial .ui-slider-horizontal .ui-slider-handle {
  width: 12px;
  background-color: #ffffff;
}
#yc_designpanel .gradient_type_full .ui-slider-horizontal .ui-slider-handle {
  display: none;
  width: 0;
  height: 0;
}
#yc_designpanel .ui-slider-horizontal .ui-slider-handle.color_box_active {
  border: 2px solid #7f8c8d;
}
#yc_designpanel #gradient_slider.slider_position_1 .ui-slider-handle {
  margin-left: 10px;
}
#yc_designpanel #gradient_slider.slider_position_2 .ui-slider-handle {
  margin-left: -16px;
}
#yc_designpanel #gradient_slider.slider_position_3 .ui-slider-handle {
  margin-left: -42px;
}
#yc_designpanel .gradient_type_partial #gradient_slider.slider_position_1 .ui-slider-handle {
  margin-left: 20px;
}
#yc_designpanel .gradient_type_partial #gradient_slider.slider_position_2 .ui-slider-handle {
  margin-left: -6px;
}
#yc_designpanel .gradient_type_partial #gradient_slider.slider_position_3 .ui-slider-handle {
  margin-left: -32px;
}
#yc_designpanel .gradient_button {
  float: left;
  margin-left: 24px;
  width: 32px;
  height: 32px;
  padding: 6px;
  color: #bdc3c7;
  border: 2px solid #bdc3c7;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
#yc_designpanel .gradient_button:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}
#yc_designpanel .gradient_slider_markings {
  position: absolute;
  height: 23px;
  top: 20px;
  width: 40%;
  padding: 0px 5px;
  margin-left: 32px;
}
#yc_designpanel .gradient_type_full .gradient_slider_markings {
  display: none;
}
#yc_designpanel .gradient_slider_markings .slider_mark {
  float: left;
  width: 33.3333%;
  text-align: center;
  font-size: 6px;
  color: #bdc3c7;
}
#yc_designpanel .gradient_labels {
  padding-top: 6px;
}
#yc_designpanel .gradient_label {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  float: left;
  width: 32px;
  text-align: center;
  color: #7f8c8d;
}
#yc_designpanel .gradient_label:nth-child(2) {
  width: 40%;
}
#yc_designpanel .slider_position_1 .gradient_label:nth-child(2) {
  text-align: left;
  padding-left: 24px;
}
#yc_designpanel .slider_position_3 .gradient_label:nth-child(2) {
  text-align: right;
  padding-right: 24px;
}
#yc_designpanel .gradient_type_full .gradient_label:nth-child(2),
#yc_designpanel .gradient_type_partial .gradient_label:nth-child(2) {
  color: #ffffff;
  font-size: 0px;
}
#yc_designpanel .gradient_label:nth-child(4) {
  margin-left: 15px;
  width: 50px;
  color: #bdc3c7;
}
#yc_designpanel .gradient_label:nth-child(5) {
  margin-left: 6px;
  width: 50px;
  color: #bdc3c7;
}
#yc_designpanel .upper_swatches div {
  width: 85px;
  height: 85px;
}
#yc_designpanel .upper_swatches.upper_medium div {
  width: 64px;
  height: 64px;
}
#yc_designpanel .upper_swatches > div {
  float: left;
  margin: 0 2px 4px 0;
}
#yc_designpanel .upper_swatches div.clear {
  float: none;
  height: 0 !important;
  margin: 0;
  padding: 0;
}
#yc_designpanel .upper_swatches .upper_swatch {
  cursor: pointer;
}
#yc_designpanel .upper_swatches .upper_swatch > div {
  border: 0 solid transparent;
  border-radius: 5px;
}
#yc_designpanel .upper_swatches .upper_swatch > div.selected_alpha_swatch {
  border: 2px solid #7f8c8d;
}
#yc_designpanel .upper_swatches.scale_image {
  position: relative;
}
#yc_designpanel .scale_image img {
  position: absolute;
  border: 0 solid transparent;
  border-radius: 5px;
  z-index: 25;
}
#yc_designpanel .scale_image > div {
  position: absolute;
  border: 0 solid transparent;
  border-radius: 5px;
  z-index: 30;
}
#yc_designpanel .scale_image.selected_scale > div {
  border: 2px solid #7f8c8d;
}
#yc_designpanel .upper_swatches .upper_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  height: auto;
  padding-bottom: 10px;
  color: #7f8c8d;
  text-align: center;
}
#yc_designpanel .upper_swatches.upper_medium .upper_title {
  height: auto !important;
}
#yc_designpanel #design_panel_color_wheel {
  cursor: default;
}
#yc_designpanel .design_panel_select_color,
#yc_designpanel .design_panel_select_opacity {
  margin-top: 16px;
  border-top: 3px solid #ecf0f1;
}
#yc_designpanel .design_panel_select_color .color_icons {
  float: right;
}
#yc_designpanel .design_panel_select_color .color_icons .glyphicons {
  font-size: 15px;
  line-height: 16px;
  margin-top: 5px;
  color: #bdc3c7;
  cursor: pointer;
}
#yc_designpanel .design_panel_select_color .color_icons .glyphicons.active {
  color: #ffae15;
}
#yc_designpanel #chromoselector,
#yc_designpanel #chromoselector_cmyk {
  margin-right: 0px;
}
#yc_designpanel .design_panel_select_color .c3_swatches div.c3_swatch {
  cursor: pointer;
  width: 56px;
  height: 56px;
  float: left;
  margin: 0 2px 2px 0;
  border: 1px solid #ecf0f1;
  border-radius: 30px;
}
#yc_designpanel .color_selector .color_inputs {
  float: left;
  width: 25%;
}
#yc_designpanel .color_selector .color_val_title {
  float: left;
  width: 50%;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #bdc3c7;
  padding-bottom: 3px;
}
#yc_designpanel .color_selector .color_inputs_small,
#yc_designpanel .color_selector .color_inputs_large {
  clear: both;
}
#yc_designpanel .color_selector .color_inputs_small > div,
#yc_designpanel .color_selector .color_inputs_large > div {
  height: 40px;
  padding: 12px 6px;
  border: 1px solid #ecf0f1;
  border-radius: 5px;
  box-shadow: inset 0 2px 0 #bdc3c7;
  margin: 0 2px 15px 0;
}
#yc_designpanel .color_selector .color_inputs_small span,
#yc_designpanel .color_selector .color_inputs_large span {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  line-height: 16px;
  color: #bdc3c7;
}
#yc_designpanel .color_selector .color_inputs_small input,
#yc_designpanel .color_selector .color_inputs_large input {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  height: 16px;
  line-height: 16px;
  padding: 0;
  width: 48px;
  color: #bdc3c7;
  border: 0;
  float: right;
  margin-top: 2px;
  text-align: right;
}
#yc_designpanel .color_selector .color_inputs_small input:focus,
#yc_designpanel .color_selector .color_inputs_large input:focus {
  outline: none;
  color: #7f8c8d;
}
#yc_designpanel .color_selector .color_inputs_small > div {
  width: 90%;
}
#yc_designpanel .color_selector .color_inputs_large > div {
  width: 49%;
}
#yc_designpanel .color_selector .noclear {
  clear: none;
}
#yc_designpanel .color_selector #color_wheel,
#yc_designpanel .color_selector #color_wheel_cmyk {
  float: right;
  position: relative;
  padding-top: 16px;
  padding-right: 16px;
}
#yc_designpanel .single_row_swatches {
  margin-top: -12px;
}
#yc_designpanel .single_row_swatches .single_row_swatch {
  clear: both;
  border-top: 1px solid #ecf0f1;
  cursor: pointer;
}
#yc_designpanel .single_row_swatches .single_row_swatch:first-child {
  border-top: 0;
}
#yc_designpanel .single_row_swatches .single_row_swatch .checkmark {
  float: right;
  color: #7f8c8d;
  font-size: 20px;
  line-height: 20px;
  padding: 18px 0px 16px 16px;
  display: none;
}
#yc_designpanel .single_row_swatches .single_row_swatch.single_row_selected .checkmark {
  display: block;
}
#yc_designpanel .single_row_swatches .single_row_swatch .swatch_image {
  float: left;
  position: relative;
  margin: 10px 15px 10px 0;
  width: 56px;
  height: 56px;
}
.swatch_transparent {
  background: url(//3form.s3.amazonaws.com/images/yc/checkered_background.gif);
}
.short_swatch,
.short_swatch > div {
  height: 50px !important;
}
#yc_designpanel .single_row_swatches .single_row_swatch .swatch_image img,
#yc_designpanel .single_row_swatches .single_row_swatch .swatch_image div {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 0 solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
#yc_designpanel .single_row_swatches .single_row_swatch.single_row_selected .swatch_image div {
  border: 2px solid #7f8c8d;
}
#yc_designpanel .single_row_swatches .single_row_swatch:hover .swatch_image img {
  opacity: 0.75;
}
#yc_designpanel .single_row_swatches .single_row_swatch .swatch_info {
  float: left;
  padding-top: 20px;
}
#yc_designpanel .single_row_swatches .single_row_swatch .swatch_info .swatch_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  color: #7f8c8d;
}
#yc_designpanel .single_row_swatches .single_row_swatch .swatch_info .swatch_description {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  color: #bdc3c7;
}
#yc_designpanel .single_row_swatches .single_row_swatch:hover .swatch_info .swatch_description {
  color: #7f8c8d;
}
#yc_designpanel .design_panel_summary {
  margin-top: -8px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#yc_designpanel .step_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  border: 2px solid #ecf0f1;
  border-width: 2px 0;
  color: #bdc3c7;
  padding: 5px 0;
  clear: both;
  margin-bottom: 10px;
}
#yc_designpanel .single_row_swatches .single_row_swatch.summary_swatch .checkmark {
  display: block;
  color: #ecf0f1;
  cursor: default;
}
#yc_designpanel .single_row_swatches .single_row_swatch.summary_swatch .checkmark:hover {
  cursor: pointer;
  color: #7f8c8d;
}
#yc_designpanel .basic_swatch .swatch_image div {
  z-index: 25;
}
#yc_designpanel .basic_swatch .swatch_image img {
  opacity: 1 !important;
  z-index: 30;
}
#yc_designpanel .basic_swatch .swatch_image div.background {
  background-color: #7f8c8d;
}
#yc_designpanel .basic_swatch .tab_info .tab_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  color: #bdc3c7;
}
#yc_designpanel .basic_swatch .tab_info .option_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  color: #7f8c8d;
}
#yc_designpanel .single_row_swatches .single_row_swatch.add_interlayer_swatch,
#yc_designpanel .single_row_swatches .single_row_swatch.edit_interlayer_swatch {
  cursor: pointer;
}
#yc_designpanel .single_row_swatches .single_row_swatch.add_interlayer_swatch .checkmark,
#yc_designpanel .single_row_swatches .single_row_swatch.edit_interlayer_swatch .checkmark {
  display: block;
  color: #ecf0f1;
}
#yc_designpanel .add_interlayer_swatch .swatch_image .add_interlayer {
  background-color: #ecf0f1;
}
#yc_designpanel .add_interlayer_swatch .swatch_image .add_interlayer .glyphicon {
  color: #bdc3c7;
  font-size: 20px;
  line-height: 20px;
  padding: 17px 0 0 18px;
  margin: 0;
}
#yc_designpanel .add_interlayer_swatch .tab_info .option_name {
  color: #bdc3c7;
}
#yc_designpanel .material_category_select {
  position: relative;
  color: #7f8c8d;
  background-color: #ecf0f1;
  border: 0 solid transparent;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9998;
}
#yc_designpanel .material_category_select .down_icon {
  float: right;
  font-size: 10px;
  color: #7f8c8d;
  padding: 12px;
}
#yc_designpanel .material_category_select .selected_category_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  padding: 12px;
}
#yc_designpanel .material_category_select .category_options {
  display: none;
}
#yc_designpanel .material_category_select.dropdown_active .category_options {
  display: block;
  position: absolute;
  top: 32px;
  padding-top: 12px;
  background-color: #ecf0f1;
  border: 0 solid transparent;
  border-radius: 5px;
  width: 100%;
  z-index: 50;
}
#yc_designpanel .material_category_select.dropdown_active .category_options div {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  width: 100%;
  border-top: 1px solid #ecf0f1;
  padding: 6px 12px;
}
#yc_designpanel .material_category_select.dropdown_active .category_options div:hover {
  background-color: #7f8c8d;
  color: #ecf0f1;
}
#yc_designpanel .interlayer_swatches {
  margin-top: 8px;
  position: relative;
  z-index: 15;
}
#yc_designpanel .interlayer_swatches .tooltip {
  position: fixed;
}
#yc_designpanel .panel_content .row_small_swatches.interlayer_group {
  margin-bottom: 12px;
}
#yc_designpanel .panel_content .interlayer_group .backdrop > img,
#yc_designpanel .panel_content .interlayer_group .backdrop > div {
  border-radius: 5px;
}
#yc_designpanel .panel_content .interlayer_back {
  margin-top: -10px;
  float: left;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  padding: 8px 4px;
  color: #7f8c8d;
  cursor: pointer;
}
#yc_designpanel .panel_content .interlayer_back:hover {
  color: #bdc3c7;
}
#yc_designpanel .panel_content .interlayer_remove {
  margin-top: -10px;
  float: right;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  padding: 8px 4px;
  color: #ec7063;
  cursor: pointer;
}
#yc_designpanel .panel_content .interlayer_remove:hover {
  color: #d7665a;
}
#yc_designpanel .panel_content .interlayer_back .glyphicon,
#yc_designpanel .panel_content .interlayer_remove .glyphicon {
  font-size: 11px;
}
#yc_designpanel .panel_content .custom_image {
  margin-bottom: 16px;
}
#yc_designpanel .panel_content .custom_image img {
  width: 100%;
}
#yc_designpanel .clear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
}
/*
 * MD Media Query-Specific
 * --------------------------------------------------
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #yc_designpanel {
    width: 27.25rem;
  }
  #yc_designpanel #chromoselector {
    margin-right: 0;
  }
  #yc_designpanel .panel_content .row_small_swatches img {
    width: 44px;
    height: 44px;
  }
  #yc_designpanel .swatch_group .backdrop,
  #yc_designpanel .swatch_group .backdrop > div {
    width: 44px;
    height: 44px;
  }
  #yc_designpanel .upper_swatches.upper_medium div {
    width: 54px;
    height: 54px;
  }
  #yc_designpanel .gradient_button {
    margin-left: 16px;
  }
  #yc_designpanel .gradient_label:nth-child(4) {
    margin-left: 7px;
  }
  #yc_designpanel .gradient_label:nth-child(5) {
    margin-left: 2px;
    width: 44px;
  }
  #yc_designpanel .gradient_slider_markings {
    padding: 0px 10px;
  }
  #yc_designpanel .panel_content .row_medium_swatches img {
    width: 54px;
    height: 54px;
  }
  #yc_designpanel .panel_content .row_large_swatches img {
    width: 68px;
    height: 68px;
  }
  #yc_designpanel .upper_swatches div {
    width: 64px;
    height: 64px;
  }
}
/*
 * SM Media Query-Specific
 * --------------------------------------------------
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #yc_designpanel {
    width: 22rem;
  }
  #yc_designpanel .tab_bar {
    float: none;
    width: 18.75em;
    height: 63px;
    display: block;
    border-bottom-left-radius: 0;
    overflow-y: hidden;
  }
  #yc_designpanel .tab_bar .tab_bar_item {
    float: left;
    padding-top: 10px;
    font-size: 9px;
    line-height: 11px;
    border-bottom: 0;
    border-right: 1px solid #e0890b;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(5),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(5) ~ div {
    width: 20%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(4),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(4) ~ div {
    width: 25%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(3),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(3) ~ div {
    width: 33.333333333333336%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(2),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(2) ~ div {
    width: 50%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(1),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(1) ~ div {
    width: 100%;
  }
  #yc_designpanel .panel_content {
    float: none;
    width: 100%;
    height: 25.8125em;
    overflow-y: scroll;
    border-bottom-left-radius: 0.325em;
  }
  #yc_designpanel #chromoselector {
    margin-right: 0;
  }
  #yc_designpanel .panel_content .row_small_swatches img {
    width: 43px;
    height: 43px;
  }
  #yc_designpanel .swatch_group .backdrop,
  #yc_designpanel .swatch_group .backdrop > div {
    width: 43px;
    height: 43px;
  }
  #yc_designpanel .upper_swatches.upper_medium div {
    width: 52px;
    height: 52px;
  }
  #yc_designpanel .gradient_button {
    margin-left: 15px;
  }
  #yc_designpanel .gradient_label:nth-child(4) {
    margin-left: 7px;
    width: 46px;
  }
  #yc_designpanel .gradient_label:nth-child(5) {
    margin-left: 0px;
    width: 44px;
    text-align: right;
  }
  #yc_designpanel .gradient_slider_markings {
    padding: 0px 15px;
  }
  #yc_designpanel .panel_content .row_medium_swatches img {
    width: 52px;
    height: 52px;
  }
  #yc_designpanel .panel_content .row_large_swatches img {
    width: 65px;
    height: 65px;
  }
  #yc_designpanel .upper_swatches div {
    width: 65px;
    height: 65px;
  }
}
/*
 * MOBILE XS Media Query-Specific
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  #yc_designpanel {
    margin-top: 0;
    float: none;
    width: 84%;
    max-width: 345px;
    display: none;
    max-height: 19.25rem;
    left: 2%;
    top: 4.5rem;
    z-index: 100;
    padding-bottom: .5rem;
  }
  #yc_designpanel .panel_content {
    float: none;
    width: 100%;
    border-bottom-left-radius: 0.325em;
    max-height: 19rem;
  }
  #yc_designpanel .tab_bar {
    float: none;
    width: 100%;
    height: 63px;
    display: block;
    border-bottom-left-radius: 0;
    overflow-y: hidden;
    margin-top: -16px;
  }
  #yc_designpanel .panel_content {
    height: 19rem;
    overflow-y: auto;
  }
  #design_panel_content:after {
    height: 20px;
    background-color: white;
  }
  #yc_designpanel .tab_bar .tab_bar_item {
    float: left;
    padding-top: 10px;
    font-size: 9px;
    line-height: 11px;
    border-bottom: 0;
    border-right: 1px solid #e0890b;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(5),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(5) ~ div {
    width: 20%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(4),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(4) ~ div {
    width: 25%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(3),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(3) ~ div {
    width: 33.333333333333336%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(2),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(2) ~ div {
    width: 50%;
  }
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(1),
  #yc_designpanel .tab_bar .tab_bar_item:first-child:nth-last-child(1) ~ div {
    width: 100%;
  }
  #yc_designpanel .panel_content {
    float: none;
    width: 100%;
    border-bottom-left-radius: 0.325em;
  }
  #yc_designpanel #chromoselector {
    margin-right: 0;
  }
  #yc_designpanel .panel_content .row_small_swatches img {
    width: 43px;
    height: 43px;
  }
  #yc_designpanel .swatch_group .backdrop,
  #yc_designpanel .swatch_group .backdrop > div {
    width: 43px;
    height: 43px;
  }
  #yc_designpanel .upper_swatches.upper_medium div {
    width: 52px;
    height: 52px;
  }
  #yc_designpanel .gradient_button {
    margin-left: 15px;
  }
  #yc_designpanel .gradient_label:nth-child(4) {
    margin-left: 7px;
    width: 46px;
  }
  #yc_designpanel .gradient_label:nth-child(5) {
    margin-left: 0px;
    width: 44px;
    text-align: right;
  }
  #yc_designpanel .gradient_slider_markings {
    padding: 0px 0px;
  }
  #yc_designpanel .panel_content .row_medium_swatches img {
    width: 52px;
    height: 52px;
  }
  #yc_designpanel .panel_content .row_large_swatches img {
    width: 65px;
    height: 65px;
  }
  #yc_designpanel .upper_swatches div {
    width: 65px;
    height: 65px;
  }
}
#presentation_template {
  position: absolute;
  width: 100%;
  background-color: white;
  text-align: center;
  display: none;
  z-index: 0;
}
#pres_menu {
  position: absolute;
  top: 0;
  background-color: white;
  height: 2.5rem;
  width: 100%;
  line-height: 2.5rem;
  z-index: 1;
}
#pres_menu .navbar-header {
  height: 2.5rem;
  padding: 0;
  width: 100%;
}
#pres_menu #contain {
  float: left;
  width: 4rem;
  margin-right: 3rem;
}
#pres_menu .yclogo {
  width: 100px;
  left: 0.75rem;
  z-index: 0;
  position: absolute;
  height: 2.5rem;
}
#pres_menu .navbar-nav > li > a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875rem;
  text-transform: uppercase;
  height: 2.5rem;
}
#pres_menu #mainMenu {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: middle;
}
#pres_menu > #rightNav li.topMenu {
  width: 5rem;
  text-align: center;
}
#pres_menu .navbar-nav > li > a:not('.inUse') > :hover {
  color: #505a64;
}
#pres_menu .nav > li > a {
  padding-left: .9375rem;
  padding-right: .9375rem;
  background-color: white;
  line-height: 0.875rem;
}
#slide1 {
  width: 100%;
  background-color: white;
}
#slide2 {
  width: 100%;
  background-color: white;
}
#slide3 {
  width: 100%;
  height: 100%;
  background: url('https://3form.s3.amazonaws.com/images/yc/showroom_bg.jpg');
}
#slide3 #projectshare_headline {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 6.5rem;
  margin-bottom: 3.375rem;
  color: white;
}
.slide3 .socialIcons {
  margin-bottom: 2.5rem;
}
.slide3 #share_link {
  background-color: white;
  width: 22rem;
  text-align: center;
  margin: 0 auto;
  color: black;
  height: 2.5rem;
  margin-top: 0.6875rem;
  margin-bottom: 1rem;
}
#designshare_headline {
  color: white;
  margin-bottom: 0.6875rem;
}
#share_headline {
  color: white;
}
#share_button {
  margin: 0 auto;
}
#copyUrl {
  width: 22rem;
  margin: 0 auto;
  color: white;
  font-size: 16px;
  position: relative;
  background-color: #ff9e19;
  box-shadow: 0 0.125em 0 #e0890b;
}
#copyUrl:hover {
  background-color: rgba(255, 158, 21, 0.85);
}
#bottom_splash {
  right: 4em;
  bottom: 3.5rem;
  position: absolute;
}
#bottom_splash a {
  color: white;
}
#bottom_splash a:hover {
  color: #ff9e15;
}
#visit3f {
  bottom: 0;
  width: 8rem;
  right: 2rem;
  margin-right: 3.5rem;
  position: absolute;
}
#pres_copyright {
  color: white;
  margin-left: 3rem;
}
#presentation_footer {
  background-color: black;
  width: 100%;
  min-height: 2.5rem;
  position: fixed;
  bottom: 0;
  line-height: 2.5em;
}
#presentation_footer > span {
  line-height: 2.5rem;
  vertical-align: middle;
}
a#endPresMode {
  padding-left: 5rem;
}
.parablast {
  margin-top: 1.4375rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.landingHeadline {
  text-align: left;
}
.left {
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 967px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
/**
 * fullPage 2.1.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-easing {
  -webkit-transition: all 0.7s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.7s ease-out;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav li {
  display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
  background: #333;
}
#fp-nav span,
.fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
.fp-tooltip.right {
  right: 20px;
}
.fp-tooltip.left {
  left: 20px;
}
#presentation_template,
#summary_container {
  background-color: #ecf0f1 !important;
  overflow: scroll;
}
#summary_container #rep_header {
  background-color: #505a64;
  min-height: 75px;
}
#summary_container #rep_header #rep_header_content {
  margin: 0 auto;
  width: 830px;
  padding: 15px 0px;
  text-align: left;
}
#summary_container #rep_header #rep_header_content #rep_header_banner {
  text-align: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  color: #ecf0f1;
}
#summary_container #rep_header #rep_header_content #rep_header_banner button {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  margin-left: 25px;
  outline: 0;
  color: #ecf0f1;
  background-color: #ff9e15;
  border-color: transparent;
  border-bottom: 1px solid #e0890b;
}
#summary_container #rep_header #rep_header_content #rep_header_banner button:hover {
  background-color: #e0890b;
}
#summary_container #rep_header #rep_header_content.email_header {
  width: 370px;
}
#summary_container #rep_header #rep_header_content.email_header p {
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  color: #bdc3c7;
}
#summary_container #rep_header #rep_header_content.email_header img {
  width: 155px;
  margin-bottom: 15px;
}
#summary_container #rep_header #rep_header_content.email_header a {
  color: #ffffff;
}
#summary_container #rep_header #rep_header_content.email_header a.hover {
  color: #bdc3c7;
}
#summary_container #rep_header #rep_header_content #rep_header_body {
  display: none;
  padding-top: 20px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_header_close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px;
  color: #7f8c8d;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_header_close:hover {
  color: #bdc3c7;
  cursor: pointer;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_left {
  float: left;
  width: 300px;
  padding-right: 30px;
  padding-top: 50px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #7f8c8d;
  line-height: 1.166em;
  color: #ecf0f1;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_left span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ff9e15;
  margin-bottom: 15px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_left .rep_header_text {
  margin-top: 40px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  color: #ecf0f1;
  text-transform: none;
  font-weight: 200;
  line-height: 24px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right {
  float: right;
  margin-right: 25px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm {
  width: 435px;
  background: #ecf0f1;
  padding: 20px;
  border: 0px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px -2px #7f8c8d;
  -moz-box-shadow: 0 2px 8px -2px #7f8c8d;
  box-shadow: 0 2px 8px -2px #7f8c8d;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_title,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #7f8c8d;
  margin-bottom: 10px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_subtitle,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_subtitle {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  text-align: center;
  color: #7f8c8d;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_subtitle a.rep_email_subtitle_link,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_subtitle a.rep_email_subtitle_link {
  color: #ff9e15;
  cursor: pointer;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_subtitle a.rep_email_subtitle_link:hover,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_subtitle a.rep_email_subtitle_link:hover {
  color: #7f8c8d;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box #rep_email_friend,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm #rep_email_friend {
  display: none;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs {
  padding-top: 30px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block_hide,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block_hide {
  display: none;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block {
  float: left;
  width: 148px;
  padding-right: 10px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_title,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  color: #bdc3c7;
  padding-bottom: 10px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-top: 1px solid #bdc3c7;
  border-radius: 5px;
  padding: 10px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input.disabled,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input.disabled {
  background-color: #ecf0f1;
  border: 1px solid #bdc3c7;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input.disabled input,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input.disabled input {
  background-color: #ecf0f1;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input .form-control,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input .form-control {
  border-color: transparent;
  box-shadow: none;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input .form-control:focus,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input input,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input input,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input textarea,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input textarea {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 12px;
  line-height: 12px;
  color: #7f8c8d;
  text-transform: uppercase;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input textarea,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input textarea {
  height: 48px;
  padding: 3px;
  line-height: 16px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input select,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input select {
  outline: 0;
  font-size: 12px;
  line-height: 12px;
  color: #7f8c8d;
  text-transform: uppercase;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input select.form-control,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input select.form-control {
  height: 38px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block .input_input .bootstrap-select .btn:focus,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block .input_input .bootstrap-select .btn:focus {
  outline: 0 !important;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .message_line,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .message_line {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  margin-bottom: 20px;
  padding: 12px 0px 12px 24px;
  color: #505a64;
  background-color: #bdc3c7;
  border: 0px solid transparent;
  border-radius: 5px;
  position: relative;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .message_line span,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .message_line span {
  display: block;
  position: absolute;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bdc3c7;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .message_line a,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .message_line a {
  text-transform: none;
  text-decoration: underline;
  color: #7f8c8d;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .message_line a:hover,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .message_line a:hover {
  color: #e0890b;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_zip,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_zip {
  width: 89px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_country,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_country {
  width: 111px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_country .input_input,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_country .input_input {
  padding: 0;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_from,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_from {
  width: 195px;
  padding-right: 0;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_rep_name,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_rep_name {
  width: 200px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_to,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_to {
  display: none;
  width: 200px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_message,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_message {
  width: 395px;
  padding-right: 0;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs button,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs button {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  line-height: 18px;
  width: 100%;
  outline: 0;
  color: #ecf0f1;
  background-color: #ff9e15;
  border-color: transparent;
  border-bottom: 1px solid #e0890b;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs button:hover,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs button:hover {
  background-color: #e0890b;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_box .rep_email_inputs .input_block_clear,
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm .rep_email_inputs .input_block_clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 15px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm {
  display: none;
  text-align: center;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm div {
  padding: 35px 0px;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm div span {
  padding: 12px;
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 35px;
  color: #ff9e15;
  border: 1px solid #ff9e15;
  border-radius: 50%;
}
#summary_container #rep_header #rep_header_content #rep_header_body #rep_column_right #rep_email_confirm div p {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
  color: #7f8c8d;
  line-height: 1.43em;
  color: #505a64;
  padding: 0;
  margin: 0 0 16px 0;
}
#summary_container #rep_header #rep_header_content #rep_header_body .clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#summary_container #summary_body {
  margin: 0 auto;
  width: 830px;
  padding: 15px 50px;
  background-color: #ffffff;
  text-align: left;
}
#summary_container #summary_body #summary_back_link {
  margin: 15px 0 25px 0;
}
#summary_container #summary_body #summary_back_link a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  color: #7f8c8d;
}
#summary_container #summary_body #summary_back_link a:hover {
  color: #bdc3c7;
}
#summary_container #summary_body #summary_logo {
  float: left;
  height: 22px;
}
#summary_container #summary_body #summary_logo img {
  width: 155px;
}
#summary_container #summary_body #summary_tagline {
  float: right;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  line-height: 12px;
  padding: 10px 0 0 0;
  color: #7f8c8d;
  height: 22px;
}
#summary_container #summary_body #summary_tagline span {
  margin: 0 5px;
}
#summary_container #summary_body .summary_divider {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bdc3c7;
}
#summary_container #summary_body #summary_left_col {
  float: left;
  width: 370px;
  margin-right: 15px;
}
#summary_container #summary_body #summary_left_col .summary_info_box {
  width: 350px;
  padding: 20px;
  border: 5px solid #bdc3c7;
  border-radius: 10px;
}
#summary_container #summary_body #summary_left_col .summary_info_box .saved_design_name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  line-height: 20px;
  font-weight: 500;
  color: #505a64;
  padding-bottom: 10px;
}
#summary_container #summary_body #summary_left_col .summary_info_box .info_box_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  line-height: 12px;
  color: #7f8c8d;
  padding: 15px 0 5px 0;
}
#summary_container #summary_body #summary_left_col .summary_info_box .info_box_detail {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
  color: #7f8c8d;
  line-height: 1.43em;
  line-height: 16px;
  color: #505a64;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image {
  float: left;
  margin: 20px 11px 10px 0;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image div {
  width: 170px;
  height: 150px;
  background-color: #cccccc;
  border-radius: 5px;
  border: 0px solid transparent;
  margin-bottom: 5px;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image img {
  border: 0px solid transparent;
  border-radius: 5px;
  display: none;
  max-width: 170px;
  max-height: 150px;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image img.image_sample_view {
  margin-bottom: 19px;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image img.image_panel_view_noBG {
  margin-left: 47px;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  color: #7f8c8d;
  line-height: .875em;
  text-align: center;
  text-transform: uppercase;
  color: #bdc3c7;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image a:hover {
  color: #7f8c8d;
}
#summary_container #summary_body #summary_left_col .summary_design_images .design_image a span {
  margin-left: 10px;
}
#summary_container #summary_body #summary_right_col {
  float: left;
  width: 300px;
}
#summary_container #summary_body #summary_right_col .summary_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  line-height: 12px;
  color: #7f8c8d;
  padding-top: 10px;
}
#summary_container #summary_body #summary_right_col .material_info {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: 1em;
  color: #7f8c8d;
  line-height: 1.5em;
  font-weight: 200;
  padding-bottom: 15px;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_title {
  padding: 4px 0px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  line-height: 12px;
  color: #7f8c8d;
  border: 2px solid #bdc3c7;
  border-width: 2px 0;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item {
  margin-top: 8px;
  border-bottom: 1px solid #bdc3c7;
  position: relative;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item .block_item_color {
  position: absolute;
  width: 43px;
  height: 43px;
  top: 0px;
  left: 5px;
  z-index: 5;
  border: 0px solid transparent;
  border-radius: 5px;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item .block_item_color.background {
  background-color: #7f8c8d;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item img {
  float: left;
  width: 43px;
  height: 43px;
  border: 0px solid transparent;
  border-radius: 5px;
  margin: 0 0 8px 5px;
  position: relative;
  z-index: 10;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item .block_item_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: .6875em;
  letter-spacing: .25px;
  line-height: .875em;
  text-transform: uppercase;
  line-height: 12px;
  color: #7f8c8d;
  padding: 5px 0 3px 0;
  margin-left: 60px;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item .block_item_text {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  font-size: .875em;
  color: #7f8c8d;
  line-height: 1.43em;
  color: #505a64;
  margin-left: 60px;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item .clear {
  clear: both;
  height: 0px;
}
#summary_container #summary_body #summary_right_col .summary_block .summary_block_item:last-child {
  border-bottom: 0;
}
#summary_container #summary_body #summary_right_col .summary_block:last-child {
  border-bottom: 1px solid #bdc3c7;
}
@media print {
  #rep_header,
  #summary_back_link {
    display: none;
  }
  a span,
  a .glyphicon {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
