/* ==========================================================================
   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=Cardo:400,400i,700');
@import url('//fonts.googleapis.com/css?family=Cardo:400,400i,700');


@import url(//cdn2.hubspot.net/hub/4816613/hub_generated/template_assets/6191585697/1569838951709/Toddy_Inc_September2018_Theme/Coded_Files/Toddy_Inc_September2018-modules.min.css);

@font-face {
  font-family: "FontAwesomeBrands";
  src: url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/FontAwesomeBrands/FontAwesome5BrandsRegular.eot"),
   url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/FontAwesomeBrands/FontAwesome5BrandsRegular.woff2"),
    url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/FontAwesomeBrands/FontAwesome5BrandsRegular.woff"),
     url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/FontAwesomeBrands/FontAwesome5BrandsRegular.ttf"),
      url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/FontAwesomeBrands/FontAwesome5BrandsRegular.svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Font%20Awesome/FontAwesome5FreeSolid.eot"),
   url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Font%20Awesome/FontAwesome5FreeSolid.woff2"),
    url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Font%20Awesome/FontAwesome5FreeSolid.woff"),
     url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Font%20Awesome/FontAwesome5FreeSolid.ttf"), 
     url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Font%20Awesome/FontAwesome5FreeSolid.svg");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Light"), local("Lato-Light"),
   url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Lato%20Lite/Lato-Light.woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Regular"), local("Lato-Regular"), 
  url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Lato%20regular/Lato-Regular.woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Bold"), local("Lato-Bold"), 
  url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Lato%20Bold/S6u9w4BMUTPHh6UVSwiPGQ.woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Italic"), local("Lato-Italic"),
   url("//cdn2.hubspot.net/hubfs/4816613/Toddy_Inc_September2018/Fonts/Lato%20Italic/S6u8w4BMUTPHjxsAXC-q.woff2");
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ==========================================================================
   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;
  font-size: 14px;
} 

body {
  font-style: normal;
  font-weight: 400;
  color: #999999;
  background-color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

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


/* ::-moz-selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3390ff;
  text-shadow: none;
} */


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

/* Basic text */
p {
}
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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: rgb(110,100,90);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Cardo",serif;
  font-size: 63px;
  line-height: 63px;
  letter-spacing: 0em;
}
h2 {
  font-family: "Cardo",serif;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
  color: rgb(110,100,90);
}
h3 {
  font-family: "Cardo",serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgb(110,100,90);
}
h4 {
  font-family: "Cardo",serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: rgb(110,100,90);
}
h5 {
  font-family: "Cardo",serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(110,100,90);
}
h6 {
  font-family: "Cardo",serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(110,100,90);
}

/* Anchor Links */
a {
  color: #ff2a13;
  text-decoration: none;
}
a:hover, a:focus {
  color: #d80f0f;
  text-decoration: none;
  outline: 0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
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 {}


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

.header-container-wrapper {
    min-height: 173px;
}
.lp-page .header-container-wrapper {
    min-height: 98px;
}
.header-container {}
.custom-header {
    font-family: "Lato",sans-serif;
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    z-index: 999;
}
.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0px;
}
.custom-header .header-row1 {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    height: 2.5rem;
    background-color: rgb(255,255,255);
    font-size: 16px;
    z-index: 9999;
}
.header-row1 .page-center > div > div > div {
    margin: 0;
    float: left;
}
.header-row1 .page-center > div > div > div+div {
    float: right;
}
a.e688-4.x-image.x-image-preserve-ratio img {
    width: auto;
    height: auto;
    max-width: 105px;
    transition: all 0.5s ease;
}
.x-toggle>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 1px;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
}
.e688-3 .x-toggle-burger-bun-b {
    transform: translate3d(0,3.25em,0);
}
.e688-3 .x-toggle-burger-bun-t {
    transform: translate3d(0,-3.25em,0);
}
a.e688-3.x-anchor.x-anchor-toggle span.x-anchor-content {
    font-size: 1em;
}
span.x-toggle.x-toggle-burger.x-graphic-toggle {
    display: inline-block;
    transform: translate3d(0, 0, 0);
    color: rgb(0,0,0);
    width: 12em;
    margin: 6em 0;
    font-size: 0.1em;
}
a.e688-3.x-anchor.x-anchor-toggle:hover {
    background-color: transparent;
    box-shadow: 0em 0.15em 0.65em 0em transparent;
    outline: 0 !important;
}
a.e688-3.x-anchor.x-anchor-toggle:hover > span.x-anchor-content {
    color: rgba(0,0,0,0.5);
}
a.e688-3.x-anchor.x-anchor-toggle:hover > span.x-anchor-content > span > span {
    color: rgba(0,0,0,0.5);
}
.x-toggle-burger, .x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
    height: 1em;
}
a.e688-3.x-anchor.x-anchor-toggle span.x-graphic {
    margin: 5px;
}
a.e688-3.x-anchor.x-anchor-toggle {
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 2.75em;
    font-size: 1em;
    background-color: transparent;
    box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0);
    display: inline-block;
    text-align: center;
}
a.e688-4.x-image.x-image-preserve-ratio {
    display: inline-block;
    margin-left: -3px;
}

