.lato-font {
  font-family: "Lato", sans-serif !important;
}

.xyz_truncate {
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*	|--------------------------------------------------------------------------
	| General-Purpose Styles
	|--------------------------------------------------------------------------
*/
/* spacers */
.xyz-spacer-10 {
  min-height: 10px;
  height: 10px;
  overflow: hidden;
}

.xyz-spacer-20 {
  min-height: 20px;
  height: 20px;
  overflow: hidden;
}

.xyz-spacer-40 {
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}

.xyz-spacer-60 {
  min-height: 60px;
  height: 60px;
  overflow: hidden;
}

.xyz-spacer-80 {
  min-height: 80px;
  height: 80px;
  overflow: hidden;
}

/* fonts */
.fixed-font-size-36 {
  font-size: 36px !important;
}

.fixed-font-size-28 {
  font-size: 28px !important;
}

.fixed-font-size-26 {
  font-size: 26px !important;
}

.fixed-font-size-24 {
  font-size: 24px !important;
}

.fixed-font-size-22 {
  font-size: 22px !important;
}

.fixed-font-size-20 {
  font-size: 20px !important;
}

.fixed-font-size-18 {
  font-size: 18px !important;
}

.fixed-font-size-16 {
  font-size: 16px !important;
}

.fixed-font-size-14 {
  font-size: 14px !important;
}

.fixed-font-size-13 {
  font-size: 13px !important;
}

.fixed-font-size-12 {
  font-size: 12px !important;
}

.fixed-font-size-11 {
  font-size: 11px !important;
}

.fixed-font-size-10 {
  font-size: 10px !important;
}

/*	|--------------------------------------------------------------------------
	| bootstrap overrides
	|--------------------------------------------------------------------------
*/
.custom-select {
  font-size: 1rem;
}

.btn-pink {
  font-size: 1rem !important;
}

/* tabs */
.nav-tabs .nav-item .nav-link {
  box-sizing: content-box;
  background-color: #FCFCFC;
  color: #010101;
  border-color: #D9DEE2;
  border-top: 6px solid #D9DEE2;
  padding-top: 7px;
  padding-bottom: 9px;
  margin-right: 2px;
  font-weight: 500;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #FFFFFF;
  color: #010101;
  border-top: 6px solid #56792D;
  border-bottom: 1px solid #FFFFFF;
}

.alert-warning {
  background-color: #FFF7E0;
}

.bg-warning {
  background-color: #FFF7E0 !important;
}

/*	|--------------------------------------------------------------------------
	| forms
	|--------------------------------------------------------------------------
*/
.xyz-form-error-container {
  border-radius: 0.25rem;
  padding: 8px;
}

/*	|--------------------------------------------------------------------------
	| Catalog Overrides
	|--------------------------------------------------------------------------
*/
#xyzt-product-info-container h4 {
  font-size: 1.5rem;
}

.xyztVideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.xyztVideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xyz-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
}

/*	|--------------------------------------------------------------------------
	| VideoJS Overrides
	|--------------------------------------------------------------------------
*/
.vjs-menu-button-popup .vjs-menu {
  background-color: #CCCCCC !important;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #CCCCCC !important;
}

.vjs-modal-dialog-content select {
  color: #000000 !important;
}

/*	|--------------------------------------------------------------------------
	| Common Styles - saiena
	|--------------------------------------------------------------------------
*/
a.xyz-hyperlink-special {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  /* font-family: 'Roboto', sans-serif; */
  /* text-transform: uppercase; */
}

p.h1-subhead {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #8F1F8B;
  font-family: "Segoe UI";
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.xyz-form-errors {
  text-align: center;
  padding: 2px;
}

span.circle_number-small {
  padding: 3px 7px;
  border-radius: 16px;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
  background: #c3c3c3;
  margin-right: 10px;
  color: #000000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(255, 255, 255, 0.2);
}

span.circle_number-small.active {
  background: #527123;
  color: #FFFFFF;
}

/*	|--------------------------------------------------------------------------
	| forms
	|--------------------------------------------------------------------------
*/
.invalid-feedback-inclusive-form {
  margin-top: -20px;
  margin-bottom: 10px;
}

.xyzt-legacy-alert {
  font-family: "Lato", sans-serif !important;
  color: #545454;
  box-sizing: border-box;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin: 0;
  margin-bottom: 10px;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 70%;
  border-color: #D4C853;
}

/*---------------------------------------------------------------------*/
/*  CART SPECIAL OFFER
/*---------------------------------------------------------------------*/
.cart-special-offer-tags {
  color: #751A6F;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

a.cart-special {
  color: #376B39;
  font-weight: 500;
  font-size: 18px;
}

a.cart-special:hover {
  color: #95B398;
}

@media (min-width: 768px) {
  a.cart-special {
    font-size: 20px;
  }
}
a.cart-special-normal {
  color: #376B39;
  font-weight: 500;
}

a.cart-special-normal:hover {
  color: #95B398;
}

#cart-special-offer-modal-container h4 {
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

#cart-special-offer-modal-container xyz-h5 {
  margin: 13px 0 4px 0;
  letter-spacing: 0.06em;
}

#cart-special-offer-modal-container .p22 {
  margin: 8px 0 5px 0;
}

