.logo {
    width: 400px;
    max-width: 100%;
    margin: 0;
    float: left;
    margin-top: 33px;
}
#logorow .grid_12 .banner_page_title {
    font-size: 35px;
    width: 561px;
    max-width: 65%;
}
@media only screen and (max-width: 959px) {
.header-links-wrapper {
    position: initial;
    top: 68px;
    right: 0px;
    background: #1876D1;
    height: auto;
    max-height: none;
    bottom: 0px;
    z-index: 9999;
    padding-right: 45px;
    margin-right: 5%;
}}
@media only screen and (max-width: 959px) {
.headermenu ul {
  display: block !important;
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #1876D1 !important;
  padding-top: 5%;
  padding-right: 5%;
  margin-left: 4%;
}}
@media only screen and (max-width: 959px) {
.headermenu {
    float: left;
    margin-top: 15px;
    width: 60%;
}}
@media only screen and (max-width: 959px) {
.logo {
    position: absolute;
    top: 0px;
    left: 80px;
    margin: 27px;
}}
@media only screen and (max-width: 959px) {
#toprow .grid_8 {
  overflow: hidden;
  padding-top: 20%;
  box-sizing: border-box;
  background: #fff;
}}
@media only screen and (max-width: 479px){
#logorow .grid_12 .banner_page_title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    width: 561px;
    max-width: 65%;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px;
}}
.facebookbutton.catfish-button {
    visibility: hidden !important;
}
/*myAccount_PHOTO ALBUM PAGE*/
.file-upload-button {
    background-color: #ef0505;
    border: 0;
    border-radius: 0;
    display: inline-block!important;
    height: 33px;
    font-family: "Campton-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    margin: 5px auto 5px auto;
    padding: 7px 7px 7px 7px;
    color: #fff;
    webkit-border-radius: 0;
}
.subtitle {
color: red !important;
letter-spacing: normal;
font-weight: bold;
}
.imageItem img{
min-height: auto;
min-width: auto;
}
.albumManagement, .uploadControl {
    padding: 1%;
    display: block;
    width: 250px;
    margin-left: 2PX;
}
.category-page-title, .navigationmenu h6, .page-title h1 {
    display: block;
}

#btn_updatepreview {
display: block !important;
}
.password-recovery-page {
    float: left;
    display: block;
}
img {
background-color: #ecf4f5;
}







/*THIS MAKES THE POSITION FOR THE CHECKBOX AND TEXT*/

.returning-wrapper .table-container #RememberMe 
{
    display: block;
    margin-left: 10px;
    margin-bottom: -2px;
}



/*LOWERS THE BOLDNESS OF TEXT*/

label, legend 
{
    font-weight: 400;
}



/*THIS MOVES THE TEXT UP TO LINE UP WITH CHECKBOX*/

.returning-wrapper .table-container #RememberMe ~ label 
{
    float: right;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: -12px;
}



/*THIS REMOVES ADDITIONAL CHECKBOX THAT POPULATES IN WRONG AREA*/

.returning-wrapper .table-container input#RememberMe:checked ~ label:before 
{
    display:none!important;
}



/*THIS MOVES THE FORGOTTEN PASSWORD DOWN TO LINE UP BETTER WITH CHECKBOX AND TEXT*/

.returning-wrapper .table-container .forgot-password 
{
    margin-top: -2px;

}



