a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  color: #404041;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
  font-size: 16px;
}
/*
font-family: "Archivo Black", sans-serif;
font-family: "museo-sans"; 500 700 900;
*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?5kbyq7");
  src: url("fonts/icomoon.eot?5kbyq7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5kbyq7") format("truetype"),
    url("fonts/icomoon.woff?5kbyq7") format("woff"), url("fonts/icomoon.svg?5kbyq7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  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;
}

.icon-angle-left:before {
  content: "\e903";
}
.icon-angle-right:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-youtube-play:before {
  content: "\e900";
}
.icon-youtube:before {
  content: "\e901";
}

@font-face {
  font-family: "icomoon2";
  src: url("fonts/icomoon2.eot?cytjzu");
  src: url("fonts/icomoon2.eot?cytjzu#iefix") format("embedded-opentype"), url("fonts/icomoon2.ttf?cytjzu") format("truetype"),
    url("fonts/icomoon2.woff?cytjzu") format("woff"), url("fonts/icomoon2.svg?cytjzu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-twitter,
.icon-instagram {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon2" !important;
  speak: none;
  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;
}

.icon-twitter:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e900";
}

p,
li,
figcaption {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.4em;
}
p {
  line-height: 25px;
}
figure {
  margin: 1em 0;
}
img {
  max-width: 100%;
}
ul {
  margin-left: 50px;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5em;
  line-height: 120%;
  font-weight: 500;
}

h1 {
  font-size: 30px;
  font-family: "Archivo Black", sans-serif;
}
h2 {
  font-size: 26px;
  font-family: "Archivo Black", sans-serif;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}

a {
  color: #73bd4c;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

.bizango_cms_content table {
  border-spacing: 0;
}
.bizango_cms_content th,
.bizango_cms_content td {
  border: 0.5px solid;
  padding: 10px;
  text-wrap: balance;  
}

#hero_frame {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#body_home #hero_frame {
  background-size: contain;
  /* padding-top: 18.9%; */
  margin-top: 173px;
  /* padding-top: calc(16% - 173px); */
  padding-top: 50px;
  /* padding-bottom: 12%; */
  padding-bottom: 8%;
  background-color: #f6f6f3;
}
#body_home .hero_frame_bg {
  background-size: cover;
  background-position: right center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
}
#body_home #hero_frame::after {
  content: "";
  background-image: linear-gradient(to right, rgb(252, 241, 246) 35%, rgba(252, 241, 246, 0.7) 45%, rgba(252, 241, 246, 0) 60%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero_text {
  width: 47.4%;
  margin-right: 6.2%;
}
#body_home .hero_text {
  max-width: 432px;
  position: relative;
  /* width: 38.7%; */
  width: 100%;
  z-index: 1;
}
.hero_text h1 {
  font-size: 50px;
  margin-bottom: 11px;
}
.hero_text h4 {
  letter-spacing: 0.2px;
}
.hero_text h1 strong {
  font-weight: normal;
  color: #7cc64d;
}
.bigangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 83px;
  background: url(/images/sites/tre/bigangle.png) bottom center;
}
#body_home .bigangle {
  z-index: 1;
}
.hero_text .this {
  margin-left: 47px;
  margin-top: -13px;
}
.hero_text .this img {
  vertical-align: middle;
  margin-right: 3px;
}
.hero_text .this a {
  color: #404041;
  font-family: "Archivo Black";
  font-size: 14px;
}
@media only screen and (min-width: 860px) {
  #body_home #hero_frame > .page_frame {
    margin-left: 140px;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1220px) {
  #body_home #hero_frame > .page_frame {
    margin-left: 12vw;
  }
}
@media only screen and (min-width: 2000px) {
  #body_home #hero_frame {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30vw;
  }
}
.page_frame {
  margin: 0px auto;
  position: relative;
  max-width: 1100px;
  padding-right: 5%;
  padding-left: 5%;
}

.one-col,
.two-col,
.three-col,
.four-col,
.five-col,
.six-col,
.seven-col,
.eight-col,
.nine-col,
.ten-col,
.eleven-col,
.twelve-col,
.thirteen-col,
.fourteen-col,
.fifteen-col {
  margin-right: 20px;
  margin-right: 1.818%;
  position: relative;
}
.one-col {
  width: 50px;
  width: 4.545%;
}
.two-col {
  width: 120px;
  width: 10.909%;
}
.push-two {
  margin-left: 12.7%;
}

.three-col {
  width: 190px;
  width: 17.272%;
}
.four-col {
  width: 260px;
  width: 23.636%;
}

.five-col {
  width: 330px;
  width: 30%;
}

.six-col {
  width: 400px;
  width: 36.363%;
}

.seven-col {
  width: 470px;
  width: 42.727%;
}

.eight-col {
  width: 540px;
  width: 49.09%;
}

.nine-col {
  width: 610px;
  width: 55.454%;
}

.ten-col {
  width: 680px;
  width: 61.818%;
}

.eleven-col {
  width: 750px;
  width: 68.181%;
}

.twelve-col {
  width: 820px;
  width: 74.545%;
}

.thirteen-col {
  width: 890px;
  width: 80.909%;
}

.fourteen-col {
  width: 960px;
  width: 87.272%;
}

.fifteen-col {
  width: 1030px;
  width: 93.636%;
}

.sixteen-col {
  width: 1100px;
  width: 100%;
  margin-right: 0;
}

/* NAV */
#nav_frame {
  position: relative;
  width: 100%;
  z-index: 999;
}
#body_home #nav_frame {
  background-color: #fcfcf7;
  position: absolute;
  width: 100%;
  top: 0;
}
#top_nav {
  height: 129px;
  background-color: #fcfaf6;
  box-shadow: inset 0 -8px 10px -10px rgba(0, 0, 0, 0.3);
}
#body_home #top_nav {
  background: transparent;
}
.ute_nav {
  margin: 0;
  list-style-type: none;
  float: right;
  margin-top: 38px;
}
.ute_nav li {
  float: left;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #83847f;
  font-size: 12px;
  font-weight: 700;
  vertical-align: text-top;
  margin-left: -2px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.ute_nav .social {
  font-size: 18px;
  margin-top: -4px;
  margin-left: -2px;
  margin-right: 11px;
}

.ute_nav li a {
  color: #83847f;
  vertical-align: middle;
}
#logo {
  display: block;
  height: 76px;
  width: 323px;
  position: absolute;
  left: -9px;
  right: 0;
  top: 22px;
  margin: 0 auto;
  background: url(/images/sites/tre/logo.svg) center center no-repeat;
  background-size: contain;
}
#nav {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 2px solid #7cc64d;
}
#nav .nav {
  margin-left: 13px;
}
ul.nav {
  z-index: 100;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.nav li {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.nav > li {
  padding: 0;
}
#nav .nav > li > a {
  display: inline-block;
  padding: 11px 20px 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #404041;
  letter-spacing: 1.4px;
}
#nav .nav > li > #nav_lyme-united {
  text-transform: none;
}
#nav a#nav_start {
  background-repeat: no-repeat;
  padding: 11px 36px 7px 60px !important;
  position: relative;
}
#nav a#nav_start:before {
  content: " ";
  background-image: url(/images/sites/tre/icon2.png);
  width: 16px;
  height: 14px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 35%;
}

#nav a#nav_start:hover:before,
#nav li.mega:hover > a#nav_start:before,
#nav a#nav_start.current:before {
  background-position: bottom center;
}
#nav li.mega:hover > a#nav_start {
  color: white !important;
  background-color: #96cf70;
}

#nav .nav > li > a:hover,
#nav a.current {
  color: white !important;
  background-color: #96cf70;
}
#nav a.current {
  padding: 11px 25px 7px !important;
}

ul.nav > li:hover .submenu {
  height: inherit;
  opacity: 1;
}
li .submenu {
  position: absolute;
  z-index: 1;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  left: 0;
  right: 0;
  width: 1100px;
  margin: 0 auto;
  border-top: 2px solid #7cc64d;
  transition: opacity 0.4s ease-in-out;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.4);
}

