@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 */
/* 9px */
/* 8px */
/* 16px */
/* 32px */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 8px;
  padding: 16px;
}

input,
label,
select {
  display: block;
  font-family: "Source Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16;
}

label {
  font-weight: 600;
  margin-bottom: 4px;
}
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;
  border-radius: 4px;
  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: 8px;
  padding: 5.3333333333px;
  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: 4px;
}

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

select {
  margin-bottom: 16px;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 8px;
}
dl dt {
  font-weight: bold;
  margin-top: 8px;
}
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: 8px 0;
  table-layout: fixed;
  width: 100%;
}

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Source Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

#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: 16px 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-prev,
.slick-next {
  border-radius: 2px;
  display: block;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  text-align: center;
  margin: -32px 0 0;
  padding: 16px 12px;
  position: absolute;
  top: 50%;
  border: none;
  opacity: 0;
  outline: none;
  z-index: 1000;
}
.slick-prev.slick-disabled:before,
.slick-next.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.25;
  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-prev:before, .slick-next:before {
  font-size: 28px;
  line-height: 2.0625;
  font-family: "tsi-cms";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin: 0 2px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  width: 8px;
  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.25;
}

.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: 2px 8px;
  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: 8px 8px 2px;
  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: 8px;
  position: absolute;
  left: 0;
  top: -16px;
  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;
}

