html, body {

  font-family: 'Roboto', sans-serif;

  height: 100%;

}

.adjusted-font {

  font-size: 16px;

}

.alert-fix {

  margin-top: 115px;

  margin-bottom: -141px;

  padding: 5px;

}

.alert-el {

  margin-bottom: -10px;

}

ol {

  counter-reset: list;

}

ol > li {

  list-style: none;

}

ol > li:before {

  content: counter(list) ") ";

  counter-increment: list;

}

.y-middle-align {

  margin: 10% auto 10% auto;

}



.price-card {

  background-color: none;

  border-style: solid;

  border-width: 1px;

  border-radius: 5px;

  border-color: #c5c5c5; 

  margin: auto!important;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);

  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);

  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);

}

.price-card h5 {

  margin-top: 35px;

}

.context-b {

  border-left-style: solid;

  border-width: 1px;

  border-color: #c5c5c5; 

}

.context-b ul {

  margin-top: 15px;

}

.context-b li {

  margin-top: 25px;

  margin-bottom: 25px; 

}

.price-card .card-text {

  margin-top: -20px;

}

.price-card hr {

  margin-left: 15px;

  margin-right: 15px;

}

.price-card .card-title {

  font-size: 65px;

  font-weight: 900;

  color: #434e5c;

}

.price-card button {

  background-color: #f7c331; 

  font-weight: bold;

  margin-bottom: 25px;

}

.light {

  background-color: #EBEBEC;

  color: #2F3946;

  font-family: 'Roboto', sans-serif;

}



.dark {

  background-color: #1d2731;

  color: white;

  font-family: 'Roboto', sans-serif;

}



/* Fancy Subtitle Dashes */

.subtitle {

  margin: 0 0 2em 0;

}

.fancy {

  line-height: 0.5;

  text-align: center;

}

.fancy span {

  display: inline-block;

  position: relative;  

}

.fancy span:before {

  right: 100%;

  margin-right: 15px;

}

.fancy span:after {

  left: 100%;

  margin-left: 15px;

}



/* Navbar */

.navbar {

  min-height: 100px;

}

.navbar h1 {

  text-transform: uppercase;

  font-weight: bolder;

  font-size: 2.5em;

  color: #2F3946;

  line-height: 50px;

}

.navbar span {

  color: #F6882F;

}

.navbar img {

  max-width: 400px;

}

.navbar h6 {

  margin-left: 270px;

}

/* for the text version of the logo

.navbar img {

  margin-top: 10px;

}

.navbar h6 {

margin-left: 235px;

}

*/



/* Hero / Intro Dark Section */

.heroimage {

  background-image: url(https://inboxexperts.email/images/buddy-hero-img.svg);

  background-repeat: no-repeat;

  background-position: center top;

  margin-top: 50px;

  height: 500px;

  background-size: 402px 500px;



}

.hero h1 {

  font-weight: 900;

}

.hero h1, h3, h4, .about h1, h3, h4 {

  text-transform: uppercase;

}



.hero h1, .about h1 {

  font-size: 3.5em;

  font-weight: bolder;

}



.hero h3, .about h3 {

  font-size: 1.5em;

  margin-top: 50px;

  margin-bottom: 150px;

}



.hero h4, .about h4 {

  font-size: 1.2em;

  margin-top: 30%;

}



.hero h5, .about h5 {

  color: #F6882F;

  font-size: 1em;

}



.hero img {

  margin-top: 100px;

  width: 500px;

}

.hero span:before,

.hero span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid white;

  border-top: 1px solid white;

  top: 0;

  width: 75px;

}



/* ABOUT PAGE ONLY - add to CSS */

.about {

  background: transparent url("https://inboxexperts.email/images/NetAtlanticWorldHeadquarters.png") repeat 0 0;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

}

.overlay {

  background: rgba(47,57,70,0.7);

}

#success_message{ display: none;}

