﻿
.h2_header {
    font-size: 35px;
    margin-bottom: 0px;
}

.h1_bold{
    font-weight:500;
}


.ul {
    font-size: large
}

.ul_none {
    list-style: none
}

.li_header {
    font-size: 25px;
    font-weight: bold;
}

.highlight {
    color: orange;
}

.img {
    padding: 10px;
}

.hr_small {
    border: 5px solid #9ACD57;
    margin: 0px;
}

.hr_small_round {
    border: 5px solid #9ACD57;
    border-radius: 5px;
    margin: 0px;
}

.hr_big {
    border: 10px solid #9ACD57;
    margin: 0px;
}

.hr_tiny {
    margin-left: 20%;
    margin-right: 20%
}

.div_outer {
    display: grid;
    grid-template-columns: 1fr 3fr;
    background-color: white;
}

.div_left {
    text-align: center;
    background-color: lightgoldenrodyellow;
    width: 500px
}

.div_right {
    background-color: white;
    padding-left: 15px;
}

.padding {
    padding: 5px;
}


/*form componets*/
.gridcomponents {
    width: 400%;
    height: 30px;
}


.UserMessage_Red {
    font-size: 15px;
    font: italic;
    color: red;
    font-weight: bold;
}

.label-warning {
    font-size: 15px;
    font: italic;
    color: red;
    font-weight: bold;
}

.labelinstructions {
    font-size: 15px;
    font: italic;
    color: #85C439;
    font-weight: bold;
    padding-bottom:20px;
}
/*Spacing*/
.DivTopPadding {
    padding-top: 20px;
}

.table-spacing {
    border-spacing: 0px 15px;
    border-collapse: separate;
}

.UserMessage_Red {
    font-size: 15px;
    font: italic;
    color: red;
    font-weight: bold;
}

.label-warning {
    font-size: 15px;
    font: italic;
    color: red;
    font-weight: bold;
}

.NewReportCard {
    background-color: #a3e0fa;
    font-size: 14px;
    width: 470px;
    height: 272px;
    border-radius: 0px;
}

@media only screen and (max-width: 1400px) {

    h2 {
        font-size: 1.8rem;
    }

    .title h1 {
        font-size: 4rem;
    }

    .contact-information li a {
        font-size: 1.2rem;
    }

    .grid-wrapper, .grid-wrapper-reverse, .about-container {
        padding: 5rem;
        grid-gap: 5rem;
    }


    .section-financial-instruments {
        padding: 2rem 5rem;
    }

    .fi-type-container {
        padding: 0;
        line-height: 15px;
    }

        .fi-type-container ul li {
            margin-top: 5px;
        }

    .sfi-list-container {
        grid-gap: 2rem;
    }

    .section-account {
        min-width: 50vw;
    }
}

/*Big tablets stop 1200px (width smaller than the 1140px row) */
@media only screen and (max-width:1200px) {
    .DivTopPadding {
        margin-left: 20%;
        margin-right: 20%;
    }

    td {
        display: table-cell; /* or remove this rule entirely */
    }

   

    h2 {
        font-size: 1.4rem;
    }

  /*  p, li {
        font-size: 1.2rem;
    }*/

    .strip-text p {
        width: 90%;
    }

    .cover {
        height: unset;
        min-height: 30vh;
    }

    .title h1 {
        font-size: 2.8rem;
    }


    .container-list {
        margin: 0;
    }

    .grid-wrapper, .grid-wrapper-reverse, .about-container {
        padding: 3rem;
        grid-gap: 2rem;
    }

    .section-account-title {
        font-size: 2.4rem;
    }


    /*---- Hiding video for mobile layout ---*/
    .about-video {
        display: none;
    }

    .about-container {
        grid-template-columns: 1fr;
    }
}
