@charset "UTF-8";
/* CSS Document */




/* ----------------------------------------------- */
/* PS box SECTION */
/* ----------------------------------------------- */
.ps-box-one {
    display: inline-block;
    padding: 20px;
	width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


/* ----------------------------------------------- */
/* Newsletter Subscribe SECTION */
/* ----------------------------------------------- */
.section-header-newsletter {
    margin-top: 200px;
}
.header-box-newsletter {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}




/* ----------------------------------------------- */
/* TESTIMONIALS prep SECTION */
/* ----------------------------------------------- */

.section-testimonials-prep {
    padding: 80px 0;
    margin-bottom: 100px;
    margin-top: -90px;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../images/headerpic_prep2.jpg");
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
blockquote.prep {
    padding: 28px 75px 10px 75px;
    font-style: italic;
    font-size: 95%;
    position: relative;
}
blockquote.prep:before {
    content: "\201C";
    font-size: 350%;
    display: block;
    position: absolute;
    top: -1px;
    left: 50px;
    color: #777;
    margin-top: 15px;
}
cite.prep {
    padding-left: 75px;
    font-size: 90%;
    color: #777;
}



/* ----------------------------------------------- */
/* PREP 'FOCUS ON' SECTION */
/* ----------------------------------------------- */

.section-header-grR {
    margin-top: 200px;
}
.header-box {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.section-focus-two {
    background-color: #f8f9fa;
    padding: 50px 0 65px 0;
    height: auto;
}
.leftpic-rectangle {
    float: left;
    width: 22%;
    margin-right: 40px;
}
.leftpic-rectangle img {
    border: 8px solid #EBEBE1;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 25px;
}
.leftpic-rectangle-gr1 {
    float: left;
    width: 23%;
    margin-right: 40px;
    margin-top: 15px;
}
.leftpic-rectangle-gr1 img {
    border: 8px solid #EBEBE1;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
}
.righttext {
    float: right;
    width: 72%;
}
.righttext-den {
    float: right;
	margin-top: 20px;
    width: 72%;
}
.focus-list {
    list-style-type: circle;
}
.section-focus-three {
    margin-bottom: 200px;
}
.firstly, .secondly, .thirdly {
    float: left;
    width: 32%;
    margin-right: 15px;
    height: 320px;
    padding: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.firstly1, .secondly2, .thirdly3 {
    float: left;
    width: 32%;
    margin-right: 15px;
    height: 230px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.large-number {
    float: left;
    font-size: 250%;
    font-weight: 400;
    color: #ff6666;  
}
.inside-text {
    margin-left: 45px;
}
.smaller-copy {
    font-size: 90%;
    margin-top: 10px;
}
.newlink {
    font-weight: 400;
    border-bottom: 1px dashed;
}
.btn-focus {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 80%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ff6666;
    background-color: #f8f9fa;
    padding: 8px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.consider-box {
    margin-bottom: 20px;
}
.consider-box ul {
    margin-left: 40px;
    list-style-type: none;
}
.consider-box ul li::before {
  content: "\2022";  /* \2022 is the CSS Code/unicode for a bullet */
  color: #ff6666;
  font-weight: 600;
  display: inline-block; /* adds space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/* ------------------------------------------- */
/* PREP BLOG */
/* ------------------------------------------- */

.blog-img {
    border: 15px solid #fff;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.img1, .img2, .img3 {
    display: block;
    float: left;
    width: 31%;
    margin-right: 26px;
    border: 15px solid #fff;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.blog-content {
    padding: 20px;
    margin-bottom: 30px;
}
.blog-date {
    font-size: 80%;
    font-style: italic;
    margin-bottom: 20px;
}
.blog-header {
    font-size: 130%;
    color: #ff6666;
    margin-bottom: 20px;
}
.blog-firstline {
    font-size: 108%;
    margin-bottom: 20px;
}
.blog-body {
    margin-top: 15px;
    font-size: 95%;
    line-height: 165%;
}
.blog-listnumber {
    margin-top: 10px;
    font-size: 94%;
    line-height: 160%;
}
.blog-listnumber li {
    margin-left: 40px;
    list-style-position: outside;
}
.blog-listdash {
    margin-top: 10px;
    font-size: 94%;
    line-height: 160%;
}
.blog-listdash li {
    padding-left: 20px;
    list-style: circle;
    list-style-position: inside;
}
.blog-listdashfurther {
    margin-top: 10px;
	margin-left: 80px;
    font-size: 94%;
    line-height: 160%;
}
.blog-listdashfurther li {
    padding-left: 5px;
    list-style: circle;
    list-style-position: outside;
}
.blog-listdashfurthernew {
	margin-left: 40px;
    font-size: 94%;
    line-height: 160%;
}
.blog-listdashfurthernew li {
    padding-left: 5px;
    list-style: none;
    list-style-position: inside;
}
sup {
    font-size: 80%;
    line-height: 140%;
}

.blog-bodygreen {
    margin-top: 15px;
    font-size: 95%;
    line-height: 165%;
	color: #005138;
}


/* ------------------------------------------- */
/* PS facebook flex boxes */
/* ------------------------------------------- */

.psfb-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}
.psfb-box {
	flex: 1 1 45%;
	padding: 1rem;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
	.psfb-box {
		flex: 1 1 100%;
	}
}











