/* NAVIGATION ITEMS */
.p-nav-buttons p {
    margin: 0;
}

.p-nav-buttons .p-nav-btn {
    display: block;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #0f145b;
    border: 1px #0f145b solid;
}

.p-nav-buttons .p-nav-btn:hover {
    color: #0f145b;
    background-color: #ffffff;
}

.p-breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.p-breadcrumbs li {
    display: inline;
}

.p-breadcrumbs li+li:before {
    padding: 3px;
    color: black;
    content: ">";
}

/* HOMEPAGE ALERT */
.p-alert a {
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    color: #ffffff;
    background-color: #0f145b;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.p-alert a:hover {
    text-decoration: underline;
}

/* LSGP PAGES */
.p-lsgp-selection {
    text-align: center;
}

.p-lsgp-selection img {
    width: 100%;
    height: auto;
}

.p-lsgp-subpage {
    display: table;
}

.p-lsgp-subpage-image {
    display: table-cell;
    vertical-align: middle;
}

.p-lsgp-subpage-image img {
    margin-right: 15px;
}

.p-lsgp-subpage-desc {
    display: table-cell;
    vertical-align: middle;
}

/* GIFT PAGES */
.p-gifts img {
    width: 100%;
    height: auto;
}

.p-gifts .p-col-4 {
    margin-bottom: 15px;
}

.p-gift-tabs {
    width: 100%;
    text-align: right;
    border-bottom: 4px #0f145b solid;
    margin: 15px 0 20px;
}

.p-gift-tabs p {
    margin: 0;
}

.p-gift-tabs a {
    position: relative;
    display: inline-block;
    width: 120px;
    padding: 5px;
    color: #0f145b;
    text-align: center;
    border: 1px #0f145b solid;
    border-bottom: 0;
    margin-bottom: -3px;
    text-decoration: none;
}

.p-gift-tabs a:hover {
    color: #fff;
    background-color: #0f145b;
}

.p-gift-tabs .active {
    color: #fff;
    background-color: #0f145b;
    pointer-events: none;
    cursor: default;
}

.p-gift-tabs .active::before {
    position: absolute;
    top: 100%;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0f145b;
    left: 37%;
}

.p-gift-thumbnails {
    text-align: center;
}

.p-gift-thumbnails a {
    display: inline-block;
    width: 100%;
    max-width: 175px;
    margin-bottom: 15px;
}

.p-gift-thumbnails img {
    width: 100%;
    height: auto;
}

#p-gift-diagram img {
    width: 100%;
    height: auto;
}

.p-gift-ns {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.p-gift-ns p {
    margin: 0;
}

.p-gift-ns .p-gift-ns-left,
.p-gift-ns .p-gift-ns-right {
    display: table-cell;
    width: 48%;
}

.p-gift-ns .p-gift-ns-middle {
    display: table-cell;
    width: 4%;
}

.p-gift-ns .p-gift-ns-title {
    display: block;
    margin: 0 !important;
    padding: 10px;
    color: #ffffff;
    background-color: #0f145b;
}

.p-gift-ns .p-gift-ns-content {
    padding: 15px;
}

.p-gift-ns-border {
    border: 1px #0f145b solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ps-gift-ns-fullwidth .p-gift-ns {
    margin-bottom: 0;
}

/* FORMS */
.p-form #p-hpc {
    display: none;
    visibility: hidden;
}

.p-form .p-form-container {
    display: table;
}

.p-form .p-form-row {
    display: table-row;
}

.p-form input[type=checkbox] {
    display: table-cell;
    vertical-align: top;
}

