@import url("../css/fonts/circular/stylesheet.css");
/** CONCRETE DASHBOARD FIX **/
div.ccm-panel-detail {
  display: block;
}

div#ccm-tooltip-holder {
  margin-top: 49px;
}

html {
  width: 100%;
}

body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
}

main {
  padding-top: 0rem;
}

html {
  font-size: 12px;
  color: #444;
}

.ica-link {
  cursor: pointer;
}

.ica-modal {
  display: none;
}
.ica-modal b {
  font-family: "Circular", "verdana", "sans-serif";
}
.ica-modal input {
  display: block;
}

.ica-modal-body p img[alt*=signature] {
  max-height: 30px;
  max-width: 100%;
}
.ica-modal-body ol li {
  margin-top: 2rem;
}
.ica-modal-body ol li ol {
  list-style-type: lower-alpha;
}

.select2 * {
  font-family: "Circular", "verdana", "sans-serif" !important;
}

.select2-dropdown {
  border-radius: 0;
  border: 2px solid black;
}
.select2-dropdown * {
  font-family: "Circular", "verdana", "sans-serif" !important;
}

.select2-results__options {
  background-color: #f6f6f6;
}

.select2-results__option {
  padding: 7px 1rem;
  line-height: 18px;
  font-family: "BlinkMacSystemFont";
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e3404b;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 0;
}

#c5 {
  font-family: "Circular Book", "verdana", "sans-serif";
  line-height: 1.5rem;
}
#c5 main {
  z-index: 0;
  position: relative;
}
#c5 .table {
  display: table;
}
#c5 .table-cell {
  display: table-cell;
}
#c5 section {
  position: relative;
}
#c5 * {
  box-sizing: border-box;
}
#c5 h1, #c5 .h1 {
  font-size: 3.9rem;
}
#c5 h2 {
  font-size: 2.95rem;
  font-family: "Circular", "verdana", "sans-serif";
  font-weight: normal;
  line-height: 4rem;
}
#c5 h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
#c5 h4 {
  font-size: 1.5rem;
  font-family: "Circular", "verdana", "sans-serif";
  font-weight: normal;
}
#c5 h5 {
  font-size: 1.3rem;
}
#c5 a {
  color: inherit;
  text-decoration: inherit;
}
#c5 fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#c5 button {
  border: none;
  cursor: pointer;
}
#c5 ul {
  list-style-type: none;
  padding-left: 0;
}
#c5 .bold {
  font-weight: bold;
  font-family: "Circular", "verdana", "sans-serif";
}
#c5 .red-font {
  color: #e3404b;
}
#c5 .green-font {
  color: green;
}
#c5 .clear {
  clear: both;
}
#c5 .col-1\/2 {
  width: 50%;
}
#c5 .col-1\/3 {
  width: 33.33333333%;
  float: left;
}
#c5 .col-2\/3 {
  width: 66.66666667%;
  float: left;
}
@media (max-width: 600px) {
  #c5 .shift6-full {
    width: 100%;
  }
}
#c5 .center {
  max-width: 90%;
  margin: 0 auto;
}
#c5 .red-btn {
  background-color: #e3404b;
  color: white;
  padding: 0.85rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
}
#c5 .internal-page-banner-block {
  color: white;
  text-align: center;
  height: 25rem;
  background-size: cover;
  background-position: 0% 39%;
}
#c5 .internal-page-banner-block .text {
  margin-top: 0;
  padding-top: 18.4rem;
  padding-bottom: 5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
