/**
 * @file
 * Subtheme specific CSS.
 */
body{

    color: #535353;
}


/*

headings



    font-size: 24px;
    text-align: center;
    line-height: 125%;
    color: #202020;
    font-weight: 600;

*/



/*.header{
    
    position: fixed;
    position: relative;
    padding-bottom: 20px;
    background-color: white;

    


    #navbar-main{
        
        background-color: white;
        max-width: 1320px;
        margin: 0 auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        
    }

    



    #navbar-top{
        background-color: white;
        max-width: 1320px;
        margin: 0 auto;
    }
}

.header::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px; /* Height of the colored sections 
  background: linear-gradient(to right, black 0%, black 50%, yellow 50%, yellow 80%, red 80%, red 100%);
  background-size: 100% 5px; /* Width is 100%, and height is the line height 
  background-repeat: no-repeat;
  background-position: bottom;
}*/
.header{

    background-color: #f4e048;

    /*#navbar-main{

        position: relative;
        padding-bottom: 20px;
    }*/

    #navbar-main::before{
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 5px; /* Height of the colored sections */
        background: linear-gradient(to right, black 0%, black 50%, yellow 50%, yellow 80%, red 80%, red 100%);
        background-size: 100% 5px; /* Width is 100%, and height is the line height */
        background-repeat: no-repeat;
        background-position: bottom;
    }

    #navbar-main a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav a{

        line-height: 24px;
        font-size: 18px;
        font-weight: 500;
        

    }

    
    .navbar-nav a:hover{
        color: #f4e048;
    }

    .navbar-brand{
        margin: 0px;
        font-weight: 600px;
        font-size: 26px;
    }

    .dropdown-menu.show{
        border: 0px;
        margin-top: 40px;
    }

    .dropdown-menu.show a{
        justify-content: left !important;
        text-decoration: none;
        color: #202020;
    }

    .dropdown-item.active{
        background-color: transparent;
    }

    .dropdown-item a.active {
        color: #202020 !important;
    }

    #navbar-top{

        color: #d32f30;
        font-weight: 500;
        font-size: 16px;
        text-align: center;

    }
    
    #block-stateinvesttheme-email a{
        
        text-decoration: none;
        color: #d32f30;
        
    }
    
    #block-stateinvesttheme-email p{
        margin: 0px;
    }
    
    
}

#block-stateinvesttheme-eipplogo{
    margin-left: 30px;
    border: 3px red solid;
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
        
    .content{
        margin: 5px;
    }
}


#main{

    padding: 0px;

    .block .content{
        max-width: 1320px;
        margin: auto;
    }

}



.featured-top{

    width: 100%;

    .featured-top__inner{
      padding: 0px;
        width: 100%;
        max-width: 100%;


        
        
        
        #block-stateinvesttheme-views-block-main-block-1{


            .views_slideshow_cycle_teaser_section{
                width: 100% !important;
                height: 800px !important;
                
                .views_slideshow_cycle_slide{
                    width: 100% !important;
                    height: 800px !important;
                }
            }
            
            padding: 0px;


            .views-row{

                position: relative;
                display: inline-block;
                width: 100%;

                .views-field-field-ss-event-description{

                    position: absolute;
                    top: 60%;
                    text-align: center;
                    color: white;
                    font-size: 1.875em;

                    .field-content{
    
                        max-width: 100%;
                        
                        .inline__links{

                            display: inline-block;
                            padding: 10px 20px;
                            text-align: center;
                            text-decoration: none;
                            font-size: 16px;
                            font-weight: bold;
                            color: #fff;
                            background-color: #d32f30;
                            border: 1px solid #d32f30;
                            border-radius: 5px;
                            cursor: pointer;
                            transition: background-color 0.3s ease;
                        }

                        .inline__links:hover {
                            
                            border-color: #f4e048;
                        }

                        .inline__links a{
                            color: white;
                            text-decoration: none;
                        }
                        
                    }
                
                    
    
                }

                .field-content img{
                    filter: brightness(0.7);
                    max-width: 100%;
                    width: 100%;
                    height: 800px;
                    object-fit: cover;
                }

                .views-field-title{
                    position: absolute;
                    bottom: 10%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    background-color: rgba(0, 0, 0, 0.7);
                    color: #fff;
                    padding: 10px;
                    z-index: 1;

                    .field-content a{
                        text-decoration: none;
                        color: #fff;
                        font-size: 3rem;
                    }
                }

            }

        }
    } 

}