.p-form .p-form-label {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.p-form-contact {
    display: table;
    width: 100%;
    max-width: 650px;
}

.p-form-contact .p-form-contact-row {
    display: table-row;
}

.p-form-contact .p-form-contact-label {
    display: table-cell;
    width: 17%;
    vertical-align: top;
}

.p-form-contact .p-form-contact-input {
    display: table-cell;
    width: 83%;
    vertical-align: top;
}

.p-form-contact .p-form-contact-full {
    display: table-cell;
    -webkit-column-span: 2;
    -moz-column-span: 2;
    column-span: 2;
    width: 100%;
    vertical-align: top;
}

.p-form-contact textarea,
.p-form-contact input[type=text],
.p-form-contact input[type=email] {
    width: 100%;
}

.p-form-contact fieldset {
    padding: 0;
    border: none;
}

.p-required {
    color: #e31c3d;
}

/* GIFT COMPAIRSON CHART */
.p-chart-buttons {
    width: 100%;
    margin: 15px 0;
    text-align: right;
}

.p-chart-container {
    display: table;
    width: 100%;
}

.p-chart-row {
    display: table-row;
}

.p-chart-row:nth-child(odd) {
    background: #F1F1F1;
}

.p-chart-benefit,
.p-chart-desc,
.p-chart-gift {
    display: table-cell;
    width: 30%;
    padding: 10px;
    vertical-align: middle;
}

.p-chart-select {
    display: table-cell;
    width: 10%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.p-chart-desc ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.p-chart-header {
    color: #fff !important;
    background-color: #0f145b !important;
}

.p-chart-results {
    width: 100%;
    border-collapse: collapse;
}

.p-chart-results td {
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.p-chart-results .p-chart-results-gift {
    width: 70px;
    color: #fff;
    background-color: #0f145b;
    text-align: center;
}

.p-chart-results .p-chart-results-highlight {
    background: #f5f5f5;
}

.p-chart-results .p-chart-results-check {
    text-align: center;
}

/* BLOG */
.p-featured-blog, .p-blog-summary {
    padding: 24px;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

.p-featured-blog {
    background-color: #f5f5f5;
}

.p-blog-date {
    font-weight: bold;
}

.p-blog-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.p-blog-pagination {
    border-top: 1px #000 dotted;
    margin: 5px 0 25px 0;
    padding: 5px 0 0 0;
}

.p-blog-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-blog-share li {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}

.p-blog-share .p-blog-share-facebook,
.p-blog-share .p-blog-share-twitter,
.p-blog-share .p-blog-share-linkedin,
.p-blog-share .p-blog-share-google,
.p-blog-share .p-blog-share-email {
    background-image: url(../../images/pentera/pentera_blog_social.png);
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.p-blog-share .p-blog-share-facebook {
    background-position: 0 0;
}

.p-blog-share .p-blog-share-twitter {
    background-position: -21px 0;
}

.p-blog-share .p-blog-share-linkedin {
    background-position: -42px 0;
}

.p-blog-share .p-blog-share-google {
    background-position: -63px 0;
}

.p-blog-share .p-blog-share-email {
    background-position: -84px 0;
}

.p-blog-share .p-blog-share-facebook:hover {
    background-position: 0 -21px;
}

.p-blog-share .p-blog-share-twitter:hover {
    background-position: -21px -21px;
}

.p-blog-share .p-blog-share-linkedin:hover {
    background-position: -42px -21px;
}

.p-blog-share .p-blog-share-google:hover {
    background-position: -63px -21px;
}

.p-blog-share .p-blog-share-email:hover {
    background-position: -84px -21px;
}

/* EBROCHURES */
.p-eb-container .p-eb-row {
    display: table;
}

.p-eb-container .p-eb-row .p-eb-checkbox {
    display: table-cell;
    vertical-align: top;
}

.p-eb-container .p-eb-row .p-eb-description {
    display: table-cell;
    vertical-align: top;
}

.p-eb-container .p-eb-row .p-eb-description label {
    font-weight: bold;
}

/* GENERAL STYLES */
.p-content .p-back {
    margin-top: 20px;
}

.p-content .p-copyright {
    text-align: center;
}

.p-content .p-align-right {
    text-align: right;
}

.p-content .p-no-padding {
    padding: 0 !important;
}

.p-content .p-align-middle {
    text-align: center;
}

.p-content .p-valign-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-content .donors {
    text-align: center;
}

.p-donors-selection .p-col-4 {
    margin-bottom: 15px;
}

.p-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* MISCELLANEOUS */
.p-error {
    display: inline-block;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* GRID LAYOUT */
.p-container {
    width: 100%;
}

.p-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.p-col-nowidth,
.p-col-12,
.p-col-11,
.p-col-10,
.p-col-9,
.p-col-8,
.p-col-7,
.p-col-6,
.p-col-5,
.p-col-4,
.p-col-3,
.p-col-2,
.p-col-1,
.p-col-12-nonresponsive,
.p-col-11-nonresponsive,
.p-col-10-nonresponsive,
.p-col-9-nonresponsive,
.p-col-8-nonresponsive,
.p-col-7-nonresponsive,
.p-col-6-nonresponsive,
.p-col-5-nonresponsive,
.p-col-4-nonresponsive,
.p-col-3-nonresponsive,
.p-col-2-nonresponsive,
.p-col-1-nonresponsive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-col-12,
.p-col-12-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-11,
.p-col-11-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-10,
.p-col-10-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-9,
.p-col-9-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-8,
.p-col-8-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-7,
.p-col-7-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-6,
.p-col-6-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-5,
.p-col-5-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-4,
.p-col-4-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-3,
.p-col-3-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-2,
.p-col-2-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.p-col-1,
.p-col-1-nonresponsive {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

/* SEARCH PAGE */
.search-block .pagination {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px #cccccc solid;
    text-align: center;
}

.search-block .pagination li {
    display: inline;
    padding: 0 10px;
}


/* RESPONSIVE */
@media all and (max-width: 767px) {
    .p-row {
        max-width: 300px;
        margin: 0 auto;
    }

    .p-col-nowidth,
    .p-col-12,
    .p-col-11,
    .p-col-10,
    .p-col-9,
    .p-col-8,
    .p-col-7,
    .p-col-6,
    .p-col-5,
    .p-col-4,
    .p-col-3,
    .p-col-2,
    .p-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .p-col-3,
    .p-col-3-nonresponsive {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .p-lsgp-subpage-image {
        display: block;
        text-align: center;
    }

    .p-lsgp-subpage-desc {
        display: block;
        text-align: center;
    }

    .p-gift-ns {
        margin-bottom: 0;
    }

    .p-gift-ns .p-gift-ns-left,
    .p-gift-ns .p-gift-ns-right {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .p-gift-ns .p-gift-ns-middle {
        display: none;
        visibility: hidden;
    }

    .ps-gift-ns-fullwidth .p-gift-ns-left,
    .ps-gift-ns-fullwidth .p-gift-ns-right {
        margin-bottom: 0;
    }

    .p-form-contact .p-form-contact-input,
    .p-form-contact .p-form-contact-label {
        display: block;
        width: 100%;
    }
}
























.p-content #breadcrumbs {
    display: none;
}


.pentera_alert {
    margin-bottom: 40px;
}

#pentera-front-alert {
    margin-bottom: 8px;
}

#pentera-front-alert a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #0080a3;
    border-bottom: 0;
    display: block;
    padding: 8px 16px;
    text-align: center;
}

#pentera-front-alert a:hover {
    background: #00b1a9;
}

.pentera_alert br {
    display: none;
}

@media screen and (max-width: 1366px) {
    .cb13-body .container {
        padding-top: 0 !important;
    }
}

.p-content h1 {
    margin-top: 0;
}


.features .row {
    margin: 80px 0;
}

.row-even {
    flex-direction: row-reverse;
}

.main-imge {
    position: relative;
}

.main-imge:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: -24px;
    left: -24px;
    position: absolute;
    border-bottom-right-radius: 90px;
}

.main-imge img {
    z-index: 1;
    position: relative;
    border-bottom-right-radius: 90px;
}

.main-imge-1:before {
    background: #377ab9;
}

.main-imge-2:before {
    background: #76489d;
}

.main-imge-3:before {
    background: #598143;
}

@media screen and (max-width: 767px) {
    .col-md-6 {
        margin-bottom: 40px;
    }

    .main-imge:before {
        top: -12px;
        left: -12px;
    }
    
    
    .p-content .container.features {
        padding: 0 !important;
    }
}

.sidebar {
    max-height: unset;
    display: flex;
    flex-direction: column;
}

.pentera-btns {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 8px;
}

.pentera-btn {
    color: #fff !important;
    background: #c2542d;
    border: 3px solid #c2542d;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: .5px;
    padding: 12px 23px;
    font-weight: 400;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    line-height: 21px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Apercu Pro Black";
    margin-top: 10px;
    display: block;
}
.pentera-btn:hover {
    color: #fff;
}

.sidebar ul.sidebar-ul>li.menu-item>a, .sidebar ul.sidebar-ul>li.page_item>a {
    text-transform: unset;
}

.pentback {display: none}

.sidebar ul.sidebar-ul>li.menu-item:last-child, .sidebar ul.sidebar-ul>li.page_item:last-child {
    border-bottom: 0;
}

.sidebar-ul .menu-item span {
    padding: 15px 0 10px;
    display: block;
    color: #c2542d !important;
    font-family: "Apercu Pro";
    cursor: pointer;
    display: none;
}

.sidebar-ul .sidebar-ul .menu-item:first-child {
    border-top: 0;
}

@media all and (min-width: 1201px) {
.sidebar {
    overflow: visible;
}

.menu-item {
    position: relative;
}

.sidebar-ul .menu-item span {
    display: block;
}

.menu-item .sidebar-ul {
    position: absolute;
    top: 50%;
    left: 100%;
    float: unset;
    width: unset;
    z-index: 1;
    background: #f6f6f6;
    transform: translateY(-50%);
    padding: 0 20px !important;
    pointer-events: none;
    opacity: 0;
    transition: .15s all;
}

.menu-item:hover .sidebar-ul {
    pointer-events: all;
    opacity: 1;
}
}


@media all and (max-width: 1200px) {

.menu-item .sidebar-ul {
    display: block;
}

}

.pentcopy {
    display: none;
}

.p-copyright {
    background: #fff;

    justify-content: center;
}

.p-copyright p {
    max-width: 1200px;
    padding: 1rem;
    font-size: .875rem;
    line-height: 1rem;
    width: 100%;
}





.page_114 table,
.page_116 table,
.page_118 table {
    margin: 30px 0;
}

.page_114 img,
.page_116 img,
.page_118 img {
    width: 240px;
    max-width: unset;
    margin: 0 20px 0 0 !important;
}

.page_114 td,
.page_116 td,
.page_118 td {
  width: unset;
  padding: 0 !important;
  vertical-align: middle;
  border-right: 0 !important;
}

.page_114 td h3,
.page_116 td h3,
.page_118 td h3 {
    font-size: 24px !important;
    margin: 0;
    white-space: normal;
}


@media all and (max-width: 799px) {

.page_114 tr,
.page_116 tr,
.page_118 tr {
    display: flex;
    flex-direction: column;
}

.page_114 td h3,
.page_116 td h3,
.page_118 td h3 {

} 

.page_114 img,
.page_116 img,
.page_118 img {
    max-width: 100%;
    margin-bottom: 20px !important;
}

}

.page_104 table a,
.page_82 table a {
  font-family: "Plantin MT Pro" !important;
  font-size: 19px;
  line-height: 26px;
}

.page_164 table table, .page_164 table table tr {
  background: unset !important;
}

.page_164 table table td {
  border: 0;
}

@media all and (min-width: 1200px) {
#site {
    overflow: unset;
}
.sidebar, .sidebar.fixed {
    position: sticky !important;
    top: 120px !important;
    width: unset !important;
    padding: 0;
}
}



.ccm-page-id-569 .p-content > ul {
    margin: 40px auto;
    list-style: none;
    padding: 0;
}

.ccm-page-id-569 .p-content > ul > li {
    border-bottom: 1px solid rgba(28, 28, 28, .2);
    margin: 0 !important;
}

.ccm-page-id-569 .p-content > ul > li > a {
    display: block;
    font-family: "Apercu Pro" !important;
    color: blue;
    font-size: 22px;
    line-height: 29px;
    color: #00274c;
    padding: 28px 35px 28px 0;
    position: relative;
    outline: none !important;
}

.ccm-page-id-569 .p-content > ul > li > a > strong {
    font-weight: normal;
}

.ccm-page-id-569 .p-content > ul > li > a:after {
    background-position: center;
    transform: translate(0,0);
    right: 10px;
    position: absolute;
    top: 32px;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../../images/dropdown-arrow-red-down.svg);
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    background-size: 17px;
}

.ccm-page-id-569 .p-content > ul > li > div {
    margin: 0 !important;
    padding-top: 10px;
}


.sidebar ul.sidebar-ul > li.menu-item, .sidebar ul.sidebar-ul > li.page_item {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-decoration: none;
    list-style: none;
    margin: 0px;
    border-top: 1px solid rgba(77, 77, 79, 0.2);
}

.sidebar ul.sidebar-ul > li.menu-item > a, .sidebar ul.sidebar-ul > li.page_item > a {
    display: block;
    color: #d93c2e;
    padding: 15px 0px 10px;
}

.p-blog-share {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.p-blog-share p {
    margin: 0;
}

.p-content h1 {
    margin-bottom: 1rem;
}

#p-gift-diagram {
    margin-bottom: 2rem;
}



.p-lsgp-subpage {
    margin-bottom: 40px;
}

.p-lsgp-subpage-image {
    padding-right: 40px;
}

.p-content h2 {
    margin: 0 0 1rem 0;
}

.p-content input[type=checkbox], .p-content input[type=radio] {
    margin: 8px 8px 0 0;
}

.p-form-contact .p-form-contact-label {
    width: 25%;
}

.p-form-contact .p-form-contact-input {
    width: 75%;
}

.p-copyright-wrap {
    text-align: center;
}
/*
.sidebar ul.sidebar-ul>li.menu-item:last-child, .sidebar ul.sidebar-ul>li.page_item:last-child {
    border-bottom: 0;
}

.sidebar-ul .menu-item span {
    padding: 15px 0 10px;
    display: block;
    color: #c2542d !important;
    font-family: "Apercu Pro";
    cursor: pointer;
    display: none;
}
*/
.sidebar-ul .sidebar-ul .menu-item:first-child {
    border-top: 0;
}

@media all and (min-width: 1201px) {
.sidebar {
    overflow: visible;
}

.menu-item {
    position: relative;
}

.sidebar-ul .menu-item span {
    display: block;
}

.menu-item .sidebar-ul {
    position: absolute;
    top: 50%;
    left: 100%;
    float: unset;
    width: unset;
    z-index: 1;
    background: #f6f6f6;
    transform: translateY(-50%);
    padding: 0 20px !important;
    pointer-events: none;
    opacity: 0;
    transition: .15s all;
}

.menu-item:hover .sidebar-ul {
    pointer-events: all;
    opacity: 1;
}
}


.pentera-btns.resources {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .pentera-btns.resources {
        grid-template-columns: 1fr 1fr 1fr;
    }
}



@media (min-width: 1091px) {
    .dropdown-container {
        top: 150px;
    }
}