/* CSS Document */


/*
	Extra small devices (portrait phones, less than 576px)
	No media query since this is the default in Bootstrap

	Small devices (landscape phones, 576px and up)
	@media (min-width: 576px) { ... }

	Medium devices (tablets, 768px and up)
	@media (min-width: 768px) { ... }

	Large devices (desktops, 992px and up)
	@media (min-width: 992px) { ... }

	Extra large devices (large desktops, 1200px and up)
	@media (min-width: 1200px) { ... }
*/


/*
	Google Font
*/

@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Crimson+Text:400,400i,600,600i,700,700i');


html {
    font-size: 1rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

body {
    font-family: 'Crimson Text', serif;
	background: url(../images/bg.png);
}


/*
    COLORS
    green               -   #bed146
    blue                -   #012857
    grey                - RGBA (44, 49, 110, 0.10)
*/


/*
	Background Colors
*/


/*
	Text Styling
*/

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

h1 {
    text-align: center;
    color: #244974;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
	font-size: 29px;
    font-size: 10vw;
	padding: 25px 0;
	padding: 3vw 0;
}

h1 span {
	display: block;
	font-size: 15px;
	font-size: 5vw;
}

p {
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
}


/*
	Header Block
*/

.header {
    
}

@media (min-width: 1200px) {
	/* .navbar-expand-xl { display: none; } */
}

/*
	Body Block
*/
.body {
	
}

.top-left {
	background: url('../images/top-left.png') no-repeat;
	height: 12px;
}
.top-center {
	background: url('../images/top-center.png') repeat-x;
	height: 12px;
}
.top-right {
	background: url('../images/top-right.png') right no-repeat;
	height: 12px;
}
.middle-left {
	background: url('../images/middle-left.png') repeat-y;
}
.middle-right {
	background: url('../images/middle-right.png') right repeat-y;
}

.bottom-left {
	background: url('../images/bottom-left.png') no-repeat;
	height: 12px;
}
.bottom-center {
	background: url('../images/bottom-center.png') bottom repeat-x;
	height: 12px;
}
.bottom-right {
	background: url('../images/bottom-right.png') right no-repeat;
	height: 12px;
}



.body-left { }
.body-left ul {
	background: url('../images/nav-bg.jpg'); 
	background-size: cover; 
}
.body-left ul li a { 
	font-family: 'Covered By Your Grace', cursive;
	font-size: 39px;
	line-height: 84px;
	text-align: center;
	padding-top: 9px;
	color: #ffffff;
}
.body-left ul li.first a {
	margin-top: 6px;
	color: #ffffff;
}
.body-left ul li.last a {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 43px;
    margin-top: 15px;
    padding-bottom: 44px;
	color: #ffffff;
}
.body-middle .container {
	background: url('../images/middle-bg.jpg');
	padding: 5px;
}
.body-middle .container .row { margin-left: 0; margin-right: 0; }
.body-middle .body-content { 

}
.middle-center {
	padding-top: 40px;
}
.middle-center p {
	font-family: 'Crimson Text', serif;
	color: #ffffff;
	font-size: 18px;
	/* padding: 40px 20px 40px 20px; */
	text-align: center;
}
.middle-center h3 {
	font-family: 'Crimson Text', serif;
	color: #ffffff;
	text-align: center;
}
.pn-index .middle-center p {
	text-align: center;
}

.pn-pages h1 {
	font-family: 'Covered By Your Grace', cursive;
	font-size: 64px;
	text-align: center;
	padding-top: 9px;
	color: #ffffff;
	font-weight: normal;
}
.pn-pages .middle-center p {
	text-align: center;
}
.pn-pages .middle-center ul li {
	color: #ffffff;
}
.pn-pages .middle-center .middle-center-extras h3 {
	text-align: left;
}
.pn-pages .middle-center .middle-center-extras p {
	text-align: left;
}



.line {
	margin-bottom: 0.7rem;
}


.body-right { padding-top: 25px; }
.body-right img { margin-bottom: 25px; }
@media (min-width: 576px) {
	.body-right {
		padding-top: 0;
	}
}

/* 
	Contact Block
*/

.pn-contact-us form label { color: #ffffff; }
.pn-contact-us #required { color: #ffffff; text-align: left; }

/* 
	Footer Block
*/

.footer {
	
}

.footer .container {
	background: url('../images/middle-bg.jpg');
	padding: 5px;
}

.footer .container p {
	
}

.footer .container a {
	color: #ffffff;
}

/*
	Banner Block
*/

.banner {
    /* margin-bottom: 34px; */
}


/*
	Heading Block
*/

.heading {
    /* margin-bottom: 34px; */
}

/*
	Intro
*/
.intro {
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.intro p {
	font-size: 9px;
	font-size: 3.6vw;
	font-weight: 600;
}

.intro strong {
	font-size: 11px;
	font-size: 3.8vw;
	font-weight: 700;
}

@media (min-width: 576px) {
	.intro p {
		font-size: 20px;
		font-size: 1.5vw;
	}
	.intro strong {
		font-size: 21px;
		font-size: 1.8vw;
	}
}

/*
	Benefits
*/
.benefits {
	
}

.benefits h2 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 6.5vw;
	color: #228080;
	padding: 20px 0;
	padding: 2.5vw 0;
	margin: 0;
}

.benefits p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 9px;
	font-size: 3.6vw;
	color: #807F80;
	text-align: center;
}

.benefits a {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	background: #228080;
	color: white;
	
}

.benefits .benefit {
	padding: 20px 0;
	border-top: 1px solid #807F80;
}
.benefits .benefit.benefit-row-1 {
	padding-bottom: 0;
}
.benefits .benefit.benefit-row-2 {
	padding-top: 0;
}
.benefits .benefit.first-benefit {
	padding-top: 0;
	border-top: none;
}
.benefits .benefit.last-benefit {
	padding-bottom: 40px;
}

.benefits .benefit h2 {
	font-size: 16px;
	font-size: 5.8vw;
}

@media (min-width: 768px) {
	.benefits h2 {
		font-size: 49px;
		font-size: 3.9vw;
	}
	.benefits .order-first h2 {
		text-align: right;
	}	
	.benefits .order-last h2 {
		text-align: left;
	}
	.benefits .benefit {
		padding: 20px 0;
		border: none;
	}
	.benefits .benefit.benefit-row-1 {
		padding-bottom: 20px;
	}
	.benefits .benefit.benefit-row-2 {
		padding-top: 20px;
	}	
	.benefits .benefit h2 {
		padding-bottom: 0;
		font-size: 47px;
		font-size: 3.7vw;
	}
	.benefits p {
		font-size: 18px;
		font-size: 1.4vw;
	}
	.benefits .order-first p {
		text-align: right;
	}	
	.benefits .order-last p {
		text-align: left;
	}	
}

@media (min-width: 1200px) {
	.benefits .order-first h2 {
		padding-left: 74px;
	}	
	.benefits .order-last h2 {
		padding-right: 74px;
	}
	.benefits .order-first p {
		padding-left: 74px;
	}	
	.benefits .order-last p {
		padding-right: 74px;
	}
}

/*
	Saferspacer
*/

.saferspacer {
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.saferspacer h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #244974;
}

.saferspacer p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #807F80;
}