#block-stateinvesttheme-views-block-mission-and-vission-block-1{

    background: #f4e048;
    background: linear-gradient(to bottom, #f4e048, #ffffff);
    text-align: center;

    .views-view-responsive-grid__item{
        /*background-color: #f4e048; /* #ededed;*/
        padding: 30px;
        border-radius: 6px;
    }

    .field__item h3{
        color: #202020;/*#dd3838;*/
        font-weight: 700;
        font-size: 30px;
    }

    .field__item p{

        color: #202020;
        font-size: 20px;

    }

}

#block-stateinvesttheme-shipuintro{

    width: auto;
    height: 400px;
    margin: 30px 0px 30px 0px;

    .content{
        height: 100%;

        .layout--twocol{
            height: 100%;
        }
    }

    .field--name-field-image-for-the-block{
        height: 100%;
        margin: 0px 30px 0px 30px;
    }

    .field__item img{
        border-radius: 12px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0px;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
    }

    .inline__links{
        display: inline-block;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #d32f30;
        border: 1px solid #d32f30;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;


        p{
            margin: 0;

            span{

                color: white;
            }
        }
    }

    .inline__links:hover {
        /*background-color: #f4e048;*/
        border-color: #f4e048;
    }

    .inline__links a{
        color: white;
        text-decoration: none;
    }

    .inline__links p{
        margin: 0;
    }

    .inline__links span{

        color: white;
    }

    .layout__region{
        position: relative;
        height: 100%;
    }

    .block-content{
        height: 100%;
        display: flex;
        align-items: center;

        .group-left{
            position: relative;
            height: 100%;
        }
    }

    .modal-media-5-0-field-image div{
        position: relative;        

    }

    .myButton{
        display: inline-block;
        position: absolute;
        margin: auto;
        border-radius: 50%;
        display: grid;
        place-items: center;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

 /*   .field--name-field-icon-or-empty .field--name-field-image{
        display: inline-block;
        position: absolute;
        margin: auto;
        border-radius: 50%;
        display: grid;
        place-items: center;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        

        
    }
*/
    .myButton:before, .myButton:after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.1;           
    }
    .myButton:before{
        animation: pulse 2s ease-out infinite;
    }
    .myButton:after{
        animation: pulse 2s 1s ease-out infinite;
    }  


    
}

@keyframes pulse {
    
    100% {
      transform: scale(2.5);
    }
}

#block-stateinvesttheme-views-block-call-to-action-block-1{

    background: linear-gradient(to top,#f4e048,#ffffff);
    text-align: center;
    padding: 50px 0px 30px 0px;
    margin-bottom: 30px;

    .field button{
        background-color: #d32f30;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
}
    }


#block-stateinvesttheme-views-block-objectives-block-1{

    text-align: center;
    color: #202020;
    margin-bottom: 20px;

    .view-objectives{
        text-align: center;
        border-bottom: 2px solid grey;
    }


    .views-view-responsive-grid__item{
        text-align: center;
        padding: 40px;
       /* background-color: #ededed; */
    }
}

#block-stateinvesttheme-views-block-objectives-block-1 h2{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 32px;
    color: #202020;
}

#block-stateinvesttheme-views-block-objectives-block-1 p{
    font-size: 24px;
    line-height: 125%;
    color: #535353;
    font-weight: 600;
}

#block-stateinvesttheme-views-block-latest-news-block-1{

    margin-bottom: 40px;
    
    .views-view-responsive-grid__item{

        padding: 20px;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px 10px 10px 10px;
    }

    .views-view-responsive-grid__item:hover{

        border-bottom: 5px solid #f4e048;

    }

    .field-content img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .field-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        color: transparent;
        z-index: 1;
        transition: left 0.3s ease;
    }

    .field-content:hover {
        transform: scale(1.1);
    }

    .views-field-field-news-time{
        padding: 0 10px 0 10px;
        font-style: italic;
        color: #535353;
    }

    .views-field.views-field-title{

        padding: 0 10px 0 10px;
        
        .field-content a{
            font-size: 1.5rem;
            font-style: italic;
            font-weight: 900;
            text-decoration: none;
            color: black;
        }

        .field-content a:hover{
            color: red;
        }
    }

    .views-field.views-field-body{
        padding: 0 10px 10px 10px;
    }

    .inline__links{

        display: inline-block;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #d32f30;
        border: 1px solid #d32f30;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .inline__links:hover {
        /*background-color: #f4e048;*/
        border-color: #f4e048;
    }

    .inline__links a{
        color: white;
        text-decoration: none;
    }

}

