/*
header>.slds-grid>a>img {
  display: none;
}

header>.slds-grid>a {
  background-image: url(https://developer.salesforce.com/resources2/images/salesforce-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 100px;
  background-position: center;
}

.desktop-header__search {
  visibility: hidden;
}

.th-header__nav-list li {
  display: none;
}

.th-header__nav-list li:first-child {
  display: initial;
}

header button {
  display: none !important;
}
*/



html {
  font-family: Salesforce Sans,Arial,sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #fafaf9;
  color: #3e3e3c;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* NEW STYLES*/
@font-face{
  font-family:NeutrafaceDisplay-Titling;
  src:url('https://developer.salesforce.com/resources2/fonts/NeutrafaceDisplay-Titling/NeutrafaceDisplay-Titling.eot');
  src:url('https://developer.salesforce.com/resources2/fonts/NeutrafaceDisplay-Titling/NeutrafaceDisplay-Titling.eot?#iefix') format('embedded-opentype'),
      url('https://developer.salesforce.com/resources2/fonts/NeutrafaceDisplay-Titling/NeutrafaceDisplay-Titling.woff') format('woff'),
      url('https://developer.salesforce.com/resources2/fonts/NeutrafaceDisplay-Titling/NeutrafaceDisplay-Titling.woff2') format('woff2'),
      url('https://developer.salesforce.com/resources2/fonts/NeutrafaceDisplay-Titling/NeutrafaceDisplay-Titling.svg#TrailheadBold') format('svg');
  font-weight:bold;
  font-style:normal
}

.Fz\(12px\){font-size:12px;}
.Ff\(NeutrafaceDisplay-Titling\){font-family: 'NeutrafaceDisplay-Titling';}
.H\(100\%\){height: 100%;}


/* CRM STYLES */
.crm-header-menu {
  margin-top: 70px;
}
.crm-header-menu li a {
  line-height: 37px;
  color: #3e3e3c !important;
}
.crm-text-card-container{
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 20px 30px 0 30px;
}
/* END OF CRM STYLES */

.flip-container.locked .front{
  background-color: #dddddd;
}
.flip-container .front{
  position: relative;
}
.flip-container.locked .front:after{
  display: block;
  content: '';
  background-image: url('https://developer.salesforce.com/resources2/offers/beabuilder/lock_grey.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 20px;
}
img.fullwidth{
  max-width: 100% !important;
  width: 100%;
}
/* **** */

header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 3px solid #00a1df;
}

.page-content h2, .page-content h3 {
  color: #003F61;
}

.crm .titleH2{
  color: #003F61;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  letter-spacing: -0.44px;
  font-family: 'NexaRustSansBlack', 'SalesforceSans', Helvetica, Arial, sans-serif !important;
  line-height: 36px;
  text-transform: uppercase;
}

.crm .titleH3{
  color: #003F61;
  font-size: 1rem;
  position: relative;
  text-align: center;
  letter-spacing: -0.44px;
  font-family: 'NexaRustSansBlack', 'SalesforceSans', Helvetica, Arial, sans-serif !important;
  line-height: 36px;
  text-transform: uppercase;
}

.trailhead-nav {
  position: relative;
  z-index: 2;
}
#codey {
  transform: rotate(180deg);
  top: -140px;
  position: absolute;
  z-index: 1;
  right: calc(50% - 60px);
  display: none;
}
#codey.show{
  display: block;
}

.play-button{
  cursor: pointer;
}

@font-face{
  font-family:Trailhead-Bold;
  src:url('https://developer.salesforce.com/resource/fonts/trailheadbold/Trailhead-Bold.eot');
  src:url('https://developer.salesforce.com/resource/fonts/trailheadbold/Trailhead-Bold.eot?#iefix') format('embedded-opentype'),
      url('https://developer.salesforce.com/resource/fonts/trailheadbold/Trailhead-Bold.woff') format('woff'),
      url('https://developer.salesforce.com/resource/fonts/trailheadbold/Trailhead-Bold.woff2') format('woff2'),
      url('https://developer.salesforce.com/resource/fonts/trailheadbold/Trailhead-Bold.svg#TrailheadBold') format('svg');
  font-weight:bold;
  font-style:normal
}


