@import url(https://fonts.googleapis.com/css?family=Martel:300,400,600,700);

















/**********************************************
*                 Contents                    *
***********************************************

1.    Base
2.    Typography
3.    Grid
4.    Card
5.    Blog Global
6.    Blog Post
7.    Blog Listing
8.    Forms
9.    Custom Styles

**********************************************/

/*//////////////////////////////////////// 
/                                        /
/                Base                    /
/                                        /
////////////////////////////////////////*/

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

html {
    font-size: 16px;
    overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 21px;
    }
}

body {
    overflow-x: hidden;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    line-height: 1.4;
}

blockquote,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ol,
p,
pre,
ul {
    margin: 0;
}

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

/* Basic text */

a {
    color: #ff9800;
    text-decoration: none;
}

/* Headings */

h1 {
    font-size: 2.429rem;
}

h2 {
    font-size: 1.905rem;
}

h3 {
    font-size: 1.571rem;
}

h4 {
    font-size: 1.2rem;
}

/* Lists */

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

/* Quotes */

/*//////////////////////////////////////// 
/                                        /
/                Grid                    /
/                                        /
////////////////////////////////////////*/

.flex-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-grid.vert-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-grid.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-grid .col {
    width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .flex-grid .col.c9 {
        width: 74.5%;
    }
    .flex-grid .col.c8 {
        width: 66%;
    }
    .flex-grid .col.c7 {
        width: 57.333%;
    }
    .flex-grid .col.c6 {
        width: 49%;
    }
    .flex-grid .col.c5 {
        width: 40.666%;
    }
    .flex-grid .col.c4 {
        width: 32%;
    }
    .flex-grid .col.c3 {
        width: 23.5%;
    }
    .flex-grid .col.c2 {
        width: 15%;
    }
    .flex-grid .col.c2-10ths {
        width: 18.4%;
    }
    .flex-grid .col.c4-10ths {
        width: 18.4%;
    }
    .flex-grid .col.c6-10ths {
        width: 18.4%;
    }
}

.flex-grid.list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-grid.list-item .col {
    margin-bottom: 0;
}

.flex-grid.list-item .col.c9 {
    width: 74.5%;
}

.flex-grid.list-item .col.c8 {
    width: 66%;
}

.flex-grid.list-item .col.c7 {
    width: 57.333%;
}

.flex-grid.list-item .col.c6 {
    width: 49%;
}

.flex-grid.list-item .col.c5 {
    width: 40.666%;
}

.flex-grid.list-item .col.c4 {
    width: 32%;
}

.flex-grid.list-item .col.c3 {
    width: 23.5%;
}

.flex-grid.list-item .col.c2 {
    width: 15%;
}

.flex-grid.list-item .col.c2-10ths {
    width: 18.4%;
}

.flex-grid.list-item .col.c4-10ths {
    width: 18.4%;
}

.flex-grid.list-item .col.c6-10ths {
    width: 18.4%;
}

/*//////////////////////////////////////// 
/                                        /
/                Card                    /
/                                        /
////////////////////////////////////////*/

.card {
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(29, 29, 29, 0.05);
    font-size: 0.85rem;
    position: relative;
}

.card:hover {
    -webkit-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0 11px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 11px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -5px rgba(0, 0, 0, 0.16);
}

.card figure {
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 70%;
}

