.WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: 0;
    color: #b81b1b;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .home-title {
        font-size:16pt !important;
    }
}

@media only screen and (min-width:769px){
sup{
position:relative;
font-size: 0.8em;
bottom:2.0em;"
}
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 26px;
    padding: 26px 13px 27px;
    background: #286300;
    color: #ffffff;
    font: normal 18px/26px 'Ubuntu Condensed','Arial',sans-serif;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.fieldSubContainer .typeInstruction {
    width: 310px;
    padding: 1px 0 0 0;
    color: #959595;
    font-style: italic;
}

/* Packages */
.packages
{
//padding: 1em;
//border-left: solid .25em #AA3F41;
}
.package_module {
    box-shadow:10px 10px 10px#881215;
}

.packages_content
{
float: left;
width:50%;
}

.packages h2 {
    font-size: 2.5rem;
    margin-bottom: 0px;
}

.packages h3
{
//padding-bottom: 1em;
//border-bottom: solid 2px #35720d
}

.packages_image
{

}

.packages_cta
{
    text-transform: uppercase;
    color:#35720d;
    font-size:1em;
    background-color:white;
    border: 1pt #b81b1b solid;
    box-shadow:10px 10px 10px#881215;
    text-align: center;
    padding: 10px;
    width: 50%;
    text-decoration: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.button
{
color:white !important;
background-color:#35720d;
padding: 1em;
text-align: center;
width: 50%;
display: block;
border-radius: 8pt;
border: .20em solid #35720d;
}

.button:hover
{
color:#35720d !important;
background-color:white;
padding: 1em;
text-align: center;
width: 50%;
border: .20em solid #35720d;
display: block;
border-radius: 8pt;
}