@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}


::-moz-selection {
    /* Code for Firefox */
    color: #1e324e;
    background: lightblue;
}

::selection {
    color: #1e324e;
    background: lightblue;
}


.col-white ul {}

.col-white li {
    margin: 10px;
    color: #1e324e;
    font-weight: normal;
    line-height: 25px;
    width: 90%;
}

::placeholder {
    color: #23324f;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #23324f;
}

.beta {
    border-radius: 7px;
    /* background: lightblue; */
    width: fit-content;
    padding: 3px 4px 3px 4px;
    font-size: 12px;
    /* text-transform: uppercase; */
    font-weight: bold;
    /* position: absolute; */
    top: 30px;
    color: white;
    position: relative;
    top: 6px;
}

.lightblue {
    background: lightblue !important;
}

input {
    padding: 13px;
    width: 80%;
    background: none;
    border: 2px solid #23324f;
    color: #23324f;
    font-size: 16px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 97%;
    z-index: 9999;
    border-radius: 0px 0px 100px 0px;
}

#signup .error,
.signup .error {
    color: red;
}

.signup .error {
    margin-bottom: 15px;
}

#signup input.error {
    border: 2px solid red;
    color: #18324d !important;
}

#signup {
    display: none;
    position: fixed;
    /* width: 100%; */
    height: 90%;
    top: 0px;
    left: 0;
    right: 0;
    /* bottom:10px; */
    background: white;
    padding: 30px;
    /* margin: 20px 0 0 -48%; */
    z-index: 9;
    overflow-y: scroll;
}

#nowidthparagraphs{
	width:unset !important;
}

#signup .success {
    font-size: 16px;
    width: 90%;
    line-height: 25px;
    color: #23324f;
    display: none;
}

#signup .success span {
    font-weight: bold;
}

#signup h2 {
    margin: 0 0 40px 0px;
}

#signup p {
    font-size: 16px;
    color: red;
    padding: 0px 0px 40px 0px;
    /* margin: 0; */
    line-height: 0;
}

#signup .closeBtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45px;
    right: 70px;
    font-size: 40px;
    color: #1e324e;
    cursor: pointer;
}

#signup input {
    margin: 20px 10px 20px 10px;
    padding: 20px;
    width: 90%;
}

#signup label {
    margin: 10px;
}

.nowidth {
    width: unset !important;
}

h1 {
    font-size: 70px;
    color: white;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 80px;
    width: 50%;
}

.highlight {
    margin-bottom: 30px;
    font-weight: bold;
}

span.highlight {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    color: #18324d;
}

span.underline {
    /* text-underline-offset: 15px; */
    font-weight: bold;
    padding: 0 5px 0px 5px;
    margin-left: -8px;
    bottom: 5px;
    position: relative;
}

h2 {
    color: #18324d;
    font-size: 45px;
    font-weight: normal;
}

h3 {
    color: #1e324e;
    font-size: 17px;
    font-weight: normal !important;
}

p {
    color: white;
    font-size: 20px;
    line-height: 30px;
    width: 50%;
}

.keywords,
.appendix {
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.keywords ul,
.appendix ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.keywords li,
.appendix li {
    border-radius: 12px;
    padding: 10px;
    background: lightgray;
    color: #1e324e;
    text-align: center;
    float: left;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
}

.appendix li {
    text-align: left !important;
    /* width: 21% !important; */
    font-weight: bold;
    background: unset;
    font-size: 20px;
}

.appendix p {
    font-size: 12px;
    line-height: unset;
    width: unset;
    color: #1e324e;
    font-weight: normal;
    margin: 0;
}

.breadcrumb {
    background: #1e324e;
    display: none;
}

.breadcrumb ul {
    list-style: none;
    margin: 10px 0 0 0px;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    margin: 0px 10px 0 0px;
    color: white;
}

.breadcrumb li:first-child {
    margin-top: -5px;
    position: relative;
    cursor: pointer;
}

.breadcrumb i {
    margin-right: 10px;
    color: white;
}

.borderpatternbottomright {
    border-radius: 0 0 440px 0;
}

.borderpatterntopright {
    border-radius: 0 440px 0 0;
}

#header {
    height: auto;
    overflow: hidden;
    background: #18324d;
    padding: 40px 0 20px 40px;
    margin: 0;
    border: none;
    /* border-radius: 0px 0px 100px 0px; */
}

.logo {
    background: url('../images/stocklylogobluebg.png') center left no-repeat;
    background-size: 40%;
    width: 470px;
    height: 50px;
    cursor: pointer;
    /* margin: 0 0 25px 0; */
}


#vanity-page {
    height: auto;
    overflow: hidden;
    padding: 10px 40px 80px 40px;
    background: #18324d;
    position: relative;
    border: none;
}

.col-white {
    background: white;
    padding: 40px;
    height: auto;
    overflow: hidden;
}

.news_header h1{
    width: 80% !important;!i;!ip;!ipo;!ipor;!iport;!ipor;!ipo;!ip;!i;!;
    font-size: 60px;
    margin: 0 auto;
}

.col-blue {
    background: #18324d;
    padding: 40px;
}

.col-blue h2 {
    color: white;
    width: 60%;
}

#tiles span {
    font-size: 30px;
}

.col-white p {
    color: #1e324e;
    font-weight: normal;
}

.col-blue p {
    color: #cce8ff;
    font-weight: normal;
}