.card figure img {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card .content_container {
    padding: 1.4em 0.8rem;
}

.card .content_container h2 {
    font-size: 1.7em;
    margin-bottom: 1em;
}

.card .content_container .post_preview {
    margin-bottom: 2.4em;
}

.card .content_container h3,
.card .content_container h4 {
    font-size: 1.4em;
    margin-bottom: 1.4em;
}

.card .content_container .read_time_meta {
    position: absolute;
    bottom: 1em;
}

.card footer {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*//////////////////////////////////////// 
/                                        /
/            General Blog                /
/                                        /
////////////////////////////////////////*/

.back_button {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
    font-size: 0.8rem;
    padding-right: 0.55em;
    padding-left: 0.15em;
    line-height: 1.5em;
    height: 1.5em;
    margin: 0 0 20px 14px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.back_button:before {
    content: '';
    display: block;
    position: absolute;
    left: -1.5em;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-width: 0.75em;
    border-style: solid;
    border-color: transparent rgba(255, 152, 0, 0.1) transparent transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.back_button:hover {
    background: #ff9800;
    color: #fff;
}

.back_button:hover::before {
    border-color: transparent #ff9800 transparent transparent;
}

/*//////////////////////////////////////// 
/                                        /
/           Blog Single Post             /
/                                        /
////////////////////////////////////////*/

/* Post Header */

.hs-blog-post .post-header {
    font-size: 1rem;
    /* Full Width */
    /* Simple Alt */
}

@media only screen and (min-width: 768px) {
    .hs-blog-post .post-header {
        font-size: 20px;
    }
}

.hs-blog-post .post-header:not(.hero) {
    padding-top: 3rem;
}

.hs-blog-post .post-header:not(.hero) h1 {
    margin-top: 0.75em;
    margin-bottom: 0.45em;
}

.hs-blog-post .post-header h1 {
    margin-top: 0.75em;
    margin-bottom: 0.45em;
}

.hs-blog-post .post-header #author_and_post_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6em 0;
    font-size: 0.8em;
}

.hs-blog-post .post-header #author_and_post_meta .hs-author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hs-blog-post .post-header #author_and_post_meta .hs-author-avatar img {
    border-radius: 50%;
    width: 70px;
}

.hs-blog-post .post-header #author_and_post_meta .author_meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 1rem;
}

.hs-blog-post .post-header #author_and_post_meta .author_meta .hs-author-social-link {
    text-indent: 0;
    width: auto;
    height: auto;
    line-height: 1;
}

.hs-blog-post .post-header #author_and_post_meta .author_meta .hs-author-social-link[class*='hs-social-'] {
    background-image: none;
}

.hs-blog-post .post-header .read_time_meta {
    text-transform: uppercase;
    margin-left: 0.75em;
    border-left: 2px solid #d4d6d5;
    padding-left: 0.75em;
}

.hs-blog-post .post-header h1 {
    font-size: 2.15em;
    line-height: 1.08;
}

.hs-blog-post .post-header #tag_meta {
    font-size: 0.8em;
}

.hs-blog-post .post-header #tag_meta a {
    padding-right:0.6rem;
}

.hs-blog-post .post-header.hero {
    padding-top: 0;
    padding-bottom: 0;
}

.hs-blog-post .post-header.hero .hero_bg_image,
.hs-blog-post .post-header.hero .hero_bg_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.hs-blog-post .post-header.hero .hero_bg_color_overlay.super_light {
    opacity: 0.12;
}

.hs-blog-post .post-header.hero .hero_bg_color_overlay.light {
    opacity: 0.28;
}

.hs-blog-post .post-header.hero .hero_bg_color_overlay.medium {
    opacity: 0.4;
}

.hs-blog-post .post-header.hero .hero_bg_color_overlay.heavy {
    opacity: 0.6;
}

.hs-blog-post .post-header.hero .hero_bg_color_overlay.super_heavy {
    opacity: 0.8;
}

.hs-blog-post .post-header.hero .hero_content_container {
    padding-top: 11em;
    padding-bottom: 1em;
    color: rgba(255, 255, 255, 0.75);
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 6px;
}

.hs-blog-post .post-header.hero .hero_content_container a,
.hs-blog-post .post-header.hero .hero_content_container .post_title {
    color: #fff;
}

.hs-blog-post .post-header.hero .hero_content_container.author {
    padding-bottom: 0;
}

.hs-blog-post .post-header.hero .hero_content_container.author #tag_meta {
    position: absolute;
    opacity: 0.65;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.hs-blog-post .post-header.hero .hero_content_container.author h1 {
    margin-bottom: 2em;
    text-align: center;
}

.hs-blog-post .post-header.hero .hero_content_container.author #author_and_post_meta {
    padding: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    text-shadow: none;
    font-size: 0.80rem;
}

.hs-blog-post .post-header.hero .hero_content_container.author #author_and_post_meta .hs-author-avatar img {
    border: #fff solid 2px;
    width: 70px;
    padding: 2px;
}

.hs-blog-post .post-header.hero .hero_content_container.author #author_and_post_meta .hs-author-social-section,
.hs-blog-post .post-header.hero .hero_content_container.author #author_and_post_meta .read_time_meta {
    color: #666;
    font-size: 0.85em;
}

