
/*region Top Menu styles */
.menu_container.nav ul li a.dropdown_link:hover:after {
    border-color: #000;
}
/*endregion*/


/*region Blog base styles */
.blog {
    background-color: #f6f6f7;
}

.blog .content {
    width: 1150px;
    overflow: visible;
}

.blog .content h1 {
    margin: 0;
    padding: 30px 0 40px;
    color: #a2a9b6;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.blog .content .separator {
    border: none;
    height: 1px;
    margin: 30px 0;
    color: #c6cedc;
    background-color: #c6cedc;
}

.blog .blog-posts {
    display: inline-block;
    width: 800px;
}

.blog .blog-widgets {
    float: right;
    width: 315px;
}
/*endregion*/

/*region Blog Pagination styles*/
.blog .pagination {
    list-style: none;
}

.blog .pagination li {
    display: inline-block;
}

.blog .pagination li a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    color: #a2a9b6;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 22px;
}

.blog .pagination li a:hover {
    color: #17212f;
}

.blog .pagination li.active a {
    color: #17212f;
    pointer-events: none;
}

.blog .pagination li.next a, .blog .pagination li.previous a {
    position: relative;
    padding: 0;
    margin: 0;
    color: #1b84ee;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 100%;
}

.blog .pagination li.next a {
    padding-right: 15px;
}

.blog .pagination li.previous a {
    padding-left: 15px;
}

.blog .pagination li.next.disabled a, .blog .pagination li.previous.disabled a {
    color: #17212f;
    pointer-events: none;
}

.blog .pagination li.next {
    float: right;
}

.blog .pagination li.previous {
    float: left;
}

