﻿#uBlogsy_left_col .uBlogsy_post header>h2 {
    font-size: 28px;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
}

#uBlogsy_left_col .uBlogsy_post header>h3 {
    font-size: 15px;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

#uBlogsy,
#uBlogsy p,
#uBlogsy label,
#uBlogsy input,
#uBlogsy textarea,
.uBlogsy_post_body {
    color: #1d252d;
}

#uBlogsy .uBlogsy_post_body p {
    text-align: justify;
}

.uBlogsy_post_body {
    padding-top: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1d252d;
}

#uBlogsy_left_col .uBlogsy_post header {
    position: relative;
}

#uBlogsy_left_col .uBlogsy_post header::after {
    display: block;
    position: absolute;
    width: 25%;
    height: 2px;
    bottom: -5px;
    ;
    left: 37%;
    border-bottom: 2px solid #999;
    content: '';
}

.uBlogsy_bottom_border {
    border: none;
}

#uBlogsy_left_col .uBlogsy_post .uBlogsy_post_body p {
    display: block;
}

.buttonWrap_blog10 {
    width: 120px;
    margin-top: 15px;
}

#uBlogsy a.g-button_grey,
#uBlogsy_nav a.g-button_grey {
    color: #656565 !Important;
    margin-right: 20px;
}

#uBlogsy a.g-button_grey:hover,
#uBlogsy_nav a.g-button_grey:hover {
    color: #fff !Important;
    text-decoration: none;
}

.linkRssWrap {
    display: block;
    width: 100%;
    text-align: center;
}

.linkRss {
    width: 100%;
    background-color: #1E4B80;
    color: #fff !important;
    padding: 12px 0 10px;
    display: block;
}

.linkRss:hover {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #4372a9;
}

.linkRss:active {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) inset;
}

.linkRss .fa-rss {
    font-size: 21px;
    margin-right: 5px;
}

.uBlogsyAboutUs {
    margin: 20px 0;
}

.uBlogsyAboutUsText {
    margin: 20px 0;
    color: #1E4B80;
}

.uBlogsy_posts_container:after {
    content: '';
    display: block;
    clear: both;
}

.mc_subscribeWrap {
    background: url(/images/slides/blog-subscribe-hor.jpg) 50% no-repeat;
    background-size: cover;
    margin-top: 45px;
    padding: 23px 30px 29px;
    border-radius: 4px;
}

.mc_subscribeWrap h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 28px;
    letter-spacing: 0.2px;
    line-height: 35px;
    margin: 0 0 15px;
}

.mc_subscribeWrap h2 .fa {
    font-size: 30px;
    margin-right: 10px;
}

.mc_inputs {
    color: #2e3137;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    font-style: italic;
}

.contact-form .input-block {
    float: left;
    width: 25%;
    padding: 0 4px;
    box-sizing: border-box;
}

.mc_buttonSubmit {
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.mc_inputs__wrap {
    margin: 22px -4px 0;
}

.contact-form .input-block input[type=text],
    .contact-form .input-block input[type=email] {
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    color: #8f8f8f;
    border: 1px solid #c6c6c6;
    padding: 11px 15px 12px;
    font: 16px/1.21 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #1d252d;
    height: 45px;
    width: 100%;
}
.contact-form .input-block input[type=text]:hover,
    .contact-form .input-block input[type=email]:hover{
    border-color: #2d8bff;
}
.contact-form .input-block input[type=text]:focus,
.contact-form .input-block input[type=email]:focus{
    border-color: #2d8bff;
    box-shadow: 0 0 0 3px rgba(45, 139, 255, .4);
}

.contact-form .input-block input[type=text]::-webkit-input-placeholder,
.contact-form .input-block input[type=email]::-webkit-input-placeholder {
    color: #c6c6c6;
    font: 16px/1.21 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contact-form .input-block input[type=text]::-moz-placeholder,
.contact-form .input-block input[type=email]::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
    font: 16px/1.21 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contact-form .input-block input[type=text]:-ms-input-placeholder,
.contact-form .input-block input[type=email]:-ms-input-placeholder {
    color: #c6c6c6;
    font: 16px/1.21 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contact-form .input-block input[type=text]:focus,
.contact-form .input-block input[type=email]:focus {
    box-shadow: 0 0 6px rgba(46, 49, 55, 0.3);
}

label {
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0 0 5px;
}

.sidebar-nav {
    background: #EEF1F7;
    box-shadow: inset 0px 2px 4px rgba(0, 68, 152, 0.04);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .sidebar-nav_hidden-mobile {
        display:none
    }
}

.sidebar-nav__block {
    padding-bottom: 25px;
    margin-bottom: 26px;
    border-bottom: 1px solid #d0d2d6
}

@media screen and (max-width: 1024px) {
    .sidebar-nav__block {
        padding-bottom:25px;
        margin-bottom: 23px
    }
}

.sidebar-nav__block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.sidebar-nav__title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.4;
}

.sidebar-list__item {
    margin-bottom: 24px;
}

.sidebar-list__item:last-child {
    margin-bottom: 0
}

.sidebar-list__link {
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 0 7px;
}

.sidebar-list__date {
    color: #0A2553;
    opacity: 0.7;
    font-size: 16px;
    font-style: italic;
}

.sidebar-list__arrow {
    color: #3272c0
}



/* responsive styles */

@media screen and (max-width: 1024px) {
    .uBlogsy_post_body {
        padding-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .mc_subscribeWrap {
        padding: 15px 15px 20px;
        margin-top: 35px;
        margin-bottom: 18px;
    }
    .mc_subscribeWrap h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 18px;
    }
    .mc_inputs__wrap {
        margin: 24px -4px 0;
    }
    .mc_inputs {
        font-size: 15px;
        line-height: 22px;
    }
    .contact-form .input-block {
        float: none;
        width: auto;
        margin-bottom: 8px;
    }
    .contact-form .input-block:last-child {
        margin-bottom: 0;
    }
    .contact-form .input-block input[type=text],
    .contact-form .input-block input[type=email] {
        height: 44px;
    }
    .mc_buttonSubmit {
        font-size: 16px;
    }
}