.contact label {

  color: white;

  font-weight: bold;

}

input[type=text], input[type=email], input[type=tel], select, textarea {

    width: 100%;

    padding: 12px;

    border: 1px solid #ccc;

    border-radius: 4px;

    box-sizing: border-box;

    margin-top: 6px;

    margin-bottom: 16px;

    resize: vertical;

}

input[type=submit] {

    background-color: #4CAF50;

    color: white;

    padding: 12px 20px;

    border: none;

    border-radius: 4px;

    cursor: pointer;

}

input[type=submit]:hover {

    background-color: #45a049;

}

.contact button {

  background-color: #F7C331;

  color: #2F3946;

  margin-top: 15px;

  margin-bottom: 35px;

}

.contact button:hover {

  background-color: #2F3946;

  color: #F7C331;

}

.about span:before,

.about span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid white;

  border-top: 1px solid white;

  top: 0;

  width: 25px;

}

.delivering span:before,

.delivering span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid #CCC;

  border-top: 1px solid #CCC;

  top: 0;

  width: 250px;

}

.contact span:before,

.contact span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid #CCC;

  border-top: 1px solid #CCC;

  top: 0;

  width: 460px;

}

/* End of About Page */





/* Email Performance Assessment Gray Section */

.assessment span:before,

.assessment span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid #CCC;

  border-top: 1px solid #CCC;

  top: 0;

  width: 65%;

}

.auditimage {

  background-image: url(https://inboxexperts.email/images/sidebar.svg);

  background-repeat: no-repeat;

  background-position: center;

}

.assessment h3, .delivering h3 {

  font-size: 1.5em;

  margin-top: 40px;

  margin-bottom: 15px;

  text-transform: uppercase;

  /*

  [removed]

  font-weight: bold;

  */

}



.assessment h4, .delivering h4 {

  font-size: 1em;

  text-transform: uppercase;

  font-weight: bold;

  margin-top: 15px;

}



.assessment h6, .delivering h6 {

  line-height: 1.8em;

  font-size: 0.8em;

  font-weight: lighter;

  margin-bottom: 15px;

}



/* Make the Grade Dark Section */

.grade span:before,

.grade span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid #CCC;

  border-top: 1px solid #CCC;

  top: 0;

  width: 105%;

}

.grade h3, .contact h3 {

  font-size: 1.5em;

  margin-top: 40px;

  margin-bottom: 15px;

  text-transform: uppercase;

  font-weight: bold;

}

.grade h6, .contact h3 {

  text-transform: uppercase;

  font-weight: bold;

  margin-top: 15px;

  margin-bottom: 10px;

}

.grade p, .contact p {

  margin-bottom: 25px;

}

.grade img {

  height: 160px;

  margin-top: 5px;

}







/* Solutions / Pricing Table Light Section */

.solutions h2 {

  /* The Big Price */

  font-size: 4em;

  font-weight: bold;

}

.solutions h4 {

  /* Teeny Price */

  font-size: 0.8em;

  margin-bottom: -10px;

}

.solutions h6 {

  /* Light list text */

  font-size: 0.9em;

  text-transform: none;

  font-weight: normal;

  color: darkgrey;

  line-height: 2em;

}

.solutions span:before,

.solutions span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid #CCC;

  border-top: 1px solid #CCC;

  top: 0;

  width: 253%;

}

* {

    box-sizing: border-box;

}

.tables {

    float: left;

    padding: 15px;

    width: 33.33%;

}

.price {

    list-style-type: none;

    border: 1px solid #CCC;

    border-radius: 5px;

    margin: 0;

    padding: 10px;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}

/* OPTIONAL: box shadow on hover

.price:hover {

    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)

}

*/

.price .header {

    background-color: #2F3946;

    color: white;

    font-size: 1em;

    text-transform: uppercase;

    border-radius: 5px;

    width: 60%;

    margin: auto;

    margin-top: -30px; 

}

