/* ==========================================================================
   AMMF custom syles
   ========================================================================== */
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

@font-face {
    font-family: 'Trend Slab One';
    src: url('../fonts/TrendSlabOne.eot');
    src: url('../fonts/TrendSlabOne.eot?#iefix') format('embedded-opentype'), url('../fonts/TrendSlabOne.woff2') format('woff2'), url('../fonts/TrendSlabOne.woff') format('woff'), url('../fonts/TrendSlabOne.ttf') format('truetype'), url('../fonts/TrendSlabOne.svg#TrendSlabOne') format('svg');
    font-weight: 200;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: #22438e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Trend Slab One';
    text-transform: none;
    text-align: center;
}

img {
    width: 100%;
    max-width: 100%;

    /* min-height: 100% */
}

.am-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 70px 34px #172952;
}

.am-white-bar-drop-shadow {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 2;
}

.am-pro-life,
.am-pro-family,
.am-investing,
.am-impact,
.am-clouds-learn-more {
    position: relative;
}

.am-headline-right-section {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 50px 80px 50px 50px;
}

.am-headline-left-section {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 50px 50px 50px 80px;
}

.am-headline-right-section h2,
.am-headline-left-section h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.am-three-ribbon-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.am-smart-investing-green-bar {
    padding-top: 2%;
    padding-bottom: 2%;
}

.am-button {
    max-width: 58%;
}

.am-smart-investing-small {
    max-width: 484px;
}

.am-logo {
    width: 77vw;
}

.am-blue {
    color: #22438e;
}

.am-white {
    color: #ffffff;
}

.am-green-background {
    background-color: #8cc53f;
}

.am-sicv {
    max-width: -1px;
    text-align: center;
}

/* .am-learn-more-area {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 50px;
    text-align: center;
} */
.am-body-copy {
    font-size: 1.7vw;
}

.am-headline-copy {
    font-size: 2.5;
    letter-spacing: -2px;
    line-height: 27px;
}

.am-legal {
    font-size: 1.7vw;
    background: #E4E5E6;
    color: #6D6E70;
    padding: 40px;
    text-align: justify;
}

.am-bold-italic {
    font-weight: bold;
    font-style: italic;
}

.am-impact-type-section {
    width: 40%;
}

/* .am-body-copy,
.am-legal {
    font-size: 22px;
} */
.am-logo {
    width: 727px;
}

.am-lp-full-image {
    padding-left: 0;
    padding-right: 0;
}

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

.am-lp-contact {
    font-size: 2vw;
    color: #22438e;
    padding: 6vw;

    /* padding: 40px; */
    text-align: center;
}

.btn-am-lp-round {
    /* background: #33a6cc; */
    background-color: pink;
    border: 0;
    border-radius: 24px;
    color: pink;
}

button:focus {
    outline: 0;
}

.am-lp-button {
    background-color: rgb(228, 228, 228);
    border-radius: 7px;

    /* box-sizing: border-box; */
    color: rgb(11, 61, 146);
    cursor: pointer;

    /* display: block; */
    font-family: TrendSlabOne;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 20px;
    padding: 14px 10px 10px;
    text-align: center;
    text-decoration: none;

    /* text-decoration-color: rgb(11, 61, 146); */
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
    width: 50%;
}

.am-lp-button:hover {
    background-color: #59ab02;
    color: #fff;
}

.am-lp-legal {
    /* box-sizing: border-box; */
    color: rgb(127, 127, 127);
    font-family: Lato, sans-serif;
    font-size: 2vw;

    /* font-size: 14px; */
    line-height: 3vw;

    /* margin-bottom: 20px; */
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 8vw;

    /* padding: 50px; */
    background-color: #e2e2e2;
    text-align: justify;
}

@media (max-width:767px) {
    .am-lp-legal,
    .am-lp-contact {
        font-size: 3vw;
    }

    .am-lp-button {
        font-size: 15px;
        line-height: 12px;
        margin: 15px;
        padding: 14px 10px 10px;
        width: 50%;
    }
}