.hs-blog-post .post-header.hero .hero_content_container.author #author_and_post_meta .hs-author-social-section a,
.hs-blog-post .post-header.hero .hero_content_container.author #author_and_post_meta .read_time_meta a {
    color: #ff9800;
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta {
    font-size: 13px;
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta .hs-author-avatar img {
    border-radius: 50%;
    width: 35px;
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta .author_meta {
    padding-left: 0.5rem;
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta .hs-author-social-label {
    display: none;
}

@media only screen and (min-width: 768px) {
    .hs-blog-post .post-header .simple_alt #author_and_post_meta .hs-author-social-label {
        display: inline;
    }
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta .hs-author-social-section .hs-author-social-link[class*='hs-social-'] {
    background-image: none;
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta .post_meta {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: right;
}

.hs-blog-post .post-header .simple_alt #author_and_post_meta .post_meta .read_time_meta {
    padding-left: 0;
    border-left: 0;
    display: block;
}

/* Post Body */

.hs-blog-post .post-header:not(.hero),
.hs-blog-post .post-header.hero .hero_content_container,
.hs-blog-post .post-body,
.hs-blog-post .post-footer {
    max-width: 740px;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}

.hs-blog-post .section {
    position: relative;
    margin: auto;
    float: none;
}

.hs-blog-post .post-body {
    font-size: 1rem;
    margin-top: 3.5em;
    padding-bottom: 3.5em;
    /* typography */
}

.hs-blog-post .post-body .social_share {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

@media screen and (min-width: 918px) {
    .hs-blog-post .post-body .social_share {
        width: auto;
        position: absolute;
        top: 0;
        left: -15%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        background-color: transparent;
    }
}

.hs-blog-post .post-body .social_share a {
    color: #ff9800;
    text-align: center;
}

@media screen and (min-width: 918px) {
    .hs-blog-post .post-body .social_share a {
        margin-bottom: 0.5em;
        padding: 0.75rem;
    }
}

@media screen and (max-width: 917px) {
    .hs-blog-post .post-body .social_share a {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 100% !important;
        height: 32px !important;
    }
    .hs-blog-post .post-body .social_share a i {
        line-height: 32px;
    }
}

.hs-blog-post .post-body h2 {
    font-size: 1.83em;
    letter-spacing: -0.02em;
    margin-top: 1.25em;
    margin-left: -1px;
    margin-bottom: 0.4em;
}

.hs-blog-post .post-body h3 {
    font-size: 1.5em;
    margin-top: 1.75em;
    margin-bottom: 0.5em;
    letter-spacing: -.017em;
    font-weight: 600;
    margin-left: -1px;
}

.hs-blog-post .post-body p {
    margin-bottom: 1.42rem;
    line-height: 1.6;
    letter-spacing: -.0099em;
    font-size: 1em;
    font-weight: 400;
    font-family: "Martel", cambria, "lucida bright", georgia, serif;
    color: rgba(0, 0, 0, 0.84);
}

.hs-blog-post .post-body img + p {
    margin-top: 1.42rem;
}

.hs-blog-post .post-body a {
    color: rgba(0, 0, 0, 0.84);
    text-decoration: underline;
    -webkit-text-decoration-color: #ff9800;
    text-decoration-color: #ff9800;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease;
}

.hs-blog-post .post-body a:hover {
    background-color: rgba(255, 152, 0, 0.1);
}

.hs-blog-post .post-body pre {
    background: rgba(0, 0, 0, 0.05);
    padding: 1.75em;
    white-space: pre-wrap;
    margin: 1.5rem 0;
}

.hs-blog-post .post-body blockquote {
    padding: 0.25em 1.15em;
    border-left: 4px solid #ff9800;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    font-size: 1.3em;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}

@media only screen and (min-width: 768px) {
    .hs-blog-post .post-body blockquote {
        padding: 0.25em 1.5em;
    }
}

.hs-blog-post .post-body blockquote p {
    font-size: unset;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}

.hs-blog-post .post-body blockquote p:last-child {
    margin-bottom: 0;
}

.hs-blog-post .post-body blockquote[class*="pull-"] {
    background-color: #222d3f;
    color: #fff;
    border: none;
    padding-top: 1em;
    padding-bottom: 1em;
}

.hs-blog-post .post-body blockquote[class*="pull-"] p {
    color: #fff;
}

@media only screen and (min-width: 918px) {
    .hs-blog-post .post-body blockquote.pull-left {
        width: 45%;
        float: left;
        margin: 1.42rem 10% 1.42rem -10%;
    }
}

@media only screen and (min-width: 918px) {
    .hs-blog-post .post-body blockquote.pull-right {
        width: 45%;
        float: right;
        margin: .42rem -10% 1.42rem 10%;
    }
}

.hs-blog-post .post-body ul,
.hs-blog-post .post-body ol {
    margin-bottom: 1.42rem;
    padding: 0 1.15em;
    border-left: 4px solid #ff9800;
    margin-top: 2em;
    margin-bottom: 2em;
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    .hs-blog-post .post-body ul,
    .hs-blog-post .post-body ol {
        padding: 0 1.5em;
    }
}

.hs-blog-post .post-body ul li,
.hs-blog-post .post-body ol li {
    margin-bottom: 10px;
    padding-left: 1.3rem;
    position: relative;
}

.hs-blog-post .post-body ul li:before,
.hs-blog-post .post-body ol li:before {
    position: absolute;
    left: 0;
    color: #ff9800;
}

.hs-blog-post .post-body ol li {
    counter-increment: step-counter;
}

.hs-blog-post .post-body ol li:before {
    content: counter(step-counter);
    font-weight: bold;
}

.hs-blog-post .post-body ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ff9800;
    top: 0.5em;
    border-radius: 50%;
}

.hs-blog-post .post-body.img-overhang img {
    position: relative;
}

@media screen and (min-width: 918px) {
    .hs-blog-post .post-body.img-overhang img {
        left: -10%;
        max-width: none;
        width: 120% !important;
    }
}

/* Post Related Posts */

aside .section {
    max-width: 1400px;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}

aside .section .related_section,
aside .section .pop_post_section {
    background-color: #fff;
    border: 1px solid #d4d6d5;
    padding: 1rem;
}

aside .section .section_title_container {
    text-align: left;
    margin-bottom: 2em;
}

aside .section .section_title {
    display: inline-block;
    font-size: 1.2em;
}

aside .section .section_title:after {
    display: block;
    content: '';
    width: 50%;
    margin-top: 1rem;
    display: block;
    height: 3px;
    background-color: #d4d6d5;
}

aside .section .pop_post_container {
    font-size: 0.7rem;
    margin-bottom: 1em;
}

aside .section .pop_post_container a {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #f8f8f8;
    margin-bottom: 1em;
}

aside .section .pop_post_container .pop_post_item figure {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 20%;
}

aside .section .pop_post_container .pop_post_item figure img {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

aside .section .pop_post_container a .pop_post_content {
    padding: 0.25rem;
}

aside .section .pop_post_container a h3,
aside .section .pop_post_container a h4 {
    font-size: 1.2em;
}

aside .related_post_item.card {
    will-change: transform, box-shadow;
}

/* blog comments */

.widget-type-blog_comments {
    padding-top: 2em;
    padding-bottom: 3em;
}

/* comment form */

#comment-form form.hs-form .hs-form-field {
    position: relative;
    margin-bottom: 1em;
}

#comment-form form.hs-form .hs-form-field .hs-error-msgs {
    position: absolute;
    right: 0;
    top: 0;
    color: darkred;
}

#comment-form form.hs-form .hs-form-field.hs_subscribe {
    margin-bottom: 1em;
}

#comment-form form.hs-form .hs_recaptcha,
#comment-form form.hs-form #captcha_wrapper {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
}

#comment-form form.hs-form .hs_submit .hs-button.primary {
    background-color: #ff9800;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 1rem;
    line-height: 2.15em;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#comment-form form.hs-form .hs_submit .hs-button.primary:hover {
    -webkit-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0 11px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 11px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -5px rgba(0, 0, 0, 0.16);
}

