.genericHeader{
    background-image: linear-gradient(to right, white 30%, #262265/*Blue*/67%, #7a1315/*Red*/100%);
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.genericHeaderMission{
    background-image: linear-gradient(to right, white 30%, #2622652e/*Blue*/67%, #7a13152e/*Red*/100%);
    padding: 0px 0px 0px 0px;
    width: 100%;
}

/* Code to change page width START */
.container_12 {
    width: fit-content;
}

.s1_grid_12{
    width: fit-content;
}
div.s1_grid_12.s2_grid_12.s3_grid_12{
    margin-left: 5px;
}
/* Code to change page width END */

.WaPlaceHolder>div{
    padding: 0px 0px 0px 0px;
}
.WaGadgetMenuHorizontal .menuBackground{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: rgb(197, 197, 197);
}

@media (max-width: 616px){
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner .menuButton {
        font: 40px/20px Verdana;
        height: 26px;
        text-decoration: none;
        vertical-align: top;
        position: relative;
        text-align: center;
        color: #262265;
        cursor: pointer;
    }
}

/*Items in the top level of the nav menu*/
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    height: 26px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding: 21px 30px 21px 10px;
    font: normal 22px/26px/30px 'Montserrat';
    color: #262265;
    text-align: left;
    background: inherit;
}
/*Items in the drop down of the nav menu*/
.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a {
    height: 26px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding: 21px 30px 21px 0;
    font: normal 22px/26px/30px 'Montserrat';
    color: #262265;
    text-align: left;
    background: inherit;
}
/*Color of the background of the dropdown for the nav menu, and whether or not the dropdown is automatically shown*/
.WaGadgetMenuHorizontal .menuInner ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    min-width: 200px;
    background: rgb(197, 197, 197);
}

/*Color a menu item becomes when selected*/
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
    color: #7a1315;
}
/*Color when you hover over a nav menu item*/
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a {
    background-color: #7a1315;
    color: rgb(231, 231, 231);
}
/*Color when you hover over an inner menu item*/
.WaGadgetMenuHorizontal .menuInner ul.secondLevel>li>.item:hover>a {
    background-color: #7a1315;
    color: rgb(231, 231, 231);
}

/*Color when a menu item with dropdowns is selected*/
.WaGadgetMenuHorizontal .menuInner ul ul li.sel>.item>a {
    background: rgb(231, 231, 231);
    color: #7a1315;
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li.sel>.item>a {
    color: #7a1315;
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li>.item:hover>a {
    background-color: #7a1315;
    color: rgb(231, 231, 231);
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel {
    position: relative;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgb(231, 231, 231);
    z-index: 40000;
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li {
    border-top: rgb(231, 231, 231);
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.secondLevel>li>.item>a {
    background-color: rgb(231, 231, 231);
    color: #262265;
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.secondLevel>li>.item:hover>a {
    background-color: #7a1315;
    color: rgb(231, 231, 231);
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul ul {
    display: none;
    position: static;
    left: auto;
    top: auto;
    background: inherit;
}

.WaGadgetUpcomingEvents ul li .title>a{
    color:#262265;
}

.WaGadgetUpcomingEvents ul li .title:hover>a{
    color:#7a1315;
}

.navigationOuterContainer .navigationContainer .right input.nextButton, .navigationOuterContainer .navigationContainer .right input.typeButton, .navigationOuterContainer .navigationContainer .right input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 8px 15px 9px 15px;
    margin: 0;
    height: auto;
    text-transform: none;
    outline: 0;
    border: 0;
    background-color: #7a1315;
    -webkit-appearance: none;
    font: normal 20px 'Open sans';
    color: white;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

.navigationOuterContainer .navigationContainer .left input.nextButton, .navigationOuterContainer .navigationContainer .left input.typeButton, .navigationOuterContainer .navigationContainer .left input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 8px 15px 9px 15px;
    margin: 0;
    height: auto;
    text-transform: none;
    outline: 0;
    border: 0;
    background-color: #7a1315;
    -webkit-appearance: none;
    font: normal 20px 'Open sans';
    color: white;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

.WaGadgetLoginButton a{
    display: inline-block;
    font: normal 18px 'Open sans';
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    background-color: #7a1315;
    border-radius: 10px;
}

.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0;
    height: auto;
    text-transform: none;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    font: normal 18px/1.25 'Open Sans';
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-color: #7a1315;
    color: white;
}

@media (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: fit-content;
    display: block;
}
}


@media (max-width: 616px){
.s3_grid_12 {
    width: inherit;
}
}

.s1_grid_12 {
    margin-left: 10px;
    margin-right: 0;
}

.WaGadgetContactProfile .topButtonsOuterContainer .inner input.typeButton {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0;
    height: auto;
    text-transform: none;
    outline: 0;
    border: 0;
    background: #7a1315;
    -webkit-appearance: none;
    font: normal 20px/1.25 'Open Sans';
    font-weight: bold;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 10px;
}

.generalFieldsContainer .fieldSubContainer input[type=submit], .generalFieldsContainer .fieldSubContainer input.typeButton {
    position: relative;
    display: inline-block;
    padding: 8px 15px 9px 15px;
    margin: 0;
    height: auto;
    text-transform: none;
    outline: 0;
    border: 0;
    background: #262265;
    -webkit-appearance: none;
    font: normal 20px/1.25 'Open Sans';
    font-weight: bold;
    color: white;
    white-space: nowrap;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight .inner {
    max-height: 1000px;
    overflow: hidden;
}

.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    display: inline-block;
    color: #262265;
}

/*Image within upcoming events gadget*/
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight .inner {
    max-height: 1000px;
}

/*Rules for when the screen is below a certain width*/
@media (min-width: 616px){
    .WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight .inner {
        max-height: 1000px;
        justify-content: right;
        display: inline-block;
        /*padding-left: 380px;*/
        margin-left: 29%
    }
}