/* ==========================================================================
   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=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

/* Therasoft_April2017-modules.css is required to address style issues with the default modules and responsive grid layout */
{% include 'Coded files/Custom/page/Therasoft_April2017-theme/Therasoft_April2017-modules.css' %}


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color: #1F1F1F;
    font-family:sans-serif;
    font-size: 14px;
    line-height: 20px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin:0 0 15px 0;    
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;    
    color: #000; 
    font-weight: bold;    
    margin:0 0 15px 0;    
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: orange;
    font-size:32px;
    line-height:38px;
}
h2 {
    font-size:24px;
    line-height:30px;    
}
h3 {
    font-size:19px;
    line-height:24px;      
}
h4 {
    font-size:16px;
    line-height:22px;    
}
h5 {
    font-size:13px;
    line-height:19px;       
}
h6 {
    font-size:11px;
    line-height:16px;      
}

/* Anchor Links */
a { 
    color: #bd8e63;
   text-decoration:none;
}
a:hover, a:focus { 
    color: #bd8e63;
   text-decoration:none; 
}

/* 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 {}
.header-container {}

.custom-header-background {
    background: #e9e9e9;
}

.custom-logo {
    width: auto !important;
    padding: 9px 17px 11px 0;
    float:left !important;
}


.custom-free-call-group {
    width:auto !important;
    float:right !important;
    margin-left:0 !Important;
    margin-top: 6px;    
}
.custom-free-call-group span.phno {
    float: left;
    background-color: #FFFFFF;
    padding: 6px;
    font-size: 15px;
    font-family: arial, sans-serif;
    color: #717171;
    margin-top: 10px;
    margin-right: 15px;
    font-weight: bold;
}
.custom-free-call-group span.phno img {
    margin-right: 4px;
    float: left;
}
.custom-free-call-group span.call-text {
    margin-top: 4px;
    float: left;
}

.custom-free-call-group a.startbut {
    font-size: 15px;
    font-weight: bold;
    background-color: #0091ca;
    border: 1px solid #FFFFFF;
    color: #fff;
    cursor: pointer;
    padding: 8.5px 21px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    float: left;
}

.custom-section-header {
    background-position: 60% center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; 
    min-height: 430px !important;
}
.custom-section-header .page-center {
    padding:0 !important;
}

.custom-banner-text {
    width: auto !important;
    padding-left: 62px;
    padding-top: 46px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.custom-section-header h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    margin: 30px 0;
    color: #fff;
}
.custom-section-header p {
    color: #fff;
    text-shadow: 1px 1px 1px #080707;
    font-size: 18px;  
    line-height:normal;
    margin:18px 0;
}


/* =============== Content =============== */

.body-container-wrapper {
    background-color: #fff;    
}
.body-container {}

.body-container-wrapper .page-center {
    padding:35px 15px;
}

