/* ==========================================================================
 
   G L O B A L  C S S
   
   Company:           RocketBolt, Inc
   Website:           www.rocketbolt.com
   Design & Code:     Matt Hofstadt
   Version:           2.5
 
========================================================================== */



/* ==========================================================================
   @Font-Face
========================================================================== */

@font-face {
    font-family: 'varela_roundregular';
    src: url('fonts/varela-round/varelaround-regular-webfont.eot');
    src: url('fonts/varela-round/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/varela-round/varelaround-regular-webfont.woff2') format('woff2'),
         url('fonts/varela-round/varelaround-regular-webfont.woff') format('woff'),
         url('fonts/varela-round/varelaround-regular-webfont.ttf') format('truetype'),
         url('fonts/varela-round/varelaround-regular-webfont.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/open-sans/OpenSans-Light-webfont.eot');
    src: url('fonts/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans/OpenSans-Light-webfont.woff') format('woff'),
         url('Ofonts/open-sans/penSans-Light-webfont.ttf') format('truetype'),
         url('fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
       url('fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
       url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
       url('fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* ==========================================================================
   Typography
========================================================================== */

h1, h2, h3, h4 {
  font-family: 'OpenSansLight', 'varela_roundregular', 'OpenSansRegular', Arial, sans-serif;
  color: #2c3331;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0 0;
}

h2 {
  font-size: 1.8em;
  margin: 0.83em 0 0;
}

h3 {
  font-size: 1.25em;
  margin: 1.8em 0 0;
  line-height: 1;
}

h4 {
  font-size: 1em;
  margin: 1em 0 0;
}

p {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 1em;
  margin: .8em 0 0;
}

strong {
  color: #27415A;
  font-weight: 600;
}



/* ==========================================================================
   Generic
========================================================================== */

body {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3331;
  -webkit-text-size-adjust: none;
  background: #FFF;
  overflow-x: hidden; /* Remove extra space on right in mobile resolutions */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #4697ce;
  text-decoration: none;
  /* white-space: nowrap; */
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}

a:visited {
    color: #4697ce;
}

a:hover {
  color: #2b73af;
  text-decoration: none;
}



/* ==========================================================================
   Common Helper Classes
========================================================================== */

.brand-gradient {
  background: #2b73af;
  background: radial-gradient(circle at bottom right, #5c98cb 0, #2b73af 70%);
}

.fl { float: left; }

.fr { float: right; }

.center { 
  margin: 0 auto;
}

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

.underline { text-decoration: underline; }

/* Use .table for centering block level elements like <ul> */
.table {
  display: table;   /* Allow centering to work */
  margin: 0 auto;
}

/* Image Replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Clearfix Hack (not really needed with grid.css) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Make element full window height - Requires jQuery */
.full-height {
  height: 900px; /* Just to avoid flash before jQuery calculates height */
}

/* Removes element on smaller devices */
@media only screen and (max-width: 768px) {
  .mobile-vanish-768 {
    display: none;
  }
}



/* =============================================================================
Page Structure Elements
============================================================================= */

.page-wrap {
  padding-top: 130px;
}

/* Page Titles */
.page-title h2 {
  font-size: 2.4em;
  text-align: center;
  margin-top: 0;
}

/*---- Content Box ----*/
.content-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 25px 30px;
  margin-bottom: 4.4%; /* Matches .col gutters in grid.css */
  position: relative;
  overflow: hidden;
}

.content-box:after {
  clear: both;
  content: "";
  display: table;
}

/*---- Content Box Adjusted for Header ----*/
.content-box.has-header {
  border-top: none;
  border-color: #e3e3e2;
  border-style: solid;
  border-width: 0;
  border-radius: 0 0 5px 5px;

  /* Prevent background color leak outs */ 
  background-clip:         padding-box !important;
}

/*---- Content Box Reset Padding ----*/
.reset {
  clear: both;
  padding: 0;
}

/*---- Content Box Header ----*/
.box-header {
  background: none repeat scroll 0 0 #f3f1f1;
  border-bottom: 1px solid #e5e4e4;
  border-top: 1px solid #FFF;
  border-radius: 5px 5px 0 0;
  color: #CCCCCC;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 30px;

  /* Prevent background color leak outs */ 
  background-clip:         padding-box !important;
}

.box-header h2 {
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding: 16px 0 10px;
}

.box-header h3 {
  color: #BBBBBB;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0;
}

.box-header em {
  color: #333;
  display: inline;
  font-style: normal;
}



/* ==========================================================================
   Buttons 
========================================================================== */

.btn {
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 3px;

  -webkit-transition: all 0.25s ease 0s;

          transition: all 0.25s ease 0s;
}   

/* CTA Button/Container */
.cta {
  width: 212px;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 14px;
  margin: 0 auto;
  display: block;
}

/* Primary CTA Button Style */
.primary-cta {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;

  background: #3ECF8E;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .11);
  border-radius: 3px;

  padding: 12px 22px;
  margin: 0 auto;

  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;

  /* OLD
  color: #FFF;
  background: #7ccc9e;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .11);
  border-radius: 3px;
  */
}

  .primary-cta:hover {
    color: #FFF;
    opacity: .9;
  }

  .primary-cta:active {
    color: #FFF;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .21);
  }

  .primary-cta:visited {
    color: #FFF;
  }



/*---- Button Colors & Styles ----*/  
.btn.red {
  color: #FFF;
  background: #da796c;
}      

  .btn.red:hover {
    color: #FFF;
    opacity: .9;
  } 

.btn.blue {
  color: #FFF;
  background: #4b98d0;
}      

  .btn.blue:hover {
    color: #FFF;
    opacity: .9;
  } 

.btn.green {
  color: #FFF;
  background: #3ECF8E;
  /* background: #7ccc9e; OLD */
}

  .btn.green:hover {
    color: #FFF;
    opacity: .9;
  }

.btn.grey {
  color: #FFF;
  background: #BBB;
  border: 1px solid #BBB;
  padding: 11px 15px 9px;
}

  .btn.grey:hover {
    background: transparent;
    border: 1px solid #333;
    color: #333;
  }

.btn.outline {
  color: #242424;
  background: transparent;
  border: 2px solid #444;
}

  .btn.outline:hover {
    color: #AAA;
    background: transparent;
    border: 2px solid #AAA;
  }

/* Icon Class */
.icon {
  display: inline-block;
  vertical-align: middle;
}



/* ==========================================================================
   Global Colors
========================================================================== */

.green {
  background: #3ECF8E;
  /* background: #7ccc9e; OLD */
}



/* ==========================================================================
   Form Elements
========================================================================== */

/*---- Fieldset ----*/
form fieldset {
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 16px;
  display: block;
  float: left;
  position: relative;
}

form .form-actions {
  margin: 0;
}

/*---- Labels ----*/
form fieldset label {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  margin: 0 0 5px 0;
  display: block;
}

form fieldset label .required {
  color: #f46268;
}

form fieldset.check label {
  display: inline;
  font-weight: normal;
}

form fieldset.check label a {
  color: #2e98a9;
}

form fieldset.check label a:hover {
  text-decoration: underline;
}

form fieldset.radio ul li label {
  display: inline;
  font-weight: normal;
}

/* Label - Required */

/*---- Input Fields ----*/
form fieldset input.form-text,
form fieldset textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  color: #41484A;
  padding: 12px 10px 9px;
  border: 1px solid #d6d7db;
  background: #FCFCFC;
  border-radius: 3px;
  display: block;
}

form fieldset textarea {
  height: 100px;
  line-height: 1.4;
}

form fieldset input:focus,
form fieldset textarea:focus,
.custom-select select:focus {
  background: #FFF;
  border: 1px solid #58a0c7;
  outline: none;
}


/*---- Input Field Placeholder ----*/
::-webkit-input-placeholder { color: #888; }
::-moz-placeholder { color: #888; } /* firefox 19+ */
:-ms-input-placeholder { color: #888; } /* ie */
input:-moz-placeholder { color: #888; }
/* Used for IE with jQuery placeholder support */
.placeholder {
  color: #888;
}

/* Checkbox */
form input[type="checkbox"] {
  margin-right: 6px;
}

/* Radio Button */
form fieldset.radio ul {
  margin-top: 5px;
}

form fieldset.radio ul li {
  margin: 0 0 5px 0;
}

form fieldset.radio ul li:last-child {
  margin: 0;
}

/* Select - Drop Down */
.custom-select {
  width: 100%;
  position: relative;
  display: inline-block;
}

.custom-select select {
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  color: #41484A;
  padding: 12px 10px 9px;
  margin: 0;
  border-radius: 3px;
  border: solid 1px #d6d7db;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  -o-appearance: none;
  appearance: none;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8fa));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8fa 100%);
  background: linear-gradient(top, #fff 0%, #f8f8fa 100%);

  text-indent: 0.01px; /* Removes default arrow from firefox */
  text-overflow: ""   /* Removes default arrow from firefox */
}

.custom-select select::-ms-expand {
  display: none /* to ie 10 */
}

.custom-select:before {
  display: none\9; /* hack targets ie9 and below */
  position: absolute;
  top: 44%;
  right: 10px;
  pointer-events: none;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #888888;
  border-style: solid double none;
  width: 0;
  height: 0;
}

/* FF hack to not show custom triangle 
@-moz-document url-prefix() { 
  .custom-select:before {
     display: none;
  }
}
*/

.custom-select select:focus {
  outline: none;
}

/* Form Help */
form fieldset p.form-help {
  margin: 2px 0 0 0;
  font-size: 12px;
  color: #999;
}

form fieldset p.form-help a {
  color: #2e98a9;
}

form fieldset p.form-help a:hover {
  text-decoration: underline;
}

/*---- Submit Buttons ----*/
form input[type="submit"] {
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
  margin-top: 5px;
  padding: 14px 20px;
  border: 0px none;
  display: inline-block;
  cursor: pointer;
}

form input[type="submit"]:focus {
  border: none;
  outline: none;
}  

/* Special Submit Buttons */
.user-form-button {
  width: 100%;
} 


/*---- Success & Error Messages ----*/
.message-success,
.message-error {
  font-size: 14px;
  text-align: left;
}

.message-success {
  padding: 1em;
  margin-bottom: 0.75rem;
  color: #3ecf8e !important;
  background-color: #f5fffb;
  border: 1px solid #3ecf8e;
  border-radius: 4px;
}

.message-error {
  padding: 1em;
  margin-bottom: 0.75rem;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  border-radius: 4px;
}

/*---- Form Errors ----*/
.form-request-error {
  font-size: 11px;
  color: #fff;
  background: #f46268;
  border-radius: 3px;
  padding: 0 6px;
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  right:-4px;
}



/* =============================================================================
   Form Design Test Page
============================================================================= */

.form-test .form-test-top {
  text-align: center;
}

.form-test .form-test-top h1 {
  font-size: 44px;
  font-weight: 200;
  margin: 140px 0 15px;
}

.form-test .form-test-top p {
  max-width: 800px;
  font-size: 20px;
  margin: 0 auto 25px;
  color: #8c8b8e;
}

.form-test .form-wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 35px;
}



/* ==========================================================================
   Header - Desktop
========================================================================== */

/*---- Normal Header ----*/
.header {
  width: 100%;
  padding: 20px 20px 13px;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 10;

  -webkit-transition-duration: padding 0.4s, height 0.4s, background 0.4s, opacity 0.5s;
  -moz-transition-duration: padding 0.4s, height 0.4s, background 0.4s;
  -o-transition-duration: padding 0.4s, height 0.4s, background 0.4s;
  -webkit-transition: padding 0.4s, height 0.4s, background 0.4s, opacity 0.5s;
          transition: padding 0.4s, height 0.4s, background 0.4s, opacity 0.5s;
}

/* If no hero section */
.no-hero {
  background: #2b73af;
  background: radial-gradient(circle at bottom right, #5c98cb 0, #2b73af 70%);
  padding: 20px 20px 10px;
}

/* When shrunk after scrolling */
.header.tiny {
  padding-top: 13px;
  padding-bottom: 6px;
  opacity: .97;
  background: #2b73af;
  background: radial-gradient(circle at bottom right, #2b73af 0, #2b73af 70%); /* Must transition as gradient to avoid white flash (browser bug) */
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
  position: fixed;
}

/* Don't shrink and make fixed position on scroll IF this has class .no-scroll */
.header.no-scroll {
}


/* Logo */
.header .logo {
  width: 180px;
  height: 45px;
  /* Retina Image */
  background: url('https://i.rocketbolt.com/website/logo%402x.png') no-repeat; 
  background-size: 180px 45px;
  background-position: 0 0;
  display: block;
  margin-top: -7px;
  float: left;
}

  /* Shrink on scroll */
  .header.tiny .logo {
    width: 161px;
    height: 40px;
    /* Retina Image */
    background: url('https://i.rocketbolt.com/website/logo%402x.png') no-repeat; 
    background-size: 161px 40px;
    margin-top: -4px;
  }

/* Main Nav */
.header nav {
  float: right;
}

.header nav li {
  padding: 0 16px;
  float: left;
  /* Smooths out fade transition on hover */
  -webkit-transition: opacity .15s;
    transition: opacity .15s;
}

.header nav ul>:last-child {
  padding-right: 0;
}

.header nav li a {
  font-size: 11px;
  font-weight: 400;
  line-height: 30px;
  color: #FFF;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
}

/* Special fade effect on :hover */
.header .fade-nav li {
  opacity: .65;
}

.header nav li:hover {
  opacity: 1;
}

.header nav li a:active,
.header nav li.active a {
  
} 

/* Nav Buttons */
.header .nav-btns {
  margin-left: 20px;
  float: right;
}

.header .nav-btns li {
  padding: 0 0 0 20px;
}

.header .nav-btns a.btn {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 7px 15px;
  box-shadow: none;
}

.header .nav-btns a.btn:hover {
  color: #444;
  background-color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
}

/* Alt header single nav text CTA */
.header nav li.single-nav-link a {
  font-size: 14px;
  text-transform: none;
}

  .header nav li.single-nav-link a:hover {
    text-decoration: underline;
  }


/*---- Media Queries ----*/
@media only screen and (max-width: 768px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header.tiny {
    padding-top: 12px;
    padding-bottom: 5px;
    opacity: 1;
    position: fixed; 
  }
}


/* ==========================================================================
   Header - Desktop/Mobile Switch
========================================================================== */

/*---- Media Queries (originally 768px-769px) ----*/
@media only screen and (max-width: 899px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .header-desktop {
    display: block;
  }
  
  .header-mobile {
    display: none;
  }
}


/* ==========================================================================
   Header - Mobile
========================================================================== */

.header-mobile {
  width: 100%;
  max-width: 1080px; /* Defines max content width... can be anything since everything uses percentages! :) */
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/* Mobile Logo */
.header-mobile .logo {
  width: 161px;
  height: 40px;
  /* Retina Image */
  background: url('https://i.rocketbolt.com/website/logo%402x.png') no-repeat; 
  background-size: 161px 40px;
  margin-top: -4px;
}

/* Mobile Nav Menu Button */
.header-mobile .nav-btns {
  margin: 0;
  float: right;
}

.header-mobile .nav-btns a {
  font-size: 12px;
  padding: 0;
}

.header-mobile .nav-btns a.btn {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 7px 15px;
  box-shadow: none;
}

.header-mobile .nav-btns a.btn:hover {
  color: #444;
  background-color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
}


/*---- Mobile Nav Overlay ----*/
.mobile-nav-overlay {
  background-color: #2b73af;
  color: #ffffff;
  padding: 14px 20px 0;
  opacity: 0;
  visibility: hidden;

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  overflow: auto;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

  .mobile-nav-overlay.show {
    opacity: .96;
    visibility: visible;
  }


/* Mobile Nav Logo */
.mobile-nav-overlay .logo {
  width: 161px;
  height: 40px;
  /* Retina Image */
  background: url('https://i.rocketbolt.com/website/logo%402x.png') no-repeat; 
  background-size: 161px 40px;
  margin-top: 4px;
}

/* Close Nav Overlay */
a.mobile-nav-close {
  font-family: 'varela_roundregular', 'OpenSansLight', Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #FFF !important;
  margin-top: 2px;
  float: right;
}

  a.mobile-nav-close:hover,
  a.mobile-nav-close:visited {
    color: #FFF !important;
  }

/* Mobile Nav Links */
.mobile-nav-links {
  width: 100%;
  padding: 0 50px;
  margin-top: 10px;
  float: left;
}

  .mobile-nav-links a {
    font-size: 24px;
    color: #FFF;
    width: 100%;
    margin: 32px 0 0;
    display: block;
    float: left;
  }

/* Mobile Nav CTA */
.mobile-nav-cta {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  float: left;
}

  .mobile-nav-cta a {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin: 32px 0 0;
    display: block;
    float: left;
  }

  .mobile-nav-cta a.mobile-nav-demo {
    border: 1px solid #3ECF8E;
  }


/*---- Media Queries ----*/
@media only screen and (max-width: 600px) {
  .mobile-nav-links {
    padding: 0 20px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .mobile-nav-links {
    padding: 0;
    margin-top: 5px;
  }

  .mobile-nav-links a {
    font-size: 20px;
    margin: 20px 0 0;
  }

  .mobile-nav-cta {
    margin-top: 10px;
  }

  .mobile-nav-cta a {
    font-size: 16px;
    padding: 6px 0;
    border: 1px solid #FFF;
    margin: 20px 0 0;
  }
}



/* =============================================================================
   Footer
============================================================================= */

.footer {
  width: 100%;
  background: #FFF;
  font-size: 14px;
  border-top: 1px solid #ECECEC; /* Slightly lighter than the usual #e6e9ee color. */
  padding: 60px 20px;
  margin: 0;
  position: static;
}

/*---- Footer Links ----*/
.footer-links {
  text-align: left;
}

.footer-links ul {
  width: 20%;
  float: left;
}

.footer-links li {
  font-size: 14px;
  padding-bottom: 8px;
  display: block;
}

.footer-links ul>:first-child {
  font-size: 12px;
  font-weight: normal;
  color: #a5aaae;
  text-transform: uppercase;
}

.footer-links ul li a {
  color: #3a454e;
}

.footer-links li a:hover {
  color: #1c1c1c;
}

/*---- Copy & Social ----*/
.footer-links .copy {
  width: 20%;
  font-size: 13px;
  color: #a5aaae;
  float: left;
  text-align: left;
}

.footer-links .copy .social {
  width: 100%;
  padding-bottom: 10px;
}

  .footer-links .copy .social li {
    margin-right: 4px;
    display: inline-block;
  }

    .footer-links .copy .social li a i {
      font-size: 14px;
      font-weight: normal;
      color: #FFF;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
    }

    .footer-links .copy .social li a i.fa-facebook {
      background: #3a569f;
      font-size: 14px;
    }

    .footer-links .copy .social li a i.fa-twitter {
      background: #00aaf0;
      font-size: 14px;
    }

    .footer-links .copy .social li a i.fa-linkedin {
      background: #0079a8;0079a8
      font-size: 13px;
    }

    .footer-links .copy .social li a i.fa-google-plus {
      background: #dd4b39;
      font-size: 12px;
    }

    .footer-links .copy .social li a i.fa-angellist {
      color: #777;
      background: #E4E4E4;
      font-size: 15px;
    }

      .footer-links .copy .social li a i:hover {
        opacity: .9;
      }



/*---- Footer Bottom ----*/
.footer.tiny {
  padding: 30px 0;
}

.footer.tiny {
  background: #f7f8f9;
}

.footer .copyright {
  color: #929393;
  text-align: left;
  padding-top: 0;
}

.footer .love {
  color: #929393;
  text-align: right;
  padding-top: 0;
}

.footer .love .fa-heart {
  color: #f46268;
}



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

  .footer-links .column-1,
  .footer-links .column-2,
  .footer-links .column-3,
  .footer-links .column-4 {
    width: 33.333%;
    height: 185px;
  }

  .footer-links .column-5 {
    width: 66.666%;
    height: 200px;
  }

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

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

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

  .footer-links .column-1,
  .footer-links .column-2,
  .footer-links .column-3,
  .footer-links .column-4,
  .footer-links .column-5 {
    width: 50%;
    height: 185px;
  }
  
}

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

  .footer-links .column-1,
  .footer-links .column-2,
  .footer-links .column-3,
  .footer-links .column-4,
  .footer-links .column-5 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
    float: left;
  }

  .footer-links .copy .social {
    text-align: center;
  }
  
}



/* =============================================================================
   Common Page Elements
============================================================================= */

.intro {
  text-align: center;
  background: #2b73af;
  background: radial-gradient(circle at bottom right,#5c98cb 0, #2b73af 80%);
}

.stars {
  background: url('https://s3-us-west-2.amazonaws.com/i.rocketbolt.com/website/stars%402x.png') repeat-x center top;
  background-size: 1212px 251px;
  background-position: 10px 15px;
}



/* =============================================================================
   Modular Content Block: Testimonials Slider
============================================================================= */

.testimonials {
  padding: 65px 0;
}

  .testimonials .row {
    max-width: 980px;
  }

.testimonials-content {
  min-height: 100px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  background: #FFF;
  padding: 40px 80px 0;
  margin-bottom: 10px;
}

.testimonials-cell {
  width: 100%;
  min-height: 80px;
  display: none;
  position: relative !important;
  left: 0% !important;
}

  .testimonials-cell.is-selected {
    display: block;
  }

/* Next/Prev arrow nav */
.flickity-prev-next-button {
  width: 32px;
  height: 32px;
  top: 75%;
  color: #d5d5d5;
}

  .flickity-prev-next-button.next {
    right: 0;
  }

  .flickity-prev-next-button.previous {
    left: 0;
  }

/* Bottom nav */
.testimonials-nav {
  list-style: none;
  text-align: center;
  margin: 32px auto 0;
  padding: 0;
}

.testimonials-nav li {
  max-width: 200px;
  font-size: 20px;
  color: #1c1c1c;
  text-align: left;
  padding-left: 70px;
  margin-left: 5%;
  opacity: .3;
  display: inline-block;
  position: relative;
}

  .testimonials-nav li:first-child {
    margin-left: 0;
  }

    .testimonials-nav li.is-selected {
      opacity: 1;
    }

    .testimonials-nav li:hover {
      opacity: 1;
      cursor: pointer;
    }

.testimonials-nav .t-avatar {
  width: 54px;
  position: absolute;
  left: 0;
}

.t-avatar-name {
  font-size: 13px;
  font-weight: 700;
  color: #1c1c1c;
  display: block;
  margin: 0;
  padding: 10px 0 0;
}

.t-avatar-company {
  font-size: 12px;
  font-weight: 200;
  color: #777;
  display: block;
  margin: 0;
  padding: 0px 0 0;
}


/* Media Queries */
@media only screen and (max-width: 900px) {
  
  .testimonials-content {
    font-size: 18px;
    line-height: 30px;
    padding: 40px 70px 0;
    margin-bottom: 10px;
  }

}

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

  .testimonials {
    padding: 15px 0 55px;
  }
  
  .testimonials-content {
    font-size: 15px;
    line-height: 24px;
    padding: 40px 55px 0;
    margin-bottom: 10px;
  }

  .testimonials-nav li {
    max-width: 200px;
    font-size: 20px;
    padding-left: 50px;
    margin-left: 5%;
  }

  .testimonials-nav .t-avatar {
    width: 40px;
  }

  .t-avatar-name {
    font-size: 11px;
    padding: 10px 0 0;
  }

  .t-avatar-company {
    font-size: 10px;
    padding: 0px 0 0;
  }

}

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

  .testimonials {
    padding: 15px 0 35px;
  }
  
  .testimonials-content {
    font-size: 14px;
    line-height: 22px;
    padding: 40px 40px 0;
    margin-bottom: 10px;
  }

  .testimonials-nav li {
    text-align: center;
    padding-left: 0;
    display: none;
  }

  .testimonials-nav li.is-selected {
    display: block;
    margin: 0 auto
  }

  .testimonials-nav .t-avatar {
    width: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

}



/* =============================================================================
   Modular Content Block: CTA Conversion - Above Footer
============================================================================= */

.pre-footer-convert {
  background: #f9f9fa;
  padding: 50px 20px 65px;
  position: relative;
  margin-top: 35px;
}

.pre-footer-convert h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #1c1c1c;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/*---- CTA btn ----*/
.pre-footer-cta {
  text-align: center;
  margin: 42px auto 0;
  display: block;
}

  .pre-footer-cta .pre-footer-cta-btn {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 12px 22px;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }

    .pre-footer-cta .pre-footer-cta-btn:hover {
      opacity: .9;
      color: #FFF;
    }

    .pre-footer-cta i {
      font-size: 20px;
      font-weight: normal;
    }


@media only screen and (max-width: 900px) {
  
  .pre-footer-convert h2 {
    font-size: 20px;
    line-height: 30px;
  }

}

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

  .pre-footer-convert {
    padding: 35px 20px 50px;
    margin-top: 25px;
  }
  
  .pre-footer-convert h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .pre-footer-cta {
    margin: 34px auto 0;
  }

  .pre-footer-cta .pre-footer-cta-btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
  }

  .pre-footer-cta i {
    font-size: 18px;
    font-weight: normal;
  }

}

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

  .pre-footer-convert {
    padding: 35px 20px 50px;
    margin-top: 25px;
  }
  
  .pre-footer-convert h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .pre-footer-cta {
    margin: 30px auto 0;
  }

  .pre-footer-cta .pre-footer-cta-btn {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
  }

  .pre-footer-cta i {
    font-size: 18px;
    font-weight: normal;
  }

}



/* =============================================================================
   Modular Content Block: Need Help Modal (fixed position, 25 sec. delay)
============================================================================= */

.need-help-modal {
  width: 100%;
  max-width: 216px;
  height: 250px;
  /*border: 10px solid rgba(255,255,255,0.7);*/
  text-align: center;
  background: #f0f4f8;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .11);
  padding: 20px;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999999999;
  visibility: hidden;
}

  .need-help-modal.modal-show {
    visibility: visible;
    opacity: 1;
  }

    .modal-transition {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }

    .modal-show.modal-transition {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }

  .need-help-modal .modal-close-btn {
    font-size: 16px;
    font-weight: 200;
    color: #7e8690;
    position: absolute;
    right: 15px;
    top: 5px;
    text-decoration: none;
    cursor: pointer;
  }

    .need-help-modal .modal-close-btn:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }


/*---- Need Help Modal Content ----*/

.need-help-modal-avatar {
  width: 60px;
  position: relative;
  margin-top: -50px;
}

.need-help-modal h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}

.need-help-modal p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 16px 0 20px;
}

