﻿/* Custom CSS Here */
body {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 120%;
  margin: 25px 0 30px;
}
h2 {
  font-size: 24px;
  font-weight: 600;
/* text-transform: uppercase; */
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  text-align:center;
	line-height: 1.2em;
	margin-bottom: 35px;
/*	color:#55555a; */
}
h3 {
  font-size: 17px;
  font-weight: 600;
  text-align:center;
	line-height: 1.2em;
	margin-top:22px;
	margin-bottom:11px;
	color:#55555a;
}
img {
  max-width: 100%;
}
.section {
  padding: 50px 0;
  border-bottom: 1px solid #d2d2d7;
}
.btn, #form-right .mktoForm button, #form-right .mktoForm input[type="submit"] {
  border: 1px solid #FFFFFF;
  background-color: #fa6423;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 9px;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif !important;
  display:inline-block;
  margin:0 auto;
  text-align:center;
}
.btn:hover {
  color: #FFFFFF;
}
.btn.btnAlt {
  background-color: #FFFFFF;
  color: #37aadc;
  border-color: #37aadc;
}
.btn.btnAlt:hover {
  color: #37aadc;
}
.topbar {
  display: none;
}

.topbar.logo-bar {
  display: block;
  width: 100%;
  position: absolute;
  top:0;
  height: 55px;
  padding: 10px 0;
  text-align:center;
}
.topbar .logo.logo-slice {
  display: none;
}
.hero {
  position:relative;
  padding-top: 68px;
}
.thankyou.hero {
  min-height: 620px;
}
.thankyou.hero h1 {
  margin-bottom: 55px;
}
#graybar {
  background-color: #55555a;
}
#orangebar {
  background-color: #fa6423;
}
#hero {
  background-position:50% 35%;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
}
.logo {
  width: 165px;
  height: 43px;
  margin-bottom: 25px;
}
.logo.logo-bar {
  height: 32px;
  margin-bottom: 0;
}
#hero.logo-bar, #heroalt.logo-bar {
  padding-top: 91px;
}

#primary-hero-logo.logo-bar, #alt-hero-logo.logo-bar {
  display: none;
}

#hero h3 {
  font-size: 24px;
  font-weight: 300;
}
#hero h4, #heroalt h4 {
  font-size: 21px;
 /* font-weight: 700; */
  color: #414146;
font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  font-weight: 300;
}
#hero h4 {
 color: #fff;
}
#hero p, #hero #hero-text div {
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
}
#hero.thankyou p, #hero.thankyou #hero-text div {
    font-weight: 300;
}
#hero p strong, #hero #hero-text div strong {
  font-weight: 500;
  font-size: 18px;
}
#hero p a, #hero #hero-text div a {
  color: #FFFFFF;
  font-weight: 500;
}
#hero p a:hover, #hero #hero-text div a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#hero .btn {
  font-size: 17px;
  height: 38px;
  margin-bottom: 25px;
  padding: 7px 29px;
  margin: 15px 0 25px
}

#heroalt {
  text-align: left;
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #f1f2f7;
}
#heroalt h1 {
  color: #fa6423;
  line-height: 100%;
}
#heroalt h2 {
  color: #55555a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 35px;
	
	
	
  @media(min-width:990px) {
    max-width: 480px;
  }
}
#heroalt h1, #heroalt h2 {
  text-align: left;
}
#heroalt .btn, #form-right .mktoForm button, .mktoForm input[type="submit"] {
/*  width: 210px; */
  height: 38px;
  margin-bottom: 25px;
  font-size: 17px;
  padding: 7px 29px;
margin: 15px 0 25px
  background-color: #37aadc;
}
#heroalt .container {
  position: relative;
}
#heroalt .col-md-10 {
  position: relative;
  z-index: 1;
}
#heroalt .col-md-6 {
  height: 100%;
  position: absolute;
  bottom: -50px; 
  right: -100px;
  z-index: 0;
  width: 67%;
}
#heroalt .col-md-6 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

#before-bullets, #before-bullets p,
#after-bullets, #after-bullets p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}
#before-bullets {
    margin-bottom: 25px;
}
/*
#after-bullets {
    margin-top: 25px;
}
*/

#bullets {
  background-color: #f2f2f5;
}
#bullets ul {
  margin-left: 0;
  padding-left: 0;
  padding-left: 45px;
}
#bullets ul li {
  list-style: none;
  margin-left: 0;
  font-weight: 200;
  position:relative;
  margin-bottom: 25px;
}
#bullets ul li:before {
  display: inline-block;
  font: normal normal normal 25px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #37aadc;
  content: "\f058";
  position: absolute;
  left: -40px;
  top: 0;
}
#bullets li strong {
  font-weight: 500;
} 
#form-right {
  text-align:left;
}

#left-of-form h2 {
	text-align: left;
}

