@charset "UTF-8";

input[type=text], input[type=email], input[type=name], input[type=tel], input[type=password], select, textarea {
    width: 100%;
    padding: 10px 20px;
    margin: 15px 0px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 13pt;
}

input:focus, select:focus, textarea:focus {
  outline-color: #66C4DA; 
}

ul.no_bullets {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

a:hover {
    color: #6194CE;
}

button {
    border: none;
    width: 130px;
    height: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
    border-radius: 5px;
}

.link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease-out;
    cursor: pointer;
}

.link:hover {
    color: #6194CE;
}

.link_color a {
    color: #6194CE;
    font-weight: bold;
    transition: color 0.3s ease-out;
}

.link_color a:hover {
    color: #E17101;
}

.link_list {
    font-size: 13pt;
}

.link_list li {
    margin-bottom: 10px;
}

.support_icon {
    position: relative;
    width: 30px;
    height: auto;
    top: 7px;
}

.support_icon_large {
    position: relative;
    width: 40px;
    height: auto;
    top: 8px;
}

.flex_50 h3 {
    font-size: 16pt;
}

.maincontent {
    top: 70px;
    position: relative;
}

.hide {
    display: none;
}

.margin-left8 {
    margin-left: 8px;
}

.pointerEvents_none {
    pointer-events: none;
}

.userSelect_none {
    user-select: none;
}

.cursorPointer {
    cursor: pointer; 
}

.turquoise_banner, .turquoise_banner_full {
    background-color: #31B0CE;
    width: 100%;
    color: #fff;  
    position: relative;
    text-align: left;
    padding: 20px 40px 10px 40px;
    font-size: 14pt;
    box-sizing: border-box;
}

.turquoise_banner_full {
    text-align: center;
    padding: 10px 0px;
}

.turquoise_banner h1, .turquoise_banner h2 {
    font-size: 20pt;
    margin-bottom: 10px;
}

.turquoise_banner_full h1, .turquoise_banner_full h2 {
    font-size: 30pt;
    margin-top: 15px;
    margin-bottom: 15px;
}

.search_container {
    position: absolute;
    right: 40px;
    top: 2px;
    width: 40%;
}

.search_container_full {
    position: relative;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;  
    box-sizing: border-box;
}

.search_icon_container {
    position: absolute;
    width: 30px;
    height: auto;
    top: 20px;
    padding-left: 8px;
    cursor: pointer;
    opacity: 0.3;
}

.search_icon_container:hover {
    opacity: 1;
}

.search_icon {
    position: relative;
    width: 100%;
    height: auto;
}

.search_clear_container, .search_clear_container_full {
    position: absolute;
    width: 20px;
    height: auto;
    top: 23px;
    right: 8px;
    cursor: pointer;
    opacity: 0.5;
}

.search_clear_container_full {
    right: calc(20% + 8px);
}

.search_clear_container:hover, .search_clear_container_full:hover {
    opacity: 1;
}

.search_clear {
    position: relative;
    width: 100%;
    height: auto;
}

.search_container input, .search_container_full input {
    padding: 10px 50px 10px 50px;
    border: none;
}

.breadCrumb_container, .blogBreadCrumb_container {
    position: relative;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 50px 5px 40px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #fff;
    width: 100%;
}

.blogBreadCrumb_container {
    display: flex;
    flex-direction: row; 
}

.blogBreadCrumb_left {
    flex: 0 0 calc(100% - 50px);
}

.blogBreadCrumb_right {
    flex: 0 0 50px;
}

.breadCrumb_home {
    position: relative; 
    cursor: pointer;
    opacity: 0.5;
}

.breadCrumb_home {
    opacity: 1;
}

.breadCrumb_homeicon {
    position: relative;
    width: 20px;
    height: auto;
    margin-right: 15px;
}

.breadCrumb_point {
    position: relative;
    top: -5px;
}

.breadCrumb_text {
    position: relative;
    top: -5px;
    margin-left: 10px;
    margin-right: 15px;
}

.knowledgebase_container, .blogknowledgebase_container {
    position: relative;
    width: 100%;
    padding: 30px 10%;    
    box-sizing: border-box;
}

.blogknowledgebase_container {
    padding: 30px 5%;
}

.flex_rowcontainer {
    display: flex;
    flex-direction: row; 
    width: 100%;
}