/* 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-loading .slick-track {
  visibility: hidden;
}

.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("fonts/tsi-cms.ttf?mx0048") format("truetype"), url("fonts/tsi-cms.woff?mx0048") format("woff"), url("fonts/tsi-cms.svg?mx0048#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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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";
}

iframe.wholeauxpage {
  border: none;
}

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

html * {
  box-sizing: border-box;
}

.tsW {
  display: block;
  float: left;
  position: relative;
}

.tsH,
.tsF,
.tsC {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
}
.tsH::after,
.tsF::after,
.tsC::after {
  clear: both;
  content: "";
  display: table;
}

.tsH,
.tsF,
.tsC {
  float: left;
}

.tsB_hd {
  width: 100%;
}

.section_content {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section_content .section .tsT_article .tsR, .section_content .section .tsT_card .tsR, .section_content .section .tsT_buttons .tsR, .section_content .section .tsT_list .tsR, .section_content .section .tsT_menu .tsR, .section_content .section .tsT_photo_grid .tsR, .section_content .section .tsT_photo_sheet .tsR, .section_content .section .tsT_blog .tsR, .section_content .section .tsT_plugin .tsR, .section_content .section .tsT_services .tsR, .section_content .section .tsT_social_promos .tsR, .section_content .section .tsT_testimonials .tsR, .section_content .section .tsT_testimonials_2 .tsR {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px 16px;
  clear: both;
}
.section_content .section .tsT_article .tsR::after, .section_content .section .tsT_card .tsR::after, .section_content .section .tsT_buttons .tsR::after, .section_content .section .tsT_list .tsR::after, .section_content .section .tsT_menu .tsR::after, .section_content .section .tsT_photo_grid .tsR::after, .section_content .section .tsT_photo_sheet .tsR::after, .section_content .section .tsT_blog .tsR::after, .section_content .section .tsT_plugin .tsR::after, .section_content .section .tsT_services .tsR::after, .section_content .section .tsT_social_promos .tsR::after, .section_content .section .tsT_testimonials .tsR::after, .section_content .section .tsT_testimonials_2 .tsR::after {
  clear: both;
  content: "";
  display: table;
}

.full_width_content {
  min-width: 75.5em;
  margin: auto;
}

.tsI {
  float: left;
  margin-bottom: 24px;
}

.content {
  width: 75.5em;
  margin: auto;
  padding: 48px 24px;
}
.content .section:only-of-type {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.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 .w484 .col_2 .tsI:nth-of-type(3n) {
  margin-right: 0;
}
.section_content .w484 .col_2 .tsI:nth-of-type(3n+1) {
  clear: left;
}
.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_2 .tsI:nth-of-type(2n) {
  margin-right: 0;
}
.section_content .w652 .col_2 .tsI:nth-of-type(2n+1) {
  clear: left;
}
.section_content .w652 .col_3 .tsI {
  margin-left: 3.1830914184%;
  margin-right: 3.1830914184%;
  width: 26.8838171632%;
}
.section_content .w652 .col_3 .tsI:nth-of-type(3n) {
  margin-right: 0;
}
.section_content .w652 .col_3 .tsI:nth-of-type(3n+1) {
  clear: left;
}
.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_2 .tsI:nth-of-type(2n) {
  margin-right: 0;
}
.section_content .w736 .col_2 .tsI:nth-of-type(2n+1) {
  clear: left;
}
.section_content .w736 .col_3 .tsI {
  margin-left: 2.8294145941%;
  margin-right: 2.8294145941%;
  width: 27.6745041451%;
}
.section_content .w736 .col_3 .tsI:nth-of-type(3n) {
  margin-right: 0;
}
.section_content .w736 .col_3 .tsI:nth-of-type(3n+1) {
  clear: left;
}
.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_2 .tsI:nth-of-type(2n) {
  margin-right: 0;
}
.section_content .w988 .col_2 .tsI:nth-of-type(2n+1) {
  clear: left;
}
.section_content .w988 .col_3 .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 29.0892114422%;
}
.section_content .w988 .col_3 .tsI:nth-of-type(3n) {
  margin-right: 0;
}
.section_content .w988 .col_3 .tsI:nth-of-type(3n+1) {
  clear: left;
}
.section_content .w988 .col_4 .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 20.7558781088%;
}
.section_content .w988 .col_4 .tsI:nth-of-type(4n) {
  margin-right: 0;
}
.section_content .w988 .col_4 .tsI:nth-of-type(4n+1) {
  clear: left;
}
.section_content .w988 .col_5 .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 15.7558781088%;
}
.section_content .w988 .col_5 .tsI:nth-of-type(5n) {
  margin-right: 0;
}
.section_content .w988 .col_5 .tsI:nth-of-type(5n+1) {
  clear: left;
}
.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:nth-of-type(2n) {
  margin-right: 0;
}
.section_content .w1060 .col_2 .tsI:nth-of-type(2n+1) {
  clear: left;
}
.section_content .w1060 .col_3 .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 29.0892114422%;
}
.section_content .w1060 .col_3 .tsI:nth-of-type(3n) {
  margin-right: 0;
}
.section_content .w1060 .col_3 .tsI:nth-of-type(3n+1) {
  clear: left;
}
.section_content .w1060 .col_4 .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 20.7558781088%;
}
.section_content .w1060 .col_4 .tsI:nth-of-type(4n) {
  margin-right: 0;
}
.section_content .w1060 .col_4 .tsI:nth-of-type(4n+1) {
  clear: left;
}
.section_content .w1060 .col_5 .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 15.7558781088%;
}
.section_content .w1060 .col_5 .tsI:nth-of-type(5n) {
  margin-right: 0;
}
.section_content .w1060 .col_5 .tsI:nth-of-type(5n+1) {
  clear: left;
}
.section_content .nCol::after {
  clear: both;
  content: "";
  display: table;
}
.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%;
}

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

.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_center .tsI_btn.btn_not_well {
  margin-left: auto;
  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;
  padding-right: 8%;
}
.tsB .tsI.txt_right .tsI_txt {
  text-align: right;
}
.tsB .tsI.txt_right .tsI_hd, .tsB .tsI.txt_right .tsI_sh,
.tsB .tsI.txt_right .tsI p {
  margin-left: auto;
  padding-left: 8%;
}

.tsB .tsI.img_center .tsI_txt_wrp, .tsB .tsI.img_left .tsI_txt_wrp {
  text-align: center;
}
.tsB .tsI.img_right .tsI_txt_wrp {
  text-align: center;
}

/* 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;
  padding: 0.4em 0;
}

.lb-data .lb-caption {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
}

.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;
}

.section figure {
  margin: 0;
}
.section img {
  width: 100%;
  margin: 0;
  display: block;
}

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

.tsB.round_1_1 .tsI_img {
  border-radius: 999px;
}

.tsB.round_1_1 .tsI_img img {
  border-radius: 999px;
  overflow: hidden;
}

.tsB.well .tsI {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#26000000);
}

.tsS.well {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#26000000);
}

/* 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 */
/* 9px/12px */
/* 10px/12px margin: 9px */
/* 11px/15px margin: 9px */
/* 12px/15px margin: 9px */
/* 14px/16px margin: 9px */
/* 16px/21px margin: 9px */
/* 18px/24px margin: 9px */
/* 24px/27px 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, .h1 {
  font-size: 3.75em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1.05em;
}

h1 small, .h1-small {
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1.0625em;
}

h2, .h2 {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}

h2 small, .h2-small {
  font-size: 1.75em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.0714285714em;
}

h3, .h3 {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}

h3 small, .h3-small {
  font-size: 1.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}

h4, .h4 {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}

h4 small, .h4-small {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}

h5, .h5 {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

h5 small, .h5-small {
  font-size: 0.6875em;
  margin-top: 0.2727272727em;
  margin-bottom: 0.2727272727em;
  line-height: 1.3636363636em;
}

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

h6 small, .h6-small {
  font-size: 0.5625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}

.tsI_dsc {
  display: inline;
  width: 100%;
}
.tsI_dsc p {
  margin: 1em 0;
}
.tsI_dsc ol, .tsI_dsc ul {
  list-style: initial;
  margin: 1em 0;
  padding: 0 0 0 32px;
}
.tsI_dsc ol li, .tsI_dsc ul li {
  list-style-type: initial;
  display: list-item;
}
.tsI_dsc ul {
  list-style-type: disc;
}
.tsI_dsc ol {
  list-style-type: decimal;
}
.tsI_dsc p:empty, .tsI_dsc ul:empty, .tsI_dsc ol:empty {
  margin: 0;
}

.page_head {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px 16px;
}
.page_head::after {
  clear: both;
  content: "";
  display: table;
}
.page_head::after {
  clear: both;
  content: "";
  display: table;
}
.page_head .page_title {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
}

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

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

.tsB_hd {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tsB_hd span {
  border-radius: 4px;
  position: relative;
  text-transform: initial;
  z-index: 1;
  padding: 4px;
  max-width: 66.66666%;
}
.tsB_hd span:before, .tsB_hd span:after {
  content: " ";
  display: inline-block;
  border: 1px solid;
  width: 72.5em;
  position: absolute;
  top: 50%;
  opacity: 0.5;
}
.tsB_hd span:before {
  right: 100%;
}
.tsB_hd span:after {
  left: 100%;
}

.tsL .tsB_hd,
.section_content .tsB_hd {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
  margin-top: 16px;
  margin-bottom: 24px;
}
.tsL .tsB_hd span,
.section_content .tsB_hd span {
  display: inline-block;
  font-weight: 600;
}

.tsL .tsB_hd {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  margin-top: 20px;
  margin-bottom: 24px;
}

.trigger {
  -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.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  border-radius: 2px;
  font-weight: 400;
  display: inline-block;
  border-radius: 2px;
  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%;
  padding: 0 4px 0 0;
  vertical-align: middle;
}

.tsC_close {
  border-radius: 2px;
  font-family: "tsi-cms";
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
  margin: 0;
  padding: 4px 8px;
  position: absolute;
  right: -16px;
  text-decoration: none;
  z-index: 400;
}

.to-top {
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  border-radius: 2px;
  font-weight: 400;
  display: inline-block;
  opacity: 0.3;
  position: fixed;
  right: 16px;
  bottom: 8px;
  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";
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
  vertical-align: sub;
}
.to-top:hover {
  opacity: 1;
}

.tsI_btn.btn.btn-xs, .tsI_btn.btn.btn-xs {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsI_btn.btn.btn-xs:hover, .tsI_btn.btn.btn-xs:focus, .tsI_btn.btn.btn-xs:hover, .tsI_btn.btn.btn-xs:focus {
  outline: 0;
}
.tsI_btn.btn.btn-xs:disabled, .tsI_btn.btn.btn-xs:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn.btn-sm, .tsI_btn.btn.btn-sm {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsI_btn.btn.btn-sm:hover, .tsI_btn.btn.btn-sm:focus, .tsI_btn.btn.btn-sm:hover, .tsI_btn.btn.btn-sm:focus {
  outline: 0;
}
.tsI_btn.btn.btn-sm:disabled, .tsI_btn.btn.btn-sm:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn.btn-md, .tsI_btn.btn.btn-md {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn.btn-md:hover, .tsI_btn.btn.btn-md:focus, .tsI_btn.btn.btn-md:hover, .tsI_btn.btn.btn-md:focus {
  outline: 0;
}
.tsI_btn.btn.btn-md:disabled, .tsI_btn.btn.btn-md:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn.btn-lg, .tsI_btn.btn.btn-lg {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn.btn-lg:hover, .tsI_btn.btn.btn-lg:focus, .tsI_btn.btn.btn-lg:hover, .tsI_btn.btn.btn-lg:focus {
  outline: 0;
}
.tsI_btn.btn.btn-lg:disabled, .tsI_btn.btn.btn-lg:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_w.btn-xs {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsI_btn.btn_w.btn-xs:hover, .tsI_btn.btn_w.btn-xs:focus {
  outline: 0;
}
.tsI_btn.btn_w.btn-xs:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_w.btn-sm {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsI_btn.btn_w.btn-sm:hover, .tsI_btn.btn_w.btn-sm:focus {
  outline: 0;
}
.tsI_btn.btn_w.btn-sm:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_w.btn-md {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn_w.btn-md:hover, .tsI_btn.btn_w.btn-md:focus {
  outline: 0;
}
.tsI_btn.btn_w.btn-md:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_w.btn-lg {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn_w.btn-lg:hover, .tsI_btn.btn_w.btn-lg:focus {
  outline: 0;
}
.tsI_btn.btn_w.btn-lg:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_lnk {
  background: transparent;
  font-size: inherit;
  display: inline-block;
}
.tsI_btn.btn_lnk:hover, .tsI_btn.btn_lnk:focus {
  outline: 0;
}
.tsI_btn.btn_lnk:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_lnk.btn-xs {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsI_btn.btn_lnk.btn-xs:hover, .tsI_btn.btn_lnk.btn-xs:focus {
  outline: 0;
}
.tsI_btn.btn_lnk.btn-xs:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_lnk.btn-sm {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn_lnk.btn-sm:hover, .tsI_btn.btn_lnk.btn-sm:focus {
  outline: 0;
}
.tsI_btn.btn_lnk.btn-sm:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_lnk.btn-md {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn_lnk.btn-md:hover, .tsI_btn.btn_lnk.btn-md:focus {
  outline: 0;
}
.tsI_btn.btn_lnk.btn-md:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsI_btn.btn_lnk.btn-lg {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsI_btn.btn_lnk.btn-lg:hover, .tsI_btn.btn_lnk.btn-lg:focus {
  outline: 0;
}
.tsI_btn.btn_lnk.btn-lg:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tsI_bdg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-family: "tsi-cms";
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  border-radius: 999px;
  z-index: 1;
}
.tsI_bdg.btn-xs, .tsI_bdg.btn-sm {
  font-size: 1.125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1em;
}
.tsI_bdg.btn-md, .tsI_bdg.btn-lg {
  font-size: 1.5em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1em;
}

.full_width_content .tsT_article.a1.xsmall.small .tsI_dsc, .full_width_content .tsT_article.a2.xsmall.small .tsI_dsc, .full_width_content .tsT_article.a3.xsmall.small .tsI_dsc, .full_width_content .tsT_services.xsmall.small .tsI_dsc, .full_width_content .tsT_menu.m2.xsmall.small .tsI_dsc, .full_width_content .tsT_menu.m3.xsmall.small .tsI_dsc, .full_width_content .tsT_plugin.xsmall.small .tsI_dsc, .full_width_content .tsT_testimonials.xsmall.small .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.full_width_content .tsT_article.a1.small .tsI_dsc, .full_width_content .tsT_article.a2.small .tsI_dsc, .full_width_content .tsT_article.a3.small .tsI_dsc, .full_width_content .tsT_services.small .tsI_dsc, .full_width_content .tsT_menu.m2.small .tsI_dsc, .full_width_content .tsT_menu.m3.small .tsI_dsc, .full_width_content .tsT_plugin.small .tsI_dsc, .full_width_content .tsT_testimonials.small .tsI_dsc {
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.3125em;
}
.full_width_content .tsT_article.a1.large .tsI_dsc, .full_width_content .tsT_article.a2.large .tsI_dsc, .full_width_content .tsT_article.a3.large .tsI_dsc, .full_width_content .tsT_services.large .tsI_dsc, .full_width_content .tsT_menu.m2.large .tsI_dsc, .full_width_content .tsT_menu.m3.large .tsI_dsc, .full_width_content .tsT_plugin.large .tsI_dsc, .full_width_content .tsT_testimonials.large .tsI_dsc {
  font-size: 1.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3333333333em;
}

.content .tsT_article.a1.xsmall.small .tsI_dsc, .content .tsT_article.a2.xsmall.small .tsI_dsc, .content .tsT_article.a3.xsmall.small .tsI_dsc, .content .tsT_services.xsmall.small .tsI_dsc, .content .tsT_menu.m2.xsmall.small .tsI_dsc, .content .tsT_menu.m3.xsmall.small .tsI_dsc, .content .tsT_plugin.xsmall.small .tsI_dsc, .content .tsT_testimonials.xsmall.small .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.content .tsT_article.a1.small .tsI_dsc, .content .tsT_article.a1.medium .tsI_dsc, .content .tsT_article.a2.small .tsI_dsc, .content .tsT_article.a2.medium .tsI_dsc, .content .tsT_article.a3.small .tsI_dsc, .content .tsT_article.a3.medium .tsI_dsc, .content .tsT_services.small .tsI_dsc, .content .tsT_services.medium .tsI_dsc, .content .tsT_menu.m2.small .tsI_dsc, .content .tsT_menu.m2.medium .tsI_dsc, .content .tsT_menu.m3.small .tsI_dsc, .content .tsT_menu.m3.medium .tsI_dsc, .content .tsT_plugin.small .tsI_dsc, .content .tsT_plugin.medium .tsI_dsc, .content .tsT_testimonials.small .tsI_dsc, .content .tsT_testimonials.medium .tsI_dsc {
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.3125em;
}
.content .tsT_article.a1.large .tsI_dsc, .content .tsT_article.a2.large .tsI_dsc, .content .tsT_article.a3.large .tsI_dsc, .content .tsT_services.large .tsI_dsc, .content .tsT_menu.m2.large .tsI_dsc, .content .tsT_menu.m3.large .tsI_dsc, .content .tsT_plugin.large .tsI_dsc, .content .tsT_testimonials.large .tsI_dsc {
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.3125em;
}
.content .w988 .tsT_article.a1.large .tsI_dsc, .content .w988 .tsT_article.a2.large .tsI_dsc, .content .w988 .tsT_article.a3.large .tsI_dsc, .content .w988 .tsT_services.large .tsI_dsc, .content .w988 .tsT_menu.m2.large .tsI_dsc, .content .w988 .tsT_menu.m3.large .tsI_dsc, .content .w988 .tsT_plugin.large .tsI_dsc, .content .w988 .tsT_testimonials.large .tsI_dsc {
  font-size: 1.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3333333333em;
}

.section_content .tsT_article.a1.xsmall.small .tsI_hd, .section_content .tsT_article.a1.xsmall.small .tsI_sh, .section_content .tsT_article.a2.xsmall.small .tsI_hd, .section_content .tsT_article.a2.xsmall.small .tsI_sh, .section_content .tsT_article.a3.xsmall.small .tsI_hd, .section_content .tsT_article.a3.xsmall.small .tsI_sh, .section_content .tsT_banner.b1.xsmall.small .tsI_hd, .section_content .tsT_banner.b1.xsmall.small .tsI_sh, .section_content .tsT_list.xsmall.small .tsI_hd, .section_content .tsT_list.xsmall.small .tsI_sh, .section_content .tsT_menu.m1.xsmall.small .tsI_hd, .section_content .tsT_menu.m1.xsmall.small .tsI_sh, .section_content .tsT_menu.m3.xsmall.small .tsI_hd, .section_content .tsT_menu.m3.xsmall.small .tsI_sh, .section_content .tsT_plugin.xsmall.small .tsI_hd, .section_content .tsT_plugin.xsmall.small .tsI_sh, .section_content .tsT_services.xsmall.small .tsI_hd, .section_content .tsT_services.xsmall.small .tsI_sh {
  max-width: 100%;
}
.section_content .tsT_article.a1.small .tsI_hd, .section_content .tsT_article.a2.small .tsI_hd, .section_content .tsT_article.a3.small .tsI_hd, .section_content .tsT_banner.b1.small .tsI_hd, .section_content .tsT_list.small .tsI_hd, .section_content .tsT_menu.m1.small .tsI_hd, .section_content .tsT_menu.m3.small .tsI_hd, .section_content .tsT_plugin.small .tsI_hd, .section_content .tsT_services.small .tsI_hd {
  font-size: 1.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.section_content .tsT_article.a1.small .tsI_sh, .section_content .tsT_article.a2.small .tsI_sh, .section_content .tsT_article.a3.small .tsI_sh, .section_content .tsT_banner.b1.small .tsI_sh, .section_content .tsT_list.small .tsI_sh, .section_content .tsT_menu.m1.small .tsI_sh, .section_content .tsT_menu.m3.small .tsI_sh, .section_content .tsT_plugin.small .tsI_sh, .section_content .tsT_services.small .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.section_content .tsT_article.a1.medium .tsI_hd, .section_content .tsT_article.a2.medium .tsI_hd, .section_content .tsT_article.a3.medium .tsI_hd, .section_content .tsT_banner.b1.medium .tsI_hd, .section_content .tsT_list.medium .tsI_hd, .section_content .tsT_menu.m1.medium .tsI_hd, .section_content .tsT_menu.m3.medium .tsI_hd, .section_content .tsT_plugin.medium .tsI_hd, .section_content .tsT_services.medium .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.section_content .tsT_article.a1.medium .tsI_sh, .section_content .tsT_article.a2.medium .tsI_sh, .section_content .tsT_article.a3.medium .tsI_sh, .section_content .tsT_banner.b1.medium .tsI_sh, .section_content .tsT_list.medium .tsI_sh, .section_content .tsT_menu.m1.medium .tsI_sh, .section_content .tsT_menu.m3.medium .tsI_sh, .section_content .tsT_plugin.medium .tsI_sh, .section_content .tsT_services.medium .tsI_sh {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .tsT_article.a1.large .tsI_hd, .section_content .tsT_article.a2.large .tsI_hd, .section_content .tsT_article.a3.large .tsI_hd, .section_content .tsT_banner.b1.large .tsI_hd, .section_content .tsT_list.large .tsI_hd, .section_content .tsT_menu.m1.large .tsI_hd, .section_content .tsT_menu.m3.large .tsI_hd, .section_content .tsT_plugin.large .tsI_hd, .section_content .tsT_services.large .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.section_content .tsT_article.a1.large .tsI_sh, .section_content .tsT_article.a2.large .tsI_sh, .section_content .tsT_article.a3.large .tsI_sh, .section_content .tsT_banner.b1.large .tsI_sh, .section_content .tsT_list.large .tsI_sh, .section_content .tsT_menu.m1.large .tsI_sh, .section_content .tsT_menu.m3.large .tsI_sh, .section_content .tsT_plugin.large .tsI_sh, .section_content .tsT_services.large .tsI_sh {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .w1060 .tsT_article.a1.large .tsI_hd, .section_content .w1060 .tsT_article.a2.large .tsI_hd, .section_content .w1060 .tsT_article.a3.large .tsI_hd, .section_content .w1060 .tsT_banner.b1.large .tsI_hd, .section_content .w1060 .tsT_list.large .tsI_hd, .section_content .w1060 .tsT_menu.m1.large .tsI_hd, .section_content .w1060 .tsT_menu.m3.large .tsI_hd, .section_content .w1060 .tsT_plugin.large .tsI_hd, .section_content .w1060 .tsT_services.large .tsI_hd,
.section_content .w988 .tsT_article.a1.large .tsI_hd,
.section_content .w988 .tsT_article.a2.large .tsI_hd,
.section_content .w988 .tsT_article.a3.large .tsI_hd,
.section_content .w988 .tsT_banner.b1.large .tsI_hd,
.section_content .w988 .tsT_list.large .tsI_hd,
.section_content .w988 .tsT_menu.m1.large .tsI_hd,
.section_content .w988 .tsT_menu.m3.large .tsI_hd,
.section_content .w988 .tsT_plugin.large .tsI_hd,
.section_content .w988 .tsT_services.large .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.section_content .w1060 .tsT_article.a1.large .tsI_sh, .section_content .w1060 .tsT_article.a2.large .tsI_sh, .section_content .w1060 .tsT_article.a3.large .tsI_sh, .section_content .w1060 .tsT_banner.b1.large .tsI_sh, .section_content .w1060 .tsT_list.large .tsI_sh, .section_content .w1060 .tsT_menu.m1.large .tsI_sh, .section_content .w1060 .tsT_menu.m3.large .tsI_sh, .section_content .w1060 .tsT_plugin.large .tsI_sh, .section_content .w1060 .tsT_services.large .tsI_sh,
.section_content .w988 .tsT_article.a1.large .tsI_sh,
.section_content .w988 .tsT_article.a2.large .tsI_sh,
.section_content .w988 .tsT_article.a3.large .tsI_sh,
.section_content .w988 .tsT_banner.b1.large .tsI_sh,
.section_content .w988 .tsT_list.large .tsI_sh,
.section_content .w988 .tsT_menu.m1.large .tsI_sh,
.section_content .w988 .tsT_menu.m3.large .tsI_sh,
.section_content .w988 .tsT_plugin.large .tsI_sh,
.section_content .w988 .tsT_services.large .tsI_sh {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}

.section_content .tsT_menu.m2.small .tsI_hd, .section_content .tsT_menu.m3.small .tsI_hd {
  font-size: 0.8125em;
  margin-top: 0.6923076923em;
  margin-bottom: 0.6923076923em;
  line-height: 1.1538461538em;
}
.section_content .tsT_menu.m2.small .tsI_sh, .section_content .tsT_menu.m3.small .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.section_content .tsT_menu.m2.medium .tsI_hd, .section_content .tsT_menu.m3.medium .tsI_hd {
  font-size: 1em;
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
  line-height: 1.3125em;
}
.section_content .tsT_menu.m2.medium .tsI_sh, .section_content .tsT_menu.m3.medium .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.6428571429em;
  margin-bottom: 0.6428571429em;
  line-height: 1.5em;
}
.section_content .tsT_menu.m2.large .tsI_hd, .section_content .tsT_menu.m3.large .tsI_hd {
  font-size: 1em;
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
  line-height: 1.3125em;
}
.section_content .tsT_menu.m2.large .tsI_sh, .section_content .tsT_menu.m3.large .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.6428571429em;
  margin-bottom: 0.6428571429em;
  line-height: 1.5em;
}
.section_content .w1060 .tsT_menu.m2.large .tsI_hd, .section_content .w1060 .tsT_menu.m3.large .tsI_hd,
.section_content .w988 .tsT_menu.m2.large .tsI_hd,
.section_content .w988 .tsT_menu.m3.large .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.5em;
}
.section_content .w1060 .tsT_menu.m2.large .tsI_sh, .section_content .w1060 .tsT_menu.m3.large .tsI_sh,
.section_content .w988 .tsT_menu.m2.large .tsI_sh,
.section_content .w988 .tsT_menu.m3.large .tsI_sh {
  font-size: 1.3125em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.7142857143em;
}

.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,
.section_content .tsT_photo_tiles.pt .yImg.nHero .tsI_hd {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.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,
.section_content .tsT_photo_tiles.pt .yImg.nHero .tsI_sh {
  font-size: 0.6875em;
  margin-top: 0.2727272727em;
  margin-bottom: 0.2727272727em;
  line-height: 1.3636363636em;
}
.section_content .tsT_photo_grid .yImg.nHero .tsI_btn, .section_content .tsT_photo_tiles.pt1.pft .yImg.nHero .tsI_btn, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn,
.section_content .tsT_photo_tiles.pt .yImg.nHero .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_grid .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_grid .yImg.nHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt1.pft .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_tiles.pt1.pft .yImg.nHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt .yImg.nHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt .yImg.nHero .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_grid .yImg.nHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt1.pft .yImg.nHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt .yImg.nHero .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_photo_grid.xsmall.small .yImg.nHero .tsI_hd, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yImg.nHero .tsI_hd, .section_content .tsT_photo_tiles.pt2.xsmall.small .yImg.nHero .tsI_hd,
.section_content .tsT_photo_tiles.pt.xsmall.small .yImg.nHero .tsI_hd {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_photo_grid.xsmall.small .yImg.nHero .tsI_sh, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yImg.nHero .tsI_sh, .section_content .tsT_photo_tiles.pt2.xsmall.small .yImg.nHero .tsI_sh,
.section_content .tsT_photo_tiles.pt.xsmall.small .yImg.nHero .tsI_sh {
  font-size: 0.625em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}
.section_content .tsT_photo_grid.xsmall.small .yImg.nHero .tsI_btn, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yImg.nHero .tsI_btn, .section_content .tsT_photo_tiles.pt2.xsmall.small .yImg.nHero .tsI_btn,
.section_content .tsT_photo_tiles.pt.xsmall.small .yImg.nHero .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_grid.xsmall.small .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_grid.xsmall.small .yImg.nHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yImg.nHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt2.xsmall.small .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_tiles.pt2.xsmall.small .yImg.nHero .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.xsmall.small .yImg.nHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.xsmall.small .yImg.nHero .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_grid.xsmall.small .yImg.nHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yImg.nHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt2.xsmall.small .yImg.nHero .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.xsmall.small .yImg.nHero .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_photo_grid.xsmall.small .nImg .tsI_hd,
.section_content .tsT_photo_grid.xsmall.small .yHero .tsI_hd, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yHero .tsI_hd, .section_content .tsT_photo_tiles.pt2.xsmall.small .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt2.xsmall.small .yHero .tsI_hd,
.section_content .tsT_photo_tiles.pt.xsmall.small .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt.xsmall.small .yHero .tsI_hd {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .tsT_photo_grid.xsmall.small .nImg .tsI_sh,
.section_content .tsT_photo_grid.xsmall.small .yHero .tsI_sh, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yHero .tsI_sh, .section_content .tsT_photo_tiles.pt2.xsmall.small .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt2.xsmall.small .yHero .tsI_sh,
.section_content .tsT_photo_tiles.pt.xsmall.small .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt.xsmall.small .yHero .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_photo_grid.xsmall.small .nImg .tsI_btn,
.section_content .tsT_photo_grid.xsmall.small .yHero .tsI_btn, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yHero .tsI_btn, .section_content .tsT_photo_tiles.pt2.xsmall.small .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt2.xsmall.small .yHero .tsI_btn,
.section_content .tsT_photo_tiles.pt.xsmall.small .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt.xsmall.small .yHero .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_grid.xsmall.small .nImg .tsI_btn:hover, .section_content .tsT_photo_grid.xsmall.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_grid.xsmall.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_grid.xsmall.small .yHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .nImg .tsI_btn:hover, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt2.xsmall.small .nImg .tsI_btn:hover, .section_content .tsT_photo_tiles.pt2.xsmall.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt2.xsmall.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt2.xsmall.small .yHero .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.xsmall.small .nImg .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.xsmall.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.xsmall.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.xsmall.small .yHero .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_grid.xsmall.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_grid.xsmall.small .yHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt1.pft.xsmall.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt1.pft.xsmall.small .yHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt2.xsmall.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt2.xsmall.small .yHero .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.xsmall.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.xsmall.small .yHero .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.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,
.section_content .tsT_photo_tiles.pt.small .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt.small .yHero .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.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,
.section_content .tsT_photo_tiles.pt.small .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt.small .yHero .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_photo_grid.small .nImg .tsI_btn,
.section_content .tsT_photo_grid.small .yHero .tsI_btn, .section_content .tsT_photo_tiles.pt1.pft.small .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt1.pft.small .yHero .tsI_btn, .section_content .tsT_photo_tiles.pt2.small .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt2.small .yHero .tsI_btn,
.section_content .tsT_photo_tiles.pt.small .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt.small .yHero .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_grid.small .nImg .tsI_btn:hover, .section_content .tsT_photo_grid.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_grid.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_grid.small .yHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt1.pft.small .nImg .tsI_btn:hover, .section_content .tsT_photo_tiles.pt1.pft.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt1.pft.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt1.pft.small .yHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt2.small .nImg .tsI_btn:hover, .section_content .tsT_photo_tiles.pt2.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt2.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt2.small .yHero .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.small .nImg .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.small .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.small .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.small .yHero .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_grid.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_grid.small .yHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt1.pft.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt1.pft.small .yHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt2.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt2.small .yHero .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.small .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.small .yHero .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.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,
.section_content .tsT_photo_tiles.pt.medium .nImg .tsI_hd,
.section_content .tsT_photo_tiles.pt.medium .yHero .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.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,
.section_content .tsT_photo_tiles.pt.medium .nImg .tsI_sh,
.section_content .tsT_photo_tiles.pt.medium .yHero .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_photo_grid.medium .nImg .tsI_btn,
.section_content .tsT_photo_grid.medium .yHero .tsI_btn, .section_content .tsT_photo_tiles.pt1.pft.medium .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt1.pft.medium .yHero .tsI_btn, .section_content .tsT_photo_tiles.pt2.medium .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt2.medium .yHero .tsI_btn,
.section_content .tsT_photo_tiles.pt.medium .nImg .tsI_btn,
.section_content .tsT_photo_tiles.pt.medium .yHero .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_grid.medium .nImg .tsI_btn:hover, .section_content .tsT_photo_grid.medium .nImg .tsI_btn:focus,
.section_content .tsT_photo_grid.medium .yHero .tsI_btn:hover,
.section_content .tsT_photo_grid.medium .yHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt1.pft.medium .nImg .tsI_btn:hover, .section_content .tsT_photo_tiles.pt1.pft.medium .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt1.pft.medium .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt1.pft.medium .yHero .tsI_btn:focus, .section_content .tsT_photo_tiles.pt2.medium .nImg .tsI_btn:hover, .section_content .tsT_photo_tiles.pt2.medium .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt2.medium .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt2.medium .yHero .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.medium .nImg .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.medium .nImg .tsI_btn:focus,
.section_content .tsT_photo_tiles.pt.medium .yHero .tsI_btn:hover,
.section_content .tsT_photo_tiles.pt.medium .yHero .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_grid.medium .nImg .tsI_btn:disabled,
.section_content .tsT_photo_grid.medium .yHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt1.pft.medium .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt1.pft.medium .yHero .tsI_btn:disabled, .section_content .tsT_photo_tiles.pt2.medium .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt2.medium .yHero .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.medium .nImg .tsI_btn:disabled,
.section_content .tsT_photo_tiles.pt.medium .yHero .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.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,
.section_content .tsT_photo_tiles.pt.large .yHero .tsI_hd,
.section_content .tsT_photo_tiles.pt.large .nImg .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.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,
.section_content .tsT_photo_tiles.pt.large .yHero .tsI_sh,
.section_content .tsT_photo_tiles.pt.large .nImg .tsI_sh {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}

.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-xs,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-xs, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-xs,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-xs, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-xs,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-xs,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-xs,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-xs {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-xs:hover, .tsT_photo_grid .yHero .tsI_btn.btn_m.btn-xs:focus,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-xs:hover,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-xs:focus, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-xs:hover, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-xs:focus,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-xs:hover,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-xs:focus, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-xs:hover, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-xs:focus,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-xs:hover,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-xs:focus,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-xs:hover,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-xs:focus,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-xs:hover,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-xs:focus {
  outline: 0;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-xs:disabled,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-xs:disabled, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-xs:disabled,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-xs:disabled, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-xs:disabled,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-xs:disabled,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-xs:disabled,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-xs:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-sm,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-sm, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-sm,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-sm, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-sm,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-sm,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-sm,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-sm {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-sm:hover, .tsT_photo_grid .yHero .tsI_btn.btn_m.btn-sm:focus,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-sm:hover,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-sm:focus, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-sm:hover, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-sm:focus,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-sm:hover,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-sm:focus, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-sm:hover, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-sm:focus,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-sm:hover,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-sm:focus,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-sm:hover,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-sm:focus,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-sm:hover,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-sm:focus {
  outline: 0;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-sm:disabled,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-sm:disabled, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-sm:disabled,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-sm:disabled, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-sm:disabled,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-sm:disabled,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-sm:disabled,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-sm:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-md,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-md, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-md,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-md, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-md,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-md,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-md,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-md {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-md:hover, .tsT_photo_grid .yHero .tsI_btn.btn_m.btn-md:focus,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-md:hover,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-md:focus, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-md:hover, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-md:focus,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-md:hover,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-md:focus, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-md:hover, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-md:focus,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-md:hover,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-md:focus,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-md:hover,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-md:focus,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-md:hover,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-md:focus {
  outline: 0;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-md:disabled,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-md:disabled, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-md:disabled,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-md:disabled, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-md:disabled,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-md:disabled,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-md:disabled,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-md:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-lg,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-lg, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-lg,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-lg, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-lg,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-lg,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-lg,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-lg {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-lg:hover, .tsT_photo_grid .yHero .tsI_btn.btn_m.btn-lg:focus,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-lg:hover,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-lg:focus, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-lg:hover, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-lg:focus,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-lg:hover,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-lg:focus, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-lg:hover, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-lg:focus,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-lg:hover,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-lg:focus,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-lg:hover,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-lg:focus,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-lg:hover,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-lg:focus {
  outline: 0;
}
.tsT_photo_grid .yHero .tsI_btn.btn_m.btn-lg:disabled,
.tsT_photo_grid .nImg .tsI_btn.btn_m.btn-lg:disabled, .tsT_photo_tiles.pt1.pft .yHero .tsI_btn.btn_m.btn-lg:disabled,
.tsT_photo_tiles.pt1.pft .nImg .tsI_btn.btn_m.btn-lg:disabled, .tsT_photo_tiles.pt2 .yHero .tsI_btn.btn_m.btn-lg:disabled,
.tsT_photo_tiles.pt2 .nImg .tsI_btn.btn_m.btn-lg:disabled,
.tsT_photo_tiles.pt .yHero .tsI_btn.btn_m.btn-lg:disabled,
.tsT_photo_tiles.pt .nImg .tsI_btn.btn_m.btn-lg:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.full_width_content .tsT_gallery.g1.large .tsI_hd, .full_width_content .tsT_parallax.large .tsI_hd, .full_width_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.75em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1.05em;
}
.full_width_content .tsT_gallery.g1.large .tsI_sh, .full_width_content .tsT_parallax.large .tsI_sh, .full_width_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: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.full_width_content .tsT_gallery.g1.large .tsI_dsc, .full_width_content .tsT_parallax.large .tsI_dsc, .full_width_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.125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_gallery.g1.medium .tsI_hd, .full_width_content .tsT_parallax.medium .tsI_hd, .full_width_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.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.full_width_content .tsT_gallery.g1.medium .tsI_sh, .full_width_content .tsT_parallax.medium .tsI_sh, .full_width_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.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_gallery.g1.medium .tsI_dsc, .full_width_content .tsT_parallax.medium .tsI_dsc, .full_width_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: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}

.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.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.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.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.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.2857142857em;
}

.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.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
}
.section_content .tsT_gallery.g1.small .tsI_hd, .section_content .tsT_parallax.small .tsI_hd, .section_content .tsT_video.small .tsI_hd {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.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.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.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.2857142857em;
}

/*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;
}

/*SYSTEM FONTS*/
.tsC.single-hdr.Great-Vibes h1, .tsC.single-hdr.Great-Vibes h2, .tsC.single-hdr.Great-Vibes h3, .tsC.single-hdr.Great-Vibes h4, .tsC.single-hdr.Great-Vibes h5, .tsC.single-hdr.Great-Vibes h6, .tsC.single-hdr.Great-Vibes dt, .tsC.single-hdr.Great-Vibes th, .tsC.single-hdr.Lobster-1-3 h1, .tsC.single-hdr.Lobster-1-3 h2, .tsC.single-hdr.Lobster-1-3 h3, .tsC.single-hdr.Lobster-1-3 h4, .tsC.single-hdr.Lobster-1-3 h5, .tsC.single-hdr.Lobster-1-3 h6, .tsC.single-hdr.Lobster-1-3 dt, .tsC.single-hdr.Lobster-1-3 th, .tsC.single-hdr.Pacifico h1, .tsC.single-hdr.Pacifico h2, .tsC.single-hdr.Pacifico h3, .tsC.single-hdr.Pacifico h4, .tsC.single-hdr.Pacifico h5, .tsC.single-hdr.Pacifico h6, .tsC.single-hdr.Pacifico dt, .tsC.single-hdr.Pacifico th, .tsC.single-hdr.Parisienne h1, .tsC.single-hdr.Parisienne h2, .tsC.single-hdr.Parisienne h3, .tsC.single-hdr.Parisienne h4, .tsC.single-hdr.Parisienne h5, .tsC.single-hdr.Parisienne h6, .tsC.single-hdr.Parisienne dt, .tsC.single-hdr.Parisienne th, .tsC.single-hdr.Satisfy h1, .tsC.single-hdr.Satisfy h2, .tsC.single-hdr.Satisfy h3, .tsC.single-hdr.Satisfy h4, .tsC.single-hdr.Satisfy h5, .tsC.single-hdr.Satisfy h6, .tsC.single-hdr.Satisfy dt, .tsC.single-hdr.Satisfy th, .tsC.single-hdr.Yellowtail h1, .tsC.single-hdr.Yellowtail h2, .tsC.single-hdr.Yellowtail h3, .tsC.single-hdr.Yellowtail h4, .tsC.single-hdr.Yellowtail h5, .tsC.single-hdr.Yellowtail h6, .tsC.single-hdr.Yellowtail dt, .tsC.single-hdr.Yellowtail th {
  text-transform: none !important;
}

