/*******************************
            Main
*******************************/

@media only screen and (max-width: 992px) {
    html {
        overflow-x: visible;
        -webkit-overflow-scrolling: auto;
    }
}

#main > .pusher {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
    flex-direction: initial;
}

#main > .pusher > .full.height {
    display: block;
    flex: none !important;
}

#main.index .ui.vertical.segment {
    border: none;
}

#main.index .masthead {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
    border-bottom: none;

    background-color: #6C63FF;
    background-position: 50% 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#main.index .masthead .container {
    height: 70px;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0em;
}

#main.index .light.following.bar {
    padding: 0em 0em;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}

#main.index .vertical.segment {
    box-shadow: none;
}

#main.index .ui.header {
    font-weight: normal;
}


#main.index .following.bar {
    position: fixed;
    top: 0px;
    z-index: 900;
    left: 0%;
    padding: 0.5em 0em;
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 1px solid transparent;
    transition: padding 0.5s ease,
    background 0.5s ease,
    box-shadow 0.5s ease,
    border 0.5s ease;
}

#main.index .following.bar > .menu .item {
    transition: all 0.5s ease;
}

#main.index.pushed .following.bar .menu .item,
#main.index.pushed .following.bar {
    transition: none;
}

#main.index .following.bar .network.menu .item {
    font-weight: bold;
}

#main.index .following .logo {
    float: left;
    width: 100px;
    margin-right: 0em;
    /*background-color: rgba(255, 255, 255, 0.9);*/
}

#main.index .following .header-title {
    margin-left: 0em;
}

#main.index .following .logo .side {
    width: 100px;
}

#main .solid,
#main .stripe {
    background-color: #FFFFFF;
    padding: 5em 0px;
    border-radius: 0em;
    margin: 0em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#main .stripe h1 {
    font-size: 40px;
}

#main .stripe h2 {
    font-size: 26px;
}

#main .stripe h3 {
    font-size: 20px;
}

#main.index .footer {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.ui.segment .segment-content {
    padding: 1em;
    font-size: 10pt;
}

.ui.segment .segment-footer {
    padding-left: 1em;
    font-size: 9pt;
}

.ui.segment .segment-content .layer-sub-header {
    padding-left: 1em;
}

.ui.segment .segment-content .layer-body {
    padding: 0.5em 1em;
}

.ui.segment .segment-content .layer-body a:not(.item) {
    cursor: pointer;
    color: red;
}

.ui.segment .segment-content .layer-body a.blue {
    cursor: pointer;
    color: blue;
}

.ui.segment .segment-content .layer-body a.underline {
    text-decoration: underline;
}

.ui.segment .segment-content .layer-body .field:not(.excluded) {
    margin: 1em auto;
}

.ui.segment .segment-content .layer-body .field label:not(.excluded) {
    font-size: 16pt;
    font-weight: 600;
    margin: 1em 0 0.5em 0;
}

.ui.segment .segment-content .layer-body .field label a.small {
    font-size: 12pt;
    margin-left: 0.5em;
}

.ui.segment .segment-content .layer-body .form-tip {
    font-size: 9pt;
    margin: 0.5em 0 0.5em 0.2em;
    color: rgb(115, 115, 115);
}

.ui.segment .segment-content .layer-body .form-tip a {
    color: #2185D0;
}

.ui.segment .segment-content .layer-body .form-help {
    font-size: 9pt;
    margin: 0 0 1em 0.2em;
    color: rgb(115, 115, 115);
}

.ui.segment .segment-content .layer-body2 {
    padding: 0.5em 0em;
}

.ui.segment .segment-content .layer-body2:not(.menu) a {
    cursor: pointer;
    color: red;
}

.ui.segment .segment-content .note {
    font-weight: normal !important;
}

.ui.form .field > .selection.dropdown.mult {
    width: auto;
}

.ui.form .field-plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.ui.action.input input[type="file"] {
    display: none;
}

.ui.raised.segment p {
    margin: 0.5em;
    font-size: 10pt;
}

.ui .item .content .label {
    font-size: 1.1em;
}

.ui .item .content .tier1 {
    padding-left: 3em;
}

.ui .item .content .tier2 {
    padding-left: 5em;
}

.ui .item .content .description.warning {
    color: red;
}

.width100 {
    width: 100%;
}

.width85 {
    width: 85%;
}

.width50 {
    width: 50%;
}

.font-color-red {
    color: #DB2828;
}

.ui.modal > .header.c-border {
    border-bottom: 0px;
}

.ui.modal > .actions.c-border {
    border-top: 0px;
}

.ui.modal > .centered {
    text-align: center;
}

.ui.text.shape p {
    font-weight: normal;
}


/* Homepage */
@media only screen and (min-width: 650px) and (max-width: 900px) {
    #main.index .container {
        margin-left: 0em;
        margin-right: 0em;
    }

    #main .solid,
    #main .stripe {
        padding: 5em 0px;
    }
}


@media only screen and (min-width: 430px) and (max-width: 650px) {

    .index .alternate .divider {
        display: block;
        white-space: normal;
    }

    #main .solid,
    #main .stripe {
        padding: 2em 0px;
    }
}


@media only screen and (max-width: 430px) {

    #main.index .following.bar .header-title {
        display: none;
    }

    #main.index .container {
        margin-left: 0em;
        margin-right: 0em;
    }

    #main .solid,
    #main .stripe {
        padding: 2em 0px;
    }
}