/**{
    font-family: 'Poppins', sans-serif;
}*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 320px ) {
    .img-text{
    padding-top: 10px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 12px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 600;
    }
    .page-title h1{    
    font-size: 1.2em;
    padding-top: 65px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 100px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -40px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

}
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 450px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    padding: 0 0rem;
    margin: .2rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 1.4rem;
    position: absolute;
    left: .1rem;
    color: #fff;
    border-radius: .2rem;
    /*border: #fff 1px solid;*/

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 0rem;
        line-height: 1.0rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: .7rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 13px;
        padding-top: 10px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 420px ) {
    .img-text{
    padding-top: 10px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 15px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 600;
    }
    .page-title h1{    
    font-size: 1.2em;
    padding-top: 75px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -80px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

}
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 450px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    padding: 0 0em;
   
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 1.4rem;
    position: absolute;
    left: .1rem;
    color: #fff;
    /*border: #fff 2px solid;
    border-radius: .2rem;*/
    
    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 0rem;
        line-height: 1.0rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: .7rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 13px;
        padding-top: 10px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 492px ) {
    .img-text{
    padding-top: 10px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 15px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 600;
    }
    
    .page-title h1{    
    font-size: 1.5em;
    padding-top: 75px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -90px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

    }
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 500px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
   
    }

    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.0em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 1.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;
    
    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: .2rem;
        line-height: 1.0rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: 1.0em;
        

    }
      
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 18px;
        padding-top: 5px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 524px ) {
 
    .img-text{
    padding-top: 15px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 15px;
    text-align: center;    
    color:#ffc63e;
    font-weight: 600;
    }
    
    .page-title h1{    
    font-size: 1.5em;
    padding-top: 75px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 120px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -90px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

    }
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 550px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.0em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.0rem;
    position: absolute;
    left: .1rem;
    color: #fff;
    
    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1rem;
        line-height: 1.0rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: 1.0rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 18px;
        padding-top: 5px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 624px ) {
 
    .img-text{
    padding-top: 15px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 15px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 600;
    }
    
    .page-title h1{    
    font-size: 1.6em;
    padding-top: 75px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -90px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

    }
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 550px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.0em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.0rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1rem;
        line-height: 1.0rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: 1rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 20px;
        padding-top: 5px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 699px ) {
 

    .img-text{
    padding-top: 15px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 15px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 600;
    }
    
    .page-title h1{    
    font-size: 1.6em;
    padding-top: 75px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -90px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

    }
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 550px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.2em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.0rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: 1rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 20px;
        padding-top: 5px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 720px ) {
 
    .img-text{
    padding-top: 15px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    }
    .img-textp{
    font-size: 15px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 600;
    }
    
    .page-title h1{    
    font-size: 1.6em;
    padding-top: 80px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 120px;
    margin-top: -90px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

    }
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 550px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.0rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: 1rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 20px;
        padding-top: 5px;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 788px ) {
 
    .page-title h1{    
    font-size: 1.6em;
    padding-top: 80px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    .accordion{

    width: 100%;
    max-width: 1100px;
    margin: 0rem auto;
    }
    .accordion-item-header {
    padding: 0.5rem 3rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    color: #004e74;

    }
    .accordion-item-body{
        display: none;
        padding: 1rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) .5;
        font-size: 1.0rem;

    }
    .connect-title{
        font-weight:500;
        font-size: 20px;
        padding-top: 5px;
    }
} 
@media (min-width: 888px ) {

        .accordion{

    width: 100%;
    max-width: 1100px;
    margin: 0rem auto;
    }
    .accordion-item-header {
    padding: 0.5rem 3rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    color: #004e74;

    }
    .connect-title{
        font-weight:500;
        font-size: 20px;
        padding-top: 5px;
    }
}   
@media (min-width: 920px ) {

    .img-text{
    padding-top: 17px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    }
    .img-textp{
    font-size: 25px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 500;
    }
    .cap-text{
    font-size: 20px;
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;    
    color: #fff;
    font-weight: 500;
    }
    .page-title h1{    
    font-size: 2.0em;
    padding-top: 80px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 130px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 150px;
    margin-top: -110px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

    }
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 25px;
    margin-left: 100px;
    margin-right: 10px;
    text-align: left;    
    color: #fff;
    font-weight: 600;
    }
    .accordion{
    width: 100%;
    max-width: 700px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.0rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 25px;
        padding-top: 5px;
    }  
    .img-indent{
        margin-left: 35rem;
    }  
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}