.header-contact-module{}
a.e688-6.x-anchor.x-anchor-button.x-hide-md.x-hide-sm.x-hide-xs {
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 2px;
    border-color: rgb(0,0,0);
    font-size: 1.2rem;
    box-shadow: 0em 0.15em 0.65em 0em transparent;
    border-style: solid;
    margin-right: 0px;
}
.e688-6.x-anchor .x-anchor-content {
    padding: 0.12rem;
    padding-bottom: 1px;
    padding-left: 2px;
}
.e688-7.x-anchor span.x-graphic {
    margin: 5px;
}
.e688-6.x-anchor .x-anchor-text-primary {
    font-family: "Lato",sans-serif;
    font-weight: 700;
    color: rgb(0,0,0);
    font-size: 1em;
    font-style: normal;
    line-height: 1;
    font-size: 1.2rem;
      display: block;
}
  .x-anchor {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.e688-7.x-anchor {
    width: 38px;
    border-radius: 100em;
    font-size: 1em;
    background-color: transparent;
    box-shadow: 0em 0.15em 0.65em 0em transparent;
      text-align: center;
}
.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
    position: relative;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
}
[data-x-icon-s] {
    font-family: "FontAwesome";
    font-weight: 900;
}
[data-x-icon-o], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [class*="x-icon-"] {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e688-7.x-anchor .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    color: rgba(0,0,0,1);
    background-color: transparent;
}
[data-x-icon-s]:before {
    content: attr(data-x-icon-s);
}	
.scrolled .x-graphic-icon:before{
    margin: -0.5em 0 0 -0.5em;
}
.x-graphic-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0 ;
    width: 1em ;
    height: 1em;
    margin: -0.544em 0 0 -0.5em;
    line-height: 1em;
    text-align: center;
}
.e688-8.x-anchor-toggle {
    width: 2.75em;
    font-size: 1em;
    background-color: transparent;
    box-shadow: 0em 0.15em 0.65em 0em transparent;
      text-align: center;
}
.e688-8.x-anchor-toggle .x-graphic {
    margin: 5px;
}
.e688-8.x-anchor-toggle .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    color: rgba(0,0,0,1);
    background-color: transparent;
}
.e688-8.x-anchor-toggle span.x-anchor-content {
    font-size: 1em;
    cursor: pointer;
}
.e688-7.x-anchor span.x-anchor-content {
    font-size: 1em;
}
.header-contact-module {
    margin-top: 4px;
    float: right;
    transition: all .3s ease;
}

.custom-header i.x-icon.x-graphic-icon.x-graphic-primary {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
    color: rgba(0,0,0,1);
    background-color: transparent;
    font-weight: 900;
}

.custom-header .header-row2 {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    height: 7rem;
    border-width: 1px 0px 1px 0px;
    border-style: none solid solid solid;
    border-color: rgb(0,0,0) transparent rgb(0,0,0) transparent;
    background-color: rgb(255,255,255);
    box-shadow: 0em 0.12em 2em 0px rgba(255,255,255,0.24);
    text-align: center;
}
.header-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100%;
    width: 100%;
    padding: 0 25px;
}
.custom-logo img {
    max-width: 267.48px;
    transition: all 0.5s ease;
}
.custom-logo {
    text-align: center;
}
.custom-header .header-row3 {
    background-color: rgb(49,62,55);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    min-height: 2.5em;
    box-shadow: 0em 0.12em 0.19em 0px rgba(0,0,0,0.58);
    font-size: 16px;
    z-index: 9999;
    position: relative;
}