#left-of-form h3 {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
			font-weight:600;
			font-size:17px;
			line-height: 1.2em;
			margin-top:22px;
			margin-bottom:11px;
			color:#55555a;
}



#test-drive-content h3 {
  font-size: 17px;
  font-weight: 600;
  text-align:center;
	line-height: 1.2em;
	margin-top:22px;
	margin-bottom:11px;
	color:#55555a;
}
@media(max-width: 980px) {
  #form-right .row > div {
    position: static !important;
  }
}
#form-right p, #form-right ul {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 25px;
}
#form-right h3 {
  text-align: left;
  font-weight:600;
	font-size:17px;
	line-height: 1.2em;
	margin-top:22px;
	margin-bottom:11px;
	color:#55555a;
}
#form-right ul {
  list-style: none;
  padding:0;
  margin:0;
}

#form-right li { 
  padding: 0 0 15px 35px; 
  position: relative;
}

#form-right li:before {
    content: "\2022";
    color: #fa6423; /* or whatever color you prefer */
    position: absolute;
    left: 20px;
}
#form-right form {
  padding: 35px 12px 10px;
  background-color: #f2f2f5;
  border: 1px solid #dcdcdd;
  text-align:center;
  font-size: 10px;
  font-weight: 200;
  font-family: inherit !important;
  width: auto !important;
}
#form-right form input[type="text"], #form-right form input[type="email"], #form-right form input[type="tel"], #form-right form input[type="number"], #form-right form input[type="range"], #form-right form input[type="date"], #form-right form select {
  height: 25px;
  width: 100% !important;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #bebec3;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 200;
}
#form-right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(http://pages.messagesystems.com/rs/356-SLD-019/images/caret-down-small.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    border-radius: 0;
}
#form-right form div.mktoCheckboxList {
    float: left !important;
}
#form-right form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 0;
}
#form-right form input[type="checkbox"]:before {
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: -3px;
  background: #FFFFFF;
  border: 1px solid #37aadc;
  content: " ";
}
#form-right form input[type="checkbox"]:checked:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #37aadc;
  font-size: 16px;
  content: "\f00c";
  padding: 2px;
}
#form-right .mktoForm .mktoRadioList, #form-right .mktoForm .mktoCheckboxList {
  width: auto;
}
#form-right .check-text {
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  position: relative;
  bottom: 6px;
}
#form-right .mktoButtonWrap.mktoNative {
  margin-left: 0 !important;
}
#form-right form input[type="submit"], #form-right form button[type="submit"] {
  display: block;
  width: 170px;
  margin: 40px auto;
}

/* Start Fix Marketo Form */
form.mktoForm .mktoFormCol, form.mktoForm .mktoFieldWrap {
  float: none;
}
form.mktoForm label, form.mktoForm .mktoGutter, form.mktoForm .mktoClear, form.mktoForm .mktoOffset {
  display:none;
}
form.mktoForm label[for="SparkPost_Opt_In__c"].mktoLabel {
  display: inline;
  width: 205px !important;
  float:none;
  margin-left: 5px;
  margin-top:5px;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  font-size: 10px;
  position:relative;
}
form.mktoForm label[for="SparkPost_Opt_In__c"].mktoLabel br {
  content: " "; /* Remove break */
  margin-right: 6px; /* Set space between text blocks */
}
/* End Fix Marketo Form */
#form-right.form-stacked .col-md-9 {
  float: none;
  text-align: center;
  width: 87.5%;
  margin: 0 auto;
}
#form-right.form-stacked .col-md-9 h3 {
  text-align: center;
}
#form-right.form-stacked .col-md-5 {
  float: none;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
#form-right.form-stacked .col-md-5 form {
  background-color: transparent;
  border: none;
}
#form-right.form-stacked .mktoForm button, #form-right.form-stacked .mktoForm input[type="submit"] {
  background-color: #fa6423;
}
#social-under-form {
    clear: both;
    text-align: center;
}
#social-under-form ul {
  list-style-type: none;
}
#social-under-form ul li {
  display:inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
}
#social-under-form ul li:last-child {
  margin-right: 0;
}
#social-under-form ul li:before {
  content: none;
}
#social-under-form ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #37aadc;
  color: #FFFFFF;
  border-radius: 32px;
  font-size: 22px;
}

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

#pricing .btn {
  width: 95px;
  height: 23px;
  padding: 4px;
}
#pricing h3 {
  margin-bottom: 20px;
}
#pricing h4 {
font-size: 13px;
  font-weight: 200;
  margin: 0 0 40px;
  text-align: center;
}