@media (min-width: 1020px ) {
    .top-image-container {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative;
}
.top-image-container img,
.top-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: fill !important;
    object-position: center center !important;
    position: relative !important;
}
    .img-text{
    padding-top: 20px;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    }
    .img-textp{
    font-size: 25px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 500;
    }
    
    .page-title h1{    
    font-size: 2.5em;
    padding-top: 90px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 150px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 150px;
    margin-top: -130px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

}
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 23px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;    
    color: #fff;
    font-weight: 500;
    }
    .accordion{
    width: 100%;
    max-width: 800px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: .2rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .5rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.2em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1.0rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.0em;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    } 
    .connect-title{
        font-weight:500;
        font-size: 25px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 35rem;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 1120px ) {
    .top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
    .img-text{
    padding-top: 20px;
    margin-top: -20px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    }
    .img-textp{
    font-size: 30px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 500;
    }
    
    .page-title h1{    
    font-size: 2.5em;
    padding-top: 90px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 150px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 300px;
    margin-top: -200px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

}
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 23px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;    
    color: #fff;
    font-weight: 500;
    }
    .accordion{
    width: 100%;
    max-width: 1000px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: .2rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .5rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1.rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.2em;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    } 
    .connect-title{
        font-weight:500;
        font-size: 25px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 37rem;
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 1420px ) {
    .top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
    .img-text{
    padding-top: 20px;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    }
    .img-textp{
    font-size: 30px;
    text-align: center;    
    color: #ffc63e;
    font-weight: 500;
    }
    
    .page-title h1{    
    font-size: 2.5em;
    padding-top: 90px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 150px; 
    background-color:#ffc63e;
    }  
    #second-container {    
    height: 250px;
    margin-top: -130px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .main-text h3{
    text-align: center;
    font-size:10px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 0px;

}
    .main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    }
    .cap-text{
    font-size: 23px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;    
    color: #fff;
    font-weight: 500;
    }
    .accordion{
    width: 100%;
    max-width: 1100px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: .2rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .5rem 0;
    
    }
    .accordion-item-header {
    padding: 0.5rem 1rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: 1.rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.2em;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    } 
    .connect-title{
        font-weight:500;
        font-size: 25px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 40rem;
        
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
}
@media (min-width: 1600px ) {
     .top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
    .img-text{
    padding-top: 20px;
    margin-top: -240px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    /*background-color: #004e74;*/
    position: relative;
    }
    .img-textp{
    font-size: 30px;
    
    text-align: center;
    color: #ffc63e;
    
    position: relative;
    font-weight: 500;
    }
    .cap-text{
    font-size: 22px;
    margin-left: 400px;
    margin-right: 400px;
    text-align: left;    
    color: #fff;
    font-weight: 500;
    }
    .page-title h1{    
    font-size: 3em;
    padding-top: 75px;
    text-align: center;
    color: #004e74;
    position: relative;

    } 
    .page-title {
    height: 150px;
    background-color:#ffc63e;
    } 
    #second-container {    
    height: 350px;
    margin-top: -280px;
    /*background-color:#004e74;*/
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
    position: relative;
    background: rgba(0, 78, 116, .8);

    }
    .cap-text{
    font-size: 23px;
    margin-left: 400px;
    margin-right: 400px;
    text-align: left;    
    color: #fff;
    font-weight: 500;
    }
    .accordion{

    width: 100%;
    max-width: 800px;
    margin: 0rem auto;
    }
    .accordion-item{
    /*background-color: transparent;*//*#283042;*/
    border-radius: 1rem;
    margin-bottom: .1rem;
    padding-left: .2rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .5rem 0;
   
    }
    .accordion-item-header {
    padding: 0.5rem 3rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    color: #004e74;

    }
    .accordion-item-header::after{
    content:  "\002B";
    font-size: 2.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;

    }
    .accordion-item-header.active::after{
        content: "\2212";

    }
    .accordion-item-body{
        display: none;
        padding: .5rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.0rem;

    }
    .accordion-item-header.active + .accordion-item-body {
        display: block;

    }
    .connect-title{
        font-weight:500;
        font-size: 35px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 35rem;
        
    }
    .phone-style{
        margin-right: 10px;
        font-size: 15px;
    }
} 
@media (min-width: 1649px ) {
    .top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
        .accordion{

    width: 100%;
    max-width: 700px;
    margin: 0rem auto;
    }
    .accordion-item-header {
    padding: 0.5rem 3rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    color: #004e74;

    }
    .accordion-item-body{
        display: none;
        padding: .5rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.0rem;

    }
     .connect-title{
        font-weight:500;
        font-size: 35px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 45rem;
        
    }
    .phone-style{
        margin-right: 10px;
        font-size: 20px;
    }
}  
@media (min-width: 1679px ) {
    .top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
        .accordion{

    width: 100%;
    max-width: 800px;
    margin: 0rem auto;
    }
    .accordion-item-header {
    padding: 0.5rem 3rem .5rem 3rem;
    min-height: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    color: #004e74;

    }
    .accordion-item-body{
        display: none;
        padding: .5rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.0rem;

    }
     .connect-title{
        font-weight:500;
        font-size: 35px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 45rem;
        
    }
    .phone-style{
        margin-right: 10px;
        font-size: 20px;
    }
}    
@media (min-width: 1800px ) {
    .top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

    
        .accordion{

    width: 100%;
    max-width: 900px;
    margin: 0rem auto;
    }
    .accordion-item-body{
        display: none;
        padding: .5rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, #008f68, #fae042) 1;
        font-size: 1.0rem;

    }
     .connect-title{
        font-weight:500;
        font-size: 35px;
        padding-top: 5px;
    }
    .img-indent{
        margin-left: 45rem;
        
    }
    .phone-style{
        margin-right: 10px;
        font-size: 20px;
    }
}
   