#cart-special-offer-modal-container table {
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------*/
/*  CART PAGE
/*---------------------------------------------------------------------*/
.cart-cart-head {
  border-collapse: separate;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  margin: 0 0 20px;
  color: #6e6e6e;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Store 
====================================================================== */
.products .utility {
  border: solid 1px #eee;
  padding: 4px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.025), 0 -1px 1px rgba(0, 0, 0, 0.025);
}

.utility {
  background: #fff;
  border: solid 1px #eee;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.025), 0 -1px 1px rgba(0, 0, 0, 0.025);
  position: fixed;
  top: 220px;
  width: 230px;
  float: right;
  margin-top: 80px;
  z-index: 5000;
}

.utility h3 {
  background: #e3e3e3;
  text-shadow: 1px 1px 1px #fff;
  padding: 10px;
  margin-bottom: 0;
}

.utility p {
  color: #000;
}

.utility p span {
  float: right;
}

.utility p small.highlight {
  opacity: 0.7;
  color: #ff6d02;
}

.store .item {
  margin: 20px 0;
}

.store .title {
  font-weight: 700;
  font-size: 16px;
  color: #555;
}

.store .title span {
  font-weight: 400;
  font-size: 14px;
}

.store .retailprice span {
  color: #3a87ad;
  font-weight: 700;
}

.store .item:nth-child(2n) {
  background: #fafafa;
  padding: 10px 0;
}

.store .item a.product {
  margin: 0 0 0 10px;
}

.store .item a.product img, .catalogcover {
  box-shadow: 0 0 2px 0 rgb(168, 168, 168);
}

.store .item .col-md-2 {
  text-align: center;
}

.store .item .col-md-2 p {
  margin: 0 0 0 10px;
}

.store .btn-mini {
  margin-bottom: 0;
}

/* Checkout and Cart
====================================================================== */
.checkout_progress h3 {
  text-align: left;
  clear: both;
  font-size: 1em;
}

.checkout_progress span {
  padding: 2px 8px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background: #777777;
  margin-right: 10px;
}

.checkout_progress span.completed {
  background: #61811D;
}

.checkout_progress div {
  border-left: solid 1px #eee;
  padding-left: 20px;
  margin-left: 6px;
  font-size: 0.9em;
}

.checkout .panel-group {
  background: #fff;
  border: 4px solid #fafafa;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.025), 0 -1px 1px rgba(0, 0, 0, 0.025);
}

.checkout .panel .panel-default {
  margin: 0;
  background: #e9e9e9;
}

.checkout .panel .panel-default.active {
  margin: 0;
  background: #fff;
}

.checkout .panel .panel-default.active thead th {
  border-bottom: none;
}

.checkout .panel .panel-default.active .panel-body {
  border-top: none;
}

.checkout .panel-heading h2 {
  float: left;
  margin: 0 0 0 10px;
  height: 50px;
}

.checkout .panel-heading button {
  float: right;
  margin: 10px;
}

.circle_number {
  padding: 9px 15px;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #61811D;
  margin-right: 20px;
  font-family: "Economica", Arial, sans-serif !important;
  color: rgb(250, 250, 250);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(255, 255, 255, 0.2);
}

.checkout input[class*=span], .checkout select {
  margin-bottom: 8px;
  font-size: 16px;
  height: 40px;
}

.checkout .panel-heading span i {
  text-indent: none;
}

.checkout select {
  padding-top: 6px;
}

.btn-link {
  color: #444;
}

.btn-link:hover {
  color: #9ec64d;
  text-decoration: none;
}

/* Flex Table
=================================================================== */
.flex-table {
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #e8e8e8;
  /* border-collapse:separate; */
  border-radius: 5px 5px 5px 5px;
  background: #fff;
}

.flex-table thead th:first-child {
  border-top-left-radius: 4px;
}

.flex-table thead th {
  border-bottom: 1px solid #e0e0e0;
  background: none repeat scroll 0 0 #f4f4f4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  white-space: nowrap;
}