.body-container-wrapper a {
    text-decoration:underline;
}
.body-container-wrapper a:hover {
    text-decoration:underline;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-background {
    background: #e9e9e9;
    margin-top: 2px;
    border-top: 1px solid #D8D8D8;
}

.custom-footer-logo-group {
    width: auto !important;
    float: left !IMPORTANT;
    padding-top: 32px;    
}
span.phno1 {
    background-color: #3283c5;
    padding: 10px;
    font-size: 17px;
    font-family: arial,sans-serif;
    color: #fff;
    float: left;
    margin-top: 32px;
}




.custom-footer-menu-group {
    width: auto !IMPORTANT;
    float: left !important;
    margin-left: 0 !important;
    padding-top: 12px;
    position: relative;
    left: -18px;
}
ul.custom-footer-menu {
    line-height: 20px;
    list-style: none;
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 12px;
    padding-bottom: 23px;
}
ul.custom-footer-menu li {
    font-weight: bold;
    font-size: 15px;
    color: #737373;
}
ul.custom-footer-menu li a {
    text-decoration: none;
    color: #868686;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
ul.custom-footer-menu li a:hover {
    color: #f17330;
}


.custom-footer-social-icon-group {
    width: auto !IMPORTANT;
    float: right !IMPORTANT;
    margin-left: 0 !IMPORTANT;
    padding-top: 12px;  
    margin-top: 14px;  
    padding-right: 25px;    
}
.custom-footer-form {
    margin-bottom: 10px;
    margin-top: 10px;
}
.custom-footer-form label {
    font-weight: bold;
    font-size: 15px;
    color: #737373;
    float: left;
    display: block;
    width: 100%;    
}
.custom-footer-form span.hs-form-required {
    display: none;
}

.custom-footer-form .input {
    width: 190px;
    float: left;
}
.custom-footer-form input[type="email"] {
    width: 100%;
    line-height: 29px;
}
.custom-footer-form input.hs-button {
    width: 65px;
    height: 34px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 0;
    background-color: #58b75b;
    border: 1px solid #3B983E;
    color: #fff;
    margin-right: 3px;
    cursor: pointer;
}
.custom-footer-form .hs-form-field {
    margin: 0;
}


.custom-copyright {
    margin-bottom: 28px;
    padding-left: 29PX;
}
.custom-copyright p {
    font-size: 13px;
    color: #9A9A9A;
    font-family: arial,sans-serif;
    TEXT-ALIGN: CENTER;
    margin: 0;
}
.custom-footer-background sup {
    vertical-align: super;
    font-size: smaller;
    top: 0;
}
.custom-copyright p a {
    color: #9A9A9A;
}
.custom-copyright p a:hover {
    color: #FF6600;
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */


/* 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:1007px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary {
        width: auto !important;
        margin-left: 0 !important;
        padding-top: 13px;
        padding-left: 8px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        display:block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding-right: 8px;    
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 15px;   
        display: block;
        padding: 6px 8px;
        margin-top: 6px;    
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        text-decoration: none;
        color: #2196F3;    
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1006px){

  /* 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 ===== */

    .mobile-trigger{
        position: absolute;
        user-select: none;
        background-color: #3283c5;
        padding: 16px 22px;
        margin-top: 12px;
        border-radius: 4px;
        margin-bottom: 11px;
        margin-right: 6px;
        cursor: pointer;
        display: inline-block !important;
        float: right;
        top: -70px;
        right: 0;
        z-index: 999999;
    }
    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        color: #fff;
    }
    
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
        color: #fff;
    }

    /* Toggle Button Icon */
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 18px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #fff; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{ top: -5px; } /* Position top line */
    .mobile-trigger i:after{ top: 5px; } /* Position bottom line */
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #fff; /* Icon color */
    }
    
    .mobile-open .mobile-trigger i {
        background: transparent;
    }
    .mobile-open .mobile-trigger i:before {
        transform: rotate(-45deg);
        top: 0;
    }
    .mobile-open .mobile-trigger i:after {
        transform: rotate(45deg);
        top: 0;
    }

 
    /* ===== Mobile Menu Styles ===== */  
     
    .custom-menu-primary.js-enabled{
        position: fixed;
        padding-top: 0;
        margin: 0;
        width: 100% !important;
        z-index: 100;
        top: 70px;
    }
    
    /* 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: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color: #fff;
        width: 100%; /* Full screen width */
    }

   /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 14px; /* Font size of top level list items */
        line-height: 16px;
        overflow: visible;
        border-bottom: 1px solid #EAEAEA;    
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        border-bottom:none;
    }
    
    /* 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 20px;
        color: #5D5D5D;
        font-weight:bold;
        text-transform:uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        background-color: #818181;
        color: #FFFFFF;
    }
    
    .custom-menu-primary .hs-menu-wrapper >  ul > li:last-child > a {
        color: #fff;
        background-color: #3283C5;    
    }
    .custom-menu-primary .hs-menu-wrapper >  ul > li:last-child > a:hover {
        background-color: #818181;
        color: #FFFFFF;        
    }

}





/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

.blog .body-container-wrapper {
    background:#fff;
}

.blog .body-container-wrapper a {
    color: #0F87C9;
    text-decoration: none;    
}
.blog .body-container-wrapper a:hover {
    text-decoration: underline;    
}

.blog body p {
    font-family: "Source Sans Pro", sans-serif;
    font-size:20px;
    line-height:32px;
    color:#4c5357;
    font-weight:normal;
}

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container-wrapper{
    padding: 0 10px;
}
.blog .body-container-wrapper .page-center {
    max-width: 975px !important;
    padding: 0;
}
.widget-type-cell.blog-content {
    padding: 0 30px 0 0;
    float: left;
    width: 67.7%;
}
/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

.hs-blog-post .blog-section {
    padding: 30px 0 40px;
}

/* 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 */
.section.post-header h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    -webkit-font-smoothing: antialiased;
    color: #222;
}
.post-header h2 {
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 35px;
    line-height:39px;
    margin:0;
}
.post-header h2 a {
    text-decoration: none;
    color: #222 !important;    
}
.post-header h2 a:hover {
    color: #222 !important;    
    text-decoration: underline;
}
.post-header h1 {
    font-size: 40px;
    line-height:44px;
    color: #222; 
    margin:0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;    
}

