/* 1. Enable smooth scrolling */
#wrapperpage {
    margin-left:auto;
    margin-right:auto;
 
}
span {
    content: "\2192";
}

span.keeptogether {
    white-space: nowrap;
}

.boxMem {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f0f2;
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    padding-left: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.boxMem:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #1a3661;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#buttonDownload {
    color: #1a3661;
    background-color: #fdb913;
    font-weight: bold;
    border: none;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
}

.grid-container-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    
}

.grid-container-block > div {
    background-color: rgba(255, 255, 255, 0.8);
   /* padding: 5px; */
}

.responsiveIntroductionImage {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.responsive-workflow {
    width: 60%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s all ease-in-out;
}

.responsive-7standards {
    width: 90%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s all ease-in-out;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.responsive-graph-bar {
    width: 80%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s all ease-in-out;
}

.arrow {
    border: solid #1a3661;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowWhite {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.responsive-circle {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.dropshadow-img {
    width: 5vw;
    height: 5vw;
    webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 0px 20px;
    z-index: 1;
    margin-top: 1 px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropshadow-img-bigger {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 7vw;
    height: 7vw;
    webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.dropshadow-imgpiechart {
    width: 7vw;
    height: 7vw;
    /*webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)); */
    image-resolution: 300dpi;
}
.box2,
.col {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.withArrow:hover {
    animation-duration: 0.25s;
}

.box2:hover,
.col:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example2;
    animation-duration: 0.25s;
    border-left: 8px solid #fdb913;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.boxYellow,
.boxYellowSmaller,
.boxYellowSmallest {
    background-color: #fdb913;
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 25rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.boxBlueSmallest {
    background-color: #1a3661;
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 25rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.boxText,
.boxSmallText,
.box7benefits,
.box8benefits,
.box6benefits {
    border: none;
    background-color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.center {
    /*display: flex;
    align-items: center;
    justify-content: center; */
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}



.box7benefits:hover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    animation-name: example2;
    animation-duration: 0.25s;
    border-left: 8px solid #fdb913;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box8benefits:hover,
.box6benefits:hover,
.box7benefits:hover,
.boxSmallText:hover,
.boxText:hover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    animation-name: example2;
    animation-duration: 0.25s;
    border-left: 8px solid #fdb913;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* .row {
	display: grid;
	grid-auto-flow: column;
	gap: 5%;
  }
  
  .col {
	border: solid;
  }
*/
.row, .row5 {
    display: flex; /* equal height of the children */

    gap: 2%;
    margin-bottom: 10px;
}

.col-5{
    border-left: 1px solid #ccc;
    text-align: center;
}
.col,
.col-1, .col-5 {
    flex: 1; /* additionally, equal width */
    padding: 1em;
    /*border: solid; */
}

.grid-container1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
    grid-gap: 10px;
    margin-left: 400px;
    margin-right: 400px;
    margin-left:auto;
    margin-right:auto;
}

.grid-container1 > div {
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* text-align: center; */
    padding: 10px 0px 10px 0px;
    margin-bottom: 24px;
}

.headingh2,
.headingh3, .headingh4 {
    padding-bottom: 0px;
    color: #1a3661;
}

.headingh2 {
    font-size: 30pt;
    font-weight: 400;
}

.headingh3 {
    font-size: 23pt;
    font-weight: 400;
}
.headingh4{
    font-size: 20pt;
    font-weight: 400;
}

.responsiveIntro {
    max-width: 60vh;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    transition: 0.5s all ease-in-out;
    /*for zooming in when hover, smoothness */
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zoonIn {
    transition: 0.5s all ease-in-out;
}

.zoomIn:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.responsive:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.responsiveGif {
    /*max-width: 60vh;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    */
    /*max-width:100%;
    max-height:100%; margin:auto; */
    width: 100%;
    max-width: 60vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boxYellow,
.boxYellowSmaller,
.boxYellowSmallest,
.boxBlueSmallest {
    max-width: -webkit-fill-available;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boxYellowSmaller {
    box-sizing: border-box;
    width: 70%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fdb913;
    border-radius: 25rem;
}

.boxYellowSmallest {
    box-sizing: border-box;
    width: 289.27px;
    /*padding-left: 10%;
    padding-right: 10%; */
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fdb913;
    border-radius: 25rem;
}

.boxBlueSmallest {
    box-sizing: border-box;
    width: 60%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1a3661;
    border-radius: 25rem;
}

.responsiveRightBox,
.boxText {
    max-width: 60vh;
}

.box6benefits {
    max-width: 100%;
    width: 70%;
}

.responsiveRightBox,
.boxText,
.box6benefits,
.box7benefits,
.box8benefits {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.box7benefits {
    max-width: 80vh;
}

.box8benefits {
    max-width: 100%;
    width: 80%;
}

.boxSmallText {
    max-width: 300px;
    /*it was 30vh*/
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-center {
    margin: 0 auto;
}

.video-size {
    height: 394px;
    width: 700px;
    text-align: center;
}

.responsiveVideo {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive1 {
    /*max-width: 20vh; */
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

html {
    scroll-behavior: smooth;
}

.item2 {
    margin-bottom: 0px;
}

/* 2. Make nav sticky */

main > nav {
    position: sticky;
    top: 2rem;
    align-self: start;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */

.section-nav li.active > a {
    color: #1a3661;
    /*333 is the old hex code*/
    font-weight: 500;
    font-weight: bold;
}

.tableDifference {
}

/* Sidebar Navigation */

.section-nav {
    /*box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px; */
    /*it has cool colour generator*/
    border-top: 25px solid #fdb913 !important;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4.5px 14px rgba(0, 0, 0, 0.3);
    /*change last digit if you want the drop shadow stronger */
    /* it was 0.1*/
    margin-top: 40px;

    padding-bottom: 20px;
    padding-top: 20px;
    /*
    padding-top:2rem; /*top padding for sidebar*/
}

.section-nav a {
    text-decoration: none;
    display: block;
    padding: 0.125rem 0;
    /*color: #ccc; */
    color: #333;
    /*this is the colour that they aren't active */
    transition: all 50ms ease-in-out;
    /* 💡 This small transition makes setting of the active state smooth */
}

.section-nav a:hover,
.section-nav a:focus {
    color: #666;
}

@media only screen and (max-width: 1500px) {
    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }
    .video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

}

@media only screen and (max-width: 1831px) {
    .grid-container1 {
        margin-left: 300px;
        margin-right: 300px;
    }
    main {
        margin-left: 0px;
        margin-right: 0px;
    }
    .responsive-workflow,
    .responsive-7standards,
    .dropshadow-imgpiechart,
    .dropshadow-img-bigger {
       /* width: 80%;
        max-width: 1200px; */
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.5s all ease-in-out;
    }

    
    .dropshadow-img-bigger {
        width: 10vw;
        height: 10vw;
    }
}

@media only screen and (max-width: 2600px) {
    main.grid-container1 {
        margin-left: 400px;
        margin-right: 400px;
    }
}
@media only screen and (max-width: 2300px) {
    main.grid-container1 {
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media only screen and (max-width: 1800px) {
    main.grid-container1 {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media only screen and (max-width: 1394px) {
    .grid-container1 {
        padding-left: 50px;
        padding-right: 50px;
    }
    main {
        display: block;
        margin-left: 50px;
        padding-left: 50px;
    }
    .grid-container1 {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .grid-container-equal {
        display: block;
    }
    .grid-container2 {
        display: block;
    }
    .section-nav {
        display: none;
    } 
	
	.notusingthis{
	display: none;
	}
	
	section{
	padding-bottom: 0;
	
	}
}

/*Tablet size*/

@media only screen and (max-width: 991px) {
    .video {
        width: 100%;
        height: auto;
    }
    .video wistia_responsive_padding {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
   .row5{
        display: block;
    } 
    .responsive1{
        max-width: 50%;
    }
    .col-5, .borderleft{
        border:0px solid !important;
    }
	.marginleft{
	margin-left: 0px !important;
	}
    main.grid-container1{
        padding-left: 50px;
        padding-right: 50px;
    }
	
}

@media only screen and (max-width: 768px) {
    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }
    .video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .section-nav {
        display: none;
    }
    main {
        display: block;
        margin-left: 50px;
        padding-left: 50px;
    }
    .grid-container1 {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .grid-container-equal {
        display: block;
    }

    .responsive-workflow,
    .responsive-7standards,
    .dropshadow-imgpiechart {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.5s all ease-in-out;
        margin-top: 20px;
    }

    .responsive-workflow:hover {
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari 3-8 */
        transform: scale(1.2);
    }
    main.grid-container1 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .box6benefits {
        width: 100%;
    }
    dropshadow-img-bigger {
        width: 50%;
        height: 50%;
    }
	
	.borderleft{
	border-left: border:0px solid !important;
	}
}

@media only screen and (max-width: 840px) {
    .box6benefits {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }
    .video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .grid-container2 {
        display: block;
    }
    .grid-container-block {
        display: block;
    }
    .section-nav {
        display: none;
    } 
}

@media only screen and (max-width: 1317px) {
   /* .section-nav {
        display: none;
    } */
    main {
        display: block;
        margin-left: 100px;
        padding-left: 100px;
    }
    .grid-container1 {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .grid-container-equal {
        display: block;
    }
    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }
    .video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .responsive-7standards{
        display: none;
    }
    .standards7 {
        display: inline!important;
        visibility: visible!important;
    }
}

@media only screen and (max-width: 324px) {
    /*Mobile size */

    ol {
        margin-top: 0px;
        margin: 0;
        padding: 0;
    }

    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .section-nav {
        display: none;
    }

    .grid-container2 {
        display: block;
    }

    .grid-container1 {
        padding-left: 0px;
        padding-right: 5px;
    }

    main.grid-container1 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .box7benefits,
    .box8benefits,
    .box6benefits {
        margin-left: 5px;
        margin-right: 5px;
    }

    .box6benefits {
        max-width: 100%;
    }
}

@media only screen and (max-width: 372px) {
    .video {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .section-nav {
        display: none;
    }

    .grid-container2 {
        display: block;
    }

    .grid-container1 {
        padding-left: 0px;
        padding-right: 5px;
    }

    main.grid-container1 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .dropshadow-img {
        width: 15vw;
        height: 15vw;
    }
    .responsive1 {
        /*max-width: 20vh; */
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/** Poor man's reset **/
* {
    box-sizing: border-box;
}
html,
body {
    background: #fff;
}
ul {
    list-style: square;
    margin: 0;
    padding: 0;
}
ol {
    margin-top: 0px;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    font-weight: bold;
}
li span {
    font-weight: normal;
}
ol.one-column {
    margin-top: 0px;
    margin: 0;
    padding: 0;
}
li.li-body,
.li-body-diff {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    /*
    padding-top: 10px; */
    padding-bottom: 10px;
}
h1 {
    font-weight: 300;
}

/** page layout **/
main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* old line of code*/
    /*grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */

    margin-left: 30px;
    /*padding: 10px;*/
    /*max-width: 100em;
    width: 90%;
    margin: 0 auto; */
}

/** enlarge the sections for this demo, so that we have a long scrollable page **/
section {
    /*padding-bottom: 20rem; */

    padding-bottom: 40px;
}
.box {
    background: #f0f0f2;
    margin: 10px;
    border-radius: 10px;
    padding: 80px;
    padding-left: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.box:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #1a3661;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.box1 {
    background: #f0f0f2;
    margin: 10px;
    border-radius: 10px;
    padding: 80px;
    padding-left: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.box1:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example2;
    animation-duration: 0.25s;
    border-left: 8px solid #fdb913;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.box3 {
    background: #f0f0f2;
    margin: 10px;
    border-radius: 10px;
    padding: 80px;
    padding-left: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.grid-container2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin-bottom: 24px;
}
.grid-container2 > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
}
@keyframes example {
    0% {
        border-left: 2px solid #1a3661;
    }

    25% {
        border-left: 3px solid #1a3661;
    }

    50% {
        border-left: 4px solid #1a3661;
    }

    100% {
        border-left: 5px solid #1a3661;
    }
}
@keyframes example2 {
    0% {
        border-left: 2px solid #ffffff;
    }

    25% {
        border-left: 3px solid #fdb913;
    }

    50% {
        border-left: 4px solid #fdb913;
    }

    100% {
        border-left: 5px solid #fdb913;
    }
}
.prosandcons {
    /*  border-bottom: 3px solid #fdb913; /* Or whatever color you want */
    /*text-decoration: none; */

    text-decoration: underline;
    text-decoration-color: #fdb913;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}
.pros .cons {
    padding-left: 10px;
}
@media only screen and (max-width: 793px) {

    main.grid-container1 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .row{
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .grid-container2 {
        display: block;
    }
    main.grid-container1 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .dropshadow-img {
        width: 10vw;
        height: 10vw;
    }
    .dropshadow-imgpiechart {
        width: 40%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.5s all ease-in-out;
        margin-top: 20px;
    }
    .dropshadow-img-bigger {
        /*width: 50%;
        max-width: 1200px; */
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.5s all ease-in-out;
    }

    .dropshadow-img-bigger {
        width: 10vw;
        height: 10vw;
    }

    .standards7 > div {
        visibility: visible;
        display: block;
    }

    .standards7{
        display: inline-block;
    }

    .responsive-7standards {
        display: none;
    }
    .row {
        display: block;
    }
}

.standards7 {
    display: none;
}

.columns5{
    border-left: 1px solid #1a3661; 
    text-align: center;  
    margin: 0 auto;
    align-items: center;
    justify-items: center;
    
}
.responsivetest {
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/**new code added 2021-11-15 **/

div.col{

    padding: 5px 5px 5px 5px;
}

/** Financial Transformation landing page**/

.iconbox{

   width: 10vw;
        height: 10vw;

}