/*-- Fonts --*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');
@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/Ebrima.eot');
    src: url('../fonts/Ebrima.eot?#iefix') format('embedded-opentype'), url('../fonts/Ebrima.woff2') format('woff2'), url('../fonts/Ebrima.woff') format('woff'), url('../fonts/Ebrima.ttf') format('truetype'), url('../fonts/Ebrima.svg#Ebrima') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/Ebrima-Bold.eot');
    src: url('../fonts/Ebrima-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Ebrima-Bold.woff2') format('woff2'), url('../fonts/Ebrima-Bold.woff') format('woff'), url('Ebrima-Bold.ttf') format('truetype'), url('../fonts/Ebrima-Bold.svg#Ebrima-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*-- Reset css --*/


/*==================box-sizing================*/

* {
    box-sizing: border-box
}

*,
:before,
:after {
    box-sizing: border-box
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

* {
    margin: 0;
    padding: 0;
    border: none
}

abbr,
acronym,
dfn {
    cursor: help;
    border-bottom: 1px #000 dotted
}

dfn {
    font-style: normal
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.aligncenter {
    text-align: center
}

.alignright {
    text-align: right
}

a {
    color: #000;
    outline: none;
    border: none;
    text-decoration: none
}

a:visited {
    color: #fff
}

a:hover {
    text-decoration: none;
    color: #0198d1
}

a:active {
    color: #000
}

address {
    margin: .2em 0;
    padding: .5em 0 1em;
    line-height: 140%;
    font-style: normal
}

:focus {
    outline: 0
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    padding: 8px 0;
    line-height: 24px;
    margin: 0
}

.input-group {
    position: relative;
    margin-bottom: 15px
}

.form-control {
    background: #fff;
    border: solid 1px #e1e1e1;
    font-size: 15px;
    color: #434343;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    padding: 8px 15px
}

.form-control::-moz-placeholder {
    color: #797979;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #797979
}

.form-control::-webkit-input-placeholder {
    color: #797979
}

.form-control:focus {
    box-shadow: none
}

.button {
    display: inline-block;
    background-color: #445ec6;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 30px;
    font-family: "Raleway", Arial, sans-serif;
    text-transform: uppercase;
    padding: 6px 48px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:visited.button {
    color: #fff;
}

.button:hover {
    color: #fff;
}

.button,
.button::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button::before,
.button::after {
    background: #445ec6;
    content: '';
    position: absolute;
    z-index: -1;
}

.dark-btn-hover::before,
.dark-btn-hover::after {
    background: #29409c;
}

.dark-btn-hover::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.dark-btn-hover:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.block {
    display: inline-block;
    width: 100%
}

.capitalize {
    text-transform: none;
    text-transform: capitalize
}

img.img-block {
    display: block;
    max-width: 100%;
    height: auto
}

.center-box {
    background-color: transparent;
    text-align: center;
    padding: 60px 0
}

.ucase:before {
    text-transform: uppercase
}

.block {
    display: inline-block;
    width: 100%
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -.0625em;
    vertical-align: middle;
    width: 1em
}

.list {
    list-style: none;
    margin: 18px 0 0;
}

.list li {
    background: url(../images/bullet.png) no-repeat left 10px;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
    padding-left: 30px;
    font-family: "Ebrima", Arial, sans-serif;
    font-weight: 400;
}


/*-- Body --*/

html {
    background: #fff;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    min-height: 100%;
    color: #000
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Arial, sans-serif;
}

#content {
    display: inline-block;
    width: 100%;
    min-height: 300px
}

#top {
    background: #231f20;
    padding: 15px 0 18px;
    max-width: 1920px;
    margin: 0 auto;
}

#top a {
    color: #f5f5f5;
    margin-top: -10px;
}

.header {
    background: url(../images/header-bg.jpg) no-repeat center 0;
    min-height: 876px;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.intro {
    position: absolute;
    left: 0;
    background: rgba(0, 4, 6, 0.9);
    padding: 10px;
    right: 0;
    top: auto;
    bottom: 170px;
    max-width: 1040px;
    margin: 0 auto;
}

#intro.container {
    position: static;
}

.intro-text {
    border: 2px solid #f1f3f5;
    padding: 10px 0 26px;
    text-align: center
}

.intro h1 {
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Ebrima", Arial, sans-serif;
    font-weight: bold;
}

.intro h1 span {
    color: #445ec6;
}

.intro p {
    font-size: 34px;
    color: #fff;
    padding: 0;
    font-family: "Ebrima", Arial, sans-serif;
    font-weight: 400;
}

.webinar-learn {
    padding: 72px 0 62px;
}

.webinar-learn h2 {
    font-size: 53px;
    font-weight: 600;
    margin-bottom: 25px;
}

.webinar-learn .border-list {
    border-right: 2px solid #000;
}

.risking-retirement {
    background: #445ec6;
    padding: 50px 0 42px;
    text-align: center;
}

