
@keyframes vex-fadein {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes vex-fadein {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes vex-fadeout {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes vex-fadeout {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes vex-rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
@keyframes vex-rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.vex, .vex *, .vex *::before, .vex *::after {
    box-sizing: border-box;
}
.vex {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111;
}
.vex-overlay {
    background: #000 none repeat scroll 0 0;
}
.vex-overlay {
    animation: 0.5s ease 0s normal none 1 running vex-fadein;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.vex.vex-closing .vex-overlay {
    animation: 0.5s ease 0s normal none 1 running vex-fadeout;
}
.vex-content {
    animation: 0.5s ease 0s normal none 1 running vex-fadein;
    background: #fff none repeat scroll 0 0;
}
.vex.vex-closing .vex-content {
    animation: 0.5s ease 0s normal none 1 running vex-fadeout;
}
.vex-close::before {
    content: "×";
    font-family: Arial,sans-serif;
}
.vex-dialog-form {
    margin: 0;
}
.vex-dialog-button {
    cursor: pointer;
}
.vex-loading-spinner {
    animation: 0.7s linear 0s normal none infinite running vex-rotation;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    height: 2em;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 1112;
}
body.vex-open {
    overflow: hidden;
}
.hs_cos_flex-slides-thumb > li {
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    width: 210px;
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
    height: 100%;
    margin: 0 auto;
}
.vex-content.hs-gallery {
    background: transparent none repeat scroll 0 0;
    position: absolute;
}
.vex-content.hs-gallery .hs_cos_flex-slider {
    background: transparent none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.vex-content.hs-gallery .hs_cos_flex-slider, .vex-content.hs-gallery .hs_cos_flex-viewport, .vex-content.hs-gallery .hs_cos_flex-slides {
    height: 100%;
}
.vex-content.hs-gallery .hs_cos_flex-slides li {
    height: 100%;
    visibility: hidden;
}
.vex-content.hs-gallery .hs_cos_flex-slides li.hs_cos_flex-active-slide {
    visibility: visible;
}
.vex-content.hs-gallery .hs_cos_flex-slides li img {
    margin: 0 auto;
    width: 100%;
}
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    font-size: 2em;
    line-height: 1.1em;
    padding: 0 5%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.vex-content.hs-gallery .hs_cos_flex-slider.flex-slider-main.slider-mode-lightbox {
    display: block;
}
.vex-content.hs-gallery .hs_cos_flex-direction-nav a {
}
.vex-content.hs-gallery .vex-close {
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 9999999;
}
.vex-content.hs-gallery .vex-close::before, .vex-content.hs-gallery .vex-close::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.vex-content.hs-gallery .vex-close:hover::after, .vex-content.hs-gallery .vex-close:hover::before {
    box-shadow: 0 0 9px #fff !important;
}
.vex-content.hs-gallery .vex-close::after {
    transform: rotate(45deg);
}
.vex-content.hs-gallery .vex-close::before {
    transform: rotate(135deg);
}
@media (max-width: 768px) {
.vex-content.hs-gallery .vex-close {
    height: 25px;
    width: 25px;
}
}
.hs-tools-menu {
    transform: translate3d(0px, 0px, 0px) !important;
    transition: -webkit-transform 0.5s ease 0s !important;
}
body.vex-open .hs-tools-menu {
    transform: translate3d(0px, -70px, 0px) !important;
}
.hs_cos_flex-slider.flex-slider-main.slider-mode-lightbox {
    display: none;
}
.vex-overlay.hs-gallery {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel {
    margin-top: 0;
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a img {
    display: inline;
    vertical-align: middle;
}
ul.hs_cos_flex-slides-main img[data-src] {
    background: rgba(0, 0, 0, 0) url("../../hubspot-static2cdn.s3.amazonaws.com/style_guide/static-2.303/img/spinners/tiny-loader.gif")/*tpa=http://www.uoonn.com/hubspot-static2cdn.s3.amazonaws.com/style_guide/static-2.303/img/spinners/tiny-loader.gif*/ no-repeat scroll center center;
}
.hs-common-error-message {
    background-color: #f0d0d0 !important;
    border: 1px solid #993401 !important;
    border-radius: 3px !important;
    color: #993401 !important;
    font-size: 15px !important;
    margin: 8px 0 !important;
    padding: 8px !important;
}
.hs-common-confirm-message {
    background-color: #cde3cc !important;
    border: 1px solid #360 !important;
    border-radius: 3px !important;
    color: #360 !important;
    font-size: 15px !important;
    margin: 8px 0 !important;
    padding: 8px !important;
}
iframe[src="about:blank"] {
    display: none;
}
.advanced-lp-form-response-message {
    background-color: #cde3cc;
    border: 1px solid #360;
    border-radius: 3px;
    color: #336600;
    font-size: 15px;
    margin: 8px 0;
    padding: 8px;
}
.hs-tools-menu, .hs-tools-menu * {
    font-family: "helvetica neue",helvetica,"arial sans" !important;
    line-height: 18px !important;
    text-shadow: 0 1px #000 !important;
}
.hs-tools-menu {
    -moz-user-select: none !important;
    animation: 1.5s ease 0s normal none 1 running hsflyin !important;
    background: rgba(0, 0, 0, 0.75) -moz-linear-gradient(center top , #404040, #333) repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset !important;
    box-sizing: content-box !important;
    color: #abacac !important;
    cursor: pointer !important;
    margin: 0 !important;
    min-height: 40px !important;
    min-width: 160px !important;
    padding: 0 !important;
    position: fixed !important;
    right: 10px !important;
    top: 10px !important;
    z-index: 2147483647 !important;
}
.hs-tools-menu.hs-collapsed {
    box-shadow: 0 1px 7px rgba(255, 255, 255, 0.25), 0 1px rgba(255, 255, 255, 0.25) inset !important;
    min-width: 40px !important;
}
.hs-tools-menu a {
    color: #abacac !important;
    display: block !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    padding: 8px 10px !important;
    text-decoration: none !important;
}
.hs-tools-menu a:hover, .hs-tools-menu a:active {
    background: #444 none repeat scroll 0 0 !important;
    color: #f7f8f8 !important;
    text-decoration: none !important;
}
.hs-tools-menu li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 18px !important;
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.hs-tools-menu .hs-title {
    font-size: 14px !important;
    font-weight: bold !important;
    margin-left: 9px !important;
    position: absolute !important;
    text-shadow: 0 -1px #000;
    top: -29px !important;
}
.hs-tools-menu .hs-dropdown {
    position: relative !important;
}
.hs-tools-menu.hs-collapsed .hs-dropdown {
    display: none !important;
    opacity: 0.95 !important;
}
.hs-tools-menu ul {
    background: #333 none repeat scroll 0 0 !important;
    box-shadow: 0 1px #222 inset !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    list-style: outside none none !important;
    margin: 41px 0 0 !important;
    padding: 5px 0 !important;
}
.hs-tools-menu img.hs-sprocket {
    border-radius: 3px !important;
    box-sizing: content-box !important;
    padding: 5px 5px 4px 4px !important;
    position: absolute !important;
    right: -1px !important;
    top: -1px !important;
    width: 33px !important;
}
.hs-tools-menu img.hs-sprocket:active {
    background-image: -moz-linear-gradient(center top , #111, #303030) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset !important;
    opacity: 0.5 !important;
}
.hs-tools-menu.hs-collapsed img.hs-sprocket {
    display: block !important;
}
.hs-tools-menu .hs-dropdown::before {
    background: #e36f1e none repeat scroll 0 0 !important;
    content: " " !important;
    display: none !important;
    height: 33px !important;
    position: absolute !important;
    right: 4px !important;
    top: -37px !important;
    width: 33px !important;
    z-index: 15 !important;
}
.hs-tools-menu .hs-dropdown::after {
    background: #000 none repeat scroll 0 0 !important;
    content: " " !important;
    display: none !important;
    height: 33px !important;
    position: absolute !important;
    right: 4px !important;
    top: -38px !important;
    width: 33px !important;
    z-index: 10 !important;
}
@media not all {
.hs-tools-menu .hs-dropdown::before, .hs-tools-menu .hs-dropdown::after {
    display: block !important;
}
.hs-tools-menu img.hs-sprocket {
    display: none !important;
}
}
.hs-rss-item {
    margin-bottom: 20px;
}
.hs-rss-byline {
    font-size: 85%;
    opacity: 0.7;
}
.hs-rss-item.hs-with-featured-image {
    overflow: hidden;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 80%;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 20%;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
}
.hs-classic-form-errors {
    background: #fff9d8 none repeat scroll 0 0;
    border-top: 1px solid #e9e1af;
    margin: 0;
    padding: 10px;
}
.hs-classic-form-errors .top-message {
    font-weight: bold;
}
a.cta_button {
    box-sizing: content-box !important;
    vertical-align: middle;
}
.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0 10px 10px;
}
.hs-breadcrumb-menu-divider::before {
    content: "›";
    padding-left: 10px;
}
body > #calroot > #calhead > #caltitle > select {
    height: auto;
    margin: 0 2px;
    width: auto;
}
.hs-featured-image-link {
    border: 0 none;
}
.hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%;
}
@media (max-width: 568px) {
.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
}
.hs-blog-social-share {
    height: 30px;
}
.hs-blog-social-share .hs-blog-social-share-list {
    list-style: outside none none;
    padding-left: 0;
}
.hs-blog-social-share .hs-blog-social-share-list::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: left;
    margin-right: 5px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .twitter-share-button {
    min-width: 66px !important;
}
img.hs-social-sharing-placeholder {
    border-radius: 0 !important;
    height: 20px !important;
    margin-right: 5px;
    max-height: none !important;
    max-width: none !important;
    width: auto !important;
}
span.hs-image-container {
    display: inline-block;
    padding: 10px;
}
span.hs-image-caption {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.hs-centered-image-container {
    text-align: center;
}
.hs-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