div#trial-btn {
  text-align: center;
  margin-bottom: 50px;
}
#pricing #trial-btn .btn {
  width: auto;
  height: auto;font-size: 16px;
  padding: 5px 25px;
}
.box-6 {
  width: 130px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
@media(max-width: 767px) and (min-width: 480px) {
/*
  .box-6:nth-child(odd) {
    width: 37.5%;
    margin-right: 2.5%;
    margin-left: 10%;
  }
  .box-6:nth-child(even) {
    width: 37.5%;
    margin-right: 10%;
    margin-left: 2.5%;
  }
*/
}
.box-6:last-child {
  margin-right: 0;
}
.box-6 .box-alert {
  height: 25px;
  padding: 7px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  font-size: 9px;
}
.box-6.alt .box-alert {
  background-color: #e6500f;
}
.box-6 .box-top {
  height: 100px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #37aadc;
  padding-top: 10px;
}
.box-6.alt .box-top {
  background-color: #fa6423;
}
.box-top .level {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  margin-bottom:7px;
}
.box-top .count {
  font-size: 22px;
  font-weight: 700;
}
.box-top .per-month {
  font-size: 13px;
  font-weight: 200;
}
.box-body {
  background-color: #f2f2f5;
  width: 100%;
  padding: 15px;
}
.box-body .price {
  font-size: 14px;
  font-weight: 200;
  padding: 0 0 13px;
  margin: 0 -15px;
}
.box-body .price strong {
  font-weight: 900;
}
.box-body .overage {
  font-weight: 400;
  font-size: 12px;
  padding: 13px 0;
  border-top: 1px solid #bebec3;
  border-bottom: 1px solid #bebec3;
}
.box-body .overage span {
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  font-size: 9px;
}
.box-body .overage strong {
  font-weight: 700;
}
.box-body .btn {
  margin-top: 20px;
  font-size: 10px;
}
@media(min-width: 480px) {
  .tablet-break, .mobile-break {
    height: 20px;
  }
}
@media(min-width:480px) {
  .box-6 {
    width: 126px;
    margin-right: 18px;
  }
}
.box-6 div.box-top {
  padding-top: 25px;
}
.box-body {
  border: 1px solid #bebec3;
  margin-top: 2px;
}
@media (min-width: 768px) and (max-width: 909px) {
  #box3 {
    margin-right:0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #box2, #box4 {
    margin-right:0;
  }
}
#pricing-footer {
  text-align: center;
  margin-top: 50px;
}
#pricing-footer p {
  font-weight: 200;
  color: #55555a;
}
#best-practices {
  background-color: #f2f2f5;
  text-align: center;
}
#best-practices .box-wrapper {
  max-width: 212px;
  margin: 0 auto;
  border: 1px solid #dcdce0;
}
#best-practices div.body {
  background-color: #FFFFFF;
  padding: 15px;
}
#best-practices h4 {
  margin: 15px 0;
  min-height: 35px;
  font-size: 16px;
  font-weight: 500;
}
#best-practices p {
  margin-bottom:15px;
  font-size: 14px;
  line-height: 125%;
  font-weight: 200;
}
#best-practices .btn {
  width: 155px;
  height: 30px;
  margin: 15px 0;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 0;
}
#pricing, #best-practices, #test-drive {
  padding: 75px 0;
}


#presenter-img {
  text-align: center;
}
.presenter-img {
  display: none;
  text-align: center;
  margin-right: 50px;
  vertical-align: top;
}
.presenter-img:last-child {
  margin-right: 0;
}
.presenter-img img {
  margin-bottom: 20px;
  width: 100px;
}
.presenter-img p {
  font-size: 15px;
  font-weight: 300;
}
.presenter-img strong {
  font-size: 16px;
  font-weight: 500;
}
.presenter-img a {
  font-size: 13px;
  font-weight: 500;
}

#presenter-one.one-presenter {
  display: inline-block;
  width: 400px;
}

#presenter-one.one-presenter.two-presenter, #presenter-one.one-presenter.three-presenter {
  width: 225px;
}

#presenter-two.two-presenter {
  display: inline-block;
  width: 400px;
}

#presenter-two.one-presenter.two-presenter, #presenter-two.two-presenter.three-presenter {
  width: 225px;
}
#presenter-three.three-presenter {
  display: inline-block;
  width: 400px;
}

#presenter-three.one-presenter.three-presenter, #presenter-three.two-presenter.three-presenter {
  width: 225px;
}

