﻿section.content.gssi__topic__grid > div {
    display: inline-flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.gssi__topic p {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
}

a.gssiu__itm {
    position: relative;
    margin-bottom: 40px;
    flex: 1 0 100%;
    margin: 10px;
    margin-bottom: 40px;
    text-decoration: none;
    border-top: 5px solid transparent;
    transition: 250ms all ease-in-out;
}


    a.gssiu__itm:hover {
        border-top-color: #FF4C00;
    }


@media all and (max-width: 480px) {
    section.content.gssi__topic__grid > div {
        width: 100%;
    }
}

@media all and (min-width: 480px) {
    a.gssiu__itm {
        flex: 1 0 40%;
    }
}

@media all and (min-width: 769px) {

    a.gssiu__itm {
        flex: 1 0 30%;
    }

    .gssiu__itm.itm__blank {
        display: none;
    }
}

a.gssiu__itm img {
    width: 100%;
}

span.gssiu__itm_bottom {
    position: relative;
    width: 100%;
    background-color: #dfdfdf;
    display: block;
    color: #2d2d2d;
    text-decoration: none;
    height: 80px;
    padding: 20px 15px 0 15px;
    margin-top: -2px;
    font-size: 18px;
    line-height: 18px;
}

@media all and (min-width: 640px) {
    span.gssiu__itm_bottom {
        font-size: 20px;
        line-height: 20px;
    }
}

.gssi__topic .green-btn {
    text-decoration: none;
    color: #171717;
    border: 2px solid #006227;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: plexesProBlack;
    display: inline-block;
    font-size: 12px;
    min-width: 118px;
    position: relative;
    background-color: #fff;
}

.content.sse.gssi__topic .content {
    min-height: 0;
    margin-top: 20px;
}

    .content.sse.gssi__topic .content > .sfContentBlock{
        width: 100%;
    }

.gssi__topic__header div {
    font-family: gatorade, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #006227;
    margin-top: 20px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before {
    content: '\e800';
}
/* '' */
.icon-right:before {
    content: '\e801';
}
/* '' */
.icon-left:before {
    content: '\e804';
}

section.content.gssi__topic__content {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

    section.content.gssi__topic__content p {
        font-size: 18px;
    }

.left__col {
    flex: 1 0 100%;
    margin-right: 0px;
}

    .left__col img {
        width: 100%;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }



.right__col {
    flex: 1 0 100%;
    margin-left: 0px;
    margin-top: 40px;
}


.registerForm {
    color: #2d2d2d;
}

@media all and (max-width: 768px) {
    .registerForm h3 {
        font-size: 20px;
    }
}



.registerForm .registerForm__details {
    background-color: #dfdfdf;
    margin-top: 10px;
    padding: 25px;
}

    .registerForm .registerForm__details.user {
        display: none;
    }

    .registerForm .registerForm__details input.error {
        border: 1px solid #ff0000;
    }

@media all and (max-width: 768px) {
    #GSSIUHeader h1 {
        font-size: 8.5vw;
        line-height: 8.5vw;
    }
}

@media all and (max-width: 480px) {
    #GSSIUHeader h1 {
        font-size: 8vw;
        line-height: 8vw;
        margin-left: 0;
        text-align: center;
    }
}

@media all and (min-width: 769px) {

    section.content.gssi__topic__content {
        flex-wrap: nowrap;
    }

    .left__col {
        flex: 1 0 30%;
        margin-right: 15px;
    }

    .right__col {
        flex: 1 0 calc(70% - 30px);
        margin-left: 15px;
        margin-top: 0;
    }


    .registerForm {
        position: sticky;
        top: 10px;
    }
}

.registerForm label {
    display: block;
    color: #2d2d2d;
    margin-top: 20px;
}


.registerForm input {
    display: block;
    width: 100%;
    border: 1px solid #c6c6c6;
    padding: 5px;
}



.registerForm .sfContentBlock img {
    width: 100%;
}

.registerForm .green-btn {
    max-width: 180px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}



.intro_content {
    padding-bottom: 40px;
}

@media all and (min-height: 769px) {
    .intro_content {
        min-height: 16.3vw;
        padding-bottom: 40px;
    }
}

.bottom__content {
    border-top: 1px solid #dfdfdf;
}

    .bottom__content h4 {
        font-family: gatorade, sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #006227;
        margin-top: 20px;
        text-transform: capitalize;
    }

    .bottom__content p {
        margin-top: 10px;
    }

    .bottom__content .download strong {
        display: block;
        margin-bottom: 10px;
    }

    .bottom__content .download ul {
        padding-left: 20px;
    }

    .bottom__content .download li {
        list-style: disc;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .bottom__content .download li a {
            font-weight: bold;
        }

    .bottom__content .download {
        margin-bottom: 50px;
    }

.disable,
.disable a {
    color: #a6a6a6;
    pointer-events: none;
    text-decoration: none;
}

.tablesorter .header {
    cursor: pointer;
}


@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?2289920");
    src: url("../fonts/fontello.eot?2289920#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?2289920") format("woff2"), url("../fonts/fontello.woff?2289920") format("woff"), url("../fonts/fontello.ttf?2289920") format("truetype"), url("../fonts/fontello.svg?2289920#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.tablesorter .header {
    position: relative;
    padding-left: 22px;
}

.tableHeader {
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
}

.tablesorter .header.headerSortDown,
.tablesorter .header.headerSortUp {
    padding-left: 0;
}

    .tablesorter .header.headerSortDown:before,
    .tablesorter .header.headerSortUp:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0.2em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: 0.2em;
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    .tablesorter .header.headerSortDown:before {
        content: '\e800';
    }

    .tablesorter .header.headerSortUp:before {
        content: '\e800';
        transform: rotate( 180deg );
    }


.userData {
    width: 100%;
    height: auto;
    background-color: #dfdfdf;
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}

    .userData strong {
        display: block;
        margin-bottom: 5px;
    }

.downloadContainer h3{
    margin-bottom: 20px;
    margin-top: 60px;
}

.border-top {
    border-top: 1px solid #ccc;
}

.padding-bottom-sm {
    padding-bottom: 40px;
}

.downloadContainer input {
    display: none;
}

.downloadContainer label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    cursor: pointer;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.downloadContainer div:first-child {
    width: calc(100% - 40px);

    margin-left: 0px;

    padding-right: 40px;

}

.downloadContainer .cross {
    margin-right: 15px;
    margin-top: 7px;

}

    .downloadContainer .cross::before,
    .downloadContainer .cross::after {
        content: '';
        border-top: 2px solid #3E474F;
        width: 15px;
        display: block;
        margin-top: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .downloadContainer .cross::after {
        -webkit-transform: rotate( 90deg );
        -ms-transform: rotate(90deg);
        transform: rotate( 90deg );
        margin-top: -2px;
    }

.downloadContainer .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 10px 0 0px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
}

.downloadContainer input:checked ~ .content {
    max-height: 1000px;
    -webkit-transition: max-height, 1s;
    transition: max-height, 1s;
    margin-top: 10px;
    margin-bottom: 20px;
}

.downloadContainer input:checked ~ label .cross:before {
    -webkit-transform: rotate( 180deg );
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg );
}

.downloadContainer input:checked ~ label .cross:after {
    -webkit-transform: rotate( 0deg );
    -ms-transform: rotate(0deg);
    transform: rotate( 0deg );
}

.gssiu-admin a{
    color: #343a40;
    text-decoration: underline;
    font-weight: bold;
}