.flex_knowledgebase {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.flex_33, .blog_33 {
    flex: 0 0 33%;
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 1px solid #E9E9E9;
}

.blog_33 {
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;    
    border-bottom: none;
}

.blog_33 h2 {
    font-size: 1.7rem;
}

.flex_50 {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
}

.border_right_large {
    border-right: 1px solid #E9E9E9;
}

.support_bg {
    position: relative;
}

.topic_container {
    flex: 0 0 25%; 
    padding: 0px;    
    box-sizing: border-box;
    border-right: 1px solid #E9E9E9;
}

.topic_content {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

.article_container {
    flex: 0 0 75%; 
    padding: 0px;  
    box-sizing: border-box;
}

.blogarticle_container {
    padding: 20px;
}

.article_content, .blogarticle_content {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-right: 40px;
    box-sizing: border-box;
}

.blogarticle_content {
    padding-left: 20%;
    padding-right: 20%;
}

.blogarticle_bottom {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
    font-size: 12pt;
}

.blogarticle_bottom a {
    color: #EA923A;
}

.blogarticle_bottom a:hover {
    color: #6194CE;
}

.blog_subscribe_title {
    margin-top: 20px;
}

.article_content h1 {
    font-size: 2rem;
    margin-bottom: 0px;
    line-height: 3rem;
}

.article_content h2 {
    font-size: 1.7rem;
    margin-top: 30px;
    margin-bottom: 0px;
}

.article_content_lastupdated {
    color: #B9B9B9;
    padding-bottom: 15px;
}

.article_steps li::marker {
    font-weight: bold;
    color: #E17101;
}

.article_didithelp {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
    padding-bottom: 25px;
    position: relative;
}

.article_didithelp_container {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    width: 100%;
    padding-top: 10px;
}

.article_didithelp_button, .article_didithelp_buttonselected, .article_didithelp_buttondisabled {
    flex: 0 0 50px;
    height: 50px;
    background-color: #ffff;
    transition: background-color 0.3s ease-out;
    overflow: hidden;
    border-radius: 26px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    user-select: none;
    border: 1px solid #6194CE;
}

.article_didithelp_button:hover {
    background-color: #ECECEC;
}

.article_didithelp_buttonselected {
    color: #fff;
    background-color: #6194CE;
    cursor: default;
}

.article_didithelp_buttondisabled {
    color: #fff;
    opacity: 0.2;
    border: 1px solid #000;
    cursor: default;
}

.article_didithelp_icon {
    position: relative;
    width: 35px;
    height: auto;
    top: 10px;
}

.article_didithelp_feedback {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.article_number {
    font-weight: bold;
    color: #E17101;
}

.article_dropdown_contents {
    font-size: 12pt;
}

.article_dropdown_contents_drop {
    width: 100%;
    border-left: 4px solid rgba(255,255,255,0);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    transition: border-left 0.3s ease-out, color 0.3s ease-out;
    user-select: none;
}

 .article_dropdown_contents_drop:hover {
    border-left: 4px solid #6194CE;
    color: #6194CE;
}

.article_dropdown_column {
    padding: 10px;
    padding-left: 10px;
    padding-top: 0px;
    user-select: none;
}

.article_dropdown_column {
    padding: 10px;
    padding-left: 10px;
    padding-top: 0px;
    user-select: none;
}

.article_contents_option, .article_contents_selectedoption {
    width: 100%;
    border-left: 4px solid rgba(255,255,255,0);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    transition: border-left 0.3s ease-out, color 0.3s ease-out;
    line-height: 1.5rem;
}

.article_contents_option:hover {
    border-left: 4px solid #6194CE;
    color: #6194CE;
}

.article_contents_selectedoption {
    color: #E17101;
    border-left: 4px solid #E17101;
}

.article_highlight {
    padding: 10px;
    background-color: #E7F5F8;
    border: 1px solid #31B0CE;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb_inactiveoption {
    color: #A1A1A1;
}

.breadcrumb_option {

}

.breadcrumb_option:hover {
    color: #6194CE;
}

.searchresults_container { 
    padding: 30px 10%;    
    box-sizing: border-box;
}

.searchresults_total {
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}

.searchresults_option {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
}

.searchresults_option h3 {
    color: #6194CE;
    font-size: 16pt;
    font-weight: 500;
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 110%;
    padding: 0px;
    width: auto;
}

.searchresults_option a:hover {
    color: #4C4C4C;
}

.searchresults_option h3:hover {
    color: #4C4C4C;
}

.searchresults_description {
    position: relative;
    width: 100%;
    padding: 5px 0px 10px 0px;
    box-sizing: border-box;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchresults_pagebuttons {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
}

.searchresults_pagebutton, .searchresults_pagebutton_selected, .searchresults_pagebutton_disabled {
    flex: 0 0 30px;
    background-color: #ffff;
    transition: background-color 0.3s ease-out;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    user-select: none;
}

.searchresults_pagebutton:hover {
    background-color: #ECECEC;
}

.searchresults_pagebutton_selected {
    color: #fff;
    background-color: #6194CE;
}

.searchresults_pagebutton_disabled {
    color: #D8D8D8;
    cursor: inherit;
}

.searchtitle {
    
}

.category_container { 
    padding: 30px 25%;    
    box-sizing: border-box;
}

.category_container h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.screenshot {
    width: 80%;
    height: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

.support_hero {
    margin: 0 auto;
    padding: 0px 20px 30px;
    text-align: center;
    box-sizing: border-box;
}

.support_hero h1 {
    font-size: 2.7rem;
}

.support_intro {
    margin: 18px auto 0 auto;
    padding-bottom: 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #E9E9E9;
}

.support_intro_small {
    max-width: 760px;
    margin: 12px auto 0 auto;
    line-height: 1.5;
}

.support_section_intro {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.support_section_intro h2 {
    margin-bottom: 10px;
}

.support_category_card {
    box-sizing: border-box;
}

.support_category_description {
    font-size: 0.8rem;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.support_category_card a {
    text-decoration: none;
}

.support_category_intro {
    position: relative;
    padding-bottom: 20px;
}

.blog_topimage {
    width: 70%;
    height: auto;
    position: relative;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

.blog_image_container {
    position: relative;
    cursor: pointer;
}

.blog_image_small {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #D8D8D8;
    background-color: rgba(0,0,0,0.5);
}

.blog_image_mouseover {
    opacity: 0;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    transition: opacity 0.3s ease-out;
}

.blog_image_text {
    position: relative;
    text-align: center;
    top: 50%;
}

/*extra small*/
@media (max-width: 767px) {
    .category_container { 
        padding: 30px 10%;
    }

    .flex_33, .blog_33 {
        flex: 0 0 100%;
    }
    
    .blog_33 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .flex_50 {
        flex: 0 0 100%;
    }
    
    .border_right_large {
        border-right: none;
    }
    
    .turquoise_banner, .turquoise_banner_full {
        text-align: center;
        padding: 10px 20px 10px 20px;
        font-size: 14pt;
    }
    
    .turquoise_banner_full h1, .turquoise_banner_full h2 {
        font-size: 25pt;
        padding: 20px 20px 10px 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .search_container, .search_container_full {
        position: relative;
        width: 100%;
        left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .search_clear_container_full {
        right: 8px;
    }
    
    .topic_container {
        flex: 0 0 100%;
        order: 1;
        border-right: none;
    }
    
    .topic_content {
        padding-right: 40px;
    }
    
    .article_container {
        flex: 0 0 100%;        
        border-bottom: 1px solid #E9E9E9;
    }
    
    .article_content {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .screenshot {
        width: 100%;
    }
    
    .breadCrumb_text_removeIfSmall {
        display: none;
    }
    
    .support_hero h1 {
        font-size: 2.3rem;
    }
    
    .blogarticle_content {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .blog_topimage {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

/*small*/
@media (min-width: 768px) and (max-width: 991px) {
    .category_container { 
        padding: 30px 15%;
    }
    
    .flex_33, .blog_33 {
        flex: 0 0 50%;
    }
    
    .flex_50 {
        flex: 0 0 100%;
    }
    
    .border_right_large {
        border-right: none;
    }
    
    .turquoise_banner, .turquoise_banner_full {
        text-align: center;
        padding: 20px 20px 10px 20px;
        font-size: 14pt;
    }
    
    .turquoise_banner_full h1, .turquoise_banner_full h2 {
        font-size: 25pt;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .search_container, .search_container_full {
        position: relative;
        width: 100%;
        left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .search_clear_container_full {
        right: 8px;
    }
    
    .topic_container {
        flex: 0 0 100%;
        order: 1;
        border-right: none;
    }
    
    .topic_content {
        padding-right: 40px;
    }
    
    .article_container {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #E9E9E9;
    }  

    .article_content {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .screenshot {
        margin-left: 10%;
    }
    
    .support_hero h1 {
        font-size: 2.5rem;
    }
    
    .blogarticle_content {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .blog_topimage {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

/*medium*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*large*/
@media (min-width: 1200px) {

}