/* Base styles */
body {
  background: rgb(255, 252, 243);
  font-family: 'Raleway', sans-serif;
  line-height: 1.75;
}

.container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

div.row.contrast {
  background: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.display-2 {
  font-weight: bold;
}

h1.em, h2.em, h3.em, h4.em, h5.em {
  display: inline-block;
  font-weight: bold;
  border-bottom: 10px solid rgb(62, 195, 211);
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}

.btn-dark, .btn-outline-secondary {
  box-shadow: 3px 3px 0px 0px #333;
  border-radius: 0;
}

.btn-primary {
  background: rgb(62, 195, 211);
  border-color: rgb(62, 195, 211);
  box-shadow: 3px 3px 0px 0px #197675;
  border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle, .btn-primary:hover {
  background: #197675;
  border-color: #197675;
}

.btn-primary.attention {
  background: #F06543;
  border-color: #F06543;
  box-shadow: 3px 3px 0px 0px #D04523;
  border-radius: 0;
}

.btn-primary.attention:not(:disabled):not(.disabled).active, 
.btn-primary.attention:not(:disabled):not(.disabled):active, 
.show>.btn-primary.attention.dropdown-toggle, .btn-primary.attention:hover {
  /*background: #197675;
  border-color: #197675;*/
  background: #F86B4A;
  border-color: #F86B4A;
}

.form-control{
    border:none;
    border-radius:0;
}

.marketing.form-control{
    /* again a bit hacked but the input looks better the same size as regular text (20px) */
    font-size:1.25rem;
    height: calc(1.5em + .75rem + 10px);
}

a, a:visited, a:active {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

a.btn {
  font-weight: normal;
  text-decoration: none;
}

a.btn-primary {
  color: white;
}

nav.navbar-light .navbar-nav a.nav-link {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

nav.navbar-light .navbar-nav a.nav-link:hover, nav.navbar-light .navbar-nav a.nav-link:focus {
  text-decoration: underline;
  color: black;
}

a.override-footer-styling {
  text-decoration: underline;
  font-weight: bold;
}

p:last-of-type {
  margin-bottom: 0;
}

/* Header styles */

img#header-logo { 
  max-height: 100px;
}

nav {
  border-bottom: 2px solid black;
}

.navbar-toggler {
  color: black!important;
  font-weight: bold!important;
  border: 0!important;
}

.navbar-dummy {
  display: inline-block;
  width: 100px;
}

/* Footer styles */

footer {
  background: rgb(62, 195, 211);
  padding-top: 3rem;
}

footer h2 {
  display: inline-block;
  font-weight: bold;
  border-bottom: 10px solid rgb(255, 255, 255);
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}

footer a {
  font-weight: normal;
  text-decoration: none;
  color: black;
}

footer p {
  margin-bottom: 1rem;
}

footer #final {
  border-top: 2px solid black;
}

/* Homepage */

.jumbotron {
  background: inherit;
  padding-left: 0!important;
  padding-right: 0!important;
}

.jumbotron p {
  margin-bottom: 1rem;
}

.homepage-pacman-glyph {
  position: absolute;
  height: 150%;
  top: -25%;
  left: -100px;
}

#benefits p {
  margin-left: auto;
  margin-right: auto;
}

#benefits div img {
  height: 140px;
  width: 100px;
  margin-bottom: 10px;
}

a.btn.homepage-cta {
  width: 10rem;
}

#leader-definition {
  font-weight: normal;
  text-decoration: dashed grey underline;
}

#stats h2 {
 height: 115px;
}

#stats h2 img {
  height: 80px;
}

#quotes-carousel {
  min-height: 160px;
}

/* About page */
.about-pacman-glyph {
  position: absolute;
  height: 120%;
  top: -10%;
}

/* Pricing pages */
ul.benefit-list {
  padding-left: 0;
}

ul.benefit-list li {
  list-style-type: none;
  display: inline-block;
  padding-bottom: 0.5rem;
}

a.enterprise-switcher {
  font-weight: normal;
}

.table-sm td, .table-sm th{
    padding:1rem;
}

/* Styling for the slider on the pricing page */

input[type=range] {
  height: 23px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
	background: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: rgb(62, 195, 211);
  border-radius: 5px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgb(62, 195, 211);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: rgb(62, 195, 211);
  border-radius: 5px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #11B3B6;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: rgb(62, 195, 211);
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgb(62, 195, 211);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgb(62, 195, 211);
}

/* End styling for the slider on the pricing page */

/* ActiveCampaign form styling */

._form-thank-you, .error-container {
  font-size: 1.25rem;
  font-weight: 300;
}

.error-container {
  color: rgb(220, 53, 69);
}

footer .error-container {
  color: white;
}

/* End ActiveCampaign form styling */

/* Sign up page */

div.invalid-feedback {
  color: #f06543;
}

/* Playbook page */

a.badge {
  text-decoration: none;
}

/* Actions page */
div#action-row {
  overflow-x: hidden;
}

div.action-panel h1 {
  font-size: 1.25rem;
}

div.action-panel h1 + p::after {
    display: block;
    margin-bottom: 1rem;
    content: "";
}

div.action-panel ol {
    list-style: none;
    margin-right: -5000px;
    padding-right: 5000px;
    margin-left: -5000px;
    padding-left: 5000px;
    background: white;
    padding-top: 1rem;
}

div.action-panel ol li {
    position: relative;
    min-height: 60px;
    margin-bottom: 1rem;
}

div.action-panel ol li:nth-child(1n):before {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

div.action-panel ol li:nth-child(1n):after {
  clear; left;
}

div.action-panel ol li:nth-child(1):before {
  background-image: url('/resources/numbers-and-icons/1.svg');
}

div.action-panel ol li:nth-child(2):before {
  background-image: url('/resources/numbers-and-icons/2.svg');
}

div.action-panel ol li:nth-child(3):before {
  background-image: url('/resources/numbers-and-icons/3.svg');
}

div.action-panel ol li:nth-child(4):before {
  background-image: url('/resources/numbers-and-icons/4.svg');
}

div.action-panel ol li:nth-child(5):before {
  background-image: url('/resources/numbers-and-icons/5.svg');
}

div.action-panel ol li:nth-child(6):before {
  background-image: url('/resources/numbers-and-icons/6.svg');
}


/* Card page */
div#actions .contrast {
  padding-top: 0;
  padding-bottom: 0;
}

div#actions .btn {
  text-align: left;
}

/* Network page */
div.sequence-steps img {
  height: 60px;
}
