/* GENERAL */
html {
    background: #ffffff;
}
body {
    background: ;
    max-width: 100%;
    margin: 0 auto;
    font-family: ;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    line-height: 1.5;
    font-weight:400;
    position:relative;
    overflow-x: hidden;
    color: rgba(0,0,0,.86);
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto!important;
    float: none!important;
    padding:0 30px;
}
.curve-bg {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    height: 615px;
    z-index:-9999;
}
.svg-curve-01, .svg-curve-02, .svg-curve-03 {
    position: absolute;
    top:0;
    width: 100%;
    min-height: 615px;
    z-index: -1  
}
.svg-curve-02, .svg-curve-03 {
  opacity:0;
}

.SidebarMenu {
  max-width: 264px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10001;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14), 0 5px 7px rgba(0, 0, 0, 0.07), 0 0 36px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(25px) scale(1.05);
  -ms-transform: translateX(25px) scale(1.05);
  transform: translateX(25px) scale(1.05);
  transition: none;
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  -webkit-transition-duration: 0.15s, 0.15s, 0s;
  -o-transition-duration: 0.15s, 0.15s, 0s;
  transition-duration: 0.15s, 0.15s, 0s;
  -webkit-transition-timing-function: ease-in, ease-in, linear;
  -o-transition-timing-function: ease-in, ease-in, linear;
  transition-timing-function: ease-in, ease-in, linear;
  -webkit-transition-delay: 0s, 0s, 0.5s;
  -o-transition-delay: 0s, 0s, 0.5s;
  transition-delay: 0s, 0s, 0.5s;
}
.SidebarMenu--visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-duration: 0.25s, 0.25s;
  -o-transition-duration: 0.25s, 0.25s;
  transition-duration: 0.25s, 0.25s;
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
}
SidebarMenu--medium {
  max-width: 302px;
}
@media (min-width: 600px) {
  .SidebarMenu--medium-sm {
    max-width: 302px;
  }
}

	
@media (max-width: 1200px) {
	.svg-curve-02 {
		 opacity:1;
	} 
	.svg-curve-01, .svg-curve-03 {
		 opacity:0;
	} 
}
@media (max-width: 769px) {
	.svg-curve-03 {
		 opacity:1;
		 margin-top:-220px;
	} 
	.svg-curve-01, .svg-curve-02 {
		 opacity:0;
	} 
}
@media (max-width: 341px) {
	.svg-curve-03 {
		 opacity:1;
	} 
	.svg-curve-01, .svg-curve-02 {
		 opacity:0;
	} 
}
.hero {
    position:relative;
    z-index:1000;
}  
.landing-logo {
    margin-top:39px;   
    padding-left:53px;
}

@media (max-width: 767px) {
	.landing-logo {
	  padding-left: 36px;
	}
}

.hero-heading {
    margin-top:120px;
    text-align:center;
}
.hero-heading h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.306;
    color: #ffffff;
}
.hero-heading h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.493;
    color: rgba(255,255,255,0.76);
    margin:-21px 0 79px 0;
}


@media only screen and (max-width: 768px) {
    .table td {
        line-height: 1.493;
    }
}