.submenu .left {
  background-color: #96cf70;
  display: table-cell;
  vertical-align: top;
  left: 0;
  bottom: 0;
  top: 0;
  width: 19%;
}
.submenu .left .container {
  padding: 47px 22px;
}
#nav .submenu .right {
  background-color: #faf8f5;
  width: 81%;
  display: table-cell;
  vertical-align: top;
}
.submenu .right .container {
  padding: 29px 34px 75px 53px;
}
.submenu .col-1 {
  width: 20%;
  float: left;
  text-align: left;
  border-right: 1px solid #e4e4e0;
  padding-right: 2%;
}
.submenu .col-2 {
  width: 25.2%;
  float: left;
  text-align: left;
  padding-left: 3.1%;
  padding-right: 2.4%;
  border-right: 1px solid #e4e4e0;
}
.submenu .col-3 {
  width: 43.7%;
  float: right;
  text-align: left;
}
.submenu .two-coco {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.submenu .left h5 {
  font-family: "Archivo Black", sans-serif;
  margin-top: 19px;
  color: #69a445;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
.submenu .right h4 {
  font-family: "Archivo Black", sans-serif;
  margin-left: -68px;
  margin-bottom: 20px;
}
.submenu .right h5 {
  text-transform: uppercase;
  color: #b1b2af;
  font-size: 14px;
  font-family: "Archivo Black", sans-serif;
  margin-bottom: 10px;
}
#nav .submenu .left a {
  font-family: "Archivo Black", sans-serif;
  display: block;
  text-align: center;
  color: white;
  padding: 10px 19px 9px;
  border-radius: 19px;
  border: 1px solid white;
  text-transform: initial;
  font-size: 20px;
  letter-spacing: 0;
  margin-left: -6px;
  margin-right: -6px;
}
.submenu .left a#free {
  background-color: #22bee6;
  margin-top: 27px;
}
#nav .submenu a {
  text-transform: inherit;
  letter-spacing: 0;
}
#nav .submenu .right a {
  color: #231f20;
  font-size: 14px;
}
#nav .submenu .right a:hover {
  color: #25b5e2;
  font-weight: 900;
}
#nav .submenu .right p {
  margin-bottom: -1px;
}

#mobile_nav {
  display: none;
}

.topfoot {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 43px 0 6px;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  background-image: url(/images/sites/tre/foot.gif);
}
.topfoot em {
  color: #166e85;
}
.topfoot img {
  margin-left: -6px;
  margin-top: -6px;
  margin-right: 9px;
}
#body_home .topfoot {
  background-image: url(/images/sites/tre/homefoot.gif);
}
#footer {
  background: #373334;
  padding: 27px 0 10px;
}
#footer .logo {
  width: 20.9%;
  margin-right: 2%;
}
.footnav {
  text-transform: uppercase;
  font-size: 13px;
}
.footnav .no-upper {
  text-transform: none;
}
.footnav .row {
  margin-bottom: 15px;
  margin-top: 1px;
}
.footnav .title {
  display: inline-block;
  text-align: right;
  color: #73bd4c;
  width: 83px;
  text-align: right;
  letter-spacing: 2px;
  margin-right: 21px;
}
.footnav a {
  display: inline-block;
  color: #e1e0e1;
  letter-spacing: 1.3px;
  margin-right: 9px;
  padding-right: 11px;
  position: relative;
}
.footnav a:hover {
  color: #25b5e2;
}
.footnav a:after {
  content: " ";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #686764;
  float: left;
  position: absolute;
  right: 0;
  top: 0px;
}
.footnav a.social {
  color: #25b5e2;
  font-size: 17px;
  margin-right: 0;
  margin-left: 5px;
  padding-right: 3px;
  vertical-align: top;
}
.footnav a:last-child:after,
.footnav a.social:after {
  content: none;
}
#footer .icon {
  float: right;
  margin-right: 30px;
  margin-top: -54px;
}
.subfoot {
  font-size: 10px;
  color: #6c6265;
  background-color: #302b2c;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 0.3px;
}
.topfoot h2 {
  margin-left: -50px;
  font-size: 30px;
  margin-bottom: 8px;
}
.topfoot p {
  line-height: 22px;
}

#body_home .topfoot em {
  color: #2a5b10;
}

#bizango {
  text-align: left;
  width: 184px;
  height: 10px;
  font-size: 10px;
  margin: 0 auto;
  padding: 14px 0;
  display: inline-block;
  background-image: url(/images/bizango-white-small.png);
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.3;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

/* REQUIRED FOR CMS */

.bizango_control {
  z-index: 100;
  position: relative;
}

.help {
  padding: 10px;
  background: #ddd;
  border-radius: 8px;
  color: #666;
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
}
.help p a {
  color: #ddd;
  text-decoration: underline;
}

/*Page quirks*/

#body_intro .block_type__image-hero {
  padding-top: 63px;
  padding-bottom: 72px;
  border-bottom: 2px solid #0fbde8;
}
#body_intro .content_narrow-75 .all-cols-wrap {
  width: 90%;
}
#body_intro .block_type__image-hero .button {
  display: inline-block;
  padding: 13px 70px 13px 50px;
  border-radius: 22px;
  font-size: 17px;
  background: #29d0f8;
  color: white;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: initial;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid rgba(212, 234, 240, 0.56);
  position: absolute;
  left: 0;
  bottom: -98px;
  margin: 0 auto;
  right: 0;
  width: 88px;
  z-index: 1;
}
#body_intro .block_type__image-hero .button:after {
  content: "\e902";
  position: absolute;
  right: 55px;
  font-size: 17px;
  top: 33%;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#body_intro .block_type__4-column {
  padding-top: 79px;
}
#body_intro .block_type__4-column h4 {
  color: #79c744;
  line-height: 25px;
  margin-bottom: 2px;
  letter-spacing: 0.1px;
  font-weight: 900;
}
#body_intro .block_type__4-column .col\@tablet {
  width: 20.2%;
  margin-right: 5.2%;
  position: relative;
}
#body_intro .block_type__4-column .col\@tablet:after {
  content: " ";
  display: block;
  width: 1px;
  height: 155px;
  background-color: #d6f4fb;
  position: absolute;
  right: -20px;
  top: -2px;
}
#body_intro .block_type__4-column .col\@tablet:last-child {
  margin-right: 3%;
}
#body_intro .block_type__4-column .col\@tablet:last-child:after {
  content: none;
}

/*BLOCKS*/
.block {
  padding-top: 40px;
  padding-bottom: 30px;
}
.block_type__special-two-col {
  padding-top: 0;
  padding-bottom: 39px;
}
#body_home .block_type__special-two-col {
  padding-top: 20px;
}
.block_type__special-two-col .col-1 {
  width: 46.2%;

  margin-left: 1.6%;
}
.block_type__special-two-col .icon {
  width: 52px;
  height: 43px;
  float: left;
  margin-right: 14px;
  background: center no-repeat;
  background-size: contain;
}
.block_type__special-two-col h1 {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: -5px;
}
.block_type__special-two-col h4 {
  font-family: "Archivo Black";
  color: #25b5e2;
  font-size: 14px;
}
.block_type__special-two-col p {
  margin-bottom: 16px;
}
.block_type__special-two-col p a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-right: 23px;
}
.block_type__special-two-col .col-1 p a {
  margin-right: 13px;
}
.block_type__special-two-col p a:after {
  content: "\e902";
  font-size: 16px;
  top: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #73bd4c;
  right: 3px;
}
.block_type__special-two-col .col-2 {
  width: 44.7%;
}
.block_type__special-two-col .col-2 h1 {
  margin-right: -10px;
}
.block_type__special-two-col .headline {
  margin-bottom: 14px;
}

.block_type__cta1 {
  background: url(/images/sites/tre/bg1.gif) #f1f9fc right center no-repeat;
  padding: 0;
  box-shadow: inset 0 -10px 10px -10px #bcd1d9;
}
.block_type__cta1 .col-1 {
  width: 46%;
  margin-left: 4%;
  margin-top: 46px;
}
.block_type__cta1 img {
  border: 2px solid #bae8f6;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: 92px;
}
.block_type__cta1 p {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 27px;
  margin-bottom: 18px;
}
.block_type__cta1 h3 {
  font-size: 20px;
  font-family: "Archivo Black";
  color: #404041;
  margin-top: 28px;
  margin-bottom: 1px;
  margin-left: -105px;
}
.block_type__cta1 h4 {
  font-size: 12px;
  font-family: "Archivo Black";
  color: #25b5e2;
  text-transform: uppercase;
  margin-left: -105px;
}

.block_type__latest {
  padding-top: 53px;
  position: relative;
  overflow: hidden;
}
.block_type__latest .page_frame {
  padding: 0;
}
.block_type__latest .frikfrac {
  position: absolute;
  top: -55px;
  bottom: -290px;
  background: #f6f6f6;
  left: 0;
  right: -10000px;
  z-index: 0;
}
.block_type__latest .thirds {
  width: 31.8%;
  margin-right: 2.2%;
  position: relative;
}
.block_type__latest .thirds:last-child {
  margin-right: 0;
}
.block_type__latest .imgpreview {
  background-color: black;
  margin-bottom: 20px;
}
.block_type__latest .imgpreview.thingthing p {
  margin-bottom: 0;
}
.block_type__latest .imgpreview.thingthing iframe {
  height: 224px;
  float: left;
  margin-bottom: 30px;
}
.block_type__latest .playbutton {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#cover {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}
#popup {
  position: fixed;
  padding: 60px 5% 70px 5%;
  width: 50%;
  max-width: 638px;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1000;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
  background: #e4eaf8;
  color: black;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  background: url(/images/sites/tre/bigbg.jpg) bottom center;
  background-size: cover;
}
#close_icon {
  position: absolute;
  right: -13px;
  top: -13px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background: url(/images/sites/tre/closeform.png) center center no-repeat;
}
#popup iframe {
  width: 100%;
  max-width: 600px;
}
.imgpreview .ratio {
  padding-top: 64%;
  position: relative;
}

