/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Trocchi:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap');

/* Monterey_Mushrooms_May_2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  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-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

@media(max-width:767px){

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0%;
    top: 0;
  }

}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
  margin-top:11px;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }



@font-face {
  font-family: "socicon";
  font-style: normal;
  font-weight: 400;
  src: url("//2515135.fs1.hubspotusercontent-na1.net/hubfs/2515135/Monterey_Mushrooms_May_2017-theme/Fonts/socicon.eot") format("embedded-opentype"), 
    url("//2515135.fs1.hubspotusercontent-na1.net/hubfs/2515135/Monterey_Mushrooms_May_2017-theme/Fonts/socicon.woff") format("woff"), 
    url("//2515135.fs1.hubspotusercontent-na1.net/hubfs/2515135/Monterey_Mushrooms_May_2017-theme/Fonts/socicon.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff');
}

@font-face {
  font-family: "Trocchi";
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap') format("embedded-opentype"), 
    url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap') format("woff"), 
    url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap') format("truetype");
}

.fas {
  font-family: 'FontAwesome' !important;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: Montserrat, Regular, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
}

/* SVG BG Wave */
.wave-up {
    height: 50px;
    background-position: 0px 0px;
  }

@media (min-width: 767px) {
  .wave-up {
    height: 50px;
    background-position: 0px 0px;
  }
}

.wave-down {
  height: 50px;
  background-position: 0px -13vw;
}

@media (min-width: 767px) {
  .wave-down {
    height: 95px;
    background-position: 0px -15vw;
  }
}
/* End SVG BG Wave */

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

.text-center{
  text-align:center
}

.extra-small-padding {
  padding-top: 15px;
  padding-bottom: 15px
}

.extra-small-padding-top {
  padding-top: 15px;
}

.extra-small-padding-bottom {
  padding-bottom: 15px
}

.small-padding {
  padding-top: 30px;
  padding-bottom: 30px
}

.medium-padding {
  padding-top: 60px;
  padding-bottom: 60px
}

.medium-padding-top {
  padding-top: 60px
}

.medium-padding-bottom {
  padding-bottom: 60px
}

.large-padding {
  padding-top: 90px;
  padding-bottom: 90px
}


/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/


.image-caption{
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  font-style: italic;
}



/* =============== Typography =============== */

* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Basic text */
p {
  /*   margin-bottom: 28px; */
  margin:14px 0px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Trocchi;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 33px;
  line-height: 50px;
  color: #002D72;
}
h2 {
  font-size: 26px;
  line-height: 41px;
  margin-top: 14px;
  margin-bottom: 14px;
}
h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 33px;
}


.landing-page h2 {
  font-size: 32px;
  font-family: 'Trocchi';
  color: #002D72;
}

.landing-page h3 {
  font-size: 24px;
  color: #002D72;
  font-family: 'Montserrat';
}
.related-resources h3{
  color:#002D72; 
}



h4 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 13px;
}

h4.post-item-title{
  text-transform: inherit !important;
}

h5 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 13px;
}
h6 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 13px;
}

/* Anchor Links */
a { 
  color: #002D72;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #6c342e;
  text-decoration: none;

}



body .interior-group .module-container a:hover, body .interior-group .module-container a:focus { 

  text-decoration: underline;

}

.body-container  a:hover, .body-conatiner a:focus{
  text-decoration:underline; 
}

@media(max-width:767){

  .mobile-header a:hover,.mobile-menu a:focus { 
    color: #ffffff !important;
    text-decoration: none;
  }


}

/* Lists */
ul{
  list-style-type: square;
}
ul, ol {
  margin-bottom: 28px;
  padding-left: 28px;
}
ul ul, ul ol, ol ol, ol ul {
  margin-bottom:0;
}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.footer .menu-items .category {
  font-size:16px;
  color:#ffff;
  font-weight:bold; 
  line-height:28px;
  font-family:Montserrat;
  PADDING-BOTTOM:10px;
}

.footer .menu-items a{
  font-size:14px;
  color:#ffffff !important;
  line-height:38px;
  font-family:Montserrat;
  font-weight:300;
}

.isie .footer .menu-items a{
  font-size:14px;
  color:#ffffff !important;
  line-height:38px;
  font-family:Montserrat;
  font-weight:300;
}


.footer p{
  font-weight:300;
  font-size:14px;
}

.footer-company-info-text{
  padding:0px 20px;   
}

@media(max-width:767px){
  .footer {
    padding:0px 10px;
  }

  .resource-content, .hero-container  .overlay{
    padding:0px 10px; 
  }

}



/* =============== Header =============== */

.home-page .hero-container,.home-page .hero-container .overlay{
  /*   min-height:600px !important;  */
}


.header-container-wrapper {}
.header-container {}

.custom-logo img {
  max-width: 164.63px;
}



h1 sup {
  position: relative;
  display: inline-block;
  font-size: 0.5em;
  top: -1em;
  /*   color:#ffffff; */

}

.split-columns ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


.interior-hero-container, .interior-hero-container .overlay{
  /*   height:450px !important;  */
  min-height: 450px !important;
}
.resource-page .interior-hero-container, .resource-page .interior-hero-container .overlay {
  min-height: 300px !important;
}

.full-width .interior-hero-container,.full-width .interior-hero-container .overlay{
  height:150px !important; 
  min-height: 150px !important;
}

.full-width .interior-hero-overlay-content{
  display:none; 
}

.hero-content{

  margin:0 auto;
}

@media (max-width: 767px){


  .hero-content{
    width:auto !important;
    margin:0 auto;
  }

  .form-content{
    padding:10px;
  }

}

.interior-hero-container .header {

  padding-top: 50px;
}

.resources-form form {display:flex;}
.resources-form form button {border:0;}
.resources-form form input{height:42px;}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hero-content{
  margin-top:60px;
  color:#fff;
  padding-top:40px; 
  display: flex !important;
  flex-flow: column;
}
.home-page .hero-content{
  margin:0px;
  padding:20px; 
}

.landing-page .hero-content{
  margin-top:30px; 
  padding:0px 40px 0px 0px;
}

.hero-overlay-content{
  background:rgba(0,0,0,0.4);
  padding:10px;
  border-radius:5px; 
  margin:10px 0px;
  margin-top:110px;
}

.interior-hero-overlay-content{
  background:rgba(0,0,0,0.4);
  padding:20px;
  border-radius:5px; 
  margin:10px 0px;
  display:inline-block;
  /*   margin-top:100px; */
}

@media(max-width:767px){
  .landing-page .hero-content{
    padding:0px;
  } 
}

.hero-container{
  /*   height:690px;  */
  width:100% !important
}

@media only screen and (max-width: 973px) and (min-width: 767px)  {

  .landing-page .hero-content{
    padding:0px 20px 0px 0px;
  } 
}



/* ================= Module-Specific ========= */
.two-column-module{
  display:flex;
  overflow:hidden;
}

.two-column-module{
  display: flex;
  justify-content: center;
  align-items: center;
}


.product-image {
  padding: 40px;
  background: #ffffff;
  margin-top: -290px;
  position: relative;
  min-height:420px !important;
}

