@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@font-face {
    font-family: FontAwesome ;
    src: url(/siteassets/Webfonts/fa-solid-900.ttf);
}
body.ms-backgroundImage {
    padding: 20px;
}
.categories {
    display: inline-block;
    border: 1px solid;
    padding: 10px 16px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 32px;
    transition: all .2s ease-in-out;
}
h1 {
    color: #262626;
    line-height: 1.4;
    font-weight: 600;
}
.categories:hover {
    transform: scale(1.05);
    color: #fff;
    text-decoration: none !important;
}
.categories:visited {
    color: #fff;
    border: none;
}
.popup__close:visited {
    color: #000;
}
.popup__close:hover {
    text-decoration: none;
    color: #11111187;
}
.button {
    display: inline-block;
    border: 1px solid;
    border-color: #012766;
    background: #012766;
    padding: 10px 16px;
    border-radius: 4px;
    color: #ffffff;
}

[id^=lightBox] {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: .1s ease-in;
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0.0s
    
}
[id^=lightBox]:target {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 99999;
    overflow-x: hidden;
    transform: translateX(0%);
    transition: .3s ease-in;
    transition-delay: 0.1s;
    opacity: 1;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0.2s
}
[id^=box] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
[id^=box]:target {
    display: flex;
    justify-content: center;
    align-items: center;
}
[id^=popatron] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
[id^=popatron]:target {
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
}
.lightPop {
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b3;
}
.popup__over{
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b3;
}
.popup__cover {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b3;
}
.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 30%;
    right: 0;
    padding: 58px 32px 32px 32px;
    background: #fff;
    height: 100%;

}

[id^= light__wrapper] {
    position: fixed;
    z-index: 9;
    width: 80%;
    right: 8%;
    padding: 58px 32px 32px 32px;
    background: #fff;
    height: 99%;
}
[id^= p__wrapper] {
    position: fixed;
    z-index: 9;
    width: 80%;
    right: 8%;
    padding: 58px 32px 32px 32px;
    background: #fff;
    height: 99%;
    display: flex;
    flex-direction: column;
}
.popup__close {
    position: absolute;
    top: 16px;
    right: 26px;
}
.docFolder {
    width: 100%;
    height: inherit;
}
.folder {
    width: 100%;
    height: inherit;
}

.iframe #document {
    background-color: #012766;
}

.categories {
    width: 200px !important;
    height: 200px !important;
    margin: 20px;
    background-color: #5B8DA6;
    text-align: center;
}
.categories:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: url(/siteassets/images/house.png); 
    color: #ffffff20;
    font-size: 9rem;
}
a.categories.PhoneBank {
    background-image: url(/siteassets/images/Phone-a-friend-logo-v2.png);
    background-size: 185px;
    background-repeat: no-repeat;
    background-position: center;
}
.popup__close::before {
    content: "\f00d";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 1em;
}
.AdvocacyResources:before {
    content: "\f66f";
}
.GeneralFundraising:before {
    content: "\f4c0";
}
.AristotleOnlineFundraising:before {
    content: "\f4c0";
}
.MajorInvestorAndEventFundraising:before{
    content: "\f79f";
}
.PhoneBank:before {
    content: ""; /* \f2a0 */
}
.StateAssociationDataEntry:before {
    content: "\f093";
}