.need-help-modal-cta {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  background: #0075be;
  border-radius: 30px;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .11);
  padding: 6px 12px;
  margin: 24px auto 0;
  display: block;
}

  .need-help-modal-cta:hover {
    opacity: .9;
  }

    .need-help-modal-cta:visited {
      color: #FFF;
    }

.need-help-modal-no-thanks {
  font-size: 12px;
  color: #1c1c1c;
  font-weight: normal;
  text-decoration: underline;
  margin: 20px 0 0;
  display: block;
}

  .need-help-modal-no-thanks:hover {
    color: #000;
    text-decoration: underline;
  }



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

  /* Don't show on smaller resolutions */
  .need-help-modal.modal-show {
    visibility: hidden;
  }

}


/*---- Contact Us Button ----*/
.contact-us-btn {
  display: none; /* Don't show by default */
  position: fixed;
  bottom: 0;
  right: 30px;

  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

  .contact-us-btn.show {
    display: block; /* Show when triggered */
    animation-duration: 1s;
    animation-name: slideup_contactus;
  }

    @keyframes slideup_contactus {
      from {
        bottom: -50px;
      }

      to {
        bottom: 0;
      }
    }

.contact-us-btn a {
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  background: #0075be;
  border-radius: 3px 3px 0 0;
  padding: 8px 30px;
  float: left;
}

  .contact-us-btn a:hover {
    padding: 8px 30px 10px;
  }


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

    /* Don't show on smaller resolutions */
    .contact-us-btn.show {
      visibility: hidden;
    }

  }