.product-page blockquote {
  font-size: 24px;
  padding: 0px 40px;
  font-family: Montserrat;
  font-weight: 300;
  margin: 20px 0px;
  line-height: 28px;
}


@media(max-width:767px){
  .product-image {

    min-height:0px !important;
  }
}

.product-container h2 {
  font-size: 32px;
  font-family: 'Trocchi';
  color: #002D72;
}

/* =============== Article Page ============ */

.article-page .rich-text-box h2{
  font-size:32px;
  font-family: Trocchi;
  color:#002D72;
  padding:10px 0px;
}

.article-page .rich-text-box h3{
  font-size:20px;
  font-family:Montserrat;
  color:#002D72;
  padding:10px 0px;
}

.article-page .rich-text-box blockquote{
  color:#1F1F1F;
  padding:0px 50px;
  font-style:italic;
}


.product-module h1{
  color:#002D72; 
}

/* ============ Resource Page (2020 - IC) ============ */

.resource-page-2020 .post-item .image{
  margin-bottom:-38px;
} 

.resource-page-2020 .hs-search-field__suggestions{
  display:none; 
}

.resource-page-2020  .related-resources-content h3{
  display:none;
}

.resource-page-2020 form button {
  background: rgba(0, 45, 114, 09);
  padding: 0px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  color: #fff;
  height: 42px;
  min-width: 200px;
  border-radius: 0px;
}

.resource-page-2020 .blog-pagination{
  display:None; 
}

.resource-page-2020 .hs-search-field__suggestions{
  background:#fff; 
}

@media(max-width:767px){
  .resource-page-2020 .post-item  {
    display:block;
  }
}

/* ============ Blog Listing Template (2022 - IC) ============ */

.blog-listing-filter-template .related-resources {
  background: #ffffff;
}

/* blog post template */
@media screen and (min-width: 768px) {
  .blog-post-template-ic .post-container {
    padding-left: 60px;
  }
  .blog-post-template-ic .post-sidebar {
    position:-webkit-sticky;
    position:sticky;
    top: 0;
  }
}
.blog-post-template-ic .social-header {
  font-size: 27px;
}
.blog-post-template-ic .hs_cos_wrapper_type_social_sharing {
  display: flex;
}
.blog-post-template-ic .hs_cos_wrapper_type_social_sharing a {
  margin-right: 15px;
}
.blog-post-template-ic .hs_cos_wrapper_type_social_sharing a:last-child {
  margin-right: 0;
}
.blog-post-template-ic .table-of-contents {
  background: #F5F3EA;
  border-radius: 20px;
  padding: 20px 40px;
  margin-top: 40px;
}
.blog-post-template-ic .post-container .about-author-sec {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.blog-post-template-ic .post-container .about-author-sec h3 {
  font-size: 18px;
  font-weight: 400;
  color: #1F1F1F;
}
.blog-post-template-ic .post-container .about-author-sec .author-link {
  font-size: 18px;
  color: #002D90;
}
.blog-post-template-ic .post-container .about-author-sec p {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #1F1F1F;
}
.blog-post-template-ic .post-container h2 {
  color: #002D90;
}
@media screen and (max-width: 767px) {
  .blog-post-template-ic .post-sidebar,
  .blog-post-template-ic .post-container {
    padding: 20px;
  }
  .blog-post-template-ic h2 {
    text-align: center;
  }
  .blog-post-template-ic .hs_cos_wrapper_type_social_sharing {
    justify-content: center;
  }
  .blog-post-template-ic .post-container .about-author-sec h3 {
    text-align: center;
    margin-top: 40px;
  }
}


/* buttons and ctas */

.blog-listing-filter-template .btn-primary,
.blog-post-template-ic .btn-primary,
.blog-listing-filter-template .subscribe-form input[type="submit"],
.blog-post-template-ic .blog-index__subscribe input[type="submit"] {
  display: inline-block;
  background: #FEDB00;
  color: #1F1F1F;
  font-size: 13px;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 20px 0;
}
.blog-listing-filter-template .btn-primary:hover,
.blog-listing-filter-template .subscribe-form input[type="submit"]:hover,
.blog-post-template-ic .btn-primary:hover,
.blog-post-template-ic .blog-index__subscribe input[type="submit"]:hover {
  background: #1F1F1F;
  color: #FFFFFF;
  text-decoration: none!important;
}

.blog-post-template-ic .blog-index__subscribe {
  background: #002D90;
  border-radius: 20px;
  padding: 20px 40px;
  margin-top: 40px;
}
.blog-post-template-ic .blog-index__subscribe img {
  max-width: 163px;
}
.blog-post-template-ic .blog-index__subscribe h3 {
  color: #ffffff!important;
  font-size: 27px;
  font-weight: 400!important;
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
.blog-post-template-ic .blog-index__subscribe p,
.blog-post-template-ic .blog-index__subscribe label,
.blog-post-template-ic .blog-index__subscribe .hs-form-required,
.blog-post-template-ic .blog-index__subscribe .hs-error-msg,
.blog-post-template-ic .blog-index__subscribe .submitted-message {
  color: #ffffff;
}
.blog-listing-filter-template .submitted-message {
  color: #ffffff;
}
.hs_error_rollup {
  display: none;
}


/* ================= Product Page ========== */

@media(max-width:767px){


  .product-container{
    padding:0px 10px;
  }

  .product-image {
    padding: 40px;
    background: #F5F3EA;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
  }

}

#linked-img-styles > span {
  display: flex;
}
#linked-img-styles img {
  width: 100% !important;
  height: auto !important;
  align-self: center;
  margin-top: 5%;
}
#linked-img-styles2 > span {
  display: flex;
}
#linked-img-styles2 img {
  width: 100% !important;
  height: auto !important;
  align-self: center;
}
#linked-img-styles3 > span {
  display: flex;
}
#linked-img-styles3 img {
  width: 100% !important;
  height: auto !important;
  align-self: center;
}

.product{
  -webkit-box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.21);
  box-shadow: 0px 2px 18px -2px rgba(0,0,0,0.21);
  display:flex;
  width:240px;
  background:white;
}

.products img{
  padding:10px;
  margin:0 auto;
  max-width: 233px;
  height: 200px;
}

.products .title{
  text-align:center; 
  padding:10px;
  font-size:24px;
  color:#002D72;
  font-family:Montserrat;
  font-weight:bold;
}

.products .row{
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom:20px;

}




/* ============== Modules =========== */
.mid-page-cta{
  height:256px;
  /*   padding:20px 0px; */

}
.banner-container .span5{
  margin-top:42px; 
}
.mid-page-cta h3{
  color:#ffffff; 
  font-family:Montserrat;
  font-size:24px;
  line-height:29px;
}

.banner{
  background:#002D72; 
  height:150px;
  width:100%;
}

.image-cta{
  margin-top: -50px;

}
.cta-container{
  margin-top:50px; 
}

.cta-container .hs-cta-img{
  display:none; 
}


.image-cta img{

  /*   max-height:200px;*/
  margin:0 auto; 
}

