.feature-block.cta-block {
  padding: 0 10px;
  text-align: center;
  background: white;
  border-top: 1px solid #e0e0e0;
}
.feature-block.cta-block .container.cta-container {
  max-width: 712px;
  margin: 0 auto;
  padding: 80px 0 115px 0;
}
.feature-block.cta-block .container.cta-container h1 {
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  font-size: 60px;
}
.feature-block.cta-block .container.cta-container p {
  margin-top: 2em;
  font-size: 20px;
  line-height: 30px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
}
.feature-block.cta-block .container.cta-container .btn-wrap {
  margin-top: 50px;
}
.feature-block.cta-block .container.cta-container .btn-wrap .btn:first-child {
  margin-right: 20px;
}
.feature-block.cta-block .container.cta-container .btn-wrap .btn {
  width: 343px;
}
@media (max-width: 768px) {
  .feature-block.cta-block .container.cta-container h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .feature-block.cta-block .container.cta-container p {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-block.cta-block .container.cta-container .btn-wrap .btn {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .feature-block.cta-block .container.cta-container {
    padding: 60px 0 80px 0;
  }
  .feature-block.cta-block .container.cta-container h1 {
    font-size: 45px;
  }
  .feature-block.cta-block .container.cta-container p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .feature-block.cta-block .container.cta-container .btn-wrap .btn {
    display: block;
    margin: 20px auto;
    width: 95%;
    max-width: 323px;
  }
  .feature-block.cta-block .container.cta-container .btn-wrap .btn:first-child {
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .command-center {
    margin-top: -170px;
  }
}
a.btn.btn-cta.btn-seafoam {
  font-family: 'AvenirLTStd-Light';
  padding: 15px 60px 15px 60px;
  font-size: 1.5rem;
}
.features {
  color: #0c3539;
}
.features h1 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
.features .welcome {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.features .download-section {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
.features .feature-block .content {
  max-width: 800px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.features .feature-block .item {
  display: flex;
  padding: 0 20px;
  margin-top: 50px;
}
.features .feature-block .item h2 {
  margin-top: 60px;
}
.features .feature-block .item div {
  flex-grow: 1;
  flex-basis: 0;
}
.features .feature-block .item img {
  display: inline-block;
}
.features .feature-block .item .container {
  vertical-align: middle;
}
.features .feature-block .item .feature-details {
  display: inline-block;
  text-align: left;
}
.features .feature-block .item .feature-details h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.features .feature-block .item .feature-details p {
  font-size: 15px;
}
.features .feature-block .item .feature-details .feature-title {
  display: flex;
}
.features .feature-block .item .feature-details .feature-title img {
  margin-top: 60px;
  margin-right: 20px;
}
.features .feature-block .item .feature-text {
  padding: 0 20px;
}
.features .feature-block h2 {
  margin-top: 50px;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  color: #5B5B5B;
}
.features .feature-block .feature-text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #5B5B5B;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1104px) {
  .features .feature-block {
    margin-top: 50px;
  }
  .features .feature-block:first-child {
    margin-top: 0;
  }
  .features .feature-block h2 {
    margin-top: 30px;
  }
}
body {
  margin: 0;
}
.slick-list {
  width: 800px;
  vertical-align: middle;
  display: inline-block;
}
.slick-dots {
  z-index: 1;
}
.slick-dots li button:before {
  font-size: 12px;
  opacity: .1;
}
.slick-dotted.slick-slider {
  text-align: center;
  margin-bottom: 100px;
}
.slick-active {
  outline: none;
}
.slick-arrow {
  margin: 0 20px;
  cursor: pointer;
}
.slick-arrow:hover {
  -webkit-filter: brightness(80%);
}
.shadow {
  -webkit-box-shadow: 0px 16px 40px 0px rgba(36, 64, 61, 0.33);
  -moz-box-shadow: 0px 16px 40px 0px rgba(36, 64, 61, 0.33);
  box-shadow: 0px 16px 40px 0px rgba(36, 64, 61, 0.33);
}
.flex-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-basis: auto;
  /* default value */
  flex-grow: 1;
}
.centered-image-container {
  padding: 20px 0 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.centered-image-container img {
  flex-shrink: 1;
  margin: 10px 10px;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.02);
}
.cloud-api-plug {
  padding-top: 25px;
}
.cloud-api-plug .cloud-api-plug-inner {
  text-align: center;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 12px 0;
}
.cloud-api-plug .cloud-api-plug-inner a {
  cursor: pointer;
}
.cloud-api-plug .cloud-api-plug-inner a img {
  margin-right: 5px;
}
.cloud-api-plug .cloud-api-plug-inner a span {
  color: #5B5B5B;
  vertical-align: middle;
}
.feature-list {
  margin-top: 100px;
}
.feature-list h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.feature-list .feature-box {
  background: #fafafa;
  padding: 30px 30px;
  border-color: #EBEBEB;
  border-width: 1px;
  border-style: solid;
}
.feature-list .feature-box:before,
.feature-list .feature-box:after {
  content: " ";
  display: table;
}
.feature-list .feature-box:after {
  clear: both;
}
.feature-list ul {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}
.feature-list ul li {
  margin-top: 1em;
}
.feature-list h3 {
  font-family: "Avenir Next LT W04 Demi1437516", sans-serif;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #979797;
  margin-top: 57px;
}
.feature-list h3:first-child {
  margin-top: 0;
}
.spacing {
  height: 150px;
}
@media (max-width: 991px) {
  .spacing {
    height: 80px;
  }
}
.splash-container .row {
  text-align: center;
}
.splash-container .row h1 {
  text-align: center;
  color: white;
  font-size: 2.0em;
  font-family: 'AvenirLTStd-Light';
  margin-bottom: 20px;
}
.splash-container .row .terminal-container p {
  padding-top: 25px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}
.splash-container .row .terminal-container .terminal::-moz-selection {
  color: white;
  background: #191e1d;
}
.splash-container .row .terminal-container .terminal::selection {
  color: white;
  background: #191e1d;
}
.splash-container .row .terminal-container .terminal {
  background: #6A6A6A;
  box-shadow: 0 16px 41px 0 rgba(36, 64, 61, 0.5);
  border-radius: 2px;
  font-family: 'Inconsolata', monospace;
  color: #fdfdfd;
  padding: 10px 5px;
  text-align: center;
  margin-top: 10px;
  word-wrap: break-word;
}
.splash {
  padding: 0;
  margin: 0;
  opacity: 0.75;
  height: 340px;
  width: 120%;
  position: absolute;
  left: -30px;
}
.green-splash {
  background-image: linear-gradient(-90deg, #92D798 0%, #62AD8E 48%, #51A4A7 100%);
  transform: rotate(5deg);
  margin-top: 180px;
}
@media (max-width: 991px) {
  .green-splash {
    margin-top: 207px;
    height: 1100px;
    width: 130%;
    left: -58px;
  }
}
.purple-splash {
  background-image: linear-gradient(-90deg, #D792C5 0%, #7462AD 48%, #2E4386 100%);
  transform: rotate(-5deg);
  margin-top: -77px;
}
@media (max-width: 991px) {
  .purple-splash {
    height: 400px;
    width: 130%;
    left: -58px;
    margin-top: -11px;
  }
}
.blue-splash {
  background-image: linear-gradient(-90deg, #5CD7FB 0%, #1FB1B6 100%);
  transform: rotate(5deg);
  margin-top: 200px;
}
@media (max-width: 991px) {
  .blue-splash {
    height: 1100px;
    width: 130%;
    left: -58px;
  }
}
.use-case-card {
  background: white;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .use-case-card {
    margin: 30px auto;
  }
}
.use-case-card .card-contents {
  padding: 30px 0 25px 0;
  width: 100%;
  height: 100%;
  display: block;
}
.use-case-card .card-link-container {
  text-align: center;
  border-bottom: 1px solid #5dd9d0;
  color: #4DB6AE;
  width: 45%;
  margin: 0 auto;
  font-size: 1.1rem;
  padding-top: 20px;
}
.use-case-card .card-link-container .card-link {
  padding: 8px 0;
  color: #25ADA3;
  text-align: center;
}
.use-case-card img {
  display: inline-block;
  vertical-align: top;
  border: 0;
  padding: 0px 54px;
  height: 110px;
}
.use-case-card h1 {
  margin: 29px 0 0 0;
}
.use-case-card p {
  padding: 0 25px;
  text-align: left;
  font-size: 1.1rem;
}
.link-wrap {
  position: relative;
  z-index: 10;
  width: 210px;
  overflow: visible;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #5dd9d0;
  color: #4DB6AE;
  font-size: 1.1rem;
}
.link-wrap .card-link,
.link-wrap .card-link:hover,
.link-wrap .card-link:visited,
.link-wrap .card-link:active {
  color: #25ADA3;
}
.hero {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.hero .hero-fluid {
  padding: 0 100px;
}
.hero .hero-content-wrap {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  overflow: visible;
}
.hero .hero-content-wrap p.hero-text {
  color: #5B5B5B;
  font-size: 1.3em;
  line-height: 24px;
  text-align: left;
}
.hero .hero-content-wrap h1 {
  text-align: center;
  color: #5B5B5B;
  font-size: 2.0em;
  font-family: 'AvenirLTStd-Light';
  margin: 0 0 60px 0;
}
.hero .hero-content-wrap .white {
  text-align: center;
  color: #fdfdfd;
  font-size: 2.0em;
  font-family: 'AvenirLTStd-Light';
  margin: 0 0 60px 0;
}
.hero .hero-content-wrap h2 {
  text-align: center;
  color: #5B5B5B;
  font-size: 1.7em;
  font-family: 'AvenirLTStd-Light';
  margin: 20px 0 10px 0;
}
.hero .hero-content-wrap h1.hero-text {
  text-align: left;
  padding-top: 20px;
  color: #5B5B5B;
  font-size: 2.9em;
  font-family: 'AvenirLTStd-Light';
  margin: 0;
}
.hero .hero-content-wrap .btn {
  margin-top: 30px;
}
.hero .hero-content-wrap .btn-wrap {
  margin-top: 10px;
}
.hero .hero-content-wrap .btn-wrap .btn-clear {
  border-color: white;
  color: #5b5b5b;
  font-family: 'AvenirLTStd-Light';
  padding: 15px 20px 15px 20px;
  font-size: 1.2rem;
  line-height: 24px;
}
.hero .hero-content-wrap .btn-wrap .btn-clear:hover {
  border-color: white;
}
.hero .hero-content-wrap .btn-wrap .signup-alert {
  padding-top: 10px;
  -webkit-animation: fade-in ease-in-out 2s 1;
  -o-animation: fade-in ease-in-out 2s 1;
  animation: fade-in ease-in-out 2s 1;
}
.hero .hero-content-wrap .link-with-arrow {
  padding-top: 28px;
  font-size: 1.35rem;
}
.hero .hero-content-wrap .btn {
  margin-right: 20px;
}
.hero .hero-content-wrap .btn:last-child {
  margin-right: 0;
}
.hero .hero-content-wrap .hero-screenshot {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
}
.hero .hero-content-wrap .hero-screenshot img {
  max-width: 100%;
  -webkit-animation: fade-in ease-in-out 2s 1;
  -o-animation: fade-in ease-in-out 2s 1;
  animation: fade-in ease-in-out 2s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 640px) {
  .hero .hero-content-wrap .btn-wrap {
    margin-top: 15px;
  }
  .hero .hero-content-wrap h1.hero-text {
    font-size: 2rem;
  }
  .hero .hero-content-wrap p.hero-text {
    font-size: 1rem;
  }
  .hero .hero-content-wrap .hero-screenshot {
    margin-top: 30px;
  }
}
.feature-block {
  margin-bottom: 120px;
}
.feature-block h2 {
  font-size: 24px;
}
.feature-block .content {
  max-width: 510px;
  width: 100%;
  margin: 115px auto 0 auto;
  position: relative;
  z-index: 1;
}
.feature-block .btn-wrap a.btn.btn-cta-secondary {
  padding-left: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #4A90E2;
  font-size: 1em;
}
@media (max-width: 1180px) {
  .feature-block {
    text-align: center;
    margin-bottom: 280px;
  }
}
@media (max-width: 640px) {
  .feature-block .content .feature-text {
    text-align: left;
  }
}
.download-separator {
  text-align: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  height: 23px;
  margin-bottom: 240px;
}
.download-separator span.btn-wrap {
  padding: 0 18px;
  background: white;
}
.page-section {
  text-align: center;
  margin-bottom: 140px;
}
.page-section h2 {
  margin-bottom: 60px;
}
.page-section section.row {
  padding: 20px 0;
}
.page-section .logo {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .page-section .logo {
    margin-top: 50px;
  }
}
.page-section.feature-grid-section {
  margin-bottom: 120px;
}
.page-section.feature-grid-section .feature-grid .grid-item {
  width: 20%;
  height: 150px;
  float: left;
  text-align: center;
  margin-top: 100px;
}
.page-section.feature-grid-section .feature-grid .grid-item h3 {
  margin-top: 50px;
  font-size: 1em;
  color: #666666;
}
@media (max-width: 886px) {
  .page-section.feature-grid-section .feature-grid .grid-item {
    width: 50%;
    margin-top: 50px;
  }
}
@media (max-width: 613px) {
  .page-section.feature-grid-section .feature-grid {
    margin-top: 50px;
  }
  .page-section.feature-grid-section .feature-grid .grid-item {
    width: 100%;
    margin-top: 0;
  }
}
.page-section.start-trial-section {
  padding-bottom: 120px;
  margin-bottom: 0;
}
.page-section.start-trial-section .start-trial-img {
  text-align: left;
  margin-bottom: 75px;
}
.page-section.start-trial-section .start-trial-img img {
  margin-top: -85px;
}
.page-section.start-trial-section h3 {
  margin-bottom: 35px;
}
.page-section.start-trial-section a.btn {
  width: 263px;
}
.headshot {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.testimonial {
  padding: 0 15px;
  font-size: 16px;
  margin-top: 90px;
}
.testimonial .headshot {
  margin: 0 20px;
}
.testimonial .logo {
  width: 150px;
}
html,
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
}
html.nylas-theme-dark {
  color: white;
}
html.nylas-theme-dark body {
  color: white;
}
html.nylas-theme-dark a {
  color: white;
}
html.nylas-theme-dark a:hover,
html.nylas-theme-dark a:active,
html.nylas-theme-dark a:focus,
html.nylas-theme-dark a:visited {
  color: white;
}
html.nylas-theme-dark p {
  color: white;
}
html.nylas-theme-dark h1 {
  color: white;
  line-height: 1.4;
}
html.nylas-theme-dark h2 {
  color: white;
}
html.nylas-theme-dark h3 {
  color: white;
}
html.nylas-theme-dark ul {
  color: white;
}
html.nylas-theme-dark ul li .minor {
  color: rgba(255, 255, 255, 0.75);
}
html.nylas-theme-light {
  color: #5B5B5B;
}
html.nylas-theme-light body {
  color: #5B5B5B;
}
html.nylas-theme-light a {
  color: #5B5B5B;
}
html.nylas-theme-light a:hover,
html.nylas-theme-light a:active,
html.nylas-theme-light a:focus,
html.nylas-theme-light a:visited {
  color: #5B5B5B;
}
html.nylas-theme-light p {
  color: #5B5B5B;
}
html.nylas-theme-light h1 {
  color: #5B5B5B;
  line-height: 1.4;
}
html.nylas-theme-light h2 {
  color: #5B5B5B;
}
html.nylas-theme-light h3 {
  color: #5B5B5B;
}
html.nylas-theme-light ul {
  color: #5B5B5B;
}
html.nylas-theme-light ul li .minor {
  color: rgba(91, 91, 91, 0.75);
}
strong,
b {
  font-family: "Avenir Next LT W04 Demi1437516", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.75em 0;
  padding: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  text-align: center;
  font-family: "AvenirLTStd-Light", sans-serif;
  margin-bottom: 50px;
  font-size: 24px;
}
h2 {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 37px;
}
h3 {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 18px;
}
p {
  margin: 1em 0 0 0;
}
p:first-child {
  margin-top: 0;
}
p.big {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 43px;
}
p.small {
  font-size: 14px;
  line-height: 24px;
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  cursor: pointer;
}
code,
pre {
  font-family: Monaco, Andale Mono, Courier New, monospace;
}
code {
  color: rgba(0, 0, 0, 0.75);
  background-color: #EAF7F6;
  padding: 1px 3px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre {
  margin-top: 1em;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  word-break: break-word !important;
  border-radius: 3px;
}
pre code,
pre tt {
  background-color: transparent;
  border: none;
}
sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0;
}
ul.dash-list {
  padding: 0;
}
ul.dash-list li {
  padding-left: 2em;
  margin-top: 0.5em;
  position: relative;
  list-style: none;
}
ul.dash-list li:first-child {
  margin-top: 0;
}
ul.dash-list li:before {
  font-family: "AvenirLTStd-Light", sans-serif;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}
ul.check-list {
  font-size: 14px;
  padding: 0;
}
ul.check-list li {
  padding-left: 2em;
  margin-top: 1.5em;
  position: relative;
  list-style: none;
}
ul.check-list li:first-child {
  margin-top: 0;
}
ul.check-list li:before {
  font-family: "AvenirLTStd-Light", sans-serif;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  content: "✓";
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: transparent;
  position: relative;
  overflow-x: hidden;
}
.logo-text {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  font-size: 30px;
  margin-left: 15px;
}
.logo-subtext a {
  transition: color 0.2s ease;
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7) !important;
}
.logo-subtext a:hover {
  color: white !important;
}
html.nylas-theme-dark {
  background: #56595C;
}
html.nylas-theme-dark .logo-mark {
  fill: white;
}
html.nylas-theme-dark .logo-text {
  color: white;
}
html.nylas-theme-light {
  background: #fdfdfd;
}
html.nylas-theme-light .logo-mark {
  fill: #666;
}
html.nylas-theme-light .logo-text {
  color: #666;
}
.container {
  max-width: 1200px;
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container .btn.btn-cta.btn-seafoam.btn-nav {
  min-width: 0px;
  margin-top: 2px;
  margin-left: 9px;
  padding: 12px 22px 12px 22px;
  font-size: 16px;
  font-family: "AvenirLTStd-Light", sans-serif;
  opacity: 0.97;
  background: #41C3B6;
  box-shadow: 0 2px 7px 0 rgba(69, 119, 126, 0.37);
  border-radius: 3px;
  border: none;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.container.centered {
  text-align: center;
}
.centered {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.box {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 50px;
}
.col-50-left {
  float: left;
  width: calc(50% - 20px);
  padding-right: 20px;
  text-align: left;
}
.col-50-right {
  float: right;
  width: calc(50% - 20px);
  padding-right: 20px;
  text-align: left;
}
@media (max-width: 680px) {
  .col-50-left,
  .col-50-right {
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.col-third {
  float: left;
  width: 33%;
  padding: 0 25px;
  text-align: left;
}
@media (max-width: 960px) {
  .col-third {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .col-third {
    width: 100%;
  }
}
.callout-box {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}
.callout-box .left-icon {
  float: left;
  margin-right: 50px;
}
.callout-box .content {
  max-width: 640px;
}
.callout-box .content h3 {
  margin-top: 0;
}
.callout-box .content p {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 14px;
}
.callout-box .right-cta {
  text-align: right;
  float: right;
  margin-left: 20px;
  text-align: center;
}
.callout-box .right-cta .btn {
  min-width: 230px;
  background: white;
  border: 1px solid #f2f2f2;
  border: 1px solid #DCDCDC;
}
.callout-box .right-cta .btn:active {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .callout-box .right-cta {
    float: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .callout-box .content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .callout-box .content {
    text-align: center;
  }
  .callout-box .content p {
    padding-left: 0 !important;
  }
  .callout-box .right-cta {
    margin: 0 0 30px 0;
  }
  .callout-box .left-icon {
    float: none;
    margin: 0;
    margin-bottom: 30px;
  }
}
html.nylas-theme-dark .btn,
html.nylas-theme-dark a.btn,
html.nylas-theme-dark button,
html.nylas-theme-dark li a.btn {
  color: white;
}
html.nylas-theme-dark .btn:hover,
html.nylas-theme-dark a.btn:hover,
html.nylas-theme-dark button:hover,
html.nylas-theme-dark li a.btn:hover,
html.nylas-theme-dark .btn:active,
html.nylas-theme-dark a.btn:active,
html.nylas-theme-dark button:active,
html.nylas-theme-dark li a.btn:active,
html.nylas-theme-dark .btn:focus,
html.nylas-theme-dark a.btn:focus,
html.nylas-theme-dark button:focus,
html.nylas-theme-dark li a.btn:focus {
  color: rgba(255, 255, 255, 0.95);
}
html.nylas-theme-dark .btn.btn-cta,
html.nylas-theme-dark a.btn.btn-cta,
html.nylas-theme-dark button.btn-cta,
html.nylas-theme-dark li a.btn.btn-cta {
  color: white;
}
html.nylas-theme-dark .btn.btn-cta.btn-white,
html.nylas-theme-dark a.btn.btn-cta.btn-white,
html.nylas-theme-dark button.btn-cta.btn-white,
html.nylas-theme-dark li a.btn.btn-cta.btn-white {
  color: #5B5B5B;
  border-color: #B0B0B0;
}
html.nylas-theme-dark .btn.btn-cta-secondary,
html.nylas-theme-dark a.btn.btn-cta-secondary,
html.nylas-theme-dark button.btn-cta-secondary,
html.nylas-theme-dark li a.btn.btn-cta-secondary {
  color: white;
}
html.nylas-theme-dark .btn.btn-multiline,
html.nylas-theme-dark a.btn.btn-multiline,
html.nylas-theme-dark button.btn-multiline,
html.nylas-theme-dark li a.btn.btn-multiline {
  color: white;
}
html.nylas-theme-light .btn,
html.nylas-theme-light a.btn,
html.nylas-theme-light button,
html.nylas-theme-light li a.btn {
  color: #5B5B5B;
}
html.nylas-theme-light .btn:hover,
html.nylas-theme-light a.btn:hover,
html.nylas-theme-light button:hover,
html.nylas-theme-light li a.btn:hover,
html.nylas-theme-light .btn:active,
html.nylas-theme-light a.btn:active,
html.nylas-theme-light button:active,
html.nylas-theme-light li a.btn:active,
html.nylas-theme-light .btn:focus,
html.nylas-theme-light a.btn:focus,
html.nylas-theme-light button:focus,
html.nylas-theme-light li a.btn:focus {
  color: rgba(91, 91, 91, 0.95);
}
html.nylas-theme-light .btn.btn-cta,
html.nylas-theme-light a.btn.btn-cta,
html.nylas-theme-light button.btn-cta,
html.nylas-theme-light li a.btn.btn-cta {
  color: white;
}
html.nylas-theme-light .btn.btn-cta.btn-white,
html.nylas-theme-light a.btn.btn-cta.btn-white,
html.nylas-theme-light button.btn-cta.btn-white,
html.nylas-theme-light li a.btn.btn-cta.btn-white {
  color: #5B5B5B;
  border-color: #B0B0B0;
}
html.nylas-theme-light .btn.btn-cta-secondary,
html.nylas-theme-light a.btn.btn-cta-secondary,
html.nylas-theme-light button.btn-cta-secondary,
html.nylas-theme-light li a.btn.btn-cta-secondary {
  color: #5B5B5B;
}
html.nylas-theme-light .btn.btn-multiline,
html.nylas-theme-light a.btn.btn-multiline,
html.nylas-theme-light button.btn-multiline,
html.nylas-theme-light li a.btn.btn-multiline {
  color: #5B5B5B;
}
.btn,
a.btn,
button,
li a.btn {
  border: 0;
  padding: 10px 16px 9px 16px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
}
.btn:active,
a.btn:active,
button:active,
li a.btn:active {
  box-shadow: 0 0 0;
}
.btn.btn-large,
a.btn.btn-large,
button.btn-large,
li a.btn.btn-large {
  font-size: 16.9px;
  font-family: "Avenir Next LT W04 Demi1437516", sans-serif;
  padding: 12px 27px 11px 27px;
}
.btn.btn-large.btn-caps,
a.btn.btn-large.btn-caps,
button.btn-large.btn-caps,
li a.btn.btn-large.btn-caps {
  font-size: 15.7px;
}
.btn.btn-caps,
a.btn.btn-caps,
button.btn-caps,
li a.btn.btn-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Black", sans-serif;
}
.btn.btn-glass,
a.btn.btn-glass,
button.btn-glass,
li a.btn.btn-glass {
  background-image: -webkit-linear-gradient(top, rgba(201, 242, 242, 0.09) 0%, rgba(201, 242, 242, 0.02) 100%);
  background-image: -o-linear-gradient(top, rgba(201, 242, 242, 0.09) 0%, rgba(201, 242, 242, 0.02) 100%);
  background-image: linear-gradient(to bottom, rgba(201, 242, 242, 0.09) 0%, rgba(201, 242, 242, 0.02) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17c9f2f2', endColorstr='#05c9f2f2', GradientType=0);
  color: rgba(201, 242, 242, 0.89);
}
.btn.btn-flat,
a.btn.btn-flat,
button.btn-flat,
li a.btn.btn-flat {
  color: #3fafaf;
  border-radius: 0;
  border: 1px solid #a6cdd0;
  background: transparent;
}
.btn.btn-flat:hover,
a.btn.btn-flat:hover,
button.btn-flat:hover,
li a.btn.btn-flat:hover,
.btn.btn-flat:active,
a.btn.btn-flat:active,
button.btn-flat:active,
li a.btn.btn-flat:active,
.btn.btn-flat:focus,
a.btn.btn-flat:focus,
button.btn-flat:focus,
li a.btn.btn-flat:focus {
  color: #2b7777;
  border: 1px solid #74b1b6;
}
.btn.btn-cta,
a.btn.btn-cta,
button.btn-cta,
li a.btn.btn-cta {
  min-width: 150px;
  background: #80B7F8;
  border: 1px solid #76AFF1;
  border-radius: 5px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 13px;
  line-height: 13px;
}
.btn.btn-cta:active,
a.btn.btn-cta:active,
button.btn-cta:active,
li a.btn.btn-cta:active {
  background: #68a9f7;
}
.btn.btn-cta.btn-purple,
a.btn.btn-cta.btn-purple,
button.btn-cta.btn-purple,
li a.btn.btn-cta.btn-purple {
  background: #B693D5;
  border: 1px solid #aa81ce;
}
.btn.btn-cta.btn-purple:active,
a.btn.btn-cta.btn-purple:active,
button.btn-cta.btn-purple:active,
li a.btn.btn-cta.btn-purple:active {
  background: #aa81ce;
  border: 1px solid #9d6ec7;
}
.btn.btn-cta.btn-orange,
a.btn.btn-cta.btn-orange,
button.btn-cta.btn-orange,
li a.btn.btn-cta.btn-orange {
  background: #F9C461;
  border: 1px solid #f8bb48;
}
.btn.btn-cta.btn-orange:active,
a.btn.btn-cta.btn-orange:active,
button.btn-cta.btn-orange:active,
li a.btn.btn-cta.btn-orange:active {
  background: #f8bb48;
  border: 1px solid #f7b230;
}
.btn.btn-cta.btn-green,
a.btn.btn-cta.btn-green,
button.btn-cta.btn-green,
li a.btn.btn-cta.btn-green {
  background: #47B289;
  border: 1px solid #40a07b;
}
.btn.btn-cta.btn-green:active,
a.btn.btn-cta.btn-green:active,
button.btn-cta.btn-green:active,
li a.btn.btn-cta.btn-green:active {
  background: #40a07b;
  border: 1px solid #388e6d;
}
.btn.btn-cta.btn-white,
a.btn.btn-cta.btn-white,
button.btn-cta.btn-white,
li a.btn.btn-cta.btn-white {
  background: white;
  border: 1px solid #f2f2f2;
}
.btn.btn-cta.btn-white:active,
a.btn.btn-cta.btn-white:active,
button.btn-cta.btn-white:active,
li a.btn.btn-cta.btn-white:active {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
}
.btn.btn-cta.btn-blue,
a.btn.btn-cta.btn-blue,
button.btn-cta.btn-blue,
li a.btn.btn-cta.btn-blue {
  background: #7DAEE8;
  border: 1px solid #67a0e4;
}
.btn.btn-cta.btn-blue:active,
a.btn.btn-cta.btn-blue:active,
button.btn-cta.btn-blue:active,
li a.btn.btn-cta.btn-blue:active {
  background: #67a0e4;
  border: 1px solid #5293e0;
}
.btn.btn-cta.btn-gray,
a.btn.btn-cta.btn-gray,
button.btn-cta.btn-gray,
li a.btn.btn-cta.btn-gray {
  background: #B0B0B0;
  border: 1px solid #a3a3a3;
}
.btn.btn-cta.btn-gray:active,
a.btn.btn-cta.btn-gray:active,
button.btn-cta.btn-gray:active,
li a.btn.btn-cta.btn-gray:active {
  background: #a3a3a3;
  border: 1px solid #979797;
}
.btn.btn-cta.btn-red,
a.btn.btn-cta.btn-red,
button.btn-cta.btn-red,
li a.btn.btn-cta.btn-red {
  background: #E4816E;
  border: 1px solid #e06e59;
}
.btn.btn-cta.btn-red:active,
a.btn.btn-cta.btn-red:active,
button.btn-cta.btn-red:active,
li a.btn.btn-cta.btn-red:active {
  background: #e06e59;
  border: 1px solid #dc5c43;
}
.btn.btn-cta.btn-dark-clear,
a.btn.btn-cta.btn-dark-clear,
button.btn-cta.btn-dark-clear,
li a.btn.btn-cta.btn-dark-clear {
  border-color: rgba(255, 255, 255, 0.7);
  min-width: 10px;
  background: transparent;
}
.btn.btn-cta.btn-dark-clear:hover,
a.btn.btn-cta.btn-dark-clear:hover,
button.btn-cta.btn-dark-clear:hover,
li a.btn.btn-cta.btn-dark-clear:hover {
  border-color: white;
}
.btn.btn-cta.btn-clear,
a.btn.btn-cta.btn-clear,
button.btn-cta.btn-clear,
li a.btn.btn-cta.btn-clear {
  font-size: 14px;
  border-color: #CFCFCF;
  min-width: 10px;
  line-height: 24px;
  color: #8C8C8C !important;
  background: transparent;
  border-radius: 5px;
}
.btn.btn-cta.btn-clear:hover,
a.btn.btn-cta.btn-clear:hover,
button.btn-cta.btn-clear:hover,
li a.btn.btn-cta.btn-clear:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.btn.btn-cta.btn-silver,
a.btn.btn-cta.btn-silver,
button.btn-cta.btn-silver,
li a.btn.btn-cta.btn-silver {
  font-family: 'AvenirLTStd-Light';
  padding: 20px 65px 20px 65px;
  font-size: 1.3rem;
  opacity: 0.97;
  background: rgba(246, 246, 246, 0.9);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.41) 3%, rgba(255, 255, 255, 0) 99%);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  border: none;
  color: #333 !important;
}
.btn.btn-cta.btn-seafoam,
a.btn.btn-cta.btn-seafoam,
button.btn-cta.btn-seafoam,
li a.btn.btn-cta.btn-seafoam {
  /*font-size: 14px;*/
  /*text-shadow: 0px 1px 0px rgba(0,0,0,0.11);*/
  /*line-height: 24px;*/
  /*text-shadow: 0px 1px 0px rgba(0,0,0,0.11);*/
  /*box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.09), inset 0px 0px 0px 1px rgba(7,77,146,0.06);*/
  /*background-image:*/
  /*radial-gradient(at 100% bottom, #23A2A2 0%, rgba(54,171,147,0.77) 0%, rgba(84,185,124,0.00) 83%),*/
  /*linear-gradient(-180deg, rgba(255,255,255,0.23) 0%, rgba(255,255,255,0.00) 100%) !important;*/
  /*background-color: @seafoam;*/
  /*border-color: @seafoam;*/
  /*border-radius: 5px;*/
  font-family: 'AvenirLTStd-Light';
  padding: 20px 65px 20px 65px;
  font-size: 1.5rem;
  /* Rectangle 2: */
  opacity: 0.97;
  background: #41C3B6;
  border: none;
  box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .btn.btn-cta.btn-seafoam,
  a.btn.btn-cta.btn-seafoam,
  button.btn-cta.btn-seafoam,
  li a.btn.btn-cta.btn-seafoam {
    padding: 12px 40px 12px 40px;
    font-size: 1.2rem;
  }
}
.btn.btn-cta.btn-seafoam:active,
a.btn.btn-cta.btn-seafoam:active,
button.btn-cta.btn-seafoam:active,
li a.btn.btn-cta.btn-seafoam:active {
  background: #2a9385;
}
.btn.btn-cta-secondary,
a.btn.btn-cta-secondary,
button.btn-cta-secondary,
li a.btn.btn-cta-secondary {
  position: relative;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 24px;
  text-transform: uppercase;
  border: 0;
  background: transparent;
}
.btn.btn-cta-secondary:after,
a.btn.btn-cta-secondary:after,
button.btn-cta-secondary:after,
li a.btn.btn-cta-secondary:after {
  font-family: "AvenirLTStd-Light", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 22px;
  content: "›";
  padding: 8px 0 0 0;
}
.btn.btn-multiline,
a.btn.btn-multiline,
button.btn-multiline,
li a.btn.btn-multiline {
  position: relative;
  text-align: left;
  display: block;
  border: 1px solid #E2E2E2;
  padding: 10px 16px 14px 16px;
  border-radius: 5px;
  background: transparent;
  font-size: 18px;
}
.btn.btn-multiline .subhead,
a.btn.btn-multiline .subhead,
button.btn-multiline .subhead,
li a.btn.btn-multiline .subhead {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 22px;
}
.btn.btn-multiline:after,
a.btn.btn-multiline:after,
button.btn-multiline:after,
li a.btn.btn-multiline:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 42px;
  content: "›";
  padding: 8px 20px 0 0;
}
.btn-wrap.centered {
  text-align: center;
}
.btn-next-to-wrap.right {
  float: right;
  text-align: right;
}
.btn-next-to-wrap.left {
  float: left;
  text-align: left;
}
#modals-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 10, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  z-index: 100;
}
#modals-background.visible {
  opacity: 1;
  display: block;
  pointer-events: initial;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.nylas-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  transition: opacity 400ms, transform 400ms;
  -webkit-transition: opacity 400ms, -webkit-transform 400ms;
  visibility: inherit;
  opacity: 1;
  background-color: #f0f2f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f3), to(#eaeded));
  background-image: -webkit-linear-gradient(top, #f0f2f3, #eaeded);
  background-image: -moz-linear-gradient(top, #f0f2f3, #eaeded);
  background-image: -o-linear-gradient(top, #f0f2f3, #eaeded);
  background-image: -ms-linear-gradient(top, #f0f2f3, #eaeded);
  background-image: linear-gradient(top, #f0f2f3, #eaeded);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f2f3', EndColorStr='#eaeded');
  border-radius: 7px;
  box-shadow: inset 0 1px 1px #ffffff, 0 2px 3px rgba(0, 0, 0, 0.2);
}
.nylas-modal .nylas-modal-padding {
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.nylas-modal .nylas-modal-footer {
  border-top: 1px solid #d7dbdb;
  text-align: center;
  padding: 20px;
  cursor: default;
}
.nylas-modal h3 {
  margin-top: 16px;
  text-align: center;
  color: #72837f;
}
.nylas-modal input {
  width: 100%;
  padding: 6px;
  padding-left: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.nylas-modal input:focus {
  box-shadow: inset 0 0 0.5px 1px #1ca1a2;
}
.nylas-modal .forgot {
  position: absolute;
  right: 26px;
  display: inline-block;
  top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: gray;
  cursor: pointer;
}
.nylas-modal .modal-form-row {
  padding-top: 16px;
  margin-right: -16px;
}
.nylas-modal .modal-form-row:before,
.nylas-modal .modal-form-row:after {
  content: " ";
  display: table;
}
.nylas-modal .modal-form-row:after {
  clear: both;
}
.nylas-modal .modal-form-actions {
  text-align: center;
}
.nylas-modal .modal-form-actions .btn {
  width: 200px;
  display: inline-block;
  margin-top: 20px;
}
.nylas-modal .col {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.nylas-modal .col.half {
  width: 50%;
}
.nylas-modal-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
}
.nylas-modal-notransition {
  transition: none !important;
  -webkit-transition: none !important;
}
.nylas-modal-center {
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transition: opacity 400ms, transform 400ms cubic-bezier(0, 1.32, 0.63, 1);
  -webkit-transition: opacity 400ms, -webkit-transform 400ms cubic-bezier(0, 1.32, 0.63, 1);
}
.nylas-modal-turn-left {
  transform: translate3d(-50%, -50%, 0) scale3d(0.01, 1.05, 1);
  transition: opacity 250ms, transform 250ms ease-in;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.01, 1.05, 1);
  -webkit-transition: opacity 250ms, -webkit-transform 250ms ease-in;
}
.nylas-modal-turn-right {
  transform: translate3d(-50%, -50%, 0) scale3d(0.01, 1.05, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.01, 1.05, 1);
  transition: opacity 250ms, transform 250ms ease-out;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms ease-out;
}
#modal-register {
  width: 464px;
}
@media (max-width: 504px) {
  #modal-register {
    width: 364px;
  }
  #modal-register .nylas-modal-padding {
    padding: 10px 20px 20px 20px;
  }
}
@media (max-width: 400px) {
  #modal-register {
    width: 300px;
  }
  #modal-register .col.half {
    width: 100%;
  }
  #modal-register .col {
    margin-top: 10px;
  }
  #modal-register .modal-form-row {
    padding-top: 0;
    margin-top: 0;
  }
}
#modal-supported-providers {
  width: 520px;
}
@media (max-width: 504px) {
  #modal-supported-providers {
    width: 364px;
  }
  #modal-supported-providers .nylas-modal-padding {
    padding: 10px 20px 20px 20px;
  }
}
@media (max-width: 400px) {
  #modal-supported-providers {
    width: 300px;
  }
  #modal-supported-providers .col.half {
    width: 100%;
  }
  #modal-supported-providers .col {
    margin-top: 10px;
  }
  #modal-supported-providers .modal-form-row {
    padding-top: 0;
    margin-top: 0;
  }
  #modal-supported-providers .supported-providers {
    position: relative;
    max-height: 300px;
    display: block;
    overflow-y: scroll;
    -webkit-user-select: none;
  }
}
#modal-forgot {
  width: 320px;
}
#modal-log-in {
  width: 270px;
}
form label {
  display: block;
  margin-top: 30px;
  font-family: "Avenir Next LT W04 Demi1437516", sans-serif;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
}
form input {
  display: block;
  line-height: 2;
  text-align: left;
  color: #666;
  padding-left: 10px;
}
form input[type=text],
form input[type=email] {
  width: 100%;
}
form input[type=submit] {
  margin-top: 30px;
  width: 250px;
}
/********** NAVBAR **********/
html.nylas-theme-dark ul ul {
  background-color: #56595C;
}
@media (max-width: 690px) {
  html.nylas-theme-dark .navbar .navbar-wrap {
    background: #56595C;
  }
  html.nylas-theme-dark .navbar li a.btn.btn-cta {
    color: #666;
  }
}
html.nylas-theme-light ul ul {
  background-color: white;
}
.navbar {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  border: 0;
  min-height: 0;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}