/* =============================================================================
   Modular Content Block: Purchase Intent Popup (fixed position)
============================================================================= */

.purchase-intent-popup {
  max-width: 280px;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid #e6e9ee;
  border-radius: 40px;
  background-color: #FFF;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .18);
  padding: 6px 20px 6px 50px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
}

  .purchase-intent-popup .fa-stack {
    position: absolute;
    left: 6px;
    top: 2px;
  }

    .purchase-intent-popup .fa-circle {
      font-size: 42px;
      color: #1e96ee;
    }

    .purchase-intent-popup .fa-bolt {
      font-size: 20px;
      color: #ffd885;
      position: absolute;
      top: 5px;
      left: 3px
    }

  .purchase-intent-popup .action {
    font-weight: normal;
  }

  .purchase-intent-popup .location,
  .purchase-intent-popup .person {
    font-weight: 700;
    color: #1e96ee;
  }

  .purchase-intent-popup .time {
    font-size: 10px;
    color: #999;
    padding-left: 0px;
    white-space: nowrap;
  }



/* =============================================================================
   Home Page
============================================================================= */

.home .hero-intro {
  background: #2b73af;
  background: radial-gradient(circle at bottom right,#5c98cb 0, #2b73af 70%);
}

.home .stars {
  padding: 0; /* Clear Grid.css padding for .section */
}

.home .intro h1 {
  max-width: 845px;
  width: 90%;
  font-size: 42px;
  font-weight: 200;
  color: #FFF;
  line-height: 1.3;
  text-align: center;
  margin: 130px auto 0;
}

    .home .intro .tracked-lead-name {
      font-weight: bold;
      cursor: pointer; 
      position: relative;
      display: none;
    }
    
    /* ONLY show IF we have tracking data on lead */
    .home .lead-first-name-wrap {
      display: none;
    }

      .home .has-tracking .lead-first-name-wrap {
        cursor: pointer;
        position: relative;
        display: inline;
      }

        .home .has-tracking .lead-first-name-wrap:hover {
          opacity: .9;
        }

    .home .lead-first-name {
      line-height: 1;
      border-bottom: 1px dashed #FFF;
      padding; bottom: 0px;
      margin: 0;
      display: inline;
    }

      .home .lead-first-name-wrap span {
        width: 100px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        color: #1c1c1c;
        background: #fff;
        line-height: 28px;
        text-align: center;
        border-radius: 3px;
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -60px;
        animation: float 4s ease-in-out infinite;
        display: none;
      }

        .home .lead-first-name-wrap span:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -6px;
          width: 0; height: 0;
          border-top: 6px solid #fff;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
        }

      @keyframes float {
        0% {
          transform: translatey(0px);
        }
        50% {
          transform: translatey(-2px);
        }
        100% {
          transform: translatey(0px);
        }
      }

.home .intro h2 {
  max-width: 790px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  margin: 15px auto;
}

/* CTAs */
.home-demo-cta {
  text-align: center;
  margin: 45px auto 85px;
  display: block;
}

  .home-demo-cta .home-cta-btn {
  }

    .home-demo-cta i {
      font-size: 20px;
      font-weight: normal;
    }



/*---- Hero Slider ----*/
.hero-slide-nav {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 115px 0 5px;
}

.hero-slide-link {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin: 0 0 13px 6px;
  padding: 4px 20px;
  border-radius: 40px;
  display: inline-block;
}

  .hero-slide-link.is-active {
    background: #6ca0cb;
    color: #FFF;
    position: relative;
  }

    .hero-slide-link.is-active:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #6ca0cb transparent transparent transparent;
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -6px;
      margin-left: -10px;
    }

/* Slider Content */
.hero-slider-wrap {
  max-width: 1080px;
  width: 100%;
  height: 260px;
  text-align: center;
  background: url('https://s3-us-west-2.amazonaws.com/i.rocketbolt.com/website/home-slider-clouds%402x.png') no-repeat center bottom;
  background-size: 1070px 260px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: block;
}

.hero-slider {
  width: 512px;
  text-align: center;
  padding-top: 23px;
  margin: 0 auto;
  position: relative;
}

.hero-slider img {
  vertical-align: bottom;
}

/* Slider Controls */
.owl-next, .owl-prev {
  position: absolute;
  top: 50%;
  background: #6ca0cb;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: none; /* Hide until incorporated into design */
}

  .owl-prev {
    left: -25px;
    padding-right: 3px;
  }

  .owl-next {
    right: -25px;
    padding-left: 3px;
  }


/*---- Home Post-Hero Case Study Section ----*/
.home-subhero-nav {
  background: #f9f9fa;
  padding: 35px 0;
}

.home-subhero-nav .label-new {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  padding: 2px 10px 3px;
  border-radius: 30px;
  margin-right: 6px;
  margin-top: -1px;
  float: left;
}

  .home-subhero-nav .asset-title {
    font-size: 16px;
    font-weight: normal;
    color: #1c1c1c;
    line-height: 1;
    margin: 0;
    float: left;
  }

    .home-subhero-nav .asset-title:hover {
      color: #000;
      text-decoration: underline;
    }

.home-subhero-nav .asset-cta {
  font-size: 16px;
  font-weight: bold;
  color: #2b73af;
  line-height: 1;
  margin: 0;
  float: right;
}

  .home-subhero-nav .asset-cta:hover {
    opacity: .8;
    text-decoration: underline;
  }





/*---- Hero Media Queries ----*/
@media only screen and (max-width: 980px) {
  .home .intro h1 {
    font-size: 38px;
    padding-bottom: 10px;
  }

  .home .intro h3 {
  }
}

@media only screen and (max-width: 855px) {
  .home .intro h1 {
    font-size: 34px;
    padding-bottom: 0;
  }

  .home .intro h3 {
    max-width: 90%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .home .stars .row {
    padding: 0;
  }

  .home .intro h1 {
    font-size: 32px;
    padding-bottom: 0;
  }

  .home .intro h3 {
    max-width: 90%;
    font-size: 15px;
  }

  .home-subhero-nav {
    padding: 25px 0;
  }

  .home-subhero-nav .label-new {
    font-size: 12px;
    text-align: center;
    float: none;
    display: none;
  }

  .home-subhero-nav .asset-title {
    font-size: 14px;
    text-align: center;
    display: block;
    float: none;
  }

  .home-subhero-nav .asset-cta {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    display: block;
    float: none;
  }

}

@media only screen and (max-width: 550px) {
  .home .intro {
    min-height: 350px;
  }

  .home .intro h1 {
    font-size: 34px;
    width: 90%;
    padding-bottom: 0;
  }

  .home .intro h3 {
    max-width: 90%;
    font-size: 14px;
  }

  .hero-slide-nav {
    display: none;
  }

  .hero-slider-wrap {
    display: none;
  }

}


@media only screen and (max-width: 480px) {
  .home .intro h1 {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  .home .intro ul {
    margin: 15px 0 25px;
  }

  .home .intro li a {
    margin: 0px auto 12px;
    width: 90%;
    display: block;
  }

}



/*---- Media Queries ----*/
@media only screen and (max-width: 860px) {
  
}


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

}


/* =============================================================================
   Home Page Demo Request Modal (pops up when user clicks their name)
============================================================================= */

.home-overlay {
  opacity: .5;
  position: fixed; /* Don't go anywhere if user starts scrolling */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
  z-index: 999999998; /* Just below modal content */
}

.home-modal {
  visibility: hidden;
}

  .home-demo-modal-content {
    width: 100%;
    max-width: 540px;
    height: 450px;
    background: #FFF;
    border-radius: 4px;
    text-align: center;
    position: fixed; /* Don't go anywhere if user starts scrolling */
    left: 50%;
    margin-left: -270px;
    top: 15%;
    overflow: hidden;
    z-index: 999999999; /* Just above overlay */
  }

    .home-modal .modal-close-btn {
      font-size: 18px;
      font-weight: 200;
      color: #FFF;
      position: absolute;
      right: 15px;
      top: 5px;
      text-decoration: none;
      cursor: pointer;
    }

      .home-modal .modal-close:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
      }

.modal-show {
  visibility: visible;
}

.modal-transition {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-show .modal-transition {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


/*---- Demo Modal Content ----*/

.home-demo-modal-content h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 34px 0 20px;
}

.home-demo-modal-content p {
  font-size: 18px;
  color: #9fa4a8;
  line-height: 28px;
  font-weight: bold;
  max-width: 450px;
  margin: 0 auto;
}

.home-demo-modal-content .demo-modal-cta {
  width: 280px;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 0;
  margin: 30px auto 38px;
  display: block;
}

  .home-demo-modal-content .demo-modal-cta:hover {
    opacity: .9;
  }

.home-demo-modal-content .modal-close-text {
  font-size: 13px;
  color: #9fa4a8;
  font-weight: normal;
}

  .home-demo-modal-content .modal-close-text:hover {
    color: #1c1c1c;
  }


  

@media (max-width : 550px) {

  .home-demo-modal-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    position: fixed;
  }
  
  .modal-transition {
    -webkit-transform: translateX(-0) translateY(150%);
    -moz-transform: translateX(-0) translateY(150%);
    -ms-transform: translateX(-0) translateY(150%);
    transform: translateX(-0) translateY(150%);
  }
  
}



/* =============================================================================
   About Page
============================================================================= */

.about .team-top {
  text-align: center;
}

.about .team-top h1 {
  font-size: 44px;
  font-weight: 200;
  margin: 140px 0 15px;
}

.about .team-top p {
  max-width: 700px;
  font-size: 20px;
  margin: 0 auto 75px;
  color: #8c8b8e;
}


/*---- Member Profile Info ----*/
.about .profile {
  text-align: center;
  margin-bottom: 35px;
}

.about .profile-img {
  display: inline-block;
  border-radius: 100%;
  background-clip: padding-box;
}

.about .profile img {
  position: relative;
  z-index: -1;
  vertical-align: middle;
  border-radius: 100%;
  background-clip: padding-box;
}

.about .profile h3 {
  font-size: 18px;
  color: #242424;
  margin-top: 20px;
}

.about .profile h4 {
  font-size: 14px;
  font-weight: 200;
  color: #242424;
  margin-top: 7px;
}

/* Social Icons */
.about .profile ul {
  margin-top: 7px;
  text-align: center;
}

.about .profile li {
  display: inline-block;
}