.block_type__latest .title {
  height: 25px;
  margin-bottom: 21px;
}

.block_type__latest .this {
  font-weight: 900;
  font-size: 20px;
  padding-left: 33px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
}
.block_type__latest .thirds:first-child .this {
  background: url(/images/sites/tre/icon235.png) left center no-repeat;
  background-size: 27px 22px;
  color: #404041;
}
.block_type__latest .that {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #25b5e2;
  vertical-align: baseline;
  font-family: "Archivo Black";
  margin-left: 12px;
}
.block_type__latest .thirds:nth-child(2) .that {
  color: transparent;
}
.block_type__latest h5 {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #25b5e2;
  vertical-align: baseline;
  font-family: "Archivo Black";
  margin-bottom: 5px;
}
.block_type__latest h2 {
  font-size: 20px;
  margin-bottom: 4px;
}
.block_type__latest .text {
  padding: 11px 14px 10px 26px;
}
.block_type__latest .text p {
  margin-bottom: 10px;
}
.block_type__latest .text a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-right: 16px;
}
.block_type__latest .text a:after {
  content: "\e902";
  font-size: 16px;
  top: 4px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #73bd4c;
  right: 0px;
}

.block_type__image-hero,
.block_type__article-hero {
  color: white;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/images/sites/tre/theme1.jpg);
  padding-top: 47px;
  padding-bottom: 36px;
}
.block_type__image-hero h1,
.block_type__article-hero h1 {
  margin-bottom: 5px;
}
.block_type__image-hero p,
.block_type__article-hero p {
  font-family: "Archivo Black", sans-serif;
  color: #45852b;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
#body_book .block_type__image-hero p {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-family: "museo-sans";
  margin-top: -26px;
  margin-bottom: 26px;
}
.theme-hero__option-2 {
  background-image: url(/images/sites/tre/theme2.jpg);
}
.theme-hero__option-3 {
  background-image: url(/images/sites/tre/theme3.jpg);
}
.block_type__2-column-with-cta {
  padding-top: 62px;
  padding-bottom: 57px;
}
.block_type__2-column-with-cta h4 {
  margin-top: 8px;
  line-height: 30px;
  margin-bottom: 65px;
}
.block_type__2-column-with-cta .ten-col p {
  margin-bottom: 25px;
}
h4 strong {
  letter-spacing: 0.35px;
}
.block_type__2-column-with-cta .ten-col img {
  margin-top: 6px;
  max-width: 193px;
  margin-right: 42px;
  margin-bottom: 22px;
}
.block_id-158270.block_type__2-column-with-cta .ten-col img {
  max-width: 257px;
}
.block_type__2-column-with-cta.image-width__full .ten-col img {
  max-width: 100%;
}
.block_type__2-column-with-cta .cta {
  background: #f7f7f7;
  padding: 39px 8px 11px;
  border: 2px solid #cfe9c0;
  text-align: center;
}
.block_type__2-column-with-cta .cta .button {
  font-size: 12px;
  color: white;
  padding: 11px 26px 7px;
  letter-spacing: 1.2px;
  font-weight: 900;
  border-radius: 19px;
  background-color: #22bee6;
}
.block_type__2-column-with-cta .cta h4 {
  margin-top: 4px;
  line-height: 26px;
  margin-bottom: 22px;
}

.block_type__2-column-with-cta .updates {
  padding: 38px 27px;
}
.block_type__2-column-with-cta .updates a {
  color: #25b5e2;
}
.block_type__2-column-with-cta .updates h4 {
  letter-spacing: 0.7px;
  margin-bottom: 24px;
  color: #b1b2af;
}
.block_type__2-column-with-cta .updates h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}
.block_type__2-column-with-cta .updates .funnyrule {
  height: 1px;
  width: 120%;
  margin-left: -10%;
  background-color: #e6e6e6;
  margin-top: -8px;
  margin-bottom: 17px;
}
.block_type__2-column-with-cta .cta2 {
  position: relative;
}
.block_type__2-column-with-cta .cta2 .userBG {
  padding: 32px;
  background-color: #86c44c;
  color: white;
  margin-top: -19px;
  padding-bottom: 11px;
}
.block_type__2-column-with-cta .cta2 h2 {
  letter-spacing: 0px;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
}
.block_type__2-column-with-cta .cta2 .button {
  background: #201c1d;
  margin-top: -7px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1px;
  padding: 10px 39px 9px;
  border-radius: 22px;
}

.block_type__big-hero {
  color: white;
  background-color: #f1f9fc;
  padding-top: 24.8% !important;
  border-top: 2px solid white;
}
.center_columns__yes.block_type__1-column {
}
.center_columns__yes.block_type__1-column .col-1 {
  width: 62%;
  margin: 0 auto;
}
.center_columns__yes.block_type__1-column h4 {
  line-height: 30px;
}

.block_type__other-special-two-col {
  padding-top: 37px;
  padding-bottom: 28px;
  background: url(/images/sites/tre/bg5632.png) bottom center;
  background-size: cover;
  border-bottom: 5px solid white;
  border-top: 2px solid white;
}
.block_type__other-special-two-col .col-1 {
  width: 16.8%;
  margin-left: 12.9%;
  float: left;
}
.block_type__other-special-two-col .col-1 img {
  border: 2px solid #bae8f6;
}
.block_type__other-special-two-col .col-2 {
  width: 57.9%;
  margin-left: 8.6%;
  float: left;
  margin-top: 20px;
}
.block_type__other-special-two-col .headline {
  margin-bottom: 11px;
}

.block_type__other-special-two-col .headline img {
  max-width: 44px;
  margin-right: 12px;
  vertical-align: middle;
}
.block_type__other-special-two-col .headline h4 {
  display: inline-block;
  font-weight: 900;
}
.block_type__other-special-two-col h4 {
  line-height: 30px;
  margin-bottom: 19px;
}

.block_type__other-special-two-col2 {
  padding-top: 38px;
  padding-bottom: 42px;
  background: url(/images/sites/tre/bg5632.png) bottom center;
  background-size: cover;
  border-top: 2px solid white;
  box-shadow: inset 0 -10px 21px -14px #578da0;
}