.image-cta{
}


@media(max-width:767px){

  .cta-container{
    display:flex !important;
    margin-top:0px; 
  }

  .banner{
    height:auto;
  }

  .cta-container a{
    justify-content:center; 
    margin:20px auto;
  }

  .mid-page-cta{
    height:auto;
  }
  .banner-container h3{
    text-align:center;
    padding: 20px 0px;
    margin:20px 0px;
  }

  .banner-container h3 div{
    margin:0px 20px;
  }

  .banner-container a{
    text-align:center;

  }
  .image-cta img{
    max-width: 50%;

  }
  .image-cta{
    margin-top: 0px;

  }
}


/* =========== Two Column (with Video) ========== */

.two-column-module{
  /*   min-height:560px; */
  background:#FFFFFF;
}

.two-column-module h2{
  color:#002D72; 
  margin-top:0px;
}

.two-column-module .sub-heading{
  font-size:12px;
  font-family:Montserrat;
  font-weight:bold;
}

.two-column-module .content-description{
  font-size:16px;
  font-family:Montserrat;
  color:#1F1F1F;
  line-height:28px;
}

.two-column-module [class*="span"]{
  padding:30px; 
}


.two-column-module iframe{
  width: 100%;
  height: 300px;
}




/* ============= landing page ============ */


.grecaptcha-badge{
  margin:10px 0px; 
}

.form-container{
  background:#F5F3EA;
  padding:15px;
  margin-top:-100px;
  z-index:0;
  position:relative;
  border-radius:5px;
}
.form-container.reset {
  margin-top:0px;}

.form-container label{
  color:#888888;
  font-size:16px;
  opacity:0.7;
  font-family:Open Sans;
  padding:5px 0px;
}

.form-container input{
  padding:10px 0px;
}


.form-container .hs-button.large.primary{
  padding: 10px 80px !important;
  background: #fedb00;
  color: #1f1f1f !important;
  font-size: 16px;
  font-family: Montserrat;

}

@media(max-width:767px){

  .form-container{
    margin-top:0px !important;
  }

}



/* ================ Resource Page ======= */
.resource-content{
  background: #F5F3EA;
}

.search-label{
  font-size:17px;
  line-height: 41px;
  color:#002D72;
}


.hs-search-results a{
  color:#0b2d72;
  font-weight:bold;
}

.resource-type {
  background: rgba(0, 45, 114, 09);
  padding: 8px 20px;
  color: #fff;
  width: 60%;
  text-align: left;
  border-top-right-radius: 5px !important;
  text-transform:uppercase;
}

.resource-type span{
  color:#fff; 
}

.post-content-container{
  padding: 20px;
  display: flex;
  min-height:30vh;
  justify-content: flex-start;
  flex-flow: column;
}

.post-content-container-secondary {
  padding: 20px 10px;
  display: flex;
  min-height: 37vh;
  justify-content: flex-start;
  flex-flow: column;
}

.post-item{
  border-radius:5px;
  box-shadow: 0px 5px 8px #bbb;
  background:#ffffff;
  overflow:hidden;
  margin-bottom:25px;
}

.post-item:hover{
  box-shadow:0px 2px 4px #bbb;
}

.post-item-title{
  /*   text-align:center; */
  font-family:Montserrat;
  font-size:24px;
  color:#002D72;
  font-weight:700;
}

.post-content{
  font-family:Montserrat;
  /*   text-align:center; */
  font-size:16px;
  color:#1f1f1f;
}

.related-resources h3{
  padding-bottom:30px;

}
.post-item .image{
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px; 
  padding:0px;
  margin:0px;
  height:180px;
  background-size:cover !important;
  background-position:center center !important;
  overflow:hidden;
}

.post-item .post-content{
  padding:10px 0px; 
}


.related-resources{
  min-height:600px; 
  background:#f5f3e9;
}


@media(max-width:767px){

  .post-items{
    padding:0px 10px; 
  }
  .post-item{
    margin:20px 0px;1
  } 
}

.related-resources-content{
  display:grid; 
}


.post-item:hover .image {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: -webkit-calc(100% - 50px);
  top: -moz-calc(100% - 50px);
  top: -o-calc(100% - 50px);
  top: calc(100% - 50px);
}

.post-item:hover .image  {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media(max-width:767px){
  .blog-post-content{
    /*     display:none;  */
  }
}


/* Search Results page 2020 */

.search-filter-label{
  text-transform: none;
  font-size: 28px;
  color: #0b2d72;
}


/* search results */

.search-results-page .post-item .post-content-container{
  max-height:320px; 
}
.search-results-page .interior-hero-container, .search-results-page .interior-hero-container .overlay {
  min-height: 300px !important;
}



/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


.footer{
  background:#0b2d72;
  color:#ffffff;
}

.footer-logo{
  max-width:50%;display:flex; justify-content:center;
}

.custom-footer {
  background-color: #203971;
  font-size: 13px;
  line-height: 24px;
  color: white;
  text-align: center;
}
.custom-footer .page-center {
  text-align: center;
  padding: 28px 14px;
  background: none;
}
.custom-footer p {
  margin: 0;
}
.custom-footer a {
  color: white;
  text-decoration: none;
}
.custom-footer a:hover{
  color: #f9f2f1;
  text-decoration: none;
}
.custom-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-footer-col {
  margin: 1% 0 1% 0%;
}

.custom-footer-social {
  margin-bottom: 20px;
}
.custom-footer-social ul{
  margin:0;
  padding:0;
  list-style:none;
  display:block;
  text-align:center;
}
.custom-footer-social ul>li {
  margin: 4px;
  display: inline-block;
}
.socicon, [data-icon]::before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: socicon;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
}
.socicon-facebook {
  color: #3e5b98;
  background-color: #3e5b98;
}
.socicon-instagram {
  color: #9c7c6e;
  background-color: #9c7c6e;
}
.socicon-linkedin {
  color: #3371b7;
  background-color: #3371b7;
}
.socicon-pinterest {
  color: #c92619;
  background-color: #c92619;
}
.socicon-twitter {
  color: #4da7de;
  background-color: #4da7de;
}
.socicon-youtube {
  color: #e02a20;
  background-color: #e02a20;
}
.social-icons-lists .socicon {
  padding: 10px;
  font-size: 16px;
}
.social-icons-lists.icons-background-rounded .socicon {
  border-radius: 100%;
}
.social-icons-lists.icons-background-rounded .socicon, .social-icons-lists.icons-background-square .socicon {
  color: #fff;
}
.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon {
  opacity: .8;
}
[class*=socicon-]::before, [class^=socicon-]::before, [data-icon]::before {
  font-family: socicon!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}
[class*=socicon-]::before, [class^=socicon-]::before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon-facebook::before {
  content: '\e041';
}
.socicon-instagram::before {
  content: '\e057';
}
.socicon-linkedin::before {
  content: '\e049';
}
.socicon-pinterest::before {
  content: '\e043';
}
.socicon-twitter::before {
  content: '\e040';
}
.socicon-youtube::before {
  content: '\e051';
}

