html,
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
}
html.nylas-theme-dark {
  color: #4d4d4d;
}
html.nylas-theme-dark body {
  color: #4d4d4d;
}
html.nylas-theme-dark a {
  color: #4d4d4d;
}
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: #4d4d4d;
}
html.nylas-theme-dark p {
  color: #4d4d4d;
}
html.nylas-theme-dark h1 {
  color: #4d4d4d;
  line-height: 1.4;
}
html.nylas-theme-dark h2 {
  color: #4d4d4d;
}
html.nylas-theme-dark h3 {
  color: #4d4d4d;
}
html.nylas-theme-dark ul {
  color: #4d4d4d;
}
html.nylas-theme-dark ul li .minor {
  color: rgba(77, 77, 77, 0.75);
}
html.nylas-theme-light {
  color: #4d4d4d;
}
html.nylas-theme-light body {
  color: #4d4d4d;
}
html.nylas-theme-light a {
  color: #4d4d4d;
}
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: #4d4d4d;
}
html.nylas-theme-light p {
  color: #4d4d4d;
}
html.nylas-theme-light h1 {
  color: #4d4d4d;
  line-height: 1.4;
}
html.nylas-theme-light h2 {
  color: #4d4d4d;
}
html.nylas-theme-light h3 {
  color: #4d4d4d;
}
html.nylas-theme-light ul {
  color: #4d4d4d;
}
html.nylas-theme-light ul li .minor {
  color: rgba(77, 77, 77, 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: white;
}
html.nylas-theme-light .logo-mark {
  fill: #666;
}
html.nylas-theme-light .logo-text {
  color: #666;
}
.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@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 10px;
  }
}
.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: #333;
  border-color: #777777;
}
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: #333;
}
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(51, 51, 51, 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: #333;
  border-color: #777777;
}
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: #333;
}
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: #333;
}
.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: 81px;
  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: #777777;
  border: 1px solid #6a6a6a;
}
.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: #6a6a6a;
  border: 1px solid #5e5e5e;
}
.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-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 {
  font-weight: 600;
  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: 540px) {
  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: 14px;
}
.navbar .container {
  padding: 0;
}
.navbar .has-submenu ul {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  right: 0;
}
@media (min-width: 540px) {
  .navbar .has-submenu ul:before {
    position: absolute;
    content: url('/National_Library/20161018145954oe_/https://nylas.com/static/img/shared/triangle@1x.png');
    width: 18px;
    height: 6px;
    top: -15px;
    right: 20px;
  }
}
@media (min-width: 540px) {
  .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: 540px) {
  .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 ul ul li {
  float: none;
  width: 190px;
  list-style: none;
  padding-top: 16px;
  padding-left: 2px;
}
.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: 540px) {
  .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: 550px;
    -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%;
    background-color: rgba(0, 0, 0, 0.05);
    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;
    border-top: 1px solid #c9d2d2;
  }
  .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;
  }
}
#wrapper {
  padding-bottom: 120px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
}
footer .container {
  border-top: 1px solid rgba(151, 151, 151, 0.1);
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
  color: rgba(153, 153, 153, 0.8);
}
footer .left-content {
  float: left;
}
footer .right-content {
  float: right;
}
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;
  }
}
.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 .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: 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;
  }
}
#bg-icons {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#bg-icons img {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
#bg-icons img.animate {
  -webkit-animation-name: img-fade;
  animation-name: img-fade;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: 100;
  animation-iteration-count: 100;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes img-fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}