.risking-retirement h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.about-cory {
    padding: 68px 0 0;
    min-height: 486px;
}

.about-cory .container {
    background: url(../images/cory-image.png)no-repeat left bottom;
    min-height: 456px;
    background-size: 28%;
}

.about-cory .cory-info .hd-h2 {
    font-family: "Raleway", Arial, sans-serif;
    color: #000;
    font-size: 48px;
    margin: 68px 0 10px;
    font-weight: 600;
}

.about-cory .hd-h2 span {
    display: block;
    color: #6f6f6f;
    text-transform: uppercase;
    font-size: 24px;
    margin: 6px 0 0;
}

.about-cory .cory-info p {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    color: #696969;
    font-size: 15px;
    line-height: 28px;
    margin-top: 28px;
}

.about-cory .cory-info a {
    margin-top: 32px;
}

.disclosure {
    padding: 54px 0 64px;
    background: #141414;
    color: #fff;
}

.disclosure .hd-h2 {
    font-size: 45px;
    font-weight: 600;
}

.disclosure p {
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
    max-width: 1133px;
}

.disclosure .button {
    margin: 35px 0 0;
}


/*-- Footer--*/

#footer {
    background: #070707;
}

#footer .copyright {
    padding: 30px 0;
    color: #fff;
    font-size: 15px;
}

#footer .copyright a {
    color: #fff;
}


/*====Responsive====*/

@media (max-width:991px) {
    .container {
        max-width: 721px;
    }
    .header {
        min-height: 400px;
    }
    .intro {
        max-width: 638px;
        bottom: 34px;
    }
    .intro h1 {
        font-size: 40px;
    }
    .intro p {
        font-size: 23px;
        line-height: 16px;
    }
    .webinar-learn,
    .disclosure {
        padding: 40px 0;
    }
    .webinar-learn .border-list {
        border-right: none;
    }
    .webinar-learn h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .disclosure p {
        padding: 0;
    }
    .disclosure .button {
        margin: 20px 0 0;
    }
    .risking-retirement h2 {
        font-size: 40px;
    }
    .about-cory {
        padding: 0;
    }
    .about-cory .container {
        background-size: 400px auto;
        background-position: center bottom;
        padding-bottom: 600px;
        max-width: auto;
    }
    .about-cory .cory-info .hd-h2 {
        font-size: 45px;
        margin: 40px 0 0;
    }
    .about-cory .hd-h2 span {
        font-size: 20px;
    }
    .about-cory .cory-info p {
        margin-top: 10px;
    }
    .about-cory .cory-info a {
        margin-top: 15px;
    }
    /* body {
        border: 1px solid red
    } */
}

@media (max-width:767px) {
    .container {
        max-width: 590px
    }
    .webinar-learn h2 {
        font-size: 40px;
    }
    .list {
        margin: 0;
    }
    .list li {
        font-size: 20px;
        padding-left: 18px;
    }
    .risking-retirement {
        padding: 30px 0 30px;
    }
    .risking-retirement h2 {
        font-size: 28px;
    }
    .disclosure .hd-h2 {
        font-size: 35px;
    }
    #footer .copyright {
        padding: 16px 0;
        font-size: 14px;
        text-align: center;
    }
    /* body {
        border: 1px solid green
    } */
}

@media (max-width:639px) {
    .container {
        max-width: 435px
    }
    .header {
        min-height: 300px;
    }
    .header img.img-block {
        max-width: 65%;
    }
    .intro {
        max-width: 555px;
    }
    .intro h1 {
        font-size: 30px;
        ;
    }
    .intro p {
        font-size: 18px;
    }
    .webinar-learn {
        padding: 25px 0 15px;
    }
    .disclosure {
        padding: 25px 0;
    }
    .webinar-learn h2 {
        font-size: 28px;
    }
    .risking-retirement h2 {
        font-size: 20px;
    }
    .risking-retirement {
        padding: 20px 0 20px;
    }
    .about-cory .cory-info .hd-h2 {
        font-size: 35px;
        margin: 25px 0 0;
    }
    .about-cory .hd-h2 span {
        font-size: 18px;
    }
    .about-cory .cory-info a {
        margin-top: 10px;
    }
    .button {
        font-size: 22px;
        padding: 5px 30px;
    }
    /* body {
        border: 1px solid blue
    } */
}

@media (max-width:480px) {
    .container {
        max-width: 90%
    }
    .header {
        min-height: 200px;
    }
    .header img.img-block {
        max-width: 56%;
    }
    .intro {
        max-width: 400px;
        bottom: 15px
    }
    .intro-text {
        padding: 6px 0 15px;
    }
    .intro h1 {
        font-size: 24px;
    }
    .intro p {
        font-size: 14px;
        line-height: 6px;
    }
    .webinar-learn h2 {
        font-size: 26px;
    }
    /*     
    body {
        border: 1px solid yellow
    } */
}