.block_type__other-special-two-col2 h5 {
  font-family: "Archivo Black";
  color: #11b4e4;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}
.block_type__other-special-two-col2 h4 {
  padding-left: 46px;
  background: url(/images/sites/tre/logoicon.png) left center no-repeat;
  background-size: 27px 22px;
  font-weight: 900;
  margin-bottom: 16px;
}
.block_type__other-special-two-col2 p {
}
.block_type__other-special-two-col2 .col-1 {
  width: 38%;
  margin-left: 6.3%;
}
.block_type__other-special-two-col2 .col-2 {
  width: 38%;
  margin-right: 4.7%;
}
.block_type__other-special-two-col2 .button {
  color: #0fbde8;
  background: transparent;
  border: 2px solid #0fbde8;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 23px 4px;
  margin-top: 2px;
  border-radius: 18px;
  letter-spacing: 1.3px;
}

.block_type__pricing-plans {
  padding-top: 45px;
  padding-bottom: 93px;
}
.block_type__pricing-plans .twelve-col h1 {
  margin-bottom: 10px;
}
.block_type__pricing-plans .thisP p {
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  color: #11b4e4;
}
.block_type__pricing-plans .blocklinks {
  z-index: 2;
}
.block_type__pricing-plans .col {
  width: 23.4%;
  padding-left: 3.7%;
  padding-right: 2.1%;
  padding-bottom: 50px;
  padding-top: 70px;
  background: #f3f3f3;
  border-radius: 8px;
  margin-top: 59px;
  margin-left: 0.9%;
  float: left;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.block_type__pricing-plans .col:first-child {
  margin-left: 4.1%;
}
.block_type__pricing-plans .col h1 {
  font-size: 45px;
  color: #7ab831;
  text-align: center;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 9px;
  margin-left: -10px;
}
.block_type__pricing-plans .col h4 {
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 33px;
  margin-left: -12px;
}
.block_type__pricing-plans .col .pardonmoi {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
}
.block_type__pricing-plans .col .button {
  font-size: 12px;
  width: inherit;
  margin: 0;
  border: 1px solid white;
  color: white;
  padding: 10px 26px 6px;
  background-color: #25b5e2;
  border-radius: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 20px;
  margin-left: -15px;
  cursor: pointer;
}
.block_type__pricing-plans .col.on {
  background-image: url(/images/sites/tre/greenBG.gif);
  padding-top: 87px;
  margin-top: 41px;
  padding-bottom: 64px;
  padding-left: 4.2%;
  padding-right: 3.6%;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}
.block_type__pricing-plans .tingting {
  min-height: 530px;
}
.block_type__pricing-plans .col.on h1 {
  color: white;
}
.block_type__pricing-plans .col.on h4 {
  color: #577940;
}
.block_type__pricing-plans .col.on p {
  color: white;
}
.block_type__pricing-plans .col.on .button {
  background-color: #373334;
}
.block_type__pricing-plans .col.on .pardonmoi {
  bottom: 17px;
  color: #3a5a24;
}

.block_type__special-two-col-with-headline {
  padding-top: 55px;
  padding-bottom: 52px;
  background: url(/images/sites/tre/bigbg.jpg) bottom center;
  background-size: cover;
}
.block_type__special-two-col-with-headline .col-1 {
  width: 40%;
  margin-left: 6.8%;
  margin-top: 48px;
}
.block_type__special-two-col-with-headline .col-2 {
  width: 38.5%;
  margin-right: 3.8%;
  margin-top: 48px;
}
.block_type__special-two-col-with-headline .headline h1 {
  display: inline-block;
  margin-bottom: 0;
}
.block_type__special-two-col-with-headline .headline img {
  vertical-align: top;
  margin-right: 18px;
  margin-left: -77px;
  max-width: 46px;
}
.block_type__special-two-col-with-headline h4 {
  font-weight: 900;
  margin-bottom: 15px;
}
.block_type__special-two-col-with-headline p {
  margin-bottom: 25px;
}
.block_type__special-two-col-with-headline p strong {
  letter-spacing: 0.3px;
}
.block_type__special-two-col-with-headline ul {
  margin-left: 0;
}
.block_type__special-two-col-with-headline li strong {
  letter-spacing: 0.3px;
}
.block_type__special-two-col-with-headline li {
  list-style-position: inside;
  line-height: 25px;
}
.block_type__2-column-form {
  padding: 0;
  border-bottom: 2px solid white;
}
.block_type__2-column-form .page_frame {
  padding: 0;
  max-width: 100%;
}
.block_type__2-column-form .all-cols-wrap {
  display: table;
  width: 100%;
}
.block_type__2-column-form .col-1,
.block_type__2-column-form .col-2 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.block_type__2-column-form .col-1 {
  background-color: #f7f7f7;
  padding-top: 64px;
}
.block_type__2-column-form .col-1 > div {
  width: 471px;
  float: right;
  margin-right: 79px;
}
.block_type__2-column-form .col-1 h4 {
  margin-bottom: 11px;
}
.block_type__2-column-form .col-1 a {
  color: #25b5e2;
}
.block_type__2-column-form .col-1 p {
  margin-bottom: 20px;
}
.block_type__2-column-form ul {
  margin-left: 0;
  list-style-position: inside;
}
.block_type__2-column-form .col-1 li {
  margin-bottom: 23px;
  line-height: 25px;
}

.block_type__2-column-form .col-2 {
  background-color: #83c22e;
  color: white;
  padding: 56px 5% 75px 79px;
  box-shadow: inset 7px 0 20px -8px rgba(0, 0, 0, 0.4);
  position: relative;
}
.block_type__2-column-form .col-2 > div {
  max-width: 472px;
}
.block_type__2-column-form .col-2 h1 strong {
  color: #3a5a24;
}
.block_type__2-column-form .col-2 h1 {
  margin-bottom: 23px;
}
.block_type__2-column-form .col-2:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 62px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 38px solid #f7f7f7;
}
.block_type__2-column-form .col-2 p strong {
  letter-spacing: 0.3px;
}
.block_type__2-column-form .col-2 .element-2 h1 {
  margin-bottom: 8px;
}
.block_type__2-column-form .col-2 li {
  margin-bottom: 2px;
}
.element__form form {
  margin-top: 47px;
  margin-bottom: 39px;
}

.block_type__narrow-two-col {
  padding-top: 0;
  padding-bottom: 10px;
}
.wistia_responsive_padding {
  margin-top: -10px;
}
.block_type__narrow-two-col img {
  margin-bottom: 38px;
}
.block_type__narrow-two-col .twelve-col {
}
.block_type__narrow-two-col h4 {
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 1.5px;
  margin-bottom: 26px;
}
.block_type__narrow-two-col h4 strong {
  color: #25b5e2;
}

.block_type__narrow-two-col a {
  color: #25b5e2;
}
.block_type__narrow-two-col li {
  margin-bottom: 5px;
}
.block_type__narrow-two-col ul {
  margin-bottom: 30px;
}
.block_type__article-hero {
  padding-top: 20px;
  padding-bottom: 38px;
}

.block_type__topic-hero {
  padding-top: 20px;
  padding-bottom: 25px;
}
.block_type__topic-hero h1 {
  margin-top: 19px;
}
.top-utes {
  margin-bottom: 32px;
  position: relative;
}
.top-utes .linkylink.fr {
  position: absolute;
  right: 0;
  top: 4px;
}
.top-utes .linkylink.fl {
  position: absolute;
  left: 0;
  top: 4px;
}

.linkylink {
  font-size: 12px;
  font-weight: 900;
  color: #577940;
}
.linkylink span {
  -webkit-text-stroke: 1px #577940;
}
.linkylink span.icon-angle-right {
  margin-left: 11px;
}
.linkylink span.icon-angle-left {
  margin-right: 11px;
}
.breadcrumbs {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.breadcrumbs a {
  color: white;
  text-shadow: 0 0 3px rgba(84, 126, 59, 0);
  transition: text-shadow 0.3s ease-in-out;
}
.breadcrumbs a:hover {
  text-shadow: 0 0 3px rgba(84, 126, 59, 0.9);
}

.two-utes {
  padding-top: 48px;
  padding-bottom: 34px;
}
.two-utes .left {
  float: left;
  width: 26%;
}
.two-utes .right {
  float: right;
  width: 26%;
  text-align: right;
}
.two-utes .middle {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 28%;
  text-align: center;
  top: -6px;
}
.two-utes .middle > div {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.two-utes .middle img {
  vertical-align: top;
  margin: 0 3px;
}
.two-utes .middle h5 {
  display: inline;
  font-size: 12px;
  color: #83847f;
  letter-spacing: 1.3px;
  line-height: 12px;
  font-weight: 900;
  margin-right: 8px;
}
.two-utes .linkster {
  text-transform: uppercase;
  color: #83847f;
  padding-left: 14px;
  font-size: 14px;
}
.two-utes .linkster:after {
  content: "\e903";
  font-size: 14px;
  top: 2px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  position: absolute;
  left: 2px;
}
.two-utes .right .linkster {
  padding-left: 0;
  padding-right: 14px;
}
.two-utes .right .linkster:after {
  content: "\e902";
  font-size: 14px;
  top: 2px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  position: absolute;
  left: auto;
  right: 2px;
}
.two-utes .linktitle {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  margin-top: 10px;
}
.two-utes .linktitle a {
  color: #25b5e2;
}

.block_type__tagged-content {
  padding-top: 46px;
}
.cat-col {
  width: 38.3%;
  float: left;
  margin-left: 6.4%;
  margin-right: 4.3%;
  margin-bottom: 50px;
}
.cat-col:nth-child(2n + 1) {
  clear: left;
}
.cat-col .ratio {
  padding-top: 63.1%;
  transition: opacity 0.3s ease-in-out;
  background-color: #2ac2e8;
}
#body_topics .cat-col .ratio {
  padding-top: 52.23%;
}
.cat-col .ratio:hover {
  opacity: 0.8;
}

.art-title {
  margin-top: 33px;
}
.art-title img {
  float: left;
  width: 62px;
  margin-top: -7px;
  margin-left: -4px;
  margin-right: 13px;
}
.art-title a {
  color: #404041;
}
.art-title a:hover,
.cat-col .morelink:hover {
  color: #73bd4c;
}
.cat-col .morelink {
  display: inline-block;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.4px;
  padding-right: 20px;
  color: #25b5e2;
}
.cat-col .morelink:after {
  content: "\e902";
  font-size: 16px;
  top: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #25b5e2;
  right: 3px;
}
.cat-col .tease ul {
  margin-bottom: 1.4em;
}
.cat-col .tease li {
  margin-bottom: 5px;
}
.cat-col .tease a {
  color: #25b5e2;
}

#related {
  background-color: #f8f8f8;
  padding: 32px 0 15px;
}
#related .related-col {
  position: relative;
  width: 31.5%;
  margin-right: 2.5%;
  float: left;
}
#related .related-col a:hover .screen {
  background-color: rgba(0, 0, 0, 0.3);
}
#related .related-col:last-child {
  margin-right: 0;
}
#related .ratio {
  padding-top: 56%;
  position: relative;
}
#related p {
  font-weight: 900;
  margin-top: 13px;
  margin-left: 12px;
  display: inline-block;
  letter-spacing: 0.3px;
  margin-right: 10px;
}
#related p a {
  color: #404041;
}
#related p a:hover {
  color: #25b5e2;
}
#related p:after {
  content: "\e902";
  font-size: 17px;
  top: 2px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  position: relative;
  left: auto;
  right: -7px;
  color: #25b5e2;
}
#related h4 {
  padding-left: 43px;
  background: url(/images/sites/tre/logoicon.png) left center no-repeat;
  background-size: 27px 22px;
  font-weight: 900;
  margin-bottom: 26px;
}