.hero {
  position: relative;
  z-index: 2;
  padding: 0 0 60px 0;
  background: transparent;
}
.hero .banner.n1-banner {
  text-align: center;
  min-height: 58px;
  padding: 12px;
  color: #afc3c3;
  border-bottom: 1px solid #afc3c3;
}
.hero .banner.n1-banner:hover {
  cursor: pointer;
}
.hero .banner.n1-banner a.link {
  color: #afc3c3;
  border-bottom: 1px solid #afc3c3;
}
.hero h1 {
  margin: 0;
  margin-top: 30px;
  color: #555555;
  font-size: 56px;
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  line-height: 33px;
}
.hero h1.wide {
  display: block;
}
.hero h1.narrow {
  display: none;
}
.hero .hero-text {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  max-width: 375px;
  margin-top: 30px;
}
.hero .hero-content-wrap {
  position: relative;
  z-index: 10;
  margin-top: 150px;
  text-align: center;
  float: right;
  max-width: 375px;
  width: 100%;
}
.hero .btn {
  margin-right: 20px;
}
.hero .btn:last-child {
  margin-right: 0;
}
.hero .btn.btn-glass {
  width: 203px;
}
.hero .btn-wrap {
  margin-top: 10px;
}
.hero .btn-wrap.secondary {
  margin-top: 50px;
}
.hero .hero-image-wrap {
  position: relative;
  z-index: 0;
  margin-top: 60px;
  text-align: left;
}
.hero .hero-image-wrap.wide {
  display: block;
}
.hero .hero-image-wrap.narrow {
  display: none;
}
.hero .hero-image-wrap img {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.hero .hero-image-wrap .top-image {
  top: -10px;
  -webkit-animation-name: top-layer;
  animation-name: top-layer;
  z-index: 2;
}
.hero .hero-image-wrap .bottom-image {
  -webkit-animation-name: bottom-layer;
  animation-name: bottom-layer;
  z-index: 1;
  top: 10px;
}
@keyframes top-layer {
  0% {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes bottom-layer {
  0% {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 1180px) {
  .hero .hero-content-wrap {
    float: none;
    margin: 0 auto;
    max-width: none;
  }
  .hero .hero-text {
    max-width: 640px;
    margin: 30px auto 0 auto;
  }
  .hero .preview {
    margin: 0 auto;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .hero .preview {
    zoom: 0.8;
  }
}
@media (max-width: 1180px) and (max-width: 640px) {
  .hero .preview {
    zoom: 0.4;
  }
}
@media (max-width: 933px) {
  .hero {
    text-align: center;
  }
  .hero .hero-content-wrap {
    max-width: 100%;
  }
  .hero h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 38.4px;
    line-height: 50px;
  }
}
@media (max-width: 610px) {
  .hero h1.wide {
    display: none;
  }
  .hero h1.narrow {
    display: block;
  }
}
@media (max-width: 640px) {
  .hero h1 {
    font-size: 38.4px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .hero .btn-wrap {
    margin-top: 20px;
  }
  .hero .hero-text {
    text-align: left;
  }
  .hero a.btn {
    display: block;
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .hero a.btn:first-child {
    margin-top: 0;
  }
  .hero a.btn:last-child {
    margin-right: auto;
  }
  .hero a.btn.btn-glass {
    width: 80%;
  }
}
.archive-preview {
  width: 672px;
  height: 518px;
  position: relative;
  overflow: hidden;
}
.archive-preview .message-list {
  position: absolute;
  top: 117px;
  left: 149px;
  z-index: 3;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid white;
}
.archive-preview .list-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.archive-preview .archive {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.archive-preview .archive-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 81px;
  z-index: 1;
  background: #47b289;
}
.archive-preview .list-item-container {
  position: absolute;
  top: 37px;
  left: 148px;
  width: 198px;
  height: 81px;
  border: 1px solid #e5e5e5;
  border-top: 1px solid #d5d6d6;
  overflow: hidden;
}
.archive-preview.animate .archive-bg {
  -webkit-animation-name: swipe-bg;
  animation-name: swipe-bg;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.archive-preview.animate .archive {
  -webkit-animation-name: swipe-right;
  animation-name: swipe-right;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.archive-preview.animate .list-item {
  -webkit-animation-name: swipe-right-cover;
  animation-name: swipe-right-cover;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.archive-preview.animate .message-list {
  -webkit-animation-name: message-list-new-mail;
  animation-name: message-list-new-mail;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