.hero-description p {
    font-size:21px;
    line-height:27px;
    margin:0 0 78px 0;
    text-align:center;
    color: rgba(255,255,255,0.76);
}
.hero-description a {
    color:#7FEAFF;
    font-weight:normal;
}
.hs-button.primary {
    padding: 10px 21px 12px 21px;
    letter-spacing: 0;
    text-transform: none;
    background: #16b8e0;
    margin-top: 16px;
    display: inline-block;
    margin: 0;
    margin-bottom: 1.2em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: 0;
    border: 0;
    font-size: 16px;
    font-family: "Sailec",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
    white-space: nowrap;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.hs-button.secondary {
    padding: 10px 21px 12px 21px;
    letter-spacing: 0;
    text-transform: none;
    background: rgba(255,255,255, 0.3);
    margin-top: 16px;
    display: inline-block;
    margin: 0;
    margin-bottom: 1.2em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: 0;
    border: 0;
    font-size: 16px;
    font-family: "Sailec",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
    white-space: nowrap;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bottom-button {
    margin:82px 0 65px 0;
}
.form-container {
    background:#ffffff;
    padding:60px 60px 40px 60px;
    border-radius:3px;
    box-shadow: 0 16px 36px 0 rgba(0,0,0,0.14), 0 5px 7px 0 rgba(0,0,0,0.07), 0 0 36px 0 rgba(0,0,0,0.07);
    border-top:3px solid #1CAAD8;
    margin-bottom:54px;
}
.form {
    padding:0 0 0 0;
    margin-top:-32px;
}
.form label {
    font-size:14px;
    font-weight:bold;
    color: rgba(0,0,0,.86);
}
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type="tel"], .form textarea {
    padding: 10px 12px;
    border-radius:3px;
    border:2px solid #dbdbdb;
    background:#ffffff;
}
.form input[type="submit"], .hs-cta_button.primary, .cta_button {
    padding: 11px 21px 12px 21px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    text-transform:none;
    background:#16b8e0;
    margin-top:16px;
}
.contents .wrapper {
    margin-top:65px !important;   
}

.contents h2, .contents h3 {
    color:#232323;
}
.icon-content {
    color:#000000;
}
.icon-content ol {
    font-size:18px;
    line-height:27px;
    margin-left:0px;
    padding-left:16px;
    padding-top:0;
    margin-top:0;
}
.icon-content h3 {
   margin-bottom:10px;
}
.icon-image {
    text-align:center;
}
.hr-dots {
    border: 0;
    height: 1px;
    background: linear-gradient(to right,rgba(0,0,0,.41) 16.66667%,transparent 0);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    margin:62px 0 76px 0;
}
.people {
    text-align:center;
    color: rgba(0, 0, 0, 0.54);
    font-size:15px;
    margin-top:14px;
}
.people img {
    margin-bottom:14px;
}
/* RESPONSIVE STYLES */
@media (max-width: 767px) {
   .hero-heading {
    margin-top:0px;
    text-align:center;
    color:#ffffff;
} 
.icon-image {
    text-align:left;
    margin-bottom:16px;
}
.people {
    margin-bottom:24px;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto!important;
    float: none!important;
    padding:0px;
    margin-top: 16px;
}
.hero-heading {
    padding-left: 12px;
    padding-right: 12px;
}
}




/* BLOG LISTINGS */

/* Blog topics */
.blog-topics ul {
    text-align:center;
    margin-top:-54px;
    margin-bottom:200px;
    padding:0;
}
.blog-topics ul li {
    display:inline-block;
    font-size:12px;
    text-transform:uppercase;
    margin:0 20px 20px 20px;
}
.blog-topics ul li a {
    font-family:Sailec;
    color:#fff;
    font-weight:bold;
    opacity:0.76;
    letter-spacing:1.72px;
    padding-bottom:16px;
    border-bottom:2px solid transparent;
}
.blog-topics ul li a:hover { 
    border-bottom:2px solid #89F0CF;
}
.blog-topics ul li .active {
    border-bottom:2px solid #89F0CF;
}
.filter-link-count {
    display: none;
}

@media only screen and (max-width: 1410px) {
    .blog-topics {
        margin-bottom:53px;
    }
}

@media only screen and (max-width: 498px) {
    .blog-topics {
        visibility: hidden;
    }
}






.blog-section {
    position:relative;
    z-index:1000;
    margin-top:-200px;
    margin-bottom: 142px;
}

@media only screen and (max-width: 1410px) {
    .blog-section {
        margin-top:-255px;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-section {
        margin-top:-190px;
        margin-bottom: 0px;
    }
}



.post-listing {
    overflow:hidden;
    margin-bottom:37px;
}

@media only screen and (max-width: 769px) {
    .post-listing {
        margin-top:-220px;
    }
}

@media only screen and (max-width: 498px) {
    .post-listing {
        margin-top:-360px;
    }
}

@media only screen and (max-width: 408px) {
    .post-listing {
        margin-top:-400px;
    }
}

@media only screen and (max-width: 341px) {
    .post-listing {
        margin-top:-420px;
    }
}



/* Set each post item as 1/3 of 100% */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 53px;
    width: 33.33333333%!important;
    float: left;
    height: 484px;
}

@media only screen and (max-width: 860px) {
    .blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 36px;
    width: 33.33333333%!important;
    float: left;
    height: 100%;
    margin-bottom: 36px;
}
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner {
    margin:0 18px;
    padding: 0px 39px 26px 39px;
    background:#fff;
    box-shadow: 0 11px 24px 0 rgba(0,0,0,0.14), 0 3px 5px 0 rgba(0,0,0,0.07), 0 0 24px 0 rgba(0,0,0,0.07);
    border-radius:3px;
    transition: all .2s ease-in-out;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner:hover {
    transform: scale(1.02);
}
.hs-button.primary:hover {
    transform: translateY(-2.25px) scaleX(1.015) scaleY(1.015);
    transition-duration: .08s;
    background:#14a5c9;
}

/* Move blog pagination to the bottom of page */
.blog-pagination{
	clear:both;
}





/* When below 860px, make post items 100% of 100% */
@media (max-width: 860px){
	.blog-listing-wrapper .post-listing .post-item {
		width:100% !important;
		padding:0 0px;
		margin-bottom:36px;
	}
}

/* Feature image */
.hs-featured-image-wrapper {
    width:100%;
}
.hs-featured-image-link {
    display:block;
    margin:0 -39px;
    overflow: hidden;
    height: 172px; /* Height of the "content" div */
    margin-bottom:32px;
}
.hs-featured-image {
    float:none;
    margin:0;
	max-width:100%;
	width:100%;
	height:auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.post-item .post-header .topic-link {
    font-size: 12px;
    color: #232323;
    letter-spacing: 1.72px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:4px;
}
.post-item .post-header h3 {
    margin-top:12px;
    margin-bottom:4px;
}
.post-item .post-header h3 a {
    color: #000000;
}
.post-item .post-body p {
    color: rgba(0,0,0,0.54); 
}

@media (max-width: 769px){
	.post-header h2 {
		font-size: 24px;
		margin-top: -5px;
	}
}

@media (max-width: 769px){
	.contents h2 {
		font-size: 24px;
	}
}

/* First post styled different */
@media only screen and (max-width: 860px) {
    .blog-listing-wrapper .post-listing .post-item:first-child {
    width: 100% !important;
    float: none;
    height: 100%;
    margin-bottom: 36px;
}
}

@media (min-width: 860px){
.blog-listing-wrapper .post-listing .post-item:first-child {
    width: 100% !important;
    float: none;
    margin-bottom: -120px;
}
.blog-listing-wrapper .post-listing .post-item:first-child .post-item-inner {
    padding: 0 39px 0 39px;
    overflow:hidden;
}
.blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper {
    width:60%;
    float:left;
}
.blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-link {
    height: auto; /* Height of the "content" div */
    margin-bottom:0;
}
.blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.blog-listing-wrapper .post-listing .post-item:first-child .post-header {
    font-size: 9px;
    width:30%;
    float:right;
    margin-top:50px;
}
.blog-listing-wrapper .post-listing .post-item:first-child .post-body {
    width:30%;
    float:right;
}
}

/* Pagination */
.blog-pagination {
    text-align:center;
    margin-bottom:70px;
}
.blog-pagination a {
    background: rgba(0,0,0,.07);
    display: inline-block;
    margin: 0;
    padding: 11px 23px 12px 23px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #000;
    outline: 0;
    border: 0;
    text-transform: none;
    font-size: 16px;
    font-family: "Sailec",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
    letter-spacing: 0;
    border-radius: 3px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Call to action */
.call-to-action {
    background:#084465;
    padding:36px 0 90px 0;
    color:#fff;
}
.call-to-action h2 {
    color:#fff;
    margin:0 0 10px 0;
}
.call-to-action p {
    font-size:24px;
    margin:0 0 48px 0 ;
}




/* BLOG POST */
.blog-post-wrapper, .post-footer {
    max-width: 840px;
    margin: 0 auto!important;
    float: none!important;
    padding:0 30px;
}

@media only screen and (max-width: 768px) {
    .blog-post-wrapper {
        display: inline;
    }
}

.post-contents {
    margin-top:210px;   
}
.topic-link {
    font-family:Sailec;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    opacity:0.76;    
    text-transform:uppercase;
    letter-spacing:1.72px;
    display:inline-block;
    margin-bottom:5px;
}
.post-header h2 {
    color:#fff;
    margin-bottom:22px;
}
/* Feature image */
.hs-featured-post-image-wrapper {
    width:100%;
}
.hs-featured-post-image-inner {
    display:block;
    margin:0 0 52px 0;
    overflow: hidden;
    height: auto;
    border-radius:3px;
    box-shadow: 0 11px 24px 0 rgba(0,0,0,0.14), 0 3px 5px 0 rgba(0,0,0,0.07), 0 0 24px 0 rgba(0,0,0,0.07);
}
.hs-featured-post-image {
    float:none;
    margin:0;
	max-width:100%;
	width:100%;
	height:auto;
    border-radius:3px;
    
}



/* Author */
.author-main-info {
    margin-bottom:34px;
    position:relative;
}
.hs-author-avatar {
    width: 70px;
    margin-right:20px;
}
.hs-author-avatar img {
    width:70px;
    border-radius:50%;
}
.author-name {
    font-weight:bold;
    color: rgba(0,0,0,0.54);
}
.author-name-date {
    padding-bottom:4px;
    color: rgba(0,0,0,0.54);
}
.author-bio {
    color: rgba(0,0,0,0.54);
}

@media (max-width: 768px){
	.author-bio {
		display: none;
	}
}

@media (max-width: 768px){
	.hs-author-avatar {
		display: none;
	}
}

@media (max-width: 768px){
	.author-main-info {
		margin-top: 0px;
		margin-bottom: 16px;
	}
}

/* Post body */
.post-body p {
    line-height:24px;
}
.post-body ul li {
   margin-bottom:8px;
}
.post-body h1, h2, h3, h4, h5, h6 {
    margin: 38px 0 14px 0;
}
.post-body blockquote {
    font-weight:bold;
    color:#000;
    font-size:21px;
    border-left: 3px solid #16b8e0;
    margin-left:0;
    padding-left:38px;
}
.post-body blockquote p {
    line-height:31px;
}


.share-icons {
    left: 20px; 
    position: absolute;
    top: 0; 
    z-index: 999999;
    display:none;
}
.share-icons.fixed { 
  left: 20px; 
  position: fixed;
  top: 50px;
  z-index: 999999;
  display:block;
}



@media only screen and (max-width: 768px) {
    .share-icons.fixed {
        margin-left: -600px;
    }
}




.fa {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom:24px;
}
.fa-facebook {
    font-size: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9px 14px;
    color: #fff;
    background: #000;
}
.fa-twitter {
    font-size: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9px 10px;
    color: #fff;
    background: #000;
}
.fa-linkedin {
    font-size: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9px 12px;
    color: #fff;
    background: #000;
}




.text-2 {
    font-size: 14px!important;
    line-height: 21px!important;
}
.h6, .text-1, .text-2, .text-3 {
    letter-spacing: 0!important;
    font-weight: 400!important;
}

.MarketingHeader__links--highlightable .MarketingHeader__link {
    padding-bottom: 12px;
    border-bottom-width: 3px;
    padding-left: 1px;
    padding-right: 1px;
}

/* Author */
.blog-menu {
    color: rgba(255,255,255,.98);
    margin-top:39px;
    text-align: right!important;
    padding-right:26px;
}
.blog-menu .hs-menu-item a {
    color:#fff;
    font-size: 14px!important;
    line-height: 21px!important;
    letter-spacing: 0!important;
    font-weight: 400!important;
    padding-bottom: 12px;
    border-bottom-width: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-bottom: 0 solid transparent;
    margin-right: 24px!important;
}
.blog-menu .hs-menu-item a:hover {
    border-bottom: 3px solid #16b8e0;
}
.blog-menu .hs-menu-item:nth-of-type(5) a {
    border-bottom: 3px solid #16b8e0;
}
.blog-menu .hs-menu-item:last-child {
    position:relative;
    padding-left: 24px!important;
}
.blog-menu .hs-menu-item:last-child a {
    font-weight: 700!important;
}
.blog-menu .hs-menu-item:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 21px;
    background-color: rgba(255,255,255,.3);
}



/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 1328px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .blog-menu,
  .blog-menu .hs-menu-wrapper > ul,
  .blog-menu .hs-menu-wrapper > ul li,
  .blog-menu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: 100%;
    width: 100%;
    height: auto;
    line-height: 1.72;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: right;
    color:#ffffff;
  }
  
  


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: 0px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: transparent; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:transparent;
    background-color: transparent; 
    border-color: transparent;
  }
  
  @media only screen and (max-width: 767px) {
    .mobile-trigger {
        margin-top:-64px;
        margin-right: -10px;
    }
}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:transparent;
    background-color: transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline-block;
    position: absolute;
top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: transparent; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: transparent; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: absolute;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: inline-block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .blog-menu.js-enabled{
       position: relative;
       padding-top: 79px; /* Makes room for button */
       padding-right: 36px;
       margin: 10px 10px 10px 10px;
   }

   
   .Sidebar--visible {
       max-width: 264px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10001;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14), 0 5px 7px rgba(0, 0, 0, 0.07), 0 0 36px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(25px) scale(1.05);
  -ms-transform: translateX(25px) scale(1.05);
  transform: translateX(25px) scale(1.05);
  transition: none;
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  -webkit-transition-duration: 0.15s, 0.15s, 0s;
  -o-transition-duration: 0.15s, 0.15s, 0s;
  transition-duration: 0.15s, 0.15s, 0s;
  -webkit-transition-timing-function: ease-in, ease-in, linear;
  -o-transition-timing-function: ease-in, ease-in, linear;
  transition-timing-function: ease-in, ease-in, linear;
  -webkit-transition-delay: 0s, 0s, 0.5s;
  -o-transition-delay: 0s, 0s, 0.5s;
  transition-delay: 0s, 0s, 0.5s;
   }
   

  /* Hide menu on mobile */
  .blog-menu.js-enabled .hs-menu-wrapper,
  .blog-menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .blog-menu ul.hs-menu-children-wrapper{
     visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
}

  /* Mobile Menu Styles */ 
  .blog-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .blog-menu .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .blog-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .blog-menu .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
    text-align: right;
  }


  /* Level 1 and Higher Menu List Styles */
  .blog-menu .hs-menu-wrapper > ul li{

  }
  .blog-menu .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #ffffff /* link color set by global mobile-aColor variable */
  }
  .blog-menu .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .blog-menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .blog-menu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .blog-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .blog-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* All HubSpot Forms
   ========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
    margin-bottom: 16px;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {

}

