main#main {
    padding: 0 !important;
    background: #f6f7fb !important;
}

.wedocs-single-wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

textarea,
select,
input,
button {
    outline: none;
}

/* Fade in Signup Form */
.fade-signin {
    opacity: 1;
    animation: fade 1s linear;
}


@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

/* SEARCH HEADER */

#title {
    display: none;
}

#doc-search-header {
    height: 120px;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    /*background-image: linear-gradient(100deg, #425357, #145da0);*/
    background: #145da0;
    background-image: linear-gradient(
        151deg,
        #051d40 30%,
        #145da0 100%
    );
}

#doc-search-header-title {
    font-size: 50px;
    font-weight: 100;
    font-family: sans-serif;
    color: white;
    margin-bottom: 15px;
    /*padding: 30px;*/
    padding-left: 15%;
    padding-top: 40px;
    line-height: 50px;
    font-family: "Lato";
    font-weight: 700;
    margin: 0;
    --fontSize: 50;
    --minFontSize: 50px;
    line-height: 1.16;
}

#doc-search-header-sub {
    font-size: 22px;
    font-weight: 400;
    font-family: sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
    /*padding: 30px;*/
    padding-left: 15%;
}

#doc-search-header-title,
#doc-search-header-sub {
    display: none;
}

#search-div {
    float: none;
    margin: none;
    margin-right: none !important;
}

.wedocs-breadcrumb {
    font-size: 11px;
}

/* Adjust 50% to 60%*/
.wedocs-single-content {
    width: 60% !important;
    background: white;
    padding-left: 60px !important;
    padding: 30px 60px;
    margin: 10px 20px;
    border-radius: 4px;
}

.content-area {
    background: #f6f7fb;
}

/* SEARCH */

.wedocs-search-form {
    width: 450px;
}

.wedocs-search-form input {
    height: 50px;
    padding: 10px;
    width: 65%;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    border: none;
    border-radius: 5px;
    display: -webkit-inline-box;
    float: left;
}

.wedocs-search-form select {
    height: 50px;
    width: 25%;
    border-radius: 0px;
    -webkit-appearance: none;
    background-color: #F5F8F9;
    border: none;
    padding: 10px 30px 10px 15px;
    color: #616161;
    display: -webkit-inline-box;
    float: left;
    margin-left: -5px;
    font-size: 11px;
}

.wedocs-search-form .search-submit {
    height: 50px;
    background: #145da0;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    display: -webkit-inline-box;
    float: left;
}

.wedocs-search-form .search-submit i {
    padding: 18px;
    font-size: 14px;
}

.wedocs-search-form .search-submit:hover {
    cursor: pointer;
}

/* STYLING OF CONTENT */

.intercom-interblocks-paragraph,
.intercom-interblocks-image,
.entry-content,
.entry-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    font-weight: 300;
}

.entry-title {
    font-size: 33px;
    line-height: 1.24;
    margin: 0 0px 17px;
    font-weight: 100;
    margin-left: 0;
    font-family: sans-serif;
}

.entry-content h2:first-child {
    /*SUB HEADING */
    font-size: 18px !important;
    line-height: 1.24;
    font-weight: 100;
    color: #888;
    padding-bottom: 6px;
    border-bottom: 0.2px solid #e1e1e1;
}

.entry-content h3 {
    /*SUB HEADING */
    font-size: 16px;
    color: #145da0;
    font-weight: 600 !important;
}

.entry-content h2,
.entry-content h3 {
    margin: 20px 0px 10px 0px;
}

.entry-content img {
    margin-left: auto;
    margin-right: auto;
    max-width: 95% !important;
}

.entry-content table {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    min-width: 60%;
    /*border-radius: 15px !important;*/
    box-shadow: 1px 2px #e5e5e5;
}

.entry-content table.smaller {
    font-size: 11px;
}

.entry-content table td {
    border: 1px solid lightgrey !important;
    padding: 8px;
    vertical-align: middle;
}

.wedocs-single-wrap .entry-content table td ul {
    padding-left: 10px;
}

.entry-content table th {
    text-transform: uppercase;
    border: 1px solid lightgrey !important;
    /*background-color: #145da0;
    color: white; */
    background: #e5e5e5;
    font-weight: 400;
    padding: 5px;
}

.entry-content table img {
    padding: 0px !important;
    border: 0px !important;
}

.no-border {
    padding: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
}

.full-width {
    width: 100% !important;
}