.navbar .container {
  padding: 0;
}
.navbar .has-submenu ul {
  position: absolute;
}
@media (min-width: 690px) {
  .navbar .has-submenu ul:before {
    position: absolute;
    content: url('/static/img/shared/triangle@1x.png');
    width: 18px;
    height: 6px;
    top: -18px;
    right: 25px;
  }
}
@media (min-width: 690px) {
  .navbar .has-submenu ul {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    right: 0;
    display: none;
  }
}
@media (min-width: 690px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar .navbar-right {
    float: right;
  }
}
.navbar li a {
  font-family: "AvenirLTStd-Light", sans-serif;
  margin: 5px 0;
  padding: 7px 15px 6px 15px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
  background-color: inherit;
}
.navbar ul ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: white;
  padding-left: 0;
}
.navbar ul .has-submenu > ul {
  -webkit-transition: all 175ms cubic-bezier(0, 0, 0.66, 1.46);
  -o-transition: all 175ms cubic-bezier(0, 0, 0.66, 1.46);
  transition: all 175ms cubic-bezier(0, 0, 0.66, 1.46);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  top: 30px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.navbar ul .has-submenu.expanded > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 43px;
}
@media (max-width: 690px) {
  .navbar ul .has-submenu > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .navbar li.has-submenu {
    visibility: hidden;
    margin-top: -51px;
  }
  .navbar ul .hide-collapsed {
    visibility: hidden;
    display: none;
  }
}
.navbar ul ul li {
  float: none;
  width: 190px;
  list-style: none;
  padding-top: 16px;
  padding-left: 2px;
}
@media (min-width: 690px) {
  .navbar ul ul li:last-child {
    padding-bottom: 16px;
  }
}
.navbar .navbar-right {
  margin-right: 15px;
}
.navbar .btn {
  font-size: 14px;
  padding: 10px 20px 8px 20px;
  margin-right: 5px;
}
.navbar .navbar-logo-wrap {
  float: left;
  margin-right: 40px;
  margin-left: 20px;
}
.navbar .navbar-logo-wrap img {
  width: 107px;
  height: 30px;
}
.navbar .navbar-burger {
  display: none;
}
@media (max-width: 690px) {
  .navbar {
    padding: 15px 0;
  }
  .navbar .navbar-burger {
    margin-top: 10px;
    margin-right: 15px;
    display: block;
    float: right;
  }
  .navbar .navbar-burger:hover {
    cursor: pointer;
  }
  .navbar .navbar-wrap {
    background: white;
    position: absolute;
    text-align: center;
    top: 55px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 300ms ease-in;
    -o-transition: max-height 300ms ease-in;
    transition: max-height 300ms ease-in;
    box-shadow: 0px 18.5px 20px rgba(0, 0, 0, 0.35);
  }
  .navbar .navbar-wrap.expanded {
    max-height: 800px;
    padding-bottom: 17px;
    -webkit-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    transition: max-height 300ms ease-out;
  }
  .navbar .navbar-wrap ul.navbar-nav {
    margin: 0;
  }
  .navbar .navbar-wrap ul ul {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar .navbar-wrap ul ul li {
    width: inherit;
  }
  .navbar .navbar-wrap ul ul li a {
    display: block;
  }
  .navbar .navbar-wrap li {
    padding: 0;
  }
  .navbar .navbar-wrap li.has-submenu.expanded {
    background: none;
  }
  .navbar .navbar-wrap li.has-submenu.expanded a:hover {
    background: none;
  }
  .navbar .navbar-wrap li a {
    margin: 0;
    padding: 17px 0;
    font-size: 14px;
    line-height: 15px;
  }
  .navbar .navbar-wrap li a:hover {
    color: inherit;
  }
  .navbar .navbar-wrap li a.btn {
    margin: 0;
    background: #dce6e6;
    box-shadow: 0 0 0;
    border-radius: 0;
  }
  .navbar .navbar-wrap li a.btn-cta {
    color: #666;
  }
}
footer {
  margin-top: 60px;
  bottom: 0;
  width: 100%;
  background: transparent;
}
footer .newsletter-section {
  margin-bottom: 60px;
  text-align: center;
}
footer .newsletter-section .input-group {
  margin: auto;
  width: 365px;
}
footer .newsletter-section .input-group input,
footer .newsletter-section .input-group .btn-sign-up {
  height: 38px;
}
footer .newsletter-section .input-group .btn-sign-up {
  line-height: 15px;
  min-width: 99px;
  width: 99px;
  padding: 0;
  font-size: 1.0rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
footer .newsletter-section .input-group .btn-sign-up:focus {
  outline: none;
}
footer .newsletter-section .input-group .btn-sign-up:hover {
  z-index: 0;
}
footer .container {
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.8);
}
footer .container div {
  flex: 1;
}
footer .container .left-content {
  text-align: left;
  margin-top: 20px;
}
footer .container .center-content {
  text-align: center;
}
footer .container .center-content input {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 200px !important;
}
footer .container .center-content button {
  display: inline-block;
  line-height: 14px !important;
  min-width: 100px;
  margin-top: -4px;
}
footer .container .right-content {
  text-align: right;
  margin-top: 20px;
}
footer .container .social-links a {
  margin-left: 5px;
}
footer a {
  color: rgba(153, 153, 153, 0.8);
}
footer a:hover,
footer a:active,
footer a:visited {
  color: rgba(153, 153, 153, 0.8);
}
@keyframes swipe-bg {
  0% {
    width: 1px;
  }
  5% {
    width: 1px;
  }
  20% {
    width: 1px;
  }
  32% {
    width: 1px;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  42% {
    width: 197px;
  }
  77% {
    width: 197px;
  }
  78% {
    width: 1px;
  }
}
@keyframes swipe-right {
  0% {
    left: 0;
  }
  5% {
    left: 0;
  }
  20% {
    left: 0;
  }
  32% {
    left: 0;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  42% {
    left: 196px;
  }
  77% {
    left: 196px;
  }
  78% {
    left: 0;
  }
}
@keyframes swipe-left {
  0% {
    right: 0;
  }
  5% {
    right: 0;
  }
  20% {
    right: 0;
  }
  32% {
    right: 0;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  42% {
    right: 196px;
  }
  77% {
    right: 196px;
  }
  78% {
    right: 0;
  }
}
@keyframes swipe-right-cover {
  0% {
    left: 0;
  }
  10% {
    left: 0;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  20% {
    left: 65px;
  }
  32% {
    left: 65px;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  42% {
    left: 261px;
  }
  77% {
    left: 261px;
  }
  78% {
    left: 0;
  }
}
@keyframes swipe-left-cover {
  0% {
    right: 0;
  }
  10% {
    right: 0;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  20% {
    right: 65px;
  }
  32% {
    right: 65px;
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  42% {
    right: 261px;
  }
  77% {
    right: 261px;
  }
  78% {
    right: 0;
  }
}
@keyframes message-list-new-mail {
  0% {
    top: 117px;
  }
  5% {
    top: 117px;
  }
  20% {
    top: 117px;
  }
  32% {
    top: 117px;
  }
  37% {
    top: 117px;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  47% {
    top: 38px;
  }
  78% {
    top: 38px;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  87% {
    top: 117px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.feature-block {
  position: relative;
  z-index: 1;
  background: transparent;
}
.feature-block h2 {
  margin: 0;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #868686;
}
.feature-block.right-preview .preview {
  float: right;
}
.feature-block.right-preview .content {
  float: left;
}
@media (min-width: 992px) {
}
.feature-block.left-preview .preview {
  float: left;
}
.feature-block.left-preview .content {
  float: right;
}
@media (min-width: 992px) {
}
@media (max-width: 1104px) {
  .feature-block {
    margin-top: 50px;
  }
  .feature-block:first-child {
    margin-top: 0;
  }
  .feature-block.left-preview .content,
  .feature-block.right-preview .content {
    float: none;
    margin: 40px auto;
    max-width: none;
  }
  .feature-block.left-preview .preview,
  .feature-block.right-preview .preview {
    float: none;
    margin: 0 auto;
  }
  .feature-block h2 {
    margin-top: 30px;
  }
  .feature-block .btn-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1104px) and (max-width: 768px) {
  .feature-block.left-preview .preview,
  .feature-block.right-preview .preview {
    zoom: 0.8;
  }
}
@media (max-width: 1104px) and (max-width: 640px) {
  .feature-block.left-preview .preview,
  .feature-block.right-preview .preview {
    zoom: 0.4;
  }
}
.feature-block .feature-content {
  margin-top: 0;
  opacity: 0.6;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 11px;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 0.78px;
}
.feature-block .feature-icon {
  float: left;
  margin-right: 30px;
  margin-top: 6px;
}
.feature-block .feature-column-wrap {
  margin-top: 35px;
}
.feature-block .column-content {
  background: white;
  display: inline-block;
  text-align: left;
  padding: 35px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  float: none;
  margin-top: 30px;
  height: auto;
  width: 100%;
}
.feature-block .column-content:hover {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.feature-block .column-content .ic-more {
  font-size: 45px;
  line-height: 35px;
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  color: #979797;
  opacity: 0.6;
  float: right;
}
.feature-block .column-content .btn {
  width: 178px;
}
.feature-block .column-content .btn-wrap {
  margin-top: 45px;
}
@media (max-width: 1192px) {
  .feature-block .column-content {
    padding: 15px;
  }
  .feature-block .feature-icon {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .feature-block .feature-column-wrap {
    margin-top: 0;
  }
  .feature-block .feature-column {
    float: none;
    margin-top: 30px;
    height: auto;
    border: 1px solid #e3f2f2;
    width: 100%;
  }
  .feature-block .feature-column .feature-content {
    margin-top: 20px;
    height: auto;
  }
  .feature-block .feature-column .btn-wrap {
    margin-top: 30px;
  }
  .feature-block .feature-column a.btn {
    max-width: 250px;
    width: 100%;
  }
}
.feature-block.powered-by {
  margin-top: 20px;
  margin-bottom: 57px;
  opacity: 0.6;
  text-align: center;
}
.feature-block.powered-by h2 {
  color: #1e4246;
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  font-size: 18.9px;
}
.feature-block.powered-by .logo-area {
  margin-top: 30px;
}
.feature-block.powered-by .logo-area img {
  margin-left: calc(8% - 28.75px);
  margin-right: calc(8% - 28.75px);
}
@media (max-width: 640px) {
  .feature-block.powered-by .logo-area {
    max-width: 378px;
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .feature-block.powered-by .logo-area img {
    margin: 30px;
  }
}
@media (max-width: 410px) {
  .feature-block.powered-by .logo-area img {
    margin: 20px;
  }
}
@media (min-width: 992px) {
  .command-center {
    margin-top: -170px;
  }
}
.features .welcome {
  margin-bottom: 50px;
}
.feature-block {
  margin-bottom: 0px;
}
section.pro-header {
  text-align: center;
}
section.pro-header .container {
  max-width: 850px;
}
section.pro-header .hero {
  background: #0d2728;
  text-align: center;
  padding-bottom: 9px;
}
section.pro-header .hero img {
  padding-top: 0;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1200px;
}
section.pro-header .hero h1 {
  margin-top: -10px;
  color: #e1f2f3;
  font-size: 36px;
}
section.pro-header .hero h2 {
  margin-top: -40px;
  color: #cbd3d7;
  font-size: 18px;
}
@media (max-width: 996px) {
  section.pro-header .hero h1 {
    margin-top: -80px;
    font-size: 22px;
  }
}
@media (max-width: 613px) {
  section.pro-header .hero img {
    width: 150%;
    margin-left: -25%;
  }
  section.pro-header .hero h1 {
    margin-top: -60px;
    font-size: 16px;
  }
  section.pro-header .hero h2 {
    margin-top: -55px;
    font-size: 12px;
  }
}
section.pro-header .subheading {
  margin-top: 60px;
  color: #666666;
  font-size: 15px;
}
@media (max-width: 613px) {
  section.pro-header .subheading {
    margin-top: 40px;
  }
}
section.pro-header .download {
  margin-top: 40px;
}
section.pro-header .download a {
  color: #fff;
}
section.pro-header .download img {
  height: 50px;
}
.features-header {
  color: #3c4c53;
  font-size: 36px;
}
.feature {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  text-align: left;
}
.feature .icon-container {
  display: flex;
}
.feature .icon-container .icon {
  padding: 10px 20px;
}
.feature .icon-container .icon img {
  height: 120px;
}
.feature .description {
  flex: 3;
}
.feature .description.left {
  padding-left: 20px;
  padding-right: 80px;
}
.feature .description.right {
  padding-left: 80px;
  padding-right: 20px;
}
.feature .description .heading {
  color: #3c4c53;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 613px) {
  .feature {
    display: inline-block;
    text-align: center;
  }
  .feature .icon-container {
    display: inline-block;
  }
  .feature .icon-container .spacer {
    flex: 0.5;
  }
  .feature .icon-container img {
    height: 200px;
  }
}
@media (max-width: 613px) {
  .feature .description {
    flex: 3;
  }
  .feature .description.left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature .description.right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.spacer {
  flex: 1;
}
.cloud-api-plug {
  padding-top: 25px;
}
.cloud-api-plug .cloud-api-plug-inner {
  text-align: center;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 12px 0;
}
.cloud-api-plug .cloud-api-plug-inner a {
  cursor: pointer;
}
.cloud-api-plug .cloud-api-plug-inner a img {
  margin-right: 5px;
}
.cloud-api-plug .cloud-api-plug-inner a span {
  color: #5B5B5B;
  vertical-align: middle;
}
.hero {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  margin-bottom: 60px;
  background: transparent;
}
.hero .hero-content-wrap {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  overflow: visible;
}
.hero .hero-content-wrap p.hero-text {
  color: #5B5B5B;
  font-size: 1.3em;
  line-height: 24px;
  text-align: center;
}
.hero .hero-content-wrap h1.hero-text {
  padding-top: 20px;
  color: #5B5B5B;
  font-size: 2.6em;
  font-family: 'AvenirLTStd-Light';
  margin: 0;
  text-align: center;
}
.hero .hero-content-wrap .btn-wrap {
  margin-top: 63px;
}
.hero .hero-content-wrap .btn-wrap .btn-clear {
  border-color: white;
  color: #5b5b5b;
  font-family: 'AvenirLTStd-Light';
  padding: 15px 20px 15px 20px;
  font-size: 1.2rem;
  line-height: 24px;
}
.hero .hero-content-wrap .btn-wrap .btn-clear:hover {
  border-color: white;
}
.hero .hero-content-wrap .btn-wrap .signup-alert {
  padding-top: 10px;
  -webkit-animation: fade-in ease-in-out 2s 1;
  -o-animation: fade-in ease-in-out 2s 1;
  animation: fade-in ease-in-out 2s 1;
}
.hero .hero-content-wrap .link-with-arrow {
  padding-top: 28px;
  font-size: 1.35rem;
}
.hero .hero-content-wrap .btn {
  margin-right: 20px;
}
.hero .hero-content-wrap .btn:last-child {
  margin-right: 0;
}
.hero .hero-content-wrap .hero-screenshot {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
}
.hero .hero-content-wrap .hero-screenshot img {
  max-width: 100%;
  -webkit-animation: fade-in ease-in-out 2s 1;
  -o-animation: fade-in ease-in-out 2s 1;
  animation: fade-in ease-in-out 2s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 640px) {
  .hero .hero-content-wrap .btn-wrap {
    margin-top: 15px;
  }
  .hero .hero-content-wrap h1.hero-text {
    font-size: 2rem;
  }
  .hero .hero-content-wrap p.hero-text {
    font-size: 1rem;
  }
  .hero .hero-content-wrap .hero-screenshot {
    margin-top: 30px;
  }
}
.feature-block {
  margin-bottom: 120px;
}
.feature-block h2 {
  font-size: 24px;
}
.feature-block .content {
  max-width: 510px;
  width: 100%;
  margin: 115px auto 0 auto;
  position: relative;
  z-index: 1;
}
.feature-block .btn-wrap a.btn.btn-cta-secondary {
  padding-left: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #4A90E2;
  font-size: 1.5rem;
}
.feature-block .btn-wrap a.btn.btn-cta.btn-seafoam {
  font-size: 1.5rem;
}
@media (max-width: 1180px) {
  .feature-block {
    text-align: center;
    margin-bottom: 280px;
  }
}
@media (max-width: 640px) {
  .feature-block .content .feature-text {
    text-align: left;
  }
}
.download-separator {
  text-align: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  height: 23px;
  margin-bottom: 240px;
}
.download-separator span.btn-wrap {
  padding: 0 18px;
  background: white;
}
.page-section {
  text-align: center;
  margin-bottom: 140px;
}
.page-section h2 {
  margin-bottom: 60px;
}
.page-section section.row {
  padding: 20px 0;
}
.page-section .logo {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media (max-width: 992px) {
  .page-section .logo {
    margin-top: 50px;
  }
}
.page-section.feature-grid-section {
  margin-bottom: 120px;
}
.page-section.feature-grid-section .feature-grid .grid-item {
  width: 20%;
  height: 150px;
  float: left;
  text-align: center;
  margin-top: 100px;
}
.page-section.feature-grid-section .feature-grid .grid-item h3 {
  margin-top: 50px;
  font-size: 1em;
  color: #666666;
}
@media (max-width: 886px) {
  .page-section.feature-grid-section .feature-grid .grid-item {
    width: 50%;
    margin-top: 50px;
  }
}
@media (max-width: 613px) {
  .page-section.feature-grid-section .feature-grid {
    margin-top: 50px;
  }
  .page-section.feature-grid-section .feature-grid .grid-item {
    width: 100%;
    margin-top: 0;
  }
}
.page-section.start-trial-section {
  padding-bottom: 120px;
  margin-bottom: 0;
}
.page-section.start-trial-section .start-trial-img {
  text-align: left;
  margin-bottom: 75px;
}
.page-section.start-trial-section .start-trial-img img {
  margin-top: -85px;
}
.page-section.start-trial-section h3 {
  margin-bottom: 35px;
}
.page-section.start-trial-section a.btn {
  width: 263px;
}
.headshot {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.testimonial {
  padding: 0 15px;
  font-size: 16px;
  margin-top: 90px;
}
.testimonial .headshot {
  margin: 0 20px;
}
.testimonial .logo {
  width: 150px;
}
.download-section .btn-seafoam {
  font-size: 1.5rem !important;
}