.about .profile li a i {
  font-size: 16px;
  margin: 0 8px 0 0;
  color: #E4E4E4;
  border: 1px solid #E4E4E4;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

/* Twitter Hover */
.about .profile li a i.fa-twitter:hover {
  color: #FFF;
  background: #34a6dd;
  border-color: #34a6dd;
}

/* LinkedIn Hover */
.about .profile li a i.fa-linkedin:hover {
  color: #FFF;
  background: #11709e;
  border-color: #11709e;
}

/* Email Hover */
.about .profile li a i.fa-envelope:hover {
  color: #FFF;
  background: #f46268;
  border-color: #f46268;
}



/*---- Investment Partners ----*/
.about .investment-partners {
  background: #f7f8f9;
}

.about .investment-partners h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 64px 0;
}

.about .investment-partners img {
  text-align: center;
  margin: 0 auto 45px;
  position: relative;
  display: block;
}


/*---- Investor Info ----*/
.about .investors {
  background: #FFF;
  margin: 64px 0 0;
}

.about .investors-top {
  text-align: center;
}

.about .investors-top h2 {
  font-size: 26px;
  font-weight: 200;
  margin: 64px 0;
}



/* =============================================================================
   Pricing Page V2 (current)
============================================================================= */
/*---- Page Title ----*/
.pricing-2 .title {
  text-align: center;
  padding-bottom: 30px;
}

  .pricing-2 .title h1 {
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #1c1c1c;
    margin: 135px auto 0;
  }

    .pricing-2 .title p {
      font-size: 18px;
      color: #75858f;
      margin: 0 auto 10px;
    }


/*---- Price Toggle & Slider Section ----*/
.toggle-pricing {
  text-align: center;
  margin-top: 0;
}

.toggle-pricing a {
  min-width: 140px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #687d92;
  background: #FFF;
  border: 1px solid #e6e9ee;
  border-radius: 26px;
  padding: 8px 15px;
  margin: 0 0 15px;
  position: relative;
  display: inline-block;
}

  .toggle-pricing a:hover {
    color: #1c1c1c;
    background: #FFF;
    border: 1px solid #1c1c1c;
  }
  
    /* When either 'monthly' or 'yearly' active */
    .toggle-pricing a.active {
      font-weight: bold;
      color: #2b73af;
      background-color: #FFF;
      border: 1px solid #2b73af;
    }

      /* This is the "or" text */
      .toggle-pricing span {
        font-size: 12px;
        color: #687d92;
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
        display: inline!important;
      }
  
/* 20% discount bubble */
.toggle-pricing .discount-bubble {
  font-size: 11px;
  color: #FFF;
  line-height: 1;
  background-color: #ffa101;
  padding: 5px 10px;
  border-radius: 2px;
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: .5;
}

  .toggle-pricing .discount-bubble::before {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid #ffa101;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(-50%,-50%);
  }

/* When yearly pricing is toggled */
.toggle-pricing .active .discount-bubble {
  opacity: 1;
}


/*---- Pricing Slider ----*/
.range-holder {
  width: 100%;
  max-width: 945px;
  margin-top: 65px;
}

.dragdealer {
  position: relative;
  height: 8px; /* 2px greater than the .slider-stripe */
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ced9df;
}

  /* Shaded slider BG */
  .slider-stripe {
    height: 6px;
    background: #3dcd8d;
    border-radius: 8px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* Handle to drag slider */
  .slider-handle {
    position: absolute;
    top: 0;
    left: 0;
  }

    /* Dragging UI element */
    .slider-square {
      font-size: 20px;
      color: #ced9df;
      line-height: 1;
      text-align: center;

      width: 42px;
      height: 26px;
      background: #FFF;
      border: 1px solid #ced9df;
      border-radius: 4px;
      padding-top: 2px;

      margin-top: -10px;
      margin-left: -10px;
      cursor: pointer;

      position: absolute;
      top: 0;
      left: 0; 
    }

      /* Add shadow on MouseDown */
      .slider-square.shadow,
      .slider-square.shadow .slider-infobox {
        box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
      }


    .slider-infobox {
      font-size: 14px;
      color: #1c1c1c;
      line-height: 1;
      text-align: center;
      white-space: nowrap;

      background: #FFF;
      border: 1px solid #ced9df;
      border-radius: 3px;
      padding: 5px 12px;

      position: absolute;
      top: 0;
      left: -50%;
      margin-top: -36px;
      margin-left: -9px;
    }

      .slider-infobox:before,
      .slider-infobox:after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-top: 0;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #FFF transparent transparent transparent;
      }
      
        .slider-infobox:before {
          margin-top: 1px;
          border-color: #ced9df transparent transparent transparent;
        }

      .slider-infobox.hide {
        display: none;
      }
  
  
/* Pricing Sentence */
.pricing-statements {
  font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
  font-size: 30px; 
  color: #1c1c1c; 
  line-height: 1.4;
  text-align: center;
  margin-top: 55px;
}

  .pricing-statements .pr-standard,
  .pricing-statements .pr-startups,
  .pricing-statements .pr-enterprise {
    display: none;
  }

    .pricing-statements .show {
    display: block;
    }



  .pricing-statements .slider-number-of-leads,
  .slider-monthly-starting-price,
  .slider-yearly-starting-price {
    font-weight: bold;
    color: #3dcd8d;
    line-height: 1;
    display: inline-block;
  }

    .slider-monthly-starting-price,
    .slider-yearly-starting-price {
      display: none;
    }

      .js-monthly-pricing-show .slider-monthly-starting-price,
      .js-yearly-pricing-show .slider-yearly-starting-price {
        display: inline-block;
      }


.pricing-statements a {
}

  .pricing-statements a:hover {
    border-bottom: 1px solid #4697ce;
    transition: all 0.10s ease 0s;
  }

/* Image of mail envelope */
.pricing-statements a img {
  width: 30px;
}


/*---- Pricing Tooltips ----*/
.pricing-tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.pricing-tooltip {
  width: 180px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFF !important;
  text-align: left;
  white-space: wrap;

  background: #3dcd8d;
  border: 1px solid #3dcd8d;
  border-radius: 3px;
  padding: 12px 12px;

  position: absolute;
  bottom: 116%;
  left: -50%;
  margin-left: -35px;

  display: none;
}

  .pricing-tooltip:before,
  .pricing-tooltip:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3dcd8d transparent transparent transparent;
  }

    .pricing-tooltip:before {
      border-color: #3dcd8d transparent transparent transparent;
      margin-top: 1px;
    }

  .pricing-tooltip .slider-number-of-leads {
    color: #FFF;
  }

  .pricing-tooltip-container:hover .pricing-tooltip {
    display: block;
  }


/*---- Post Pricing Statement Message ----*/
.post-statement-message {
  color: #687d92;
  text-align: center;
  margin: 25px 0 35px;
}


/*---- Pricing Demo Request CTA ----*/
.pricing-demo-cta {
  text-align: center;
  margin: 50px auto 0;
  display: block;
}

  .pricing-demo-cta .pricing-cta-btn {
    
  }

    .pricing-demo-cta .pricing-cta-btn:hover {
      opacity: .9;
    }

    .pricing-demo-cta i {
      font-size: 20px;
      font-weight: normal;
    }

  .pricing-demo-cta p {
    font-size: 14px;
    color: #687d92;
    padding-top: 10px;
  }

    .pricing-demo-cta p a {
      color: #2b73af;
      font-style: italic;
    }

      .pricing-demo-cta p a:hover {
        text-decoration: underline;
      }


/*---- Pricing Full Features Section ----*/
.pricing-features {
  margin-top: 35px;
}

.pricing-features h3 {
  text-align: center;
  padding-top: 35px;
}

.pricing-features header {
  width: 100%;
  height: 40px;
  padding: 0 17px;
  border-radius: 3px;
  background-color: #f1faf6;
  /*background-color: rgba(53,188,111,0.06);*/
  margin: 55px 0 10px;
}

  .pricing-features header h5 {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
  }

.pricing-features ul {
  width: 100%;
  list-style: none;
}

  .pricing-features ul li {
    min-height: 50px;
    padding: 15px 0 15px 21px;
    border-bottom: 1px solid #EEF2F2;
    align-items: center;
    color: #3A4763;
    line-height: 1.4;
  }

    .pricing-features ul li:last-of-type {
      border-bottom: 0;
    }

    .pricing-features .fa-question-circle {
      font-size: 14px;
      color: #5b96c7;
    }

      .pricing-features .fa-question-circle:hover {
        cursor: help;
      }  

.pricing-features ul .list-right {
  padding-right: 20px;
  float: right;
}

  .pricing-features ul .fa-check {
    color: #3dcd8d;
  }



/* =============================================================================
   Pricing Page V1 (old)
============================================================================= */

.pricing .intro h1 {
  font-size: 34px;
  font-weight: 200;
  color: #FFF;
  margin: 105px 0 4px;
}

  .pricing .intro p {
    font-size: 18px;
    color: #aec7df;
    margin: 0 auto 10px;
  }

    .pricing .intro p a,
    .pricing .intro p a:visited {
      color: #fff;
    }

      .pricing .intro p a:hover {
        text-decoration: underline;
      }

/*---- Plans ----*/
.pricing .plan-wrap {
  max-width: 965px;
  padding-bottom: 20px;
  margin-top: 65px;
}

/* Tiers */
.plan-tier {
  min-height: 620px;
  width: 29.33%; /* Going off the grid ;) */
  margin-right: 6%;
  text-align: center;
  border: 1px solid #e6e9ee;
  padding: 0;
  display: block;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}

.plan-tier:last-child {
  margin-right: 0;
}

/* Plan Headers */
.plan-tier h3 {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e9ee;
  padding: 18px 0;
  margin: 0;
}

  .plan-tier.plan-one h3 {
    color: #FFF;
    background: #82b5e0;
  }

  .plan-tier.plan-two h3 {
    color: #FFF;
    background: #2b73af;
  }

/* Temp Placeholder */
.temp-pricing-soon {
  font-size: 22px;
  color: #2b73af;
  padding: 40px 0 23px;
  position: relative;
  display: block;
}

.pricing-plan-price {
  font-size: 14px;
  color: #687d92;
  margin-top: 15px;
  overflow: hidden;
}

  .plan-tier .dollar {
    font-size: 26px;
    color: #2b73af;
    line-height: 2.3;
    vertical-align: top;
  }

  .plan-tier .plan-price {
    font-size: 48px;
    font-weight: 400;
    color: #2b73af;
    letter-spacing: -3px;
    margin: 0;
    padding: 0;
  }

  .plan-tier .plan-frequency {
    font-size: 18px;
    color: #2b73af;
    line-height: 2.7;
  }

  .plan-tier .plan-per-seat {
    width: 100%;
    height: 15px;
    font-size: 15px;
    color: #2b73af;
    line-height: 1;
    display: block;
    margin: -10px 0 12px 0;
    padding: 0;
    float: left;
  }

.pricing-plan-description {
  width: 100%;
  font-size: 13px;
  color: #687d92;
  position: relative;
  padding: 0 15px;
  margin: 0;
  overflow: hidden;
}

/*---- Plan CTA ----*/
.plan-tier .cta {
  width: 94%;
  padding: 0 15px;
  margin: 20px auto;
  display: block;
}

.plan-tier .cta a {
  padding: 9px 20px;
  display: block;
}

.plan-tier .cta a.line {
  color: #7ccc9e;
  background: #FFF;
  border: 1px solid #7ccc9e;
  padding: 8px 19px;
}

.plan-tier .cta a.line:hover {
  color: #FFF;
  background: #7ccc9e;
  border: 1px solid #7ccc9e;
}

/*---- Plan List ----*/
.plan-tier ul {
  border-top: 1px solid #e6e9ee;
  padding: 24px 0 12px;
}

.plan-tier ul li {
  color: #2c3331;
  font-size: 14px;
  padding: 0 0 14px;
}

.plan-tier li .detail {
  font-weight: 200;
  color: #2b73af;
}

.plan-tier ul.features {
  border-top: 1px solid #e6e9ee;
  padding: 25px 0 15px;
  margin-top: 10px;
}

.plan-tier ul.features li {
  color: #d0d7df;
}


@media handheld, only screen and (max-width: 768px) {

  .plan-tier {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .plan-tier:before, 
  .plan-tier:after {
    content:"";
    display:table;
  }

  .plan-tier:after {
    clear:both;
  }

  .plan-tier {
    *zoom: 1;
  }

}


/* Link to full features page */
.pricing .full-features {
  font-size: 17px;
  text-decoration: underline;
  text-align: center;
  margin-top: 20px;
  display: block;
}


/*---- Pricing FAQs ----*/
.pricing-faqs {
  border-top: 1px solid #e6e9ee;
  margin: 50px 0 75px;
}

.pricing-faqs .row {
  max-width: 965px;
}

  .pricing-faqs .col-six {
    padding-right: 20px;
  }

  .pricing-faqs .col-six:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 20px;
  }

.pricing-faqs h2 {
  text-align: center;
  margin-top: 70px;
}