.price .headercenter {

    background-color: #F7C331;

    color: #2F3946;

    font-size: 1em;

    text-transform: uppercase;

    border-radius: 5px;

    width: 60%;

    margin: auto;

    margin-top: -30px; 

}



.price li {

    border-bottom: 1px solid #eee;

    padding: 5px;

    text-align: center;

}

#side button {

    background-color: #DCC7AA;

    border: none;

    color: #2F3946;

    padding: 10px 25px;

    text-align: center;

    text-decoration: none;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 1em;

}

#side button:hover {

    background-color: #2F3946;

    color: #DCC7AA;

}

#center button {

    background-color: #F7C331;

    border: none;

    color: #2F3946;

    padding: 10px 25px;

    text-align: center;

    text-decoration: none;

    font-size: 1em;

}

#center button:hover {

  background-color: #2F3946;

  color: #F7C331;

}



/* Modal */

.modal p, h2, h3, h4, h5, h6, label {

  text-transform: normal;

  text-decoration: none;

}

/* Credit Card Payment */

.credit-card-box .panel-title {

    display: inline;

    font-weight: bold;

}

.credit-card-box .form-control.error {

    border-color: red;

    outline: 0;

    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);

}

.credit-card-box label.error {

  font-weight: bold;

  color: red;

  padding: 2px 8px;

  margin-top: 2px;

}

.credit-card-box .payment-errors {

  font-weight: bold;

  color: red;

  padding: 2px 8px;

  margin-top: 2px;

}

.credit-card-box label {

    display: block;

}

/* The old "center div vertically" hack */

.credit-card-box .display-table {

    display: table;

}

.credit-card-box .display-tr {

    display: table-row;

}

.credit-card-box .display-td {

    display: table-cell;

    vertical-align: middle;

    width: 50%;

}

/* Just looks nicer */

.credit-card-box .panel-heading img {

    min-width: 180px;

}



/* Modal Behavior */

.modal{

overflow-y: auto;

}

.modal-open{

overflow:auto;

overflow-x:hidden;

}

.modal-footer button {

    background-color: #F7C331;

    border: none;

    color: #2F3946;

    padding: 10px 25px;

    text-align: center;

    text-decoration: none;

    font-size: 1em;

}

.modal-footer button:hover {

  background-color: #2F3946;

  color: #F7C331;

}

.AuthorizeNetSeal {

  

}

.checkout span:before,

.checkout span:after {

  content: "";

  position: relative;

  height: 0px;

  border-bottom: 0px solid #CCC;

  border-top: 0px solid #CCC;

  top: 0;

  width: 0px;

}







/* Results Dark Section */

.results span:before,

.results span:after {

  content: "";

  position: absolute;

  height: 5px;

  border-bottom: 1px solid #CCC;

  border-top: 1px solid #CCC;

  top: 0;

  width: 400px;

}

.results h1 {

  font-size: 4em;

  font-style: italic;

}

.results img {

  height: 25px;

}

.results h5 {

  display: inline-block;

  padding: 0 15px;

  position: relative;

}

.results h5:before,

.results h5:after {

  background: #ddd;

  content: "";

  display: block;

  height: 1px;

  position: absolute;

    top: 50%;

  width: 150%;

}

.results h5:before {

  right: 100%;

}

.results h5:after {

  left: 100%;

}

.results h6 {

  text-transform: uppercase;

  font-weight: normal;

  font-size: 0.8em;

}





/* Quote Carousel Light Section */

.quotes {

  height: 350px;

}

.quotes p {

  color: #00A99D;

}

.quotes p:hover {

  background-color: #2F3946;

  border-radius: 15px;

  color: white;

}

.prev:hover, .next:hover {

  background-color: #2F3946;

  color: white;

}

.quotes h2 {

  color: white;

  background-color: #2F3946;

  padding: 10px;

  border-radius: 5px;

  margin: auto;

  width: 500px;

  font-size: 1em;

  font-style: italic;

}