/*FEATURE FONT//////////////////////////*/
/*SINGLE STYLE, NORMAL*/
.tsC.single-feat .tsB .tsB_hd span,
.tsC.single-feat .tsI .tsI_hd,
.tsC.single-feat .tsI .tsI__sh {
  font-weight: normal !important;
}

/*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: 600;
}
.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: 600;
}
.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: 8px 16px;
}

.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 {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 1009;
}

.tsH_wrp {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tsH #access {
  display: table-cell;
  width: 70%;
}
.tsH .menu {
  margin: 0;
  padding: 0 160px 0 8px;
  display: table;
}
.tsH .menu.align-left {
  text-align: left;
  padding: 0 160px 0 8px;
}
.tsH .menu.align-left .sf-menu > li > ul.sub-menu {
  min-width: 100%;
  padding: 16px 16px 8px 0;
}
.tsH .menu.align-left .sub-menu li {
  padding-left: 8px;
  white-space: nowrap;
}
.tsH .menu.align-center {
  text-align: center;
  padding: 0 80px;
}
.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: 16px 8px 8px;
}
.tsH .menu.align-center .sub-menu li {
  white-space: nowrap;
}
.tsH .menu.align-right {
  text-align: right;
  padding: 0 8px;
  float: right;
}
.tsH .menu.align-right .sf-menu > li > ul.sub-menu {
  min-width: 150%;
  right: 0;
  padding: 16px 0 8px 16px;
}
.tsH .menu.align-right .sub-menu li {
  padding-right: 8px;
  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: 32px;
  -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: 500px;
  overflow: auto;
}
.tsH .menu .sf-menu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  padding-top: 0;
}
.tsH .menu > ul {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0;
}
.tsH .menu > ul > li {
  display: inline-block;
  position: relative;
}
.tsH .menu > ul > li a {
  display: block;
  padding: 12px 8px;
}
.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: 4px 8px;
}
.tsH .menu > ul > .menu-item-has-children > a:after {
  content: " -";
  font-family: "tsi-cms";
  font-size: 90%;
}

.tsF {
  position: relative;
}
.tsF_section {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.tsF_section.copyright {
  padding: 16px 8px 8px;
}
.tsF_section.bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px 56px 8px 16px;
}
.tsF_navTrig {
  display: none;
}
.tsF_navTrig:before {
  font-family: "tsi-cms";
  content: "a";
  vertical-align: middle;
  font-weight: 400;
}
.tsF_copyright, .tsF_logo {
  font-size: 0.5625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
  display: block;
  float: left;
  font-style: normal;
  margin: 0;
  padding: 0 8px;
  width: 50%;
}
.tsF_address {
  text-align: right;
}
.tsF_logo {
  text-align: right;
  line-height: 0;
}
.tsF_logo img {
  max-width: none;
}

.yLNav {
  position: relative;
  overflow: hidden;
}
.yLNav .tsC {
  padding-left: 56px;
  padding-right: 56px;
}
.yLNav .tsF {
  padding-right: 56px;
}
.yLNav .tsF_section.bottom {
  padding: 8px 16px;
}
.yLNav .section .tsB.nCol {
  margin-left: -56px;
  margin-right: -56px;
}
.yLNav .full_width_content .tsT_banner.b1 .tsI_wrp {
  padding: 0 56px;
}

.tsL {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 224px;
  margin-top: 0;
  right: -168px;
  z-index: 1008;
}
.tsL .tsB_hd {
  display: none;
}
.tsL nav,
.tsL nav a:before,
.tsL nav a span {
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1);
}
.tsL nav {
  position: relative;
  padding: 48px 24px 16px;
  overflow: auto;
}
.tsL nav.stick {
  position: fixed;
  top: 0;
}
.tsL nav a {
  font-size: 0.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 600;
  vertical-align: baseline;
  position: relative;
}
.tsL nav a span {
  opacity: 0;
  visibility: hidden;
}
.tsL nav a:before {
  border-radius: 8px;
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
  opacity: 0.5;
}
.tsL nav a.active:before {
  opacity: 1;
}
.tsL nav a:hover:before {
  opacity: 1;
}
.tsL:hover {
  right: 0;
}
.tsL:hover a span {
  opacity: 1;
  visibility: visible;
  width: auto;
}

.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;
  bottom: 0;
  z-index: 400;
  left: -100%;
  padding: 16px 16px 0;
  width: 40%;
}
.tsM_bdy {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tsM_sec {
  padding: 16px 32px 16px 16px;
}
.tsM.open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 7000;
}
.tsM.open .tsM_wrp {
  left: 0;
}
.tsM #access .menu {
  margin: 0;
  padding: 0;
}
.tsM #access .menu .sf-menu > li {
  margin: 16px 0;
}
.tsM #access .menu .sf-menu > li > a:first-of-type {
  font-weight: 600;
}
.tsM #access .menu > ul ul {
  margin: 0 0 8px;
}
.tsM #access .menu ul {
  font-size: 0.875rem;
  padding: 0 0 0 8px;
}
.tsM #access .menu ul a {
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  outline: 0;
  padding: 8px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

#_the_logo {
  display: table-cell;
  width: 30%;
}
#_the_logo .logo {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#_the_logo .logo-slot {
  display: table-cell;
}
#_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;
}
#_the_logo .logo .align-left {
  text-align: left;
}
#_the_logo .logo .align-center {
  text-align: center;
}
#_the_logo .logo .align-right {
  text-align: right;
}
#_the_logo .logo img {
  display: inline-block;
}

.tsH #_the_logo a {
  display: inline-block;
  line-height: 1px;
}
.tsH #_the_logo img {
  max-height: 3em;
}
.tsH #_the_logo .logo-variation-header .slot-type-text {
  padding: 16px 16px;
  line-height: 1.2;
}
.tsH #_the_logo .logo-variation-mobile .slot-type-text {
  padding: 8px;
  line-height: 100%;
}

.tsF #_the_logo .logo {
  display: block;
  margin: 0;
  line-height: 0;
}
.tsF #_the_logo .logo .slot-type-text {
  padding: 8px 16px;
  line-height: 100%;
}
.tsF #_the_logo .logo .slot-type-image {
  padding: 16px;
}
.tsF #_the_logo .logo .slot-type-image img {
  max-height: 40px;
}

#_the_logo .logo-variation-header {
  display: block;
}
#_the_logo .logo-variation-header .logo-slot {
  float: left;
}
#_the_logo .logo-variation-mobile {
  display: none;
}

.tsSC {
  padding: 0 16px;
  width: 100%;
  float: left;
}

.tsCntct {
  float: right;
  width: 50%;
  display: inline-block;
}
.tsCntct .tsCntct_list {
  font-size: 100%;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  margin: 4px 0;
}
.tsCntct .tsCntct_list li {
  display: inline-block;
  margin: 0;
}
.tsCntct .tsCntct_list li a:before {
  font-size: 130%;
  padding: 0 4px 0 0;
  vertical-align: middle;
}
.tsCntct_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);
}
.tsCntct_mdl {
  margin: 0 auto;
  padding: 16px 0 0;
  position: absolute;
  top: -100%;
  left: 10%;
  right: 10%;
  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 li {
  padding: 4px 8px;
}
.tsCntct_multi li a {
  display: block;
  position: relative;
  padding-right: 48px;
}
.tsCntct_multi li a:before {
  font-size: 100%;
  line-height: inherit;
  position: absolute;
  right: 8px;
}
.tsCntct_multi .tsAddress {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
  padding: 32px 8px 8px;
}
.tsCntct_multi .tsPhone {
  font-size: 0.6875em;
  margin-top: 0.2727272727em;
  margin-bottom: 0.2727272727em;
  line-height: 1.3636363636em;
  margin: 0;
  margin-left: 8px;
}
.tsCntct_mdl_list {
  overflow: auto;
  padding: 16px;
  max-height: 60vh;
}
.tsCntct_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 16px 16px;
  margin-bottom: 0;
}

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

.social-media-links {
  font-size: 100%;
}
.social-media-links li {
  display: inline-block;
}
.social-media-links li a:before {
  font-family: "tsi-cms";
  font-size: 100%;
  vertical-align: middle;
}

.tsSC .social-media-links {
  float: left;
  width: 50%;
  display: inline-block;
  margin: 4px 0;
}
.tsSC .social-media-links a {
  border-radius: 2px;
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  border-radius: 2px;
  font-weight: 400;
  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 {
  display: inline-block;
  text-align: right;
  float: right;
  margin: 0;
}
.tsF .social .social-media-links li {
  line-height: 1;
}
.tsF .social .social-media-links li a {
  border-radius: 2px;
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  border-radius: 2px;
  font-weight: 400;
  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-box;
  display: -moz-box;
  display: box;
  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: 2px;
  line-height: 1;
}
.tsM .social-media-links li a {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
  font-weight: 400;
  display: block;
  text-transform: initial;
}
.tsM .social-media-links li a:hover, .tsM .social-media-links li a:focus {
  outline: 0;
}
.tsM .social-media-links li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.full_width_content .tsT_galleries .slick-wrap {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px 16px;
}
.full_width_content .tsT_galleries .slick-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.section_content .tsT_galleries .tsI_img.emptytag {
  display: none !important;
}
.section_content .tsT_galleries.large.not_well .tsI {
  margin-bottom: 40px;
}
.section_content .tsT_galleries.well .tsI_txt {
  width: 100%;
  padding: 24px 24px 32px;
}
.section_content .tsT_galleries.well.small .tsI.yImg .tsI_txt {
  padding-top: 8px;
}
.section_content .tsT_galleries.well.small .yHero.yImg .tsI_txt {
  padding-top: 16px;
}
.section_content .tsT_galleries.well.medium .yHero.yImg .tsI_txt {
  padding-top: 16px;
}
.section_content .tsT_galleries.well .tsI.nHds.nDsc .tsI_img {
  margin-bottom: 0 !important;
}
.section_content .tsT_galleries.well .tsI.nHds.nDsc .tsI_txt {
  display: none;
}

.content .tsT_galleries.well.small .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content .tsT_galleries.well.small .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.content .tsT_galleries.well.medium .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content .tsT_galleries.well.medium .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.content .tsT_galleries.well.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content .tsT_galleries.well.large .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_galleries.well.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_galleries.well.large .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_galleries.well.small .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_galleries.well.small .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_galleries.well.medium .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_galleries.well.medium .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_article.a1.well .tsI_txt {
  padding: 16px 32px 24px;
  width: 100%;
}
.section_content .tsT_article.a1.well .tsI.nHds.nDsc .tsI_img {
  margin-bottom: 0 !important;
}
.section_content .tsT_article.a1.well .tsI.nHds.nDsc .tsI_txt {
  display: none;
}

.content .w988 .tsT_article.a1.large.well .tsI {
  margin-bottom: 80px;
}
.content .w988 .tsT_article.a1.large.well .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.content .w988 .tsT_article.a1.large.well .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.content .tsT_article.well.medium .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content .tsT_article.well.medium .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a1.large .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 79.0892114422%;
  margin-left: 9.9248790425%;
  margin-bottom: 80px;
  float: none;
}
.full_width_content .tsT_article.a1.large .tsI:first-of-type {
  margin-top: 64px;
}
.full_width_content .tsT_article.a1.not_well.large .tsI.yImg .tsI_txt {
  padding: 24px 0 0;
}
.full_width_content .tsT_article.a1.well.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.full_width_content .tsT_article.a1.well.large .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a1.well.medium .nHero .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_article.a1.well.medium .nHero .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a1.well.small .yHero .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_article.a1.well.small .yHero .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a1.well.medium .yHero .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.full_width_content .tsT_article.a1.well.medium .yHero .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_article.a2.not_well .tsI_hds {
  padding-bottom: 16px;
}
.section_content .tsT_article.a2.well .tsI_txt {
  padding: 16px 32px 24px;
  width: 100%;
}
.section_content .tsT_article.a2.well .tsI.yHds .tsI_hds {
  padding: 16px 32px;
  width: 100%;
}
.section_content .tsT_article.a2.well.medium .tsI.yImg .tsI_img {
  padding-bottom: 16px;
}
.section_content .tsT_article.a2.well.large .tsI.yImg .tsI_img {
  padding-bottom: 16px;
}
.section_content .tsT_article.a2.well .tsI.yImg.nDsc .tsI_img {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: auto;
}
.section_content .tsT_article.a2.well .tsI.yImg.nDsc .tsI_txt {
  display: none;
}
.section_content .tsT_article.a2.well .tsI.yImg.nDsc .tsI_btn {
  margin-top: 0;
}
.section_content .tsT_article.a2.well .tsI.nImg.yHds.yDsc .tsI_hds {
  padding-bottom: 0;
}
.section_content .tsT_article.a2.well .tsI.nImg.yHds.yDsc .tsI_txt {
  padding-top: 0;
}
.section_content .tsT_article.a2.well .tsI.nImg.nHds .tsI_txt {
  padding-top: 24px;
}
.section_content .tsT_article.a2 .tsI.nDsc .tsI_txt {
  display: none;
}
.section_content .tsT_article.a2 .tsI.nHds .tsI_hds {
  display: none;
}

.content .w988 .tsT_article.a2.large.well .tsI {
  margin-bottom: 64px;
}
.content .w988 .tsT_article.a2.large.well .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.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: 32px;
}
.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;
}
.section_content .tsT_article.a2.well.medium .tsI.yImg .tsI_img {
  padding-bottom: 16px;
}
.section_content .tsT_article.a2.well.large .tsI.yImg .tsI_img {
  padding-bottom: 16px;
}
.full_width_content .tsT_article.a2.large .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 79.0892114422%;
  margin-left: 9.9248790425%;
  margin-bottom: 64px;
}
.full_width_content .tsT_article.a2.large .tsI:first-of-type {
  margin-top: 64px;
}
.full_width_content .tsT_article.a2.not_well.large .tsI.yImg .tsI_txt {
  padding: 24px 0 0;
}
.full_width_content .tsT_article.a2.well.large .tsI {
  margin-bottom: 64px;
}
.full_width_content .tsT_article.a2.well.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.full_width_content .tsT_article.a2.well.large .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a2.well.large .nImg .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}
.full_width_content .tsT_article.a2.well.large .nImg .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a2.well.medium .nHero .tsI_txt, .full_width_content .tsT_article.a2.well.medium .nHero .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_article.a2.well.medium .nHero .tsI_txt::after, .full_width_content .tsT_article.a2.well.medium .nHero .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a2.well.small .yHero .tsI_txt, .full_width_content .tsT_article.a2.well.small .yHero .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_article.a2.well.small .yHero .tsI_txt::after, .full_width_content .tsT_article.a2.well.small .yHero .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_article.a2.well.medium .yHero .tsI_txt, .full_width_content .tsT_article.a2.well.medium .yHero .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_article.a2.well.medium .yHero .tsI_txt::after, .full_width_content .tsT_article.a2.well.medium .yHero .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_article.a3.large .tsS.not_well {
  margin-bottom: 40px;
}

.section_content .tsT_article.a3 .tsI_txt_wrp {
  display: table;
  width: 100%;
}
.section_content .tsT_article.a3 .tsI_txt {
  width: 100%;
}
.section_content .tsT_article.a3 .tsI_hd {
  margin-top: 0;
}
.section_content .tsT_article.a3.well.small .tsI_txt_wrp {
  padding: 24px;
}
.section_content .tsT_article.a3.well.medium .tsI_txt_wrp {
  padding: 48px 32px 32px;
}
.section_content .tsT_article.a3.well.large .tsI_txt_wrp {
  padding: 32px;
}
.section_content .tsT_article.a3.well .tsI.nHds.nDsc.nImg.nAct .tsI_txt_wrp {
  padding: 0;
}

.content .w988 .tsT_article.a3.large.well .tsI {
  margin-bottom: 64px;
}
.content .w988 .tsT_article.a3.large.well .tsI_txt_wrp {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
}
.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;
}
.section_content .tsT_article.a3.small .tsI_img {
  width: 100%;
}
.section_content .tsT_article.a3.medium .tsI.mod_left .tsI_img, .section_content .tsT_article.a3.large .tsI.mod_left .tsI_img {
  float: left;
  margin-bottom: 0 !important;
}
.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;
  margin-bottom: 0 !important;
}
.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_left .tsI_img {
  width: 33.3333333333%;
  margin-right: 16px;
}
.section_content .tsT_article.a3.medium .tsI.mod_right .tsI_img {
  width: 33.3333333333%;
  margin-left: 16px;
}
.section_content .tsT_article.a3.large .tsI.mod_left .tsI_img {
  width: 41.6666666667%;
  margin-right: 32px;
}
.section_content .tsT_article.a3.large .tsI.mod_right .tsI_img {
  width: 41.6666666667%;
  margin-left: 32px;
}
.section_content .tsT_article.a3.well .tsI.nHds.nDsc.nImg.nAct .tsI_txt_wrp {
  padding: 0;
}

.full_width_content .tsT_article.a3.large .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 79.0892114422%;
  margin-left: 9.9248790425%;
  margin-bottom: 64px;
}
.full_width_content .tsT_article.a3.large .tsI:first-of-type {
  margin-top: 64px;
}
.full_width_content .tsT_article.a3.well.large .tsI_txt_wrp {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
}
.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;
}
.full_width_content .tsT_banner.b1.nCol .tsI_txt_wrp {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_banner.b1.nCol .tsI_txt_wrp::after {
  clear: both;
  content: "";
  display: table;
}

.section .tsT_banner.b1 {
  padding: 0;
}
.section .tsT_banner.b1 .tsR {
  clear: both;
  float: left;
  width: 100%;
}
.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 {
  position: relative;
}
.section .tsT_banner.b1 .tsI_wrp {
  height: 100%;
  padding: 0;
}
.section .tsT_banner.b1 .tsI_cptn {
  width: 100%;
  padding: 16px 24px;
}
.section .tsT_banner.b1 .tsI_txt {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-height: 100%;
}
.section .tsT_banner.b1 .tsI.txt_center .tsI_txt_wrp {
  padding: 32px 24px;
}
.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 {
  display: table-cell;
  width: 66.666666%;
  vertical-align: middle;
}
.section .tsT_banner.b1 .tsI.txt_right .tsI_btn_wrp, .section .tsT_banner.b1 .tsI.txt_left .tsI_btn_wrp {
  display: table-cell;
  width: 33.333333%;
  vertical-align: middle;
  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.nCol .tsI {
  width: 100%;
  margin: 0;
}
.section .tsT_banner.b1.nCol .tsI_txt {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 95.7558781088%;
}
.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: 40px;
}
.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;
}

.section_content .tsT_banner.b1.xsmall.small .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_banner.b1.xsmall.small .tsI_btn:hover, .section_content .tsT_banner.b1.xsmall.small .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_banner.b1.xsmall.small .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_banner.b1.small .tsI_btn, .section_content .tsT_banner.b1.medium .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.section_content .tsT_banner.b1.small .tsI_btn:hover, .section_content .tsT_banner.b1.small .tsI_btn:focus, .section_content .tsT_banner.b1.medium .tsI_btn:hover, .section_content .tsT_banner.b1.medium .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_banner.b1.small .tsI_btn:disabled, .section_content .tsT_banner.b1.medium .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_banner.b1.large .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.section_content .tsT_banner.b1.large .tsI_btn:hover, .section_content .tsT_banner.b1.large .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_banner.b1.large .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section .tsT_buttons.btn1 .tsI_btn {
  border: 1px solid;
  width: 100%;
}
.section .tsT_buttons.btn1 .tsI_btn.btn-xs, .section .tsT_buttons.btn1 .tsI_btn.btn-sm, .section .tsT_buttons.btn1 .tsI_btn.btn-md, .section .tsT_buttons.btn1 .tsI_btn.btn-lg {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.section .tsT_buttons.btn1 .tsI_btn.btn-xs:hover, .section .tsT_buttons.btn1 .tsI_btn.btn-xs:focus, .section .tsT_buttons.btn1 .tsI_btn.btn-sm:hover, .section .tsT_buttons.btn1 .tsI_btn.btn-sm:focus, .section .tsT_buttons.btn1 .tsI_btn.btn-md:hover, .section .tsT_buttons.btn1 .tsI_btn.btn-md:focus, .section .tsT_buttons.btn1 .tsI_btn.btn-lg:hover, .section .tsT_buttons.btn1 .tsI_btn.btn-lg:focus {
  outline: 0;
}
.section .tsT_buttons.btn1 .tsI_btn.btn-xs:disabled, .section .tsT_buttons.btn1 .tsI_btn.btn-sm:disabled, .section .tsT_buttons.btn1 .tsI_btn.btn-md:disabled, .section .tsT_buttons.btn1 .tsI_btn.btn-lg:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section .tsT_buttons.btn1 .tsI.btn_nHero {
  background: transparent;
}
.section .tsT_buttons.btn1 .tsI.btn_nHero .tsI_btn {
  background: transparent;
  box-shadow: none;
}
.section .tsT_buttons.btn1 .tsI.btn_yHero .tsI_btn {
  border-color: transparent;
}
.section_content .tsT_card.c1.large .tsI_hd, .section_content .tsT_card.c1.medium .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.section_content .tsT_card.c1.large .tsI_sh, .section_content .tsT_card.c1.medium .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_card.c1.small .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.section_content .tsT_card.c1.small .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

.section_content .section .tsT_card.c1.c1.well .tsI_txt {
  width: 100%;
  padding: 24px 32px 24px;
}

.w736 .tsT_card.c1.large .tsI .tsI_wrp, .w652 .tsT_card.c1.large .tsI .tsI_wrp, .w988 .tsT_card.c1.large .tsI .tsI_wrp, .full_width_content .tsT_card.c1.large .tsI .tsI_wrp, .full_width_content .tsT_card.c1.medium .yHero .tsI_wrp {
  display: table;
  width: 100%;
}
.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 {
  display: table-cell;
  width: 33.33333333%;
  vertical-align: top;
}
.w736 .tsT_card.c1.large .tsI .tsI_txt, .w652 .tsT_card.c1.large .tsI .tsI_txt, .w988 .tsT_card.c1.large .tsI .tsI_txt, .full_width_content .tsT_card.c1.large .tsI .tsI_txt, .full_width_content .tsT_card.c1.medium .yHero .tsI_txt {
  width: 100%;
}
.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 {
  display: table-cell;
  width: 66.666666666%;
  margin-bottom: 0 !important;
  vertical-align: top;
}
.w736 .tsT_card.c1.large .tsI .tsI_btn.btn, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.w736 .tsT_card.c1.large .tsI .tsI_btn.btn:hover, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn:hover, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn:hover, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn:hover, .w736 .tsT_card.c1.large .tsI .tsI_btn.btn:focus, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn:focus, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn:focus, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn:focus, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn:focus {
  outline: 0;
}
.w736 .tsT_card.c1.large .tsI .tsI_btn.btn:disabled, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn:disabled, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn:disabled, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn:disabled, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.w736 .tsT_card.c1.large .tsI .tsI_btn.btn_w, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn_w, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn_w, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn_w, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn_w {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.w736 .tsT_card.c1.large .tsI .tsI_btn.btn_w:hover, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn_w:hover, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn_w:hover, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn_w:hover, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn_w:hover, .w736 .tsT_card.c1.large .tsI .tsI_btn.btn_w:focus, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn_w:focus, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn_w:focus, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn_w:focus, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn_w:focus {
  outline: 0;
}
.w736 .tsT_card.c1.large .tsI .tsI_btn.btn_w:disabled, .w652 .tsT_card.c1.large .tsI .tsI_btn.btn_w:disabled, .w988 .tsT_card.c1.large .tsI .tsI_btn.btn_w:disabled, .full_width_content .tsT_card.c1.large .tsI .tsI_btn.btn_w:disabled, .full_width_content .tsT_card.c1.medium .yHero .tsI_btn.btn_w:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_card.c1 .tsI_img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 !important;
}
.section_content .tsT_card.c1 .tsI_img.notie {
  display: none !important;
}
.section_content .tsT_card.c1 .tsI_hd {
  margin-left: -16px;
  margin-right: -16px;
}
.section_content .tsT_card.c1 .tsI_txt {
  text-align: center;
}
.section_content .tsT_card.c1 .tsI_sh {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section_content .tsT_card.c1 .tsI_btn.btn_nw {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.section_content .tsT_card.c1 .tsI.yHds .tsI_hds:after {
  border-bottom: 3px solid;
  content: " ";
  display: block;
  margin: 16px auto;
  width: 5em;
}
.section_content .tsT_card.c1.small .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_card.c1.small .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_card.c1.medium .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_card.c1.medium .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_card.c1.large .yImg .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_card.c1.large .yImg .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_card.c1.large .nImg .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_card.c1.large .nImg .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_card.c1.not_well .tsI_txt_wrp {
  border: 1px solid;
}
.section_content .tsT_card.c1.not_well.small .tsI_txt_wrp {
  padding: 16px 24px 24px;
}
.section_content .tsT_card.c1.not_well.small .yImg .tsI_txt_wrp {
  margin-top: 4px;
  padding-bottom: 28px;
}
.section_content .tsT_card.c1.not_well.medium .tsI_txt_wrp {
  padding: 24px 32px 32px;
  margin-top: 8px;
}
.section_content .tsT_card.c1.not_well.medium .yImg .tsI_txt_wrp {
  margin-top: 8px;
}
.section_content .tsT_card.c1.not_well.large .tsI .tsI_txt_wrp {
  padding: 32px 32px 48px;
}
.section_content .tsT_card.c1.not_well.large .tsI.img_right .tsI_txt_wrp {
  margin-left: 4px;
}
.section_content .tsT_card.c1.not_well.large .tsI.img_left .tsI_txt_wrp, .section_content .tsT_card.c1.not_well.large .tsI.img_center .tsI_txt_wrp {
  margin-right: 4px;
}
.section_content .tsT_card.c1.well.large .img_right.tsI .tsI_btn.btn_well,
.section_content .tsT_card.c1.well.large .img_left.tsI .tsI_btn.btn_well,
.section_content .tsT_card.c1.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.c1.well.small .nHds.nDsc.yLk .tsI_txt, .section_content .tsT_card.c1.well.medium .nHds.nDsc.yLk .tsI_txt {
  display: none;
}
.section_content .tsT_card.c1.well.small .nHds.nDsc.yLk .tsI_btn, .section_content .tsT_card.c1.well.medium .nHds.nDsc.yLk .tsI_btn {
  border-top-width: 0;
}
.section_content .tsT_card.c1.well.large .nImg.nHds.nDsc.yLk .tsI_txt {
  display: none;
}
.section_content .tsT_card.c1.well.large .nImg.nHds.nDsc.yLk .tsI_btn {
  border-top-width: 0;
}
.section_content .tsT_card.c1 .nHds.nDsc.nLk .tsI_txt_wrp {
  display: none;
}
.section_content .tsT_card.c1.not_well.large .tsI.nImg.img_right .tsI_txt_wrp, .section_content .tsT_card.c1.not_well.large .tsI.nImg.img_left .tsI_txt_wrp, .section_content .tsT_card.c1.not_well.large .tsI.nImg.img_center .tsI_txt_wrp {
  margin: 0;
}
.section_content .w652 .tsT_card.c1.well.large .tsI.yImg .tsI_txt,
.section_content .w736 .tsT_card.c1.well.large .tsI.yImg .tsI_txt {
  padding: 24px 24px 32px;
}
.section_content .w652 .tsT_card.c1.not_well.large .tsI.yImg .tsI_txt_wrp,
.section_content .w736 .tsT_card.c1.not_well.large .tsI.yImg .tsI_txt_wrp {
  padding: 16px 16px 24px;
}

/* PROMOS TYOGRAPHY */
.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.5em;
  margin-bottom: 0.25em;
  line-height: 1.05em;
}
.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.75em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.0714285714em;
}
.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.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn,
.w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:hover, .full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:focus,
.w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:hover,
.w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:focus {
  outline: 0;
}
.full_width_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:disabled,
.w988 .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_hd,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_sh,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_sh {
  font-size: 1.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_dsc,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:hover, .full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:focus,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:hover,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:focus {
  outline: 0;
}
.full_width_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:disabled,
.w988 .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_hd, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_hd {
  font-size: 2.25em;
  margin-top: 0.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_sh, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_sh {
  font-size: 1.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_dsc, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:hover, .content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:focus, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:hover, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:focus {
  outline: 0;
}
.content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_btn:disabled, .content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_hd, .section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_sh, .section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_dsc {
  font-size: 0.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
  max-width: 100%;
}
.section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_btn:hover, .section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_gallery.g2.xsmall.small .slick-slides .tsI.nImg .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_hd {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_sh {
  font-size: 0.6875em;
  margin-top: 0.2727272727em;
  margin-bottom: 0.2727272727em;
  line-height: 1.3636363636em;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_btn:hover, .section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.nImg .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_btn:hover, .section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section_content .tsT_gallery.g1 {
  padding: 0;
}
.section_content .tsT_gallery.g1 .tsI {
  margin: 0;
  position: relative;
  width: 100%;
}
.section_content .tsT_gallery.g1 .tsI.nImg .tsI_cptn {
  background: none;
}
.section_content .tsT_gallery.g1 .tsI_img {
  display: block;
  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 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  display: block;
}
.section_content .tsT_gallery.g1 .tsI_txt {
  position: relative;
  width: 100%;
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 80px 32px;
}
.section_content .tsT_gallery.g1 .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_gallery.g1 .scrollbar-outer {
  margin-bottom: 48px;
}

.section_content .tsT_gallery.g1.small .tsI_txt {
  padding: 16px 16px 24px;
}
.section_content .tsT_gallery.g1.small .slick-prev,
.section_content .tsT_gallery.g1.small .slick-next {
  border-radius: 0;
  margin: 0;
  padding: 4px 16px;
  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: 20px;
  line-height: 20px;
}
.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: 16px 0 0;
}
.section_content .tsT_gallery.g1.small .slick-dots li button {
  padding: 2px 4px;
  width: 10px;
}
.section_content .tsT_gallery.g1.small .slick-dots li.slick-active button, .section_content .tsT_gallery.g1.small .slick-dots li:hover button {
  padding: 4px 4px 2px;
}
.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: 5px;
  top: -10px;
}
.section_content .tsT_gallery.g1.small .scrollbar-outer {
  margin-bottom: 29px;
}

.content .tsT_gallery.g1 {
  margin-bottom: 24px;
}

.section_content .tsT_gallery.g2 {
  padding: 0;
}
.section_content .tsT_gallery.g2 .slick-wrap {
  opacity: 0;
  height: 0;
}
.section_content .tsT_gallery.g2 .slick-wrap.slides-init {
  opacity: 1;
  height: auto;
}
.section_content .tsT_gallery.g2 .tsI_cptn {
  max-height: 100%;
  position: absolute;
}
.section_content .tsT_gallery.g2 .tsI_txt {
  padding: 16px 24px 32px;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI {
  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 {
  width: 100%;
  bottom: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_txt {
  display: block;
  width: 100%;
  max-width: 75.25em;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.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_wrp {
  padding-top: 8%;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn {
  padding: 32px;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn .tsI_txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn .tsI_bdg {
  position: absolute;
  z-index: 10;
  left: 48%;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_cptn.caption-show .tsI_txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_txt {
  text-align: left;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_hd {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
  margin-top: 0;
  margin-bottom: 0;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.section_content .tsT_gallery.g2 .slick-slides .tsI.yImg .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
  width: 100%;
}
.section_content .tsT_gallery.g2 .slick-nav {
  background: none;
  padding: 16px 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: 24px;
  top: 24px;
  width: 48px;
}
.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: 8px 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_nav .tsI_img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav .tsI_cptn {
  text-align: center;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav .tsI_txt {
  padding: 12% 8px 8px;
  text-align: center;
  width: 100%;
}
.section_content .tsT_gallery.g2 .slick-nav .tsI_nav .tsI_dsc {
  max-width: 100%;
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 0.1875;
  margin-bottom: 0.1875;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_cptn {
  padding: 16px 16px 48px;
}
.section_content .tsT_gallery.g2.small .slick-slides .tsI.yImg .tsI_txt {
  width: 100%;
  max-width: 100%;
  padding: 16px 16px 32px;
}
.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: 4px 16px;
  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_txt, .section_content .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_txt {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 62.4225447755%;
  margin: 0 auto;
}
.section_content .tsT_gallery.g2.medium .slick-slides .tsI.yImg .tsI_bdg, .section_content .tsT_gallery.g2.large .slick-slides .tsI.yImg .tsI_bdg {
  bottom: 16px;
}
.section_content .tsT_gallery.g2.medium .slick-slides .tsI.nImg .tsI_txt, .section_content .tsT_gallery.g2.large .slick-slides .tsI.nImg .tsI_txt {
  padding: 16px 80px 32px;
}

.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.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.section_content .tsT_list.l1.small .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.section_content .tsT_list.l1.medium .tsI_hd {
  font-size: 1.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.section_content .tsT_list.l1.medium .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.section_content .tsT_list.l1.large .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.section_content .tsT_list.l1.large .tsI_sh {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}

.section_content .tsT_list.l1 .tsR {
  clear: both;
  display: table;
  margin-bottom: 40px;
}

.section_content .tsT_list.l1 .tsI {
  display: table;
  table-layout: fixed;
  counter-increment: step-counter;
  margin-bottom: 1px;
}
.section_content .tsT_list.l1 .tsI_num {
  text-align: center;
  display: table-cell;
  font-size: 150%;
  vertical-align: top;
  width: 64px;
  padding: 16px 0;
}
.section_content .tsT_list.l1 .tsI_num .tsI_hd {
  min-width: 1.5em;
  display: inline-block;
  text-align: center;
  margin-top: 0;
}
.section_content .tsT_list.l1 .tsI_wrp {
  display: table-cell;
  width: 95%;
  vertical-align: top;
  table-layout: fixed;
  text-align: left;
}
.section_content .tsT_list.l1 .tsI_txt_wrp {
  display: table-cell;
  text-align: left;
  padding: 16px;
  width: 100%;
}
.section_content .tsT_list.l1 .tsI_img {
  background: rgba(0, 0, 0, 0.1);
  display: table-cell;
  margin-bottom: 0 !important;
  vertical-align: top;
  width: 20%;
}
.section_content .tsT_list.l1.small .tsI_img, .section_content .tsT_list.l1.small .tsI_txt_wrp {
  display: block;
  width: 100%;
}
.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;
}

.section_content .tsT_list.l2.large .tsS.not_well {
  margin-bottom: 40px;
}

.section_content .tsT_list.l2 .tsI_txt_wrp {
  display: table;
  table-layout: auto;
  width: 100%;
  text-align: left;
}
.section_content .tsT_list.l2 .tsI_txt {
  display: table-cell;
  vertical-align: top;
}
.section_content .tsT_list.l2 .tsI_img, .section_content .tsT_list.l2 .tsI_num {
  padding: 8px;
  width: 80px;
}
.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);
}
.section_content .tsT_list.l2 .tsI_txt {
  text-align: left;
}
.section_content .tsT_list.l2.not_well .tsI_txt_wrp {
  margin: 0 -8px;
}
.section_content .tsT_list.l2.not_well.small .tsI_txt_wrp {
  padding: 8px 0;
}
.section_content .tsT_list.l2.not_well.medium .tsI_txt_wrp {
  padding: 16px 0;
}
.section_content .tsT_list.l2.not_well.large .tsI_txt_wrp {
  padding: 16px 0;
}
.section_content .tsT_list.l2.well.small .tsI_txt_wrp {
  padding: 24px;
}
.section_content .tsT_list.l2.well.medium .tsI_txt_wrp {
  padding: 32px;
}
.section_content .tsT_list.l2.well.large .tsI_txt_wrp {
  padding: 32px;
}

.content .w988 .tsT_list.l2.large.well .tsI {
  margin-bottom: 64px;
}
.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 .tsI_txt_wrp {
  padding: 16px;
}
.section_content .tsT_list.l2 .tsI_txt {
  padding: 8px;
}
.section_content .tsT_list.l2 .tsI_img, .section_content .tsT_list.l2 .tsI_num {
  padding: 8px;
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_list.l2.large .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 64px;
  }
  .full_width_content .tsT_list.l2.large .tsI:first-of-type {
    margin-top: 64px;
  }
  .full_width_content .tsT_list.l2.well.large .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px;
  }
  .full_width_content .tsT_list.l2.well.large .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
.section_content .tsT_list.l2.small .tsI_num, .section_content .tsT_list.l2.medium .tsI_num {
  font-size: 2.25em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1em;
}
.section_content .tsT_list.l2.small .tsI_hd, .section_content .tsT_list.l2.medium .tsI_hd {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}
.section_content .tsT_list.l2.small .tsI_sh, .section_content .tsT_list.l2.medium .tsI_sh {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}
.section_content .tsT_list.l2.small .tsI_dsc, .section_content .tsT_list.l2.medium .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.section_content .tsT_list.l2.large .tsI_num {
  font-size: 3em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1em;
}
.section_content .tsT_list.l2.large .tsI_hd {
  font-size: 1.125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}
.section_content .tsT_list.l2.large .tsI_sh {
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3125em;
}
.section_content .tsT_list.l2.large .tsI_dsc {
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.3125em;
}

.section_content .tsT_menu.m1.large .tsS.not_well {
  margin-bottom: 40px;
}

.section_content .tsT_menu.m1 .tsI_txt_wrp {
  display: table;
  table-layout: auto;
  width: 100%;
  text-align: left;
  padding: 16px;
}
.section_content .tsT_menu.m1 .tsI_txt {
  display: table-cell;
  vertical-align: top;
}
.section_content .tsT_menu.m1 .tsI_img {
  display: table-cell;
  margin-bottom: 0 !important;
  padding: 8px;
  width: 80px;
  vertical-align: top;
}
.section_content .tsT_menu.m1 .tsI_hd {
  margin-top: 0;
}
.section_content .tsT_menu.m1.not_well .tsI_txt_wrp {
  margin: 0 -8px;
}
.section_content .tsT_menu.m1.not_well.small .tsI_txt_wrp {
  padding: 8px 0;
}
.section_content .tsT_menu.m1.not_well.medium .tsI_txt_wrp {
  padding: 16px 0;
}
.section_content .tsT_menu.m1.not_well.large .tsI_txt_wrp {
  padding: 16px 0;
}
.section_content .tsT_menu.m1.well.small .tsI_txt_wrp {
  padding: 24px;
}
.section_content .tsT_menu.m1.well.medium .tsI_txt_wrp {
  padding: 32px;
}
.section_content .tsT_menu.m1.well.large .tsI_txt_wrp {
  padding: 32px;
}

@media print, screen and (min-width: 1025px) {
  .content .w988 .tsT_menu.m1.large.well .tsI {
    margin-bottom: 64px;
  }
  .content .w988 .tsT_menu.m1.large.well .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 24px;
  }
  .content .w988 .tsT_menu.m1.large.well .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media print, screen and (min-width: 1025px) {
  .full_width_content .tsT_menu.m1.large .tsI {
    margin-left: 2.1220609456%;
    margin-right: 2.1220609456%;
    width: 79.0892114422%;
    margin-left: 9.9248790425%;
    margin-bottom: 64px;
  }
  .full_width_content .tsT_menu.m1.large .tsI:first-of-type {
    margin-top: 64px;
  }
  .full_width_content .tsT_menu.m1.well.large .tsI_txt_wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px;
  }
  .full_width_content .tsT_menu.m1.well.large .tsI_txt_wrp::after {
    clear: both;
    content: "";
    display: table;
  }
}
.section_content .tsT_menu.m1.xsmall.small .tsI_hd {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}
.section_content .tsT_menu.m1.xsmall.small .tsI_sh {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}
.section_content .tsT_menu.m1.small .tsI_hd {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}
.section_content .tsT_menu.m1.small .tsI_sh {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
}
.section_content .tsT_menu.m1.medium .tsI_hd, .section_content .tsT_menu.m1.large .tsI_hd {
  font-size: 1.125em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}
.section_content .tsT_menu.m1.medium .tsI_sh, .section_content .tsT_menu.m1.large .tsI_sh {
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3125em;
}

.section_content .tsT_menu.m2 .tsI {
  margin-bottom: 24px;
}
.section_content .tsT_menu.m2 .tsI_txt_wrp {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  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: table;
  table-layout: fixed;
  width: 100%;
}
.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 {
  display: table-cell;
  padding: 2.6666666667px 8px;
  text-align: left;
  width: 60%;
  padding: 3.3333333333px 8px 4.6666666667px 0;
}
.section_content .tsT_menu.m2 .tsI_sh {
  border-radius: 2px;
  display: table-cell;
  padding: 3.3333333333px 8px 4.6666666667px;
  font-weight: 600;
  text-align: center;
  width: 40%;
}
.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: 8px;
}
.section_content .tsT_menu.m2.large .tsI_hds {
  padding-bottom: 8px;
}
.section_content .tsT_menu.m2.not_well .tsI {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 24px;
}
.section_content .tsT_menu.m2.not_well .tsI_hds {
  padding-bottom: 8px;
}
.section_content .tsT_menu.m2.not_well.large .tsI {
  margin-bottom: 40px;
}
.section_content .tsT_menu.m2.well .tsI_hds {
  padding: 8px 32px;
  width: 100%;
}
.section_content .tsT_menu.m2.well .tsI_hds_wrp {
  border-bottom: 1px solid;
}
.section_content .tsT_menu.m2.well .tsI_txt {
  width: 100%;
  padding: 16px 32px 24px;
}
.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 .tsI_txt {
  padding-top: 24px;
}
.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;
}

.content .w988 .tsT_menu.m2.large.well .tsI {
  margin-bottom: 64px;
}
.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: 32px;
  padding-bottom: 48px;
}
.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;
}
.section_content .tsT_menu.m2 .tsI_hd {
  max-width: 60%;
}
.section_content .tsT_menu.m2 .tsI_sh {
  max-width: 40%;
}
.full_width_content .tsT_menu.m2.large .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 79.0892114422%;
  margin-left: 9.9248790425%;
  margin-bottom: 64px;
  float: none;
}
.full_width_content .tsT_menu.m2.large .tsI:first-of-type {
  margin-top: 64px;
}
.full_width_content .tsT_menu.m2.not_well.large .tsI {
  margin-bottom: 64px;
}
.full_width_content .tsT_menu.m2.not_well.large .tsI_txt, .full_width_content .tsT_menu.m2.not_well.large .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_menu.m2.not_well.large .tsI_txt::after, .full_width_content .tsT_menu.m2.not_well.large .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_menu.m2.not_well.large .tsI_txt {
  padding-top: 32px;
  padding-bottom: 48px;
}
.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.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 .tsI_img {
  margin-bottom: 0 !important;
}
.full_width_content .tsT_menu.m2.well .tsI.nHds.nDsc .tsI_txt {
  padding: 0;
}

.section_content .tsT_menu.m3 .tsI_wrp {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section_content .tsT_menu.m3 .tsI_txt {
  display: table-cell;
  width: 70%;
}
.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: 3.3333333333px 8px 4.6666666667px 0;
}
.section_content .tsT_menu.m3 .tsI_sh {
  display: table-cell;
  border-radius: 2px;
  margin-left: auto;
  padding: 3.3333333333px 8px 4.6666666667px;
  font-weight: 600;
  text-align: center;
  width: 30%;
}
.section_content .tsT_menu.m3 .tsI_hd {
  margin-top: 0;
}
.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: 16px 32px;
}
.section_content .tsT_menu.m3 .tsI_txt {
  padding: 0 8px 0 0;
}
.section_content .tsT_menu.m3.small .tsI_sh {
  width: 33.3333333333%;
  display: block;
  float: left;
}
.section_content .tsT_menu.m3.small .tsI_txt {
  width: 66.6666666667%;
  display: block;
  float: left;
}
.section_content .tsT_menu.m3.medium .tsI_sh {
  width: 25%;
  display: block;
  float: left;
}
.section_content .tsT_menu.m3.medium .tsI_txt {
  width: 75%;
  display: block;
  float: left;
}
.section_content .tsT_menu.m3.large .tsI_sh {
  width: 16.6666666667%;
  display: block;
  float: left;
}
.section_content .tsT_menu.m3.large .tsI_txt {
  width: 83.3333333333%;
  display: block;
  float: left;
}
.section_content .tsT_menu.m3.not_well .tsI.nDsc.nAct {
  margin-bottom: 8px;
}
.section_content .tsT_menu.m3.well .tsI {
  margin-bottom: 1px;
}
.section_content .tsT_menu.m3.well .tsI_wrp {
  padding: 8px 16px;
}
.full_width_content .tsT_menu.m3.large .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 79.0892114422%;
  margin-left: 9.9248790425%;
}
.full_width_content .tsT_menu.m3.large .tsI:first-of-type {
  margin-top: 64px;
}
.full_width_content .tsT_menu.m3.well.large .tsI_wrp {
  padding: 16px 32px;
}
.section .tsT_parallax {
  padding: 0;
  position: relative;
  z-index: 1;
}
.section .tsT_parallax .tsB {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section .tsT_parallax .tsB::after {
  clear: both;
  content: "";
  display: table;
}
.section .tsT_parallax .tsI {
  margin: 0;
  width: 100%;
  height: 800px;
  position: relative;
}
.section .tsT_parallax .tsI_wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  overflow: auto;
  width: 100%;
}
.section .tsT_parallax .tsI_cptn {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 8% 24px 32px;
  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%;
  max-height: 100%;
}
.section .tsT_parallax .tsI.yImg .tsI_wrp {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

.section_content .tsT_photo_grid.large.not_well .tsI,
.section_content .tsT_photo_tiles.pt1.large.not_well .tsI {
  margin-bottom: 40px;
}
.section_content .tsT_photo_grid .tsI,
.section_content .tsT_photo_tiles.pt1 .tsI {
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#26000000);
  position: relative;
}
.section_content .tsT_photo_grid .tsI_img,
.section_content .tsT_photo_tiles.pt1 .tsI_img {
  padding-bottom: 0;
}
.section_content .tsT_photo_grid .tsI_img img,
.section_content .tsT_photo_tiles.pt1 .tsI_img img {
  margin: 0 !important;
}
.section_content .tsT_photo_grid .tsI_cptn,
.section_content .tsT_photo_tiles.pt1 .tsI_cptn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  overflow: auto;
  z-index: 1;
}
.section_content .tsT_photo_grid .tsI_hds,
.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_grid .tsI_hd,
.section_content .tsT_photo_tiles.pt1 .tsI_hd {
  max-width: auto;
}
.section_content .tsT_photo_grid .tsI_sh,
.section_content .tsT_photo_tiles.pt1 .tsI_sh {
  max-width: auto;
}
.section_content .tsT_photo_grid .tsI_txt,
.section_content .tsT_photo_tiles.pt1 .tsI_txt {
  padding: 8px 24px 16px;
}
.section_content .tsT_photo_grid .tsI.yHero .tsI_cptn, .section_content .tsT_photo_grid .tsI.nImg .tsI_cptn,
.section_content .tsT_photo_tiles.pt1 .tsI.yHero .tsI_cptn,
.section_content .tsT_photo_tiles.pt1 .tsI.nImg .tsI_cptn {
  top: 0;
}
.section_content .tsT_photo_grid .tsI.yHero .tsI_txt, .section_content .tsT_photo_grid .tsI.nImg .tsI_txt,
.section_content .tsT_photo_tiles.pt1 .tsI.yHero .tsI_txt,
.section_content .tsT_photo_tiles.pt1 .tsI.nImg .tsI_txt {
  padding: 32px;
}
.section_content .tsT_photo_grid .tsI.yImg .tsI_img.ieframe,
.section_content .tsT_photo_tiles.pt1 .tsI.yImg .tsI_img.ieframe {
  margin-bottom: 0 !important;
}
.section_content .tsT_photo_grid .tsI.yImg .tsI_img.emptytag,
.section_content .tsT_photo_tiles.pt1 .tsI.yImg .tsI_img.emptytag {
  display: none !important;
}
.section_content .tsT_photo_grid .tsI.nLk.nHds .tsI_cptn, .section_content .tsT_photo_grid .tsI.nLk.nHds .tsI_txt,
.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.pt2 {
  padding: 0;
}
.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:last-of-type {
  padding-bottom: 16px;
}
.section_content .tsT_photo_tiles.pt2 + .tsT_photo_tiles.pt2 .tsR {
  padding-top: 0;
}

.section_content .tsT_photo_tiles.pt2 .tsI {
  overflow: hidden;
}
.section_content .tsT_photo_tiles.pt2 .tsI_wrp {
  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;
  width: 100%;
  max-height: 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;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section_content .tsT_photo_tiles.pt2 .tsI_txt {
  display: block;
  padding: 8px 24px 16px;
  overflow: auto;
}
.section_content .tsT_photo_tiles.pt2 .tsI_dsc_wrp {
  display: none;
}
.section_content .tsT_photo_tiles.pt2 .tsI_bdg_wrp {
  bottom: 16px;
  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 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  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;
  display: block;
  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 {
  display: block;
  max-width: 100%;
  text-align: left;
  overflow: auto;
  margin: 0;
  padding: 16px 24px 64px;
}
.section_content .tsT_photo_tiles.pt2 .tsI_cptn.caption-show .tsI_bdg {
  font-size: 100%;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yImg.nHero .tsI_txt .tsI_bdg_wrp {
  position: static;
}
.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: 48px 0;
}
.section_content .tsT_photo_tiles.pt2 .tsI.yHero .tsI_cptn, .section_content .tsT_photo_tiles.pt2 .tsI.nImg .tsI_cptn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  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: 8px 32px;
}
.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;
}

.tsT_photo_tiles.pt2.tsB .tsI:only-of-type {
  width: 100%;
  border-bottom: none;
  margin-top: -1px;
}
.tsT_photo_tiles.pt2.tsB .tsI:only-of-type.yDsc:hover .tsI_txt {
  display: none;
}
.tsT_photo_tiles.pt2.tsB .tsI:only-of-type.yDsc:hover .tsI_dsc_wrp {
  display: block;
}
.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);
}