.pricing-faqs h3 {
  font-size: 18px;
  margin: 75px 0 20px;
}

.pricing-faqs p {
  font-size: 14px;
  color: #687d92;
  line-height: 2;
  margin-bottom: 0px;
}



/* =============================================================================
   Pricing Comparison - Version 1
============================================================================= */

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

  .compare-top h1 {
    font-size: 34px;
    font-weight: 200;
    color: #2c3331;
    margin: 105px 0 4px;
  }

  .compare-top p {
    font-size: 16px;
    color: #2c3331;
    margin: 0 auto 10px;
  }

/*---- Comparison Table ----*/
.compare .table-wrap {
  margin: 35px 0 65px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on touch devices */
  position: relative;
}



/* Table */
.compare .table {
  width: 100%;
  max-width: 984px;
  min-width: 540px;
  font-size: 15px;
  color: #2c3331;
  border: 1px solid #e6e9ee;
  border-radius: 4px 0 4px 4px;
  background: #FFF;
  position: relative;
}

  /* Table Header */
  .compare .table.plans {
    border: 0;
  }

  .compare .table.plans li {
    border-top: 1px solid #e6e9ee;
  }

  .compare .table.plans .first {
    border-top-left-radius: 4px;
  }

  .compare .table.plans .last {
    border-right: 1px solid #e6e9ee;
    border-top-right-radius: 4px;
  }

/* Table Rows */
.compare .table-row {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

  .compare .table-row:before,
  .compare .table-row:after,
  .compare .table-row h3:before,
  .compare .table-row h3:after,
  .compare .table-row ul:before,
  .compare .table-row ul:after
  .compare .table-row li:before,
  .compare .table-row li:after {
    content: "";
    display: table;
  }

  .compare .table-row:after {
    clear: both;
  }

  .compare .table-row {
    *zoom: 1;
  }

/* Table Columns */
.compare .table-row .strong {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.compare .table-row h3,
.compare .table-row li {
  min-height: 51px;
  padding: 18px 6px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.compare .coming-soon h3,
.compare .coming-soon li {
  color: #e0e3e9;
}

  .compare .table-row h3 {
    width: 33.333333%;
    padding-left: 30px;
    float: left;
  }
  
  /* Infotips */
  .compare .table-row h3 .detail {
    border-bottom: 1px dotted #2c3331;
    cursor: pointer;
  }

  .compare .table-row h3 .fa-circle {
    font-size: 7px;
    color: #e6e9ee;
    position: absolute;
    top: 22px;
    left: 10px;
  }

  .compare .table-row ul {
    width: 66.666666%;
    float: left;
  }

  .compare .table-row li {
    width: 33.333333%;
    text-align: center;
    border-left: 1px solid #e6e9ee;
    float: left;
    display: block;
  }

  .compare .table-row li:last-child {
    margin: 0;
  }

    .compare .table-row li .detail {
      font-weight: 700;
      color: #2b73af;
      border-bottom: 1px dotted #2b73af;
    }

/*---- Check Marks ----*/
.compare .table-row .fa-check {
  font-size: 18px;
  color: #7ccc9e;
}

.compare .table-row .fa-close {
  font-size: 18px;
  color: #f26268;
}

/*---- Scrolling Table ----*/
.js-pricing-scroll-right {
  /* small right arrow that indicates it's possible to scroll right */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  z-index: 6;
  -webkit-animation: scroll-right 1.5s infinite;
  -moz-animation: scroll-right 1.5s infinite;
  animation: scroll-right 1.5s infinite;
}

  .js-pricing-scroll-right.js-pricing-scroll-right-end {
    display: none;
  }

.js-pricing-fade-right {
  /* White color gradient on the right */
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 75px;
  background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
  pointer-events: none;
}
  /* Remove fade when scrolled to end */
  .js-pricing-table-end {
    display: none;
  }

@media only screen and (min-width: 540px) {
  .js-pricing-fade-right {
    /* White color gradient on the right */
    display: none;
  }

  .js-pricing-scroll-right {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .compare .table-row h3,
  .compare .table-row li {
    font-size: 12px;
  }

  .compare .table-row h3 .detail {
    /* border-bottom: none; */
  }
}


@-webkit-keyframes scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
  }
}
@-moz-keyframes scroll-right {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  50% {
    -moz-transform: translateX(3px);
  }
}
@keyframes scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}



/* =============================================================================
   Contact Page
============================================================================= */

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

.contact .contact-top h1 {
  font-size: 44px;
  font-weight: 200;
  margin: 140px 0 15px;
}

.contact .contact-top p {
  max-width: 700px;
  font-size: 20px;
  margin: 0 auto 25px;
  color: #8c8b8e;
}

.contact .form-wrap {
  width: 100%;
  max-width: 640px;
  margin: 35px auto 35px;
}



/* =============================================================================
   Access Pages
============================================================================= */

.access .form-wrap {
  width: 100%;
  max-width: 348px;
  margin: 35px auto 35px;
}

.access h2 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 103px;
}

.access p {
  text-align: center;
}

/*---- Form Styles ----*/
.access input.user-form-button {
  font-size: 16px;
}

.access label.terms {
  font-size: 14px;
}

/* Access Error Message */
#access-error-msg {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 20px;
  display: block;
  background: #e04141;
  border-radius: 2px;
  margin-bottom: 15px;
}

/*---- Singin Page ----*/
.access.signin {
  margin-top: 50px;
}



/* =============================================================================
   Sign In Page (Includes sign in, forgot password, and password reset)
============================================================================= */

.sign-in .sign-in-form {
  margin-top: 103px;
}

.sign-in h2 {
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
}

/*---- Form Styles ----*/
.sign-in .form-wrap {
  width: 100%;
  max-width: 400px;
  margin: 35px auto;
}

.sign-in form fieldset label {
    color: #FFF;
}

.sign-in .forgot-password {
  font-size: 12px;
  color: #FFF;
  margin-top: 25px;
  float: right;
}

/* Error Message */
.sign-in .form-messages {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  .sign-in h2 {
    font-size: 24px;
  }
}



/* =============================================================================
   Demo Request Page (demo-request.php)
============================================================================= */

.demo-request-main {
  margin-top: 50px; /* Clear the topbar */
  padding-top: 70px;
}

.demo-request-main .row {
  max-width: 980px;
}

  .demo-request h2 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 45px;
  }

/*---- Demo Request Messaging ----*/
.demo-request-copy {
  padding-right: 30px;
}

  .demo-request-computer-img {
    margin: 0 0 25px;
    width: 100%;
  }

  .demo-request h3 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 15px;
  }

  .demo-request p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #777;
    padding-left: 2px;
    margin-top: 24px;
  }

/* Value Prop checklist */
.demo-request .check-list {
  max-width: 480px;
  margin: 30px 0px 36px;
  padding: 0px;
}

  .demo-request .check-list li {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 25px;
  }

  .demo-request .check-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #58be83;
    font-size: 16px;
    margin-left: -20px;
    margin-right: 2px;
    line-height: 0;
  }

/*---- Sign Up Form ----*/
.demo-request-main .form-wrap {
  padding-left: 15px;
}

  .demo-request-main .form-wrap input[type="submit"] {
    margin-top: 15px;
  }
  
  .demo-request-main .form-help {
    margin: 0;
  }

  .demo-request-main .form-terms {
    margin-top: 14px;
    font-size: 12px;
    color: #999;
  }

/*---- Customer Logos ----*/
.demo-request .customer-logos {
  margin: 35px 0 25px;
  width: 100%;
}

  .demo-request .customer-logos h3 {
    text-align: center;
  }

  .demo-request .customer-logos-img {
    margin-top: 25px;
  }


/*---- Media Queries ----*/
@media only screen and (max-width: 880px) {
  .demo-request h2 {
    font-size: 36px;
  }

  .demo-request p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .demo-request h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 768px) {
  .demo-request-main {
    padding-top: 70px;
  }

  .demo-request h2 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 25px;
  }

  .demo-request p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 540px) {
  .demo-request h2 {
    font-size: 28px;
  }

  .demo-request p {
    font-size: 13px;
  }
}



/* =============================================================================
   Contact Me Page (contact-me.php)
============================================================================= */

.contact-me-main {
  margin-top: 50px; /* Clear the topbar */
  padding-top: 70px;
}

.contact-me-main .row {
  max-width: 980px;
}

  .contact-me h2 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 45px;
  }

/*---- Demo Request Messaging ----*/
.contact-me-copy {
  padding-right: 40px;
}

  .contact-me h3 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 15px;
  }

  .contact-me p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #777;
    padding-left: 2px;
    margin-top: 24px;
  }

/*---- Sign Up Form ----*/
.contact-me-main .form-wrap {
}

  .contact-me-main .form-wrap input[type="submit"] {
    margin-top: 15px;
  }
  
  .contact-me-main .form-help {
    margin: 0;
  }

  .contact-me-main .form-terms {
    margin-top: 14px;
    font-size: 12px;
    color: #999;
  }


/*---- Media Queries ----*/
@media only screen and (max-width: 880px) {
  .contact-me h2 {
    font-size: 36px;
  }

  .contact-me p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .contact-me h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-me h3 {
    font-size: 26px;
  }

  .contact-me .form-wrap h3 {
    font-size: 18px;
  }

  .contact-me p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 540px) {
  .contact-me h2 {
    font-size: 28px;
  }

  .contact-me p {
    font-size: 13px;
  }
}




/* =============================================================================
   Get Started Page (get-started.php)
============================================================================= */

.get-started-main {
  margin-top: 50px; /* Clear the topbar */
  padding-top: 70px;
}

.get-started-main .row {
  max-width: 980px;
}

  .get-started h2 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 45px;
  }

/*---- Demo Request Messaging ----*/
.get-started-copy {
  padding-right: 40px;
}

  .get-started h3 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #2b73af;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 15px;
  }

  .get-started p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #777;
    padding-left: 2px;
    margin-top: 24px;
  }

/* Value Prop checklist */
.get-started .check-list {
  max-width: 480px;
  margin: 30px 0px 36px;
  padding: 0px;
}

  .get-started .check-list li {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 25px;
  }

  .get-started .check-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #58be83;
    font-size: 16px;
    margin-left: -20px;
    margin-right: 2px;
    line-height: 0;
  }


/*---- Sign Up Form ----*/
.get-started-main .form-wrap {
  margin-top: 4px;
}

  .get-started-main .form-wrap input[type="submit"] {
    margin-top: 15px;
  }
  
  .get-started-main .form-help {
    margin: 0;
  }

  .get-started-main .form-terms {
    margin-top: 14px;
    font-size: 12px;
    color: #999;
  }


/*---- Customer Logos ----*/
.get-started .customer-logos {
  margin: 35px 0 25px;
  width: 100%;
}

  .get-started .customer-logos h3 {
    text-align: center;
  }

  .get-started .customer-logos-img {
    margin-top: 25px;
  }


/*---- Media Queries ----*/
@media only screen and (max-width: 880px) {
  .get-started h2 {
    font-size: 36px;
  }

  .get-started p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .get-started h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-me h3 {
    font-size: 26px;
  }

  .get-started p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 540px) {
  .get-startedh2 {
    font-size: 28px;
  }

  .get-started p {
    font-size: 13px;
  }
}




/* =============================================================================
   Sign Up Page (sign-up.php)
============================================================================= */

.sign-up-main {
  margin-top: 68px; /* Clear the topbar */
  padding-top: 70px;
}

.sign-up-main .row {
  max-width: 940px;
}

/*---- Sign Up Messaging ----*/
.sign-up-copy {
  padding-right: 40px;
}

  .sign-up h2 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.3;
    margin-top: 0px;
  }

  .sign-up p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #777;
    padding-left: 2px;
    margin-top: 24px;
  }

  /* Customer Logos */
  .sign-up h3 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 19px;
    font-weight: 100;
    line-height: 1.3;
    margin-top: 40px;
  }

    .sign-up-customer-logos {
      margin: 15px 0 25px;
      width: 100%;
    }

/*---- Sign Up Form ----*/
.sign-up-main .form-wrap input[type="submit"] {
  margin-top: 15px;
}
  
  .sign-up-main .form-help {
    margin: 0;
  }

  .sign-up-main .form-terms {
    margin-top: 14px;
    font-size: 12px;
    color: #999;
  }

  /* Email Client Radios */
  .form-platform-radio {
    margin-bottom: 0;
  }

  .radio-img {
    height: 46px;
    cursor: pointer;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #d6d7db;
    border-radius: 2px;
    padding: 6px 0;
    margin-top: 10px;
    transition: border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  }

    .radio-img:hover {
      border: 1px solid #58a0c7;
    }

    .radio-img input {
      width: 14px;
      height: 15px;
      padding: 0px;
      margin: 8px 22px 0 20px;
      cursor: pointer;
      float: left;
    }

      .radio-img .gmail-radio-img {
        padding-top: 4px;
      }

      .radio-img .outlook-radio-img {
        padding-top: 3px;
      }