#block-stateinvesttheme-views-block-latest-news-block-1 h2{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 32px;
    color: #202020;
}

#block-stateinvesttheme-ourpartners {

    padding: 20px 0px 20px 0px;
    background-color: #ededed;
    text-align: center;

    .grid.slide__grid.grid--0.list-group-item{
        padding: 10px;
    }

    .grid__content img{

        width: 150px;
        height: 150px;
        object-fit: scale-down;
        margin: auto;
    }


}

#block-stateinvesttheme-views-block-our-partners-block-1 h2{

    text-align: center;
   /* font-size: 56px; */
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 32px;
    color: #202020;

}

.site-footer{

    .container-fluid{
       
    }

    .site-footer__top.clearfix{
        width: 1320px;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .row.region{
        margin: 0px 20px 0px 20px;
    }

    .block{
        border: none;
    }

    .field__item a{
        text-decoration: none;
    }

    #block-stateinvesttheme-footerimage{
        .field__item img{
            width: 100%;
            height: auto;
        }
    }

    #block-stateinvesttheme-aboutusfooter{
        margin: 0px;
    }


}


/*

@media (min-width: 1200px) {
    #navbar-main{
        
        max-width: 1140px;
        margin: 0 auto;
    }

}

@media (min-width: 992px) {
    #navbar-main{
        
        max-width: 960px;
        margin: 0 auto;
    }

}


*/




/*News css*/

#block-stateinvesttheme-content{

    .field--name-field-news-headline{
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
    }

    .field--name-field-news-time{
        font-size: 15px;
        color: #9a9a9a;
        margin-bottom: 15px;
        text-transform: uppercase;
        padding: 10px 0;
        position: relative;
        transition: opacity .15s ease-in;   
    }

    .field--name-field-news-image img{
        width: 100%;
        height: auto;
    }

    .field--name-body{
        font-size: 20px;
        line-height: 1.7;
        color: #535353;
    }

}

/*Background Page*/

#block-stateinvesttheme-background{

    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }

}

/*About us images block*/
#block-stateinvesttheme-missionvisionandvaluesblock{
    margin: 30px 0px 30px 0px;
    height: 600px;
    
    .content{
        height: 100%;
        
        .block-content{
            height: 100%;
            
            .group-left{
                height: 100%;
            }
            .group-middle{height: 100%;}
            .group-right{height: 100%;}
            
            
            .field{
                height: 100%;
                margin: 0px;
                
                div{
                    height: 100%;
                }
                
                .field__item{
                    height: 100%;
                }
                
            }
            
            .field.field--name-field-media-image.field--type-image.field--label-visually_hidden img{
                    border: none;
                    height: 100%;
            }
            
            .field--type-entity-reference div{
                height: 100%;
            }
        }
    }
    
}


#block-stateinvesttheme-background img{
    margin: 0px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
}

.field--name-field-basic-page-image img{

    width: 100%;
    height: auto;
}

/*mission,vision, objectives*/
#block-stateinvesttheme-missionvaluesandobjectives{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-missionvaluesandobjectives img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
    margin: 0px;
}

#modal-media-19-0-field-image img{
        width: auto;
        height: 60px;
    }

#block-stateinvesttheme-messagefromheadoftheunit{
    
    height: 300px;
    margin: 30px 0px 30px 0px;


    .field--name-field-left-image{
        
        text-align: center;

    }

    .inline__links{
        display: inline-block;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #d32f30;
        border: 1px solid #d32f30;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;


        p{
            margin: 0;

            span{

                color: white;
            }
        }
    }

    .inline__links:hover {
        /*background-color: #f4e048;*/
        border-color: #f4e048;
    }

    .inline__links a{
        color: white;
        text-decoration: none;
    }

    .inline__links p{
        margin: 0;
    }

    .inline__links span{

        color: white;
    }
    
    .layout__region--first{
        position: relative;
    }
    
    .field--name-field-video-area{
        position: absolute;
        top: 50%;
        left: 50%;
    }
    
    .myButton img{
        width: auto;
        height: 60px;
        position: absolute;
        margin: auto;
        border-radius: 50%;
        display: grid;
        place-items: center;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

#block-stateinvesttheme-messagefromheadoftheunit img{
    text-align: center;
    border-radius: 10px;
    width: auto;
    height: 300px;
    object-fit: cover;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
    margin: 0px;
}