/************************************** Scrolled Header *************************************/

.scrolled .custom-header {
    position: fixed;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    width: 100%;
  z-index: 999999;
}
.scrolled .custom-header .header-row1 {
    top: 0px;
    height: 28px;
    width: 100%;
}
.scrolled .e688-2.x-bar-container {
    height: 28px;
}

.scrolled a.e688-3.x-anchor.x-anchor-toggle {
    display: block;
    text-align: center;
    float: left;
    padding-top: 3px;
}
.scrolled a.e688-4.x-image.x-image-preserve-ratio{
  margin-left: 0px;
}
.scrolled .x-image-preserve-ratio img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: bottom;
}
.scrolled .x-toggle>span {
    width: 19px;
    height: 2px;
}
.scrolled .header-contact-module {
    margin-top: 0px;
    display: block;
}
.scrolled .e688-6.x-anchor .x-anchor-content {
    padding: 0.12rem 0.10rem;
    padding-right: 2px;
    padding-left: 2px;
}
.scrolled .custom-logo img {
    vertical-align: bottom;
    max-width: 211.7px;
}
.scrolled .custom-header .header-row2 {
    height: 77.6px;
}

.firefox .x-off-canvas-close{
  cursor: pointer;
}



/* =============== Content =============== */

.has-banner .body-container-wrapper {
padding-top: 0px;
}
.body-container-wrapper {
    padding-top: 64px;
    padding-bottom: 66px;
}
.body-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0;
    width: 88%;
}
.custom-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35vh 0px 10vh 0px;
    background-color: #000;
    margin-bottom: 64px;
}
.custom-banner:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    speak: none;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    content: "";
}
.custom-banner h1 {
    position: relative;
    margin: 0;
    text-align: center;
    background-color: rgba(0,0,0,0);
    display: table-cell;
    margin-right: 0;
    float: none;
    vertical-align: top;
    color: rgb(255,255,255);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
    font-size: 63px;
    line-height: 63px;
    letter-spacing: 0em;
    font-family: Cardo, serif;

}
  .banner-content p{
    margin: 0px;
    font-family: "Cardo",serif;
    font-size:33.6px;
    font-style: italic;
    font-weight: 400;
    line-height:47.04px;
    letter-spacing: 0em;
    text-transform: none;
    text-align: left;
    color: rgb(255,255,255);
    position: relative;
    z-index: 2;
    margin-top: 11.760px;
    padding: 0vh 0em 02vh 0em;
  }
.custom-banner p:last-child {
    display: block;
    margin: 0 0 1.313em;
    font-size: 21px;
    text-align: left;
    color: rgb(255,255,255);
    font-family: Lato, sans-serif;
    line-height: 29.4px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    width: 50%;
    font-style: normal;
    margin-bottom: 0px;
    padding: 0;
}
.body-container {}

.content-wrapper {
  color: rgb(110,100,90);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-family: Lato, sans-serif;
  margin: 0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
    font-size: 14px;
    line-height: 1.7;
    font-style: normal;
    font-weight: 400;
    color: #999999;
    position: relative;
}
.custom-footer .footer-row1.row {
    height: auto;
    font-size: 1rem;
    background-color: rgb(255,255,255);
    padding: 2rem 0rem 1.5rem 0rem;
    z-index: 9999;
}

