@charset "UTF-8";
/*THEME CSS IMPORT*/ /* normalize.css 2011-06-23T00:50 UTC //github.com/jonathantneal/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

html {
  cursor: default;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, form, input, button, select, textarea {
  font-size: 100%;
  margin: 0;
}

a, a:active, a:hover {
  outline: none;
}

a:focus {
  outline: thin dotted;
}

abbr {
  _border-bottom: expression(this.title ? "1px dotted":"none");
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #FF0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul {
  list-style: none;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
}

audio {
  display: none;
  _display: expression(this.controls ? "inline":"none");
  *zoom: 1;
}

audio[controls] {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

legend {
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  _overflow: expression(this.type == "button|reset|submit" ? "visible":"");
}

button, input[type=button], input[type=reset], input[type=submit] {
  overflow: visible;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* 16px */
/* 4px */
/* 8px */
/* 16px */
/* 32px */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.5rem;
  padding: 1rem;
}

input,
label,
select {
  display: block;
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Source Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16;
  margin-bottom: 0.5rem;
  padding: 0.3333333333rem;
  transition: border-color;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: indianred;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(199, 72, 72, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.25rem;
}

input[type=file] {
  padding-bottom: 0.5rem;
  width: 100%;
}

select {
  margin-bottom: 1rem;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.5rem;
}
dl dt {
  font-weight: bold;
  margin-top: 0.5rem;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.5rem 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-smoothing: antialiased;
}

#wrapper a {
  text-decoration: none;
  transition: all 0.1s linear;
}
#wrapper a:active, #wrapper a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1rem 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("bkgs/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-arrow {
  border-radius: 2px;
  display: block;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  text-align: center;
  margin: -1rem 0 0;
  position: absolute;
  top: 50%;
  border: none;
  opacity: 0;
  outline: none;
  z-index: 2;
}
.slick-arrow.slick-disabled:before {
  opacity: 0;
}

.slick-slides:hover .slick-prev,
.slick-slides:hover .slick-next, .slick-slides:focus .slick-prev,
.slick-slides:focus .slick-next {
  opacity: 0.4;
  outline: none;
}
.slick-slides:hover .slick-prev:hover, .slick-slides:hover .slick-prev:focus,
.slick-slides:hover .slick-next:hover,
.slick-slides:hover .slick-next:focus, .slick-slides:focus .slick-prev:hover, .slick-slides:focus .slick-prev:focus,
.slick-slides:focus .slick-next:hover,
.slick-slides:focus .slick-next:focus {
  opacity: 1;
  outline: none;
}

.slick-arrow:before {
  font-family: "tsi-cms";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 2rem;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "<";
}
[dir=rtl] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 2rem;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir=rtl] .slick-next:before {
  content: "<";
}

.w1060 .large .slick-arrow,
.w988 .large .slick-arrow {
  padding: 0.75rem;
}

.section .medium .slick-arrow {
  padding: 0.75rem 0.25rem;
}

.section:not(.w1060) .large .slick-arrow,
.content .section:not(.w988) .large .slick-arrow {
  padding: 0.75rem 0.25rem;
}

.large .slick-arrow:before {
  font-size: 1.75rem;
  line-height: 1.25;
}

.large .slick-prev {
  left: 2rem;
}

.large .slick-next {
  right: 2rem;
}

.medium .slick-arrow:before {
  font-size: 1.125rem;
  line-height: 1;
}

.medium .slick-prev {
  left: 1rem;
}

.medium .slick-next {
  right: 1rem;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin: 0 0.125rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 0;
  border: 0;
  display: block;
  width: 0.5rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  vertical-align: bottom;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.4;
}

.slick-dots {
  width: 100%;
  text-align: center;
  bottom: 0;
  position: absolute;
}
.slick-dots li {
  margin: 0 1px 0 0;
}
.slick-dots li button {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  margin: 0;
  text-align: center;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  padding: 0.5rem 0.5rem 0.125rem;
  position: relative;
  z-index: 1;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
  content: " ";
  display: block;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0.5rem;
  position: absolute;
  left: 0;
  top: -1rem;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media print, screen and (max-width: 1024px) {
  .slick-dots li button {
    padding: 0.125rem 0.25rem;
    width: 0.625rem;
  }
  .slick-dots li.slick-active button, .slick-dots li:hover button {
    padding: 0.25rem 0.25rem 0.125rem;
  }
  .slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
    border-width: 0.3125rem;
    top: -0.625rem;
  }
}
@media print, screen and (max-width: 480px) {
  .slick-slides .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    padding: 0 1rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  left: 0;
  margin: 0;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  right: 0;
  top: 0;
  bottom: 6px;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 6px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 6px;
  top: 4px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: rgba(200, 200, 200, 0.3);
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: rgba(200, 200, 200, 0.7);
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* ICON COTENT LETTERS */
/* ICON COLORS */
@font-face {
  font-family: "tsi-cms";
  src: url("../assets/fonts/clt-icons/tsi-cms.ttf?3jb8r") format("truetype"), url("../assets/fonts/clt-icons/tsi-cms.woff?3jb8r") format("woff"), url("../assets/fonts/clt-icons/tsi-cms.svg?3jb8r#tsi-cms") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tsi-cms" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* NOTE: MAKE SURE THIS ALWAYS STAYS WHEN UPDATING ICON FONT!!! =============== */
[data-icon]:before {
  font-family: "tsi-cms";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "k";
}

.icon-thumbtack:before {
  content: "m";
}

.icon-bbb:before {
  content: "P";
}

.icon-homeadvisor:before {
  content: "o";
}

.icon-instagram:before {
  content: "I";
}

.icon-facebook:before {
  content: "K";
}

.icon-more-info:before {
  content: "E";
}

.icon-follow-us:before {
  content: "!";
}

.icon-chain:before {
  content: "#";
}

.icon-tripadvisor:before {
  content: "$";
}

.icon-ribbon:before {
  content: "/";
}

.icon-heart:before {
  content: "1";
}

.icon-heart-o:before {
  content: "2";
}

.icon-ticket:before {
  content: "7";
}

.icon-share-alt:before {
  content: "@";
}

.icon-stumbled-upon:before {
  content: "B";
}

.icon-google:before {
  content: "D";
}

.icon-tumblr:before {
  content: "F";
}

.icon-twitter:before {
  content: "G";
}

.icon-print:before {
  content: "H";
}

.icon-linkedin:before {
  content: "J";
}

.icon-youtube:before {
  content: "N";
}

.icon-foursquare:before {
  content: "O";
}

.icon-reddit-alien:before {
  content: "R";
}

.icon-pinterest:before {
  content: "S";
}

.icon-houzz:before {
  content: "T";
}

.icon-AngiesList:before {
  content: "U";
}

.icon-vimeo:before {
  content: "V";
}

.icon-ebay:before {
  content: "W";
}

.icon-rss:before {
  content: "X";
}

.icon-yelp:before {
  content: "Y";
}

.icon-flickr:before {
  content: "Z";
}

.icon-play:before {
  content: "\\";
}

.icon-behance:before {
  content: "b";
}

.icon-delicious:before {
  content: "d";
}

.icon-bolt:before {
  content: "f";
}

.icon-Google:before {
  content: "g";
}

.icon-cart:before {
  content: "i";
}

.icon-digg:before {
  content: "j";
}

.icon-snapchat-ghost:before {
  content: "n";
}

.icon-paypal:before {
  content: "p";
}

.icon-rocket:before {
  content: "r";
}

.icon-soundcloud:before {
  content: "s";
}

.icon-hours:before {
  content: "t";
}

.icon-search:before {
  content: "u";
}

.icon-vine:before {
  content: "w";
}

.icon-avvo:before {
  content: "z";
}

.icon-justia:before {
  content: "v";
}

.icon-pause:before {
  content: "|";
}

.icon-left:before {
  content: "<";
}

.icon-right:before {
  content: ">";
}

.icon-up:before {
  content: "+";
}

.icon-down:before {
  content: "-";
}

.icon-close:before {
  content: "x";
}

.icon-menu:before {
  content: "a";
}

.icon-tag:before {
  content: "C";
}

.icon-full-star:before {
  content: "3";
}

.icon-empty-star:before {
  content: "4";
}

.icon-half-star:before {
  content: "5";
}

.icon-phone:before {
  content: "A";
}

.icon-map:before {
  content: "M";
}

.icon-category:before {
  content: "c";
}

.icon-date:before {
  content: "l";
}

.icon-email:before {
  content: "L";
}

.icon-quote:before {
  content: '"';
}

/*ICONS*/
.icon-tiktok a:before {
  content: "k";
}

.icon-thumbtack a:before {
  content: "m";
}

.icon-bbb a:before {
  content: "P";
}

.icon-homeadvisor a:before {
  content: "o";
}

.angies-list a:before {
  content: "U";
}

.avvo a:before {
  content: "z";
}

.behance a:before {
  content: "b";
}

.digg a:before {
  content: "j";
}

.ebay a:before {
  content: "W";
}

.sendtofriend a:before {
  content: "L";
}

.facebook a:before {
  content: "K";
}

.flickr a:before {
  content: "Z";
}

.foursquare a:before {
  content: "O";
}

.google a:before {
  content: "g";
}

.googleplus a:before {
  content: "D";
}

.houzz a:before {
  content: "T";
}

.instagram a:before {
  content: "I";
}

.justia a:before {
  content: "v";
}

.linkedin a:before {
  content: "J";
}

.linkedin-company a:before {
  content: "M";
}

.paypal a:before {
  content: "p";
}

.phone a:before {
  content: "A";
}

.pinterest a:before {
  content: "S";
}

.printthispage a:before {
  content: "H";
}

.reddit a:before {
  content: "R";
}

.rss a:before {
  content: "X";
}

.snapchat a:before {
  content: "n";
}

.soundcloud a:before {
  content: "s";
}

.stumbleupon a:before {
  content: "B";
}

.tripadvisor a:before {
  content: "$";
}

.tumblr a:before {
  content: "F";
}

.twitter a:before {
  content: "G";
}

.vimeo a:before {
  content: "V";
}

.yelp a:before {
  content: "Y";
}

.youtube a:before {
  content: "N";
}

.custom-social-1 a:before {
  content: "@";
}

.custom-social-2 a:before {
  content: "#";
}

.custom-social-3 a:before {
  content: "r";
}

.custom-social-4 a:before {
  content: "f";
}

.custom-social-5 a:before {
  content: "1";
}

[class^=custom-social-] a[href*=tiktok]:before {
  content: "k";
}
[class^=custom-social-] a[href*=thumbtack]:before {
  content: "m";
}
[class^=custom-social-] a[href*="bbb.org"]:before {
  content: "P";
}
[class^=custom-social-] a[href*=homeadvisor]:before {
  content: "o";
}
[class^=custom-social-] a[href*=angieslist]:before {
  content: "U";
}
[class^=custom-social-] a[href*=avvo]:before {
  content: "z";
}
[class^=custom-social-] a[href*=behance]:before {
  content: "b";
}
[class^=custom-social-] a[href*=digg]:before {
  content: "j";
}
[class^=custom-social-] a[href*=ebay]:before {
  content: "W";
}
[class^=custom-social-] a[href*="mailto:"]:before {
  content: "L";
}
[class^=custom-social-] a[href*=facebook]:before {
  content: "K";
}
[class^=custom-social-] a[href*=flickr]:before {
  content: "Z";
}
[class^=custom-social-] a[href*=foursquare]:before {
  content: "O";
}
[class^=custom-social-] a[href*=google]:not([href*=plus]):not([href*=map]):before {
  content: "g";
}
[class^=custom-social-] a[href*="plus.google"] {
  content: "D";
}
[class^=custom-social-] a[href*=houzz]:before {
  content: "T";
}
[class^=custom-social-] a[href*=instagram]:before {
  content: "I";
}
[class^=custom-social-] a[href*=justia]:before {
  content: "v";
}
[class^=custom-social-] a[href*=linkedin]:before {
  content: "J";
}
[class^=custom-social-] a[href*=linkedin-company]:before {
  content: "M";
}
[class^=custom-social-] a[href*=paypal]:before {
  content: "p";
}
[class^=custom-social-] a[href*="tel:"]:before {
  content: "A";
}
[class^=custom-social-] a[href*=pinterest]:before {
  content: "S";
}
[class^=custom-social-] a[href*=printthispage]:before {
  content: "H";
}
[class^=custom-social-] a[href*=reddit]:before {
  content: "R";
}
[class^=custom-social-] a[href*=rss]:before {
  content: "X";
}
[class^=custom-social-] a[href*=snapchat]:before {
  content: "n";
}
[class^=custom-social-] a[href*=soundcloud]:before {
  content: "s";
}
[class^=custom-social-] a[href*=stumbleupon]:before {
  content: "B";
}
[class^=custom-social-] a[href*=tripadvisor]:before {
  content: "$";
}
[class^=custom-social-] a[href*=tumblr]:before {
  content: "F";
}
[class^=custom-social-] a[href*=twitter]:before {
  content: "G";
}
[class^=custom-social-] a[href*=vimeo]:before {
  content: "V";
}
[class^=custom-social-] a[href*=yelp]:before {
  content: "Y";
}
[class^=custom-social-] a[href*=youtube]:before {
  content: "N";
}

/*HEADER FULL COLOR ICONS /////////////////////////////////////////////*/
.tsSC.full-color .social-media-links {
  /* SOCIAL SHARE NAV */
}
.tsSC.full-color .social-media-links .icon-tiktok a {
  color: #000;
}
.tsSC.full-color .social-media-links .icon-thumbtack a {
  color: #069ed9;
}
.tsSC.full-color .social-media-links .icon-bbb a {
  color: #005a77;
}
.tsSC.full-color .social-media-links .icon-homeadvisor a {
  color: #060441;
}
.tsSC.full-color .social-media-links .angies-list a {
  color: #50B948;
}
.tsSC.full-color .social-media-links .avvo a {
  color: #26DDFC;
}
.tsSC.full-color .social-media-links .behance a {
  color: #1769ff;
}
.tsSC.full-color .social-media-links .digg a {
  color: #000;
}
.tsSC.full-color .social-media-links .ebay a {
  color: #E43137;
}
.tsSC.full-color .social-media-links .sendtofriend a {
  color: #1b9423;
}
.tsSC.full-color .social-media-links .facebook a {
  color: #1778f2;
}
.tsSC.full-color .social-media-links .flickr a {
  color: #0063DC;
}
.tsSC.full-color .social-media-links .foursquare a {
  color: #f94877;
}
.tsSC.full-color .social-media-links .google a {
  color: #4285F4;
}
.tsSC.full-color .social-media-links .googleplus a {
  color: #d13f2d;
}
.tsSC.full-color .social-media-links .houzz a {
  color: #7AC143;
}
.tsSC.full-color .social-media-links .instagram a {
  color: #d62976;
}
.tsSC.full-color .social-media-links .justia a {
  color: #06357a;
}
.tsSC.full-color .social-media-links .linkedin a {
  color: #0275b5;
}
.tsSC.full-color .social-media-links .linkedin-company a {
  color: #3DD2BD;
}
.tsSC.full-color .social-media-links .paypal a {
  color: #019CDE;
}
.tsSC.full-color .social-media-links .phone a {
  color: #F19300;
}
.tsSC.full-color .social-media-links .pinterest a {
  color: #cb2028;
}
.tsSC.full-color .social-media-links .printthispage a {
  color: #00aeef;
}
.tsSC.full-color .social-media-links .reddit a {
  color: #ff4500;
}
.tsSC.full-color .social-media-links .rss a {
  color: #f88b02;
}
.tsSC.full-color .social-media-links .snapchat a {
  color: #FFFC00;
}
.tsSC.full-color .social-media-links .soundcloud a {
  color: #f50;
}
.tsSC.full-color .social-media-links .stumbleupon a {
  color: #399834;
}
.tsSC.full-color .social-media-links .tripadvisor a {
  color: #589442;
}
.tsSC.full-color .social-media-links .tumblr a {
  color: #274152;
}
.tsSC.full-color .social-media-links .twitter a {
  color: #4dc8f1;
}
.tsSC.full-color .social-media-links .vimeo a {
  color: #86c9ef;
}
.tsSC.full-color .social-media-links .yelp a {
  color: #C41200;
}
.tsSC.full-color .social-media-links .youtube a {
  color: #ce332d;
}
.tsSC.full-color .social-media-links .custom-social-1 a {
  color: #3EB183;
}
.tsSC.full-color .social-media-links .custom-social-2 a {
  color: #78539D;
}
.tsSC.full-color .social-media-links .custom-social-3 a {
  color: #C9B426;
}
.tsSC.full-color .social-media-links .custom-social-4 a {
  color: #E25D46;
}
.tsSC.full-color .social-media-links .custom-social-5 a {
  color: #0EA2C4;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=tiktok]:before {
  color: #000;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=thumbtack]:before {
  color: #069ed9;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*="bbb.org"]:before {
  color: #005a77;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=homeadvisor]:before {
  color: #060441;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=angieslist]:before {
  color: #50B948;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=avvo]:before {
  color: #26DDFC;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=behance]:before {
  color: #1769ff;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=digg]:before {
  color: #000;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=ebay]:before {
  color: #E43137;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*="mailto:"]:before {
  color: #1b9423;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=facebook]:before {
  color: #1778f2;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=flickr]:before {
  color: #0063DC;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=foursquare]:before {
  color: #f94877;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=google]:not([href*=plus]):not([href*=map]):before {
  color: #4285F4;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*="plus.google"] {
  color: #d13f2d;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=houzz]:before {
  color: #7AC143;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=instagram]:before {
  color: #d62976;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=justia]:before {
  color: #06357a;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=linkedin]:before {
  color: #0275b5;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=linkedin-company]:before {
  color: #3DD2BD;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=paypal]:before {
  color: #019CDE;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*="tel:"]:before {
  color: #F19300;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=pinterest]:before {
  color: #cb2028;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=printthispage]:before {
  color: #00aeef;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=reddit]:before {
  color: #ff4500;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=rss]:before {
  color: #f88b02;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=snapchat]:before {
  color: #FFFC00;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=soundcloud]:before {
  color: #f50;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=stumbleupon]:before {
  color: #399834;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=tripadvisor]:before {
  color: #589442;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=tumblr]:before {
  color: #274152;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=twitter]:before {
  color: #4dc8f1;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=vimeo]:before {
  color: #86c9ef;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=yelp]:before {
  color: #C41200;
}
.tsSC.full-color .social-media-links [class^=custom-social-] a[href*=youtube]:before {
  color: #ce332d;
}

/*MOBILE FULL COLOR ICONS /////////////////////////////////////////////*/
.tsM .full-color .social-media-links a {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff;
}
.tsM .full-color .social-media-links .icon-tiktok a {
  background-color: #000;
}
.tsM .full-color .social-media-links .icon-thumbtack a {
  background-color: #069ed9;
}
.tsM .full-color .social-media-links .icon-bbb a {
  background-color: #005a77;
}
.tsM .full-color .social-media-links .icon-homeadvisor a {
  background-color: #060441;
}
.tsM .full-color .social-media-links .angies-list a {
  background-color: #50B948;
}
.tsM .full-color .social-media-links .avvo a {
  background-color: #26DDFC;
}
.tsM .full-color .social-media-links .behance a {
  background-color: #1769ff;
}
.tsM .full-color .social-media-links .digg a {
  background-color: #000;
}
.tsM .full-color .social-media-links .ebay a {
  background-color: #E43137;
}
.tsM .full-color .social-media-links .sendtofriend a {
  background-color: #1b9423;
}
.tsM .full-color .social-media-links .facebook a {
  background-color: #1778f2;
}
.tsM .full-color .social-media-links .flickr a {
  background-color: #0063DC;
}
.tsM .full-color .social-media-links .foursquare a {
  background-color: #f94877;
}
.tsM .full-color .social-media-links .google a {
  background-color: #4285F4;
}
.tsM .full-color .social-media-links .googleplus a {
  background-color: #d13f2d;
}
.tsM .full-color .social-media-links .houzz a {
  background-color: #7AC143;
}
.tsM .full-color .social-media-links .instagram a:not(:hover) {
  background: white;
}
.tsM .full-color .social-media-links .instagram a:not(:hover):before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tsM .full-color .social-media-links .justia a {
  background-color: #06357a;
}
.tsM .full-color .social-media-links .linkedin a {
  background-color: #0275b5;
}
.tsM .full-color .social-media-links .linkedin-company a {
  background-color: #3DD2BD;
}
.tsM .full-color .social-media-links .paypal a {
  background-color: #019CDE;
}
.tsM .full-color .social-media-links .phone a {
  background-color: #F19300;
}
.tsM .full-color .social-media-links .pinterest a {
  background-color: #cb2028;
}
.tsM .full-color .social-media-links .printthispage a {
  background-color: #00aeef;
}
.tsM .full-color .social-media-links .reddit a {
  background-color: #ff4500;
}
.tsM .full-color .social-media-links .rss a {
  background-color: #f88b02;
}
.tsM .full-color .social-media-links .snapchat a {
  background-color: #FFFC00;
}
.tsM .full-color .social-media-links .soundcloud a {
  background-color: #f50;
}
.tsM .full-color .social-media-links .stumbleupon a {
  background-color: #399834;
}
.tsM .full-color .social-media-links .tripadvisor a {
  background-color: #589442;
}
.tsM .full-color .social-media-links .tumblr a {
  background-color: #274152;
}
.tsM .full-color .social-media-links .twitter a {
  background-color: #4dc8f1;
}
.tsM .full-color .social-media-links .vimeo a {
  background-color: #86c9ef;
}
.tsM .full-color .social-media-links .yelp a {
  background-color: #C41200;
}
.tsM .full-color .social-media-links .youtube a {
  background-color: #ce332d;
}
.tsM .full-color .social-media-links .custom-social-1 a {
  background-color: #3EB183;
}
.tsM .full-color .social-media-links .custom-social-2 a {
  background-color: #78539D;
}
.tsM .full-color .social-media-links .custom-social-3 a {
  background-color: #C9B426;
}
.tsM .full-color .social-media-links .custom-social-4 a {
  background-color: #E25D46;
}
.tsM .full-color .social-media-links .custom-social-5 a {
  background-color: #0EA2C4;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=tiktok]:before {
  background-color: #000;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=thumbtack]:before {
  background-color: #069ed9;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*="bbb.org"]:before {
  background-color: #005a77;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=homeadvisor]:before {
  background-color: #060441;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=angieslist] {
  background-color: #50B948;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=avvo] {
  background-color: #26DDFC;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=behance] {
  background-color: #1769ff;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=digg] {
  background-color: #000;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=ebay] {
  background-color: #E43137;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*="mailto:"] {
  background-color: #1b9423;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=facebook] {
  background-color: #1778f2;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=flickr] {
  background-color: #0063DC;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=foursquare] {
  background-color: #f94877;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=google]:not([href*=plus]):not([href*=map]) {
  background-color: #4285F4;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*="plus.google"] {
  background-color: #d13f2d;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=houzz] {
  background-color: #7AC143;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=instagram] {
  background: white;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=instagram]:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=justia] {
  background-color: #06357a;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=linkedin] {
  background-color: #0275b5;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=linkedin-company] {
  background-color: #3DD2BD;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=paypal] {
  background-color: #019CDE;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*="tel:"] {
  background-color: #F19300;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=pinterest] {
  background-color: #cb2028;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=printthispage] {
  background-color: #00aeef;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=reddit] {
  background-color: #ff4500;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=rss] {
  background-color: #f88b02;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=snapchat] {
  background-color: #FFFC00;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=soundcloud] {
  background-color: #f50;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=stumbleupon] {
  background-color: #399834;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=tripadvisor] {
  background-color: #589442;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=tumblr] {
  background-color: #274152;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=twitter] {
  background-color: #4dc8f1;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=vimeo] {
  background-color: #86c9ef;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=yelp] {
  background-color: #C41200;
}
.tsM .full-color .social-media-links [class^=custom-social-] a[href*=youtube] {
  background-color: #ce332d;
}

/*SOCIAL PROMO COLOR ICONS /////////////////////////////////////////////*/
.section_content .section .tsT_social_promos .tsI.yLk.nImg:nth-of-type(5n+1) .tsI_scl_icn {
  background-color: #3EB183;
}
.section_content .section .tsT_social_promos .tsI.yLk.nImg:nth-of-type(5n+2) .tsI_scl_icn {
  background-color: #78539D;
}
.section_content .section .tsT_social_promos .tsI.yLk.nImg:nth-of-type(5n+3) .tsI_scl_icn {
  background-color: #C9B426;
}
.section_content .section .tsT_social_promos .tsI.yLk.nImg:nth-of-type(5n+4) .tsI_scl_icn {
  background-color: #E25D46;
}
.section_content .section .tsT_social_promos .tsI.yLk.nImg:nth-of-type(5n+5) .tsI_scl_icn {
  background-color: #0EA2C4;
}
.section_content .section .tsT_social_promos .tsI.yLk:nth-of-type(5n+1) .tsI_wrp .tsI_scl_icn:before {
  content: "@";
}
.section_content .section .tsT_social_promos .tsI.yLk:nth-of-type(5n+2) .tsI_wrp .tsI_scl_icn:before {
  content: "#";
}
.section_content .section .tsT_social_promos .tsI.yLk:nth-of-type(5n+3) .tsI_wrp .tsI_scl_icn:before {
  content: "r";
}
.section_content .section .tsT_social_promos .tsI.yLk:nth-of-type(5n+4) .tsI_wrp .tsI_scl_icn:before {
  content: "f";
}
.section_content .section .tsT_social_promos .tsI.yLk:nth-of-type(5n+5) .tsI_wrp .tsI_scl_icn:before {
  content: "1";
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=tiktok] .tsI_scl_icn {
  background-color: #000;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=thumbtack] .tsI_scl_icn {
  background-color: #069ed9;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*="bbb.org"] .tsI_scl_icn {
  background-color: #005a77;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=homeadvisor] .tsI_scl_icn {
  background-color: #060441;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=angieslist] .tsI_scl_icn {
  background-color: #50B948;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=avvo] .tsI_scl_icn {
  background-color: #26DDFC;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=behance] .tsI_scl_icn {
  background-color: #1769ff;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=digg] .tsI_scl_icn {
  background-color: #000;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=ebay] .tsI_scl_icn {
  background-color: #E43137;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*="mailto:"] .tsI_scl_icn {
  background-color: #1b9423;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=facebook] .tsI_scl_icn {
  background-color: #1778f2;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=flickr] .tsI_scl_icn {
  background-color: #0063DC;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=foursquare] .tsI_scl_icn {
  background-color: #f94877;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=google]:not([href*=plus]):not([href*=map]) .tsI_scl_icn {
  background-color: #4285F4;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*="plus.google"] .tsI_scl_icn {
  background-color: #d13f2d;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=houzz] .tsI_scl_icn {
  background-color: #7AC143;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=instagram] .tsI_scl_icn {
  background: white;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=instagram] .tsI_scl_icn:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=justia] .tsI_scl_icn {
  background-color: #06357a;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=linkedin] .tsI_scl_icn {
  background-color: #0275b5;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=linkedin-company] .tsI_scl_icn {
  background-color: #3DD2BD;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=paypal] .tsI_scl_icn {
  background-color: #019CDE;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*="tel:"] .tsI_scl_icn {
  background-color: #F19300;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=pinterest] .tsI_scl_icn {
  background-color: #cb2028;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=printthispage] .tsI_scl_icn {
  background-color: #00aeef;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=reddit] .tsI_scl_icn {
  background-color: #ff4500;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=rss] .tsI_scl_icn {
  background-color: #f88b02;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=snapchat] .tsI_scl_icn {
  background-color: #FFFC00;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=soundcloud] .tsI_scl_icn {
  background-color: #f50;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=stumbleupon] .tsI_scl_icn {
  background-color: #399834;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=tripadvisor] .tsI_scl_icn {
  background-color: #589442;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=tumblr] .tsI_scl_icn {
  background-color: #274152;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=twitter] .tsI_scl_icn {
  background-color: #4dc8f1;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=vimeo] .tsI_scl_icn {
  background-color: #86c9ef;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=yelp] .tsI_scl_icn {
  background-color: #C41200;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=youtube] .tsI_scl_icn {
  background-color: #ce332d;
}
.section_content .section .tsT_social_promos .tsI.nImg.yLk .tsI_wrp[href*=map] .tsI_scl_icn {
  background-color: #3DD2BD;
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=tiktok] .tsI_scl_icn:before {
  content: "k";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=thumbtack] .tsI_scl_icn:before {
  content: "m";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*="bbb.org"] .tsI_scl_icn:before {
  content: "P";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=homeadvisor] .tsI_scl_icn:before {
  content: "o";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=angieslist] .tsI_scl_icn:before {
  content: "U";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=avvo] .tsI_scl_icn:before {
  content: "z";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=behance] .tsI_scl_icn:before {
  content: "b";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=digg] .tsI_scl_icn:before {
  content: "j";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=ebay] .tsI_scl_icn:before {
  content: "W";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*="mailto:"] .tsI_scl_icn:before {
  content: "L";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=facebook] .tsI_scl_icn:before {
  content: "K";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=flickr] .tsI_scl_icn:before {
  content: "Z";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=foursquare] .tsI_scl_icn:before {
  content: "O";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=google]:not([href*=plus]):not([href*=map]) .tsI_scl_icn:before {
  content: "g";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*="plus.google"] .tsI_scl_icn:before {
  content: "D";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=houzz] .tsI_scl_icn:before {
  content: "T";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=instagram] .tsI_scl_icn:before {
  content: "I";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=justia] .tsI_scl_icn:before {
  content: "v";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=linkedin] .tsI_scl_icn:before {
  content: "J";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=linkedin-company] .tsI_scl_icn:before {
  content: "M";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=paypal] .tsI_scl_icn:before {
  content: "p";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*="tel:"] .tsI_scl_icn:before {
  content: "A";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=pinterest] .tsI_scl_icn:before {
  content: "S";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=printthispage] .tsI_scl_icn:before {
  content: "H";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=reddit] .tsI_scl_icn:before {
  content: "R";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=rss] .tsI_scl_icn:before {
  content: "X";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=snapchat] .tsI_scl_icn:before {
  content: "n";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=soundcloud] .tsI_scl_icn:before {
  content: "s";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=stumbleupon] .tsI_scl_icn:before {
  content: "B";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=tripadvisor] .tsI_scl_icn:before {
  content: "$";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=tumblr] .tsI_scl_icn:before {
  content: "F";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=twitter] .tsI_scl_icn:before {
  content: "G";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=vimeo] .tsI_scl_icn:before {
  content: "V";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=yelp] .tsI_scl_icn:before {
  content: "Y";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=youtube] .tsI_scl_icn:before {
  content: "N";
}
.section_content .section .tsT_social_promos .tsI.yLk .tsI_wrp[href*=map] .tsI_scl_icn:before {
  content: "M";
}

.is-tsi15 {
  margin-top: 0 !important;
}

.is-tsi15 #wpadminbar {
  display: none !important;
}

iframe.wholeauxpage {
  border: none;
}

.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scrollbar-outer {
  width: 100%;
  max-height: 100%;
}

@media print, screen and (max-width: 1024px) {
  html.ts_v3 {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
}
.ts_hidden {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html:not(.no-rgba) .ts_ie {
  display: none;
}

html.modal-open {
  overflow: hidden;
}

.ie .tsI .tsI_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ie .tsI .tsI_img img {
  line-height: 0;
  max-width: none;
  height: auto;
}
.ie .tsI .tsI_img.ieframe {
  margin-bottom: 0 !important;
}

.tsW {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
}

.tsC {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}

.tsH,
.tsF {
  flex: none;
  width: 100%;
}

.tsB_hd {
  width: 100%;
}

.full_width_content::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .section .tsT_article, .full_width_content .section .tsT_card, .full_width_content .section .tsT_buttons, .full_width_content .section .tsT_list, .full_width_content .section .tsT_menu, .full_width_content .section .tsT_photo_grid, .full_width_content .section .tsT_photo_sheet, .full_width_content .section .tsT_blog, .full_width_content .section .tsT_plugin, .full_width_content .section .tsT_services, .full_width_content .section .tsT_social_promos, .full_width_content .section .tsT_testimonials, .full_width_content .section .tsT_testimonials_2 {
  padding-top: 3rem;
}
.full_width_content .section .tsT_article .tsR, .full_width_content .section .tsT_card .tsR, .full_width_content .section .tsT_buttons .tsR, .full_width_content .section .tsT_list .tsR, .full_width_content .section .tsT_menu .tsR, .full_width_content .section .tsT_photo_grid .tsR, .full_width_content .section .tsT_photo_sheet .tsR, .full_width_content .section .tsT_blog .tsR, .full_width_content .section .tsT_plugin .tsR, .full_width_content .section .tsT_services .tsR, .full_width_content .section .tsT_social_promos .tsR, .full_width_content .section .tsT_testimonials .tsR, .full_width_content .section .tsT_testimonials_2 .tsR {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem 1rem;
}
.full_width_content .section .tsT_article .tsR::after, .full_width_content .section .tsT_card .tsR::after, .full_width_content .section .tsT_buttons .tsR::after, .full_width_content .section .tsT_list .tsR::after, .full_width_content .section .tsT_menu .tsR::after, .full_width_content .section .tsT_photo_grid .tsR::after, .full_width_content .section .tsT_photo_sheet .tsR::after, .full_width_content .section .tsT_blog .tsR::after, .full_width_content .section .tsT_plugin .tsR::after, .full_width_content .section .tsT_services .tsR::after, .full_width_content .section .tsT_social_promos .tsR::after, .full_width_content .section .tsT_testimonials .tsR::after, .full_width_content .section .tsT_testimonials_2 .tsR::after {
  clear: both;
  content: "";
  display: table;
}

.content {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem 2rem;
}
.content::after {
  clear: both;
  content: "";
  display: table;
}
.content::after {
  clear: both;
  content: "";
  display: table;
}
.content .section:only-of-type {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@media print, screen and (min-width: 1025px) {
  .section_content .w232 {
    width: 25%;
    display: block;
    float: left;
  }
  .section_content .w232 .tsB_hd,
  .section_content .w232 .tsS,
  .section_content .w232 .tsI {
    margin-left: 8.4882437824%;
    margin-right: 8.4882437824%;
    width: 83.0235124353%;
  }
  .section_content .w316 {
    width: 33.3333333333%;
    display: block;
    float: left;
  }
  .section_content .w316 .tsB_hd,
  .section_content .w316 .tsS,
  .section_content .w316 .tsI {
    margin-left: 6.3661828368%;
    margin-right: 6.3661828368%;
    width: 87.2676343265%;
  }
  .section_content .w484 {
    width: 50%;
    display: block;
    float: left;
  }
  .section_content .w484 .tsB_hd,
  .section_content .w484 .tsS {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 91.5117562176%;
  }
  .section_content .w484 .undefined-size .tsI,
  .section_content .w484 .col_1 .tsI {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 91.5117562176%;
  }
  .section_content .w484 .col_2 .tsI {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 41.5117562176%;
  }
  .section_content .w652 {
    width: 66.6666666667%;
    display: block;
    float: left;
  }
  .section_content .w652 .tsB_hd,
  .section_content .w652 .tsS {
    margin-left: 3.1830914184%;
    margin-right: 3.1830914184%;
    width: 93.6338171632%;
  }
  .section_content .w652 .undefined-size .tsI,
  .section_content .w652 .col_1 .tsI {
    margin-left: 3.1830914184%;
    margin-right: 3.1830914184%;
    width: 93.6338171632%;
  }
  .section_content .w652 .col_2 .tsI {
    margin-left: 3.1830914184%;
    margin-right: 3.1830914184%;
    width: 43.6338171632%;
  }
  .section_content .w652 .col_3 .tsI {
    margin-left: 3.1830914184%;
    margin-right: 3.1830914184%;
    width: 26.8838171632%;
  }
  .section_content .w736 {
    width: 75%;
    display: block;
    float: left;
  }
  .section_content .w736 .tsB_hd,
  .section_content .w736 .tsS {
    margin-left: 2.8294145941%;
    margin-right: 2.8294145941%;
    width: 94.3411708118%;
  }
  .section_content .w736 .undefined-size .tsI,
  .section_content .w736 .col_1 .tsI {
    margin-left: 2.8294145941%;
    margin-right: 2.8294145941%;
    width: 94.3411708118%;
  }
  .section_content .w736 .col_2 .tsI {
    margin-left: 2.8294145941%;
    margin-right: 2.8294145941%;
    width: 44.3411708118%;
  }
  .section_content .w736 .col_3 .tsI {
    margin-left: 2.8294145941%;
    margin-right: 2.8294145941%;
    width: 27.6745041451%;
  }
  .section_content .w988 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w988 .tsB_hd,
  .section_content .w988 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 .undefined-size .tsI,
  .section_content .w988 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w988 .col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .w988 .col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .w988 .col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 15.7558781088%;
  }
  .section_content .w1060 .tsB_hd,
  .section_content .w1060 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .undefined-size .tsI,
  .section_content .w1060 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .col_2 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .w1060 .col_3 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 62.4225447755%;
  }
  .section_content .w1060 .col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .w1060 .col_4 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 15.7558781088%;
  }
  .section_content .w1060 .col_5 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 35.7558781088%;
  }
}
@media print, screen and (max-width: 1024px) {
  .content {
    padding: 3rem 1.5rem 1rem;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .w652 .col_3 .tsI,
  .section_content .w736 .col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w652 .col_3 .tsI:only-of-type,
  .section_content .w736 .col_3 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 .col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .col_4 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
}
@media print, screen and (min-width: 851px) and (max-width: 1024px) {
  .section_content .w232,
  .section_content .w316 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w232 .tsB_hd,
  .section_content .w232 .tsS,
  .section_content .w316 .tsB_hd,
  .section_content .w316 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w232 .tsI,
  .section_content .w316 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .w232 .tsI:only-of-type,
  .section_content .w316 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w484 {
    width: 50%;
    display: block;
    float: left;
  }
  .section_content .w484 .tsB_hd,
  .section_content .w484 .tsS {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 91.5117562176%;
  }
  .section_content .w484 .undefined-size .tsI,
  .section_content .w484 .col_1 .tsI,
  .section_content .w484 .col_2 .tsI {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 91.5117562176%;
  }
  .section_content .w652,
  .section_content .w736 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w652 .tsB_hd,
  .section_content .w652 .tsS,
  .section_content .w736 .tsB_hd,
  .section_content .w736 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w652 .undefined-size .tsI,
  .section_content .w652 .col_1 .tsI,
  .section_content .w736 .undefined-size .tsI,
  .section_content .w736 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w652 .col_2 .tsI,
  .section_content .w736 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w652 .col_2 .tsI:only-of-type,
  .section_content .w736 .col_2 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w988 .tsB_hd,
  .section_content .w988 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 .undefined-size .tsI,
  .section_content .w988 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w988 .col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .w988 .col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .w1060 .tsB_hd,
  .section_content .w1060 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .undefined-size .tsI,
  .section_content .w1060 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .col_2 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .w1060 .col_3 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 62.4225447755%;
  }
  .section_content .w1060 .col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .w1060 .col_5 .tsI.yHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 850px) {
  .section_content .tsB_hd,
  .section_content .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w232,
  .section_content .w316 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w232 .tsI,
  .section_content .w316 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w232 .tsI:only-of-type,
  .section_content .w316 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w484 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w484 .undefined-size .tsI,
  .section_content .w484 .col_1 .tsI,
  .section_content .w484 .col_2 .tsI {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 91.5117562176%;
  }
  .section_content .w652 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w652 .undefined-size .tsI,
  .section_content .w652 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w652 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w652 .col_2 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w736 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w736 .undefined-size .tsI,
  .section_content .w736 .col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w736 .col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w736 .col_2 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w988 {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .w988 .col_2 .tsI,
  .section_content .w988 .col_3 .tsI,
  .section_content .w988 .col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w988 .undefined-size .tsI,
  .section_content .w988 .col_1 .tsI,
  .section_content .w988 .tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .tsB_hd,
  .section_content .w1060 .tsS {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .col_3 .tsI,
  .section_content .w1060 .col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .undefined-size .tsI,
  .section_content .w1060 .col_1 .tsI,
  .section_content .w1060 .col_2 .tsI,
  .section_content .w1060 .tsB:not(.nCol).tsI:only-of-type {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .section {
    width: 100%;
    display: block;
    float: left;
  }
  .section_content .section .tsI {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .w232 .nCol .tsI {
    margin-left: 8.4882437824%;
    margin-right: 8.4882437824%;
    width: 83.0235124353%;
  }
  .section_content .w316 .nCol .tsI {
    margin-left: 6.3661828368%;
    margin-right: 6.3661828368%;
    width: 87.2676343265%;
  }
  .section_content .w484 .nCol .tsI {
    margin-left: 4.2441218912%;
    margin-right: 4.2441218912%;
    width: 91.5117562176%;
  }
  .section_content .w652 .nCol .tsI {
    margin-left: 3.1830914184%;
    margin-right: 3.1830914184%;
    width: 93.6338171632%;
  }
  .section_content .w736 .nCol .tsI {
    margin-left: 2.8294145941%;
    margin-right: 2.8294145941%;
    width: 94.3411708118%;
  }
  .section_content .w988 .nCol .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section_content .w1060 .nCol .tsI {
    width: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .full_width_content .section .nCol .tsR .tsI {
    width: 100%;
  }
  .content .section .nCol .tsR .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
}
.tsflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tsflex .tsR {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.tsflex .tsI {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-bottom: 2rem;
}
.tsflex .tsI_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.full_width_content .tsflex .tsI {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}

.tsB .tsI.center .tsI_txt {
  text-align: center;
}
.tsB .tsI.center .tsI_dsc {
  max-width: 97%;
}
.tsB .tsI.left .tsI_txt {
  text-align: left;
}
.tsB .tsI.left .tsI_dsc {
  max-width: 97%;
}
.tsB .tsI.right .tsI_txt {
  text-align: right;
}
.tsB .tsI.right .tsI_dsc {
  max-width: 97%;
  margin-left: auto;
}

.tsT_article.a1 .tsI.center .tsI_hd, .tsT_article.a1 .tsI.center .tsI_sh, .tsT_article.a2 .tsI.center .tsI_hd, .tsT_article.a2 .tsI.center .tsI_sh, .tsT_article.a3 .tsI.center .tsI_hd, .tsT_article.a3 .tsI.center .tsI_sh, .tsT_banner.b1 .tsI.center .tsI_hd, .tsT_banner.b1 .tsI.center .tsI_sh, .tsT_list .tsI.center .tsI_hd, .tsT_list .tsI.center .tsI_sh, .tsT_menu.m1 .tsI.center .tsI_hd, .tsT_menu.m1 .tsI.center .tsI_sh, .tsT_menu.m3 .tsI.center .tsI_hd, .tsT_menu.m3 .tsI.center .tsI_sh, .tsT_plugin .tsI.center .tsI_hd, .tsT_plugin .tsI.center .tsI_sh, .tsT_services .tsI.center .tsI_hd, .tsT_services .tsI.center .tsI_sh {
  text-align: center;
}
.tsT_article.a1 .tsI.left .tsI_hd, .tsT_article.a1 .tsI.left .tsI_sh, .tsT_article.a2 .tsI.left .tsI_hd, .tsT_article.a2 .tsI.left .tsI_sh, .tsT_article.a3 .tsI.left .tsI_hd, .tsT_article.a3 .tsI.left .tsI_sh, .tsT_banner.b1 .tsI.left .tsI_hd, .tsT_banner.b1 .tsI.left .tsI_sh, .tsT_list .tsI.left .tsI_hd, .tsT_list .tsI.left .tsI_sh, .tsT_menu.m1 .tsI.left .tsI_hd, .tsT_menu.m1 .tsI.left .tsI_sh, .tsT_menu.m3 .tsI.left .tsI_hd, .tsT_menu.m3 .tsI.left .tsI_sh, .tsT_plugin .tsI.left .tsI_hd, .tsT_plugin .tsI.left .tsI_sh, .tsT_services .tsI.left .tsI_hd, .tsT_services .tsI.left .tsI_sh {
  text-align: left;
}
.tsT_article.a1 .tsI.right .tsI_hd, .tsT_article.a1 .tsI.right .tsI_sh, .tsT_article.a2 .tsI.right .tsI_hd, .tsT_article.a2 .tsI.right .tsI_sh, .tsT_article.a3 .tsI.right .tsI_hd, .tsT_article.a3 .tsI.right .tsI_sh, .tsT_banner.b1 .tsI.right .tsI_hd, .tsT_banner.b1 .tsI.right .tsI_sh, .tsT_list .tsI.right .tsI_hd, .tsT_list .tsI.right .tsI_sh, .tsT_menu.m1 .tsI.right .tsI_hd, .tsT_menu.m1 .tsI.right .tsI_sh, .tsT_menu.m3 .tsI.right .tsI_hd, .tsT_menu.m3 .tsI.right .tsI_sh, .tsT_plugin .tsI.right .tsI_hd, .tsT_plugin .tsI.right .tsI_sh, .tsT_services .tsI.right .tsI_hd, .tsT_services .tsI.right .tsI_sh {
  text-align: right;
}

.tsB .tsI.txt_center .fa-stack {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tsB .tsI.txt_center .tsI_txt {
  text-align: center;
}
.tsB .tsI.txt_center .tsI_hd, .tsB .tsI.txt_center .tsI_sh,
.tsB .tsI.txt_center .tsI p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tsB .tsI.txt_left .fa-stack {
  margin-right: auto;
}
.tsB .tsI.txt_left .tsI_txt {
  text-align: left;
}
.tsB .tsI.txt_left .tsI_hd, .tsB .tsI.txt_left .tsI_sh,
.tsB .tsI.txt_left .tsI p {
  margin-right: auto;
}
.tsB .tsI.txt_right .fa-stack {
  margin-left: auto;
}
.tsB .tsI.txt_right .tsI_txt {
  text-align: right;
}
.tsB .tsI.txt_right .tsI .fa-stack, .tsB .tsI.txt_right .tsI_hd, .tsB .tsI.txt_right .tsI_sh,
.tsB .tsI.txt_right .tsI p {
  margin-left: auto;
}

@media print, screen and (min-width: 1025px) {
  .tsB .tsI.img_center .tsI_wrp, .tsB .tsI.img_left .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .tsB .tsI.img_right .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsB.large.img_center .tsI_txt_wrp, .tsB.large.img_left .tsI_txt_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .tsB.large.img_right .tsI_txt_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}
/* Preload images */
body:after {
  content: url(lb-img/loading.gif);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #ccc;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(lb-img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 0;
}
.lb-prev:before, .lb-next:before {
  font-family: "tsi-cms";
  font-size: 3em;
}

.lb-prev:hover, .lb-next:hover {
  color: #fff;
}

.lb-nav a.lb-prev {
  width: 40%;
  left: 0;
  float: left;
}

.lb-nav a.lb-prev:before {
  content: "<";
  float: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  top: 50%;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 60%;
  right: 0;
  float: right;
}

.lb-nav a.lb-next:before {
  content: ">";
  float: right;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  top: 50%;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding: 10px 0;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.2;
  padding: 0.4em 0;
}

.lb-data .lb-caption {
  font-size: 0.75em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 0.75em;
  color: #ccc;
  padding: 1em 0 0;
}

.lb-closeContainer {
  float: right;
  padding: 0.4em 0;
}

.lb-data .lb-close {
  display: block;
  text-align: right;
  outline: none;
}

.lb-data .lb-close:before {
  font-family: "tsi-cms";
  content: "x";
  font-size: 2em;
  line-height: 0.75;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

figure {
  margin: 0;
}

.tsI_img:not(.no-lazy-load) {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tsI_img:not(.no-lazy-load).img-loaded {
  opacity: 1;
}
.tsI_img:not(.no-lazy-load) figcaption {
  font-size: 75%;
  padding: 0.5rem 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}

.tsI_img {
  position: relative;
}
.tsI_img img {
  display: block;
  margin: 0;
  width: 100%;
}
.tsI_img .tsI_scl_icn {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 0.4s 1 forwards;
  -moz-animation: fadeIn 0.3s ease-in 0.4s 1 forwards;
  animation: fadeIn 0.3s ease-in 0.4s 1 forwards;
}

a.tsI_img {
  display: block;
}

.tsI_icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}
.tsI_icon.icon_block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.tsI_icon.icon_block svg {
  position: relative;
}

.tsB.well .tsI.nDsc img {
  margin-bottom: 0;
}

.tsB.no_sizing .tsI_img img {
  width: auto;
  margin: 0 auto;
}

.tsB.round_1_1 .tsI_img {
  border-radius: 999px;
  max-width: 40%;
  margin: 2rem auto;
}
.tsB.round_1_1 .tsI_icon,
.tsB.round_1_1 .tsI_img img {
  border-radius: 999px;
  overflow: hidden;
}
.tsB.round_1_1 .nImg .tsI_img {
  margin: 2rem auto;
}
.tsB.round_1_1 .nImg .tsI_icon.icon_block:before {
  content: "";
  display: block;
  width: 50%;
  height: 120%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
  transform: rotate(45deg);
  left: 40%;
  top: 10%;
}

@media print, screen and (min-width: 481px) {
  .tsI_icon {
    padding: 15%;
  }
  .tsI_icon .fa-lg {
    width: 100%;
    height: 100%;
  }
  .small .tsI_icon .fa-lg {
    max-height: 3em;
    max-width: 3em;
  }
  .medium .tsI_icon .fa-lg {
    max-height: 4em;
    max-width: 4em;
  }
  .large .tsI_icon .fa-lg {
    max-height: 5em;
    max-width: 5em;
  }
}
@media print, screen and (max-width: 480px) {
  .tsI_icon {
    padding: 1rem;
  }
  .tsI_icon .fa-lg {
    width: 100%;
    height: 100%;
    max-height: 4em;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsT_article.round_1_1 .nImg .tsI_img, .tsT_list.l2.round_1_1 .nImg .tsI_img, .tsT_list.l3.round_1_1 .nImg .tsI_img, .tsT_menu.round_1_1 .nImg .tsI_img, .tsT_photo_sheet.round_1_1 .nImg .tsI_img, .tsT_services.round_1_1 .nImg .tsI_img, .tsT_testimonials.round_1_1 .nImg .tsI_img {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tsB.well .tsI {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.tsT_article.well .tsI.yLk:hover, .tsT_card.well .tsI.yLk:hover, .tsT_list.well .tsI.yLk:hover, .tsT_menu.well .tsI.yLk:hover, .tsT_photo_grid.well .tsI.yLk:hover, .tsT_photo_tiles.well .tsI.yLk:hover, .tsT_services.well .tsI.yLk:hover, .tsT_social_promos.well .tsI.yLk:hover, .tsT_testimonials.well .tsI.yLk:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.tsS.well {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.tsC .full_width_content.pw-protected {
  padding: 0 2rem;
}

.tsI_page-login {
  width: 100%;
  max-width: 30rem;
  margin: 3rem auto 5rem;
  padding: 3rem 2rem 4rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.tsI_page-login .tsI_login-form {
  display: table;
  margin: auto;
  vertical-align: middle;
}
.tsI_page-login .tsI_form-input {
  display: table-cell;
  border: none;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
  height: 2.5rem;
  margin: 0;
  width: 50%;
  vertical-align: bottom;
}
.tsI_page-login .tsI_form-button {
  display: table-cell;
  border: none;
  padding: 0 1.5rem;
  height: 2.5rem;
}

@media print, screen and (max-width: 350px) {
  .tsI_page-login .tsI_form-input,
  .tsI_page-login .tsI_form-button {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2017-11-22 10:31:33
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/* Text Focus In */
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* Text Focus In 2 */
@keyframes text-focus-in2 {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* Fade In */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Bounce */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  0% {
    opacity: 0;
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
    opacity: 0.4;
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
    opacity: 0.7;
  }
  90% {
    transform: translate3d(0, -2px, 0);
    opacity: 1;
  }
}
/* START TYPOGRAPHY */
/* 9px/12px */
/* 10px/12px margin: 9px */
/* 12px/15px margin: 9px */
/* 14px/18px margin: 12px */
/* 16px/21px margin: 12px */
/* 18px/24px margin: 15px */
/* 21px/27px margin: 21px */
/* 24px/27px margin: 24px */
/* 9px/12px */
/* 10px/12px */
/* 12px/15px */
/* 14px/18px */
/* 16px/21px margin: 12px */
/* 18px/24px */
/* 21px/27px */
/* 24px/30px */
/* 10px/12px margin: 9px */
/* 12px/15px margin: 9px */
/* 16px/21px margin: 9px */
/* 28px/30px */
/* 36px/42px */
/* 48px/51px */
/* 54px/57px */
/* 60px/63px */
/* 11px/15px margin: 9px */
/* 12px/15px margin: 9px */
/* 14px/16px margin: 12px */
/* 16px/21px margin: 15px */
/* 21px/24px margin: 18px */
/* 24px/27px margin: 21px */
.h1 {
  font-size: 3.75em;
  margin-top: 0.8em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1333333333em;
  letter-spacing: -0.05rem;
}

.h1-small {
  font-size: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.3333333333em;
  line-height: 1.0833333333em;
  letter-spacing: -0.04rem;
}

.h2 {
  font-size: 2.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.4444444444em;
  line-height: 1.1111111111em;
  letter-spacing: -0.0125rem;
}

.h2-small {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}

.h3 {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}

.h3-small {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}

.h4 {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}

.h4-small {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
}

.h5 {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
}

.h5-small {
  font-size: 0.6875em;
  margin-top: 0.7272727273em;
  margin-bottom: 0.3636363636em;
  line-height: 1.0909090909em;
}

.h6 {
  font-size: 0.6875em;
  margin-top: 0.7272727273em;
  margin-bottom: 0.3636363636em;
  line-height: 1.0909090909em;
}

.h6-small {
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
}

.tsI_dsc {
  display: inline;
  width: 100%;
}
.tsI_dsc p {
  margin: 1em 0;
}
.tsI_dsc a:not(.tsI_btn):hover {
  border-bottom: 1px dashed;
}
.tsI_dsc ol, .tsI_dsc ul {
  margin: 1em 0;
  padding: 0 0 0 2rem;
}
.tsI_dsc ul li {
  list-style-type: disc;
}
.tsI_dsc ol li {
  list-style-type: decimal;
}
.tsI_dsc p:empty, .tsI_dsc ul:empty, .tsI_dsc ol:empty {
  margin: 0;
}

.tsI.center .tsI_dsc ol, .tsI.center .tsI_dsc ul, .tsI.txt_center .tsI_dsc ol, .tsI.txt_center .tsI_dsc ul {
  padding: 0;
}
.tsI.center .tsI_dsc ol li, .tsI.center .tsI_dsc ul li, .tsI.txt_center .tsI_dsc ol li, .tsI.txt_center .tsI_dsc ul li {
  list-style-position: inside;
}

.tsI .font_xs {
  font-size: 62.5%;
}
.tsI .font_sm {
  font-size: 75%;
}
.tsI .font_md {
  font-size: 87.5%;
}
.tsI .font_lg {
  font-size: 112.5%;
}
.tsI .font_xl {
  font-size: 125%;
}

.tsI .tsI_hd {
  font-weight: 700;
}
.tsI .tsI_sh {
  font-weight: 400;
}

.page_head::after {
  clear: both;
  content: "";
  display: table;
}
.page_head .page_row {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.5rem 1rem;
}
.page_head .page_row::after {
  clear: both;
  content: "";
  display: table;
}
.page_head .page_title {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
  font-weight: 400;
}

.page_head + .section_content .tsB:first-of-type {
  padding-top: 0;
}

.tsB_hd {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tsB_hd span {
  max-width: 32.5rem;
  margin: 0 auto;
}
.tsB_hd span:after {
  content: " ";
  display: block;
  border-bottom: 3px solid;
  padding-top: 1.5rem;
  width: 4rem;
  margin: auto;
  opacity: 0.7;
}

.tsL .tsB_hd,
.section_content .tsB_hd {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.tsL .tsB_hd span,
.section_content .tsB_hd span {
  display: inline-block;
  font-weight: 700;
}

.tsL .tsB_hd {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 1025px) {
  .page_title {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .page_title {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
}
@media print, screen and (max-width: 480px) {
  .page_title {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsB_hd span {
    max-width: 100%;
  }
}
.trigger, .tsI_bdg {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  user-select: none;
  white-space: normal;
  margin: 0;
  padding: 0;
  outline: none;
}

.tsC_Btn {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.375em 1em 0.4375em;
  display: inline-block;
  text-decoration: none;
  vertical-align: text-bottom;
}
.tsC_Btn:hover, .tsC_Btn:focus {
  outline: 0;
}
.tsC_Btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsC_Btn:before {
  font-size: 130%;
  vertical-align: middle;
}

.tsC_close {
  border-radius: 2px;
  font-family: "tsi-cms";
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
  margin: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  text-decoration: none;
  z-index: 400;
}

.to-top {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.375em 1em 0.4375em;
  display: inline-block;
  opacity: 0.3;
  position: fixed;
  right: 0.75rem;
  bottom: 1.5rem;
  z-index: 1010;
}
.to-top:hover, .to-top:focus {
  outline: 0;
}
.to-top:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.to-top:before {
  content: " +";
  font-family: "tsi-cms";
}
.to-top:hover {
  opacity: 1;
}

@media print, screen and (min-width: 851px) {
  .tsI_btn.btn_lg {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    padding: 0.825em 2.25em;
    display: inline-block;
  }
  .tsI_btn.btn_lg:hover, .tsI_btn.btn_lg:focus {
    outline: 0;
  }
  .tsI_btn.btn_lg:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .tsI_btn.btn_xl {
    font-size: 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.5em;
    padding: 1.125em 2.75em;
    display: inline-block;
  }
  .tsI_btn.btn_xl:hover, .tsI_btn.btn_xl:focus {
    outline: 0;
  }
  .tsI_btn.btn_xl:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
@media print, screen and (max-width: 850px) {
  .tsI_btn.btn_lg, .tsI_btn.btn_xl {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    padding: 0.625em 1.25em;
    display: inline-block;
  }
  .tsI_btn.btn_lg:hover, .tsI_btn.btn_lg:focus, .tsI_btn.btn_xl:hover, .tsI_btn.btn_xl:focus {
    outline: 0;
  }
  .tsI_btn.btn_lg:disabled, .tsI_btn.btn_xl:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
.tsI_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  user-select: none;
  white-space: normal;
  font-size: inherit;
  padding: 0.5625em 2em 0.6875em;
  display: inline-block;
  text-transform: uppercase;
}
.tsI_btn:hover, .tsI_btn:focus {
  outline: 0;
}
.tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_xs {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  padding: 0.25em 0.75em;
  display: inline-block;
}
.tsI_btn.btn_xs:hover, .tsI_btn.btn_xs:focus {
  outline: 0;
}
.tsI_btn.btn_xs:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_sm {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  padding: 0.5em 1em;
  display: inline-block;
}
.tsI_btn.btn_sm:hover, .tsI_btn.btn_sm:focus {
  outline: 0;
}
.tsI_btn.btn_sm:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_md {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  padding: 0.625em 1.25em;
  display: inline-block;
}
.tsI_btn.btn_md:hover, .tsI_btn.btn_md:focus {
  outline: 0;
}
.tsI_btn.btn_md:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_rnd, .tsI_btn.btn_1, .tsI_btn.btn_2 {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 2px;
  margin: 0.5rem 0;
}
.tsI_btn.btn_1 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.tsI_btn.btn_1:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
.tsI_btn.btn_rnd {
  border-radius: 99px;
}
.tsI_btn.btn_rnd.btn_xs {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tsI_btn.btn_w.btn_w {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  margin: auto 0 0;
  width: 100%;
}
.tsI_btn.btn_blk.btn_blk {
  display: block;
  width: 100%;
}
.tsI_btn.lnk {
  background: transparent;
}
.tsB.well .tsI.yLks .tsI_wrp figure a {
  display: block;
}
.tsB.well .tsI.yLks .tsI_wrp .btn_group {
  margin-top: auto;
}
.tsB.well .tsI.yLks .tsI_btn_std_wrp {
  margin-top: auto;
}

.tsI_bdg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-family: "tsi-cms";
  border-radius: 999px;
  z-index: 1;
}
.tsI_bdg.btn_xs, .tsI_bdg.btn_sm {
  font-size: 1.125rem;
  line-height: 1.125rem;
  height: 1.5rem;
  width: 1.5rem;
}
.tsI_bdg.btn_md, .tsI_bdg.btn_lg {
  font-size: 1.375rem;
  line-height: 1.375rem;
  height: 2rem;
  width: 2rem;
}

.tsI.txt_left {
  justify-content: left;
}
.tsI.txt_center {
  justify-content: center;
}
.tsI.txt_right {
  justify-content: right;
}
.tsI .tsI_btn_promo_wrp {
  display: inline-grid;
  grid-template: "1";
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.tsI .tsI_btn_promo_wrp .tsI_btn {
  grid-area: 1;
  align-self: stretch;
  justify-content: center;
}

.tsI.left .tsI_btn_std_wrp, .tsI.txt_left .tsI_btn_std_wrp {
  justify-content: left;
}
.tsI.left .tsI_btn, .tsI.txt_left .tsI_btn {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.tsI.center .tsI_btn_std_wrp, .tsI.txt_center .tsI_btn_std_wrp {
  justify-content: center;
}
.tsI.center .tsI_btn, .tsI.txt_center .tsI_btn {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.tsI.right .tsI_btn_std_wrp, .tsI.txt_right .tsI_btn_std_wrp {
  justify-content: end;
}
.tsI.right .tsI_btn, .tsI.txt_right .tsI_btn {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.tsI .tsI_btn_std_wrp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.tsI .tsI_btn_std_wrp .tsI_btn {
  flex: 0 1 auto;
  align-self: stretch;
  justify-content: center;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  min-width: 6.875rem;
}

@media print, screen and (min-width: 1025px) {
  .section_content .tsT_article.a1.xsmall.small .tsI_dsc, .section_content .tsT_article.a2.xsmall.small .tsI_dsc, .section_content .tsT_article.a3.xsmall.small .tsI_dsc, .section_content .tsT_services.xsmall.small .tsI_dsc, .section_content .tsT_menu.m2.xsmall.small .tsI_dsc, .section_content .tsT_menu.m3.xsmall.small .tsI_dsc, .section_content .tsT_plugin.xsmall.small .tsI_dsc, .section_content .tsT_testimonials.xsmall.small .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_article.a1.small .tsI_dsc, .section_content .tsT_article.a1.medium .tsI_dsc, .section_content .tsT_article.a2.small .tsI_dsc, .section_content .tsT_article.a2.medium .tsI_dsc, .section_content .tsT_article.a3.small .tsI_dsc, .section_content .tsT_article.a3.medium .tsI_dsc, .section_content .tsT_services.small .tsI_dsc, .section_content .tsT_services.medium .tsI_dsc, .section_content .tsT_menu.m2.small .tsI_dsc, .section_content .tsT_menu.m2.medium .tsI_dsc, .section_content .tsT_menu.m3.small .tsI_dsc, .section_content .tsT_menu.m3.medium .tsI_dsc, .section_content .tsT_plugin.small .tsI_dsc, .section_content .tsT_plugin.medium .tsI_dsc, .section_content .tsT_testimonials.small .tsI_dsc, .section_content .tsT_testimonials.medium .tsI_dsc {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
  .section_content .tsT_article.a1.large .tsI_dsc, .section_content .tsT_article.a2.large .tsI_dsc, .section_content .tsT_article.a3.large .tsI_dsc, .section_content .tsT_services.large .tsI_dsc, .section_content .tsT_menu.m2.large .tsI_dsc, .section_content .tsT_menu.m3.large .tsI_dsc, .section_content .tsT_plugin.large .tsI_dsc, .section_content .tsT_testimonials.large .tsI_dsc {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .full_width_content .tsT_article.a1.small .tsI_dsc, .full_width_content .tsT_article.a1.medium .tsI_dsc, .full_width_content .tsT_article.a1.large .tsI_dsc, .full_width_content .tsT_article.a2.small .tsI_dsc, .full_width_content .tsT_article.a2.medium .tsI_dsc, .full_width_content .tsT_article.a2.large .tsI_dsc, .full_width_content .tsT_article.a3.small .tsI_dsc, .full_width_content .tsT_article.a3.medium .tsI_dsc, .full_width_content .tsT_article.a3.large .tsI_dsc, .full_width_content .tsT_services.small .tsI_dsc, .full_width_content .tsT_services.medium .tsI_dsc, .full_width_content .tsT_services.large .tsI_dsc, .full_width_content .tsT_menu.m2.small .tsI_dsc, .full_width_content .tsT_menu.m2.medium .tsI_dsc, .full_width_content .tsT_menu.m2.large .tsI_dsc, .full_width_content .tsT_menu.m3.small .tsI_dsc, .full_width_content .tsT_menu.m3.medium .tsI_dsc, .full_width_content .tsT_menu.m3.large .tsI_dsc, .full_width_content .tsT_plugin.small .tsI_dsc, .full_width_content .tsT_plugin.medium .tsI_dsc, .full_width_content .tsT_plugin.large .tsI_dsc, .full_width_content .tsT_testimonials.small .tsI_dsc, .full_width_content .tsT_testimonials.medium .tsI_dsc, .full_width_content .tsT_testimonials.large .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_article.a1 .tsI_dsc, .section_content .tsT_article.a2 .tsI_dsc, .section_content .tsT_article.a3 .tsI_dsc, .section_content .tsT_services .tsI_dsc, .section_content .tsT_menu.m2 .tsI_dsc, .section_content .tsT_menu.m3 .tsI_dsc, .section_content .tsT_plugin .tsI_dsc, .section_content .tsT_testimonials .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_list.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_list.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_services.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_services.xsmall.small .nHero .tsI_sh {
    max-width: 100%;
  }
  .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a1.small .nHero .tsI_hd, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a2.small .nHero .tsI_hd, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a3.small .nHero .tsI_hd, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_banner.b1.small .nHero .tsI_hd, .full_width_content .tsT_list.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_list.small .nHero .tsI_hd, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m1.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.small .nHero .tsI_hd, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_plugin.small .nHero .tsI_hd, .full_width_content .tsT_services.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_services.small .nHero .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a1.small .nHero .tsI_sh, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a2.small .nHero .tsI_sh, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a3.small .nHero .tsI_sh, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_banner.b1.small .nHero .tsI_sh, .full_width_content .tsT_list.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_list.small .nHero .tsI_sh, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m1.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.small .nHero .tsI_sh, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_plugin.small .nHero .tsI_sh, .full_width_content .tsT_services.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_services.small .nHero .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .full_width_content .tsT_article.a1.small .yHero .tsI_hd, .full_width_content .tsT_article.a1.medium .nHero .tsI_hd, .full_width_content .tsT_article.a2.small .yHero .tsI_hd, .full_width_content .tsT_article.a2.medium .nHero .tsI_hd, .full_width_content .tsT_article.a3.small .yHero .tsI_hd, .full_width_content .tsT_article.a3.medium .nHero .tsI_hd, .full_width_content .tsT_banner.b1.small .yHero .tsI_hd, .full_width_content .tsT_banner.b1.medium .nHero .tsI_hd, .full_width_content .tsT_list.small .yHero .tsI_hd, .full_width_content .tsT_list.medium .nHero .tsI_hd, .full_width_content .tsT_menu.m1.small .yHero .tsI_hd, .full_width_content .tsT_menu.m1.medium .nHero .tsI_hd, .full_width_content .tsT_menu.m3.small .yHero .tsI_hd, .full_width_content .tsT_menu.m3.medium .nHero .tsI_hd, .full_width_content .tsT_plugin.small .yHero .tsI_hd, .full_width_content .tsT_plugin.medium .nHero .tsI_hd, .full_width_content .tsT_services.small .yHero .tsI_hd, .full_width_content .tsT_services.medium .nHero .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_article.a1.small .yHero .tsI_sh, .full_width_content .tsT_article.a1.medium .nHero .tsI_sh, .full_width_content .tsT_article.a2.small .yHero .tsI_sh, .full_width_content .tsT_article.a2.medium .nHero .tsI_sh, .full_width_content .tsT_article.a3.small .yHero .tsI_sh, .full_width_content .tsT_article.a3.medium .nHero .tsI_sh, .full_width_content .tsT_banner.b1.small .yHero .tsI_sh, .full_width_content .tsT_banner.b1.medium .nHero .tsI_sh, .full_width_content .tsT_list.small .yHero .tsI_sh, .full_width_content .tsT_list.medium .nHero .tsI_sh, .full_width_content .tsT_menu.m1.small .yHero .tsI_sh, .full_width_content .tsT_menu.m1.medium .nHero .tsI_sh, .full_width_content .tsT_menu.m3.small .yHero .tsI_sh, .full_width_content .tsT_menu.m3.medium .nHero .tsI_sh, .full_width_content .tsT_plugin.small .yHero .tsI_sh, .full_width_content .tsT_plugin.medium .nHero .tsI_sh, .full_width_content .tsT_services.small .yHero .tsI_sh, .full_width_content .tsT_services.medium .nHero .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .full_width_content .tsT_article.a1.medium .yHero .tsI_hd, .full_width_content .tsT_article.a1.large .tsI_hd, .full_width_content .tsT_article.a2.medium .yHero .tsI_hd, .full_width_content .tsT_article.a2.large .tsI_hd, .full_width_content .tsT_article.a3.medium .yHero .tsI_hd, .full_width_content .tsT_article.a3.large .tsI_hd, .full_width_content .tsT_banner.b1.medium .yHero .tsI_hd, .full_width_content .tsT_banner.b1.large .tsI_hd, .full_width_content .tsT_list.medium .yHero .tsI_hd, .full_width_content .tsT_list.large .tsI_hd, .full_width_content .tsT_menu.m1.medium .yHero .tsI_hd, .full_width_content .tsT_menu.m1.large .tsI_hd, .full_width_content .tsT_menu.m3.medium .yHero .tsI_hd, .full_width_content .tsT_menu.m3.large .tsI_hd, .full_width_content .tsT_plugin.medium .yHero .tsI_hd, .full_width_content .tsT_plugin.large .tsI_hd, .full_width_content .tsT_services.medium .yHero .tsI_hd, .full_width_content .tsT_services.large .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_article.a1.medium .yHero .tsI_sh, .full_width_content .tsT_article.a1.large .tsI_sh, .full_width_content .tsT_article.a2.medium .yHero .tsI_sh, .full_width_content .tsT_article.a2.large .tsI_sh, .full_width_content .tsT_article.a3.medium .yHero .tsI_sh, .full_width_content .tsT_article.a3.large .tsI_sh, .full_width_content .tsT_banner.b1.medium .yHero .tsI_sh, .full_width_content .tsT_banner.b1.large .tsI_sh, .full_width_content .tsT_list.medium .yHero .tsI_sh, .full_width_content .tsT_list.large .tsI_sh, .full_width_content .tsT_menu.m1.medium .yHero .tsI_sh, .full_width_content .tsT_menu.m1.large .tsI_sh, .full_width_content .tsT_menu.m3.medium .yHero .tsI_sh, .full_width_content .tsT_menu.m3.large .tsI_sh, .full_width_content .tsT_plugin.medium .yHero .tsI_sh, .full_width_content .tsT_plugin.large .tsI_sh, .full_width_content .tsT_services.medium .yHero .tsI_sh, .full_width_content .tsT_services.large .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_article.a1.xsmall.small .nHero .tsI_hd, .content .tsT_article.a1.xsmall.small .nHero .tsI_sh, .content .tsT_article.a2.xsmall.small .nHero .tsI_hd, .content .tsT_article.a2.xsmall.small .nHero .tsI_sh, .content .tsT_article.a3.xsmall.small .nHero .tsI_hd, .content .tsT_article.a3.xsmall.small .nHero .tsI_sh, .content .tsT_banner.b1.xsmall.small .nHero .tsI_hd, .content .tsT_banner.b1.xsmall.small .nHero .tsI_sh, .content .tsT_list.xsmall.small .nHero .tsI_hd, .content .tsT_list.xsmall.small .nHero .tsI_sh, .content .tsT_menu.m1.xsmall.small .nHero .tsI_hd, .content .tsT_menu.m1.xsmall.small .nHero .tsI_sh, .content .tsT_menu.m3.xsmall.small .nHero .tsI_hd, .content .tsT_menu.m3.xsmall.small .nHero .tsI_sh, .content .tsT_plugin.xsmall.small .nHero .tsI_hd, .content .tsT_plugin.xsmall.small .nHero .tsI_sh, .content .tsT_services.xsmall.small .nHero .tsI_hd, .content .tsT_services.xsmall.small .nHero .tsI_sh {
    max-width: 100%;
  }
  .content .tsT_article.a1.small .tsI_hd, .content .tsT_article.a2.small .tsI_hd, .content .tsT_article.a3.small .tsI_hd, .content .tsT_banner.b1.small .tsI_hd, .content .tsT_list.small .tsI_hd, .content .tsT_menu.m1.small .tsI_hd, .content .tsT_menu.m3.small .tsI_hd, .content .tsT_plugin.small .tsI_hd, .content .tsT_services.small .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .content .tsT_article.a1.small .tsI_sh, .content .tsT_article.a2.small .tsI_sh, .content .tsT_article.a3.small .tsI_sh, .content .tsT_banner.b1.small .tsI_sh, .content .tsT_list.small .tsI_sh, .content .tsT_menu.m1.small .tsI_sh, .content .tsT_menu.m3.small .tsI_sh, .content .tsT_plugin.small .tsI_sh, .content .tsT_services.small .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .content .tsT_article.a1.medium .tsI_hd, .content .tsT_article.a2.medium .tsI_hd, .content .tsT_article.a3.medium .tsI_hd, .content .tsT_banner.b1.medium .tsI_hd, .content .tsT_list.medium .tsI_hd, .content .tsT_menu.m1.medium .tsI_hd, .content .tsT_menu.m3.medium .tsI_hd, .content .tsT_plugin.medium .tsI_hd, .content .tsT_services.medium .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_article.a1.medium .tsI_sh, .content .tsT_article.a2.medium .tsI_sh, .content .tsT_article.a3.medium .tsI_sh, .content .tsT_banner.b1.medium .tsI_sh, .content .tsT_list.medium .tsI_sh, .content .tsT_menu.m1.medium .tsI_sh, .content .tsT_menu.m3.medium .tsI_sh, .content .tsT_plugin.medium .tsI_sh, .content .tsT_services.medium .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .content .tsT_article.a1.large .tsI_hd, .content .tsT_article.a2.large .tsI_hd, .content .tsT_article.a3.large .tsI_hd, .content .tsT_banner.b1.large .tsI_hd, .content .tsT_list.large .tsI_hd, .content .tsT_menu.m1.large .tsI_hd, .content .tsT_menu.m3.large .tsI_hd, .content .tsT_plugin.large .tsI_hd, .content .tsT_services.large .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_article.a1.large .tsI_sh, .content .tsT_article.a2.large .tsI_sh, .content .tsT_article.a3.large .tsI_sh, .content .tsT_banner.b1.large .tsI_sh, .content .tsT_list.large .tsI_sh, .content .tsT_menu.m1.large .tsI_sh, .content .tsT_menu.m3.large .tsI_sh, .content .tsT_plugin.large .tsI_sh, .content .tsT_services.large .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .content .w988 .tsT_article.a1.large .tsI_hd, .content .w988 .tsT_article.a2.large .tsI_hd, .content .w988 .tsT_article.a3.large .tsI_hd, .content .w988 .tsT_banner.b1.large .tsI_hd, .content .w988 .tsT_list.large .tsI_hd, .content .w988 .tsT_menu.m1.large .tsI_hd, .content .w988 .tsT_menu.m3.large .tsI_hd, .content .w988 .tsT_plugin.large .tsI_hd, .content .w988 .tsT_services.large .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .content .w988 .tsT_article.a1.large .tsI_sh, .content .w988 .tsT_article.a2.large .tsI_sh, .content .w988 .tsT_article.a3.large .tsI_sh, .content .w988 .tsT_banner.b1.large .tsI_sh, .content .w988 .tsT_list.large .tsI_sh, .content .w988 .tsT_menu.m1.large .tsI_sh, .content .w988 .tsT_menu.m3.large .tsI_sh, .content .w988 .tsT_plugin.large .tsI_sh, .content .w988 .tsT_services.large .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_list.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_list.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_services.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_services.xsmall.small .nHero .tsI_sh {
    max-width: 100%;
  }
  .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a1.small .nHero .tsI_hd, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a2.small .nHero .tsI_hd, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_article.a3.small .nHero .tsI_hd, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_banner.b1.small .nHero .tsI_hd, .full_width_content .tsT_list.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_list.small .nHero .tsI_hd, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m1.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.small .nHero .tsI_hd, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_plugin.small .nHero .tsI_hd, .full_width_content .tsT_services.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_services.small .nHero .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .full_width_content .tsT_article.a1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a1.small .nHero .tsI_sh, .full_width_content .tsT_article.a2.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a2.small .nHero .tsI_sh, .full_width_content .tsT_article.a3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_article.a3.small .nHero .tsI_sh, .full_width_content .tsT_banner.b1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_banner.b1.small .nHero .tsI_sh, .full_width_content .tsT_list.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_list.small .nHero .tsI_sh, .full_width_content .tsT_menu.m1.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m1.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.small .nHero .tsI_sh, .full_width_content .tsT_plugin.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_plugin.small .nHero .tsI_sh, .full_width_content .tsT_services.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_services.small .nHero .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .full_width_content .tsT_article.a1.small .yHero .tsI_hd, .full_width_content .tsT_article.a1.medium .nHero .tsI_hd, .full_width_content .tsT_article.a2.small .yHero .tsI_hd, .full_width_content .tsT_article.a2.medium .nHero .tsI_hd, .full_width_content .tsT_article.a3.small .yHero .tsI_hd, .full_width_content .tsT_article.a3.medium .nHero .tsI_hd, .full_width_content .tsT_banner.b1.small .yHero .tsI_hd, .full_width_content .tsT_banner.b1.medium .nHero .tsI_hd, .full_width_content .tsT_list.small .yHero .tsI_hd, .full_width_content .tsT_list.medium .nHero .tsI_hd, .full_width_content .tsT_menu.m1.small .yHero .tsI_hd, .full_width_content .tsT_menu.m1.medium .nHero .tsI_hd, .full_width_content .tsT_menu.m3.small .yHero .tsI_hd, .full_width_content .tsT_menu.m3.medium .nHero .tsI_hd, .full_width_content .tsT_plugin.small .yHero .tsI_hd, .full_width_content .tsT_plugin.medium .nHero .tsI_hd, .full_width_content .tsT_services.small .yHero .tsI_hd, .full_width_content .tsT_services.medium .nHero .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_article.a1.small .yHero .tsI_sh, .full_width_content .tsT_article.a1.medium .nHero .tsI_sh, .full_width_content .tsT_article.a2.small .yHero .tsI_sh, .full_width_content .tsT_article.a2.medium .nHero .tsI_sh, .full_width_content .tsT_article.a3.small .yHero .tsI_sh, .full_width_content .tsT_article.a3.medium .nHero .tsI_sh, .full_width_content .tsT_banner.b1.small .yHero .tsI_sh, .full_width_content .tsT_banner.b1.medium .nHero .tsI_sh, .full_width_content .tsT_list.small .yHero .tsI_sh, .full_width_content .tsT_list.medium .nHero .tsI_sh, .full_width_content .tsT_menu.m1.small .yHero .tsI_sh, .full_width_content .tsT_menu.m1.medium .nHero .tsI_sh, .full_width_content .tsT_menu.m3.small .yHero .tsI_sh, .full_width_content .tsT_menu.m3.medium .nHero .tsI_sh, .full_width_content .tsT_plugin.small .yHero .tsI_sh, .full_width_content .tsT_plugin.medium .nHero .tsI_sh, .full_width_content .tsT_services.small .yHero .tsI_sh, .full_width_content .tsT_services.medium .nHero .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .full_width_content .tsT_article.a1.medium .yHero .tsI_hd, .full_width_content .tsT_article.a1.large .tsI_hd, .full_width_content .tsT_article.a2.medium .yHero .tsI_hd, .full_width_content .tsT_article.a2.large .tsI_hd, .full_width_content .tsT_article.a3.medium .yHero .tsI_hd, .full_width_content .tsT_article.a3.large .tsI_hd, .full_width_content .tsT_banner.b1.medium .yHero .tsI_hd, .full_width_content .tsT_banner.b1.large .tsI_hd, .full_width_content .tsT_list.medium .yHero .tsI_hd, .full_width_content .tsT_list.large .tsI_hd, .full_width_content .tsT_menu.m1.medium .yHero .tsI_hd, .full_width_content .tsT_menu.m1.large .tsI_hd, .full_width_content .tsT_menu.m3.medium .yHero .tsI_hd, .full_width_content .tsT_menu.m3.large .tsI_hd, .full_width_content .tsT_plugin.medium .yHero .tsI_hd, .full_width_content .tsT_plugin.large .tsI_hd, .full_width_content .tsT_services.medium .yHero .tsI_hd, .full_width_content .tsT_services.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_article.a1.medium .yHero .tsI_sh, .full_width_content .tsT_article.a1.large .tsI_sh, .full_width_content .tsT_article.a2.medium .yHero .tsI_sh, .full_width_content .tsT_article.a2.large .tsI_sh, .full_width_content .tsT_article.a3.medium .yHero .tsI_sh, .full_width_content .tsT_article.a3.large .tsI_sh, .full_width_content .tsT_banner.b1.medium .yHero .tsI_sh, .full_width_content .tsT_banner.b1.large .tsI_sh, .full_width_content .tsT_list.medium .yHero .tsI_sh, .full_width_content .tsT_list.large .tsI_sh, .full_width_content .tsT_menu.m1.medium .yHero .tsI_sh, .full_width_content .tsT_menu.m1.large .tsI_sh, .full_width_content .tsT_menu.m3.medium .yHero .tsI_sh, .full_width_content .tsT_menu.m3.large .tsI_sh, .full_width_content .tsT_plugin.medium .yHero .tsI_sh, .full_width_content .tsT_plugin.large .tsI_sh, .full_width_content .tsT_services.medium .yHero .tsI_sh, .full_width_content .tsT_services.large .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .content .tsT_article.a1.small .tsI_hd, .content .tsT_article.a1.medium .tsI_hd, .content .tsT_article.a2.small .tsI_hd, .content .tsT_article.a2.medium .tsI_hd, .content .tsT_article.a3.small .tsI_hd, .content .tsT_article.a3.medium .tsI_hd, .content .tsT_banner.b1.small .tsI_hd, .content .tsT_banner.b1.medium .tsI_hd, .content .tsT_list.small .tsI_hd, .content .tsT_list.medium .tsI_hd, .content .tsT_menu.m1.small .tsI_hd, .content .tsT_menu.m1.medium .tsI_hd, .content .tsT_menu.m3.small .tsI_hd, .content .tsT_menu.m3.medium .tsI_hd, .content .tsT_plugin.small .tsI_hd, .content .tsT_plugin.medium .tsI_hd, .content .tsT_services.small .tsI_hd, .content .tsT_services.medium .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .content .tsT_article.a1.small .tsI_sh, .content .tsT_article.a1.medium .tsI_sh, .content .tsT_article.a2.small .tsI_sh, .content .tsT_article.a2.medium .tsI_sh, .content .tsT_article.a3.small .tsI_sh, .content .tsT_article.a3.medium .tsI_sh, .content .tsT_banner.b1.small .tsI_sh, .content .tsT_banner.b1.medium .tsI_sh, .content .tsT_list.small .tsI_sh, .content .tsT_list.medium .tsI_sh, .content .tsT_menu.m1.small .tsI_sh, .content .tsT_menu.m1.medium .tsI_sh, .content .tsT_menu.m3.small .tsI_sh, .content .tsT_menu.m3.medium .tsI_sh, .content .tsT_plugin.small .tsI_sh, .content .tsT_plugin.medium .tsI_sh, .content .tsT_services.small .tsI_sh, .content .tsT_services.medium .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .content .tsT_article.a1.large .tsI_hd, .content .tsT_article.a2.large .tsI_hd, .content .tsT_article.a3.large .tsI_hd, .content .tsT_banner.b1.large .tsI_hd, .content .tsT_list.large .tsI_hd, .content .tsT_menu.m1.large .tsI_hd, .content .tsT_menu.m3.large .tsI_hd, .content .tsT_plugin.large .tsI_hd, .content .tsT_services.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_article.a1.large .tsI_sh, .content .tsT_article.a2.large .tsI_sh, .content .tsT_article.a3.large .tsI_sh, .content .tsT_banner.b1.large .tsI_sh, .content .tsT_list.large .tsI_sh, .content .tsT_menu.m1.large .tsI_sh, .content .tsT_menu.m3.large .tsI_sh, .content .tsT_plugin.large .tsI_sh, .content .tsT_services.large .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_article.a1 .tsI_hd, .section_content .tsT_article.a2 .tsI_hd, .section_content .tsT_article.a3 .tsI_hd, .section_content .tsT_banner.b1 .tsI_hd, .section_content .tsT_list .tsI_hd, .section_content .tsT_menu.m1 .tsI_hd, .section_content .tsT_menu.m3 .tsI_hd, .section_content .tsT_plugin .tsI_hd, .section_content .tsT_services .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_article.a1 .tsI_sh, .section_content .tsT_article.a2 .tsI_sh, .section_content .tsT_article.a3 .tsI_sh, .section_content .tsT_banner.b1 .tsI_sh, .section_content .tsT_list .tsI_sh, .section_content .tsT_menu.m1 .tsI_sh, .section_content .tsT_menu.m3 .tsI_sh, .section_content .tsT_plugin .tsI_sh, .section_content .tsT_services .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_card.xsmall.small .tsI_dsc, .section_content .tsT_list.xsmall.small .tsI_dsc, .section_content .tsT_menu.m1.xsmall.small .tsI_dsc, .section_content .tsT_photo_tiles.pt2.xsmall.small .tsI_dsc, .section_content .tsT_social_promos.xsmall.small .tsI_dsc, .section_content .tsT_testimonials_2.xsmall.small .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
    max-width: 100%;
  }
  .section_content .tsT_card.small .tsI_dsc, .section_content .tsT_card.medium .tsI_dsc, .section_content .tsT_list.small .tsI_dsc, .section_content .tsT_list.medium .tsI_dsc, .section_content .tsT_menu.m1.small .tsI_dsc, .section_content .tsT_menu.m1.medium .tsI_dsc, .section_content .tsT_photo_tiles.pt2.small .tsI_dsc, .section_content .tsT_photo_tiles.pt2.medium .tsI_dsc, .section_content .tsT_social_promos.small .tsI_dsc, .section_content .tsT_social_promos.medium .tsI_dsc, .section_content .tsT_testimonials_2.small .tsI_dsc, .section_content .tsT_testimonials_2.medium .tsI_dsc {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
  .section_content .tsT_card.large .tsI_dsc, .section_content .tsT_list.large .tsI_dsc, .section_content .tsT_menu.m1.large .tsI_dsc, .section_content .tsT_photo_tiles.pt2.large .tsI_dsc, .section_content .tsT_social_promos.large .tsI_dsc, .section_content .tsT_testimonials_2.large .tsI_dsc {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_card.small .tsI_dsc, .section_content .tsT_card.medium .tsI_dsc, .section_content .tsT_card.large .tsI_dsc, .section_content .tsT_list.small .tsI_dsc, .section_content .tsT_list.medium .tsI_dsc, .section_content .tsT_list.large .tsI_dsc, .section_content .tsT_menu.m1.small .tsI_dsc, .section_content .tsT_menu.m1.medium .tsI_dsc, .section_content .tsT_menu.m1.large .tsI_dsc, .section_content .tsT_photo_tiles.pt2.small .tsI_dsc, .section_content .tsT_photo_tiles.pt2.medium .tsI_dsc, .section_content .tsT_photo_tiles.pt2.large .tsI_dsc, .section_content .tsT_social_promos.small .tsI_dsc, .section_content .tsT_social_promos.medium .tsI_dsc, .section_content .tsT_social_promos.large .tsI_dsc, .section_content .tsT_testimonials_2.small .tsI_dsc, .section_content .tsT_testimonials_2.medium .tsI_dsc, .section_content .tsT_testimonials_2.large .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_card .tsI_dsc, .section_content .tsT_list .tsI_dsc, .section_content .tsT_menu.m1 .tsI_dsc, .section_content .tsT_photo_tiles.pt2 .tsI_dsc, .section_content .tsT_social_promos .tsI_dsc, .section_content .tsT_testimonials_2 .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
}
@media print, screen and (min-width: 481px) {
  .full_width_content .tsT_menu.m2.xsmall.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_hd {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.2307692308em;
  }
  .full_width_content .tsT_menu.m2.xsmall.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.xsmall.small .nHero .tsI_sh {
    font-size: 0.6875em;
    margin-top: 1.0909090909em;
    margin-bottom: 1.0909090909em;
    line-height: 1.4545454545em;
  }
  .full_width_content .tsT_menu.m2.small .nHero .tsI_hd, .full_width_content .tsT_menu.m3.small .nHero .tsI_hd {
    font-size: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    line-height: 1.25em;
  }
  .full_width_content .tsT_menu.m2.small .nHero .tsI_sh, .full_width_content .tsT_menu.m3.small .nHero .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.8571428571em;
    margin-bottom: 0.8571428571em;
    line-height: 1.4285714286em;
  }
  .full_width_content .tsT_menu.m2.small .yHero .tsI_hd, .full_width_content .tsT_menu.m2.medium .nHero .tsI_hd, .full_width_content .tsT_menu.m3.small .yHero .tsI_hd, .full_width_content .tsT_menu.m3.medium .nHero .tsI_hd {
    font-size: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    line-height: 1.25em;
  }
  .full_width_content .tsT_menu.m2.small .yHero .tsI_sh, .full_width_content .tsT_menu.m2.medium .nHero .tsI_sh, .full_width_content .tsT_menu.m3.small .yHero .tsI_sh, .full_width_content .tsT_menu.m3.medium .nHero .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.8571428571em;
    margin-bottom: 0.8571428571em;
    line-height: 1.4285714286em;
  }
  .full_width_content .tsT_menu.m2.medium .yHero .tsI_hd, .full_width_content .tsT_menu.m2.large .tsI_hd, .full_width_content .tsT_menu.m3.medium .yHero .tsI_hd, .full_width_content .tsT_menu.m3.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
  }
  .full_width_content .tsT_menu.m2.medium .yHero .tsI_sh, .full_width_content .tsT_menu.m2.large .tsI_sh, .full_width_content .tsT_menu.m3.medium .yHero .tsI_sh, .full_width_content .tsT_menu.m3.large .tsI_sh {
    font-size: 1.3125em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.3333333333em;
  }
  .content .tsT_menu.m2.small .tsI_hd, .content .tsT_menu.m3.small .tsI_hd {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.2307692308em;
  }
  .content .tsT_menu.m2.small .tsI_sh, .content .tsT_menu.m3.small .tsI_sh {
    font-size: 0.6875em;
    margin-top: 1.0909090909em;
    margin-bottom: 1.0909090909em;
    line-height: 1.4545454545em;
  }
  .content .tsT_menu.m2.medium .tsI_hd, .content .tsT_menu.m3.medium .tsI_hd {
    font-size: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    line-height: 1.25em;
  }
  .content .tsT_menu.m2.medium .tsI_sh, .content .tsT_menu.m3.medium .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.8571428571em;
    margin-bottom: 0.8571428571em;
    line-height: 1.4285714286em;
  }
  .content .tsT_menu.m2.large .tsI_hd, .content .tsT_menu.m3.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
  }
  .content .tsT_menu.m2.large .tsI_sh, .content .tsT_menu.m3.large .tsI_sh {
    font-size: 1.3125em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.3333333333em;
  }
  .content .w988 .tsT_menu.m2.large .tsI_hd, .content .w988 .tsT_menu.m3.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
  }
  .content .w988 .tsT_menu.m2.large .tsI_sh, .content .w988 .tsT_menu.m3.large .tsI_sh {
    font-size: 1.3125em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_menu.m2 .tsI_hd, .section_content .tsT_menu.m3 .tsI_hd {
    font-size: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    line-height: 1.25em;
  }
  .section_content .tsT_menu.m2 .tsI_sh, .section_content .tsT_menu.m3 .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.8571428571em;
    margin-bottom: 0.8571428571em;
    line-height: 1.4285714286em;
  }
}
.section_content .tsT_photo_grid .yImg.nHero .tsI_hd, .section_content .tsT_photo_tiles.pt1.pft .yImg.nHero .tsI_hd, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_hd {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}
.section_content .tsT_photo_grid .yImg.nHero .tsI_sh, .section_content .tsT_photo_tiles.pt1.pft .yImg.nHero .tsI_sh, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
}
.section_content .tsT_photo_grid.small .nImg .tsI_hd,
.section_content .tsT_photo_grid.small .yHero .tsI_hd, .section_content .tsT_photo_tiles.pt1.pft.small .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt1.pft.small .yHero .tsI_hd, .section_content .tsT_photo_tiles.pt2.small .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt2.small .yHero .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}
.section_content .tsT_photo_grid.small .nImg .tsI_sh,
.section_content .tsT_photo_grid.small .yHero .tsI_sh, .section_content .tsT_photo_tiles.pt1.pft.small .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt1.pft.small .yHero .tsI_sh, .section_content .tsT_photo_tiles.pt2.small .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt2.small .yHero .tsI_sh {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}
.section_content .tsT_photo_grid.medium .nImg .tsI_hd,
.section_content .tsT_photo_grid.medium .yHero .tsI_hd, .section_content .tsT_photo_tiles.pt1.pft.medium .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt1.pft.medium .yHero .tsI_hd, .section_content .tsT_photo_tiles.pt2.medium .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt2.medium .yHero .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.4444444444em;
  line-height: 1.1111111111em;
  letter-spacing: -0.0125rem;
}
.section_content .tsT_photo_grid.medium .nImg .tsI_sh,
.section_content .tsT_photo_grid.medium .yHero .tsI_sh, .section_content .tsT_photo_tiles.pt1.pft.medium .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt1.pft.medium .yHero .tsI_sh, .section_content .tsT_photo_tiles.pt2.medium .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt2.medium .yHero .tsI_sh {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}
.section_content .tsT_photo_grid.large .yHero .tsI_hd,
.section_content .tsT_photo_grid.large .nImg .tsI_hd, .section_content .tsT_photo_tiles.pt1.pft.large .yHero .tsI_hd,
.section_content .tsT_photo_tiles.pt1.pft.large .nImg .tsI_hd, .section_content .tsT_photo_tiles.pt2.large .yHero .tsI_hd,
.section_content .tsT_photo_tiles.pt2.large .nImg .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.4444444444em;
  line-height: 1.1111111111em;
  letter-spacing: -0.0125rem;
}
.section_content .tsT_photo_grid.large .yHero .tsI_sh,
.section_content .tsT_photo_grid.large .nImg .tsI_sh, .section_content .tsT_photo_tiles.pt1.pft.large .yHero .tsI_sh,
.section_content .tsT_photo_tiles.pt1.pft.large .nImg .tsI_sh, .section_content .tsT_photo_tiles.pt2.large .yHero .tsI_sh,
.section_content .tsT_photo_tiles.pt2.large .nImg .tsI_sh {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}

/* PROMOS TYOGRAPHY */
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_gallery.g1.large .tsI_hd, .section_content .tsT_parallax.large .tsI_hd, .section_content .tsT_video.large .tsI_hd,
  .w988 .tsT_gallery.g1.large .tsI_hd,
  .w988 .tsT_parallax.large .tsI_hd,
  .w988 .tsT_video.large .tsI_hd {
    font-size: 3.375em;
    margin-top: 0.7407407407em;
    margin-bottom: 0.3703703704em;
    line-height: 1.1111111111em;
    letter-spacing: -0.05rem;
  }
  .section_content .tsT_gallery.g1.large .tsI_sh, .section_content .tsT_parallax.large .tsI_sh, .section_content .tsT_video.large .tsI_sh,
  .w988 .tsT_gallery.g1.large .tsI_sh,
  .w988 .tsT_parallax.large .tsI_sh,
  .w988 .tsT_video.large .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_gallery.g1.large .tsI_dsc, .section_content .tsT_parallax.large .tsI_dsc, .section_content .tsT_video.large .tsI_dsc,
  .w988 .tsT_gallery.g1.large .tsI_dsc,
  .w988 .tsT_parallax.large .tsI_dsc,
  .w988 .tsT_video.large .tsI_dsc {
    font-size: 1.25em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4em;
  }
  .section_content .tsT_gallery.g1.medium .tsI_hd, .section_content .tsT_parallax.medium .tsI_hd, .section_content .tsT_video.medium .tsI_hd,
  .w988 .tsT_gallery.g1.medium .tsI_hd,
  .w988 .tsT_parallax.medium .tsI_hd,
  .w988 .tsT_video.medium .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_gallery.g1.medium .tsI_sh, .section_content .tsT_parallax.medium .tsI_sh, .section_content .tsT_video.medium .tsI_sh,
  .w988 .tsT_gallery.g1.medium .tsI_sh,
  .w988 .tsT_parallax.medium .tsI_sh,
  .w988 .tsT_video.medium .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_gallery.g1.medium .tsI_dsc, .section_content .tsT_parallax.medium .tsI_dsc, .section_content .tsT_video.medium .tsI_dsc,
  .w988 .tsT_gallery.g1.medium .tsI_dsc,
  .w988 .tsT_parallax.medium .tsI_dsc,
  .w988 .tsT_video.medium .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .content .tsT_gallery.g1.medium .tsI_hd, .content .tsT_gallery.g1.large .tsI_hd, .content .tsT_parallax.medium .tsI_hd, .content .tsT_parallax.large .tsI_hd, .content .tsT_video.medium .tsI_hd, .content .tsT_video.large .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_gallery.g1.medium .tsI_sh, .content .tsT_gallery.g1.large .tsI_sh, .content .tsT_parallax.medium .tsI_sh, .content .tsT_parallax.large .tsI_sh, .content .tsT_video.medium .tsI_sh, .content .tsT_video.large .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .content .tsT_gallery.g1.medium .tsI_dsc, .content .tsT_gallery.g1.large .tsI_dsc, .content .tsT_parallax.medium .tsI_dsc, .content .tsT_parallax.large .tsI_dsc, .content .tsT_video.medium .tsI_dsc, .content .tsT_video.large .tsI_dsc {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_gallery.g1 .tsI_hd, .section_content .tsT_parallax .tsI_hd, .section_content .tsT_video .tsI_hd {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  .section_content .tsT_gallery.g1.xsmall.small .tsI_hd, .section_content .tsT_gallery.g1.xsmall.small .tsI_sh, .section_content .tsT_gallery.g1.xsmall.small .tsI_dsc, .section_content .tsT_parallax.xsmall.small .tsI_hd, .section_content .tsT_parallax.xsmall.small .tsI_sh, .section_content .tsT_parallax.xsmall.small .tsI_dsc, .section_content .tsT_video.xsmall.small .tsI_hd, .section_content .tsT_video.xsmall.small .tsI_sh, .section_content .tsT_video.xsmall.small .tsI_dsc {
    max-width: 100%;
  }
  .section_content .tsT_gallery.g1.xsmall.small .tsI_dsc, .section_content .tsT_parallax.xsmall.small .tsI_dsc, .section_content .tsT_video.xsmall.small .tsI_dsc {
    font-size: 0.6875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.0909090909em;
  }
  .section_content .tsT_gallery.g1.small .tsI_hd, .section_content .tsT_parallax.small .tsI_hd, .section_content .tsT_video.small .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_gallery.g1.small .tsI_sh, .section_content .tsT_parallax.small .tsI_sh, .section_content .tsT_video.small .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_gallery.g1.small .tsI_dsc, .section_content .tsT_parallax.small .tsI_dsc, .section_content .tsT_video.small .tsI_dsc {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsT_gallery.g1.large .tsI_hd, .tsT_gallery.g1.medium .tsI_hd, .tsT_gallery.g1.small .tsI_hd, .tsT_parallax.large .tsI_hd, .tsT_parallax.medium .tsI_hd, .tsT_parallax.small .tsI_hd, .tsT_video.large .tsI_hd, .tsT_video.medium .tsI_hd, .tsT_video.small .tsI_hd {
    font-size: 3em;
    margin-top: 0.75em;
    margin-bottom: 0.3333333333em;
    line-height: 1.0833333333em;
    letter-spacing: -0.04rem;
  }
  .tsT_gallery.g1.large .tsI_sh, .tsT_gallery.g1.medium .tsI_sh, .tsT_gallery.g1.small .tsI_sh, .tsT_parallax.large .tsI_sh, .tsT_parallax.medium .tsI_sh, .tsT_parallax.small .tsI_sh, .tsT_video.large .tsI_sh, .tsT_video.medium .tsI_sh, .tsT_video.small .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_gallery.g1.large .tsI_dsc, .tsT_gallery.g1.medium .tsI_dsc, .tsT_gallery.g1.small .tsI_dsc, .tsT_parallax.large .tsI_dsc, .tsT_parallax.medium .tsI_dsc, .tsT_parallax.small .tsI_dsc, .tsT_video.large .tsI_dsc, .tsT_video.medium .tsI_dsc, .tsT_video.small .tsI_dsc {
    font-size: 1.25em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4em;
  }
}
/*HEADER FONT//////////////////////////*/
/*SINGLE STYLE, NORMAL*/
.tsC.single-hdr h1, .tsC.single-hdr h2, .tsC.single-hdr h3, .tsC.single-hdr h4, .tsC.single-hdr h5, .tsC.single-hdr h6, .tsC.single-hdr dt, .tsC.single-hdr th {
  font-weight: normal !important;
}
.tsC.single-hdr .tsB .tsB_hd span,
.tsC.single-hdr .tsI .tsI_hd,
.tsC.single-hdr .tsI .tsI_sh {
  font-weight: normal !important;
}
.tsC.single-feat .tsT_gallery.g1 .tsI_hd,
.tsC.single-feat .tsT_gallery.g2 .tsI_hd,
.tsC.single-feat .tsT_photo_grid .tsI_hd,
.tsC.single-feat .tsT_photo_tiles .tsI_hd,
.tsC.single-feat .tsT_parallax .tsI_hd {
  font-weight: normal !important;
}

/*SYSTEM FONTS*/
.tsC.Great-Vibes .tsT_gallery.g1 .tsI_hd,
.tsC.Great-Vibes .tsT_gallery.g2 .tsI_hd,
.tsC.Great-Vibes .tsT_photo_grid .tsI_hd,
.tsC.Great-Vibes .tsT_photo_tiles .tsI_hd,
.tsC.Great-Vibes .tsT_parallax .tsI_hd, .tsC.Lobster-1-3 .tsT_gallery.g1 .tsI_hd,
.tsC.Lobster-1-3 .tsT_gallery.g2 .tsI_hd,
.tsC.Lobster-1-3 .tsT_photo_grid .tsI_hd,
.tsC.Lobster-1-3 .tsT_photo_tiles .tsI_hd,
.tsC.Lobster-1-3 .tsT_parallax .tsI_hd, .tsC.Pacifico .tsT_gallery.g1 .tsI_hd,
.tsC.Pacifico .tsT_gallery.g2 .tsI_hd,
.tsC.Pacifico .tsT_photo_grid .tsI_hd,
.tsC.Pacifico .tsT_photo_tiles .tsI_hd,
.tsC.Pacifico .tsT_parallax .tsI_hd, .tsC.Parisienne .tsT_gallery.g1 .tsI_hd,
.tsC.Parisienne .tsT_gallery.g2 .tsI_hd,
.tsC.Parisienne .tsT_photo_grid .tsI_hd,
.tsC.Parisienne .tsT_photo_tiles .tsI_hd,
.tsC.Parisienne .tsT_parallax .tsI_hd, .tsC.Satisfy .tsT_gallery.g1 .tsI_hd,
.tsC.Satisfy .tsT_gallery.g2 .tsI_hd,
.tsC.Satisfy .tsT_photo_grid .tsI_hd,
.tsC.Satisfy .tsT_photo_tiles .tsI_hd,
.tsC.Satisfy .tsT_parallax .tsI_hd, .tsC.Yellowtail .tsT_gallery.g1 .tsI_hd,
.tsC.Yellowtail .tsT_gallery.g2 .tsI_hd,
.tsC.Yellowtail .tsT_photo_grid .tsI_hd,
.tsC.Yellowtail .tsT_photo_tiles .tsI_hd,
.tsC.Yellowtail .tsT_parallax .tsI_hd {
  text-transform: none !important;
}

/*FEATURE FONT//////////////////////////*/
/*SYSTEM FONTS*/
.tsC.single-hdr.Arial h1, .tsC.single-hdr.Arial h2, .tsC.single-hdr.Arial h3, .tsC.single-hdr.Arial h4, .tsC.single-hdr.Arial h5, .tsC.single-hdr.Arial h6, .tsC.single-hdr.Arial dt, .tsC.single-hdr.Arial th, .tsC.single-hdr.Georgia h1, .tsC.single-hdr.Georgia h2, .tsC.single-hdr.Georgia h3, .tsC.single-hdr.Georgia h4, .tsC.single-hdr.Georgia h5, .tsC.single-hdr.Georgia h6, .tsC.single-hdr.Georgia dt, .tsC.single-hdr.Georgia th, .tsC.single-hdr.Helvetica h1, .tsC.single-hdr.Helvetica h2, .tsC.single-hdr.Helvetica h3, .tsC.single-hdr.Helvetica h4, .tsC.single-hdr.Helvetica h5, .tsC.single-hdr.Helvetica h6, .tsC.single-hdr.Helvetica dt, .tsC.single-hdr.Helvetica th, .tsC.single-hdr.Times-New-Roman h1, .tsC.single-hdr.Times-New-Roman h2, .tsC.single-hdr.Times-New-Roman h3, .tsC.single-hdr.Times-New-Roman h4, .tsC.single-hdr.Times-New-Roman h5, .tsC.single-hdr.Times-New-Roman h6, .tsC.single-hdr.Times-New-Roman dt, .tsC.single-hdr.Times-New-Roman th, .tsC.single-hdr.Verdana h1, .tsC.single-hdr.Verdana h2, .tsC.single-hdr.Verdana h3, .tsC.single-hdr.Verdana h4, .tsC.single-hdr.Verdana h5, .tsC.single-hdr.Verdana h6, .tsC.single-hdr.Verdana dt, .tsC.single-hdr.Verdana th,
.tsC.single-feat.Arial h1,
.tsC.single-feat.Arial h2,
.tsC.single-feat.Arial h3,
.tsC.single-feat.Arial h4,
.tsC.single-feat.Arial h5,
.tsC.single-feat.Arial h6,
.tsC.single-feat.Arial dt,
.tsC.single-feat.Arial th,
.tsC.single-feat.Georgia h1,
.tsC.single-feat.Georgia h2,
.tsC.single-feat.Georgia h3,
.tsC.single-feat.Georgia h4,
.tsC.single-feat.Georgia h5,
.tsC.single-feat.Georgia h6,
.tsC.single-feat.Georgia dt,
.tsC.single-feat.Georgia th,
.tsC.single-feat.Helvetica h1,
.tsC.single-feat.Helvetica h2,
.tsC.single-feat.Helvetica h3,
.tsC.single-feat.Helvetica h4,
.tsC.single-feat.Helvetica h5,
.tsC.single-feat.Helvetica h6,
.tsC.single-feat.Helvetica dt,
.tsC.single-feat.Helvetica th,
.tsC.single-feat.Times-New-Roman h1,
.tsC.single-feat.Times-New-Roman h2,
.tsC.single-feat.Times-New-Roman h3,
.tsC.single-feat.Times-New-Roman h4,
.tsC.single-feat.Times-New-Roman h5,
.tsC.single-feat.Times-New-Roman h6,
.tsC.single-feat.Times-New-Roman dt,
.tsC.single-feat.Times-New-Roman th,
.tsC.single-feat.Verdana h1,
.tsC.single-feat.Verdana h2,
.tsC.single-feat.Verdana h3,
.tsC.single-feat.Verdana h4,
.tsC.single-feat.Verdana h5,
.tsC.single-feat.Verdana h6,
.tsC.single-feat.Verdana dt,
.tsC.single-feat.Verdana th {
  font-weight: 700;
}
.tsC.single-hdr.Arial .tsI_hd, .tsC.single-hdr.Georgia .tsI_hd, .tsC.single-hdr.Helvetica .tsI_hd, .tsC.single-hdr.Times-New-Roman .tsI_hd, .tsC.single-hdr.Verdana .tsI_hd,
.tsC.single-feat.Arial .tsI_hd,
.tsC.single-feat.Georgia .tsI_hd,
.tsC.single-feat.Helvetica .tsI_hd,
.tsC.single-feat.Times-New-Roman .tsI_hd,
.tsC.single-feat.Verdana .tsI_hd {
  font-weight: 700;
}
.tsC.single-hdr.Arial .tsI_sh, .tsC.single-hdr.Georgia .tsI_sh, .tsC.single-hdr.Helvetica .tsI_sh, .tsC.single-hdr.Times-New-Roman .tsI_sh, .tsC.single-hdr.Verdana .tsI_sh,
.tsC.single-feat.Arial .tsI_sh,
.tsC.single-feat.Georgia .tsI_sh,
.tsC.single-feat.Helvetica .tsI_sh,
.tsC.single-feat.Times-New-Roman .tsI_sh,
.tsC.single-feat.Verdana .tsI_sh {
  font-weight: normal;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select {
  padding: 0.5rem 1rem;
}

.header_share_wrap,
.the_mobile_triggers,
.logo-variation-mobile {
  display: none;
}

.logo-variation-header {
  display: block;
  max-width: 100%;
}

body.open {
  position: fixed;
  width: 100%;
}

.tsH {
  width: 100%;
  margin: 0;
  z-index: 1009;
}

.tsH,
.tsH_wrp,
#_the_logo * {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.tsH_navTrig {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 3rem;
  -moz-flex: 0 1 3rem;
  -ms-flex: 0 1 3rem;
  flex: 0 1 3rem;
  background: transparent;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  visibility: hidden;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
}
.tsH_navTrig:before {
  font-family: "tsi-cms";
  content: "a";
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
  font-weight: 400;
  vertical-align: middle;
}

.tsH {
  position: fixed;
  top: 0;
}
.tsH_wrp {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0.5rem;
  position: relative;
  z-index: 1009;
  width: 100%;
}
.tsH #access {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.tsH .menu {
  margin: 0;
  padding: 0 10rem 0 0.5rem;
}
.tsH .menu li > a {
  width: 100%;
}
.tsH .menu.align-left {
  text-align: left;
  padding: 0 1rem;
}
.tsH .menu.align-left .sf-menu > li > ul {
  min-width: 100%;
  padding: 1rem 1rem 0.5rem 0;
}
.tsH .menu.align-left ul .sub-menu li {
  padding-left: 1rem;
  white-space: nowrap;
}
.tsH .menu.align-center {
  text-align: center;
  padding: 0 5rem;
}
.tsH .menu.align-center .sf-menu > li > ul.sub-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 0.5rem 0.5rem;
}
.tsH .menu.align-center ul .sub-menu {
  text-align: left;
}
.tsH .menu.align-center ul .sub-menu li {
  white-space: nowrap;
}
.tsH .menu.align-right {
  text-align: right;
  padding: 0 0.5rem;
}
.tsH .menu.align-right .sf-menu > li > ul.sub-menu {
  min-width: 150%;
  right: 0;
  padding: 1rem 1rem 0.5rem 0;
}
.tsH .menu.align-right ul .sub-menu {
  text-align: left;
}
.tsH .menu.align-right ul .sub-menu li {
  padding-left: 1rem;
  white-space: nowrap;
}
.tsH .menu .sf-menu > li > ul.sub-menu {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-top: 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-height: 70vh;
  overflow-y: auto;
}
.tsH .menu .sf-menu > li:hover > ul.sub-menu:first-of-type {
  opacity: 1;
  visibility: visible;
  padding-top: 1rem;
}
.tsH .menu .sf-menu li {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.tsH .menu .sf-menu ul ul > li {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: normal;
}
.tsH .menu > ul {
  font-size: 0.8125em;
  margin-top: 0.9230769231em;
  margin-bottom: 0.9230769231em;
  line-height: 1.5384615385em;
  margin: 0;
}
.tsH .menu > ul > li {
  display: inline-block;
  position: relative;
}
.tsH .menu > ul > li a {
  display: block;
  padding: 0.75rem 0.5rem;
}
.tsH .menu > ul > li > .sub-menu {
  margin: 0;
  z-index: 300;
  font-size: 90%;
}
.tsH .menu > ul > li > .sub-menu li {
  display: block;
}
.tsH .menu > ul > li > .sub-menu a {
  padding: 0.25rem 0.5rem;
}
.tsH .menu > ul > .menu-item-has-children > a:after {
  content: " -";
  font-family: "tsi-cms";
  font-size: 90%;
}

@media print, screen and (min-width: 1025px) {
  .tsH_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0.5rem;
    width: 100%;
  }
  .tsH.shrink .tsH_wrp {
    padding: 0.5rem;
  }
  .tsH.shrink #_the_logo img {
    max-height: 3.75rem;
  }
  .tsH.shrink #_the_logo .logo-markup {
    font-size: 75%;
  }
  .tsH.expand #_the_logo img {
    max-height: 8.75rem;
  }
  .logged-in .tsH {
    position: absolute;
    top: auto;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsH {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .tsH #access {
    display: none;
  }
  .tsH .tsH_navTrig {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 3rem;
    -moz-flex: 0 1 3rem;
    -ms-flex: 0 1 3rem;
    flex: 0 1 3rem;
    background: transparent;
    font-weight: 700;
    padding: 0 0.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    visibility: visible;
    opacity: 1;
    max-width: initial;
  }
}
.tsF {
  position: relative;
}
.tsF hr {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-width: 1px 0 0;
  margin: 0;
}
.tsF .tsR {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
.tsF .tsR::after {
  clear: both;
  content: "";
  display: table;
}
.tsF_section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  padding: 0.5rem 0 0.5rem;
}
.tsF_section.brand {
  padding-bottom: 1rem;
}
.tsF_section.copyright {
  padding-top: 1rem;
}
.tsF_section.bottom {
  padding-bottom: 1.5rem;
}
.tsF_navTrig {
  float: right;
}
.tsF_navTrig:before {
  font-family: "tsi-cms";
  font-size: 130%;
  content: "a";
  vertical-align: middle;
  font-weight: 400;
}
.tsF_copyright, .tsF_logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  display: inline-block;
  font-style: normal;
  padding: 0;
}
.tsF_address {
  text-align: right;
}
.tsF_logo {
  text-align: right;
}
.tsF_logo a {
  background-image: url("/wp-content/themes/beacon-theme_charlotte/img/powered-tsix2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  height: 28px;
  width: 180px;
  line-height: 0;
  display: inline-block;
  -ms-interpolation-mode: bicubic;
}

@media print, screen and (max-width: 1218px) {
  .tsF_section.bottom {
    padding-right: 3rem;
  }
  body:not(.yLNav) .to-top {
    right: 1.5rem;
    margin-right: 2.1220609456%;
  }
}
@media print, screen and (max-width: 1024px) {
  .to-top {
    right: 1.5rem;
  }
}
@media print, screen and (min-width: 481px) {
  .tsF .footer-logo {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .tsF_logo, .tsF_copyright, .tsF_col {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
}
@media print, screen and (max-width: 480px) {
  .tsF_copyright, .tsF_logo {
    margin: 0.5rem 0;
    width: 100%;
    text-align: center;
  }
  .tsF_copyright, .tsF_address {
    margin: 0;
    text-align: center;
  }
  .tsF_navTrig {
    width: 100%;
    text-align: center;
    float: none;
  }
  .tsF_col {
    width: 100%;
  }
  .tsF .bottom {
    padding: 0.5rem;
  }
  .to-top {
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .yLNav .tsF_section,
  .yLNav .tsC .full_width_content .tsB {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .yLNav .tsC .full_width_content .tsB.tsT_photo_tiles.pt2 {
    padding-left: 0;
    padding-right: 0;
  }
  .yLNav .tsC .full_width_content .tsB.tsT_gallery, .yLNav .tsC .full_width_content .tsB.tsT_banner.b1 {
    padding-left: 0;
    padding-right: 0;
  }
  .yLNav .tsC .full_width_content .tsB.tsT_gallery .tsI, .yLNav .tsC .full_width_content .tsB.tsT_banner.b1 .tsI {
    padding: 0;
  }
  .yLNav .tsC .full_width_content .tsB.tsT_gallery .tsI_wrp, .yLNav .tsC .full_width_content .tsB.tsT_banner.b1 .tsI_wrp {
    padding: 0 4rem;
  }
  .yLNav .tsC .full_width_content .tsB.tsT_gallery .slick-prev, .yLNav .tsC .full_width_content .tsB.tsT_banner.b1 .slick-prev {
    left: 4.5rem;
  }
  .yLNav .tsC .full_width_content .tsB.tsT_gallery .slick-next, .yLNav .tsC .full_width_content .tsB.tsT_banner.b1 .slick-next {
    right: 4.5rem;
  }
  .yLNav .tsC .full_width_content .tsB.nCol {
    padding-left: 0;
    padding-right: 0;
  }
  .yLNav .tsC .full_width_content .tsB.nCol .tsI {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .tsL {
    position: absolute;
    right: 0;
    width: 4rem;
    margin-top: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
  }
  .tsL .tsB_hd {
    display: none;
  }
  .tsL nav {
    position: relative;
    padding: 3rem 1.5rem 1rem;
    overflow: auto;
  }
  .tsL nav.stick {
    position: fixed;
    top: 0;
  }
  .tsL nav li {
    padding: 0.25rem 0;
  }
  .tsL nav a {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
  .tsL nav a span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    opacity: 0;
    visibility: hidden;
    vertical-align: middle;
  }
  .tsL nav a:before {
    border-radius: 0.5rem;
    border: 0.1em solid;
    content: " ";
    height: 0.625rem;
    width: 0.625rem;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .tsL nav a.active:before {
    opacity: 1;
  }
  .tsL nav a:hover:before {
    opacity: 1;
  }
  .tsL:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    right: 0;
    width: 14.5rem;
  }
  .tsL:hover a span {
    -webkit-animation: fadeIn 0.1s cubic-bezier(1, 0, 0, 1) 0.25s both;
    animation: fadeIn 0.1s cubic-bezier(1, 0, 0, 1) 0.25s both;
    visibility: visible;
    width: auto;
  }
}
@media print, screen and (min-width: 851px) {
  .yLNav .page_head .page_row {
    padding-right: 4rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsL {
    display: none;
  }
}
.tsM {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.tsM a {
  text-decoration: none;
}
.tsM_wrp {
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  position: fixed;
  top: 0;
  z-index: 400;
  right: -100%;
  width: 30%;
  height: 100vh;
  max-height: -webkit-fill-available;
}
.tsM_bdy {
  overflow: auto;
  position: relative;
  padding: 1rem;
  height: 100%;
}
.tsM_sec {
  padding: 1rem 1.5rem 0;
}
.tsM.open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 7000;
}
.tsM.open .tsM_wrp {
  right: 0;
}
.tsM .tsC_close {
  right: auto;
  left: -1rem;
  top: 1.75rem;
}
.tsM #access .menu {
  margin: 0;
  padding: 0;
}
.tsM #access .menu .sf-menu > li {
  margin: 1rem 0;
}
.tsM #access .menu .sf-menu > li > a:first-of-type {
  font-weight: 700;
}
.tsM #access .menu > ul ul {
  margin: 0 0 0.5rem;
}
.tsM #access .menu ul {
  font-size: 0.875rem;
  padding: 0 0 0 0.5rem;
}
.tsM #access .menu ul a {
  border-radius: 2px;
  display: inline-block;
  outline: 0;
  padding: 0.5rem;
}

@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .tsM_wrp {
    width: 50%;
  }
}
@media print, screen and (max-width: 480px) {
  .tsM_wrp {
    width: 80%;
  }
}
#_the_logo .logo-slot.align-left {
  text-align: left;
}
#_the_logo .logo-slot.align-center {
  text-align: center;
}
#_the_logo .logo-slot.align-right {
  text-align: right;
}
#_the_logo .pct100 {
  width: 100%;
}
#_the_logo .pct50 {
  width: 50%;
}
#_the_logo .pct33 {
  width: 33.33%;
}
#_the_logo .logo-markup {
  display: block;
}
#_the_logo h2 {
  font-weight: normal;
}
#_the_logo p {
  margin: 0;
}

.tsH #_the_logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tsH #_the_logo a {
  display: block;
  line-height: 1px;
}
.tsH #_the_logo img {
  max-height: 8.75rem;
}
.tsH #_the_logo .logo {
  margin: 0;
}
.tsH #_the_logo .logo a {
  display: block;
}
.tsH #_the_logo .logo-variation-header .slot-type-text {
  line-height: 1.1;
  white-space: nowrap;
}
.tsH #_the_logo .logo-variation-mobile .slot-type-image {
  line-height: 1px;
}
.tsH #_the_logo .logo-variation-mobile .slot-type-text {
  line-height: 100%;
}

.tsF #_the_logo {
  width: 100%;
}
.tsF #_the_logo .logo {
  display: block;
  margin: 0;
  line-height: 0;
}
.tsF #_the_logo .logo a {
  display: inline-block;
}
.tsF #_the_logo .logo .slot-type-text {
  line-height: 100%;
  padding: 0;
}
.tsF #_the_logo .logo .slot-type-image {
  padding: 0;
}
.tsF #_the_logo .logo .slot-type-image img {
  max-height: 5rem;
}

@media print, screen and (min-width: 1025px) {
  .tsH #_the_logo .logo-slot.slot-type-text, .tsH #_the_logo .logo-slot.slot-type-image {
    padding: 0 0.5rem;
  }
  #_the_logo .logo-variation-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  #_the_logo .logo-variation-header .logo-slot {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  #_the_logo .logo-variation-mobile {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsH #_the_logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tsH #_the_logo img {
    max-height: 5rem;
  }
  #_the_logo {
    padding: 1rem 0;
  }
  #_the_logo .logo-variation-header {
    display: none;
  }
  #_the_logo .logo-variation-mobile {
    display: block;
  }
}
@media print, screen and (min-width: 851px) and (max-width: 1024px) {
  .tsH #_the_logo .logo span {
    font-size: 3vw;
  }
}
@media print, screen and (max-width: 850px) {
  .tsH #_the_logo .logo span {
    font-size: 70% !important;
    display: inherit;
    line-height: 1;
  }
}
.tsF .section_content .section {
  width: 100%;
}
.tsF .section_content .tsB {
  padding-top: 0;
}
.tsF .section_content .tsI {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  padding: 1.5rem 0 1rem;
}
.tsF .section_content .tsI:last-of-type {
  border-right: none;
}
.tsF .section_content .tsT_article.a1 .b2b-location.wide, .tsF .section_content .tsT_plugin .b2b-location.wide {
  box-shadow: none;
}
.tsF .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-canvas, .tsF .section_content .tsT_plugin .b2b-location.wide .b2b-location-canvas {
  display: none;
}
.tsF .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items, .tsF .section_content .tsT_plugin .b2b-location.wide .b2b-location-items {
  background: transparent;
  padding: 0;
  height: auto;
  width: 100%;
}
.tsF .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items ul, .tsF .section_content .tsT_plugin .b2b-location.wide .b2b-location-items ul {
  padding: 0;
  overflow: visible;
}
.tsF .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items ul > li, .tsF .section_content .tsT_plugin .b2b-location.wide .b2b-location-items ul > li {
  padding: 1rem 0;
}
.tsF .section_content .textwidget {
  font-size: 0.8125em;
  margin-top: 0.9230769231em;
  margin-bottom: 0.9230769231em;
  line-height: 1.5384615385em;
}
.tsF .section_content .menu,
.tsF .section_content .social-media-links {
  font-size: 118.1818181818%;
  column-count: 3;
  column-width: 10em;
  column-gap: 0.5rem;
}
.tsF .section_content .menu li,
.tsF .section_content .social-media-links li {
  display: table;
  width: 100%;
  page-break-inside: avoid;
}
.tsF .section_content .menu li a,
.tsF .section_content .social-media-links li a {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.375em 1em 0.4375em;
  display: inline-block;
  font-weight: normal;
  text-transform: initial;
  display: block;
  text-align: left;
}
.tsF .section_content .menu li a:hover, .tsF .section_content .menu li a:focus,
.tsF .section_content .social-media-links li a:hover,
.tsF .section_content .social-media-links li a:focus {
  outline: 0;
}
.tsF .section_content .menu li a:disabled,
.tsF .section_content .social-media-links li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsF .section_content .social-media-links li a {
  list-style-type: none;
  font-family: inherit !important;
  position: relative;
  padding-left: 2rem;
}
.tsF .section_content .social-media-links li a:before {
  font-family: "tsi-cms" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  left: 0;
  position: absolute;
  text-align: center;
  width: 2rem;
}
.tsF .section_content .social-media-links li a:before {
  vertical-align: bottom;
}
.tsF .section_content .social-media-links li a:after {
  content: attr(title);
}

@media print, screen and (min-width: 851px) {
  .tsF .section_content {
    padding-top: 1rem;
  }
  .tsF .section_content .tsI {
    width: auto;
  }
}
@media print, screen and (min-width: 851px) and (max-width: 1024px) {
  .tsF .section_content .section {
    width: 100%;
  }
  .tsF .section_content .tsI {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media print, screen and (max-width: 850px) {
  .tsF .section_content .tsI {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.tsSC {
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
  width: 100%;
}

.tsCntct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 40%;
  -moz-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.tsCntct .tsCntct_list {
  font-size: 100%;
  letter-spacing: 0.1em;
  text-align: right;
  width: 100%;
  margin: 0.25rem 0;
}
.tsCntct .tsCntct_list li {
  display: inline-block;
  margin: 0;
}
.tsCntct .tsCntct_list li button,
.tsCntct .tsCntct_list li a {
  text-transform: uppercase;
}
.tsCntct .tsCntct_list li .primary .tsHidden {
  display: none;
}
.tsCntct_mdl_wrp {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 2rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.tsCntct_mdl {
  margin: 0 auto;
  position: relative;
  top: -100%;
  max-width: 30rem;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.tsCntct_multi {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
}
.tsCntct_multi li a {
  border-radius: 2px;
  display: block;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
}
.tsCntct_multi li a:before {
  font-size: 100%;
  line-height: inherit;
  position: absolute;
  right: 0.5rem;
}
.tsCntct_multi .tsAddress {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
  font-weight: 700;
  margin: 0;
}
.tsCntct_multi .tsPhone,
.tsCntct_multi .tsEmail {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
  margin: 0;
  margin-left: 0.5rem;
}
.tsCntct_mdl_list {
  overflow: auto;
  max-height: 60vh;
}
.tsCntct_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1rem 1rem;
  margin: 0;
}

.tsCntct_mdl_wrp {
  z-index: 1011;
}
.tsCntct_mdl_wrp.open {
  opacity: 1;
  visibility: visible;
}
.tsCntct_mdl_wrp.open .tsCntct_mdl {
  top: 10%;
}

@media print, screen and (max-width: 850px) {
  .tsCntct .tsCntct_list {
    text-align: center;
  }
}
.social-media-links {
  font-size: 100%;
}
.social-media-links li {
  display: inline-block;
}
.social-media-links li a:before {
  font-size: 130%;
  font-family: "tsi-cms";
  vertical-align: middle;
}

.tsSC .social-media-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 60%;
  -moz-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  margin: 0.25rem 0;
}
.tsSC .social-media-links a {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.375em 1em 0.4375em;
  display: inline-block;
  text-transform: initial;
}
.tsSC .social-media-links a:hover, .tsSC .social-media-links a:focus {
  outline: 0;
}
.tsSC .social-media-links a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tsF .social .social-media-links {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  text-align: left;
  margin: 0;
}
.tsF .social .social-media-links li {
  line-height: 1;
}
.tsF .social .social-media-links li a {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  border-radius: 2px;
  font-weight: 400;
  padding: 0.375em 1em 0.4375em;
  display: inline-block;
  text-transform: initial;
  display: block;
}
.tsF .social .social-media-links li a:hover, .tsF .social .social-media-links li a:focus {
  outline: 0;
}
.tsF .social .social-media-links li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tsM .social-media-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.tsM .social-media-links li {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.25rem;
  line-height: 1;
}
.tsM .social-media-links li a {
  border-radius: 2px;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 3rem;
  padding: 0 0.5rem;
  display: block;
  text-transform: initial;
  text-align: center;
}
.tsM .social-media-links li a:before {
  display: block;
  width: 2rem;
}
.tsM .social-media-links li.printthispage {
  display: none;
}

@media print, screen and (max-width: 850px) {
  .tsSC .social-media-links,
  .tsF .social .social-media-links {
    display: none;
  }
}
.section_content .tsT_article.a1.well .tsI_txt {
  padding: 0 2rem 1.5rem;
  width: 100%;
}
.section_content .tsT_article.a1.well .nImg.yDsc .tsI_wrp,
.section_content .tsT_article.a1.well .nImg.yHds .tsI_wrp {
  padding-top: 1rem;
}
.section_content .tsT_article.a1.well .tsI.nHds.nDsc:not(.yLks) .tsI_img {
  margin-bottom: 0 !important;
}
.section_content .tsT_article.a1.well .tsI.nHds.nDsc:not(.yLks) .tsI_txt {
  padding: 0;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_article.a1.large.well .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .content .w988 .tsT_article.a1.large.well .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_article.a1.well.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_article.a1.well.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_article.a1.not_well.large .tsI.yImg .tsI_txt {
    padding: 1.5rem 0 0;
  }
  .full_width_content .tsT_article.a1.well.large .tsI_txt {
    padding-bottom: 3rem;
  }
  .full_width_content .tsT_article.a1.well.medium .yHero .tsI_txt {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_article.a1.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_article.a1.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 4rem;
  }
  .section_content .w1060 .tsT_article.a1.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_article.a1.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_article.a1.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_article.a1.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
.section_content .tsT_article.a2.not_well .tsI.yImg .tsI_hds {
  padding-bottom: 1rem;
}
.section_content .tsT_article.a2.well .tsI_txt {
  padding: 1rem 2rem 1.5rem;
  width: 100%;
}
.section_content .tsT_article.a2.well .tsI.yHds .tsI_hds {
  padding: 1rem 2rem;
  width: 100%;
}
.section_content .tsT_article.a2.well .tsI.yImg.nDsc .tsI_img {
  margin-bottom: 0 !important;
  margin-top: auto;
}
.section_content .tsT_article.a2.well .tsI.nImg.yHds.yDsc.yLk .tsI_hds {
  padding-bottom: 0;
}
.section_content .tsT_article.a2.well .tsI.nImg.yHds.yDsc.yLk .tsI_txt {
  padding-top: 0;
}
.section_content .tsT_article.a2.well .tsI.nImg.nHds .tsI_txt {
  padding-top: 1.5rem;
}
.section_content .tsT_article.a2 .tsI.nDsc .tsI_txt {
  display: none;
}
.section_content .tsT_article.a2 .tsI.nHds .tsI_hds {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_article.a2.large.well .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .content .w988 .tsT_article.a2.large.well .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .w988 .tsT_article.a2.large.well .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }
  .content .w988 .tsT_article.a2.large.well .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_article.a2.well.medium .tsI_txt, .content .tsT_article.a2.well.medium .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_article.a2.well.medium .tsI_txt::after, .content .tsT_article.a2.well.medium .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_article.a2.not_well.large .tsI.yImg .tsI_txt {
    padding: 1.5rem 0 0;
  }
  .full_width_content .tsT_article.a2.well.large .tsI {
    margin-bottom: 4rem;
  }
  .full_width_content .tsT_article.a2.well.large .tsI_txt {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .full_width_content .tsT_article.a2.well.large .nImg .tsI_hds {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_article.a2.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_article.a2.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 4rem;
  }
  .section_content .w1060 .tsT_article.a2.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_article.a2.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_article.a2.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_article.a2.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
.section_content .tsT_article.a3.large .tsS.not_well {
  margin-bottom: 2.5rem;
}

.section_content .tsT_article.a3 .tsI_txt_wrp {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  width: 100%;
}
.section_content .tsT_article.a3 .tsI_txt {
  width: 100%;
}
.section_content .tsT_article.a3 .tsI_img {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
.section_content .tsT_article.a3 .tsI_hd {
  margin-top: 0;
}
.section_content .tsT_article.a3 .tsI_btn.btn {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.section_content .tsT_article.a3.well.small .tsI_txt_wrp {
  padding: 1.5rem;
}
.section_content .tsT_article.a3.well.medium .tsI_txt_wrp {
  padding: 3rem 2rem 2rem;
}
.section_content .tsT_article.a3.well.large .tsI_txt_wrp {
  padding: 2rem;
}
.section_content .tsT_article.a3.well .tsI.nHds.nDsc.nImg.nAct .tsI_txt_wrp {
  padding: 0;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_article.a3.large.well .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1.5rem;
  }
  .content .w988 .tsT_article.a3.large.well .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_article.a3.well.medium .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_article.a3.well.medium .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .tsT_article.a3.small .tsI_txt_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_left .tsI_img, .section_content .tsT_article.a3.large .tsI.mod_left .tsI_img {
    float: left;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_left .tsI_dsc, .section_content .tsT_article.a3.large .tsI.mod_left .tsI_dsc {
    display: block;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_right .tsI_img, .section_content .tsT_article.a3.large .tsI.mod_right .tsI_img {
    float: right;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_right .tsI_dsc, .section_content .tsT_article.a3.large .tsI.mod_right .tsI_dsc {
    display: block;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_center .tsI_txt_wrp, .section_content .tsT_article.a3.large .tsI.mod_center .tsI_txt_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_center .tsI_txt, .section_content .tsT_article.a3.large .tsI.mod_center .tsI_txt {
    display: inline-block;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_left .tsI_img, .section_content .tsT_article.a3.medium .tsI.mod_right .tsI_img {
    width: 33.3333333333%;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_left .tsI_img {
    margin-right: 1rem;
  }
  .section_content .tsT_article.a3.medium .tsI.mod_right .tsI_img {
    margin-left: 1rem;
  }
  .section_content .tsT_article.a3.large .tsI.mod_left .tsI_img, .section_content .tsT_article.a3.large .tsI.mod_right .tsI_img {
    width: 41.6666666667%;
  }
  .section_content .tsT_article.a3.large .tsI.mod_left .tsI_img {
    margin-right: 2rem;
  }
  .section_content .tsT_article.a3.large .tsI.mod_right .tsI_img {
    margin-left: 2rem;
  }
  .section_content .tsT_article.a3.well .tsI.nHds.nDsc.nImg.nAct .tsI_txt_wrp {
    padding: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_article.a3.well.large .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1.5rem;
  }
  .full_width_content .tsT_article.a3.well.large .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_article.a3.well.medium .nHero .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_article.a3.well.medium .nHero .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_article.a3.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_article.a3.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsT_article.a3.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_article.a3.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 4rem;
  }
  .section_content .w1060 .tsT_article.a3.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_article.a3.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 4rem;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_article.a3 .tsI_img {
    width: 100%;
    float: none;
  }
}
.section .tsT_banner.b1 {
  padding: 0;
}
.section .tsT_banner.b1 .tsB {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section .tsT_banner.b1 .tsB::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_banner.b1 .tsI {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section .tsT_banner.b1 .tsI .tsX {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .tsT_banner.b1 .tsI .tsXa {
  background-size: cover;
  background-repeat: no-repeat;
}
.section .tsT_banner.b1 .tsI .tsXb {
  z-index: -2;
}
.section .tsT_banner.b1 .tsI .fa-stack {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.section .tsT_banner.b1 .tsI_hd {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.section .tsT_banner.b1 .tsI_wrp {
  height: 100%;
  padding: 0;
  overflow: auto;
  display: flex;
  position: relative;
}
.section .tsT_banner.b1 .tsI_cptn {
  width: 100%;
  padding: 1.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .tsT_banner.b1 .tsI_txt {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
}
.section .tsT_banner.b1 .tsI.txt_center .tsI_hd {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.section .tsT_banner.b1 .tsI.txt_center .tsI_txt {
  display: block;
}

@media print, screen and (min-width: 1025px) {
  .section .tsT_banner.b1.nCol .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
  }
  .section .tsT_banner.b1 .tsI.txt_right .tsI_txt, .section .tsT_banner.b1 .tsI.txt_left .tsI_txt {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section .tsT_banner.b1 .tsI.txt_right .tsI_hds, .section .tsT_banner.b1 .tsI.txt_left .tsI_hds {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.666%;
    -moz-flex: 1 1 66.666%;
    -ms-flex: 1 1 66.666%;
    flex: 1 1 66.666%;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 1rem;
  }
  .section .tsT_banner.b1 .tsI.txt_right .tsI_btn_wrp, .section .tsT_banner.b1 .tsI.txt_left .tsI_btn_wrp {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 auto;
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    text-align: right;
  }
  .section .tsT_banner.b1 .tsI.txt_right .tsI_btn_wrp .tsI_btn, .section .tsT_banner.b1 .tsI.txt_left .tsI_btn_wrp .tsI_btn {
    max-width: 100%;
    white-space: normal;
  }
  .section .tsT_banner.b1:not(.nCol).small .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section .tsT_banner.b1:not(.nCol).small .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section .tsT_banner.b1:not(.nCol).medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
  }
  .section .tsT_banner.b1:not(.nCol).medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section .tsT_banner.b1:not(.nCol).large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section .tsT_banner.b1:not(.nCol).large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_banner.b1 .tsI.txt_right .tsI_hd, .section_content .tsT_banner.b1 .tsI.txt_left .tsI_hd {
    margin: 0;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_banner.b1 .tsI.txt_center .tsI_hds, .section_content .tsT_banner.b1 .tsI.txt_right .tsI_hds, .section_content .tsT_banner.b1 .tsI.txt_left .tsI_hds {
    font-size: 116.67%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_banner.b1 .tsI .tsI_hds {
    font-size: 150%;
    text-align: center;
  }
  .section_content .tsT_banner.b1 .tsI .tsI_hd {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_banner.b1 .tsI .tsI_txt {
    display: block;
  }
  .section_content .tsT_banner.b1 .tsI .tsI_btn_wrp {
    text-align: center;
  }
  .section_content .tsT_banner.b1 .tsI .tsI_btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
}
.section .tsT_buttons.btn1 .tsR_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.section .tsT_buttons.btn1 .tsI_btn {
  border-color: transparent;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
}
.section .tsT_buttons.btn1 .tsI_btn.btn_2 {
  border: 1pt solid;
}
.section .tsT_buttons.btn1 .tsI:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
.section .tsT_buttons.btn1 .tsI.btn_nHero {
  background: transparent;
}
.section .tsT_buttons.btn1 .tsI.btn_nHero .tsI_btn.btn_default {
  border: 1pt solid;
  background: transparent;
  box-shadow: none;
}
.section .tsT_buttons.btn1 .tsI.btn_yHero .tsI_btn .tsI_btn_wrp {
  padding: 2px;
}
.section .tsT_buttons.btn1.btn_well .tsI_btn {
  border-radius: 40px;
}

.full_width_content .section .tsB.tsT_buttons.btn1 .tsI:only-of-type {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 1025px) {
  .tsT_buttons.btn1:not(.tsD_wide).col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
  }
  .tsT_buttons.btn1:not(.tsD_wide).col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 37.4225447755%;
  }
  .tsT_buttons.btn1:not(.tsD_wide).col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 23.5336531088%;
  }
  .tsT_buttons.btn1:not(.tsD_wide).col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 16.5892114422%;
  }
  .tsT_buttons.btn1:not(.tsD_wide).col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 12.4225447755%;
  }
  .tsT_buttons.btn1:not(.tsD_wide) .tsR_wrp {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .full_width_content .tsT_buttons.btn1.col_1 .tsI,
  .w988 .tsT_buttons.btn1.col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
  }
  .full_width_content .tsT_buttons.btn1.col_2 .tsI, .full_width_content .tsT_buttons.btn1.col_4 .tsI,
  .w988 .tsT_buttons.btn1.col_2 .tsI,
  .w988 .tsT_buttons.btn1.col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 37.4225447755%;
  }
  .full_width_content .tsT_buttons.btn1.col_3 .tsI, .full_width_content .tsT_buttons.btn1.col_5 .tsI,
  .w988 .tsT_buttons.btn1.col_3 .tsI,
  .w988 .tsT_buttons.btn1.col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 23.5336531088%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_buttons.btn1 .tsI {
    width: 100%;
  }
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_card.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_card.large .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_card.medium .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_card.medium .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_card.small .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_card.small .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_card .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_card .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
}
.section_content .section .tsT_card .tsI_wrp {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
.section_content .section .tsT_card .tsI_txt_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
.section_content .section .tsT_card .tsI_dsc ol, .section_content .section .tsT_card .tsI_dsc ul {
  padding: 0;
}
.section_content .section .tsT_card .tsI_dsc ol li, .section_content .section .tsT_card .tsI_dsc ul li {
  list-style-position: inside;
}
.section_content .section .tsT_card .tsI_btn_std_wrp {
  justify-content: center;
}
.section_content .section .tsT_card.well .tsI_txt {
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem;
}

.ie .section_content .section .tsT_card .tsI_img.ieframe {
  display: none;
}
.ie .section_content .section .tsT_card .tsI_img .emptytag {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .w736 .tsT_card.c1.large .tsI .tsI_txt_wrp, .w652 .tsT_card.c1.large .tsI .tsI_txt_wrp, .w988 .tsT_card.c1.large .tsI .tsI_txt_wrp, .full_width_content .tsT_card.c1.large .tsI .tsI_txt_wrp, .full_width_content .tsT_card.c1.medium .yHero .tsI_txt_wrp {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
    -moz-flex: 1 1 33.33333333%;
    -ms-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
  }
  .w736 .tsT_card.c1.large .tsI .tsI_img, .w652 .tsT_card.c1.large .tsI .tsI_img, .w988 .tsT_card.c1.large .tsI .tsI_img, .full_width_content .tsT_card.c1.large .tsI .tsI_img, .full_width_content .tsT_card.c1.medium .yHero .tsI_img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.666666666%;
    -moz-flex: 1 1 66.666666666%;
    -ms-flex: 1 1 66.666666666%;
    flex: 1 1 66.666666666%;
  }
  .w736 .tsT_card.c2.large .tsI .tsI_txt_wrp, .w652 .tsT_card.c2.large .tsI .tsI_txt_wrp, .w988 .tsT_card.c2.large .tsI .tsI_txt_wrp, .full_width_content .tsT_card.c2.large .tsI .tsI_txt_wrp, .full_width_content .tsT_card.c2.medium .yHero .tsI_txt_wrp {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .w736 .tsT_card.c2.large .tsI .tsI_img, .w652 .tsT_card.c2.large .tsI .tsI_img, .w988 .tsT_card.c2.large .tsI .tsI_img, .full_width_content .tsT_card.c2.large .tsI .tsI_img, .full_width_content .tsT_card.c2.medium .yHero .tsI_img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .w736 .tsT_card.large .tsI .tsI_wrp, .w652 .tsT_card.large .tsI .tsI_wrp, .w988 .tsT_card.large .tsI .tsI_wrp, .full_width_content .tsT_card.large .tsI .tsI_wrp, .full_width_content .tsT_card.medium .yHero .tsI_wrp {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .w736 .tsT_card.large .tsI .tsI_txt_wrp, .w652 .tsT_card.large .tsI .tsI_txt_wrp, .w988 .tsT_card.large .tsI .tsI_txt_wrp, .full_width_content .tsT_card.large .tsI .tsI_txt_wrp, .full_width_content .tsT_card.medium .yHero .tsI_txt_wrp {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .w736 .tsT_card.large .tsI .tsI_txt, .w652 .tsT_card.large .tsI .tsI_txt, .w988 .tsT_card.large .tsI .tsI_txt, .full_width_content .tsT_card.large .tsI .tsI_txt, .full_width_content .tsT_card.medium .yHero .tsI_txt {
    width: 100%;
  }
  .w736 .tsT_card.large .tsI .tsI_img, .w652 .tsT_card.large .tsI .tsI_img, .w988 .tsT_card.large .tsI .tsI_img, .full_width_content .tsT_card.large .tsI .tsI_img, .full_width_content .tsT_card.medium .yHero .tsI_img {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    margin-bottom: 0 !important;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn, .w652 .tsT_card.large .tsI .tsI_btn.btn, .w988 .tsT_card.large .tsI .tsI_btn.btn, .full_width_content .tsT_card.large .tsI .tsI_btn.btn, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    margin: 1rem 0.5rem;
    padding: 0.625em 1.25em;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn:hover, .w652 .tsT_card.large .tsI .tsI_btn.btn:hover, .w988 .tsT_card.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_card.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn:hover, .w652 .tsT_card.large .tsI .tsI_btn.btn:hover, .w988 .tsT_card.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_card.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn:hover, .w736 .tsT_card.large .tsI .tsI_btn.btn:focus, .w652 .tsT_card.large .tsI .tsI_btn.btn:focus, .w988 .tsT_card.large .tsI .tsI_btn.btn:focus, .full_width_content .tsT_card.large .tsI .tsI_btn.btn:focus, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn:focus {
    outline: 0;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn:disabled, .w652 .tsT_card.large .tsI .tsI_btn.btn:disabled, .w988 .tsT_card.large .tsI .tsI_btn.btn:disabled, .full_width_content .tsT_card.large .tsI .tsI_btn.btn:disabled, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn_w, .w652 .tsT_card.large .tsI .tsI_btn.btn_w, .w988 .tsT_card.large .tsI .tsI_btn.btn_w, .full_width_content .tsT_card.large .tsI .tsI_btn.btn_w, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn_w {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    padding: 0.5em 1em;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    margin: auto 0 0;
    width: 100%;
    display: inline-block;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn_w:after, .w652 .tsT_card.large .tsI .tsI_btn.btn_w:after, .w988 .tsT_card.large .tsI .tsI_btn.btn_w:after, .full_width_content .tsT_card.large .tsI .tsI_btn.btn_w:after, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn_w:after {
    content: " >";
    display: inline-block;
    font-family: "tsi-cms";
    font-size: 60%;
    line-height: 1;
    padding: 0 0.125rem;
    vertical-align: inherit;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn_w:hover, .w652 .tsT_card.large .tsI .tsI_btn.btn_w:hover, .w988 .tsT_card.large .tsI .tsI_btn.btn_w:hover, .full_width_content .tsT_card.large .tsI .tsI_btn.btn_w:hover, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn_w:hover, .w736 .tsT_card.large .tsI .tsI_btn.btn_w:focus, .w652 .tsT_card.large .tsI .tsI_btn.btn_w:focus, .w988 .tsT_card.large .tsI .tsI_btn.btn_w:focus, .full_width_content .tsT_card.large .tsI .tsI_btn.btn_w:focus, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn_w:focus {
    outline: 0;
  }
  .w736 .tsT_card.large .tsI .tsI_btn.btn_w:disabled, .w652 .tsT_card.large .tsI .tsI_btn.btn_w:disabled, .w988 .tsT_card.large .tsI .tsI_btn.btn_w:disabled, .full_width_content .tsT_card.large .tsI .tsI_btn.btn_w:disabled, .full_width_content .tsT_card.medium .yHero .tsI_btn.btn_w:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  /* Card 1 */
  /* Card 2 */
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_card .tsI_img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_card .tsI_img figcaption {
    margin-top: auto;
  }
  .section_content .tsT_card .tsI_hd {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .section_content .tsT_card .tsI_txt {
    text-align: center;
  }
  .section_content .tsT_card .tsI_btn.btn_nw {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  .section_content .tsT_card .tsI.yHds .tsI_hds:after {
    border-bottom: 3px solid;
    content: " ";
    display: block;
    margin: 1rem auto;
    width: 5em;
  }
  .section_content .tsT_card.small .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_card.small .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_card.small .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_card.medium .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_card.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_card.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_card.large .yImg .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_card.large .yImg .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_card.large .nImg .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_card.large .nImg .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_card.not_well .tsI_txt_wrp {
    border: 1px solid;
  }
  .section_content .tsT_card.not_well.small .tsI_txt_wrp {
    padding: 1rem 1.5rem 1.5rem;
  }
  .section_content .tsT_card.not_well.small .yImg .tsI_txt_wrp {
    margin-top: 0.25rem;
    padding-bottom: 1.75rem;
  }
  .section_content .tsT_card.not_well.medium .tsI_txt_wrp {
    padding: 1.5rem 2rem 2rem;
    margin-top: 0.5rem;
  }
  .section_content .tsT_card.not_well.medium .yImg .tsI_txt_wrp {
    margin-top: 0.5rem;
  }
  .section_content .tsT_card.not_well.large .tsI .tsI_txt_wrp {
    padding: 2rem 2rem 3rem;
  }
  .section_content .tsT_card.not_well.large .tsI.img_right .tsI_txt_wrp {
    margin-left: 0.25rem;
  }
  .section_content .tsT_card.not_well.large .tsI.img_left .tsI_txt_wrp, .section_content .tsT_card.not_well.large .tsI.img_center .tsI_txt_wrp {
    margin-right: 0.25rem;
  }
  .section_content .tsT_card.well.large .img_right.tsI .tsI_btn.btn_well,
  .section_content .tsT_card.well.large .img_left.tsI .tsI_btn.btn_well,
  .section_content .tsT_card.well.large .img_center.tsI .tsI_btn.btn_well {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .section_content .tsT_card.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_card.well.medium .nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_card.well.small .nHds.nDsc.yLk .tsI_btn, .section_content .tsT_card.well.medium .nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_card.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_card.well.large .nImg.nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_card .nHds.nDsc.nLk .tsI_txt_wrp {
    display: none;
  }
  .section_content .tsT_card.not_well.large .tsI.nImg.img_right .tsI_txt_wrp, .section_content .tsT_card.not_well.large .tsI.nImg.img_left .tsI_txt_wrp, .section_content .tsT_card.not_well.large .tsI.nImg.img_center .tsI_txt_wrp {
    margin: 0;
  }
  .section_content .w652 .tsT_card.well.large .tsI.yImg .tsI_txt,
  .section_content .w736 .tsT_card.well.large .tsI.yImg .tsI_txt {
    padding: 1.5rem 1.5rem 2rem;
  }
  .section_content .w652 .tsT_card.not_well.large .tsI.yImg .tsI_txt_wrp,
  .section_content .w736 .tsT_card.not_well.large .tsI.yImg .tsI_txt_wrp {
    padding: 1rem 1rem 1.5rem;
  }
}
@media print, screen and (max-width: 850px) {
  .full_width_content .tsB.tsT_card .tsR {
    padding: 3rem 1.5rem 1rem;
  }
  .section_content .tsT_card .tsI {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .section_content .tsT_card .tsI_img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 !important;
  }
  .section_content .tsT_card .tsI_hd {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .section_content .tsT_card .tsI_txt {
    text-align: center;
    padding-top: 0.5rem;
  }
  .section_content .tsT_card .tsI_sh {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .section_content .tsT_card .tsI_btn.btn_nw {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  .section_content .tsT_card .tsI.yHds .tsI_hds:after {
    border-bottom: 3px solid;
    content: " ";
    display: block;
    margin: 1rem auto;
    width: 5em;
  }
  .section_content .tsT_card.not_well .tsI_txt_wrp {
    border: 1px solid rgba(100, 100, 100, 0.2);
  }
  .section_content .tsT_card.not_well .tsI {
    margin-bottom: 2rem;
  }
  .section_content .tsT_card.not_well .tsI_txt_wrp {
    padding: 1.5rem 2rem 2rem;
  }
  .section_content .tsT_card.not_well .yImg .tsI_txt_wrp {
    margin-top: 0.25rem;
    padding-bottom: 1.75rem;
  }
  .section_content .tsT_card.well .tsI_img {
    margin: 0 !important;
  }
  .section_content .tsT_card.well .tsI_hd {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .section_content .tsT_card.well .tsI_txt {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 47.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_card.well .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_card.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_card.well.medium .nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_card.well.small .nHds.nDsc.yLk .tsI_btn, .section_content .tsT_card.well.medium .nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_card.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_card.well.large .nImg.nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_card .nHds.nDsc .tsI_txt,
  .section_content .tsT_card .nHds.nDsc.nLk .tsI_txt_wrp {
    display: none;
  }
  .section_content .tsT_card .nHds.nDsc .tsI_txt_wrp .tsI_btn {
    border-top: none;
  }
  .section_content .tsT_card.not_well.large .tsI.nImg.img_right .tsI_txt_wrp, .section_content .tsT_card.not_well.large .tsI.nImg.img_left .tsI_txt_wrp, .section_content .tsT_card.not_well.large .tsI.nImg.img_center .tsI_txt_wrp {
    margin: 0;
  }
}
/* PROMOS TYOGRAPHY */
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_hd,
  .w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_hd {
    font-size: 3.75em;
    margin-top: 0.8em;
    margin-bottom: 0.3333333333em;
    line-height: 1.1333333333em;
    letter-spacing: -0.05rem;
  }
  .full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_sh,
  .w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_dsc,
  .w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_dsc {
    font-size: 1.1875em;
    margin-top: 1.4736842105em;
    margin-bottom: 1.4736842105em;
    line-height: 1.4736842105em;
  }
  .section_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_gallery.g2.small .slick-slides .tsI .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_gallery.g2.small .slick-slides .tsI .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_gallery.g2.small .slick-slides .tsI .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .section_content .tsT_gallery.g2.medium .tsI.yImg .tsI_hd, .section_content .tsT_gallery.g2.medium .tsI.yImg .tsI_sh, .section_content .tsT_gallery.g2.large .tsI.yImg .tsI_hd, .section_content .tsT_gallery.g2.large .tsI.yImg .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
  .section_content .tsT_gallery.g2.medium .tsI.yImg .tsI_dsc, .section_content .tsT_gallery.g2.large .tsI.yImg .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
    width: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_hd, .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_sh, .tsT_gallery.g2.medium .slick-slides .tsI.yImg .tsI_hd, .tsT_gallery.g2.medium .slick-slides .tsI.yImg .tsI_sh, .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_hd, .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_sh {
    font-size: 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.5em;
  }
  .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_dsc, .tsT_gallery.g2.medium .slick-slides .tsI.yImg .tsI_dsc, .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
    width: 100%;
  }
  .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_hd, .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_hd, .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_sh, .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_sh, .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_dsc, .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_dsc, .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_dsc {
    font-size: 1.1875em;
    margin-top: 1.4736842105em;
    margin-bottom: 1.4736842105em;
    line-height: 1.4736842105em;
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.section_content .tsT_gallery {
  padding: 0;
}
.section_content .tsT_gallery .tsS {
  margin-bottom: 2rem;
}
.section_content .tsT_gallery .slick-wrap {
  -webkit-transition: all 0.2s ease-in-out 1s;
  -moz-transition: all 0.2s ease-in-out 1s;
  transition: all 0.2s ease-in-out 1s;
  overflow: hidden;
  position: relative;
  height: 50vh;
}
.section_content .tsT_gallery .slick-wrap:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner 0.6s linear infinite;
}
.section_content .tsT_gallery .slick-wrap.slides-init {
  opacity: 1;
  height: auto;
}
.section_content .tsT_gallery .slick-wrap .slick-nav,
.section_content .tsT_gallery .slick-wrap .slick-slides {
  opacity: 0;
}
.section_content .tsT_gallery .slick-wrap .slick-nav.slick-initialized,
.section_content .tsT_gallery .slick-wrap .slick-slides.slick-initialized {
  opacity: 1;
  height: auto;
}

.section_content .tsT_gallery.g1 {
  padding: 0;
}
.section_content .tsT_gallery.g1 .tsI {
  margin: 0;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_content .tsT_gallery.g1 .tsI.nImg .tsI_cptn {
  background: none;
}
.section_content .tsT_gallery.g1 .tsI_img {
  padding: 0;
  margin: 0 !important;
}
.section_content .tsT_gallery.g1 .tsI_img a {
  display: block;
}
.section_content .tsT_gallery.g1 .tsI_img img {
  margin: 0;
}
.section_content .tsT_gallery.g1 .tsI_wrp {
  position: relative;
  display: block;
  height: 100%;
}
.section_content .tsT_gallery.g1 .tsI_cptn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
}
.section_content .tsT_gallery.g1 .tsI_hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.section_content .tsT_gallery.g1 .tsI.txt_left .tsI_hd {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.section_content .tsT_gallery.g1 .tsI.txt_right .tsI_hd {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.section_content .tsT_gallery.g1 .tsI.txt_center .tsI_hd {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.section_content .tsT_gallery.g1 .tsI_dsc {
  display: block;
}
.section_content .tsT_gallery.g1 .tsI_txt {
  width: 100%;
  max-width: 80.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 6rem 2rem;
  position: relative;
  max-height: 100%;
}
.section_content .tsT_gallery.g1 .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_gallery.g1 .tsI .emptytag {
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  .section_content .tsT_gallery.g1.small .tsI_txt {
    padding: 1rem 1rem 1.5rem;
  }
  .section_content .tsT_gallery.g1.small .slick-prev,
  .section_content .tsT_gallery.g1.small .slick-next {
    border-radius: 0;
    margin: 0;
    padding: 0.25rem 1rem;
    bottom: 0;
    top: auto;
    width: 50%;
  }
  .section_content .tsT_gallery.g1.small .slick-prev:before,
  .section_content .tsT_gallery.g1.small .slick-next:before {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .section_content .tsT_gallery.g1.small .slick-prev {
    left: 0;
    text-align: left;
  }
  .section_content .tsT_gallery.g1.small .slick-next {
    right: 0;
    text-align: right;
  }
  .section_content .tsT_gallery.g1.small .slick-dots {
    top: 100%;
    margin: 0;
    padding: 1rem 0 0;
  }
  .section_content .tsT_gallery.g1.small .slick-dots li button {
    border-radius: 0;
    padding: 0.125rem 0.25rem;
    width: 0.625rem;
  }
  .section_content .tsT_gallery.g1.small .slick-dots li.slick-active button, .section_content .tsT_gallery.g1.small .slick-dots li:hover button {
    padding: 0.25rem 0.25rem 0.125rem;
  }
  .section_content .tsT_gallery.g1.small .slick-dots li.slick-active button:before, .section_content .tsT_gallery.g1.small .slick-dots li:hover button:before {
    border-width: 0.3125rem;
    top: -0.625rem;
  }
  .section_content .tsT_gallery.g1.small .scrollbar-dynamic {
    margin-bottom: 1.8125rem;
  }
}
.content .tsT_gallery.g1 {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 851px) and (max-width: 1024px) {
  .section_content .tsT_gallery.g1.yResize.widescreen_2-4_1 .tsI {
    height: 32.5rem;
  }
}
@media print, screen and (min-width: 851px) {
  .full_width_content .tsT_gallery.g1.large .tsI_txt {
    padding: 1rem 9rem 2rem;
  }
  .full_width_content .tsT_gallery.g1.large .slick-prev {
    left: 4.5rem;
  }
  .full_width_content .tsT_gallery.g1.large .slick-next {
    right: 4.5rem;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_gallery.g1.yResize .tsI {
    height: 50vh;
  }
  .section_content .tsT_gallery.g1 .tsI {
    font-size: 80%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_gallery.g1.yResize .tsI {
    height: 70vh;
  }
  .section_content .tsT_gallery.g1 .tsI {
    font-size: 70%;
  }
  .section_content .tsT_gallery.g1 .tsI_txt {
    padding: 2rem 2rem 1.5rem;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .section_content .tsT_gallery.g1.yResize .tsI {
    height: 70vh;
  }
}
@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .section_content .tsT_gallery.g1.yResize .tsI {
    height: 100vh;
  }
}
@media print, screen and (min-width: 1025px) {
  /* IE10+ ------------------ */
  .ie .section_content .tsT_gallery.g1.small .slick-prev,
  .ie .section_content .tsT_gallery.g1.small .slick-next {
    height: 30px;
  }
  .ie .section_content .tsT_gallery.g1.small .slick-prev:before,
  .ie .section_content .tsT_gallery.g1.small .slick-next:before {
    line-height: 1;
  }
}
.section_content .tsT_gallery.g2 {
  padding: 0;
}
.section_content .tsT_gallery.g2 .tsI_cptn {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  max-height: 100%;
}
.section_content .tsT_gallery.g2 .tsI_txt {
  width: 100%;
  max-width: 54.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 2rem;
  overflow: auto;
}
.section_content .tsT_gallery.g2 .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_img {
  margin-bottom: 0 !important;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_img a {
  display: block;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_img img {
  margin: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_cptn {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_txt {
  border-radius: 2px;
  display: block;
  max-height: 100%;
  padding: 1rem 1.5rem 2rem;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.nImg .tsI_cptn {
  background: none;
  height: 100%;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.nImg .tsI_txt {
  max-width: 75.25em;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.nImg .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.nImg.nDsc .tsI_dsc {
  margin: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_txt {
  text-align: left;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn {
  padding: 2rem 3rem;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn .tsI_bdg {
  position: absolute;
  z-index: 1;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn .tsI_txt {
  opacity: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn.caption-show .tsI_txt {
  opacity: 1;
}
.section_content .tsT_gallery.g2 .slick-nav {
  background: none;
  padding: 1rem 0;
  position: relative;
  margin-top: 0;
  z-index: 100;
}
.section_content .tsT_gallery.g2 .slick-nav .slick-prev,
.section_content .tsT_gallery.g2 .slick-nav .slick-next {
  border-radius: 0;
  margin: 0;
  bottom: 1.5rem;
  top: 1.5rem;
  width: 3rem;
}
.section_content .tsT_gallery.g2 .slick-nav .slick-prev:before,
.section_content .tsT_gallery.g2 .slick-nav .slick-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_content .tsT_gallery.g2 .slick-nav .slick-prev {
  left: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .slick-next {
  right: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav {
  position: relative;
  outline: none;
  overflow: hidden;
  margin: 0.5rem 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav:hover .tsI_img {
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.2);
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav.slick-current {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav.slick-current:before {
  top: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_cptn {
  text-align: center;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_txt {
  margin-top: 0;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_dsc {
  max-width: 100%;
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  font-weight: 700;
  margin-top: 0.25;
  margin-bottom: 0.25;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

@media print, screen and (min-width: 851px) {
  .section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn .tsI_txt {
    margin: auto;
  }
  .section_content .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_cptn {
    padding: 1rem 1rem 3rem;
  }
  .section_content .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_txt {
    padding: 1rem 1rem 2rem;
  }
  .section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_cptn {
    padding: 0;
  }
  .section_content .tsT_gallery.g2.small .tsI_bdg {
    bottom: 2rem;
  }
  .section_content .tsT_gallery.g2.small .slick-prev,
  .section_content .tsT_gallery.g2.small .slick-next {
    border-radius: 0;
    margin: 0;
    padding: 0.25rem 1rem;
    bottom: 0;
    top: auto;
    width: 50%;
  }
  .section_content .tsT_gallery.g2.small .slick-prev:before,
  .section_content .tsT_gallery.g2.small .slick-next:before {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .section_content .tsT_gallery.g2.small .slick-prev {
    left: 0;
    text-align: left;
  }
  .section_content .tsT_gallery.g2.small .slick-next {
    right: 0;
    text-align: right;
  }
  .section_content .tsT_gallery.g2.medium .slick-slides .tsI.yImg .tsI_cptn {
    padding: 2rem 3rem;
  }
  .section_content .tsT_gallery.g2.medium .slick-slides .tsI.yImg .tsI_bdg {
    bottom: 1rem;
  }
  .section_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_txt {
    padding: 1rem 5rem 2rem;
  }
  .section_content .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_cptn {
    padding: 2rem 5rem;
  }
  .section_content .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_bdg {
    bottom: 1rem;
  }
  .section_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_txt {
    padding: 1rem 5rem 2rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_gallery.g2 .slick-slides .tsI_wrp {
    height: 40vh;
  }
  .section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn_txt {
    padding: 1rem 5rem 2rem;
  }
  .section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn .tsI_bdg {
    bottom: 1rem;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_gallery.g2 .tsI {
    font-size: 80%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_gallery.g2 .tsI {
    font-size: 80%;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .full_width_content .tsT_gallery.g2 .slick-slides .tsI_wrp {
    height: 50vh;
  }
  .full_width_content .tsT_gallery.g2 .slick-slides .tsI_img {
    height: 50vh;
  }
}
@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .full_width_content .tsT_gallery.g2 .slick-slides .tsI_wrp {
    height: 100vh;
  }
  .full_width_content .tsT_gallery.g2 .slick-slides .tsI_img {
    height: 100vh;
  }
}
.section_content .tsT_gallery.g1 {
  /* TEXT FOCUS IN */
  /* BOUNCE ANIMATION */
  /* WATERFALL ANIMATION */
  /* SLIDE-IN ANIMATION */
}
.section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_hd, .section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_sh, .section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_dsc, .section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_btn {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_hd {
  -webkit-animation-delay: 180ms;
  -moz-animation-delay: 180ms;
  animation-delay: 180ms;
}
.section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_sh {
  -webkit-animation-delay: 360ms;
  -moz-animation-delay: 360ms;
  animation-delay: 360ms;
}
.section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_dsc {
  -webkit-animation-delay: 540ms;
  -moz-animation-delay: 540ms;
  animation-delay: 540ms;
}
.section_content .tsT_gallery.g1 .text-focus-in .tsI.slick-active .tsI_btn {
  -webkit-animation-delay: 720ms;
  -moz-animation-delay: 720ms;
  animation-delay: 720ms;
}
.section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_hd, .section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_sh, .section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_dsc, .section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_btn {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_hd {
  -webkit-animation-delay: 180ms;
  -moz-animation-delay: 180ms;
  animation-delay: 180ms;
}
.section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_sh {
  -webkit-animation-delay: 360ms;
  -moz-animation-delay: 360ms;
  animation-delay: 360ms;
}
.section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_dsc {
  -webkit-animation-delay: 540ms;
  -moz-animation-delay: 540ms;
  animation-delay: 540ms;
}
.section_content .tsT_gallery.g1 .bounce .tsI.slick-active .tsI_btn {
  -webkit-animation-delay: 720ms;
  -moz-animation-delay: 720ms;
  animation-delay: 720ms;
}
.section_content .tsT_gallery.g1 .waterfall .tsI_hd, .section_content .tsT_gallery.g1 .waterfall .tsI_sh, .section_content .tsT_gallery.g1 .waterfall .tsI_dsc, .section_content .tsT_gallery.g1 .waterfall .tsI_btn {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}
.section_content .tsT_gallery.g1 .waterfall .tsI_hd {
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  transition-delay: 180ms;
}
.section_content .tsT_gallery.g1 .waterfall .tsI_sh {
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  transition-delay: 360ms;
}
.section_content .tsT_gallery.g1 .waterfall .tsI_dsc {
  -webkit-transition-delay: 540ms;
  -moz-transition-delay: 540ms;
  transition-delay: 540ms;
}
.section_content .tsT_gallery.g1 .waterfall .tsI_btn {
  -webkit-transition-delay: 720ms;
  -moz-transition-delay: 720ms;
  transition-delay: 720ms;
}
.section_content .tsT_gallery.g1 .waterfall .tsI.slick-active .tsI_hd, .section_content .tsT_gallery.g1 .waterfall .tsI.slick-active .tsI_sh, .section_content .tsT_gallery.g1 .waterfall .tsI.slick-active .tsI_dsc, .section_content .tsT_gallery.g1 .waterfall .tsI.slick-active .tsI_btn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section_content .tsT_gallery.g1 .waterfall .tsI.slick-active .tsI_txt {
  opacity: 1;
}
.section_content .tsT_gallery.g1 .slidein .tsI_cptn {
  position: absolute;
}
.section_content .tsT_gallery.g1 .slidein .tsI_hd, .section_content .tsT_gallery.g1 .slidein .tsI_sh, .section_content .tsT_gallery.g1 .slidein .tsI_dsc, .section_content .tsT_gallery.g1 .slidein .tsI_btn {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
}
.section_content .tsT_gallery.g1 .slidein .tsI_hd {
  -webkit-transform: translateX(-6rem);
  -moz-transform: translateX(-6rem);
  -ms-transform: translateX(-6rem);
  -o-transform: translateX(-6rem);
  transform: translateX(-6rem);
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  transition-delay: 180ms;
}
.section_content .tsT_gallery.g1 .slidein .tsI_sh {
  -webkit-transform: translateX(-6rem);
  -moz-transform: translateX(-6rem);
  -ms-transform: translateX(-6rem);
  -o-transform: translateX(-6rem);
  transform: translateX(-6rem);
  -webkit-transition-delay: 270ms;
  -moz-transition-delay: 270ms;
  transition-delay: 270ms;
}
.section_content .tsT_gallery.g1 .slidein .tsI_dsc {
  -webkit-transform: translateX(6rem);
  -moz-transform: translateX(6rem);
  -ms-transform: translateX(6rem);
  -o-transform: translateX(6rem);
  transform: translateX(6rem);
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  transition-delay: 360ms;
}
.section_content .tsT_gallery.g1 .slidein .tsI_btn {
  -webkit-transform: translateX(6rem);
  -moz-transform: translateX(6rem);
  -ms-transform: translateX(6rem);
  -o-transform: translateX(6rem);
  transform: translateX(6rem);
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  transition-delay: 450ms;
}
.section_content .tsT_gallery.g1 .slidein .tsI.slick-active .tsI_hd, .section_content .tsT_gallery.g1 .slidein .tsI.slick-active .tsI_sh, .section_content .tsT_gallery.g1 .slidein .tsI.slick-active .tsI_dsc, .section_content .tsT_gallery.g1 .slidein .tsI.slick-active .tsI_btn {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.section_content .tsT_gallery.g1 .slidein .tsI.slick-active .tsI_txt {
  opacity: 1;
}

@media print, screen and (min-width: 481px) {
  .section_content .tsT_list.l1.xsmall.small .tsI_hd, .section_content .tsT_list.l1.xsmall.small .tsI_sh {
    max-width: 100%;
  }
  .section_content .tsT_list.l1.small .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_list.l1.small .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_list.l1.medium .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_list.l1.medium .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_list.l1.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_list.l1.large .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_list.l1 .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_list.l1 .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
.section_content .tsT_list.l1 .tsR {
  margin-bottom: 2.5rem;
}

.section_content .tsT_list.l1 .tsI {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  counter-increment: step-counter;
  margin-bottom: 1px;
}
.section_content .tsT_list.l1 .tsI_num {
  text-align: center;
  display: inline-block;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section_content .tsT_list.l1 .tsI_num .tsI_hd {
  min-width: 2em;
  display: inline-block;
  text-align: center;
}
.section_content .tsT_list.l1 .tsI_txt_wrp {
  width: 100%;
}
.section_content .tsT_list.l1 .tsI_wrp {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  width: 100%;
}
.section_content .tsT_list.l1 .tsI_img {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
@media print, screen and (min-width: 768px) {
  .section_content .tsT_list.l1.small .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_list.l1.small .tsI_num {
    padding: 0.75rem 0.25rem;
  }
  .section_content .tsT_list.l1.small .tsI_txt {
    padding: 1rem 2.5rem 1rem 1rem;
  }
  .section_content .tsT_list.l1.medium .tsI_num, .section_content .tsT_list.l1.large .tsI_num {
    padding: 1.5rem 0.5rem;
  }
  .section_content .tsT_list.l1.medium .tsI_wrp, .section_content .tsT_list.l1.large .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_list.l1.medium .tsI_txt_wrp, .section_content .tsT_list.l1.large .tsI_txt_wrp {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.6666666667%;
    -moz-flex: 1 1 66.6666666667%;
    -ms-flex: 1 1 66.6666666667%;
    flex: 1 1 66.6666666667%;
  }
  .section_content .tsT_list.l1.medium .tsI_img, .section_content .tsT_list.l1.large .tsI_img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
    -moz-flex: 1 1 33.3333333333%;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_list.l1.medium .tsI_img figcaption, .section_content .tsT_list.l1.large .tsI_img figcaption {
    margin-top: auto;
  }
  .section_content .tsT_list.l1.medium .tsI_txt, .section_content .tsT_list.l1.large .tsI_txt {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .section_content .tsT_list.l1 .tsI.nHds.nDsc.nAct .tsI_txt {
    padding: 0;
  }
  .section_content .tsT_list.l1 .tsI.nHds.nDsc.nAct .tsI_dsc {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .section_content .tsT_list.l1 .tsI_num {
    padding: 0.75rem 0.25rem;
  }
  .section_content .tsT_list.l1 .tsI_txt {
    padding: 1rem 2.5rem 1rem 1rem;
  }
  .section_content .tsT_list.l1 .tsI.yHd .tsI_hd {
    margin-top: 0;
  }
  .section_content .tsT_list.l1 .tsI.nHd.yShd .tsI_sh {
    margin-top: 0;
  }
  .section_content .tsT_list.l1 .tsI.nHds.nDsc.nImg.nAct .tsI_txt_wrp {
    padding: 0;
  }
}
.section_content .tsT_list.l2.large .tsS.not_well {
  margin-bottom: 2.5rem;
}

.section_content .tsT_list.l2 {
  counter-reset: list2;
}
.section_content .tsT_list.l2 .tsI {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  counter-increment: list2;
}
.section_content .tsT_list.l2 .tsI_img {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  width: 100%;
}
.section_content .tsT_list.l2 .tsI_num {
  text-align: center;
}
.section_content .tsT_list.l2 .tsI_num:before {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  content: counter(list2, decimal-leading-zero);
}
.section_content .tsT_list.l2 .tsI_wrp {
  margin-left: -2.1220609456%;
  margin-right: -2.1220609456%;
}
.section_content .tsT_list.l2 .tsI_full_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section_content .tsT_list.l2.well .tsI_wrp {
  margin: 0;
}
.section_content .tsT_list.l2.well.small .tsI_wrp {
  padding: 1.5rem;
}
.section_content .tsT_list.l2.well.medium .tsI_wrp {
  padding: 2rem;
}
.section_content .tsT_list.l2.well.large .tsI_wrp {
  padding: 2rem;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_list.l2.large.well .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .w988 .tsT_list.l2.large.well .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
.section_content .tsT_list.l2.well .tsI_txt_wrp {
  padding: 1rem;
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_list.l2.well.large .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
  }
  .section_content .tsT_list.l2.well.large .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_list.l2.small .nHero .tsI_img {
    margin-top: 1rem;
  }
  .section_content .tsT_list.l2.small .nHero .tsI_num {
    font-size: 2.625em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_list.l2.small .yHero .tsI_img, .section_content .tsT_list.l2.medium .nHero .tsI_img {
    margin-top: 1rem;
  }
  .section_content .tsT_list.l2.small .yHero .tsI_num, .section_content .tsT_list.l2.medium .nHero .tsI_num {
    font-size: 3em;
    margin-top: 0.3333333333em;
    margin-bottom: 0em;
    line-height: 0.8333333333em;
  }
  .section_content .tsT_list.l2.large .tsI_img, .section_content .tsT_list.l2.medium .yHero .tsI_img {
    margin-top: 1.5rem;
  }
  .section_content .tsT_list.l2.large .tsI_num, .section_content .tsT_list.l2.medium .yHero .tsI_num {
    font-size: 3em;
    margin-top: 0.3333333333em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_list.l2 .tsI_num {
    font-size: 2.25em;
    margin-top: 0.4444444444em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_list.l2 .tsI_num {
    font-size: 3em;
    margin-top: 0.0833333333em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_list.l2.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_list.l2.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsT_list.l2.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_list.l2.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_list.l2.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_list.l2.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_list.l2.small .tsI_wrp, .section_content .tsT_list.l2.medium .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_list.l2.small .tsI_img, .section_content .tsT_list.l2.small .tsI_num, .section_content .tsT_list.l2.medium .tsI_img, .section_content .tsT_list.l2.medium .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .tsT_list.l2.small .tsI_txt, .section_content .tsT_list.l2.medium .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 70.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section_content .tsT_list.l2.large .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_list.l2.large .tsI_img, .section_content .tsT_list.l2.large .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 12.4225447755%;
  }
  .section_content .tsT_list.l2.large .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content .section:not(.w988) .tsT_list.l2.small .tsI_wrp, .content .section:not(.w988) .tsT_list.l2.medium .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .content .section:not(.w988) .tsT_list.l2.small .tsI_img, .content .section:not(.w988) .tsT_list.l2.small .tsI_num, .content .section:not(.w988) .tsT_list.l2.medium .tsI_img, .content .section:not(.w988) .tsT_list.l2.medium .tsI_num {
    text-align: left;
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .content .section:not(.w988) .tsT_list.l2.small .tsI_txt, .content .section:not(.w988) .tsT_list.l2.medium .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_list.l2 .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_list.l2 .tsI_img, .section_content .tsT_list.l2 .tsI_num {
    text-align: left;
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .tsT_list.l2 .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section_content .tsT_list.l3.large .tsS.not_well {
  margin-bottom: 2.5rem;
}

.section_content .tsT_list.l3 .tsI {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.section_content .tsT_list.l3 .tsI_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.section_content .tsT_list.l3 .tsI_img {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  width: 100%;
}
.section_content .tsT_list.l3 .tsI_wrp {
  margin-left: -2.1220609456%;
  margin-right: -2.1220609456%;
}
.section_content .tsT_list.l3.well.small .tsI {
  padding: 1.5rem;
}
.section_content .tsT_list.l3.well.medium .tsI {
  padding: 2rem;
}
.section_content .tsT_list.l3.well.large .tsI {
  padding: 2rem;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_list.l3.large.well .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .w988 .tsT_list.l3.large.well .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_list.l3.small .nHero .tsI_img {
    margin-top: 1rem;
  }
  .section_content .tsT_list.l3.small .nHero .tsI_num {
    font-size: 2.25em;
    margin-top: 0.1111111111em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
  .section_content .tsT_list.l3.small .yHero .tsI_img, .section_content .tsT_list.l3.medium .nHero .tsI_img {
    margin-top: 1rem;
  }
  .section_content .tsT_list.l3.small .yHero .tsI_num, .section_content .tsT_list.l3.medium .nHero .tsI_num {
    font-size: 3em;
    margin-top: 0.25em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
  .section_content .tsT_list.l3.large .tsI_img, .section_content .tsT_list.l3.medium .yHero .tsI_img {
    margin-top: 1.5rem;
  }
  .section_content .tsT_list.l3.large .tsI_num, .section_content .tsT_list.l3.medium .yHero .tsI_num {
    font-size: 3em;
    margin-top: 0.3333333333em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_list.l3 .tsI_img {
    margin-top: 1rem;
  }
  .section_content .tsT_list.l3 .tsI_num {
    font-size: 2.25em;
    margin-top: 0.4444444444em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_list.l3 .tsI_img {
    margin-top: 1rem;
  }
  .section_content .tsT_list.l3 .tsI_num {
    font-size: 3em;
    margin-top: 0.0833333333em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_list.l3.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_list.l3.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsT_list.l3.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_list.l3.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_list.l3.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_list.l3.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_list.l3.small .tsI_wrp, .section_content .tsT_list.l3.medium .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_list.l3.small .tsI_img, .section_content .tsT_list.l3.small .tsI_num, .section_content .tsT_list.l3.medium .tsI_img, .section_content .tsT_list.l3.medium .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .tsT_list.l3.small .tsI_txt, .section_content .tsT_list.l3.medium .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 70.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section_content .tsT_list.l3.large .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_list.l3.large .tsI_img, .section_content .tsT_list.l3.large .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 12.4225447755%;
  }
  .section_content .tsT_list.l3.large .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content .section:not(.w988) .tsT_list.l3.small .tsI_wrp, .content .section:not(.w988) .tsT_list.l3.medium .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .content .section:not(.w988) .tsT_list.l3.small .tsI_img, .content .section:not(.w988) .tsT_list.l3.small .tsI_num, .content .section:not(.w988) .tsT_list.l3.medium .tsI_img, .content .section:not(.w988) .tsT_list.l3.medium .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .content .section:not(.w988) .tsT_list.l3.small .tsI_txt, .content .section:not(.w988) .tsT_list.l3.medium .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_list.l3 .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_list.l3 .tsI_img, .section_content .tsT_list.l3 .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .tsT_list.l3 .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section_content .tsT_menu.m1.large .tsS.not_well {
  margin-bottom: 2.5rem;
}

.section_content .tsT_menu.m1 .tsI_img {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  width: 100%;
}
.section_content .tsT_menu.m1 .tsI_icon_in {
  min-width: 7.5em;
  text-align: right;
}
.section_content .tsT_menu.m1 .tsI_wrp {
  margin-left: -2.1220609456%;
  margin-right: -2.1220609456%;
}
.section_content .tsT_menu.m1 .tsI_full_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section_content .tsT_menu.m1.well .tsI_wrp {
  margin: 0;
}
.section_content .tsT_menu.m1.well.small .tsI_wrp {
  padding: 1.5rem;
}
.section_content .tsT_menu.m1.well.medium .tsI_wrp {
  padding: 2rem;
}
.section_content .tsT_menu.m1.well.large .tsI_wrp {
  padding: 2rem;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_menu.m1.large.well .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .w988 .tsT_menu.m1.large.well .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
.section_content .tsT_menu.m1.well .tsI_txt_wrp {
  padding: 1rem;
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_menu.m1.well.large .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
  }
  .section_content .tsT_menu.m1.well.large .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_menu.m1.small .nHero .tsI_img, .section_content .tsT_menu.m1.small .nHero .tsI_icon_in {
    margin-top: 1rem;
  }
  .section_content .tsT_menu.m1.small .nHero .tsI_num {
    font-size: 2.25em;
    margin-top: 0.1111111111em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
  .section_content .tsT_menu.m1.small .yHero .tsI_img, .section_content .tsT_menu.m1.small .yHero .tsI_icon_in, .section_content .tsT_menu.m1.medium .nHero .tsI_img, .section_content .tsT_menu.m1.medium .nHero .tsI_icon_in {
    margin-top: 1rem;
  }
  .section_content .tsT_menu.m1.small .yHero .tsI_num, .section_content .tsT_menu.m1.medium .nHero .tsI_num {
    font-size: 3em;
    margin-top: 0.25em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
  .section_content .tsT_menu.m1.large .tsI_img, .section_content .tsT_menu.m1.large .tsI_icon_in, .section_content .tsT_menu.m1.medium .yHero .tsI_img, .section_content .tsT_menu.m1.medium .yHero .tsI_icon_in {
    margin-top: 1.5rem;
  }
  .section_content .tsT_menu.m1.large .tsI_num, .section_content .tsT_menu.m1.medium .yHero .tsI_num {
    font-size: 3em;
    margin-top: 0.3333333333em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_menu.m1.medium .tsI_num, .section_content .tsT_menu.m1.large .tsI_num {
    font-size: 2.25em;
    margin-top: 0.4444444444em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_menu.m1 .tsI_num {
    font-size: 3em;
    margin-top: 0.0833333333em;
    margin-bottom: 0em;
    line-height: 1.3333333333em;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_menu.m1.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_menu.m1.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsT_menu.m1.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_menu.m1.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_menu.m1.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_menu.m1.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_menu.m1.small .tsI_wrp, .section_content .tsT_menu.m1.medium .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_menu.m1.small .tsI_img, .section_content .tsT_menu.m1.small .tsI_icon_in, .section_content .tsT_menu.m1.medium .tsI_img, .section_content .tsT_menu.m1.medium .tsI_icon_in {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 20.7558781088%;
  }
  .section_content .tsT_menu.m1.small .tsI_txt, .section_content .tsT_menu.m1.medium .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 70.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section_content .tsT_menu.m1.large .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .section_content .tsT_menu.m1.large .tsI_img, .section_content .tsT_menu.m1.large .tsI_icon_in {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 12.4225447755%;
  }
  .section_content .tsT_menu.m1.large .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content .section:not(.w988) .tsT_menu.m1.small .tsI_wrp, .content .section:not(.w988) .tsT_menu.m1.medium .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .content .section:not(.w988) .tsT_menu.m1.small .tsI_img, .content .section:not(.w988) .tsT_menu.m1.small .tsI_num, .content .section:not(.w988) .tsT_menu.m1.medium .tsI_img, .content .section:not(.w988) .tsT_menu.m1.medium .tsI_num {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .content .section:not(.w988) .tsT_menu.m1.small .tsI_txt, .content .section:not(.w988) .tsT_menu.m1.medium .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_menu.m1 .tsI_wrp {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_menu.m1 .tsI_img, .section_content .tsT_menu.m1 .tsI_icon_in {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .tsT_menu.m1 .tsI_txt {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 95.7558781088%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section_content .tsT_menu.m2 .tsI {
  margin-bottom: 1.5rem;
}
.section_content .tsT_menu.m2 .tsI_txt_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
.section_content .tsT_menu.m2 .tsI_hds {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}
.section_content .tsT_menu.m2 .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_menu.m2 .tsI_hd, .section_content .tsT_menu.m2 .tsI_sh {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.section_content .tsT_menu.m2 .tsI_hd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0.2083333333rem 0.5rem 0.2916666667rem 0;
}
.section_content .tsT_menu.m2 .tsI_sh {
  border-radius: 2px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  padding: 0.2083333333rem 0.5rem 0.2916666667rem;
  font-weight: 700;
  text-align: center;
}
.section_content .tsT_menu.m2 .tsI_dsc {
  margin-top: 0;
}
.section_content .tsT_menu.m2 .tsI.left .tsI_dsc, .section_content .tsT_menu.m2 .tsI.center .tsI_dsc, .section_content .tsT_menu.m2 .tsI.right .tsI_dsc {
  text-align: left;
}
.section_content .tsT_menu.m2.medium .tsI_hds {
  padding-bottom: 0.5rem;
}
.section_content .tsT_menu.m2.large .tsI_hds {
  padding-bottom: 0.5rem;
}
.section_content .tsT_menu.m2.not_well .tsI {
  padding-bottom: 1.5rem;
}
.section_content .tsT_menu.m2.not_well .tsI_hds {
  padding-bottom: 0.5rem;
}
.section_content .tsT_menu.m2.not_well.large .tsI {
  margin-bottom: 2.5rem;
}
.section_content .tsT_menu.m2.well .tsI_hds {
  padding: 0.5rem 2rem;
  width: 100%;
}
.section_content .tsT_menu.m2.well .tsI_hds_wrp {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.section_content .tsT_menu.m2.well .tsI_txt {
  width: 100%;
  padding: 1rem 2rem 1.5rem;
}
.section_content .tsT_menu.m2.well .tsI.nHds .tsI_hds_wrp {
  display: none;
}
.section_content .tsT_menu.m2.well .tsI.nShd .tsI_hd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.section_content .tsT_menu.m2.well .tsI.yImg.nDsc .tsI_img {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.section_content .tsT_menu.m2.well .tsI.yImg.nDsc .tsI_txt {
  display: none;
}
.section_content .tsT_menu.m2.well .tsI.nImg.nHds {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.section_content .tsT_menu.m2.well .tsI.nImg.nHds .tsI_txt {
  padding-top: 1.5rem;
}
.section_content .tsT_menu.m2 .tsI_txt:empty, .section_content .tsT_menu.m2 .tsI_hds:empty, .section_content .tsT_menu.m2 .tsI_hd:empty, .section_content .tsT_menu.m2 .tsI_sh:empty {
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_menu.m2.large.well .tsI_txt, .content .w988 .tsT_menu.m2.large.well .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .w988 .tsT_menu.m2.large.well .tsI_txt::after, .content .w988 .tsT_menu.m2.large.well .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .w988 .tsT_menu.m2.large.well .tsI_txt {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .content .tsT_menu.m2.well.small .tsI_txt, .content .tsT_menu.m2.well.small .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_menu.m2.well.small .tsI_txt::after, .content .tsT_menu.m2.well.small .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_menu.m2.well.medium .tsI_txt, .content .tsT_menu.m2.well.medium .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_menu.m2.well.medium .tsI_txt::after, .content .tsT_menu.m2.well.medium .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_menu.m2.well.large .tsI_txt, .content .tsT_menu.m2.well.large .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_menu.m2.well.large .tsI_txt::after, .content .tsT_menu.m2.well.large .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  body:not(.ie) .section_content .tsT_menu.m2 .tsI_hd {
    max-width: 60%;
  }
  body:not(.ie) .section_content .tsT_menu.m2 .tsI_sh {
    max-width: 40%;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_menu.m2.not_well.large .tsI.yImg .tsI_txt {
    padding: 1.5rem 0 0;
  }
  .full_width_content .tsT_menu.m2.well.large .tsI {
    margin-bottom: 4rem;
  }
  .full_width_content .tsT_menu.m2.well.large .tsI_txt, .full_width_content .tsT_menu.m2.well.large .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_menu.m2.well.large .tsI_txt::after, .full_width_content .tsT_menu.m2.well.large .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_menu.m2.well.large .tsI_txt {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .full_width_content .tsT_menu.m2.well.medium .nHero .tsI_txt, .full_width_content .tsT_menu.m2.well.medium .nHero .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_menu.m2.well.medium .nHero .tsI_txt::after, .full_width_content .tsT_menu.m2.well.medium .nHero .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_menu.m2.well.small .yHero .tsI_txt, .full_width_content .tsT_menu.m2.well.small .yHero .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_menu.m2.well.small .yHero .tsI_txt::after, .full_width_content .tsT_menu.m2.well.small .yHero .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_menu.m2.well.medium .yHero .tsI_txt, .full_width_content .tsT_menu.m2.well.medium .yHero .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_menu.m2.well.medium .yHero .tsI_txt::after, .full_width_content .tsT_menu.m2.well.medium .yHero .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_menu.m2.well .tsI.nHds.nDsc.nLk .tsI_img {
    margin-bottom: 0 !important;
  }
  .full_width_content .tsT_menu.m2.well .tsI.nHds.nDsc.nLk .tsI_txt {
    padding: 0;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_menu.m2.small .tsI_hd, .section_content .tsT_menu.m2.small .tsI_sh {
    max-width: 100%;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_menu.m2.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_menu.m2.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 4rem;
  }
  .section_content .w1060 .tsT_menu.m2.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_menu.m2.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_menu.m2.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_menu.m2.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_menu.m2 .tsI_hd {
    max-width: 60%;
  }
  .section_content .tsT_menu.m2 .tsI_sh {
    max-width: 40%;
  }
}
.section_content .tsT_menu.m3 .tsI_wrp {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.section_content .tsT_menu.m3 .tsI_hd, .section_content .tsT_menu.m3 .tsI_sh {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.section_content .tsT_menu.m3 .tsI_hd {
  padding: 0.2083333333rem 0.5rem 0.2916666667rem 0;
}
.section_content .tsT_menu.m3 .tsI_txt:first-child {
  padding: 0 0.5rem 0 0;
}
.section_content .tsT_menu.m3 .tsI_txt + .tsI_txt {
  text-align: right;
}
.section_content .tsT_menu.m3 .tsI_sh {
  display: inline-block;
  margin-left: auto;
  padding: 0.2083333333rem 0.5rem 0.2916666667rem;
  font-weight: 700;
  text-align: right;
}
.section_content .tsT_menu.m3.small .tsI .tsI_dsc, .section_content .tsT_menu.m3.medium .tsI .tsI_dsc, .section_content .tsT_menu.m3.large .tsI .tsI_dsc {
  margin-top: 0;
}
.section_content .w988 .tsT_menu.m3.well.large .tsI_wrp {
  padding: 1rem 2rem;
}
.section_content .tsT_menu.m3.small .tsI_txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 66.6666666667%;
  -moz-flex: 1 1 66.6666666667%;
  -ms-flex: 1 1 66.6666666667%;
  flex: 1 1 66.6666666667%;
}
.section_content .tsT_menu.m3.small .tsI_txt + .tsI_txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 33.3333333333%;
  -moz-flex: 1 1 33.3333333333%;
  -ms-flex: 1 1 33.3333333333%;
  flex: 1 1 33.3333333333%;
}
.section_content .tsT_menu.m3.medium .tsI_txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 75%;
  -moz-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
}
.section_content .tsT_menu.m3.medium .tsI_txt + .tsI_txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.section_content .tsT_menu.m3.large .tsI_txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 83.3333333333%;
  -moz-flex: 1 1 83.3333333333%;
  -ms-flex: 1 1 83.3333333333%;
  flex: 1 1 83.3333333333%;
}
.section_content .tsT_menu.m3.large .tsI_txt + .tsI_txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 16.6666666667%;
  -moz-flex: 1 1 16.6666666667%;
  -ms-flex: 1 1 16.6666666667%;
  flex: 1 1 16.6666666667%;
}
.section_content .tsT_menu.m3.not_well .tsI.nDsc.nAct {
  margin-bottom: 0.5rem;
}
.section_content .tsT_menu.m3.well .tsI {
  margin-bottom: 1px;
}
.section_content .tsT_menu.m3.well .tsI_wrp {
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_menu.m3.well.large .tsI_wrp {
    padding: 1rem 2rem;
  }
}
.tsT_modal.mdl_wrp {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.tsT_modal .tsC_close {
  right: 1rem;
}
.tsT_modal .tsI_cptn_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.tsT_modal .tsI_wrp {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.tsT_modal .tsX {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.tsT_modal .tsXa {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}
.tsT_modal .tsXb {
  z-index: 0;
}
.tsT_modal .mdl {
  max-width: 48.3333333333em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -100%;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.tsT_modal .mdl::after {
  clear: both;
  content: "";
  display: table;
}
.tsT_modal .mdl_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1rem 1rem;
  margin: 0;
}
.tsT_modal .mdl_body {
  overflow: auto;
  max-height: 70vh;
}
.tsT_modal .tsI {
  position: relative;
}
.tsT_modal .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.4444444444em;
  line-height: 1.1111111111em;
  letter-spacing: -0.0125rem;
}
.tsT_modal .tsI_sh {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}
.tsT_modal .tsI_dsc {
  font-size: 1.1875em;
  margin-top: 1.4736842105em;
  margin-bottom: 1.4736842105em;
  line-height: 1.4736842105em;
}
.tsT_modal .tsI .gform_wrapper .gform_title {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}
.tsT_modal .tsI .gform_footer .gform_submit,
.tsT_modal .tsI .gform_footer input[type=submit] {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  padding: 0.825em 2.25em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
}
.tsT_modal .tsI .gform_footer .gform_submit:hover,
.tsT_modal .tsI .gform_footer input[type=submit]:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
.tsT_modal .tsI .gform_footer .gform_submit:hover, .tsT_modal .tsI .gform_footer .gform_submit:focus,
.tsT_modal .tsI .gform_footer input[type=submit]:hover,
.tsT_modal .tsI .gform_footer input[type=submit]:focus {
  outline: 0;
}
.tsT_modal .tsI .gform_footer .gform_submit:disabled,
.tsT_modal .tsI .gform_footer input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tsT_modal.mdl_wrp {
  z-index: 1011;
}
.tsT_modal.mdl_wrp.open {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 481px) {
  .tsT_modal.mdl2 .tsI {
    margin: 0;
  }
  .tsT_modal.mdl2 .tsI .tsC_close {
    top: 2rem;
    right: 2rem;
  }
  .tsT_modal.mdl_wrp.open .mdl {
    top: 10%;
  }
  .tsT_modal.mdl_wrp {
    padding: 2rem;
  }
  .tsT_modal .tsI_wrp {
    padding: 2rem 6rem;
    width: 100%;
  }
}
@media print, screen and (max-width: 850px) {
  .tsT_modal.mdl_wrp {
    padding: 0;
  }
  .tsT_modal.mdl_wrp.open .mdl {
    top: 0;
  }
  .tsT_modal.mdl2 .tsI {
    margin: 0;
  }
  .tsT_modal.mdl2 .tsI .tsC_close {
    top: 1rem;
    right: 1rem;
  }
  .tsT_modal .mdl_body {
    max-height: 100vh;
  }
  .tsT_modal .tsI_wrp {
    padding: 2rem;
  }
}
.section .tsB + .tsT_parallax {
  margin-top: 2rem;
}
.section .tsT_parallax {
  padding: 0;
  position: relative;
  z-index: 1;
}
.section .tsT_parallax .tsX {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.section .tsT_parallax .tsXa {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.section .tsT_parallax .tsXa div > div {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section .tsT_parallax .tsXb {
  z-index: -2;
}
.section .tsT_parallax .tsI {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: 70vh;
}
.section .tsT_parallax .tsI_wrp {
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0px;
  bottom: -10px;
  padding: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
}
.section .tsT_parallax .tsI_cptn {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  width: 100%;
}
.section .tsT_parallax .tsI_cptn::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_parallax .tsI_txt {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
  padding: 3rem 0 2rem;
  max-height: 100%;
}
.section .tsT_parallax .tsI .fa-stack {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_parallax .tsI {
    font-size: 80%;
    background-size: 100%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_parallax .tsI {
    font-size: 70%;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .full_width_content .tsT_parallax .tsI {
    height: 50vh;
  }
  .full_width_content .tsT_parallax .tsI_img {
    height: 50vh;
  }
}
@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .full_width_content .tsT_parallax .tsI {
    height: 100vh;
  }
  .full_width_content .tsT_parallax .tsI_img {
    height: 100vh;
  }
}
.section_content .tsT_photo_grid.large.not_well .tsI {
  margin-bottom: 2.5rem;
}
.section_content .tsT_photo_grid .tsI {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.section_content .tsT_photo_grid .tsI_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section_content .tsT_photo_grid .tsI_img {
  padding-bottom: 0;
}
.section_content .tsT_photo_grid .tsI_img img {
  margin: 0 !important;
}
.section_content .tsT_photo_grid .tsI_cptn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 1;
}
.section_content .tsT_photo_grid .tsI_hds {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.section_content .tsT_photo_grid .tsI_hd {
  max-width: auto;
}
.section_content .tsT_photo_grid .tsI_sh {
  max-width: auto;
}
.section_content .tsT_photo_grid .tsI_txt {
  padding: 0.5rem 1rem 0.75rem;
}
.section_content .tsT_photo_grid .tsI.nHero.yImg .tsI_hd, .section_content .tsT_photo_grid .tsI.nHero.yImg .tsI_sh {
  padding-right: 0;
}
.section_content .tsT_photo_grid .tsI.yHero .tsI_cptn, .section_content .tsT_photo_grid .tsI.nImg .tsI_cptn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  top: 0;
  height: 100%;
  max-height: 100%;
}
.section_content .tsT_photo_grid .tsI.yHero .tsI_txt, .section_content .tsT_photo_grid .tsI.nImg .tsI_txt {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
}
.section_content .tsT_photo_grid .tsI.yHero .tsI_txt::after, .section_content .tsT_photo_grid .tsI.nImg .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_photo_grid .tsI.yLk:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.section_content .tsT_photo_grid .tsI.nLk.nHds .tsI_cptn, .section_content .tsT_photo_grid .tsI.nLk.nHds .tsI_txt {
  padding: 0;
}
.section_content .tsT_photo_grid.round_1_1 .tsI {
  border-radius: 999px;
  overflow: hidden;
}
.section_content .tsT_photo_grid.round_1_1 .tsI_cptn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  top: 0;
  height: 100%;
  max-height: 100%;
}
.section_content .tsT_photo_grid.round_1_1 .tsI_txt {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
}
.section_content .tsT_photo_grid.round_1_1 .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}

.ie .section_content .tsT_photo_grid .tsI {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
.ie .section_content .tsT_photo_grid .tsI_img.ieframe {
  display: none !important;
}

.full_width_content .tsT_photo_tiles.pt1.pt .tsR {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.25rem 1rem;
}
.full_width_content .tsT_photo_tiles.pt1.pt .tsR::after {
  clear: both;
  content: "";
  display: table;
}

.section_content .tsT_photo_tiles.pt1.pt {
  padding: 0;
}
.section_content .tsT_photo_tiles.pt1.pt .tsB_hd {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 8px);
}
.section_content .tsT_photo_tiles.pt1.pt .tsR {
  padding-bottom: 0;
}
.section_content .tsT_photo_tiles.pt1.pt .tsI_txt {
  max-width: 75.25em;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_photo_tiles.pt1.pt .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_photo_tiles.pt1.pt:last-of-type {
  padding-bottom: 1rem;
}
.section_content .tsT_photo_tiles.pt1.pt + .tsT_photo_tiles.pt1.pt .tsR {
  padding-top: 0;
}
.section_content.content .tsT_photo_tiles.pt1 .tsI {
  margin-top: 4px;
  margin-bottom: 4px;
}

.section_content .tsT_photo_tiles.pt1 .tsI {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.section_content .tsT_photo_tiles.pt1 .tsI_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section_content .tsT_photo_tiles.pt1 .tsI_img {
  padding-bottom: 0;
}
.section_content .tsT_photo_tiles.pt1 .tsI_img img {
  margin: 0 !important;
}
.section_content .tsT_photo_tiles.pt1 .tsI_cptn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 1;
}
.section_content .tsT_photo_tiles.pt1 .tsI_hds {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.section_content .tsT_photo_tiles.pt1 .tsI_hd {
  max-width: auto;
}
.section_content .tsT_photo_tiles.pt1 .tsI_sh {
  max-width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section_content .tsT_photo_tiles.pt1 .tsI_txt {
  padding: 1rem 1.5rem;
}
.section_content .tsT_photo_tiles.pt1 .tsI.yHero .tsI_cptn, .section_content .tsT_photo_tiles.pt1 .tsI.nImg .tsI_cptn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  top: 0;
  height: 100%;
  max-height: 100%;
}
.section_content .tsT_photo_tiles.pt1 .tsI.yHero .tsI_txt, .section_content .tsT_photo_tiles.pt1 .tsI.nImg .tsI_txt {
  width: 100%;
  padding: 0.5rem 2rem;
}
.section_content .tsT_photo_tiles.pt1 .tsI.nLk.nHds .tsI_cptn, .section_content .tsT_photo_tiles.pt1 .tsI.nLk.nHds .tsI_txt {
  padding: 0;
}

.section_content .tsT_photo_tiles.pt1 .tsI.yLk:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media print, screen and (min-width: 1025px) {
  .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_1 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_1 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_3 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_3 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_4 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_4 .tsI:nth-of-type(11n + 6) {
    transform: scale(1, 1.0125);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_1 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_1 .tsI:nth-of-type(11n + 6) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_2 .tsI:nth-of-type(11n + 3) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_2 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_3 .tsI:nth-of-type(11n + 4) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_3 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_4 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_2-4_1.tCol_4 .tsI:nth-of-type(11n + 6) .tsI_txt {
    transform: scale(1, 0.9875);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_1 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_1 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_3 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_3 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_4 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_4 .tsI:nth-of-type(11n + 6) {
    transform: scale(1, 1.0055);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_1 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_1 .tsI:nth-of-type(11n + 6) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_2 .tsI:nth-of-type(11n + 3) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_2 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_3 .tsI:nth-of-type(11n + 4) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_3 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_4 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.widescreen_16_9.tCol_4 .tsI:nth-of-type(11n + 6) .tsI_txt {
    transform: scale(1, 0.9955);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_1 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_1 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_3 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_3 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_4 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_4 .tsI:nth-of-type(11n + 6) {
    transform: scale(1, 1.003);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_1 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_1 .tsI:nth-of-type(11n + 6) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_2 .tsI:nth-of-type(11n + 3) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_2 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_3 .tsI:nth-of-type(11n + 4) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_3 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_4 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_3_2.tCol_4 .tsI:nth-of-type(11n + 6) .tsI_txt {
    transform: scale(1, 0.997);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_1 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_1 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_3 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_3 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_4 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_4 .tsI:nth-of-type(11n + 6) {
    transform: scale(1, 1.002);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_1 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_1 .tsI:nth-of-type(11n + 6) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_2 .tsI:nth-of-type(11n + 3) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_2 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_3 .tsI:nth-of-type(11n + 4) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_3 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_4 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.landscape_4_3.tCol_4 .tsI:nth-of-type(11n + 6) .tsI_txt {
    transform: scale(1, 0.998);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_1 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_1 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_3 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_3 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_4 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_4 .tsI:nth-of-type(11n + 6) {
    transform: scale(1, 0.996);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_1 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_1 .tsI:nth-of-type(11n + 6) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_2 .tsI:nth-of-type(11n + 3) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_2 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_3 .tsI:nth-of-type(11n + 4) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_3 .tsI:nth-of-type(11n + 9) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_4 .tsI:nth-of-type(11n + 1) .tsI_txt, .tsT_photo_tiles.pt1.pt.portrait_3_4.tCol_4 .tsI:nth-of-type(11n + 6) .tsI_txt {
    transform: scale(1, 1.004);
    transform-origin: left top;
  }
  .tsT_photo_tiles.pt1.pt.tsB .tsI:only-of-type {
    width: 100%;
    border-bottom: none;
    margin-top: -1px;
  }
  .tsT_photo_tiles.pt1.pt.tsB .tsI:only-of-type .tsI_txt {
    font-size: 100%;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .full_width_content .tsT_photo_tiles.pt1.pt .tsI:nth-of-type(3n + 3), .full_width_content .tsT_photo_tiles.pt1.pt .tsI:nth-of-type(3n + 2) {
    width: calc(50% - 8px);
    margin: 4px;
  }
  .full_width_content .tsT_photo_tiles.pt1.pt .tsI:nth-of-type(3n + 1) {
    width: calc(100% - 8px);
    margin: 4px;
  }
  .full_width_content .tsT_photo_tiles.pt1.pt .tsI {
    float: left;
  }
}
@media print, screen and (min-width: 851px) {
  .content .tsT_photo_tiles.pt1.pt .tsR {
    max-width: 69.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_photo_tiles.pt1.pt .tsR::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_photo_tiles.pt1.pt .tsI {
    width: 100%;
    margin: 4px 0;
  }
  .section_content .tsT_photo_tiles.pt1.pt .tsI_cptn {
    max-height: 100%;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .full_width_content .tsT_photo_tiles.pt1.pt .tsI {
    height: 50vh;
  }
  .full_width_content .tsT_photo_tiles.pt1.pt .tsI_img {
    height: 50vh;
  }
}
@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .full_width_content .tsT_photo_tiles.pt1 .tsI {
    height: 100vh;
  }
  .full_width_content .tsT_photo_tiles.pt1 .tsI_img {
    height: 100vh;
  }
}
.ie .section_content .tsT_photo_tiles.pt1 .tsI {
  display: block;
}
.ie .section_content .tsT_photo_tiles.pt1 .tsI_img.ieframe {
  display: none !important;
}

@media print, screen and (min-width: 1025px) {
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_3 .tsI, .tsT_photo_tiles.pt2.tCol_3 .tsT_photo_tiles.pt1 .tsI, .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 2) {
    width: calc(33.333333% - 8px);
    margin: 4px;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_3 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_3 .tsT_photo_tiles.pt1 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_3 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_3 .tsT_photo_tiles.pt1 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_3 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_3 .tsT_photo_tiles.pt1 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_3 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_3 .tsT_photo_tiles.pt1 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 1) {
    width: calc(66.666666% - 8px);
    margin: 4px;
  }
  .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_2 .tsI, .tsT_photo_tiles.pt2.tCol_2 .tsT_photo_tiles.pt1 .tsI, .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 4) {
    width: calc(50% - 8px);
    margin: 4px;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_2 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_2 .tsT_photo_tiles.pt1 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_2 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_2 .tsT_photo_tiles.pt1 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_2 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_2 .tsT_photo_tiles.pt1 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_2 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_2 .tsT_photo_tiles.pt1 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_1 .tsI, .tsT_photo_tiles.pt2.tCol_1 .tsT_photo_tiles.pt1 .tsI {
    width: 100%;
    margin: 4px 0;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_1 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_1 .tsT_photo_tiles.pt1 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_1 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_1 .tsT_photo_tiles.pt1 .yHero.tsI .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_1 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_1 .tsT_photo_tiles.pt1 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt1 .tsT_photo_tiles.pt2.tCol_1 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_1 .tsT_photo_tiles.pt1 .yHero.tsI .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .tsT_photo_tiles.pt1.tCol_1 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 6) {
    float: right;
  }
  .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 9) {
    clear: left;
  }
  .tsT_photo_tiles.pt1.tCol_2 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 3) {
    float: right;
  }
  .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 6) {
    clear: left;
  }
  .tsT_photo_tiles.pt1.tCol_3 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 1) {
    clear: left;
  }
  .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 9) {
    float: right;
  }
  .tsT_photo_tiles.pt1.tCol_4 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 1) {
    float: right;
  }
  .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 4) {
    clear: left;
  }
}
.section_content .tsT_photo_tiles.pt1 .yImg.nHero .tsI:only-of-type .tsI_hd {
  font-size: 3.75em;
  margin-top: 0.8em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1333333333em;
  letter-spacing: -0.05rem;
}
.section_content .tsT_photo_tiles.pt1 .yImg.nHero .tsI:only-of-type .tsI_sh {
  font-size: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.3333333333em;
  line-height: 1.0833333333em;
  letter-spacing: -0.04rem;
}
.section_content .tsT_photo_tiles.pt1 .yImg.nHero .tsI:only-of-type p {
  font-size: 1.1875em;
  margin-top: 1.4736842105em;
  margin-bottom: 1.4736842105em;
  line-height: 1.4736842105em;
}
.section_content .tsT_photo_tiles.pt1 .yImg.nHero .tsI_hd {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}
.section_content .tsT_photo_tiles.pt1 .yImg.nHero .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
}

@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .tsT_photo_tiles.pt1 .tsI.nImg .tsI_hd, .tsT_photo_tiles.pt1 .tsI.yHero .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt1 .tsI.nImg .tsI_sh, .tsT_photo_tiles.pt1 .tsI.yHero .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
@media print, screen and (max-width: 480px) {
  .tsT_photo_tiles.pt1 .tsI.nImg .tsI_hd, .tsT_photo_tiles.pt1 .tsI.yHero .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt1 .tsI.nImg .tsI_sh, .tsT_photo_tiles.pt1 .tsI.yHero .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
.full_width_content .tsT_photo_tiles.pt2 {
  padding: 0;
}

.content .tsT_photo_tiles.pt2 {
  padding-top: 3rem;
}
.content .tsT_photo_tiles.pt2 .tsR {
  padding: 0 0 1rem;
}

.section_content .tsT_photo_tiles.pt2 .tsR {
  padding-bottom: 0;
}
.section_content .tsT_photo_tiles.pt2 .tsR::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_photo_tiles.pt2 .tsI_txt {
  max-width: 75.25em;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_photo_tiles.pt2 .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_photo_tiles.pt2 + .tsT_photo_tiles.pt2 .tsR {
  padding-top: 0;
}

.section_content .tsT_photo_tiles.pt2 .tsI {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  overflow: hidden;
}
.section_content .tsT_photo_tiles.pt2 .tsI_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section_content .tsT_photo_tiles.pt2 .tsI_img {
  padding-bottom: 0;
}
.section_content .tsT_photo_tiles.pt2 .tsI_img img {
  margin: 0 !important;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: 100%;
  z-index: 1;
}
.section_content .tsT_photo_tiles.pt2 .tsI_hds {
  width: 100%;
}
.section_content .tsT_photo_tiles.pt2 .tsI_hd {
  max-width: auto;
}
.section_content .tsT_photo_tiles.pt2 .tsI_sh {
  max-width: auto;
}
.section_content .tsT_photo_tiles.pt2 .tsI_txt {
  display: block;
  padding: 0.5rem 1.5rem 1rem;
  overflow: auto;
}
.section_content .tsT_photo_tiles.pt2 .tsI_bdg_wrp {
  bottom: 1rem;
  left: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn.caption-show {
  top: 0;
  max-height: 100%;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn.caption-show .tsI_txt {
  display: none;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn.caption-show .tsI_dsc_wrp {
  opacity: 0;
  -webkit-animation: fadeIn 0.1s ease-in 0s 1 forwards;
  -moz-animation: fadeIn 0.1s ease-in 0s 1 forwards;
  animation: fadeIn 0.1s ease-in 0s 1 forwards;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn.caption-show .tsI_dsc {
  max-width: 48.3333333333em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: auto;
  padding: 1rem 1.5rem 4rem;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn.caption-show .tsI_dsc::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_photo_tiles.pt2 .tsI_dsc_wrp {
  display: none;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yDsc .tsI_txt {
  padding-bottom: 0;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yDsc .tsI_cptn {
  padding-bottom: 3.5rem;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yHero .tsI.yDsc .tsI_hds, .section_content .tsT_photo_tiles.pt2 .tsI.nImg .tsI.yDsc .tsI_hds {
  margin: 3rem 0;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yHero .tsI_cptn, .section_content .tsT_photo_tiles.pt2 .tsI.nImg .tsI_cptn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yHero .tsI_txt, .section_content .tsT_photo_tiles.pt2 .tsI.nImg .tsI_txt {
  width: 100%;
  padding: 0.5rem 2rem;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yImg.nHero.nDsc .tsI_cptn {
  top: 0;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yImg.nHero.nDsc .tsI_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
}
.section_content .tsT_photo_tiles.pt2 .tsI.nLk.nHds.nDsc .tsI_cptn, .section_content .tsT_photo_tiles.pt2 .tsI.nLk.nHds.nDsc .tsI_txt {
  padding: 0;
}

.section_content .tsT_photo_tiles.pt2 .tsI.yLk:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media print, screen and (min-width: 1025px) {
  .tsT_photo_tiles.pt2.tsB .tsI.yHero:hover .tsI_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .full_width_content .tsT_photo_tiles.pt2 .tsI {
    float: left;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_photo_tiles.pt2 .tsI {
    width: 100%;
  }
  .section_content .tsT_photo_tiles.pt2 .tsI_cptn {
    max-height: 100%;
  }
}
.ie .section_content .tsT_photo_tiles.pt2 .tsI {
  display: block;
}

@media print, screen and (min-width: 1025px) {
  .tsT_photo_tiles.pt2.tCol_5 .tsI {
    width: 20%;
    margin: 0;
  }
  .tsT_photo_tiles.pt2.tCol_5 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_5 .yHero.tsI .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2.tCol_5 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_5 .yHero.tsI .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_photo_tiles.pt2.tCol_4 .tsI {
    width: 25%;
    margin: 0;
  }
  .tsT_photo_tiles.pt2.tCol_4 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_4 .yHero.tsI .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2.tCol_4 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_4 .yHero.tsI .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_photo_tiles.pt2.tCol_3 .tsI, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 3), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 6), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 9), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 9) {
    width: 33.333333%;
    margin: 0;
  }
  .tsT_photo_tiles.pt2.tCol_3 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt2.tCol_3 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 3) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 6) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 9) .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2.tCol_3 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt2.tCol_3 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 3) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 6) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 9) .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_photo_tiles.pt2.tCol_2 .tsI, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 4), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 5), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 1), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 2), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 7), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 8), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 10), .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .tsI:nth-of-type(11n + 11), .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .tsI:nth-of-type(11n + 11) {
    width: 50%;
    margin: 0;
  }
  .tsT_photo_tiles.pt2.tCol_2 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt2.tCol_2 .yHero.tsI .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 4) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 1) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 7) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_hd, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2.tCol_2 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .nImg.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt2.tCol_2 .yHero.tsI .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 4) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_1 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt1.tCol_1 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 5) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 1) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_2 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt1.tCol_2 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 2) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 7) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_3 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt1.tCol_3 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 8) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 10) .tsI_sh, .tsT_photo_tiles.pt2 .tsT_photo_tiles.pt1.tCol_4 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh, .tsT_photo_tiles.pt1.tCol_4 .tsT_photo_tiles.pt2 .yHero.tsI:nth-of-type(11n + 11) .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_photo_tiles.pt2.tCol_1 .tsI {
    width: 100%;
    margin: 0;
  }
  .tsT_photo_tiles.pt2.tCol_1 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_1 .yHero.tsI .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2.tCol_1 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_1 .yHero.tsI .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .tsT_photo_tiles.pt2.tCol_1 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt2.tCol_2 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt2.tCol_3 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt2.tCol_4 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt2.tCol_5 .tsI {
    float: left;
  }
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI:only-of-type .tsI_hd {
  font-size: 3.75em;
  margin-top: 0.8em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1333333333em;
  letter-spacing: -0.05rem;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI:only-of-type .tsI_sh {
  font-size: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.3333333333em;
  line-height: 1.0833333333em;
  letter-spacing: -0.04rem;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI:only-of-type p {
  font-size: 1.1875em;
  margin-top: 1.4736842105em;
  margin-bottom: 1.4736842105em;
  line-height: 1.4736842105em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_hd {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
}

@media print, screen and (min-width: 851px) and (max-width: 1024px) {
  .tsT_photo_tiles.pt2 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt2.tCol_1 .tsI, .tsT_photo_tiles.pt2.tCol_2 .tsI {
    width: 100%;
  }
  .tsT_photo_tiles.pt2.tCol_3 .tsI {
    width: 33.33333%;
  }
  .tsT_photo_tiles.pt2.tCol_4 .tsI {
    width: 25%;
  }
  .tsT_photo_tiles.pt2.tCol_5 .tsI {
    width: 33.33333%;
  }
  .tsT_photo_tiles.pt2 .tsI.nImg .tsI_hd, .tsT_photo_tiles.pt2 .tsI.yHero .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2 .tsI.nImg .tsI_sh, .tsT_photo_tiles.pt2 .tsI.yHero .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 850px) {
  .tsT_photo_tiles.pt2 .tsI {
    float: left;
  }
  .tsT_photo_tiles.pt2.tCol_1 .tsI, .tsT_photo_tiles.pt2.tCol_2 .tsI {
    width: 100%;
  }
  .tsT_photo_tiles.pt2.tCol_3 .tsI, .tsT_photo_tiles.pt2.tCol_4 .tsI {
    width: 50%;
  }
  .tsT_photo_tiles.pt2.tCol_5 .tsI {
    width: 33.33333%;
  }
  .tsT_photo_tiles.pt2 .tsI.nImg .tsI_hd, .tsT_photo_tiles.pt2 .tsI.yHero .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2 .tsI.nImg .tsI_sh, .tsT_photo_tiles.pt2 .tsI.yHero .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
@media print, screen and (max-width: 480px) {
  .tsT_photo_tiles.pt2 .tsI {
    float: left;
    width: 100%;
  }
  .tsT_photo_tiles.pt2 .tsI.nImg .tsI_hd, .tsT_photo_tiles.pt2 .tsI.yHero .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .tsT_photo_tiles.pt2 .tsI.nImg .tsI_sh, .tsT_photo_tiles.pt2 .tsI.yHero .tsI_sh {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_photo_sheet .tsI_hd, .section_content .tsT_photo_sheet .tsI_sh, .section_content .tsT_photo_sheet .tsI_dsc {
    max-width: 100%;
  }
  .section_content .tsT_photo_sheet .tsI_hd, .section_content .tsT_photo_sheet .tsI_sh {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .section_content .tsT_photo_sheet .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_photo_sheet .tsI_hd, .section_content .tsT_photo_sheet .tsI_sh {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_photo_sheet .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_photo_sheet .tsI_hd, .section_content .tsT_photo_sheet .tsI_sh {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_photo_sheet .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
}
.full_width_content .tsT_photo_sheet .tsR {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem 1rem;
}
.full_width_content .tsT_photo_sheet .tsR::after {
  clear: both;
  content: "";
  display: table;
}

.section_content .tsT_photo_sheet .tsS {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
.section_content .tsT_photo_sheet .tsI {
  margin-bottom: 1.5rem;
  width: 100%;
}
.section_content .tsT_photo_sheet .tsI_wrp {
  display: block;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.section_content .tsT_photo_sheet .tsI_img {
  position: relative;
}
.section_content .tsT_photo_sheet .tsI_bdg {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.section_content .tsT_photo_sheet .tsI_txt, .section_content .tsT_photo_sheet .tsI_hds {
  width: 100%;
}
.section_content .tsT_photo_sheet .tsI_dsc {
  margin-top: 0;
}
.section_content .tsT_photo_sheet .tsI_dsc p {
  margin-top: 0;
}
.section_content .tsT_photo_sheet.large.not_well .tsI {
  margin-bottom: 2.5rem;
}

.section_content .tsT_photo_sheet.well .tsI.nHds .tsI_img {
  margin-bottom: 0 !important;
}
.section_content .tsT_photo_sheet.well .tsI.nHds.nDsc .tsI_txt {
  padding: 0;
}
.section_content .tsT_photo_sheet.well .tsI .tsI_txt {
  padding: 1rem 1rem;
}

@media print, screen and (min-width: 1025px) {
  .section_content .tsT_photo_sheet.gCol_1 .tsS {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .section_content .tsT_photo_sheet.gCol_1 .tsS .tsI {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section_content .tsT_photo_sheet.gCol_2 .tsS {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .section_content .tsT_photo_sheet.gCol_3 .tsS {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  .section_content .tsT_photo_sheet.gCol_4 .tsS {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
  .section_content .tsT_photo_sheet.gCol_5 .tsS {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
  }
  .section_content .tsT_photo_sheet .tsS {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .content .tsT_photo_sheet.well.small .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_photo_sheet.well.small .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_photo_sheet.well.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_photo_sheet.well.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_photo_sheet.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_photo_sheet.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_photo_sheet.well.small .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_photo_sheet.well.small .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_photo_sheet.well.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_photo_sheet.well.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_photo_sheet.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_photo_sheet.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_photo_sheet.well.xsmall .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_photo_sheet.well.xsmall .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_photo_sheet.well.small .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_photo_sheet.well.small .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_photo_sheet.well.medium .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_photo_sheet.well.medium .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_photo_sheet.gCol_1 .tsS {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .section_content .tsT_photo_sheet.gCol_1 .tsS .tsI {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section_content .tsT_photo_sheet.gCol_2 .tsS {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .section_content .tsT_photo_sheet.gCol_3 .tsS {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  .section_content .tsT_photo_sheet.gCol_4 .tsS {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  .section_content .tsT_photo_sheet.gCol_5 .tsS {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  .section_content .tsT_photo_sheet .tsS {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_photo_sheet .tsS {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .section_content .tsT_photo_sheet .tsS .tsI {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.section_content .tsT_plugin.large.not_well .tsI {
  margin-bottom: 2.5rem;
}
.section_content .tsT_plugin.well .tsI.blog-plugin {
  box-shadow: none;
}
.section_content .tsT_plugin.well .tsI.form-plugin {
  width: 100%;
  padding: 2rem;
}

.section_content .tsT_article.well .tsI_txt {
  max-width: 100%;
}
.section_content .tsT_article.well .tsI_txt .gform_wrapper {
  padding: 2rem 2rem 1rem;
}

@media print, screen and (min-width: 1025px) {
  .content .tsT_plugin.well.small .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_plugin.well.small .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_plugin.well.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_plugin.well.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_plugin.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_plugin.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_plugin.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_plugin.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_plugin.well.small .nHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_plugin.well.small .nHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_plugin.well.medium .nHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_plugin.well.medium .nHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_plugin.well.small.xsmall .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_plugin.well.small.xsmall .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_plugin.well.small .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_plugin.well.small .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_plugin.well.medium .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_plugin.well.medium .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_plugin .form-plugin.nHero,
  .section_content .w988 .tsT_plugin .form-plugin.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsT_plugin .form-plugin.nHero:first-of-type,
  .section_content .w988 .tsT_plugin .form-plugin.nHero:first-of-type {
    margin-top: 4rem;
  }
  .section_content .w1060 .tsT_plugin .form-plugin.nHero:last-of-type,
  .section_content .w988 .tsT_plugin .form-plugin.nHero:last-of-type {
    margin-bottom: 5rem;
  }
}
.section_content .tsB.large .tsPosts {
  margin-left: -1.5915457092%;
  margin-right: -1.5915457092%;
}

.section_content .tsB .tsPosts .tsI.type-post .tsI_hd span a {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}
.section_content .tsB .tsPosts .tsI.type-post .tsI_sh, .section_content .tsB .tsPosts .tsI.type-post .tsI_dsc {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  text-align: left;
}
.section_content .tsB .tsPosts .tsI.type-post .tsI_sh::after, .section_content .tsB .tsPosts .tsI.type-post .tsI_dsc::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsB .tsPosts .tsI {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  transform: translate3d(0, 0, 0);
  margin-bottom: 2.5rem;
  text-align: left;
}
.section_content .tsB .tsPosts .tsI:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.section_content .tsB .tsPosts .tsI .tsI_hd {
  font-size: 1.0625em;
  margin-top: 0.9411764706em;
  margin-bottom: 0.9411764706em;
  line-height: 1.4117647059em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 0 1rem;
  text-align: left;
}
.section_content .tsB .tsPosts .tsI .tsI_hd .hd_bkg {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7021183473) 25%, rgba(0, 0, 0, 0) 100%);
}
.section_content .tsB .tsPosts .tsI .tsI_hd span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 10rem;
  padding: 1rem;
}
.section_content .tsB .tsPosts .tsI .tsI_hd span a {
  margin-top: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.section_content .tsB .tsPosts .tsI .tsI_sh {
  padding: 0 1rem;
}
.section_content .tsB .tsPosts .tsI .tsI_txt {
  padding: 0 1rem 1rem;
}
.section_content .tsB .tsPosts .tsI .tsI_dsc {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section_content .tsB .tsPosts .tsI .post-content img {
  height: auto;
}
.section_content .tsB .tsPosts .tsI .post-categories {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.section_content .tsB .tsPosts .tsI .post-categories:before {
  content: "c";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.section_content .tsB .tsPosts .tsI .post-categories li {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  display: inline-block;
  margin-right: 0.25rem;
}
.section_content .tsB .tsPosts .tsI .post-categories li a {
  padding-right: 0.25rem;
}
.section_content .tsB .tsPosts .tsI .post-categories li:not(:last-child):after {
  content: "|";
  opacity: 0.5;
}
.section_content .tsB .tsPosts .tsI .post-footer {
  min-height: 2rem;
  padding: 0.25rem 0;
  border-top: 1px solid rgba(100, 100, 100, 0.2);
}
.section_content .tsB .tsPosts .tsI .post-footer .post-footer-title {
  display: none;
}
.section_content .tsB .tsPosts .tsI .post-footer .post-tags {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.section_content .tsB .tsPosts .tsI .post-footer .post-tags:before {
  content: "C";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.125rem;
}
.section_content .tsB .tsPosts .tsI .post-footer .post-tags::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsB .tsPosts .tsI .post-footer .post-tags li {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  display: inline-block;
  margin-right: 0.25rem;
}
.section_content .tsB .tsPosts .tsI .post-footer .post-tags li a {
  padding-right: 0.25rem;
}
.section_content .tsB .tsPosts .tsI .post-footer .post-tags li:not(:last-child):after {
  content: "|";
  opacity: 0.5;
}
.section_content .tsB .post-pagination {
  width: 100%;
}
.section_content .tsB .post-pagination .post-btn {
  min-height: none;
}
.section_content .tsB .post-pagination .post-btn a {
  padding: 0;
}
.section_content .tsB .post-pagination .post-btn a:before, .section_content .tsB .post-pagination .post-btn a:after {
  font-size: 100%;
  line-height: 1;
}
.section_content .single-post .tsC {
  background: rgba(12, 34, 51, 0.5);
}
.section_content.blog_posts_wrp {
  padding: 6rem 1.5rem 2rem;
}
.section_content.blog_posts_wrp .fb-lnk {
  text-align: left;
}
.section_content .tsT_blog .tsI {
  max-width: 100%;
}
.section_content .tsT_blog .single-post {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.section_content .tsT_blog .single-post img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.section_content .tsT_blog .single-post .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.4444444444em;
  line-height: 1.1111111111em;
  letter-spacing: -0.0125rem;
}
.section_content .tsT_blog .single-post .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
  float: left;
  width: 100%;
}
.section_content .tsT_blog .single-post .tsI_sh .entry-date {
  width: 50%;
  display: block;
  float: left;
}
.section_content .tsT_blog .single-post .tsI_sh .entry-date:before {
  content: "l";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  font-size: 150%;
  margin-right: 0.25rem;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list {
  width: 50%;
  display: block;
  float: left;
  text-align: right;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list .post-categories {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem 0 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list .post-categories:before {
  content: "c";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  font-size: 150%;
  margin-left: 0.25rem;
  position: absolute;
  right: 0;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list .post-categories li {
  display: inline-block;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list .post-categories li a {
  padding-right: 0.25rem;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list .post-categories li:not(:last-child):after {
  content: "|";
  opacity: 0.5;
  padding-right: 0.25rem;
}
.section_content .tsT_blog .single-post .tsI_dsc {
  font-size: 1.0625em;
  margin-top: 0.9411764706em;
  margin-bottom: 0.9411764706em;
  line-height: 1.4117647059em;
  display: inline-block;
  padding-top: 2rem;
}
.section_content .tsT_blog .single-post .post-content-wrp {
  width: 100%;
}
.section_content .tsT_blog .single-post .post-content-wrp p {
  margin-top: 0;
}
.section_content .tsT_blog .single-post .post-content-wrp img {
  margin-bottom: 1rem;
}
.section_content .tsT_blog .single-post .read-more:hover {
  border: none;
}
.section_content .tsT_blog .single-post .post-footer-title {
  display: none;
}
.section_content .tsT_blog .single-post .post-tags {
  font-size: 100%;
  margin-bottom: 2rem;
  padding-left: 0;
}
.section_content .tsT_blog .single-post .post-tags li {
  display: inline-block;
}
.section_content .tsT_blog .single-post .post-tags li a {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.375em 1em 0.4375em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-right: 0.25rem;
}
.section_content .tsT_blog .single-post .post-tags li a:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
.section_content .tsT_blog .single-post .post-tags li a:hover, .section_content .tsT_blog .single-post .post-tags li a:focus {
  outline: 0;
}
.section_content .tsT_blog .single-post .post-tags li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_blog .single-post .post-tags li a:before {
  content: "C";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.section_content .tsT_blog .single-post .post-pagination {
  border-style: solid;
  border-width: 1px 0 0;
  overflow: hidden;
  width: 100%;
}
.section_content .tsT_blog .single-post .post-pagination .post-btn {
  min-height: 3.125rem;
}
.section_content .post-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding-top: 0.5rem;
  margin-top: 2rem;
}
.section_content .post-pagination .post-btn:empty {
  display: none !important;
}
.section_content .post-pagination .post-btn a {
  width: 100%;
  line-height: 2;
  height: 100%;
}
.section_content .post-pagination .post-btn.prev, .section_content .post-pagination .post-btn.next {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 40%;
  -moz-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  position: relative;
  overflow: hidden;
}
.section_content .post-pagination .post-btn.prev a, .section_content .post-pagination .post-btn.next a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
.section_content .post-pagination .post-btn.prev:before, .section_content .post-pagination .post-btn.prev:after, .section_content .post-pagination .post-btn.next:before, .section_content .post-pagination .post-btn.next:after {
  color: inherit;
  display: block;
  font-family: "tsi-cms";
  padding: 0 0.5rem;
  font-size: 150%;
  line-height: 2;
  position: absolute;
  top: 0;
}
.section_content .post-pagination .post-btn.back {
  margin-right: 1px;
  line-height: 2;
  text-align: center;
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
}
.section_content .post-pagination .post-btn.prev {
  text-align: left;
  padding-right: 2px;
}
.section_content .post-pagination .post-btn.prev a {
  padding-left: 2rem;
}
.section_content .post-pagination .post-btn.prev:before {
  content: "<";
  left: 0;
}
.section_content .post-pagination .post-btn.next {
  text-align: right;
}
.section_content .post-pagination .post-btn.next a {
  padding-right: 2rem;
}
.section_content .post-pagination .post-btn.next:after {
  content: ">";
  right: 0;
}

.tsT_banner.blog_banner.b1.nCol .tsI_wrp {
  padding: 0 1.5rem;
}
.tsT_banner.blog_banner.b1.nCol .tsI_txt {
  width: 100%;
  margin: 0;
}

#modal_blog-subscribe .tsI_hds {
  background-position: center -20px;
}

@media print, screen and (min-width: 1025px) {
  .section_content .tsB .tsPosts .tsI.type-post {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .tsB.small .tsPosts .tsI.type-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section_content .tsB.medium .tsPosts .tsI.type-post {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .w1060 .tsB .tsPosts .tsI.type-post,
  .section_content .w988 .tsB .tsPosts .tsI.type-post {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 29.0892114422%;
  }
  .section_content .tsT_blog .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 87.4225447755%;
    margin-left: 4.9624395213%;
  }
  .section_content .tsT_blog .single-post .post-content-wrp .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_blog .single-post .post-content-wrp .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .tsT_banner.blog_banner.b1.nCol .tsI_wrp {
    max-width: 75.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .tsT_banner.blog_banner.b1.nCol .tsI_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
  .tsT_banner.blog_banner.b1.nCol .tsI_cptn {
    padding: 1rem 0;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsB .tsPosts .tsI.type-post {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 45.7558781088%;
  }
  .section_content .tsB.small .tsPosts .tsI.type-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section_content .tsT_blog .single-post .post-content-wrp {
    padding: 2rem 2.5rem;
  }
  .section_content .tsT_blog .single-post .post-content-wrp .tsI_hd {
    font-size: 2.25em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.4444444444em;
    line-height: 1.1111111111em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_blog .single-post .post-content-wrp .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_blog .single-post .post-content-wrp .tsI_dsc {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
}
@media print, screen and (max-width: 850px) {
  .section_content .tsT_blog .single-post .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_blog .single-post .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .section_content .tsT_blog .single-post .tsI_dsc {
    font-size: 1.0625em;
    margin-top: 0.9411764706em;
    margin-bottom: 0.9411764706em;
    line-height: 1.4117647059em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsB.small .tsPosts .tsI.type-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section_content .tsT_blog .single-post .tsI_dsc .read-more span {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    margin: 1rem 0.5rem;
    display: inline-block;
  }
  .section_content .tsT_blog .single-post .tsI_dsc .read-more span:after {
    content: " >";
    display: inline-block;
    font-family: "tsi-cms";
    font-size: 60%;
    line-height: 1;
    padding: 0 0.125rem;
    vertical-align: inherit;
  }
  .section_content .tsT_blog .single-post .tsI_dsc .read-more span:hover, .section_content .tsT_blog .single-post .tsI_dsc .read-more span:focus {
    outline: 0;
  }
  .section_content .tsT_blog .single-post .tsI_dsc .read-more span:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
.wp_theme .tsB .tsPosts .tsI .post-content p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section_content .tsT_article.a1 .b2b-location.wide, .section_content .tsT_plugin .b2b-location.wide {
  all: inherit;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.12);
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  width: 100%;
  height: auto !important;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-canvas, .section_content .tsT_plugin .b2b-location.wide .b2b-location-canvas {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  height: 33.75rem;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-hover-box,
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-expand-icon, .section_content .tsT_plugin .b2b-location.wide .b2b-location-hover-box,
.section_content .tsT_plugin .b2b-location.wide .b2b-location-expand-icon {
  display: none;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container {
  all: initial;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  font-family: inherit;
  height: 33.75rem;
  position: static;
  width: auto;
  text-align: left;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  padding: 0;
  height: auto;
  width: 100%;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul {
  padding: 0;
  overflow: visible;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li {
  border-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1rem 2rem 1rem 1rem;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li h2, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li h2 {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-basic-info p, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-basic-info p {
  font-size: 1.1875em;
  margin-top: 1.4736842105em;
  margin-bottom: 1.4736842105em;
  line-height: 1.4736842105em;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-h2, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-h2 {
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
  display: inline-block;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  user-select: none;
  white-space: normal;
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  margin: 1rem 0.5rem;
  display: inline-block;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:after, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:after {
  content: " >";
  display: inline-block;
  font-family: "tsi-cms";
  font-size: 60%;
  line-height: 1;
  padding: 0 0.125rem;
  vertical-align: inherit;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:hover, .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:focus, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:hover, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:focus {
  outline: 0;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:disabled, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:before, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items ul > li .b2b-location-get-directions:before {
  font-family: "tsi-cms";
  content: "M";
  display: inline-block;
  vertical-align: bottom;
  font-size: 125%;
  font-weight: normal;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li {
  height: inherit;
  padding: 2rem;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li p, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li p {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2.5em;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li p b, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li p b {
  font-weight: normal;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  user-select: none;
  white-space: normal;
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  margin: 1rem 0.5rem;
  display: inline-block;
  display: inline-block !important;
  position: initial;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:after, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:after {
  content: " >";
  display: inline-block;
  font-family: "tsi-cms";
  font-size: 60%;
  line-height: 1;
  padding: 0 0.125rem;
  vertical-align: inherit;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:hover, .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:focus, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:hover, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:focus {
  outline: 0;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:disabled, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .b2b-location-see-more:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .slimScrollBar, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li .slimScrollBar {
  display: initial !important;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container .slimScrollDiv, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .slimScrollDiv {
  border: none;
  margin: 0;
}
.section_content .tsT_article.a1.small .b2b-location.wide, .section_content .tsT_article.a1.medium .b2b-location.wide, .section_content .tsT_plugin.small .b2b-location.wide, .section_content .tsT_plugin.medium .b2b-location.wide {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.section_content .tsT_article.a1.small .b2b-location.wide .b2b-location-canvas, .section_content .tsT_article.a1.medium .b2b-location.wide .b2b-location-canvas, .section_content .tsT_plugin.small .b2b-location.wide .b2b-location-canvas, .section_content .tsT_plugin.medium .b2b-location.wide .b2b-location-canvas {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 30vh;
}
.section_content .tsT_article.a1.small .b2b-location.wide .b2b-location-items-container, .section_content .tsT_article.a1.medium .b2b-location.wide .b2b-location-items-container, .section_content .tsT_plugin.small .b2b-location.wide .b2b-location-items-container, .section_content .tsT_plugin.medium .b2b-location.wide .b2b-location-items-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.section_content .tsT_article.a1.small .b2b-location.wide .b2b-location-items:not(.show-details) ul > li, .section_content .tsT_article.a1.medium .b2b-location.wide .b2b-location-items:not(.show-details) ul > li, .section_content .tsT_plugin.small .b2b-location.wide .b2b-location-items:not(.show-details) ul > li, .section_content .tsT_plugin.medium .b2b-location.wide .b2b-location-items:not(.show-details) ul > li {
  font-size: 50%;
}

@media print, screen and (min-width: 1025px) {
  .section_content .tsT_article.a1.large .b2b-location.wide .b2b-location-canvas, .section_content .tsT_plugin.large .b2b-location.wide .b2b-location-canvas {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.666666666%;
    -moz-flex: 1 1 66.666666666%;
    -ms-flex: 1 1 66.666666666%;
    flex: 1 1 66.666666666%;
  }
  .section_content .tsT_article.a1.large .b2b-location.wide .b2b-location-items-container, .section_content .tsT_plugin.large .b2b-location.wide .b2b-location-items-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
    -moz-flex: 1 1 33.33333333%;
    -ms-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
    position: static;
  }
}
@media print, screen and (min-width: 651px) {
  .section_content .tsT_article.a1.large .b2b-location.wide .b2b-location-items, .section_content .tsT_plugin.large .b2b-location.wide .b2b-location-items {
    min-height: 33.75rem;
    overflow: auto;
  }
  .section_content .tsT_article.a1.large .b2b-location.wide .b2b-location-items ul, .section_content .tsT_plugin.large .b2b-location.wide .b2b-location-items ul {
    min-height: 33.75rem;
  }
  .section_content .tsT_article.a1.large .left .b2b-location.wide,
  .section_content .tsT_article.a1.large .center .b2b-location.wide, .section_content .tsT_plugin.large .left .b2b-location.wide,
  .section_content .tsT_plugin.large .center .b2b-location.wide {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .section_content .tsT_article.a1.large .right .b2b-location.wide, .section_content .tsT_plugin.large .right .b2b-location.wide {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
@media print, screen and (min-width: 651px) and (max-width: 1024px) {
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-canvas,
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container, .section_content .tsT_plugin .b2b-location.wide .b2b-location-canvas,
  .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media print, screen and (max-width: 650px) {
  .section_content .tsT_article.a1 .b2b-location.wide, .section_content .tsT_plugin .b2b-location.wide {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-canvas, .section_content .tsT_plugin .b2b-location.wide .b2b-location-canvas {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 18.75rem;
    -moz-flex: 1 1 18.75rem;
    -ms-flex: 1 1 18.75rem;
    flex: 1 1 18.75rem;
    height: auto;
  }
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items-container, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 43.75rem;
    -moz-flex: 1 1 43.75rem;
    -ms-flex: 1 1 43.75rem;
    flex: 1 1 43.75rem;
    height: auto;
    width: 100%;
  }
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items {
    height: auto;
    min-height: auto;
  }
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items ul, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items ul {
    min-height: auto;
  }
  .section_content .tsT_article.a1 .b2b-location.wide .b2b-location-items:not(.show-details) ul > li, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items:not(.show-details) ul > li {
    font-size: 50%;
  }
}
.section_content .tsT_article.a1.large .b2b-form, .section_content .tsT_plugin.large .b2b-form {
  margin-left: -1.5915457092%;
  margin-right: -1.5915457092%;
  overflow: hidden;
}

.section_content .tsT_article.a1 .b2b-form *, .section_content .tsT_plugin .b2b-form * {
  box-sizing: border-box;
}
.section_content .tsT_article.a1 .b2b-form input[type=text],
.section_content .tsT_article.a1 .b2b-form select,
.section_content .tsT_article.a1 .b2b-form textarea, .section_content .tsT_plugin .b2b-form input[type=text],
.section_content .tsT_plugin .b2b-form select,
.section_content .tsT_plugin .b2b-form textarea {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  height: 2rem;
}
.section_content .tsT_article.a1 .b2b-form .col-left,
.section_content .tsT_article.a1 .b2b-form .col-right, .section_content .tsT_plugin .b2b-form .col-left,
.section_content .tsT_plugin .b2b-form .col-right {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.section_content .tsT_article.a1 .b2b-form .col-left label,
.section_content .tsT_article.a1 .b2b-form .col-right label, .section_content .tsT_plugin .b2b-form .col-left label,
.section_content .tsT_plugin .b2b-form .col-right label {
  display: none;
}
.section_content .tsT_article.a1 .b2b-form .col-right textarea, .section_content .tsT_plugin .b2b-form .col-right textarea {
  height: 16.875rem;
  margin-bottom: 0.5rem;
}
.section_content .tsT_article.a1 .b2b-form .col-right .b2b-form-message-meta, .section_content .tsT_plugin .b2b-form .col-right .b2b-form-message-meta {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
  font-size: 0.6875em;
  margin-top: 1.0909090909em;
  margin-bottom: 1.0909090909em;
  line-height: 1.0909090909em;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer, .section_content .tsT_plugin .b2b-form .b2b-form-footer {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
  border-top: 2px solid;
  padding: 0.5rem 0 2rem;
  margin-top: 1rem;
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-footer-message, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-footer-message {
  font-size: 0.6875em;
  margin-top: 1.0909090909em;
  margin-bottom: 1.0909090909em;
  line-height: 1.0909090909em;
  float: left;
  width: 50%;
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-submit, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-submit {
  float: left;
  text-align: right;
  width: 50%;
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  user-select: none;
  white-space: normal;
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  margin: 1rem 0.5rem;
  padding: 0.825em 2.25em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:hover, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:hover, .section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:focus, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:hover, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:focus {
  outline: 0;
}
.section_content .tsT_article.a1 .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:disabled, .section_content .tsT_plugin .b2b-form .b2b-form-footer .b2b-form-submit .b2b-form-submit-text:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_article.a1.well .tsI_txt .b2b-form, .section_content .tsT_plugin.well .tsI_txt .b2b-form {
  padding: 3rem;
}
.section_content .tsT_article.a1.small .b2b-form input[type=text],
.section_content .tsT_article.a1.small .b2b-form select, .section_content .tsT_plugin.small .b2b-form input[type=text],
.section_content .tsT_plugin.small .b2b-form select {
  width: 100%;
}
.section_content .tsT_article.a1.small .b2b-form textarea, .section_content .tsT_plugin.small .b2b-form textarea {
  width: 100%;
}
.section_content .tsT_article.a1.small .yHero .b2b-form input[type=text],
.section_content .tsT_article.a1.small .yHero .b2b-form select, .section_content .tsT_article.a1.large .b2b-form input[type=text],
.section_content .tsT_article.a1.large .b2b-form select, .section_content .tsT_article.a1.medium .b2b-form input[type=text],
.section_content .tsT_article.a1.medium .b2b-form select, .section_content .tsT_plugin.small .yHero .b2b-form input[type=text],
.section_content .tsT_plugin.small .yHero .b2b-form select, .section_content .tsT_plugin.large .b2b-form input[type=text],
.section_content .tsT_plugin.large .b2b-form select, .section_content .tsT_plugin.medium .b2b-form input[type=text],
.section_content .tsT_plugin.medium .b2b-form select {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 45.7558781088%;
}
.section_content .tsT_article.a1.small .yHero .b2b-form textarea, .section_content .tsT_article.a1.large .b2b-form textarea, .section_content .tsT_article.a1.medium .b2b-form textarea, .section_content .tsT_plugin.small .yHero .b2b-form textarea, .section_content .tsT_plugin.large .b2b-form textarea, .section_content .tsT_plugin.medium .b2b-form textarea {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
}

.ie .section_content .tsT_article.a1 select, .ie .section_content .tsT_plugin select {
  font-size: 90%;
}

.section .tsT_sec {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 0;
}
.section .tsT_sec .tsB {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section .tsT_sec .tsB::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_sec .tsT_article.sec_intro {
  padding-top: 0;
  padding-bottom: 0;
}
.section .tsT_sec .tsT_article.sec_intro .tsI_txt {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.section .tsT_sec .tsB {
  position: relative;
}
.section .tsT_sec.yPara .tsXa {
  z-index: -100;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.section .tsT_sec.yPara .tsXa div > div {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section .tsT_sec.nPara {
  z-index: 1;
}
.section .tsT_sec.dBkg .tsXa {
  background-size: cover;
}
.section .tsT_sec .tsXa {
  background-position: top center;
}
.section .tsT_sec .tsXa,
.section .tsT_sec .tsXb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .tsT_sec .tsXb {
  z-index: -101;
}

@media print, screen and (min-width: 1025px) {
  .section .tsT_sec.tiled .tsXa {
    background-size: auto;
    background-repeat: repeat;
  }
  .section .tsT_sec.tiled_fixed .tsXa {
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat;
  }
  .section .tsT_sec.cover_scroll .tsXa {
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .section .tsT_sec.full_scroll .tsXa {
    background-size: 100% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .section .tsT_sec.cover_fixed .tsXa {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .section .tsT_sec.full_fixed .tsXa {
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .tsT_sec.cover_scroll .tsXa {
    -webkit-mask-image: -webkit-gradient(linear, left top, left 50%, color-stop(0, rgb(0, 0, 0)), color-stop(0.35, rgb(0, 0, 0)), color-stop(0.75, rgba(0, 0, 0, 0)));
  }
}
@media screen and (max-device-width: 850px) and (orientation: landscape) {
  .tsT_sec.cover_scroll .tsXa {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(0, 0, 0)), color-stop(0.35, rgb(0, 0, 0)), color-stop(0.75, rgba(0, 0, 0, 0)));
  }
}
@media print, screen and (max-width: 1024px) {
  .section .tsT_sec.tiled .tsXa {
    background-size: auto;
    background-repeat: repeat;
  }
  .section .tsT_sec.cover_scroll .tsXa {
    background-size: 100% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .section .tsT_sec.full_scroll .tsXa {
    background-size: 200% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .section .tsT_sec.cover_fixed .tsXa {
    background-size: auto 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .section .tsT_sec.full_fixed .tsXa {
    background-size: auto 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
@media print, screen and (max-width: 480px) {
  .section .tsT_sec.cover_fixed .tsXa {
    background-size: auto 100vh;
  }
  .section .tsT_sec.full_fixed .tsXa {
    background-size: auto 100vh;
  }
}
/*LEFT NAVIGATION ------------------*/
.section .tsT_sec.sec-tabs .tsB.tsT_sec {
  padding-bottom: 0;
}
.section .tsT_sec.sec-tabs .tsI_tabs {
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: stretch;
}
.section .tsT_sec.sec-tabs .tsI_tabs .tab-link {
  padding: 1rem 1.5rem;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.section .tsT_sec.sec-tabs > .tab-content-wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 0px 0px;
}
.section .tsT_sec.sec-tabs > .tab-content-wrap .tsB {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
  align-self: flex-start;
  grid-row: 1;
  grid-area: 1/1/2/2;
}
.section .tsT_sec.sec-tabs .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section .tsT_sec.sec-tabs .tab-content.current {
  -webkit-animation: fadeIn 0.1s ease-in 0.3s 1 forwards;
  -moz-animation: fadeIn 0.1s ease-in 0.3s 1 forwards;
  animation: fadeIn 0.1s ease-in 0.3s 1 forwards;
  visibility: visible;
  height: auto;
  overflow: visible;
}
.section .tsT_sec.sec-tabs .tsI_tabs_wrp.sec-tabs-1 .tsI_tabs {
  border-bottom-style: solid;
  border-bottom-width: 2pt;
  margin: 4rem 0 2rem;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.section .tsT_sec.sec-tabs .tsI_tabs_wrp.sec-tabs-1 .tsI_tabs .tab-link {
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 2pt;
  padding: 1rem 0.75rem;
  margin: 0 1pt -2pt;
  cursor: pointer;
  flex: 0 1 12em;
}
.section .tsT_sec.sec-tabs.sec-tabs-2 .tsI_tabs {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  list-style: none;
  justify-content: center;
  margin: 2rem 0;
  padding: 0.25rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section .tsT_sec.sec-tabs.sec-tabs-2 .tsI_tabs_wrp {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.section .tsT_sec.sec-tabs.sec-tabs-2 .tsI_tabs_wrp::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_sec.sec-tabs.sec-tabs-2 .tsI_tabs .tab-link {
  border-radius: 2px;
  align-self: stretch;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs {
  font-size: 87.5%;
  list-style: none;
  margin: 2rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs .tab-link {
  align-self: stretch;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  text-align: left;
  transition: background 0.1s ease-in-out;
}
.section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs_wrp {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs_wrp::after {
  clear: both;
  content: "";
  display: table;
}

@media print, screen and (min-width: 981px) {
  .section .tsT_sec.sec-tabs.sec-tabs-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 > .tab-content-wrap {
    width: 83.3333333333%;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 > .tab-content-wrap.sec_intro {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs .tab-link {
    border-style: solid;
    border-width: 0 0 1pt;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs_wrp {
    width: 16.6666666667%;
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 10;
    margin-top: 7.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 980px) {
  .section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-gap: 1pt;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs .tab-link {
    text-align: center;
  }
  .section .tsT_sec.sec-tabs.sec-tabs-3 .tsI_tabs_wrp {
    font-size: 85%;
    padding: 0.25rem 1rem;
    top: 9.25rem;
  }
}
.section .tsT_sec.sec-tabs .slick-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.section .tsT_sec.sec-tabs .slick-wrap.slides-init {
  opacity: 1;
}

.section_content .tsT_services.s1.well .tsI_hds {
  width: 100%;
}
.section_content .tsT_services.s1.well .tsI_txt {
  width: 100%;
  padding: 1rem 2rem 1.5rem;
}
.section_content .tsT_services.s1.well .tsI.yImg.yHd .tsI_hds {
  padding: 0.5rem 2rem;
}
.section_content .tsT_services.s1.well.small .yHero.yImg .tsI_txt {
  padding-top: 1rem;
}
.section_content .tsT_services.s1.well.medium .yHero.yImg .tsI_txt {
  padding-top: 1rem;
}
.section_content .tsT_services.s1.well .tsI.yImg.nDsc.nShd .tsI_hds_wrp {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.section_content .tsT_services.s1.well .tsI.yImg.nDsc.nShd .tsI_img {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: auto;
}
.section_content .tsT_services.s1.well .tsI.yImg.nDsc.nShd .tsI_txt {
  display: none;
}
.section_content .tsT_services.s1.well .tsI.yImg.nDsc.nShd .tsI_btn {
  margin-top: 0;
}
.section_content .tsT_services.s1.well .tsI.nImg.yHds.yDsc .tsI_hds {
  padding-bottom: 0;
}
.section_content .tsT_services.s1.well .tsI.nImg.nHds .tsI_txt {
  padding-top: 1.5rem;
}

.tsT_services.s1.s2 {
  /*----- Tabs -----*/
}
.tsT_services.s1.s2.tsB {
  padding: 0;
}
.tsT_services.s1.s2 .ts_tabs_block {
  width: 100%;
  display: inline-block;
  margin: 0 0 3rem;
}
.tsT_services.s1.s2 .ts_tabs {
  width: 100%;
  text-align: center;
  margin: 0;
}
.tsT_services.s1.s2 .ts_tabs li {
  margin: 0 0.125rem;
  list-style: none;
  display: inline-block;
}
.tsT_services.s1.s2 .ts_tabs li a {
  padding: 1rem 2rem;
  display: inline-block;
  transition: all linear 0.15s;
  font-size: 0.875em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.5714285714em;
  line-height: 1.1428571429em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.tsT_services.s1.s2 .ts_tabs li a:hover {
  text-decoration: none;
}
.tsT_services.s1.s2 .ts_tab_content {
  width: 100%;
}

.full_width_content .tsT_services.s1.s2 .ts_tabs_block {
  padding: 3rem 1rem 0;
  max-width: 100%;
}
.full_width_content .tsT_services.s1.s2 .ts_tabs {
  overflow: hidden;
}
.full_width_content .tsT_services.s1.s2 .ts_tabs li {
  position: relative;
  z-index: 1;
}
.full_width_content .tsT_services.s1.s2 .ts_tabs li.active a {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.full_width_content .tsT_services.s1.s2 .ts_tab_content {
  padding: 0 1rem 3rem;
}

.content .tsT_services.s1.s2.not_well .ts_tabs {
  border-bottom: 1px solid;
}
.content .tsT_services.s1.s2.not_well .ts_tabs li {
  border: 1px solid transparent;
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
}
.content .tsT_services.s1.s2.well .ts_tabs_block {
  margin-bottom: 0;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_services.s1.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .content .w988 .tsT_services.s1.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .w988 .tsT_services.s1.large .tsI.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .w988 .tsT_services.s1.large .tsI.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_services.s1.well.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_services.s1.well.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_services.s1.well.medium .tsI.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_services.s1.well.medium .tsI.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_services.s1.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_services.s1.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .content .tsT_services.s1.well.large .tsI.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content .tsT_services.s1.well.large .tsI.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_services.s1.not_well.large .tsI.yImg .tsI_txt {
    padding: 1.5rem 0 0;
  }
  .full_width_content .tsT_services.s1.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .full_width_content .tsT_services.s1.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.large .tsI.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.large .tsI.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.medium .nHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.medium .nHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.medium .nHero.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.medium .nHero.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.small .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.small .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.small .yHero.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.small .yHero.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.medium .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.medium .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_services.s1.well.medium .yHero.yImg .tsI_hds {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_services.s1.well.medium .yHero.yImg .tsI_hds::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_services.s1 .tsI.yImg.nShd.nDsc .tsI_img {
    margin-bottom: 0 !important;
  }
  .section_content .tsT_services.s1 .tsI.yImg.nShd.nDsc .tsI_txt {
    padding: 0;
  }
  .section_content .tsT_services.s1 .tsI.nImg.nHd.nShd.nDsc .tsI_txt {
    padding: 0;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_services.s1.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_services.s1.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 4rem;
  }
  .section_content .w1060 .tsT_services.s1.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_services.s1.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_services.s1.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_services.s1.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 851px) {
  .full_width_content .tsT_services.s2.large .yImg .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_services.s2.large .yImg .tsI_sh {
    font-size: 0.625em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2em;
  }
  .full_width_content .tsT_services.s2.large .yImg .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .full_width_content .tsT_services.s2.large .yImg .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .full_width_content .tsT_services.s2.large .yImg .tsI_btn:hover, .full_width_content .tsT_services.s2.large .yImg .tsI_btn:focus {
    outline: 0;
  }
  .full_width_content .tsT_services.s2.large .yImg .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .full_width_content .tsT_services.s2.large .nImg .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .full_width_content .tsT_services.s2.large .nImg .tsI_sh {
    font-size: 0.625em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2em;
  }
  .full_width_content .tsT_services.s2.large .nImg .tsI_dsc {
    font-size: 1.1875em;
    margin-top: 1.4736842105em;
    margin-bottom: 1.4736842105em;
    line-height: 1.4736842105em;
  }
  .full_width_content .tsT_services.s2.large .nImg .tsI_btn {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    display: inline-block;
  }
  .full_width_content .tsT_services.s2.large .nImg .tsI_btn:hover, .full_width_content .tsT_services.s2.large .nImg .tsI_btn:focus {
    outline: 0;
  }
  .full_width_content .tsT_services.s2.large .nImg .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .content .tsT_services.s2.large .yImg .tsI_hd {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .content .tsT_services.s2.large .yImg .tsI_sh {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .content .tsT_services.s2.large .yImg .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .content .tsT_services.s2.large .yImg .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .content .tsT_services.s2.large .yImg .tsI_btn:hover, .content .tsT_services.s2.large .yImg .tsI_btn:focus {
    outline: 0;
  }
  .content .tsT_services.s2.large .yImg .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .content .tsT_services.s2.large .nImg .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_services.s2.large .nImg .tsI_sh {
    font-size: 0.625em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2em;
  }
  .content .tsT_services.s2.large .nImg .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .content .tsT_services.s2.large .nImg .tsI_btn {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    display: inline-block;
  }
  .content .tsT_services.s2.large .nImg .tsI_btn:hover, .content .tsT_services.s2.large .nImg .tsI_btn:focus {
    outline: 0;
  }
  .content .tsT_services.s2.large .nImg .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 850px) {
  .section_content .tsT_services.s2.large .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_services.s2.large .tsI_sh {
    font-size: 0.6875em;
    margin-top: 0.7272727273em;
    margin-bottom: 0.3636363636em;
    line-height: 1.0909090909em;
  }
  .section_content .tsT_services.s2.large .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .section_content .tsT_services.s2.large .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .section_content .tsT_services.s2.large .tsI_btn:hover, .section_content .tsT_services.s2.large .tsI_btn:focus {
    outline: 0;
  }
  .section_content .tsT_services.s2.large .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .content .tsT_services.s2.xsmall.small .tsI_dsc {
    max-width: 100%;
  }
  .content .tsT_services.s2.xsmall.small .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .content .tsT_services.s2.xsmall.small .tsI_btn:hover, .content .tsT_services.s2.xsmall.small .tsI_btn:focus {
    outline: 0;
  }
  .content .tsT_services.s2.xsmall.small .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .content .tsT_services.s2.small .tsI_hd {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .content .tsT_services.s2.small .tsI_sh {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .content .tsT_services.s2.small .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .content .tsT_services.s2.small .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .content .tsT_services.s2.small .tsI_btn:hover, .content .tsT_services.s2.small .tsI_btn:focus {
    outline: 0;
  }
  .content .tsT_services.s2.small .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .content .tsT_services.s2.medium .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .content .tsT_services.s2.medium .tsI_sh {
    font-size: 0.6875em;
    margin-top: 0.7272727273em;
    margin-bottom: 0.3636363636em;
    line-height: 1.0909090909em;
  }
  .content .tsT_services.s2.medium .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .content .tsT_services.s2.medium .tsI_btn {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    display: inline-block;
  }
  .content .tsT_services.s2.medium .tsI_btn:hover, .content .tsT_services.s2.medium .tsI_btn:focus {
    outline: 0;
  }
  .content .tsT_services.s2.medium .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .content .tsT_services.s2.small .tsI_hd, .content .tsT_services.s2.medium .tsI_hd {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
  .content .tsT_services.s2.small .tsI_sh, .content .tsT_services.s2.medium .tsI_sh {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .content .tsT_services.s2.small .tsI_dsc, .content .tsT_services.s2.medium .tsI_dsc {
    font-size: 0.875em;
    margin-top: 1.1428571429em;
    margin-bottom: 1.1428571429em;
    line-height: 1.4285714286em;
  }
  .content .tsT_services.s2.small .tsI_btn, .content .tsT_services.s2.medium .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .content .tsT_services.s2.small .tsI_btn:hover, .content .tsT_services.s2.small .tsI_btn:focus, .content .tsT_services.s2.medium .tsI_btn:hover, .content .tsT_services.s2.medium .tsI_btn:focus {
    outline: 0;
  }
  .content .tsT_services.s2.small .tsI_btn:disabled, .content .tsT_services.s2.medium .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_services.s2 .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_services.s2 .tsI_sh {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .section_content .tsT_services.s2 .tsI_dsc {
    font-size: 0.8125em;
    margin-top: 0.9230769231em;
    margin-bottom: 0.9230769231em;
    line-height: 1.5384615385em;
  }
  .section_content .tsT_services.s2 .tsI_btn {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    display: inline-block;
  }
  .section_content .tsT_services.s2 .tsI_btn:hover, .section_content .tsT_services.s2 .tsI_btn:focus {
    outline: 0;
  }
  .section_content .tsT_services.s2 .tsI_btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
}
.section_content .section .tsT_services.s2 .tsI_wrp, .section_content .section .tsT_services.s2 .tsI_txt_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

@media print, screen and (min-width: 851px) {
  .w736 .tsT_services.s2.large .tsI .tsI_wrp, .w652 .tsT_services.s2.large .tsI .tsI_wrp, .w988 .tsT_services.s2.large .tsI .tsI_wrp, .full_width_content .tsT_services.s2.large .tsI .tsI_wrp, .full_width_content .tsT_services.s2.medium .yHero .tsI_wrp {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .w736 .tsT_services.s2.large .tsI .tsI_txt_wrp, .w652 .tsT_services.s2.large .tsI .tsI_txt_wrp, .w988 .tsT_services.s2.large .tsI .tsI_txt_wrp, .full_width_content .tsT_services.s2.large .tsI .tsI_txt_wrp, .full_width_content .tsT_services.s2.medium .yHero .tsI_txt_wrp {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
    -moz-flex: 1 1 33.33333333%;
    -ms-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
  }
  .w736 .tsT_services.s2.large .tsI .tsI_txt, .w652 .tsT_services.s2.large .tsI .tsI_txt, .w988 .tsT_services.s2.large .tsI .tsI_txt, .full_width_content .tsT_services.s2.large .tsI .tsI_txt, .full_width_content .tsT_services.s2.medium .yHero .tsI_txt {
    width: 100%;
  }
  .w736 .tsT_services.s2.large .tsI .tsI_img, .w652 .tsT_services.s2.large .tsI .tsI_img, .w988 .tsT_services.s2.large .tsI .tsI_img, .full_width_content .tsT_services.s2.large .tsI .tsI_img, .full_width_content .tsT_services.s2.medium .yHero .tsI_img {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.666666666%;
    -moz-flex: 1 1 66.666666666%;
    -ms-flex: 1 1 66.666666666%;
    flex: 1 1 66.666666666%;
    margin-bottom: 0 !important;
  }
  .w736 .tsT_services.s2.large .img_right.tsI .tsI_wrp, .w652 .tsT_services.s2.large .img_right.tsI .tsI_wrp, .w988 .tsT_services.s2.large .img_right.tsI .tsI_wrp, .full_width_content .tsT_services.s2.large .img_right.tsI .tsI_wrp, .full_width_content .tsT_services.s2.medium .img_right.yHero .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .w736 .tsT_services.s2.large .img_left.tsI .tsI_wrp, .w652 .tsT_services.s2.large .img_left.tsI .tsI_wrp, .w988 .tsT_services.s2.large .img_left.tsI .tsI_wrp, .full_width_content .tsT_services.s2.large .img_left.tsI .tsI_wrp, .full_width_content .tsT_services.s2.medium .img_left.yHero .tsI_wrp, .w736 .tsT_services.s2.large .img_center.tsI .tsI_wrp, .w652 .tsT_services.s2.large .img_center.tsI .tsI_wrp, .w988 .tsT_services.s2.large .img_center.tsI .tsI_wrp, .full_width_content .tsT_services.s2.large .img_center.tsI .tsI_wrp, .full_width_content .tsT_services.s2.medium .img_center.yHero .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_services.s2 .tsI_img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 !important;
  }
  .section_content .tsT_services.s2 .tsI_hd {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .section_content .tsT_services.s2 .tsI_txt {
    text-align: center;
  }
  .section_content .tsT_services.s2 .tsI_sh {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .section_content .tsT_services.s2 .tsI_btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  .section_content .tsT_services.s2 .tsI.yHds .tsI_hds:after {
    border-bottom: 3px solid;
    content: " ";
    display: block;
    margin: 1rem auto;
    width: 5em;
  }
  .section_content .tsT_services.s2.large .nImg .tsI_txt {
    width: 100%;
    max-width: 53.75em;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_services.s2.large .nImg .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_services.s2.not_well .tsI_txt_wrp {
    border: 1px solid rgba(100, 100, 100, 0.2);
  }
  .section_content .tsT_services.s2.not_well.small .tsI_txt_wrp {
    padding: 1rem 1.5rem 1.5rem;
  }
  .section_content .tsT_services.s2.not_well.small .yImg .tsI_txt_wrp {
    margin-top: 0.25rem;
    padding-bottom: 1.75rem;
  }
  .section_content .tsT_services.s2.not_well.medium .tsI_txt_wrp {
    padding: 1.5rem 2rem 2rem;
    margin-top: 0.5rem;
  }
  .section_content .tsT_services.s2.not_well.medium .yImg .tsI_txt_wrp {
    margin-top: 0.5rem;
  }
  .section_content .tsT_services.s2.not_well.large .tsI .tsI_txt_wrp {
    padding: 2rem 2rem 3rem;
  }
  .section_content .tsT_services.s2.not_well.large .tsI.img_right .tsI_txt_wrp {
    margin-left: 0.25rem;
  }
  .section_content .tsT_services.s2.not_well.large .tsI.img_left .tsI_txt_wrp, .section_content .tsT_services.s2.not_well.large .tsI.img_center .tsI_txt_wrp {
    margin-right: 0.25rem;
  }
  .section_content .tsT_services.s2.well.small .tsI_txt {
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
  }
  .section_content .tsT_services.s2.well.medium .tsI_txt {
    padding: 1.5rem 2rem 2rem;
    margin-top: 0.5rem;
  }
  .section_content .tsT_services.s2.well.large .tsI_txt {
    padding: 2rem 2rem 3rem;
  }
  .section_content .tsT_services.s2.well.large .img_right.tsI .tsI_btn,
  .section_content .tsT_services.s2.well.large .img_left.tsI .tsI_btn,
  .section_content .tsT_services.s2.well.large .img_center.tsI .tsI_btn {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .section_content .tsT_services.s2.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_services.s2.well.medium .nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_services.s2.well.small .nHds.nDsc.yLk .tsI_btn, .section_content .tsT_services.s2.well.medium .nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_services.s2.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_services.s2.well.large .nImg.nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_services.s2 .nHds.nDsc.nLk .tsI_txt_wrp {
    display: none;
  }
  .section_content .tsT_services.s2.not_well.large .tsI.nImg.img_right .tsI_txt_wrp, .section_content .tsT_services.s2.not_well.large .tsI.nImg.img_left .tsI_txt_wrp, .section_content .tsT_services.s2.not_well.large .tsI.nImg.img_center .tsI_txt_wrp {
    margin: 0;
  }
  .section_content .w652 .tsT_services.s2.well.large .tsI.yImg .tsI_txt,
  .section_content .w736 .tsT_services.s2.well.large .tsI.yImg .tsI_txt {
    padding: 1.5rem 1.5rem 2rem;
  }
  .section_content .w652 .tsT_services.s2.not_well.large .tsI.yImg .tsI_txt_wrp,
  .section_content .w736 .tsT_services.s2.not_well.large .tsI.yImg .tsI_txt_wrp {
    padding: 1rem 1rem 1.5rem;
  }
}
@media print, screen and (max-width: 850px) {
  .full_width_content .tsB.tsT_services.s2 .tsR {
    padding: 3rem 1.5rem 1rem;
  }
  .section_content .tsT_services.s2 .tsI {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .section_content .tsT_services.s2 .tsI_img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 !important;
  }
  .section_content .tsT_services.s2 .tsI_hd {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .section_content .tsT_services.s2 .tsI_txt_wrp {
    border: 1px solid rgba(100, 100, 100, 0.2);
  }
  .section_content .tsT_services.s2 .tsI_txt {
    text-align: center;
    padding-top: 0.5rem;
  }
  .section_content .tsT_services.s2 .tsI_sh {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .section_content .tsT_services.s2 .tsI_btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  .section_content .tsT_services.s2 .tsI.yHds .tsI_hds:after {
    border-bottom: 3px solid;
    content: " ";
    display: block;
    margin: 1rem auto;
    width: 5em;
  }
  .section_content .tsT_services.s2.not_well .tsI {
    margin-bottom: 2rem;
  }
  .section_content .tsT_services.s2.not_well .tsI_txt_wrp {
    padding: 1.5rem 2rem 2rem;
  }
  .section_content .tsT_services.s2.not_well .yImg .tsI_txt_wrp {
    margin-top: 0.25rem;
    padding-bottom: 1.75rem;
  }
  .section_content .tsT_services.s2.well .tsI_img {
    margin: 0 !important;
  }
  .section_content .tsT_services.s2.well .tsI_txt_wrp {
    border: 1px solid;
    margin: 0.25rem;
  }
  .section_content .tsT_services.s2.well .tsI_hd {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .section_content .tsT_services.s2.well .tsI_txt {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 47.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_services.s2.well .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_services.s2.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_services.s2.well.medium .nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_services.s2.well.small .nHds.nDsc.yLk .tsI_btn, .section_content .tsT_services.s2.well.medium .nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_services.s2.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_services.s2.well.large .nImg.nHds.nDsc.yLk .tsI_btn {
    border-top-width: 0;
  }
  .section_content .tsT_services.s2 .nHds.nDsc .tsI_txt,
  .section_content .tsT_services.s2 .nHds.nDsc.nLk .tsI_txt_wrp {
    display: none;
  }
  .section_content .tsT_services.s2 .nHds.nDsc .tsI_txt_wrp .tsI_btn {
    border-top: none;
  }
  .section_content .tsT_services.s2.not_well.large .tsI.nImg.img_right .tsI_txt_wrp, .section_content .tsT_services.s2.not_well.large .tsI.nImg.img_left .tsI_txt_wrp, .section_content .tsT_services.s2.not_well.large .tsI.nImg.img_center .tsI_txt_wrp {
    margin: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_social_promos.large .tsI_hd, .section_content .tsT_social_promos.medium .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_social_promos.large .tsI_sh, .section_content .tsT_social_promos.medium .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_social_promos.small .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_social_promos.small .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_social_promos .tsI_hd {
    font-size: 1.5em;
    margin-top: 0.6666666667em;
    margin-bottom: 0.5em;
    line-height: 1.1666666667em;
    letter-spacing: -0.0125rem;
  }
  .section_content .tsT_social_promos .tsI_sh {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_social_promos .tsI_hd {
    font-size: 1.0625em;
    margin-top: 0.7058823529em;
    margin-bottom: 0.4705882353em;
    line-height: 1.1764705882em;
  }
  .section_content .tsT_social_promos .tsI_sh {
    font-size: 0.875em;
    margin-top: 0.5714285714em;
    margin-bottom: 0.5714285714em;
    line-height: 1.1428571429em;
  }
}
@media print, screen and (min-width: 851px) {
  .full_width_content .tsT_social_promos.medium .yHero .tsI_scl_icn, .full_width_content .tsT_social_promos.large .tsI_scl_icn {
    font-size: 800%;
  }
  .content .tsT_social_promos.large .tsI_scl_icn {
    font-size: 800%;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 850px) {
  .full_width_content .tsT_social_promos.medium .yHero .tsI_scl_icn {
    font-size: 600%;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_social_promos.xsmall.small .tsI_scl_icn {
    font-size: 300%;
  }
  .full_width_content .tsT_social_promos.small .nHero .tsI_scl_icn {
    font-size: 400%;
  }
  .full_width_content .tsT_social_promos.small .yHero .tsI_scl_icn, .full_width_content .tsT_social_promos.medium .tsI_scl_icn {
    font-size: 600%;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .full_width_content .tsT_social_promos.small .nHero .tsI_scl_icn, .full_width_content .tsT_social_promos.medium .nHero .tsI_scl_icn {
    font-size: 400%;
  }
  .full_width_content .tsT_social_promos.small .yHero .tsI_scl_icn, .full_width_content .tsT_social_promos.medium .yHero .tsI_scl_icn, .full_width_content .tsT_social_promos.large .tsI_scl_icn {
    font-size: 600%;
  }
}
@media print, screen and (min-width: 1025px) {
  .content .tsT_social_promos.small .tsI_scl_icn {
    font-size: 400%;
  }
  .content .tsT_social_promos.medium .tsI_scl_icn {
    font-size: 600%;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .content .tsT_social_promos.large .tsI_scl_icn {
    font-size: 600%;
  }
  .content .tsT_social_promos.small .tsI_scl_icn, .content .tsT_social_promos.medium .tsI_scl_icn {
    font-size: 400%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_social_promos .tsI_scl_icn {
    font-size: 400%;
  }
}
.section_content .section .tsT_social_promos .tsI_txt_wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.section_content .section .tsT_social_promos .tsI_img {
  position: relative;
}
.section_content .section .tsT_social_promos .tsI_scl_icn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.section_content .section .tsT_social_promos .tsI_scl_icn:before {
  color: white;
  font-family: "tsi-cms";
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_content .tsT_social_promos.well .tsI_txt {
  width: 100%;
  padding: 0 2rem 1.5rem;
}

@media print, screen and (min-width: 851px) {
  .content .tsT_social_promos.large .tsI .tsI_wrp, .full_width_content .tsT_social_promos.large .tsI .tsI_wrp, .full_width_content .tsT_social_promos.medium .yHero .tsI_wrp {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .content .tsT_social_promos.large .tsI .tsI_txt_wrp, .full_width_content .tsT_social_promos.large .tsI .tsI_txt_wrp, .full_width_content .tsT_social_promos.medium .yHero .tsI_txt_wrp {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
    -moz-flex: 1 1 33.33333333%;
    -ms-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
  }
  .content .tsT_social_promos.large .tsI .tsI_txt, .full_width_content .tsT_social_promos.large .tsI .tsI_txt, .full_width_content .tsT_social_promos.medium .yHero .tsI_txt {
    width: 100%;
    padding: 2rem 2rem 1.5rem;
  }
  .content .tsT_social_promos.large .tsI .tsI_img, .full_width_content .tsT_social_promos.large .tsI .tsI_img, .full_width_content .tsT_social_promos.medium .yHero .tsI_img {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 66.666666666%;
    -moz-flex: 1 1 66.666666666%;
    -ms-flex: 1 1 66.666666666%;
    flex: 1 1 66.666666666%;
    margin-bottom: 0 !important;
  }
  .content .tsT_social_promos.large .tsI .tsI_txt, .full_width_content .tsT_social_promos.large .tsI .tsI_txt, .full_width_content .tsT_social_promos.medium .yHero .tsI_txt {
    text-align: center;
  }
  .content .tsT_social_promos.large .tsI .tsI_scl_icn, .full_width_content .tsT_social_promos.large .tsI .tsI_scl_icn, .full_width_content .tsT_social_promos.medium .yHero .tsI_scl_icn {
    text-align: center;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn {
    font-size: 0.875em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.4285714286em;
    margin: 1rem 0.5rem;
    padding: 0.625em 1.25em;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn:hover, .content .tsT_social_promos.large .tsI .tsI_btn.btn:focus, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn:focus, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn:focus {
    outline: 0;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn:disabled, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn:disabled, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn_w, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn_w, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn_w {
    font-size: 0.8125em;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.2307692308em;
    padding: 0.5em 1em;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    margin: auto 0 0;
    width: 100%;
    display: inline-block;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn_w:after, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn_w:after, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn_w:after {
    content: " >";
    display: inline-block;
    font-family: "tsi-cms";
    font-size: 60%;
    line-height: 1;
    padding: 0 0.125rem;
    vertical-align: inherit;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn_w:hover, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn_w:hover, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn_w:hover, .content .tsT_social_promos.large .tsI .tsI_btn.btn_w:focus, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn_w:focus, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn_w:focus {
    outline: 0;
  }
  .content .tsT_social_promos.large .tsI .tsI_btn.btn_w:disabled, .full_width_content .tsT_social_promos.large .tsI .tsI_btn.btn_w:disabled, .full_width_content .tsT_social_promos.medium .yHero .tsI_btn.btn_w:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .content .tsT_social_promos.large .img_right.tsI .tsI_wrp, .full_width_content .tsT_social_promos.large .img_right.tsI .tsI_wrp, .full_width_content .tsT_social_promos.medium .img_right.yHero .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .content .tsT_social_promos.large .img_left.tsI .tsI_wrp, .full_width_content .tsT_social_promos.large .img_left.tsI .tsI_wrp, .full_width_content .tsT_social_promos.medium .img_left.yHero .tsI_wrp, .content .tsT_social_promos.large .img_center.tsI .tsI_wrp, .full_width_content .tsT_social_promos.large .img_center.tsI .tsI_wrp, .full_width_content .tsT_social_promos.medium .img_center.yHero .tsI_wrp {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_social_promos .tsI_img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section_content .tsT_social_promos.not_well.large .tsI_txt_wrp {
    border: 1px solid rgba(100, 100, 100, 0.2);
  }
  .section_content .tsT_social_promos.not_well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_social_promos.not_well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_social_promos.not_well.large .tsI_btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  .section_content .tsT_social_promos.not_well.large .tsI.img_right .tsI_txt_wrp {
    margin-left: 0.25rem;
  }
  .section_content .tsT_social_promos.not_well.large .tsI.img_left .tsI_txt_wrp, .section_content .tsT_social_promos.not_well.large .tsI.img_center .tsI_txt_wrp {
    margin-right: 0.25rem;
  }
  .section_content .tsT_social_promos.not_well.medium .yHero .tsI_txt_wrp {
    border: 1px solid rgba(100, 100, 100, 0.2);
  }
  .section_content .tsT_social_promos.not_well.medium .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_social_promos.not_well.medium .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_social_promos.not_well.medium .yHero .tsI_btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
  .section_content .tsT_social_promos.not_well.medium .yHero.img_right .tsI_txt_wrp {
    margin-left: 0.25rem;
  }
  .section_content .tsT_social_promos.not_well.medium .yHero.img_left .tsI_txt_wrp, .section_content .tsT_social_promos.not_well.medium .yHero.img_center .tsI_txt_wrp {
    margin-right: 0.25rem;
  }
  .section_content .tsT_social_promos.well.small .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_social_promos.well.small .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_social_promos.well.medium .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_social_promos.well.medium .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_social_promos.well.large .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_social_promos.well.large .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_social_promos .nDsc.nHds.nLbl .tsI_txt_wrp {
    display: none;
  }
  .section_content .tsT_social_promos .nDsc.nHds .tsI_img {
    margin: 0 !important;
  }
  .section_content .tsT_social_promos.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_social_promos.well.medium .nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_social_promos.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_social_promos .nHds.nDsc.nLk .tsI_txt_wrp {
    display: none;
  }
}
@media print, screen and (min-width: 851px) {
  .full_width_content .tsT_social_promos.well.small .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_social_promos.well.small .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
  .full_width_content .tsT_social_promos.well.medium .yHero .tsI_txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .full_width_content .tsT_social_promos.well.medium .yHero .tsI_txt::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsT_social_promos.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_social_promos.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsT_social_promos.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_social_promos.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_social_promos.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_social_promos.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 850px) {
  .section_content .tsT_social_promos .tsI_img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section_content .tsT_social_promos .tsI_txt {
    text-align: left;
  }
  .section_content .tsT_social_promos.well .tsI_txt {
    padding-top: 0;
  }
  .section_content .tsT_social_promos .nDsc.nHds.nLbl .tsI_txt_wrp {
    display: none;
  }
  .section_content .tsT_social_promos .nDsc.nHds .tsI_img {
    margin: 0 !important;
  }
  .section_content .tsT_social_promos.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_social_promos.well.medium .nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_social_promos.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
    display: none;
  }
  .section_content .tsT_social_promos .nHds.nDsc.nLk .tsI_txt_wrp {
    display: none;
  }
}
.section_content .tsT_testimonials .tsI_stars {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
  margin-bottom: 0.5rem;
}
.section_content .tsT_testimonials .tsI_hd {
  font-size: 0.875em;
  margin-top: 1.1428571429em;
  margin-bottom: 1.1428571429em;
  line-height: 1.4285714286em;
}
.section_content .tsT_testimonials .tsI_sh {
  font-size: 0.6875em;
  margin-top: 1.0909090909em;
  margin-bottom: 1.0909090909em;
  line-height: 1.0909090909em;
}

.tsT_testimonials .tsI {
  text-align: center;
}
.tsT_testimonials .tsI_txt {
  margin: auto 0 0;
  width: 100%;
  text-align: center;
}
.tsT_testimonials .tsI_img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.tsT_testimonials .tsI_hds {
  padding: 1rem 0 1rem;
  position: relative;
}
.tsT_testimonials .tsI_sh {
  margin: 0;
  padding: 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tsT_testimonials .tsI_stars {
  text-align: center;
  font-weight: 400;
}
.tsT_testimonials .tsI_stars:before {
  font-family: "tsi-cms";
  display: inline-block;
  line-height: 100%;
}
.tsT_testimonials .tsI_stars[title="1"]:before {
  content: "3  4  4  4  4";
}
.tsT_testimonials .tsI_stars[title="2"]:before {
  content: "3  3  4  4  4";
}
.tsT_testimonials .tsI_stars[title="3"]:before {
  content: "3  3  3  4  4";
}
.tsT_testimonials .tsI_stars[title="4"]:before {
  content: "3  3  3  3  4";
}
.tsT_testimonials .tsI_stars[title="5"]:before {
  content: "3  3  3  3  3";
}
.tsT_testimonials .tsI.yImg .tsI_hds {
  padding-top: 1.75rem;
}
.tsT_testimonials .tsI.nDsc .tsI_dsc {
  margin: 0;
}
.tsT_testimonials .tsI .review-link {
  font-size: 0.6875em;
  margin-top: 1.0909090909em;
  margin-bottom: 1.0909090909em;
  line-height: 1.0909090909em;
  display: inline-block;
  padding: 0.5rem 0;
}
.tsT_testimonials .tsI .review-link:after {
  content: " →";
}
.tsT_testimonials .yDsc .tsI_cptn .tsI_dsc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  position: relative;
}
.tsT_testimonials .yDsc .tsI_cptn .tsI_dsc .icon-quote {
  font-size: 3.375em;
  margin-top: 0.2222222222em;
  margin-bottom: 0.2222222222em;
  line-height: 1.4074074074em;
  display: inline-block;
}
.tsT_testimonials .yDsc .tsI_cptn .tsI_dsc:after {
  font-size: 500%;
}

.tsB.tsT_testimonials .tsI_img {
  margin-bottom: -2rem;
}

.ie .tsT_testimonials .tsI_img {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 851px) {
  .full_width_content .tsT_testimonials.medium .tsI_img, .full_width_content .tsT_testimonials.large .tsI_img {
    height: 4rem;
    width: 4rem;
    margin-bottom: -2rem;
  }
  .full_width_content .tsT_testimonials.medium .tsI_hds, .full_width_content .tsT_testimonials.large .tsI_hds {
    padding-top: 2.25rem;
  }
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_testimonials.small .nHero .tsI_cptn {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_testimonials.small .nHero .tsI_cptn::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_testimonials.small .yHero .tsI_cptn {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_testimonials.small .yHero .tsI_cptn::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_testimonials.medium .tsI_cptn, .section_content .tsT_testimonials.large .tsI_cptn {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_content .tsT_testimonials.medium .tsI_cptn::after, .section_content .tsT_testimonials.large .tsI_cptn::after {
    clear: both;
    content: "";
    display: table;
  }
  .section_content .tsT_testimonials.not_well .tsI .tsI_hds:before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    opacity: 0.8;
  }
  .section_content .tsT_testimonials.not_well.small .nImg .tsI_hds {
    padding-top: 1rem;
  }
  .section_content .tsT_testimonials.well .tsI {
    border-top: 3px solid;
  }
  .section_content .tsT_testimonials.well .tsI .tsI_cptn {
    padding: 2rem 2rem 3rem;
  }
  .section_content .tsT_testimonials.well .tsI .tsI_hds:before {
    top: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 0.75rem;
    margin-left: -0.75rem;
  }
  .section_content .tsT_testimonials.not_well .nImg.nHds .tsI_hds {
    display: none;
  }
}
@media print, screen and (max-width: 850px) {
  .tsT_testimonials .tsI {
    margin-bottom: 1.5rem;
  }
  .tsT_testimonials .tsI_img {
    height: 4rem;
    width: 4rem;
    margin-bottom: -2rem;
  }
  .tsT_testimonials .tsI_dsc {
    margin: 0 auto;
  }
  .tsT_testimonials .tsI.yImg .tsI_hds {
    padding-top: 2.25rem;
  }
  .tsT_testimonials.not_well .tsI_hds:before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    opacity: 0.8;
  }
  .tsT_testimonials.well .tsI {
    border-top: 3px solid;
  }
  .tsT_testimonials.well .tsI_cptn {
    padding: 2rem 2rem 3rem;
  }
  .tsT_testimonials.well .tsI_hds:before {
    top: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
  }
  .tsT_testimonials.well .tsI_hds:before {
    border-width: 0.75rem;
    margin-left: -0.75rem;
  }
  .tsT_testimonials.not_well .nImg.nHds .tsI_hds {
    display: none;
  }
}
@media print, screen and (max-width: 850px) {
  .section_content .w1060 .tsT_testimonials.large:not(.tsD_wide) .tsI.nHero,
  .section_content .w988 .tsT_testimonials.large:not(.tsD_wide) .tsI.nHero {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 4rem;
  }
  .section_content .w1060 .tsT_testimonials.large:not(.tsD_wide) .tsI.nHero:first-of-type,
  .section_content .w988 .tsT_testimonials.large:not(.tsD_wide) .tsI.nHero:first-of-type {
    margin-top: 2rem;
  }
  .section_content .w1060 .tsT_testimonials.large:not(.tsD_wide) .tsI.nHero:last-of-type,
  .section_content .w988 .tsT_testimonials.large:not(.tsD_wide) .tsI.nHero:last-of-type {
    margin-bottom: 2rem;
  }
}
.section_content .tsT_testimonials_2 .tsI_stars {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
  margin-bottom: 0.5rem;
}
.section_content .tsT_testimonials_2 .tsI_hd {
  font-size: 1.25em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4em;
  font-size: 1.1875em;
  margin-top: 0em;
  margin-bottom: 0.2105263158em;
  line-height: 1.4736842105em;
}
.section_content .tsT_testimonials_2 .tsI_sh {
  font-size: 0.6875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.0909090909em;
}

.tsB.tsT_testimonials_2 .slick-wrap {
  -webkit-transition: all 0.2s ease-in-out 1s;
  -moz-transition: all 0.2s ease-in-out 1s;
  transition: all 0.2s ease-in-out 1s;
  overflow: hidden;
  position: relative;
}
.tsB.tsT_testimonials_2 .slick-wrap:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner 0.6s linear infinite;
}
.tsB.tsT_testimonials_2 .slick-wrap.slides-init {
  opacity: 1;
  height: auto;
  padding-bottom: 1rem;
}
.tsB.tsT_testimonials_2 .slick-wrap.slides-init:before {
  display: none;
}
.tsB.tsT_testimonials_2 .slick-wrap .slick-track {
  padding: 0.5rem 0 2rem;
}
.tsB.tsT_testimonials_2 .slick-wrap .slick-slides {
  -webkit-transition: opacity 0.2s ease-in-out 1s;
  -moz-transition: opacity 0.2s ease-in-out 1s;
  transition: opacity 0.2s ease-in-out 1s;
}
.tsB.tsT_testimonials_2 .slick-wrap .slick-nav,
.tsB.tsT_testimonials_2 .slick-wrap .slick-slides {
  opacity: 0;
}
.tsB.tsT_testimonials_2 .slick-wrap .slick-nav.slick-initialized,
.tsB.tsT_testimonials_2 .slick-wrap .slick-slides.slick-initialized {
  opacity: 1;
  height: auto;
}
.tsB.tsT_testimonials_2:not(.c_1) .slick-wrap .slick-prev {
  left: 2.5rem;
  text-align: left;
}
.tsB.tsT_testimonials_2:not(.c_1) .slick-wrap .slick-next {
  right: 2.5rem;
  text-align: right;
}
.tsB.tsT_testimonials_2:not(.c_1) .slick-wrap .slick-arrow {
  padding: 0.75rem 0.25rem;
}
.tsB.tsT_testimonials_2 .tsI {
  display: flex;
  outline: 0;
  overflow: auto;
  position: relative;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 1;
}
.tsB.tsT_testimonials_2 .tsI_wrp {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.tsB.tsT_testimonials_2 .tsI_cptn {
  display: flex;
  align-self: stretch;
  flex: 1 1 100%;
  flex-direction: column;
}
.tsB.tsT_testimonials_2 .tsI_txt {
  margin: 0 auto;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1;
}
.tsB.tsT_testimonials_2 .tsI_img {
  max-width: 4rem;
  padding: 0.25rem 0.5rem;
  margin: 0;
}
.tsB.tsT_testimonials_2 .tsI_hds_wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.tsB.tsT_testimonials_2 .tsI_hds {
  padding: 0 0.5rem;
}
.tsB.tsT_testimonials_2 .tsI_sh {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tsB.tsT_testimonials_2 .tsI_dsc {
  margin: 0 0 auto;
}
.tsB.tsT_testimonials_2 .tsI_stars {
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.tsB.tsT_testimonials_2 .tsI_stars:before {
  font-family: "tsi-cms";
  display: inline-block;
  line-height: 100%;
}
.tsB.tsT_testimonials_2 .tsI_stars[title="1"]:before {
  content: "3  4  4  4  4";
}
.tsB.tsT_testimonials_2 .tsI_stars[title="2"]:before {
  content: "3  3  4  4  4";
}
.tsB.tsT_testimonials_2 .tsI_stars[title="3"]:before {
  content: "3  3  3  4  4";
}
.tsB.tsT_testimonials_2 .tsI_stars[title="4"]:before {
  content: "3  3  3  3  4";
}
.tsB.tsT_testimonials_2 .tsI_stars[title="5"]:before {
  content: "3  3  3  3  3";
}
.tsB.tsT_testimonials_2 .tsI.nDsc .tsI_dsc {
  margin: 0;
}
.tsB.tsT_testimonials_2 .tsI.left .tsI_cptn, .tsB.tsT_testimonials_2 .tsI.right .tsI_cptn {
  padding: 0 2rem;
}
.tsB.tsT_testimonials_2 .tsI.left .tsI_hd, .tsB.tsT_testimonials_2 .tsI.right .tsI_hd {
  margin-top: 0;
}
.tsB.tsT_testimonials_2 .tsI.left .tsI_hds_wrp {
  flex-direction: row;
}
.tsB.tsT_testimonials_2 .tsI.left .tsI_hds {
  text-align: left;
}
.tsB.tsT_testimonials_2 .tsI.left .tsI_dsc {
  text-align: left;
}
.tsB.tsT_testimonials_2 .tsI.center .tsI_wrp {
  flex-direction: column;
}
.tsB.tsT_testimonials_2 .tsI.center .tsI_img {
  margin: 0.25rem auto;
}
.tsB.tsT_testimonials_2 .tsI.center .tsI_hds_wrp {
  flex-direction: column;
}
.tsB.tsT_testimonials_2 .tsI.center .tsI_hds {
  text-align: center;
}
.tsB.tsT_testimonials_2 .tsI.center .tsI_dsc {
  text-align: center;
}
.tsB.tsT_testimonials_2 .tsI.center .tsI_txt {
  flex-basis: auto;
}
.tsB.tsT_testimonials_2 .tsI.center.well:not(.c1) .tsI_wrp {
  padding: 1.5rem 2rem 2.5rem;
}
.tsB.tsT_testimonials_2 .tsI.right .tsI_hds_wrp {
  flex-direction: row-reverse;
}
.tsB.tsT_testimonials_2 .tsI.right .tsI_hds {
  text-align: right;
}
.tsB.tsT_testimonials_2 .tsI.right .tsI_dsc {
  text-align: right;
}
.tsB.tsT_testimonials_2 .tsI .review-link {
  font-size: 0.6875em;
  margin-top: 1.0909090909em;
  margin-bottom: 1.0909090909em;
  line-height: 1.0909090909em;
  display: inline-block;
  padding: 0.5rem 0;
}
.tsB.tsT_testimonials_2 .tsI .review-link:after {
  content: " →";
}
.tsB.tsT_testimonials_2 .tsI.yDsc .tsI_cptn .tsI_dsc {
  display: block;
  max-width: unset;
  position: relative;
}
.tsB.tsT_testimonials_2 .tsI.yDsc .tsI_cptn .tsI_dsc .icon-quote {
  font-size: 3.375em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2592592593em;
  display: inline-block;
}
.tsB.tsT_testimonials_2 .tsI.yDsc .tsI_cptn .tsI_dsc:after {
  font-size: 500%;
}
.tsB.tsT_testimonials_2.not_well .tsI.left .tsI_hds_wrp, .tsB.tsT_testimonials_2.not_well .tsI.right .tsI_hds_wrp {
  display: flex;
  align-items: center;
  margin: 0 -0.5rem;
}
.tsB.tsT_testimonials_2.not_well .tsI.left .tsI_hds, .tsB.tsT_testimonials_2.not_well .tsI.right .tsI_hds {
  padding: 0 0.5rem;
}
.tsB.tsT_testimonials_2.not_well .tsI.left .tsI_sh, .tsB.tsT_testimonials_2.not_well .tsI.right .tsI_sh {
  margin-bottom: 0;
}
.tsB.tsT_testimonials_2.not_well .tsI.left .tsI_img, .tsB.tsT_testimonials_2.not_well .tsI.right .tsI_img {
  flex: 0 1 auto;
  margin: 0;
  padding: 0 0.5rem;
  max-width: 5rem;
}
.tsB.tsT_testimonials_2.well .tsI {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.12);
  max-height: 450px;
}
.tsB.tsT_testimonials_2.well .tsI .tsI_cptn {
  padding: 1.5rem 2.5rem 2rem;
}
.tsB.tsT_testimonials_2.well .tsI .tsI_hds_wrp {
  position: relative;
}
.tsB.tsT_testimonials_2.well .tsI .tsI_dsc {
  margin-bottom: auto;
}

.full_width_content .tsT_testimonials_2:not(.c_1) .tsI {
  margin: 2.5rem 1rem;
}
.full_width_content .tsT_testimonials_2.c_1 {
  padding-top: 0;
}
.full_width_content .tsT_testimonials_2.c_1 .tsI_wrp {
  padding: 1.5rem 2rem 4rem;
}

@media print, screen and (min-width: 851px) {
  .content .tsT_testimonials_2 .tsI {
    margin: 0 0 2.5rem;
  }
}
@media print, screen and (min-width: 851px) {
  .section_content .tsT_testimonials_2.medium.c_1 .tsI_wrp {
    padding: 0 4rem;
  }
  .section_content .tsT_testimonials_2.well .tsI {
    border-top: 3px solid;
  }
  .section_content .tsT_testimonials_2.not_well .nImg.nHds .tsI_hds {
    display: none;
  }
}
@media print, screen and (min-width: 1209px) {
  .tsT_testimonials_2.c_1 .tsI_txt {
    max-width: 38rem;
  }
  .tsT_testimonials_2.c_2 .slick-slides .tsI_txt {
    max-width: 42rem;
  }
  .tsT_testimonials_2.c_3 .slick-slides .tsI_txt {
    max-width: 25rem;
  }
  .tsT_testimonials_2.c_4 .slick-slides .tsI_txt {
    max-width: 20rem;
  }
  .tsT_testimonials_2.c_3 .slick-slides .tsI, .tsT_testimonials_2.c_5 .slick-slides .tsI {
    opacity: 0.75;
  }
  .tsT_testimonials_2.c_3 .slick-slides .tsI.slick-center, .tsT_testimonials_2.c_5 .slick-slides .tsI.slick-center {
    opacity: 1;
  }
  .tsT_testimonials_2.c_3.well .tsI, .tsT_testimonials_2.c_5.well .tsI {
    font-size: 80%;
  }
  .tsT_testimonials_2.c_3.well .tsI.slick-center, .tsT_testimonials_2.c_5.well .tsI.slick-center {
    transform: scale(1.2);
    z-index: 10;
  }
  .tsT_testimonials_2.c_4 .slick-slides .tsI_dsc, .tsT_testimonials_2.c_5 .slick-slides .tsI_dsc {
    font-size: 100%;
  }
}
@media print, screen and (max-width: 1208px) {
  .tsT_testimonials_2 .slick-arrow {
    display: none !important;
  }
  .tsT_testimonials_2.c_1 .slick-slides .tsI_cptn {
    align-items: center;
  }
  .tsT_testimonials_2.c_1 .slick-slides .tsI_txt {
    max-width: 38rem;
  }
  .tsT_testimonials_2:not(.c_1) .slick-slides .tsI_txt {
    max-width: 42rem;
  }
}
@media print, screen and (min-width: 851px) {
  .tsT_testimonials_2:not(.c_1) .slick-slides {
    padding: 3rem 6rem;
  }
  .tsT_testimonials_2:not(.c_1) .slick-slides .tsI {
    position: relative;
    top: 0;
    bottom: 3rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .tsT_testimonials_2 .slick-slides {
    padding: 3rem 2rem;
  }
  .tsT_testimonials_2.c_1 .slick-slides .tsI {
    margin: 2.5rem 1rem;
  }
}
/*
DESKTOP --------
Large buttons centered vertically:
    w1060 (all sizes)
    w988 (all sizes)
    w652
    w736

Small buttons below:
    w316
    w232

TABLET --------

MOBILE --------
*/
@media print, screen and (min-width: 1025px) {
  .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-arrow:before {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-dots {
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem 0 0;
    width: unset;
  }
  .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-dots li button {
    border-radius: 0;
    padding: 0.125rem 0.25rem;
    width: 1rem;
  }
  .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-dots li.slick-active button, .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-dots li:hover button {
    padding: 0.25rem 0.25rem 0.125rem;
  }
  .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-dots li.slick-active button:before, .section_content .tsB.tsT_testimonials_2:not(.c_1.small) .slick-dots li:hover button:before {
    border-width: 0.5rem;
    top: -1rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.medium .tsI {
    padding: 0 0 2.5rem;
    margin: 0;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.medium .slick-dots {
    padding: 1rem 0;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .tsI {
    margin-bottom: 1.8rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-wrap {
    padding-bottom: 2rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-prev,
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-next {
    border-radius: 0;
    margin: 0;
    padding: 0.25rem 1rem;
    bottom: 0;
    top: auto;
    width: 50%;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-prev:before,
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-next:before {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-prev {
    left: 0;
    text-align: left;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-next {
    right: 0;
    text-align: right;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-dots {
    top: 100%;
    margin: 0;
    padding: 1rem 0 0;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-dots li button {
    border-radius: 0;
    padding: 0.125rem 0.25rem;
    width: 0.625rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-dots li.slick-active button, .section_content .tsB.tsT_testimonials_2.c_1.small .slick-dots li:hover button {
    padding: 0.25rem 0.25rem 0.125rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .slick-dots li.slick-active button:before, .section_content .tsB.tsT_testimonials_2.c_1.small .slick-dots li:hover button:before {
    border-width: 0.3125rem;
    top: -0.625rem;
  }
  .section_content .tsB.tsT_testimonials_2.c_1.small .scrollbar-dynamic {
    margin-bottom: 1.8125rem;
  }
}
.content .tsB.tsT_testimonials_2 {
  margin-bottom: 4rem;
}

@media print, screen and (min-width: 851px) {
  .full_width_content ~ .tsB.tsT_testimonials_2 .slick-prev,
  .tsT_sec .sCol_1 .tsB.tsT_testimonials_2 .slick-prev {
    left: 4.5rem;
  }
  .full_width_content ~ .tsB.tsT_testimonials_2 .slick-next,
  .tsT_sec .sCol_1 .tsB.tsT_testimonials_2 .slick-next {
    right: 4.5rem;
  }
}
.section .tsT_gallery.vg1 {
  padding: 0;
  position: relative;
  z-index: 1;
}
.section .tsT_gallery.vg1 .tsB {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section .tsT_gallery.vg1 .tsB::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_gallery.vg1 .tsI {
  overflow: hidden;
}
.section .tsT_gallery.vg1 .tsI_wrp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section .tsT_gallery.vg1 .tsI_cptn {
  z-index: 1;
  bottom: 0;
  padding-bottom: 3rem;
}
.section .tsT_gallery.vg1 .tsI_vl {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .tsT_gallery.vg1 .tsI_vc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.section .tsT_gallery.vg1 .tsI_ve {
  max-height: 100%;
  width: 100%;
  height: 0;
  z-index: 0;
}
.section .tsT_gallery.vg1 .tsI_ve iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .tsT_gallery.vg1 .tsI_ve .tsC_close {
  top: 1rem;
  right: 1rem;
}
.section .tsT_gallery.vg1 .tsI.hide .tsI_wrp {
  opacity: 0;
  visibility: hidden;
}
.is-tablet .section_content .tsT_gallery.vg1 .tsI_vl,
.is-mobile .section_content .tsT_gallery.vg1 .tsI_vl {
  display: none;
}

@media print, screen and (max-width: 1024px) {
  .section_content .tsT_gallery.vg1 .tsI_vl {
    display: none;
  }
}
.section .tsT_video {
  padding: 0;
  position: relative;
  z-index: 1;
}
.section .tsT_video .tsB {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section .tsT_video .tsB::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_video .tsI {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.section .tsT_video .tsI_cptn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .tsT_video .tsI_hds {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem 2rem;
  max-height: 100%;
  width: 100%;
}
.section .tsT_video .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_video .tsI_vl {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .tsT_video .tsI_txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  z-index: 1;
  bottom: 0;
  width: 100%;
  overflow: auto;
}
.section .tsT_video .tsI_vc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background: black;
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.section .tsT_video .tsI_ve {
  max-height: 100%;
  width: 100%;
  height: 0;
  z-index: 0;
}
.section .tsT_video .tsI_ve .tsC_close {
  top: 1rem;
  right: 1rem;
}
.section .tsT_video .tsI_ve iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .tsT_video .tsI.hide .tsI_vc {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 1025px) {
  .section_content .tsT_video .tsI_cptn {
    background: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .section_content .tsT_video .tsI_vl {
    display: none;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  .section_content .tsT_video .tsI {
    font-size: 80%;
    background-size: 100%;
  }
}
@media print, screen and (max-width: 480px) {
  .section_content .tsT_video .tsI {
    font-size: 70%;
  }
}
.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 1rem;
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 0.5rem;
}
.gform_wrapper form {
  margin-bottom: 0;
}

ul.gform_fields {
  list-style: none;
  margin: 0 -0.5rem;
  margin: 0;
  padding: 0;
}

li.gfield {
  clear: both;
  overflow: auto;
  padding: 0 0.5rem 1rem;
}

.ginput_container span {
  margin-bottom: 0.5rem;
}
.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%;
}
.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%;
}
.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%;
}
.gfield_label {
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
}

.ginput_container label {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
}

.gform_description {
  font-size: 0.875em;
  margin-top: 1.1428571429em;
  margin-bottom: 1.1428571429em;
  line-height: 1.4285714286em;
  display: inline-block;
  padding-bottom: 1rem;
}
.gform_description:empty {
  display: inline;
}

.gform_title {
  font-size: 2.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.4444444444em;
  line-height: 1.1111111111em;
  letter-spacing: -0.0125rem;
  padding-top: 1rem;
}

.gfield_description {
  font-size: 0.8125em;
  margin-top: 0.9230769231em;
  margin-bottom: 0.9230769231em;
  line-height: 1.5384615385em;
}

.gsection_title {
  font-size: 1.5em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.5em;
  line-height: 1.1666666667em;
  letter-spacing: -0.0125rem;
}

.ginput_container .num3 {
  display: inline;
  width: 4em;
}

.ginput_container input[type=text] {
  border-radius: 2px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  height: 2rem;
}

.ginput_container textarea,
.ginput_container input[type=text],
.ginput_container select {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  margin-bottom: 0.25rem;
}

.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  color: #555;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ginput_container textarea {
  height: 7em;
}

.gform_drop_area {
  border: 1pt solid;
  padding: 1rem;
  display: table;
  border-radius: 0.25em;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.gfield_radio label,
.gfield_checkbox label {
  display: inline-block;
}

.ginput_container input[type=text],
.ginput_container select {
  height: 2.5rem;
}

.ginput_container select[multiple],
.ginput_container select[size] {
  height: auto;
}

.gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

ul.gfield_checkbox,
ul.gfield_radio {
  list-style: none;
  padding: 0;
}
ul.gfield_checkbox input,
ul.gfield_radio input {
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}

ul.gfield_radio input {
  margin-left: 2px;
}

.ginput_container input:-moz-placeholder,
.ginput_container input::-moz-placeholder,
.ginput_container input:-ms-input-placeholder,
.ginput_container input::-webkit-input-placeholder {
  font-weight: 700;
}

.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.ginput_container input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: 0;
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gsection h2 {
  padding-bottom: 1rem;
}

.gf_progressbar_wrapper {
  padding: 0 0.5rem 1rem;
  margin-bottom: 1rem;
}

.gf_progressbar {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  border: 2px solid;
  overflow: hidden;
  font-weight: 700;
}

.gf_progressbar_title {
  font-size: 0.875em;
  margin-top: 1.1428571429em;
  margin-bottom: 1.1428571429em;
  line-height: 1.4285714286em;
}

.gf_progressbar_percentage {
  padding: 0.25rem 0.5rem;
  text-align: right;
}

.validation_error {
  font-weight: bold;
  padding-bottom: 1rem;
}

li.gfield.gfield_error label.gfield_label {
  font-weight: bold;
}
li.gfield .validation_message {
  font-weight: bold;
  margin-top: 0.5rem;
}

.gform_validation_container {
  display: none;
}

.gform_ajax_spinner {
  margin: 0 0.5rem;
}

.gform_drop_instructions {
  margin: 0;
  vertical-align: middle;
}

.gfield_error .gfield_label {
  color: #b94a48;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.gfield_error input:focus,
.gfield_error select:focus,
.gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
}

.validation_error {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}

.validation_error > p + p {
  margin-top: 0.5rem;
}

.validation_error hr {
  border-top-color: #e6c1c7;
}

.validation_error .alert-link {
  color: #953b39;
}

.gform_confirmation_message {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
  margin-bottom: 0.4705882353em;
  line-height: 1.1764705882em;
  text-align: center;
}

#gforms_confirmation_message {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.gform_footer,
.gform_page_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 1rem;
}

.gform_page_footer {
  border-top: 3px solid;
}

.clear-multi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.clear-multi div {
  display: table-cell;
  padding: 0 0.5rem;
}

.ginput_complex {
  display: block;
}

.ginput_full {
  display: block;
  padding: 0 0.5rem;
}
.ginput_full input,
.ginput_full select,
.ginput_full textarea {
  margin-bottom: 0.25rem;
  width: 100%;
}
.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding: 0 0.5rem;
  width: 50%;
}
.ginput_left input,
.ginput_left select,
.ginput_left textarea {
  margin-bottom: 0.25rem;
  width: 100%;
}
.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
  padding: 0 0.5rem;
}
.ginput_right input,
.ginput_right select,
.ginput_right textarea {
  margin-bottom: 0.25rem;
  width: 100%;
}
.ginput_right label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

.gallery-row {
  padding: 1rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

li.gf_left_half {
  clear: none;
  float: left;
  width: 50%;
}

li.gf_right_half {
  clear: none;
  float: right;
  width: 50%;
}

li.gf_left_third {
  clear: none;
  float: left;
  width: 33%;
}

li.gf_middle_third {
  clear: none;
  float: left;
  width: 34%;
}

li.gf_right_third {
  clear: none;
  float: right;
  width: 33%;
}

li.gf_first_quarter {
  clear: none;
  float: left;
  width: 25%;
}

li.gf_second_quarter {
  clear: none;
  float: left;
  width: 25%;
}

li.gf_third_quarter {
  clear: none;
  float: left;
  width: 25%;
}

li.gf_fourth_quarter {
  clear: none;
  float: right;
  width: 25%;
}

li.gf_left_half input, li.gf_left_half select, li.gf_left_half textarea, li.gf_right_half input, li.gf_right_half select, li.gf_right_half textarea, li.gf_left_third input, li.gf_left_third select, li.gf_left_third textarea, li.gf_middle_third input, li.gf_middle_third select, li.gf_middle_third textarea, li.gf_right_third input, li.gf_right_third select, li.gf_right_third textarea, li.gf_first_quarter input, li.gf_first_quarter select, li.gf_first_quarter textarea, li.gf_second_quarter input, li.gf_second_quarter select, li.gf_second_quarter textarea, li.gf_third_quarter input, li.gf_third_quarter select, li.gf_third_quarter textarea, li.gf_fourth_quarter input, li.gf_fourth_quarter select, li.gf_fourth_quarter textarea {
  margin-bottom: 0.25rem;
  width: 100% !important;
}

@media screen and (max-width: 480px) {
  li.gf_left_half, li.gf_right_half, li.gf_left_third, li.gf_middle_third, li.gf_right_third, li.gf_first_quarter, li.gf_second_quarter, li.gf_third_quarter, li.gf_fourth_quarter {
    width: 100%;
    padding: 0 0.5rem;
  }
}
.right_label .gfield_label {
  text-align: right;
  padding-right: 1rem;
}

.left_label,
.right_label {
  display: flex;
  flex-direction: column;
}
.left_label .gfield,
.right_label .gfield {
  flex: 1 1 100%;
  display: flex !important;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 2rem;
}
.left_label .gfield_label,
.right_label .gfield_label {
  flex: 0 1 40%;
}
.left_label .ginput_container,
.right_label .ginput_container {
  flex: 0 1 60%;
  flex-wrap: wrap;
}
.left_label .clear-multi,
.right_label .clear-multi {
  flex: 0 1 100%;
}

.gform_wrapper .button,
.gform_wrapper .gform_button,
.gform_wrapper input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  user-select: none;
  white-space: normal;
  font-size: inherit;
  padding: 0.5625em 2em 0.6875em;
  display: inline-block;
  text-transform: uppercase;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 2px;
  margin: 0.5rem 0;
}
.gform_wrapper .button:hover, .gform_wrapper .button:focus,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:focus {
  outline: 0;
}
.gform_wrapper .button:disabled,
.gform_wrapper .gform_button:disabled,
.gform_wrapper input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.gform_wrapper .gform_button[value=Submit],
.gform_wrapper input[type=submit] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  margin-left: auto;
}
.gform_wrapper .gform_button[value=Submit]:hover,
.gform_wrapper input[type=submit]:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
.gform_wrapper .button[value=Next] {
  margin-left: auto;
}
.gform_wrapper .gform_button_select_files {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  padding: 0.25em 0.75em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
.gform_wrapper .gform_button_select_files:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
.gform_wrapper .gform_button_select_files:hover, .gform_wrapper .gform_button_select_files:focus {
  outline: 0;
}
.gform_wrapper .gform_button_select_files:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section_content .large .gform_wrapper .gform_button,
.section_content .large .gform_wrapper input[type=submit] {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  padding: 0.825em 2.25em;
  display: inline-block;
}
.section_content .large .gform_wrapper .gform_button:hover, .section_content .large .gform_wrapper .gform_button:focus,
.section_content .large .gform_wrapper input[type=submit]:hover,
.section_content .large .gform_wrapper input[type=submit]:focus {
  outline: 0;
}
.section_content .large .gform_wrapper .gform_button:disabled,
.section_content .large .gform_wrapper input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .medium .gform_wrapper .gform_button,
.section_content .medium .gform_wrapper input[type=submit],
.section_content .small .gform_wrapper .gform_button,
.section_content .small .gform_wrapper input[type=submit] {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  padding: 0.625em 1.25em;
  display: inline-block;
}
.section_content .medium .gform_wrapper .gform_button:hover, .section_content .medium .gform_wrapper .gform_button:focus,
.section_content .medium .gform_wrapper input[type=submit]:hover,
.section_content .medium .gform_wrapper input[type=submit]:focus,
.section_content .small .gform_wrapper .gform_button:hover,
.section_content .small .gform_wrapper .gform_button:focus,
.section_content .small .gform_wrapper input[type=submit]:hover,
.section_content .small .gform_wrapper input[type=submit]:focus {
  outline: 0;
}
.section_content .medium .gform_wrapper .gform_button:disabled,
.section_content .medium .gform_wrapper input[type=submit]:disabled,
.section_content .small .gform_wrapper .gform_button:disabled,
.section_content .small .gform_wrapper input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .large .gform_wrapper .button {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  padding: 0.825em 2.25em;
  display: inline-block;
}
.section_content .large .gform_wrapper .button:hover, .section_content .large .gform_wrapper .button:focus {
  outline: 0;
}
.section_content .large .gform_wrapper .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .medium .gform_wrapper .button,
.section_content .small .gform_wrapper .button {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  padding: 0.625em 1.25em;
  display: inline-block;
}
.section_content .medium .gform_wrapper .button:hover, .section_content .medium .gform_wrapper .button:focus,
.section_content .small .gform_wrapper .button:hover,
.section_content .small .gform_wrapper .button:focus {
  outline: 0;
}
.section_content .medium .gform_wrapper .button:disabled,
.section_content .small .gform_wrapper .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 2px;
  margin: 1rem 0;
}

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button:hover,
.button:focus {
  text-decoration: none;
}

.button:active,
.button.active {
  outline: 0;
  background-image: none;
}

.button.disabled,
.button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button:active,
.button.active,
.open .dropdown-toggle.gform_button {
  background-image: none;
}

.gform_next_button,
.gform_button,
input[type=submit] {
  order: 3;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin: 1rem 0 1rem auto;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline;
  display: inline-block;
  vertical-align: text-top;
}
.gfield_time_hour input,
.gfield_time_hour select,
.gfield_time_minute input,
.gfield_time_minute select,
.gfield_time_ampm input,
.gfield_time_ampm select {
  display: initial;
  width: 100%;
}

.ginput_container_time,
.ginput_container_date {
  width: 100%;
}
.ginput_container_time .clear-multi > div,
.ginput_container_date .clear-multi > div {
  width: 33.333%;
}
.ginput_container_time .clear-multi input,
.ginput_container_date .clear-multi input {
  width: 100%;
}

.gfield_time_hour {
  position: relative;
}
.gfield_time_hour i {
  font-style: normal;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.2em;
  width: 2em;
}

.gfield_time_hour label,
.gfield_time_minute label {
  display: block;
}

.gfield_time_ampm {
  vertical-align: top;
}

.ginput_container_date input {
  width: 100%;
}
.ginput_container_date .ui-datepicker-trigger {
  width: auto !important;
  height: auto !important;
  display: inline;
}

.ginput_container_time .ginput_container,
.ginput_container_date .ginput_container {
  flex: 0 1 33.333%;
}

.ginput_container_name .name_prefix,
.ginput_container_name .name_first,
.ginput_container_name .name_middle,
.ginput_container_name .name_last,
.ginput_container_name .name_suffix {
  display: inline-block;
  padding: 0 0.5rem;
}

.gfield_list {
  table-layout: fixed;
  margin: 0;
}
.gfield_list td {
  border: none;
  padding: 0;
}

img.add_list_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=);
}

img.delete_list_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+);
}

img.add_list_item,
img.delete_list_item {
  float: left;
  width: 2em;
  height: 2em;
  margin-right: 0.5rem;
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

img.add_list_item:hover,
img.add_list_item:active,
img.delete_list_item:hover,
img.delete_list_item:active {
  opacity: 1;
}

@media print, screen and (min-width: 851px) {
  .ginput_container_name span {
    flex: 1 1 20%;
  }
  .ginput_container_name .name_prefix,
  .ginput_container_name .name_suffix {
    flex: 0 1 20%;
  }
  .ginput_container_address .address_line_1,
  .ginput_container_address .address_line_2,
  .ginput_container_address .address_city {
    flex: 0 1 50%;
  }
  .ginput_container_address .address_state {
    flex-basis: 20%;
  }
  .ginput_container_address .address_zip,
  .ginput_container_address .address_country {
    flex-basis: 30%;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 850px) {
  .ginput_container_name span {
    flex: 1 1 50%;
  }
  .ginput_container_name .name_prefix,
  .ginput_container_name .name_suffix {
    flex: 0 1 25%;
  }
  .ginput_container_address .address_line_1,
  .ginput_container_address .address_line_2,
  .ginput_container_address .address_city {
    flex: 0 1 100%;
  }
  .ginput_container_address .address_state {
    flex-basis: 50%;
  }
  .ginput_container_address .address_zip,
  .ginput_container_address .address_country {
    flex-basis: 50%;
  }
}
@media print, screen and (max-width: 480px) {
  .ginput_container_name span {
    flex: 1 1 100%;
  }
  .ginput_container_name .name_prefix,
  .ginput_container_name .name_suffix {
    flex: 0 1 50%;
  }
  .ginput_container_address .address_line_1,
  .ginput_container_address .address_line_2 {
    flex: 0 1 100%;
  }
  .ginput_container_address .address_city,
  .ginput_container_address .address_state,
  .ginput_container_address .address_zip,
  .ginput_container_address .address_country {
    flex: 0 1 50%;
  }
}
.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 0.5rem;
  width: 50%;
}

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 0.5rem;
  width: 33%;
}

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 0.5rem;
  width: 25%;
}

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 0.5rem;
  width: 20%;
}

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 480px) {
  .gf_list_2col ul.gfield_checkbox li,
  .gf_list_2col ul.gfield_radio li,
  .gf_list_3col ul.gfield_checkbox li,
  .gf_list_3col ul.gfield_radio li,
  .gf_list_4col ul.gfield_checkbox li,
  .gf_list_4col ul.gfield_radio li,
  .gf_list_5col ul.gfield_checkbox li,
  .gf_list_5col ul.gfield_radio li {
    width: 100%;
  }
}
.font_normal {
  font-weight: normal;
}

.tsI_dsc ul.none {
  padding-left: 0;
}
.tsI_dsc ul.none li {
  list-style-type: none;
}

.tsI_dsc ul.circle li {
  list-style-type: circle;
}

.tsI_dsc ul.disc li {
  list-style-type: disc;
}

.tsI_dsc ul.square li {
  list-style-type: square;
}

.tsI_dsc ol.decimal li {
  list-style-type: decimal;
}

.tsI_dsc ol.decimal-lead li {
  list-style-type: decimal-leading-zero;
}

.tsI_dsc ol.lowerA li {
  list-style-type: lower-alpha;
}

.tsI_dsc ol.lowerL li {
  list-style-type: lower-latin;
}

.tsI_dsc ol.lowerR li {
  list-style-type: lower-roman;
}

.tsI_dsc ol.upperA li {
  list-style-type: upper-alpha;
}

.tsI_dsc ol.upperL li {
  list-style-type: upper-latin;
}

.tsI_dsc ol.upperR li {
  list-style-type: upper-roman;
}

.tsI_dsc ul.icons-list li {
  list-style-type: none;
  font-family: inherit !important;
  position: relative;
  padding-left: 2rem;
}
.tsI_dsc ul.icons-list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tsi-cms" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 2rem;
  height: 2rem;
  left: 0;
  position: absolute;
}

/* Section Hide */
.tsD_sec_hide .section_title {
  display: none;
}

/* Font Sizes */
/* Item Font Sizes */
.tsD_font_sm .tsI {
  font-size: 87.5%;
}

.tsD_font_lg .tsI {
  font-size: 125%;
}

.tsD_font_xl .tsI {
  font-size: 150%;
}

/* Nav Mods */
#access .tsI_btn.btn-xs a {
  font-size: 0.8125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2307692308em;
  margin: 1rem 0.5rem;
  padding: 0.5em 1em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
#access .tsI_btn.btn-xs a:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
#access .tsI_btn.btn-xs a:hover, #access .tsI_btn.btn-xs a:focus {
  outline: 0;
}
#access .tsI_btn.btn-xs a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#access .tsI_btn.btn-sm a {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  margin: 1rem 0.5rem;
  padding: 0.625em 1.25em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
#access .tsI_btn.btn-sm a:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
#access .tsI_btn.btn-sm a:hover, #access .tsI_btn.btn-sm a:focus {
  outline: 0;
}
#access .tsI_btn.btn-sm a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#access .tsI_btn.btn-md a {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  margin: 1rem 0.5rem;
  padding: 0.625em 1.25em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
#access .tsI_btn.btn-md a:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
#access .tsI_btn.btn-md a:hover, #access .tsI_btn.btn-md a:focus {
  outline: 0;
}
#access .tsI_btn.btn-md a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#access .tsI_btn.btn-lg a {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4285714286em;
  margin: 1rem 0.5rem;
  padding: 0.825em 2.25em;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
#access .tsI_btn.btn-lg a:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2), 0 8px 25px rgba(0, 0, 0, 0.15);
}
#access .tsI_btn.btn-lg a:hover, #access .tsI_btn.btn-lg a:focus {
  outline: 0;
}
#access .tsI_btn.btn-lg a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media print, screen and (min-width: 1025px) {
  /* Desktop Only */
  /* Visible */
  .tsD_visible_desk_inherit,
  .visible_desk_inherit {
    display: inherit !important;
  }
  .tsD_visible_desk_inline_block,
  .visible_desk_inline_block {
    display: inline-block !important;
  }
  .tsD_visible_desk_block,
  .visible_desk_block {
    display: block !important;
  }
  /* Not Visible */
  /* Tablet */
  .tsD_visible_tablet_inherit,
  .visible_tablet_inherit {
    display: none !important;
  }
  .tsD_visible_tablet_inline_block,
  .visible_tablet_inline_block {
    display: none !important;
  }
  .tsD_visible_tablet_block,
  .visible_tablet_block {
    display: none !important;
  }
  /* Tablet & Mobile */
  .tsD_visible_device_inherit,
  .visible_device_inherit {
    display: none !important;
  }
  .tsD_visible_device_inline_block,
  .visible_device_inline_block {
    display: none !important;
  }
  .tsD_visible_device_block,
  .visible_device_block {
    display: none !important;
  }
  /* Mobile */
  .tsD_visible_mobile_inherit,
  .visible_mobile_inherit {
    display: none !important;
  }
  .tsD_visible_mobile_inline_block,
  .visible_mobile_inline_block {
    display: none !important;
  }
  .tsD_visible_mobile_block,
  .visible_mobile_block {
    display: none !important;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 1024px) {
  /* Tablet Only */
  /* Visible */
  .tsD_visible_tablet_inherit,
  .visible_tablet_inherit {
    display: inherit !important;
  }
  .tsD_visible_tablet_inline_block,
  .visible_tablet_inline_block {
    display: inline-block !important;
  }
  .tsD_visible_tablet_block,
  .visible_tablet_block {
    display: block !important;
  }
  /* Not Visible */
  /* Desktop Only */
  .tsD_visible_desk_inherit,
  .visible_desk_inherit {
    display: none !important;
  }
  .tsD_visible_desk_inline_block,
  .visible_desk_inline_block {
    display: none !important;
  }
  .tsD_visible_desk_block,
  .visible_desk_block {
    display: none !important;
  }
  /* Mobile Only */
  .tsD_visible_mobile_inherit,
  .visible_mobile_inherit {
    display: none !important;
  }
  .tsD_visible_mobile_inline_block,
  .visible_mobile_inline_block {
    display: none !important;
  }
  .tsD_visible_mobile_block,
  .visible_mobile_block {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  /* Device */
  /* Visible */
  .tsD_visible_device_inherit,
  .visible_device_inherit {
    display: inherit !important;
  }
  .tsD_visible_device_inline_block,
  .visible_device_inline_block {
    display: inline-block !important;
  }
  .tsD_visible_device_block,
  .visible_device_block {
    display: block !important;
  }
  /* Not Visible */
  /* Desktop Only */
  .tsD_visible_desk_inherit,
  .visible_desk_inherit {
    display: none !important;
  }
  .tsD_visible_desk_inline_block,
  .visible_desk_inline_block {
    display: none !important;
  }
  .tsD_visible_desk_block,
  .visible_desk_block {
    display: none !important;
  }
}
@media print, screen and (min-width: 481px) {
  /* Not Visible */
  /* Mobile Only */
  .tsD_visible_mobile_inherit,
  .visible_mobile_inherit {
    display: none !important;
  }
  .tsD_visible_mobile_inline_block,
  .visible_mobile_inline_block {
    display: none !important;
  }
  .tsD_visible_mobile_block,
  .visible_mobile_block {
    display: none !important;
  }
  /* Tablet Up Only */
  .tsD_visible_tblt_up_inherit,
  .visible_tblt_up_inherit {
    display: inherit !important;
  }
  .tsD_visible_tblt_up_inline_block,
  .visible_tblt_up_inline_block {
    display: inline-block !important;
  }
  .tsD_visible_tblt_up_block,
  .visible_tblt_up_block {
    display: block !important;
  }
}
@media print, screen and (max-width: 480px) {
  /* Visible */
  .tsD_visible_mobile_inherit,
  .visible_mobile_inherit {
    display: inherit !important;
  }
  .tsD_visible_mobile_inline_block,
  .visible_mobile_inline_block {
    display: inline-block !important;
  }
  .tsD_visible_mobile_block,
  .visible_mobile_block {
    display: block !important;
  }
  /* Not Visible */
  /* Desktop Only */
  .tsD_visible_desk_inherit,
  .visible_desk_inherit {
    display: none !important;
  }
  .tsD_visible_desk_inline_block,
  .visible_desk_inline_block {
    display: none !important;
  }
  .tsD_visible_desk_block,
  .visible_desk_block {
    display: none !important;
  }
  /* Tablet Only */
  .tsD_visible_tablet_inherit,
  .visible_tablet_inherit {
    display: none !important;
  }
  .tsD_visible_tablet_inline_block,
  .visible_tablet_inline_block {
    display: none !important;
  }
  .tsD_visible_tablet_block,
  .visible_tablet_block {
    display: none !important;
  }
  /* Tablet Up Only */
  .tsD_visible_tblt_up_inherit,
  .visible_tblt_up_inherit {
    display: none !important;
  }
  .tsD_visible_tblt_up_inline_block,
  .visible_tblt_up_inline_block {
    display: none !important;
  }
  .tsD_visible_tblt_up_block,
  .visible_tblt_up_block {
    display: none !important;
  }
}
@media print, screen and (min-width: 481px) {
  .section_content .w1060 .tsB.tsD_lg_cols.col_1 .tsI,
  .section_content .w988 .tsB.tsD_lg_cols.col_1 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_2 .tsI,
  .section_content .w988 .tsB.tsD_lg_cols.col_2 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 37.4225447755%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_2 .tsI:nth-of-type(2n + 1),
  .section_content .w988 .tsB.tsD_lg_cols.col_2 .tsI:nth-of-type(2n + 1) {
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_3 .tsI,
  .section_content .w988 .tsB.tsD_lg_cols.col_3 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 23.5336531088%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_3 .tsI:nth-of-type(3n + 1),
  .section_content .w988 .tsB.tsD_lg_cols.col_3 .tsI:nth-of-type(3n + 1) {
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_4 .tsI,
  .section_content .w988 .tsB.tsD_lg_cols.col_4 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 16.5892114422%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_4 .tsI:nth-of-type(4n + 1),
  .section_content .w988 .tsB.tsD_lg_cols.col_4 .tsI:nth-of-type(4n + 1) {
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_5 .tsI,
  .section_content .w988 .tsB.tsD_lg_cols.col_5 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 12.4225447755%;
  }
  .section_content .w1060 .tsB.tsD_lg_cols.col_5 .tsI:nth-of-type(5n + 1),
  .section_content .w988 .tsB.tsD_lg_cols.col_5 .tsI:nth-of-type(5n + 1) {
    margin-left: 9.9248790425%;
  }
  .section_content .w1060 .tsD_col_6 .tsI,
  .section_content .w988 .tsD_col_6 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 12.4225447755%;
  }
  .section_content .w1060 .tsD_col_7 .tsI,
  .section_content .w988 .tsD_col_7 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 10.0415923945%;
  }
  .section_content .w1060 .tsD_col_8 .tsI,
  .section_content .w988 .tsD_col_8 .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 8.2558781088%;
  }
}
/* TS APP WIDGET FOOTER OVERRIDES */
.tsi-app-active .tsF,
.tsi-app-active #the_footer .footer:last-child {
  padding-bottom: 3rem;
}

.tsi-app-active .tsC_Btn.to-top.scrollBtn {
  z-index: 3000000000 !important;
}

.tsi-app-active #livesite_engage_button {
  zoom: 1 !important;
}

.tsi-app-active .ls-ae-container {
  width: auto !important;
  max-width: 40rem;
}

.tsi-app-active #livesite_active_engage .ls-actions-C {
  display: flex;
  flex: 1;
  width: 100% !important;
}

@media print, screen and (min-width: 501px) {
  .tsi-app-active #livesite_active_engage.ls-desktop {
    width: auto;
    max-width: 22rem;
  }
}
@media print, screen and (max-width: 500px) {
  .tsi-app-active #livesite_active_engage.ls-desktop {
    margin: 0 auto;
    width: 100%;
  }
  .tsi-app-active #livesite_engage_button {
    zoom: 0.75 !important;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .tsi-app-active #livesite_engage_button .ls-zoom-width.ls-desktop {
    margin: auto;
  }
}
.ginput_container_date {
  position: relative;
}
.ginput_container_date .ui-datepicker-trigger {
  position: relative;
  left: -30px;
  top: 4px;
}
.ginput_container_date table {
  width: auto;
}

.ginput_container_date ._md-datepicker-has-triangle-icon {
  margin: 0;
  padding: 0;
}
.ginput_container_date md-datepicker {
  margin: 0;
  position: absolute;
  top: 2px;
  right: 10px;
  height: 40px;
  width: 40px;
}

.md-datepicker-calendar-pane table {
  width: auto;
  margin: 0;
}

.luna_theme .ginput_container .moxie-shim {
  top: 19px !important;
  left: 158px !important;
}
@media print {
  body {
    font-size: 62.5%;
    background: white !important;
  }
  .tsW,
  .tsH,
  .tsF {
    background: white !important;
  }
  .tsW *,
  .tsH *,
  .tsF * {
    color: #333 !important;
    background-color: transparent !important;
  }
  .tsH {
    position: static;
  }
  .tsB.list_well .tsI, .tsB.well .tsI {
    border: 1px solid;
    box-shadow: none;
  }
  .tsI {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: none !important;
    page-break-inside: avoid;
  }
  .tsT_gallery .slick-wrap:before {
    display: none !important;
  }
  .tsT_banner {
    border: 1px solid;
    border-width: 1px 0;
  }
}