#c5 form.email input {
  border-radius: 0;
  float: left;
  border: none;
  height: 100%;
  margin: 0;
}
#c5 form.email .form-group {
  width: 17.5rem;
  height: 2.7rem;
}
#c5 form.email .form-group .form-control {
  width: 84%;
  padding: 0 5%;
  background-color: #3d3d3d;
  color: white;
  font-size: 1rem;
}
#c5 form.email .form-group .btn {
  width: 16%;
  background-color: #e3404b;
  background-image: url("../img/home-red-button-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18%;
  cursor: pointer;
}
#c5 .help-fixed {
  position: fixed;
  right: 0;
  top: 50%;
}
#c5 .help-fixed .help-btn {
  transform-origin: 100% 100%;
  transform: rotate(-90deg) translateX(70%);
  background-color: #298adc;
  color: white;
  font-size: 1.6rem;
  padding: 0.6rem 3rem;
  cursor: pointer;
}
#c5 .help-fixed .help-btn i {
  font-size: 2rem;
  margin-right: 0.5em;
}
#c5 .boot-box-help {
  display: none;
}
#c5 header {
  z-index: 899;
  position: relative;
}
#c5 header div.alert-success, #c5 header div.alert-error, #c5 header div.alert-danger {
  background-color: transparent !important;
}
#c5 header .header-collapse {
  height: 0;
  overflow: hidden;
  background-color: #292929;
  background-image: url("../img/dark_geometric.png");
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
#c5 header .footer-top {
  width: 58.7%;
  margin: 0 auto;
  color: #c6c6c6;
  padding-top: 3rem;
  padding-bottom: 2.8rem;
  font-size: 0.9rem;
  line-height: 1em;
}
#c5 header .header-close {
  border-radius: 10rem;
  border: 2px solid white;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  color: white;
  font-size: 1.6rem;
  font-weight: 200;
  margin-top: 2rem;
  margin-left: calc(50% - 1.5rem);
  cursor: pointer;
}
#c5 header .footer-col {
  float: left;
}
#c5 header .footer-col h5 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: white;
}
#c5 header .footer-col li {
  margin-bottom: 1rem;
}
#c5 header .footer-col-1 {
  width: 24.5%;
}
#c5 header .footer-col-2 {
  width: 20.7%;
}
#c5 header .footer-col-3 {
  width: 27.9%;
}
#c5 header .footer-col-4 {
  width: 26.9%;
}
#c5 header .header-fixed {
  background-color: transparent;
  color: white;
  position: absolute;
  width: 100%;
}
#c5 header .header-fixed img {
  width: 100%;
}
#c5 header .header-fixed .logos {
  margin-top: 1.5rem;
  position: relative;
}
#c5 header .header-fixed .logo1, #c5 header .header-fixed .logo2 {
  margin-left: 1rem;
  float: left;
  margin-top: 1.5rem;
  width: 25%;
  padding-right: 1rem;
}
#c5 header .header-fixed .logo1 img, #c5 header .header-fixed .logo2 img {
  border: none;
}
#c5 header .header-fixed .logo1 {
  border-right: 1px solid white;
}
#c5 header .header-fixed .header-right {
  margin-top: 1.5rem;
  float: right;
  width: 19.5rem;
}
#c5 header .header-fixed .header-right .login-btn {
  float: left;
  border: 1px solid white;
  padding: 0.5rem 1.7rem;
  cursor: pointer;
}
#c5 header .header-fixed .header-right .boot-box-form {
  display: none;
}
#c5 header .header-fixed .header-right .header-area {
  float: left;
  font-size: 0.9rem;
  margin-left: 1.8rem;
  margin-top: 0.55rem;
}
#c5 header .header-fixed .header-right .nav-toggle {
  float: left;
  margin-left: 1.7rem;
  margin-top: 1.3rem;
  position: relative;
}
#c5 header .header-fixed .nav-toggle {
  cursor: pointer;
  height: 20px;
  width: 2rem;
}
#c5 header .header-fixed .nav-toggle span {
  border-radius: 1px;
  height: 2px;
  width: 2rem;
  background: white;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#c5 header .header-fixed .nav-toggle span.icon-bar1 {
  top: -7px;
}
#c5 header .header-fixed .nav-toggle span.icon-bar4 {
  top: 7px;
}
#c5 header.open .header-collapse {
  height: 23.7rem;
}
#c5 header.open .nav-toggle span.icon-bar1, #c5 header.open .nav-toggle span.icon-bar4 {
  width: 0;
  top: 0;
}
#c5 header.open .nav-toggle span.icon-bar2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c5 header.open .nav-toggle span.icon-bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c5 footer {
  background-color: #292929;
  background-image: url("../img/dark_geometric.png");
  color: #c6c6c6;
}
#c5 footer div.alert-success, #c5 footer div.alert-error, #c5 footer div.alert-danger {
  background-color: transparent !important;
}
#c5 footer .footer-top, #c5 footer .footer-bottom {
  width: 58.7%;
  margin: 0 auto;
}
#c5 footer .footer-top {
  padding-top: 3rem;
  padding-bottom: 2.8rem;
  font-size: 0.9rem;
  line-height: 1em;
  border-bottom: 1px solid #3d3d3d;
}
#c5 footer .footer-col {
  float: left;
}
#c5 footer .footer-col h5 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: white;
}
#c5 footer .footer-col li {
  margin-bottom: 1rem;
}
#c5 footer .footer-col-1 {
  width: 24.5%;
}
#c5 footer .footer-col-2 {
  width: 20.7%;
}
#c5 footer .footer-col-3 {
  width: 27.9%;
}
#c5 footer .footer-col-4 {
  width: 26.9%;
}
#c5 footer .footer-bottom {
  margin-top: 0.8rem;
  padding-bottom: 0.5rem;
}
#c5 footer .footer-bottom img {
  width: 100%;
}
#c5 footer .footer-bottom .logo1, #c5 footer .footer-bottom .logo2 {
  float: left;
  width: 5rem;
  padding-right: 0.5rem;
}
#c5 footer .footer-bottom .logo1 {
  border-right: 1px solid #3d3d3d;
}
#c5 footer .footer-bottom .logo2 {
  margin-left: 0.5rem;
}
#c5 footer .footer-bottom .copyright {
  float: right;
  font-size: 0.7rem;
  line-height: 2.3rem;
}
#c5 #login-page input {
  min-height: 2em;
  margin-bottom: 0.5em;
  padding: 10px 20px;
  font-size: inherit;
  width: 100%;
}
#c5 .error-page {
  text-align: center;
  border-top: 112px solid #e3404b;
}
#c5 body {
  background-color: white;
}
#c5 .error404page {
  height: 800px;
  margin-top: 1rem;
  position: relative;
  margin-bottom: 3rem;
}
#c5 .body404, #c5 .head404, #c5 .eyes404, #c5 .leftarm404, #c5 .rightarm404, #c5 .chair404, #c5 .leftshoe404, #c5 .rightshoe404, #c5 .legs404, #c5 .laptop404 {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/15979/404-character-new.png) 0 0 no-repeat;
  width: 200px;
  height: 200px;
}
#c5 .newcharacter404, #c5 .torso404, #c5 .body404, #c5 .head404, #c5 .eyes404, #c5 .leftarm404, #c5 .rightarm404, #c5 .chair404, #c5 .leftshoe404, #c5 .rightshoe404, #c5 .legs404, #c5 .laptop404 {
  background-size: 750px;
  position: absolute;
  display: block;
}
#c5 .newcharacter404 {
  width: 400px;
  height: 800px;
  left: 50%;
  top: 20px;
  margin-left: -200px;
}
#c5 .torso404 {
  position: absolute;
  display: block;
  top: 138px;
  left: 0px;
  width: 389px;
  height: 252px;
  animation: sway 20s ease infinite;
  transform-origin: 50% 100%;
}
#c5 .body404 {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 389px;
  height: 253px;
}
#c5 .head404 {
  position: absolute;
  top: -148px;
  left: 106px;
  width: 160px;
  height: 194px;
  background-position: 0px -265px;
  transform-origin: 50% 85%;
  animation: headTilt 20s ease infinite;
}
#c5 .eyes404 {
  position: absolute;
  top: 92px;
  left: 34px;
  width: 73px;
  height: 18px;
  background-position: -162px -350px;
  animation: blink404 10s steps(1) infinite, pan 10s ease-in-out infinite;
}
#c5 .leftarm404 {
  position: absolute;
  top: 159px;
  left: 0;
  width: 165px;
  height: 73px;
  background-position: -265px -341px;
  transform-origin: 9% 35%;
  transform: rotateZ(0deg);
  animation: typeLeft 0.4s linear infinite;
}
#c5 .rightarm404 {
  position: absolute;
  top: 148px;
  left: 231px;
  width: 157px;
  height: 91px;
  background-position: -442px -323px;
  transform-origin: 90% 25%;
  animation: typeLeft 0.4s linear infinite;
}
#c5 .chair404 {
  position: absolute;
  top: 430px;
  left: 55px;
  width: 260px;
  height: 365px;
  background-position: -12px -697px;
}
#c5 .legs404 {
  position: absolute;
  top: 378px;
  left: 4px;
  width: 370px;
  height: 247px;
  background-position: -381px -443px;
}
#c5 .leftshoe404 {
  position: absolute;
  top: 591px;
  left: 54px;
  width: 130px;
  height: 92px;
  background-position: -315px -749px;
}
#c5 .rightshoe404 {
  position: absolute;
  top: 594px;
  left: 187px;
  width: 135px;
  height: 81px;
  background-position: -453px -749px;
  transform-origin: 35% 12%;
  animation: tapRight 1s linear infinite;
}
#c5 .laptop404 {
  position: absolute;
  top: 186px;
  left: 9px;
  width: 365px;
  height: 216px;
  background-position: -2px -466px;
  transform-origin: 50% 100%;
  animation: tapWobble 0.4s linear infinite;
}
@keyframes sway {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(4deg);
  }
  45% {
    transform: rotateZ(4deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-4deg);
  }
  90% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes headTilt {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-4deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  38% {
    transform: rotateZ(2deg);
  }
  42% {
    transform: rotateZ(2deg);
  }
  45% {
    transform: rotateZ(-4deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  82% {
    transform: rotateZ(0deg);
  }
  85% {
    transform: rotateZ(4deg);
  }
  90% {
    transform: rotateZ(4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes typeLeft {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  75% {
    transform: rotateZ(-6deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes typeRight {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-6deg);
  }
  75% {
    transform: rotateZ(7deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes tapWobble {
  0% {
    transform: rotateZ(-0.2deg);
  }
  50% {
    transform: rotateZ(0.2deg);
  }
  100% {
    transform: rotateZ(-0.2deg);
  }
}
@keyframes tapRight {
  0% {
    transform: rotateZ(0deg);
  }
  90% {
    transform: rotateZ(-6deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes blink404 {
  0% {
    background-position: -162px -350px;
  }
  94% {
    background-position: -162px -350px;
  }
  98% {
    background-position: -162px -368px;
  }
  100% {
    background-position: -162px -350px;
  }
}
@keyframes pan {
  0% {
    transform: translateX(-2px);
  }
  49% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  99% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}

.sign-plan-error {
  background-color: red;
  padding: 1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.select2-drop {
  color: #000;
  font-size: 1.27rem;
  background-color: #f6f6f6;
  border: solid 2px #000;
  border-radius: 0;
  border-top: none;
}
.select2-drop .select2-results {
  background-color: #f6f6f6;
  padding: 0;
  margin: 0;
}
.select2-drop .select2-results .select2-result.select2-highlighted {
  background-color: #000;
  color: #f6f6f6;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  width: 35rem;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  display: none;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-backdrop.in {
  background-color: #15181a;
  opacity: 0.9;
}

.modal {
  z-index: 2001;
}
.modal * {
  font-family: "Circular Book", "verdana", "sans-serif";
  box-sizing: border-box;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 15.9rem);
  -ms-transform: translate(0, 15.9rem);
  transform: translate(0, 15.9rem);
  width: 35rem;
  margin: 0 auto;
}
.modal .modal-content {
  color: white;
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: relative;
}
.modal .modal-content .modal-header {
  border: none;
  text-align: center;
  padding: 0;
  margin-top: -0.8rem;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 300;
  font-size: 2.94rem;
}
.modal .modal-content .modal-header button.close {
  float: none;
  bottom: -7.4rem;
  position: absolute;
  border-radius: 10rem;
  width: 3.6rem;
  height: 3.6rem;
  padding-bottom: 0.3rem;
  font-size: 0;
  opacity: 1;
  font-weight: 100;
  text-shadow: none;
  line-height: 0.2rem;
  color: white;
  left: calc(50% - 1.8rem);
  background-image: url("../img/close.png");
  background-size: contain;
}
.modal .modal-content .modal-body {
  margin-top: 2.2rem;
}
.modal .login-form {
  text-align: center;
  font-size: 1.34rem;
}
.modal .login-form .alert {
  margin-top: 1rem;
  color: #e3404b;
}
.modal .login-form p {
  width: 70%;
  margin: 0 auto;
  line-height: 2.24rem;
}
.modal .login-form .fields {
  margin: 0 auto;
  margin: 3.57rem auto 0;
}
.modal .login-form input {
  width: 100%;
  height: 4.89rem;
  padding-left: 6.4%;
  margin-bottom: 1.2rem;
  font-size: 1.34rem;
  border-radius: 4px;
  color: #000;
}
.modal .login-form input.btn-primary {
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 0 37.5% 0 28.5%;
  cursor: pointer;
  background-color: #e3404b;
  background-image: url("../img/login-arrw.png");
  background-repeat: no-repeat;
  background-position: 58.3% center;
  background-size: 1.6%;
}
.modal .login-form .forgot-password-link p {
  width: 100%;
}
.modal .login-form .forgot-password-link a {
  color: #e3404b;
  text-decoration: none;
  margin-left: 0.8rem;
}
.modal .login-form .register-link {
  font-size: 1.34rem;
}
.modal .login-form .register-link a {
  color: #e3404b;
  text-decoration: none;
  margin-left: 0.8rem;
}

.modal.in {
  font-size: 1.2rem;
}
.modal.in .modal-dialog.ica-modal {
  width: 80%;
  background-color: white;
  transform: translate(0, 7rem);
}

.modal-dialog.ica-modal {
  display: block;
}
.modal-dialog.ica-modal .form-errors {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #e3404b;
}
.modal-dialog.ica-modal .clear {
  clear: both;
}
.modal-dialog.ica-modal .left {
  float: left;
}
.modal-dialog.ica-modal .right {
  float: right;
}
.modal-dialog.ica-modal .plan-modal-header, .modal-dialog.ica-modal .indemnification-modal-header {
  padding-top: 8rem;
}
.modal-dialog.ica-modal .plan-modal-body ul, .modal-dialog.ica-modal .indemnification-modal-body ul {
  padding-left: 1.5rem;
}
.modal-dialog.ica-modal .plan-modal-body li, .modal-dialog.ica-modal .indemnification-modal-body li {
  margin-bottom: 2rem;
}
.modal-dialog.ica-modal .plan-modal-body li ul, .modal-dialog.ica-modal .indemnification-modal-body li ul {
  margin-top: 2rem;
  list-style-type: disc;
}
.modal-dialog.ica-modal .plan-modal-body input, .modal-dialog.ica-modal .indemnification-modal-body input {
  margin-right: 12rem;
  margin-top: 2rem;
}
.modal-dialog.ica-modal .modal-content {
  color: black;
  padding: 0 5%;
  padding-bottom: 5rem;
}
.modal-dialog.ica-modal .modal-content .modal-body {
  margin-top: 0;
}
.modal-dialog.ica-modal button.close {
  margin-top: 5rem !important;
  opacity: 1;
  border: 2px solid black;
  border-radius: 10rem;
  width: 3rem;
  height: 3rem;
  line-height: 1.5rem;
}
.modal-dialog.ica-modal .inline {
  display: inline;
}
.modal-dialog.ica-modal .form-group {
  display: inline;
}
.modal-dialog.ica-modal .form-group label {
  display: none;
}
.modal-dialog.ica-modal input {
  display: inline;
  border: 2px solid #e3404b;
}
.modal-dialog.ica-modal input.btn-primary {
  background-color: #e3404b;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 3px;
}
.modal-dialog.ica-modal #icadate {
  display: none;
}
.modal-dialog.ica-modal h2 {
  font-size: 2.2rem;
}
.modal-dialog.ica-modal h3 {
  font-size: 1.8rem;
}
.modal-dialog.ica-modal h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.modal-dialog.ica-modal h5 {
  font-size: 1.4rem;
  margin-top: 0;
}

.boot-box-help-container {
  text-align: center;
  background-color: white;
  color: black;
  padding: 2rem;
}
.boot-box-help-container a {
  color: inherit;
  text-decoration: none;
}
.boot-box-help-container .red-btn {
  background-color: #e3404b;
  color: white;
  padding: 0.85rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  font-size: inherit;
}

button.close {
  margin-top: 5px !important;
  margin-right: 9px;
  color: black;
  opacity: 1;
}

.returning-user .modal-footer {
  display: block;
  text-align: center;
}
.returning-user .modal-footer .btn {
  border: none;
  padding: 1rem;
  color: #fff;
  transition-duration: 0.2s;
}
.returning-user .modal-footer .btn.btn-success {
  background-color: #e3404b;
}
.returning-user .modal-footer .btn.btn-info {
  background-color: #298adc;
}
.returning-user .modal-footer .btn:hover {
  box-shadow: inset 0 0 0.5rem rgba(50, 50, 50, 0.5);
  text-decoration: none;
}

#c5 .animated-banner-block {
  height: 61rem;
  overflow: hidden;
  z-index: 0;
}
#c5 .animated-banner-block .image-slides {
  z-index: -1;
  position: relative;
}
#c5 .animated-banner-block .image-slides .banner-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
  width: 100%;
  -webkit-transition: transform 5.5s linear;
  -moz-transition: transform 5.5s linear;
  -ms-transition: transform 5.5s linear;
  -o-transition: transform 5.5s linear;
  transition: transform 5.5s linear;
}
#c5 .animated-banner-block .image-slides .banner-image img {
  height: 61rem;
  min-width: 100%;
}
#c5 .compensation-slider-already-logged-in {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
}
#c5 .compensation-slider-already-logged-in .memo {
  margin-top: 15vh;
  font-size: xx-large;
  line-height: 1.5;
}
#c5 .compensation-slider-already-logged-in a {
  text-decoration: underline;
}
#c5 .compensation-slider-block {
  text-align: center;
  position: absolute;
  bottom: 3.8rem;
  width: 100%;
  z-index: 10;
}
#c5 .compensation-slider-block .text-label {
  width: 47%;
  margin: 0 auto;
  color: white;
  font-size: 1.29rem;
}
#c5 .compensation-slider-block .text-label h1, #c5 .compensation-slider-block .text-label .h1 {
  line-height: 4.2rem;
  font-size: 3.8rem;
  margin-bottom: 1.7rem;
}
#c5 .compensation-slider-block .slider-container {
  width: 55rem;
  margin: 2.5rem auto 0;
  position: relative;
  padding: 4.6rem 15px 4.7rem;
  color: #000;
  background-color: white;
}
#c5 .compensation-slider-block .slider-container:after {
  content: "";
  position: absolute;
  bottom: -15px; /* value = - border-top-width - border-bottom-width */
  left: 12.8rem; /* controls horizontal position */
  border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: white transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
#c5 .compensation-slider-block .slider-container .slider-name {
  position: absolute;
  top: 1.5rem;
  font-size: 1.3rem;
  font-family: "Circular", "verdana", "sans-serif";
}
#c5 .compensation-slider-block .slider {
  width: 80%;
  margin-left: 0.6rem;
  float: left;
  background-color: #bfbfbf;
  border: none;
  box-shadow: none;
  height: 6px;
}
#c5 .compensation-slider-block .slider .noUi-marker {
  display: none;
}
#c5 .compensation-slider-block .slider .noUi-value {
  margin-left: -4px;
}
#c5 .compensation-slider-block .slider .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  top: -0.7rem;
  left: -1rem;
  border-radius: 10rem;
  background-color: #e3404b;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(105, 103, 105, 0.75);
  -moz-box-shadow: 1px 2px 6px 0px rgba(105, 103, 105, 0.75);
  box-shadow: 1px 2px 6px 0px rgba(105, 103, 105, 0.75);
}
#c5 .compensation-slider-block .slider .noUi-handle:before, #c5 .compensation-slider-block .slider .noUi-handle:after {
  display: none;
}
#c5 .compensation-slider-block .slider .noUi-pips {
  font-size: 1.3rem;
  padding: 0;
  padding-top: 0.4rem;
  color: #bfbfbf;
}
#c5 .compensation-slider-block .next-btn {
  font-size: 1.3rem;
  position: absolute;
  top: 3.3rem;
  right: 1.8rem;
  padding: 0.8rem 3.65rem 0.8rem 1.8rem;
  background-color: #e3404b;
  background-image: url("../img/home-red-button-arrow.png");
  background-repeat: no-repeat;
  background-position: 76% center;
  background-size: 7%;
  color: white;
}
#c5 .compensation-slider-block .callout-boxes {
  width: 55.1rem;
  margin: 2rem auto 0;
  position: relative;
  z-index: 1;
}
#c5 .compensation-slider-block .callout-boxes .tool-tip {
  background-color: #313234;
  color: white;
  position: absolute;
  width: 46%;
  min-width: 30rem;
  left: 15.5%;
  transform: translate(-50%, -115%);
  padding: 0.5rem 2.5rem;
  font-size: 1.3rem;
  box-shadow: 0px 0px 20px 7px #2259A7;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
