/*STYLES WITH SWAPPABLE COLOURS*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/*CUSTOMISABLE STYLES START*/

/* Uncomment and recomment out (the slash and * combo wrapping this text) this to hide and show the mobile summary when editing.*/
 /* .mobile-summary-text {
    display: block !important;*/
}

Change the 'background-image' or 'background-color' of the hero image of the landing pages*/
/*.image-container {
  background-image: url('https://547446.fs1.hubspotusercontent-na1.net/hubfs/547446/Technology%20Networks/TN%20Editorial%20Calendar/Analytical%20Cannabis%20Monthly%20Digest/2023/AC%20Banner%20JAn%202023.png');
/* background-image: url('https://547446.fs1.hubspotusercontent-na1.net/hubfs/547446/Technology%20Networks/Landing%20Pages/Default%20Images/Image2.jpg');
  background-image: url('https://547446.fs1.hubspotusercontent-na1.net/hubfs/547446/Technology%20Networks/Landing%20Pages/Default%20Images/Image3.jpg');
  background-image: url('https://547446.fs1.hubspotusercontent-na1.net/hubfs/547446/Technology%20Networks/Landing%20Pages/Default%20Images/Image4.jpg');
  background-image: none !important;
  background-color: #ff6075 !important; */
}

/*Change the 'background-color', and text 'color' of the form banner*/
.form-banner {
  background-color: #5b7f44 !important;
  color: #ffffff !important; 
}

/*Change the 'background-color', and text 'color' of the form button*/
.hs-button {
  background-color: #5b7f44 !important;
  color: #ffffff !important; 
}

/*Hide/Show the sponsor logo*/
.sponsor-logo {
  display: none !important;
}

/*CUSTOMISABLE STYLES END*/



body {
  background-color: transparent;
  font-family: 'open sans';
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

.main-container {
  background-color: #eeeeee;
}

.container {
  max-width: 1280px;
  float: none;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.sticky-nav .container {
    padding: 0.5rem 1rem;
}

.sticky-nav {
  background-color: #22400f ;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  transition: opacity 0.1s;
  height: 63px;
  z-index: 9;
}

.nav-logo img {
  width: 160px !important;
}


.header-top-logos {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.header-top-logos .tn-lgo img {
  height: 100%;
  width: auto !important;
  max-width: 60px; 
}

.tn-logo {
  display: flex !important;
  justify-content: flex-start;
}

.tn-logo img {
    max-height: 60px; 
  width: auto !important;
}

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

.sponsor-logo img {
    max-height: 60px; 
  width: auto !important;
}


.footer-logo img {
  width: 300px !important;
}


.image-container {
  background-image: url('https://547446.fs1.hubspotusercontent-na1.net/hubfs/547446/Technology%20Networks/TN%20Editorial%20Calendar/eBook/AC%20Monthly%20Digest/CannabisDigestBackground.png');
  background-size: cover;
  background-position: center;
}

.image-container .container {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.image-container .row-fluid-wrapper {
  width: 100%;
}

.opacity-container {
  background-color: rgba(0,0,0,8);
  color: #ffffff;
  padding: 0.5rem 1rem;
}

.content-type {
  font-weight: bold;
  font-size: 0.8rem;
  color: #ffffff;
  border-bottom: #dadada solid 2px;
  padding-bottom: 0.65rem;
}

h1 {
 font-family: 'libre baskerville';
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-top: 1rem;
}


.flex-reverse .row-fluid-wrapper .row-fluid {
  display: flex;
}

.mobile-summary-text {
  display: none !important;
}

.body-text {
  padding-right: 1rem;
}

.body-text p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.sponsor-section img {
  max-width: 60%;
}

.sponsor-section p {
  margin-bottom: 0;
}

.span7 {
  margin-top: -3rem;
}

.form-banner {
  font-weight: bold;
  background-color: #5b7f44;
  color: #ffffff;
  padding: 0.25rem 1rem;
  text-align: center;
}

.form-banner p {
  margin: 0;
}


.form {
  background-color: #ffffff;
  padding: 1.5rem 1rem 0 1rem;
}

.form label {
  font-weight: bold;
  font-size: 0.85rem;
}

.form .hs-error-msgs {
   list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
    color: red;
}

.form .hs-error-msgs label {
   font-weight: 400;
}

.form .input {
  display: flex;
}

.form input, select {
  width: 100%;
  background-color: #eeeeee;
  border-radius: 3px;
  border: none;
  padding: 0.5rem;
  margin: 0.2rem 0 0.5rem 0;
}

.form .hs-richtext {
      font-size: 12px;
    line-height: 18px;
}


.hs-fieldtype-radio .input {
  flex-direction: column;
}

.hs-button {
  display: inline-flex;
  background-color: #5b7f44;
  color: #ffffff; 
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  margin: 2rem 0 1rem 0;
  border-radius: 3px;
  text-decoration: none;
  width: auto !important;
}

.footer {
  background-color: #22400f ;
}

.footer-top-container {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: #dadada solid 2px;
}

.footer-text {
  font-family: 'open sans';
  font-size: 0.7rem;
  line-height: 1rem;
  color: #dadada;
}

/* Existing form styles start */
  body form.hs-form fieldset[class*="form-columns"] input[type="radio"] {
	width: auto;
}

  .hs-form .input ul li span {
	position:relative;
}


.hs-form .input ul li {
	height: auto;
	margin-top: .7em;
}

.hs-form .input ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hs-form .input ul li span {
    float: right;
    width: 95% !important;
    position: relative !important;
}

.hs-form .input ul li span.hs-form-required {
	float: none;
}

fieldset {
    max-width: 100% !important;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-1 input[type=checkbox], fieldset.form-columns-1 input[type=radio] {
  width: auto !important;
}

.form input[type="checkbox"], .form input[type="radio"] {
	width: auto;
}

.hs-fieldtype-booleancheckbox .input {
  display: block;
}

.hs-fieldtype-checkbox .input {
  display: block;
}


/* Existing form styles end */

form label.hs-form-booleancheckbox-display, form label.hs-form-checkbox-display {
 font-weight: normal;
 font-size: .75rem;
 line-height: 1.1rem;
 vertical-align: top;
}

.form-privacy-policy {
	background-color: #fff;
	padding: 0 1em;
}

/*MOBILE STYLES*/
@media only screen and (max-width: 767px) {
  .flex-reverse .row-fluid-wrapper .row-fluid {
      flex-direction: column-reverse;
  }
  
  .main-body-text {
      margin-top: 1rem;
  }
  
  .sponsor-section img {
      max-width: 50%;
  }
  
  
  .mobile-summary-text {
    display: block !important;
    margin-bottom: 1rem;
  }
  
  .form label {
    font-weight: bold;
    font-size: 1rem;
  }
  
  .body-text {
    padding-left: 1rem;
  }
  
  .span7 {
  margin-top: 0;
}
  .sticky-nav {
    width: 100% !important;
  }
  
  .sticky-nav .row-fluid .span6 {
    width: 48.93617020799999% !important;
    float: left !important;
}
  
  .tn-logo img {
    max-height: 40px; 
}

.sponsor-logo img {
    max-height: 40px; 
}
  

 

}

/*MOBILE STYLE ENDS*/