/*
----------------------------------------------------------------------------------------------------------------
Less Variables
----------------------------------------------------------------------------------------------------------------*/
.agent {
  color: #000000 !important;
}
.contact {
  color: #000000 !important;
}
#footer span {
  color: #000000 !important;
}
/*
----------------------------------------------------------------------------------------------------------------
Shared Style
----------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html,
body { 
}
.wrapper {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}
.container {
  width: 950px;
  margin: 0 auto;
  position: relative;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear-float {
  clear: both;
}
.small {
  font-size: 13px;
  line-height: 18px;
}
.space {
  width: 1px;
  height: 50px;
}
.small-space {
  width: 1px;
  height: 16px;
}
.mini-space {
  width: 1px;
  height: 10px;
}
.spacer {
  margin-right: 12px;
}
.border-and-shadow {
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
  margin-top: 17px;
  margin-bottom: 42px;
}
.title-box {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #b3b3b3;
}
.togglable {
  display: none;
}
.togglable p {
  padding-top: 10px;
}
.togglable-open {
  display: block;
  overflow: none;
  height: 100%;
  max-height: 100%;
}
span.breadcrumb {
  position: absolute;
  top: 15px;
  font-size: 14px;
}
span.breadcrumb a {
  color: #fb5f32;
  text-decoration: none;
}
span.breadcrumb a:hover {
  color: #c33d0f;
}
a.tel {
  background: none !important;
  padding-left: 0 !important;
  background: none;
  text-decoration: none;
}
h2.agent-icon {
  background: transparent url('../img/agent-brian-icon.png') no-repeat left top;
  padding-top: 123px;
}
h2.merchant-office {
  background: transparent url('../img/merchant-office.png') no-repeat left top;
}
h2.merchant-office-yellow {
  background: transparent url('../img/merchant-office-yellow.png') no-repeat left top;
}
h2.agent-office {
  background: transparent url('../img/agent-office.png') no-repeat left top;
}
h2.product-in-site {
  background: transparent url('../img/product-in-site.png') no-repeat left top;
}
h2.inquiries {
  background: transparent url('../img/inquiries.png') no-repeat left top;
}
h2.inquiries-green {
  background: transparent url('../img/inquiries-green.png') no-repeat left top;
}
h3.call-us {
  background: transparent url('../img/call-us-icon.png') no-repeat left top;
}
h3.live-chat {
  background: transparent url('../img/live-chat-icon.png') no-repeat left top;
}
h3.call {
  background: transparent url('../img/call-icon.png') no-repeat left top;
}
h4.callback {
  background: transparent url('../img/callback-icon.png') no-repeat left top;
  vertical-align: middle;
  padding: 8px 0 0 55px;
  height: 45px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  margin-top: -8px;
  padding-bottom: 20px;
}
h6.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
h6.black {
  color: #000000 !important;
}
/*
----------------------------------------------------------------------------------------------------------------
Carousel Style
----------------------------------------------------------------------------------------------------------------*/
.controls {
  position: relative;
  height: 35px;
  width:35px;
  z-index: 5001;
  
}
.controls.prev-arrow {left:0; float:left; clear:left; display:inline; margin-left:20px;}
.controls.next-arrow{right:0; float:right; display:inline; margin-right:20px;}
.controls a {
  height: 34px;
  width: 34px;
  display: none;
}
.controls a.carousel-prev {
  float: left;
  background: url('../img/toggle-left-big.png') no-repeat top left;
}
.controls a.carousel-prev:hover {
  background: url('../img/toggle-left-big-hover.png') no-repeat top left;
}
.controls a.carousel-next {
  float: right;
  background: url('../img/toggle-right-big.png') no-repeat top left;
}
.controls a.carousel-next:hover {
  background: url('../img/toggle-right-big-hover.png') no-repeat top left;
}
.carousel {
  position: relative;
 
  line-height: 1;
  width:965px;
  margin:0 auto 20px auto;
}
.carousel-inner {
  position: relative;
  width: 965px;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
  position: relative;
  top: -65px;
  left: 48%;
  z-index: 5;
  margin: 0;
  list-style: none;
  float: left;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  text-indent: -999px;
  background-color: #979797;
  border-radius: 5px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #c6c6c6;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
----------------------------------------------------------------------------------------------------------------
Table Shared Style
----------------------------------------------------------------------------------------------------------------*/
td {
  vertical-align: bottom;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 5px 5px 5px;
}
.top-bottom-border-line {
  border-top: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  margin: 10px 0;
  padding: 15px 0;
}
.top-border-line {
  border-top: 1px solid #ACACAC;
  margin: 20px 0 0 0;
  padding: 15px 0 0 0;
}
.last-row td {
  padding-top: 25px;
}
/*
----------------------------------------------------------------------------------------------------------------
Form Shared Style
----------------------------------------------------------------------------------------------------------------*/
input {
  height: 35px;
  border: 1px solid #ACACAC;
  font-size: 13px;
  padding-left: 10px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  color: #919191;
}
input[type='checkbox'] {
  width: 10px;
  padding: 0;
  margin: 0 10px 0 0;
  vertical-align: middle;
  line-height: 50px;
}
textarea {
  width: 100%;
  height: 100px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
div.selector {
  color: black;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  border: 1px solid #ACACAC;
  background-color: white;
  background-image: url(../img/selector.png);
  background-repeat: no-repeat;
  background-position: 238px -1px;
  line-height: 35px;
  height: 35px;
}
div.selector.error {
  border-color: #D63016;
}
div.selector.hover span {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector:active span {
  background-color: white;
  background-image: url(../img/selector.png);
  background-position: 238px -1px;
  line-height: 35px;
  height: 35px;
}
div.selector:active span.hover {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector:active.hover {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus:active {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus.hover {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus span {
  background-image: url(../img/selector.png);
  background-position: 238px -1px;
}
div.selector.focus span:hover {
  background-image: url(../img/selector-hover.png);
}
div.selector.focus:hover {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus:hover:active {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus:hover:active span {
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
}
div.selector.focus:hover span {
  background-color: white;
  background-image: url(../img/selector-hover.png);
  background-position: 238px -1px;
  line-height: 35px;
  height: 35px;
}
div.selector .select-text {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  height: 35px;
  cursor: pointer;
  background-color: white;
  background-image: url(../img/selector.png);
  background-position: 238px -1px;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: none;
  padding: 0 0 0 15px;
  border-right: none;
  margin: 0;
  height: 35px;
  width: 260px !important;
  line-height: 32px;
  background-color: white;
  background-image: url(../img/selector.png);
  background-position: 238px -1px;
  line-height: 35px;
}
.one-line div.selector:hover {
  background-position: 535px -1px;
}
.one-line div.selector:hover:active {
  background-position: 535px -1px;
}
.one-line div.selector:hover:active span {
  background-position: 535px -1px;
}
.one-line div.selector:hover span {
  background-position: 535px -1px;
}
.one-line div.selector:active span {
  background-position: 535px -1px;
}
.one-line div.selector.focus {
  background-position: 535px -1px;
}
.one-line div.selector.focus:active {
  background-position: 535px -1px;
}
.one-line div.selector.focus span {
  background-position: 535px -1px;
}
.one-line div.selector .select-text {
  background-position: 535px -1px;
}
.one-line div.selector span {
  width: 557px !important;
  background-position: 535px -1px;
}
.right-column div.selector:hover {
  background-position: 283px -1px;
}
.right-column div.selector:hover:active {
  background-position: 283px -1px;
}
.right-column div.selector:hover:active span {
  background-position: 283px -1px;
}
.right-column div.selector:hover span {
  background-position: 283px -1px;
}
.right-column div.selector:active span {
  background-position: 283px -1px;
}
.right-column div.selector.focus {
  background-position: 283px -1px;
}
.right-column div.selector.focus:active {
  background-position: 283px -1px;
}
.right-column div.selector.focus span {
  background-position: 283px -1px;
}
.right-column div.selector .select-text {
  background-position: 283px -1px;
}
.right-column div.selector span {
  width: 310px !important;
  background-position: 283px -1px;
}
/*
----------------------------------------------------------------------------------------------------------------
Header Shared Style
----------------------------------------------------------------------------------------------------------------*/
/*
----------------------------------------------------------------------------------------------------------------
Left Column Shared Style
----------------------------------------------------------------------------------------------------------------*/
/*
----------------------------------------------------------------------------------------------------------------
Right Column Shared Style
----------------------------------------------------------------------------------------------------------------*/
input[type='text']:focus,
textarea {
  -webkit-box-shadow: inset 0 0 3px #42b4d6 !important;
  -moz-box-shadow: inset 0 0 3px #42b4d6 !important;
  box-shadow: inset 0 0 3px #42b4d6 !important;
  outline: 0 !important;
}
div.selector:focus,
div.selector.focus,
input[type='checkbox']:focus,
input[type='button']:focus,
input[type='submit']:focus {
  -webkit-box-shadow: 0 0 3px #42b4d6 !important;
  -moz-box-shadow: 0 0 3px #42b4d6 !important;
  box-shadow: 0 0 3px #42b4d6 !important;
  outline: 0 !important;
}
textarea {
  resize: vertical;
}
/*
----------------------------------------------------------------------------------------------------------------
Super Nav
----------------------------------------------------------------------------------------------------------------*/
.wrapper#supernav {
  z-index: 1;
  font-size: 13px;
  color: #FFF;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#supernav .container div.agent {
  font-family: SimpleSans;
  float: left;
  margin-top: 14px;
  margin-left: 5px;
}
.wrapper#supernav .container div.contact {
  float: right;
  margin-top: 14px;
  margin-right: -6px;
}
.wrapper#supernav a {
  color: #000000;
  margin-right: 5px;
  text-decoration: none;
}
.wrapper#supernav a:hover {
  color: #c33d0f;
  text-decoration: underline;
}
.wrapper#supernav a.active {
  text-decoration: none;
}
/*
----------------------------------------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------------------------------------*/
#logo {
  width: 243px;
  height: 45px;
  margin-top:35px;
  background-image: url('../img/logo.png');
  z-index: 12;
  text-indent: -9999em;
  display: block;
  float: left;
} 
/*
----------------------------------------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------------------------------------*/
.wrapper#footer {
  margin-top: 100px;
  background: transparent url('../img/agent-orange/footer.png') no-repeat center top;
  height: 290px;
}
.wrapper#footer .left-column {
  float: left;
  width: 570px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  padding-top: 100px;
  border-right: 0;
}
.wrapper#footer .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#footer .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#footer .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#footer .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#footer .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#footer .left-column h4 span {
  color: #424242;
}
.wrapper#footer .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#footer .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#footer .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#footer .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#footer .left-column a {
  color: #fb5f32;
}
.wrapper#footer .left-column a:hover {
  color: #c33d0f;
}
.wrapper#footer .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#footer .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#footer .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#footer .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#footer .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#footer .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#footer .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#footer .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#footer .left-column table {
  width: 560px;
}
.wrapper#footer .left-column table input.error {
  border-color: #D63016;
}
.wrapper#footer .left-column table .label-wrap,
.wrapper#footer .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#footer .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#footer .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#footer .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#footer .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#footer .left-column td .selector {
  width: 275px !important;
}
.wrapper#footer .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#footer .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#footer .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#footer .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#footer .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#footer .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#footer .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#footer .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#footer .left-column input[type=button],
.wrapper#footer .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#footer .left-column input[type=button]:hover,
.wrapper#footer .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#footer .left-column span {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  clear: both;
  font-size: 13px;
  line-height: 20px;
}
.wrapper#footer .left-column ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}
.wrapper#footer .left-column li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 12px;
  list-style: none;
  display: inline;
  float: left;
}
.wrapper#footer .left-column li a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
  color: #000000;
}
.wrapper#footer .left-column li a:hover {
  color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Homepage Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#homepage-header {
  height: 463px;
  margin-bottom: 60px;
}
.wrapper#homepage-header .controls {
  
  top: -262px;
}
.wrapper#homepage-header:hover .controls a {
  display: block;
}
.wrapper#homepage-header .carousel-inner {
  width: 965px;
  margin: 0 auto;
}
#homepage-slider #slide-1 {
  height: 463px;
  width: 965px;
  margin: 0 auto;
  background: transparent url('../img/carousel-bg.png') no-repeat;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