#c5 .compensation-slider-block .callout-boxes .tool-tip.active {
  opacity: 1;
  display: block;
  visibility: visible;
}
#c5 .compensation-slider-block .callout-boxes .tool-tip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 18px);
  border-width: 10px 18px 0;
  border-style: solid;
  border-color: #313234 transparent;
  display: block;
  width: 0;
}
#c5 .compensation-slider-block .callout-boxes .tool-tip i {
  position: absolute;
  top: 12%;
  right: 2.5rem;
  font-size: 1.75rem;
  cursor: pointer;
}
#c5 .compensation-slider-block .callout-boxes .tool-tip .tool-tip-header {
  border-bottom: 1px solid gray;
  padding-bottom: 1.5rem;
}
#c5 .compensation-slider-block .callout-boxes .monthly-cost, #c5 .compensation-slider-block .callout-boxes .transaction-fee, #c5 .compensation-slider-block .callout-boxes .yearly-cap {
  float: left;
  width: 17.2rem;
  height: 11.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  position: relative;
}
#c5 .compensation-slider-block .callout-boxes .monthly-cost h1, #c5 .compensation-slider-block .callout-boxes .monthly-cost .h1, #c5 .compensation-slider-block .callout-boxes .transaction-fee h1, #c5 .compensation-slider-block .callout-boxes .transaction-fee .h1, #c5 .compensation-slider-block .callout-boxes .yearly-cap h1, #c5 .compensation-slider-block .callout-boxes .yearly-cap .h1 {
  line-height: 5rem;
  margin-top: 2.5rem;
  font-weight: normal;
  margin-bottom: 0;
}
#c5 .compensation-slider-block .callout-boxes .monthly-cost {
  background-color: #e3404b;
  color: white;
}
#c5 .compensation-slider-block .callout-boxes .monthly-cost:hover {
  background-color: white;
  color: black;
}
#c5 .compensation-slider-block .callout-boxes .monthly-cost:hover input, #c5 .compensation-slider-block .callout-boxes .monthly-cost:hover h1, #c5 .compensation-slider-block .callout-boxes .monthly-cost:hover .h1 {
  color: black;
}
#c5 .compensation-slider-block .callout-boxes .monthly-cost input {
  background: transparent;
  border: none;
  line-height: inherit;
  font-size: inherit;
  color: white;
  text-align: center;
  outline: none;
  transition: width 0.25s ease;
  font-size: inherit;
  max-width: 100%;
  padding: 0;
}
#c5 .compensation-slider-block .callout-boxes .transaction-fee {
  margin: 0 3.1%;
}
#c5 .video-clip-slider-block {
  text-align: center;
  padding-top: 1.88rem;
  position: relative;
}
#c5 .video-clip-slider-block .slider-header {
  width: 35%;
  margin: 0 auto 2.3rem;
}
#c5 .video-clip-slider-block .slider-header h2 {
  margin-bottom: -0.45rem;
}
#c5 .video-clip-slider-block .link-slides {
  margin-left: 20.9%;
}
#c5 .video-clip-slider-block .link-slides .link-slide {
  background-repeat: no-repeat;
  height: 22vw;
  width: 37.4rem;
  background-size: cover;
  color: white;
  margin-right: 2.6rem;
  position: relative;
}
#c5 .video-clip-slider-block .link-slides .link-slide .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#c5 .video-clip-slider-block .link-slides .link-slide .slide-content h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.9rem;
}
#c5 .video-clip-slider-block .slider-area {
  position: relative;
}
#c5 .video-clip-slider-block .slider-nav {
  position: absolute;
  top: 50%;
  right: 1.6%;
  transform: translateY(-50%);
}
#c5 .video-clip-slider-block .slider-prev, #c5 .video-clip-slider-block .slider-next {
  background: url("../img/play-clip-pagination-arrw.png") no-repeat;
  right: 2.5%;
  bottom: 13rem;
  background-size: contain;
  width: 1.8rem;
  height: 3.5rem;
  cursor: pointer;
}
#c5 .video-clip-slider-block .slider-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 2rem;
}
#c5 .three-callout-block {
  text-align: center;
  padding-bottom: 6rem;
}
#c5 .three-callout-block .header-text {
  width: 48%;
  margin: 0 auto;
  padding-top: 3.5rem;
}
#c5 .three-callout-block .header-text h2 {
  line-height: 0.9rem;
}
#c5 .three-callout-block .callouts {
  width: 73%;
  margin: 4.1rem auto 0;
}
#c5 .three-callout-block .callout .callout-image {
  margin: 0 auto;
  height: 18rem;
  width: 92%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: -7px 10px 19px -1px rgb(240, 240, 240);
}
#c5 .three-callout-block .callout .callout-text h4 {
  margin-bottom: 0.8rem;
}
#c5 .three-callout-block .callout .callout-text p {
  margin: 0 auto;
  width: 52%;
}
#c5 section.testimonials {
  height: 53.7rem;
  background-size: cover;
}
#c5 .testimonial-block {
  padding-top: 8.7rem;
}
#c5 .testimonial-block .header-text {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 3.15rem;
}
#c5 .testimonial-block .header-text h1, #c5 .testimonial-block .header-text .h1 {
  margin-bottom: 2.5rem;
}
#c5 .testimonial-block .testimonial-slide {
  background-color: rgba(255, 255, 255, 0.7);
  width: 43.1rem;
  height: 15.9rem;
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 7.5% center;
  margin: 0 0.5%;
  transition: background-color 1s;
}
#c5 .testimonial-block .testimonial-slide.slick-center {
  background-color: white;
}
#c5 .testimonial-block .testimonial-slide .testimonial-image {
  text-align: center;
  vertical-align: middle;
  width: 33%;
}
#c5 .testimonial-block .testimonial-slide .testimonial-image img {
  width: 75%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 15rem;
  border: 2px solid #e3404b;
}
#c5 .testimonial-block .testimonial-slide .testimonial-text {
  padding-left: 3%;
  padding-right: 5%;
  vertical-align: middle;
  line-height: 2rem;
}
#c5 .three-image-random-block {
  padding-top: 6.2rem;
  margin-bottom: 7.6rem;
  position: relative;
}
#c5 .three-image-random-block img {
  width: 100%;
}
#c5 .three-image-random-block .left-image {
  width: 49.3%;
}
#c5 .three-image-random-block .right-image-under {
  width: 18.4%;
  position: absolute;
  top: 6.2rem;
  left: 51%;
}
#c5 .three-image-random-block .right-image-over {
  position: absolute;
  bottom: 0;
  left: 61%;
  z-index: 1;
  width: 18.4%;
  -webkit-box-shadow: 4px 11px 41px 0px rgb(105, 103, 105);
  -moz-box-shadow: 4px 11px 41px 0px rgb(105, 103, 105);
  box-shadow: 4px 11px 41px 0px rgb(105, 103, 105);
}
#c5 .footer-video-block {
  position: relative;
  color: white;
  text-align: center;
  width: 100%;
  height: 47.6rem;
}
#c5 .footer-video-block iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#c5 .footer-video-block .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
#c5 .footer-video-block .placeholder .placeholder-text {
  font-size: 1.3rem;
  padding-top: 17rem;
  padding-bottom: 0.6rem;
}
#c5 .footer-video-block .placeholder .placeholder-text h1, #c5 .footer-video-block .placeholder .placeholder-text .h1 {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
#c5 .footer-video-block .placeholder img {
  width: 5.8rem;
  cursor: pointer;
}
#c5 .image-left-text-right-block {
  width: 58.5%;
  min-width: 50rem;
  margin: 10.7rem auto 4rem;
}
#c5 .image-left-text-right-block .left-image {
  width: 102%;
}
#c5 .image-left-text-right-block .left-image img {
  width: 100%;
}
#c5 .image-left-text-right-block .right-text {
  vertical-align: middle;
  width: 49%;
  padding-left: 7.6rem;
  padding-right: 4%;
  font-size: 1.33rem;
  line-height: 2rem;
}
#c5 .image-left-text-right-block .right-text h2 {
  margin-bottom: 1.9rem;
  margin-top: -1.4rem;
}
#c5 .text-left-images-right-block {
  min-height: 37rem;
  margin-top: 9.1rem;
  margin-bottom: 24.2rem;
}
#c5 .text-left-images-right-block .left-text, #c5 .text-left-images-right-block .images-overlay {
  float: left;
}
#c5 .text-left-images-right-block .left-text {
  width: 45%;
  padding-left: 21%;
  padding-right: 3%;
  padding-top: 4.7rem;
  font-size: 1.33rem;
  line-height: 2rem;
}
#c5 .text-left-images-right-block .left-text h2 {
  margin-bottom: 2.35rem;
}
#c5 .text-left-images-right-block .images-overlay {
  position: relative;
  width: 55%;
}
#c5 .text-left-images-right-block .images-overlay img {
  width: 100%;
}
#c5 .text-left-images-right-block .images-overlay .image-top {
  position: absolute;
  width: 35.6%;
  margin-left: 1%;
  top: 10rem;
  z-index: 1;
  -webkit-box-shadow: 4px 11px 41px 0px rgb(105, 103, 105);
  -moz-box-shadow: 4px 11px 41px 0px rgb(105, 103, 105);
  box-shadow: 4px 11px 41px 0px rgb(105, 103, 105);
}
#c5 .text-left-images-right-block .images-overlay .image-bottom {
  position: absolute;
  right: 0;
  top: 0;
}
#c5 .our-program-block {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 11.2rem;
  margin-bottom: 11.8rem;
}
#c5 .our-program-block .text-content {
  padding-left: 20.72%;
  width: 45%;
  height: 56.25rem;
  padding-top: 11.7rem;
  font-size: 1.33rem;
}
#c5 .our-program-block .text-content h2 {
  margin-bottom: 1.3rem;
}
#c5 .our-program-block .text-content .red-btn {
  position: relative;
  top: 1.8rem;
}
#c5 .contact-location-block {
  padding-top: 4.3rem;
}
#c5 .contact-location-block .header-text {
  text-align: center;
}
#c5 .contact-location-block .contact-info {
  margin-top: 3.2rem;
}
#c5 .contact-location-block .contact-info table {
  margin: 0 auto;
  width: 59%;
  text-align: left;
}
#c5 .contact-location-block .contact-info table thead {
  text-align: left;
}
#c5 .contact-location-block .contact-info table th {
  text-align: left;
  margin: 0;
  font-size: 1.3rem;
}
#c5 .contact-location-block .contact-info table td {
  vertical-align: top;
}
#c5 .contact-location-block .contact-info table td p {
  margin-top: 0.9rem;
}
#c5 .contact-location-block .contact-info table td a {
  line-height: 3.1rem;
}
#c5 .contact-location-block .contact-info table td:first-child {
  width: 39%;
}
#c5 .contact-location-block .contact-info table td:nth-child(2) {
  width: 21%;
}
#c5 .contact-location-block .contact-info table td:nth-child(3) {
  width: 22%;
}
#c5 .googleMapCanvas {
  margin: 3.3rem auto 6rem;
}
#c5 .contact-form {
  margin: 0 auto;
  width: 59%;
  padding-top: 0.9rem;
}
#c5 .contact-form .alert {
  padding: 8px 0.8rem;
  background-color: #e3404b !important;
  border: none !important;
  color: white;
}
#c5 .contact-form .form-group label {
  font-size: 1.2rem;
  font-family: "Circular", "verdana", "sans-serif";
  padding: 1.3rem 0;
  display: block;
}
#c5 .contact-form .form-group input, #c5 .contact-form .form-group textarea {
  border: 2px solid black;
  padding: 6px 1rem;
}
#c5 .contact-form .text-muted {
  color: #e3404b;
}
#c5 .contact-form .field-text, #c5 .contact-form .field-email, #c5 .contact-form .field-telephone {
  width: 50%;
  float: left;
  display: block;
  text-align: left;
  padding: 0 0.6rem;
}
#c5 .contact-form .field-text input, #c5 .contact-form .field-email input, #c5 .contact-form .field-telephone input {
  width: 100%;
  border-radius: 0;
  height: 2.8rem;
}
#c5 .contact-form .field-textarea {
  padding: 0 0.6rem;
  text-align: left;
  float: left;
  width: 100%;
}
#c5 .contact-form .field-textarea textarea {
  width: 100%;
  height: 7.5rem;
  font-size: 1.3rem;
  border-radius: 0;
}
#c5 .contact-form input.btn-primary {
  background-color: #e3404b;
  color: white;
  padding: 0.6rem 4rem 0.6rem 2.1rem;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  border: 1px solid #e3404b;
  background-image: url("../img/home-red-button-arrow.png");
  background-repeat: no-repeat;
  margin-right: 0.6rem;
  background-position: 75% 50%;
  font-size: 1.1rem;
  background-size: 5%;
  margin-top: 1.9rem;
  margin-bottom: 8.1rem;
}
#c5 .compensation-page {
  background-color: #f6f6f6;
  height: 100%;
}
#c5 .hosted-field {
  width: 100%;
  border-radius: 0;
  height: 2.8rem;
  border: 2px solid black;
  padding: 6px 1rem;
  background-color: #f6f6f6;
  color: black;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