#bizango_superform .superform_field {
  border: 0px solid transparent;
  padding: 15px 27px 13px;
  border-radius: 20px;
  margin-bottom: 22px;
  font-size: 12px;
}
#superform_submit {
  font-size: 12px;
  width: inherit;
  margin: 0;
  border: 1px solid white;
  color: white;
  padding: 13px 24px;
  background-color: #25b5e2;
  border-radius: 20px;
  letter-spacing: 0.9px;
  float: right;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}
.element__form #bizango_superform .form-field label {
  display: none;
}
.element__form .form-field {
  margin-bottom: 0;
}
.form-field__input-tel {
  width: 50%;
  float: left;
}
.block_type__sitewide-cta-small {
  background-color: #fbfbfb;
  padding: 15px 0 8px;
  text-align: center;
  border-bottom: 3px solid #f6f3ef;
}
#body_articles .block_type__sitewide-cta-small {
  margin-bottom: 30px;
}
.block_type__sitewide-cta-small img {
  vertical-align: middle;
  margin-left: 22px;
  display: inline-block;
}
.block_type__sitewide-cta-small .col-1 {
  width: 54.6%;
  margin-left: 1.9%;
}
.block_type__sitewide-cta-small .col-2 {
  width: 38%;
  border-left: 1px solid #e3e3e3;
  margin-top: 19px;
  margin-right: 5%;
  padding-top: 8px;
  padding-bottom: 5px;
}
.block_type__sitewide-cta-small a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.4px;
  padding-right: 20px;
  color: #25b5e2;
  margin-left: -10px;
}
.block_type__sitewide-cta-small a:hover {
  color: #73bd4c;
}
.block_type__sitewide-cta-small h4 {
  font-weight: 900;
  margin-bottom: 4px;
}
.block_type__sitewide-cta-small p {
  margin-bottom: 0;
}
.block_type__sitewide-cta-small a:after {
  content: "\e902";
  font-size: 16px;
  top: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #25b5e2;
  right: 3px;
}
.block_type__sitewide-cta-small-book {
  padding-top: 21px;
  overflow: hidden;
  background: #fbfbfb;
  /*     border-bottom: 3px solid #f4f1ec; */
  border-bottom: 3px solid #f6f3ef;
  padding-bottom: 0;
}
.block_type__sitewide-cta-small-book .col-1 {
  width: 50%;
  margin-left: 6.1%;
}
.block_type__sitewide-cta-small-book .col-1 img {
  float: left;
  max-width: 161px;
  margin-top: -27px;
  margin-bottom: -12px;
}
.block_type__sitewide-cta-small-book .col-2 {
  width: 39%;
  margin-top: 43px;
  margin-right: 3.7%;
}

.block_type__sitewide-cta-small-book h2 {
  color: #74be4c;
  margin-top: 37px;
  line-height: 28px;
  border-right: 1px solid #dedede;
  padding: 3px 0;
}
.block_type__sitewide-cta-small-book h4 {
  color: #5a5d59;
  font-weight: 900;
  margin-bottom: 4px;
}
.block_type__sitewide-cta-small-book a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-right: 19px;
  color: #25b5e2;
  margin-right: 31px;
}
.block_type__sitewide-cta-small-book a:after {
  content: "\e902";
  font-size: 16px;
  top: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #25b5e2;
  right: 3px;
}
.block_type__sitewide-cta {
  background-color: #fbfbfb;
  padding: 10px 0 0;
}
.block_type__sitewide-cta .col-1 {
  margin-left: -81px;
  max-width: 59%;
}
.block_type__sitewide-cta .col-1 img {
  float: left;
}

.block_type__sitewide-cta .col-2 {
  margin-right: 4.7%;
  width: 34%;
  margin-top: 56px;
}
.block_type__sitewide-cta .col-2 img {
  margin-bottom: 15px;
}
.block_type__sitewide-cta .col-2 p a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-right: 23px;
  color: #25b5e2;
}
.block_type__sitewide-cta .col-2 p a:after {
  content: "\e902";
  font-size: 16px;
  top: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #25b5e2;
  right: 3px;
}
.block_type__sitewide-cta .col-2 h4 {
  margin-bottom: 24px;
}

.block_type__other-special-two-col3 {
  padding: 0;
  background: #f7f7f7;
}
.block_type__other-special-two-col3 .cell {
  width: 50%;
  background-position: bottom left;
}
.block_type__other-special-two-col3 .col-1 {
  width: 475px;
  margin-right: 76px;
  padding: 64px 0 36px;
}
.block_type__other-special-two-col3 .col-2 {
  width: 453px;
  margin-left: 103px;
  margin-top: 30px;
}
.block_type__other-special-two-col3 .thiscell {
  position: relative;
  box-shadow: inset 7px 0 20px -8px rgba(0, 0, 0, 0.4);
}
.block_type__other-special-two-col3 .thiscell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 62px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 38px solid #f7f7f7;
}
.block_type__other-special-two-col3 h4 {
  margin-bottom: 22px;
}
.block_type__other-special-two-col3 .button {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  margin-top: -4px;
  border: 1px solid;
  padding: 10px 28px 8px;
  letter-spacing: 1.6px;
  border-radius: 18px;
}
.block_type__other-special-two-col3 h1 {
  margin-bottom: 26px;
}

.block_type__other-special-two-col4 {
  padding-top: 64px;
  padding-bottom: 45px;
}
.block_type__other-special-two-col4 .headline {
  margin-bottom: 52px;
}
.block_type__other-special-two-col4 .headline p {
  font-family: "Archivo Black", sans-serif;
  color: #87cb3a;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
.block_type__other-special-two-col4 .headline h1 {
  margin-bottom: 11px;
}
.block_type__other-special-two-col4 .col-1 {
  width: 60%;
}
.block_type__other-special-two-col4 .col-2 {
  width: 36.2%;
  margin-top: 51px;
}
.block_type__other-special-two-col4 .col-2 h4 {
  margin-bottom: 16px;
}
.block_type__other-special-two-col4 .col-1 p {
}
.block_type__other-special-two-col4 input.email {
  background-color: #f5f5f5 !important;
  margin-top: 5px !important;
  width: 93% !important;
  padding: 14px 0 14px 7% !important;
  margin-bottom: 22px !important;
}
.block_type__other-special-two-col4 input.button {
  padding: 14px 28px;
}

#body_go .block li {
  margin-bottom: 4px;
}
#body_go .block ul {
  margin-bottom: 20px;
}
#body_go .block_type__2-column-with-cta .ten-col a {
  color: #25b5e2;
}

.block_type__background {
  padding-top: 56px;
  padding-bottom: 34px;
  background-color: #282828;
  color: white;
  box-shadow: inset 0px 16px 18px -10px rgba(0, 0, 0, 0.4), inset 0px -17px 18px -12px rgba(0, 0, 0, 0.4);
}

.block_type__background h4 {
  line-height: 30px;
  margin-bottom: 20px;
}