.custom-footer .footer-row1 .footer-contact-info h1 {
    margin: 0rem 0em 1rem 0em;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(0,0,0);
    padding: 0px 5px 0px 5px;
    font-size: 42px;
    line-height: 58px;
    letter-spacing: 0em;
    color: rgba(0,0,0,1);
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    max-width: 208px;
    display: inline-block;
}
.custom-footer .footer-row1 .footer-contact-info p {
    margin: 0 0 1.313em;
    font-family: "Lato",sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(0,0,0,1);
    line-height: 1.4;
}
.custom-footer .footer-row1 .footer-contact-info p:last-child {
    margin: 0px;
}
.custom-footer .footer-row1 .footer-map-area {
    margin-left: 0px;
    float: right;
    text-align: right;
}
.custom-footer .footer-row1 .footer-map-area a {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    max-width: 350px;
    width: 350px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(0,0,0);
    background-color: transparent;
    box-shadow: 0em 0em 0.76em 0em transparent;
}
.custom-footer .footer-row1 .footer-map-area img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.custom-footer .footer-row1 .footer-map-area a:hover {
    border-color: transparent;
    background-color: transparent;
    box-shadow: 0em 0em 0.76em 0em rgba(0,0,0,0.57);
}
.custom-footer .footer-row1 .footer-contact-info {
    padding-top: 9px;
}
.custom-footer .footer-row3.row {
    min-height: 3rem;
    font-size: 16px;
    background-color: rgb(68,68,68);
    box-shadow: 0em 0.15em 2em rgba(0,0,0,0.15);
    line-height: 1.7;
}
.copyright p {
    margin: 0px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,0.3);
    line-height: 22px;
    padding-top: 10px;
}
.custom-footer .footer-row2.row {
    height: auto;
    font-size: 1rem;
    background-color: rgb(255,255,255);
    padding: 0em 0em 2em 0em;
    z-index: 9999;
}
.custom-footer .footer-row2.row .page-center > div {
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #363636 transparent transparent transparent;
}
.custom-footer .footer-row2 .footer-main-menu {
    margin: 0px;
}
.custom-footer .footer-row2 .footer-main-menu+div {
    margin: 0px;
    padding: 2rem 0rem 22px 0rem;
    float: right;
}
.footer-main-menu .hs-menu-wrapper > ul {
    display: block !important;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    overflow: visible !important;
    display: block !important;
}
.footer-main-menu .hs-menu-wrapper > ul > li {
    padding: 25px 2rem 23px 0rem;
    width: 180px;
}
.footer-main-menu .hs-menu-wrapper > ul > li > a {
    margin: 0rem 0rem 8px 0rem;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #222222;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    text-rendering: optimizelegibility;
    cursor: initial;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    padding: 0.4rem 0rem 0.4rem 0rem;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul > li > ul {
    left: 0 !important;
    width: 14em;
    font-size: 16px;
    opacity: 0 !important;
    background-color: #ffffff;
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
    transition: all 0.5s ease !important;
    top: 30px !important;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul > li:hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none;
    transition-duration: 0.5s !important;
    transition-property: opacity, transform !important;
    pointer-events: auto;
    -webkit-transition: opacity .4s !important;
    top: calc(100% - 4px ) !important;
    top: -webkit-calc(100% - 4px ) !important;
    top: -moz-calc(100% - 4px ) !important;
    transition: all 0.8s ease !important;
}

.footer-main-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    padding: 0.75em;
    line-height: 1;
    color: rgba(0,0,0,1);
    font-size: 1em;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #999;
}

