/* Paste your custom CSS code in this box */
/* Code to change page width start*/
.container_12{
    width: 1800px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1799px) and (min-width: 600px){.container_12{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1800px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
    .container_12{
        margin-left: auto;
        margin-right: auto;
        width:100%;
        max-width: 600px;
        min-width: 320px;
        display: block;
    }
}

/*Login button top*/
.WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer {
    width: 432px;
    border: 1px solid #009685;
    font-family: Gotham-regular, Helvetica, Arial, sans-serif;
}


.WaGadgetLoginForm {
    font-family: Gotham-regular, Helvetica, Arial, sans-serif !important;
    overflow: visible;
}

.WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .profileBox a {
    font-family: Gotham-regular, Helvetica, Arial, sans-serif !important;
}

.WaGadgetLoginForm .loginContainerWrapper.authenticated .loginContainer .loggedAction .loginBoxLogout {
    background: 0;
    border: 0;
    color: #009685;
   font-family: Gotham-regular, Helvetica, Arial, sans-serif !important;
    outline: 0;
    text-decoration: none;
}

/*buttons*/
a.stylizedButton.buttonStyle003 {
    background: #009685;
    color: white;
    font-size: 18px;
    padding: 13px 30px 15px 30px;
    min-width: 145px;}


a:hover.stylizedButton.buttonStyle003 {
    background: #009685;
    color: white;
    font-size: 18px;
    padding: 13px 30px 15px 30px;
    min-width: 145px;}    

a.stylizedButton.buttonStyle001 {
    background: #009685;
    color: white;
    font-size: 18px;
    padding: 13px 30px 15px 30px;
    min-width: 145px;}

a:hover.stylizedButton.buttonStyle001 {
    background: #009685;
    color: white;
    font-size: 18px;
    padding: 13px 30px 15px 30px;
    min-width: 145px;}  

a.stylizedButton.buttonStyle002 {
    background: #cb3727;
    color: white;
    font-size: 18px;
    padding: 13px 30px 15px 30px;
    min-width: 145px;}

a:hover.stylizedButton.buttonStyle002 {
    background: #f79348;
    color: white;
    font-size: 18px;
    padding: 13px 30px 15px 30px;
    min-width: 145px;}

    /*Articles*/
.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    font-family: Gotham-bold, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    color: #009685
}

a:hover.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    font-family: Gotham-bold, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    color: #009685
}

.WaGadgetBlog.WaGadgetBlogStateList #idAddNewPostButtonContainer input[type=submit] {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 14px 6px 14px;
    background-color: #009685;
    border: 0;
    color: white;
    font-family: Gotham-regular, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    height: auto;
    margin: 10px 0;
    outline: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
    white-space: nowrap;
    min-width: 92px;
}

.WaGadgetBlog .blogEntryOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle {
    color: #949493;
    font-family: Gotham-bold, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

/*Events*/

.WaGadgetUpcomingEvents .gadgetStyleBody ul li .title a {
    font-family: Gotham-bold, Helvetica, Arial, sans-serif !important;
}

.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    color: #009685;
    font-family: Gotham-bold, Helvetica, Arial, sans-serif !important;
    text-decoration: none;
}

.WaGadgetEvents.WaGadgetEventsStateList .pastEventsOuterContainer h3.sectionTitle {
    color: inherit;
    font-family: Gotham-bold, Helvetica, Arial, sans-serif;
    margin: 0 0 15px 0;
}

.WaGadgetEvents.WaGadgetEventsStateCalendar h3 {
    color: #009685;
    font-family: Gotham-bold, Helvetica, Arial, sans-serif !important;
    margin: 0;
}

.gadgetStyle003 .gadgetStyleTitle h4 {
    color: #009685;
    font: 500 30px/normal gotham-regular !important;
    margin: 0.5em 0 0.5em 0;
    overflow: hidden;
    text-transform: uppercase;

}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li:last-child.dir>.item>a, .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.last-child.dir>.item>a {
    padding-right: 32px;
}

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 14px 6px 14px;
    background-color: #009685;
    border: 0;
    color: white;
    font: 300 18px / normal Lato;
    text-transform: uppercase;
    height: auto;
    margin: 10px 0;
    outline: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
    white-space: nowrap;
    min-width: 92px;
}