.MOTHER-OF-ALL-BLOCKS {
  padding-top: 20px;
}
.MOTHER-OF-ALL-BLOCKS .yugeframe {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.MOTHER-OF-ALL-BLOCKS .section {
  width: 65.3%;
  float: left;
  margin-bottom: 20px;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors {
  width: 65.3%;
  float: left;
  margin-bottom: 20px;
  margin-top: -10px;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors img {
  margin-left: 10.7%;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors .fr {
  width: 25%;
  border-left: 1px solid #dedede;
  padding-left: 5.4%;
  margin-top: 21px;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors h4 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors p {
  margin-bottom: 0;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.4px;
  padding-right: 20px;
  color: #25b5e2;
}
.MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors a:after {
  content: "\e902";
  font-size: 16px;
  top: 3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 13px;
  position: absolute;
  -webkit-text-stroke: 1px #25b5e2;
  right: 3px;
}
.MOTHER-OF-ALL-BLOCKS .section > div {
  background-color: #f7f7f7;
  padding: 24px 7.4% 29px 11.6%;
  margin-bottom: 22px;
}
.MOTHER-OF-ALL-BLOCKS .rule {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 52px;
  width: 109.1%;
  margin-bottom: 37px;
}
.MOTHER-OF-ALL-BLOCKS .rule.other {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 25px;
  width: 100%;
  margin-bottom: 35px;
}
.MOTHER-OF-ALL-BLOCKS .woopwoop .rule.other {
  margin-bottom: 26px;
}
.MOTHER-OF-ALL-BLOCKS blockquote {
  margin: 27px 7px 27px 32px;
}
.MOTHER-OF-ALL-BLOCKS blockquote p {
  margin-bottom: 9px;
}
.MOTHER-OF-ALL-BLOCKS .section.bigdaddy > div {
  background-color: white;
}
.MOTHER-OF-ALL-BLOCKS .section.bigdaddy {
  margin-bottom: 0;
}

.MOTHER-OF-ALL-BLOCKS .section.bigdaddy .topps {
  background-color: #e8f6fc;
}
.MOTHER-OF-ALL-BLOCKS .special_thing {
  width: 52.5%;
  margin-top: 26px;
}
.MOTHER-OF-ALL-BLOCKS .special_thing h4 {
  line-height: 30px;
}
.MOTHER-OF-ALL-BLOCKS .section > div.info {
  padding: 44px 6.4% 29px 11.6%;
}
.MOTHER-OF-ALL-BLOCKS div.info .title h1 {
  padding-left: 61px;
  margin-bottom: 0;
}
.MOTHER-OF-ALL-BLOCKS .tittle {
  width: 45%;
}
.MOTHER-OF-ALL-BLOCKS .woopwoop .tittle {
  width: 100%;
}
.MOTHER-OF-ALL-BLOCKS .woopwoop .special_thing {
  margin-top: 0;
}
.MOTHER-OF-ALL-BLOCKS h1 {
  margin-bottom: 29px;
}
.MOTHER-OF-ALL-BLOCKS .title h1 {
  padding-left: 69px;
  background: url(/images/sites/tre/compass.png) 1px 57% no-repeat;
  background-size: 39px 39px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 38px;
  color: #7cc64d;
}

.MOTHER-OF-ALL-BLOCKS .section.bigdaddy .title h1 {
  background-size: 53px;
  color: #3f3f40;
}
.MOTHER-OF-ALL-BLOCKS h2 {
  font-size: 25px;
  color: #7bc54d;
  margin-bottom: 5px;
  font-family: "museo-sans";
  font-weight: 900;
}
.MOTHER-OF-ALL-BLOCKS .section.bigdaddy p {
  margin-bottom: 31px;
}
.MOTHER-OF-ALL-BLOCKS a {
  color: #25b5e2;
}
.MOTHER-OF-ALL-BLOCKS .dls a {
  display: inline-block;
  border-radius: 17px;
  margin-left: 2px;
  border: 2px solid #7cc64d;
  color: #7cc64d;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  background: url(/images/sites/tre/dl.png) 93% 50% no-repeat;
  padding: 12px 52px 12px 19px;
  background-size: 12px 13px;
}
.MOTHER-OF-ALL-BLOCKS .textdiv_asset_title {
  display: inline-block;
  margin-top: 10px;
}
.MOTHER-OF-ALL-BLOCKS .textdiv_asset_title:first-of-type {
  margin-right: 40px;
}
.MOTHER-OF-ALL-BLOCKS ol,
.MOTHER-OF-ALL-BLOCKS ul {
  list-style-position: inside;
  margin-bottom: 20px;
  margin-left: 0;
}
.MOTHER-OF-ALL-BLOCKS li {
  margin-bottom: 8px;
}

.MOTHER-OF-ALL-BLOCKS .blockcontrols__delete-icon {
  display: none;
}

.MOTHER-OF-ALL-BLOCKS .scroll_container {
  float: right;
  margin-right: 4.7%;
  position: sticky;
  top: 20px;
  width: 25.3%;
}
.MOTHER-OF-ALL-BLOCKS .page_scroller {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-bottom: 0 solid transparent;
}
.MOTHER-OF-ALL-BLOCKS .page_scroller.sticky {
  /* position: fixed;
    top: 20px; */
}
.MOTHER-OF-ALL-BLOCKS .page_scroller.sticky.bottom {
  /* top: auto;
    bottom: 40px;
    position: absolute; */
}

.MOTHER-OF-ALL-BLOCKS .page_scroller > div {
  padding: 14px 34px 12px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  cursor: pointer;
}
.MOTHER-OF-ALL-BLOCKS .page_scroller > div.active {
  background-color: #22bee6;
  color: white;
}

.block_id-158688.block_type__other-special-two-col .col-1 {
  width: 22.8%;
  margin-left: 6.9%;
  float: left;
}

.block_type__books {
  background-color: #fbfbfb;
  padding-top: 84px;
  padding-bottom: 74px;
}
.block_type__books .col-1 {
  width: 40%;
  margin-left: 0.8%;
}
.block_type__books .col-2 {
  width: 43%;
  margin-right: 6%;
}
.block_type__books img {
  margin-top: -35px;
  margin-left: 21px;
  margin-bottom: 40px;
}
.block_type__books .button {
  font-size: 12px;
  text-transform: uppercase;
  padding: 11px 20px 8px;
  border-radius: 19px;
  letter-spacing: 1px;
  max-width: 300px;
  min-width: 200px;
  background-color: #25b5e2;
  width: 100%;
}
.block_type__books .button:hover {
  background-color: #70bf44;
}
.block_type__books .col-1 p strong {
  color: #83847f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Archivo Black", sans-serif;
  display: block;
}
.block_type__books .col-1 p {
  margin-bottom: 15px;
}
.block_type__books h3 {
}
.block_type__books h4 {
  font-family: "Archivo Black", sans-serif;
  line-height: 25px;
  margin-bottom: 24px;
}
.block_type__books h4 strong {
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 900;
  color: #70bf44;
  margin-top: 38px;
  display: block;
  letter-spacing: 0;
}
.block_type__books p {
  margin-bottom: 26px;
}
.block_type__books ul {
  margin-bottom: 1.4em;
  margin-left: 0;
  list-style-position: inside;
  margin-top: -4px;
}
.block_type__books li{
  /* line-height: 25px; */
  list-style-position: outside;
  margin-bottom: 0;
  /* margin-bottom: 9px; */
  max-width: 90%;
}
.block_type__excerpt {
  background: url(/images/sites/tre/excerptbg.jpg);
  background-size: cover;
  color: white;
  padding-top: 50px;
  padding-bottom: 67px;
}

.block_type__excerpt .paper {
  background: white;
  width: 55%;
  margin: 10px auto 61px;
  padding: 59px 103px 38px 106px;
  position: relative;
  color: #404041;
}
.block_type__excerpt .keepreading {
  position: absolute;
  left: 0;
  right: 0;
  width: 128px;
  margin: -20px auto;
  text-align: center;
  font-size: 11px;
  border: 1px solid white;
  color: white;
  padding: 16px 19px 13px 16px;
  background-color: #91d238;
  border-radius: 18px;
  letter-spacing: 0.9px;
  float: right;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  font-size: 12px;
}
.block_type__excerpt .keepreading img {
  vertical-align: middle;
  margin-left: 8px;
}
.block_type__excerpt .extra {
  display: none;
}
.block_type__excerpt .specialtext p {
  font-weight: 900;
  margin-bottom: 36px;
}
.block_type__excerpt .specialtext h3 {
  font-family: "Archivo Black";
  font-size: 30px;
  margin-bottom: 0px;
}
.block_type__excerpt .paper p {
  margin-bottom: 25px;
}
.block_type__excerpt .paper p strong {
  letter-spacing: 0.35px;
}
.block_type__excerpt ul {
  margin-bottom: 1.4em;
}
.block_type__excerpt li {
  list-style-position: outside;
  margin-bottom: 0;
}
.block_id-166308 {
  padding-top: 76px;
  padding-bottom: 41px;
}
.block_id-166308 .col-1 {
  width: 24%;
  margin-right: 0;
  margin-left: 6%;
}
.block_id-166308 .col-2 {
  width: 55.2%;
  margin-right: 6.9%;
  margin-top: 53px;
}
.block_id-166308 h1 {
  margin-bottom: 23px;
}
/* FX */

.fade1 {
  animation-name: fade1;
  -webkit-animation-name: fade1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade2 {
  animation-name: fade2;
  -webkit-animation-name: fade2;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade3 {
  animation-name: fade3;
  -webkit-animation-name: fade3;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* OPTIONAL */

img.illustration {
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 13px 42px;
  border-radius: 16px;
  font-size: 17px;
  background: #7cc64d;
  color: white;
  position: relative;
}

.button--click-to-copy {
  background-color: #91d238;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1727em;
  line-height: 1;
  margin: 10px 10px 10px 20px;
  padding: 14px 24px;
  text-transform: uppercase;
  vertical-align: middle;
}

.hero_text .button {
  display: inline-block;
  padding: 14px 62px 14px 44px;
  border: 0 solid transparent;
  margin-top: 28px;
  margin-left: 8px;
  border-radius: 18px;
  font-size: 17px;
  background: #7cc64d;
  color: white;
  font-weight: 500;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.hero_text .button:after {
  content: "\e902";
  position: absolute;
  right: 35px;
  font-size: 19px;
  top: 33%;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select {
  width: 100%;
  padding: 2.5% 3%;
  border-radius: 8px;
  border: 0px solid transparent;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 17px;
  color: #3b3b3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #a8dce0;
  font-family: "chaparral-pro";
}
.bizango_cms select {
  display: inline-block;
  padding: 10px 30px 10px 20px;
  border: 0px solid transparent;
  margin-bottom: 10px;
  color: #3b3b3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/images/sites/biz/grayDownNew.png) 95% 50% no-repeat #2262aa;
  border-radius: 4px;
  border: 1px solid #2a7ad4;
  color: #fff !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial" !important;
  font-weight: 200 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0px #205c9f;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.searchform {
  margin-top: 35px;
  margin-left: 40px;
}
input.addsearch {
  margin: 0;
  padding: 8px;
  padding-left: 34px;
  background: url(/images/sites/tre/search.png) no-repeat;
  background-size: 13px 12px;
  background-position: 9px 50%;
  font-size: 12px;
  font-family: "museo-sans";
  letter-spacing: 1.2px;
  color: #83847f;
  font-size: 12px;
  border: 1px solid #96cf70;
  border-radius: 7px;
  width: 145px;
  box-shadow: inset 0 -10px 10px -10px #b7b7b7;
}
.topfoot .form {
  width: 42.6%;
  margin-top: -2px;
}
.topfoot .text {
  width: 37%;
}
#mce-EMAIL {
  font-size: 11px;
  width: 63%;
  margin: 0 auto 10px;
  border: 1px solid white;
  color: #454545;
  padding: 14px 0 14px 27px;
  background-color: #ffffff;
  border-radius: 17px;
  letter-spacing: 1.4px;
}

#mc-embedded-subscribe {
  font-size: 11px;
  width: inherit;
  margin: 0;
  border: 1px solid white;
  color: white;
  padding: 14px 24px;
  background-color: #25b5e2;
  border-radius: 17px;
  letter-spacing: 1.9px;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.body_nothome #mc-embedded-subscribe {
  background-color: #91d238;
}

#body_home #nav_home,
#body_home #nh {
  display: none;
}

/* helpers-> clearfix */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tAc {
  text-align: center;
}
.tAr {
  text-align: right;
}
.center {
  margin-right: auto;
  margin-left: auto;
}
.table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
}
.blocklinks {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.userBG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blueBG {
  background-color: #1fc6ea;
  color: white;
}
.noMar {
  margin-right: 0;
}
.padding-top__more,
.padding-top__x2 {
  padding-top: 51px;
}
.padding-bottom__more,
.padding-bottom__x2 {
  padding-bottom: 42px;
}
@media all and (max-width: 1199px) {
  .block_type__2-column-form .col-1 > div {
    width: 81%;
    margin-right: 10%;
  }
  .block_type__2-column-form .col-2 {
    padding: 56px 2% 75px 5%;
  }
  .block_type__sitewide-cta .col-1 img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 400px;
  }
  .block_type__other-special-two-col3 .col-1 {
    width: 80%;
    margin-right: 10%;
  }
  .block_type__other-special-two-col3 .col-2 {
    width: 80%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1220px) {
  #body_home #hero_frame::after {
    background-image: linear-gradient(to right, rgb(252, 241, 246) 450px, rgba(252, 241, 246, 0.7) 550px, rgba(252, 241, 246, 0) 650px);
  }
}
/*- Mobile Styles Large */
@media all and (max-width: 1199px) {
  #nav {
    display: none;
  }

  #mobile_nav {
    display: block;
    padding: 10px 0;
    text-align: right;
    padding-right: 5%;
    cursor: pointer;
    width: 95%;
    position: relative;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 2px solid #7cc64d;
    color: #404041;
    text-transform: uppercase;
  }
  #mobile_nav .icon {
    position: relative;
    font-size: 1.4em;
    float: right;
    padding-left: 5px;
  }
  #mobile_nav .nav {
    position: absolute;
    width: 100%;
    top: 49px;
    background-color: #22bee6;
    box-shadow: 0 13px 11px -11px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
  }
  #mobile_nav .nav li {
    float: none;
    padding: 0;
    height: inherit;
    display: block;
    position: relative;
  }
  #mobile_nav .nav li a {
    display: block;
    padding: 8px 6% 7px 3%;
    color: white;
    position: relative;
    z-index: 22;
  }
  #mobile_nav .nav .mobile_submenu {
    padding-right: 5%;
    margin: 0;
    font-size: 0.8em;
  }
  #mobile_nav .nav li a.opensesame {
    color: #b1efff;
  }
  #mobile_nav .nav li a.social {
    display: inline-block;
    padding: 8px 6% 7px 0;
  }

  .subopen {
    width: 24px;
    margin-right: 0;
    height: 16px;
    background-image: url(/images/sites/tre/open.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    transform: rotate(0);
    transition: transform 0.2s ease-out;
    position: absolute;
    right: 4px;
    top: 10px;
  }
  .subopen.close {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .collection_list_item {
    margin-bottom: 10px;
  }
  .searchform {
    margin-left: 5%;
    float: left;
    text-align: right;
    margin-top: 0;
    position: absolute;
    top: 137px;
    z-index: 222;
    left: 0;
  }
  #logo {
    left: 5%;
    right: auto;
    margin: 0;
  }
  .ute_nav {
    margin-top: 18px;
  }
  .hero_text {
    width: 60.4%;
    margin-right: 0;
  }
  #body_home #hero_frame {
    /* padding-top: 30%; */
  }
  .block_type__cta1 .col-1 {
    width: 70%;
  }
  .block_type__cta1 img {
    max-width: 25%;
    margin-left: 0;
  }
  .topfoot .text {
    float: none;
    width: inherit;
  }
  .topfoot .ten-col {
    float: none;
  }
  .topfoot .form {
    width: 67%;
    float: left;
  }
  .block_type__2-column-form .col-1,
  .block_type__2-column-form .col-2 {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .block_type__2-column-form .col-1 > div {
    float: none;
    width: 90%;
    margin: 0;
    margin-left: 5%;
  }
  .block_type__2-column-form .col-1 {
    padding-bottom: 40px;
  }
  .block_type__2-column-form .col-2 > div {
    width: 100%;
  }
  .block_type__2-column-form .col-2 {
    width: initial;
    padding: 56px 5% 75px 5%;
  }
  .block_type__2-column-form .col-2:before {
    content: none;
  }
  .block_type__pricing-plans .col:first-child {
    margin-left: 0;
  }
  .block_type__pricing-plans .col {
    width: 26.2%;
  }
}
@media all and (max-width: 990px) {
  #body_intro .block_type__4-column .col\@tablet {
    width: 44%;
    margin-right: 6% !important;
  }
  #body_intro .block_type__4-column .col\@tablet:after {
    content: none;
  }
  #body_intro .block_type__4-column .clear\@tablet {
    clear: both;
    margin-bottom: 30px;
  }
  .block_type__sitewide-cta .col-2 {
    margin-right: 4.7%;
    width: 90%;
    margin-top: 56px;
    padding-bottom: 222px;
  }
  .block_type__sitewide-cta .col-1 img {
    left: -81px;
    max-width: 400px;
  }
}