/*//////////////////////////////////////// 
/                                        /
/            Blog Listing                /
/                                        /
////////////////////////////////////////*/

.hs-blog-listing .widget-type-blog_content {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
}

.hs-blog-listing article.post_item footer {
    position: absolute;
    bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .hs-blog-listing main.post-listing-simple {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.5em;
        column-gap: 2.5em;
    }
}

.hs-blog-listing h2.post_listing_heading_simple {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

/* Post Item Layout */

.post_item a:hover,
.post_item:hover {
    text-decoration:none;
}

.post_item h2,
.post_item h3,
.post_item h4 {
    color: #1d1d1d;
}

.post_item .post_summary {
    color: #666;
}

/* List Layout */

.list_item {
    margin-bottom: 2em;
}

.list_item .col {
    margin-bottom: 0;
}

.list_item .content_container {
    padding: 1em 1rem;
}

.list_item h2 {
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 0.6em;
    font-weight:600;
}

.list_item .author_and_post_meta {
    margin-top: 0.8em;
    font-size: 0.69em;
}

.list_item .author_and_post_meta #hubspot-topic_data {
    display: block;
}

@media only screen and (min-width: 360px) {
    .list_item .author_and_post_meta #hubspot-topic_data {
        text-align: right;
        float: right;
        clear: both;
    }
}