#homepage-slider #slide-1 span.reader {
  position: relative;
  top: 50px;
  left: 540px;
  display: block;
  width: 339px;
  height: 356px;
  background: transparent url('../img/enable-your-business-circle.png') no-repeat center top;
}
#homepage-slider #slide-1 h1 {
  position: relative;
  display: block;
  top: -310px;
  left: 80px;
  font-size: 40px;
  color: #004165;
  width: 450px;
  line-height: 44px;
  margin-bottom: 5px;
}
#homepage-slider #slide-1 h3 {
  position: relative;
  display: block;
  top: -300px;
  left: 80px;
  font-size: 18px;
  line-height: 32px;
  width: 450px;
  color: #f26522;
}
#homepage-slider #slide-1 p {
  position: relative;
  display: block;
  top: -280px;
  left: 80px;
  font-size: 13px;
  width: 400px;
  line-height: 18px;
}
#homepage-slider #slide-1 a {
  background-color: #fb4f14;
  margin-top: 12px;
  position: relative;
  height: 26px;
  width: 87px;
  display: block;
  top: -267px;
  left: 65px;
  margin-left: 15px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 12px 13px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  padding: 12px 2px 0px 38px;
}
#homepage-slider #slide-1 a:hover {
  background: #c33d0f url('../img/arrow-right-small.png') no-repeat 12px 13px;
}
#homepage-slider #slide-1 ul {
  width: 420px;
  display: block;
  position: relative;
  list-style: disc !important;
  color: #000000;
  top: -285px;
  left: 100px;
  margin-bottom: 50px;
}
#homepage-slider #slide-1 li {
  width: 350px;
  height: auto !important;
  position: relative;
  display: list-item;
  line-height: 25px !important;
  margin-bottom: 5px;
}
#homepage-slider #slide-2 {
  height: 463px;
  width: 965px;
  margin: 0 auto;
  background: transparent url('../img/carousel-bg.png') no-repeat;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