@media(max-width:767px){

  .hs-menu-flow-vertical ul{
    padding:15px 0px;
  }







}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  padding-top:0; 
}

.menu-container{
  position: relative;
  z-index: 1;
}

.menu a{
  font-family:Montserrat;
  font-size:16px;
  color:#1F1F1F;
}

.header{
  min-height:500px; 
}

.menu{
  background: #eee;
  z-index: 99;
  height: 50px;
  margin-left:30px;
}
.logo img {
  max-width: 250px;
  float: left;
  position: relative;
  top: -45px;
  right: 36px;
}

.menu li{
  padding:10px 13px 15px 13px; 
}

.child-trigger {
  display:none;
}

.menu li.hs-item-has-children > a:after{
  content:"\f0d7";
  padding-left:6px;
  font-family: 'FontAwesome' !important;
  margin-bottom:10px !important;
}

.hs-menu-children-wrapper{
  background:#ffffff; 
}

.mobile-header .hs-menu-depth-1:hover,.hs-menu-depth-2:hover, .hs-menu-depth-3:hover, .hs-menu-depth-4:hover{ 
  background:#002D72;
}


.hs-menu-depth-3 a{
  color:#000; 
}

.hs-menu-depth-3:hover > a, .hs-menu-depth-2:hover > a, .hs-menu-depth-4:hover > a,.mobile-header .hs-menu-depth-1:hover > a{ 
  color:#ffffff;
}


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  /*   display:block;
  float:right;
  padding-left: 14px;
  padding-right: 13px;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 25px; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  /*   background-color: #203971; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  /*   background-color: #2e666c; */
  color: white;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  /*   padding-top: 3px;
  margin-top: -1px;
  text-transform: capitalize;
  letter-spacing: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 182px; */
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  /*   display: block;
  color: #e6f3f4;
  padding: 14px;
  white-space: normal !important; */
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
  /*   background-color: #2e666c; */
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  /*   overflow: visible !important;
  max-width: none !important;
  width: auto !important; */
}





/* ==========================================================================
Blog                                         
========================================================================== */





/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  /*   margin: 0 0 20px;
  padding: 0 0 30px; */
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  position:relative;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}
#comments-listing {
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}

#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;

  font-size: ;

  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left !important;
}


/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}





.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a { display:inline; padding:0px 10px;}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


.hero-container{
}

.hero-content h1{
  font-family:Trocchi;
  font-size:40px;
}

.hero-description{
  font-family:Montserrat;
  font-size:20px;
  line-height:24px;
}


.hero-container .overlay{
  /*   position: absolute;
  height: 690px; */
  /*   background: rgba(0, 0, 0, 0.2); */
  width: 100%;
  top:0px;
  padding-top:120px;
}

.hero-content h1{
  color:#ffffff; 
}

.hero-content a{
  color:#ffffff;
  text-decoration:underline;
}

.overlay {
  width: 100%;
}


/* Blog Sidebar
========================================================================== */

.blog .blog-sidebar {}
.blog-sidebar h3, .blog-sidebar h3.form-title {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  text-transform: none !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


.blog .blog-sidebar .widget-span {
  margin:0 !important;
  margin-bottom:30px !important;
}

.hs-blog-post .post-body {
  margin-top: 20px;
}

.post-body img{
  margin: 0 auto;
  /*     max-width: 50%; */
}

.post-body h2{
  font-family:'Trocchi';
  font-size:32px;
}

.post-body h3{
  font-family:'Montserrat';
  font-size:24px;
}


.hs-blog-post .post-body span * {
  /*   font-size:16px !important; */
}

.hs-blog-post #comment-form input.hs-button.primary {
  width: auto;
  margin-top:15px;
}
.blog .post-header h2 a {
  text-decoration: none;
}



/* ==========================================================================
6. FORMS                                        
========================================================================== */

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  margin-bottom:25px; 
  margin-top:25px;
}

.checkbox-row span.fakelabel span {
  float: none;
}
.subscribe-options label {
  margin-left: 0;
}

.body-container .form-title {
  letter-spacing: normal;
  margin: 0px 0 18px;
}
.body-container form label {
  display: inline-block;
  line-height: 1.3;
  font-size: inherit;
}
.body-container form label span.hs-form-required {
  color: #790000;
  margin-left: 4px;
}