/*- Mobile Styles tablet*/
@media only screen and (max-width: 859px) {
  #body_home #hero_frame::after {
    background-image: none;
    background: rgba(252, 241, 246, 0.7);
  }
  #body_home .hero_frame_bg {
    width: 100%;
  }
  .block_type__sitewide-cta-small-book .col-1,
  .block_type__sitewide-cta-small-book .col-2,
  .block_type__books .col-2,
  .block_type__books .col-1,
  .block_id-166308 .col-1,
  .block_id-166308 .col-2,
  .block_type__sitewide-cta-small .col-1,
  .block_type__sitewide-cta-small .col-2,
  .center_columns__yes.block_type__1-column .col-1,
  .block_type__special-two-col-with-headline .col-1,
  .block_type__special-two-col-with-headline .col-2,
  .block_type__other-special-two-col2 .col-2,
  .block_type__other-special-two-col2 .col-1,
  .block_type__latest .thirds,
  .block_type__cta1 .col-1,
  .block_type__special-two-col .col-1,
  .block_type__special-two-col .col-2,
  .one-col,
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .six-col,
  .seven-col,
  .eight-col,
  .nine-col,
  .ten-col,
  .eleven-col,
  .twelve-col,
  .thirteen-col,
  .fourteen-col,
  .fifteen-col,
  .sixteen-col {
    width: 100%;
    margin: 0;
  }
  .block_type__sitewide-cta-small-book .col-1 {
    margin-bottom: 20px;
  }
  .block_type__sitewide-cta-small-book h2 {
    border: 0 solid transparent;
  }
  .block_type__books img {
    margin-left: 0;
  }
  .block_type__special-two-col-with-headline .headline {
    margin-bottom: 30px;
  }
  .block_type__sitewide-cta-small img {
    margin-left: 0;
  }
  .block_type__sitewide-cta-small .col-2 {
    border: 0 solid transparent;
  }
  .block_type__special-two-col {
    padding-top: 30px;
  }
  .block_type__cta1 img {
    max-width: inherit;
    display: block;
    margin-bottom: 20px;
  }
  .block_type__cta1 {
    padding-top: 30px;
  }
  .block_type__latest .frikfrac {
    display: none;
  }
  .topfoot .form {
    width: 100%;
    float: none;
  }
  #footer .logo {
    float: none;
    width: 30%;
    margin: 11px 0 30px;
  }
  .footnav {
    float: none;
  }
  #footer .icon {
    display: none;
  }
  .block_type__pricing-plans .tingting {
    max-width: 537px;
    margin: 0 auto;
  }
  .block_type__pricing-plans .col {
    width: 79% !important;
    margin-left: auto !important;
    float: none;
    margin-right: auto !important;
  }
  .block_type__other-special-two-col3 .cell {
    display: block;
    width: 100%;
    float: none;
  }
  .block_type__other-special-two-col3 .col-1,
  .block_type__other-special-two-col3 .col-2 {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  .block_type__other-special-two-col3 .thiscell {
    padding: 40px 0;
  }
  .block_type__other-special-two-col3 .thiscell:before {
    top: 16px;
  }
  .block_type__other-special-two-col .col-1 {
    margin-left: 0;
    width: 32.8%;
  }
  .block_type__other-special-two-col4 .col-1,
  .block_type__other-special-two-col4 .col-2 {
    width: 100%;
  }
  .content_narrow-75 .all-cols-wrap {
    width: 100%;
  }
  .block_type__2-column-form .col-2 h1 strong {
    display: block;
  }
}