.flex-table td, .flex-table th {
  padding: 10px;
  border-right: 1px solid #e0e0e0;
}

.cart-table tfoot td {
  text-align: right;
}

.cart-table .g-name span {
  font-weight: 700;
  font-size: 1.2em;
}

.flex-table tfoot td:last-child {
  border-bottom-right-radius: 4px;
}

.flex-table tfoot td:first-child {
  border-bottom-left-radius: 4px;
}

.flex-table td:last-child, .flex-table th:last-child {
  border-right: 0 none;
}

.flex-table tr.total {
  font-weight: 700;
  color: #555;
}

.flex-table tfoot td {
  border-top: 1px solid #e0e0e0;
  background: none repeat scroll 0 0 #f4f4f4;
}

.flex-table tr td {
  border-bottom: 1px solid #e0e0e0;
}

.flex-table tr:last-child td {
  border-bottom: none;
}

.cart-item-wrapper {
  position: relative;
  min-height: 69px;
  padding-left: 115px;
}

a.product-name .title {
  font-size: 1.2em;
  font-weight: 700;
}

input.qty[type=number], input.qty[type=text] {
  width: 45px;
}

.cart-item-wrapper .product-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.product-image, .promo-image {
  position: relative;
  display: inline-block;
  border-radius: 2px 2px 2px 2px;
}

.box.highlight {
  margin-bottom: 30px;
  border: 2px solid #e8e8e8;
  background: none repeat scroll 0 0 #f4f4f4;
  border-collapse: separate;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
}

.order_review {
  width: 50%;
}

.order_review:first-child {
  text-align: right;
}

.checkout .panel-group h3 {
  float: left;
}

.review div {
  float: left;
}

.review div p {
  padding: 10px;
  border: solid 1px #e3e3e3;
  margin: 0;
}

.review div:first-child {
  text-align: right;
  width: 60%;
}

.review div:last-child {
  width: 40%;
}

.box.highlight ul li {
  border: solid 1px #e9e9e9;
  padding: 10px;
}

p.total {
  background-color: #FBFFE1;
  font-weight: 700;
  color: #000;
}

.placeorder {
  margin: 10px 0;
}