.list_item figure {
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 70%;
    background-color: #fff;
}

.list_item figure img:not(.fallback) {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list_item figure .fallback {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Pagination */

.blog_pagination {
    padding: 1em 0;
    font-size: 1rem;
    color: #666;
}

.pagination {
    padding-left: 0;
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}

.pagination li.active a {
    color: #fff;
}

.pagination li.active {
    background-color: #ff9800;
}

.pagination li.disabled a {
    cursor: default;
    color: #d4d6d5;
}

.pagination li i {
    font-size: 1.2rem;
}

/*//////////////////////////////////////// 
/                                        /
/                 Forms                  /
/                                        /
////////////////////////////////////////*/

/* General Elements */

form {
    font-size: 18px;
}

form label {
    font-size: 0.75em;
}

form ul {
    margin-left: 0;
    padding-left: 0;
}

form ul li {
    list-style-type: none;
}

form textarea {
    min-height: 6em;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 0.5em;
    display: inline-block;
    width: 100%;
    max-width:none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid #d4d6d5;
    outline: none;
    background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
    outline: none;
    border-color: #ff9800;
}

input[type="submit"] {
    border: 1px solid #ff9800;
    background-color: #ff9800;
    color: #fff;
}

input[type="submit"]:focus {
    outline: none;
}

select {
    background: url(https://cdn2.hubspot.net/hubfs/2661980/Everest_Blog/select-bg-gray.png) no-repeat top right/contain;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.5 43.5"><rect width="43.5" height="43.5" fill="%23f2f2f2"/><polyline points="14.21 18.75 21.63 26.17 29.29 18.5" fill="none" stroke="%23afafaf" stroke-linecap="round" stroke-width="1.5"/></svg>') no-repeat top right/contain;
}

/* Checkboxes */

/* Checkboxes
   ========================================================================== */

/* CUSTOM CSS CHECKBOXES */

/* Remove default checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] {
    /* checkbox aspect */
}

[type="checkbox"] + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"] + span:before,
[type="checkbox"]:not(.filled-in) + span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #ccc;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ff9800;
    border-bottom: 2px solid #ff9800;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */

[type="checkbox"]:indeterminate + span:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #ff9800;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].filled-in + span:after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:before,
[type="checkbox"].filled-in + span:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #ccc;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ff9800;
    background-color: #ff9800;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:after {
    border-radius: 2px;
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:after {
    border-radius: 2px;
    background-color: #ff9800;
    border-color: #ff9800;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:after {
    border-color: transparent;
    background-color: #ccc;
}

[type="checkbox"].filled-in:disabled:checked + span:before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:after {
    background-color: #ccc;
    border-color: #ccc;
}

/* Radio Buttons */

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

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

/* Unchecked styles */

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */

[type="radio"]:checked + span:before {
    border: 2px solid #ff9800;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid #ff9800;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #ff9800;
}

[type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */

[type="radio"].tabbed:focus + span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */

[type="radio"].with-gap:disabled:checked + span:before {
    border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */

[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
    color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
    border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #ccc;
}

/* Single Line Form */
@media only screen and (min-width:600px){
    .single_line_form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.single_line_form form .hs_email {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

.single_line_form form .hs-error-msgs.inputs-list {
    position: absolute;
    right: 0;
    top: -5px;
}

.single_line_form form .hs_submit input[type="submit"] {
    font-size: 1.2em;
}

.single_line_form form input[type="email"],
.single_line_form form input[type="submit"] {
    height: 50px;
    padding-top: 0;
    line-height: 50px;
    padding-bottom: 0;
    margin: 0;
}

.blog_form_in_content {
    padding: 2em;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    background: rgb(70, 93, 127);
    color:#fff;
}

.blog_form_in_content h3, 
.blog_form_in_content .hs-error-msgs.inputs-list label {
    color:#fff;
}

.blog_form_in_content .bg_image {
    position: absolute;
    top: -50%;
    left: 0;
    opacity: 0.15;
}

.blog_form_in_content .hs_cos_wrapper_type_form {
    position: relative;
}

@media only screen and (max-width:599px){
    .blog_form_in_content .bg_image{
        display:none;
    }
    .single_line_form form .hs-error-msgs.inputs-list {
        position: static;
    }
}


/*//////////////////////////////////////// 
/                                        /
/            Custom Styles               /
/                                        /
////////////////////////////////////////*/
@media only screen and (max-width:767px) {
    .post-listing .featured_content aside {
        display:none;
    }
    .list_item .content_container {
        background: white;
    }
}