@import url('styles-blessed2.css?z=1447797140824');


@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-calculator .sidebar {
    padding: 36px 50px;
  }
  .fpl-calculator .sidebar h3 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .fpl-calculator .fpl-form {
    overflow: hidden;
    position: relative;
  }
  .fpl-calculator .fpl-form .form-info {
    float: left;
    width: 60%;
    padding-right: 40px;
    border-right: 1px solid #cccccc;
  }
  .fpl-calculator .fpl-form .form-results {
    height: 438px;
    position: relative;
  }
  .fpl-calculator .fpl-form .form-results .calculated-values {
    padding-left: 40px;
    width: 39%;
    position: absolute;
    margin: auto;
    height: 276px;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .fpl-calculator .fpl-form .form-results .calculated-values .fpl-form-row label {
    margin-bottom: 18px;
  }
  .fpl-calculator .fpl-form .form-results .calculated-values .fpl-form-row .fpl-form-field .result-amount {
    font-size: 42px;
  }
  .fpl-calculator .disclaimer {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    max-width: 472px;
  }
}
@media (max-width: 767px) {
  .fpl-calculator .sidebar {
    padding: 35px 10px;
  }
  .fpl-calculator .sidebar h3 {
    margin-bottom: 24px;
  }
  .fpl-calculator .fpl-form .form-results .fpl-form-row .fpl-form-field .result-amount {
    font-size: 36px;
  }
}
.fpl-form .fpl-form-row .fpl-form-field {
  overflow: hidden;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow {
  width: 54px;
  height: 54px;
  float: left;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow .num-arrow-icon {
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  width: 14px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow.increment {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow.increment .num-arrow-icon {
  border-left: 14px solid #0096db;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow.decrement {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow.decrement .num-arrow-icon {
  border-right: 14px solid #0096db;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-arrow.disabled .num-arrow-icon {
  opacity: .3;
  filter: alpha(opacity=30);
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-display {
  width: 50px;
  height: 54px;
  float: left;
  background-color: #ffffff;
  border-width: 0 1px 0 1px;
  border-color: #ececec;
  border-style: solid;
  position: relative;
}
.fpl-form .fpl-form-row .fpl-form-field .fpl-number-field .number-display .number-value {
  display: block;
  font-size: 20px;
  color: #0c2739;
  text-align: center;
  height: 28px;
  width: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fpl-did-you-know {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #eff2f4;
  border: 1px solid #a8a5a5;
  padding: 25px 15px;
  width: 100%;
}
.fpl-did-you-know h5 {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
}
.fpl-did-you-know h5 img {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  margin-right: 40px;
}
.fpl-did-you-know p {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 20px 0 0;
}
.fpl-did-you-know p.source {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .fpl-did-you-know {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-did-you-know {
    border: 0;
  }
  .fpl-did-you-know h5 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fpl-did-you-know h5 .lightbulb {
    font-size: 32px;
    padding-left: 60px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.facts {
  background-color: #eff2f4;
  padding: 30px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.facts .facts-column .facts-section {
  padding-bottom: 30px;
  margin-top: 36px;
  border-bottom: 1px solid #cccccc;
}
.facts .facts-column .facts-section:first-child {
  margin-top: 0;
}
.facts .facts-column .facts-section a {
  font-size: 16px;
}
.facts .facts-column .facts-section a .fa-file-text {
  margin: 2px 16px 0 0;
  vertical-align: top;
}
.facts .facts-column .facts-section p {
  font-size: 16px;
}
.facts .facts-column .facts-section.facts-image-section {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .facts .facts-column .facts-section.facts-image-section {
    border-bottom: 0;
    display: block;
  }
}
.facts .facts-column .facts-section.facts-image-section .facts-image-wrap {
  display: inline-block;
}
.facts .facts-column .facts-section.facts-image-section .facts-image-wrap .facts-img {
  position: relative;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #ffffff;
}
.facts .facts-column .facts-section.facts-image-section .facts-image-wrap .facts-img img {
  max-width: 100%;
}
.facts .facts-column .facts-section.facts-image-section .facts-image-wrap .facts-img .facts-zoom-icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #eff2f4;
  position: absolute;
  -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.35);
  right: 16px;
  bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.facts .facts-column .facts-section.facts-image-section .facts-image-wrap .facts-img .facts-zoom-icon .fa {
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0;
}
.facts .facts-column .facts-section.facts-image-section .facts-image-wrap a {
  display: block;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .facts .facts-column {
    width: 50%;
    float: left;
    padding-left: 16px;
  }
  .facts .facts-column:first-child {
    padding-left: 0;
    border-right: 1px solid #cccccc;
    padding-right: 16px;
  }
  .facts .facts-column .facts-section {
    display: inline-block;
    border-bottom: 0;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
  }
  .facts .facts-column .facts-section p {
    max-width: 250px;
  }
  .facts .facts-column .facts-section:first-child {
    border-top: 0;
    padding: 0;
  }
}
.facts .facts-image-content {
  text-align: center;
  margin-bottom: 40px;
}
.fpl-info-list {
  background-color: #eff2f4;
  margin: 30px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-info-list h3 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-info-list h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fpl-info-list h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-info-list h3 {
    text-align: center;
  }
}
.fpl-info-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fpl-info-list ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.fpl-info-list ul li:before,
.fpl-info-list ul li:after {
  content: " ";
  display: table;
}
.fpl-info-list ul li:after {
  clear: both;
}
.fpl-info-list ul li:before,
.fpl-info-list ul li:after {
  content: " ";
  display: table;
}
.fpl-info-list ul li:after {
  clear: both;
}
.fpl-info-list ul li .fa-check {
  float: left;
  width: 16px;
  color: #68bb45;
  left: 0;
  margin: 0 16px 0 0;
  position: absolute;
  top: 3px;
  vertical-align: baseline;
}
.fpl-info-list ul li a {
  display: block;
  text-decoration: none;
}
.fpl-info-list ul li a span {
  vertical-align: top;
  max-width: 75%;
}
@media (max-width: 767px) {
  .fpl-info-list ul li a span {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-info-list ul li {
    display: inline-block;
    width: 32%;
    margin-right: 16.666667%;
    padding-right: 24px;
  }
  .fpl-info-list ul li:nth-child(2n+1) {
    margin-left: 16.666667%;
    margin-right: 0;
  }
  .fpl-info-list ul li a span {
    max-width: 160px;
  }
}
.fpl-info-list .info-section {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
}
.fpl-info-list .info-section:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.fpl-info-list .info-section h3 {
  margin: 0 0 24px 0;
  border-bottom: 0;
  padding: 0;
}
.fpl-info-list .info-section p {
  font-size: 16px;
  line-height: 24px;
  margin: 36px 0 0 0;
}
.fpl-info-list .info-section .info-column:first-child p {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-info-list .info-section {
    overflow: hidden;
    position: relative;
  }
  .fpl-info-list .info-section .info-column {
    width: 33.3333%;
    float: left;
    padding: 0 16px;
  }
  .fpl-info-list .info-section p {
    text-align: center;
  }
}
.fpl-links-list.carets-off ul li a .fa {
  display: none;
}
.fpl-links-list.desc-off p {
  display: none;
}
.fpl-links-list h4 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-links-list h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fpl-links-list h4 {
    font-size: 20px;
  }
}
.fpl-links-list p {
  color: #404040;
  margin-bottom: 10px;
  font-size: 16px;
}
.fpl-links-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fpl-links-list ul li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.fpl-links-list ul li a {
  font-family: 'Arial';
  font-size: 16px;
  word-wrap: break-word;
}
.fpl-links-list ul li a .fa {
  font-size: 7px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .fpl-links-list {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 36px -16px;
    padding: 0;
  }
  .fpl-links-list hr {
    display: none;
  }
  .fpl-links-list h4 {
    padding: 0 16px 16px 16px;
    display: block;
    margin: 0;
  }
  .fpl-links-list p {
    font-size: 15px;
    padding: 0 16px 16px;
  }
  .fpl-links-list ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    padding: 0;
  }
  .fpl-links-list ul li:first-child {
    border-top: 1px solid #cccccc;
  }
  .fpl-links-list ul li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 16px;
  }
  .fpl-links-list ul li a .fa {
    font-size: 10px;
    width: 7px;
    height: 10px;
    position: absolute;
    margin: auto;
    right: 16px;
    bottom: 0;
    top: 0;
  }
}
.fpl-bullet-list.carets-off ul li a .fa {
  display: none;
}
.fpl-bullet-list.desc-off p {
  display: none;
}
.fpl-bullet-list h4 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-bullet-list h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fpl-bullet-list h4 {
    font-size: 20px;
  }
}
.fpl-bullet-list p {
  color: #404040;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .fpl-bullet-list p {
    font-size: 15px;
    padding: 0 16px 16px;
  }
}
.fpl-bullet-list ul li {
  font-size: 16px;
  padding: 3px 0;
  margin: 0;
}
.fpl-bullet-list ul li a {
  font-size: 16px;
}
.fpl-bullet-list ul li a .fa {
  font-size: 10px;
}
.fpl-gallery {
  margin-top: 60px;
}
.fpl-gallery h3 {
  background: url(../images/fpl_title_sprite.png) top left no-repeat #ffffff;
  margin: 0 0 24px 0;
  padding: 4px 0 0 54px;
}
.fpl-gallery .gallery .gallery-wrap {
  opacity: 0;
}
.fpl-gallery .gallery .gallery-item .gallery-img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.fpl-gallery .gallery .gallery-item .gallery-img img {
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-gallery .gallery.gallery-images-loading {
  min-height: 300px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fpl-gallery .gallery.gallery-images-loading .gallery-wrap {
  visibility: hidden;
  opacity: 0;
}
.fpl-gallery.info-gallery .gallery-wrap.loading-complete {
  opacity: 1;
}
.fpl-gallery.info-gallery .gallery-info {
  float: left;
  padding: 0 16px;
  width: 33.333333%;
}
.fpl-gallery.info-gallery .gallery-info h3 {
  background: none;
  margin: 0 0 24px 0;
  padding: 4px 0 0;
}
.fpl-gallery.info-gallery .gallery-info p {
  color: #252525;
  font-size: 16px;
  line-height: 30px;
  margin: 24px 0 16px 0;
}
.fpl-gallery.info-gallery .gallery-info p:first-child {
  margin-top: 0;
}
.fpl-gallery.info-gallery .gallery {
  float: left;
  padding: 0 16px;
  width: 66.666666%;
}
.fpl-gallery.info-gallery .gallery .gallery-item {
  width: 50%;
  padding: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.fpl-gallery.info-gallery .gallery .gallery-item:nth-child(2n+1) {
  margin-left: 0;
  padding: 0 16px 0 0;
}
.fpl-gallery.info-gallery .gallery .gallery-item p {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  color: #0c2739;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 16px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-gallery.info-gallery .gallery .gallery-item p {
    font-size: 14px;
  }
}
.fpl-gallery.image-gallery .gallery {
  margin: 0 -16px;
}
.fpl-gallery.image-gallery .gallery h3 {
  margin-left: 16px;
}
.fpl-gallery.image-gallery .gallery .gallery-wrap.loading-complete {
  opacity: 1;
}
.fpl-gallery.image-gallery .gallery .gallery-item {
  width: 33.333333%;
  padding: 0 16px;
  display: block;
  float: left;
  margin: 16px 0;
}
.fpl-gallery.image-gallery .gallery .gallery-item p {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  color: #0c2739;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-gallery.image-gallery .gallery .gallery-item p {
    font-size: 14px;
  }
}
.fpl-gallery.carousel-gallery .gallery {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-gallery.carousel-gallery .gallery .gallery-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.fpl-gallery.carousel-gallery .gallery.gallery-images-loading {
  min-height: 300px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fpl-gallery.carousel-gallery .gallery.gallery-images-loading .gallery-wrap {
  visibility: hidden;
  opacity: 0;
}
.fpl-gallery.carousel-gallery .gallery .carousel-viewport .carousel-slides {
  list-style: none;
  padding: 0;
}
.fpl-gallery.carousel-gallery .gallery .carousel-viewport .gallery-item {
  min-height: 1px;
  min-width: 1px;
}
.fpl-gallery.carousel-gallery .gallery .carousel-viewport .gallery-item .gallery-img {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.fpl-gallery.carousel-gallery .gallery .carousel-viewport .gallery-item .gallery-img img {
  max-width: 100%;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: inline-block;
}
.fpl-gallery.carousel-gallery .gallery .carousel-viewport h4 {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 42px;
  color: #0c2739;
  display: block;
  padding: 24px 100px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fpl-gallery.carousel-gallery .gallery .carousel-viewport h4 {
    font-family: SerifaStd-Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
.fpl-gallery.carousel-gallery .gallery .mobile-carousel-pager {
  display: none;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager {
  display: block;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  text-align: center;
  margin-left: -4px;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav:first-child {
  margin-left: 0;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon {
  width: 11px;
  height: 20px;
  display: inline-block;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon .icon-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  float: left;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon .icon-bar {
  display: block;
  float: left;
  width: 1px;
  height: 20px;
  background-color: #0096db;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon .disabled .icon-bar {
  background-color: #cccccc;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon.pager-prev .icon-arrow {
  border-right: 10px solid #0096db;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon.pager-prev .disabled .icon-arrow {
  border-right: 10px solid #cccccc;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon.pager-next .icon-arrow {
  border-left: 10px solid #0096db;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-nav .pager-icon.pager-next .disabled .icon-arrow {
  border-left: 10px solid #cccccc;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs {
  padding: 18px 32px;
  background-color: #eff2f4;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  width: 80%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs .pager-images {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 600%;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs .pager-images .gallery-img {
  float: left;
  display: block;
  padding: 0;
  width: 176px;
  outline: none;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs .pager-images .gallery-img img {
  padding: 2px;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs .pager-images .gallery-img.active img {
  background: #0096db;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs .pager-images .gallery-img img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background-color: #eff2f4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-gallery.info-gallery .gallery-info {
    width: 50%;
  }
  .fpl-gallery.info-gallery .gallery {
    width: 50%;
  }
  .fpl-gallery.carousel-gallery .gallery .carousel-viewport h4 {
    padding: 16px 64px;
  }
  .fpl-gallery.carousel-gallery .gallery .carousel-pager .pager-thumbs {
    padding: 18px 20px;
  }
}
@media (max-width: 767px) {
  .fpl-gallery.info-gallery .gallery-info {
    width: 100%;
    margin-bottom: 36px;
    padding: 0;
  }
  .fpl-gallery.info-gallery h3 {
    margin: 0 0 24px 16px;
  }
  .fpl-gallery.info-gallery .gallery {
    width: auto;
    padding: 0;
  }
  .fpl-gallery.info-gallery .gallery .gallery-item {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .fpl-gallery.info-gallery .gallery .gallery-item:nth-child(2n+1) {
    padding: 0;
  }
  .fpl-gallery.info-gallery .gallery .gallery-item .gallery-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
  }
  .fpl-gallery.info-gallery .gallery .gallery-item .gallery-img img {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 1px;
  }
  .fpl-gallery.info-gallery .gallery .gallery-item p {
    font-family: SerifaStd-Light;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 42px;
    color: #0c2739;
    display: block;
    padding: 12px 24px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: left;
  }
  .fpl-gallery.carousel-gallery h3 {
    display: none;
  }
  .fpl-gallery.carousel-gallery .gallery {
    margin: 0 -16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .fpl-gallery.carousel-gallery .gallery .carousel-viewport h4 {
    padding: 12px 24px;
  }
  .fpl-gallery.carousel-gallery .gallery .carousel-pager {
    display: none;
  }
  .fpl-gallery.image-gallery .gallery {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .fpl-gallery.image-gallery .gallery .mobile-carousel-slides .gallery-item {
    padding: 0;
    margin-top: 0;
  }
  .fpl-gallery.image-gallery .gallery .mobile-carousel-slides .gallery-item .gallery-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
  }
  .fpl-gallery.image-gallery .gallery .mobile-carousel-slides .gallery-item p {
    font-family: SerifaStd-Light;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 42px;
    color: #0c2739;
    display: block;
    padding: 12px 24px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: left;
  }
  .fpl-gallery.info-gallery .gallery-info,
  .fpl-gallery.image-gallery .gallery-info {
    clear: both;
  }
  .fpl-gallery.info-gallery .gallery-image-section,
  .fpl-gallery.image-gallery .gallery-image-section {
    position: relative;
    width: auto;
    min-height: 300px;
    clear: both;
    margin-left: -16px;
    margin-right: -16px;
  }
  .fpl-gallery.info-gallery .gallery .gallery-wrap,
  .fpl-gallery.image-gallery .gallery .gallery-wrap {
    visibility: visible;
    opacity: 0;
  }
  .fpl-gallery.info-gallery .gallery .gallery-wrap.loading-complete,
  .fpl-gallery.image-gallery .gallery .gallery-wrap.loading-complete {
    opacity: 1;
  }
  .fpl-gallery.info-gallery .gallery.gallery-images-loading,
  .fpl-gallery.image-gallery .gallery.gallery-images-loading {
    min-height: 300px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .fpl-gallery.info-gallery .gallery.gallery-images-loading .gallery-wrap,
  .fpl-gallery.image-gallery .gallery.gallery-images-loading .gallery-wrap {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fpl-gallery.info-gallery .gallery .gallery-item p {
    font-family: SerifaStd-Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fpl-gallery.image-gallery .gallery .mobile-carousel-slides .gallery-item p {
    font-family: SerifaStd-Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
.fpl-gallery .mobile-carousel-pager {
  display: block;
  padding: 10px 16px;
}
.fpl-gallery .mobile-carousel-pager .pager-icon {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  margin-left: -4px;
}
.fpl-gallery .mobile-carousel-pager .pager-icon:first-child {
  margin-left: 0;
}
.fpl-gallery .mobile-carousel-pager .pager-icon .icon-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  float: left;
}
.fpl-gallery .mobile-carousel-pager .pager-icon.pager-prev .icon-arrow {
  border-right: 6px solid #0096db;
}
.fpl-gallery .mobile-carousel-pager .pager-icon.pager-prev .disabled .icon-arrow {
  border-right: 6px solid #cccccc;
}
.fpl-gallery .mobile-carousel-pager .pager-icon.pager-next .icon-arrow {
  float: right;
  border-left: 6px solid #0096db;
}
.fpl-gallery .mobile-carousel-pager .pager-icon.pager-next .disabled .icon-arrow {
  border-left: 6px solid #cccccc;
}
.fpl-gallery .mobile-carousel-pager .pager-info {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-size: 14px;
  text-align: center;
  margin-left: -4px;
}
.fpl-gallery .mobile-carousel-pager .pager-info .current-page {
  font-weight: bold;
}
#imageGalleryModal .modal-dialog {
  width: 80%;
  max-width: 1024px;
}
#imageGalleryModal .modal-dialog .modal-content {
  padding-bottom: 40px;
}
#imageGalleryModal .modal-dialog .modal-content .modal-gallery-img {
  display: block;
  position: relative;
}
#imageGalleryModal .modal-dialog .modal-content .modal-gallery-img img {
  width: 100%;
  max-width: 100%;
}
#imageGalleryModal .modal-dialog .modal-content .modal-gallery-img h4 {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 42px;
  color: #0c2739;
  display: block;
  padding: 24px 36px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #imageGalleryModal .modal-dialog .modal-content .modal-gallery-img h4 {
    font-family: SerifaStd-Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
.bx-wrapper .bx-loading,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next,
.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop {
  background: none;
}
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}
.fpl-media-player-thumb {
  line-height: 0;
  margin-top: 60px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fpl-media-player-thumb .player-thumb-img {
  width: 100%;
  height: auto;
  border-right: 1px solid transparent;
}
.fpl-media-player-thumb .player-thumb-img img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-media-player-thumb .player-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-media-player-thumb .player-thumb-overlay img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-media-player-thumb .player-thumb-content {
  height: 152px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.fpl-media-player-thumb .player-thumb-content .player-icon {
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  width: 64px;
  height: 64px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.fpl-media-player-thumb .player-thumb-content .player-icon .play-icon {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #0096db;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 6px;
  right: 0;
}
.fpl-media-player-thumb .player-thumb-content p {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  color: #0c2739;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 16px 16px 0 16px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .fpl-media-player-thumb .player-thumb-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-media-player-thumb .player-thumb-content {
    height: 152px;
  }
  .fpl-media-player-thumb .player-thumb-content .player-icon {
    width: 92px;
    height: 92px;
  }
  .fpl-media-player-thumb .player-thumb-content .player-icon .play-icon {
    width: 22px;
    height: 22px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #0096db;
  }
  .fpl-media-player-thumb .player-thumb-content p {
    padding: 5% 16px 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .fpl-media-player-thumb .player-thumb-content p {
    padding: 6% 16px 0 16px;
  }
}
#mediaPlayerModal .modal-dialog,
.mediaPlayerModal .modal-dialog,
.fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog {
  width: 940px;
}
#mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
.mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
.fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog .modal-content .media-player-content iframe {
  width: 900px;
  height: 506px;
}
@media (min-width: 1280px) {
  #mediaPlayerModal .modal-dialog,
  .mediaPlayerModal .modal-dialog,
  .fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog {
    width: 1220px;
  }
  #mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
  .mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
  .fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog .modal-content .media-player-content iframe {
    width: 1180px;
    height: 664px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #mediaPlayerModal .modal-dialog,
  .mediaPlayerModal .modal-dialog,
  .fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog {
    width: 700px;
  }
  #mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
  .mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
  .fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog .modal-content .media-player-content iframe {
    width: 660px;
    height: 371px;
  }
}
@media (max-width: 767px) {
  #mediaPlayerModal .modal-dialog,
  .mediaPlayerModal .modal-dialog,
  .fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog {
    width: 100%;
    text-align: center;
  }
  #mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
  .mediaPlayerModal .modal-dialog .modal-content .media-player-content iframe,
  .fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog .modal-content .media-player-content iframe {
    width: 280px;
    height: 158px;
    margin: auto;
  }
}
#mediaPlayerModal .modal-dialog .modal-content,
.mediaPlayerModal .modal-dialog .modal-content,
.fplModal.modal[id^="mediaPlayerModal-"] .modal-dialog .modal-content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
}
.media-carousel {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.media-carousel .media-carousel-header {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.media-carousel .media-carousel-header img {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  margin: auto;
  top: 16px;
  left: 0;
}
.media-carousel .media-carousel-header h3 {
  display: block;
  font-size: 26px;
  color: #404040;
  margin: 0;
  margin-left: 48px;
}
.media-carousel .media-carousel-header .media-carousel-nav {
  position: absolute;
  margin: auto;
  width: 72px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
}
.media-carousel .media-carousel-header .media-carousel-nav > a {
  display: block;
  background-color: #0096db;
  height: 30px;
  width: 36px;
  position: relative;
}
.media-carousel .media-carousel-header .media-carousel-nav > a .pager-arrow {
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  width: 7px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.media-carousel .media-carousel-header .media-carousel-nav > a.disabled {
  opacity: .4;
  filter: alpha(opacity=40);
}
.media-carousel .media-carousel-header .media-carousel-nav > a.bx-prev {
  float: left;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.media-carousel .media-carousel-header .media-carousel-nav > a.bx-prev .pager-arrow {
  border-right: 7px solid #ffffff;
}
.media-carousel .media-carousel-header .media-carousel-nav > a.bx-next {
  float: right;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.media-carousel .media-carousel-header .media-carousel-nav > a.bx-next .pager-arrow {
  border-left: 7px solid #ffffff;
}
.media-carousel .gallery-images-loading {
  min-height: 300px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.media-carousel .gallery-images-loading .media-carousel-wrap {
  visibility: hidden;
  opacity: 0;
}
.media-carousel .media-viewport {
  position: relative;
}
.media-carousel .media-viewport .media-carousel-items .media-carousel-slide:first-child {
  margin-left: 0;
}
.media-carousel .media-viewport .media-carousel-items .media-carousel-slide .fpl-media-player-thumb {
  margin: 0;
}
.media-carousel .media-viewport .media-carousel-items .media-carousel-slide .fpl-media-player-thumb .player-icon {
  width: 92px;
  height: 92px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media-carousel .media-viewport .media-carousel-items .media-carousel-slide .fpl-media-player-thumb .player-icon .play-icon {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #0096db;
}
.media-carousel .media-viewport .media-carousel-items .media-carousel-slide p {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  color: #0096db;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 6px;
}
@media (max-width: 1023px) {
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide p {
    font-size: 14px;
    line-height: 22px;
  }
}
.media-carousel .media-viewport .media-carousel-items .media-carousel-slide label {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  color: #0c2739;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide label {
    font-size: 14px;
    line-height: 20px;
  }
}
.media-carousel .media-carousel-tracker {
  margin-top: 24px;
  display: none;
}
.media-carousel .media-carousel-tracker .bx-pager {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}
.media-carousel .media-carousel-tracker .bx-pager .bx-pager-item {
  float: left;
}
.media-carousel .media-carousel-tracker .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  float: left;
  width: 100%;
  height: 5px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  text-indent: -9999px;
}
.media-carousel .media-carousel-tracker .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #666666;
  border-bottom: 1px solid #5c5c5c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide .fpl-media-player-thumb .player-icon {
    width: 50px;
    height: 50px;
  }
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide .fpl-media-player-thumb .player-icon .play-icon {
    width: 14px;
    height: 16px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #0096db;
  }
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide .fpl-media-player-thumb .player-thumb-content {
    height: auto;
  }
  .media-carousel .media-carousel-tracker {
    display: block;
  }
}
@media (max-width: 767px) {
  .media-carousel {
    margin: 0 -16px;
  }
  .media-carousel .media-carousel-header {
    margin: 0 16px;
  }
  .media-carousel .media-viewport {
    width: auto;
  }
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide {
    float: none;
    margin: 0;
    width: 100%;
  }
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide p {
    background-color: #eff2f4;
    margin: 0;
    padding: 24px 16px 0;
    display: block;
    width: 100%;
  }
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide label {
    display: block;
    width: 100%;
    background-color: #eff2f4;
    margin: 0;
    padding: 0 16px 24px;
  }
  .media-carousel .media-viewport .media-carousel-items .media-carousel-slide img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .media-carousel .mobile-carousel-pager {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    clear: both;
    display: block;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .media-carousel .mobile-carousel-pager:before,
  .media-carousel .mobile-carousel-pager:after {
    content: " ";
    display: table;
  }
  .media-carousel .mobile-carousel-pager:after {
    clear: both;
  }
  .media-carousel .mobile-carousel-pager:before,
  .media-carousel .mobile-carousel-pager:after {
    content: " ";
    display: table;
  }
  .media-carousel .mobile-carousel-pager:after {
    clear: both;
  }
  .media-carousel .mobile-carousel-pager .pager-icon .bx-prev,
  .media-carousel .mobile-carousel-pager .pager-icon .bx-next {
    display: block;
    float: left;
    padding: 12px 20px;
    position: absolute;
    top: 2px;
    width: 100px;
  }
  .media-carousel .mobile-carousel-pager .pager-icon .bx-prev {
    left: 0;
  }
  .media-carousel .mobile-carousel-pager .pager-icon .bx-next {
    right: 0;
  }
  .media-carousel .mobile-carousel-pager .pager-icon .icon-arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    float: left;
  }
  .media-carousel .mobile-carousel-pager .pager-icon.pager-prev .icon-arrow {
    border-right: 6px solid #0096db;
  }
  .media-carousel .mobile-carousel-pager .pager-icon.pager-prev .disabled .icon-arrow {
    border-right: 6px solid #cccccc;
  }
  .media-carousel .mobile-carousel-pager .pager-icon.pager-next .icon-arrow {
    float: right;
    border-left: 6px solid #0096db;
  }
  .media-carousel .mobile-carousel-pager .pager-icon.pager-next .disabled .icon-arrow {
    border-left: 6px solid #cccccc;
  }
}
.fpl-testimonials h3 {
  font-size: 26px;
  margin: 20px 0 10px;
}
.fpl-testimonials blockquote {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fpl-testimonials blockquote.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: relative;
}
.fpl-testimonials blockquote p {
  font-family: 'Georgia', 'Times';
  font-size: 18px;
  font-style: italic;
}
.fpl-testimonials blockquote cite {
  display: inline-block;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}
.fpl-testimonials blockquote cite span {
  display: block;
}
.fpl-testimonials blockquote cite span.title {
  max-width: 350px;
  float: right;
}
.fpl-twitter .fpl-twitter-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f0f2f4;
  padding: 20px;
}
.fpl-twitter .fpl-twitter-wrapper,
.fpl-twitter .fpl-twitter-wrapper .twitter-timeline {
  width: 380px !important;
}
.fpl-twitter .fpl-twitter-wrapper .twitter-timeline {
  height: 360px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-twitter .fpl-twitter-wrapper {
    padding: 10px;
  }
  .fpl-twitter .fpl-twitter-wrapper,
  .fpl-twitter .fpl-twitter-wrapper .twitter-timeline {
    width: 700px !important;
  }
  .fpl-twitter .fpl-twitter-wrapper .twitter-timeline {
    height: 525px;
  }
}
@media (max-width: 767px) {
  .fpl-twitter .fpl-twitter-wrapper {
    background: none;
    padding: 0;
  }
  .fpl-twitter .fpl-twitter-wrapper,
  .fpl-twitter .fpl-twitter-wrapper .twitter-timeline {
    width: 100% !important;
  }
  .fpl-twitter .fpl-twitter-wrapper .twitter-timeline {
    height: 360px;
  }
}
.fpl-table-intro {
  margin-bottom: 40px;
}
.fpl-table-intro p {
  font-size: 16px;
  line-height: 25px;
}
.fpl-table-intro ul li {
  margin-top: 10px;
}
.fpl-table ul,
.fpl-table li,
.fpl-table p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.fpl-table .table-data {
  border-bottom: 0;
}
.fpl-table .table-data ul {
  background-color: #ffffff;
}
.fpl-table .table-data ul li {
  display: table;
  width: 100%;
}
.fpl-table .table-data ul li:before,
.fpl-table .table-data ul li:after {
  content: " ";
  display: table;
}
.fpl-table .table-data ul li:after {
  clear: both;
}
.fpl-table .table-data ul li:before,
.fpl-table .table-data ul li:after {
  content: " ";
  display: table;
}
.fpl-table .table-data ul li:after {
  clear: both;
}
.fpl-table .table-data ul li > p,
.fpl-table .table-data ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.fpl-table .table-data ul li > p {
  padding: 20px 15px;
  width: 60%;
}
.fpl-table .table-data ul li > div {
  border-left: 1px solid #cccccc;
  text-align: center;
  width: 20%;
}
.fpl-table .table-data ul li:nth-child(odd) {
  background: #e5e5e5;
}
.fpl-table .table-data ul li:nth-child(even) {
  background: #eff2f4;
}
.fpl-table .table-data ul.legend {
  background: #0096db;
  border-color: transparent;
}
.fpl-table .table-data ul.legend li {
  border-color: transparent;
  background: #0096db;
  color: #ffffff;
}
.fpl-table .table-data ul.legend li > p,
.fpl-table .table-data ul.legend li > div {
  border-color: transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .fpl-table .table-data ul li {
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
  }
  .fpl-table .table-data ul li > p,
  .fpl-table .table-data ul li > div {
    padding: 0;
  }
  .fpl-table .table-data ul li > p {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
  }
  .fpl-table .table-data ul li > div {
    border-left: 0;
    display: inline-block;
    margin-right: -4px;
    width: 50%;
  }
  .fpl-table .table-data ul li > div h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 5px;
  }
  .fpl-table .table-data ul li > div img,
  .fpl-table .table-data ul li > div p {
    margin-bottom: 15px;
  }
  .fpl-table .table-data ul li:first-child {
    border-top: 0;
  }
}
/* R2 Modules */
.fpl-example-module {
  background: red;
}
.fpl-troubleshooting-tips {
  background: #eff2f4;
  border: 1px solid #d9d9d9;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-trigger {
  display: block;
  font-size: 16px;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-trigger a {
  display: block;
  padding: 12px 15px;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-trigger a .fa {
  float: right;
  font-size: 18px;
  padding-right: 10px;
  padding-top: 2px;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-trigger a .fa.fa-caret-up {
  display: none;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-trigger.active a .fa-caret-down {
  display: none;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-trigger.active a .fa-caret-up {
  display: block;
  padding-top: 1px;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target {
  border-top: 1px solid #d9d9d9;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target.hidden-target {
  display: none;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul {
  padding-bottom: 0px;
  padding-top: 15px;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul:before,
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul:after {
  content: " ";
  display: table;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul:after {
  clear: both;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul:before,
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul:after {
  content: " ";
  display: table;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul:after {
  clear: both;
}
.fpl-troubleshooting-tips .fpl-troubleshooting-tips-target ul li {
  margin-bottom: 10px;
}
.fpl-landing-button {
  background: #0096db;
  border-bottom: 5px solid #0078af;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.fpl-landing-button a {
  color: #ffffff;
  display: table;
  font-size: 16px;
  height: 72px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.fpl-landing-button a .image,
.fpl-landing-button a .text {
  display: table-cell;
  vertical-align: middle;
}
.fpl-landing-button a .image {
  height: 64px;
  width: 64px;
}
.fpl-landing-button a .text {
  padding-left: 10px;
  padding-right: 30px;
}
.fpl-landing-button a .fa {
  position: absolute;
  right: 15px;
  top: 40%;
}
.fpl-landing-button-resume {
  margin-top: -10px;
}
.fpl-landing-button-resume a,
.fpl-landing-button-resume a:hover {
  background: #0078af;
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding-bottom: 12px;
  padding-left: 74px;
  padding-top: 12px;
  text-decoration: none;
}
.fpl-calendar {
  border: 1px solid #cccccc;
  position: relative;
}
.fpl-calendar .ui-datepicker-header {
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-title {
  font-size: 20px;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-next,
.fpl-calendar .ui-datepicker-header .ui-datepicker-prev {
  cursor: pointer;
  display: block;
  font-size: 24px;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  top: 2px;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-next span,
.fpl-calendar .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.fpl-calendar .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.fpl-calendar .ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
}
.fpl-calendar .ui-datepicker-calendar thead {
  width: 100%;
}
.fpl-calendar .ui-datepicker-calendar thead tr th {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 8px;
  text-align: center;
}
.fpl-calendar .ui-datepicker-calendar thead tr th span {
  color: #999999;
  font-size: 14px;
}
.fpl-calendar .ui-datepicker-calendar tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-align: center;
}
.fpl-calendar .ui-datepicker-calendar tbody tr td span,
.fpl-calendar .ui-datepicker-calendar tbody tr td a {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.fpl-calendar .ui-datepicker-calendar tbody tr td .ui-state-default {
  color: #000000;
  font-size: 20px;
  padding: 1px 0;
  text-decoration: none;
}
.fpl-calendar .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0096db;
  color: #ffffff;
  height: 38px;
  left: 50%;
  margin-left: -19px;
  padding-top: 5px;
  position: absolute;
  top: -3px;
  width: 38px;
}
.fpl-calendar .ui-datepicker-calendar tbody tr td.ui-state-disabled .ui-state-default {
  color: #cccccc;
}
.fpl-calendar .fpl-datepicker-buttonpane:before,
.fpl-calendar .fpl-datepicker-buttonpane:after {
  content: " ";
  display: table;
}
.fpl-calendar .fpl-datepicker-buttonpane:after {
  clear: both;
}
.fpl-calendar .fpl-datepicker-buttonpane:before,
.fpl-calendar .fpl-datepicker-buttonpane:after {
  content: " ";
  display: table;
}
.fpl-calendar .fpl-datepicker-buttonpane:after {
  clear: both;
}
.fpl-calendar .fpl-datepicker-buttonpane a {
  color: #0096db;
  display: block;
  float: left;
  font-size: 14px;
  margin: 10px 15px;
  text-decoration: none;
}
.fpl-calendar .fpl-datepicker-buttonpane a.fpl-datepicker-clear {
  float: right;
}
.fpl-power-status {
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.fpl-power-status span.title,
.fpl-power-status span.indicator {
  font-size: 20px;
  line-height: 2.4em;
}
.fpl-power-status span.title {
  float: left;
}
.fpl-power-status span.indicator {
  float: right;
}
.fpl-power-status span.indicator.on {
  color: #67bd45;
}
.fpl-power-status span.indicator.off {
  color: #e12416;
}
.fpl-estimated-bill label {
  margin-bottom: 20px;
}
.fpl-estimated-bill label.fpl-estimated-bill-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #999999;
}
.fpl-estimated-bill i {
  float: right;
}
.fpl-estimated-bill .fpl-estimated-bill-box {
  width: 50%;
  float: left;
  text-align: center;
}
.fpl-estimated-bill .fpl-estimated-bill-box:last-child {
  border-left: 1px solid #d9d9d9;
}
.fpl-estimated-bill .fpl-estimated-bill-box .fpl-estimated-bill-hero {
  font-size: 26px;
}
.fpl-estimated-bill .fpl-estimated-bill-box .fpl-estimated-bill-detail .detail-text {
  text-transform: uppercase;
}
.fpl-upload-document-selection {
  color: #0c2739;
  font-size: 14px;
  line-height: 24px;
}
.fpl-upload-document-selection .fpl-upload-document {
  background: #f0f2f4;
  border: 1px solid #a8a5a5;
  padding: 20px;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options {
  background: #ffffff;
  margin: 15px 0 25px;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options:before,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options:after {
  content: " ";
  display: table;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options:after {
  clear: both;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options:before,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options:after {
  content: " ";
  display: table;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options:after {
  clear: both;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options .fpl-choice-option {
  color: #666666;
  float: left;
  width: 50%;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options .fpl-choice-option input[type="radio"] {
  display: none;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options .fpl-choice-option input[type="radio"] + label {
  display: block;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-choice-options .fpl-choice-option input[type="radio"]:checked + label {
  background: #0096db;
  color: #ffffff;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-selected {
  background: #ffffff;
  margin-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  position: relative;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-selected .fpl-form-upload-file {
  margin-bottom: 0;
  padding-right: 70px;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-selected .fpl-form-upload-remove {
  position: absolute;
  right: 20px;
  top: 8px;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: block;
  padding: 14px;
  text-align: center;
  width: 292px;
  clear: both;
  height: 42px;
  line-height: 13px;
  outline: none;
  background-color: transparent;
  background-color: #0096db;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100% !important;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:focus,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:active:focus,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:hover,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:focus {
  color: #333;
  text-decoration: none;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:active,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.disabled,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button[disabled],
fieldset[disabled] .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:before,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:after {
  content: " ";
  display: table;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:after {
  clear: both;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:before,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:after {
  content: " ";
  display: table;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:after {
  clear: both;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button .dijitReset {
  line-height: inherit !important;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button {
    padding: 18px 0;
    height: 48px;
    line-height: 8px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    width: 352px;
  }
}
@media (max-width: 767px) {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button {
    width: 300px;
    padding: 22px 0;
    height: 54px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.primary {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #616b00;
  background: #c3d600;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.primary:hover,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.primary:focus {
  outline: none;
  background: #c4d600;
  background: -moz-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c4d600), color-stop(100%, #b6c600));
  background: -webkit-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -o-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -ms-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: linear-gradient(to bottom, #c4d600 0%, #b6c600 100%);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.primary:active {
  outline: none;
  background: #b6c600;
  background: -moz-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b6c600), color-stop(100%, #c4d600));
  background: -webkit-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -o-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -ms-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: linear-gradient(to bottom, #b6c600 0%, #c4d600 100%);
  -webkit-box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.primary {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.primary {
    height: 54px;
    padding: 15px;
  }
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.standard {
  background-color: #0096db;
}
@media (max-width: 767px) {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.standard.fpls-button {
    padding: 24px 0;
  }
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.standard.disabled {
  color: #a6daf2;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.standard:hover,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.standard:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #0096db;
  background: -moz-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096db), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.standard:active {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0096db;
  background: -moz-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096db), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.secondary {
  background-color: #0f3852;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.secondary:hover,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.secondary:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0f3852;
  background: -moz-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f3852), color-stop(100%, #0c2739));
  background: -webkit-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -o-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -ms-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: linear-gradient(to bottom, #0f3852 0%, #0c2739 100%);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.secondary:active {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0f3852;
  background: -moz-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f3852), color-stop(100%, #0c2739));
  background: -webkit-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -o-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -ms-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: linear-gradient(to bottom, #0f3852 0%, #0c2739 100%);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.disabled {
  outline: none;
  opacity: .3;
  filter: alpha(opacity=30);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.outline {
  color: #0096db;
  border: 2px solid #0096db;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.link {
  color: #0096db;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.outline-white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media print {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.fpls-button {
    padding: 24px 0;
  }
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button.disabled {
  color: #a6daf2;
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:hover,
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #0096db;
  background: -moz-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096db), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button:active {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0096db;
  background: -moz-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096db), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
}
.fpl-upload-document-selection .fpl-upload-document .fpl-form-row .fpl-form-upload-button input[type="file"] {
  position: fixed;
  top: -1000px;
}
.fpl-upload-document-selection .fpl-or-header {
  border-top: 1px solid #a8a5a5;
  margin-top: 25px;
  text-align: center;
}
.fpl-upload-document-selection .fpl-or-header strong {
  background: #ffffff;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  position: relative;
  top: -13px;
}
.fpl-upload-document-selection .fpl-email-documents {
  background: #f0f2f4;
  border: 1px solid #a8a5a5;
  color: #0c2739;
  padding: 20px;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item {
  margin-top: 20px;
  position: relative;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item:before,
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item:after {
  content: " ";
  display: table;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item:after {
  clear: both;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item:before,
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item:after {
  content: " ";
  display: table;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item:after {
  clear: both;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item label {
  font-weight: normal;
  padding-right: 40px;
}
.fpl-upload-document-selection .fpl-email-documents .fpl-choice-item .fpl-customized-option {
  position: absolute;
  right: 0;
  top: 5%;
}
.ie8 .fpl-choice-options .fpl-choice-option {
  padding-left: 20px;
}
.ie8 .fpl-choice-options .fpl-choice-option input[type="radio"] {
  display: inline-block !important;
}
.ie8 .fpl-choice-options .fpl-choice-option input[type="radio"] + label {
  display: inline-block !important;
}
.fpl-review-order-step .fpl-order-step {
  background: #0096db;
  border-top: 5px solid #6cbfe6;
}
.fpl-review-order-step .fpl-order-step span.image {
  display: inline-block;
  background: url(../../R2/media/images/review-order-step-1.png) center no-repeat;
  width: 100%;
  height: 50px;
  text-align: right;
  padding-top: 13px;
  padding-right: 20px;
}
.fpl-review-order-step .fpl-order-step span a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}
.fpl-review-order-step .fpl-order-step span a .fa {
  margin-left: 0;
}
.fpl-review-order-step .fpl-order-detail {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.fpl-review-order-step .fpl-order-detail label {
  width: 100%;
  padding-top: 25px;
}
.fpl-review-order-step .fpl-order-detail label.fpl-order-step-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #999999;
}
.fpl-review-order-step .fpl-order-detail span.text {
  font-size: 16px;
}
.fpl-review-order-step .fpl-order-detail:last-child {
  padding-bottom: 25px;
  border-bottom: 2px solid #d9d9d9;
}
.fpl-order-submission .fpl-account-number {
  background: #0096db;
  border-top: 5px solid #6cbfe6;
  font-size: 16px;
  color: #ffffff;
}
.fpl-order-submission .fpl-account-number span.image,
.fpl-order-submission .fpl-account-number p.account-info {
  display: inline-block;
}
.fpl-order-submission .fpl-account-number span.image {
  width: 42px;
  height: 37px;
  margin: 22px;
}
.fpl-order-submission .fpl-account-number span.personal {
  background: url(../../R2/media/images/confirmation-icon-house.png) center no-repeat;
}
.fpl-order-submission .fpl-account-number span.company {
  background: url(../../R2/media/images/confirmation-icon-shop.png) center no-repeat;
}
.fpl-order-submission .fpl-account-number .account-info {
  width: 100%;
}
.fpl-order-submission .fpl-account-number .account-info span.title {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: block;
}
.fpl-order-submission .fpl-account-number .account-info span.text {
  font-weight: bold;
}
.fpl-order-submission .fpl-account-number .account-info label,
.fpl-order-submission .fpl-account-number .account-info span.text {
  display: inline;
}
.fpl-order-submission .fpl-account-number .account-info label {
  font-weight: normal;
}
.fpl-order-submission .fpl-order-detail {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.fpl-order-submission .fpl-order-detail label {
  padding-top: 25px;
}
.fpl-order-submission .fpl-order-detail label.fpl-order-step-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #999999;
}
.fpl-order-submission .fpl-order-detail span {
  display: block;
}
.fpl-order-submission .fpl-order-detail span.text {
  font-size: 16px;
}
.fpl-order-submission .fpl-order-detail span.message {
  color: #999999;
}
.fpl-order-submission .fpl-order-detail:last-child {
  padding-bottom: 25px;
  border-bottom: 2px solid #d9d9d9;
}
.fpl-paperless-confirmation i {
  font-size: 30px;
  color: #c3d600;
  margin-right: 14px;
}
.fpl-paperless-confirmation span.title {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.fpl-paperless-confirmation p {
  font-size: 16px;
  margin-top: 10px;
}