#presenter-list {
  color: #FFFFFF;
  text-align: center;
}
#presenter-img h3, #presenter-list h3 {
  font-weight: 600;
  font-size: 17px;
}
#presenter-list ul {
  list-style-type: none;
  font-size: 15px;
  font-weight: 300;
  padding-left:0;
  margin-left:0;
}
#presenter-list ul li {
  margin-bottom: 15px;
}
#presenter-list ul strong {
  font-weight: 500;
  font-size: 16px;
}
#test-drive {
  text-align: center;
  background-color: #f1f2f7;
}
#test-drive h3 {
  text-align: center;
  font-size: 17px;
	font-weight:600;
	line-height: 1.2em;
	margin-top:22px;
	margin-bottom:11px;
	color:#55555a;
}
#test-drive h4 {
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  margin-bottom: 60px;
  font-weight: 200;
}
#test-drive .btn {
  background-color: #fa6423;
  width: 180px;
  height: 34px;
  font-size: 17px;
  padding: 4px 9px;
}
#company-logos {
  text-align:center;
}
#company-logos h3 {
  color: #55555a;
  margin-bottom: 70px;
}
#company-logos img {
  margin-bottom: 50px;
}
#social-nav, #social-nav-alt {
  border-bottom: 1px solid #FFFFFF;
  background-color: #37aadc;
  color: #FFFFFF;
}
#social-nav ul, #social-nav-alt ul {
  max-width: 1100px;
  margin:0 auto;
  padding-left:0;
}
#social-nav li, #social-nav-alt li {
  text-align:center;
  list-style:none;
  display:inline-block;
  border-right: 1px solid #FFFFFF;
  width: 16.2%;
}
#social-nav li:last-child, #social-nav-alt li:last-child {
  border-right:none;
}
#social-nav a, #social-nav a:hover, #social-nav-alt a, #social-nav-alt a:hover {
  display:inline-block;
  padding: 10px 0;
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  font-weight: 300;
  font-size: 12px;
}
#social-nav a i, #social-nav a:hover i, #social-nav-alt a i, #social-nav-alt a:hover i {
  font-size: 13px;
}
#social-nav li:first-child a, #social-nav-alt li:first-child a {
  font-weight: 700;
}
@media(max-width: 767px) {
  #social-nav li, #social-nav-alt li {
    width: 16%;
  }
  #social-nav a, #social-nav a:hover, #social-nav-alt a, #social-nav-alt a:hover {
    font-size: 11px;
  }
}
@media(max-width: 479px) {
  #social-nav li, #social-nav-alt li {
    width: 9.5%;
  }
  #social-nav li:first-child, #social-nav-alt li:first-child {
    width: 47%;
  }
  #social-nav li:first-child a, #social-nav-alt li:first-child a {
    padding: 14px 0 10px;
  }
  #social-nav li span, #social-nav-alt li span {
    display:none;
  }
  #social-nav a i, #social-nav a:hover i, #social-nav-alt a i, #social-nav-alt a:hover i  {
    font-size: 18px;
  }
}
@media(max-width: 365px) {
  #social-nav li:first-child, #social-nav-alt li:first-child {
    width: 45%;
  }
}
  
#footer {
  background-color: #55555a;
  text-align:center;
}
#footer img {
  width: 145px;
}
#copy-right {
  background-color: #3c3c41;
  padding: 5px 0;
  text-align: center;
  font-size: 9px;
  color: #FFFFFF;
}
@media(max-width: 909px) {
  .presenter-img {
    display:block !important;
    margin: 0 auto 20px !important;
  }
  #best-practices .col-sm-5:first-child {
    margin-left: 3.125%;
  }
  #heroalt {
    padding-bottom: 0;
    text-align: center;
  }
  #heroalt .col-md-6 {
    position: static;
    width: 100%;
    text-align:center;
  }
  #heroalt .col-md-6 img{
    position: static;
    max-height: 250px;
  }
  #heroalt h1, #heroalt h2, #form-right h3 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  #best-practices .col-sm-5:first-child {
    margin-left: 0;
  }
  #best-practices .box-wrapper {
    max-width: 300px;
    margin-bottom: 25px;
  }
  .container {
    padding: 0 20px;
  }
  #form-right form {
    margin: 0 -20px;
  }
  #company-logos img {
    max-width: 150px;
  }
}
@media(max-width: 479px) {
  h1 {
    font-size: 25px;
    margin: 15px 0;
  }
  h2 {
    font-size: 13px;
    margin: 0 0 35px;
  }
  h3 {
    font-size: 17px;
    margin: 0 0 25px;
  }
  #hero h3 {
    font-size: 17px;
  }
  .section {
    padding: 25px 0;
  }
  #hero .btn {
    font-size: 13px;
    height: 30px;
  }
  #heroalt h1 {
    font-size: 28px;
  }
  #heroalt h2 {
    font-size: 15px;
  }
  .box-6 {
    width: 155px;
    margin: 0 auto 25px;
    /*float: none;*/
    display:block;
  }
  .box-6:last-child {
    margin-right: auto;
  }
  .box-6 .box-alert {
    height: 0;
    padding: 0;
  }
  .box-6.alt .box-alert {
    height: 20px;
    padding: 5px;
  }
  #test-drive .container {
    max-width: 300px;
    margin:0 auto;
  }
  #test-drive h3 {
    font-size: 17px;
  }
  #test-drive h4 {
    font-size: 13px;
  }
}