/* 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 {
    margin-bottom: 40px; 
    margin-top: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.post-body p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    color: #4c5357;
    line-height: 1.6em;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}
/* 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: auto;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 0 0 20px 0;
}

/* Read More Link */
a.more-link {
    display:inline-block;
    font-family: "Source Sans Pro", sans-serif;    
    margin:15px 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px; 
    color: #3280b1;    
}
a.more-link:hover {
    text-decoration: underline; 
    color: #3280b1;     
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin: 20px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

/* Blog Commments */
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
   margin:15px 0;
}

#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: {{ baseColor }};
    display: block;
    font-family: {{ baseFontFamily }};
    font-size: {{ baseFontSize }};
    line-height: {{ baseLineHeight }};
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color: {{ baseColor }} !important;
    display: block !important;
    text-align: left;
}

/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.blog-pagination > div{
    display: inline-block;
    float:left;  
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a{
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    color: #505050 !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none ;
    float: left;
    display: block;
    margin: 10px 5px 10px 0px;
    padding: 10px 15px;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
    background: #f5f5f5;
    text-decoration: underline;
}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    background: #f5f5f5;
    pointer-events: none;
    cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{}

.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{}

.blog-pagination .page-count {
    float: right;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-stretch: normal;
    font-style: italic;
    line-height: 21px;
    color: #4c5357;
    margin: 10px 0;
}

/* 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 {}

.widget-type-cell.blog-sidebar {
    width: 32.2%;
    padding-left: 6px;
    float: right;
    min-height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin: 0;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {
    padding: 20px 0 20px 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin:0 0 10px 0;
    font-size: 18px; 
    line-height:23px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;    
}


.blog .blog-sidebar ul{
    list-style:none;
    margin:0;
    padding:0;
    display:block;
}

.blog .blog-sidebar ul li{
    margin: 10px 0;  
    font-size:14px;
    line-height:21px;
}

.blog .blog-sidebar ul li a{
    color: #3280b1;
    text-decoration:none;
    font-family: "Source Sans Pro", sans-serif;    
}

.blog .blog-sidebar ul li a:hover{
    text-decoration:none;    
}


/* =============== 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 {}


/* ==========================================================================
   Blog Listing Page
   ========================================================================== */
body.hs-blog-listing {}


.custom-date-group {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #999;
    font-family: "Source Sans Pro", sans-serif;    
}
.custom-date-group a {
    color: #999 !important;
    text-decoration: none;
}
.custom-date-group a:hover {
    color: #999 !important;
    text-decoration: underline;
}
.custom-date-group #hubspot-author_data {
    display: inline-block;
    padding-right: 15px;
}
.custom-date-group .custom_listing_comments {
    border: none;
    display: inline-block;
    line-height: normal;
    padding: 0 15px;
    margin: 0;
    border-left: 1px solid #e9e9e9;  
    border-right: 1px solid #e9e9e9;    
}
.custom-date {
    display: inline-block;
}