/*---- Sign Up Errors ----*/
.sign-up .form-messages {
  font-size: 12px;
  color: #f46268;
}

.signup-error {
  width: 100%;
  font-size: 12px;
  color: #f46268;
  float: left;
}


@media only screen and (max-width: 880px) {
  .sign-up h2 {
    font-size: 36px;
  }

  .sign-up p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .sign-up h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .sign-up-main {
    padding-top: 36px;
  }

  .sign-up p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 540px) {
  .sign-up h2 {
    font-size: 28px;
  }

  .sign-up p {
    font-size: 13px;
  }
}



/* =============================================================================
   Sign Up Thanks & Redirect to Gmail
============================================================================= */

.sign-up .sign-up-thanks {
  margin-top: 68px; /* Clear the topbar */
  padding-top: 70px;
}

  .sign-up-thanks h1 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 42px;
    font-weight: 100;
    text-align: center;
  }

/* Redirect Timer */
.install-redirect-timer {
  font-size: 22px;
  text-align: center;
  margin-top: 55px;
}

  .install-redirect-countdown {
    background: #fff;
    color: #FFF;
    background: #7ccc9e;
    border-radius: 50%;
  }

    .install-redirect-countdown:before,
    .install-redirect-countdown:after {
      content: '\200B';
      display: inline-block;
      line-height: 0px;
    }

      .install-redirect-countdown:before {
        padding-left:8px;
      }

      .install-redirect-countdown:after {
        padding-right:8px;
      }


@media only screen and (max-width: 1000px) {
  .sign-up-thanks h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .sign-up-thanks h1 {
    font-size: 28px;
  }

  .install-redirect-timer {
    font-size: 21px;
    margin-top: 36px;
  }
}

@media only screen and (max-width: 540px) {
  .sign-up-thanks h1 {
    font-size: 21px;
  }

  .install-redirect-timer {
    font-size: 20px;
    margin-top: 36px;
  }
}



/* =============================================================================
   Global Plugin Install Button
============================================================================= */

/* Add RB CTA */
  .gmail-plugin-install-btn,
  .gmail-plugin-install-btn:visited {
    width: 240px;
    color: #242424;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #d6d7db;
    border-radius: 3px;
    padding: 10px 0;
    margin: 26px auto 0;
    cursor: pointer;
    display: block;
    position: relative;
    transition: border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  }

    .gmail-plugin-install-btn:hover {
      border: 1px solid #58a0c7;
    }

  .gmail-plugin-install-btn .gmail-retry-logo {
    margin-top: -3px;
  }



/* =============================================================================
   Plugin Install Page
============================================================================= */

.sign-up .plugin-install {
  margin-top: 68px; /* Clear the topbar */
  padding-top: 70px;
}

  .plugin-install h1 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 42px;
    font-weight: 100;
    text-align: center;
  }

  .plugin-install p {
    max-width: 600px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: normal;
    color: #777;
    text-align: center;
    margin: 20px auto 0;
  }

/* Retry Error (seriously, install the thing!) */
.sign-up .plugin-install-message {
  width: 100%;
  font-size: 16px;
  color: #b94a48;
  text-align: center;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  padding: 1em;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}



/* =============================================================================
   Sign Up Install Retry Page
============================================================================= */

.sign-up .sign-up-install-retry {
  margin-top: 68px; /* Clear the topbar */
  padding-top: 70px;
}

  .sign-up-install-retry h1 {
    font-family: 'OpenSansLight', 'OpenSansRegular', Arial, sans-serif;
    font-size: 42px;
    font-weight: 100;
    text-align: center;
  }

  .sign-up-install-retry p {
    max-width: 600px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: normal;
    color: #777;
    text-align: center;
    margin: 20px auto 0;
  }

/* Retry Error (seriously, install the thing!) */
.gmail-plugin-retry-error {
  width: 100%;
  font-size: 16px;
  color: #b94a48;
  text-align: center;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  padding: 1em;
  margin-bottom: 0.75rem;
  border-radius: 4px;
  display: none;
}



/* =============================================================================
   Plugin Uninstall Feedback Page
============================================================================= */

.feedback .feedback-form {
  margin-top: 103px;
}

.feedback .form-wrap {
  width: 100%;
  max-width: 480px;
  margin: 35px auto;
}

.feedback h2 {
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
}

/*---- Form Styles ----*/
.feedback form fieldset label {
    color: #FFF;
}

.feedback input.user-form-button {
  font-size: 16px;
}

/* Error Message */
.feedback .form-messages {
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  .feedback h2 {
    font-size: 18px;
  }
}



/* =============================================================================
   Sales Calculator Honeypot Page
============================================================================= */

.calculator .calculator-main {
  margin-top: 103px;
}

.calculator .calculator_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

/* Calculator begin CTA */
.calculator .calculator-start {
  cursor: pointer;
}

  .calculator .calculator-start:hover {
    text-decoration: underline;
  }

/* Question Step Counter */
.calculator #step {
  font-weight: normal;
  color: #FFF;
  position: absolute;
  left: 42px;
  top: -30px;
  -webkit-transition: 2s;
  transition: 2s;
}

  .calculator #step::before {
    content: 'Step';
    position: absolute;
    z-index: 1;
    left: -40px;
  }

  .calculator #step::after {
    content: 'of 4';
    position: absolute;
    z-index: 1;
    right: -33px;
  }

/* Step Transition operators */
.calculator .sleep {
  opacity: 0;
}

.calculator .rest {
  height: 0;
  opacity: 0;
}

.calculator .wake {
  opacity: 1;
}

.calculator .calculator-main p {
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  text-align: center;

  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: 1s ease-out .5s;
  transition: 1s ease-out .5s;
}

.calculator #type {
  height: auto;
  margin: 90px 0;
}

.calculator .collapsed {
  height: 0;
}

/*---- Calculator Form Fields ----*/
.calculator [contenteditable] {
  color: hsl(330, 10%, 50%);
  border: 0 solid hsl(330, 10%, 50%);
  border-width: 0 .1rem;
  padding: 0 1em;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

  .calculator [contenteditable]:focus {
    color: hsl(30, 100%, 75%);
    border-color: hsl(330, 10%, 50%);
  }

/* Final Form CTA */
.calculator input[type=button] {
  position: relative;
  top: 0rem;
  margin-top: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(330, 10%, 25%);
  background: transparent;
  border: .2rem solid hsl(330, 10%, 25%);
  border-radius: .75rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 0 hsl(330, 10%, 5%);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  cursor: pointer;
}

  .calculator input[type=button]:hover {
    top: -.5rem;
    color: hsl(30, 100%, 75%);
    border: .2rem solid hsl(30, 100%, 75%);
    box-shadow: 0 .5rem 0.5rem hsl(330, 10%, 5%);
  }

.calculator input[type=text],
.calculator input[type=email] {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: hsl(30, 100%, 75%);
  padding: 15px 15px;
  border: none;
  border-bottom: 5px solid rgba(19, 36, 86, 0.5);
  background: rgba(69, 103, 137, 0.8);
  width: 260px;
  margin-top: 20px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}


/*---- Media Queries ----*/
@media only screen and (max-width: 768px) {
  .calculator h2 {
    font-size: 18px;
  }
}



/* =============================================================================
   Overlays
============================================================================= */

/*---- General Overlay Styles ----*/
.support-modal {
  display: none;

  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: background .35s;
  transition-delay: .1s;
}
  /* Show overlay */
  .support-modal.show {
    display: block;
    /* Add animations here */
  }

/* Close button */
.support-modal .overlay-close {
    color: #777;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 12px;
    display: block;
  }

    .support-modal .overlay-close:hover {
      color: #242424;
    }

/* Default Content Styling */
.support-modal .support-content {
  width: 440px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  margin-left: -220px;
  padding: 44px 40px;
  position: absolute;
  left: 50%;
  top: 20%;
}

  .support-modal .support-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
  }

  .support-modal .support-content p {
    font-size: 16px;
    font-weight: normal;
    color: #777;
    margin-top: 12px;
  }

  
/*---- Media Queries ----*/



/*---- Safari Install Help ----*/
#safari-install-overlay {
  display: none;

  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;

  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

  /* Show overlay */
  #safari-install-overlay.show {
    display: block;
  }

.help-content {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 101;
  font-size: 20px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px 10px 20px 24px;
}

  .help-content:after {
    bottom: 100%;
    right: 76px;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
  }

.safari-install-img {
  display: block;
  margin: 0px auto;
  margin: 10px 0 20px;
}

#safari-install-overlay h3 {
  font-size: 18px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  margin: 0 0 15px 0;
}

#safari-install-overlay p {
  font-size: 14px;
}

  #safari-install-overlay a {
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    padding-top: 10px;
    float: left;
  }

  #safari-install-overlay a:hover {
    text-decoration: underline;
  }

    #safari-install-overlay a i {
      display: inline;
    }



/* =============================================================================
   Major Notices/Alerts
============================================================================= */

.major-notice {
  width: 66%;
  background-color: #f46268;
  color: #fff;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
  position: fixed;
  bottom: 0;
  right: 17%;
  z-index: 9999999999;
  display: none;
}

  .major-notice.show {
    display: block;
  }

.major-notice-close {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: 7px;
}

  .major-notice p {
    color: #fff;
    text-align: center;
    margin: 0;
  }

  .major-notice a {
    color: #fff;
    text-decoration: underline;
  }

  .major-notice a:hover {
    text-decoration: none;
    color: #fbcdba;
  }



/* =============================================================================
   Support Page
============================================================================= */

.support .intro {
  text-align: center;
  background: #2b73af;
  background: radial-gradient(circle at bottom right,#5c98cb 0, #2b73af 80%);
}

  .support .intro h1 {
    font-size: 34px;
    font-weight: 200;
    color: #FFF;
    margin: 105px 0 4px;
  }


/*---- FAQ Content ----*/
.faq {
  width: 90%;
  max-width: 1080px;
  margin: 45px auto 65px;
  position: relative;
  box-shadow: none;
}
.faq:after {
  content: "";
  display: table;
  clear: both;
}

.faq-categories {
  width: 200px;
  float: left;
  border: 1px solid #e6e9ee;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.faq-categories .selected {
  color: #2b73af;
  background: #f3f4f6;
}

  .faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }

  .no-js .faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }

.faq-categories a {
  height: 50px;
  font-size: 14px;
  font-weight: 200;
  color: #687d92;
  line-height: 50px;
  padding: 0 24px;
  -webkit-transition: background 0.2s, padding 0.2s;
  -moz-transition: background 0.2s, padding 0.2s;
  transition: background 0.2s, padding 0.2s;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-overflow: ellipsis;
}

.faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
  }

.no-js .faq-items {
  position: static;
  height: auto;
  width: 100%;
  padding-left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


.faq-group {
  display: block;
  padding-left: 43px;
}

.faq-group.selected {
  display: block;
}

.faq-group .faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}

.faq-group .faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}

.no-js .faq-group {
  display: block;
}

.faq-group > li {
  background: #FFF;
  margin-bottom: 6px;
  margin: 24px 0 10px;
  position: relative;
  display: block;
}

.faq-group .faq-title {
  margin: 60px 0 0px;
}

.faq-group:first-child .faq-title {
  margin-top: 0;
}


.faq-trigger {
  font-size: 20px;
  font-weight: 300;
  color: #2b73af;
  line-height: 1.2;
  padding-left: 18px;
  position: relative;
}

.faq-trigger .fa-chevron-down,
.faq-trigger .fa-chevron-right {
  font-size: 11px;
  font-weight: 200;
  color: #e6e9ee;
  top: 9px;
  left: 0;
  position: absolute;
}

.content-visible .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-visible .fa-chevron-right {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq-content {
  display: none;
  padding: 0 0 30px 20px;
}

.no-js .faq-content {
  display: block;
}

.faq-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #687d92;
}

.faq-content img.rounded {
  border-radius: 4px;
}

.faq-content ul {
  font-size: 14px;
  line-height: 1.6;
  color: #687d92;
  list-style: none;
  margin: 15px 0 0 40px;
}

  .faq-content ul.list-bullets {
    list-style-type: disc;
  }

    .faq-content li {
      padding-bottom: 10px;
    }

  

@media only screen and (max-width: 910px) {
  .faq-categories {
    width: 25%;
    float: left;
    border: 1px solid #e6e9ee;
    border-radius: 4px;
    overflow: hidden;
  }

  .faq-categories a {
    height: 50px;
    font-size: 12px;
    font-weight: 200;
    color: #687d92;
    line-height: 50px;
    padding: 0 24px;
  }

  .no-js .faq-categories {
    position: relative;
  }

  .faq-items {
    height: auto;
    width: 73%;
    float: right;
    padding: 0;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    -webkit-overflow-scrolling: touch;
  }

  .faq-trigger {
    font-size: 20px;
    padding-left: 15px;
  }

}