.touchPoints {
    width: 100%;
    min-height: 400px;
}
.touchContain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 4em;
    padding-bottom: 2em;;
}
.catSec{
    width: 100%;
    min-height: 500px;
    margin-top: 100px;
    background-color: antiquewhite;
}
.documents {
    display: block;
}
section {
    max-width: 1200px;
    margin: auto;
}
.touchBack {
    position: absolute;
}
.global-header {
    display: flex;
    height: 100px;
    max-width: 1210px;
    margin: auto;
    padding: 10px 0px;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom: 1px #d3d3d3 solid;
    background-image: url(/SiteAssets/images/RealtorLibrary-HeaderBGwithLogo.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.left-header {
    height: 60px;
    margin-left: -5px;
    display: none;
}
img.left-footer {
    height: 95px;
    margin-top: 18px;
}
.right-header {
    height: 100%;
    display: none;
}
.page-banner {
    max-width: 1200px;
    margin: auto;
    background-color:#f5f5f5;
    border-radius: 2px;
    padding: 5px;
}
.footer-contents {
    max-width: 1200px;
    display: flex;
    justify-content: start;
}

.footer-contents p {
    margin: 0;
    margin-left: 20px;
}
.touchContent {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 240px;
}
.page-banner a {
    text-decoration: none;
}

.touchContent p {
    word-wrap: break-word;
}

.ordered-files a {
    background-color: #0056cf;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.ordered-files {
    margin-top: 50px;
}
.files a {
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111;
    font-size: 1.25em;
}

.popatron{
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.popup__close {
    color: #111;
    font-size: 2em;
    text-decoration: none ;
}

[id^= fileCons] a {
    text-decoration: none;
    padding: 5px;
    background-color: #7badc6;
    border-radius: 15px;
    margin: 10px;
    color: #fff;
}
[id^= fileCons] {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    height: auto;
    background-color: #52565924;
}
.footerContacts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: left;
    margin-top: 10px;
}
.contact {
    padding: 5px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact:last-child {
    flex: auto;
    place-content: end;
    flex-wrap: wrap;
    right: 85px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .contact:last-child {
        right: 77px;
    }
}
@media screen and (max-width: 1140px) {
    .contact:last-child {
        right: 70px;
    }
}
@media screen and (max-width: 970px) {
    .contact:last-child {
        right: 67px;
    }
}
@media screen and (max-width: 920px) {
    .contact:last-child {
        right: 67px;
    }
}
@media screen and (max-width: 880px) {
    .contact:last-child {
        right: 58px;
    }
}
@media screen and (max-width: 830px) {
    .contact:last-child {
        place-content: center;
        right: unset;
    }
}
.contact a {
    text-transform: lowercase;
}
.contact p {
    margin: 0;
}
.foot {
    margin-bottom: 50px;
    display: flex;
}
.footer {
    border-top: 1px solid #d3d3d3;
}
.thumbnail {
    text-align: center;
    font-size: 1.25em;
    word-wrap: break-word;
    width: 150px;
    transition: all .2s ease-in-out;
}
.thumbnail:hover {
    transform: scale(1.05);
    color: #fff;
}

.currentThumb {
    background-color: #4d7e91 !important;
}
.sub-categories:hover {
    background-color: #063a83;
}

.files a {
    color: #0d6efd
}

.files a:hover {
    color: #7ca9ed;
}

img#phoneAFriend {
    object-fit: contain;
    width: 320px;
}
#imageArea3 {
    display: flex;
    justify-content: center;
    padding: 20px;
}


/* Overlay adjustments */
#lightBox1 .popup__overlay, #lightBox1 .popup__wrapper {
    top: 0;
    height: 130%;
}
#lightBox2 .popup__overlay, #lightBox2 .popup__wrapper   {
    top: 0;
    height: 160%;
}
#lightBox3 .popup__overlay, #lightBox3 .popup__wrapper {
    top: 0;
    height: 110%;
}
@media screen and (max-width: 1600px) {
    .popup__wrapper {
        width: 50%;
    }
    h3.panelTitle {
        font-size: 26px;
    }
    .popup__wrapper p {
        font-size: 17px;
        line-height: 24px;;
    }
    .files a {
        font-size: 17px;
        line-height: 24px;
    }
}
/* End */
@media screen and (max-width: 1050px) {
    .foot {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 900px) {
  
}
@media screen and (max-width: 750px) {
    .contact {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .contact {
        width: 100%;
    }
    .popup__wrapper {
        width: 75%;
       }
    .global-header a {
        height: 60px;
    }
    .global-header {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}
img#fundRaising {
    width: 100%;
}