.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

@-webkit-keyframes formIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes formIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes formIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

#hs_cos_wrapper_iframe_form {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  #hs_cos_wrapper_iframe_form:after {
    clear: both;
    content: "";
    display: table; }
  #hs_cos_wrapper_iframe_form:before {
    content: "";
    display: table; }

#hs_cos_wrapper_iframe_form_title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

body.is-thankyou-message #hs_cos_wrapper_iframe_form {
  -webkit-animation: formIn 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-animation: formIn 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: formIn 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #fefefe;
  text-align: center; }

body.full-loaded #hs_cos_wrapper_iframe_form {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.iframe-formembed-container, .blog-leadbox_form, #comment-form, .contactform-inner {
  padding: 15px; }
  .iframe-formembed-container .hs-form-field, .blog-leadbox_form .hs-form-field, #comment-form .hs-form-field, .contactform-inner .hs-form-field {
    position: relative;
    padding: 0 0 15px; }
    .iframe-formembed-container .hs-form-field legend, .blog-leadbox_form .hs-form-field legend, #comment-form .hs-form-field legend, .contactform-inner .hs-form-field legend {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px); }
    .iframe-formembed-container .hs-form-field.has-input > label > span, .iframe-formembed-container .hs-form-field.has-textarea > label > span, .blog-leadbox_form .hs-form-field.has-input > label > span, .blog-leadbox_form .hs-form-field.has-textarea > label > span, #comment-form .hs-form-field.has-input > label > span, #comment-form .hs-form-field.has-textarea > label > span, .contactform-inner .hs-form-field.has-input > label > span, .contactform-inner .hs-form-field.has-textarea > label > span {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px); }
  .iframe-formembed-container .hs-error-msgs, .blog-leadbox_form .hs-error-msgs, #comment-form .hs-error-msgs, .contactform-inner .hs-error-msgs {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    .iframe-formembed-container .hs-error-msgs li > label, .blog-leadbox_form .hs-error-msgs li > label, #comment-form .hs-error-msgs li > label, .contactform-inner .hs-error-msgs li > label {
      color: #f73d3d;
      font-size: .75em;
      display: inline-block;
      font-weight: 600; }
  .iframe-formembed-container .hs-button, .blog-leadbox_form .hs-button, #comment-form .hs-button, .contactform-inner .hs-button {
    font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
    color: #fefefe;
    background: transparent;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #84d600;
    border-radius: 2rem;
    padding: .4rem 1.5rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .iframe-formembed-container .hs-button:hover, .iframe-formembed-container .hs-button:focus, .blog-leadbox_form .hs-button:hover, .blog-leadbox_form .hs-button:focus, #comment-form .hs-button:hover, #comment-form .hs-button:focus, .contactform-inner .hs-button:hover, .contactform-inner .hs-button:focus {
      background: #84d600;
      color: #0a2a39; }
    .iframe-formembed-container .hs-button:active, .blog-leadbox_form .hs-button:active, #comment-form .hs-button:active, .contactform-inner .hs-button:active {
      -webkit-transform: translateY(1px);
      -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
      -o-transform: translateY(1px);
      transform: translateY(1px); }
    html.touch .iframe-formembed-container .hs-button, html.touch .blog-leadbox_form .hs-button, html.touch #comment-form .hs-button, html.touch .contactform-inner .hs-button {
      padding-top: 0.7rem;
      padding-bottom: 0.7rem; }
  .iframe-formembed-container .hs_submit, .blog-leadbox_form .hs_submit, #comment-form .hs_submit, .contactform-inner .hs_submit {
    padding-top: 15px; }
  .iframe-formembed-container select, .blog-leadbox_form select, #comment-form select, .contactform-inner select {
    background: none;
    box-shadow: none;
    border: 2px solid #84d600;
    color: #fefefe;
    margin-bottom: 0;
    font-size: 1em;
    height: auto; }
    .iframe-formembed-container select option, .blog-leadbox_form select option, #comment-form select option, .contactform-inner select option {
      color: #8e8e8e; }
  .iframe-formembed-container input[type="text"], .iframe-formembed-container input[type="email"], .iframe-formembed-container input[type="tel"], .blog-leadbox_form input[type="text"], .blog-leadbox_form input[type="email"], .blog-leadbox_form input[type="tel"], #comment-form input[type="text"], #comment-form input[type="email"], #comment-form input[type="tel"], .contactform-inner input[type="text"], .contactform-inner input[type="email"], .contactform-inner input[type="tel"] {
    font-size: 1.15em;
    padding-left: 0;
    color: #fefefe;
    background: transparent;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 2px solid #84d600; }
  .iframe-formembed-container textarea, .blog-leadbox_form textarea, #comment-form textarea, .contactform-inner textarea {
    color: #fefefe;
    background: transparent;
    border: 2px solid #84d600;
    min-height: 90px; }

