/* fullwidth div box for Facebook Iframe */
div.fullwidthbox {
  float: left;
  width: 956px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left ! important;
}
/* lower section boxes, long 3 column span box and 3 smaller boxes to right */
div.boxlong {
  float: left;
  width: 632px;
  /* height: 796px; */
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left ! important;
  overflow: hidden ! important;
}
div.boxsplit {
  float: left;
  width: 312px;
  /* height: 800px; */
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  text-align: left ! important;
  overflow: hidden ! important;
}
div.boxlong-sms-marketing,
div.boxlong-campaign-support {
  height: 430px ! important;
}
div.boxsplit-sms-marketing,
div.boxsplit-campaign-support {
  height: 440px ! important;
}

div.subbox {
  display: block;
  width: 308px;
  /* height: 187px; */
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left ! important;
  overflow: hidden ! important;
  padding-bottom: 10px;
}

div.subboxlonger {
  /* height: 227px; */
}

/* row spacing */
div.clearboxes {
  clear: both;
  height: 12px ! important;
  width: 100%;
}

/* inside the boxes */
div.boxlong h2,
div.boxlong h3,
div.boxlong h4,
div.subbox h2 {
  font-family: arial;
  font-weight: bold ! important;
  color: #00aff0;
  margin: 0;
  margin-left: 14px;
  margin-top: 6px;
  margin-bottom: 0;
}
div.subbox h2.smlspace {
  margin-bottom: 3px ! important;
}
div.boxlong p,
div.subbox p {
  font-family: Corbel, 'Lucida Grande', Helvetica, sans-serif;
  color: #898989;
  margin: 0;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 18px;
  line-height: 23px;
}
div.subbox img {
  margin-left: 16px ! important;
}
div.boxMargin {
  margin-left: 12px ! important;
}
div.boxSpacer {
  margin-bottom: 12px ! important;
}
h2.headSpacer,
h3.headSpacer,
h4.headSpacer,
img.topSpacer {
  margin-top: 16px ! important;
}
div.subbox p {
  margin-top: 0 ! important;
  margin-left: 15px ! important;
}
div.subbox h3 {
  font-family: arial;
  font-weight: bold ! important;
  color: #00aff0;
  margin: 0;
  margin-left: 15px;
  margin-top: 6px;
  margin-bottom: 0 ! important;
}

