.templatesitefooter {
    height: 30px;
    padding-top: 5px;
    text-align: center;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13rem;
}
/*End*/

/*Footer Edits*/
footer {
    bottom: 0;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*End*/


/*Application edits*/
body{
    background-color:#154734;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #f3ece1;
}
.ui-update .hdg {
   font-family: 'Crimson Text', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #f3ece1 !important;
    /*text-transform: uppercase;*/
}
.ui-update h1,h2,h3,h4,h5,h6 {
    /*font-family: 'Sackers Gothic Medium';*/
    font-family: 'Crimson Text', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #f3ece1;
    /*text-transform: uppercase;*/
}
.ui-update p,span,li {
    font-family: 'Roboto', sans-serif;
    color: #f3ece1;
}
.ui-update a {
    color: white;
}

.ui-update .fieldset-label{
    font-family: 'Roboto', sans-serif;
    color: #f3ece1;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #f3ece1;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    color: #f3ece1;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    /*color: #041E42;*/
}


.ui-update .btn {
    font-family: 'Crimson Text', serif;
    /*font-weight:bold;*/
    border: 1px solid #c2c2d6;
    background-color: #c2c2d6;
    color: #3a3e45;
    /*border-radius: 50px;*/
}
.ui-update .btn:hover {
    font-family: 'Crimson Text', serif;
    /*font-weight:bold;*/
    border:1px solid #5f5f97;
    background-color: #5f5f97;
    color: #c2c2d6;
    /*border-radius: 50px;*/
}


.ui-update .txt.mix-txt_light {
    display: none;
}

.ui-widget-content {
    border: none;
    background: #5F5F97;
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
    border-radius: 0;
}
/*end*/

/*edits to /memberships page*/
.ui-update .imgMask_fluid {
    height: 150px;
    width: 100%;
    display: none;
}
span.label.startingAt {
    display: none;
}

#memberships .ui-update .blockTile {
    background-color: transparent;
}
#memberships .ui-update .txt {
    color: #f3ece1;
}
#memberships .ui-update .label {
    color: #f3ece1;
}

#memberships span.blockTile-ft.vr.vr_x6 .txt {
    display: none;
}
/*end*/

#signInModule{
    display:none;
}