#mainheader2 {
    background-color: #ffc63e;
    height: 150px;
    width: 100%;   
   
}
/*.main-header-title{
    font-weight:500;
    font-size: 50px;
    padding-top: 74px;    
    text-align: center;
    position: relative;
    color: #004e74;
}*/
.main-header-title h2{
    font-weight:500;
    font-size: 50px;
    padding-top: 74px;    
    text-align: center;
    position: relative;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #004e74;
}
.main-text h2{
    margin-left: 400px;
    margin-right: 400px;
    font-size:26px;
    color:#ffc63e;
    font-weight: 400;
    padding-top: 20px;

}
.main-text p{
    margin-left: 400px;
    margin-right: 400px;
    font-size:22px;
    color:#fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.main-section {
    background: url("../img/capabilities/Hero Image_Health Life Science-01.png"); 
    background-size: cover;
    height: 730px;
    padding-top: 562px;    
}
/*#second-container {
    
    height: 170px;
    background-color:#004e74;
    font-family: Roboto,Arial, Helvetica, sans-serif;
    position: relative;
    background: rgba(0, 78, 116, .8);

}*/
.h-10 {
  height: 60% !important;
}    
/*@media(max-width:  1400px){
    .main-header-title h2{
        font-size: 25px;
        padding-top: 90px;
        font-weight: 600;
    }
    .main-section{
        height: 24vh;
        background-size: 100% ;
        position: relative;       
    }
    .main-text h2{*/
        /*margin-left: 400px;
        margin-right: 400px;*/
   /*     font-size:13px;
        color:#ffc63e;
        font-weight: 400;
    
    }
    .main-text p{    
        font-size:11px;
        color:#fff;
        font-weight: 400;
        font-family: Arial, Helvetica, sans-serif;
    }  
    .main-header-title h2{
        font-size: 20px;
    }  
}
@media(max-width:  1400px){
    #mainheader2 {
        height: 35px;        
    }
    #second-container {    
        height: 10px;    
        background: rgba(0, 78, 116, .8);    
}
}    
*/
#mainheaderFCP {
    background-color: #004e74;
    height: 660px;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 50px;
    font-weight: 600;*/
    color: #81c341;
    /*margin-top:50px;*/
    
   
}

