.wvus-uikit .headerfooter .container {
  width: 940px!important;
}
.wvus-uikit .headerfooter * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.wvus-uikit .headerfooter .get-involved-lists {
  font-size: 14px;
}
.wvus-uikit .headerfooter input[type='text'] {
  height: auto !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.075) !important;
}
.wvus-uikit .headerfooter .link-divider li {
  padding: 0 10px !important;
  border-right: 1px solid #e5e6e6;
  line-height: 16px;
  vertical-align: top;
}
.wvus-uikit .headerfooter .link-divider li:first-child {
  border-left: 0;
}
.wvus-uikit .headerfooter #header-cart-count:before {
  display: inline-block;
  width: 28px;
  height: 14px;
  margin: 1px 3px 0 0!important;
  vertical-align: top;
}
.wvusUikit .content {
  padding: 18px 0 60px;
  background-color: #eeeeee;
}
.wvusUikit body {
  min-width: 960px;
}
.wvusUikit .container {
  width: 960px !important;
}
.wvusUikit ol,
.wvusUikit ul {
  padding: 0;
  list-style-position: inside;
}
.wvusUikit th,
.wvusUikit strong {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit #print-header {
  display: none;
}
.wvusUikit .page-header {
  margin: 0;
  padding: 0;
}
.wvusUikit .vjs-big-play-button {
  margin-top: -0.75em !important;
  margin-left: -0.75em !important;
}
.wvusUikit .styled-ordered-list {
  margin-left: 0;
  list-style: none;
  counter-reset: ordered-list-count;
}
.wvusUikit .styled-ordered-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 38px;
  font-size: 19px;
  line-height: 1;
}
.wvusUikit .styled-ordered-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: #ff6600;
  color: #ffffff;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  content: counter(ordered-list-count);
  counter-increment: ordered-list-count;
}
.wvusUikit .arrow-right:after {
  content: ' \003e';
  font-size: 10px;
}
.wvusUikit .arrow-left:before {
  content: '\003c\ ';
  font-size: 10px;
}
.wvusUikit .btn-rounded {
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #dedede;
  border-radius: 30px;
  color: #006699;
  background-color: #ffffff;
}
.wvusUikit .btn-rounded:hover {
  border-color: #999999;
}
.wvusUikit .btn-honor-card {
  display: block;
  margin: 20px 0;
  line-height: 24px;
  color: #000;
}
.wvusUikit .btn-honor-card .icon-honor-card {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  background: url("../images/honor-card/icon.png") no-repeat;
}
.wvusUikit .btn-honor-card .fa-info-circle {
  margin-left: 5px;
  color: #006699;
}
.wvusUikit .has-tagline:before,
.wvusUikit .has-tagline:after {
  content: " ";
  display: table;
}
.wvusUikit .has-tagline:after {
  clear: both;
}
.wvusUikit .has-tagline h1,
.wvusUikit .has-tagline .tagline {
  display: inline-block;
  vertical-align: baseline;
}
.wvusUikit .has-tagline .tagline {
  margin-left: 28px;
}
.wvusUikit .has-tagline .secure {
  float: right;
  margin: 44px 20px 0 0;
}
.wvusUikit #honor-card-info .modal-dialog {
  width: 660px;
}
.wvusUikit #honor-card-info .honor-card-images {
  font-size: 0;
}
.wvusUikit #honor-card-info .honor-card-images img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wvusUikit #honor-card-info .honor-card-images img + img {
  margin-left: 20px;
}
.wvusUikit .no-placeholder label.sr-only {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin-bottom: 5px;
}
.wvusUikit .no-placeholder label.sr-only em {
  display: none;
}
.wvusUikit legend {
  border-bottom: none;
}
.wvusUikit .input-placeholder {
  display: block;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #eeeeee;
}
.wvusUikit .caret {
  border-top: 4px solid #ff6600;
}
.wvusUikit .form-control.validation-failed {
  border-color: #ff1f1f;
}
.wvusUikit .validation-advice {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ff1f1f;
  clear: both;
}
.wvusUikit textarea.form-control {
  min-height: 78px;
  resize: none;
}
.wvusUikit .checkbox-styled label,
.wvusUikit .radio-styled label {
  margin-left: 8px !important;
}
.wvusUikit .checkbox-styled label:before,
.wvusUikit .radio-styled label:before {
  background-color: #ffffff;
}
.wvusUikit .bootstrap-select.btn-group {
  margin-bottom: 0!important;
}
.wvusUikit .bootstrap-select.btn-group .filter-option {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wvusUikit .remaining-characters-message {
  font-size: 12px;
  text-align: right;
  color: #999999;
}
.wvusUikit .btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wvusUikit .btn-primary.btn-lg {
  padding: 8px 19px;
}
.wvusUikit .btn-link {
  padding: 0;
  outline: none;
}
.wvusUikit .messages {
  margin: 16px 0;
  list-style: none;
}
.wvusUikit .messages > li {
  margin-top: 8px;
}
.wvusUikit .messages > li:first-child {
  margin-top: 0;
}
.wvusUikit .messages > li.success-msg ul li {
  color: #838322;
  border-color: #dacc88;
  background-color: #e0e09c;
}
.wvusUikit .messages > li.success-msg ul li a {
  color: #838322;
  text-decoration: underline;
}
.wvusUikit .messages > li.error-msg ul li {
  color: #df0707;
  border-color: #ffa8b2;
  background-color: #ffb3b2;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
}
.wvusUikit .messages > li ul {
  list-style: none;
  margin: 0;
}
.wvusUikit .messages > li ul li {
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0px 1px 3px #ffffff;
  vertical-align: top;
}
.wvusUikit .wv-navbar {
  margin-bottom: 0;
  border-bottom: 0;
}
.wvusUikit .breadcrumb {
  margin-bottom: 18px;
  padding: 0;
}
.wvusUikit .breadcrumb + .page-title h1,
.wvusUikit .breadcrumb + .page-header h1 {
  margin-top: 0;
}
.wvusUikit .ribbon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: normal;
  background-color: #006699;
}
.wvusUikit .rbn-urgent {
  background-color: #981a1e;
}
.wvusUikit .rbn-new {
  background-color: #ffcc33;
  color: #000000;
}
.wvusUikit .rbn-special-offer {
  background-color: #99ccff;
  color: #000000;
}
.wvusUikit .rbn-big-value {
  background-color: #999933;
}
.wvusUikit .rbn-multiplies {
  background-color: #006699;
}
.wvusUikit .row-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wvusUikit .row-flex .col-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.wvusUikit .thumbnail {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}
.wvusUikit .video-modal .modal-content {
  width: 710px;
  padding: 35px 15px 25px 25px;
  border-radius: 10px;
}
.wvusUikit .video-modal .modal-dialog {
  width: 710px;
}
.wvusUikit .video-modal .close {
  right: 10px;
  font-size: 20px;
  color: #006699;
  opacity: 1;
}
.wvusUikit .video-modal .modal-close {
  position: absolute;
  top: 10px;
  z-index: 1000;
  color: 006699;
  cursor: pointer;
}
.wvusUikit .categories-grid {
  margin-bottom: 56px;
}
.wvusUikit .categories-grid .category .category-name {
  margin: 0;
  padding: 16px 10px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #006699;
}
.wvusUikit .categories-grid .category .category-name a {
  color: inherit;
}
.wvusUikit .categories-grid .category .category-description {
  margin-bottom: 0;
  padding: 10px 16px 30px;
}
.wvusUikit .categories-grid .category .category-description .arrow-right {
  white-space: nowrap;
}
.wvusUikit .products-grid {
  margin-bottom: 36px;
}
.wvusUikit .products-grid .product .product-details {
  padding: 11px 16px 41px;
}
.wvusUikit .products-grid .product .product-name {
  margin: 0 0 6px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #006699;
}
.wvusUikit .products-grid .product .product-name a {
  color: inherit;
}
.wvusUikit .products-grid .product .ribbon {
  position: absolute;
  top: 190px;
  left: 10px;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: normal;
}
.wvusUikit .products-grid .product .price-box {
  margin-bottom: 32px;
}
.wvusUikit .products-grid .product .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
}
.wvusUikit .products-grid .product .actions .btn {
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1;
}
.wvusUikit .products-grid .product .actions .product-message {
  float: right;
}
.wvusUikit .product-message .message,
.wvusUikit .product-message .validation-advice {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0px 1px 3px #ffffff;
  vertical-align: top;
}
.wvusUikit .product-message .message.message-success,
.wvusUikit .product-message .validation-advice.message-success {
  color: #838322;
  border-color: #dacc88;
  background-color: #e0e09c;
}
.wvusUikit .product-message .message.message-success a,
.wvusUikit .product-message .validation-advice.message-success a {
  color: #838322;
  text-decoration: underline;
}
.wvusUikit .product-message .message.validation-advice,
.wvusUikit .product-message .validation-advice.validation-advice {
  color: #df0707;
  border-color: #ffa8b2;
  background-color: #ffb3b2;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
}
.wvusUikit .product-message .message.validation-advice strong,
.wvusUikit .product-message .validation-advice.validation-advice strong {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .category-view .jumbotron {
  padding: 0;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wvusUikit .category-view .jumbotron:before,
.wvusUikit .category-view .jumbotron:after {
  content: " ";
  display: table;
}
.wvusUikit .category-view .jumbotron:after {
  clear: both;
}
.wvusUikit .category-view .jumbotron .category-information,
.wvusUikit .category-view .jumbotron .category-image {
  float: left;
}
.wvusUikit .category-view .jumbotron .category-information {
  width: 43.09623431%;
  padding: 24px 14px 24px 24px;
}
.wvusUikit .category-view .jumbotron .category-image {
  width: 56.90376569%;
}
.wvusUikit .category-view .jumbotron .category-image img {
  width: 100%;
  height: auto;
}
.wvusUikit .category-view .jumbotron .category-description h2 {
  margin: 0 0 26px 0;
  font-family: "Gill Sans W01 Light", Helvetica, Arial, sans-serif;
  color: #999933;
}
.wvusUikit .category-view .jumbotron .category-description h2 strong {
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.wvusUikit .category-view .jumbotron .category-description p {
  font-size: 20px;
  line-height: 1.33;
}
.wvusUikit .category-view .jumbotron .play-video-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 8px;
}
.wvusUikit .content-block {
  margin-bottom: 26px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wvusUikit .content-block h2 {
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid #dedede;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.wvusUikit .content-block .content-inner {
  padding: 14px;
}
.wvusUikit .sidenav {
  margin-bottom: 26px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wvusUikit .sidenav h2 {
  margin: 0;
  padding: 15px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}
.wvusUikit .sidenav.waystogive-nav h2 {
  padding: 0;
}
.wvusUikit .sidenav.waystogive-nav h2 a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.wvusUikit .sidenav.waystogive-nav h2 a:hover,
.wvusUikit .sidenav.waystogive-nav h2 a.active {
  color: #006699;
  background-color: #e4eef5;
}
.wvusUikit .sidenav .nav li {
  line-height: 1;
  border-top: 1px solid #dedede;
}
.wvusUikit .sidenav .nav li a:hover,
.wvusUikit .sidenav .nav li a.active {
  color: #006699;
  background-color: #e4eef5;
}
.wvusUikit .sidenav .nav li ul li a {
  padding-left: 35px;
}
.wvusUikit .promotions {
  display: table;
  width: 100%;
  margin: 30px 0;
}
.wvusUikit .promotions .promotion {
  display: table-cell;
  float: none;
  padding: 30px 24px 40px;
  border-left: 1px solid #dedede;
  font-size: 19px;
  line-height: 22px;
  vertical-align: top;
  text-align: center;
}
.wvusUikit .promotions .promotion:first-child {
  border-left: none;
}
.wvusUikit .promotions .promotion figure img {
  height: 112px;
  vertical-align: bottom;
}
.wvusUikit .promotions .promotion h3 {
  margin: 20px 0 0;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.wvusUikit .promotions .promotion p {
  font-size: inherit;
  line-height: inherit;
}
.wvusUikit .promotions .promotion .btn {
  margin-top: 24px;
  padding: 7px 16px;
  font-size: 20px;
}
.wvusUikit .promotions.block .promotion {
  display: block;
  border-left: 0;
  border-top: 1px solid #dedede;
}
.wvusUikit .promotions.block .promotion:first-child {
  border-top: none;
}
.wvusUikit .categories .header {
  margin-bottom: 20px;
  line-height: 30px;
}
.wvusUikit .categories .header h2 {
  margin: 0;
  font-size: 30px;
  line-height: inherit;
}
.wvusUikit .categories .header a {
  font-size: 20px;
  line-height: inherit;
}
.wvusUikit .toolbar {
  padding-bottom: 4px;
  margin: 10px 0 15px;
  border-bottom: 1px dotted #000000;
}
.wvusUikit .toolbar:before,
.wvusUikit .toolbar:after {
  content: " ";
  display: table;
}
.wvusUikit .toolbar:after {
  clear: both;
}
.wvusUikit .toolbar .sorter {
  margin: 0;
}
.wvusUikit .toolbar .sorter label {
  padding: 0 5px 0 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 32px;
  vertical-align: top;
}
.wvusUikit .toolbar .sorter .bootstrap-select {
  width: 140px!important;
}
.wvusUikit .toolbar .showing .amount {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}
.wvusUikit .toolbar .pagination {
  margin: 0 0 0 10px;
}
.wvusUikit .toolbar .pagination li {
  font-size: 13px;
}
.wvusUikit .toolbar .pagination li a,
.wvusUikit .toolbar .pagination li span {
  padding: 6px 13px;
  background-color: #ffffff;
}
.wvusUikit .toolbar .pagination li.active a,
.wvusUikit .toolbar .pagination li.active span {
  border: 1px solid #dddddd;
  color: #777777;
  background-color: #f5f5f5;
}
.wvusUikit .toolbar-bottom {
  margin-top: 25px;
}
.wvusUikit .toolbar-bottom .showing,
.wvusUikit .toolbar-bottom .sorter {
  display: none;
}
.wvusUikit .toolbar-bottom .toolbar {
  border-bottom: none;
}
.wvusUikit .catalogsearch-result-index .page-title h1 {
  font-size: 38px;
}
.wvusUikit .catalogsearch-result-index .nav-tabs {
  border-bottom: 7px solid #f48d2e;
  margin-bottom: 31px;
}
.wvusUikit .catalogsearch-result-index .nav-tabs li {
  font-size: 27px;
  margin-left: 8px;
  min-width: 184px;
  text-align: center;
}
.wvusUikit .catalogsearch-result-index .nav-tabs li:first-child {
  margin-left: 0px;
}
.wvusUikit .catalogsearch-result-index .nav-tabs li a {
  color: #ebebeb;
  border-color: #b9b9b9;
  background-color: #b9b9b9;
  border-radius: 6px 6px 0 0;
}
.wvusUikit .catalogsearch-result-index .nav-tabs li.active a {
  color: #ffffff;
  background-color: #f48d2e;
  border-color: #f48d2e;
}
.wvusUikit .results-view ul {
  margin-left: 15px;
  list-style-type: square;
}
.wvusUikit .quick-donate-block {
  margin-bottom: 26px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background-color: #c5d5e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wvusUikit .quick-donate-block h2 {
  margin: 0;
  padding: 12px 0 13px 15px;
  font-size: 20px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.wvusUikit .quick-donate-block #qd-amount {
  padding-left: 9px;
  padding-right: 9px;
}
.wvusUikit .quick-donate-block .form-group {
  padding: 0 15px 15px;
}
.wvusUikit .quick-donate-block .form-group .input-group-addon {
  padding: 0 10px;
  line-height: 28px;
}
.wvusUikit .quick-donate-block .form-group .form-control {
  height: 30px;
  border-right: 0;
}
.wvusUikit .quick-donate-block .form-group .btn {
  padding: 7px 12px;
  line-height: 1;
}
.wvusUikit .quick-donate-block .form-group .checkbox {
  margin-top: 10px;
}
.wvusUikit .addthis_wvus_wrapper {
  float: right;
  white-space: nowrap;
}
.wvusUikit .addthis_wvus_wrapper .sharetext {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 9px;
  vertical-align: top;
  font-size: 16px;
  color: #ff6600;
}
.wvusUikit .addthis_wvus_wrapper .fa-facebook-square {
  color: #3957a6;
}
.wvusUikit .addthis_wvus_wrapper .fa-twitter-square {
  color: #2f9dca;
}
.wvusUikit .addthis_wvus_wrapper .fa-plus-square {
  color: #ff6600;
}
.wvusUikit .addthis_wvus_wrapper .fa-envelope {
  color: #3957a6;
}
.wvusUikit .addthis_wvus_wrapper .at300b,
.wvusUikit .addthis_wvus_wrapper .at300bo,
.wvusUikit .addthis_wvus_wrapper .at300m,
.wvusUikit .addthis_wvus_wrapper .at300bs {
  float: none;
}
.wvusUikit .addthis_wvus_wrapper .at300b {
  padding-right: 3px;
}
.wvusUikit .addthis_wvus_wrapper .at300m {
  padding-right: 7px;
}
.wvusUikit .addthis_wvus_wrapper .addthis_wvus_like {
  display: inline-block;
  vertical-align: top;
}
.wvusUikit,
.wvusUikit .catalog-product-view {
  overflow-x: hidden;
}
.wvusUikit .catalog-product-view .content {
  padding-bottom: 0;
}
.wvusUikit .add-to-giftregistry > a.btn,
.wvusUikit .add-to-giftregistry .bootstrap-select,
.wvusUikit .add-to-giftregistry .bootstrap-select:not([class*='span']):not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 194px;
}
.wvusUikit .add-to-giftregistry a.create-new-registry {
  font-weight: bold;
  color: #006699;
}
.wvusUikit #registry-id + .bootstrap-select .dropdown-menu li > a.opt {
  padding-left: 20px;
}
.wvusUikit #registry-id + .bootstrap-select .dropdown-menu dt {
  display: none;
}
.wvusUikit .product-extras {
  position: relative;
  padding: 30px 0 18px;
  margin-top: 50px;
}
.wvusUikit .product-extras:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 999em;
  background-image: -webkit-linear-gradient(top, #e0e6e9 0, #eeeeee 40%);
  background-image: linear-gradient(to bottom, #e0e6e9 0, #eeeeee 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e6e9', endColorstr='#ffeeeeee', GradientType=0);
}
.wvusUikit .related-products > h2 {
  margin: 0 0 14px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #000000;
  font-size: 28px;
}
.wvusUikit .product-view .product-name {
  margin: 10px 0 18px 0;
}
.wvusUikit .product-view .product-img-box .product-image {
  position: relative;
}
.wvusUikit .product-view .product-img-box .ribbon {
  top: auto;
  bottom: 14px;
}
.wvusUikit .product-view .product-img-box .play-button {
  font-size: 23px;
  display: block;
  width: 310px;
  height: 54px;
  color: #ff6600;
  background: #f7f7f7;
}
.wvusUikit .product-view .product-img-box .play-button span {
  display: block;
  float: left;
  height: 20px;
  width: 136px;
  margin-top: 10px;
}
.wvusUikit .product-view .product-img-box .play-button .fa-play-circle {
  display: block;
  font-size: 30px;
  height: 35px;
  width: 35px;
  float: left;
  margin-left: 75px;
  margin-top: 10px;
  color: #feb256;
}
.wvusUikit .product-view .product-info-box {
  padding-left: 0;
  padding-right: 0;
}
.wvusUikit .product-view .product-info-box .or {
  display: inline-block;
  padding: 0 14px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  color: #666666;
}
.wvusUikit .product-view .product-info-box .btn-group .btn.active {
  color: #ffffff;
  background-color: #006699;
  background-image: none;
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: transparent;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.wvusUikit .product-view .product-info-box .pricing {
  margin-bottom: 16px;
}
.wvusUikit .product-view .product-info-box #frequency-options {
  display: block;
}
.wvusUikit .product-view .product-info-box #frequency-options:before,
.wvusUikit .product-view .product-info-box #frequency-options:after {
  content: " ";
  display: table;
}
.wvusUikit .product-view .product-info-box #frequency-options:after {
  clear: both;
}
.wvusUikit .product-view .product-info-box .custom-price-box {
  max-width: 175px;
  vertical-align: top;
}
.wvusUikit .product-view .product-info-box .custom-price-box .form-control {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.wvusUikit .product-view .product-info-box .add-to-box {
  margin: 28px 0 10px;
  font-size: 0;
}
.wvusUikit .product-view .product-info-box .add-to-box .btn {
  min-width: 194px;
}
.wvusUikit .product-view .product-info-box .product-message {
  display: inline-block;
  margin: 3px 0 3px 10px;
  vertical-align: top;
}
.wvusUikit .product-view .product-info-box .product-message .message,
.wvusUikit .product-view .product-info-box .product-message .validation-advice {
  padding: 4px 10px;
}
.wvusUikit .product-view .product-info-box .upsell {
  color: #006699;
}
.wvusUikit .product-view .product-info-box .upsell a {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .product-view .product-info-box .description {
  margin-top: 32px;
}
.wvusUikit .product-view .product-info-box .description ol,
.wvusUikit .product-view .product-info-box .description ul {
  list-style-position: outside;
  margin-left: 18px;
}
.wvusUikit .product-view .product-info-box .disclaimer {
  border-top: 1px dotted;
  padding-top: 25px;
  margin-top: 25px;
}
.wvusUikit .product-view .product-info-box .disclaimer p {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.wvusUikit .customer-account-forgotpassword .content,
.wvusUikit .customer-account-resetpassword .content {
  padding: 13px 0 0 0;
}
.wvusUikit .customer-account-forgotpassword .forgot-password .page-header,
.wvusUikit .customer-account-resetpassword .forgot-password .page-header {
  margin: 0;
}
.wvusUikit .customer-account-forgotpassword .forgot-password .page-header h1,
.wvusUikit .customer-account-resetpassword .forgot-password .page-header h1 {
  margin: 0;
}
.wvusUikit .customer-account-forgotpassword .forgot-password p a,
.wvusUikit .customer-account-resetpassword .forgot-password p a {
  text-decoration: underline;
}
.wvusUikit .customer-account-forgotpassword .forgot-password .btn-submit,
.wvusUikit .customer-account-resetpassword .forgot-password .btn-submit {
  margin: 22px 0;
  padding: 6px 86px;
}
.wvusUikit .customer-account-forgotpassword .forgot-password .reset-text,
.wvusUikit .customer-account-resetpassword .forgot-password .reset-text {
  margin-bottom: 14px;
}
.wvusUikit .customer-account-forgotpassword .forgot-password .help-text,
.wvusUikit .customer-account-resetpassword .forgot-password .help-text {
  margin-top: 20px;
}
.wvusUikit .customer-account-forgotpassword .forgot-password .control-group,
.wvusUikit .customer-account-resetpassword .forgot-password .control-group {
  padding: 0 86px 0 0;
}
.wvusUikit .customer-account-login .account-login .tagline {
  float: left;
  margin: 38px 0 0 24px;
}
.wvusUikit .customer-account-login .account-login .page-header {
  margin: -10px 0 0 -5px;
}
.wvusUikit .customer-account-login .account-login .page-header h1 {
  float: left;
  margin-left: 10px;
}
.wvusUikit .customer-account-login .account-login .img-holder {
  background: url("../images/account/register-banner.png") no-repeat;
  width: 122px;
  height: 183px;
  display: block;
  margin-top: -4px;
}
.wvusUikit .customer-account-login .account-login .info-holder {
  padding: 0 0 0 10px;
  width: 349px;
  margin-top: 3px;
}
.wvusUikit .customer-account-login .account-login .more-help {
  margin-top: 30px;
}
.wvusUikit .customer-account-login .account-login fieldset {
  margin: 22px 0 45px 0;
  padding: 0;
}
.wvusUikit .customer-account-login .account-login fieldset legend {
  margin-bottom: 10px;
}
.wvusUikit .customer-account-login .account-login .forgot-group {
  margin-bottom: 11px;
}
.wvusUikit .customer-account-login .account-login .control-group {
  margin-bottom: 20px;
}
.wvusUikit .customer-account-login .account-login .forgot-group:before,
.wvusUikit .customer-account-login .account-login .forgot-group:after {
  content: " ";
  display: table;
}
.wvusUikit .customer-account-login .account-login .forgot-group:after {
  clear: both;
}
.wvusUikit .customer-account-login .account-login .forgot-text {
  font-size: 14px;
  float: right;
  margin-top: 6px;
}
.wvusUikit .customer-account-login .account-login .need-help {
  float: right;
  font-size: 14px;
  line-height: 44px;
}
.wvusUikit .customer-account-login .account-login .buttons-set {
  margin-top: 24px;
}
.wvusUikit .account-create .bootstrap-select {
  width: 100%!important;
  margin-bottom: 0!important;
}
.wvusUikit .account-create .input-placeholder {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wvusUikit .account-create .help-block {
  font-size: 12px;
  color: #333333;
  padding-left: 12px;
}
.wvusUikit .account-create .help-block .fa {
  color: #006699;
}
.wvusUikit .account-create .tagline {
  margin-top: 12px;
}
.wvusUikit .checkout-onepage-success .promotions {
  display: block!important;
  font-size: 0;
  margin-top: 60px;
}
.wvusUikit .checkout-onepage-success .promotions .promotion {
  min-height: 440px;
  display: inline-block !important;
  vertical-align: top;
  margin-bottom: 20px;
}
.wvusUikit .checkout-onepage-success .promotions .promotion:nth-child(4) {
  border-left: none;
}
.wvusUikit .checkout-onepage-success .page-header {
  padding: 0;
  margin-bottom: 0;
  margin-top: -15px;
}
.wvusUikit .checkout-onepage-success .basket-totals {
  padding-top: 15px;
  border-top: 1px dotted #000000;
}
.wvusUikit .checkout-onepage-success .basket-totals .basket-name {
  line-height: 27px;
  padding: 0;
}
.wvusUikit .checkout-onepage-success .basket-totals .basket-value {
  line-height: 27px;
  padding-left: 30px;
}
.wvusUikit .checkout-onepage-success .basket-totals .title {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .checkout-onepage-success .promotion:nth-child(3n+1) {
  clear: both;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item {
  padding: 25px 0;
  margin-top: 25px;
  border-top: 1px dotted #000000;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .product-image {
  display: inline-block;
  vertical-align: top;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .product-image.child-sponsorship-image {
  width: 146px;
  height: 146px;
  overflow: hidden;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .product-name {
  line-height: 16px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #006699;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .recipient {
  line-height: 12px;
  display: block;
  margin-bottom: 6px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .recipient-address {
  margin-bottom: 0px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .recipient-message {
  margin-bottom: 0px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card {
  position: relative;
  line-height: 24px;
  padding-left: 21px;
  width: 100%;
  margin: 16px 0 0 0;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card:before,
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card:after {
  content: " ";
  display: table;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card:after {
  clear: both;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card span {
  line-height: 16px;
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card .icon-honor-card {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -2px;
  left: 0;
  background: url("../images/honor-card/icon.png") no-repeat;
  background-size: 16px 16px;
  margin-left: 0;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card a {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  float: left;
  height: 24px;
  margin-left: 5px;
  text-decoration: none;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-details .honor-card-links a:first-child {
  margin-left: 0;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals {
  padding: 0 60px 0 62px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .input-group {
  margin-bottom: 9px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .input-group .input-group-addon {
  height: 26px;
  padding: 4px 10px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .input-group .currency_symbol {
  padding: 4px 17px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .input-group .form-control {
  height: 26px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .lineprice {
  margin-left: 7px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .lineprice .price {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-totals .frequency {
  margin-bottom: 7px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-social .addthis_wvus_wrapper {
  text-align: right;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .line-social .addthis_wvus_wrapper .at300m {
  padding: 0;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .new-child-title {
  margin-top: 5px;
}
.wvusUikit .checkout-onepage-success .confirmation-product-list .line-item .new-child-text {
  font-size: 14px;
}
.wvusUikit .cms-no-route .content {
  background: #ffffff;
}
.wvusUikit .cms-no-route .content .cms-text {
  padding-left: 67px;
}
.wvusUikit .singlepagecheckout-onepage-wrapper,
.wvusUikit .singlepagecheckout-cart-wrapper {
  margin-bottom: 76px;
}
.wvusUikit .cart-table {
  margin-bottom: 12px;
  table-layout: fixed;
}
.wvusUikit .cart-table tbody tr td {
  padding: 12px 0;
  border: none;
}
.wvusUikit .cart-table tbody tr td + td {
  text-align: center;
}
.wvusUikit .cart-table tbody .btn-honor-card .icon-honor-card {
  margin-right: 0;
}
.wvusUikit .cart-table .input-group-addon {
  padding: 4px;
  min-width: 42px;
}
.wvusUikit .cart-table .bootstrap-select {
  width: 100% !important;
}
.wvusUikit .cart-table .product-image {
  display: inline-block;
  vertical-align: top;
}
.wvusUikit .cart-table .product-image.child-sponsorship-image {
  width: 146px;
  height: 146px;
  overflow: hidden;
}
.wvusUikit .cart-table .product-details {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  margin-left: 2%;
}
.wvusUikit .cart-table .product-details h2 {
  font-size: 20px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  margin: 10px 0 0;
}
.wvusUikit .cart-table .total {
  margin-top: 15px;
}
.wvusUikit .cart-table .total > span:first-child {
  color: #686969;
}
.wvusUikit .cart-table .total > span.cart-price {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .cart-table .list-inline {
  display: inline-block;
  margin: 6px 0;
  font-size: 0;
  vertical-align: top;
}
.wvusUikit .cart-table .list-inline li {
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #333333;
}
.wvusUikit .cart-table .list-inline li:first-child {
  border-left: none;
}
.wvusUikit .cart-table .list-inline .btn-link {
  padding: 0;
  font-size: inherit;
  line-height: 1;
  vertical-align: baseline;
}
.wvusUikit .cart-table .btn-honor-card {
  margin: 6px 0;
}
.wvusUikit .cart-table .btn-honor-card .icon-honor-card {
  background-size: 72%;
  background-position: left center;
}
.wvusUikit .totals {
  padding: 12px 0;
  border-top: 1px dotted #666666;
}
.wvusUikit .totals table tr th,
.wvusUikit .totals table tr td {
  font-size: 17px;
  border: none;
  padding: 2px 0;
}
.wvusUikit .checkout-login .login a {
  display: block;
  vertical-align: top;
  text-align: center;
  margin-top: 12px;
}
.wvusUikit .opc .section {
  position: relative;
  background-color: #dedede;
  border-color: #dedede;
  border-top: 1px solid #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wvusUikit .opc .section:first-child {
  border-top: none;
}
.wvusUikit .opc .section:hover {
  border-color: #dedede;
  border-top-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wvusUikit .opc .section .step-title a {
  display: none;
}
.wvusUikit .opc .section.active {
  background: #ffffff;
  text-shadow: none;
  padding-bottom: 15px;
}
.wvusUikit .opc .section.active .step-title {
  padding: 6px 0 16px;
}
.wvusUikit .opc .section.allow .step-title a {
  display: block;
}
.wvusUikit .opc .section.allow.active .step-title a {
  display: none;
}
.wvusUikit .opc .step-title:before,
.wvusUikit .opc .step-title:after {
  content: " ";
  display: table;
}
.wvusUikit .opc .step-title:after {
  clear: both;
}
.wvusUikit .opc .step-title h2 {
  float: left;
  font-size: 20px;
  margin: 0;
}
.wvusUikit .opc .step-title a {
  float: right;
}
.wvusUikit .opc .bootstrap-select {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.wvusUikit .opc .form-inline {
  font-size: 0;
  margin-bottom: 15px;
}
.wvusUikit .opc .form-inline label {
  display: block;
  font-size: 16px;
}
.wvusUikit .opc .form-inline .form-group {
  width: 47.5%;
  margin-right: 5%;
  vertical-align: top;
}
.wvusUikit .opc .form-inline .form-group + .form-group {
  margin-right: 0;
}
.wvusUikit .opc .form-inline .form-group .form-control {
  width: 100%;
}
.wvusUikit .opc .buttons-set {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.wvusUikit .opc .please-wait {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.wvusUikit .opc .please-wait span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 4px;
}
.wvusUikit .opc .help-block .fa {
  color: #006699;
}
.wvusUikit .billing-address-static {
  margin-bottom: 15px;
}
.wvusUikit .paypal-payment-logo {
  height: 19px;
  vertical-align: top;
}
.wvusUikit .bootstrap-select.sr-only {
  display: none !important;
}
.wvusUikit .cc-type-logos {
  font-size: 0;
  list-style: none;
}
.wvusUikit .cc-type-logos li {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 28px;
  margin-left: 26px;
  text-indent: -999em;
  background: url('../images/cc/cc-logos.png') 0 0 no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wvusUikit .cc-type-logos li:first-child {
  margin-left: 0;
}
.wvusUikit .cc-type-logos li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wvusUikit .cc-type-logos li.VI {
  background-position: 0 0;
}
.wvusUikit .cc-type-logos li.MC {
  background-position: -73px 0;
}
.wvusUikit .cc-type-logos li.AE {
  background-position: -147px 0;
}
.wvusUikit .cc-type-logos li.DI {
  background-position: -220px 0;
}
.wvusUikit .opc-honorcard {
  padding-left: 0;
  padding-right: 0;
}
.wvusUikit .opc-honorcard .step-title,
.wvusUikit .opc-honorcard .center {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.wvusUikit .opc-honorcard .btn-honor-card {
  margin: 11px 0 0 0;
}
.wvusUikit .opc-honorcard .buttons-set {
  margin-top: 15px;
}
.wvusUikit .honor-card-panel {
  background-color: #deebf2;
  border-bottom: 1px solid #dedede;
  padding-top: 10px;
}
.wvusUikit .honor-card-panel:first-child {
  border-top: 1px solid #dedede;
}
.wvusUikit .honor-card-panel .radio,
.wvusUikit .honor-card-panel .checkbox {
  margin-top: 0;
}
.wvusUikit .toggle-all-honor-cards p {
  margin: 11px 0 0 8px;
}
.wvusUikit .toggle-all-honor-cards .fa-info-circle {
  color: #006699;
}
.wvusUikit .toggle-honor-card > label {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .checkout-review dt {
  font-size: 15px;
}
.wvusUikit .checkout-review dt a {
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  padding-left: 4px;
}
.wvusUikit .checkout-review dd {
  font-size: 15px;
  margin-bottom: 18px;
}
.wvusUikit .checkout-review dd ul {
  list-style: none;
}
.wvusUikit .opc .invoice-msg {
  margin: 15px 0 0 0;
  font-size: 15px;
}
.wvusUikit .opc .totals table {
  margin-bottom: 0;
}
.wvusUikit .opc .totals td + td {
  text-align: right;
}
.wvusUikit .checkout-cart-index {
  overflow-x: hidden;
}
.wvusUikit .checkout-cart-index .content {
  padding-bottom: 0;
}
.wvusUikit .crosssell {
  position: relative;
  padding: 30px 0 18px;
  margin-top: 50px;
}
.wvusUikit .crosssell:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 999em;
  background-image: -webkit-linear-gradient(top, #e0e6e9 0, #eeeeee 40%);
  background-image: linear-gradient(to bottom, #e0e6e9 0, #eeeeee 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e6e9', endColorstr='#ffeeeeee', GradientType=0);
}
.wvusUikit .crosssell .crosssell-inner {
  position: relative;
}
.wvusUikit .crosssell .crosssell-inner > h2 {
  margin: 0 0 14px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #000000;
  font-size: 28px;
}
.wvusUikit .carousel.no-carousel .carousel-control.left {
  display: none;
}
.wvusUikit .crosssell {
  position: relative;
}
.wvusUikit .crosssell .thumbnail {
  min-height: 360px;
}
.wvusUikit .crosssell .carousel-control {
  margin-top: 0;
  height: 26px;
  width: 26px;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wvusUikit .crosssell .carousel-control.left {
  margin-left: -42px;
}
.wvusUikit .crosssell .carousel-control.right {
  margin-right: -42px;
}
.wvusUikit .crosssell .carousel-control .fa {
  width: 10px;
  left: 50%;
  right: 0!important;
  margin: -7px 0 0 -5px;
}
.wvusUikit .crosssell .quick-donate-block {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.wvusUikit .crosssell .quick-donate-block h2 {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #006699;
}
.wvusUikit .crosssell .quick-donate-block .form-group {
  padding: 0;
}
.wvusUikit .crosssell .product .product-details {
  padding-bottom: 0;
}
.wvusUikit .crosssell .product .price-box {
  margin-bottom: 48px;
}
.wvusUikit .create-honor-card .buttons-set .btn {
  width: 220px;
}
.wvusUikit .send-honor-card .product {
  margin-bottom: 20px;
}
.wvusUikit .send-honor-card .product:before,
.wvusUikit .send-honor-card .product:after {
  content: " ";
  display: table;
}
.wvusUikit .send-honor-card .product:after {
  clear: both;
}
.wvusUikit .send-honor-card .product .product-image {
  float: left;
}
.wvusUikit .send-honor-card .product .product-details {
  float: left;
  margin-left: 18px;
}
.wvusUikit .send-honor-card .product .product-details h2 {
  margin: 6px 0 0 0;
  font-size: 16px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .send-honor-card .or {
  display: block;
  margin: 20px 0;
  font-size: 24px;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #999999;
}
.wvusUikit .send-honor-card h3 {
  margin-top: 0;
}
.wvusUikit .send-honor-card fieldset {
  margin-bottom: 5px;
}
.wvusUikit .send-honor-card legend {
  font-size: 16px;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}
.wvusUikit .send-honor-card textarea.form-control {
  min-height: 160px;
}
.wvusUikit .send-honor-card .datepicker-group {
  width: 60%;
}
.wvusUikit .send-honor-card .datepicker {
  padding-left: 12px;
}
.wvusUikit .send-honor-card .fa-calendar {
  color: #006699;
}
.wvusUikit .send-honor-card .buttons-set {
  font-size: 0;
}
.wvusUikit .send-honor-card .btn {
  width: 47.5%;
}
.wvusUikit .send-honor-card .btn + .btn {
  margin-left: 5%;
}
.wvusUikit .email-preview table {
  background-color: #ffffff;
}
.wvusUikit .email-preview table * {
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif !important;
}
.wvusUikit .email-preview table h2 {
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif !important;
}
.wvusUikit .send-honor-card .please-wait,
.wvusUikit .create-honor-card .please-wait {
  display: block;
  margin-top: 8px;
}
.wvusUikit .send-honor-card .please-wait img,
.wvusUikit .create-honor-card .please-wait img {
  width: 24px;
  margin-right: 5px;
}
.wvusUikit .send-honor-card .please-wait span,
.wvusUikit .create-honor-card .please-wait span {
  line-height: 24px;
}
.wvusUikit .category-gift-registry .jumbotron .category-image {
  width: 67.87941788%;
}
.wvusUikit .category-gift-registry .jumbotron .category-information {
  width: 32.12058212%;
}
.wvusUikit .category-gift-registry .jumbotron .category-information .btn {
  display: block;
}
.wvusUikit .category-gift-registry .jumbotron .category-information li {
  list-style: none;
  text-align: center;
  margin-top: 15px;
}
.wvusUikit .category-gift-registry .jumbotron .category-information li:first-child {
  margin-top: 20px;
}
.wvusUikit .category-gift-registry .jumbotron .category-information ul {
  margin: 0 25px;
}
.wvusUikit .registry-steps,
.wvusUikit .fundraising-ideas {
  margin-top: 30px;
  text-align: center;
}
.wvusUikit .registry-steps:before,
.wvusUikit .fundraising-ideas:before,
.wvusUikit .registry-steps:after,
.wvusUikit .fundraising-ideas:after {
  content: " ";
  display: table;
}
.wvusUikit .registry-steps:after,
.wvusUikit .fundraising-ideas:after {
  clear: both;
}
.wvusUikit .registry-steps h3,
.wvusUikit .fundraising-ideas h3 {
  font-size: 34px;
  margin: 0 0 25px 0;
}
.wvusUikit .registry-steps h4,
.wvusUikit .fundraising-ideas h4 {
  font-size: 28px;
  color: #ff6600;
  margin: 15px 0 5px 0;
}
.wvusUikit .registry-steps img,
.wvusUikit .fundraising-ideas img {
  width: 100%;
  height: auto;
}
.wvusUikit .registry-steps {
  margin-top: 0;
}
.wvusUikit .registry-step span {
  color: #ff6600;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.wvusUikit .registry-step p {
  color: #000000;
}
.wvusUikit .step-wrap {
  position: relative;
  margin: 55px 0;
}
.wvusUikit .step-wrap > img {
  width: 100%;
  height: auto;
}
.wvusUikit .step-wrap .step-number {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 1;
  font-size: 60px;
  color: #ffffff;
  top: -30px;
  left: 11.43451143%;
  font-family: "Gill Sans W01 Bold", Helvetica, Arial, sans-serif;
}
.wvusUikit .step-wrap .step-number.two {
  left: 44.6985447%;
}
.wvusUikit .step-wrap .step-number.two:before {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.wvusUikit .step-wrap .step-number.three {
  left: 77.96257796%;
}
.wvusUikit .step-wrap .step-number.three:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wvusUikit .step-wrap .step-number:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: -1;
  top: -6px;
  left: 0;
  content: '';
  display: block;
  background: url('../images/registry/steps-circle.png') 0 0 no-repeat;
}
.wvusUikit .create-registry {
  text-align: center;
  margin-top: 20px;
}
.wvusUikit .gift-registry-search .page-title h1 {
  margin-bottom: 12px;
}
.wvusUikit .gift-registry-search .main p {
  margin-bottom: 20px;
}
.wvusUikit .gift-registry-search .main .form-group {
  width: 245px;
}
.wvusUikit .gift-registry-search .main .form-group:before,
.wvusUikit .gift-registry-search .main .form-group:after {
  content: " ";
  display: table;
}
.wvusUikit .gift-registry-search .main .form-group:after {
  clear: both;
}
.wvusUikit .gift-registry-search .main .form-group > .btn {
  float: right;
  margin-top: 15px;
}
.wvusUikit .gift-registry-search .main .form-group input,
.wvusUikit .gift-registry-search .main .form-group .bootstrap-select {
  margin-top: 15px;
}
.wvusUikit .gift-registry-search .main .form-group input:first-child,
.wvusUikit .gift-registry-search .main .form-group .bootstrap-select:first-child {
  margin-top: 0;
}
.wvusUikit .gift-registry-search .main .bootstrap-select,
.wvusUikit .gift-registry-search .main .bootstrap-select:not([class*='span']):not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}
.wvusUikit .gift-registry-search .main .datepicker-group {
  margin-top: 15px;
}
.wvusUikit .gift-registry-search .main .datepicker-group input {
  padding-left: 12px;
}
.wvusUikit .gift-registry-search .search-results {
  font-size: 18px;
  margin: 40px 0 25px 0;
}
.wvusUikit .gift-registry-search .search-results span {
  font-weight: bold;
}
.wvusUikit .enterprise-giftregistry-list-stepone .main h3 {
  margin: 50px 0 20px 0;
}
.wvusUikit .enterprise-giftregistry-list-stepone .main .btn-lg {
  width: 220px;
  margin-top: 15px;
}
.wvusUikit .enterprise-giftregistry-list-steptwo p.note {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.wvusUikit .enterprise-giftregistry-list-steptwo p.note .fa-info-circle:before {
  color: #006699;
}
.wvusUikit .enterprise-giftregistry-list-steptwo input + p.note,
.wvusUikit .enterprise-giftregistry-list-steptwo .field-row + p.note {
  margin-top: 10px;
}
.wvusUikit .enterprise-giftregistry-list-steptwo .main h3 {
  margin-bottom: 20px;
}
.wvusUikit .registry-preferences {
  margin-top: 25px;
}
.wvusUikit .registry-preferences .btn-lg {
  width: 220px;
}
.wvusUikit .registry-preferences .radio-styled {
  width: 80px;
  display: inline-block;
  margin-top: 0;
}
.wvusUikit .registry-preferences p {
  margin-bottom: 10px;
}
.wvusUikit .registry-information {
  margin-top: 25px;
}
.wvusUikit .registry-information .bootstrap-select,
.wvusUikit .registry-information .bootstrap-select:not([class*='span']):not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}
.wvusUikit .registry-information .bootstrap-select,
.wvusUikit .registry-information input {
  margin-top: 10px;
}
.wvusUikit .registry-information input:first-child {
  margin-top: 0;
}
.wvusUikit .registry-profile .checkbox {
  margin-top: 40px;
}
.wvusUikit .registry-profile .checkbox label {
  font-weight: bold;
}
.wvusUikit .registry-profile .datepicker-group {
  margin-top: 15px;
}
.wvusUikit .registry-profile .datepicker {
  padding-left: 12px;
}
.wvusUikit .registry-profile .fundraising-type {
  margin-bottom: 10px;
}
.wvusUikit .registry-profile .message {
  margin-top: 20px;
}
.wvusUikit .thermo-label,
.wvusUikit .thermo-amounts,
.wvusUikit .thermo-goal {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.wvusUikit .thermo-label,
.wvusUikit .thermo-amounts {
  font-size: 16px;
}
.wvusUikit .thermo-label:before,
.wvusUikit .thermo-amounts:before,
.wvusUikit .thermo-label:after,
.wvusUikit .thermo-amounts:after {
  content: " ";
  display: table;
}
.wvusUikit .thermo-label:after,
.wvusUikit .thermo-amounts:after {
  clear: both;
}
.wvusUikit .thermo-label span,
.wvusUikit .thermo-amounts span {
  float: right;
}
.wvusUikit .thermo-label {
  font-weight: normal;
  margin-bottom: 25px;
}
.wvusUikit .thermo-goal + .progress {
  margin: 10px 0;
}
.wvusUikit .preview-img {
  width: 63px;
  height: 63px;
  float: right;
}
.wvusUikit .preview-img img {
  width: 100%;
  height: auto;
}
.wvusUikit .file-uploader {
  position: relative;
  width: 213px;
  float: left;
}
.wvusUikit .file-uploader .upload-position {
  position: absolute;
  top: 0;
  right: 0;
}
.wvusUikit .file-uploader .file-upload {
  position: relative;
  overflow: hidden;
}
.wvusUikit .file-uploader .file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 31px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wvusUikit .file-uploader .upload-text {
  background-color: #ffffff;
  cursor: default;
  padding-right: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wvusUikit .file-uploader p.note {
  margin-top: 10px;
}
.wvusUikit .registry-image {
  margin-top: 25px;
}
.wvusUikit .registry-image + .registry-image {
  margin-top: 10px;
}
.wvusUikit .registry-image:before,
.wvusUikit .registry-image:after {
  content: " ";
  display: table;
}
.wvusUikit .registry-image:after {
  clear: both;
}
.wvusUikit .registry-image .radio-wrap {
  float: left;
  width: 29.03225806%;
  margin: 0 0 0 6.4516129%;
}
.wvusUikit .registry-image .radio-wrap:before,
.wvusUikit .registry-image .radio-wrap:after {
  content: " ";
  display: table;
}
.wvusUikit .registry-image .radio-wrap:after {
  clear: both;
}
.wvusUikit .registry-image .radio-wrap .radio-styled {
  float: left;
  width: 10px;
  margin: 2px 0 0 0;
}
.wvusUikit .registry-image .radio-wrap > img {
  float: right;
}
.wvusUikit .registry-image > label {
  margin-bottom: 10px;
}
.wvusUikit .registry-image > label + .radio-wrap {
  margin-left: 0;
}
.wvusUikit .gift-registry table.data-table {
  width: 100%;
}
.wvusUikit .gift-registry table.data-table th,
.wvusUikit .gift-registry table.data-table td {
  font-size: 17px;
  padding: 10px 15px;
  border-left: 1px solid #d8d8d8;
  line-height: 1.4;
}
.wvusUikit .gift-registry table.data-table th:first-child,
.wvusUikit .gift-registry table.data-table td:first-child {
  border-left: 0;
}
.wvusUikit .gift-registry table.data-table th {
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background: #c6c6c6;
  line-height: 1;
}
.wvusUikit .gift-registry table.data-table tr.odd td {
  background: #e4e4e4;
}
.wvusUikit .gift-registry table.data-table tr.last.even td {
  border-bottom: 1px solid #d8d8d8;
}
.wvusUikit .gift-registry table.data-table ul {
  list-style: none;
  margin: 0;
}
.wvusUikit .gift-registry table.data-table ul:before,
.wvusUikit .gift-registry table.data-table ul:after {
  content: " ";
  display: table;
}
.wvusUikit .gift-registry table.data-table ul:after {
  clear: both;
}
.wvusUikit .gift-registry table.data-table ul li {
  float: left;
  width: 33.3333333333%;
}
.wvusUikit .gift-registry table.data-table .qty {
  border: 1px solid #d8d8d8;
  width: 37px;
  border-radius: 4px;
  color: #929292;
  padding: 2px;
  text-align: center;
}
.wvusUikit .gift-registry table.data-table img {
  max-width: 80px;
  height: auto;
}
.wvusUikit .gift-registry table.data-table .button-link {
  margin-top: 15px;
}
.wvusUikit .gift-registry table.data-table .input-group-btn button {
  height: 32px;
}
.wvusUikit .gift-registry .page-title + table.data-table {
  margin-top: 30px;
}
.wvusUikit .gift-registry .table-footer {
  margin-top: 20px;
}
.wvusUikit .gift-registry .table-footer:before,
.wvusUikit .gift-registry .table-footer:after {
  content: " ";
  display: table;
}
.wvusUikit .gift-registry .table-footer:after {
  clear: both;
}
.wvusUikit .gift-registry .table-footer .add-items {
  width: 200px;
  float: right;
  font-size: 14px;
}
.wvusUikit .gift-registry .table-footer .add-items .btn {
  margin-bottom: 15px;
  width: 180px;
}
.wvusUikit .registry-thermo {
  background-image: -webkit-linear-gradient(top, #69c8ff 0%, #3578ac 100%);
  background-image: linear-gradient(to bottom, #69c8ff 0%, #3578ac 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff69c8ff', endColorstr='#ff3578ac', GradientType=0);
}
.wvusUikit .how-to-use {
  width: 700px;
  float: left;
}
.wvusUikit table.data-footer {
  width: 700px;
}
.wvusUikit table.data-footer td {
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  padding: 10px 15px;
  line-height: 1;
}
.wvusUikit table.data-footer td:first-child {
  text-align: center;
}
.wvusUikit .share-url {
  float: right;
  clear: right;
  margin-top: 5px;
  color: #999;
}
.wvusUikit .add-items table.data-footer {
  width: 100%;
}
.wvusUikit .add-items table.data-footer td:first-child {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  width: 60px;
}
.wvusUikit .gift-registry .table-footer .add-items table.data-footer + .btn {
  width: 100%;
  margin-top: 10px;
}
.wvusUikit .button-link {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  color: #006699;
}
.wvusUikit .button-link:hover {
  text-decoration: underline;
  color: #00334d;
}
.wvusUikit .item-table {
  display: table;
}
.wvusUikit .item-table > div {
  display: table-cell;
  vertical-align: middle;
}
.wvusUikit .item-table > div + div {
  padding-left: 10px;
}
.wvusUikit .registry-view {
  margin: 30px 0 50px 0;
}
.wvusUikit .registry-view:before,
.wvusUikit .registry-view:after {
  content: " ";
  display: table;
}
.wvusUikit .registry-view:after {
  clear: both;
}
.wvusUikit .registry-view > div {
  float: left;
}
.wvusUikit .registry-view .registry-image {
  width: 15.625%;
  margin: 0;
}
.wvusUikit .registry-view .registry-image img {
  width: 100%;
  height: auto;
}
.wvusUikit .registry-view .registry-info {
  width: 30.20833333%;
  margin-left: 2.60416667%;
}
.wvusUikit .registry-view .registry-info .info-section {
  margin-bottom: 15px;
}
.wvusUikit .registry-view .registry-info .thermo-label {
  margin-bottom: 0;
}
.wvusUikit .registry-view .registry-description {
  width: 47.91666667%;
  margin-left: 3.64583333%;
}
.wvusUikit .registry-view .registry-description .truncated-string button,
.wvusUikit .registry-view .registry-description .truncate-string button {
  display: block;
  margin-top: 10px;
}
.wvusUikit .registry-view .registry-description .edit-profile:before,
.wvusUikit .registry-view .registry-description .edit-profile:after {
  content: " ";
  display: table;
}
.wvusUikit .registry-view .registry-description .edit-profile:after {
  clear: both;
}
.wvusUikit .registry-view .registry-description .edit-profile a {
  float: right;
}
.wvusUikit .arrow-links {
  width: 15px;
  margin-left: 5px;
}
.wvusUikit .arrow-links a {
  display: block;
  color: #333333;
}
.wvusUikit .arrow-links,
.wvusUikit #giftregistry-search-custom-results th span {
  display: inline-block;
  vertical-align: middle;
}
.wvusUikit .add-registry .btn {
  float: right;
  margin-top: 25px;
}
.wvusUikit .enterprise-giftregistry-list-stepone .left-content .form-group {
  width: 220px;
}
.wvusUikit .enterprise-giftregistry-list-stepone .left-content .form-group .form-control {
  margin-top: 10px;
}
.wvusUikit .inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wvusUikit #give-now.disabled {
  pointer-events: auto;
}
.wvusUikit .gift-registry-name {
  margin: 6px 0;
}
.wvusUikit .gift-registry-name .fa {
  margin-right: 6px;
  font-size: 1.1875em;
}
.wvusUikit .gift-registry-name a {
  color: #000000;
}
.ie8.wvusUikit .checkbox-styled input[type='checkbox'],
.ie8.wvusUikit .radio-styled input[type='checkbox'],
.ie8.wvusUikit .checkbox-styled input[type='radio'],
.ie8.wvusUikit .radio-styled input[type='radio'] {
  visibility: visible;
}
.ie8.wvusUikit .checkbox-styled label:before,
.ie8.wvusUikit .radio-styled label:before {
  position: static;
  content: none;
  width: auto;
  height: auto;
  box-shadow: none;
  border: none;
}
.ie8.wvusUikit .checkbox-styled label,
.ie8.wvusUikit .radio-styled label {
  cursor: default;
}