.quotes span {

  color: #F6882F;

  text-transform: uppercase;

  font-style: normal;

  font-weight: bold;

}

.quotes h3 {

  font size: 1.5em;

  text-transform: none;

  font-weight: normal;

  line-height: 1.75em;

  padding-bottom: 10px;

}

/* Slides */

.quoteSlide {

  display: none;

  padding: 10px;

  text-align: center;

}

/* Next & previous buttons */

.prev, .next {

  cursor: pointer;

  position: absolute;

  top: 50%;

  width: auto;

  margin-top: 125px;

  padding-top: 10px;

  padding-bottom: 5px;

  padding-left: 15px;

  padding-right: 15px;

  color: #00A99D;

  font-weight: bold;

  border-radius: 5px;

  user-select: none;

}

/* Position of the Buttons */

.next {

  position: absolute;

  right: 46%;

  border-radius: 5px;

}

.prev {

  position: absolute;

  left: 46%;

}

@media (max-width: 768px) {

.next {

  position: absolute;

  right: 40%;

  margin-top: 200px;

}

.prev {

  position: absolute;

  left: 40%;

  margin-top: 200px;

}

.quotes {

  height: 500px;

}

}

.quotes span:before,

.quotes span:after {

  content: "";

  position: relative;

  height: 0px;

  border-bottom: 0px solid #CCC;

  border-top: 0px solid #CCC;

  top: 0;

  width: 0px;

}





/* Paralax Image Call to Action */

.parallax { 

    /* The image used */

    background-image: url("http://inboxexperts.email/images/AdBubble2.png");

    background-repeat: no-repeat;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    /* Set a specific height */

    min-height: 150px; 

    /* Create the parallax scrolling effect */

    /* background-attachment: fixed; */

}

.parallax h2 {

  color: #2F3946;

  text-transform: uppercase;

  font-size: 1.1em;

  font-weight: bold;

  line-height: 1.75em;

  margin-top: 15%;

}

.parallax button {

  background-color: #328cc1;

  color: white;

  margin-top: 15%;

  float: right;

}

.parallax button:hover {

  background-color: #DCC7AA;

  color: #2F3946;

}

.social-buttons {

  margin: 50px auto 50px auto;

}

.social-buttons a {

  margin-left: 10px;

  margin-right: 10px;

}

/* Footer Dark */

.footer h6 {

  line-height: 1.8em;

  font-size: 0.8em;

  font-weight: lighter;

  margin-top: 10px;

  margin-bottom: 15px;

  text-transform: none;

}



.footer img {

  margin-top: 120px;

  margin-bottom: 15px;

  margin-left: 5px;

  margin-right: 5px;

  height: 35px;

  width: 35px;

  border: 1px solid #000;

  border-radius: 5px;

  padding: 5px;

}

.footer img:hover {

  background-color: #D9B310;

}

.inverted {

	filter: invert(100%);

}



/* Media Queries */

/* Extra small devices (portrait phones, less than 576px)

No media query since this is the default in Bootstrap */



/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) { 

  .navbar ul, li {

  float: left;

  width: 25%;

  padding: 5px;

}

  .hero h4 {

  margin-top: 200px;

}

  .heroimage {

  margin-top: -125px;

}

 .tables {

  width: 100%;

    }

.parallax h2 {

  background-color: rgba(47,57,70,0.5);

  margin-top: 5%;

  border-radius: 5px;

  color: white;

}

.parallax button {

  margin-top: 5%;

  margin-bottom: 10%;

}

}



/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {

 .tables {

  width: 100%;

    }



  

 .parallax h2 {

  background-color: rgba(47,57,70,0.5);

  margin-top: 5%;

  border-radius: 5px;

  color: white;

}

.parallax button {

  margin-top: 5%;

  margin-bottom: 10%;

}

}



/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) { ... }



/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { ... }