.main-section2 {
    /*background: url("../img/blank.jpg") ; */
    background-color: #4C9BB6; 
    
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    /*font-family: Roboto,Arial, Helvetica, sans-serif;*/
}
    
#sliderhealth {
    position: relative;
    /*z-index: 4;*/
    height: 380px;
    background-color: #4C9BB6;
    padding-top: 15px;
}   

/*.accordion{
    width: 90%;
    max-width: 1100px;
    margin: 0rem auto;
}
.accordion-item{*/
    /*background-color: transparent;*//*#283042;*/
 /*   border-radius: .5rem;
    margin-bottom: .1rem;
    padding-left: 1rem;
    box-shadow: 0rem 2px 5rem 0 rgba(0,0,0,.10);
    color: #fff;
    margin: .2rem 0;
    


}*/
/*.accordion-item-header {
    padding: .5rem 3rem .5rem 3rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    color: #004e74;

}

.accordion-item-header::after{
    content:  "\002B";
    font-size: 2.5rem;
    position: absolute;
    left: .1rem;
    color: #fff;
}
.accordion-item-header.active::after{
    content: "\2212";

}
.accordion-item-body{
    display: none;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #008f68, #fae042) 1;
    font-size: 1.3rem;

}
.accordion-item-header.active + .accordion-item-body {
    display: block;

}*/
/*.tearsheets-section{
    position: relative;
   
    background-color: #fff;
    height: 500px;
    width: 100%;
   
}*/
.tearsheets-section-pdf{
    position: relative;
    background-color: #D2D3D4;
    height: 85px;
    width: 100%;
}
.tearsheets-section-viewAll{
    position: relative;
    background-color: #D2D3D4;
    height: 100px;
    width: 100%;
    margin-top: -24px;
}
.tearsheets-section-space{
    position: relative;
    background-color: #D2D3D4;
    height: 40px;
    width: 100%;
    
}
.left-image{
    width: 100%;
    height: 160px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.right-image{
    width: 100%;
    height: 160px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.center-image{
    width: 100%;
    height: 160px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.left-col, .right-col{
    width: 33%;
    float: left;
    text-align: justify-all;

}
.center-col{
    width: 33%;
    float: left;
    text-align: justify-all;
}
.center-col2{
    width: 33%;
    float: left;
    text-align: justify-all;
}

.left-col2, .right-col2{
    width: 33%;
    float: left;
    text-align: justify-all;

}
.container div {
    padding: 1%;
    box-sizing: border-box;
}
.connect-section{
    position: relative;
    background-color: #004e74;
    height: 530px;
    width: 100%;
    margin-top: 5px;
    color: white;
    text-align: center;
}

#endheader {
    background-color: #ffc63e;
    height: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 50px;
    font-weight: 600;*/
    color: #004e74;
   
   
}

.connect-img-left{
    width: 50%;
    height: 20px;
}
.verticle-line{
    border-left: 3px solid white;
    height: 30px;
    position: absolute;
    left: 50%;
 
    top: 10px;
}

.pdf-image{
    width: 10%;
    height: 35px;
    
}
.phone-img{
    margin-left: 100px;
}
.watchdemo{
    color:#ffc63e;
    /*padding-left: 170px;*/
    padding-top: 10px;
    text-align: center;
    }
.missionimage{
    max-width: 30%;
    
}
.mission-section {
    position: relative;
    overflow: hidden;
    background-color: #025670;
    padding: 40px 7% 50px;
    color: #f4f1ed;
}


/* ================================
   HEXAGON BACKGROUND PATTERN
================================ */

.mission-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-size: 140px 160px;
}

/* ================================
   CONTENT
================================ */

.mission-content {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: auto;
}


/* ================================
   MAIN HEADING
================================ */

.mission-content h1 {
    color: #ffc857;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 55px;
    text-align: center;
    letter-spacing: 0.5px;
}


/* ================================
   3 COLUMN LAYOUT
================================ */

.mission-columns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}