.ie .section_content .tsT_photo_tiles.pt2 .tsI {
  display: block;
}

.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.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.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.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.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.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.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.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.tsT_photo_tiles.pt2.tCol_3 .tsI {
  width: 33.333333%;
  margin: 0;
}
.tsT_photo_tiles.pt2.tCol_3 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_3 .yHero.tsI .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.tsT_photo_tiles.pt2.tCol_3 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_3 .yHero.tsI .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.tsT_photo_tiles.pt2.tCol_2 .tsI {
  width: 50%;
  margin: 0;
}
.tsT_photo_tiles.pt2.tCol_2 .nImg.tsI .tsI_hd, .tsT_photo_tiles.pt2.tCol_2 .yHero.tsI .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.tsT_photo_tiles.pt2.tCol_2 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_2 .yHero.tsI .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.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.3333333333em;
  margin-bottom: 0.3333333333em;
  line-height: 1.1666666667em;
}
.tsT_photo_tiles.pt2.tCol_1 .nImg.tsI .tsI_sh, .tsT_photo_tiles.pt2.tCol_1 .yHero.tsI .tsI_sh {
  font-size: 1.125em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3333333333em;
}
.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.5em;
  margin-bottom: 0.25em;
  line-height: 1.05em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI:only-of-type .tsI_sh {
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1.0625em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI:only-of-type p {
  font-size: 1.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3333333333em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_hd {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn:hover, .section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_tiles.pt2 .yImg.nHero .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.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.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.section_content .tsT_photo_sheet .tsI_dsc {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.section_content .tsT_photo_sheet .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsT_photo_sheet .tsI_btn:hover, .section_content .tsT_photo_sheet .tsI_btn:focus {
  outline: 0;
}
.section_content .tsT_photo_sheet .tsI_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.full_width_content .tsT_photo_sheet .tsR {
  max-width: 75.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px 16px;
}
.full_width_content .tsT_photo_sheet .tsR::after {
  clear: both;
  content: "";
  display: table;
}

.section_content .tsT_photo_sheet .tsS {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.section_content .tsT_photo_sheet .tsI {
  display: block;
  float: left;
  margin-bottom: 32px;
  width: 100%;
}
.section_content .tsT_photo_sheet .tsI_wrp {
  display: inline-block;
  width: 100%;
}
.section_content .tsT_photo_sheet .tsI_img {
  position: relative;
}
.section_content .tsT_photo_sheet .tsI_bdg {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.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: 40px;
}

.section_content .tsT_photo_sheet.well .tsI.nDsc.nHds .tsI_img {
  margin: 0 !important;
}
.section_content .tsT_photo_sheet.well .tsI.yDsc .tsI_txt, .section_content .tsT_photo_sheet.well .tsI.yHds .tsI_txt {
  padding: 4px 8px 12px;
}

@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;
  }
}
.section_content .tsT_plugin.large.not_well .tsI {
  margin-bottom: 40px;
}
.section_content .tsT_plugin.well .tsI_txt {
  width: 100%;
  padding: 48px;
}

.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;
}
.section_content .tsT_plugin.well.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_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;
}
.section_content .tsB .tsPosts {
  margin-left: -1.5915457092%;
  margin-right: -1.5915457092%;
}
.section_content .tsB .tsPosts .tsI.type-post {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  transform: translate3d(0, 0, 0);
}
.section_content .tsB .tsPosts .tsI.type-post: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.type-post .tsI_hd {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
  min-height: 64px;
  margin: 0 0 16px;
  padding: 16px 0;
}
.section_content .tsB .tsPosts .tsI.type-post .tsI_hd span {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0 16px;
}
.section_content .tsB .tsPosts .tsI.type-post .tsI_hd span::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsB .tsPosts .tsI.type-post .tsI_hd span a {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.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.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  padding: 0 16px;
}
.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.type-post .tsI_dsc {
  padding-bottom: 16px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-content {
  margin-bottom: auto;
}
.section_content .tsB .tsPosts .tsI.type-post .post-content img {
  height: auto;
}
.section_content .tsB .tsPosts .tsI.type-post .read-more {
  margin-top: auto;
}
.section_content .tsB .tsPosts .tsI.type-post .read-more span {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .tsB .tsPosts .tsI.type-post .read-more span:hover, .section_content .tsB .tsPosts .tsI.type-post .read-more span:focus {
  outline: 0;
}
.section_content .tsB .tsPosts .tsI.type-post .read-more span:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsB .tsPosts .tsI.type-post .post-categories {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.section_content .tsB .tsPosts .tsI.type-post .post-categories:before {
  content: "c";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.section_content .tsB .tsPosts .tsI.type-post .post-categories li {
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 4px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-categories li a {
  padding-right: 4px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-categories li:not(:last-child):after {
  content: "|";
  opacity: 0.5;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  min-height: 32px;
  padding: 8px 0;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-footer-title {
  display: none;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-tags {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-tags:before {
  content: "C";
  font-family: "tsi-cms";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-tags::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-tags li {
  font-size: 0.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 4px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-tags li a {
  padding-right: 4px;
}
.section_content .tsB .tsPosts .tsI.type-post .post-footer .post-tags li:not(:last-child):after {
  content: "|";
  opacity: 0.5;
}
.section_content .tsT_blog .tsI {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.section_content .tsT_blog .single-post {
  -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-box;
  display: -moz-box;
  display: box;
  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: 3.375em;
  margin-top: 0.5em;
  margin-bottom: 0.2777777778em;
  line-height: 1.0555555556em;
}
.section_content .tsT_blog .single-post .tsI_sh {
  font-size: 0.625em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  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: 4px;
}
.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;
}
.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-right: 4px;
}
.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: 4px;
}
.section_content .tsT_blog .single-post .tsI_sh .cat-list .post-categories li:not(:last-child):after {
  content: "|";
  opacity: 0.5;
  padding-right: 4px;
}
.section_content .tsT_blog .single-post .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.section_content .tsT_blog .single-post .post-content-wrp {
  padding: 96px 32px 96px;
}
.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: 16px;
}
.section_content .tsT_blog .single-post .read-more {
  margin-top: auto;
}
.section_content .tsT_blog .single-post .read-more span {
  font-size: inherit;
  display: inline-block;
}
.section_content .tsT_blog .single-post .read-more span:hover, .section_content .tsT_blog .single-post .read-more span:focus {
  outline: 0;
}
.section_content .tsT_blog .single-post .read-more span:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .tsT_blog .single-post .post-footer-title {
  display: none;
}
.section_content .tsT_blog .single-post .post-tags {
  font-size: 100%;
}
.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.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2em;
  border-radius: 2px;
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
}
.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 .post-pagination {
  border-top: 1px solid;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.section_content .post-pagination .post-btn {
  display: table-cell;
  width: 33%;
}
.section_content .post-pagination .post-btn a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  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;
  padding: 8px 16px;
}
.section_content .post-pagination .post-btn a:before, .section_content .post-pagination .post-btn a:after {
  color: inherit;
  display: inline-block;
  font-family: "tsi-cms";
  padding: 0 8px;
  font-size: 150%;
  line-height: 3;
}
.section_content .post-pagination .post-btn.prev {
  text-align: left;
  padding-right: 2px;
}
.section_content .post-pagination .post-btn.prev a {
  -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;
  padding-right: 16px;
}
.section_content .post-pagination .post-btn.prev a:before {
  content: "<";
}
.section_content .post-pagination .post-btn.back {
  padding: 8px 32px;
  text-align: center;
  border-right: 1px solid;
}
.section_content .post-pagination .post-btn.next {
  text-align: right;
}
.section_content .post-pagination .post-btn.next a {
  padding-left: 16px;
}
.section_content .post-pagination .post-btn.next a:after {
  content: ">";
}

.section_content .tsB .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 .single-post .post-content-wrp {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 70.7558781088%;
  margin: 0 auto;
}

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 16px;
}

ul.gform_fields {
  list-style: none;
  margin: -16px;
  padding: 0;
}

li.gfield {
  clear: both;
  overflow: auto;
  padding: 0 16px 16px;
}

.ginput_container span {
  margin-bottom: 8px;
}
.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%;
}
.ginput_container input,
.ginput_container textarea {
  margin: 2px;
}

label.gfield_label {
  display: inline-block;
  padding-bottom: 8px;
}
.left_label label.gfield_label {
  float: left;
  width: 25%;
}
.right_label label.gfield_label {
  float: right;
  width: 25%;
}

.gfield_required {
  padding-left: 4px;
}

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

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

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 16px;
}

.gf_progressbar_wrapper {
  padding-bottom: 16px;
}

.gf_progressbar {
  background: gray;
}

.gf_progressbar_percentage {
  background: red;
  padding: 4px 8px;
  text-align: right;
}

.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm {
  display: inline;
  display: inline-block;
}

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

.gfield_time_ampm {
  vertical-align: top;
}

.validation_error {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 16px;
}

li.gfield.gfield_error {
  background: #FFDFE0;
  margin-bottom: 16px;
  padding-top: 16px;
}
li.gfield.gfield_error label.gfield_label {
  font-weight: bold;
}
li.gfield .validation_message {
  font-weight: bold;
  margin-top: 8px;
}

.gform_validation_container {
  display: none;
}

.ginput_full {
  display: block;
}
.ginput_full input, .ginput_full select, .ginput_full textarea {
  margin-bottom: 4px;
  width: 100%;
}
.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding-right: 8px;
  width: 50%;
}
.ginput_left input, .ginput_left select, .ginput_left textarea {
  margin-bottom: 4px;
  width: 100%;
}
.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}
.ginput_right input, .ginput_right select, .ginput_right textarea {
  margin-bottom: 4px;
  width: 100%;
}
.ginput_right label {
  display: block;
}

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

li.gf_left_half {
  clear: none;
  float: left;
  padding-right: 8px;
  padding-bottom: 8px;
  width: 50%;
}

li.gf_right_half {
  clear: none;
  float: right;
  padding-bottom: 8px;
  width: 50%;
}

li.gf_left_third {
  clear: none;
  float: left;
  padding-right: 8px;
  padding-bottom: 8px;
  width: 33%;
}

li.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 8px;
  padding-bottom: 8px;
  width: 34%;
}

li.gf_right_third {
  clear: none;
  float: right;
  padding-bottom: 8px;
  width: 33%;
}

li.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 8px;
  padding-bottom: 8px;
  width: 25%;
}

li.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 8px;
  padding-bottom: 8px;
  width: 25%;
}

