﻿@charset "UTF-8";


.nav-wrapper-desktop a {
    background: #6391FF;
    border-radius: 50px;
    color: white;
    padding: 8px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #6391FF;
    margin-right: 15px;
}

    .nav-wrapper-desktop a:hover {
        color: #6391FF;
        text-decoration: none;
    }

.hero {
    /*   background-position-x: right;
    background-position-y: bottom;
    background-size: auto 200px;
    background-repeat: no-repeat;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;*/
    /*background: linear-gradient(0deg, #F1FFFF 0%, rgba(172, 194, 245, 0) 131.27%);*/
    background-color: #F1F4FC;
    background-image: none;
}

    .hero img {
        float: right;
        margin-right: -20px;
        margin-top: -13px;
    }

    .hero h1 {
        margin-bottom: 0.5em;
    }

.hero-inner h3 {
    font-weight: 400;
}

.blocks-item-displayblock {
    display: block;
    border: none;
    margin-top: 16px;
}

.blocks-item-displayblock a {
    display: block;
}

.blocks-item-displayblock .blocks-item-title {
    font-size: 16px;
    color: #2F3941;
    font-weight:bold;
}

.blocks-item-link-text {
    text-align: left;
    margin-top: 16px;
}


.blocks-item-link-image {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(43, 50, 66, 0.12);
    border-radius: 10px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
}

.blocks-item-link-image:hover {
    border-color: #6391FF;
    box-shadow: none;
}

.blocks-item-displayblock:hover {
    background-color:inherit;
}

.articles {
    margin-top: 48px;
}



/*footer starts*/
.footer-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .footer-list {
        flex-direction: row;
    }
}


.footer-list-item {
    flex: 1 0 auto;
}

.footer {
    background: #F9F6F4;
}

.footer-list-item a {
    display: block;
}

@media (min-width: 1024px) {
    .footer-list-item {
        
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
    }
}

.footer-inner {
    display:block;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .social-icons ul li {
        margin: 10px 5px 10px 0;
        list-style: none;
        padding: 0;
        display: inline-block;
        font-size: 11px;
        vertical-align: middle;
        text-align: center;
    }

.social-icons .social-circle {
    display: inline-block;
    border: 1px solid #323231;
    border-radius: 15px;
    padding: 6px 6px;
    text-align: center;
    min-width: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-icons a {
    color: #323231;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .social-icons a i {
        color: #323231 !important;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .social-icons a:hover {
        color: #323231 !important;
    }

        .social-icons a:hover i {
            color: #323231 !important;
        }

        .social-icons a:hover .social-circle {
            border-color: #FED201;
            background: #FED201;
        }

/*footer ends*/


/*change the font*/
body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
.post-content {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
.community-follow button::after {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
.comment-body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
/*change the font ends*/


/*category start*/
.hero-inner-category {
    max-width: 1160px;
    text-align: left;
}


.hero-category img {
    margin-top: -53px;
}


@media (min-width: 1024px) {
    .hero-inner-category #query {
        width: 50%;
    }
}

    .hero-inner-category svg {
        top: 88%;
    }

.hero-inner-category #query {
    border-width: 1px;
    border-style: solid;
    border-color: #6391FF;
}


.category-container {
    justify-content: flex-start;
}

        .category-container .section-tree {
            margin-top: 12px;
        }


        .article-list-item {
            border-bottom: 1px solid #E1E4E9;
        }

    /*category end*/

    /*section start*/
    .section-container {
        justify-content: flex-start;
    }


.section-listing {
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgb(43 50 66 / 12%);
    border-radius: 10px;
    padding: 20px;
}
    /*section end*/


    /*article start*/
.sidenav-item.current-article, .sidenav-item:hover {
    background-color: #6391FF;
}

#section-articles-title {
    padding-top: 8px;
    display: block;
    padding-bottom: 16px;
}

.article-detail {
    padding-left:0px;
}

@media (min-width: 1024px) {
    .article {
        flex: 1;
        max-width: 100%;
    }
}

/*article end*/


/*submit a request start*/

@media (min-width: 1024px) {
    .submit-request {
        max-width: 610px;
        margin: 0 auto;
    }
}

.submit-request footer {
    text-align: right;
}

.submit-request footer input {
    background-color: #41CC84;
}


/*reorder boxes*/
#new_request {
    display: flex;
    width: 100%;
    flex-direction: column;
}

    #new_request .form-field  {
        order: 7;
    }

        #new_request .form-field.request_ticket_form_id {
            order: 1;
        }

        #new_request .form-field.request_custom_fields_4447987691547 {
            order: 2;
        }

        #new_request .form-field.request_custom_fields_5484233817243 {
            order: 3;
        }

        #new_request .form-field.request_cc_emails {
            order: 4;
        }

        #new_request .form-field.request_subject {
            order: 5;
        }

        #new_request .form-field.request_description {
            order: 6;
        }

        #new_request footer {
            order: 99;
        }

        #new_request .form-field  {
            margin-top: 25px;
        }
/*submit a request end*/

.display-inline-force {
    display: inline !important;
}
