body { 
	background-color: #fdfefe !important;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.color--facebook {
    color: #395697
}
.homepage .subscribe-form {
    background: rgba(0,0,0,0.2);
    padding: 30px 0;
    padding-bottom: 70px;
    color: #fff;
    position: absolute;
    bottom: 0
}
.homepage .subscribe-form .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: 700
}
.homepage .subscribe-form input[type="email"] {
    max-width: 400px;
    height: 37px
}
.homepage .subscribe-form .hs_email {
    display: inline-block;
    width: 354px;
    margin-right: 5px;
    vertical-align: top
}
.new-comments .hs-form .hs_submit {
    margin-top: 17px;
    width: 35%;
    float: right;
    display: inline-block;
}
.new-comments .hs-form .hs_submit input[type='submit'] {
    width: 95%;
}
.hs_submit input.hs-button {
    height: 40px;
    width: 100%;
}
.homepage .subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase
}
.homepage .subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    color: #34495e
}
h1 {
	font-size: 26px !important;
	font-weight: 300
} 
textarea {
    max-width: none !important;
    min-height: 100px !important;
	color: #656565!important
}
.post-header a {
	color: #0073aa !important
}

a.blog-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    color: #fff !important;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(255,255,255,0);
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 2px;
    background-image: linear-gradient(0,#1db9e8,#1db9e8);
    background-position: 100% -30px;
    background-size: 100% 30px;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    -webkit-transition: all .2s;
    transition: all .2s;
    transform: inherit;
}
a.blog-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
a.blog-button:not(:disabled) {
    cursor: pointer
}
a.blog-button:hover,a.blog-button:focus {
    background-color: #1db9e8;
    color: #fff;
    outline: 0;
    text-decoration: none;
    background-position: 0 0;
    box-shadow: inset 0 0 0 1px #1db9e8
}
a.blog-button:active,a.blog-button.blog-active {
    background-color: #1db9e8;
    color: #fff;
    box-shadow: inset 0 0 0 1px #1db9e8
}
a.blog-button {
    background-color: #1db9e8;
    color: #fff;
    background-image: linear-gradient(0,#fff,#fff);
    box-shadow: inset 0 0 0 1px #1db9e8
}
a.blog-button:hover, a.blog-button:focus {
    background-position: 0% 0%;
	background-color: #ffffff;
	color: #1db9e8 !important;
    box-shadow: inset 0 0 0 1px #1db9e8;
}
hr {
    margin-top: 60px !important;
}
h3 {
	line-height: 27px;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	color: #434343;
	margin-bottom: 20px;
	margin-top: 0;
}
.posts h3 { 
	margin: 0 0 10px 0; 
}
.posts .info {
	padding: 10px 0 14px 0px;
	font-size: 12px;
}
.posts .info i { 
	font-size: 18px; 
	padding: 0 5px 0 15px;
}
.posts .labels { 
	padding: 10px 0; 
}
.posts .image { 
	border: solid 1px #ddd; 
	padding: 5px; 
	margin-bottom: 10px; 
	background: #eee; 
}
.comments .info { 
	font-size: 13px; 
	font-weight: 700; 
}	
.comments .info .avatar { 
	width: 40px; 
	float: left;
	margin-right: 5px;  
}
.comments .content {
	font-size: 12px;
	border-bottom: solid 1px #eee;
	padding: 0px 0 20px 61px;
	margin-bottom: 35px;
}
.comments .content:last-of-type {
}
.cloudtags {
	padding: 2px;
	font-weight: 300;
}
.widgeul {
	margin: 0;
	list-style: none;
	background: #fff;
	padding: 30px 15px;
	border: 1px solid #ddd;
	border-top: 6px solid #1db9e8;
}
ul.widgeul li {
	clear: both;
	padding: 12px 0;
	border-bottom: solid 1px #eee;
}
ul.widgeul li:last-child {
	border-bottom: none !important; 
}
ul.widgeul li .image { 
	border-radius: 4px
}
.note h3 {
    text-align: left;
}
.widgetul {
	background: #eef8fc;
    padding: 30px;
    border: #dddddd 1px solid;
    border-top: 6px solid #1db9e8
}
a.blog-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
a.blog-button:not(:disabled) {
    cursor: pointer
}
.blog-headline-title {
	font-size:34px !important;
	font-weight: 700 !important;
}
.button-primary, form.hs-form .hs_submit .hs-button {
    background-color: #1db9e8;
    color: #fff;
    background-image: linear-gradient(0,#fff,#fff);
    box-shadow: inset 0 0 0 1px #1db9e8
}
form.hs-form .hs_submit .hs-button:hover, input[type='submit']:hover, .button-primary:hover, input[type='submit']:focus , .button-primary:focus, form.hs-form .hs_submit .hs-button:focus {
    background-position: 0% 0%;
	background-color: #ffffff;
    color: #1db9e8;
    box-shadow: inset 0 0 0 1px #1db9e8;
}
input.large {
    width: 100%;
    height: 40px;
}
.color--twitter {
    color: #50aee1
}
.color--linkedin {
    color: #007bb6
}
.color--googleplus {
    color: #dd4b39
}
.color--youtube {
    color: #b00
}
.color--instagram {
    color: #125688
}
.color--pinterest {
    color: #cb2027
}
.color--dribbble {
    color:
}
.color--email {
    color: #5d6769
}
.background--facebook {
    background-color: #395697
}
.background--twitter {
    background-color: #50aee1
}
.background--linkedin {
    background-color: #007bb6
}
.background--googleplus {
    background-color: #dd4b39
}
.background--youtube {
    background-color: #b00
}
.background--instagram {
    background-color: #125688
}
.background--pinterest {
    background-color: #cb2027
}
.background--dribbble {
    background-color: #ef558f
}
.background--email {
    background-color: #5d6769
}
.post--single-author-border {
    padding: 30px;
	margin: 60px 0;
    background: #f5f9fa;
    box-shadow: 0 0 1px 1px rgba(144,144,144,0.1)
}
.blog-panel-box h3.form-title {
    font-size: 26px !important;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: #434343
}
.blog-section,.blog-sidebar {
    position: relative;
    z-index: 2
}
.panel-box-primary {
	background-color: #1db9e8;
    color: #ffffff;
    box-shadow: 0 1px 0 0 #1397bf;
    padding: 30px;
    margin-top: 10px
}
.blog-panel-box {
    padding: 5px 30px 25px 30px;
    margin-bottom: 50px;
    background: #ecf7fb;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.1)
}
.panel-box-primary p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
	padding: 20px 0;
}
.panel-box-primary h3{
	font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
}
.post--single-author-section-bio p {
    text-align: justify
}
.post--single .post--single-meta .post--single-author-published p {
    display: inline-block
}
.post--single .post--single-meta .post--single-author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    float: left;
    margin: -45px 10px 0 0
}
.post--single .post--single-meta .post--single-author-published p.post--single-author {
    margin: 5px 0 0;
    font-size: 13px
}
.post--single .post--single-meta .post--single-author-published p.post--single-author a {
    font-weight: bold;
    font-size: 16px
}
.post--single .post--single-meta .post--single-author-published p.post--single-published {
    float: right;
    margin: 5px 0 0;
    font-size: 14px
}
.post--single .post--single-meta .post--single-print {
    float: right;
    font-size: 14px;
    margin: 5px 0 0 20px
}
.post--single .inline-blog-cta {
    margin-top: 50px
}
.post--single-author-section {
    text-align: center;
    margin-top: 110px
}
.post--single-author-section .post--single-author-section-avatar {
    width: 200px;
    height: 200px;
    border-radius: 9999px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: -107px auto 0 auto;
    border: 15px solid #f5f9fa
}
.post--single-author-section h4.post--single-author-section-name {
    margin: 0
}
.post--single-author-section .post--single-author-section-social ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}
.post--single-author-section .post--single-author-section-social ul li {
    display: inline-block;
    margin: 0 5px
}
.post--single-author-section .post--single-author-section-social ul li:first-child {
    display: block;
    margin-bottom: 10px
}
.post--single-author-section .post--single-author-section-social ul li a {
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    color: #fff
}
.post--single-author-section .post--single-author-section-social ul li a i {
    line-height: 35px
}
.post-single--social ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.post-single--social ul li {
    text-align: center
}
.blog-margin {
    margin-top: 20px
}
.new-comments .hs-form .hs_firstName, .new-comments .hs-form .hs_lastName, .new-comments .hs-form .hs_email, .new-comments .hs-form .hs_website {
    margin-bottom: 15px;
    height: 100px;
    display: inline-block;
    vertical-align: bottom;
    width: 45% !important;
    padding: 0;
    margin-left: 5%;
    float: none !important;
}
form.hs-form .inputs-list label input {
    width: auto !important;
    height: 25px;
    float: left;
}
.hs_subscribe.field {
    margin: 0 0 0 35px;
    display: inline-block;
    float: left;
    width: 55%;
}
.hs_comment {
    width: 95%;
    float: right;
}
.custom_listing_comments a {
    margin-top: 5px
}
.blog-content {
    padding: 0 12px
}
.post-body p {
    text-align: justify
}
.hs-input::-moz-placeholder {
    color: #656565 !important
}
.hs-input:-ms-input-placeholder {
    color: #656565 !important
}
.hs-input::-webkit-input-placeholder {
    color: #656565 !important
}
.row-fluid {
    width: 100%;
    *zoom:1}
