/*------------------------------------------------------------------------------------------------------
Project:				                     G2 Vendor Microsite
Web Design & Development:		         Maia Singletary
------------------------------------------------------------------------------------------------------*/
/* Site Variables */





/* Colors */
    									/*  */
    									/*  */
    		                /*  */
    									/*  */
    									/*  */
    									/*  */
    									/*  */
    									/* *|

    									/*  */
    									/*  */
    									/*  */
    									/*  */
    							    /*  */
    							    /*  */
    									/*  */

/* Typography */
			    /*  */
                         /*  */
												  /*  */
                         /*  */

/* Containers */
 														/* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


html,body{
  	font-family: 'Barlow', sans-serif; 
  	font-size: 17px;
  	line-height: 22px;
  	font-weight: 400;    
  	color: #26313d;
  	background-color:#fff;
  	height:100%;
  	width:100%;
  	-webkit-font-smoothing: antialiased;
}


/* Backgrounds */
.light-bg{
  	background:#f2f2f2;
}
.white-bg{
  	background:#FFFFFF;
}
.dark-bg{
  	background:#26313d;
}
.red-bg{
  	background:#ff492c;
}
.purple-bg{
  	background:#5a39a2;
}
.blue-bg{
  	background:#2690ce;
}

/* Text Colors */

.default-text{
  	color:#26313d;
}
.white-text{
  	color:#fff;
}
.red-text{
  	color:#ff492c;
}
.purple-text{
  	color:#5a39a2;
}
.blue-text{
  	color:#2690ce;
}

