/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */




/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANEOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

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

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




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 







/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */


html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
} 
html {
    overflow-y: scroll;
    min-width: 320px;
    height: 100%;
}

/* Website background color and default font styles */
body {
    background: #f6f7f9;
   /* color: #333;
    font-family: 'Open Sans','Segoe UI','DejaVu Sans',Arial,Trebuchet,Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5em;*/
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
}

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



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


/* Basic text */
/*p {
    margin:0px;
} 

.main-content p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.main-content ul, ol {
    font-size: 1.2em;
    line-height: 1.5em;
}

.main-content li {
    margin-bottom: 10px;
}*/

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

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

/* Headings */

/*h1 {   
    line-height: 1.25em;
    letter-spacing: -.05em;
    margin: 0 auto;
    font-size: 3.25em;
    font-weight: 300;
    text-align: left;
    padding: 0 0 25px;
}
h2 {
    line-height: 1.25em;
    letter-spacing: -.05em;
    margin: 0 auto;
    font-size: 2.25em;
    font-weight: 300;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 400;
    margin:10px 0;
}
h4 {
    font-size: 12px;
    line-height: 1.5em;
    margin:10px 0;
}
h5 {
    font-size: 0.83em;
    margin:10px 0;
}
h6 {
    font-size: 0.67em;
    margin:10px 0;
}*/

/* Lists */

/* ul, ol {
    padding: 0 0 0 10px;
    margin: 0;
}
ul > li {
    margin: 1px 0 1px 0;
    padding: 0 0 0 15px;
    background: transparent url('//cdn2.hubspot.net/hubfs/2355828/TherapyNotes_July2016/Images/list-style.svg') no-repeat scroll left 6px;
    background-size: 15px 18px;
    list-style-type: none;
}
ol > li {
    list-style-type: decimal;
    background-image: none;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
} */








/* ==========================================================================


   2. 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-container-wrapper a, 
.footer-container-wrapper a {
    /*background: transparent;*/
}


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


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



/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

/*.custom-header {
    background-color: #036EA4;
    box-shadow: 0 5px 10px rgba(0,0,0,0.35);
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.header-logo img {
    margin-left: 0px;
}
.header-container .page-center {
    position: relative;
}
.header-right {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
}
.header-right ul {
    padding: 18px 0 0 0;
    text-align: right;
}

.header-right ul li {
    display: inline-block;
    background: transparent;
    margin: 0;
    padding: 0;
}*/

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


.body-container-wrapper {
    padding-top: 70px;
  padding-bottom: 30px;
}
.body-container {}

/*.btn-rounded {
    display:block;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    letter-spacing: -.05em;
    font-weight: 600;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 1.5em;
}
.btn-rounded.get-started, 
.btn-rounded.account {
    background-color: #95CF22;
    color: #FFF;
    margin-right: 7px;
    white-space: nowrap;
}
.btn-rounded.get-started:hover{
    background-color: #A5DF32;
}
.btn-rounded.login {
    background-color: #EEE;
    color: #555;
    white-space: nowrap;
}
.btn-rounded.login:hover {
    background-color: #FFF;
}*/

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

/*.footer-testimonials ul li {
    display: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.footer-testimonials ul li:first-child {
    display: block;
}*/



/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */






/*--------------------Back To Top-----------------*/

/*a#back-to-top {
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 50px;
    border: 0;
    text-indent: 100%;
    z-index: 1000;
    background: url(//cdn2.hubspot.net/hubfs/2355828/TherapyNotes_July2016/Images/totop.png) no-repeat left top;
    -webkit-animation-name: normalFadeIn;
    -moz-animation-name: normalFadeIn;
    -o-animation-name: normalFadeIn;
    animation-name: normalFadeIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    text-align: left;
    text-indent: -9999px;
}
a#back-to-top:hover {
    background-position: left -50px;
}*/
/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */

/*.widget-span.custom-menu-primary{
    padding: 13px 0 0 0;
    text-align: right;
    padding-right: 199px;
}

.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:transparent;
    padding: 13px 16px 10px 15px;
    background: transparent url(//cdn2.hubspot.net/hubfs/2355828/TherapyNotes_July2016/Images/layout-header-navdivider.png) right 0 top 3px no-repeat;
    margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    background: transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#fff;
    font-size: 1.5em;
    font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#FFFF8A;
  background:transparent;
}*/

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

