/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4, h5, h6 {
color: #01004c;
  position: relative;
}


a.banner-cta.primary-color-text,
h1.primary-color-text.add-line,
.container.banner {
    display: none;
}



h2:after {
    background: #FF530D;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 136px;
}

a {
#01004c
}

* {
font-family: "Inter"}

.flex-row {
flex-wrap: wrap;
  display: flex;
}

.flex-50 {
width: calc(100% / 2 - 50px);
}

.flex-left {
width: calc(57% - 50px) ;
}

.flex-right {
width: calc(39% - 50px);
}

.flex-25 {
width: calc(25% - 50px);
}

.justify-this-space-between {
justify-content: space-between;
}

.primary-color-text {
color: #01004C;
}

.primary-color-bg {
background: #01004C
}

.container {
width: 1172px;
  margin: auto;
  display: block;
}

.banner {
    height: 450px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(//7114621.fs1.hubspotusercontent-na1.net/hubfs/7114621/raw_assets/public/custom_made/aug-12/fundamentals-bg-min.png);
}

.banner-hold {
padding-left: 50px;
padding-right: 50px;
}

.banner h1 {
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
width: 350px;
  position: relative;
  margin: 0;
}


.add-line:after {
background: #FF530D;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 136px;
}

.add-relative {
position: relative;
  margin-top: 0;
}




.banner .banner-content {
font-size: 18px;
  font-weight: 700;
      margin-bottom: 30px;
    margin-top: 30px;
 
}

a.banner-cta {
    border: 2px solid #fff;
    height: 40px;
    width: 180px;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
  cursor: pointer;
}

.banner-cta span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
img.glass_lewis_logo {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

a.banner-cta {
    text-decoration: none;
}


.flex-main-body {
margin-top: 60px;
margin-bottom: 60px;
}

.content-area-flex {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 50px;
  padding-top: 0;
  box-shadow: 0px 16px 50px 0px #0000000D;

}
.content-area-flex p {
    line-height: 31px;
    font-weight: 400;
  font-size: 14px;
}


p.readers-area {
color: #FF530D;
  font-weight: 700;
  font-size: 16px;
  margin-top: 60px;
}
  
ul.check-area, ul.check-area ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.check-area li {
    background-image: url(//7114621.fs1.hubspotusercontent-na1.net/hubfs/7114621/raw_assets/public/custom_made/aug-12/checkbox_32.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 50px;
    background-size: 32px;
    line-height: 43px;
    font-size: 14px;
    font-weight: 700;
  color: #01004C;
}

.flex-right.content-area-flex {
    padding: 0;
  overflow: hidden;
}


.download-ebook-box {
    height: 70px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.download-ebook {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.footer-top {
    background: #363839;
    height: 130px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top p {
    text-align: center;
      font-weight: 700;
    font-size: 16px;
}

.footer-bottom {
    background: #FF530D;
    color: #fff;
    height: 90px;
    display: flex;
}

p.footer-bottom-paragraph {
    font-size: 16px;
    font-weight: 700;
}

.flex-footer-left {
width: calc(60% - 20px);
  display: flex;
}

.flex-footer-right {
    display: flex;
    width: calc(25% - 20px);
    justify-content: space-between;
    align-items: center;
}

a.contact-us-footer span {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.contact-us-footer {
    border: 2px solid #fff;
    width: 160px;
    height: 35px;
    display: flex;
    border-radius: 10px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.invisible-box {
height: 70px;
}

.form-section {
    padding: 20px;
}
input.hs-button.primary.large {
    width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}


@media only screen and (max-width: 1100px) {
.container {
    width: 100%;
}

.global-section {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 820px) {
.container {
    width: 100%;
}

.global-section {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
}

.banner h1 {
}

.content-area-flex {
    padding-left: 20px;
    padding-right: 20px;
}

.flex-left {
    width: 60%;
}

.flex-footer-right {
    width: 40%;
}
}

@media only screen and (max-width: 630px) {
.banner-hold {
    padding-left: 20px;
    padding-right: 20px;
}

.banner h1 {
    width: 100%;
}

.flex-left, .flex-right {
    width: 100%;
}

.flex-footer-right, .flex-footer-left {
    width: 100%;
}

.footer-bottom {
    height: auto;
    padding-bottom: 20px;
}
  .content-area-flex {
    padding: 20px;
}

.invisible-box {
    display: none;
}

.flex-right.content-area-flex {
    margin-top: 20px;
}
  img.glass_lewis_logo {
    width: 100%;
}
  ul.check-area li {
    margin-bottom: 20px;
}
}