.footer-social-share {
    text-align: right;
    display: block;
    float: right;
    margin-right: -2px;
}
.footer-social-share h1 {
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #222222;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}
.footer-social-share h2 {
    font-size: 1.2em;
    line-height: 13.44px;
    letter-spacing: 0.1em;
    color: #222222;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}
.e684-22.x-text, .e684-27.x-text, .e684-30.x-text {
    font-size: .8rem;
}
.e684-23.x-anchor, .e684-24.x-anchor, .e684-25.x-anchor, .e684-26.x-anchor, .e684-28.x-anchor, .e684-29.x-anchor, .e684-31.x-anchor, .e684-32.x-anchor, .e684-33.x-anchor, .e684-34.x-anchor {
    width: 1em;
    height: 1em;
    margin: 0em 0.1em 0em 0em;
    font-size: 1.5rem;
    background-color: transparent;
}
[data-x-icon-b]:before {
    content: attr(data-x-icon-b);
    display: block !important;
}
.e684-26.x-anchor .x-graphic-icon, .e684-34.x-anchor .x-graphic-icon {
    color: rgb(153,153,153);
    background-color: transparent;
}
.e684-23.x-anchor .x-graphic-icon, .e684-24.x-anchor .x-graphic-icon, .e684-25.x-anchor .x-graphic-icon, .e684-26.x-anchor .x-graphic-icon, .e684-28.x-anchor .x-graphic-icon, .e684-29.x-anchor .x-graphic-icon, .e684-31.x-anchor .x-graphic-icon, .e684-32.x-anchor .x-graphic-icon, .e684-33.x-anchor .x-graphic-icon, .e684-34.x-anchor .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
}
[data-x-icon-b] {
    font-family: "FontAwesomeBrands";
}
[data-x-icon-o], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [class*="x-icon-"] {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.x-graphic-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.e684-23.x-anchor .x-graphic-icon, .e684-24.x-anchor .x-graphic-icon, .e684-25.x-anchor .x-graphic-icon, .e684-28.x-anchor .x-graphic-icon, .e684-29.x-anchor .x-graphic-icon, .e684-31.x-anchor .x-graphic-icon, .e684-32.x-anchor .x-graphic-icon, .e684-33.x-anchor .x-graphic-icon {
    color: #999999;
    background-color: transparent;
}
.e684-22.x-text {
    margin: 1rem 0rem 0.75rem 0rem;
}
.e684-27.x-text {
    margin: .5rem 0rem 0.75rem 0rem;
}
.e684-30.x-text {
    margin: 0rem 0rem .5rem 0rem;
}
span.x-anchor-content {
    transform: translate3d(0, 0, 0);
  	line-height: normal;
}
.x-graphic-primary:not(:only-child) {
    opacity: 1;
    z-index: 2;
}

 .x-flip-y.x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateY(0deg);
}
span.x-graphic {
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
}
.x-flip-y.x-graphic-secondary {
    transform: perspective(100px) rotateY(-180deg);
}
.x-graphic-primary:not(:only-child), .x-graphic-secondary {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.e684-33.x-anchor.x-anchor-button {
    margin-right: 8px;
}
a.e684-25.x-anchor.x-anchor-button {
    margin-right: 8px;
}
.footer-social-share a:hover > i{
  background-color: transparent;
  color: #222222;
}

.footer-social-share a:hover > .x-graphic-primary:not(:only-child){
  transform: perspective(100px) rotateY(180deg);
  opacity: 0;
  background-color: transparent;
  color: #222222;
}
.footer-social-share a:hover >.x-graphic-primary.x-flip-y{
  transform: perspective(100px) rotateY(180deg);
  opacity: 1;
  background-color: transparent;
  color: #222222;
}


.footer-social-share .x-anchor {
  transform: rotateY(0deg);
}
.footer-social-share .x-anchor:hover {
  transform: rotateY(180deg);
  color: #000;
  visibility: visible;
  opacity: 1;
}

.footer-social-share .x-anchor:hover .x-flip-y.x-graphic-secondary{
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility:visible;
  opacity:1;
  color: #000 !IMPORTANT;
}
.footer-social-share .x-flip-y.x-graphic-secondary{
  color: #000 !IMPORTANT;
}
.footer-social-share .x-anchor:hover .x-graphic-primary {
    opacity: 0;
    transition-duration: 0.2s;
}


/********************************** Footer contact ************************************/

.e688-14.x-bar {
    position: fixed;
    background-color: rgb(4,106,56);
    font-size: 16px;
    z-index: 9999;
    height: 4rem;
    box-shadow: 0em 0.15em 2em rgba(0,0,0,0.15);
    bottom: 0;
    font-style: normal;
    font-weight: 400;
    color: #999999;
    line-height: 1.7;
    font-family: "Lato",sans-serif;
    text-align: center;
    padding-top: 5px;
}
.e688-14.x-bar-content {
    height: 4rem;
}
a.e688-16.x-anchor.x-anchor-button {
    border-width: 3px;
    border-color: rgb(110,100,90);
    font-size: 1rem;
    background-color: rgba(255,255,255,1);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
    border-style: solid;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.e688-16.x-anchor .x-anchor-content {
    padding: 0.575em 0.85em 0.675em 0.85em;
}
.e688-16.x-anchor .x-anchor-text {
    margin: 5px;
    min-width: 1px;
    max-width: 100%;
    line-height: 1.7;
}
.e688-16.x-anchor .x-anchor-text-primary {
    font-family: "Cardo",serif;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(110,100,90);
    font-size: 1em;
    font-style: normal;
    line-height: 1;
}
.custom-footer .footer-row3.row {
    margin-bottom: -1px;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #999999;
}
.footer-main-menu .hs-menu-wrapper > ul > li > ul > li > a[href*="http://toddyinc.net/toddy-oaks/"]{
  color: #999999;
}
.animate-menu ul li a[href*="http://toddyinc.net/toddy-oaks/"]{
  color: #999999;
}
.animate-menu ul li a:hover{
  color: #999999;
}
.x-off-canvas-close:hover span {
    opacity: 1;
    color: rgba(0,0,0,1);
}
.e688-6.x-anchor .x-anchor-text-primary:hover {
    color: rgba(0,0,0,0.5);
}
.mobile-menu-right .hs-menu-wrapper > ul > li > a:hover {
    color: #999;
}

a.e688-16.x-anchor.x-anchor-button:hover {
    border-color: rgba(110,100,90,0.5);
    background-color: rgba(255,255,255,1);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}

a.e688-16.x-anchor.x-anchor-button:hover span.x-anchor-text-primary {
    color: rgba(0,0,0,0.5);
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary {
    text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    align-items: center;
    display: flex;
    justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:after {
    display: block;
    position: absolute;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    speak: none;
    z-index: 9999999;
    bottom: -4px;
    left: 0;
    transform: scale3d(0, 1, 1);
    right: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255,255,255,0.75);
    transform-origin: 0% 50%;
    content: "";
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover:after {
    opacity: 1;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    transition-duration: 0s, 0.3s;
    transition-delay: 10ms;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active:after {
    opacity: 1;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    transition-duration: 0s, 0.3s;
    transition-delay: 10ms;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    font-family: "Lato",sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255,255,255);
    margin: 5px -4px 5px 5px;
    padding: 8px 12px 8px 12px;
  }
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .footer-contact-module {
    display: none !important;
  }
  .custom-footer {
    margin-bottom: 0px !important;
  }
  .mobile-menu-right {
    display: none !important;
  }

}


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

/* Hide button on Desktop */
.menu-trigger{ display: none; }

@media (max-width: 980px){

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

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

.menu-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1em;
    background-color: hsla(0,0%,100%,0);
    padding: 11px;
}
 
  /* Change button when menu is open */
  .mobile-open .menu-trigger{
    color: #fff;
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .menu-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .menu-trigger i:before, .menu-trigger i:after{
    position: absolute;
    content: '';
  }
  .menu-trigger i, .menu-trigger i:before, .menu-trigger i:after {
    width: 24px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: inline-block;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menu-trigger i:before{ top: -6px; } /* Position top line */
  .menu-trigger i:after{ top: 6px; } /* Position bottom line */
  .menu-trigger:hover i, .menu-trigger:hover i:before, .menu-trigger:hover i:after,  
  .mobile-open .menu-trigger i, .mobile-open .menu-trigger i:before, .mobile-open .menu-trigger i:after{
     background-color: rgba(255,255,255,0.5); /* Icon color */
  }
  
  .mobile-open .menu-trigger i:before {
    transform: rotate(-45deg);
    top: -1px;
  }

  .mobile-open .menu-trigger i {
    background: transparent;
  }
  .mobile-open .menu-trigger i:after {
    transform: rotate(45deg);
    top: -1px;
  }

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

  /*
  .child-trigger{
    display: block !important; /* Hide button on Desktop
     }
 */
 
  /* ===== Mobile Menu Styles ===== */  
     
/*  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; 
    margin: 10px 0 10px 0;
  }
*/

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
    overflow: hidden;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

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

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

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


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

/* Blog Listing */
.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:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

.blog-listing-wrapper .post-listing .post-item .post-body {}



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
	margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
  .hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
    margin-bottom: 10px;
  }
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 10px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.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;
}
#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%;
}
#comments-listing.no-comments {
   border: none;
}

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

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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

div#hubspot-author_data a, div#hubspot-author_data span {
    display: inline-block;
}
.blog-sidebar > .row-fluid-wrapper {
    margin-bottom: 40px;
}
.blog-sidebar h3 {
    margin-top: 0px;
}
.post-header h2 a {
    color: rgb(110,100,90);
}
h2.post-listing-simple a {
    color: rgb(110,100,90);
}
h2.post-listing-simple {
    font-family: "Cardo",serif;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0em;
    font-style: italic;
    font-weight: 700;
    text-transform: none;
    color: rgb(110,100,90);
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

form {
    margin-bottom: 30px;
    margin-top: 10px;
}
/* Form Field */
.hs-form-field {
  margin-bottom:10px;
}
ul.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
    color: red;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    margin-bottom: 8px;
    display: block;
}
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    max-width:767px;
    width:100%;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* 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"] {}

/* 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) =============== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
     cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  outline: none;
  white-space: normal;
  font-family: inherit;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

/* =============== 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 {}

.animate-menu ul li {
    position: relative;
    width: 390px;
    margin-right: 0px;
    MARGIN-BOTTOM: 10PX;
}
.animate-menu ul li a {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
    padding: 0.75em;
    margin: 5px auto 5px 5px;
    font-family: lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: rgba(0,0,0,1);
}

.child-trigger {
    width: 40px;
    height: 43px;
    float: right;
    margin-top: 0;
    text-align: center;
    padding: 13px;
    box-sizing: border-box;
    color: #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
}


li.dl-back a {
    color: rgba(0,0,0,0.5) !IMPORTANT;
    PADDING-LEFT: 31PX !IMPORTANT;
}
    .animate-menu {
        position:relative;
        overflow: hidden;
        /*  -webkit-perspective: 2000;
        -webkit-perspective-origin: 50% 0%;*/
        width: 400px;
    } 
    .animate-menu > ul
    {
        position:absolute;
        top:0px;
        width:100%;
        left:100%;
        transition: all 0.3s ease;
        /*  -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);*/
    }
    .animate-menu ul.active-panel {
        /*    -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);*/
        left:0;
    }

    .animate-menu > ul.submenu-open {
        left: -100%;
    }

