.post,
.page {
  margin: 0 !important;
}

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

.brand-img {
  max-width: 250px;
  height: auto;
}

.bg-mz {
  background-color: #222222;
}

/* NAVIGATION */
#masthead {
  max-height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  #masthead {
    max-height: unset;
    overflow-y: unset;
  }
}

#gtranslate_selector {
  color: #f2a900;
  background: none;
  border: none;
  font-weight: bold;
}
#sub-nav {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0;
  padding: 0 1rem !important;
}
#sub-nav .nav .menu-item {
  padding: 0.5rem;
}
#sub-nav .nav .menu-item a {
  color: #f2a900;
}
#sub-nav .nav .menu-item a:hover {
  color: #a67400;
  text-decoration: none;
}
#sub-nav ul li {
  align-self: center !important;
}
#main-nav-container {
  background-color: #f9f9f9;
}

#main-nav .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 1px;
  position: relative;
  display: block;
}

#main-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  color: #f2a900;
}

.site-footer {
  background-color: #333;
  color: #fff;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #ffffff;
  opacity: 0.8;
}

@media (min-width: 992px) {
  #main-nav .dropdown:hover > .dropdown-menu {
    display: block !important;
    margin: 0 !important;
  }
}

.ys-btn {
  font-size: 1.5rem !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.ys-heading-light {
  font-weight: 500 !important;
  letter-spacing: 2px;
}

/* LAYOUT */
main {
  margin-top: 118px;
  min-height: 80vh;
}

@media (max-width: 991.98px) {
  main {
    margin-top: 150px;
  }
}

.partner-img {
  filter: grayscale(95%);
}

/* HOMEPAGE */

.homepage-heading {
  font-size: 64px;
  font-weight: 900 !important;
  line-height: 1;
}

@media (min-width: 992px) {
  #hero {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 75vh;
  }

  #contact-hero {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 25vh;
  }

  /*.homepage-heading{
			font-size: 80px;
			font-weight: 900 !important;
			line-height: 1;
		}*/

  #change-lives {
    background-size: contain;
    background-repeat: no-repeat;
    height: 55vh;
  }
  #change-lives-2 {
    background-size: contain;
    background-repeat: no-repeat;
    height: 55vh;
    background-position: right;
  }
}

@media (min-width: 1900px) {
  #hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 55vh;
  }

  /*.homepage-heading{
		font-size: 80px;
		font-weight: 900 !important;
		line-height: 1;
	}*/
}

/*PRODUCT*/
.product {
  border: none !important;
}
.product-img {
  max-width: 65px;
  height: auto;
}
/* PSYCHO */
#psyhco-stages {
  background-image: url(https://yardtick.local/wp-content/uploads/2020/09/pscho-stages-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* ARCHIVE */
.post {
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
}
.post-details {
  padding-bottom: 1.2rem;
}
.post-excerpt p {
  font-size: 80%;
}
/* CASE STUDY */
.post-template-post-casestudy > .post {
  border-top: none !important;
}

/* Widgets */
.widget_categories ul {
  list-style-type: none;
}
.widget_categories ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.widget_categories ul li a {
  font-size: 18px;
  font-weight: bold;
  padding-top: 1.12rem;
  padding-bottom: 1.12rem;
}
/* BLOG */
.blog-title-block {
  background-size: cover;
  padding: 30px;
}
.blog-title-heading {
  background-color: rgba(249, 249, 249, 0.895);
  text-align: center;
}
.blog-title-heading h2 {
  font-weight: 300;
  line-height: 1.5;
}
.blog-title-heading p {
  color: #6c757d;
}
.blog-title-heading .social-icon {
  width: 30px;
  margin: 0 7px 0 0;
}
a[rel="prev"] {
  float: left;
}
a[rel="next"] {
  float: right;
}
.blog-index-header {
  margin-top: 90px;
  background-image: url(https://images.unsplash.com/photo-1453928582365-b6ad33cbcf64?ixlib=rb-1.2.1&auto=format&fit=crop&w=1052&q=80);
  padding: 60px;
  background-size: cover;
}
.blog-index-header .text-container {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}

[type="submit"]:not(:disabled) {
  color: #fff !important;
  text-align: center;
  background-color: #0072b1;
  border-color: #0072b1;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.postform {
  padding: 0.5rem;
  color: #666;
}
.searchandfilter > div > ul {
  padding-left: 0;
}
/* TWO COLUMn LP */
.two-column-sign-up-column{
	top: 0;
	left: 0;
	width: 660px;
	margin: 0;
	padding: 2em;
	z-index: 1;
	background-color: #f9f9f9;
	height: 100%;
}
.two-column-form-holder{
	background-color:#fff;
	box-shadow: 0 30px 35px -30px rgba(124,152,182,.5);
	max-width: 550px;
	margin: 0 auto;padding: 2em;
}
@media (min-width: 992px) { 
.two-column-sign-up-column{
	top: -15em;
	left: 75px;
	
}
}

/*---- Contact Us --*/

#contact-card {
    position: relative;
    min-height: 583px;
  }
  
  #contact-card.sales-card::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 20px solid #b57f00;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  #contact-card.support-card::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 20px solid #f2a900;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  #contact-card.media-card::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 20px solid #f7cb66;
    width: 100%;
    top: 0;
    left: 0;
  }

/*---- Print CSS --*/
@media only print {
  .fancy-heading-background {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/*---- HUBSPOT --*/
.hs-form-required{
  color: red;
}

.hs-form-field{
  margin-bottom: 18px;
}
.hs-form-field label{
  color: #333;
  font-size: 13px;
}

.hs-form-field .input input{
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}
.hs-input:not([type=file]){
  background-color: #f5f8fa;
}

.actions .hs-button{
    background: #f2a900;
    border-color: #f2a900;
    color: #333333 !important;
    font-size: 17px;
    line-height: 13px;
    padding: 12px;

}

.easy-notification-bar{
    z-index: 10000 !important;
}