li.gf_third_quarter {
  clear: none;
  float: left;
  padding-bottom: 8px;
  width: 25%;
}

li.gf_fourth_quarter {
  clear: none;
  float: right;
  padding-bottom: 8px;
  width: 25%;
}

@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%;
  }
}
.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 8px;
  width: 50%;
}

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

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

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

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

@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%;
  }
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 16px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

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

.gfield_label {
  font-size: 0.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
  padding-top: 16px;
}

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

.ginput_container input {
  font-weight: 600;
  padding: 8px 0;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid;
  border-width: 0 0 3px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.ginput_container textarea,
.ginput_container input {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}

.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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 {
  border: 1px solid;
  border-width: 0 0 3px;
  height: 7em;
}

.ginput_container select {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}

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

.ginput_container input,
.ginput_container select {
  height: 40px;
}

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

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  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: auto;
}
.gfield_time_hour i,
.gfield_time_minute i,
.gfield_time_ampm i {
  font-style: normal;
  font-weight: bold;
}

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

.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;
}

.ginput_container_name {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  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;
}
.ginput_container_name span {
  -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%;
}
.ginput_container_name .name_first {
  padding-right: 8px;
}
.ginput_container_name .name_last {
  padding-left: 8px;
}

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

.ginput_container textarea {
  height: auto;
}

