.content-wrapper {
	display: table;
	margin-top:43px;
	width: 100%;
	max-width: 1440px;
	
}

.left-col {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding-right: 5%;
}

.right-col {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.left-col h3 {
	margin-top:15px;
	margin-bottom:15px;
}

.left-col h3 a{
	color: #d64220;
	text-transform: uppercase;
	font-family: Calibre, sans-serif;
	font-weight: 700;
	font-size:30px;
	text-decoration: none;
}

.left-nav {
	padding: 0;
	margin: 0;
}

.left-nav li {
	list-style-type: none;
	margin-left: 0;
}

.left-nav li a {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #282828;
	font-family: Calibre, sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .04em;
	line-height: 1.5625;
	text-transform: uppercase;
	border-bottom: 5px solid transparent;
	color: #8c8c8c;
	display: block;
	font-size: 18px;
	text-decoration: none
}

.left-nav li a:hover {
	color: #282828;
}

.left-nav .current a {
	color: #d64220;
	border-bottom:1px #dcdcdc solid;
}

.navBtn{
	display:block;
	margin:25px 0 0 0 !important;
}

.p-content p:first-of-type,
.p-content form:first-of-type{
	margin-top:0;
}

.p-content h1 {
	margin-top: 16px;
	margin-bottom: 68px;
	font-size: 70px;
	line-height: .9333333333;
	font-family: Calibre, sans-serif;
	font-weight: 700;
	text-align: center;
}

.p-content h2 {
	font-size: 30px;
	line-height: .9333333333;
	font-family: Calibre, sans-serif;
	font-weight: 700;
}

.p-content h3 {
	font-size: 30px;
	line-height: .9333333333;
	font-family: Calibre, sans-serif;
	font-weight: 700;
}

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

.p-content input[type="text"],
.p-content input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #dcdcdc;
	border-radius: 0;
	color: #8c8c8c;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding: 0 22px;
	width: calc(100% - 60px)
}

.p-content input[type="text"]:focus,
.p-content input[type="email"]:focus {
	color: #282828
}

.p-content input[type="submit"],
.p-content input[type="button"],
.p-content input[type="reset"] {
	font-family: Calibre, sans-serif;
	font-weight: 700;
	font-size: 19px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 2px solid #dcdcdc;
	border-radius: 0;
	color: #6e6e6e;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	line-height: 57px;
	min-width: 110px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 250ms ease .1s;
	-o-transition: all 250ms ease .1s;
	transition: all 250ms ease .1s;
	white-space: nowrap;
}

.p-content input[type="submit"]:hover,
.p-content input[type="button"]:hover,
.p-content input[type="reset"]:hover {
	border-color: #b4b4b4
}

.p-content select {
	border: 2px solid #dcdcdc;
	display: inline-block;
	height: 60px;
	position: relative;
	font-family: Calibre, sans-serif;
	font-size: 18px;
}

.homeHero{
	max-height:900px;
}

.frontFeatures {
	width: 100%;
	max-width: 1440px;
	margin:30px 0 45px 0;
	padding:40px 0 0 0;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

.frontFeatures .m-block{
	padding-bottom: 0;
}

.frontFeatures .m-card-event__body{
	padding-bottom:40px;
}

.featureBlog {
	display: table;
	background-color: #d64220;
	border-top:1px solid #dcdcdc !important;
}

.featureBlog-text {
	display: table-cell;
	padding: 60px 40px;
	vertical-align: middle;
	color: #fff;
	font-family: Calibre, sans-serif;
}

.featureBlog-text p {
	margin: 0 0 20px 0;
}

.featureBlog-title {
	font-family: Calibre, sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 38px;
}

.featureBlog-link a {
	font-family: Calibre, sans-serif;
	font-weight: 700;
	font-size: 19px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 2px solid #dcdcdc;
	border-radius: 0;
	color: #6e6e6e;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	line-height: 57px;
	min-width: 110px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 250ms ease .1s;
	-o-transition: all 250ms ease .1s;
	transition: all 250ms ease .1s;
	white-space: nowrap;
}

.featureBlog-link {
	margin-bottom: 0 !important;
}

.featureBlog-link a:hover {
	border-color: #b4b4b4
}

.featureBlog-image {
	display: table-cell;
	width: 406px;
	vertical-align: middle;
	background-size: cover;
}

.featureBlog-image img {
	width: 406px;
	height: auto;
	margin-bottom: -9px;
}

@media all and (min-width: 990px) {
	.navMobile{
		display:none;
		visibility: hidden;;
	}
}


@media all and (max-width: 990px) {
	.left-col{
		display:none;
		visibility: hidden;
	}
	.right-col{
		display:block;
		width:100%;
	}
}

@media all and (max-width: 800px) {
	.featureBlog {
		display: flex;
		flex-direction: column;
	}

	.featureBlog-text {
		order: 2;
	}

	.featureBlog-image {
		order: 1;
		width: 100%;
		height: 500px;
	}

	.featureBlog-image img {
		width: 100%;
		height: auto;
	}
}

/* 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: #d64220;
    border: 1px #d64220 solid;
}

.p-nav-buttons .p-nav-btn:hover {
    color: #d64220;
    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:20px;
	padding: 10px;
	text-align: center;
	color: #fff;
	border: 2px #d64220 solid;
	background-color: #d64220;
	text-decoration: none;
	font-family: Calibre, sans-serif;
	font-weight: 700;
}

.p-alert a:hover {
    color: #d64220;
	background-color: #fff;
}

/* LSGP PAGES */
.p-lsgp-subpage-image img {
    width: auto;
    max-width: none;
    margin-right: 15px;
    margin-top:25px;
}


.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: top;
}

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

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

.p-lsgp-subpage-desc h3{
    margin-top:25px;
}

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

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

.p-gift-tabs {
    width: 100%;
    text-align: center;
    margin: 15px 0 20px;
}

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

.p-gift-tabs a {
    display: inline-block;
	margin-left: 4px;
    margin-right: 4px;
	font-family: Calibre,sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .04em;
	text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #dcdcdc;
    color: #6e6e6e;
	height: 50px;
    line-height: 46px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all 250ms ease .1s;
    -o-transition: all 250ms ease .1s;
    transition: all 250ms ease .1s;
}

.p-gift-tabs a:hover {
    border-color: #b4b4b4;
    color: #282828;
}

.p-gift-tabs .active {
   background-color: #d64220 !important;
    border-color: #d64220 !important;
    color: #fff !important;
}

.p-gift-tabs .active::before {
    position: absolute;
    top: 100%;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d64220;
    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 {
   width: 100%;
	padding: 15px;
	background: #d64220;
	color: #ffffff !important;
	box-sizing: border-box;
	margin: 0 !important;
	font-family: Calibre,sans-serif;
    font-weight: 700;
    font-size: 19px;
}

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

.p-gift-ns-border {
    border: 1px #d64220 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],
.p-form input[type=radio] {
    display: table-cell;
    margin:0 7px 0 0;
}

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

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

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

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

.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: #d64220 !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: #d64220;
    text-align: center;
}

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

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

/* BLOG */
.p-featured-blog {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
    border-top: 1px #000 dotted;
    border-bottom: 1px #000 dotted;
}

.p-blog-summary {
    border-top: 1px #000 dotted;
    margin: 20px 0 10px 0;
    padding-top:10px;
}

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

.p-blog-title a{
    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: 10px 0 0 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: left;
    margin-bottom:20px;
}

.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%;
    }
}