#c5 .callout-boxes {
  width: 55.1rem;
  margin: 3.75rem auto 4.4rem;
  text-align: center;
}
#c5 .callout-boxes.page-four {
  margin-bottom: 6rem;
}
#c5 .callout-boxes .monthly-cost, #c5 .callout-boxes .transaction-fee, #c5 .callout-boxes .yearly-cap {
  float: left;
  width: 17.2rem;
  height: 11.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
}
#c5 .callout-boxes .monthly-cost h1, #c5 .callout-boxes .monthly-cost .h1, #c5 .callout-boxes .transaction-fee h1, #c5 .callout-boxes .transaction-fee .h1, #c5 .callout-boxes .yearly-cap h1, #c5 .callout-boxes .yearly-cap .h1 {
  line-height: 0rem;
  margin-top: 5rem;
  font-weight: normal;
  margin-bottom: 2.7rem;
}
#c5 .callout-boxes .monthly-cost {
  background-color: #e3404b;
  color: white;
}
#c5 .callout-boxes .transaction-fee {
  margin: 0 3.1%;
}
#c5 .checkbox-area {
  text-align: center;
  padding-top: 0.3rem;
  margin: 0 0.6rem;
}
#c5 .checkbox-area .independent-contractor-agreement-block {
  padding-top: 0.1rem;
}
#c5 .checkbox-area .independent-contractor-agreement-block h5 {
  font-weight: normal;
}
#c5 .checkbox-area .form-group {
  padding-bottom: 2.7rem;
}
#c5 .checkbox-area input {
  display: none;
}
#c5 .checkbox-area input + label .sprite {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.9rem;
  margin-left: 0.7rem;
  cursor: pointer;
  vertical-align: middle;
  background: url("../img/checkboxsprite.png") left top no-repeat;
  background-size: cover;
}
#c5 .checkbox-area input:checked + label .sprite {
  background-position: left bottom;
}
#c5 .compensation-content {
  position: relative;
  width: 66.7rem;
  margin: 0 auto;
}
#c5 .compensation-content .plan-modal, #c5 .compensation-content .indemnification-modal {
  display: none;
}
#c5 .compensation-content .back-btn {
  position: absolute;
  left: 0;
  top: 1.1rem;
  height: 1.2rem;
  cursor: pointer;
}
#c5 .compensation-content .compensation-header {
  width: 60%;
  margin: 0 auto;
}
#c5 .compensation-content .compensation-header h2 {
  margin-bottom: 0.7rem;
}
#c5 .compensation-content .compensation-header p {
  margin-top: 0;
}
#c5 .compensation-content .document-transfer {
  width: 66.7rem;
  margin: 0 auto;
}
#c5 .compensation-form {
  margin: 0 auto;
  width: 66.7rem;
  padding-top: 0.9rem;
}
#c5 .compensation-form .plan-selection {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding-top: 1.5rem;
}
#c5 .compensation-form .plan-selection h5 {
  margin-bottom: 2.4rem;
}
#c5 .compensation-form .plan-selection table {
  border-spacing: 0;
  display: inline-block;
}
#c5 .compensation-form .plan-selection table td {
  width: 20.5rem;
  height: 2.7rem;
}
#c5 .compensation-form .plan-selection table td .form-group {
  width: 100%;
}
#c5 .compensation-form .plan-selection table td .form-group input {
  width: 100%;
}
#c5 .compensation-form .plan-selection a {
  float: right;
  text-align: center;
  font-size: inherit;
}
#c5 .compensation-form .plan-selection a.plan-link {
  text-align: right;
  cursor: pointer;
  width: auto;
}
#c5 .compensation-form .plan-selection a.plan-link.signed {
  background-color: green;
}
#c5 .compensation-form .plan-selection a img {
  width: 100%;
}
#c5 .compensation-form .indemnification-signature-section .indemnification-link.signed {
  background-color: green;
}
#c5 .compensation-form .change-plan-section {
  padding-bottom: 3rem;
}
#c5 .compensation-form .change-plan-section .current-monthly-cost {
  padding-top: 1.8rem;
}
#c5 .compensation-form .change-plan-section .current-monthly-cost h2 {
  font-family: "Circular Book", "verdana", "sans-serif";
}
#c5 .compensation-form .change-plan-section .current-monthly-cost > * {
  display: inline;
}
#c5 .compensation-form .change-plan-section .plan-selected p {
  margin: 0;
}
#c5 .compensation-form .change-plan-section .plan-selected .selected {
  float: left;
}
#c5 .compensation-form .change-plan-section .plan-selected .right-align {
  float: right;
  background-image: url("../img/inline-arrw.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 2rem;
}
#c5 .compensation-form .change-plan-section .slider {
  width: 100%;
  float: left;
  background-color: #bfbfbf;
  border: none;
  box-shadow: none;
  height: 6px;
  margin-top: 2.7rem;
}
#c5 .compensation-form .change-plan-section .slider .noUi-marker {
  background-image: url("../img/plan-diamond.png");
  background-size: cover;
  background-color: transparent;
  margin-left: -13px;
  width: 1.9rem;
  height: 1.9rem;
  top: -14px;
}
#c5 .compensation-form .change-plan-section .slider .noUi-value {
  margin-left: -4px;
}
#c5 .compensation-form .change-plan-section .slider .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  top: -0.7rem;
  left: -1rem;
  border-radius: 10rem;
  background-color: #e3404b;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(105, 103, 105, 0.75);
  -moz-box-shadow: 1px 2px 6px 0px rgba(105, 103, 105, 0.75);
  box-shadow: 1px 2px 6px 0px rgba(105, 103, 105, 0.75);
}
#c5 .compensation-form .change-plan-section .slider .noUi-handle:before, #c5 .compensation-form .change-plan-section .slider .noUi-handle:after {
  display: none;
}
#c5 .compensation-form .change-plan-section .slider .noUi-pips {
  height: initial;
  font-size: 1.3rem;
  padding: 0;
  padding-top: 0.4rem;
  color: #bfbfbf;
}
#c5 .compensation-form .save-text {
  padding-left: 0.6rem;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
