#ggraInformation {
    color: #2e4172;
    margin-left: 20px
}

    #ggraInformation div {
        margin-bottom: 5px
    }

#ggraInformationTitle {
    font-size: 20px;
    font-weight: 700
}

#ggraInformation span {
    padding-left: 5px
}

.cancelButton, .confirmButton, button {
    color: #fff
}

    .cancelButton:hover, .confirmButton:hover, button:hover {
        font-weight: 700
    }

.buttonGroup {
    padding-top: 20px;
    padding-left: 15px
}

    .buttonGroup .cancelButton, .buttonGroup .confirmButton, .buttonGroup button {
        margin-right: 10px
    }

.cancelButton {
    background-color: grey
}

.confirmButton {
    background-color: #2e4172
}

.navbar .navbar-toggle .icon-bar {
    background-color: #2c738e;
    border-color: #2c738e;
    color: #2c738e
}

.navbar {
    background: #fff
}

    .navbar .navbar-nav li a {
        color: #2c738e
    }

.dropdown-menu > li > a {
    color: #2c738e
}

.dropdown-content {
    position: relative;
    display: none;
    list-style-type: none;
    left: 0;
    padding: 10px 10px 10px 2px;
    width: 100%;
    background-color: #fff;
    float: left
}

    .dropdown-content li {
        padding-right: 10px
    }

        .dropdown-content li a {
            color: #2c738e;
            font-size: 16px
        }

            .dropdown-content li a:hover {
                color: #2e4172;
                font-weight: 700
            }

            .dropdown-content li a:active {
                font-weight: 700;
                text-decoration: underline
            }

.dropdown:hover .dropdown-content {
    display: inline-block
}

#mainNav {
    background: #fff;
    /*padding-left: 10%;*/
    padding-right: 13%
}

    #mainNav #container {
        width: 100%;
        position: relative
    }

        #mainNav #container #collapse #list {
            text-align: center
        }

            #mainNav #container #collapse #list li {
                display: inline-block
            }

                #mainNav #container #collapse #list li a {
                    color: #2c738e;
                    font-size: 16px
                }

                    #mainNav #container #collapse #list li a:hover {
                        color: #2e4172;
                        font-weight: 700
                    }

                    #mainNav #container #collapse #list li a:active {
                        font-weight: 700;
                        text-decoration: underline
                    }

.editMenu {
    position: relative
}

    .editMenu .editList {
        list-style-type: none;
        padding: 10px 10px 10px 2px;
        width: 100%;
        background-color: #fff;
        font-weight: 700;
        float: left
    }

        .editMenu .editList li {
            padding-right: 10px;
            display: inline-block
        }

            .editMenu .editList li a {
                color: #2c738e;
                font-size: 16px
            }

                .editMenu .editList li a:hover {
                    color: #2e4172;
                    font-weight: 700
                }

                .editMenu .editList li a:active {
                    font-weight: 700;
                    text-decoration: underline
                }

.ggraForm {
    margin-top: 25px;
    padding-left: 5px;
    color: #2e4172;
    font-size: 20px
}

    .ggraForm .formLabel {
        font-weight: 700
    }

    .ggraForm .fancyLabel {
        margin-left: 15px;
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 6px 12px;
        width: auto;
        background-color: #2e4172
    }

    .ggraForm .checkbox {
        margin-left: 8px
    }

    .ggraForm .form-group .checkbox:last-of-type {
        margin-bottom: 0
    }

    .ggraForm .formInformation {
        margin-bottom: 15px;
        padding-left: 15px
    }

    .ggraForm .form-help-block {
        font-size: 14px;
        padding-left: 2px
    }

body {
    padding-top: 75px
}

.body-content {
    padding: 30px;
    width: 80%
}

.sectionHeader {
    color: #2c738e;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
    padding-bottom: 10px
}

.subHeader {
    color: #2e4172;
    font-size: 30px;
    font-weight: 700;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
    padding-bottom: 8px
}

.muted {
    color: grey;
    font-size: 30px;
    font-weight: 700;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif
}

.divider {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid grey
}

.defaultContent {
    color: grey;
    font-size: 20px;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif
}

.texteditor h2 {
    color: #2c738e;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
    padding-bottom: 10px
}

.texteditor p {
    color: grey;
    font-size: 20px;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif
}

.footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    background-color: #fff;
    text-align: center;
    color: #2e4172;
    padding-bottom: 10px
}

    .footer a {
        color: #2c738e;
        font-size: 12px
    }

        .footer a:hover {
            color: #2e4172;
            font-weight: 700
        }

        .footer a:active {
            font-weight: 700;
            text-decoration: underline
        }

.bold {
    font-weight: 700
}

.textarea {
    height: 300px;
    width: 100%
}

.editFields {
    display: block;
    padding-bottom: 20px;
    padding-top: 0
}

    .editFields label {
        width: 75%;
        padding-bottom: 5px
    }

    .editFields input {
        width: 75%
    }

.successTable {
    display: block;
    margin: 0 auto;
    overflow: hidden
}

    .successTable img {
        margin: auto;
        padding: 15px;
        width: 200px;
        height: 200px
    }

.link a {
    color: #2c738e;
    font-size: 20px
}

    .link a:hover {
        color: #2e4172;
        font-weight: 700
    }

    .link a:active {
        font-weight: 700;
        text-decoration: underline
    }

.forms {
    width: 80%;
    padding-left: 20%;
    display: inline-block
}

    .forms label {
        width: 20%;
        height: 20%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px
    }

    .forms .form-control {
        width: 50%
    }

    .forms .formButtons {
        padding-top: 30px;
        padding-bottom: 30px
    }

#myInput {
    width: 100%;
    height: 50px
}

#checklist {
    height: 75px
}

.texteditor h2 {
    color: #2c738e;
    font-size: 40px;
    font-weight: 700;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;
    padding-bottom: 10px
}

.texteditor p {
    color: grey;
    font-size: 20px;
    font-family: "Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif
}

#topButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid;
    outline: 0;
    background-color: grey;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 50% 50% 10% 10%
}

    #topButton:hover {
        background-color: #555
    }