@media only screen and (max-width: 768px) {
  .faq-categories {
    display: none;
  }

  .faq-items {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    float: none;
  }

  .faq-group {
    padding: 0;
  }

  .faq-trigger {
    font-size: 18px;
    padding-left: 14px;
  }

  .faq-trigger .fa-chevron-down {
    font-size: 18px;
    margin-top: 0px;
  }

  .faq-content p {
    font-size: 14px;
  }

}


@media only screen and (max-width: 500px) {
  .faq-trigger {
    font-size: 16px;
  }

  .faq-trigger .fa-chevron-down {
    font-size: 15px;
    margin-top: 0px;
  }

  .faq-content p {
    font-size: 13px;
  }

}



/* =============================================================================
   Integrations Page - List of products RocketBolt integrates with
============================================================================= */

.integrations .intro {
  text-align: center;
  background: #2b73af;
  background: radial-gradient(circle at bottom right,#5c98cb 0, #2b73af 80%);
}

  .integrations .intro h1 {
    font-size: 34px;
    font-weight: 200;
    color: #FFF;
    margin: 105px 0 4px;
  }

/*---- Intro Message ----*/
.integrations-intro-message {
  margin: 45px auto 0;
}

  .integrations-intro-message .row {
    max-width: 980px;
  }

  .integrations-intro-message h2 {
    max-width: 820px;
    font-size: 28px;
    font-weight: normal;
    color: #1c1c1c;
    line-height: 1.6;
  }

/*---- Case Study Tiles ----*/
.integrations-tiles {
  padding: 15px 20px 0;
}

  .integrations-tiles .row {
    max-width: 980px;
  }

.integration-tile.coming-soon {
  opacity: .5;
  z-index: -100;
}

.integration-tile {
  width: 29.66%;
  height: 370px;
  border: 1px solid #e6e9ee;
  border-radius: 3px;
  padding: 0;
  margin-right: 5.5%;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}

  .integration-tile:hover {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.075);
    transform: scale(1.02);
    cursor: hand;
  }

    .integration-tile:nth-child(3n+3) { 
      margin-right: 0; 
    }

.integration-tile .logo-container {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #e6e9ee;
  text-align: center;
  display: block;
}

.integration-tile-content {
  padding: 34px 22px 0;
}

  .integration-tile h3 {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    padding: 0;
    margin: 0;
  }

    .integration-tile h3 a {
      color: #1c1c1c;
    }

  .integration-tile p {
    font-size: 16px;
    font-weight: normal;
    color: #888;
    line-height: 1.8;
  }




/*---- Media Queries ----*/
@media only screen and (max-width: 940px) {

  .integrations-intro-message h2 {
    font-size: 24px;
    line-height: 1.6;
  }

  .integration-tile .logo-container {
    height: 105px;
  }

  .integration-tile-content {
    padding: 30px 15px 0;
  }

    .integration-tile h3 {
      font-size: 16px;
      line-height: 28px;
    }

    .integration-tile p {
      font-size: 15px;
    }
  
}


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

  .integrations-intro-message h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .integrations-tiles {
    padding: 10px 0 0;
  }

  .integration-tile {
    height: 345px;
    margin-bottom: 30px;
  }

  .integration-tile.col-three {
    width: 47.25%;
    float: left;
  }

  .integration-tile:nth-child(3n+3) { 
    margin-right: 5.5%; 
  }

  .integration-tile:nth-child(2n+2) { 
    margin-right: 0; 
  }
  
}

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

  
  
}

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

  .integrations-tiles .col-three {
    width: 100%;
    float: left;
  }

  .integration-tile {
    height: 285px;
  }
  
}



/* =============================================================================
   Case Studies Page - List of case studies
============================================================================= */

.case-study .intro {
  text-align: center;
  background: #2b73af;
  background: radial-gradient(circle at bottom right,#5c98cb 0, #2b73af 80%);
}

  .case-study .intro h1 {
    font-size: 34px;
    font-weight: 200;
    color: #FFF;
    margin: 105px 0 4px;
  }

/*---- Case Study Tiles ----*/
.case-study-tiles {
  padding: 65px 20px 0;
}

  .case-study-tiles .row {
    max-width: 980px;
  }

.cs-tile.coming-soon {
  opacity: .5;
  z-index: -100;
}

.cs-tile {
  width: 29.66%;
  height: 320px;
  border: 1px solid #e6e9ee;
  border-radius: 3px;
  padding: 0;
  margin-right: 5.5%;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}

  .cs-tile:hover {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.075);
    transform: scale(1.02);
    cursor: hand;
  }

    .cs-tile:nth-child(3n+3) { 
      margin-right: 0; 
    }

.cs-tile .logo-container {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #e6e9ee;
  text-align: center;
  display: block;
}

.cs-tile-content {
  padding: 34px 22px 0;
}

  .cs-tile h3 {
    font-size: 20px;
    line-height: 34px;
    padding: 0;
    margin: 0;
  }

    .cs-tile h3 a {
      color: #1c1c1c;
    }

  .cs-tile .read {
    font-size: 14px;
    color: #3ECF8E;
    text-decoration: none;
    margin-top: 28px;
    display: block;
    position: absolute;
    bottom: 30px;
  }

    .cs-tile .read:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 1px;
      width: 0;
      background: #3ECF8E;
      transition: width .3s;
    }

      .cs-tile:hover .read:after {
        width: 100%;
      }



/* Case Study Tiles RocketBolt Ad */
.cs-rb-ad {
  border: none;
  background: #ffd885;
  transition: all .2s ease-in-out;
}


/*---- Media Queries ----*/
@media only screen and (max-width: 940px) {

  .cs-tile {
    height: 320px;
    margin-bottom: 45px;
  }

  .cs-tile .logo-container {
    height: 105px;
  }

  .cs-tile-content {
    padding: 30px 15px 0;
  }

    .cs-tile h3 {
      font-size: 16px;
      line-height: 28px;
    }

    .cs-tile .read {
      font-size: 14px;
      color: #3ab67c;
      text-decoration: none;
      margin-top: 28px;
      display: block;
    }

  .cs-rb-ad {
    padding-top: 3%;
  }
  
}


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

  .cs-tile.col-three {
    width: 47.25%;
    float: left;
  }

  .cs-tile:nth-child(3n+3) { 
    margin-right: 5.5%; 
  }

  .cs-tile:nth-child(2n+2) { 
    margin-right: 0; 
  }

  .cs-rb-ad {
    padding-top: 0;
  }
  
}

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

  .cs-rb-ad {
    padding-top: 5%;
  }
  
}

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

  .case-study-tiles .col-three {
    width: 100%;
    float: left;
  }

  .cs-rb-ad {
    display:  none;
  }
  
}





/* =============================================================================
   Case Study Template (Version 2)
============================================================================= */
.case-study-2 .hero-feature {
  height: auto;
  width: 100%;
  background: #ebf8ff;
  position: relative;
  padding: 0 20px 0;
  margin-top: 50px;
}

/*---- Hero Left ----*/
.case-study-2 .hero-feature .left {
  padding-bottom: 20px;
}

  .case-study-2 .hero-feature .bread-crumb {
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 75px 0 0;
  }

    .case-study-2 .hero-feature .bread-crumb a,
    .case-study-2 .hero-feature .bread-crumb a:visited {
      font-weight: 200;
      color: #1c1c1c;
    }

      .case-study-2 .hero-feature .bread-crumb a:hover {
        color: #1677d8;
      }

  .case-study-2 .hero-feature h1 {
    font-size: 38px;
    line-height: 58px;
    font-weight: 700;
    color: #1677d8;
    text-align: left;
    margin: 20px 0 20px;
  }

  .case-study-2 .featured-quote {
    max-width: 460px;
    margin: 20px 0 20px;
  }

    .case-study-2 .featured-quote h2 {
      font-family: 'OpenSansRegular', Arial, sans-serif;
      font-size: 18px;
      line-height: 28px;
      font-weight: 200;
      color: #1c1c1c;
      text-align: left;
      margin: 0;
    }

    .case-study-2 .featured-quote h3 {
      font-size: 16px;
      font-weight: 200;
      color: #777;
      text-align: left;
      margin: 20px 0;
    }

      .case-study-2 .featured-quote h3 span {
        font-weight: 700;
        color: #1677d8;
      }

/*---- Hero Right ----*/
.case-study-2 .hero-feature .customer-image {
  max-width: 294px;
  position: absolute;
  bottom: 0;
  right: 0;
}


/*---- Sidebar ----*/
.case-study-2 .customer-quick-stats {
  margin-top: 15px;
  padding-right: 20px;
}

  .case-study-2 .stat-block {
    text-align: left;
    margin-bottom: 35px;
  }

    .case-study-2 .stat-block h3 {
      font-size: 40px;
      color: #1677d8;
      font-weight: 700;
      margin: 0;
      line-height: 1.3;
    }

    .case-study-2 .stat-block p {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      color: #1c1c1c;
      margin: 0;
    }


/*---- Request Demo Card ----*/

.request-demo-card {
  width: 100%;
  max-width: 210px;
  text-align: center;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 20px 30px 20px;
  margin-top: 16px;
  position: relative;
  float: left;
}

.request-demo-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}

.request-demo-card p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin: 20px 0 20px;
}

.request-demo-card-cta {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  background: #0075be;
  border-radius: 30px;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, .11);
  padding: 6px 12px;
  margin: 24px auto 0;
  display: block;
}

  .request-demo-card-cta:hover {
    color: #FFF;
    opacity: .9;
  }

    .request-demo-card-cta:visited {
      color: #FFF;
    }



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

  .request-demo-card h3 {
    font-size: 20px;
    margin: 10px 0 0;
  }

  .request-demo-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 20px;
  }

  .request-demo-card-cta {
    font-size: 12px;
    padding: 6px 8px;
    margin: 24px auto 0;
  }

}

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

  .request-demo-card h3 {
    font-size: 18px;
    margin: 6px 0 0;
  }

  .request-demo-card p {
    font-size: 12px;
    line-height: 1.5;
    margin: 15px 0 15px;
  }

  .request-demo-card-cta {
    font-size: 11px;
    padding: 6px 8px;
    margin: 20px auto 0;
  }

}



/*---- Main Content ----*/
.case-study-2 .main-content {
  margin: 0;
  padding-left: 20px;
}

.case-study-2 .case-study-wrap {
  margin: 45px auto;
}

.case-study-2 p.introduction {
  color: #999;
  margin: 5px 0 25px;
}

/* Overview */
.case-study-2 .case-study-overview {
  display: block;
  margin: 0;
}

  .case-study-2 .case-study-overview h4 {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1677d8;
  }

  .case-study-2 .case-study-overview .challenge {
    padding-right: 20px;
  }

  .case-study-2 .case-study-overview .result {
    padding-left: 20px;
  }

/* Type */
.case-study-2 .main-content .introduction {
  color: #999;
}

.case-study-2 .main-content h2 {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 20px;
}

.case-study-2 .main-content h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 35px 0 20px;
}

.case-study-2 .main-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.case-study-2 blockquote {
  font-size: 24px;
  line-height: 36px;
  color: #1677d8;
  margin: 45px 0;
  padding: 30px 0px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}

.case-study-2 blockquote.plain {
  font-size: 24px;
  line-height: 36px;
  color: #2c3331;
  margin: 15px 0 30px;
  padding: 30px 0px;
  border: none;
  position: relative;
}


/*---- Summary ----*/
.case-study-2 .case-study-summary {
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  padding: 35px 20px;
  margin: 65px 0 0;
}


/*---- Go Back - See all customer stories link ----*/
.case-study-2 .see-all-stories,
.case-study-2 .see-all-stories:visited {
  font-size: 18px;
  color: #3ECF8E;
  font-weight: 400;
  text-decoration: none;
  display: block;
  float: left;
}

.case-study-2 .see-all-stories:hover {
  text-decoration: underline;
}

  .case-study-2 .see-all-stories i {
    display: inline;
  }


