.membersContainer {
    border: solid 1px #7da8ba;
    margin: 0;
    max-width: 60vw;
    position: relative;
    margin-top: 50px;
}

@media (max-width: 599px) {
    .membersContainer {
        max-width: 100vw;
    }
}

.contentTitle {
    text-align: center;
} 
 
.fine-print {
    text-align: center;
    padding: 20px;
}
 
 .members-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 599px) {
    .members-content {
        display: block;
   }
}
.members-content .single-item {
    width: calc(50% - 30px);
    margin-bottom: 50px;
    padding: 0 20px;
}
@media (max-width: 599px) {
    .members-content .single-item {
        width: 100%;
   }
}
.members-content h3 {
    margin-top: 10px;
}
.members-content svg {
    width: 60px;
    height: 60px;
    fill: #000;
}
.members-content .single-item a:hover svg, .members-content .single-item a:focus svg {
    fill: #444;
}
/***********************OCM STUFF******************************/
.membership-controls {
    display: flex;
    justify-content: center;
}
.membership-controls .membership-error {
    background-color: #a91308;
    padding: 0 10px;
}
.membership-controls .member-links {
    display: flex;
    justify-content: center;
}
.membership-controls .member-links li {
    margin: 0 12px;
    list-style: none;
}
.membership-controls .form-control {
    width: 500px;
    margin: 12px 0;
}
.membership-controls .form-control input {
    height: 45px;
    width: 100%;
}

@media (max-width: 599px) {
    .membership-controls .form-control {
        width: 100%;
    }
}
.membership-controls .form-checkbox {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.membership-controls .form-checkbox p {
    margin: 0;
}
.membership-controls .form-checkbox input {
    margin: 0 0 0 12px;
}
.membership-controls .button-style-1 {
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    color: white;
    border: none;
    transition: background .3s ease;
    background: #7da8ba;
    background-image: linear-gradient(to bottom,#7da8ba,#4c718a);
    background-repeat: repeat-x;
    border-radius: 0;
    line-height: 1;
    padding: 10px 30px;
    font-size: 1.6rem;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.15);
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    border-radius: 4px 4px 4px 4px;
}

.button-style-1:hover {
    background: #557c96;
    color: #fff;
}
.membership-controls .membership-logged-in {
    width: 100%;
    height: 100px;
    /* margin-bottom: 40px; */
    padding: 0 20px;
    /* border: 1px solid #000; */
}

.logged-in-controls {
    display: flex;
    text-align: center;
    align-items: center;
}

.membership-controls .membership-logged-in form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

@media (max-width: 599px) {
    .membership-controls .membership-logged-in {
        height: initial;
        padding-bottom: 20px;
    }
    .membership-controls .membership-logged-in form {
        height: initial;
        flex-direction: column;
        text-align: center;
   }
   .logged-in-controls {
    flex-direction: column;
   }
}
.membership-controls .membership-logged-in .sign-out-button {
    background-color: #557C96;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    margin-left: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 1.6rem;
    border: none;
    transition: background .3s ease;
    background: #7da8ba;
    background-image: linear-gradient(to bottom,#7da8ba,#4c718a);
    background-repeat: repeat-x;
    padding: 10px 30px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.15);
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    border-radius: 4px 4px 4px 4px;
}
.membership-controls .membership-logged-in .sign-out-button:focus, .membership-controls .membership-logged-in .sign-out-button:hover {
    background: #557c96;
    color: #fff;
}

/* .sign-out-button {
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    color: white;
    border: none;
    transition: background .3s ease;
    background: #7da8ba;
    background-image: linear-gradient(to bottom,#7da8ba,#4c718a);
    background-repeat: repeat-x;
    border-radius: 0;
    line-height: 1;
    padding: 10px 30px;
    font-size: 1.6rem;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.15);
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    border-radius: 4px 4px 4px 4px;
} */

/* .sign-out-button:hover {
    background: #557c96;
    color: #fff;
} */