.gform_button {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  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;
  border: none;
}
.gform_button:hover, .gform_button:focus {
  outline: 0;
}
.gform_button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

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

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

.gform_button.disabled,
.gform_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;
}

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

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

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

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

.validation_error {
  padding: 8px 16px;
  margin-bottom: 16px;
  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: 8px;
}

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

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

.gform_confirmation_message {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
  text-align: center;
}

#gforms_confirmation_message {
  padding: 8px 16px;
  margin-bottom: 16px;
  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;
}

.gallery-row {
  padding: 16px 0;
}

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

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

.gfield_list {
  table-layout: auto;
}
.gfield_list td {
  border: none;
}

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: 8px;
  background-size: 2em 2em;
  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;
}

.section_content .tsT_article.a1 .b2b-location.wide, .section_content .tsT_plugin .b2b-location.wide {
  all: inherit;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section_content .tsT_article.a1 .b2b-location.wide .b2b-location-canvas, .section_content .tsT_plugin .b2b-location.wide .b2b-location-canvas {
  display: table-cell;
  height: 540px;
}
.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;
  display: table-cell;
  font-family: inherit;
  height: 540px;
}
.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 {
  padding: 0;
  height: auto;
  min-height: 540px;
  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;
  min-height: 540px;
}
.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: 16px 32px 16px 16px;
}
.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.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.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.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3333333333em;
}
.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.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  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 {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.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.show-details li, .section_content .tsT_plugin .b2b-location.wide .b2b-location-items-container .b2b-location-items.show-details li {
  padding: 32px;
}
.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: 1.125em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  line-height: 1.6666666667em;
}
.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 {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  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: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 .b2b-form, .section_content .tsT_plugin .b2b-form {
  margin-left: -1.5915457092%;
  margin-right: -1.5915457092%;
}
.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 {
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 32px;
  height: 32px;
}
.section_content .tsT_article.a1 .b2b-form select, .section_content .tsT_plugin .b2b-form select {
  font-size: 90%;
}
.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 {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section_content .tsT_article.a1 .b2b-form .col-right textarea, .section_content .tsT_plugin .b2b-form .col-right textarea {
  height: 270px;
  margin-bottom: 8px;
}
.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.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
  display: inline-block;
  text-align: right;
}
.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: 8px 0 32px;
  margin-top: 16px;
}
.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.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
  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: right;
  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 {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.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: 48px;
}
.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 label,
.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 label,
.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 label,
.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 label,
.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 label,
.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 label,
.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%;
  float: left;
}
.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%;
}