/* 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:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }*/




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){
    



  /* Toggle Button Icon
     ========================================================================== */

/*  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -3px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px;
    height: 2px; 
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: ; 
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -10px; 
  }
  .mobile-trigger i:after{
    top: 10px; 
  }
  
  .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: ;
  }*/


  /* Child Toggle Button
     ========================================================================== */

  /*.child-trigger{
    display: block !important; 
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;  
    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%; 
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; 
    height: 1px;
    background-color:;
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }*/

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: static;
       padding: 0; /* Makes room for button */
       margin: 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: 2px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 0 0 0 10px;
    border-top: 1px solid #3EBAFC;
    border-bottom: 1px solid #036EA4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px 16px 10px 0;
    line-height: 1.1em;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 16px 10px 0;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





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


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

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

/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {
    margin-bottom:10px;
}

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

/* Labels */
body label {
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    padding-top: 5px;
    font-size: .875em;
    line-height: 1.5em;
}
body .hs-form-field > label {}

input.error,
textarea.error {
    border-top: 1px solid #B81818 !important;
    border-left: 1px solid #B81818 !important;
    border-right: 1px solid #E21E1E !important;
    border-bottom: 1px solid #E21E1E !important;
    background-color: #FCE4E4 !important;
}
ul.hs-error-msgs.inputs-list {
    background-color: #B81818;
    border-radius: 4px;
    padding: 10px 15px !important;
    color: #fff;
}
ul.hs-error-msgs.inputs-list label {
    margin: 0;
    padding: 0;
}
/* One Line Inputs */
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 {
    width: 100%;
    font-family: 'Open Sans','Segoe UI','DejaVu Sans',Arial,Trebuchet,Verdana,sans-serif;
    border-top: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    outline-color: #C2E5F6;    
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
    background-color: transparent;
    font-size: 1.0em;
    line-height: 21px;
    margin-bottom:5px;
    display:block;
    max-width:500px;
}

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-top: 1px solid #1D90C6;
    border-left: 1px solid #1D90C6;
    border-right: 1px solid #66BFE8;
    border-bottom: 1px solid #66BFE8;
}
body input[type="text"]:hover,
body input[type="password"]:hover, 
body input[type="datetime"]:hover, 
body input[type="datetime-local"]:hover, 
body input[type="date"]:hover, 
body input[type="month"]:hover, 
body input[type="time"]:hover, 
body input[type="week"]:hover, 
body input[type="number"]:hover, 
body input[type="email"]:hover, 
body input[type="url"]:hover, 
body input[type="search"]:hover, 
body input[type="tel"]:hover, 
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
    border-top: 1px solid #1D90C6;
    border-left: 1px solid #1D90C6;
    border-right: 1px solid #66BFE8;
    border-bottom: 1px solid #66BFE8;
}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Error */
body .hs-common-error-message {}


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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Open Sans','Segoe UI','DejaVu Sans',Arial,Trebuchet,Verdana,sans-serif;
    font-size: 12px;
    text-decoration: none !important;
    background: #95CF22;
    padding: 5px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border: 0;
    color: #FFF;
    font-weight: normal;
    border-radius: 4px;
    min-height: 40px;
    line-height:40px;
    margin: 10px 0;
    display:inline-block;
    border: 1px solid transparent;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background: #81B814;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    border: 1px solid #036EA4;
    outline-color: #1D90C6;
    background: #81B814;
    -webkit-box-shadow: 0 0 2px 1px #62BEE8;
    -moz-box-shadow: 0 0 2px 1px #62BEE8;
    box-shadow: 0 0 2px 1px #62BEE8;
}


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


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

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}







/* ==========================================================================


   6. MISCELLANEOUS                                      


   ========================================================================== */


.body-container.container-fluid .row-fluid .page-center{
    background-color: #FFF;
    padding: 30px;
    border: 1px solid #d0d2d4;
}

#hs-pwd-widget-password {
    margin-top: 10px !important;
}
.email-edit {
    display: none;
}

/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1400px) {}