@media only screen and (max-width: 759px) {
  .ute_nav {
    display: none;
  }
  .footnav .title {
    text-align: left;
    display: block;
  }
  .footnav .row {
    margin-bottom: 22px;
  }
  #footer .logo {
    width: 50%;
  }
  .MOTHER-OF-ALL-BLOCKS .scroll_container,
  .MOTHER-OF-ALL-BLOCKS .section {
    float: none;
    width: 100%;
  }
  .MOTHER-OF-ALL-BLOCKS .scroll_container {
    display: none;
  }
  .MOTHER-OF-ALL-BLOCKS .page_scroller.sticky,
  .MOTHER-OF-ALL-BLOCKS .page_scroller.bottom {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .MOTHER-OF-ALL-BLOCKS .section > div,
  .MOTHER-OF-ALL-BLOCKS .section > div.info {
    padding: 24px 5% 29px 5%;
  }
  .MOTHER-OF-ALL-BLOCKS .rule {
    width: 100%;
  }
  .MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors {
    width: 100%;
    float: none;
    text-align: center;
  }
  .MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors .fr {
    float: none;
    width: 90%;
    border-left: 0 solid transparent;
  }
  .MOTHER-OF-ALL-BLOCKS .nowawordfromoursponsors img {
    margin-left: auto;
  }

  #body_home #hero_frame {
    background-image: url(/images/sites/tre/TL-hero-mobile.jpg) !important;
  }
}
/*- Mobile Styles phone*/
@media only screen and (max-width: 659px) {
  input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  #body_home #hero_frame {
    /* padding-top: 40%; */
  }
  .hero_text {
    width: 66.4%;
  }

  .form-field__input-tel {
    width: 100%;
    float: none;
  }
  .block_type__special-two-col .col-1 {
    margin-bottom: 30px;
  }
  #body_intro .block_type__4-column .col\@tablet {
    width: 100%;
    margin: 0 !important;
  }
  .block_type__pricing-plans .col {
    width: 92% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
  .cat-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .MOTHER-OF-ALL-BLOCKS .special_thing,
  .MOTHER-OF-ALL-BLOCKS .tittle {
    width: 100%;
    float: none;
  }
  #logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .block_type__sitewide-cta-small-book img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -35px;
  }
  .block_type__sitewide-cta-small-book a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 559px) {
  #body_home #hero_frame {
    /* padding-top: 60%; */
    padding-bottom: 20%;
  }
  .hero_text {
    width: 100%;
  }
  #mce-EMAIL {
    width: 47%;
  }
  .block_type__other-special-two-col .col-1,
  .block_id-158688.block_type__other-special-two-col .col-1 {
    width: 100%;
    margin-left: 0;
  }
  .block_type__other-special-two-col .col-2 {
    width: 100%;
    margin-left: 0;
  }
  .block_type__excerpt .paper {
    width: 80%;
    padding: 59px 10% 38px;
  }
}

@media only screen and (max-width: 400px) {
  #logo {
    width: 90%;
  }
  .hero_text h1 {
    font-size: 41px;
  }
  .hero_text {
    text-align: center;
  }
  .hero_text .button,
  .hero_text .this {
    margin-left: 0;
  }
  .block_type__latest .text {
    padding: 11px 0 10px 0;
  }
  .topfoot .fl {
    float: none;
  }
  .topfoot h2 {
    margin-left: 0;
  }
  .topfoot #mce-EMAIL {
    width: 90%;
  }
  .topfoot {
    padding-bottom: 40px;
  }
  #body_intro .block_type__image-hero .button {
    width: 50%;
  }
  .subopen {
    right: 0;
    top: 11px;
  }
  #mobile_nav .nav {
    overflow: hidden;
  }
  .MOTHER-OF-ALL-BLOCKS div.info .title h1 {
    font-size: 25px;
  }
}

@media only screen and (max-height: 700px) {
  .MOTHER-OF-ALL-BLOCKS .page_scroller.sticky {
    position: relative;
  }
}

.debug {
  display: none;
}

.block_type__about-the-author {
  background-image: url("/images/sites/tre/bg5632.png");
  background-position: bottom center;
  background-size: cover;
  border-bottom: 5px solid white;
  border-top: 2px solid white;
}
.block_type__about-the-author .col-1 .element__image img {
  margin-left: auto;
  margin-right: auto;
  max-width: 254px;
}

/* citations block */
/* https://github.com/scottaohara/a11y_accordions */
/**
 * Accordion container element
 */
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion,
.accordion:before,
.accordion:after,
.accordion *,
.accordion *:before,
.accordion *:after {
  box-sizing: border-box;
}
.accordion > li {
  margin: 0;
}
/**
 * Add zero-width space. needed to ensure Safari + VO respect list semantics.
 * Set the before content to position absolute to negate any visible space
 * the before content could add to the document.
 */
.accordion > li:before {
  content: "\200B";
  position: absolute;
}
/**
 * Accordion Heading
 */
.accordion__heading {
  border: 1px solid #25b5e2;
  border-radius: 5px;
  font-size: inherit;
  margin: -1px 0 0;
}
.accordion__trigger {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #25b5e2;
  cursor: pointer;
  display: block;
  font-size: inherit;
  margin: 0;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.accordion__trigger:after {
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.5em solid #222;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 0;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
  transform: rotate(0deg);
  width: 0;
}
.accordion__trigger:hover:after,
.accordion__trigger:focus:after,
.accordion__trigger[aria-expanded="true"]:after {
  border-top-color: #fff;
}
.accordion__trigger[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

    -- This is not needed if a button only contains text
       and no other child nodes wrapping the text --

.accordion__trigger > * {
    pointer-events: none;
}
 */
.accordion__trigger:hover,
.accordion__trigger:focus {
  background-color: #25b5e2;
  color: #fff;
  outline: none;
}
.accordion__trigger:focus {
  box-shadow: inset 0 0 0 2px #25b5e2;
}
.accordion__trigger[aria-disabled="true"]:hover {
  background-color: #25b5e2;
  color: #fff;
  cursor: not-allowed;
}
.accordion__trigger[aria-disabled="true"]:focus {
  background-color: #25b5e2;
}
.accordion__panel {
  background-color: inherit;
  max-height: 0vh;
  overflow: hidden;
  padding: 0.001em 1.25em;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.accordion__panel--transition {
  transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}
.accordion__panel > :last-child {
  margin-bottom: 0;
}
.accordion__panel[aria-hidden="false"] {
  max-height: 100vh;
  overflow: auto;
  padding: 0.8125em 1.25em;
  visibility: visible;
}
.accordion__trigger[aria-expanded="true"] {
  background: #25b5e2;
  color: #fff;
}
.block_type__citations {
  margin-top: -10px;
  padding-top: 0;
}