.counter {
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 43px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 43px;
}

.mobile-trigger {
    width: 100px;
    padding: 10px;
    background: #ccc;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

ul.animate-primary-menu {
    display: none !important;
}
.animate-menu {
    display: block !important;
}
.mobile-menu-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999999;
    left: 0;
    transform: translate3d(-115%, 0, 0);
    overflow-x: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    width: 490px !important;
    padding: 48px;
    background-color: #ffffff;
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
    overflow-y: auto;
    height: 100%;
}
.dl-open .mobile-menu-left{
    transform: translate3d(0, 0, 0);
}
.dl-open .overley {
    opacity: 1;
    visibility: visible;
}
i.x-anchor-sub-indicator {
    margin: 5px;
    font-size: 1em;
    color: rgba(0,0,0,1);
    line-height: 1;
}
.x-off-canvas-close-left {
    left: 0;
}
.dl-open .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease;
}
li.dl-back a:before {
    content: "←";
    display: block;
    position: absolute;
    LEFT: 12px;
}
.mobile-open .overley {
    opacity: 1;
    visibility: visible;
}
.overley {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    z-index: 99999;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.dl-open .e688-3 .x-toggle-burger-bun-t {
transform: translate3d(0,0,0);
}


.dl-open .e688-3 .x-toggle-burger-bun-b {
transform: translate3d(0,0,0);
}

.x-toggle>span {
transition: all .8s ease;
}



/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.x-off-canvas-close {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    width: 48px;
    height: 48px;
    font-size: 1.5em;
    color: rgba(0,0,0,0.5);
}
  .x-off-canvas-close-right {
    right: 0;
}
.x-off-canvas-close span {
    display: block;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    line-height: 1;
    font-size: 1.1em;
    color: rgba(0,0,0,0.5);
}
.mobile-open .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1250px) {
.container-fluid .row-fluid .page-center {
    padding: 0 28px;
}
}