@media (max-width: 1440px) {
    
    .body-container-wrapper {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-container-wrapper .page-center,
    .header-container-wrapper .page-center{
        padding:0 20px;
    }
    .custom-footer{
        max-width:1040px;
    }
    .header-right{
        z-index: 1;
        right:20px;
    }
}


@media (max-width: 1440px) and (min-width: 1099px){
    .custom-menu-primary .hs-menu-wrapper>ul>li{
        padding: 13px 15px 10px 15px;
    }
}


@media (max-width: 1099px){
    .header-logo img {
        margin-left: 0;
        max-width: 140px;
        padding: 8px 0 7px;
    } 
    .header-right ul {
        padding: 9px 0 0 0;
    }
    .btn-rounded{
        font-size: 1.3em;
        padding:7px 10px;
    }
    .header-right{
        z-index: 1;
    }
    .body-container-wrapper {
        padding-top: 70px;
    }
    .footer-testimonials ul {
        margin-left: 0;
        padding: 0;
    }    
}

@media (max-width: 1099px) and (min-width:768px){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a{
        font-size: 1.3em;
    }
    .widget-span.custom-menu-primary {
        padding: 3px;
        padding-right: 191px;
        position: absolute;
        right: 10px;
        width: auto !Important;
    }
}

@media (max-width: 810px) {
    .btn-rounded {
        font-size: 1.2em;
        padding: 6px 10px 5px;
    }
    .header-right ul {
        padding: 10px 0 0 0;
    }
}

@media (max-width: 899px) {

    .widget-span.footer-testimonials {
        width: 100%;
    }
    .footer-testimonials ul {
        padding: 0 10px 0 20px;
         max-width: 100%;
    }  
    .widget-span.footer-right {
        width: 100%;
        padding-top: 10px;
        margin: 0;
    }
    .footer-right a.btn-signup {
        font-size: 1.5em;
        padding: 14px 10px;
    }
}
@media (max-width: 910px) and (min-width:768px){
    .header-logo a {
        background: transparent url(//cdn.therapynotes.com/images/publicsite/header-logo-therapynotes-notext.png) center center no-repeat;
        height: 50px;
        width: 35px;
        display: inline-block;
        -moz-background-size: 35px 50px;
        -o-background-size: 35px 50px;
        -webkit-background-size: 35px 50px;
        background-size: 35px 50px;
        vertical-align: top;
    }
    .header-logo img {
        display: none;
    }
}

@media (max-width: 810px) and (min-width:768px){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 1.2em;
    }
}
/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
    .body-container-wrapper {
        padding-top: 50px;
        padding-bottom: 0;
    } 
    .container-fluid .row-fluid .page-center{
        padding: 0;
    }
    .custom-blog.hs-blog-post .blog-section{
        padding-left:10px;
        padding-right:10px;
    }
    .body-container.container-fluid .row-fluid .page-center {
        padding: 10px;
        background: #fff;
        /*box-shadow: 0 1px 1px #ccc;*/
    }
    .header-logo img {
        max-width: 160px;
        padding: 5px 0 4px;
    }
    .header-logo {
        text-align: center;
    }
    .header-right{
        right: 10px;
    }
    .custom-header {
        min-height: 49px !important;
    }
    .footer-testimonials ul {
        padding: 0 20px 0 20px;
    }
    #Testimonial p+p{
        white-space: normal;
    }
    .footer-container.container-fluid .row-fluid .page-center{
        padding-left:10px;
        padding-right:10px;
    }
    h1 {
        padding: 10px 0 20px 0;
        text-align: center;
        font-size: 2.5em;
    } 
    .body-container-wrapper{
        padding-left:0px;
        padding-right:0px;
    }
    .post-header {
        padding: 20px 20px 20px 10px;
        background: transparent;
    }
    .blog-listing-wrapper .post-listing .post-item {
        padding: 0;
        margin: 0 -10px;
    }   
    .custom-blog .body-container.container-fluid .row-fluid .page-center{
        padding: 10px;
    }
    .custom-blog.hs-blog-post .post-footer,
    .custom-blog.hs-blog-post .blog-section {
        /*margin: 0 -10px;*/
    }
    .custom-blog.hs-blog-post .post-header {
        /*padding-left: 0;*/
    }
    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%;    
    }
    .prevent-overlap {
        margin-bottom: 20px;
    }
}


@media (max-width: 649px) {
    a.btn-rounded.get-started {
        display: none;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    .header-logo img {
        max-width: 120px;
        padding: 10px 0 4px;
    }
    .footer-testimonials ul {
        padding: 0 10px 0 10px;
    }    
}