/*---- Media Queries ----*/
@media only screen and (max-width: 900px) {

  .case-study-2 .hero-feature h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 20px 0 0;
  }

  .case-study-2 .featured-quote {
    max-width: 90%;
    margin: 22px 0 20px;
  }

  .case-study-2 .featured-quote h2 {
    font-size: 17px;
    line-height: 26px;
  }

  .case-study-2 .hero-feature .customer-image {
    max-width: 250px;
  }
  
}



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

  .case-study-2 .hero-feature {
    padding: 0;
    margin-top: 30px;
  }

  .case-study-2 .hero-feature .left {
    padding: 0 0 10px;
  }

  .case-study-2 .hero-feature h1 {
    max-width: 75%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin: 20px 0 0;
  }

  .case-study-2 .featured-quote {
    max-width: 65%;
    margin: 22px 0 20px;
  }

    .case-study-2 .featured-quote h2 {
      font-family: 'OpenSansRegular', Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 200;
      color: #1c1c1c;
      text-align: left;
      margin: 0;
    }

    .case-study-2 .featured-quote h3 {
      font-size: 14px;
      font-weight: 200;
      color: #777;
      text-align: left;
      margin: 20px 0;
    }

  .case-study-2 .hero-feature .customer-image {
    max-width: 200px;
  }

  .case-study-2 .case-study-wrap {
    margin: 25px auto;
  }

  .case-study-2 .customer-quick-stats {
    display: none;
  }

  .case-study-2 .case-study-overview .row {
    padding: 0;
  }


  .case-study-2 .case-study-overview .challenge {
    padding: 0;
  }

  .case-study-2 .case-study-overview .result {
    padding: 0;
  }

  .case-study-2 .main-content {
    padding: 0;
  }

  .case-study-2 h2.title {
    font-size: 26px;
    margin: 5px 0 15px;
  }

  .case-study-2 .main-content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 35px 0 14px;
  }

  .case-study-2 .main-content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .case-study-2 blockquote {
    font-size: 20px;
    line-height: 32px;
    margin: 40px 0;
    padding: 20px 0px;
  }
  
}

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

  .case-study-2 .hero-feature h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .case-study-2 .featured-quote {
    max-width: 80%;
    margin: 22px 0 20px;
  }

    .case-study-2 .featured-quote h2 {
      font-size: 16px;
      line-height: 24px;
    }

  .case-study-2 .hero-feature .customer-image {
    display: none;
  }
  
}



/*---- Schedule Demo Form ----*/
.cs-schedule-demo {
  background: #f9f9fa;
  padding-bottom: 45px;
}

  .cs-schedule-demo h2 {
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    margin: 75px 0 0;
  }

  .cs-schedule-demo p {
    font-size: 16px;
    text-align: center;
    margin: 25px 0 0;
  }

.cs-schedule-demo .form-wrap {
  width: 50%;
  margin: 50px auto 0;
}

.cs-schedule-demo .form-wrap .form-terms {
  font-size: 14px;
}


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

  .cs-schedule-demo h2 {
    font-size: 32px;
    margin: 75px 0 0;
  }
  
}

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

  .cs-schedule-demo h2 {
    font-size: 28px;
    margin: 55px 0 0;
  }

  .cs-schedule-demo p {
    font-size: 15px;
    margin: 25px 0 0;
  }

  .cs-schedule-demo .form-wrap {
    width: 80%;
    margin: 50px auto 0;
  }
  
}

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

  .cs-schedule-demo h2 {
    font-size: 28px;
    margin: 55px 0 0;
  }

  .cs-schedule-demo p {
    font-size: 15px;
    margin: 25px 0 0;
  }

  .cs-schedule-demo .form-wrap {
    width: 100%;
    margin: 50px auto 0;
  }
  
}



/* =============================================================================
   Legal Pages
============================================================================= */

.legal h3 {
  line-height: 1.2;
  border-bottom: 0px solid #DDD;
}

.legal h4 {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 8px;
}

/*---- Indention ----*/
.legal .sub {
  margin-left: 20px;
}

.legal .double-sub {
  margin-left: 40px;
}



/* =============================================================================
   Resources Page (OLD)
============================================================================= */

.resources-old .intro {
  position: relative;
  margin: 0 auto;
  padding: 30px 1em;
  color: #fff;
  text-align: center;
  background: url(http://tympanus.net/Development/BookPreview/img/bgheader.jpg) no-repeat center center;
  background-size: cover;
}

.resources-old .intro h1 {
  font-size: 34px;
  font-weight: 200;
  color: #FFF;
  margin: 105px 0 4px;
}

  .resources-old .intro p {
    font-size: 18px;
    color: #FFF;
    margin: 0 auto 10px;
  }

/*---- Guides ----*/
.resources-old .guides {
  margin: 40px 0 30px;
}

.resources-old .guides li {
  display: inline-block;
  margin: 30px 0;
  vertical-align: top;
  width: 33%;
}

.resources-old .guides li .guide {
  position: relative;
  margin: 0 auto;
  font-size: 1rem;
  width: 210px;
  height: 300px;
  box-sizing: border-box;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -ms-perspective: 900px;
  -o-perspective: 900px;
  perspective: 900px;
}

.resources-old .guides li .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 210px;
  height: 300px;
  background: #fff;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

  .resources-old .guides li:hover .cover {
    border: solid 1px #dadbdc;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    width: 200px;
    -moz-transform: rotateY(-100deg);
    -webkit-transform: rotateY(-100deg);
    -o-transform: rotateY(-100deg);
    -ms-transform: rotateY(-100deg);
    transform: rotateY(-100deg);
  }

.resources-old .guides li .cover .front {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.resources-old .guides li .cover .front img {
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  width: 210px;
  height: 300px;
}

.resources-old .guides li .page {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
  border: solid 1px #dadbdc;
  border-radius: 0 5px 5px 0;
  width: 210px;
  height: 300px;
  box-sizing: border-box;
}

  .guides li:hover .page {
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.08);
  }

.resources-old .guides li .page .pageCont {
  overflow: hidden;
  text-align: left;
  font-size: 0.7rem;
  max-height: 261px;
}

.resources-old .guides li .page .pageCont .guideTitle {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.resources-old .guides li p {
  color: #676c7b;
}

.resources-old .guides li .description {
  text-align: left;
  width: 210px;
  margin: 0 auto;
}

.resources-old .guides li .page .pageCont .learnMore {
  display: block;
  margin: 18px auto 0;
  border: 1px solid #27ae60;
  border-radius: 3px;
  color: #27ae60;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 25;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  width: 168px;
  text-decoration: none;
}



/* =============================================================================
   Resources Page - List of products RocketBolt integrates with
============================================================================= */

.resources-intro-message {
  margin: 125px auto 0;
}

  .resources-intro-message h1 {
    font-size: 34px;
    font-weight: 200;
    color: #1c1c1c;
    margin: 0;
  }

  .resources-intro-message h2 {
    max-width: 820px;
    font-size: 22px;
    font-weight: normal;
    color: #1c1c1c;
    line-height: 1.6;
    margin-top: 10px;
  }

/*---- Case Study Tiles ----*/
.resources-tiles {
  padding: 15px 20px 50px;
}

.resource-tile.coming-soon {
  opacity: .5;
  z-index: -100;
}

.resource-tile {
  width: 29.66%;
  height: 360px;
  border: 1px solid #e6e9ee;
  border-radius: 3px;
  padding: 0;
  margin-right: 5.5%;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}

  .resource-tile:hover {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.075);
    transform: scale(1.02);
    cursor: hand;
  }

    .resource-tile:nth-child(3n+3) { 
      margin-right: 0; 
    }

.resource-tile .thumbnail-container {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #e6e9ee;
  text-align: center;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

  .resource-tile .thumbnail-container img {
   position: absolute;
   top: 0;
   left: 0;
  }

.resource-tile-content {
  padding: 34px 22px 0;
}

  .resource-tile h3 {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
  }

    .resource-tile h3 a {
      color: #1c1c1c;
    }

  .resource-tile p {
    font-size: 14px;
    font-weight: 200;
    color: #888;
    line-height: 1.6;
  }

  .resource-tile .resource-download {
    width: 100%;
    padding: 0 22px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
  }

    .resource-tile .resource-download span {
      color: #FFF;
      text-align: center;
      background: #3ECF8E;
      border: 1px solid #3ECF8E;
      border-radius: 3px;
      padding: 8px 0;
      display: block;
    }
      /*
      .resource-tile:hover .resource-download span {
        color: #3ECF8E;
        background: #FFF;
        border: 1px solid #3ECF8E;
      }
      */



/*---- Media Queries ----*/
@media only screen and (max-width: 940px) {

  .resources-intro-message h2 {
    font-size: 24px;
    line-height: 1.6;
  }

  .resource-tile .logo-container {
    height: 105px;
  }

  .resource-tile-content {
    padding: 30px 15px 0;
  }

    .resource-tile h3 {
      font-size: 16px;
      line-height: 28px;
    }

    .resource-tile p {
      font-size: 15px;
    }
  
}


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

  .resources-intro-message h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .resources-tiles {
    padding: 10px 0 0;
  }

  .resource-tile {
    height: 345px;
    margin-bottom: 30px;
  }

  .resource-tile.col-three {
    width: 47.25%;
    float: left;
  }

  .resource-tile:nth-child(3n+3) { 
    margin-right: 5.5%; 
  }

  .resource-tile:nth-child(2n+2) { 
    margin-right: 0; 
  }
  
}

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

  
  
}

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

  .resources-tiles .col-three {
    width: 100%;
    float: left;
  }

  .resource-tile {
    height: 285px;
  }
  
}



/* =============================================================================
   Resource Download Landing Pages
============================================================================= */

.landing .request-download {
  margin-top: 130px;
  padding-bottom: 90px;
}

.landing .request-download .row {
  max-width: 940px;
}

.landing h1 {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  text-align: center;
  margin: 140px 0 46px;
}

/* Figure == Image of asset to be downloaded */
.landing .request-download figure {
  width: 31.2%;
  float: left;
  margin-right: 3.2%;
}

.landing article {
  width: 65.6%;
  padding-left: 30px;
  float: left;
}

.landing article h2 {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  margin: 0;
}

/* Description checklist */
.landing .check-list {  margin: 26px 0px 36px;
  padding: 0px;
}

  .landing .check-list li {
    font-size: 14px;
    color: #3a454e;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .landing .check-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #58be83;
    font-size: 16px;
    margin-left: -20px;
    margin-right: 2px;
    line-height: 0;
  }

/* Activation Form */
.landing form {
}

.landing form .user-form-button {
  width: 260px;
}

/* Social Share */
.landing-share {
  margin-bottom: 10px;
  list-style: none;
  display: block;
}

.landing-share li {
  margin: 0 16px 10px 0;
  float: left;
}

.landing-share li a {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  padding: 0px 10px 0px 8px;
  transition: all .2s ease-in-out;
}

  .landing-share li a:hover {
    opacity: .8;
    transition: all .2s ease-in-out;
  }

  .landing-share li a i {
    font-size: 13px;
  }

  .landing-share li a:hover i {
    transform: scale(1.2);
  }

.landing-share li span {
  background-color: #f5f5f5;
  color: #bbb;
  display: inline-block;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  top: 1px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-left: 7px;
  padding: 0px 8px 0px 8px;
}

  .landing-share li span:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -9px;
    width: 0;
    border-color: transparent transparent transparent #f5f5f5;
    border-style: solid;
    border-width: 5px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }

  .landing-share li span:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -10px;
    width: 0;
    height: -1px;
    border-color: transparent transparent transparent #e5e5e5;
    border-style: solid;
    border-width: 5px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }

    .landing-share li.fb a {
      background-color: #3b5998;
    }

    .landing-share li.tw a {
      background: #00acee;
    }

    .landing-share li.gp a {
      background: #DB4A39;
    }

    .landing-share li.li a {
      background: #0079a8;
    }


/* Media Queries */
@media only screen and (max-width: 800px) {
  .landing h1 {
    font-size: 32px;
    line-height: 46px;
    margin: 100px 0 36px;
  }

  /* Figure == Image of asset to be downloaded */
  .landing .request-download figure {
    width: 26.2%;
    margin-right: 3.2%;
  }

  .landing article {
    width: 70.6%;
    padding-left: 20px;
  }

  .landing-share li {
    margin: 0 14px 10px 0;
    float: left;
  }

}

@media only screen and (max-width: 680px) {
  .landing .request-download {
    padding-bottom: 70px;
  }

  .landing h1 {
    font-size: 28px;
    line-height: 46px;
    margin: 94px 0 36px;
  }

  .landing .request-download figure {
    width: 26.2%;
    margin-right: 3.2%;
  }

  .landing article {
    width: 70.6%;
    padding-left: 20px;
  }

  .landing-share li {
    margin: 0 10px 10px 0;
    float: left;
  }

  .landing-share li a {
    font-size: 11px;
  }

  .landing article h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .landing .check-list {
    margin: 20px 0px 30px;
  }

  .landing .check-list li {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

}

@media only screen and (max-width: 520px) {
  .landing .request-download {
    padding-bottom: 70px;
  }

  .landing h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    margin: 90px 0 26px;
  }

  .landing .request-download figure {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .landing .request-download figure img {
    max-width: 186px;
  }

  .landing article {
    width: 100%;
    padding-left: 0;
  }

  .landing article h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .landing .check-list {
    margin: 20px 0px 30px;
  }

  .landing .check-list li {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

}



/* =============================================================================
   404 Page (404.php) - Captain, we're lost
============================================================================= */

.four-zero-four h2 {
  font-size: 36px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  margin-top: 20%;
  display: block;
}

.four-zero-four .get-me-out-of-here {
  text-align: center;
  margin: 45px auto 0;
  display: block;
}

  .four-zero-four .get-me-out-of-here a {
    margin: 0 auto;
  }


@media only screen and (max-width: 768px) {
  .four-zero-four h2 {
    font-size: 26px;
    margin-top: 35%;
  }
}