@media (max-width: 1170px) {

  .custom-footer .footer-row2 .footer-main-menu+div {
    width: 100%;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #363636 transparent transparent transparent;
  }
  .custom-footer .footer-row2 .footer-main-menu {
    margin: 0px;
    width: 100%;
  }
  .footer-main-menu .hs-menu-wrapper > ul > li {
    width: 25%;
  }
  
}
@media (max-width: 980px) {
  .custom-footer .footer-row1 .footer-map-area {
    width: auto;
  }
  .header-row1 .page-center > div > div > div+div{
    display: none;
  }
  .custom-header .header-row3 {
    height: 2.5em;
  }
.mobile-menu-right {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999999;
    right: 0;
    transform: translate3d(115%, 0, 0);
    overflow-x: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    width: 384px !important;
    padding: 48PX;
    background-color: #ffffff;
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
    margin-left: 0px !important;
    overflow-y: auto;
    height: 100%;
}
  .mobile-open .mobile-menu-right {
    transform: translate3d(0, 0, 0);
}

.mobile-menu-right .hs-menu-wrapper > ul > li {
    line-height: 1.7;
    MARGIN-BOTTOM: 10PX;
}

  .mobile-menu-right .hs-menu-wrapper > ul > li > a {
    padding: 0.75em;
    margin: 5px auto 5px 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: rgba(0,0,0,1);
    font-family: Lato, sans-serif;
  }
  
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .footer-main-menu .hs-menu-wrapper > ul > li {
    width: 25%;
    float: left !important;
  }
  .footer-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul {
    position: absolute !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .footer-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-footer .footer-row1 .footer-contact-info {
    padding-top: 9px;
    float: left;
  }
  .custom-footer .footer-row1 .footer-map-area {
    width: 48.93617020799999%;
}
  .custom-footer .footer-row1 .footer-map-area a {
    max-width: 100%;
    width: auto;
}
  body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    max-width:100%;
}
  .custom-banner h1 {
    display: block;
    width: 100%;
    text-align: left;
  }

  .custom-banner p:last-child {
    width: 100%;
    padding-bottom: 65px;
  }
    .firefox.scrolled .custom-header .header-row1 {
    top: 0px;
    height: 30px;
    width: 100%;
}
  
}  