.section_content .tsT_services.s1.not_well .tsI_hds {
  padding-bottom: 8px;
}
.section_content .tsT_services.s1.well .tsI_hds {
  width: 100%;
}
.section_content .tsT_services.s1.well .tsI_txt {
  width: 100%;
  padding: 24px 24px 24px;
}
.section_content .tsT_services.s1.well .tsI.yImg.yHd .tsI_hds {
  padding: 8px 24px;
}
.section_content .tsT_services.s1.well.medium .tsI.yImg .tsI_img {
  padding-bottom: 16px;
}
.section_content .tsT_services.s1.well.large .tsI.yImg .tsI_img {
  padding-bottom: 16px;
}
.section_content .tsT_services.s1.well.small .yHero.yImg .tsI_txt {
  padding-top: 16px;
}
.section_content .tsT_services.s1.well.medium .yHero.yImg .tsI_txt {
  padding-top: 16px;
}
.section_content .tsT_services.s1.well .tsI.yImg.nDsc .tsI_img {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.section_content .tsT_services.s1.well .tsI.yImg.nDsc .tsI_txt {
  display: none;
}
.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: 24px;
}

.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 48px;
}
.tsT_services.s1.s2 .ts_tabs {
  width: 100%;
  text-align: center;
  margin: 0;
}
.tsT_services.s1.s2 .ts_tabs li {
  margin: 0 2px;
  list-style: none;
  display: inline-block;
}
.tsT_services.s1.s2 .ts_tabs li a {
  padding: 16px 32px;
  display: inline-block;
  transition: all linear 0.15s;
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  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: 48px 16px 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 16px 48px;
}