ul.hs-error-msgs.inputs-list {
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  margin: 0 0 15px;
  background-color: rgba(255,223,224,.25);
}
ul.hs-error-msgs.inputs-list label {
  color: #790000;
  font-weight: 700 !important;
  letter-spacing: normal;
  margin: 0 !important;
  font-size: .813em !important;
  line-height: inherit !important;
  clear: both;
  font-family: inherit;
  padding: 10px 5px;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  line-height: inherit;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #d6d6d6;
  background-color: white;
  display:block;
  margin-bottom:15px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {

}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

.hs-form-radio-display input, .hs-form-checkbox-display input {
  margin:5px;
}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-size: inherit;
  text-decoration: none !important;
  background: #315b87;
  color: #fff;
  padding: 4px 16.5px;
  background: red;
  background: -webkit-linear-gradient(#557da8, #325c88);
  background: -o-linear-gradient(#557da8, #325c88);
  background: -moz-linear-gradient(#557da8, #325c88);
  background: linear-gradient(#557da8, #325c88);
  border-radius:5px;
  border: 0;
  margin-bottom: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;

}

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

}

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


/* ================ CTA : Buttons ============= */

.btn-cta{
  padding:10px 80px !important;
  background:#FEDB00;
  color:#1F1F1F !important;
  font-size:16px;
  font-family:Montserrat;
}

.btn-cta:hover{
  background:#d8bb08;

  /*   color:#FEDB00 !important; */
}
.btn-cta a:hover{
  text-decoration:none !important;
}

.btn-cta-outline , .btn-cta-search {
  color:#002D72 !important;
  padding:10px 80px !important;
}

.btn-cta-outline:hover , .btn-cta-search:hover {
  background:#002D72 !important;

}

.btn-cta-outline:hover, .btn-cta-search:hover {
  color:#ffffff !important;
}

.btn-cta-outline, .btn-cta-search{
  border: 2px solid #002D72;
  padding:10px 80px !important;
  font-size:16px;
}

.btn-cta-search:before{
  content: "\f002";
  padding:8px;
  font-family: 'FontAwesome' !important;
}


.btn-cta{
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: inline-block !important;
  font-weight: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  border-width: 0px !important;
  transition: all .4s ease !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  text-shadow: none !important;
  line-height: 1.5em !important;
  min-width:320px;
}


.btn-cta-outline, .btn-cta-search{
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: inline-block !important;
  font-weight: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  transition: all .4s ease !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  text-shadow: none !important;
  line-height: 1.5em !important;
}

.cta_button:hover {
  color:#002D72 !important;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */
/* ====== some common styling ======== */

.custom-aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both;
  margin-bottom: 28px;
}
.custom-alignnone{
  margin-bottom:28px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.custom-alignleft,
.custom-alignright{
  margin: 0px auto;
  margin-bottom: 28px;
  float: none;
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

sub, sup {
  line-height: 0.5em;
  color: inherit;
  font-size: smaller;
}




/*==================== two column right ====================*/

.hs-two-col-right .body-container-wrapper {
  padding: 0;
}
.hs-two-col-right .body-container-wrapper .main-content {
  border-right: 1px solid #d6d6d6;
}
.hs-two-col-right .body-container-wrapper .sidebar.right {
  padding: 30px 28px 0;
  font-size: 13px;
  line-height: 20px;
}
.hs-two-col-right .body-container-wrapper .sidebar.right .custom-sidebar-row h3 {
  position: relative;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #203971;
  margin-bottom: 10px;
  border-bottom: 3px solid #5970a2;
  padding: 5px 20px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
}
.hs-two-col-right .body-container-wrapper .sidebar.right p{
  margin-bottom: 20px;
}
.hs-two-col-right .body-container-wrapper .sidebar.right p:last-of-type {
  margin-bottom: 0;
}
.hs-two-col-right .body-container-wrapper .sidebar.right .custom-sidebar-row {
  margin-bottom: 40px;
}
.hs-two-col-right .body-container-wrapper .main-content {
  padding: 28px 14px 0 14px;
  padding-bottom: 41px;
  padding-left: 56px;
  padding-right: 28px;
  margin-right: 0;
}
.hs-two-col-right .body-container-wrapper .main-content h1 {
  margin-bottom: 28px;
}
.hs-two-col-right .body-container-wrapper .main-content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.hs-two-col-right .body-container-wrapper .sidebar.right .custom-sidebar-row.custom-sidebar-third-row {
  margin-bottom: 38px;
}
.hs-two-col-right .body-container-wrapper .main-content a {
  text-decoration: underline;
}
.hs-two-col-right .body-container-wrapper .main-content a:hover {
  text-decoration: none;
}
.hs-two-col-right .body-container-wrapper .main-content h1 a,
.hs-two-col-right .body-container-wrapper .main-content h2 a,
.hs-two-col-right .body-container-wrapper .main-content h3 a,
.hs-two-col-right .body-container-wrapper .main-content h4 a,
.hs-two-col-right .body-container-wrapper .main-content h5 a,
.hs-two-col-right .body-container-wrapper .main-content h6 a{
  text-decoration: underline !important;
}
.hs-two-col-right .body-container-wrapper .main-content ul li a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
h2.box {
  background-color: #e6f3f4;
  border-left: 7px solid #c6e3e7;
  padding: 28px 28px 28px 21px;
  margin-bottom: 28px;
  font-size: 26px;
  line-height: 41px;
  margin-top: 42px;
}
h2.box a{
  text-decoration:underline !important;
}
.hs-two-col-right .body-container-wrapper .main-content .hs_cos_wrapper>article:not(:first-child) {
  border-top: 1px solid #d6d6d6;
}

/*------------Contact Information--------------*/

.body-container a.hs-button.large.primary {
  margin-top: 32px;
  display: inline-block;
  line-height: normal;
}

.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form {
  margin: 0;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset {
  padding-right: 1px;
  margin-top: 16px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset label {
  margin-bottom: 12px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_firstname>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_lastname>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_address>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_address_line_2>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_city>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_state>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_zip>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_country_>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_email>label,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_confirm_email>label{
  display: none;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs-form-field {
  padding: 0 16px 0 0;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs-input {
  margin: 0;
  max-width:100%;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form legend.hs-field-desc {
  margin: 1px 0 9px 1px;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_company.field.hs-form-field .hs-input,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_title.field.hs-form-field .hs-input,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_phone.field.hs-form-field .hs-input{
  width: calc(50% - 8px);
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form textarea {
  height: 160px;
  width: 100%;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit;
  border-color: rgb(169, 169, 169);
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_date_.field.hs-form-field .hs-input {
  width: auto;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .actions {
  padding: 16px 0 10px 0px;
  margin: 16px 0;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .actions .hs-button{
  background-image: url('//2515135.fs1.hubspotusercontent-na1.net/hubfs/2515135/Monterey_Mushrooms_May_2017-theme/Images/send-button.gif');
  color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  width: 138px;
  height: 32px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_address.field.hs-form-field,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_address_line_2.field.hs-form-field,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_city.field.hs-form-field,
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_state.field.hs-form-field{
  margin-bottom: -16px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_subject.field.hs-form-field:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #CCC;
  margin-top: 16px;
  margin-bottom: 28px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_subject.field.hs-form-field ul li label {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  font-size: .875em;
  margin: 0;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_subject.field.hs-form-field ul {
  margin: 9px 0 0px 0;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_subject.field.hs-form-field ul li {
  margin-bottom: 1px;
  padding-left: 1px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_subject.field.hs-form-field ul li input {
  margin-right: 4px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_subject.field.hs-form-field ul li span {
  display: inline-block;
  position: relative;
  top: -2px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_message.field.hs-form-field {
  margin-top: -9px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_date_.field.hs-form-field {
  padding-top: 9px;
}
.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_country_.field.hs-form-field select {
  border-color: rgb(169, 169, 169);
  height: 40px;
}

.hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form ul.hs-error-msgs.inputs-list{
  margin:0;
}

.hs_please_provide_code_date.field.hs-form-field:after{
  content: "To locate the code date, look for the text printed on the clear wrap film. It can be found next to product label or on side of container. (code date can be found on blank area of film, code will have a combination of numbers and letters)";
  font-size: 14px;
}

.hs_upc_code.field.hs-form-field:after{
  content: "To locate the UPC #, look on the retail package for a 12 digit #, starting with 0 37102. Example: 0 37102 12345 6";
  font-size: 14px;
}

/*--------- iframe--------------*/

blockquote.fluid-vids {
  width: 100%;
  position: relative;
  padding-top: 56.2%;
  margin-bottom: 28px;
}
blockquote.fluid-vids iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  max-width: 100%;
}

/*----------------error page-------------*/

.hs-two-col-right.error-page .body-container-wrapper .main-content {
  padding: 28px 14px 0 14px;
  padding-bottom: 41px;
  padding-left: 56px;
  padding-right: 28px;
  margin-right: 0;
}

/*-------------------home page---------------------*/

.hs-home .custom-banner-image img {
  width: 100% !important;
}
.hs-home .body-container-wrapper{
  padding:0;
}

.three-col-eq-img .col-group {
  width: 31.624%;
  display: block;
  float: left;
  min-height: 30px;
}
.three-col-eq-img .col-group a {
  position: relative;
  display: block;
  margin: 25px auto;
  max-width: 322px;
  color: white;
}
.three-col-eq-img .col-group img {
  margin: 0 auto;
  width: 300px;
  border: 9px solid white;
  height: 300px;
  transition: all 0.3s ease-in;
}
.three-col-eq-img.no-title .col-group img{
  height:auto;
}
.three-col-eq-img .col-group h3 {
  position: absolute;
  top: 41.5%;
  box-sizing: content-box;
  margin: 0 0 0 0px;
  padding: 10px 0px;
  width: 100%;
  background: #203971;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-size: 1.188em;
  opacity: 0.9;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  line-height: 28px;
}
.three-col-eq-img .col-group a:hover h3{
  top: 40%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.hs-home .body-container .hs_cos_wrapper_type_rich_text {
  max-width: 724px;
  margin: auto;
}
.hs-home .body-container .hs_cos_wrapper_type_rich_text {
  position: relative;
  padding: 28px 14px 0 14px;
  padding-bottom: 41px;
  padding-left: 56px;
  padding-right: 28px;
}
.hs-home .body-container .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
  margin-bottom: 28px;
}
.interior-group h2{
  font-size:32px;
  font-family:'Trocchi';
  color:#002D72;
}
.interior-group h3{
  font-size: 24px;
  color:#002D72;
  font-family: 'Montserrat';
}
.interior-group h3 a{
  color:#002D72;
  text-decoration:underline;
}

/*------------------------two column equal with image-------------------*/

.blog-post-container .blog-post-title h1 {
  font-size: 42px;
}
.recipe-print {
  display: none;
}

/* ------------------------------- Recipe Module CSS --------------------------- */


.tasty-recipes {
  border: 5px solid #203971;
  max-width: 100%;
  margin: 100px auto 25px;
  max-width: 600px;
  -webkit-print-color-adjust: exact;
}
.tasty-recipes-entry-header {
  background-color: #203971;
  color: #FFF;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-print-color-adjust: exact;
  border-top:1px solid #203971;
  border-bottom:1px solid #203971;
}
.tasty-recipes-entry-header .tasty-recipes-image {
  float: none;
  text-align: center;
  margin: -120px 0 20px;
  position: relative;
}
.tasty-recipes-entry-header .tasty-recipes-image img {
  -webkit-border-radius: 92.5px;
  -moz-border-radius: 92.5px;
  border-radius: 92.5px;
  border: 5px solid #203971;
  display: inline-block;
  width: 185px;
  height: 185px;
  object-fit: cover;
}
.tasty-recipes-entry-header h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
  color: #FFF;
  margin-top: 0;
}

.tasty-recipes-entry-header hr {
  border-color: #8A677A;
  margin-bottom: 15px;

}
.tasty-recipes-entry-header {
  color: #FFF;
  text-align: center;
}
.tasty-recipes-entry-header .tasty-recipes-rating a {
  display: block;
}
.tasty-recipes-entry-header .tasty-recipes-details {
  margin-top: 15px;
}
.tasty-recipes-entry-header .tasty-recipes-details ul {
  list-style-type: none;
  margin: 0;
}
.tasty-recipes-entry-header .tasty-recipes-details ul li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 16px;
  line-height: 40px;
}
.tasty-recipes-entry-header .tasty-recipes-details ul li {
  font-size: 16px;
  line-height: 40px;
}
.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label {
  font-style: italic;
  color: rgba(255,255,255,0.6);
  margin-right: 2px;
}
.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label i {
  margin-right: 5px;
}
.tasty-recipes-entry-header .tasty-recipes-details .detail-icon {
  height: 18px;
  margin-top: 11px;
  vertical-align: top;
  margin-right: 2px;
  display: inline-block;
}
.tasty-recipes-entry-header hr {
  border-bottom: 2px solid #8A677A;
  margin-bottom: 15px;
  padding: 20px 0 0;
  background: none !important;
}
.tasty-recipes-entry-content {
  padding-top: 20px;
}
.tasty-recipes-entry-content .tasty-recipes-buttons {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  width: 100%;
  display: inline-block;
}
.tasty-recipes-entry-content .tasty-recipes-button-wrap {
  width: 50%;
  display: inline-block;
  float: left;
}
.tasty-recipes-entry-content .tasty-recipes-button-wrap:first-child {
  padding-right: 10px;
}
.tasty-recipes-entry-content .tasty-recipes-button-wrap:last-child {
  padding-left: 10px;
}
.tasty-recipes-entry-content .tasty-recipes-buttons a {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #FFF;
  background-color: #203971;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 15px;
  font-weight: bold;
  margin-top: 0;
  cursor: pointer;
  width: 100%;
}
.tasty-recipes-entry-content .tasty-recipes-buttons img {
  height: 20px;
  margin-top: 1px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.tasty-recipes-entry-content .tasty-recipes-buttons a:hover {
  background-color: #2e666c;
  text-decoration: none;
  -webkit-print-color-adjust: exact;
}
.tasty-recipes-entry-content .tasty-recipes-description, .tasty-recipes-entry-content .tasty-recipes-ingredients, .tasty-recipes-entry-content .tasty-recipes-instructions {
  padding-left: 20px;
  padding-right: 20px;
}
.tasty-recipes-entry-content h3 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #979599;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.entry-content ol, .entry-content p, .entry-content ul, .entry-content iframe, .entry-content .wp-video, .entry-content .wp-audio-shortcode, .entry-content .video-player, .quote-caption {
  margin-bottom: 25px;
}
.tasty-recipes-entry-content p {
  color: #515251;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
}
.tasty-recipes hr {
  border-bottom: 2px solid #EAE9EB;
  margin: 0 0 20px;
  padding: 20px 0 0;
  background: none !important;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ul {
  list-style-type: none;
  margin-left: 40px;
}
.entry-content ol, .entry-content p, .entry-content ul, .entry-content iframe, .entry-content .wp-video, .entry-content .wp-audio-shortcode, .entry-content .video-player, .quote-caption {
  margin-bottom: 25px;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ul li {
  margin-bottom: 0px;
  list-style-type: none;
  position: relative;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ul li::before {
  background-color: #203971;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 8px;
  width: 8px;
  display: block;
  content: " ";
  left: -20px;
  top: 11px;
  position: absolute;
  -webkit-print-color-adjust: exact;
}
.blog-post-content-container, .blog-post-header-section {
  max-width: 600px;
  margin: 0 auto;
  padding:0px 5px;
}
.add-iframe-here {
  margin: 0 0 40px;
}
.tasty-recipes-entry-content .tasty-recipes-notes {
  padding: 20px;
  background-color: #EEEDEF;
  -webkit-print-color-adjust: exact;
}
.tasty-recipes-entry-content .tasty-recipes-notes p, .tasty-recipes-entry-content .tasty-recipes-notes ul li, .tasty-recipes-entry-content .tasty-recipes-notes ol li {
  background-color: #FFF;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  -webkit-print-color-adjust: exact;
}
.tasty-recipes-entry-content .tasty-recipes-notes p, .tasty-recipes-entry-content .tasty-recipes-notes ul li, .tasty-recipes-entry-content .tasty-recipes-notes ol li {
  padding-left: 40px;
}
.tasty-recipes-entry-content .tasty-recipes-notes p {
  margin-bottom: 14px;
}
.tasty-recipes-entry-content .tasty-recipes-notes p::before, .tasty-recipes-entry-content .tasty-recipes-notes ul li::before, .tasty-recipes-entry-content .tasty-recipes-notes ol li::before {
  content: "i";
  display: block;
  background-color: #203971;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 14px;
  top: 23px;
  -webkit-print-color-adjust: exact;
}
.tasty-recipes-nutrifox {
  background: #fff;
  padding: 20px;
  -webkit-print-color-adjust: exact;
}
.tasty-label .label-header {
  background: #203971;
  color: #fff;
  padding: 16px;
}
.tasty-label .label-header h2 {
  margin-top: 0;
}
.tasty-label .label-header-detail {
  color: rgba(255,255,255,.5);
  font-style: italic;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.tasty-label .label-body {
  background: #fff;
  border-left: 1px solid #979599;
  border-right: 1px solid #979599;
  border-bottom: 1px solid #979599;
  display: inline-block;
  width: 100%;
  -webkit-print-color-adjust: exact;
}
.tasty-label h6 {
  color: #979599;
  font-size: 10px;
  text-transform: uppercase;
  padding: 24px 16px 8px;
  text-align: right;
}
.tasty-label .label-nutrient {
  border-top: 1px solid #ebeaeb;
  color: #515251;
  padding: 8px 16px;
}
.label-wrapper[min-width~="420px"] .tasty-label .label-nutrient {
  width: 50%;
  float: left;
}
.tasty-label .label-nutrient-name i {
  color: #979599;
  font-size: 13px;
  font-style: italic;
}
.tasty-label .label-nutrient-percentage {
  color: #444;
  font-weight: bold;
  float: right;
}
.tasty-recipes-entry-footer {
  background-color: #203971;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-print-color-adjust: exact;
  border-top: 1px solid #203971;
}
.tasty-recipes-entry-footer img {
  float: left;
  height: 65px;
  width: 75px;
}
.tasty-recipes-entry-footer h3 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 36px;
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: 300;
}
.tasty-recipes-entry-footer p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
}
.tasty-recipes-entry-footer h3, .tasty-recipes-entry-footer p {
  margin-left: 90px;
}
.tasty-recipes-entry-footer p a {
  color: #FFF;
  text-decoration: underline;
}
.hs-blog-listing #tasty-recipes-40201 {
  display:none;
}
.entry-meta.recipe-quick-links a {
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 14px;
}
.blog-post-comment-section {
  max-width: 700px;
  margin: 0 auto !important;
  float: none !important;
}
.blog-post-comment-section .hs-form .hs-form-field .input .hs-input {
  width: 100% !important;
  max-width: 100%;
}
.blog-post-content-container img {
  width:100% !important;
}
.landing-page-footer-content{
  padding:0px 80px; 
  text-align:center;
}
.landing-page-footer-content .footer-logo{
}
.landing-page-footer-content p{
  margin:0px !important;
  line-height:28px;
}

/* YouTube Responsive CSS for HubSpot */

.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%; 
}

/*------------------- 17-5 --------------------*/
.tasty-recipes-entry-content .tasty-recipes-buttons {
  padding-right: 0px;
  padding-left: 0px;
}
.tasty-recipes-entry-content .tasty-recipes-buttons a {
  padding: 10px;
}
.entry-meta.recipe-quick-links a {
  font-size: 12px;
}
.tasty-recipes-entry-content .tasty-recipes-button-wrap {
  width: 100%;
  max-width: 150px;
}
#tasty-recipes-40201 .tasty-recipes-entry-content .tasty-recipes-buttons {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}
#tasty-recipes-40201 .tasty-recipes-entry-content .tasty-recipes-buttons a {
  padding: 15px;
}
#tasty-recipes-40201 .tasty-recipes-entry-content .tasty-recipes-button-wrap {
  width: 50%;
  max-width: initial;
}
.blog-post-comment-section .hs-form .hs-form-field .input input.hs-input[type="checkbox"] {
  width: auto !important;
  margin-right: 10px;
}
.post-footer form input[type="submit"]{
  display: block;
  margin-top: 20px;
  background: #203971;
  border: none;
  box-shadow: none;
  padding: 15px;
  text-transform: uppercase;
}
.post-footer form input[type="submit"]:hover {
  background-color: #2e666c;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin{
  margin-top:-8px; 
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1043px){

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

  .mobile-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    color: #aaa;
    background: white;
    padding: 9px 10px;
    border: 0;
    top: 20px;
    font-size:30px;
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    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: #000; /* 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: #000; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    /*     display: block !important; /* Hide button on Desktop */ /*Change made by Derek Gervais, HubSpot Support, 6/16/17 ticket #632480*/ */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(-90deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 10px; /* Icon line height */
    /*     background-color: #002D72; /* Icon color */ */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{
		transform: rotate(0deg);
	}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 50px; /* Makes room for button */
    margin: 0 !important;

    min-height:0 !important;
    width:100% !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    background-color: #ffffff;

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    color:#002D72;
    padding: 14px;
    text-align: left;
    line-height: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.active>a{
    color: #e6f3f4;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    /*     background: transparent;
    /*display: block; Change made by Derek Gervais, HubSpot Support, 6/16/17 ticket #632480*/
    width: 100%;
    padding-left: 14px;
    padding-right:14px;
    text-transform: capitalize;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-top: 1px; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #2e666c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active>a{
    color: white;
    background-color: #203971;
  }
}


@media only screen and (max-width:767px){
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255,255,255,.20);
  }
  .custom-footer-col {
    padding: 1% 0 1% 0%;
    margin: 0;
  }
  .hs-two-col-right .body-container-wrapper .sidebar.right .custom-sidebar-row:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }
  .products .row{
    justify-content: center;
    align-items: center;
    display: inherit;
  }
  .products{
    flex-wrap: wrap; 
    align-content: space-evenly;
  }
  .product{
    margin:20px 0px; 
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 0;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    max-height: none;
  }
  .blog .blog-sidebar {
    padding-top:40px;
  }
  .post-container{
    padding:0px 10px;
  } 
  .product-page .packaging{
    display:flex;
    justify-content:center;
  }
  .child-trigger {
    display:block;
  }
  .product-module{
    margin:0px 15px !important; 
  }
  .landing-page-footer-content{
    padding:0px 40px; 
  }
  .hs-menu-depth-2 .hs-menu-children-wrapper,.hs-menu-depth-3 .hs-menu-children-wrapper,.hs-menu-depth-4 .hs-menu-children-wrapper{
    margin-top:0px !important; 
  }
}

@media only screen and (max-width:859px) {
  .menu-container  .logo img {
    max-width: 192px !important;
    float: left;
    position: relative;
    top: -29px !important;
    right: 6px !important;
  } 
}

@media only screen and (max-width:801px) {
  .menu-container  .logo img {
    max-width: 152px !important;
    top: -15px !important;
  } 
}

@media only screen and (min-width:780px) {

  .custom-alignleft {
    margin-right: 28px;
    margin-bottom: 28px;
    float: left;
  }
  .custom-alignright {
    margin-left: 28px;
    margin-bottom: 28px;
    float: right;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */

@media only screen and (max-width: 1043px) {
  .custom-logo {
    width: 100% !important;
    text-align: center;
    padding-top: 32px;
  }
  .custom-logo img {
    display: inline-block;
    max-width: 200px; /*max-width value changed from 440px to 200px on 22 July 2017 by Isaac Takushi (itakushi@hubspot.com) to shrink logo width on mobile viewports per Ticket #672700 with Laurie Heath (lheath@montmush.com)*/
    width: 100%;
    padding: 10px 0; /* Also added by Isaac Takushi (itakushi@hubspot.com) on 22 July 2017. */
  }
  .custom-header{
    position:relative;
    z-index:99999;
  }
  .hs-two-col-right .body-container-wrapper .main-content {
    width: 100%;
    border-right: 0;
  }
  .hs-two-col-right .body-container-wrapper .sidebar.right {
    margin-left: 0;
    width: 100%;
  }
  .hs-two-col-right .body-container-wrapper .main-content,
  .hs-two-col-right.error-page .body-container-wrapper .main-content .inner{
    padding-left: 14px;
    padding-right: 14px;
    margin: 0;
  }
  .hs-two-col-right .body-container-wrapper .sidebar.right {
    padding: 30px 14px;
  }
  .hs-two-col-right .body-container-wrapper .sidebar.right .custom-sidebar-row.custom-sidebar-third-row {
    margin-bottom: 0px;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form {

  }
  .hs-home .body-container .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .hs-home .body-container .hs_cos_wrapper_type_rich_text {
    margin: 0;
    padding: 28px 14px 41px 14px;
  }
}

@media only screen and (max-width:897px) {
  .custom-logo img {
    /* max-width: 100%; */ /*Commented out on 22 July 2017 by Isaac Takushi (itakushi@hubspot.com) to shrink logo width on mobile viewports per Ticket #672700 with Laurie Heath (lheath@montmush.com)*/
    width: 50%;
    padding: 10px 0; /* Also added by Isaac Takushi (itakushi@hubspot.com) on 22 July 2017. */
    margin: 0px auto;
    display: block;
  }
  .custom-header .page-center {
    max-width: 100% !important;
  }
  .hs-two-col-right .body-container-wrapper .main-content article {
    padding-bottom: 42px;
  }
  .three-col-eq-img .col-group {
    width: 100%;
  }
}

/* =============== Landscape tablet and smaller devices =============== */
@media only screen and (max-width: 859px){
  .container-fluid .row-fluid .page-center {
    max-width: 836px;
  }
}
@media only screen and (min-width: 898px){
  .custom-alignnone{
    margin-bottom:28px;
    margin-left: 0;
  }
}
@media only screen and (min-width:1044px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1144px;
  }
  .custom-footer .page-center {
    padding-left: 28px;
    padding-right: 28px;
  }
  .hs-two-col-right .body-container-wrapper .sidebar.right{
    margin-left:0;
    width:25.6906077%;
  }
}

@media only screen and (min-width:1061px){
  .hs-two-col-right .body-container-wrapper .main-content {
    max-width: 724px;
    width: 100%;
  }
  .hs-two-col-right .body-container-wrapper .sidebar.right {
    max-width: 320px;
    width: 100%;
    margin-left: -1px;
  }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media only screen and (min-width:1044px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .post-content-container {
    min-height:60vh;
  }
}
@media only screen and (min-width:1024px) and (max-width:1280px) {
  .post-content-container {
    min-height:42vh;
  }
}

@media only screen and (max-width:1044px) {
  .menu li{
    padding:10px 4px 15px 4px;
  }
}
@media only screen and (max-width:915px) {
  .menu li{
    padding:10px 2px 15px 2px;
  }
}
@media only screen and (max-width:887px) {
  .menu li{
    padding:10px 0px 15px 0px;
  }
}

@media only screen and (max-width:640px) {
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset {
    padding-right: 0;
    margin-top: 5px;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs-form-field {
    padding: 0;
    width: 100%;
    float: none;
    padding-top: 2px;
    margin-bottom: 8px;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs-input {
    line-height: 2;
    min-height: 2rem;
    width:100% !important;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_firstname.field.hs-form-field {
    padding-top: 4px;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_company.field.hs-form-field .hs-input,
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_title.field.hs-form-field .hs-input,
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_phone.field.hs-form-field .hs-input {
    width: 100%;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_address.field.hs-form-field,
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_address_line_2.field.hs-form-field,
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_city.field.hs-form-field,
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .hs_state.field.hs-form-field {
    margin-bottom: -5px;
    padding-top: 0;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form fieldset .hs_subject.field.hs-form-field ul li input {
    margin-right: 4px;
    line-height: 1;
    min-height: auto;
    width:auto !important;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form>fieldset>.hs_date_.field.hs-form-field .hs-input {
    width: 100%;
  }
  .hs-two-col-right .body-container-wrapper .main-content .custom-contact-form form .actions {
    text-align: center;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media only screen and (max-width: 520px) { 
  .tasty-recipes-entry-content .tasty-recipes-button-wrap {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0 0 10px;
  }    
  .tasty-recipes-entry-footer {
    text-align:center;
  }
  .tasty-recipes-entry-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tasty-recipes-entry-header h2 {
    font-size: 26px;
  }
  .tasty-recipes-entry-content .tasty-recipes-ingredients ul {
    margin-left: 0px;
  }
  .tasty-recipes-entry-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tasty-recipes-entry-footer img {
    float: none;
    display: inline-block;
    margin: 0 0 10px;
    max-width:50px;
  }
  .tasty-recipes-entry-footer h3, .tasty-recipes-entry-footer p {
    margin-left: 0;
  }
  .tasty-label .label-nutrient {
    padding: 8px 10px;
  }
  .tasty-label .label-nutrient {
    font-size:14px;
  }
  .tasty-recipes-entry-content .tasty-recipes-ingredients ul {
    margin-bottom: 10px;
  }
  .tasty-recipes-entry-content p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .hs-two-col-right .body-container-wrapper .sidebar.right .custom-sidebar-row img {
    float: none !important;
    margin: 0 auto 10px !important;
  }
}

@media print {
  html, body {
    border: 1px solid white;
    height: 99%;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  * {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    line-height: 1 !important; /* Chrome- removes extra blank page at the end*/
  }
}

/* Product Page V2 */
.round-img  div span img {
  border-radius: 50%;
  max-height: 200px;
  max-width: 200px !important;
  min-width: 200px;
  min-height: 200px;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.round-img  div span img:hover {
 -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.round-img > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shroom-cards {
  margin-top: -10%;
}

.trocchi *, .trocchi > div span {
  font-family: 'Trocchi', serif !important;
}

.trocchi > div > span > h3 {
  font-size: 26px !important;
}

.trocchi > div > span > p {
  font-size: 16px !important;
}

.trocchi > div > span > div {
  font-size: 16px !important;
}

.trocchi > div > span > p > span > span > .cta_button > span {
  font-family: Sans-Serif !important;
}

.trocchi > div > span > div > span > span > .cta_button > span {
  font-family: Sans-Serif !important;
}
@media (max-width: 768px) {
  .full-width {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 3% !important;
  }
  .min-height {
    min-height: 50vh !important;
  }
  .text-padding {
    padding: 0 3% 0 3%;
  }
  .recipe-cta-group,
  .recipe-top-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}