.displayNone {
    display: none;
}

.width100 {
    width: 100%
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.mce-edit-focus {
    padding: 5px !important;
}

p, a {
    font-size: 18px;
}

.navActive {
    text-decoration: underline;
}

.vibrantButton {
    background: linear-gradient(to right, #E90A89, #F26423) !important;
    color: white !important;
}

.pageContainer {
    background-color: white;
    border-top: solid 2px #f5f5f5;
}

.orangeText {
    color: #ec752f;
}

a.orangeText {
    text-decoration: none;
}

a.orangeText:hover {
    color: #ec752f;
    text-decoration: underline;
}

.grayText {
    color: #545454;
}

a.grayText {
    text-decoration: none;
}

a.grayText:hover {
    color: #545454;
    text-decoration: underline;
}


.whiteText {
    color: white;
}
.whiteText:hover {
    color: white;
}

.paragraphText {
    font-size: 18px;
    text-align: justify-all;
}

.paragraphText a {
    color: #ec752f;
    text-decoration: none;
}

.paragraphText a:hover {
    color: #ec752f;
    text-decoration: underline;
    cursor: pointer;
}

.breadCrumb > * {
    font-size: 12px;
}

div.breadCrumb span {
    cursor: pointer;
}

.orangeBg {
    background: #ec752f;
}

.lightGrayBg {
    background: lightgray;
}

.darkGrayBg {
    background-color: #545454;
}

#findLocationContainer {
    max-width: 100%;
    background: #eeeeee;
}

#goBtn {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}

[data-content-id]:focus a {
    pointer-events: none !important;
}

blockquote::before {
    margin: 0 0 1rem;
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

blockquote, blockquote::before {
    color: #999;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    color: #999;
}

.modal-dialog .btn {
    background-color: #ef3c34;
    border: 1px solid #ef3c34;
}

.dropdown-item:focus {
    color: white;
    background: #ef3c34;
}

::selection {
    color: white;
    background: #ef3c34;
}

/** phone */
@media only screen and (max-width: 459px) {
    #navLinkContainer {
        height: 175px !important;
    }
}