.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;
}

.content .w988 .tsT_services.s1.large .tsI {
  margin-bottom: 64px;
}
.content .w988 .tsT_services.s1.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}
.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;
}
.full_width_content .tsT_services.s1.large .tsI {
  margin-left: 2.1220609456%;
  margin-right: 2.1220609456%;
  width: 79.0892114422%;
  margin-left: 9.9248790425%;
  margin-bottom: 64px;
}
.full_width_content .tsT_services.s1.large .tsI:first-of-type {
  margin-top: 64px;
}
.full_width_content .tsT_services.s1.well.large .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.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 .tsI.yImg .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_services.s1.well.medium .nHero .tsI.yImg .tsI_hds::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_services.s1.well.xsmall.small .yHero .tsI_txt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_services.s1.well.xsmall.small .yHero .tsI_txt::after {
  clear: both;
  content: "";
  display: table;
}
.full_width_content .tsT_services.s1.well.xsmall.small .yHero.yImg .tsI_hds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full_width_content .tsT_services.s1.well.xsmall.small .yHero.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.small .yHero.yImg .tsI .tsI_txt {
  padding-top: 16px;
}
.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;
}
.full_width_content .tsT_services.s2.large .yImg .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.full_width_content .tsT_services.s2.large .yImg .tsI_sh {
  font-size: 0.5625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_services.s2.large .yImg .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.full_width_content .tsT_services.s2.large .yImg .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  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.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.full_width_content .tsT_services.s2.large .nImg .tsI_sh {
  font-size: 0.5625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_services.s2.large .nImg .tsI_dsc {
  font-size: 1.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3333333333em;
}
.full_width_content .tsT_services.s2.large .nImg .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  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.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.content .tsT_services.s2.large .yImg .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.content .tsT_services.s2.large .yImg .tsI_dsc {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.content .tsT_services.s2.large .yImg .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  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.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.content .tsT_services.s2.large .nImg .tsI_sh {
  font-size: 0.5625em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.3333333333em;
}
.content .tsT_services.s2.large .nImg .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.content .tsT_services.s2.large .nImg .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  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;
}

.content .tsT_services.s2.xsmall.small .tsI_dsc {
  max-width: 100%;
}
.content .tsT_services.s2.xsmall.small .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  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.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}
.content .tsT_services.s2.small .tsI_sh {
  font-size: 0.75em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
.content .tsT_services.s2.small .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.content .tsT_services.s2.small .tsI_btn {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  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.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.content .tsT_services.s2.medium .tsI_sh {
  font-size: 0.6875em;
  margin-top: 0.2727272727em;
  margin-bottom: 0.2727272727em;
  line-height: 1.3636363636em;
}
.content .tsT_services.s2.medium .tsI_dsc {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.content .tsT_services.s2.medium .tsI_btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  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;
}

.section_content .section .tsT_services.s2 .tsI_wrp, .section_content .section .tsT_services.s2 .tsI_txt_wrp {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  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;
}

.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-box;
  display: -moz-box;
  display: box;
  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-box;
  display: -moz-box;
  display: box;
  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;
}

.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: -16px;
  margin-right: -16px;
}
.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: 16px 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: 16px 24px 24px;
}
.section_content .tsT_services.s2.not_well.small .yImg .tsI_txt_wrp {
  margin-top: 4px;
  padding-bottom: 28px;
}
.section_content .tsT_services.s2.not_well.medium .tsI_txt_wrp {
  padding: 24px 32px 32px;
  margin-top: 8px;
}
.section_content .tsT_services.s2.not_well.medium .yImg .tsI_txt_wrp {
  margin-top: 8px;
}
.section_content .tsT_services.s2.not_well.large .tsI .tsI_txt_wrp {
  padding: 32px 32px 48px;
}
.section_content .tsT_services.s2.not_well.large .tsI.img_right .tsI_txt_wrp {
  margin-left: 4px;
}
.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: 4px;
}
.section_content .tsT_services.s2.well.small .tsI_txt {
  padding: 16px 24px;
  margin-top: 8px;
}
.section_content .tsT_services.s2.well.medium .tsI_txt {
  padding: 24px 32px 32px;
  margin-top: 8px;
}
.section_content .tsT_services.s2.well.large .tsI_txt {
  padding: 32px 32px 48px;
}
.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: 24px 24px 32px;
}
.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: 16px 16px 24px;
}

.section_content .tsT_social_promos.large .tsI_hd, .section_content .tsT_social_promos.medium .tsI_hd {
  font-size: 1.5em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.125em;
}
.section_content .tsT_social_promos.large .tsI_sh, .section_content .tsT_social_promos.medium .tsI_sh {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .tsT_social_promos.small .tsI_hd {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .tsT_social_promos.small .tsI_sh {
  font-size: 0.875em;
  margin-top: 0.4285714286em;
  margin-bottom: 0.4285714286em;
  line-height: 1.2857142857em;
}

.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%;
}

.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%;
}

.content .tsT_social_promos.small .tsI_scl_icn {
  font-size: 400%;
}
.content .tsT_social_promos.medium .tsI_scl_icn {
  font-size: 600%;
}

.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: 40%;
  left: 0;
  right: 0;
  text-align: center;
}
.section_content .section .tsT_social_promos .tsI .tsI_btn.btn {
  font-size: 0.875em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.2857142857em;
  display: inline-block;
}
.section_content .section .tsT_social_promos .tsI .tsI_btn.btn:hover, .section_content .section .tsT_social_promos .tsI .tsI_btn.btn:focus {
  outline: 0;
}
.section_content .section .tsT_social_promos .tsI .tsI_btn.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .section .tsT_social_promos .tsI .tsI_btn.btn_w {
  font-size: 0.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  display: inline-block;
}
.section_content .section .tsT_social_promos .tsI .tsI_btn.btn_w:hover, .section_content .section .tsT_social_promos .tsI .tsI_btn.btn_w:focus {
  outline: 0;
}
.section_content .section .tsT_social_promos .tsI .tsI_btn.btn_w:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*="tel:"] .tsI_scl_icn {
  background-color: #F5B94C;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*="tel:"] .tsI_scl_icn:before {
  content: "A";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*="mailto:"] .tsI_scl_icn {
  background-color: #56C186;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*="mailto:"] .tsI_scl_icn:before {
  content: "L";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=facebook] .tsI_scl_icn {
  background-color: #3b5998;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=facebook] .tsI_scl_icn:before {
  content: "K";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=instagram] .tsI_scl_icn {
  background-color: #3e739d;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=instagram] .tsI_scl_icn:before {
  content: "I";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=twitter] .tsI_scl_icn {
  background-color: #4dc8f1;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=twitter] .tsI_scl_icn:before {
  content: "G";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=linkedin] .tsI_scl_icn {
  background-color: #0275b5;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=linkedin] .tsI_scl_icn:before {
  content: "J";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=flickr] .tsI_scl_icn {
  background-color: #0063DC;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=flickr] .tsI_scl_icn:before {
  content: "Z";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=pinterest] .tsI_scl_icn {
  background-color: #cb2028;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=pinterest] .tsI_scl_icn:before {
  content: "S";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=tumblr] .tsI_scl_icn {
  background-color: #274152;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=tumblr] .tsI_scl_icn:before {
  content: "F";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=google]:not([href*=plus]):not([href*=map]) .tsI_scl_icn {
  background-color: #4285F4;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=google]:not([href*=plus]):not([href*=map]) .tsI_scl_icn:before {
  content: "g";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*="plus.google"] .tsI_scl_icn {
  background-color: #d13f2d;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*="plus.google"] .tsI_scl_icn:before {
  content: "D";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=map] .tsI_scl_icn {
  background-color: #3DD2BD;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=map] .tsI_scl_icn:before {
  content: "M";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=foursquare] .tsI_scl_icn {
  background-color: #f94877;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=foursquare] .tsI_scl_icn:before {
  content: "O";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=vimeo] .tsI_scl_icn {
  background-color: #86c9ef;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=vimeo] .tsI_scl_icn:before {
  content: "V";
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=youtube] .tsI_scl_icn {
  background-color: #ce332d;
}
.section_content .section .tsT_social_promos .tsI_wrp[href*=youtube] .tsI_scl_icn:before {
  content: "N";
}

.section_content .tsT_social_promos.well .tsI_txt {
  width: 100%;
  padding: 24px 24px 24px;
}

.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-box;
  display: -moz-box;
  display: box;
  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-box;
  display: -moz-box;
  display: box;
  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%;
}
.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 .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;
}

.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);
  padding: 24px 24px 24px;
}
.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.img_right .tsI_txt_wrp {
  margin-left: 4px;
}
.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: 4px;
}
.section_content .tsT_social_promos.well.small .tsI_txt {
  padding-top: 8px;
  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;
  padding: 24px 24px 24px;
}
.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;
}

.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;
}
.section_content .tsT_testimonials .tsI_stars {
  font-size: 1em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  line-height: 1.3125em;
}
.section_content .tsT_testimonials .tsI_hd {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  line-height: 1.2857142857em;
}
.section_content .tsT_testimonials .tsI_sh {
  font-size: 0.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
}

.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: 64px;
  width: 64px;
  display: inline-block;
  margin-bottom: -32px;
  position: relative;
  z-index: 2;
}
.tsT_testimonials .tsI_hds {
  padding: 16px 0 16px;
  position: relative;
}
.tsT_testimonials .tsI_sh {
  margin: 0;
  padding: 0 8px;
  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: 28px;
}
.tsT_testimonials .tsI.nDsc .tsI_dsc {
  margin: 0;
}
.tsT_testimonials .tsI .review-link {
  font-size: 0.625em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  line-height: 1.2em;
  display: inline-block;
  padding: 8px 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:before {
  content: "“";
  display: block;
  line-height: 1;
  height: 40px;
  width: 40px;
  margin: 8px auto;
  text-align: center;
}
.tsT_testimonials .yDsc .tsI_cptn .tsI_dsc:before, .tsT_testimonials .yDsc .tsI_cptn .tsI_dsc:after {
  font-size: 500%;
}

.full_width_content .tsT_testimonials.medium .tsI_img, .full_width_content .tsT_testimonials.large .tsI_img {
  height: 64px;
  width: 64px;
  margin-bottom: -32px;
}
.full_width_content .tsT_testimonials.medium .tsI_hds, .full_width_content .tsT_testimonials.large .tsI_hds {
  padding-top: 36px;
}
.full_width_content .tsT_testimonials.well.small .yHero .tsI_img {
  height: 64px;
  width: 64px;
  margin-bottom: -32px;
}
.full_width_content .tsT_testimonials.well.small .yHero .tsI_hds {
  padding-top: 36px;
}
.full_width_content .tsT_testimonials.well.small .yHero .tsI_hd {
  margin: 0;
  padding: 0 8px 4px;
}
.full_width_content .tsT_testimonials.well.medium .yHero.tsI {
  padding-top: 0;
}
.full_width_content .tsT_testimonials.well.large .yHero.tsI {
  padding-top: 0;
}

.section_content .tsT_testimonials.small .nHero .tsI_dsc {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_testimonials.small .nHero .tsI_dsc::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_testimonials.small .yHero .tsI_dsc {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_testimonials.small .yHero .tsI_dsc::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_testimonials.medium .tsI_dsc, .section_content .tsT_testimonials.large .tsI_dsc {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_content .tsT_testimonials.medium .tsI_dsc::after, .section_content .tsT_testimonials.large .tsI_dsc::after {
  clear: both;
  content: "";
  display: table;
}
.section_content .tsT_testimonials.not_well .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: 16px;
}
.section_content .tsT_testimonials.well .tsI {
  border-top: 3px solid;
}
.section_content .tsT_testimonials.well .tsI .tsI_cptn {
  padding: 32px 32px 48px;
}
.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);
}
.section_content .tsT_testimonials.well .tsI .tsI_hds:before {
  border-width: 12px;
  margin-left: -12px;
}
.section_content .tsT_testimonials.not_well .nImg.nHds .tsI_hds {
  display: none;
}

.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: 32px;
}
.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: 32px;
  height: 32px;
  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.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.25em;
  margin: 16px 8px;
  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.4);
}
#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.2857142857em;
  margin: 16px 8px;
  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.4);
}
#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.2857142857em;
  margin: 16px 8px;
  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.4);
}
#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.2857142857em;
  margin: 16px 8px;
  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.4);
}
#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%;
  }
}