.mission-card {
    width: 33.333%;
    padding: 0 45px 25px;
    text-align: center;
    position: relative;
}


/* Vertical Divider */

.mission-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 145px;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}


/* ================================
   ICON CIRCLE
================================ */

.icon-circle {
    width: 140px;
    height: 140px;

    margin: 0 auto 30px;
    border-radius: 50%;
    /*border: 1px solid #f5b942;
    border-radius: 50%;

    background-color: #35424c;*/

    display: flex;
    align-items: center;
    justify-content: center;

    /*box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.35);*/
}


.icon-circle img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}


/* ================================
   CARD HEADING
================================ */

.mission-card h2 {
    font-size: 27px;
    font-style: italic;
    font-weight: 700;

    margin: 0 0 10px;

    color: #f4f1ed;
}


/* ================================
   CARD TEXT
================================ */

.mission-card p {
    margin: 0;

    font-size: 23px;
    line-height: 1.65;

    color: #f4f1ed;
}

.yellow-line {
    width: 100%;
    height: 3px;
    background-color: #EEB53C;
}


}
/* ================================
   TABLET
================================ */

@media (max-width: 1100px) {

    .mission-section {
        padding: 40px 5%;
    }

    .mission-card {
        padding: 0 25px 25px;
    }

    .mission-content h1 {
        font-size: 28px;
    }

    .mission-card h2 {
        font-size: 23px;
    }

    .mission-card p {
        font-size: 18px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {

    .mission-columns {
        flex-direction: column;
    }

    .mission-card {
        width: 100%;
        padding: 20px 10px 45px;
    }

    .mission-card:not(:last-child)::after {
        top: auto;
        bottom: 0;
        left: 15%;
        right: auto;
        width: 70%;
        height: 1px;
    }

    .mission-content h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .mission-card h2 {
        font-size: 24px;
    }

    .mission-card p {
        font-size: 18px;
        line-height: 1.6;
    }
    .yellow-line {
    width: 100%;
    height: 10px;
    background-color: #EEB53C;
}

}


.whitepaper-hero {
    width: 100%;
    background-color: #559bb3;
    padding: 40px 0;
    overflow: hidden;
}

.whitepaper-container {
    max-width: 1450px;
    min-height: 440px;
    margin: 0 auto;
    padding: 0 40px;

    display: flex;
    align-items: center;
    gap: 90px;
}

/* LEFT IMAGE */

.whitepaper-image {
    width: 470px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whitepaper-image img {
    width: 100%;
    max-width: 430px;
    height: auto;
    display: block;

    /*box-shadow: 8px 10px 12px rgba(0, 0, 0, 0.25)*/;
}


/* RIGHT CONTENT */

.whitepaper-content {
    flex: 1;
    max-width: 850px;
}

.whitepaper-label {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.whitepaper-content h2 {
    margin: 0 0 20px 0;

    color: #07507a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.whitepaper-content p {
    margin: 0 0 38px 0;

    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.55;
}


/* BUTTON */

.whitepaper-button {
    display: inline-block;

    min-width: 260px;
    padding:8px 20px;

    background-color: #ffc43d;
    color: #004b75;

    text-align: center;
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;

    transition: all 0.2s ease;
}

.whitepaper-button:hover {
    background-color: #f5b52b;
    color: #003c5d;
    text-decoration: none;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1100px) {

    .whitepaper-container {
        gap: 45px;
        padding: 30px;
    }

    .whitepaper-image {
        width: 380px;
    }

    .whitepaper-content h1 {
        font-size: 32px;
    }

    .whitepaper-content p {
        font-size: 21px;
    }

    .whitepaper-label {
        font-size: 28px;
    }

    .whitepaper-button {
        min-width: 260px;
        font-size: 15px;
    }
 
}


/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {

    .whitepaper-hero {
        padding: 35px 20px;
    }

    .whitepaper-container {
        flex-direction: column;
        gap: 35px;
        padding: 0;
        text-align: center;
    }

    .whitepaper-image {
        width: 100%;
        max-width: 350px;
    }

    .whitepaper-image img {
        max-width: 330px;
    }

    .whitepaper-content {
        width: 100%;
    }

    .whitepaper-label {
        font-size: 27px;
    }

    .whitepaper-content h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .whitepaper-content p {
        font-size: 18px;
        line-height: 1.5;
    }

    .whitepaper-button {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        font-size: 15px;
    }
}
/* =========================================
    SECTION
========================================= */

.vast-tradewinds {
    width: 100%;
    min-height: 430px;

    background-color: #4F9BB5;

    /* Geometric background */
    /*background-image:
        linear-gradient(
            30deg,
            rgba(255,255,255,0.05) 12%,
            transparent 12.5%,
            transparent 87%,
            rgba(255,255,255,0.05) 87.5%
        ),
        linear-gradient(
            150deg,
            rgba(255,255,255,0.05) 12%,
            transparent 12.5%,
            transparent 87%,
            rgba(255,255,255,0.05) 87.5%
        );*/

    background-size: 340px 200px;
    background-position: center;

    padding: 40px 0;
    overflow: hidden;
}


/* MAIN CONTAINER */

.vast-tradewinds-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    gap: 90px;
}


/* =========================================
   LEFT VIDEO
========================================= */

.vast-tradewinds-video {
    width: 580px;
    flex-shrink: 0;
    text-align: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.watch-demo {
    display: inline-block;

    margin-top: 20px;

    color: #ffbf2f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;

    text-decoration: none;
}

.watch-demo:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.vast-tradewinds-content {
    flex: 1;
    max-width: 900px;
}

.vast-tradewinds-content h1 {
    margin: 0 0 10px 0;
    color: #fff;
    /*color: #ffbf2f;*/

    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: 0.3px;
}

.vast-tradewinds-content h2 {
   font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    color: #ffffff;
}

.vast-tradewinds-content p {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .vast-tradewinds-container {
        gap: 45px;
        padding: 0 30px;
    }

    .vast-tradewinds-video {
        width: 430px;
    }

    .vast-tradewinds-content h1 {
        font-size: 32px;
    }

    .vast-tradewinds-content h2 {
        font-size: 21px;
    }

    .vast-tradewinds-content p {
        font-size: 19px;
        line-height: 1.6;
    }
 
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .vast-tradewinds {
        padding: 35px 20px;
    }

    .vast-tradewinds-container {
        flex-direction: column;
        gap: 35px;
        padding: 0;
    }

    .vast-tradewinds-video {
        width: 100%;
        max-width: 600px;
    }

    .vast-tradewinds-content {
        width: 100%;
        text-align: left;
    }

    .vast-tradewinds-content h1 {
        font-size: 28px;
    }

    .vast-tradewinds-content h2 {
        font-size: 20px;
        line-height: 1.45;
    }

    .vast-tradewinds-content p {
        font-size: 18px;
        line-height: 1.6;
    }
}
/* ========================================
   SCHEDULE DEMO SECTION
======================================== */

.schedule-demo-section {
    width: 100%;
    min-height: 200px;
    background-color: #164f6b;
    padding: 32px 20px 45px;
    box-sizing: border-box;
}

.demo-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}


/* ========================================
   HEADING
======================================== */

.demo-heading {
    margin: 0;

    color: #f4f4f4;

    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.demo-heading span {
    color: #ffc247;
    margin-left: 8px;
}


/* ========================================
   DESCRIPTION
======================================== */

.demo-description {
    max-width: 1450px;
    margin: 22px auto 35px;

    color: #f2f2f2;

    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.7;
}


/* ========================================
   CONTACT CARDS
======================================== */

.contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 78px;
}

.contact-card {
    width: 200px;
    text-align: center;
}


/* ========================================
   PROFILE IMAGE
======================================== */

.contact-image {
    width: 200px;
    height: 200px;

    object-fit: cover;
    display: block;

    margin: 0 auto 12px;
}


/* ========================================
   NAME
======================================== */

.contact-card h3 {
    margin: 0 0 4px;

    color: #ffc247;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}


/* ========================================
   JOB TITLE
======================================== */

.job-title {
    margin: 0 0 8px;

    color: #ffffff;

    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}


/* ========================================
   CONNECT BUTTON
======================================== */

.connect-button {
    display: inline-block;

    padding: 4px 13px 3px;

    background-color: #eeeeee;
    color: #527487;

    border-radius: 2px;

    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    line-height: 1.2;

    transition: 0.2s ease;
}

.connect-button:hover {
    background-color: #ffc247;
    color: #164f6b;
    text-decoration: none;
}


/* ========================================
   TABLET
======================================== */

@media screen and (max-width: 768px) {

    .schedule-demo-section {
        padding: 35px 20px;
    }

    .demo-heading {
        font-size: 28px;
    }

    .demo-heading span {
        display: block;
        margin: 5px 0 0;
    }

    .demo-description {
        font-size: 20px;
        line-height: 1.5;
    }

    .demo-description br {
        display: none;
    }

    .contact-wrapper {
        gap: 40px;
    }
 
}


/* ========================================
   MOBILE
======================================== */

@media screen and (max-width: 500px) {

    .demo-heading {
        font-size: 24px;
    }

    .demo-description {
        font-size: 18px;
    }

    .contact-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .contact-card {
        width: 200px;
    }

    .contact-image {
        width: 180px;
        height: 180px;
    }
}

}


/* =========================================
   FIX HERO IMAGE BEING COVERED BY FIXED HEADER
========================================= */

main {
    padding-top: 70px;
}

.top-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    background-color: #005577
}

.top-image {
    display: block;
    width: 100%;
    height: auto;
}
@media (min-width: 1800px) {

    main {
        padding-top: 5px;
    }

}
@media (max-width: 1600px) {

    main {
        padding-top: 30px;
    }

}
@media (max-width: 1200px) {

    main {
        padding-top: 60px;
    }

}
@media (max-width: 991px) {

    main {
        padding-top: 60px;
    }

}
@media (max-width: 767px) {

    main {
        padding-top: 60px;
    }

}

.resources-section {
    background-color: #4F9BB5;
    padding: 40px 6%;
    width: 100%;
    box-sizing: border-box;
}

.resources-container {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

/* =========================
   LEFT SIDE
========================= */

.resources-left {
    width: 36%;
    min-width: 350px;
    text-align: center;
}

.resource-images {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 400px;
    margin: 0 auto 30px;
}

.resource-img {
    position: absolute;
    width: 58%;
    height: auto;
    box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.35);
}

.resource-img-back {
    left: 7%;
    top: 0;
    z-index: 1;
}

.resource-img-front {
    right: 0;
    top: 62px;
    z-index: 2;
}

.request-btn {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 12px 20px;
    box-sizing: border-box;

    background-color: #FFC43D;
    color: #00567A;

    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;

    transition: background-color 0.2s ease;
}

.request-btn:hover {
    background-color: #FFD45F;
}


/* =========================
   RIGHT SIDE
========================= */

.resources-right {
    flex: 1;
    color: #ffffff;
}

.resources-label {
    margin: 0 0 12px;

    font-family: Arial, sans-serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
}

.resources-title {
    margin: 0 0 18px;

    color: #00567A;

    font-family: Arial, sans-serif;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 1px;
}

.resources-description {
    margin: 0 0 18px;

    font-family: Arial, sans-serif;
    font-size: 27px;
    line-height: 1.55;
    font-weight: 400;
}

.available-title {
    margin: 0 0 5px;

    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.resources-list {
    margin: 0;
    padding-left: 30px;

    font-family: Arial, sans-serif;
    font-size: 25px;
    line-height: 1.6;
}

.resources-list li {
    padding-left: 3px;
}

.resources-list li::marker {
    color: #FFC43D;
}

.resources-list a {
    color: #ffffff;
    text-decoration: none;
}

.resources-list a:hover {
    text-decoration: underline;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .resources-container {
        gap: 40px;
    }

    .resources-left {
        min-width: 300px;
    }

    .resources-label {
        font-size: 28px;
    }

    .resources-title {
        font-size: 30px;
    }

    .resources-description {
        font-size: 22px;
    }

    .available-title {
        font-size: 24px;
    }

    .resources-list {
        font-size: 21px;
    }

    .request-btn {
        font-size: 21px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .resources-section {
        padding: 35px 20px;
    }

    .resources-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .resources-left {
        width: 100%;
        min-width: 0;
    }

    .resource-images {
        height: 330px;
        max-width: 380px;
    }

    .request-btn {
        max-width: 100%;
        font-size: 20px;
    }

    .resources-right {
        width: 100%;
    }

    .resources-label {
        font-size: 26px;
        text-align: center;
    }

    .resources-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .desktop-break {
        display: none;
    }

    .resources-description {
        font-size: 20px;
        line-height: 1.5;
    }

    .available-title {
        font-size: 23px;
    }

    .resources-list {
        font-size: 19px;
        line-height: 1.5;
    }
}


/* =========================
   SMALL PHONE
========================= */

@media (max-width: 480px) {

    .resources-section {
        padding: 25px 15px;
    }

    .resource-images {
        height: 280px;
    }

    .resources-label {
        font-size: 22px;
    }

    .resources-title {
        font-size: 24px;
    }

    .resources-description {
        font-size: 18px;
    }

    .resources-list {
        font-size: 17px;
    }

    .request-btn {
        font-size: 18px;
    }
}

.deployment-section {
    width: 100%;
    background-color: #4B5F6C;
    padding: 55px 8%;
    box-sizing: border-box;
}

.deployment-container {
    max-width: 1500px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    gap: 60px;
}


/* =========================
   LEFT SIDE
========================= */

.deployment-left {
    width: 52%;
}

.deployment-description {
    margin: 0;

    color: #FFFFFF;

    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 27px;
    line-height: 1.55;
    font-weight: 400;
}

.powered-title {
    margin: 42px 0 25px;

    color: #FFFFFF;

    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    font-style: italic;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 45px;
}

.supermicro-logo {
    width: 155px;
    height: auto;
}

.cisco-logo {
    width: 145px;
    height: auto;
}


/* =========================
   RIGHT SIDE IMAGE
========================= */

.deployment-right {
    width: 48%;
}

.scale-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .deployment-section {
        padding: 45px 5%;
    }

    .deployment-container {
        gap: 35px;
    }

    .deployment-description {
        font-size: 22px;
    }

    .powered-title {
        font-size: 24px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .deployment-section {
        padding: 40px 20px;
    }

    .deployment-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .deployment-left,
    .deployment-right {
        width: 100%;
    }

    .deployment-description {
        font-size: 20px;
        line-height: 1.5;
    }

    .powered-title {
        margin-top: 30px;
        font-size: 23px;
    }

    .scale-image {
        width: 100%;
        height: auto;
    }

    .partner-logos {
        gap: 30px;
    }
}


/* =========================
   SMALL PHONE
========================= */

@media (max-width: 480px) {

    .deployment-section {
        padding: 30px 15px;
    }

    .deployment-description {
        font-size: 18px;
    }

    .powered-title {
        font-size: 21px;
    }

    .supermicro-logo {
        width: 130px;
    }

    .cisco-logo {
        width: 120px;
    }
}