.btn.apply {
  width: 20%;
  margin-left: -10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.checkout .product-image {
  width: 50px;
}

.checkout .remove-link {
  color: #c09853;
}

.checkout .remove-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.checkout .remove-link:active {
  opacity: 0.6;
  margin-top: 1px;
}

.checkout .add-link {
  color: #90b741;
}

.checkout .add-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.checkout .add-link:active {
  opacity: 0.6;
  margin-top: 1px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 0 solid #ddd;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out 0;
}

/* Tablets and Phone 
  ====================================================================== */
@media only screen and (max-width: 979px) {
  .utility table td, .utility table th {
    padding: 3px 2px;
  }
  .utility {
    border: solid 1px #eee;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.025), 0 -1px 1px rgba(0, 0, 0, 0.025);
    width: 100%;
    padding: 0;
    position: static;
    margin: 10px 0 20px;
  }
  .utility h3 {
    margin: 0;
    padding: 10px;
  }
  .utility p {
    color: #000;
    padding: 10px;
  }
  .utility p span {
    float: right;
  }
  .utility p small.highlight {
    opacity: 0.7;
    color: #ff6d02;
  }
  .utility .btn {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
  .utility table td, .utility table th {
    padding: 9px;
  }
  .store h4 {
    text-align: center;
    margin: 20px 0 10px;
    color: #000;
  }
  .store-filter {
    max-width: 310px;
    overflow: hidden;
  }
  .store .btn-group {
    margin-top: 5px;
  }
  .checkout h2 {
    font-size: 0.8em;
  }
  .checkout .panel-heading span {
    margin-right: 10px;
  }
  .flex-table td, .flex-table th {
    padding: 4px;
  }
  .store .row, .thumbnails {
    margin-left: 0;
  }
  .store .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .store [class*=span], .store .uneditable-input[class*=span], .store .row-fluid [class*=span] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .store .col-md-12, .store .row-fluid .col-md-12 {
    width: 100%;
    box-sizing: border-box;
  }
  .store .row-fluid [class*=offset]:first-child {
    margin-left: 0;
  }
  .store .item .col-md-2 {
    width: 40%;
    float: left;
    margin-left: -10px;
  }
  .store .item .col-md-10 {
    width: 50%;
    float: right;
    margin-right: 5px;
  }
  .store .item .col-md-10 .row-fluid .col-md-3 .btn-small {
    width: 56%;
    float: right;
    margin-top: -42px;
    padding: 0 6px;
    font-size: 10.5px;
    border-radius: 3px;
  }
  .couponcode {
    margin-top: -40px;
    text-align: right;
  }
  .usernav .nav-pills > li > a {
    padding: 5px 4px;
    text-align: center;
  }
  .flex-table.linearize thead {
    display: none;
  }
  .flex-table.linearize tr, .flex-table.linearize th, .flex-table.linearize td {
    display: block;
  }
}
/* Catalog Page
====================================================================== */
.catalog-page-buy-printed-button-group ul.dropdown-menu li a {
  text-align: left !important;
  font-size: 12.5px !important;
}

.catalog-page-buy-printed-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#toc-html5-viewer-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

#idr_viewer_frame {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FREE PRODUCT HACKS
====================================================================== */
.xyzt-cart-free-badge {
  background: #DBEED4;
  background: #56792D;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}

/* LEGACY PAGES
====================================================================== */
.xyz-legacy-page-wrapper {
  max-width: 1190px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.xyz-legacy-page-title-container {
  margin: 70px 0 46px 0;
}

.xyz-legacy-page-wrapper h2 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "Lato", sans-serif !important;
  line-height: 1.1;
  color: rgb(34, 34, 34);
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 60px;
}

.xyz-legacy-page-wrapper h3 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: Lato, sans-serif !important;
  line-height: 1.3;
  color: rgb(34, 34, 34);
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 23px;
}

.xyz-legacy-page-wrapper h4 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
  cursor: default;
  box-sizing: border-box;
  font-family: Lato, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  color: rgb(34, 34, 34);
  margin: 0 0 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.2em;
}

.xyz-legacy-page-wrapper p.xyz-legacy-paragraph {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Lato", sans-serif;
  color: #545454;
  box-sizing: border-box;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 15px;
  font-size: 18px;
}

.xyz-legacy-page-wrapper .xyz-legacy-text {
  font-family: "Lato", sans-serif;
  color: #545454;
  font-weight: 300;
  line-height: 1.6;
  font-size: 18px;
}

.xyz-legacy-page-wrapper .section-line, .section-line {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: Lato, sans-serif !important;
  color: #222;
  text-transform: uppercase;
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #222;
}

.xyz-heading-with-line {
  text-align: center;
  box-sizing: border-box;
  font-family: Lato, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 15px;
  margin: 0 auto;
  background: #fff;
  color: #707070;
  text-shadow: 0 1px 0 #bababa, 0 0 0 #bababa;
  font-size: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.xyz-heading-with-line:before,
.xyz-heading-with-line:after {
  background-color: #DDDDDD;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.xyz-heading-with-line:before {
  right: 0.5em;
  margin-left: -50%;
}

.xyz-heading-with-line:after {
  left: 0.5em;
  margin-right: -50%;
}

/*	|--------------------------------------------------------------------------
	| LEGACY PAGES
	|--------------------------------------------------------------------------
*/
.xyz-legacy-page-wrapper .main-title {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
  color: inherit;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 60px;
}

.xyz-legacy-page-wrapper .h1-subhead {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
  color: inherit;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 25px;
}

.funny-boxes-icon {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 75px;
  height: 75px;
  line-height: 83px;
  border: 1px solid #527123;
  border-radius: 50%;
  color: #527123;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.funny-boxes > .funny-boxes-text > h4:after {
  margin-left: -30px;
  left: 50%;
  background-color: #527123;
  width: 60px;
  height: 1px;
  content: "";
  position: absolute;
  display: inline-block;
  max-width: 100%;
  bottom: -1px;
}

.funny-boxes-icon i {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  color: #527123;
  box-sizing: border-box;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 30px;
}

h4.xyz-legacy-page {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 25px;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.funny-boxes-text, .funny-boxes-text-bpl {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Lato", sans-serif;
  color: #343434;
  box-sizing: border-box;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 15px;
  font-size: 18px;
}

@media only screen and (min-width: 767px) {
  .xyz-middle-column {
    border-width: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(#FFFFFF, #64843C, #FFFFFF) 27;
       border-image: linear-gradient(#FFFFFF, #64843C, #FFFFFF) 27;
  }
}
/* SMALL SCREENS */
@media only screen and (max-width: 991px) {
  .xyz-legacy-page-wrapper h2 {
    font-size: 50px;
  }
  .xyz-legacy-page-title-container {
    margin: 50px 0 36px 0;
  }
  .xyz-legacy-page-wrapper h3 {
    font-size: 20px;
  }
}