.blog .pagination li.next a:after {
    content: "";
    border-bottom: 2px solid #1b84ee;
    border-right: 2px solid #1b84ee;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 2px;
    top: 7px;
    z-index: 100;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blog .pagination li.previous a:after {
    content: "";
    border-bottom: 2px solid #1b84ee;
    border-right: 2px solid #1b84ee;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 7px;
    z-index: 100;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.blog .pagination li.next.disabled, .blog .pagination li.previous.disabled {
    display: none;
}

.blog .pagination li.next.disabled a:after, .blog .pagination li.previous.disabled a:after {
    border-bottom: 2px solid #17212f;
    border-right: 2px solid #17212f;
}
/*endregion*/

/*region Blog Subscribe Form styles*/
.blog .in-touch {
    display: block;
    width: 315px;
    padding: 25px 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    z-index: 100;
}

.blog .in-touch .title {
    padding-bottom: 15px;
    color: #17212f;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
}

.blog .in-touch .text {
    padding: 0 20px 20px;
    color: #444a56;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 150%;
}

.blog .in-touch input {
    display: block;
    width: 243px;
    height: 42px;
    margin: 0 auto 10px;
    padding: 0 15px;
    color: #17212f;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #a2a9b6;
    background-color: #fff;
}

.blog .in-touch input:focus {
    outline: none;
}

.blog .in-touch .button {
    display: block;
    width: 275px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 44px;
    border: none;
    border-radius: 4px;
    background-color:  #1b84ee;
    cursor: pointer;
}

.blog .in-touch .button:hover {
    background-color: #3ba6ff;
}

.blog .in-touch .button:disabled {
    background-color: #68baff;
    pointer-events: none;
}

.blog .in-touch .button:focus {
    outline: none;
}

.blog .in-touch .success {
    display: inline-block;
    height: 24px;
    padding: 2px 0 2px 35px;
    color: #3fc322;
    font-size: 1em;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    background: url("/img/common/subscribe_success@2x.png") no-repeat 0 0;
    background-size: 24px 24px;
}
/*endregion*/

/*region Blog Must Reads styles*/
.blog .must-reads-title {
    margin-top: -64px;
    padding: 0 0 10px;
    color: #a2a9b6;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

/*
.blog .must-reads-title {
    padding: 60px 0 0;
    color: #a2a9b6;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
*/

.blog .must-read-post {
    display: block;
    width: 315px;
    min-height: 200px;
    margin: 30px 0 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.blog .must-read-post .cover {
    display: block;
    width: 100%;
    height: auto;
    min-height: 140px;
    background-color: #ccc;
}

.blog .must-read-post .post-title {
    padding: 15px;
    color: #17212f;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 150%;
}
/*endregion*/

/*region Must See Video styles*/
.blog .must-see-video {
    display: block;
    width: 315px;
    min-height: 200px;
    margin: 30px 0 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.blog .must-see-video .cover {
    display: block;
    width: 100%;
    height: auto;
}

.blog .must-see-video .post-title {
    padding: 15px;
    color: #17212f;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 150%;
}
/*endregion*/

/*region Blog Item styles */
.blog .blog-item {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
}

.blog .blog-item h2 {
    margin: 0;
    padding: 30px 30px 0;
    color: #17212f;
    font-size: 2em;
    font-weight: 600;
    line-height: 120%;
}

.blog .blog-item .post-info {
    height: 13px;
    padding: 20px 30px 30px;
}

.blog .blog-item .pub-date {
    display: inline-block;
    margin: 0;
    padding: 0 50px 0 0;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
}

.blog .blog-item .views {
    display: inline-block;
    margin: 0;
    padding: 0 50px 0 30px;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    background: url("/img/common/blog/views.svg") no-repeat 0 0;
    background-size: 22px 12px;
}

.blog .blog-item .comments {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 30px;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    background: url("/img/common/blog/comments.svg") no-repeat 0 0;
    background-size: 18px 13px;
}

.blog .blog-item .post-cover {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
}

.blog .blog-item .disclaimer {
    margin: 0;
    padding: 0 30px 20px;
    color: #17212f;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 150%;
}

.blog .blog-item .learn-more {
    position: relative;
    display: inline-block;
    margin: 0 30px 30px;
    padding: 0 15px 0 0;
    color: #1b84ee;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 100%;
}

.blog .blog-item .learn-more:after {
    content: "";
    border-bottom: 2px solid #1b84ee;
    border-right: 2px solid #1b84ee;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 100;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blog .blog-item .learn-more:hover {
    text-decoration: underline;
}
/*endregion*/

/*region Blog Post base styles */
.blog-post .content {
    width: 800px;
}
/*endregion*/

/*region Blog Post Share styles */
.blog-post .post-share {
    position: fixed;
    top: 200px;
    left: 50%;
    width: 50px;
    margin: -1px 0 0 -540px;
    z-index: 100;
}

.blog-post .post-share p {
    margin: 0;
    padding: 0 0 30px;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
}

.blog-post .post-share .post-share-btn {
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    width: 42px;
    height: auto;
}

.blog-post .post-share .post-share-btn:hover {
    opacity: 0.75;
}

.blog-post .post-share .post-share-btn img {
    display: block;
    margin: 0;
    padding: 0;
    width: 42px;
    height: auto;
}
/*endregion*/

/*region Blog Post Header styles */
.blog-post h1 {
    margin: 0;
    padding: 30px 0 0;
    color: #17212f;
    font-size: 2em;
    font-weight: 600;
    line-height: 120%;
}

.blog-post .post-info {
    height: 13px;
    padding: 20px 0 30px;
}

.blog-post .pub-date {
    display: inline-block;
    margin: 0;
    padding: 0 50px 0 0;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
}

.blog-post .views {
    display: inline-block;
    margin: 0;
    padding: 0 50px 0 30px;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    background: url("/img/common/blog/views.svg") no-repeat 0 0;
    background-size: 22px 12px;
}

.blog-post .comments {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 30px;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    background: url("/img/common/blog/comments.svg") no-repeat 0 0;
    background-size: 18px 13px;
}

.blog-post .post-cover {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
}

.blog-post .disclaimer {
    margin: 0;
    padding: 0 0 30px;
    color: #17212f;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 150%;
}

.blog-post .separator {
    border: none;
    height: 1px;
    margin: 32px 0;
    color: #c6cedc;
    background-color: #c6cedc;
}

.blog-post .author {
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 0 0 0 50px;
    color: #17212f;
    font-size: 1em;
    font-weight: 600;
    line-height: 40px;
}

.blog-post .author img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
}
/*endregion*/

/*region Blog Post Content styles */
.blog-post .post-content hr {
    border: none;
    height: 1px;
    margin: 32px 0;
    color: #c6cedc;
    background-color: #c6cedc;
}

.blog-post .post-content h2 {
    margin: 0;
    padding: 10px 0 30px;
    color: #17212f;
    font-size: 2em;
    font-weight: 600;
    line-height: 120%;
}

.blog-post .post-content h3 {
    margin: 0;
    padding: 10px 0 10px;
    color: #17212f;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 140%;
}

.blog-post .post-content p {
    margin: 0;
    padding: 0 0 20px;
    color: #17212f;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 150%;
}

.blog-post .post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto 40px;
    padding: 0;
}

.blog-post .post-content ol {
    width: auto;
    margin: 0 0 30px 24px;
    color: #17212f;
    font-size: 1.25em;
    line-height: 150%;
    box-sizing: border-box;
}

.blog-post .post-content ol li {
    padding: 0 0 5px 10px;
}

.blog-post .post-content ul {
    width: auto;
    margin: 0 0 30px 24px;
    color: #17212f;
    font-size: 1.25em;
    line-height: 150%;
}

.blog-post .post-content ul li {
    padding: 0 0 10px 10px;
}

.blog-post .post-content .video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto 30px;
    padding: 0 0 56.25%;
}

.blog-post .post-content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-post .post-content video {
    display: block;
    max-width: 100%;
    margin: 30px auto 50px;
    padding: 0;
}

.blog-post .post-content .bordered {
    border-radius: 6px;
    box-shadow: 2px 3px 18px 2px rgba(0, 0, 0, 0.25);
}

.blog-post .post-content .ios {
    max-width: 375px;
}

.blog-post .post-content .inline {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
/*endregion*/

/*region Blog Post More Posts styles*/
.more-posts h3 {
    padding-bottom: 30px;
    color: #a2a9b6;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.more-posts .single-post {
    display: inline-block;
    width: 257px;
    height: 290px;
    margin: 0 0 0 10px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.more-posts .single-post:first-of-type {
    margin: 0;
}

.more-posts .single-post .cover {
    display: block;
    width: 100%;
    height: auto;
    min-height: 140px;
    background-color: #ccc;
}

.more-posts .single-post .post-title {
    height: 66px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #17212f;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 150%;
    overflow-y: hidden;
}

.more-posts .single-post .post-views {
    margin: 0 0 0 15px;
    padding: 0 0 0 30px;
    color: #a2a9b6;
    font-size: 1em;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    background: url("/img/common/blog/views.svg") no-repeat 0 0;
    background-size: 22px 12px;
}
/*endregion*/

/*region Blog Post Subscribe Form styles*/
.blog-post .in-touch {
    padding-top: 60px;
}

.blog-post .in-touch .title {
    padding-bottom: 15px;
    color: #17212f;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
}

.blog-post .in-touch .text {
    padding-bottom: 30px;
    color: #444a56;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 150%;
}

.blog-post .in-touch input {
    display: inline-block;
    width: 288px;
    height: 43px;
    margin: 0 auto 10px;
    padding: 0 15px;
    color: #17212f;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 43px;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #a2a9b6;
    background-color: #fff;
}

.blog-post .in-touch input:focus {
    outline: none;
}

.blog-post .in-touch .button {
    display: inline-block;
    min-width: 100px;
    height: 45px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 45px;
    border: none;
    border-radius: 4px;
    background-color:  #1b84ee;
    cursor: pointer;
}

.blog-post .in-touch .button:hover {
    background-color: #3ba6ff;
}

.blog-post .in-touch .button:disabled {
    background-color: #68baff;
    pointer-events: none;
}

.blog-post .in-touch .button:focus {
    outline: none;
}

.blog-post .in-touch .success {
    display: inline-block;
    height: 24px;
    padding: 2px 0 2px 35px;
    color: #3fc322;
    font-size: 1em;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    background: url("/img/common/subscribe_success@2x.png") no-repeat 0 0;
    background-size: 24px 24px;
}
/*endregion*/

/*region Custom 2019-02-08 block styles */
.custom-2019-02-08 {
    margin: 0 0 30px;
    padding: 20px 0 0;
    border-radius: 8px;
    background-color: #eee;
}

.custom-2019-02-08 .text {
    display: inline-block;
    width: 400px;
    padding: 30px 30px 0 40px;
    vertical-align: top;
}

.custom-2019-02-08 .image {
    display: inline-block;
    width: 280px;
}

.custom-2019-02-08 .image img {
    display: block;
    content: url("/img/blog/custom-2019-02-08/2019bestyear_cover.png");
    width: 280px;
}

.custom-2019-02-08 .btn {
    display: inline-block;
    min-width: 180px;
    height: 46px;
    margin: 30px 0;
    padding: 0 30px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    background: -webkit-linear-gradient(14deg, #278cf3 15%, #5db3f9 85%);
    background: -moz-linear-gradient(14deg, #278cf3 15%, #5db3f9 85%);
    background: -o-linear-gradient(14deg, #278cf3 15%, #5db3f9 85%);
    background: -ms-linear-gradient(14deg, #278cf3 15%, #5db3f9 85%);
    background: linear-gradient(76deg, #278cf3 15%, #5db3f9 85%);
    cursor: pointer;
}
/*endregion*/


@media only screen and (max-width: 1200px) {

    /*region Base styles */
    body {
        min-width: 1200px;
    }
    /*endregion*/

    /*region Top menu styles */
    .top-menu {
        min-width: 1200px;
    }

    .menu .container {
        width: 1200px;
    }
    /*endregion*/

}


/* Retina styles */
@media (-webkit-min-device-pixel-ratio: 2) {
    .custom-2019-02-08 .image img {
        content: url("/img/blog/custom-2019-02-08/2019bestyear_cover_2x.png");
    }
}