.row-fluid:before,.row-fluid:after {
    display: table;
    content: ""
}
.row-fluid:after {
    clear: both
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%
}
.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%
}
.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%
}
.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%
}
.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%
}
.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%
}
.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%
}
.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%
}
.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%
}
.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%
}
.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%
}
.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%
}
.container-fluid {
    *zoom:1}
.container-fluid:before,.container-fluid:after {
    display: table;
    content: ""
}
.container-fluid:after {
    clear: both
}
@media(max-width: 767px) {
.new-comments .hs-form .hs_submit {
    margin-top: 17px;
    width: 100%;
    float: right;
    display: inline-block;
}
    .row-fluid {
        width:100%
    }
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0
    }
}
@media(min-width: 768px) and (max-width:1139px) {
    .row-fluid {
        width:100%;
        *zoom:1}
    .row-fluid:before,.row-fluid:after {
        display: table;
        content: ""
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%
    }
    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%
    }
    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%
    }
    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%
    }
    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%
    }
    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%
    }
    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%
    }
    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%
    }
    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%
    }
    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%
    }
    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%
    }
    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%
    }
}
@media(min-width: 1280px) {
    .row-fluid {
        width:100%;
        *zoom:1}
    .row-fluid:before,.row-fluid:after {
        display: table;
        content: ""
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        * margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }
    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%
    }
    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%
    }
    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%
    }
    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%
    }
    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%
    }
    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%
    }
    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%
    }
    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%
    }
    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%
    }
    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%
    }
    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%
    }
}
.clearfix {
    *zoom:1}