#homepage-slider #slide-2 span.reader {
  position: relative;
  top: 50px;
  left: 80px;
  display: block;
  width: 339px;
  height: 356px;
  background: transparent url('../img/promo-image.png') no-repeat center center;
}
#homepage-slider #slide-2 h1 {
  position: relative;
  display: block;
  top: -310px;
  left: 480px;
  font-size: 40px;
  color: #004165;
  width: 450px;
  line-height: 44px;
  margin-bottom: 5px;
}
#homepage-slider #slide-2 h3 {
  position: relative;
  display: block;
  top: -300px;
  left: 480px;
  font-size: 22px;
  line-height: 32px;
  width: 450px;
}
#homepage-slider #slide-2 p {
  position: relative;
  display: block;
  top: -280px;
  left: 480px;
  font-size: 16px;
  width: 450px;
  line-height: 26px;
  padding-bottom: 20px;
}
#homepage-slider #slide-2 a {
  background-color: #fb4f14;
  margin-top: 12px;
  position: relative;
  height: 26px;
  width: 87px;
  display: block;
  top: -267px;
  left: 465px;
  margin-left: 15px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 12px 13px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  padding: 13px 0px 0px 39px;
}
#homepage-slider #slide-2 a:hover {
  background: #c33d0f url('../img/arrow-right-small.png') no-repeat 12px 13px;
}
#homepage-slider #slide-2 ul {
  width: 420px;
  display: block;
  position: relative;
  list-style: disc !important;
  color: #000000;
  top: -285px;
  left: 498px;
  margin-bottom: 0px;
}
#homepage-slider #slide-2 li {
  width: 350px;
  height: auto !important;
  position: relative;
  display: list-item;
  line-height: 25px !important;
  margin-bottom: 5px;
}
#homepage-slider #slide-2 li.small {
  width: 350px;
  height: auto !important;
  position: relative;
  display: list-item;
	list-style-type :none;
	 font-size:.75em;
  line-height: 15px !important;
  margin-bottom: 0px;
}
#homepage-slider #slide-3 {
  height: 463px;
  width: 965px;
  margin: 0 auto;
  background: transparent url('../img/carousel-bg.png') no-repeat;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