.saferspacer a {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	background: #244974;
	color: white;	
}

.further-information {
	padding-top: 3vw;
	padding-bottom: 3vw;	
}

.further-information h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #244974;
}

.further-information .address-usa {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #2D9D4A;
	font-size: 16px;
}

.further-information .address-row {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #1782CD;
	font-size: 16px;
}

.further-information p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #807F80;
	font-size: 16px;
}

/*
	Contact Form
*/

.contact {
	padding-top: 3vw;
	padding-bottom: 3vw;	
}

.contact h3 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #244974;	
}
.contact p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #807F80;
	font-size: 16px;	
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	padding: 10px;
	background: none;
	color: white;
	line-height: 28px;
	border-color: #ffffff;
	margin-bottom: 30px;
}

p.standard_text {
	color: #ffffff;
}

span.error {
    color: red;
}

/* 
	Benefits Pages
*/

.pn-benefits h1 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 5.5vw;
	color: #228080;
	padding: 0;
	padding: 0;
	padding-top: 20px;
	padding-top: 2.5vw;
	margin: 0;	
}

.pn-benefits h2 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 3.5vw;
	color: #228080;
	padding: 15px 0;
	padding: 2.5vw 0;
	padding-top: 0;
	margin: 0;	
}

.pn-benefits p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #807F80;
	font-size: 16px;	
}

/* 
	Footer 
*/

.footer {
	margin-top: 25px;
   /* border-bottom: 7px solid #bed146; */
}
.footer .row {
	margin-left: 0;
	margin-right: 0;
}
.footer .footer-holder {
	padding: 0;
}
.footer .middle-center {
	padding-top: 16px;
}

.footer-address {
    padding-top: 10px;
}

.footer-address p {
    text-align: center;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #807F80;
	padding: 0 30px;
}

.footer-navigation {
    padding-bottom: 20px;
}

.footer-navigation nav a {
    color: #000000;
    font-size: 14px;
}

.footer-navigation nav a.nav-link {
    border-right: 1px solid black;
    padding: 0;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-navigation nav a.nav-link.first {
    padding-left: 0;
}

.footer-navigation nav a.nav-link.last {
    border-right: none;
    padding-right: 0;
}


/*
	NavBar
*/

.navbar { padding-left: 0; }


.bgc-db .navbar-toggler {
    /* border-color: rgba(1, 40, 87, 0.5)!important; */
	border-color: #ffffff!important;
}

.bgc-db .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.header #main-nav { margin-left: 15px;  padding-left: 10px; background: url('../images/middle-bg.jpg'); }
.header #main-nav a { color: #ffffff; }

/*
	Bootstrap 4 Additions
*/

.carousel-indicators li {
    border-radius: 12px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 3px solid white;
}

.carousel-indicators .active {
    background: #bed146!important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#bed146' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#bed146' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #012857;
    border-radius: 18px;
    width: 30px;
    height: 30px;
    border: 3px solid #012857;
}

.navbar {
    z-index: 5;
}

@media (max-width: 991.98px) {
    .top-navigation {
        height: 48px;
    }
}

.navbar-toggler {
    padding: 0;
}

.card {
    border-radius: 0;
    border: 0;
    background: #5377b9;
}

.card .btn-link {
    color: white;
}

.card .btn-link:hover {
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

@media (min-width: 576px) {
    /* sm */
    body.debug {
        border-top: 5px solid red;
    }
	body.debug:before {
		content: 'sm';
	}	
}

@media (min-width: 768px) {
    /* md */
    body.debug {
      border-top: 5px solid green;
    }
	body.debug:before {
		content: 'md';
	}	
}

@media (min-width: 992px) {
    /* lg */
    body.debug {
      border-top: 5px solid blue;
    }
	body.debug:before {
		content: 'lg';
	}	
}

@media (min-width: 1200px) {
    /* xl */
    body.debug {
      border-top: 5px solid yellow;
    }
	body.debug:before {
		content: 'xl';
	}
}

/* 
IE10+ CSS styles go here 
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}	
	

}