/* Labels (selects field labels and error messages) */
.hs-form label {
            font-weight: bold;;
}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
    border-radius: 3px;
    border: transparent;
    background-color: #eeeeee;
    color: black;
    padding: 6px;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */
    color: #777777;
}
:-moz-placeholder { /* Firefox 18- */
    color: #777777;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #777777;
}
:-ms-input-placeholder { /* IE10 */
    color: #777777;
}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {
    max-width: 400px;
}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {
}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    margin-top: 16px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

.Button {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 600px) {
  .d-none-sm {
    display: none !important;
  }

  .d-inline-sm {
    display: inline !important;
  }

  .d-inline-block-sm {
    display: inline-block !important;
  }

  .d-block-sm {
    display: block !important;
  }

  .d-flex-sm {
    display: flex !important;
  }

  .d-inline-flex-sm {
    display: inline-flex !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.flex-none {
  flex: none !important;
}

.flex-1 {
  flex: 1 !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

@media (min-width: 600px) {
  .flex-column-sm {
    flex-direction: column !important;
  }

  .flex-none-sm {
    flex: none !important;
  }

  .flex-1-sm {
    flex: 1 !important;
  }

  .justify-content-end-sm {
    justify-content: flex-end !important;
  }

  .justify-content-center-sm {
    justify-content: center !important;
  }
}

.width-0 {
  width: 0 !important;
}

.width-1 {
  width: 5px !important;
}

.width-2 {
  width: 7px !important;
}

.width-3 {
  width: 11px !important;
}

.width-4 {
  width: 16px !important;
}

.width-5 {
  width: 24px !important;
}

.width-6 {
  width: 36px !important;
}

.width-7 {
  width: 53px !important;
}

.width-8 {
  width: 79px !important;
}

.width-9 {
  width: 119px !important;
}

.width-full {
  width: 100% !important;
}

.height-0 {
  height: 0 !important;
}

.height-1 {
  height: 5px !important;
}

.height-2 {
  height: 7px !important;
}

.height-3 {
  height: 11px !important;
}

.height-4 {
  height: 16px !important;
}

.height-5 {
  height: 24px !important;
}

.height-6 {
  height: 36px !important;
}

.height-7 {
  height: 53px !important;
}

.height-8 {
  height: 79px !important;
}

.height-9 {
  height: 119px !important;
}

.height-full {
  height: 100% !important;
}

@media (min-width: 600px) {
  .width-0-sm {
    width: 0 !important;
  }

  .width-1-sm {
    width: 5px !important;
  }

  .width-2-sm {
    width: 7px !important;
  }

  .width-3-sm {
    width: 11px !important;
  }

  .width-4-sm {
    width: 16px !important;
  }

  .width-5-sm {
    width: 24px !important;
  }

  .width-6-sm {
    width: 36px !important;
  }

  .width-7-sm {
    width: 53px !important;
  }

  .width-8-sm {
    width: 79px !important;
  }

  .width-9-sm {
    width: 119px !important;
  }

  .width-full-sm {
    width: 100% !important;
  }

  .height-0-sm {
    height: 0 !important;
  }

  .height-1-sm {
    height: 5px !important;
  }

  .height-2-sm {
    height: 7px !important;
  }

  .height-3-sm {
    height: 11px !important;
  }

  .height-4-sm {
    height: 16px !important;
  }

  .height-5-sm {
    height: 24px !important;
  }

  .height-6-sm {
    height: 36px !important;
  }

  .height-7-sm {
    height: 53px !important;
  }

  .height-8-sm {
    height: 79px !important;
  }

  .height-9-sm {
    height: 119px !important;
  }

  .height-full-sm {
    height: 100% !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mt1 {
  margin-top: 5px !important;
}

.mr1 {
  margin-right: 5px !important;
}

.mb1 {
  margin-bottom: 5px !important;
}

.ml1 {
  margin-left: 5px !important;
}

.mln1 {
  margin-left: -5px !important;
}

.mt2 {
  margin-top: 7px !important;
}

.mr2 {
  margin-right: 7px !important;
}

.mb2 {
  margin-bottom: 7px !important;
}

.ml2 {
  margin-left: 7px !important;
}

.mln2 {
  margin-left: -7px !important;
}

.mt3 {
  margin-top: 11px !important;
}

.mr3 {
  margin-right: 11px !important;
}

.mb3 {
  margin-bottom: 11px !important;
}

.ml3 {
  margin-left: 11px !important;
}

.mln3 {
  margin-left: -11px !important;
}

.mt4 {
  margin-top: 16px !important;
}

.mr4 {
  margin-right: 16px !important;
}

.mb4 {
  margin-bottom: 16px !important;
}

.ml4 {
  margin-left: 16px !important;
}

.mln4 {
  margin-left: -16px !important;
}

.mt5 {
  margin-top: 24px !important;
}

.mr5 {
  margin-right: 24px !important;
}

.mb5 {
  margin-bottom: 24px !important;
}

.ml5 {
  margin-left: 24px !important;
}

.mln5 {
  margin-left: -24px !important;
}

.mt6 {
  margin-top: 36px !important;
}

.mr6 {
  margin-right: 36px !important;
}

.mb6 {
  margin-bottom: 36px !important;
}

.ml6 {
  margin-left: 36px !important;
}

.mln6 {
  margin-left: -36px !important;
}

.mt7 {
  margin-top: 53px !important;
}

.mr7 {
  margin-right: 53px !important;
}

.mb7 {
  margin-bottom: 53px !important;
}

.ml7 {
  margin-left: 53px !important;
}

.mln7 {
  margin-left: -53px !important;
}

.mt8 {
  margin-top: 79px !important;
}

.mr8 {
  margin-right: 79px !important;
}

.mb8 {
  margin-bottom: 79px !important;
}

.ml8 {
  margin-left: 79px !important;
}

.mln8 {
  margin-left: -79px !important;
}

.mt9 {
  margin-top: 119px !important;
}

.mr9 {
  margin-right: 119px !important;
}

.mb9 {
  margin-bottom: 119px !important;
}

.ml9 {
  margin-left: 119px !important;
}

.mln9 {
  margin-left: -119px !important;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.px0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p1 {
  padding: 5px !important;
}

.pb1 {
  padding-bottom: 5px !important;
}

.px1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p2 {
  padding: 7px !important;
}

.pb2 {
  padding-bottom: 7px !important;
}

.px2 {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.p3 {
  padding: 11px !important;
}

.pb3 {
  padding-bottom: 11px !important;
}

.px3 {
  padding-right: 11px !important;
  padding-left: 11px !important;
}

.p4 {
  padding: 16px !important;
}

.pb4 {
  padding-bottom: 16px !important;
}

.px4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.p5 {
  padding: 24px !important;
}

.pb5 {
  padding-bottom: 24px !important;
}

.px5 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.p6 {
  padding: 36px !important;
}

.pb6 {
  padding-bottom: 36px !important;
}

.px6 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.p7 {
  padding: 53px !important;
}

.pb7 {
  padding-bottom: 53px !important;
}

.px7 {
  padding-right: 53px !important;
  padding-left: 53px !important;
}

.p8 {
  padding: 79px !important;
}

.pb8 {
  padding-bottom: 79px !important;
}

.px8 {
  padding-right: 79px !important;
  padding-left: 79px !important;
}

.p9 {
  padding: 119px !important;
}

.pb9 {
  padding-bottom: 119px !important;
}

.px9 {
  padding-right: 119px !important;
  padding-left: 119px !important;
}

@media (min-width: 600px) {
  .mt0-sm {
    margin-top: 0 !important;
  }

  .mr0-sm {
    margin-right: 0 !important;
  }

  .mb0-sm {
    margin-bottom: 0 !important;
  }

  .ml0-sm {
    margin-left: 0 !important;
  }

  .mt1-sm {
    margin-top: 5px !important;
  }

  .mr1-sm {
    margin-right: 5px !important;
  }

  .mb1-sm {
    margin-bottom: 5px !important;
  }

  .ml1-sm {
    margin-left: 5px !important;
  }

  .mln1-sm {
    margin-left: -5px !important;
  }

  .mt2-sm {
    margin-top: 7px !important;
  }

  .mr2-sm {
    margin-right: 7px !important;
  }

  .mb2-sm {
    margin-bottom: 7px !important;
  }

  .ml2-sm {
    margin-left: 7px !important;
  }

  .mln2-sm {
    margin-left: -7px !important;
  }

  .mt3-sm {
    margin-top: 11px !important;
  }

  .mr3-sm {
    margin-right: 11px !important;
  }

  .mb3-sm {
    margin-bottom: 11px !important;
  }

  .ml3-sm {
    margin-left: 11px !important;
  }

  .mln3-sm {
    margin-left: -11px !important;
  }

  .mt4-sm {
    margin-top: 16px !important;
  }

  .mr4-sm {
    margin-right: 16px !important;
  }

  .mb4-sm {
    margin-bottom: 16px !important;
  }

  .ml4-sm {
    margin-left: 16px !important;
  }

  .mln4-sm {
    margin-left: -16px !important;
  }

  .mt5-sm {
    margin-top: 24px !important;
  }

  .mr5-sm {
    margin-right: 24px !important;
  }

  .mb5-sm {
    margin-bottom: 24px !important;
  }

  .ml5-sm {
    margin-left: 24px !important;
  }

  .mln5-sm {
    margin-left: -24px !important;
  }

  .mt6-sm {
    margin-top: 36px !important;
  }

  .mr6-sm {
    margin-right: 36px !important;
  }

  .mb6-sm {
    margin-bottom: 36px !important;
  }

  .ml6-sm {
    margin-left: 36px !important;
  }

  .mln6-sm {
    margin-left: -36px !important;
  }

  .mt7-sm {
    margin-top: 53px !important;
  }

  .mr7-sm {
    margin-right: 53px !important;
  }

  .mb7-sm {
    margin-bottom: 53px !important;
  }

  .ml7-sm {
    margin-left: 53px !important;
  }

  .mln7-sm {
    margin-left: -53px !important;
  }

  .mt8-sm {
    margin-top: 79px !important;
  }

  .mr8-sm {
    margin-right: 79px !important;
  }

  .mb8-sm {
    margin-bottom: 79px !important;
  }

  .ml8-sm {
    margin-left: 79px !important;
  }

  .mln8-sm {
    margin-left: -79px !important;
  }

  .mt9-sm {
    margin-top: 119px !important;
  }

  .mr9-sm {
    margin-right: 119px !important;
  }

  .mb9-sm {
    margin-bottom: 119px !important;
  }

  .ml9-sm {
    margin-left: 119px !important;
  }

  .mln9-sm {
    margin-left: -119px !important;
  }

  .p0-sm {
    padding: 0 !important;
  }

  .pb0-sm {
    padding-bottom: 0 !important;
  }

  .px0-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p1-sm {
    padding: 5px !important;
  }

  .pb1-sm {
    padding-bottom: 5px !important;
  }

  .px1-sm {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p2-sm {
    padding: 7px !important;
  }

  .pb2-sm {
    padding-bottom: 7px !important;
  }

  .px2-sm {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .p3-sm {
    padding: 11px !important;
  }

  .pb3-sm {
    padding-bottom: 11px !important;
  }

  .px3-sm {
    padding-right: 11px !important;
    padding-left: 11px !important;
  }

  .p4-sm {
    padding: 16px !important;
  }

  .pb4-sm {
    padding-bottom: 16px !important;
  }

  .px4-sm {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .p5-sm {
    padding: 24px !important;
  }

  .pb5-sm {
    padding-bottom: 24px !important;
  }

  .px5-sm {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .p6-sm {
    padding: 36px !important;
  }

  .pb6-sm {
    padding-bottom: 36px !important;
  }

  .px6-sm {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .p7-sm {
    padding: 53px !important;
  }

  .pb7-sm {
    padding-bottom: 53px !important;
  }

  .px7-sm {
    padding-right: 53px !important;
    padding-left: 53px !important;
  }

  .p8-sm {
    padding: 79px !important;
  }

  .pb8-sm {
    padding-bottom: 79px !important;
  }

  .px8-sm {
    padding-right: 79px !important;
    padding-left: 79px !important;
  }

  .p9-sm {
    padding: 119px !important;
  }

  .pb9-sm {
    padding-bottom: 119px !important;
  }

  .px9-sm {
    padding-right: 119px !important;
    padding-left: 119px !important;
  }
}

.text-1 {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-2 {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-3,.h6 {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-4,.h5 {
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-5,.h4 {
  font-size: 21px !important;
  line-height: 31px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-6,.h3 {
  font-size: 24px !important;
  line-height: 31px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-7,.h2 {
  font-size: 36px !important;
  line-height: 47px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
}

.text-8,.h1 {
  font-size: 53px !important;
  line-height: 61px !important;
  letter-spacing: -0.6px !important;
  font-weight: normal !important;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: bold !important;
}

@media (min-width: 600px) {
  .text-1-sm {
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-2-sm {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-3-sm,  .h6-sm {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-4-sm,  .h5-sm {
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-5-sm,  .h4-sm {
    font-size: 21px !important;
    line-height: 31px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-6-sm,  .h3-sm {
    font-size: 24px !important;
    line-height: 31px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-7-sm,  .h2-sm {
    font-size: 36px !important;
    line-height: 47px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }

  .text-8-sm,  .h1-sm {
    font-size: 53px !important;
    line-height: 61px !important;
    letter-spacing: -0.6px !important;
    font-weight: normal !important;
  }

  .h1-sm,  .h2-sm,  .h3-sm,  .h4-sm,  .h5-sm,  .h6-sm {
    font-weight: bold !important;
  }
}

.text-color-primary {
  color: rgba(0, 0, 0, 0.86) !important;
}

.text-color-secondary {
  color: rgba(0, 0, 0, 0.54) !important;
}

.text-color-hint {
  color: rgba(0, 0, 0, 0.41) !important;
}

.text-color-blue {
  color: #16b8e0 !important;
}

.text-color-blue-100 {
  color: #7feaff !important;
}

.text-color-blue-200 {
  color: #16b8e0 !important;
}

.text-color-blue-300 {
  color: #008ab3 !important;
}

.text-color-blue-400 {
  color: #005678 !important;
}

.text-color-blue-500 {
  color: #00253f !important;
}

.text-color-gray-100 {
  color: #f9f9f9 !important;
}

.text-color-gray-200 {
  color: #eee !important;
}

.text-color-gray-300 {
  color: #dbdbdb !important;
}

.text-color-gray-400 {
  color: #c1c1c1 !important;
}

.text-color-gray-500 {
  color: #969696 !important;
}

.text-color-gray-600 {
  color: #777 !important;
}

.text-color-gray-700 {
  color: #4d4d4d !important;
}

.text-color-gray-800 {
  color: #232323 !important;
}

.text-underline {
  text-decoration: underline !important;
}

a.bg-link {
  display: inline-block;
}

a.bg-link:hover {
  background-color: rgba(127, 234, 255, 0.14) !important;
}

.bg-gray-100 {
  background-color: #f9f9f9 !important;
}

.bg-gray-200 {
  background-color: #eee !important;
}

.bg-gray-300 {
  background-color: #dbdbdb !important;
}

.bg-gray-800 {
  background-color: #232323 !important;
}

.bg-blue-300 {
  background-color: #008ab3 !important;
}

.bg-blue-200 {
  background-color: #16b8e0 !important;
}

.text-color-secondary-hover:hover,a:hover .text-color-secondary-hover {
  color: rgba(0, 0, 0, 0.54) !important;
}

.Icon {
  position: relative;
}

.Icon > svg {
  position: absolute;
}

.Icon--inline {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-self: center;
}

.Icon--inline > svg {
  bottom: -0.125em;
}

.Icon:not(.Icon--inline) {
  height: 0;
  width: 100%;
  padding-top: 100%;
  display: inline-block;
}

.Icon:not(.Icon--inline) > svg {
  top: 0;
  left: 0;
}

.Icon > svg {
  width: 100%;
  height: 100%;
}

.LinkButton {
  color: #16b8e0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.LinkButton:hover {
  color: #008ab3;
  text-decoration: underline;
}

.LinkButton:focus {
  outline: none;
}

.absolute {
  position: absolute;
}

.p-absolute {
  position: absolute !important;
}

.top-0 {
  top: 0 !important;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@media print {
  /* Helpers */

  /* Generic Overrides */

  * {
    box-shadow: none !important;
  }
}

.width-10 {
  width: 177px !important;
}

@media (min-width: 600px) {
  .width-10-sm {
    max-width: 177px !important;
  }

  .width-12-sm {
    width: 394px !important;
  }
}

.height-10 {
  height: 177px !important;
}

/* Use as "<span className="copyright" />Amino, Inc." */

.no-hover-underline:hover {
  text-decoration: none !important;
}

a:hover .d-block-on-hover {
  display: block !important;
}

.flex-center {
  align-items: center !important;
  justify-content: center !important;
}

.hover-underline:hover,a:hover .hover-underline {
  text-decoration: underline !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 600px) {
  .text-center-sm {
    text-align: center !important;
  }
}

body,html {
  height: 100%;
}

.gray-link {
  color: #c1c1c1;
}

.gray-link:visited {
  color: #c1c1c1;
}

.gray-link:hover {
  color: #969696;
}

.gray-link:active {
  color: #777;
}

/* Note: This is one big hack. We don't have phenotypes table styles so these
are just eyeball adjustments from the facts-table styles. I'm positive these
need adjustment */

.SidebarMenu {
  max-width: 264px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10001;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14), 0 5px 7px rgba(0, 0, 0, 0.07), 0 0 36px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(25px) scale(1.05);
  -ms-transform: translateX(25px) scale(1.05);
  transform: translateX(25px) scale(1.05);
  transition: none;
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  -webkit-transition-duration: 0.15s, 0.15s, 0s;
  -o-transition-duration: 0.15s, 0.15s, 0s;
  transition-duration: 0.15s, 0.15s, 0s;
  -webkit-transition-timing-function: ease-in, ease-in, linear;
  -o-transition-timing-function: ease-in, ease-in, linear;
  transition-timing-function: ease-in, ease-in, linear;
  -webkit-transition-delay: 0s, 0s, 0.5s;
  -o-transition-delay: 0s, 0s, 0.5s;
  transition-delay: 0s, 0s, 0.5s;
}

.SidebarMenu--visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-duration: 0.25s, 0.25s;
  -o-transition-duration: 0.25s, 0.25s;
  transition-duration: 0.25s, 0.25s;
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
}

.SidebarMenu--medium {
  max-width: 302px;
}

@media (min-width: 600px) {
  .SidebarMenu--medium-sm {
    max-width: 302px;
  }
}

/* Footer */
.footer-grey {
    background:#f9f9f9;
    padding:53px 0 12px 0;
    color:#fff;
}

.footer-links {
    margin-left: 53px; 
    margin-top: -16px; 
    margin-right: 53px;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
	.footer-links {
		 margin-left: 36px;
		 margin-right: 36px;
	} 
}