/* 1. Enable smooth scrolling */


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(.25, .8, .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));
    margin-bottom: 24px;
}

.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;
}

.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;
}



.box2 {
    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(.25, .8, .25, 1);
}

.withArrow:hover{


  animation-duration: 0.25s;



}

.box2: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 {
    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(.25, .8, .25, 1);
}

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

.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);
}

.boxSmallText: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);
}

.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 {
    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);
}

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

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

.headingh2 {
    padding-bottom: 0px;
    font-size: 30pt;
    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;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box7benefits{
    max-width: 80vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}
.box8benefits{
    max-width: 100%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}

.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: .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{
        width: 80%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: 0.5s all ease-in-out;
    }
}

@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;
    }
}
/*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;
    }


}
@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;
    }
    .grid-container2 {
        display: block;
    }

    .responsive-workflow{
        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);
    }
}



@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;
    }
}

@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;
    }
}
}


@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{

        margin-left: 5px;
        margin-right: 5px;

    }



}



@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: 0px;
        margin-right: 0px;
    }




}


/** 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(.25, .8, .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(.25, .8, .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(.25, .8, .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: 768px) {
    .grid-container2 {
        display: block;
    }
    main.grid-container1 {
        margin-left: 10px;
        margin-right: 10px;
    }
}
