/* SASS FTW */
#block-claranet-2015-callouts-call-to-actions {
  max-width: 700px;
  margin: 4em auto;
}
#block-claranet-2015-callouts-call-to-actions .block-title {
  text-align: center;
  margin-bottom: 0.7em;
  font-family: akzidenz-grotesk;
  font-weight: 300;
  color: #888;
}

.call-out-holding {
  display: block;
  text-align: center;
}
.call-out-holding .holding-image {
  text-align: center;
  margin-bottom: 2em;
}
.call-out-holding h2 {
  margin-top: 0;
}

#callouts {
  margin: 0 auto;
  text-align: center;
  max-width: 470px;
  margin-bottom: 2em;
}

/* Our sales form */
div.sales-form {
  text-align: left;
}
div.sales-form .form-textarea, div.sales-form .form-text, div.sales-form .form-select {
  width: 99%;
  padding: 0.4em;
  box-sizing: border-box;
  font-size: 1.2em;
}
div.sales-form .form-textarea-wrapper {
  width: 100%;
}
div.sales-form .form-item-homeemail {
  display: none;
}

.callout-content {
  position: relative;
  text-align: left;
  display: none;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 2em;
}
.callout-content :last-child {
  margin-bottom: 0;
}
.callout-content #messages {
  margin: 1em 0 1.5em 0;
}
.callout-content #messages .messages {
  margin: 0;
}
.callout-content:after {
  top: -50px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  border-color: #ffffff;
  border-bottom-color: #f3f3f3;
  border-width: 25px;
  margin-left: -25px;
}

#chat:after {
  left: 27%;
}

#email:after {
  left: 50%;
}

#call:after {
  left: 73%;
}

.chat_disabled #call:after {
  left: 62%;
}
.chat_disabled #email:after {
  left: 38%;
}

.chat_disabled #callouts {
  max-width: 305px;
}
.chat_disabled #callouts .call {
  background-color: #DA2328;
}
.chat_disabled #callouts .call:hover {
  background-color: #253741;
}

.tab-container.buttons a {
  display: block;
  height: 140px;
  width: 140px;
  background-color: #253741;
  color: #fff;
  float: left;
  margin-right: 25px;
  font-size: 2em;
  font-family: akzidenz-grotesk;
  font-weight: 500;
  text-decoration: none;
}
.tab-container.buttons a.last {
  margin-right: 0;
}
.tab-container.buttons a:active {
  text-decoration: none;
}
.tab-container.buttons a.chat {
  background-color: #DA2328;
}
.tab-container.buttons a.chat:hover {
  background-color: #253741;
}
.tab-container.buttons a.chat:before {
  content: "";
  display: block;
  width: 83px;
  margin: 15px auto 5px auto;
  height: 71px;
  background: transparent url("../images/cta-livechat.png") no-repeat 0 0;
}
.tab-container.buttons a.email {
  background-color: #707C8A;
}
.tab-container.buttons a.email:hover {
  background-color: #253741;
}
.tab-container.buttons a.email:before {
  content: "";
  display: block;
  width: 77px;
  height: 44px;
  margin: 35px auto 12px auto;
  background: transparent url("../images/cta-email.png") no-repeat 0 0;
}
.tab-container.buttons a.call {
  background-color: #BDC2C6;
}
.tab-container.buttons a.call:hover {
  background-color: #253741;
}
.tab-container.buttons a.call:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  margin: 22px auto 2px auto;
  background: transparent url("../images/cta-call.png") no-repeat 0 0;
}

.tab-container.buttons {
  margin-bottom: 1em;
}
