@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Slab Bold"),local("RobotoSlab-Bold"),url(../fonts/RobotoSlab-Bold.woff2) format("woff2"),url(../fonts/RobotoSlab-Bold.woff) format("woff")
}


body {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.fw-header {
    background-color: #5bc6ed;
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    color: #5D6769;
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    color: #5D6769;
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
 .fw-container {
    width: 80% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.fw-container-body {
    width: 70% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

    .fw-container .home-content {
        display:flex;
        justify-content:center;
        flex-direction:column;
        margin-top: 30px;
    }

        .fw-container .home-content .fw-tool {
            width: 300px;
            height: 320px;
            margin-right: 20px;
            margin-top: 20px;
            box-shadow: 0 1px 1px rgba(0,0,0,.2);
            padding: 7px;
        }

            .fw-container .home-content .fw-tool ul li {
                margin-top: 8px;
                font-family: nimbus-sans,helvetica,arial,sans-serif !important;
                color: #969696 !important;
            }


            .fw-container .home-content .fw-tool h1 {
                margin-bottom: 10px;
                font-size: 1.9em;
                font-family: nimbus-sans,helvetica,arial,sans-serif !important;
                color: #969696;
            }

        .fw-container .home-content .fw-tool img{
            max-width: 100%;
            max-height: 95px;
        }

.fw-container .home-content .tool-features {
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
}

        .fw-container .home-content .min-line-height {
            margin-bottom: -5px;
        }

        .fw-container .home-content .tools-used-title {
            font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #5D6769;
        }

        .fw-container .home-content .homepage-bottom-text {
            margin: 6px;
            font-family: nimbus-sans,helvetica,arial,sans-serif !important;
            color: #727272;
        }

.text-middle {
    text-align: center;
}

.fw-header {
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.fw-header .login-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

    .fw-header .menulogo {
        flex-direction:row;
        display:flex;
        justify-content:space-between;
        margin-top:23px;
        width:100%;
    }

    .fw-header .menulogo a{
        font-size: 14px;
    }

        .fw-header .menulogo .logo {
            display: flex;
            align-self: flex-start;
            width: 70%;
        }

            .fw-header .menulogo .logo span {
                color: #727272;
            }




.fw-header .menulogo .menu {
    width: 30%;
}

        .fw-header .menulogo .menu a {
            text-decoration: none;
            color: white;
        }


        .fw-header .menulogo .menu .tab {
            overflow: hidden;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
        }

    /* Style the buttons inside the tab */
    .fw-header .tabs{
        display:flex;
        justify-content:center;
        flex-direction:column;
        margin-top:20px;
    }

    .fw-header .tabs .tab{
        display: flex;
        justify-content: space-evenly;
        flex-wrap:wrap;
    }

    .fw-header .tab a {
        background-color: #88d1ed;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 55px;
        color: white;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

        /* Change background color of buttons on hover */
    .fw-header .tab button:hover {
        background-color: white;
        color: black;
    }

        /* Create an active/current tablink class */
                .fw-header  .tab a.active {
                    background-color: white;
                    color:black;
                }

/* Style the tab content */
.tab-contents .tabcontent {
    padding: 6px 12px;
    border-top: none;
    font-family: nimbus-sans,helvetica,arial,sans-serif !important;
}

    .tab-contents .tabcontent .tab-content-details {
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
    }


    .tab-contents .tabcontent .tab-content-details a{
        text-decoration:none;
        color:blue;
    }


    .tab-contents .tabcontent .tab-content-left, .tab-contents .tabcontent .tab-content-right {
        width: 50%;
    }

.tab-contents .tabcontent .tab-content-right img{
        max-height:500px;
        max-width:100%;
    }


    .tab-contents .tabcontent .tab-content-left p a {
        text-decoration: none;
    }

    .tab-contents .tabcontent h2 {
        text-align: center;
        font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

/*Embedded Videos*/
.embeddedContainer {
    position: relative;
    width: 60%;
    padding-top: 40%;
}

.embeddedDashboardVideo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fw-home .access-button{
    text-align: center;
    text-decoration: none;
    background-color: #FCAD5E;
    border-radius:2px;
    color:white;
    cursor:pointer;
    max-width: 300px;
    padding: 14px 18px;
    border: 0;
    margin: 0 auto;
    margin-top:10px;
}

.fw-footer{
    margin-top: 20px;
}

.fw-footer p a {
    text-decoration: none;
    color: blue;
}



/*Modal*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
    .modal .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 420px;
        text-align:center;
    }

        .modal .modal-content a{
            text-decoration: none;
            color:blue;
        }

        .modal .modal-content .modal-title {
            font-size: 22px;
            font-weight: bold;
            color: #99A2A3;
            line-height: 1.4em;
            font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
        }

        .modal .modal-content a, .modal .modal-content p {
            font-family: nimbus-sans,helvetica,arial,sans-serif !important;
        }

.modal-btn {
    color: white !important;
    padding: 8px 15px;
    text-decoration: none;
}

.modal .modal-content .login-here-btn {
    background-color: #4DBDEB;
}

.modal .modal-content .create-acc-btn {
    background-color: #FCAD5E;
}


/* The Close Button */
.modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

        .modal .close:hover,
        .modal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }


    /******************* media query overrides ******************************
*************************************************************************

    Make sure to respect the order of queries from largest to smallest

    DO NOT ADD NON-MEDIA QUERY RELATED STYLES AFTER THIS BLOCK

*************************************************************************
*************************************************************************/
    /****** Mobile/ipad portrait  ******/
@media only screen and /*!*/ (max-width : 1250px) {
    .fw-header .tab a {
        padding: 10px 20px !important;
        font-size: 13px;
    }

}


    @media only screen and /*!*/ (max-width : 1100px) {
        .fw-header .tab a {
            padding: 10px 18px !important;
            font-size: 12px;
        }

        .fw-container-body {
            width: 90% !important;
        }
}

/****** Mobile Devices ******/

@media only screen and /*!*/ (max-width : 700px) {
    .fw-container {
        width: 100% !important;
    }

    .fw-container-body {
        width: 95% !important;
    }

    .tab-contents .tabcontent .tab-content-left, .tab-contents .tabcontent .tab-content-right {
        width: 90%;
    }

    .tab-contents .tabcontent .tab-content-details {
        justify-content: center;
    }

    .fw-header .tab a {
        padding: 10px 14px !important;
        font-size: 9px;
    }

    .fw-header .tabs {
        margin-top: 5px;
    }

    .modal .modal-content {
        width: 80%;
    }

    .tools-used-title {
        text-align: center;
    }

    .fw-container .home-content .fw-tool h1 {
        font-size: 1.7em;
    }
}
/****** Mobile Devices ******/

        @media only screen and /*!*/ (max-width : 450px) {
            .tab-contents .tabcontent .tab-content-left, .tab-contents .tabcontent .tab-content-right {
                width: 95%;
            }


            .embeddedContainer {
                width: 95%;
                padding-top: 55%;
            }

            .fw-header .tab a {
                margin-top:7px;
            }

            .fw-footer p{
                font-size:12px;
                text-align:center;
            }

            .modal .modal-content .modal-title {
                font-size: 17px;
            }

            .fw-container .home-content .fw-tool{
                margin-right:0;
                width: 250px;
                height:300px;
            }

            .fw-header .menulogo .logo img{
                width: 60%;
            }

            h1{
                font-size: 22px;
            }

            h2 {
                font-size: 18px;
            }

            h3 {
                font-size: 14px;
            }
        }