.blog-leadbox_form, .contactform-inner {
  padding: 0; }
  .blog-leadbox_form ul.multi-container, .contactform-inner ul.multi-container {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blog-leadbox_form ul.multi-container li label, .contactform-inner ul.multi-container li label {
      padding: 3px 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog-leadbox_form ul.multi-container li label:hover, .contactform-inner ul.multi-container li label:hover {
        opacity: 0.7; }
    .blog-leadbox_form ul.multi-container li label span, .contactform-inner ul.multi-container li label span {
      color: #fefefe; }
    .blog-leadbox_form ul.multi-container li label input[type="checkbox"], .contactform-inner ul.multi-container li label input[type="checkbox"] {
      margin: 0;
      margin-right: 5px; }
      .blog-leadbox_form ul.multi-container li label input[type="checkbox"]:checked + span, .contactform-inner ul.multi-container li label input[type="checkbox"]:checked + span {
        color: #84d600; }

@media (min-width: 641px) {
  .fractal-background {
    min-height: 900px; } }

@media (min-width: 767px) {
  .iframe-formembed-container .hs-button {
    font-size: 1.2em;
    padding-right: 2.3em;
    padding-left: 2.3em; } }

.leadcapture-intro iframe {
  width: 100%;
  height: auto; }

.leadcapture-form .hs_submit .hs-button {
  font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  background: transparent;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #84d600;
  border-radius: 2rem;
  padding: .4rem 1.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .leadcapture-form .hs_submit .hs-button:hover, .leadcapture-form .hs_submit .hs-button:focus {
    background: #84d600;
    color: #0a2a39; }
  .leadcapture-form .hs_submit .hs-button:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  html.touch .leadcapture-form .hs_submit .hs-button {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem; }

.leadcapture-video {
  position: relative;
  background: #072431;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 5px; }
  .leadcapture-video .block-video_content {
    cursor: pointer; }
    .leadcapture-video .block-video_content:hover + figure {
      opacity: 0.7; }
  .leadcapture-video figure {
    position: relative;
    cursor: pointer;
    background: #072431;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .leadcapture-video figure img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1; }
    .leadcapture-video figure:hover {
      opacity: 0.7; }

#hs_cos_wrapper_hero_form .hs-input {
  font-size: 1.3rem;
  margin-bottom: 0; }

#hs_cos_wrapper_hero_form .hs-form-field {
  position: relative;
  padding: 0 0 15px; }

#hs_cos_wrapper_hero_form ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #hs_cos_wrapper_hero_form ul.inputs-list li {
    color: red;
    font-style: italic; }

#hs_cos_wrapper_hero_form .hs_email .hs-form-required {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: red; }

#hs_cos_wrapper_hero_form .hs_submit {
  padding-top: 1em; }

.story-pullquote {
  padding-top: 45px; }
  .story-pullquote blockquote {
    border: none;
    padding: 0;
    margin: 0;
    color: #f5f5f5;
    font-size: 1.95em;
    font-style: italic; }
    .story-pullquote blockquote abbr {
      color: #f5f5f5;
      font-weight: bold; }

.grid-imghovers .dark-col {
  position: relative;
  overflow: hidden; }
  .grid-imghovers .dark-col:hover .grid-imghovers--content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .grid-imghovers .dark-col:hover .grid-imghovers-img {
    opacity: 0.15;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .grid-imghovers .dark-col:hover h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .grid-imghovers .dark-col:hover p {
    opacity: 1;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .grid-imghovers .dark-col:hover .grid-imghovers--btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; }

.grid-imghovers--content {
  position: relative;
  z-index: 1299;
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
  transform: translateY(35%);
  -webkit-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .grid-imghovers--content h3 {
    position: relative;
    padding-top: 0.5em;
    margin-bottom: 0.75em;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .grid-imghovers--content h3:before {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      width: 4.5em;
      height: 4px;
      background: #84d600;
      -webkit-transform: skewX(-22deg);
      -moz-transform: skewX(-22deg);
      -ms-transform: skewX(-22deg);
      -o-transform: skewX(-22deg);
      transform: skewX(-22deg); }
  .grid-imghovers--content p {
    opacity: 0;
    -webkit-transition: all 0.01s ease;
    -moz-transition: all 0.01s ease;
    transition: all 0.01s ease; }

.grid-imghovers--btn {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.01s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.01s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.01s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .grid-imghovers--btn .button {
    margin-bottom: -0.6rem; }

.grid-imghovers-img {
  position: absolute;
  opacity: 0.55;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.infographic-hs-dl .player-vidbtn_button {
  padding-left: 1.8rem; }

.hs-callout-row .button {
  margin-top: 1em; }

.ug-reasonstoattend .grid-imghovers li {
  display: block; }
  .ug-reasonstoattend .grid-imghovers li h3 i {
    float: left;
    display: inline-block;
    padding-right: 10px;
    font-style: normal;
    font-weight: 400;
    margin-right: 5px; }
  .ug-reasonstoattend .grid-imghovers li h3 span {
    display: block; }

@media (min-width: 992px) {
  .ug-reasonstoattend .grid-imghovers li .dark-col {
    padding-top: 50px; } }

.lp2-testimonial-heading {
  color: #fff; }
  .lp2-testimonial-heading h3, .lp2-testimonial-heading abbr {
    color: #fefefe;
    border: none; }
  .lp2-testimonial-heading h3 {
    font-size: 1.7rem;
    margin-bottom: 2.2rem; }

.lp2-testimonial-divide {
  padding-bottom: 3.5rem;
  padding-right: 15px;
  padding-left: 15px; }
  .lp2-testimonial-divide .block-default_hr {
    margin-right: 1em;
    margin-left: 1em;
    border-color: rgba(254, 254, 254, 0.2); }

.hero-gatedasset--content {
  position: relative;
  z-index: 499;
  text-align: center;
  color: #fefefe; }
  .hero-gatedasset--content h1, .hero-gatedasset--content h2, .hero-gatedasset--content h3, .hero-gatedasset--content h4, .hero-gatedasset--content h5, .hero-gatedasset--content h6 {
    color: #fefefe; }

@media (min-width: 1080px) {
  .lp2-testimonial-heading h3 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    margin-top: -1rem; } }

html.js body.custom-pages-from-magnetic-gated-asset {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }
  html.js body.custom-pages-from-magnetic-gated-asset.is-rendered {
    opacity: 1; }

/*html.js .ga-form--section {
	opacity:0;
	@include transition(all 1.5s $ease-out-circ .5s);
}	
html.js .is-rendered {
	.ga-form--section {
		opacity:1;
	}
}*/
.ga-form--form {
  position: static;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: rgba(7, 36, 49, 0.05) 0 0 1.2em; }
  .ga-form--form .hs_cos_wrapper_type_form {
    display: block;
    width: 100%;
    padding: 1em 1.5em 2.5em; }

.ga-form--section {
  position: relative; }

.block-ga {
  padding-bottom: 3.5em; }

.ga-row-divider {
  margin-top: 1.2em !important;
  padding-bottom: 0 !important; }

.ga-bodycol {
  padding-bottom: 2em; }

@media (min-width: 641px) {
  .ga-form--form {
    position: relative; }
  .ga-bodycol {
    padding-bottom: 4em; } }

@media (max-width: 640px) {
  .ga-row-divider {
    display: none; } }

@media (min-width: 992px) {
  .block-ga {
    padding-bottom: 5em; }
  .ga-bodycol {
    padding-bottom: 6.5em; } }

.form-on-light .hs-form-field label {
  color: #a5a5a5; }

.form-on-light .hs-form-field input[type="text"], .form-on-light .hs-form-field input[type="tel"], .form-on-light .hs-form-field input[type="email"], .form-on-light .hs-form-field input[type="number"] {
  border: none;
  background: transparent;
  border-bottom: 2px solid #072431;
  font-size: 1.2em;
  font-weight: 400;
  padding-left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-on-light .hs-form-field textarea, .form-on-light .hs-form-field select {
  background-color: transparent;
  border: 2px solid #072431;
  font-size: 1.2em;
  font-weight: 400; }

.form-on-light .hs-form-field select {
  height: auto; }

.form-on-light .hs-form-field textarea {
  min-height: 90px; }

.form-on-light .hs-error-msgs {
  padding: 0;
  margin: 0 0 0.55em;
  list-style: none; }
  .form-on-light .hs-error-msgs label, .form-on-light .hs-error-msgs li {
    color: #f73d3d; }
  .form-on-light .hs-error-msgs li label {
    font-size: .65em;
    margin: 0; }

.form-on-light .actions .hs-button,
.form-on-light a.hs-button.primary {
  font-size: 1.1em;
  border: 2px solid #84D600;
  padding: .5em 1.7em .65em;
  background: none;
  text-transform: uppercase;
  color: #072431;
  border-radius: 2em;
  font-weight: 400;
  margin-top: 0.75em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .form-on-light .actions .hs-button:hover,
  .form-on-light a.hs-button.primary:hover {
    background: #84D600; }

#hs-search-module [role="search"] label {
  color: #a5a5a5; }

#hs-search-module input[type="text"], #hs-search-module input[type="search"] {
  text-align: center;
  font-size: 1.25em;
  height: auto;
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 2px solid #072431; }

#hs-search-module a.hs-button.primary {
  font-weight: 700;
  margin-top: 1em;
  display: inline-block; }

p.highlighted {
  color: #84D600;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2; }

h1.pre-highlighted {
  margin: 0 auto .5em;
  font-size: 1.1em;
  opacity: 0.65;
  font-weight: 400; }

p.block-downarr {
  margin-bottom: -1em;
  font-size: 1.2em;
  margin-top: 2em;
  color: #072431; }

.usergroup-preheading {
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 500; }

.hero-fullscreen-ug h3 {
  font-size: 1.8em;
  text-transform: capitalize;
  margin-bottom: .3em; }

.ug-pagecontent blockquote {
  border-left: 3px solid #84D600;
  padding-top: 1em;
  padding-bottom: 1em; }
  .ug-pagecontent blockquote p {
    margin: 0; }

p.has-sep span {
  color: #84D600;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px; }

.usergroup-post:after {
  clear: both;
  content: "";
  display: table; }

.usergroup-post:before {
  content: "";
  display: table; }

.usergroup-post .ugpost-outer {
  display: block; }
  .usergroup-post .ugpost-outer p {
    color: #d8d8d8; }

.usergroup-post figure img {
  display: block;
  width: 100%;
  height: auto; }

.usergroup-post_content {
  background: #072431;
  position: relative;
  z-index: 299;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: -6em; }
  .usergroup-post_content h6 {
    text-transform: uppercase;
    text-align: right;
    color: #57b5ce;
    margin-right: 1.5em;
    font-size: .9em;
    margin-bottom: 0; }

.block-ugposts {
  padding-bottom: 4em; }

.maps-iframe-outer {
  position: relative;
  height: 0;
  padding-bottom: 66.66666667%;
  overflow: hidden; }
  .maps-iframe-outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ww-usergroup-2016 #site-main {
  min-height: 100vh;
  background: #3a4750; }

.ww-usergroup-2016 .block-default {
  background: #fefefe; }

.ww-usergroup-2016 .block-usergroup {
  padding-bottom: 4.5em; }

.ww-usergroup-2016 .main-menu_trigger {
  display: none !important; }

.ww-usergroup-2016 .sidenav-menu .show-for-small-only {
  display: none !important; }

.ww-usergroup-2016 .sidenav-menu .is-viewing-child > a {
  color: #84D600; }

.ww-usergroup-2016 .hero-fullscreen-ug {
  height: calc( 100vh - 70px); }

.ww-usergroup-2016 .product-subnav {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }
  .ww-usergroup-2016 .product-subnav[style*="fixed"] {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.ww-usergroup-2016 .product-subnav_left {
  position: relative; }
  .ww-usergroup-2016 .product-subnav_left .button {
    position: absolute;
    display: block;
    top: 12px;
    background: #fefefe;
    right: 15px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: -10px;
    margin: 0; }

.ww-usergroup-2016 #product-subnav-toggle {
  text-align: right;
  margin-right: -12px; }
  .ww-usergroup-2016 #product-subnav-toggle span {
    display: block;
    position: absolute;
    padding: 15px 5px;
    padding-right: 0;
    right: 90%;
    top: 0;
    color: #84D600;
    text-transform: uppercase;
    font-weight: 600; }
  .ww-usergroup-2016 #product-subnav-toggle i {
    display: inline-block;
    padding: 10px 0;
    font-size: 1.4em; }

.ww-usergroup-2016 .product-subnav_menu .button {
  margin: 5px 0 5px; }

.ww-usergroup-2016 .product-subnav_menu p {
  font-size: .7em;
  margin-bottom: 0;
  margin-right: 3.2em; }

.ww-usergroup-2016 .usergroup-details {
  display: inline-block;
  float: left; }
  .ww-usergroup-2016 .usergroup-details h5 {
    margin: 0; }
  .ww-usergroup-2016 .usergroup-details p {
    margin: 0;
    font-size: .85em;
    margin-bottom: 5px; }

.ug-speaker {
  box-shadow: rgba(51, 51, 51, 0.1) 0 0 15px; }
  .ug-speaker.is-showing-bio .ug-speaker--overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
    .ug-speaker.is-showing-bio .ug-speaker--overlay hr {
      opacity: 1;
      -webkit-transform: translateY(0) skewX(-22deg);
      -moz-transform: translateY(0) skewX(-22deg);
      -ms-transform: translateY(0) skewX(-22deg);
      -o-transform: translateY(0) skewX(-22deg);
      transform: translateY(0) skewX(-22deg); }
    .ug-speaker.is-showing-bio .ug-speaker--overlay p, .ug-speaker.is-showing-bio .ug-speaker--overlay .ug-speaker--social {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .ug-speaker.is-showing-nohover .ug-speaker--overlay {
    -webkit-transform: translateY(0) scale(0.92);
    -moz-transform: translateY(0) scale(0.92);
    -ms-transform: translateY(0) scale(0.92);
    -o-transform: translateY(0) scale(0.92);
    transform: translateY(0) scale(0.92);
    opacity: 1; }
    .ug-speaker.is-showing-nohover .ug-speaker--overlay hr {
      opacity: 1;
      -webkit-transform: translateY(0) skewX(-22deg);
      -moz-transform: translateY(0) skewX(-22deg);
      -ms-transform: translateY(0) skewX(-22deg);
      -o-transform: translateY(0) skewX(-22deg);
      transform: translateY(0) skewX(-22deg); }
    .ug-speaker.is-showing-nohover .ug-speaker--overlay p, .ug-speaker.is-showing-nohover .ug-speaker--overlay .ug-speaker--social {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.ug-speaker--img {
  position: relative;
  overflow: hidden; }
  .ug-speaker--img img {
    display: block;
    width: 100%;
    height: auto; }

.ug-speaker--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 36, 49, 0.85);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .ug-speaker--overlay hr {
    border: none;
    margin-bottom: 1.5em;
    margin-left: 2px;
    height: 4px;
    width: 50%;
    background: #84D600;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s; }
  .ug-speaker--overlay p {
    color: #fefefe;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s; }

.ug-speaker--overlay-liner {
  padding: 30px 20px; }

.ug-speaker--social {
  margin-top: 1em;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s; }
  .ug-speaker--social:after {
    clear: both;
    content: "";
    display: table; }
  .ug-speaker--social:before {
    content: "";
    display: table; }
  .ug-speaker--social a {
    text-align: center;
    display: block;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    background: #fefefe;
    float: left;
    margin-right: 10px; }
    .ug-speaker--social a i {
      color: #072431;
      display: block;
      margin-top: 5px; }

.ug-speaker--info {
  padding: 30px 20px;
  padding-left: 15px; }
  .ug-speaker--info h5 {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase; }
  .ug-speaker--info p {
    margin: 0; }

.ug-speaker--info-liner {
  padding-left: 15px;
  border-left: 4px solid #84D600; }

.ug-speakers-row {
  margin-top: 2em; }

.nag-panel {
  position: fixed;
  z-index: 999999;
  bottom: 1em;
  right: 1em;
  background: #fff;
  border-top: 6px solid #84D600;
  border-radius: 3px;
  box-shadow: rgba(7, 36, 49, 0.3) 0 0 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .nag-panel.is-nagging {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .nag-panel.at-page-top {
    -webkit-transform: translateY(-6em);
    -moz-transform: translateY(-6em);
    -ms-transform: translateY(-6em);
    -o-transform: translateY(-6em);
    transform: translateY(-6em); }
  .nag-panel .button {
    margin-bottom: 0; }
  .nag-panel h4 {
    margin: 0 0 0.2em; }
  .nag-panel p {
    margin: 0 0 1em; }

.nag-panel--liner {
  padding: 2em;
  position: relative; }

#nag-panel-close {
  position: absolute;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  right: 0;
  padding: 1em;
  margin: 0;
  background: transparent;
  color: #ddd;
  font-size: .8em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #nag-panel-close:hover {
    color: #072431; }

.ug-pagecontent ul {
  list-style-position: inside; }

.ug-pagecontent .top10--link {
  font-size: 1.4em;
  font-weight: 800; }

.ug-agenda-page .ug-pagecontent .medium-6 {
  float: none !important;
  width: 100% !important;
  text-align: center;
  margin-bottom: 3em; }
  .ug-agenda-page .ug-pagecontent .medium-6 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5em; }

.ug-agenda-page .ug-pagecontent table {
  font-size: 1em;
  border-color: #eee;
  box-shadow: rgba(7, 36, 49, 0.05) 0 0 4em; }
  .ug-agenda-page .ug-pagecontent table tr {
    background: #fff;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ug-agenda-page .ug-pagecontent table tr.muted {
      background: #f9f9f9; }
  .ug-agenda-page .ug-pagecontent table tr td {
    border-right: 1px solid #eee;
    line-height: 1.8;
    padding: 15px; }
    .ug-agenda-page .ug-pagecontent table tr td:first-child {
      width: 30%;
      font-weight: 700;
      font-size: 1.05em; }
    .ug-agenda-page .ug-pagecontent table tr td:last-child {
      width: 55%;
      border-right: none; }
  .ug-agenda-page .ug-pagecontent table .theading {
    background: #072431; }
    .ug-agenda-page .ug-pagecontent table .theading td {
      font-size: 14px;
      color: #ffffff;
      padding: 15px;
      font-weight: 800;
      text-transform: uppercase;
      border: none !important; }

.ug-prezform {
  width: 320px;
  padding: 20px;
  float: left;
  min-height: 15em;
  margin-right: 3%;
  padding-bottom: 1.5em;
  background: #072431; }
  .ug-prezform h4 {
    font-size: 1.15em;
    color: #fff; }
  .ug-prezform label {
    color: #a6a6a6; }
  .ug-prezform input[type="text"], .ug-prezform input[type="tel"], .ug-prezform input[type="email"] {
    margin-bottom: 5px; }
  .ug-prezform .hs-button {
    text-transform: uppercase;
    font-weight: 800;
    border: 2px solid #84D600;
    background: none;
    padding: .5em 1.5em;
    color: #fff;
    margin-top: 1em;
    border-radius: 2em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ug-prezform .hs-button:hover {
      background: #84D600; }

.ug-pageid--4281563051 .ug-pagecontent h3.is-decorative {
  font-weight: 800;
  padding-top: 0.85em;
  border-top: 1px solid rgba(7, 36, 49, 0.2);
  position: relative;
  margin-bottom: 1em; }
  .ug-pageid--4281563051 .ug-pagecontent h3.is-decorative:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 5em;
    height: 5px;
    background: #84D600;
    -webkit-transform: skewX(22deg);
    -moz-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    -o-transform: skewX(22deg);
    transform: skewX(22deg); }

.ug-pageid--4281563051 .ug-pagecontent table p {
  margin: 0; }

.ug-pageid--4281563051 .ug-pagecontent table {
  font-size: 1em;
  border-color: #eee;
  box-shadow: rgba(7, 36, 49, 0.05) 0 0 4em; }
  .ug-pageid--4281563051 .ug-pagecontent table tr {
    background: #fff;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ug-pageid--4281563051 .ug-pagecontent table tr.muted {
      background: #f9f9f9; }
  .ug-pageid--4281563051 .ug-pagecontent table tr td {
    border-right: 1px solid #eee;
    line-height: 1.8;
    padding: 15px; }
    .ug-pageid--4281563051 .ug-pagecontent table tr td:first-child {
      width: 30%;
      font-weight: 700;
      font-size: 1.05em; }
    .ug-pageid--4281563051 .ug-pagecontent table tr td:last-child {
      width: 55%;
      border-right: none; }
  .ug-pageid--4281563051 .ug-pagecontent table .theading {
    background: #072431; }
    .ug-pageid--4281563051 .ug-pagecontent table .theading td {
      font-size: 14px;
      color: #ffffff;
      padding: 15px;
      font-weight: 800;
      text-transform: uppercase;
      border: none !important; }

.ug-pageid--4254395399 .ug-pagecontent blockquote {
  font-size: 130%;
  margin-bottom: 2em; }

.ug-pageid--4254395399 .ug-pagecontent img {
  display: block;
  width: 120% !important;
  max-width: 120%;
  margin-left: -10% !important;
  padding-top: 1em; }

@media (min-width: 642px) {
  .ww-usergroup-2016 .product-subnav_left .button {
    display: none; }
  .ww-usergroup-2016 .usergroup-details h5 {
    font-size: 1.4em; }
  .ww-usergroup-2016 .usergroup-details p {
    font-size: 1em; }
  .ww-usergroup-2016 .btn-bigger {
    font-size: 1.15em;
    padding: .7em 1.8em; }
  .ww-usergroup-2016 .block-alt_dark-bg .block-alt_img figure {
    padding-bottom: 50%; } }

@media (min-width: 40.063em) {
  .ww-usergroup-2016 .block-default.block-halfimg {
    padding-top: 2.5em; }
  .ww-usergroup-2016 .block-halfimg .full-row {
    margin-bottom: 3em; }
  .ww-usergroup-2016 .site-header_right {
    padding-right: 0 !important; }
  .ww-usergroup-2016 .product-subnav_right {
    text-align: right; }
  .hero-fullscreen-ug h3 {
    font-size: 2.4em; }
  .ug-agenda-page .ug-pagecontent table tr td,
  .ug-pageid--4281563051 .ug-pagecontent table tr td {
    padding: 20px; } }

@media (min-width: 64.063em) {
  .ww-usergroup-2016 .block-ugpersonas {
    padding-top: 10em;
    padding-bottom: 5.5em; }
  .ww-usergroup-2016 .block-usergroup {
    padding-bottom: 6.5em; }
  .ww-usergroup-2016 .block-alt_liner {
    margin-top: 7%; }
  .ww-usergroup-2016 .dark-col {
    padding: 20px; }
  .block-ugposts {
    padding-bottom: 6.875em; }
  h3.has-wings div {
    position: relative;
    display: inline-block; }
    h3.has-wings div:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 2.2em;
      height: 2px;
      background: #84D600;
      right: 99%; }
    h3.has-wings div:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 2.2em;
      height: 2px;
      background: #84D600;
      left: 99%; }
  .hero-fullscreen-ug h3 {
    font-size: 3.2em; }
  .hero-fullscreen-ug h1.pre-highlighted {
    font-size: 1.45em; } }

@media (max-height: 550px), (max-width: 550px) {
  h3.has-wings {
    display: none; }
  h1.pre-highlighted {
    opacity: 1;
    font-weight: 800;
    font-size: 2.35em;
    margin-top: 20px; } }

/*

*/