.crm{
  overflow: hidden;
}

.crm h1,.crm h2,.crm h3,.crm h4,.crm h5,.crm h6{
  color; #1d3442 !important;
}
.crm .btn {
  font-family: "Salesforce Sans";
  font-size: 16px;
  line-height: 16px;
  padding: 10px 30px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0;
  border: 0 none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.crm .btn.btn--transparent {
  background: transparent !important;
  font-family: "Salesforce Sans";
  border: 1px solid #ffffff;
  text-shadow: inherit;
  color: #ffffff;
}
.crm .btn span, .crm .btn:hover, .crm .btn:visited,
.crm .btn:hover span, .crm .btn:visited span {
  color: #ffffff;
}
.crm .btn.btn--blue {
  background: #009cdb;
  color: #ffffff;
  text-shadow: inherit;
}

.crm .page-container{
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.crm .hero-section {
  position: relative;
}

.crm .page-content{
  padding: 1px 0 10px 0;
  background-color: #f4f4f4;
  background-image: url('https://developer.salesforce.com/resources2/trailblazers/story-cards-section-bg.png');
}

.crm .hero-section-container .btn{
  margin-top: 20px;
}

@media( min-width: 1200px ){
  .crm .page-container{
    width: 1170px;
    margin: 0 auto;
    padding: 0;
  }
}

.crm .page-title{
  font-family: Trailhead-Bold !important;
  text-align: center;
  font-size: 54px;
  line-height: 70px;
  margin-top: 52px;
}

.crm .center{
  text-align: center;
}

.crm .page-container p {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 22px;
}

.crm .front li, .crm .back li {
  display: table;
  width: 100%;
}

.crm .th-profile-rank-image {
  height: 180px;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.crm .th-profile-rank-image img {
  max-height: 100%;
}

.crm .discover-prize {
  position: absolute;
  margin-top: -40px;
  transform: rotate(-45deg);
  right: -36px;
  font-size: 12px;
  line-height: 12px;
  background-color: #01344e;
  width: 120px;
  color: #ffffff;
  padding: 10px 0;
}

.crm .share-stories-container > ul {
  margin: 0;
}

.crm .legal-link {
  text-align: center;
  margin-bottom: 40px;
}

/* entire container, keeps perspective */
.flip-container {
perspective: 400px;
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}*/
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
height: 370px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* flip speed goes here */
.flipper {
transition: 0.7s;
-webkit-transition: 0.7s; /* Safari */
transform-style: preserve-3d;
position: relative;
}

/* hide back of pane during swap */
.front, .back {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
padding: 20px;
position: absolute;
top: 0;
left: 0;
border: 1px solid #dddddd;
background-color: #ffffff;
border-radius: 8px;
overflow: hidden;
text-align: center;
}

/* front pane, placed above back */
.front {
z-index: 2;
/* for firefox 31 */
transform: rotateY(0deg);
}

.front.no-margin-top{
padding: 0 0 20px 0;
}

/* back, initially hidden pane */
.back {
transform: rotateY(180deg);
}

.crm .hero-section-container {
  height: 350px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  position: relative;
  background-image: url("https://developer.salesforce.com/resources2/crm_dev/images/crm-hero-bg_characters.png"),
                    url("https://developer.salesforce.com/resources2/crm_dev/images/crm-hero-bg_ground.png"),
                    url("https://developer.salesforce.com/resources2/crm_dev/images/crm-hero-bg_right-mountain.png"),
                    url("https://developer.salesforce.com/resources2/crm_dev/images/crm-hero-bg_left-mountain.png"),
                    url("https://developer.salesforce.com/resources2/crm_dev/images/crm-hero-bg_sky.png");
  background-repeat: no-repeat;
  background-size: auto 34%, auto, 50%, 60%, cover;
  background-position: calc(50% - 50px) calc(100% - 10px), calc(50% + 640px) bottom, right -20px bottom 18px, left bottom 32px, center;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hero-logo {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 70px;
}

.crm .hero-section-container .title{
  font-family: NeutrafaceDisplay-Titling !important;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #002169;
  max-width: 340px;
  margin: 0 auto;
}

.crm .hero-section-container .subtitle {
  color: #002169;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}

.crm .hero-video-trigger{
  margin-top: 20px;
  color: #ffffff;
}
.crm #hero-video-modal {
  width: 60%;
  left: 20%;
  margin-left: 0;
}
.crm .modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -9999;
  background-color: #000;
}
.crm .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  background-clip: padding-box;
  outline: none;
  z-index: -9998;
}
.crm .modal-header{
  padding: 9px 15px 0 15px;
  border: 0 none;
}
.crm .modal-header .close{
  color: #189cd7;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  text-shadow: none
  margin-top: 2px;
  float: right;
  margin-top: 2px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.crm .modal-header .close i{
  border-radius: 50%;
  background-clip: padding-box;
  background: #189cd7;
  color: #fff;
  font-size: 16px;
  margin-right: .3em;
  margin-top: 1px;
}
.crm .modal-header .close span{
  color: #189cd7;
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
}
.crm .icon-close2:before{
  content: "\e62f";
}
.crm .icon-play4{
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 4px 3px 4px 5px;
  margin-right: 10px
}
.crm .icon-play4:before {
  content: "\e607";
}
.crm .hero-video-trigger{
  padding: 6px 20px;
}
.crm .hero-video-trigger span{
  line-height: 22px;
}
.crm .modal-container{
  width: 100%;
}
.crm .modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear,top 0.3s ease-out;
  transition: opacity 0.3s linear,top 0.3s ease-out;
}
.crm .fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.crm .fade.in {
  opacity: 1;
}
.crm .modal-backdrop.fade.in {
  opacity: 0.5;
}
.crm .modal.fade.in {
  top: 10%;
}
.crm .modal-body {
  position: relative;
  overflow: hidden;
  padding: 15px;
  max-height: inherit;
}

/*bg video styles*/
.crm .cover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
  background-color: #272727;
  background-image: url('https://developer.salesforce.com/resources2/trailblazers/hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.crm .cover .bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -98;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.crm .cover .bgvideo iframe{
  margin-bottom: 0;
}

.crm .cover .bgvideo .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .25s;
}

.crm .cover .bgvideo .screen.active {
  opacity: 1;
}
/**/

/* TH FOOTER */
.th-footer {
  background: #fff;
  padding: 50px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
}
.th-footer .footer-rows {
  display: flex;
  flex-wrap: wrap;
}
.th-footer .statement {
  width: 28%;
}
.th-footer .statement .salesforce-logo {
  width: 72px;
}
.th-footer .statement p {
  margin: 20px 0;
}
.th-footer li, .th-footer p {
  color: #585858;
}
.th-footer__heading {
  text-transform: uppercase;
  color: #004061;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 10px 0;
}
.th-footer .column ul.link-list, .th-footer .language-social ul.link-list, .th-footer .salesforce-links ul.link-list, .th-footer .site-links ul.link-list, .th-footer .statement ul.link-list {
  margin: 0;
  list-style: none;
  font-size: 16px;
}
.th-footer .column ul.link-list li, .th-footer .language-social ul.link-list li, .th-footer .salesforce-links ul.link-list li, .th-footer .site-links ul.link-list li, .th-footer .statement ul.link-list li {
  margin: 30px 0;
}
.th-footer .column ul.link-list li a, .th-footer .language-social ul.link-list li a, .th-footer .salesforce-links ul.link-list li a, .th-footer .site-links ul.link-list li a, .th-footer .statement ul.link-list li a {
  font-size: inherit;
  color: inherit;
}
.th-footer .salesforce-links {
  width: 24%;
}
.th-footer .column, .th-footer .language-social, .th-footer .salesforce-links, .th-footer .site-links, .th-footer .statement {
  margin: 0;
  padding-left: 60px;
}
.th-footer .site-links {
  width: 24%;
}
/* END OF TH FOOTER */

/* CARD STYLES */
.crm-card{
  width: 350px;
  height: 350px;
  border-radius: 10px;
  border: 1px solid #dadada;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #FAFAFA;
  box-shadow: 0px 1px 3px #dadada;
  overflow: hidden;
}
.crm-card:hover .ext-tbz-cards__card-overlay {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
  text-decoration: none;
  color: #B7C9D5;
}
.crm-card-header{
  height: 177px;
  background-size: cover;
  -webkit-mask-image: url(https://developer.salesforce.com/resources2/crm_dev/images/mask-image.png);
  position: relative;
  z-index: 0;
  background-position: -5px 0;
}
.crm-card-header-bg-2{
  background-image: url(https://developer.salesforce.com/resources2/trailblazers/header-bg-2.svg);
}
.crm-card-header-bg-3{
  background-image: url(https://developer.salesforce.com/resources2/trailblazers/header-bg-3.svg);
}
.crm-card-header-bg-4{
  background-image: url(https://developer.salesforce.com/resources2/trailblazers/header-bg-4.svg);
}
.crm-card-pic{
  width: 145px;
  height: auto;
  border-radius: 100px;
  /*background: rgba(217, 217, 217, 0.3);*/
  position: absolute;
  left: calc(50% - 1px);
  transform: translate(-50%);
  top: 32px;
}
/* END OF CARD STYLES */


.share-section {
  padding: 0 20px;
}
.share-section-container h1{
  color: #4e758b;
  font-size: 36px;
  font-family: Trailhead-Bold !important;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.share-stories-container{
  width: 1170px;
}
.share-stories{
  margin-top: 70px;
  margin-bottom: 90px;
}
a.btnshare:focus {
  color: white;
}
.btnshare{
  margin: 0 auto;
  display: table;
  font-family: "Salesforce Sans";
}
.btnshare span {
  position: relative;
  display: inline-block !important;
  height: 15px;
  width: 25px;
  margin-right: 10px;
}
.btnshare span:before {
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  top: -3px;
  left: 0;
  font-family: icomoon !important;
  content: "\ea96";
}

.share-story{
  border: 1px solid #e1e4e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
  -moz-box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);
  box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.8);

  float: left;
  min-height: 220px;
  position: relative;

  width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.share-story iframe, .share-story twitterwidget{
  margin: 0;
}
.share-story blockquote,
.share-story iframe,
.share-story .twitter-tweet
{
  visibility: hidden;
}
.share-story twitterwidget::shadow .EmbeddedTweet {
  border: none;
}

@media( min-width: 480px ){
  .crm .hero-section-container {
    height: 310px;
    padding-top: 80px;
    background-size: auto 36%, auto, 40%, 40%, cover;
    background-position: calc(50% - 170px) calc(100% - 10px), calc(50% + 560px) bottom, right -20px bottom 18px, left bottom 32px, center;
  }

  .hero-logo {
    margin-top: 40px;
  }

  .crm .hero-section-container .title{
    max-width: 100%;
    font-size: 22px;
  }

  .crm .hero-section-container .subtitle {
    max-width: 100%;
  }
}

@media( min-width: 768px ){
  .crm .hero-section-container {
    padding-top: 80px;
    background-size: auto 38%, auto, 34%, 34%, cover;
    background-position: calc(50% - 220px) calc(100% - 10px), calc(50% + 510px) bottom, right bottom, left bottom 20px, center;
  }

  .hero-logo {
    margin-top: 30px;
    width: 80px;
  }

  .crm .hero-section-container .title{
    font-size: 28px;
    max-width: 580px;
  }

  .crm .hero-section-container .subtitle {
    max-width: 440px;
    font-size: 20px;
  }
}

@media( min-width: 980px ){
  .crm .hero-section-container {
    height: 310px;
    padding-top: 90px;
    background-size: auto 44%, auto, 34%, 34%, cover;
    background-position: calc(50% - 280px) calc(100% - 10px), calc(50% + 400px) bottom, right bottom, left bottom 20px, center;
  }

  .hero-logo {
    margin-top: 50px;
  }

  .crm .hero-section-container .title{
    font-size: 26px;
    max-width: 100%;
  }

  .crm .hero-section-container .subtitle {
    font-size: 20px;
  }
}

@media( min-width: 1024px ){
  .crm .hero-section-container {
    padding-top: 90px;
    background-size: auto 60%, auto, 35%, 35%, cover;
    background-position: calc(50% - 350px) calc(100% - 10px), calc(50% + 480px) bottom, right bottom, left bottom 20px, center;
  }

  .hero-logo {
    margin-top: 60px;
  }

  .crm .hero-section-container .title{
    max-width: 100%;
  }

  .crm .hero-section-container .subtitle {
    max-width: 100%;
  }
}

@media( min-width: 1200px ){
  .crm .hero-section-container {
    height: 310px;
    padding-top: 100px;
    background-size: auto 55%, auto, 32%, 32%, cover;
    background-position: calc(50% - 370px) calc(100% - 10px), calc(50% + 400px) bottom, right bottom, left bottom 20px, center;
  }

  .crm .hero-section-container .title{
    font-size: 28px;
  }

  .crm .hero-section-container .subtitle {
    font-size: 22px;
  }
}

@media( min-width: 1400px ){
  .crm .hero-section-container {
    background-size: auto 66%, auto, 28%, 30%, cover;
    background-position: calc(50% - 410px) calc(100% - 10px), left bottom, right bottom, left bottom 20px, center;
  }

  .crm .hero-section-container .title{
    font-size: 30px;
  }

  .crm .hero-section-container .subtitle {
    font-size: 24px;
  }
}

@media( min-width: 2000px ){
  .crm .hero-section-container {
    background-size: auto 80%, auto, auto 90%, auto 110%, cover;
    background-position: calc(50% - 520px) calc(100% - 10px), left bottom, right bottom, left bottom 20px, center;
  }

  .crm .hero-section-container .title{
    font-size: 38px;
  }

  .crm .hero-section-container .subtitle {
    font-size: 28px;
  }
}

@media( min-width: 2200px ){
  .crm .hero-section-container {
    background-size: auto 88%, auto, auto 90%, auto 100%, cover;
    background-position: left 18% bottom 20px, left bottom, right bottom, left bottom 20px, center;
  }

  .hero-logo {
    margin-top: 40px;
  }

  .crm .hero-section-container .title{
    font-size: 45px;
  }

  .crm .hero-section-container .subtitle {
    font-size: 32px;
  }
}

@media( min-width: 2500px ){
  .crm .hero-section-container {
    padding-top: 40px;
    background-size: auto 88%, 100% auto, auto 90%, auto 100%, cover;
    background-position: left 15% bottom 20px, left bottom, right bottom, left bottom 20px, center;
  }

  .hero-logo {
    margin-top: 20px;
  }

  .crm .hero-section-container .title{
    font-size: 64px;
  }

  .crm .hero-section-container .subtitle {
    font-size: 40px;
  }
}

@media(max-width: 1199px){
  .share-stories-container {
    width: 940px;
  }
  .share-story{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media(max-width: 979px){
  .share-stories-container {
    width: 724px;
    padding: 0px;
  }
}

@media(max-width: 767px){
  .share-stories-container {
    width: 100%;
    padding: 0px 20px;
  }
}

// min-width hack for IE http://stackoverflow.com/a/19724919
@media (min-width: 1px) and (max-width: 400px){
  .share-stories-container {
    width: 100%;
  }
  .share-story{
    width: 100%;
  }
}


@media (max-width: 950px){
  .th-footer .statement {
      width: 50%;
      order: 3;
      padding-left: 0;
      margin-top: 60px;
  }

  .th-footer .salesforce-links {
    width: 50%;
    order: 1;
    padding-left: 0;
  }

  .th-footer .site-links {
    width: 50%;
    order: 2;
  }
}

@media (max-width: 640px){
  .th-footer {
      padding: 20px;
  }
}

@media (max-width: 600px){
  .th-footer .column ul.link-list, .th-footer .language-social ul.link-list, .th-footer .salesforce-links ul.link-list, .th-footer .site-links ul.link-list, .th-footer .statement ul.link-list {
    font-size: 14px;
  }
}

@media (max-width: 400px){
  .th-footer .statement {
      width: 100%;
      order: 4;
      padding: 0;
      margin-top: 30px;
  }

  .th-footer .salesforce-links {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .th-footer .site-links {
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
}