/* ==========================================================================
   Blog Post Page
   ========================================================================== */
body.hs-blog-post {}





/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */



/* Form Field */
.hs-form-field {
    margin:0 0 12px 0;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
    color: #fff;
    display: block;
}
.hs-form-field > label {}

.body-container-wrapper label {}
/* One Line Inputs */
.body-container-wrapper [type="text"],
.body-container-wrapper [type="password"], 
.body-container-wrapper [type="datetime"], 
.body-container-wrapper [type="datetime-local"], 
.body-container-wrapper [type="date"], 
.body-container-wrapper [type="month"], 
.body-container-wrapper [type="time"], 
.body-container-wrapper [type="week"], 
.body-container-wrapper [type="number"], 
.body-container-wrapper [type="email"], 
.body-container-wrapper [type="url"], 
.body-container-wrapper [type="search"], 
.body-container-wrapper [type="tel"], 
.body-container-wrapper [type="color"],
.body-container-wrapper [type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
    width: 96%; /*changed from `100% by HubSpot Support Francis N so that the input would fit in the sidebar*/
    font-family:arial,sans-serif;
    background-color: #ffffff;
    border: none;
    padding: 10px 8px;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    color: #000;
    vertical-align: middle;
    border-radius: 0;
    display: inline-block;      
}

.body-container-wrapper [type="text"]:focus,
.body-container-wrapper [type="password"]:focus, 
.body-container-wrapper [type="datetime"]:focus, 
.body-container-wrapper [type="datetime-local"]:focus, 
.body-container-wrapper [type="date"]:focus, 
.body-container-wrapper [type="month"]:focus, 
.body-container-wrapper [type="time"]:focus, 
.body-container-wrapper [type="week"]:focus, 
.body-container-wrapper [type="number"]:focus, 
.body-container-wrapper [type="email"]:focus, 
.body-container-wrapper [type="url"]:focus, 
.body-container-wrapper [type="search"]:focus, 
.body-container-wrapper [type="tel"]:focus, 
.body-container-wrapper [type="color"]:focus,
.body-container-wrapper [type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
    outline: -webkit-focus-ring-color auto 5px; 
}

/* 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 {
    color: rgb(112, 112, 112);
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: 21px;
}
#comment-form label {
    color: rgb(112, 112, 112);
    display: block;
}

/* Inputs */

#comment-form [type="text"],
#comment-form [type="password"], 
#comment-form [type="datetime"], 
#comment-form [type="datetime-local"], 
#comment-form [type="date"], 
#comment-form [type="month"], 
#comment-form [type="time"], 
#comment-form [type="week"], 
#comment-form [type="number"], 
#comment-form [type="email"], 
#comment-form [type="url"], 
#comment-form [type="search"], 
#comment-form [type="tel"], 
#comment-form [type="color"],
#comment-form [type="file"],
#comment-form textarea,
#comment-form select {
    width: 100%;
    display: block;
    padding: 8px;
    margin-bottom: 0;
    border: 1px solid #e3e3e3;
    background: 0 0;
    border-radius: 4px;
}
#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-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
    width:auto;
    font-family:arial, sans-serif;
    display:inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;    
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #58b75b;
    border: 1px solid #3B983E;
    border-radius: 0;
    text-transform:uppercase;
    text-decoration: none;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
    text-decoration: none;
    background-color: #66C169;
}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {
    outline: -webkit-focus-ring-color auto 5px;  
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
 
 
.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}


.hs-error-msgs.inputs-list{
    margin:10px 0 0;
}

.hs-error-msgs.inputs-list label{
    color: #ff0000;
    font-weight:normal;
}   