#block-stateinvesttheme-views-block-values-view-block-1{
    margin: 50px 0 50px 0;
    text-align: center;

    .views-col{

        padding: 10px;

        .field--name-body.field--type-text-with-summary{
            padding: 20px;
            /*box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
            text-align: center;
            /*border-radius: 15px;*/
        }

    }

    .row-1 .col-1{

        background: #343a40;
        color: white;
    }

    .row-1 .col-2{

        background-color: #f4e048;
        color: white;
    }

    .row-2 .col-1{
        background-color: #d32f30;
        color: white;
    }

    .row-2 .col-2{
        background-color: #343a40;
        color: white;
    }

    
}

#block-stateinvesttheme-views-block-values-view-block-1 h2{
    margin: 40px;
}

#block-stateinvesttheme-views-block-objectives-block-1-2{
    margin: 40px 0px 40px 0px;
    text-align: center;

    .h2{

        margin: 40px;
    }

    .views-view-responsive-grid__item{
        float: left;
        box-sizing: border-box;
        padding: 10px;
        border-right: 1px solid;
    }

    .views-view-responsive-grid__item:last-child{
        border-right: none;
    }
}

#block-stateinvesttheme-views-block-objectives-block-1-2 h2{
    margin: 40px;
}




/*Gallery*/

#block-stateinvesttheme-gallery{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-gallery img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
    margin: 0px;
}

.view-media-galleries{

    text-align: center;

    .views-row{
        padding: 20px;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px 10px 10px 10px;
    }

    .field-content img{
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .views-field.views-field-title{
        .field-content{
            font-size: 18px;
            line-height: 40px;
            font-weight: 600;
            font-style: normal;
        }

    }
}

.clearfix.text-formatted.field.field--name-description.field--type-text-long.field--label-hidden.field__item p strong{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;

}

.clearfix.text-formatted.field.field--name-description.field--type-text-long.field--label-hidden.field__item p{
    
    font-size: 13px;
}

.field.field--name-field-media-image.field--type-image.field--label-visually_hidden img{
    width: 100%;
    object-fit: contain;
    border: 10px solid gray;
    margin: 0;
}

.block-stateinvesttheme-galleryimageblock{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}
#block-stateinvesttheme-galleryimageblock img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
}

/*Inquiry Complaint*/

#block-stateinvesttheme-inquirycomplaint{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-inquirycomplaint img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
    margin: 0px;
}



/*SS events*/

.field--name-field-ss-event-image img{
    width: 100%;
    height: auto;
}

#block-stateinvesttheme-views-block-more-events-block-1{

    text-align: center;


    .views-view-responsive-grid__item{
        padding: 20px;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px 10px 10px 10px;
    }

    .field-content img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 10px;
    }

    .field-content {
        width: 100%;

        .inline__links{

            display: inline-block;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            background-color: #d32f30;
            border: 1px solid #d32f30;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .inline__links:hover {
            
            border-color: #f4e048;
        }

        .inline__links a{
            color: white;
            text-decoration: none;
        }
    }

}


/*board of Directors profile*/
.node--type-board-of-directors{

    .group-left{
        text-align: center;
        display: flex;
        flex-direction: column;


        .field__item img{
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }

        .field--name-field-board-name p{
            font-size: 23px;
            line-height: 28px;
            font-weight: 300;
            letter-spacing: 0px;
            color: #f4e048;
        }
    }

}


#block-stateinvesttheme-boardofdirectors{

    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-boardofdirectors img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
}


/*board of directors*/
#block-stateinvesttheme-boardofdirectors-2{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-boardofdirectors-2 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
    margin: 0px;
}

#block-stateinvesttheme-views-block-board-of-directors-block-1{
    .field-content img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .field-content img{
        border: solid 10px #f8f8f8;
    }

    .views-field.views-field-field-board-name{
        .field-content p{
            margin: 20px 10px 20px 10px;
            font-size: 26px;
            line-height: 28px;
            font-weight: 300;
            letter-spacing: 0px;
            color:#d32f30
        }
    }
    .views-field.views-field-field-board-title{
        margin: 0px 10px 0px 10px;

        .field-content{
            color: #a8a8a8;
        }
    }
}