.img-border{border:1px solid #cecece }
.small{font-size: calc(17px - 4px)}

.dark-bg >*,
.blue-bg >*,
.red-bg >*:not(span),
.purple-bg >*,
.blue-bg >*{
  	color:#fff
}

/* Section Padding */
.default-padding{
    padding:80px 0;
}
.extra-padding{
    padding:120px 0;
}
.top-padding{
    padding:80px 0 0 0;
}
.bottom-padding{
    padding:0 0 80px 0;
}
.no-padding{
    padding:0;
}
.header.extra-padding {
    padding: 200px 0;
}
@media (max-width:1023px){
  	.default-padding{
        padding:40px 0;
    }
    .extra-padding, .header.extra-padding {
        padding:60px 0;
    }
    .top-padding{
        padding:40px 0 0 0;
    }
    .bottom-padding{
        padding:0 0 40px 0;
    }
}


.sm-divider{
    height:3px;
    width:80px;
    background:#ff492c;
    margin:20px 0 30px;
}
  
  
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

a {
    color: #ff492c;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover,
a:focus {
    color: 26313d;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 5px 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}
h1 {
    font-size: 52px;
    line-height:1.2
}
h2 {
    font-size: 38px;
     line-height:1.2
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
    line-height: 17px;  
}
p {
		margin: 0 0 20px 0;
}
ul li{
   margin: 0 0 8px 0;
}

@media (max-width:767px){
    h1 {
      font-size: 36px;
      line-height:44px
    }
    h2 {
      font-size: 26px;
    }
    h3 {
      font-size: 24px;
    }
    h4 {
      font-size: 18px;
    }
    h5 {
      font-size: 16px;
    }
    p {
      font-size: 16px;
      line-height:22px
    }
}

li.checked{
  
}


sup {
    font-size: 10px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: 1px;    
}
.img-full img{min-width:100%;}
.eyebrow{
 		font-weight:400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
  	margin-bottom:10px
}
.nav>li>a{
  	position: relative;
    display: block;
    padding: 10px 15px;
}

/*Buttons*/
body .hs-button.primary,
body .cta_button:not(.blog-cta-block),
body input[type="submit"],
body input[type="button"], 
.leadinModal .leadin-button,
body .cta_button.blog-cta-block .cta-block>span.btn-blog,
.btn {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
    padding: 12px 60px;
    border-radius: 100px;
  	background-color: #ff492c;
    touch-action: manipulation;
    cursor: pointer;
    border: 2px solid transparent;
    /*white-space: nowrap;*/
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn.btn-nav{
    margin:0
}
.btn.ghost{
    background:transparent;
    color:#ff492c;
    border:2px solid #ff492c;
}

.red-bg .btn, .red-bg .btn-flex{
    background-color: #fff;
    border:2px solid #fff;
    color:#ff492c;
		text-decoration: none;
}
.purple-bg .btn, .purple-bg .btn-flex
    background-color: #ff492c;
    border:2px solid #ff492c;
    color:#fff;
		text-decoration: none;
}
.blue-bg .btn, .blue-bg .btn-flex{
    background-color: #26313d;
    border:2px solid #26313d;
    color:#fff;
		text-decoration: none;
}
.red-bg .btn.ghost, .red-bg .btn-flex.ghost{
    background-color: transparent;
    border:2px solid #fff;
    color:#fff;
		text-decoration: none;
}
.purple-bg .btn.ghost, .purple-bg .btn-flex.ghost,
.blue-bg .btn.ghost, .blue-bg .btn-flex.ghost{
    background-color: transparent;
    border:2px solid #26313d;
    color:#fff;
		text-decoration: none;
}
.btn.btn-white-border {
    border:2px solid #fff!important;
}
.btn.small {
    padding: 9px 25px;
    font-size:14px;
}
.btn.tiny {
    padding: 5px 20px;
    font-size:14px;
}
.btn-secondary,
body .hs-button.secondary,
body .cta_button.blog-cta-block .cta-block>span.btn-blog{
  	background-color: #5a39a2;
}
.btn-dark, .btn.ghost.btn-dark{
  	background-color: #26313d;
}
.btn-white, .btn.ghost.btn-white{
  	background-color: #fff;
    color:#ff492c
}
.btn-yellow, .btn.ghost.btn-yellow{
  	background-color: #FED203;
    color:#26313d;
}

body .hs-button.primary:hover,
body .cta_button:hover:not(.blog-cta-block),
body input[type="submit"]:hover,
body input[type="button"]:hover,
body .hs-button.primary:focus,
body .cta_button:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus,
.btn:hover,
.btn:focus,
.btn.focus,
.btn.ghost:hover,
body .cta_button.blog-cta-block .cta-block>span.btn-blog:hover{
    background-color: #26313d;
    border:2px solid #26313d;
    color:#fff!important;
		text-decoration: none;
}


/*Blog Inline CTA Buttons */
body .cta_button.btn-blog-cta{
  	font-size: 18px;
  	padding:15px 35px;
  	text-transform:none;
  	display:block;
    border: 2px solid #ff492c
}
body .cta_button.btn-blog-cta:hover{
    color: #ff492c!important;
    background-color: #fff;
  	border: 2px solid #ff492c
}

body .cta_button.blog-cta-block .cta-block{
   display:block;
   padding: 50px 40% 55px 40px;
   margin:40px;
   border-radius:10px;
   color:#fff;
   font-size:24px;
   font-weight:700;
   background: url('https://learn.g2.com/hubfs/Vendor%20Microsite/blog-cta-bg.png') right no-repeat;
   background-size: cover;
}
body .cta-block-v2{
   display:block;
   padding: 20px;
   margin:40px;
   border-radius:10px;
   border:2px solid #ff492c;
   font-size:24px;
   font-weight:700;
   color: #26313d;
   background-size: cover;
}

span.btn-blog{
    display: block!important;
    text-align: center;
    font-size: 18px;
    margin: 40px;
    padding: 20px 12px;
}
span.btn-blog-v2{
    display: block;
    text-align: center;
}
body .cta_button.blog-cta-block .cta-block span.btn-blog{
  padding: 12px;
}

@media (max-width:767px){
   body .cta_button.blog-cta-block .cta-block{
      padding: 30px;
      margin: 15px;
      background: url(https://learn.g2.com/hubfs/Vendor%20Microsite/blog-cta-bg.png) no-repeat;
      text-align: center;
      background-size: auto;
  }
}




table {
		border-collapse:collapse;
    margin-bottom: 24px
}
caption {
    padding-top: 23px;
    padding-bottom: 23px;
    color: #999999;
    text-align: left
}
th {
    text-align: left;
    background: #e6e8ec;
    font-size: 18px;
    text-transform: uppercase
}
td.checked, th.checked {
    text-align: center;
    color: #ff492c
}

table> thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 20px;
    line-height: 1.5;
    border-top: none;
    font-size: 17px;
    color: #26313d;
		font-weight: 400
}
table> thead > tr > th,
table > tbody > tr > th{
  background:#dcdedc
}
table tbody tr:nth-child(even){
  background:#eaebea
}
table > thead > tr > th {
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 700
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0
}

@media screen and (max-width: 767px) {
    table> thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        padding: 10px 5px;
        line-height: 16px;
        font-size: 14px
    }
    table > thead > tr > th {
        padding-top: 10px;
        padding-bottom: 10px
    }
}


/* Menu Styles */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
.top-nav, .top-bar, .top-bar ul,.title-bar{
    background:#fff;
    z-index:1000
}
.title-bar .menu-icon{
    position:absolute; 
    margin:0;
    color: #ff492c;
    background: #ff492c;
    right: 15px;
    height: 21px;
    top: 20px
}
.title-bar{padding:0 20px}
.top-bar{padding:0 30px}
.top-bar, .top-bar ul li a{
    color:#26313d
}
.top-bar ul li{
    padding-bottom:0;
    margin-left:0;
    margin-bottom:0;
    list-style: none
}
.brand-logo:after {
    content: 'Seller Solutions';
    color: #ff492c;
    font-size: 24px;
    position: absolute;
  	padding:29px 15px
}
.brand-logo img {
    padding:20px 0;
  	width:40px
}
.sticky.is-stuck{border-bottom:1px solid #f2f2f2}
@media (min-width:640px) and (max-width:800px){ 	 
    .top-bar ul li a{font-size:16px}
    .top-bar .btn.small {
        padding: 9px 15px;
        font-size: 14px
    }
}
@media (max-width:639px){ 	 
  .top-bar-left{display:none}
  .top-bar .btn.small {
        padding: 15px;
        text-align:center;
        margin:10px 0 20px 0
    }
}  
li[role="treeitem"]>a.btn.nav-btn {margin-bottom:20px!important}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after{
    border-color:#26313d transparent transparent
}
.dropdown.menu .is-active>a,
.dropdown.menu a:hover{
  color:#ff492c
}
.is-dropdown-submenu{
    border:none;
    border-top:2px solid #ff492c;
    margin-top:-2px;
    box-shadow:2px 4px 4px 0 rgba(0,0,0,.15);
    transition:all .3s ease-in-out
}
#culture-site .is-dropdown-submenu{
    min-width:250px
}
.dropdown .is-dropdown-submenu a{
    padding:15px;
    border:1px solid transparent
}
.dropdown .is-dropdown-submenu:last-child a{
    padding:15px
}
.dropdown .is-dropdown-submenu a:before{
    display:none
}
#culture-site .dropdown .is-dropdown-submenu a{
    padding:8px;
}
.dropdown .is-dropdown-submenu a:hover{
    background:#ff492c;
    color:#fff
}

