* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  font-family: 'Lato', Georgia, serif;
  letter-spacing: 0;
  color: #050526;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  word-wrap: break-word;

}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

img, video, iframe {
    max-width: 100%;
    display: block;
}
/* =============== */
/* UTILITY CLASSES */
/* =============== */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.footnote,
.content p.footnote {
  font-size: 1.0em;
  line-height: 28px;
  color: #666;
  font-style: italic;
}

img.center-image {
  display: block;
  margin: 0 auto;
}

.center-button

/* MARGIN/PADDING BOOTSTRAP ADDITIONS */

.mt-1\.5, .my-1\.5 {
  margin-top: 2.25rem !important;
}

.mb-1\.5, .my-1\.5 {
  margin-bottom: 2.25rem !important;
}

.mt-1\.25, .my-1\.25 {
  margin-top: 1.25rem !important;
}

.mb-1\.25, .my-1\.25 {
  margin-bottom: 1.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mt-1, .my-1 {
  margin-bottom: 1rem !important;
}

.mt-0\.75, .my-0\.75 {
  margin-top: 0.75rem !important;
}

.mb-0\.75, .my-0\.75 {
  margin-bottom: 0.75rem !important;
}

.mt-2\/3, .my-2\/3 {
  margin-top: 1rem !important;
}

.mb-2\/3, .my-2\/3 {
  margin-bottom: 1rem !important;
}

.mt-0\.5, .my-0\.5 {
  margin-top: .75rem !important;
}

.mb-0\.5, .my-0\.5 {
  margin-bottom: .75rem !important;
}

.mt-1\/3, .my-1\/3 {
  margin-top: .5rem !important;
}

.mb-1\/3, .my-1\/3 {
  margin-bottom: .5rem !important;
}

.mt-md-0\.25, .my-md-0\.25 {
  margin-top: .375rem !important;
}

.mt-0\.125, .my-0\.125 {
  margin-top: .1875rem !important;
}

.mb-0\.125, .my-0\.125 {
  margin-bottom: .1875rem !important;
}

.pt-0\.5, .py-0\.5 {
  padding-top: .5rem !important;
}

.pb-0\.5, .py-0\.5 {
  padding-bottom: .5rem !important;
}

.pt-0\.75, .py-0\.75 {
  padding-top: .75rem !important;
}

.pb-0\.75, .py-0\.75 {
  padding-bottom: .75rem !important;
}

.pt-2\/3, .py-2\/3 {
  padding-top: 1rem !important;
}

.pb-7\/12, .py-7\/12 {
  padding-bottom: .875rem !important;
}

/* TEXT SIZING */

.xsmall-capitals {
  font-size: .5em;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.small-capitals {
  font-size: .666666667em;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
}

.small-text {
  font-size: .75em;
  letter-spacing: 0;
  font-weight: 500;
}

.medium-text {
  font-size: 1em;
  letter-spacing: 0.025em;
}

.large-text {
  font-size: 1.25em;
  line-height: 1.125;
  letter-spacing: 0;
  font-weight: normal;
}

.xlarge-text {
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: normal;
  font-weight: 300;
}

.line-height-1\.3 {
  line-height: 1.3 !important;
}

.line-height-1\.5 {
  line-height: 1.5 !important;
}

/* STYLING */

.muted {
  opacity: 0.25;
}

.bg-grey {
  background-color: #f8f8f8;
}

.shadowed-heavy {
  -webkit-box-shadow: 0 0 25px rgba(5,5,38,0.1);
  box-shadow: 0 0 25px rgba(5,5,38,0.1);
}

/* ====== */
/* HEADER */
/* ====== */

.header {
  padding: 26px 25px 0px 25px;
  position: relative;
  background-color: #2b3138;
  margin-bottom: 3rem;
}

.header.home-header {
  background-color: #0d3244;
  padding: 8rem 25px 8rem 25px;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/backgrounds/full/default-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.header.covered-header {
  background-color: #0d3244;
  padding: 26px 25px 40px 25px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4.0rem;
}

.header .nav .container.nav-container {
  max-width: 100%;
}

.header.home-header .nav {
  margin: -6.4rem 0 11rem 0;
}

.header .nav .col-auto.col-logo {
  height: 50px;
}

.header .nav .nav-row a {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  word-spacing: 3px;
}

.header .nav .nav-row a:hover {
  color: #ccc;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.header .nav ul.nav-items {
  list-style-type: none;
}

.header .nav ul.nav-items li {
  display: inline-block;
}

.header .nav ul.nav-items li:not(:first-child) {
   margin-left: 30px;
}

.header .nav ul.nav-items li.nav-item {
  padding-bottom: 10px;
}


.menu-dropdown-pane {
  background: rgba(43, 49, 56, 0.75);
}

#menu-pane-qsalpha,
#menu-pane-ebooks {
  position: absolute;
  top: 30px;
  display: none;
  z-index: 1;
}

.container.hero-container p.hero {
  font-weight: 300;
  line-height: 1.25em;
  font-size: 48px;
  color: #fff;
  max-width: 800px;
  margin: 20px auto;
}

.header.covered-header .container.hero-container p.hero {
  max-width: 900px;
}

.container.hero-container p.subhero {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25em;
  max-width: 800px;
  margin: 20px auto;
  color: #e3e3e3;
}

.header.covered-header .container.hero-container p.subhero {
  max-width: 1000px;
}

.container.hero-container a.hero-button {
  margin: 20px auto;
  background-color: #4a90e2;
  color: #fff;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  height: auto;
  transition: all .4s ease;
  text-shadow: none;
  width: auto;
  line-height: 1.5em;
  border-radius: 2px;
  display: inline-block;
  font-family: Lato;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 3px;
  padding: 16px 20px 14px 20px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -8rem 0 0 0;
    opacity: 0.75;
}

.navbar-toggler {
  position: absolute;
  top: -8px;
  right: 0px;
  color: rgba(255,255,255,1.0);
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: .25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-nav-close {
  position: absolute;
  top: 18px;
  right: 25px;
  color: rgba(255,255,255,1.0);
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: .25rem;
}

#mobile-nav-close-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  fill: #fff;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
  background-color: #2b3138;
  color: #fff;
}

#mobile-nav {
  display: none;
}

ul.mobile-nav-menu {
  list-style-type: none;
}

ul.mobile-nav-menu li {
  font-size: 1.2em;
  font-weight: 400;
}

ul.mobile-nav-menu li a:hover {
  color: #ccc;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

ul.mobile-nav-menu li.sub-item {
  font-weight: 300;
}

/* CONTAINERS */


.container.container-full {
  max-width: 1470px;
}

.container.content-container {
  max-width: 1500px;
  font-family: 'Roboto';
}

/* ========= */
/* HOME PAGE */
/* ========= */

span.articles-view-all {
  font-size: 0.7em;
  color: #666;
  margin-left: 10px;
}

.article-box {

}

.article-box .article-box-image {
  width: 100%;
}

.article-box .article-box-image img {
  width: 100%;
}

.article-box .article-box-title {
  background-color: #f9f9f9;
  padding: 15px 15px 1px 15px;
  font-size: 1.25em;
  font-weight: 300;
}


/* ========== */
/* ABOUT PAGE */
/* ========== */

.about-lead {
  font-size: 1.75em;
  line-height: 1.45;
  letter-spacing: 0;
  font-family: 'Lato';
  font-weight: 300;
}

.bio-box {
  background: #f8f8f8;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  color: #333333;
  padding: 1em 1em 0em 1em;
  margin-bottom: 1em;
}

.bio-box-title {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.015em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

/* ======================= */
/* QUANTCADEMY LANDING PAGE */
/* ======================= */

.border-top-blue {
  border-top: 3px solid #4e9def;
}

.bg-qs-dark-grey {
    background-color: #1f2420;
    color: rgba(255, 255, 255, 0.8);
}

.qclp-join-now-button-container {
    width: 100%;
    background-image: url(../images/qc-join-now-button-bg.png);
    border-top: 1px solid #34384a;
    border-bottom: 1px solid #34384a;
    padding: 3.0em 0 3.0em 0;
    text-align: center;
}

.qcp-ccd-input-block label {
    color: #83897d;
    display: inline-block;
    margin: 0 0 0.5em;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
}

.field.form-control.form-control-lg#qc-card-number-element,
.field.form-control.form-control-lg#qc-card-expiry-element,
.field.form-control.form-control-lg#qc-card-cvc-element {
  height: auto;
}

/* ==================== */
/* QSALPHA LANDING PAGE */
/* ==================== */

.qsalpha-lp-block h2 {
  margin-bottom: 0.75em;
  color: #3E70A3;
  font-size: 2.0em;
}

.qsalpha-lp-img {
  border: 1px solid #ddd;
}

.qsalpha-lp-block p {
  font-size: 1.1em;
}

.qsalpha-lp-block p.lp-block-emph {
  color: #666;
  font-size: 1.3em;
  font-weight: 300;
}

.qsalpha-account-details-form {
  width: 60%;
  margin: 0 auto;
  color: #fff;
}

.qclp-join-now-button-container .qsalpha-account-details-form {
  text-align: left;
}

/* ======= */
/* QSALPHA */
/* ======= */

.header.qsalpha-header {
  margin-bottom: 0;
}

.qsalpha-nav {
  padding: 8px 25px 8px 25px;
}

.qsalpha-strategy-rules-content h3 {
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
}

.qsalpha-strategy-rules-content h3:first-of-type {
  margin-top: 0.5rem;
}

.qsalpha-strategy-rules-content h4 {
  font-size: 1.3em;
  margin-top: 1.5rem;
  margin-bottom: 1.0rem;
  color: #666;
  font-weight: 300;
}

.qsalpha-strategy-rules-content p.lead {
  font-size: 1.1em;
  color: #666;
  font-weight: 300;
}

.qsalpha-strategy-rules-content ul {
  list-style-type: none;
}

.qsalpha-strategy-rules-content ul li {
  margin-left: 5px;
  margin-bottom: 17px;
}

.shadow-sm-bar {
    box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px;
    border-bottom: 1px solid rgb(212, 218, 223);
    z-index: 20;
}

/*.qsalpha-strategy-rules-content h3:not(:first-of-type) {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}*/

/* ============= */
/* LANDING PAGES */
/* ============= */

.landing-page-container {
  width: 100%;
}

.lp-top-container {
  margin-top: 4rem;
}

.landing-page-block {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.block-aat-title {
  background-image: url(https://quantstartmedia.s3.amazonaws.com/images/ebook-images/page-header-book-aat.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.block-sat-title {
  background-image: url(https://quantstartmedia.s3.amazonaws.com/images/ebook-images/page-header-book-sat.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.block-cpp-title {
  background-image: url(https://quantstartmedia.s3.amazonaws.com/images/ebook-images/page-header-book-cpp.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.block-qc-title {
  background-image: url(https://quantstartmedia.s3.amazonaws.com/images/ebook-images/page-header-qc.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.landing-page-block-container {
  width: 90.9090909091%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.landing-page-block-title-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-block-title-image img {
  display: block;
  margin: auto;
  max-width: 500px;
}

.landing-page-block-title-title {
  text-align: center;
}

.landing-page-block-title-title h1 {
  font-size: 2.5em;
  margin-bottom: 1.5rem; 
}

.block-aat-title .landing-page-block-title-title h1,
.block-cpp-title .landing-page-block-title-title h1,
.block-sat-title .landing-page-block-title-title h1 {
  font-size: 3.5em;
  margin-bottom: 2.0rem; 
}

.landing-page-block-title-subtitle {
  text-align: center;
}

.landing-page-block-title-subtitle h2 {
  font-size: 1.25rem;
  font-weight: 400;
}

.block-aat-title .landing-page-block-title-subtitle h2,
.block-cpp-title .landing-page-block-title-subtitle h2,
.block-sat-title .landing-page-block-title-subtitle h2 {
  opacity: 0.8;
}

.landing-page-container p {
  font-size: 1.2em;
}

.landing-page-container .content p {
  font-size: 1.3em;
  line-height: 1.8em;
}

.landing-page-container .landing-page-block ul li {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-left: 22px;
  margin-bottom: 0.7em;
}

ul.lp-benefits {
  list-style: disc outside none;
}

ul.lp-benefits li:not(:last-of-type) {
  margin-bottom: 0.8em;
}

.lp-btn {
  padding: .5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: .3rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.content h2.lp-subtitle {
  margin-top: 0em;
  margin-bottom: 1.0em;
  color: #3E70A3;
  font-size: 3.0em;
}

p.lp-subsubtitle {
  font-size: 1.5em;
}

.lp-package-box {
  background-color: #fff;
}

.lp-package-title {
  padding: 1.0em;
  text-align: center;
  font-size: 1.6em;
}

span.lp-package-title-muted {
  color: #6c757d !important
}

ul.lp-package-list {
  list-style: disc outside none;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  min-height: 220px;
}

ul.lp-package-list li {
  margin-bottom: 0.6em;
  font-size: 1.2em;
}

/* ==== */
/* NEWS */
/* ==== */

.news-info {
  color: #859D94;
}

.news-article-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.news-article-content:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* ======= */
/* CONTENT */
/* ======= */

.content {
  margin-left: 25%;
}

.content.article-content {
  margin-left: 5%;
}

.content.article-content.qstrader-docs-content {
  margin-top: 2.5rem;
}

.content, .col:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.content.article-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.content section {
  margin-bottom: 1.5rem;
}

.content p, .content ol, .content ul, .content blockquote {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  color: #272727;
}

.content h2, .content .h2 {
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
}

.content h2:first-of-type, .content .h2:first-of-type {
  margin-top: 0rem;
}

.content h3, .content .h3 {
  margin-top: 2.25rem;
  margin-bottom: .75rem;
}

.content ul,
.content ol {
  padding-left: 25px;
}

.content li {
  margin-bottom: .75rem;
}

.content a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5,5,38,0.3)), color-stop(0, rgba(5,5,38,0.3)));
  background-image: linear-gradient(180deg, rgba(5,5,38,0.3) 75%, rgba(5,5,38,0.3) 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--accent), 0.3)), color-stop(0, rgba(var(--accent), 0.3)));
  background-image: linear-gradient(180deg, rgba(var(--accent), 0.3) 75%, rgba(var(--accent), 0.3) 0);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 97%;0.6
  -webkit-transition: color 100ms cubic-bezier(45, 0.045, 0.355, 1);
  transition: color 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: underline;
}

.content a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.content a.no-underline {
  text-decoration: none;
}

.caption {
  display: block;
  margin-bottom: 1.5rem;
}

figcaption, .caption {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: .75em;
  letter-spacing: 0;
  font-weight: normal;
  color: rgba(5,5,38,0.5);
  color: rgba(var(--fg), 0.5);
  padding-top: .5rem;
  margin-top: -1.5rem;
}

/* ========== */
/* STRATEGIES */
/* ========== */

.strategies a {
  color: #4a90e2;
}

.strategies a:hover {
  color: #2b3138;
}

p.strategies-list-lead {
  color:#666;
  margin-bottom: 26px;
  font-size: 1.1em;
}

table.table-strategies-list.dataTable tbody th,
table.table-strategies-list.dataTable tbody td {
  padding: 18px;
}

.table-strategies-list.table-hover tbody tr:hover {
  background-color: rgb(0,0,0,0.025);
}

/* ====== */
/* FOOTER */
/* ====== */

footer {
  background-color: #1b1f23;
  color: #f5f6f7;
  padding-top: 7em;
  padding-bottom: 7em;
  margin-top: 3em;
  font-family: 'Roboto', Helvetica, sans-serif;
}

footer ol,
footer ul {
  list-style-type: none;
}
            
ul.footer-list li {
  margin-bottom: 0.6em;
} 

ul.footer-list li.footer-list-title {
  font-weight: bold;
}

ul.footer-list li.footer-list-link {
  opacity: .9;
  font-size: 0.9em;
}

ul.footer-list li.footer-list-link a:hover {
  opacity: .7;
}

.footer-copyright {
  opacity: .25;
  font-size: 0.9em;
}

/* ============ */
/* PRISM EXTRAS */
/* ============ */

pre[class*="language-"] {
  margin-bottom: 1.6em;
}

/* ================ */
/* BOOTSTRAP EXTRAS */
/* ================ */

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {margin-bottom: 0;}
.bs-callout code {border-radius: 3px;}
.bs-callout+.bs-callout {margin-top: -5px;}
.bs-callout-default {border-left-color: #777;}
.bs-callout-default h4 {color: #777;}
.bs-callout-primary {border-left-color: #428bca;}
.bs-callout-primary h4 {color: #428bca;}
.bs-callout-success {border-left-color: #5cb85c;}
.bs-callout-success h4 {color: #5cb85c;}
.bs-callout-danger {border-left-color: #d9534f;}
.bs-callout-danger h4 {color: #d9534f;}
.bs-callout-warning {border-left-color: #f0ad4e;}
.bs-callout-warning h4 {color: #f0ad4e;}
.bs-callout-info {border-left-color: #5bc0de;}
.bs-callout-info h4 {color: #5bc0de;}

/* ============= */
/* MEDIA QUERIES */
/* ============= */

@media (min-width: 1180px) {
  .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1179px) {
  #top-nav-menu {
    display: none;
  }
}