.clearfix:before,.clearfix:after {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.hide {
    display: none
}
.show {
    display: block
}
.invisible {
    visibility: hidden
}
.hidden {
    display: none;
    visibility: hidden
}
.visible-phone {
    display: none !important
}
.visible-tablet {
    display: none !important
}
.hidden-desktop {
    display: none !important
}
@media(max-width: 767px) {
    .visible-phone {
        display:inherit !important
    }
    .hidden-phone {
        display: none !important
    }
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
}
@media(min-width: 768px) and (max-width:1139px) {
    .visible-tablet {
        display:inherit !important
    }
    .hidden-tablet {
        display: none !important
    }
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}
img.alignRight {
    margin: 0 0 5px 15px
}
img.alignLeft {
    margin: 0 15px 5px 0
}
.row-fluid [class*="span"] {
    min-height: 1px
}
pre {
    overflow-x: auto
}
table pre {
    white-space: pre-wrap
}
.comment {
    margin: 10px 0 10px 0
}
.hs_cos_wrapper_type_rich_text,.hs_cos_wrapper_type_text,.hs_cos_wrapper_type_header,.hs_cos_wrapper_type_section_header,.hs_cos_wrapper_type_raw_html,.hs_cos_wrapper_type_raw_jinja,.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word
}
#map_canvas img,.google-maps img {
    max-width: none
}
#recaptcha_table td {
    line-height: 0
}
.recaptchatable #recaptcha_response_field {
    min-height: 0;
    line-height: 12px
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1080px;
    margin: 0 auto
}
a {
    text-decoration: none;
    color: #656565;
}
a:hover,a:focus {
    color: #547ca5;
    text-decoration: none;
}
::-moz-selection {
    color: #fff;
    background: #666;
    text-shadow: none
}
::selection {
    color: #fff;
    background: #666;
    text-shadow: none
}
.post-header p {
	color: #666;
    font-family: 'Lato',arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
sup,sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
ul.unstyled,ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}
.text-center {
    text-align: center
}
.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999
}
.header-cta {
    margin-top: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.header-container .hs_cos_wrapper_type_logo a img {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    max-height: 74px;
    width: auto;
    margin-top: 15px
}
.small-header .header-container {
    padding: 5px 0
}
.small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100px
}
.small-header .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 0
}
.small-header .header-cta {
    margin-top: 5px
}
.background-image {
    display: none !important
}
#banner-background-image {
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 620px
}
#banner-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0;
    margin-top: 30px;
    background: rgba(0,0,0,0.2);
    padding: 5px 5px 5px 10px
}
#banner-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato',arial,sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    padding: 5px 5px 5px 10px
}
#banner-background-image .subscribe-form h3 {
    padding: 0;
    background: 0
}
#banner-background-image .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Montserrat',sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e
}
#banner-background-image .cta_solid_button:hover {
    border: 2px solid #FFF;
    background: #34495e;
    color: #FFF
}
.social-media {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0
}
.social-media:before {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #34495e;
    z-index: 1
}
.social-media>.page-center {
    position: relative;
    z-index: 2
}
.social-media a {
    padding-right: 5px
}
.social-tagline {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 13px;
    text-align: right
}
.logo-bar-background {
    background: #f5f5f5;
    height: 100px
}
#offer-background-image {
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px
}
#offer-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0;
    margin-top: 30px;
    background: rgba(0,0,0,0.2);
    padding: 5px 5px 5px 10px
}
#offer-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato',arial,sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    padding: 5px 5px 5px 10px
}
.offer-image {
    display: none !important
}
#offer-background-image .hs-form-field>label {
    color: #fff
}
#offer-background-image .offer-form h3 {
    background: 0
}
.homepage .main-content h2 {
    margin: 0
}
.homepage .main-content .sub-headline {
    font-size: 18px
}
.faq-background {
    background: #f5f5f5
}
.homepage .fb_iframe_widget {
    top: -2px
}
.homepage .fb_iframe_widget>span,.homepage .linked-in-share {
    vertical-align: top !important
}
.homepage #twitter-widget-0 {
    width: 80px !important
}
.homepage .social-share-data {
    position: relative;
    top: 3px
}
.accordion {
    margin-bottom: 20px
}
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px
}
.accordion_icon {
    color: #34495e;
    padding-right: 10px
}
.accordion_content {
    padding: 10px 15px
}
.title-background {
    background: #f5f5f5
}
.title-background h1,.title-background h2 {
    margin-bottom: 0
}
.subscribe-form {
    background: #f5f5f5
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
    max-width: 400px;
    height: 38px;
    width: 100%;
    margin: 0
}
.subscribe-form .hs_email {
    display: inline-block;
    width: 300px;
    margin-right: 5px;
    vertical-align: top
}
.subscribe-form .hs_submit {
    display: inline-block
}
.subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-color: #34495e;
    margin: 0
}
.subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    color: #34495e;
    border-color: #34495e;
    background: #34495e;
    border-width: 2px
}
.team-member-headshot img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    max-width: 150px;
    max-height: 150px;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    width: 100%;
    border-color: #34495e;
    height: auto
}
.team-member-social a {
    color: #34495e;
    font-size: 30px
}
.three-column .team-member-social a {
    display: block
}
.three-column .team-member-social i {
    padding: 0
}
.team-member-social i {
    padding-right: 5px
}
.team-member-social a:last-child i {
    padding-right: 0
}
.team-member-social a:hover,.hs-author-social-links a.hs-author-social-link:hover {
    color: #ccc
}
.team-member-name {
    margin: 0;
    font-weight: 100
}
.team-member-title {
    margin: 0;
    color: #34495e;
    font-weight: 100
}
#well {
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}
#well .default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c
}
#well .primary {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca
}
#well .success {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c
}
#well .danger {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442
}
#well .info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de
}
#well .plain {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd
}
#well .small {
    padding: 20px
}
#well .medium {
    padding: 24px
}
#well .large {
    padding: 28px
}
#well .close {
    float: right;
    padding: 3px 10px 0 0;
    cursor: pointer;
    color: #666
}
.pricing-table h3.heading {
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background: #34495e;
    border-top-right-radius: 4px
}
.pricing-table .label {
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    background: #02172c
}
.pricing-table .content {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.pricing-table .content ul {
    list-style: none;
    padding-left: 0
}
.pricing-table .content ul li {
    padding: 10px 0
}
.pricing-table .number {
    font-size: 60px;
    font-weight: 700
}
.pricing-table .currency {
    font-size: 24px;
    position: relative;
    top: -25px
}
.pricing-table .unit {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase
}
.pricing-table .content a {
    padding: 10px 25px
}
.icon-width i {
    color: #34495e
}
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 20px
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style: none
}
.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px
}
.tabber-tabs>li {
    float: left
}
.tabber-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    display: block
}
.tabber-tabs>.active>a,.tabber-tabs>.active>a:hover,.tabber-tabs>.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.tabber-content {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -o-border-radius: 0 4px 4px 4px;
    -ms-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px
}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0
}
.tabber-content .block h3 {
    display: none
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: auto
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%
}
.quote {
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #666;
    margin: 0
}
.details {
    font-size: 13px
}
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat',sans-serif
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px
}
.quote-box .fa {
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px
}
.img-rounded {
    border-radius: 6px
}
.testimonial-headshot img {
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    border: 5px solid #f5f5f5
}
.hs_cos_flex-slider .caption {
    background: #34495e
}
.accentColor1 {
    color: #34495e
}
.accentColor2 {
    color: #ccc
}
.accentColor3 {
    color: #ddd
}
.delayp1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s
}
.delayp2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s
}
.delayp3 {
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s
}
.delayp4 {
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s
}
.delayp5 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s
}
.delayp6 {
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s
}
.delayp7 {
    animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s
}
.delayp8 {
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s
}
.delayp9 {
    animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s
}
.delay1s {
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s
}
.delay2s {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s
}
.padding10tb {
    padding: 10px 0
}
.padding20tb {
    padding: 20px 0
}
.padding40tb {
    padding: 40px 0
}
.padding60tb {
    padding: 60px 0
}
.padding80tb {
    padding: 80px 0
}
.padding100tb {
    padding: 100px 0
}
.footer-background,.footer-background a,.footer-copyright a,.footer-container-wrapper .more-links a,.footer-container-wrapper .contact-us a,.footer-container-wrapper .about-us a {
    color: #02172c
}
.footer-background,.footer-background a {
    background: #34495e
}
.footer-container-wrapper .more-links a:hover,.footer-container-wrapper .contact-us a:hover,.footer-container-wrapper .about-us a:hover {
    color: #FFF
}
.footer-container-wrapper .more-links a {
    margin: 10px 0
}
.footer-container-wrapper .footer-copyright {
    background: #666;
    color: #ccc;
    padding: 10px 0;
    font-size: 12px
}
.footer-container-wrapper .social-icons .fa {
    font-size: 20px;
    padding-right: 5px
}
.custom-menu-primary .hs-menu-wrapper>ul {
    background: ;
    padding-top: 18px;
    float: right;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
    background: font-weight:normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 15px;
    position: relative;
    color: #34495e;
    display: block
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color:
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
    left: 15px !important;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    min-width: 150px
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    background: #34495e
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0 -1px 0 #ccc
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
    background:
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: ;
    padding: 3px 10px
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #FFF
}
.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
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {
    border-top-color: #34495e
}
@media screen and (min-width: 769px) {
    .custom-menu-primary .hs-menu-wrapper {
        display:block !important;
        background: transparent !important
    }
}
@media(max-width: 768px) {
    .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
        display:block;
        float: none !important;
        width: auto !important;
        margin-left: 0 !important
    }
}
.mobile-trigger,.child-trigger {
    display: none !important
}
@media(max-width: 768px) {
    .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: 0;
        margin: 0;
        background-image: none;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -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: 0;
        text-align: left;
        color: #fff
    }
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 10px;
        width: auto;
        height: auto;
        padding: 6px 12px;
        margin-top: -16px;
        z-index: 99999999999;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase
    }
    .mobile-trigger:hover {
        text-decoration: none
    }
    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -5px
    }
    .mobile-trigger i:before,.mobile-trigger i:after {
        position: absolute;
        content: ''
    }
    .mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: inline-block
    }
    .mobile-trigger i:before {
        margin-top: -6px
    }
    .mobile-trigger i:after {
        margin-top: 6px
    }
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255,255,255,.20)
    }
    .child-trigger:hover {
        text-decoration: none
    }
    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important
    }
    .child-trigger i:after {
        position: absolute;
        content: ''
    }
    .child-trigger i,.child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: #fff;
        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 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper,.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
        display: none
    }
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -o-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        box-shadow: 0 0 4px rgba(0,0,0,0.5)
    }
    .custom-menu-primary .hs-menu-wrapper {
        padding: 0;
        width: 100%;
        z-index: 8888
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        background: #34495e
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 22px;
        line-height: 45px;
        overflow: visible
    }
    .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 !important
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
        color: #fff !important
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
        display: none
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        background: transparent;
        border: 0;
        padding: 0
    }
    .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;
        font-size: 16px
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {
        display: none
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
        display: none
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px
    }
}
.blog-sidebar ul,.sidebar ul {
    padding-left: 10px;
    display: list-item
}
.tab-pane li {
    list-style: initial;
    list-style-type: circle
}
.post-header h2 {
    margin-bottom: 0;
	line-height: 50px;
    text-transform: none;
    font-weight: 200;
	font-size: 26px !important;
}
.post {
text-align: center
}
.post a {
    font-size: 13px;
    color: #6196c0;
	text-align: center
}
.post p {
    font-size: 13px;
	text-align: right
}
#hubspot-author_data {
    float: left
}
p.custom_listing_comments {
    float: right
}
.hs-blog-social-share {
    float: left
}
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px
}
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none !important;
    margin: 10px 0 10px 0
}
.social-sharing-wrapper {
    clear: both
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto
}
#comments-listing {
    border-bottom: 1px solid #9c9c9c;
    margin: 50px 0;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0
}
.comment-date {
    font-size: 13px;
    text-align: right
}
.comment-from {
    font-weight: bold
}
.comment-body {
    padding: 10px 0
}
.blog-pagination {
    text-align: center
}
.blog-pagination .previous-posts-link {
    float: left
}
.blog-pagination .next-posts-link {
    float: right
}
.hs-author-social-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    vertical-align: middle
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 30px;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle
}
.blog-sidebar-filter-list li {
    padding: 2px 0
}
input.hs-input,textarea.hs-input {
    margin-bottom: 2px !important;
	padding: 2px 8px !important;
	width: 100%;
}
.recaptcha_only_if_privacy {
    display: none !important;
}
#comment-form:before {
    content: 'Leave A Comment';
    font-family: 'Lato',sans-serif;
    font-size: 25px;
    color: #5d6769;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    display: block;
}
.new-comments .hs-form .hs-form-field {
    margin-bottom: 40px;
}
.hs-form-field {
    margin-bottom: 15px;
	height: 55px;
}
.hs_country {
    margin-bottom: 40px;
}
body label {
    margin-bottom: 5px;
    font-weight: 700;
}
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-size: 14px;
    font-style: normal;
    display: block;
    height: 30px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #c2c2c2;
    background: rgba(255,255,255,0.1);
    color: #656565;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 2px;
    text-align: left !important
}
body input[type="text"] {
	border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 12px;
}
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: #1db9e8;
    outline: 0;
    background: rgba(255,255,255,0.1);
    color: #1db9e8
}
body textarea {
    min-height: 42px;
	max-width: 652px;
}
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0
}
#comment-form input[type="text"] {
    display: inline-block
}
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0 0 20px
}
.widget-type-google_search input[type="text"] {
    width: 60%;
    float: left;
    margin-top: 0;
    height: 36px
}
.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px
}
@media(max-width: 1080px) {
    .container-fluid .row-fluid .page-center {
        padding:10px
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px
    }
}
@media(max-width: 768px) {
    .header-container-wrapper {
        position:relative
    }
    .header-container {
        padding: 0
    }
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        padding: 0
    }
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 120px;
        margin: 5px 0 5px 10px
    }
    .row-fluid [class*="span"].header-cta {
        display: none !important
    }
    .body-container-wrapper {
        padding-top: 0
    }
    .padding40tb {
        padding: 25px 0
    }
    .sidebar.right,.main-content,.blog-sidebar {
        margin: 25px 0
    }
    .three-column .team-member-social a {
        display: inline-block
    }
    .three-column .team-member-social i {
        padding-right: 5px
    }
    .three-column .team-member-social a:last-child i {
        padding-right: 0
    }
    .team-member-name,.team-member-title {
        text-align: center
    }
    .footer-container-wrapper .more-links a i {
        display: inline-block;
        width: auto
    }
    .footer-container .about-us,.footer-container .more-links {
        margin-bottom: 25px
    }
    .service-group h4,.service-group-icon,#offer-background-image h1,#banner-background-image {
        text-align: center
    }
    .homepage .subscribe-form {
        padding-top: 10px
    }
    .homepage .subscribe-form .hs_email {
        width: auto
    }
    #banner-background-image h1 {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 55px
    }
    #banner-background-image h3 {
        display: none
    }
    .homepage .subscribe-form {
        width: 100%
    }
    .social-tagline {
        text-align: center;
        margin-bottom: 15px
    }
    #comment-form {
        margin-bottom: 25px
    }
}