#block-stateinvesttheme-newsimageblock{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-newsimageblock img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
}

/*statsblock*/
#block-stateinvesttheme-shipustats{
    padding: 20px;
    text-align: center;

    .block-content--type-statistics{
        --border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }


    .field--type-integer{
        font-size: 48px;
        font-weight: 700;
    }

    .field--type-text-with-summary{
        font-size: 20px;
    }

    .group-left{

        border-right: 3px solid #9a9a9a ;
    }

    .group-middle{
        border-right: 3px solid #9a9a9a;
    }
}

#block-stateinvesttheme-faqsimageblock{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-faqsimageblock img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
    margin: 0px;
}

#block-stateinvesttheme-eventsimageblock{
    .content{

        position: relative;


        .field--name-field-title{

            position: absolute;
            top: 50%;
            left: 20%;
            text-align: center;
            font-size: 48px;
            line-height: 60px;
            color: #ffffff;
            font-weight: 700;
        }
    }
}

#block-stateinvesttheme-eventsimageblock img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.6);
}

/*Faqs*/
#block-stateinvesttheme-views-block-faq-block-1{
    .views-field.views-field-field-detailed-question{
        color: white;
        padding: 10px;
        background-color: #343a40;
        border-radius: 10px 10px 0px 0px;

        .field-content p{
            margin: 20px;
        }
    }

    .views-field.views-field-body{
        padding: 20px;
        background: #F6F7F8;
        border-radius: 0px 0px 10px 10px;
    }
}


/*
@media (min-width: 992px) {
    #navbar-main{
        
        max-width: 960px;
        margin: 0 auto;
    }

    #navbar-top{
        
        max-width: 960px;
        margin: 0 auto;
    }

}


*/

/*@media (min-width: 1200px) {

    .site-footer{
        .container-fluid{
            width: 1140px;
        }
    }
}
  
@media (min-width: 992px) {

    .site-footer{

        .container-fluid{
            width: 960px;
        }
    }
}
  
   Add more media queries for additional screen sizes 
  @media (min-width: 768px) {

    .site-footer{

        .container-fluid{
            width: 720px;
        }
    }
  }*/
   @media screen and (min-width: 1280px) and (max-width: 1400px){
       
    .header{
        
       .navbar-brand{
            text-wrap: balance;
            font-size: 20px;
            width: 400px;
        }
    }
   }
  
  @media screen and (min-width: 426px) and (max-width: 786px){


    .views-view-responsive-grid.views-view-responsive-grid--horizontal{
        grid-template-columns: repeat(2, 1fr);
    }
  } 
 /* @media (min-width: 576px) {

    .site-footer{

        .container-fluid{
            width: 540px;
        }
    }
  } */