.clickout:hover {
    box-shadow: 0 0 10px !important;
    cursor: pointer;
}

.teaserbox .highlight {
    font-weight: 400 !important;
    color: #145da0 !important;
    font-size: 24px !important;
}

.description.clearfix.style-1 {
    border-radius: 5px;
    width: 90%;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

/* RIGHT SIDE */

#action-bar {
    background: #145da0 !important;
    margin-left: 20px;
    position: fixed;
    width: 350px;
    padding: 15px;
    box-shadow: 0.1px 0.1px 0.1px 0.2px #888888;
	border-radius: 5px; 
    color: white;
}

#action-bar:hover {
    /* box-shadow: 1px 1px 1px 2px #888888; */
}

#cta-img-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#cta-img-container img {
    width: 75%;
}

#cta-text {
    font-size: 14px;
    font-weight: 200;
    color: white;
    text-align: center;
}

.action-button {
    background: white;
    border-color: #2185d0;
    border-radius: 5px;
    color: #2185d0 !important;
    margin: 5px 0px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    border-width: 0px;
    font-weight: 100;
}

.addtoany_share_save_container {
    display: none;
}

.feedback-thumbs {
    padding: 10px;
    margin: 4px;
    font-size: 22px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.feedback-thumbs:hover {
    border: 1px solid #d4d4d4;
    text-decoration: none !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* v2 - used for docs homepage */

#doc-search-header.v2 #doc-search-header-title,
#doc-search-header.v2 #doc-search-header-sub {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    padding-left: 0px;
}

#doc-search-header.v2 #doc-search-header-title {
    /* padding-top: 80px; */
}

#doc-search-header.v2 #doc-search-header-sub {
    margin-bottom: 30px;
}

#doc-search-header.v2 {
    height: 320px;
}

.wedocs-shortcode-wrap {
    background-color: #f6f7fb;
}

.wedocs-docs-list {
    background: white;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px 60px !important;
    border-radius: 5px;
    width: 80% !important;
    max-width: 1200px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
    text-align: center;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
    background: #f7f7f7;
    padding: 5px 10px;
    margin: 5px;
    color: white;
    border-radius: 3px;
    list-style-type: none;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a {
    color: #444;
    font-size: 12px;
}

.wedocs-doc-link {
    background-color: #145da0 !important;
}

.wedocs-doc-link a {
    color: white;
}

.wedocs-single-wrap
    .wedocs-single-content
    article
    .entry-content
    .sign-off-div
    img {
    padding: 0px !important;
}

#wedocs-search-input input {
    -webkit-appearance: none;
    border-radius: 5px;
}

/* SIDEBAR */
.wedocs-sidebar .widget-title a {
    color: rgb(68, 68, 68);
    font-weight: 400;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a::before {
    display: none !important;
}

.wedocs-single-wrap .wedocs-caret {
    display: none !important;
}

.entry-content iframe {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}

@media only screen and (max-width: 1600px) {
    #action-bar {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .wedocs-hide-mobile {
        display: none;
    }
    .entry-content img,
    .entry-content iframe {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        padding: 0px !important;
    }
    .wedocs-single-wrap {
        width: 100%;
    }
    .wedocs-single-content {
        /*padding-left: 0px !important;*/
        width: 90% !important;
    }
    #action-bar {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #doc-search-header.v2 {
        padding-top: none !important;
        height: 270px !important;
    }
    #doc-search-header-title,
    #doc-search-header-sub {
        padding: 15px;
        text-align: center !important;
        padding: 5% !important;
        padding-top: none !important;
    }
    #doc-search-header.v2 #doc-search-header-title {
        padding-top: 30px !important;
        font-size: 30px;
        line-height: 10px;
    }
    #doc-search-header.v2 #doc-search-header-sub {
        font-size: 15px;
        text-align: center !important;
        padding: 5% !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .wedocs-single-wrap {
        width: 100%;
    }
    .wedocs-single-content,
    .wedocs-docs-list {
        width: 90% !important;
        padding: 5% !important;
    }
    .wedocs-search-form {
        width: 85%;
    }
    .wedocs-search-form input {
        width: 60%;
        border-radius: 0 !important;
        border-top-left-radius: 0 !important;
        -webkit-appearance: none !important;
        -webkit-border-radius: 0px !important;
    }
    .wedocs-search-form .search-submit {
        width: 15%;
    }
    .entry-content img,
    .entry-content iframe {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        padding: 0px !important;
    }
}