@media (max-width:767px){
 	.dropdown.menu>li>a, .top-bar ul li a{
    padding:10px
  }
}


/* Contact*/
.form-container, .content-container{
    padding: 40px;
    background: #fff;
    border-radius: 5px
}
.form-container h6{
    font-size:12px 
}
.form-container *:not(.hs-button),
.form-container *:not(h6>a){
  color:#26313d!important
}
.header .form-container p,
.form-block .form-container h1,
.form-block .form-container h3,
.form-block .form-container h5,
.form-block .form-container p{
  color:#26313d
}

.header .form-container{
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.header.white-bg .form-container{
 		background: #fafafa;
    padding: 30px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}
.form-container .hs-button.primary, 
.form-container .cta_button, 
.form-container .btn-primary{
 		background:#ff492c;
  	padding:10px 20px
}
.form-container input[type="email"], 
.form-container input[type="text"], 
.form-container input[type="tel"], 
.form-container textarea {
    margin-bottom: 5px;
}
.header .form-container span{
    line-height:14px;
  	font-size: 13px;
}
.form-container select{
    height:40px;
  	font-size: 13px;
}
.form-container [type=checkbox], 
.form-container [type=file], 
.form-container [type=radio],
.form-container select,
.form-container ul{
  	margin-bottom:0;
}
.form-container fieldset{
  	max-width:none!important
}
.form-container h3,
.form-container h5{
 		color:#26313d!important
}

.form-container ul{margin-left:0}

section.post-body .legal-consent-container p,
.legal-consent-container p,
section.post-body .legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext{
  font-size:12px;
  line-height:14px
}
 {
  font-size:12px;
  line-height:14px;
  color:#666;
  margin-bottom:0px
}
input[type="submit"]{
  width:100% 
}
input[type="email"], 
input[type="text"], textarea {
    padding: 10px;
    width: 100%;
    border-radius:3px;
    margin-bottom:10px
}
textarea {
    min-height:110px
}
.inputs-list li{
  list-style:none;
  margin-left:0
}
li.hs-form-checkbox [type=checkbox], 
li.hs-form-checkbox[type=file], 
li.hs-form-checkbox[type=radio]{
  margin-bottom:3px
}
input[type=text]:focus, textarea:focus, input[type=email]:focus {
    background-color: rgba(185, 196, 202, 0.2)
}

.contact-image img {max-width:200px}

/*FOOTER*/
footer {
    padding:30px 0;
    background: #26313d
}
footer h5{font-weight:600}
footer ul {
    margin-bottom: 0;
    margin-left:0;
    padding: 0;
    list-style: none;
    float:left
}
footer ul li {
  display: inline-block
}
footer ul li a {
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    display: block
}
footer ul li .btn {
    margin: 0
}
footer ul li a:first-child {
    padding-left: 0
}
footer ul.pull-left:last-child a {
    padding-right: 0
}
footer .social-buttons .btn,
footer .social-buttons a {
    margin-top: 5px;
    margin-bottom: 5px
}
.footer ul li, footer ul li {
  margin-left:0
}
footer .copyright,
footer h4,
footer h5,
footer i {
    color: #fff
}
footer .content {
    text-align: left
}
footer .footer-links i {
    font-size: 20px;
    display: inline-block;
    padding-right: 10px
}
footer .footer-links a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff
}
footer a, footer p {
    color: #fff;
    opacity: .80
}
footer a:focus,
footer a:hover {
    color: #ff492c;
    opacity: 1
}
footer hr {
  border-color: rgba(255, 255, 255, .2);
  margin:0
}

footer .copyright {
    font-size: 12px;
    opacity: .80;  
    padding: 4px;
    float:right
}
footer .social-buttons .btn,
footer .social-buttons a {
    margin-top: 5px;
    margin-bottom: 5px
}
.footer-icon-button{
    font-size: 30px;
    padding: 8px;
    line-height: 1em
}
.footer-icon-button.btn-twitter{
    padding-left: 0
}
@media (max-width: 1199px) {
    .copyright.pull-right {
        float: left !important;
        display: block
    }
}
@media (max-width: 992px) {
    footer h5 {
        margin-top: 25px
    }
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%
}