#tiles {
    display: flex;
}

.tiles {
    width: 30%;
    height: auto;
    padding: 0px 0px 0 10px;
    /* background: #ececec; */
    margin: 10px;
    /* border-radius: 40px 40px 0 40px; */
    /* border: 1px solid #dadada; */
}


button {
    border-radius: 4px;
    background: #27d62d;
    color: white;
    border: none;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
    margin-top: 30px;
}

.signup h2,
.signup p {
    margin: 0;
    padding: 0px 0 10px 0px;
}

button:hover {
    background: #35e83b;
}

#news-article{
    width:80%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
#news-article p{
    width:unset;
}

#footer {
    font-size: 16px;
    padding: 40px;
}

#example h2 {
    margin: 20px 0px 0px 0px;
}

#example .left {
    float: left;
    width: 40%;
}

#example .right {
    float: left;
    width: 40%;
    margin: 60px 0px 0 60px;
    border-left: 1px solid lightgray;
    padding: 0px 0px 0 30px;
}

#example p {
    width: unset;
}

@media (max-width:720px) {
	
	#news-article{
		width: unset;
    height: auto;
    overflow: hidden;
    margin: unset;
	}
	
	.news_header h1 {
    width: unset !important;!import;!importn;!importna;!importnan;!importna;!importn;!importna;!importn;!i;!;
    font-size: 40px;
    margin: unset
 }

    h1 {
        font-size: 45px;
        line-height: 45px;
        width: unset;
    }

    h2 {
        font-size: 30px;
        /* font-weight: bold; */
    }

    p {
        font-size: 16px;
        line-height: 22px;
        width: unset;
        padding: 10px 0 0px 0px;
    }

    .logo {
        /* margin: 0 0 50px 0; */
        background-size: 40%;
    }

    button {
        margin-top: 60px;
    }

    #tiles {
        display: inline-block;
        margin-left: 0;
    }

    .tiles {
        float: left;
        width: 90%;
        margin-left: -10px;
        /* background: #f6f6f6; */
    }

    .col-blue h2 {
        /* width: unset; */
    }

    .borderpatternbottomright {
        border-radius: 0 0 240px 0;
    }

    .borderpatterntopright {
        border-radius: 0 240px 0 0;
    }

    #footer {
        font-size: 12px;
    }

    .discretion-blog h3 {
        font-size: 30px !important;
    }

    .appendix li {
        width: 80% !important;
    }

    .fixed {
        width: 90% !important;
    }

    .signup button {
        margin-top: 20px;
    }

    span.underline {
        text-underline-offset: 6px;
    }

    #signup input {
        width: 75%;
        margin: 0;
    }

    #signup h2 {
        width: 190px;
        margin: 0 0px 30px 0px;
    }

    #signup .closeBtn {
        right: 40px;
        top: 30px;
    }

    #signup button {
        margin-top: 10px;
        margin-left: 10px;
    }

    .owl-carousel .owl-item {
        min-width: 275px !important;
    }

    #example .left,
    #example .right {
        float: unset;
        width: unset;
    }

    #example .right {

        margin-left: unset;
        border: none;
        padding-left: unset;
    }
}

/* display none until init */
.owl-carousel {

    position: relative;

    /* width: 100%; */

    -ms-touch-action: pan-y;

    padding-left: 20px;

    margin-top: 20px;
}

.lesspadding {
    padding-top: 0px !important;
}

.disabled {
    display: none;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item img {
    width: 45px;
    padding: 7px !important;
    background-color: #f6f5ff;
    margin-left: 0px !important;
    border-radius: 15px;
}

.owl-carousel .allitem {
    padding: 25px;
    border-radius: 0px;
    height: 290px;
    overflow: hidden;
    cursor: pointer;
}

.owl-carousel .allitem {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.owl-carousel .allitem:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.owl-carousel .owl-item {
    float: left;
    border-radius: 5px;
    border: 1px solid lightgray;
    min-width: 336px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 50);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


.user-blog {
    background: #0000;
    padding: 0px 0px 0px;
}

div#owl-demo1 .item {
    padding: 0 5px;
}

.blog-allof {
    background: #fff;
    border-radius: 10px;
}

.discretion-blog {
    padding: 0px;
    align-items: left;
}

.discretion-blog p {
    font-size: 16px;
    color: #595665;
    padding-bottom: 15px !important;
    margin-top: 0px;
    line-height: 26px;
}

.discretion-blog p {
    width: unset !important;
}

.discretion-blog i {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #53da16;
    padding: 15px;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    text-align: center;
    color: white;
}

.discretion-blog h3 {
    font-size: 30px;
    font-weight: bold !important;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 40px;

    margin-bottom: 20px !important;
}

.owl-prev {
    float: left;
    margin-left: -20px;
}

.owl-next {
    float: left;
    margin-left: 20px;
}

.et_pb_module.et_pb_text_align_center {
    text-align: left;
}


.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}

.user-blog .owl-theme .owl-controls .owl-page.active span,
.user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82b53f;
}

#AISAYS {
    position: relative;
    background: #fdf2b5 !important;
    border-radius: 12px !important;
    width: max-content;
    padding: 15px;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    color: #867207;
}

#AISAYS button.cta {
    color: #867207;
    margin: 23px 0 0 0;
    right: 30px;
    position: absolute;
    background: #f6ec9d;
}

#AISAYS button.cta:hover {
    background: #f1e794 !important;
}