@media (max-width: 715px) {
  .footer-main-menu .hs-menu-wrapper > ul > li:not(:last-child) {
    width: 33.3333333%;
    float: left !important;
  }
  .footer-main-menu .hs-menu-wrapper > ul > li:last-child {
    width: 100%;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #363636 transparent transparent transparent;
  }
  
} 
@media (max-width: 551px) {
  .footer-main-menu .hs-menu-wrapper > ul > li {
    width: 50% !important;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #363636 transparent transparent transparent;
  }
  .custom-footer .footer-row2.row .page-center > div{
   border: 0px;
  }
  
}


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 481px) {
  .custom-footer .footer-row1 .footer-contact-info {
    width: 100%;
  }
  .custom-footer .footer-row1 .footer-map-area {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    overflow: hidden;
  }

  .mobile-menu-left {
    WIDTH: 100% !IMPORTANT;
  }
  .animate-menu {
    width: AUTO;
  }
  .animate-menu ul li {
    width: AUTO;
    MARGIN-BOTTOM: 0PX; 
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 20px 0 10px 0;
    overflow-x: auto;
    padding: 10px 0;
  }
  .subscribe-options label {
   margin: 0;
}

}

@media (max-width: 400px) {
.mobile-menu-right {
    width: 100% !important;
}
  h1 {
    font-size: 37px;
  }
}

@media (max-width: 391px) {
  .footer-main-menu .hs-menu-wrapper > ul > li {
    width: 1000% !important;
  }


}
@media (max-width: 360px) {
  .custom-logo img {
    max-width: 264px;
    margin-bottom: 0px;
  }
  .menu-trigger i, .menu-trigger i:before, .menu-trigger i:after {
    width: 23.7px;
  }
  .menu-trigger {
    padding: 11px 10px;
  }
    .firefox .custom-logo img {
    max-width: 264px;
    margin-bottom: 0px;
  }
  .menu-trigger i, .menu-trigger i:before, .menu-trigger i:afte{
   border: none;
  }
  .firefox.scrolled .custom-logo img {
    vertical-align: bottom;
    max-width: 211.7px;
}

  
}