#homepage-slider #slide-3 li {
  height: 463px;
}
#homepage-slider #slide-3 h1 {
  position: relative;
  display: block;
  font-size: 40px;
  color: #004165;
  width: 965px;
  line-height: 44px;
  text-align: center;
  top: 40px;
}
#homepage-slider #slide-3 h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  width: 965px;
  margin: 0 auto 30px auto;
  text-align: center;
  top: 40px;
}
#homepage-slider #slide-3 p {
  position: relative;
  display: block;
  font-size: 13px;
  width: 965px;
  margin: 0 auto;
  line-height: 18px;
  text-align: center;
}
#homepage-slider #slide-3 a {
  background-color: #fb4f14;
  position: relative;
  height: 26px;
  width: 87px;
  display: block;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 12px 13px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  padding: 13px 0px 0px 39px;
}
#homepage-slider #slide-3 a:hover {
  background: #c33d0f url('../img/arrow-right-small.png') no-repeat 12px 13px;
}
#homepage-slider #slide-3 a.standard-link {
  background: transparent;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline;
  color: #fb5f32;
  font-size: 16px;
  z-index: 10000s;
}
#homepage-slider #slide-3 a.button {
  top: 28px;
  left: 428px;
}
#homepage-slider #slide-3 ul {
  width: 420px;
  display: block;
  position: relative;
  list-style: disc !important;
  color: #000000;
  top: -5px;
  left: 300px;
  margin-bottom: 50px;
  top: 40px;
}
#homepage-slider #slide-3 li {
  width: 420px;
  height: auto !important;
  position: relative;
  display: list-item;
  line-height: 25px !important;
  margin-bottom: 5px;
}
/*
----------------------------------------------------------------------------------------------------------------
Homepage
----------------------------------------------------------------------------------------------------------------*/
.wrapper#homepage .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#homepage .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#homepage .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#homepage .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#homepage .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#homepage .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#homepage .left-column h4 span {
  color: #424242;
}
.wrapper#homepage .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#homepage .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#homepage .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#homepage .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#homepage .left-column a {
  color: #fb5f32;
}
.wrapper#homepage .left-column a:hover {
  color: #c33d0f;
}
.wrapper#homepage .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#homepage .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#homepage .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#homepage .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#homepage .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#homepage .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#homepage .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#homepage .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#homepage .left-column table {
  width: 560px;
}
.wrapper#homepage .left-column table input.error {
  border-color: #D63016;
}
.wrapper#homepage .left-column table .label-wrap,
.wrapper#homepage .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#homepage .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#homepage .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#homepage .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#homepage .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#homepage .left-column td .selector {
  width: 275px !important;
}
.wrapper#homepage .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#homepage .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#homepage .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#homepage .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#homepage .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#homepage .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#homepage .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#homepage .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#homepage .left-column input[type=button],
.wrapper#homepage .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#homepage .left-column input[type=button]:hover,
.wrapper#homepage .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#homepage .right-column {
  float: left;
  width: 290px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#homepage .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#homepage .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#homepage .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#homepage .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#homepage .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#homepage .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#homepage .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#homepage .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#homepage .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#homepage .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#homepage .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#homepage .right-column .caption img {
  margin-top: 5px;
}
.wrapper#homepage .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#homepage .right-column table {
  width: 300px;
}
.wrapper#homepage .right-column table input.error {
  border-color: #D63016;
}
.wrapper#homepage .right-column table .label-wrap,
.wrapper#homepage .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#homepage .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#homepage .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#homepage .right-column td .selector {
  width: 320px !important;
}
.wrapper#homepage .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#homepage .right-column input[type='text'] {
  width: 310px;
}
.wrapper#homepage .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#homepage .right-column input[type=button],
.wrapper#homepage .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#homepage .right-column input[type=button]:hover,
.wrapper#homepage .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Contact Us Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#contact-us-header {
  height: 173px;
  margin-bottom: 0px;
}
.wrapper#contact-us-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#contact-us-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.wrapper#contact-us-header span.contact-us-header {
  display: block;
  position: absolute;
  background: transparent url('../img/contact-us-header.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#contact-us-header span.contact-us-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/bang-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Contact Us
----------------------------------------------------------------------------------------------------------------*/
.wrapper#contact-us .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#contact-us .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#contact-us .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#contact-us .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#contact-us .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#contact-us .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#contact-us .left-column h4 span {
  color: #424242;
}
.wrapper#contact-us .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#contact-us .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#contact-us .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#contact-us .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#contact-us .left-column a {
  color: #fb5f32;
}
.wrapper#contact-us .left-column a:hover {
  color: #c33d0f;
}
.wrapper#contact-us .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#contact-us .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#contact-us .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#contact-us .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#contact-us .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#contact-us .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#contact-us .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#contact-us .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#contact-us .left-column table {
  width: 560px;
}
.wrapper#contact-us .left-column table input.error {
  border-color: #D63016;
}
.wrapper#contact-us .left-column table .label-wrap,
.wrapper#contact-us .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#contact-us .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#contact-us .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#contact-us .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#contact-us .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#contact-us .left-column td .selector {
  width: 275px !important;
}
.wrapper#contact-us .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#contact-us .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#contact-us .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#contact-us .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#contact-us .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#contact-us .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#contact-us .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#contact-us .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#contact-us .left-column input[type=button],
.wrapper#contact-us .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#contact-us .left-column input[type=button]:hover,
.wrapper#contact-us .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#contact-us .right-column {
  float: left;
  width: 290px;
  padding-top: 90px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#contact-us .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#contact-us .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#contact-us .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#contact-us .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#contact-us .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#contact-us .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#contact-us .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#contact-us .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#contact-us .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#contact-us .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#contact-us .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#contact-us .right-column .caption img {
  margin-top: 5px;
}
.wrapper#contact-us .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#contact-us .right-column table {
  width: 300px;
}
.wrapper#contact-us .right-column table input.error {
  border-color: #D63016;
}
.wrapper#contact-us .right-column table .label-wrap,
.wrapper#contact-us .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#contact-us .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#contact-us .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#contact-us .right-column td .selector {
  width: 320px !important;
}
.wrapper#contact-us .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#contact-us .right-column input[type='text'] {
  width: 310px;
}
.wrapper#contact-us .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#contact-us .right-column input[type=button],
.wrapper#contact-us .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#contact-us .right-column input[type=button]:hover,
.wrapper#contact-us .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Referral Partner Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#referral-partner-header {
  height: 243px;
  margin-bottom: 0px;
}
.wrapper#referral-partner-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#referral-partner-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
  width: 600px;
}
.wrapper#referral-partner-header span.referral-partner-header {
  display: block;
  position: absolute;
  background: transparent url('../img/referral-partner-circle.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#referral-partner-header span.referral-partner-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/referral-partner-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Referral Partner
----------------------------------------------------------------------------------------------------------------*/
.wrapper#referral-partner .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#referral-partner .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#referral-partner .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#referral-partner .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#referral-partner .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#referral-partner .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#referral-partner .left-column h4 span {
  color: #424242;
}
.wrapper#referral-partner .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#referral-partner .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#referral-partner .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#referral-partner .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#referral-partner .left-column a {
  color: #fb5f32;
}
.wrapper#referral-partner .left-column a:hover {
  color: #c33d0f;
}
.wrapper#referral-partner .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#referral-partner .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#referral-partner .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#referral-partner .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#referral-partner .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#referral-partner .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#referral-partner .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#referral-partner .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#referral-partner .left-column table {
  width: 560px;
}
.wrapper#referral-partner .left-column table input.error {
  border-color: #D63016;
}
.wrapper#referral-partner .left-column table .label-wrap,
.wrapper#referral-partner .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#referral-partner .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#referral-partner .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#referral-partner .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#referral-partner .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#referral-partner .left-column td .selector {
  width: 275px !important;
}
.wrapper#referral-partner .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#referral-partner .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#referral-partner .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#referral-partner .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#referral-partner .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#referral-partner .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#referral-partner .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#referral-partner .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#referral-partner .left-column input[type=button],
.wrapper#referral-partner .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#referral-partner .left-column input[type=button]:hover,
.wrapper#referral-partner .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#referral-partner .left-column li {
  width: 460px;
  list-style: disc;
  margin-left: 15px;
}
.wrapper#referral-partner .right-column {
  float: left;
  width: 290px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#referral-partner .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#referral-partner .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#referral-partner .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#referral-partner .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#referral-partner .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#referral-partner .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#referral-partner .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#referral-partner .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#referral-partner .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#referral-partner .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#referral-partner .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#referral-partner .right-column .caption img {
  margin-top: 5px;
}
.wrapper#referral-partner .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#referral-partner .right-column table {
  width: 300px;
}
.wrapper#referral-partner .right-column table input.error {
  border-color: #D63016;
}
.wrapper#referral-partner .right-column table .label-wrap,
.wrapper#referral-partner .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#referral-partner .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#referral-partner .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#referral-partner .right-column td .selector {
  width: 320px !important;
}
.wrapper#referral-partner .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#referral-partner .right-column input[type='text'] {
  width: 310px;
}
.wrapper#referral-partner .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#referral-partner .right-column input[type=button],
.wrapper#referral-partner .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#referral-partner .right-column input[type=button]:hover,
.wrapper#referral-partner .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Tips and Testimonials Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#tips-and-testimonials-header {
  height: 173px;
  margin-bottom: 0px;
}
.wrapper#tips-and-testimonials-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#tips-and-testimonials-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.wrapper#tips-and-testimonials-header span.tips-and-testimonials-header {
  display: block;
  position: absolute;
  background: transparent url('../img/tips-circle.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#tips-and-testimonials-header span.tips-and-testimonials-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/bang-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Tips and Testimonials
----------------------------------------------------------------------------------------------------------------*/
.wrapper#tips-and-testimonials .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#tips-and-testimonials .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#tips-and-testimonials .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#tips-and-testimonials .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#tips-and-testimonials .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#tips-and-testimonials .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#tips-and-testimonials .left-column h4 span {
  color: #424242;
}
.wrapper#tips-and-testimonials .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#tips-and-testimonials .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#tips-and-testimonials .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#tips-and-testimonials .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#tips-and-testimonials .left-column a {
  color: #fb5f32;
}
.wrapper#tips-and-testimonials .left-column a:hover {
  color: #c33d0f;
}
.wrapper#tips-and-testimonials .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#tips-and-testimonials .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#tips-and-testimonials .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#tips-and-testimonials .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#tips-and-testimonials .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#tips-and-testimonials .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#tips-and-testimonials .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#tips-and-testimonials .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#tips-and-testimonials .left-column table {
  width: 560px;
}
.wrapper#tips-and-testimonials .left-column table input.error {
  border-color: #D63016;
}
.wrapper#tips-and-testimonials .left-column table .label-wrap,
.wrapper#tips-and-testimonials .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#tips-and-testimonials .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#tips-and-testimonials .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#tips-and-testimonials .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#tips-and-testimonials .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#tips-and-testimonials .left-column td .selector {
  width: 275px !important;
}
.wrapper#tips-and-testimonials .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#tips-and-testimonials .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#tips-and-testimonials .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#tips-and-testimonials .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#tips-and-testimonials .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#tips-and-testimonials .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#tips-and-testimonials .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#tips-and-testimonials .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#tips-and-testimonials .left-column input[type=button],
.wrapper#tips-and-testimonials .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#tips-and-testimonials .left-column input[type=button]:hover,
.wrapper#tips-and-testimonials .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#tips-and-testimonials .left-column li {
  margin-left: 30px;
  width: 460px;
  list-style: disc;
}
.wrapper#tips-and-testimonials .right-column {
  float: left;
  width: 290px;
  padding-top: 90px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#tips-and-testimonials .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#tips-and-testimonials .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#tips-and-testimonials .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#tips-and-testimonials .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#tips-and-testimonials .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#tips-and-testimonials .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#tips-and-testimonials .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#tips-and-testimonials .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#tips-and-testimonials .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#tips-and-testimonials .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#tips-and-testimonials .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#tips-and-testimonials .right-column .caption img {
  margin-top: 5px;
}
.wrapper#tips-and-testimonials .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#tips-and-testimonials .right-column table {
  width: 300px;
}
.wrapper#tips-and-testimonials .right-column table input.error {
  border-color: #D63016;
}
.wrapper#tips-and-testimonials .right-column table .label-wrap,
.wrapper#tips-and-testimonials .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#tips-and-testimonials .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#tips-and-testimonials .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#tips-and-testimonials .right-column td .selector {
  width: 320px !important;
}
.wrapper#tips-and-testimonials .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#tips-and-testimonials .right-column input[type='text'] {
  width: 310px;
}
.wrapper#tips-and-testimonials .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#tips-and-testimonials .right-column input[type=button],
.wrapper#tips-and-testimonials .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#tips-and-testimonials .right-column input[type=button]:hover,
.wrapper#tips-and-testimonials .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Merchant Inquiry Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#merchant-inquiry-header {
  height: 173px;
  margin-bottom: 0px;
}
.wrapper#merchant-inquiry-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#merchant-inquiry-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
  width: 510px;
}
.wrapper#merchant-inquiry-header span.merchant-inquiry-header {
  display: block;
  position: absolute;
  background: transparent url('../img/inquiry-form-circle.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#merchant-inquiry-header span.merchant-inquiry-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/inquiry-form-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Merchant Inquiry
----------------------------------------------------------------------------------------------------------------*/
.wrapper#merchant-inquiry .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#merchant-inquiry .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#merchant-inquiry .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#merchant-inquiry .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#merchant-inquiry .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#merchant-inquiry .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#merchant-inquiry .left-column h4 span {
  color: #424242;
}
.wrapper#merchant-inquiry .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#merchant-inquiry .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#merchant-inquiry .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-inquiry .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#merchant-inquiry .left-column a {
  color: #fb5f32;
}
.wrapper#merchant-inquiry .left-column a:hover {
  color: #c33d0f;
}
.wrapper#merchant-inquiry .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#merchant-inquiry .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-inquiry .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#merchant-inquiry .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#merchant-inquiry .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#merchant-inquiry .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#merchant-inquiry .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#merchant-inquiry .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#merchant-inquiry .left-column table {
  width: 560px;
}
.wrapper#merchant-inquiry .left-column table input.error {
  border-color: #D63016;
}
.wrapper#merchant-inquiry .left-column table .label-wrap,
.wrapper#merchant-inquiry .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#merchant-inquiry .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#merchant-inquiry .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#merchant-inquiry .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#merchant-inquiry .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#merchant-inquiry .left-column td .selector {
  width: 275px !important;
}
.wrapper#merchant-inquiry .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#merchant-inquiry .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#merchant-inquiry .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#merchant-inquiry .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#merchant-inquiry .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#merchant-inquiry .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#merchant-inquiry .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#merchant-inquiry .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#merchant-inquiry .left-column input[type=button],
.wrapper#merchant-inquiry .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#merchant-inquiry .left-column input[type=button]:hover,
.wrapper#merchant-inquiry .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#merchant-inquiry .left-column li {
  margin-left: 30px;
  width: 460px;
  list-style: disc;
}
.wrapper#merchant-inquiry .left-column table {
  width: 592px;
}
.wrapper#merchant-inquiry .left-column table h6 {
  padding-bottom: 0px;
}
.wrapper#merchant-inquiry .left-column table .top-padding {
  padding-top: 30px;
}
.wrapper#merchant-inquiry .left-column table textarea {
  margin-bottom: 10px;
}
.wrapper#merchant-inquiry .left-column table .more-top-padding {
  padding-top: 20px;
}
.wrapper#merchant-inquiry .left-column form.inquiry-form {
  display: none;
}
.wrapper#merchant-inquiry .right-column {
  float: left;
  width: 290px;
  padding-top: 90px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#merchant-inquiry .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#merchant-inquiry .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#merchant-inquiry .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#merchant-inquiry .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#merchant-inquiry .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#merchant-inquiry .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#merchant-inquiry .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#merchant-inquiry .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#merchant-inquiry .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#merchant-inquiry .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#merchant-inquiry .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#merchant-inquiry .right-column .caption img {
  margin-top: 5px;
}
.wrapper#merchant-inquiry .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-inquiry .right-column table {
  width: 300px;
}
.wrapper#merchant-inquiry .right-column table input.error {
  border-color: #D63016;
}
.wrapper#merchant-inquiry .right-column table .label-wrap,
.wrapper#merchant-inquiry .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#merchant-inquiry .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#merchant-inquiry .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#merchant-inquiry .right-column td .selector {
  width: 320px !important;
}
.wrapper#merchant-inquiry .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#merchant-inquiry .right-column input[type='text'] {
  width: 310px;
}
.wrapper#merchant-inquiry .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#merchant-inquiry .right-column input[type=button],
.wrapper#merchant-inquiry .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#merchant-inquiry .right-column input[type=button]:hover,
.wrapper#merchant-inquiry .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Merchant Processing Solutions Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#merchant-processing-solutions-header {
  height: 463px;
  margin-bottom: 60px;
}
.wrapper#merchant-processing-solutions-header .controls {
  top: -250px;
}
.wrapper#merchant-processing-solutions-header .carousel-inner {
  width: 965px;
  margin: 0 auto;
}
.wrapper#merchant-processing-solutions-header:hover .controls a {
  display: block;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 {
  height: 463px;
  width: 965px;
  background: transparent url('../img/carousel-bg.png') no-repeat;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 li {
  height: 463px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 span.merchant-processing-solutions {
  position: relative;
  top: 50px;
  left: 70px;
  display: block;
  width: 348px;
  height: 356px;
  background: transparent url('../img/attract-customers-carousel.png') no-repeat center top;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 span.lock-circle {
  position: relative;
  top: -80px;
  left: 320px;
  display: block;
  width: 91px;
  height: 91px;
  background: transparent url('../img/attract-customers-icon.png') no-repeat center top;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 h1 {
  position: relative;
  display: block;
  top: -400px;
  left: 467px;
  font-size: 40px;
  line-height: 44px;
  color: #004165;
  width: 420px;
  margin-bottom: 10px;
  color: #01a8e6;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 h3 {
  position: relative;
  display: block;
  top: -390px;
  left: 467px;
  font-size: 22px;
  line-height: 32px;
  width: 420px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 p {
  position: relative;
  display: block;
  top: -350px;
  left: 467px;
  font-size: 13px;
  width: 420px;
  line-height: 18px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 a.header {
  position: absolute;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  background: url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat center left;
  padding-left: 25px;
  text-decoration: none;
  color: #fb5f32;
  top: 340px;
  left: 467px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-1 a.header:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 {
  height: 463px;
  width: 965px;
  background: transparent url('../img/carousel-bg.png') no-repeat;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 li {
  height: 463px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 span.merchant-processing-solutions {
  position: relative;
  top: 50px;
  left: 530px;
  display: block;
  width: 348px;
  height: 356px;
  background: transparent url('../img/payment-options-carousel.png') no-repeat center top;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 span.lock-circle {
  position: relative;
  top: -80px;
  left: 780px;
  display: block;
  width: 91px;
  height: 91px;
  background: transparent url('../img/payment-options-icon.png') no-repeat center top;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 h1 {
  position: relative;
  display: block;
  top: -400px;
  left: 105px;
  font-size: 40px;
  line-height: 44px;
  color: #004165;
  width: 420px;
  margin-bottom: 10px;
  color: #768907;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 h3 {
  position: relative;
  display: block;
  top: -390px;
  left: 105px;
  font-size: 22px;
  line-height: 32px;
  width: 420px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 p {
  position: relative;
  display: block;
  top: -350px;
  left: 105px;
  font-size: 13px;
  width: 420px;
  line-height: 18px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 a.header {
  position: absolute;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  background: url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat center left;
  padding-left: 25px;
  text-decoration: none;
  color: #fb5f32;
  top: 370px;
  left: 105px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-2 a.header:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 {
  height: 463px;
  width: 965px;
  background: transparent url('../img/carousel-bg.png') no-repeat;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 li {
  height: 463px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 span.merchant-processing-solutions {
  position: relative;
  top: 50px;
  left: 70px;
  display: block;
  width: 348px;
  height: 356px;
  background: transparent url('../img/protect-customers-carousel.png') no-repeat center top;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 span.lock-circle {
  position: relative;
  top: -80px;
  left: 320px;
  display: block;
  width: 91px;
  height: 91px;
  background: transparent url('../img/lock-circle.png') no-repeat center top;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 h1 {
  position: relative;
  display: block;
  top: -400px;
  left: 467px;
  font-size: 40px;
  line-height: 44px;
  color: #004165;
  width: 420px;
  margin-bottom: 10px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 h3 {
  position: relative;
  display: block;
  top: -390px;
  left: 467px;
  font-size: 22px;
  line-height: 32px;
  width: 420px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 p {
  position: relative;
  display: block;
  top: -350px;
  left: 467px;
  font-size: 13px;
  width: 420px;
  line-height: 18px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 a.header {
  position: absolute;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  background: url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat center left;
  padding-left: 25px;
  text-decoration: none;
  color: #fb5f32;
  top: 340px;
  left: 467px;
}
.wrapper#merchant-processing-solutions-header #merchant-processing-solutions-slider #slide-3 a.header:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
/*
----------------------------------------------------------------------------------------------------------------
Merchant Processing Solutions
----------------------------------------------------------------------------------------------------------------*/
.wrapper#merchant-processing-solutions .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#merchant-processing-solutions .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#merchant-processing-solutions .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#merchant-processing-solutions .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#merchant-processing-solutions .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#merchant-processing-solutions .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#merchant-processing-solutions .left-column h4 span {
  color: #424242;
}
.wrapper#merchant-processing-solutions .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#merchant-processing-solutions .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#merchant-processing-solutions .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-processing-solutions .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#merchant-processing-solutions .left-column a {
  color: #fb5f32;
}
.wrapper#merchant-processing-solutions .left-column a:hover {
  color: #c33d0f;
}
.wrapper#merchant-processing-solutions .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#merchant-processing-solutions .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-processing-solutions .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#merchant-processing-solutions .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#merchant-processing-solutions .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#merchant-processing-solutions .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#merchant-processing-solutions .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#merchant-processing-solutions .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#merchant-processing-solutions .left-column table {
  width: 560px;
}
.wrapper#merchant-processing-solutions .left-column table input.error {
  border-color: #D63016;
}
.wrapper#merchant-processing-solutions .left-column table .label-wrap,
.wrapper#merchant-processing-solutions .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#merchant-processing-solutions .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#merchant-processing-solutions .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#merchant-processing-solutions .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#merchant-processing-solutions .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#merchant-processing-solutions .left-column td .selector {
  width: 275px !important;
}
.wrapper#merchant-processing-solutions .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#merchant-processing-solutions .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#merchant-processing-solutions .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#merchant-processing-solutions .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#merchant-processing-solutions .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#merchant-processing-solutions .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#merchant-processing-solutions .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#merchant-processing-solutions .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#merchant-processing-solutions .left-column input[type=button],
.wrapper#merchant-processing-solutions .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#merchant-processing-solutions .left-column input[type=button]:hover,
.wrapper#merchant-processing-solutions .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#merchant-processing-solutions .right-column {
  float: left;
  width: 290px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#merchant-processing-solutions .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#merchant-processing-solutions .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#merchant-processing-solutions .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#merchant-processing-solutions .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#merchant-processing-solutions .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#merchant-processing-solutions .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#merchant-processing-solutions .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#merchant-processing-solutions .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#merchant-processing-solutions .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#merchant-processing-solutions .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#merchant-processing-solutions .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#merchant-processing-solutions .right-column .caption img {
  margin-top: 5px;
}
.wrapper#merchant-processing-solutions .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#merchant-processing-solutions .right-column table {
  width: 300px;
}
.wrapper#merchant-processing-solutions .right-column table input.error {
  border-color: #D63016;
}
.wrapper#merchant-processing-solutions .right-column table .label-wrap,
.wrapper#merchant-processing-solutions .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#merchant-processing-solutions .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#merchant-processing-solutions .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#merchant-processing-solutions .right-column td .selector {
  width: 320px !important;
}
.wrapper#merchant-processing-solutions .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#merchant-processing-solutions .right-column input[type='text'] {
  width: 310px;
}
.wrapper#merchant-processing-solutions .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#merchant-processing-solutions .right-column input[type=button],
.wrapper#merchant-processing-solutions .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#merchant-processing-solutions .right-column input[type=button]:hover,
.wrapper#merchant-processing-solutions .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Attract Customers Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#attract-customers-header {
  height: 173px;
  margin-bottom: 0px;
}
.wrapper#attract-customers-header h1, .mainTitle1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#attract-customers-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.wrapper#attract-customers-header span.attract-customers-header {
  display: block;
  position: absolute;
  background: transparent url('../img/attract-customers-header.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#attract-customers-header span.attract-customers-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/attract-customers-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Attract Customers
----------------------------------------------------------------------------------------------------------------*/
.wrapper#attract-customers .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#attract-customers .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#attract-customers .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#attract-customers .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#attract-customers .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#attract-customers .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#attract-customers .left-column h4 span {
  color: #424242;
}
.wrapper#attract-customers .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#attract-customers .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#attract-customers .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#attract-customers .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#attract-customers .left-column a {
  color: #fb5f32;
}
.wrapper#attract-customers .left-column a:hover {
  color: #c33d0f;
}
.wrapper#attract-customers .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#attract-customers .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#attract-customers .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#attract-customers .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#attract-customers .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#attract-customers .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#attract-customers .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#attract-customers .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#attract-customers .left-column table {
  width: 560px;
}
.wrapper#attract-customers .left-column table input.error {
  border-color: #D63016;
}
.wrapper#attract-customers .left-column table .label-wrap,
.wrapper#attract-customers .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#attract-customers .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#attract-customers .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#attract-customers .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#attract-customers .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#attract-customers .left-column td .selector {
  width: 275px !important;
}
.wrapper#attract-customers .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#attract-customers .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#attract-customers .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#attract-customers .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#attract-customers .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#attract-customers .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#attract-customers .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#attract-customers .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#attract-customers .left-column input[type=button],
.wrapper#attract-customers .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#attract-customers .left-column input[type=button]:hover,
.wrapper#attract-customers .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#attract-customers .left-column h3 {
  margin: 0 0 0 0 !important;
  font-size: 16px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#attract-customers .left-column li {
  width: 460px;
  list-style: disc;
  margin-left: 15px;
}
.wrapper#attract-customers .right-column {
  float: left;
  width: 290px;
  padding-top: 90px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#attract-customers .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#attract-customers .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#attract-customers .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#attract-customers .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#attract-customers .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#attract-customers .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#attract-customers .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#attract-customers .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#attract-customers .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#attract-customers .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#attract-customers .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#attract-customers .right-column .caption img {
  margin-top: 5px;
}
.wrapper#attract-customers .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#attract-customers .right-column table {
  width: 300px;
}
.wrapper#attract-customers .right-column table input.error {
  border-color: #D63016;
}
.wrapper#attract-customers .right-column table .label-wrap,
.wrapper#attract-customers .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#attract-customers .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#attract-customers .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#attract-customers .right-column td .selector {
  width: 320px !important;
}
.wrapper#attract-customers .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#attract-customers .right-column input[type='text'] {
  width: 310px;
}
.wrapper#attract-customers .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#attract-customers .right-column input[type=button],
.wrapper#attract-customers .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#attract-customers .right-column input[type=button]:hover,
.wrapper#attract-customers .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Payment Options Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#payment-options-header {
  height: 243px;
  margin-bottom: 0px;
}
.wrapper#payment-options-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#payment-options-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.wrapper#payment-options-header span.payment-options-header {
  display: block;
  position: absolute;
  background: transparent url('../img/payment-options-header.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#payment-options-header span.payment-options-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/payment-options-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Payment Options
----------------------------------------------------------------------------------------------------------------*/
.wrapper#payment-options .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#payment-options .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#payment-options .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#payment-options .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#payment-options .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#payment-options .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#payment-options .left-column h4 span {
  color: #424242;
}
.wrapper#payment-options .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#payment-options .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#payment-options .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#payment-options .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#payment-options .left-column a {
  color: #fb5f32;
}
.wrapper#payment-options .left-column a:hover {
  color: #c33d0f;
}
.wrapper#payment-options .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#payment-options .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#payment-options .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#payment-options .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#payment-options .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#payment-options .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#payment-options .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#payment-options .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#payment-options .left-column table {
  width: 560px;
}
.wrapper#payment-options .left-column table input.error {
  border-color: #D63016;
}
.wrapper#payment-options .left-column table .label-wrap,
.wrapper#payment-options .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#payment-options .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#payment-options .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#payment-options .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#payment-options .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#payment-options .left-column td .selector {
  width: 275px !important;
}
.wrapper#payment-options .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#payment-options .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#payment-options .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#payment-options .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#payment-options .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#payment-options .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#payment-options .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#payment-options .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#payment-options .left-column input[type=button],
.wrapper#payment-options .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#payment-options .left-column input[type=button]:hover,
.wrapper#payment-options .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#payment-options .left-column h3 {
  margin: 0 0 0 0 !important;
  font-size: 16px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#payment-options .left-column li {
  width: 460px;
  list-style: disc;
  margin-left: 15px;
}
.wrapper#payment-options .right-column {
  float: left;
  width: 290px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#payment-options .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#payment-options .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#payment-options .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#payment-options .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#payment-options .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#payment-options .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#payment-options .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#payment-options .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#payment-options .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#payment-options .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#payment-options .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#payment-options .right-column .caption img {
  margin-top: 5px;
}
.wrapper#payment-options .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#payment-options .right-column table {
  width: 300px;
}
.wrapper#payment-options .right-column table input.error {
  border-color: #D63016;
}
.wrapper#payment-options .right-column table .label-wrap,
.wrapper#payment-options .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#payment-options .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#payment-options .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#payment-options .right-column td .selector {
  width: 320px !important;
}
.wrapper#payment-options .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#payment-options .right-column input[type='text'] {
  width: 310px;
}
.wrapper#payment-options .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#payment-options .right-column input[type=button],
.wrapper#payment-options .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#payment-options .right-column input[type=button]:hover,
.wrapper#payment-options .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Protect Customers Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#protect-customers-header {
  height: 173px;
  margin-bottom: 0px;
}
.wrapper#protect-customers-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#protect-customers-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.wrapper#protect-customers-header span.protect-customers-header {
  display: block;
  position: absolute;
  background: transparent url('../img/protect-customers-header.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#protect-customers-header span.protect-customers-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/protect-customers-icon.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Protect Customers
----------------------------------------------------------------------------------------------------------------*/
.wrapper#protect-customers .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#protect-customers .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#protect-customers .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#protect-customers .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#protect-customers .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#protect-customers .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#protect-customers .left-column h4 span {
  color: #424242;
}
.wrapper#protect-customers .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#protect-customers .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#protect-customers .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#protect-customers .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#protect-customers .left-column a {
  color: #fb5f32;
}
.wrapper#protect-customers .left-column a:hover {
  color: #c33d0f;
}
.wrapper#protect-customers .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#protect-customers .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#protect-customers .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#protect-customers .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#protect-customers .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#protect-customers .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#protect-customers .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#protect-customers .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#protect-customers .left-column table {
  width: 560px;
}
.wrapper#protect-customers .left-column table input.error {
  border-color: #D63016;
}
.wrapper#protect-customers .left-column table .label-wrap,
.wrapper#protect-customers .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#protect-customers .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#protect-customers .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#protect-customers .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#protect-customers .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#protect-customers .left-column td .selector {
  width: 275px !important;
}
.wrapper#protect-customers .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#protect-customers .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#protect-customers .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#protect-customers .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#protect-customers .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#protect-customers .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#protect-customers .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#protect-customers .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#protect-customers .left-column input[type=button],
.wrapper#protect-customers .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#protect-customers .left-column input[type=button]:hover,
.wrapper#protect-customers .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#protect-customers .left-column h3 {
  margin: 0 0 0 0 !important;
  font-size: 16px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#protect-customers .left-column li {
  width: 460px;
  list-style: disc;
  margin-left: 15px;
}
.wrapper#protect-customers .right-column {
  float: left;
  width: 290px;
  padding-top: 90px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#protect-customers .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#protect-customers .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#protect-customers .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#protect-customers .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#protect-customers .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#protect-customers .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#protect-customers .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#protect-customers .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#protect-customers .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#protect-customers .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#protect-customers .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#protect-customers .right-column .caption img {
  margin-top: 5px;
}
.wrapper#protect-customers .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#protect-customers .right-column table {
  width: 300px;
}
.wrapper#protect-customers .right-column table input.error {
  border-color: #D63016;
}
.wrapper#protect-customers .right-column table .label-wrap,
.wrapper#protect-customers .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#protect-customers .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#protect-customers .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#protect-customers .right-column td .selector {
  width: 320px !important;
}
.wrapper#protect-customers .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#protect-customers .right-column input[type='text'] {
  width: 310px;
}
.wrapper#protect-customers .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#protect-customers .right-column input[type=button],
.wrapper#protect-customers .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#protect-customers .right-column input[type=button]:hover,
.wrapper#protect-customers .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
/*
----------------------------------------------------------------------------------------------------------------
Revenue Sharing Header
----------------------------------------------------------------------------------------------------------------*/
.wrapper#revenue-sharing-header {
  height: 173px;
  margin-bottom: 0px;
}
.wrapper#revenue-sharing-header h1 {
  display: block;
  margin: 0 0 20px 0;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  padding-top: 43px;
  color: #004165;
  font-size: 62px;
  line-height: 70px;
}
.wrapper#revenue-sharing-header h4 {
  display: block;
  width: 527px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.wrapper#revenue-sharing-header span.revenue-sharing-header {
  display: block;
  position: absolute;
  background: transparent url('../img/contact-us-header-agent.png') no-repeat center top;
  width: 237px;
  height: 237px;
  top: -14px;
  left: 660px;
}
.wrapper#revenue-sharing-header span.revenue-sharing-icon {
  display: block;
  position: absolute;
  background: transparent url('../img/contact-us-icon-orange.png') no-repeat center top;
  width: 98px;
  height: 98px;
  top: 124px;
  left: 835px;
}
/*
----------------------------------------------------------------------------------------------------------------
Revenue Sharing
----------------------------------------------------------------------------------------------------------------*/
.wrapper#revenue-sharing .left-column {
  float: left;
  width: 577px;
  font-style: normal;
  border-right: 1px solid #b3b3b3;
  padding-right: 50px;
}
.wrapper#revenue-sharing .left-column h1 {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 50px;
}
.wrapper#revenue-sharing .left-column h2 {
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fb5f32;
}
.wrapper#revenue-sharing .left-column h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424242;
}
.wrapper#revenue-sharing .left-column h3.video-title {
  font-size: 16px;
}
.wrapper#revenue-sharing .left-column h4 {
  display: inline;
  font-size: 17px;
  line-height: 30px;
  padding-right: 20px;
  color: #424242;
}
.wrapper#revenue-sharing .left-column h4 span {
  color: #424242;
}
.wrapper#revenue-sharing .left-column h4 a {
  color: #fb5f32;
  padding-left: 20px;
  text-decoration: none;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
}
.wrapper#revenue-sharing .left-column h4 a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#revenue-sharing .left-column h5 {
  color: #fb5f32;
  margin-top: 5px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#revenue-sharing .left-column h6.bold {
  color: #fb5f32;
  padding: 5px 0;
}
.wrapper#revenue-sharing .left-column a {
  color: #fb5f32;
}
.wrapper#revenue-sharing .left-column a:hover {
  color: #c33d0f;
}
.wrapper#revenue-sharing .left-column p {
  line-height: 22px;
  font-size: 14px;
  width: 540px;
  padding-bottom: 20px;
}
.wrapper#revenue-sharing .left-column p.bold {
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#revenue-sharing .left-column p.small-italic {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  padding-right: 5px;
}
.wrapper#revenue-sharing .left-column li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapper#revenue-sharing .left-column .ellipsis {
  float: right;
  margin-top: -20px;
  margin-right: 50px;
  padding-left: 15px;
}
.wrapper#revenue-sharing .left-column .toggle {
  margin: 5px 0 0 0;
}
.wrapper#revenue-sharing .left-column .toggle a {
  height: 21px;
  width: 21px;
  display: block;
  background: transparent url('../img/agent-orange/toggle-more.png') no-repeat left center;
}
.wrapper#revenue-sharing .left-column .toggle a.toggle-close {
  background: transparent url('../img/agent-orange/toggle-close.png') no-repeat left center;
}
.wrapper#revenue-sharing .left-column table {
  width: 560px;
}
.wrapper#revenue-sharing .left-column table input.error {
  border-color: #D63016;
}
.wrapper#revenue-sharing .left-column table .label-wrap,
.wrapper#revenue-sharing .left-column table .label-wrap-select {
  width: 272px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#revenue-sharing .left-column table label.error {
  width: 272px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#revenue-sharing .left-column tr.label td {
  padding-bottom: 0px;
}
.wrapper#revenue-sharing .left-column tr.title td {
  font-family: SimpleSansMedium, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper#revenue-sharing .left-column td {
  vertical-align: top;
  width: 280px;
  margin-right: 0px;
  padding-right: 15px;
}
.wrapper#revenue-sharing .left-column td .selector {
  width: 275px !important;
}
.wrapper#revenue-sharing .left-column td.one-line .selector {
  width: 572px !important;
}
.wrapper#revenue-sharing .left-column input[type='text'] {
  padding-left: 5px;
  width: 270px;
}
.wrapper#revenue-sharing .left-column input.long {
  margin-right: 0px;
  width: 565px;
}
.wrapper#revenue-sharing .left-column td.one-line {
  padding: 10px 0 0 5px;
}
.wrapper#revenue-sharing .left-column td.one-line .label-wrap {
  width: 567px;
}
.wrapper#revenue-sharing .left-column td.one-line .label-wrap-select {
  width: 569px;
}
.wrapper#revenue-sharing .left-column select {
  margin-right: 0px;
  width: 260px;
  cursor: pointer;
}
.wrapper#revenue-sharing .left-column select.long {
  margin-right: 0px;
  width: 555px;
}
.wrapper#revenue-sharing .left-column input[type=button],
.wrapper#revenue-sharing .left-column input[type=submit] {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  width: 140px;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  font-size: 13px;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
}
.wrapper#revenue-sharing .left-column input[type=button]:hover,
.wrapper#revenue-sharing .left-column input[type=submit]:hover {
  background-color: #c33d0f;
}
.wrapper#revenue-sharing .left-column h3 {
  font-size: 16px;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
}
.wrapper#revenue-sharing .left-column li {
  width: 460px;
  list-style: disc;
  margin-left: 15px;
}
.wrapper#revenue-sharing .right-column {
  float: left;
  width: 290px;
  padding-top: 90px;
  padding-left: 30px;
  font-style: normal;
}
.wrapper#revenue-sharing .right-column a {
  color: #fb5f32;
  font-family: SimpleSansBold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
  padding: 0px 0 0 20px;
  background: transparent url('../img/agent-orange/arrow-right-dark.gif') no-repeat left center;
  font-size: 14px;
}
.wrapper#revenue-sharing .right-column a:hover {
  color: #c33d0f;
  background: transparent url('../img/agent-orange/arrow-right.gif') no-repeat left center;
}
.wrapper#revenue-sharing .right-column h2 {
  font-size: 16px;
  padding: 60px 0 10px 0;
  line-height: 20px;
  color: black;
}
.wrapper#revenue-sharing .right-column h2.icon {
  padding-top: 123px;
}
.wrapper#revenue-sharing .right-column h3 {
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 0 20px 60px;
  line-height: 25px;
  color: #424242;
}
.wrapper#revenue-sharing .right-column h3 .phone {
  line-height: 16px;
  font-size: 16px;
}
.wrapper#revenue-sharing .right-column h3 a {
  font-family: SimpleSans, Helvetica, Arial, sans-serif;
  background: transparent url('../img/agent-orange/arrow-right-big-dark.gif') no-repeat left center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 16px;
}
.wrapper#revenue-sharing .right-column h3 a:hover {
  background: transparent url('../img/agent-orange/arrow-right-big.gif') no-repeat left center;
}
.wrapper#revenue-sharing .right-column h5 {
  padding-left: 5px;
  font-size: 18px;
  color: #424242;
}
.wrapper#revenue-sharing .right-column p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.wrapper#revenue-sharing .right-column .caption p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.wrapper#revenue-sharing .right-column .caption img {
  margin-top: 5px;
}
.wrapper#revenue-sharing .right-column p.note {
  padding-left: 5px;
  line-height: 18px;
  font-size: 13px;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
}
.wrapper#revenue-sharing .right-column table {
  width: 300px;
}
.wrapper#revenue-sharing .right-column table input.error {
  border-color: #D63016;
}
.wrapper#revenue-sharing .right-column table .label-wrap,
.wrapper#revenue-sharing .right-column table .label-wrap-select {
  width: 317px;
  padding-left: 5px;
  background-color: #D63016;
}
.wrapper#revenue-sharing .right-column table label.error {
  width: 317px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  margin-left: 0px;
  color: white;
}
.wrapper#revenue-sharing .right-column td {
  padding-right: 0px;
  padding-bottom: 10px;
}
.wrapper#revenue-sharing .right-column td .selector {
  width: 320px !important;
}
.wrapper#revenue-sharing .right-column .label td {
  padding-bottom: 0px;
}
.wrapper#revenue-sharing .right-column input[type='text'] {
  width: 310px;
}
.wrapper#revenue-sharing .right-column select {
  width: 305px;
  cursor: pointer;
}
.wrapper#revenue-sharing .right-column input[type=button],
.wrapper#revenue-sharing .right-column input[type=submit] {
  width: 100%;
  height: 38px;
  float: right;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0 0 0 15px;
  color: white;
  background: #fb4f14 url('../img/arrow-right-small.png') no-repeat 10px center;
  font-family: SimpleSansLight, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  padding-left: 35px;
}
.wrapper#revenue-sharing .right-column input[type=button]:hover,
.wrapper#revenue-sharing .right-column input[type=submit]:hover {
  background-color: #c33d0f;
}