#c5 .compensation-form .save-btn {
  font-size: inherit;
  background-color: transparent;
  background-image: url("../img/save-and-exit-now-arrw.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.5rem;
  background-size: 5%;
}
#c5 .compensation-form .select2-selection {
  background-color: transparent;
  background-image: url("../img/input-drpdown.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  border-radius: 0;
  border: 2px solid black;
  height: 2.8rem;
  font-size: 14px;
}
#c5 .compensation-form .select2-selection .select2-selection__rendered {
  padding: 6px 1rem;
  line-height: 18px;
  font-family: "BlinkMacSystemFont";
}
#c5 .compensation-form .select2-selection .select2-selection__arrow {
  display: none;
}
#c5 .compensation-form.page-two a {
  text-decoration: underline;
}
#c5 .compensation-form.page-three .styled-inputs {
  padding-top: 1.1rem;
}
#c5 .compensation-form.page-three .styled-inputs h5 {
  padding-top: 3.3rem;
  margin-bottom: 0rem;
}
#c5 .compensation-form.page-three .styled-inputs .drop-down-button {
  padding-top: 0;
  margin-top: 3.3rem;
  margin-bottom: 1.9rem;
  float: left;
  padding-right: 3rem;
  cursor: pointer;
  background: url("../img/arrow.png") right center no-repeat;
  background-size: 10%;
}
#c5 .compensation-form.page-three .styled-inputs .form-group.radio {
  padding-top: 2.1rem;
  padding-bottom: 1.1rem;
}
#c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(3), #c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(6), #c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(15) {
  width: 23%;
}
#c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(4) {
  width: 77%;
}
#c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(7), #c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(16) {
  width: 10.3%;
}
#c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(8), #c5 .compensation-form.page-three .styled-inputs .form-group:nth-child(17) {
  width: 16.7%;
}
#c5 .compensation-form.page-five .w9 {
  font-size: 1.5rem;
  padding: 0 0.8rem 50px;
  border-bottom: 1px gray solid;
}
#c5 .compensation-form.page-five .w9 .btn {
  background-color: #e3404b;
  color: white;
  cursor: pointer;
  transition-duration: 0.3s;
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 3px;
  font-size: 1.6rem;
  position: relative;
  background-size: 5%;
  margin-top: 1.9rem;
  border: 1px transparent solid;
}
#c5 .compensation-form.page-five .w9 .btn:hover {
  background-color: transparent;
  color: #e3404b;
  border: 1px #e3404b solid;
}
#c5 .compensation-form.page-five .w9 .link {
  background: none;
  color: #298adc;
}
#c5 .compensation-form.page-five .w9 .link:hover {
  text-decoration: underline;
}
#c5 .compensation-form.page-five .w9 .verified {
  color: green;
}
#c5 .compensation-form.page-five .w9 .unverified {
  color: #e3404b;
}
#c5 .compensation-form.page-five .w9 .error {
  color: #e3404b;
}
#c5 .compensation-form.page-five .w9 .must-sign-w9-message {
  color: #e3404b;
}
#c5 .compensation-form.page-five .w9 .display-none {
  display: none;
}
#c5 .compensation-form.page-five .w9 iframe {
  width: 100%;
  height: 90vh;
}
#c5 .compensation-form.page-five #checkout-form.wusa-disabled {
  cursor: not-allowed;
}
#c5 .compensation-form.page-five #checkout-form.wusa-disabled .styled-inputs {
  pointer-events: none;
  opacity: 0.3;
}
#c5 .compensation-form.page-five .wait-payment-message {
  font-size: 1.6rem;
}
#c5 .compensation-form .form-errors {
  padding: 0 0.6rem;
  color: #e3404b;
  font-size: 1.3rem;
  margin-top: 3rem;
}
#c5 .compensation-form .form-errors h5 {
  margin-bottom: 1rem;
}
#c5 .compensation-form .styled-inputs input.radio {
  display: none;
}
#c5 .compensation-form .styled-inputs input.radio + label.radio-label {
  padding: 0;
  padding-left: 32px;
  background: url(../img/checkboxsprite.png) left top no-repeat;
  height: 24px;
  background-size: 24px auto;
  width: 72px;
  padding-top: 3px;
  font-size: 1rem;
  cursor: pointer;
}
#c5 .compensation-form .styled-inputs input.radio:checked + label.radio-label {
  background-position: 0 -24px;
}
#c5 .compensation-form .styled-inputs h5 {
  clear: both;
  padding-left: 0.6rem;
  padding-top: 4rem;
  margin-bottom: 1rem;
}
#c5 .compensation-form .styled-inputs .call-preference-drop-down {
  margin-top: 6rem;
}
#c5 .compensation-form .styled-inputs .call-preference-drop-down .form-group.radio .control-label {
  display: none;
}
#c5 .compensation-form .styled-inputs .call-preference-drop-down, #c5 .compensation-form .styled-inputs .board-membership-dropdown {
  padding-bottom: 2rem;
  position: relative;
}
#c5 .compensation-form .styled-inputs .call-preference-drop-down .form-group.radio, #c5 .compensation-form .styled-inputs .board-membership-dropdown .form-group.radio {
  width: 50%;
  clear: left;
  padding-top: 0;
}
#c5 .compensation-form .styled-inputs .call-preference-drop-down .form-group.radio label, #c5 .compensation-form .styled-inputs .board-membership-dropdown .form-group.radio label {
  width: 100% !important;
  margin-top: 1rem;
}
#c5 .compensation-form .styled-inputs .call-preference-drop-down .form-group.text, #c5 .compensation-form .styled-inputs .board-membership-dropdown .form-group.text {
  display: none;
  position: absolute;
  bottom: 3rem;
  right: 0;
}
#c5 .compensation-form .styled-inputs .board-membership-join-hint {
  font-size: 1.3rem;
  padding-left: 0.8rem;
}
#c5 .compensation-form .styled-inputs .board-membership-links-dropdown {
  font-size: 1.3rem;
  padding-left: 0.8rem;
}
#c5 .compensation-form .styled-inputs .drop-down-radio.hidden {
  clear: both;
  display: none;
}
#c5 .compensation-form .styled-inputs .form-group label {
  font-size: 1.2rem;
  font-family: "Circular", "verdana", "sans-serif";
  padding: 1.3rem 0;
  display: inline-block;
  width: 100%;
}
#c5 .compensation-form .styled-inputs .form-group select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-family: "BlinkMacSystemFont";
  padding: 1.3rem 0;
  height: 2.8rem;
}
#c5 .compensation-form .styled-inputs .form-group input, #c5 .compensation-form .styled-inputs .form-group textarea {
  border: 2px solid black;
  padding: 6px 1rem;
  background-color: #f6f6f6;
  color: black;
}
#c5 .compensation-form .styled-inputs .form-group .ccm-required {
  display: none;
}
#c5 .compensation-form .styled-inputs .text-muted {
  color: #e3404b;
}
#c5 .compensation-form .styled-inputs .field-text, #c5 .compensation-form .styled-inputs .field-email, #c5 .compensation-form .styled-inputs .field-telephone, #c5 .compensation-form .styled-inputs .form-group {
  width: 50%;
  float: left;
  display: block;
  text-align: left;
  padding: 0 0.6rem;
}
#c5 .compensation-form .styled-inputs .field-text input, #c5 .compensation-form .styled-inputs .field-email input, #c5 .compensation-form .styled-inputs .field-telephone input, #c5 .compensation-form .styled-inputs .form-group input {
  width: 100%;
  border-radius: 0;
  height: 2.8rem;
}
#c5 .compensation-form .styled-inputs .field-textarea {
  padding: 0 0.6rem;
  text-align: left;
  float: left;
  width: 100%;
}
#c5 .compensation-form .styled-inputs .field-textarea textarea {
  width: 100%;
  height: 7.5rem;
}
#c5 .compensation-form .styled-inputs .return-btn {
  float: right;
  width: 9rem;
  font-size: 1.1rem;
  height: 2.7rem;
  padding: 0.6rem 2.1rem 0.6rem 4rem;
  position: relative;
  border: 1px solid #d9d9d9;
  color: #6a6a6a;
  background-size: 5%;
  margin-top: 1.9rem;
  margin-bottom: 3.6rem;
  background-image: url("../img/gray-button-arrw-back.png");
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-color: #d9d9d9;
  border-radius: 3px;
}
#c5 .compensation-form .styled-inputs input.btn-primary {
  background-color: #e3404b;
  color: white;
  padding: 0.6rem 4rem 0.6rem 2.1rem;
  width: 9rem;
  height: 2.7rem;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  border: 1px solid #e3404b;
  background-image: url("../img/home-red-button-arrow.png");
  background-repeat: no-repeat;
  background-position: 75% 50%;
  font-size: 1.1rem;
  background-size: 5%;
  margin-left: 0.9rem;
  margin-right: 0.6rem;
  margin-top: 1.9rem;
  margin-bottom: 3.6rem;
  transition: all 0.5s ease;
}
#c5 .compensation-form .styled-inputs input.btn-primary:disabled {
  background-image: url("../img/gray-button-arrw.png");
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  color: #6a6a6a;
  cursor: default;
}
#c5 .compensation-form.page-four {
  width: 66.1rem;
  position: relative;
}
#c5 .compensation-form.page-four .coupon-errors {
  color: #e3404b;
  padding: 1rem 0;
}
#c5 .compensation-form.page-four .styled-inputs h5 {
  padding-left: 0;
  padding-top: 1.3rem;
}
#c5 .compensation-form.page-four .save-text {
  padding-left: 0;
}
#c5 .compensation-form.page-four .return-btn {
  float: right;
  width: 12rem;
  font-size: 1.1rem;
  height: 2.7rem;
  padding: 0.6rem 0;
  text-align: center;
  position: relative;
  border: 1px solid #d9d9d9;
  color: #6a6a6a;
  background-size: 5%;
  margin-top: 1.9rem;
  margin-bottom: 8.1rem;
  margin-left: 0.9rem;
  background-color: #d9d9d9;
  border-radius: 3px;
}
#c5 .compensation-form.page-four input.btn-primary {
  background-color: #e3404b;
  color: white;
  padding: 0.6rem 0;
  text-align: center;
  width: 12rem;
  height: 2.7rem;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  border: 1px solid #e3404b;
  font-size: 1.1rem;
  margin-left: 0.9rem;
  margin-top: 1.9rem;
  margin-bottom: 8.1rem;
}
#c5 .compensation-form.page-four table .button-field {
  vertical-align: bottom;
}
#c5 .compensation-form.page-four table label {
  display: block;
  padding: 2rem 0 1rem;
}
#c5 .compensation-form.page-four table input {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0;
  height: 2.5rem;
}
#c5 .compensation-form.page-four table .apply-coupon-btn {
  margin: 0;
  float: none;
  height: 2.5rem;
  border-radius: 0;
  margin-left: 1rem;
  font-size: 1rem;
  width: 5rem;
}
#c5 .compensation-form.page-four .confirm-signature {
  position: absolute;
  top: 10rem;
  right: 3rem;
  width: 45%;
  color: #e3404b;
  font-size: 1.5rem;
}
#c5 .compensation-form.page-four .confirm-signature input {
  background-color: #f6f6f6;
  border-radius: 0;
  width: 20rem;
  padding-left: 0.8rem;
}
#c5 #checkout-form .styled-inputs .form-group:nth-of-type(3), #c5 #checkout-form .styled-inputs .form-group:nth-of-type(8) {
  width: 23%;
}
#c5 #checkout-form .styled-inputs .form-group:nth-of-type(4) {
  width: 27%;
}
#c5 #checkout-form .styled-inputs .form-group:nth-of-type(9) {
  width: 10.3%;
}
#c5 #checkout-form .styled-inputs .form-group:nth-of-type(10) {
  width: 16.7%;
}
#c5 #checkout-form .form-group.select:last-of-type .select2-selection {
  background-position: 97% center;
}
#c5 .page-six-content .branch-entity-codes {
  width: 66.7rem;
  margin: 0 auto;
}
#c5 .page-six-content .branch-entity-codes .form-group {
  display: none;
}
#c5 .page-six-content .branch-entity-codes .branch-entity {
  padding-bottom: 1.8rem;
  width: 25%;
  position: relative;
}
#c5 .page-six-content .branch-entity-codes .branch-entity .checkbox {
  background: url(../img/checkboxsprite.png) left top no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
}
#c5 .page-six-content .branch-entity-codes .branch-entity .checkbox.checked {
  background-position: 0 -30px;
}
#c5 .page-six-content .branch-entity-codes .branch-entity > p {
  line-height: 1em;
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-left: 44px;
}
#c5 .page-six-content .branch-entity-codes .branch-entity > p:hover + .hover-box {
  visibility: visible;
  opacity: 1;
}
#c5 .page-six-content .branch-entity-codes .branch-entity > p a {
  text-decoration: underline;
}
#c5 .page-six-content .branch-entity-codes .hover-box {
  width: 25rem;
  text-align: center;
  box-shadow: 2px 3px 12px 0px rgba(105, 103, 105, 0.75);
  transition: all 200ms;
}
#c5 .page-six-content .branch-entity-codes .hover-box .callout-bubble {
  position: relative;
  color: #000;
  background-color: white;
}
#c5 .page-six-content .branch-entity-codes .hover-box .bold {
  margin: 0;
  padding: 0.9rem 0;
  font-size: 1.1rem;
}
#c5 .page-six-content .branch-entity-codes .hover-box img {
  width: 100%;
}
#c5 .page-six-content .branch-entity-codes .hover-box .map-link {
  background-image: url("../img/inline-arrw.png");
  background-repeat: no-repeat;
  background-position: 73% center;
  padding: 0.9rem 0;
  padding-right: 2rem;
  margin: 0;
  font-size: 1.1rem;
  display: block;
}
#c5 .page-six-content .iframe-content {
  width: 66.7rem;
  margin: 0 auto;
}
#c5 .page-six-content .iframe-content iframe {
  width: 100%;
  height: 800px;
  border: none;
}
@media screen and (max-width: 767px) {
  #c5 .page-six-content .iframe-content iframe {
    height: 1050px;
  }
}
@media screen and (max-width: 575px) {
  #c5 .page-six-content .iframe-content iframe {
    height: 1150px;
  }
}
#c5 .compensation-form.page-six {
  padding-bottom: 1.3rem;
}
#c5 .compensation-form.page-six .styled-inputs h5 {
  padding: 0;
}
#c5 .compensation-form.page-six .styled-inputs .form-group.radio {
  width: 100%;
  text-align: center;
}
#c5 .compensation-form.page-six .styled-inputs .form-group.radio .control-label {
  display: none;
}
#c5 .compensation-form.page-six .styled-inputs input.radio + label.radio-label {
  margin: 0.3rem 0 3.2rem;
  width: 186px;
  padding-left: 16px;
}
#c5 .compensation-form.page-six .styled-inputs input.radio + label.radio-label:last-child {
  padding-left: 30px;
  width: 200px;
}
#c5 .compensation-form.page-six .styled-inputs input.btn-primary {
  margin-right: 0;
}
#c5 .compensation-form.page-six .styled-inputs .bottom-inline .form-group.radio {
  float: left;
  width: initial;
  margin-top: 2rem;
  margin-left: 1rem;
}
#c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio + label.radio-label {
  width: 256px;
}
#c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio + label.radio-label:last-child {
  width: 271px;
}
#c5 .compensation-form.page-six h5.red-btn {
  font-size: 1.45rem;
  padding: 0.95rem 0;
  text-align: center;
}
#c5 .compensation-form.page-seven .styled-inputs iframe {
  width: 100%;
  height: 60rem;
}
#c5 .compensation-form.page-seven .styled-inputs .save-text {
  padding-top: 0;
}
#c5 .compensation-form.page-seven .styled-inputs input.btn-primary {
  margin-right: 0;
}
#c5 .page-eight-content {
  padding-bottom: 8.4rem;
  position: relative;
}
#c5 .page-eight-content h2 {
  margin-bottom: 0.7rem;
}
#c5 .page-eight-content h5 {
  margin-bottom: 1.5rem;
  margin-top: 0rem;
}
#c5 .page-eight-content p {
  margin: 1rem auto;
}
#c5 .page-eight-content .three-image-random-block {
  width: 99vw;
  left: -23rem;
  padding-bottom: 6.6rem;
}
#c5 .document-transfer-block {
  padding-top: 0.6rem;
  padding-bottom: 1.3rem;
}
#c5 .document-transfer-block .document-file {
  margin-bottom: 0.3rem;
}
#c5 .document-transfer-block img {
  width: 1.75rem;
}
#c5 .document-transfer-block h5 {
  margin-bottom: 1.5rem;
}
#c5 .document-transfer-block p {
  margin: 0;
}
#c5 .ica-notice {
  float: right;
  clear: both;
  margin-top: -6.5rem;
  margin-right: 0.6rem;
  font-size: 1.5rem;
}
#c5 .hidden-fields {
  display: none;
}
#c5 #compensation-form {
  width: 100% !important;
  margin-bottom: 50px;
}
#c5 #compensation-form input:not(input[type=button]) {
  border: 2px solid #000;
}
#c5 #compensation-form .radio-label {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  position: relative;
  padding-left: 45px;
}
#c5 #compensation-form .radio-label input[type=radio] {
  display: none;
}
#c5 #compensation-form .radio-label input[type=radio] + span {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: solid 2px #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#c5 #compensation-form .radio-label input[type=radio] + span::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e3404b;
  font-size: 24px;
}
#c5 #compensation-form .radio-label input[type=radio]:checked + span::before {
  display: block;
}
#c5 #compensation-form .callout-boxes {
  margin-top: 0;
}
#c5 #compensation-form .form-group {
  position: relative;
}
#c5 #compensation-form .form-group input[type=checkbox] {
  display: none;
}
#c5 #compensation-form .form-group input[type=checkbox] + span {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: solid 2px #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#c5 #compensation-form .form-group input[type=checkbox] + span::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e3404b;
  font-size: 24px;
}
#c5 #compensation-form .form-group input[type=checkbox]:checked + span::before {
  display: block;
}
#c5 #compensation-form .error-message {
  padding: 0.6rem;
  color: #e3404b;
  font-size: 1.5rem;
}
#c5 #compensation-form .select2-container {
  min-width: 100%;
  width: 100%;
}
#c5 #compensation-form .select2-container .select2-choice {
  border: 2px solid #000;
  border-radius: 0;
  background-color: #f6f6f6;
  width: 100%;
  min-height: 3.75rem;
}
#c5 #compensation-form .select2-container .select2-choice .select2-chosen {
  min-height: 3.75rem;
  font-size: 1.27rem;
  padding: 10px 1.4rem;
}
#c5 #compensation-form .select2-arrow {
  width: 1.75rem;
  border-left: solid 2px #000;
}
#c5 #compensation-form .select2-arrow b {
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: solid 5px transparent;
  border-top-color: #000;
}
#c5 #compensation-form table tbody {
  display: table;
  width: 100%;
}
#c5 #compensation-form table tbody input {
  width: 95%;
  height: 3.3rem;
  font-size: 1.3rem;
}
#c5 #compensation-form table tbody button {
  margin: 0;
}
#c5 #compensation-form table tbody tr.bold + tr td {
  padding-top: 50px;
  padding-bottom: 10px;
}
#c5 #compensation-form table tbody input {
  background-color: #f6f6f6;
}
#c5 #compensation-form table .apply-coupon-btn {
  background-image: none;
  padding: 0.95rem 0;
  border-radius: 0;
}
#c5 #compensation-form .branch-entity-codes, #c5 #compensation-form .iframe-content {
  width: 100%;
}
#c5 #compensation-form .branch-entity-codes td {
  vertical-align: top;
}
#c5 #compensation-form .branch-entity-codes td > p {
  line-height: 1rem;
}
#c5 #compensation-form .branch-entity-codes .hover-box {
  width: 16rem;
  bottom: initial;
  top: 0;
  transform: translateY(-100%);
  left: -25%;
}
#c5 #compensation-form .branch-entity-codes .hover-box .map-link {
  background-position: 90% center;
  padding-right: 1.5rem;
}
#c5 #compensation-form .branch-entity-codes table {
  width: 100%;
  border-spacing: 0;
}
#c5 #compensation-form .branch-entity-codes .branch-entity {
  padding-bottom: 1.8rem;
  position: relative;
}
#c5 #compensation-form .branch-entity-codes .branch-entity .checkbox {
  background: url(../img/checkboxsprite.png) left top no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
}
#c5 #compensation-form .branch-entity-codes .branch-entity .checkbox.checked {
  background-position: 0 -30px;
}
#c5 #compensation-form .branch-entity-codes .branch-entity > p {
  line-height: 1em;
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-left: 44px;
}
#c5 #compensation-form .branch-entity-codes .branch-entity > p:hover + .hover-box {
  visibility: visible;
  opacity: 1;
}
#c5 #compensation-form .inline-checkbox {
  text-align: center;
}
#c5 #compensation-form .inline-checkbox > div {
  width: 100%;
  text-align: center;
}
#c5 #compensation-form .inline-checkbox .radio-label {
  display: inline-block;
}
#c5 #compensation-form .branch-entity-codes .form-group {
  padding: 0 0 1rem;
}
#c5 #compensation-form .form-actions {
  margin: 50px 0;
}
#c5 #compensation-form .form-actions input[type=submit], #c5 #compensation-form .form-actions a {
  margin-top: 0;
  margin-bottom: 0;
}
#c5 #compensation-form .plan-selection {
  padding-bottom: 50px;
}
#c5 #compensation-form .plan-selection .confirm-signature {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
#c5 #compensation-form .confirm-signature h5 a {
  float: right;
  text-align: center;
  font-size: inherit;
}
#c5 #compensation-form .confirm-signature h5 a.plan-link {
  text-align: right;
  cursor: pointer;
  width: auto;
}
#c5 #compensation-form .confirm-signature h5 a.plan-link.signed {
  background-color: green;
}
#c5 #compensation-form .confirm-signature h5 a img {
  width: 100%;
}
#c5 #compensation-form .confirm-signature h5 + .form-group {
  float: right;
  padding-left: 20px;
  margin-top: 10px;
}
#c5 #compensation-form #submittable-fields .form-group:nth-child(3) {
  width: 50%;
}
#c5 #compensation-form #submittable-fields .form-group:nth-child(5) {
  width: 23%;
}
#c5 #compensation-form #submittable-fields .form-group:nth-child(n+6) {
  width: 33.333333%;
}
#c5 #compensation-form.page-three div .form-group:nth-child(1), #c5 #compensation-form.page-three div .form-group:nth-child(2) {
  width: 40%;
}
#c5 #compensation-form.page-three div .form-group:nth-child(3) {
  width: 20%;
}
#c5 #compensation-form.page-three div .form-group:nth-child(4) {
  width: 15%;
}
#c5 #compensation-form.page-three div .form-group:nth-child(5) {
  width: 35%;
}
#c5 #compensation-form.page-three div .form-group:nth-child(17) {
  width: 16.7%;
}
#c5 #compensation-form .checkbox-area .form-group {
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
}
#c5 #compensation-form .checkbox-area .form-group input[type=checkbox] + span {
  top: 15%;
  left: -10%;
  transform: none;
}
@media (max-width: 800px) {
  #c5 #compensation-form .checkbox-area .form-group input[type=checkbox] + span {
    left: 0;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
#c5 #compensation-form #exit-and-save {
  cursor: pointer;
}
#c5 #compensation-form .form-actions #button-container {
  text-align: right;
}
#c5 #compensation-form .form-actions #back-button, #c5 #compensation-form .form-actions #submit {
  cursor: pointer;
  transition-duration: 0.3s;
  display: inline-block;
  padding: 1rem 3rem;
  margin-left: 1.3rem;
  border-radius: 3px;
  font-size: 1.6rem;
  position: relative;
  background-size: 5%;
  margin-top: 1.9rem;
  margin-bottom: 3.6rem;
  border: solid 1px;
}
#c5 #compensation-form .form-actions #back-button i, #c5 #compensation-form .form-actions #submit i {
  font-size: 2rem;
}
#c5 #compensation-form .form-actions #back-button {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #6a6a6a;
}
#c5 #compensation-form .form-actions #back-button i {
  margin-right: 1.5rem;
}
#c5 #compensation-form .form-actions #back-button:hover {
  background-color: #6a6a6a;
  color: #d9d9d9;
}
#c5 #compensation-form .form-actions #back-button:disabled {
  cursor: not-allowed;
  filter: grayscale(50%);
}
#c5 #compensation-form .form-actions #submit {
  background-color: #e3404b;
  color: #fff;
  border-color: #e3404b;
}
#c5 #compensation-form .form-actions #submit i:not(.fa-spinner) {
  margin-left: 1.5rem;
}
#c5 #compensation-form .form-actions #submit:hover {
  background-color: #fff;
  color: #e3404b;
}
#c5 #compensation-form .call-preference.drop-down-button {
  width: 100%;
  background: none;
}
#c5 #compensation-form .call-preference.drop-down-button i {
  color: #e3404b;
  font-size: 3rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
}
#c5 #compensation-form .page-eight-content .compensation-header {
  width: 100%;
}
@media (max-width: 900px) {
  #c5 #compensation-form {
    width: 90% !important;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #c5 #compensation-form #button-container #submit {
    margin-left: 5%;
  }
  #c5 #compensation-form #button-container #submit i {
    margin: 0;
  }
  #c5 #compensation-form #button-container #back-button {
    margin-left: 0;
  }
  #c5 #compensation-form #button-container #back-button i {
    margin: 0;
  }
  #c5 #compensation-form .apply-coupon-btn {
    height: auto !important;
  }
}
#c5 .ica-modal-body p img[alt*=signature] {
  max-height: 30px;
  max-width: 100%;
}
#c5 .admin-step-selector {
  z-index: 100;
  position: fixed;
  top: 20%;
  right: 5%;
  padding: 20px;
  border: solid 2px #e3404b;
  background-color: #fff;
}
#c5 .compensation-form.transaction .select2-container .select2-choice {
  height: 3.75rem;
  padding: 3px 0.7rem;
  font-size: 1.27rem;
}
#c5 .compensation-form.transaction .select2-container .select2-arrow {
  width: 3.5rem;
}
#c5 .compensation-form.transaction .styled-inputs #payment-element {
  margin-top: 1rem;
}
#c5 .compensation-form.transaction .styled-inputs #payment-message {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #e3404b;
}
#c5 .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
#c5 #initial-payment-message {
  width: 100%;
  color: #e3404b;
  text-align: right;
}
#c5 .west-usa-choice-branch-entity-code-notice {
  background: lightyellow;
  padding: 1rem 3rem;
  font-size: 1.3rem;
}
#c5 .common-page {
  width: 66.7rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  #c5 .common-page {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  #c5 .common-page {
    width: 59.4%;
  }
}
#c5 .home-link {
  margin-bottom: 10px;
}
#c5 .returning-users-home {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 1.5rem;
}
#c5 .returning-users-home .choices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 10px;
}
@media (max-width: 600px) {
  #c5 .returning-users-home .choices {
    grid-template-columns: 1fr;
  }
}
#c5 .returning-users-home .choices .choice {
  text-align: center;
  padding: 20px;
  border: 1px black solid;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#c5 .returning-users-home .choices .choice .icon {
  margin-bottom: 1rem;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (min-width: 1400px) {
  #c5 {
    line-height: 2rem;
  }
  #c5 h1, #c5 .h1 {
    font-size: 5.5rem;
  }
  #c5 h4 {
    font-size: 1.85rem;
    letter-spacing: 0.6px;
  }
  #c5 h5 {
    font-size: 1.7rem;
    font-weight: 100;
  }
  #c5 header .header-fixed .header-right {
    width: 26rem;
    margin-top: 2.5rem;
  }
  #c5 header .header-fixed .header-right .login-btn {
    text-align: center;
    width: 31.4%;
    font-size: 1.2rem;
    border-width: 2px;
    padding: 0.4rem 0;
  }
  #c5 header .header-fixed .header-right .header-area {
    margin-left: 9%;
    font-size: 1.18rem;
    margin-top: 0.7rem;
  }
  #c5 header .header-fixed .header-right .nav-toggle {
    margin-left: 9%;
    width: 3rem;
    margin-top: 1.4rem;
  }
  #c5 header .header-fixed .header-right .nav-toggle span {
    width: 2.4rem;
  }
  #c5 .animated-banner-block {
    height: 81.7rem;
  }
  #c5 .animated-banner-block .image-slides .banner-image img {
    height: 81.7rem;
  }
  #c5 .compensation-slider-block {
    bottom: 5rem;
  }
  #c5 .compensation-slider-block .slider-container {
    width: 50%;
    margin-top: 3.3rem;
    padding: 6.1rem 15px 6.4rem;
  }
  #c5 .compensation-slider-block .slider-container:after {
    left: 17.5rem;
  }
  #c5 .compensation-slider-block .slider-container .slider-name {
    font-size: 1.755rem;
    left: 2.7%;
    top: 2.4rem;
  }
  #c5 .compensation-slider-block .text-label {
    font-size: 1.72rem;
    width: 58%;
  }
  #c5 .compensation-slider-block .text-label h1, #c5 .compensation-slider-block .text-label .h1 {
    font-size: 5.2rem;
    line-height: 5.7rem;
    margin-bottom: 2.6rem;
  }
  #c5 .compensation-slider-block .slider {
    height: 8px;
    width: 79%;
    margin-left: 1.2rem;
  }
  #c5 .compensation-slider-block .slider .noUi-handle {
    height: 2.15rem;
    width: 2.15rem;
    left: -1.15rem;
  }
  #c5 .compensation-slider-block .slider .noUi-pips {
    font-size: 1.7rem;
    padding-top: 0.6rem;
  }
  #c5 .compensation-slider-block .next-btn {
    padding: 1rem 5rem 1rem 2.6rem;
    font-size: 1.7rem;
    top: 4.35rem;
    right: 2.5rem;
  }
  #c5 .compensation-slider-block .callout-boxes {
    width: 72.7rem;
    margin-top: 2.55rem;
  }
  #c5 .compensation-slider-block .callout-boxes .monthly-cost, #c5 .compensation-slider-block .callout-boxes .transaction-fee, #c5 .compensation-slider-block .callout-boxes .yearly-cap {
    width: 31%;
    height: 15.45rem;
    font-size: 1.7rem;
  }
  #c5 .compensation-slider-block .callout-boxes .monthly-cost h1, #c5 .compensation-slider-block .callout-boxes .monthly-cost .h1, #c5 .compensation-slider-block .callout-boxes .transaction-fee h1, #c5 .compensation-slider-block .callout-boxes .transaction-fee .h1, #c5 .compensation-slider-block .callout-boxes .yearly-cap h1, #c5 .compensation-slider-block .callout-boxes .yearly-cap .h1 {
    margin-top: 4rem;
    margin-bottom: 0.5rem;
  }
  #c5 .compensation-slider-block .callout-boxes .transaction-fee {
    margin: 0 3.333333%;
  }
  #c5 .video-clip-slider-block {
    padding-top: 2.38rem;
  }
  #c5 .video-clip-slider-block .slider-header {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  #c5 .three-callout-block {
    padding-bottom: 8rem;
  }
  #c5 .three-callout-block .header-text {
    width: 47%;
    padding-top: 4.7rem;
    font-size: 1.3rem;
  }
  #c5 .three-callout-block .header-text h2 {
    line-height: 1.3rem;
  }
  #c5 .three-callout-block .callouts {
    margin-top: 6rem;
  }
  #c5 .three-callout-block .callout:nth-of-type .callout-image {
    height: 18.5rem;
    margin-bottom: 2.85rem;
  }
  #c5 .three-callout-block .callout .callout-text {
    font-size: 1.3rem;
  }
  #c5 .three-callout-block .callout .callout-text h4 {
    margin-bottom: 1rem;
  }
  #c5 section.testimonials {
    height: 71.7rem;
  }
  #c5 .testimonial-block {
    padding-top: 11.5rem;
  }
  #c5 .testimonial-block .header-text {
    font-size: 1.7rem;
    margin-bottom: 4.05rem;
  }
  #c5 .testimonial-block .header-text h1, #c5 .testimonial-block .header-text .h1 {
    margin-bottom: 3.4rem;
  }
  #c5 .testimonial-block .testimonial-slide {
    height: 21.3rem;
  }
  #c5 .testimonial-block .testimonial-slide .testimonial-text {
    line-height: 2.8rem;
    font-size: 1.3rem;
  }
  #c5 .three-image-random-block {
    padding-top: 8.3rem;
    margin-bottom: 10rem;
  }
  #c5 .footer-video-block {
    height: 63.35rem;
  }
  #c5 .footer-video-block .placeholder .placeholder-text {
    padding-top: 23.1rem;
    font-size: 1.7rem;
  }
  #c5 .footer-video-block .placeholder .placeholder-text h1, #c5 .footer-video-block .placeholder .placeholder-text .h1 {
    font-size: 5rem;
    margin-bottom: 2.9rem;
  }
  #c5 .footer-video-block .placeholder img {
    width: 7.5rem;
  }
  #c5 header.open .header-collapse {
    height: 35.2rem;
  }
  #c5 header.open .header-fixed .nav-toggle span.icon-bar1, #c5 header.open .header-fixed .nav-toggle span.icon-bar4 {
    width: 0;
  }
  #c5 footer .footer-top, #c5 header .footer-top {
    padding-top: 4.25rem;
    font-size: 1.15rem;
    padding-bottom: 3.6rem;
  }
  #c5 footer .footer-col h5, #c5 header .footer-col h5 {
    font-size: 1.4rem;
    margin-bottom: 1.9rem;
  }
  #c5 footer .footer-col li, #c5 header .footer-col li {
    margin-bottom: 1.25rem;
  }
  #c5 footer .footer-col p, #c5 header .footer-col p {
    margin-bottom: 1.25rem;
  }
  #c5 footer .footer-bottom, #c5 header .footer-bottom {
    margin-top: 1.2rem;
    padding-bottom: 0.7rem;
  }
  #c5 footer .footer-bottom .copyright, #c5 header .footer-bottom .copyright {
    font-size: 1rem;
  }
  #c5 form.email .form-group {
    height: 3.8rem;
    width: 23.4rem;
  }
  #c5 form.email .form-group .form-control {
    font-size: 1.3rem;
  }
  #c5 header .footer-top {
    padding-top: 3.5rem;
  }
  #c5 header .header-close {
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 2.3rem;
    font-size: 2rem;
  }
  #c5 .internal-page-banner-block {
    height: 33.3rem;
  }
  #c5 .internal-page-banner-block .text {
    padding-top: 24.5rem;
    padding-bottom: 6.8rem;
  }
  #c5 .contact-location-block {
    padding-top: 5.6rem;
  }
  #c5 .contact-location-block .contact-info {
    font-size: 1.32rem;
    margin-top: 4.55rem;
  }
  #c5 .contact-location-block .contact-info table {
    width: 58.8%;
  }
  #c5 .contact-location-block .contact-info table th {
    font-size: 1.7rem;
    font-weight: 100;
  }
  #c5 .contact-location-block .contact-info table td:first-child {
    width: 38.9%;
  }
  #c5 .contact-location-block .contact-info table td:nth-child(2) {
    width: 21.25%;
  }
  #c5 .contact-location-block .contact-info table td p {
    margin-top: 1rem;
    line-height: 2.4rem;
  }
  #c5 .contact-location-block .contact-info table td a {
    line-height: 4.4rem;
  }
  #c5 .googleMapCanvas {
    margin-top: 4.4rem;
    margin-bottom: 8rem;
  }
  #c5 .contact-form {
    width: 59.4%;
    padding-top: 1.25rem;
  }
  #c5 .contact-form .field-text, #c5 .contact-form .field-email, #c5 .contact-form .field-telephone {
    padding: 0 0.8rem;
  }
  #c5 .contact-form .field-text input, #c5 .contact-form .field-email input, #c5 .contact-form .field-telephone input {
    height: 3.75rem;
    font-size: 1.3rem;
    padding: 6px 1.4rem;
  }
  #c5 .contact-form .field-textarea textarea {
    height: 10rem;
    padding: 0 0.8rem;
  }
  #c5 .contact-form .form-group label {
    font-size: 1.5rem;
    padding: 2rem 0 1.5rem;
  }
  #c5 .contact-form input.btn-primary {
    padding: 0.95rem 5rem 0.9rem 3.1rem;
    font-size: 1.45rem;
    margin-top: 2.5rem;
    margin-bottom: 10.7rem;
  }
  #c5 .callout-boxes {
    width: 72.7rem;
    margin-top: 5rem;
    margin-bottom: 5.9rem;
  }
  #c5 .callout-boxes .monthly-cost, #c5 .callout-boxes .transaction-fee, #c5 .callout-boxes .yearly-cap {
    width: 31%;
    height: 15.4rem;
    font-size: 1.7rem;
  }
  #c5 .callout-boxes .monthly-cost h1, #c5 .callout-boxes .monthly-cost .h1, #c5 .callout-boxes .transaction-fee h1, #c5 .callout-boxes .transaction-fee .h1, #c5 .callout-boxes .yearly-cap h1, #c5 .callout-boxes .yearly-cap .h1 {
    margin-top: 6.8rem;
    margin-bottom: 2.8rem;
    font-size: 4.7rem;
  }
  #c5 .callout-boxes .transaction-fee {
    margin: 0 3.333333%;
  }
  #c5 .callout-boxes.page-four {
    margin-bottom: 8.9rem;
  }
  #c5 .compensation-content {
    width: 59.4%;
  }
  #c5 .compensation-content .back-btn {
    height: 1.5rem;
    left: 1%;
    top: 1.3rem;
  }
  #c5 .compensation-content .compensation-header {
    font-size: 1.3rem;
    width: 59%;
  }
  #c5 .compensation-content .document-transfer {
    width: 98.2%;
  }
  #c5 .compensation-form {
    width: 100%;
    padding-top: 0.7rem;
  }
  #c5 .compensation-form.page-three .styled-inputs {
    padding-top: 1.55rem;
  }
  #c5 .compensation-form.page-four {
    width: 100%;
  }
  #c5 .compensation-form.page-four table label {
    padding: 2.25rem 0 0.75rem;
  }
  #c5 .compensation-form.page-four table input {
    padding: 6px 4.4%;
    font-size: 1.3rem;
    height: 3.3rem;
  }
  #c5 .compensation-form.page-four table .apply-coupon-btn {
    width: 6.8rem;
    font-size: 1.3rem;
    height: 3.5rem;
  }
  #c5 .compensation-form.page-four .styled-inputs .title {
    line-height: 1.9rem;
  }
  #c5 .compensation-form.page-four .styled-inputs h5 {
    padding-top: 2rem;
  }
  #c5 .compensation-form.page-four input.btn-primary, #c5 .compensation-form.page-four .return-btn {
    font-size: 1.45rem;
    margin-top: 3.7rem;
    margin-bottom: 7.1rem;
    height: 3.75rem;
    padding: 0.95rem 0;
  }
  #c5 .compensation-form.page-four input.btn-primary {
    margin-left: 1.3rem;
    width: 16.2rem;
  }
  #c5 .compensation-form.page-four .return-btn {
    width: 17.2rem;
  }
  #c5 .compensation-form.page-four .confirm-signature {
    right: 4.1rem;
    top: 13.8rem;
  }
  #c5 .compensation-form.page-four .confirm-signature input {
    width: 68.8%;
    height: 3.5rem;
    padding-left: 3.3%;
    font-size: 1.3rem;
  }
  #c5 .compensation-form.page-five table label {
    padding: 1.5rem 0 0.75rem;
  }
  #c5 .compensation-form.page-five .coupon-errors {
    padding: 2.12rem 0;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline .form-group.radio {
    margin-top: 4rem;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio + label.radio-label {
    width: 342px;
    padding-left: 52px;
    background-position: 16px 0;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio + label.radio-label:last-child {
    width: 364px;
    padding-left: 48px;
    background-position: 11px 0;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio:checked + label.radio-label {
    background-position: 16px -30px;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio:checked + label.radio-label:last-child {
    background-position: 11px -30px;
  }
  #c5 .compensation-form.page-six .styled-inputs .return-btn {
    width: 11.8rem;
    margin-top: 3.75rem;
    margin-bottom: 6.85rem;
  }
  #c5 .compensation-form.page-six .styled-inputs input.btn-primary {
    margin-right: 0.9%;
    width: 12.6rem;
    margin-top: 3.75rem;
    margin-bottom: 6.85rem;
  }
  #c5 .compensation-form.page-six .styled-inputs .save-text {
    margin-left: 0.9%;
    margin-bottom: 1.8rem;
  }
  #c5 .compensation-form .styled-inputs .form-group {
    padding: 0 0.8rem;
  }
  #c5 .compensation-form .styled-inputs .form-group input {
    height: 3.75rem;
    font-size: 1.27rem;
    padding: 6px 1.4rem;
  }
  #c5 .compensation-form .styled-inputs .form-group label {
    font-size: 1.5rem;
    padding: 2rem 0 1.5rem;
  }
  #c5 .compensation-form .styled-inputs input.btn-primary, #c5 .compensation-form .styled-inputs .return-btn {
    font-size: 1.45rem;
    margin-top: 3.4rem;
    margin-bottom: 7.6rem;
    width: 12rem;
    height: 3.7rem;
  }
  #c5 .compensation-form .styled-inputs input.btn-primary {
    margin-left: 1.3rem;
    padding: 0.95rem 5.5rem 0.9rem 3.1rem;
    background-position: 72% 50%;
  }
  #c5 .compensation-form .styled-inputs .return-btn {
    padding: 0.95rem 3.3rem 0.9rem 5.2rem;
    background-position: 28% 50%;
  }
  #c5 .compensation-form .styled-inputs input.radio + label.radio-label {
    height: 30px;
    background-size: 30px auto;
    width: 98px;
    padding-left: 44px;
    font-size: 1.3rem;
  }
  #c5 .compensation-form .styled-inputs input.radio + label.radio-label:last-of-type {
    width: 160px;
  }
  #c5 .compensation-form .styled-inputs input.radio:checked + label.radio-label {
    background-position: 0 -30px;
  }
  #c5 .compensation-form .select2-selection {
    height: 3.75rem;
    font-size: 1.3rem;
    padding-top: 6px;
  }
  #c5 .compensation-form .save-text {
    margin-top: 0.3rem;
    padding-bottom: 3rem;
  }
  #c5 .compensation-form .plan-selection {
    font-size: 1.3rem;
    padding-top: 2.27rem;
  }
  #c5 .compensation-form .plan-selection h5 {
    margin-bottom: 3.05rem;
  }
  #c5 .compensation-form .plan-selection table {
    width: 50%;
  }
  #c5 .compensation-form .plan-selection table td {
    width: 77.5%;
  }
  #c5 .compensation-form .plan-selection a {
    width: 23.8%;
    line-height: 1.5rem;
  }
  #c5 .compensation-form .change-plan-section {
    font-size: 1.3rem;
  }
  #c5 .compensation-form .change-plan-section .current-monthly-cost {
    padding-top: 2.4rem;
  }
  #c5 .compensation-form .change-plan-section .plan-selected .selected {
    margin-top: 0.1rem;
  }
  #c5 .compensation-form .change-plan-section .slider {
    height: 8px;
    margin-top: 3.7rem;
  }
  #c5 .compensation-form .change-plan-section .slider .noUi-handle {
    height: 2rem;
    width: 2rem;
    left: -1.3rem;
  }
  #c5 .compensation-form .change-plan-section .slider .noUi-marker {
    width: 2.4rem;
    height: 2.4rem;
    top: -18px;
    margin-left: -18px;
  }
  #c5 .compensation-form .change-plan-section .slider .noUi-pips {
    font-size: 1.7rem;
    padding-top: 0.6rem;
  }
  #c5 .compensation-form.transaction .styled-inputs input.btn-primary, #c5 .compensation-form.transaction .styled-inputs .return-btn {
    margin-bottom: 6.65rem;
  }
  #c5 .compensation-form.page-six .styled-inputs input.radio + label.radio-label {
    width: 269px;
    padding-left: 69px;
    background-position: 36px 0;
    margin-bottom: 4.5rem;
  }
  #c5 .compensation-form.page-six .styled-inputs input.radio + label.radio-label:last-child {
    padding-left: 25px;
    width: 318px;
    background-position: 18px 0;
  }
  #c5 .compensation-form.page-six .styled-inputs input.radio:checked + label.radio-label {
    background-position: 36px -30px;
  }
  #c5 .compensation-form.page-six .styled-inputs input.radio:checked + label.radio-label:last-child {
    background-position: 18px -30px;
  }
  #c5 .checkbox-area {
    font-size: 1.3rem;
    padding-top: 1.1rem;
  }
  #c5 .checkbox-area .independent-contractor-agreement-block {
    padding-top: 0.5rem;
  }
  #c5 .checkbox-area .independent-contractor-agreement-block h5 {
    margin-bottom: 2.5rem;
  }
  #c5 .checkbox-area .form-group {
    padding-bottom: 3.2rem;
  }
  #c5 .checkbox-area input + label .sprite {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 1.4rem;
  }
  #c5 .hosted-field {
    height: 3.5rem;
    padding: 6px 1.4rem;
    font-size: 1.3rem;
  }
  #c5 .document-transfer-block {
    font-size: 1.3rem;
    padding-top: 1.1rem;
    padding-bottom: 1.8rem;
  }
  #c5 .document-transfer-block h5 {
    margin-bottom: 2rem;
  }
  #c5 .document-transfer-block img {
    width: 2.4rem;
  }
  #c5 .page-six-content .branch-entity-codes {
    width: 98.2%;
    font-size: 1.3rem;
  }
  #c5 .page-six-content .branch-entity-codes h5 {
    margin-bottom: 1.9rem;
  }
  #c5 .page-six-content .iframe-content {
    width: 98.2%;
  }
  #c5 .page-eight-content {
    font-size: 1.3rem;
  }
  #c5 .page-eight-content .three-image-random-block {
    width: 99vw;
    left: -34.2%;
  }
  #c5 .page-eight-content .three-image-random-block .left-image {
    width: 49.25%;
  }
  #c5 .page-eight-content .three-image-random-block .right-image-over {
    left: 60.95%;
    bottom: 6.6rem;
  }
  #c5 .page-eight-content .three-image-random-block .right-image-under {
    left: 50.95%;
    top: 8.3rem;
  }
}
@media screen and (max-width: 1200px) {
  #c5 .three-callout-block .header-text h2 {
    line-height: 4rem;
  }
  #c5 .video-clip-slider-block .slider-prev {
    bottom: 6.6rem;
  }
  #c5 .video-clip-slider-block .slider-next {
    bottom: 11rem;
  }
  #c5 .image-left-text-right-block {
    width: 65%;
  }
  #c5 .text-left-images-right-block .left-text {
    padding-left: 17.5%;
  }
  #c5 .text-left-images-right-block .images-overlay .image-top {
    width: 32%;
    margin-left: 0%;
    margin-top: 14rem;
  }
  #c5 .our-program-block {
    background-size: 58rem;
  }
  #c5 .our-program-block .text-content {
    padding-left: 9%;
    width: 45%;
    height: 41.2rem;
  }
  #c5 .contact-location-block .contact-info table {
    width: 65%;
  }
  #c5 .googleMapCanvas {
    width: 65% !important;
  }
  #c5 .contact-form {
    width: 65%;
  }
  #c5 header .footer-top, #c5 footer .footer-top, #c5 footer .footer-bottom {
    width: 65%;
  }
  #c5 form.email .form-group {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  #c5 header .header-fixed .logo1, #c5 header .header-fixed .logo2 {
    margin-left: 2rem;
    width: 20%;
    max-width: 300px;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 14px;
  }
  #c5 .compensation-slider-block .text-label {
    width: 75%;
  }
  #c5 .compensation-slider-block .slider-container {
    width: 50rem;
  }
  #c5 .compensation-slider-block .slider-container .slider-name {
    left: 2rem;
  }
  #c5 .compensation-slider-block .slider-container:after {
    left: 9rem;
  }
  #c5 .compensation-slider-block .slider {
    width: 75%;
    margin-left: 1rem;
  }
  #c5 .compensation-slider-block .callout-boxes {
    width: 50rem;
  }
  #c5 .compensation-slider-block .callout-boxes .tool-tip {
    min-width: 20rem;
    transform: translate(-50%, -107%);
  }
  #c5 .compensation-slider-block .callout-boxes .monthly-cost, #c5 .compensation-slider-block .callout-boxes .transaction-fee, #c5 .compensation-slider-block .callout-boxes .yearly-cap {
    width: 31%;
  }
  #c5 .video-clip-slider-block .slider-header {
    width: 60%;
  }
  #c5 .video-clip-slider-block .link-slides {
    margin-left: 12%;
  }
  #c5 .video-clip-slider-block .slider-prev {
    bottom: 3.6rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #c5 .video-clip-slider-block .slider-next {
    bottom: 7rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #c5 .three-callout-block .header-text {
    width: 70%;
  }
  #c5 .three-callout-block .callout {
    width: 70%;
    margin: 3rem auto;
    float: none;
  }
  #c5 .footer-video-block {
    height: 40rem;
  }
  #c5 .footer-video-block .placeholder .placeholder-text {
    padding-top: 14rem;
  }
  #c5 .text-left-images-right-block {
    min-height: 0;
    margin-bottom: 10rem;
  }
  #c5 .text-left-images-right-block .left-text {
    padding-left: 7.5%;
    padding-top: 0;
  }
  #c5 .text-left-images-right-block .images-overlay .image-top {
    display: none;
  }
  #c5 .our-program-block {
    background-position: 200% center;
    background-size: 75%;
    margin: 0;
  }
  #c5 .our-program-block .text-content {
    padding-top: 6.9rem;
    padding-left: 5%;
    width: 45%;
    padding-bottom: 7rem;
    height: initial;
  }
  #c5 .contact-location-block .contact-info table {
    width: 80%;
  }
  #c5 .googleMapCanvas {
    width: 80% !important;
  }
  #c5 .contact-form {
    width: 80%;
  }
  #c5 header .footer-top, #c5 footer .footer-top, #c5 footer .footer-bottom {
    width: 80%;
  }
  #c5 .compensation-content {
    width: 100%;
  }
  #c5 .compensation-content.page-eight-content {
    width: 90%;
  }
  #c5 .compensation-content.page-eight-content .back-btn {
    left: 0;
  }
  #c5 .compensation-content .compensation-header {
    width: 63%;
  }
  #c5 .compensation-content .back-btn {
    left: 5%;
  }
  #c5 .compensation-content .document-transfer {
    width: 100%;
  }
  #c5 .compensation-form {
    width: 90%;
  }
  #c5 .compensation-form.page-four {
    width: 90%;
  }
  #c5 .compensation-form.page-four .confirm-signature {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 3rem;
  }
  #c5 .compensation-form.page-six .styled-inputs input.radio + label.radio-label {
    width: 16rem;
  }
  #c5 .compensation-form.page-six .styled-inputs input.radio + label.radio-label:last-child {
    width: 18rem;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio + label.radio-label {
    width: 22rem;
  }
  #c5 .compensation-form.page-six .styled-inputs .bottom-inline input.radio + label.radio-label:last-child {
    width: 23rem;
  }
  #c5 .compensation-form .plan-selection {
    padding-left: 5%;
  }
  #c5 .compensation-form .plan-selection a {
    float: left;
    margin-top: 3rem;
  }
  #c5 .compensation-form .change-plan-section .slider .noUi-marker {
    top: -16px;
  }
  #c5 .compensation-form .change-plan-section .slider .noUi-value {
    font-size: 1.1rem;
  }
  #c5 .compensation-form .select2-selection .select2-selection__rendered {
    padding: 9px 1rem;
  }
  #c5 .callout-boxes {
    width: 90%;
  }
  #c5 .callout-boxes .monthly-cost, #c5 .callout-boxes .transaction-fee, #c5 .callout-boxes .yearly-cap {
    width: 31%;
  }
  #c5 .callout-boxes .transaction-fee {
    margin: 0 3.5%;
  }
  #c5 .page-six-content .branch-entity-codes, #c5 .page-six-content .iframe-content {
    width: 100%;
  }
  #c5 .page-six-content .branch-entity-codes td {
    vertical-align: top;
  }
  #c5 .page-six-content .branch-entity-codes td > p {
    line-height: 1rem;
  }
  #c5 .page-six-content .branch-entity-codes .hover-box {
    width: 16rem;
    bottom: initial;
    top: 0;
    transform: translateY(-100%);
    left: -25%;
  }
  #c5 .page-six-content .branch-entity-codes .hover-box .map-link {
    background-position: 90% center;
    padding-right: 1.5rem;
  }
  #c5 .page-eight-content .three-image-random-block {
    width: 110%;
    left: -9%;
  }
}
@media screen and (max-width: 800px) {
  #c5 h1, #c5 .h1 {
    line-height: 4rem;
  }
  #c5 header .footer-top, #c5 footer .footer-top, #c5 footer .footer-bottom {
    width: 95%;
  }
  #c5 .internal-page-banner-block {
    position: relative;
  }
  #c5 .internal-page-banner-block .text {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    padding-bottom: 2.6rem;
  }
  #c5 .compensation-slider-block .slider-container {
    width: 84%;
  }
  #c5 .compensation-slider-block .slider-container:after {
    left: 16%;
  }
  #c5 .compensation-slider-block .next-btn {
    padding: 0.8rem 2.35rem 0.8rem 1.3rem;
  }
  #c5 .compensation-slider-block .callout-boxes {
    width: 85%;
  }
  #c5 .video-clip-slider-block .link-slides .link-slide {
    height: 16rem;
  }
  #c5 .video-clip-slider-block .slider-prev {
    bottom: 4.6rem;
  }
  #c5 .video-clip-slider-block .slider-next {
    bottom: 8rem;
  }
  #c5 .footer-video-block .placeholder .placeholder-text {
    padding-top: 10rem;
  }
  #c5 .image-left-text-right-block {
    width: 95%;
    min-width: 0;
  }
  #c5 .contact-location-block .contact-info table thead {
    display: none;
  }
  #c5 .contact-location-block .contact-info table tbody td {
    display: block;
    width: 100% !important;
    padding-left: 50%;
    position: relative;
  }
  #c5 .contact-location-block .contact-info table tbody td:nth-of-type(1):before {
    content: "Address";
  }
  #c5 .contact-location-block .contact-info table tbody td:nth-of-type(2):before {
    content: "Phone";
  }
  #c5 .contact-location-block .contact-info table tbody td:nth-of-type(3):before {
    content: "Email";
  }
  #c5 .contact-location-block .contact-info table tbody td:nth-of-type(4):before {
    content: "Website";
  }
  #c5 .contact-location-block .contact-info table tbody td:before {
    position: absolute;
    top: 0.9rem;
    left: 0;
    text-align: right;
    font-weight: bold;
    font-size: 1rem;
    color: black;
  }
  #c5 .compensation-form .styled-inputs .form-group {
    width: 100% !important;
  }
  #c5 .compensation-form .select2-selection {
    background-position: 98% center !important;
  }
}
@media screen and (max-width: 700px) {
  #c5 h1, #c5 .h1 {
    font-size: 2.7rem;
  }
  #c5 header .header-fixed .header-right {
    width: 11.5rem;
  }
  #c5 header .header-fixed .header-area {
    display: none;
  }
  #c5 header.open .header-collapse {
    height: 36rem;
  }
  #c5 header .footer-top, #c5 footer .footer-top, #c5 footer .footer-bottom {
    width: 85%;
  }
  #c5 header .footer-col, #c5 footer .footer-col {
    width: 50%;
  }
  #c5 header .footer-col-3, #c5 footer .footer-col-3 {
    clear: left;
  }
  #c5 .compensation-slider-block .text-label h1, #c5 .compensation-slider-block .text-label .h1 {
    font-size: 2.7rem;
  }
  #c5 .footer-video-block .placeholder .placeholder-text h1, #c5 .footer-video-block .placeholder .placeholder-text .h1 {
    font-size: 2.8rem;
  }
  #c5 .image-left-text-right-block {
    display: block;
    margin-top: 2rem;
  }
  #c5 .image-left-text-right-block .left-image {
    width: 100%;
    margin: 0 auto 3rem;
  }
  #c5 .image-left-text-right-block .right-text {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  #c5 .text-left-images-right-block {
    margin-top: 0;
  }
  #c5 .text-left-images-right-block .left-text {
    padding: 0;
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  #c5 .text-left-images-right-block .images-overlay {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  #c5 .text-left-images-right-block .images-overlay .image-bottom {
    position: relative;
  }
  #c5 .our-program-block {
    background-size: 0%;
  }
  #c5 .our-program-block .text-content {
    width: 90%;
  }
  #c5 .contact-form .field-text, #c5 .contact-form .field-email, #c5 .contact-form .field-telephone {
    width: 100%;
  }
  #c5 .page-six-content .branch-entity-codes td {
    display: inline-block;
    width: 50%;
  }
  #c5 .page-six-content .branch-entity-codes .hover-box {
    left: -10%;
  }
}
@media screen and (max-width: 600px) {
  #c5 .animated-banner-block {
    height: 80rem;
  }
  #c5 .animated-banner-block .image-slides .banner-image img {
    height: 80rem;
  }
  #c5 .compensation-slider-block {
    bottom: 0;
  }
  #c5 .compensation-slider-block .text-label {
    width: 100%;
  }
  #c5 .compensation-slider-block .slider-container {
    padding-top: 5rem;
    width: 75%;
  }
  #c5 .compensation-slider-block .slider-container:after {
    left: 46%;
  }
  #c5 .compensation-slider-block .slider {
    width: 95%;
  }
  #c5 .compensation-slider-block .slider .noUi-value {
    font-size: 1.1rem;
  }
  #c5 .compensation-slider-block .next-btn {
    top: 1rem;
    right: 5%;
  }
  #c5 .compensation-slider-block .callout-boxes .tool-tip {
    transform: translate(-50%, -107%);
    left: 50%;
  }
  #c5 .compensation-slider-block .callout-boxes .monthly-cost, #c5 .compensation-slider-block .callout-boxes .transaction-fee, #c5 .compensation-slider-block .callout-boxes .yearly-cap {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 1rem;
  }
  #c5 .video-clip-slider-block .link-slides {
    margin-left: 1rem;
  }
  #c5 .three-callout-block .callout {
    width: 100%;
  }
  #c5 .three-image-random-block {
    display: none !important;
  }
  #c5 .callout-boxes {
    width: 15rem;
  }
  #c5 .callout-boxes .monthly-cost, #c5 .callout-boxes .transaction-fee, #c5 .callout-boxes .yearly-cap {
    width: 100%;
    margin: 1rem auto;
  }
  #c5 .page-eight-content h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tooltipster-base .hover-box {
  text-align: center;
  z-index: 1000;
}
.tooltipster-base .hover-box .callout-bubble {
  position: relative;
  color: #000;
  background-color: white;
}
.tooltipster-base .hover-box .bold {
  margin: 0;
  padding: 0.9rem 0;
  font-size: 1.1rem;
}
.tooltipster-base .hover-box img {
  width: 100%;
}
.tooltipster-base .hover-box .map-link {
  background-image: url("../img/inline-arrw.png");
  background-repeat: no-repeat;
  background-position: 73% center;
  padding: 0.9rem 0;
  padding-right: 2rem;
  margin: 0;
  font-size: 1.1rem;
  display: block;
}

/*
The bootstrap.min.css file was custom generated, and is missing key classes such as text-center.
 */
.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}