.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    border-bottom: 1px solid #A8A8A8;
    border-top: 1px solid #D6D6D6;
    background-color: #778899;
    padding: 20px;
}
h3.form-title {
    margin-top: 50px;
    font-size: 30px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.widget-type-email_simple_subscription h1, 
.widget-type-email_simple_subscription h3 {
    color: #fff;
}
.subscribe-options label span {
    color: #444;
}

/* =============== Screen sizes smaller than .page-center =============== */


@media (min-width:1024px) and (max-width: 1200px) { 
    .custom-footer-background .page-center {
        padding: 0 15px;
    }
    .custom-footer-form .input {
        width: 70%;
    }
    .custom-footer-form input.hs-button {
        width: 25%;
    }
    ul.custom-footer-menu {
        margin: 0;
        padding: 0 0 0 23px;
    }
    .custom-footer-menu-group {
        left: -8px;
    }
}
@media (min-width:1007px) and (max-width: 1165px) {
    .custom-header-background .page-center {
        padding: 0 15px;
    } 
    .custom-menu-primary {
        padding-left: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .custom-free-call-group span.phno,
    .custom-free-call-group a.startbut {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {  
    .body-container-wrapper .page-center,
    .footer-container-wrapper .page-center{
        max-width: 80% !important;
        padding-left: 0;
        padding-right: 0;
    }    
    .custom-banner-text {
        float: none!important;
        width: 80% !important;
        text-align: center;
    }
    .custom-footer-background {
        text-align: center;
    }
    .custom-copyright {
        margin-bottom: 21px;
        padding-left: 30PX;
        padding-top: 26px;    
    }
    .custom-footer-social-icon-group {
        width: 100% !IMPORTANT;
        padding-top: 2px;
        margin-top: 0;      
    }
    .custom-footer-form form {
        width: 50% !IMPORTANT;
        float: none!important;
        text-align: center;
        margin: auto !IMPORTANT;
    }
    .custom-footer-form label {
        text-align: left;
    }
    .custom-footer-form .input {
        width: 100%;
    }
    .custom-footer-form input.hs-button {
        width: 100%;
        margin: 5px 0 0 0;
    }
    .custom-footer-logo-group {
        width: 100% !important;
        clear:both;          
    }
    span.phno1 {
        float: none;
    }
    .custom-footer-logo-group img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    ul.custom-footer-menu {
        text-align: left;
    }
    .custom-footer-menu-group {
        width: 100% !IMPORTANT;
        padding-top: 12px;
        left: 0;
        margin-top: 25px;
    }
    
}

@media (max-width: 1006px) {
    .custom-free-call-group {
        display: none !IMPORTANT;
    }  
    .custom-logo {
        padding-left:15px;
    }  
    .custom-banner-text {
        width: 100% !important;
        padding: 30px 0;
        text-align: center;
    }
}
@media (max-width: 985px) {
    .blog .body-container-wrapper {
        padding: 0;
    }
    .widget-type-cell.blog-content,
    .widget-type-cell.blog-sidebar{
        width: 100%;
    }
    .widget-type-cell.blog-content{
        padding: 0 20px;
    }
    .widget-type-cell.blog-sidebar{
        background: #fcfcfc;
        border-top: 4px solid #f0f0f0;
        padding-left: 0;
    }
    .blog .blog-sidebar .widget-span {
        padding: 20px;
    }
    .custom-exclusive-image,
    .custom-therasoft-image {
        text-align: center;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
    }  
    .custom-banner-text {
        width: 88% !important;
    }
    .custom-copyright {
        margin-bottom: 24px;
        padding-left: 27PX;
        padding-top: 28px;
    }
    .custom-footer-form {
        margin-top: 28px;
    }
    .mobile-trigger {
        top: 0;
    }
    .custom-menu-primary.js-enabled {
        top: 0;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 70px;
    }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .footer-container-wrapper .page-center {
        max-width: 100% !important;
    }    
}
@media (max-width: 325px) {
    .footer-container-wrapper .page-center {
        max-width: 80% !important;
    }
}