.am-ira-table {
    font-size: 1.7vw;

    /* background: #E4E5E6; */
    color: #22438e;
    padding: 2vw;

    /* text-align: justify; */
}

.IRA-headline {
    /* font-family: 'Trend Slab One' */
    /* text-transform: none */
    text-align: center;
    font-size: 5vw;
    line-height: 5.5vw;

    /* font-family: Lato */
    color: #22438e;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 6vw;
}

.am-master-padding {
    padding: 2vw 4vw 4vw;
}

.am-legal-ira {
    font-size: 1.7vw;
    background: #E4E5E6;
    color: #6D6E70;

    /* padding: 40px; */
    text-align: justify;
}

.am-img-headline-ira {
    position: absolute;
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
    top: 5vw;
    width: 100%;
    color: #ffffff;
}

.am-FEST-btn-style {
    width: 21vw;
    margin-top: 5px;

    /* margin-bottom: 17px */
    min-width: 169px;
    max-width: 240px;
}

.am-FEST-white {
    /* text-decoration: none */
    /* text-decoration-color: #ffffff */
    color: #ffffff;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/* iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
} */
.theFEST-arrows {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    position: absolute;
    right: 50%;
    top: 50%;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    text-size-adjust: 100%;
    width: 30px;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ==========================================================================
@media
========================================================================== */
/* ==========================================================================
@media
========================================================================== */
/* ==========================================================================
@media
========================================================================== */
/* ==========================================================================
@media
========================================================================== */
/* ==========================================================================
@media
========================================================================== */
/* ==========================================================================
@media
========================================================================== */
@media screen and (max-width: 767px) {
    .am-headline-copy {
        font-size: 30px;
        text-align: center;
        color: #22438e;
    }

    .am-body-copy {
        font-size: 16px;
        color: #22438e;
    }

    .am-learn-more-area {
        width: 100%;
        left: 0;
    }

    .am-padding-mobile {
        padding: 40px;
    }

    .am-headline-right-section,
    .am-headline-left-section {
        position: static;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        width: 100%;
    }

    .am-impact-type-section {
        width: 100%;
    }

    .am-three-ribbon-area {
        padding-top: 40px;
        padding-bottom: 30px;
        display: none;
    }

    .am-single-ribbon {
        margin-bottom: 40px;
        text-align: center;
    }

    .am-ribbons {
        max-width: 48vw;
    }

    .am-smart-investing-green-bar {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .am-learn-more-button {
        width: 63vw;
    }

    .am-legal {
        font-size: 16px;
    }
}

/* ==========================================================================
   end @media max 767
   ========================================================================== */
@media (min-width:767px) {
    .am-logo {
        width: 55vw;
    }
}

@media screen and (min-width: 1300px) {
    .am-max-headline-size {
        font-size: 85px;
        line-height: 85px;

        /* background-color: pink; */
    }

    .IRA-headline {
        font-size: 72px;
        line-height: 72px;

        /* background-color: pink; */
        top: 3vw;
    }

    .am-logo {
        width: 550px;
    }

    .am-body-copy {
        font-size: 22px;
    }

    .am-legal {
        font-size: 22px;
    }
}

/* ==========================================================================
   end @media max min 1300
   ========================================================================== */
/* IRA kit request css */
.am-IRA-kit {
    margin-top: 35px;
}

.am-IRA-pad {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
}

.am-hg-logo {
    width: 30vw;
    max-width: 300px;
    min-width: 136px;
    padding-top: 1vw;
}

.am-zero-pad-mar {
    margin: 0;
    padding: 0;
}

.am-fest2020-video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);

    /* padding: 50px */
    text-align: center;
}

.am-learn-more-area {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 50px;
    text-align: center;
}

.amm-mobile-video-bkgd {
    height: 402px;
}

.ammf-fest-sponsor-type {
    letter-spacing: 11px;
    line-height: 20px;
}

.ammf-fest-boxshadow {
    background-color: #8eca42;
    padding: 12px 7px 7px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.75);
}

.am-fest-carosel {
    margin-top: -11px;
    font-size: 1.5vw;
    color: #ffffff;
    margin-bottom: 15px;
}
