body.pushable {
  background: #dae7f5 !important;
}

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover,
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active,
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
  cursor: pointer;
  background: #FFF;
}

img.built-by-corner {
  position: absolute;
  float: right;
  right: 0px;
  top: 0;
  width: 180px;
  opacity: 0.4;
}
img.built-by-corner:hover {
  opacity: 1.0;
}

.bgwrapper {
  background: #dae7f5;
}

.logo-main {
  width: 300px;
}

  .typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
  }
  @keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
  }

  .top.fixed.menu,
  .top.fixed.menu .item {
    border: 0 !important;
  }
  .top.fixed.menu .item:before {
   background: transparent;
  }



  .hidden.menu {
    display: none;
  }

  .inverted.masthead.segment {
    min-height: 250px;
    padding: 3em 0em 3.8em;
    box-shadow: 0 -1px 25px rgba(0,0,0,0.5) !important;
    background: #36393e;
    position: relative;
    }

  .whiteboard.inverted.segment {
      background-image: url('img/whiteboard-inverted.jpg') !important;
      background-size: cover !important;
      box-shadow: none !important;
      background-position: 0% 50%;
      margin:0;
      border-radius: 0;
  }
  .whiteboard.segment h2 {
      font-weight: bold;
      font-size: 36px;
      margin: 100px 0;
      text-align:center;
      position: relative;
  }
  .whiteboard.segment h2:before {
    color: rgba(255,255,255,0.2);
    content: open-quote;
    font-size: 6em;
    line-height: 0.1em;
    left: -80px;
    top: 0;
    position: absolute;
  }
  .whiteboard.segment h2:after {
    color: rgba(255,255,255,0.2);
    content: close-quote;
    font-size: 6em;
    line-height: 0.1em;
    right: -80px;
    bottom: -75px;
    position: absolute;
  }

  .video.inverted.segment {
      background: #000;
      background-size: cover !important;
      box-shadow: none !important;
      background-position: 0% 50%;
      margin:0;
      border-radius: 0;
      padding-bottom: 50px;
  }
  .video.segment h2 {
      font-weight: bold;
      font-size: 36px;
      margin: 40px 0;
      text-align:center;
      position: relative;
  }

  

  .compose-hand.inverted.segment {
      background-image: url('img/compose-hand.png') !important;
      background-size: cover !important;
      background-position: 0% 50%;
      box-shadow: none !important;
      margin: 0;
      border-radius: 0;
  }
  .compose-hand.segment h2 {
      font-weight: bold;
      font-size: 36px;
      margin: 100px 0;
      text-align:center;
      position: relative;
      color: #FFF;
      text-shadow: 0 1px 1px #000;
  }

  .whiteboard.segment h2:before,
  .compose-hand.segment h2:before {
    color: rgba(255,255,255,0.2);
    content: open-quote;
    font-size: 6em;
    line-height: 0.1em;
    left: -80px;
    top: 0;
    position: absolute;
    text-shadow: none;
  }
  .whiteboard.segment h2:after,
  .compose-hand.segment h2:after {
    color: rgba(255,255,255,0.2);
    content: close-quote;
    font-size: 6em;
    line-height: 0.1em;
    right: -80px;
    bottom: -75px;
    position: absolute;
    text-shadow: none;
  }


  .masthead .logo.item img {
    margin-right: 1em;
  }
  .masthead .ui.menu .ui.button {
    margin-left: 0.5em;
  }
  .masthead h1.ui.header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    font-weight: normal;
  }
  .masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.8em;
  }

  .masthead h2 span.underlined {
    border-bottom: 2px solid #FFF;
  }

  .ui.vertical.stripe {
    padding: 8em 0em;
  }
  .ui.vertical.stripe h3 {
    font-size: 2em;
  }
  .ui.vertical.stripe .button + h3,
  .ui.vertical.stripe p + h3 {
    margin-top: 3em;
  }
  .ui.vertical.stripe .floated.image {
    clear: both;
  }
  .ui.vertical.stripe p {
    font-size: 1.33em;
  }
  .ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
  }

  .quote.stripe.segment {
    padding: 0em;
  }
  .quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .feature.segment {
    border: 1px solid #E2E2E2 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .feature-desc {
    line-height: 1.571em;
    font-size: 1.3em;
    color: #777;
  }

  h2.ui.huge.header .sub.header {
    font-size: 1.4rem !important;
    line-height: 1.571em !important;
  }


  .footer.segment {
    padding: 5em 0em;
  }
  .copyright {
    display: block;
    padding-top: 10px;
    opacity: 0.2
  }

  .secondary.pointing.menu .toc.item {
    display: none;
  }

  .signup-anchor {
    position: absolute;
    top:-50px;
  }

  @media only screen and (max-width: 700px) {

  .compose-hand.segment h2, 
  .whiteboard.segment h2 {
    font-size: 24px;
    margin: 30px 0;
  }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
      display: none;
    }
    .secondary.pointing.menu .toc.item {
      display: block;
    }
    .masthead.segment {
      min-height: 350px;
    }
    .masthead h1.ui.header {
      font-size: 2em;
      margin-top: 1.5em;
    }
    .masthead h2 {
      margin-top: 0.5em;
      font-size: 1.5em;
    }
  }
  .main.button {
    margin-top: 10px;
  }

  .device {
    position: relative;
    padding-top: 100px
  }
  .device .top {
    background: #137eca; /* Old browsers */
    background: -moz-linear-gradient(top, #137eca 0%, #0072c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #137eca 0%,#0072c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #137eca 0%,#0072c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137eca', endColorstr='#0072c6',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #0560A8;
  }
  .device .top.mobile {
    display: none;
  }
  .device .top .feature {
    padding: 15px ;
    font-size: 20px;
    display: inline-block;
  }
  .device .top .icon {
    color: #FFF;
    opacity: 0.5;
  }
  .device .top .words {
    margin-bottom: 15px;
    margin-left: 3px;
  }
  .device .top .words span {
    color: #FFF;
    opacity: 0.7;
    font-weight: 16px;
    padding: 0 15px;
  }

  .device .middle {
        background: #f5f5f5;
        border-bottom: 1px solid #E8E8E7;padding: 10px
      }
      .device .row {
        display: table;
        width: 100%;
        padding: 5px;
      }
      .device .middle .row label {
        display: table-cell;
        width: 120px;
        white-space: nowrap;
        text-align:right;
        font-size: 26px;
        color:#444;
        opacity: 0.3;
      }
      .device .middle .row span.outer {
        display: table-cell;
        padding: 0 0 0 5px
      }
      .device .middle .row .fake-textbox {
        width: 100%;
        background: #FFF;
        border: 1px solid #C5C5C5;
        font-size: 26px;
        padding: 15px 20px;
        color: #444;
      }
      .fake-textbox .recipient {
        border-radius: 20px;
        background: #e5edf9;
        border: 1px solid #b3c9ef;
        padding: 0 15px;
        opacity: 0.3;

      }
      .device .bottom {
        display: block;
        height: 50px;
        width: 100%;
        background: #FFF;
      }

      .video-container {
        text-align:center;
      }

      @media only screen and (max-width : 768px) {
        .bgwrapper {
          padding-top: 60px;
        }
         img.built-by-corner {
          width: 130px;
        }
        .logo-main {
          width: 200px;
          margin-bottom: 10px;
        }

        .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
        text-align: center;
        }
        
        .video-container iframe,
        .video-container object,
        .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }

        
        .device {
          position: relative;
          padding-top: 30px;
          margin:0 30px;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          border: 5px solid #2D2D2D;
          border-bottom: none;
          background: #000;
        }
        .device .top {
          background: transparent;
          filter: none;
          border: none;

        }
        .device .top.mobile {
          display: block;
          position: relative;
          border-radius: none !important;
          background: #222;
          margin: 10px 10px 0 10px;
          padding: 5px;
        }
        .device .top.desktop {
          display: none;
        }
        .device .top .centered {
          position: absolute;
          margin: 0 auto;
          text-align: center;
          width: 100%;
          top:10px;
        }
        .device .top .feature {
          padding: 0px ;
          font-size: 20px;
          display: inline-block;
        }
        .device .top .feature .text {
          font-size: 10px;
          color: #FFF;
          opacity: 0.3;
          position: relative;
          top:-4px;
        }

        .device .top .feature .icon.wifi {
          font-size: 0.7em;
        }
        .device .top .feature .icon.battery.full {
          position:relative;
          top: -3px;
          font-size: 0.7em;
        }
        .device .top .feature .icon.circle {
          width: 0.5em;
          font-size: 0.3em;
          position: relative;
          top: -3px;
        }
        .device .middle {
          background: #fff;
          margin: 0 10px;
          padding: 0 10px 50px;

        }
        .device .row {
          display: table;
          width: 100%;
          padding: 5px;
          border-bottom: 1px solid #E2E2E2;
        }
        .device .middle .row label {
          display: table-cell;
          width: 1px;
          white-space: nowrap;
          text-align:left;
          font-size: 12px;
          color:#444;
          opacity: 0.3;
        }
        .device .middle .row span.outer {
          display: inline-block;
          padding: 0 0 0 5px
        }
        .device .middle .row .fake-textbox {
          width: 100%;
          background: #FFF;
          border: none;
          font-size: 12px;
          padding: 5px;
          color: #444;
          text-align: left;
        }
        .fake-textbox .recipient {
          border-radius: 0;
          background: transparent;
          border: none;
          padding: 0;
          color: #007bff;

        }
        .device .bottom {
          display: none;
        }
        .masthead h2 {
          margin: 0 30px;
          font-size: 1.2em;
        }

        .whiteboard.segment h2:before,
        .compose-hand.segment h2:before {
          font-size: 4em;
          line-height: 0.1em;
          left: -24px;
          top: 20px;
        }

        .whiteboard.segment h2:after,
        .compose-hand.segment h2:after {
          font-size: 4em;
          line-height: 0.1em;
          right: -24px;
          bottom: -40px;
        }

      }

      @media only screen and (max-width : 400px) {
        .bgwrapper {
          padding-top:30px;
        }
        .device {
          margin:0 5px;
        }
        .device .middle .row label,
        .device .middle .row .fake-textbox {
          font-size: 11px;
        }
        .masthead h2 {
          margin: 0 10px;
          font-size: 1.1em;
        }

      }

      

/* ------------------------------------------------------*/
/* MODALS */
/* ------------------------------------------------------*/

  .modal h3.icon.header,
  h3.icon.header {
    font-size: 1.8em;
    color: #FFF;
  }
  .modal .description {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    max-width: 460px;
    margin:0 auto 28px auto;
    line-height: 1.6em;
    border-radius: 0 !important;
    text-align: center !important;
  }
}



/* Bracket 3 Launch Styles */

h1 span.label,
h2 span.label,
h3 span.label,
h4 span.label {
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
  padding: 0.2rem 0.4rem;
  font-size: 73%;
  margin-left: 15px;
}

h1 span.label.blue,
h2 span.label.blue,
h3 span.label.blue,
h4 span.label.blue {
	background: #00a2e5;
  color: white;
  display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  font-size: 74%;
  margin-left: 15px;
  line-height: 100%;
}

.circle.icon.blue.small {
	font-size: 0.7em;
  position: relative !important;
  top: -1px !important;
  color: #00a2e5 !important;
  margin-right: 5px;
}

.faux-list {
  margin: 30px;
}

.feature.segment.borderless {
  border: 0 !important;
}

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