@media screen and (min-width: 376px) and (max-width: 425px) {
    /* Your styles for screens larger than 320 pixels go here */    

    .header{

        #navbar-top{

            .container{
                justify-content: center;
            }

            .content p{
                margin: 0px;
                font-size: 16px;
            }
        }

        #navbar-main a {
            font-size: 13px;
            justify-content: center !important;
        }

        #navbar-main img{
            width: 100px;
        }

        .navbar-nav .dropdown-menu.show{
            margin: 0px;
        }

        .navbar-brand{
            font-weight: 700;
            font-size: 18px;
            text-wrap: pretty;
            width: 300px;
        }
    }

    .featured-top{
        .featured-top__inner{
            #block-stateinvesttheme-views-block-main-block-1{
                .views-row{

                    .views-field-field-ss-event-description{
                        font-size: 13px;
                        top: 40%;

                        .field-content{
                            .inline__links{
                                padding: 5px 10px;
                                font-size: 13px;
                            }
                        }
                    }

                    .field-content img{
                        height: 400px;
                    }


                }
            }
        }
    }

    #block-stateinvesttheme-shipuintro{

        height: 100%;

        .block-content {
            display: flex;
            flex-direction: column;
            align-items: center;

            .group-right{
                width: 100%;
                text-align: center;
            }
        }
    }

    .views-view-responsive-grid.views-view-responsive-grid--horizontal{
        grid-template-columns: 1fr;
    }

    /*top image in featured top*/

    #block-stateinvesttheme-background img{
        height: 150px;
    }

    #block-stateinvesttheme-background{

        .content{

            .field--name-field-title{
                left: 5%;
                font-size: 24px;
            }

        }
    }

    #block-stateinvesttheme-content{

        .node--type-basic-page-with-image{

            display: flex;
            flex-direction: column;
            align-items: center;

            .group-left{
                width: 100%;
            }

            .group-right{
                width: 100%;
                padding: 20px;
            }
        }
    }
    
    /*mission, vision and objectives*/

    #block-stateinvesttheme-messagefromheadoftheunit{
        padding: 20px;

    }

    #block-stateinvesttheme-missionvaluesandobjectives img{
        height: 150px;
    }

    #block-stateinvesttheme-missionvaluesandobjectives{
        .content{
            .field--name-field-title{
                left: 5%;
                font-size: 24px;
            }
        }
    }

    #block-stateinvesttheme-views-block-values-view-block-1{
        
        .views-col{
            width: 100% !important;
        }       
        
    }
    
    
    #block-stateinvesttheme-messagefromheadoftheunit {
        .myButton img{ 
            width: auto;
            height: 60px;
        }
    }

    /*Board of directors*/

    #block-stateinvesttheme-boardofdirectors-2 img{
        height: 150px;
    }

    #block-stateinvesttheme-boardofdirectors-2{

        .content{

            .field--name-field-title{
                left: 5%;
                font-size: 24px;
            }

        }
        
    }

    /*FAQs*/
    #block-stateinvesttheme-faqsimageblock img{
        height: 150px;
    }

    #block-stateinvesttheme-faqsimageblock{

        .content{

            .field--name-field-title{
                left: 5%;
                font-size: 24px;
            }

        }
        
    }

    #block-stateinvesttheme-inquirycomplaint img{
        height: 150px;
    }

    #block-stateinvesttheme-inquirycomplaint{

        .content{

            .field--name-field-title{
                left: 5%;
                font-size: 24px;
            }

        }
        
    }

    #block-stateinvesttheme-gallery img{
        height: 150px;
    }

    #block-stateinvesttheme-gallery{

        .content{

            .field--name-field-title{
                left: 5%;
                font-size: 24px;
            }

        }
        
    }


    .site-footer{

        .site-footer__top.clearfix{
            width: 100%;
            flex-direction: column;
        }
    }
}


@media screen and (min-width: 321px) and (max-width: 375px) {
    /* Your styles for screens larger than 320 pixels go here */

    .header{
        #navbar-main a {
            font-size: 13px;
        }

        #navbar-main img{
            width: 100px;
        }
    }

    .featured-top{
        .featured-top__inner{
            #block-stateinvesttheme-views-block-main-block-1{
                .views-row{

                    .views-field-field-ss-event-description{
                        font-size: 13px;

                        .field-content{
                            .inline__links{
                                padding: 5px 10px;
                                font-size: 13px;
                            }
                        }
                    }

                    .field-content img{
                        height: 400px;
                    }


                }
            }
        }
    }

    #block-stateinvesttheme-shipuintro{
        .block-content {
            display: flex;
            flex-direction: column;
            align-items: center;

            .group-right{
                width: 100%;
                text-align: center;
            }
        }
    }

    .views-view-responsive-grid.views-view-responsive-grid--horizontal{
        grid-template-columns: 1fr;
    }

    .site-footer{

        .site-footer__top.clearfix{
            width: 100%;
            flex-direction: column;
        }
    }
}

@media screen and (max-width: 320px) {
    /* Your styles for screens larger than 320 pixels go here */
    
    .header{
        #navbar-main a {
            font-size: 13px;
        }

        #navbar-main img{
            width: 100px;
        }
    }

    .featured-top{
        .featured-top__inner{
            #block-stateinvesttheme-views-block-main-block-1{
                .views-row{

                    .views-field-field-ss-event-description{
                        font-size: 13px;

                        .field-content{
                            .inline__links{
                                padding: 5px 10px;
                                font-size: 13px;
                            }
                        }
                    }

                    .field-content img{
                        height: 400px;
                    }


                }
            }
        }
    }

    #block-stateinvesttheme-shipuintro{
        .block-content {
            display: flex;
            flex-direction: column;
            align-items: center;

            .group-right{
                width: 100%;
                text-align: center;
            }
        }
    }

    .views-view-responsive-grid.views-view-responsive-grid--horizontal{
        grid-template-columns: 1fr;
    }

    .site-footer{

        .site-footer__top.clearfix{
            width: 100%;
            flex-direction: column;
        }
    }
}
