﻿/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* 
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
font-family: "Roboto Serif", serif;
*/
html, body {
	 	scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
	   min-height: 100vh;
}

#Main {
	padding:28px;

	
}
.mainSub {
	position: relative;
	
	min-height: 100%;
	padding: 80px 28px 60px 28px !important;
	z-index:120;
}
.mainSubCover {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(251,245,245,0.3);
	box-shadow:  rgba(251,245,245,0.3) 0px 0px 16vw 12vw;
	/*background-color: rgba(251,0,0,0.8);
	box-shadow:  rgba(251,0,0,0.8) 0px 0px 16vw 12vw;*/
	z-index: -1;
}
#Main img {
	max-width: 100% !important;
	height: auto !important;
}

@media(max-width:768px) {
	#Main img{
		float:none !important;
		display:block !important;
		margin-left:auto !important;
		margin-right:auto !important;
}
}
.childFlex p, .modal-body p, .post-item p, .contentFlex *, .post-item li, .post-item h2, .post-item h3, .post-item h4, .faqcloser p, .modal-content * {
	opacity: 1 !important;
	transform: none !important;
}
@media(max-width:768px) {
	.navbar-custom li, .faAuto, .dropdown-toggle .fa {
		opacity: 1 !important;
		transform: none !important;
	}
}
.sr h1, .sr p, .sr .fa, .sr .eventRev, .sr .agecol, .sr .divider, .sr #Main li, .sr #Main .divider, .sr #Main hr, .homeTopImg img,  .blogButton, .homeForm, .homeBooks img{
	visibility: hidden;
	
}

.sr .itemInner p, .sr .itemInner h2 {
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1) !important;
}
body {
	font-family: "Roboto Serif", serif;
	font-size: 20px;
	color: #1A1A1A;
	
	
}
#docbody {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	
}
.homeBack {
	position:fixed;
	top:0px;
	height: 100vh;
	left:0px;
	right:0px;
	z-index:10;
	background-image: url('/tempimg/HomeHeader.jpg');
	background-position:top center;
	background-size: cover;
}
.BodyBack {
	position:fixed;
	top:0px;
	height: 100vh;
	left:0px;
	right:0px;
	z-index:10;

}
.contentBody {
	position: relative;
  flex: 1 0 auto; /* Allows the content body to grow to fill remaining space */
    overflow: auto;
	z-index: 250;
}
h1 {
	color: black;
	margin-top: 0px;
	    font-family: "Roboto Condensed", sans-serif;
    font-size:88px;
	line-height: 58px;
    color:#192B5F;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
@media(max-width:768px) {
h1 {
	font-size:66px;
line-height: 58px;
	
}
}
h1 small{
	font-family: "Roboto", sans-serif;
	color:black;
}
h2 {
	 font-family: "Roboto Condensed", sans-serif;
	font-size: 60px;
	line-height: 55px;
	margin: 38px 0px 24px 0px;
}
h2 small{
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	line-height: 55px;
	color:#1A1A1A;
}
 h3 {
font-family: "Roboto Condensed", sans-serif;
	font-weight: normal; 
	 	margin: 20px 0px 20px 0px;
}
h4 {
	 font-family: "Roboto Condensed", sans-serif;
	color: #192B5F;

}
blockquote, .has-light-green-cyan-background-color, .has-background {
		font-family: "Roboto", sans-serif;
		font-size: 38px;
	line-height: 34px;

    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #124496;

}
.resH3 {
	
	margin-top: 0px !important;
	
}
@media(max-width:768px) {
	.resH3 {
	text-align: center;
	margin-top: 12px !important;
	
}
}
a, a:link {
	color:#124496;
	}

	
a:focus, a:active {
	text-decoration: none;
	outline: none;
	-webkit-transition: color .10s;
	-moz-transition: color .10s;
	transition: color .10s;
	
}
	
a:visited, a:hover {
	color:#124496;
	}
	.btn, .btn:link, .btn:visited, .btn:hover  {
color:white !important;

}
hr {
	margin:40px;
}
#footer {

position: relative;
	width: 100%;
	flex: 0 0 auto; 
	background-color: #6B7280;
	box-shadow: 0px 0px 4px 0px black ;
	z-index: 1000;
	color: white;
	padding: 40px 20px;
}
#footer .container-fluid{
	width:96%;
	max-width: 1800px;
	
}
.footLogo {
	text-align: center;
}
.footLogo img{
	width:80%;
	max-width: 400px;
	filter:
		drop-shadow(0 3px 2px rgba(0, 0, 0, 0.18))
		drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
}
#footer p {
	font-size:16px;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
}
#footer h3 small{
	color:white;
	font-size: calc(1vw + 1px);
}
#footer .rowFlex {
	display: flex;
	justify-content: center;
	align-items:center;
	margin: auto;
}
#footer h3 {
	text-align: center;
}
.footLinks a{
	display: inline-block;
	color:white !important;
	padding-right:20px;
	text-decoration: none;
}

.footInfo a {
	color:white !important;
	text-decoration: none;
	
}
.footInfo {
	padding: 12px 12px 12px 12px;
	text-align: left;
	font-size: 18px;
}
.footerForm {
	margin-bottom: 40px;
}
.footerForm .form-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.footerForm .form-group .form-control {
  flex: 1;
  height: 51px;
	font-size:22px;
  margin: 0 10px 0 0;
  border-radius: 0;
}
.footerBreak {
	height: 2px; 
	margin: 0px auto 0px auto;
	background-color: #EDE3D8;
}
.footerForm .form-group .btn-primary {
  height: 51px;
  margin: 0;
  border-radius: 0;
}
.formHolder {
	padding-bottom:20px;
}
.fp {
	padding-bottom: 20px;
	padding-top: 20px;
}
.fItem {
	float: right;
	padding:5px;
	padding-right: 15px;
	padding-left: 15px;
	white-space: nowrap;
}
.fItem-con {
	white-space:normal;
	
}


.socialIcons i{
	font-size: 38px;
	margin: 4px;
}
@media(max-width:992px) {
	.footLinks {
		text-align: left;
		padding-top: 20px;
	}
	.fItem-con {
		padding-bottom: 20px;
	}
	.footLinks a{
		padding: 10px;
	}
	.footerForm button{
		display: block;
		margin: auto !important;
	}
}

.fplink {
	text-align: right;
		padding-top: 10px;
	padding-bottom: 10px;
}
.fItem i {
	padding-right: 6px;
}
.fItem a {
	color: white;
	text-decoration: none;
}
.fpLast {
	padding-right: 50px;
	text-align: right;
}
.fpLast span {
	border-radius: 50%;
	font-size: 35px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	color: black;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
}
.fpLast span:hover {
	color: #192B5F;
}
.cwd {
	background: no-repeat center;
	background-image: url(/images/cwdlogoblack.png);
}
.cwd:hover {
	background-image: url(/images/cwdlogobrown.png);
}

@media(max-width:992px) {
		#footer h3 small{

	font-size: 22px;
}
		.footerForm .form-group .form-control {

  margin: 10px 0px 10px 0px;

}
	.footerForm .form-group {
		display: block;
	}
	#footer .row {
		display: block;
	}
.fItem {
	float: none;
	display: inline;
	
}
.fItem-con {
	display: block;
	word-wrap: break-word;
}
.fp {
	text-align: center;
	padding: 10px;
	padding-bottom: 0px;
}
.fpLast {
	padding-right: 0px;
	text-align: center;
}
}

@media(max-width:768px) {
	.footLinks, .footInfo {
		text-align: center;
	}
	.footLogo {
	text-align: center;
}
.footLogo img{
	width:80%;
	max-width: 200px;
	margin-bottom: 40px;
}
	
#footer .rowFlexSmall { 
	display: block;

	}
	#footer h3 small{

	font-size: 18px;
}
.fItem {
	display: block;
	white-space:normal;
}
}

.dArrHold {
	position:absolute; bottom:15px; width:100%; text-align:center;
}
.dArrHold a:hover, .dArrHold a:focus {
	color:white;
}
.dArr {
	color:rgba(255,255,255,0.7);
	font-size:80px;
	text-decoration:none !important;
}
@media(max-width:768px) {
	.dArrHold {
	position:absolute; bottom:2px; width:100%; text-align:center;
}
.dArr {
	color:white;
	font-size:35px;
	text-decoration:none !important;
}
}


/*------------------Testimonies----------------*/
.contentNoTilt {
	position: relative;
	padding: 60px 25px 60px 25px;

	color: white;
	margin: 0px 0px 0px 0px;
	min-height: 48;
	display: flex;
	align-items: center;
	justify-content: center;
}
.TiltCover {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #F6CE2D;
	background-image: url(/tempimg/EndoBack.png);
	background-position: center center;
	background-size: cover;
	opacity: .7;
}

.contentNoTilt .left, .contentNoTilt .right {
	background-image: none !important;
	z-index: 1000;
}
.contentNoTilt .carousel-control {
	opacity: 1 !important;
}
#contentCar a {
	color: white;
}
#contentCar a:hover, #contentCar a:focus, #contentCar a:active {
	text-decoration: none;
	color: #124496;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left {
		margin-left: -60px;
	}
	.carousel-control .glyphicon-chevron-right {
		margin-right: -60px;
	}
}
.contentFlex {}
.contentFlex {
	margin: auto;
	max-width: 1600px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	width: 100%;
}
.carousel-inner, .carousel, .carousel-inner .item, .pageInner {
	width: 100%;
}
.contentImage {
	height: 100%;
}
.contentText {
	padding: 40px;
	width: 100%;
}
.contentFlex h3 {
	font-size: 42px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: white;
	text-shadow: 0px 0px 1px #464646;
	text-align: center;
}
.contentFlex p {
	text-align: center;
	font-size: 26px;
	margin-right: 10vw;
	margin-left: 10vw;
	margin-bottom: 15px;
	text-shadow: 0px 0px 1px #464646;
}
.contentFlex .contWho {
	font-size: 20px;
}
.contentFlex .stars {
	text-align: center;
	color: #FFD138;
	font-size: 36px;

}
.contentFlex .stars .fa-star {
	padding: 0px 10px 0px 10px;
	text-shadow: 0px 0px 1px #464646;
}
.contentImage {
	background-size: cover;
	background-position: center center;
}
#contentSlide .carousel-indicators li {
	height: 20px;
	width: 20px;
}
/*---------------*/
@media(max-width:768px) {
	.contentImage {
		margin: auto;
		margin-top: 40px;
		height: 20vh;
		max-width: 280px;
	}
	#contentSlide .carousel-indicators {
		display: none;
	}

	.contentNoTilt {
		background-attachment: inherit;
		padding: 0px;
	}
.contentText {
	padding: 20px 0px 20px 0px;
	font-size:22px; 
}
	.TiltCover {
		background-attachment: inherit;
	}
}
/*--------------- BLOG ----------------*/
.blogHome {
	
	background-color: white;
	padding: 0px 0px 0px 0px;
	
}
.prioHome {
	padding: 100px 0px 100px 0px;
	
}
.prioHome h2{
	margin-top: 10px;
}
.blogHome .container-fluid {
	width: 96%;
	max-width: 1480px;
}
.blogHome h2{
	text-align: center;
	/*margin-bottom: 40px;*/
}
.blogHome h2 small{
	
}
.blogHold {
	padding: 10px 30px 30px 30px;
	   display: flex;
    flex-direction: column;
}
.pictureBack {
	height: 200px;
	width: 100%;
	margin: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.post-item {
	position: relative;
	flex: 1 0 auto;
	
}
.post-item h3 {
	font-weight: 400;
	color:#124496;
	font-size: 34px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
.fluidMax {
	width: 90%;
	max-width: 1600px;
}
.blogComment {
	text-align: justify;
	font-size: 18px;
	color: black;
}
.blogButton {
	padding-top: 20px;
	text-align: center;
}
.catName {
	position: relative;
	background: url(/tempimg/ButtonBack_Wide.png);
	position: center center;
	background-size: cover;
	color: white;
	text-align: center;
	margin: 4px;
	padding: 4px 26px;
}
.catName::before, .catName::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 26px;
	background: #124496;
}
.catName::before {
	right: -2px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.catName::after {
	left: -2px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
      .blog-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        @media (max-width: 992px) {

			.blogHold {
				padding: 10px 10px 60px 10px;
				max-width: 600px;
				margin: auto;
			}
            .blog-container {
                display: block;
            }
        }

/* ------- Button Styles ------------*/

.btn {
    border-radius: 0px;
}
.btn-primary {
	letter-spacing: 6px;
	padding: 12px 18px 11px 18px;
	font-size: 20px;
	border-radius: 0px;
	border: solid 0px white;
	background: #124496;
	
	font-weight: bold;
	display: inline-block;
	color: white !important;
	box-shadow: 0px 0px 1px 0px black;
	position: relative;
	transition: all 1.0s;
	z-index: 1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: transparent;
    background: #F6CE2D;
}
#footer .btn-primary {
	background: #124496;
}
#footer .btn-primary:hover, #footer .btn-primary:active, #footer .btn-primary:focus {
    background: #F6CE2D;
}
.btn:hover, .btn:active:focus, .btn.active:focus, .btn:focus {
	outline: none !important;
	outline: 0px 0px -webkit-focus-ring-color;
	outline-offset: 0px !important;
}
/*--------------HOME STYLES---------------------*/
.headDisplay {
	position: relative;
	width: 100%;

	background-image: linear-gradient(
  -5deg,
  rgba(0, 0, 0, 0.25) 0%,
  rgba(0, 0, 0, 0.2) 40%,
  rgba(18, 68, 150, 0.15) 70%,
  rgba(0, 0, 0, 0.25) 100%
);
	
	color:white !important;
	border-bottom: 1px solid #EDE3D8;
}

.headDisplay {

	background-image: linear-gradient(
  -5deg,
  rgba(255, 255, 255, .1) 0%,
  rgba(255, 255, 255, 0.3) 40%,
  rgba(255, 255, 255, 0.6) 70%,
  rgba(255, 255, 255, 0.2) 100%
);
	
	color:#1A1A1A !important;

}
.homeMainLogo{
	width:90%;
	max-width: 300px;
	display: block;
	margin: auto;
}
.homeTop {
	padding: 80px 50px 80px 50px;
}
@media(min-width:992px) {
	.homeTop {
		min-height: calc(50vh - 60px);
		 display:flex;
    align-items:center;
	}
}
.homeTop .row {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:100%;
}
.homeTopImg {
	text-align: right;
}
.homeTopImg img {
	width: 96%;
	box-shadow: 0px 0px 3px 1px #1A1A1A;
}
.homeSmallLogo {
	width: 96%;
	box-shadow: 0px 0px 3px 1px #1A1A1A;
}
.homeTopText h1 {
	font-family: "Roboto", sans-serif;
	text-align: left;
}
.homeTopText {
	padding-right: 60px;
}
.homeTopText h3 {
	margin-top: 22px !important;
	margin-bottom: 26px !important;
	font-size: 30px;
}
.homeTopText p {
	margin-bottom: 26px !important;
	font-size: 22px;
}
.homeBlock {
	background-color: #F5F7FA;
	padding: 80px 0px 80px 0px;
	
}
.homeTextPad {
}

.homeBooks {
	padding: 60px 25px 60px 25px;
}

.homeTop h4{
	margin:40px 0px 12px 0px;
	font-size: calc( 1vw + 2px);
	line-height: calc( 1vw + 6px);
}
.mainHome {
	background-color: white;
	padding: 25px 60px 25px 60px;
}
/* --- Home Form --- */
.homeForm {

  width: 100%;
}

.homeForm .form-control {
  width:100%;
  height: 51px;
	font-size:22px;
  margin: 8px 0px 8px 0px;
  border-radius: 0;
}

.homeForm .btn-primary {
  height: 51px;
  margin: 0;
  border-radius: 0;
}
@media(max-width:1200px) {
/*.headDisplay {
	position: relative;
	width: 100%;

	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(215, 221, 234, 0.6) 40%, 
		rgba(215, 221, 234, 0.6) 60%, rgba(255, 255, 255, 1) 100%);
	

	border-bottom: 1px solid #EDE3D8;
	
}*/
.homeTopText {
	/*padding-right: 20px;*/
}
	.homeTop h4{
		font-size: calc( 2vw + 6px);
		line-height: calc( 2vw + 9px);
	}	
}
@media (min-width: 992px) {
  .bookROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch; 
  }

  .bookCOL {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  .bookCOL p:last-child {
    margin-top: auto; 
  }
}
@media(max-width:768px) {
	.homeBlock {
	
	padding: 60px 0px 60px 0px;
}
	.homeTop h4{
		margin:30px 0px 12px 0px;
		font-size: calc( 3vw + 2px);
		line-height: calc( 3vw + 6px);
	}
	.homeTopText { 
		padding: 20px;
	}
	.homeTop {
		 /*padding-left: 25px;*/
	}
	.mainHome {
		padding: 25px 20px 25px 20px;
	}
	.homeTop .row {
		display: block;
		
	}
	.homeTopImg {
		/*	width: 80%;*/
		text-align: center;
	}
		.homeTopImg img{
			width: 60%;
			
		}
		.homeTop h1 {
			font-size: 26px;
		}
		.homeBooks {
			padding-bottom: 20px;
			
		}
		.homeBooks .bookCOL{
			margin-bottom: 60px;
		}
	}
/*---------------PAGE HEADER ----------------*/

.heroHeader{
	position: relative;
    background:url(/tempimg/PageHeader.jpg);
    background-size:cover;
    background-position:bottom center;
    text-align:center;
    padding:60px 20px 60px 20px;
	z-index: 140;
	border-bottom: 1px solid #EDE3D8;
}
.heroHeader:after{
	content:"";
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .8) 40%, 
		rgba(215, 2255, 255, .8) 60%, rgba(255, 255, 255, .3) 100%);
	z-index: 20;
}
@media(max-width:768px) {
	.heroHeader:after{
	content:"";
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .8) 40%, 
		rgba(215, 2255, 255, .8) 60%, rgba(255, 255, 255, .5) 100%);
	z-index: 20;
}
}
.heroCenterBox{
	position: relative;
    display:inline-block;
    text-align:left;
	max-width: 100%;
	/*border:2px solid black;*/
		z-index: 40;
}

.heroLogo{
    width:400px;
    max-width:100%;
    display:block;
    /*margin:auto;*/
}

.heroTitle{
    font-family: "Roboto", sans-serif;
    font-size:88px;
	line-height: 58px;
    color:#192B5F;
	 text-align:left;
	padding-left:200px;
    margin-top:-30px;   /* <-- this is the dial you adjust */
	margin-bottom: 0px;
}
.navbar-header-sub {
	height: 64px;
		}
/*.header {
	display: none;
		}*/
@media(max-width:768px){
	.heroTitle{
	   display: none;
	}
	.header{
		display: inline;
		}
	.heroHeader{
		padding:30px 10px 20px 10px;
	}
}
.blogSumDisplay, .blogDisplayMore {
	position: relative;
	z-index: 120;
		}
/*------------------------------NAV-----------------------------*/
.fluidMenu {
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 300;
  background-color: #192B5F;
    box-shadow: 0px 0px 10px 1px #000000;
}
.itemTitle{ 
	
	padding: 12px 2vw 12px 2vw;
}
.itemTitle img{ 
	width:16vw;
}
.smallTitle {
	text-align: center;
}
.smallTitle img{
	width:320px;
	max-width: 78%;
	margin: 20px;
	
	
}
.navbar-custom .navbar-inner {
    padding: 0;
}
.navbar-custom .nav:before, .navbar-custom .nav:after {
    content: none;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color:#4D4C7D;
}
@media(min-width:768px) {
	.navbar-custom .dropdown-menu{
		background-color: #4D4C7D;
	}
    .navbar-custom {
        margin: auto;
        width: 100%;
        max-width: 1800px;
    }
    .navbar-custom .nav {
        width: 100% !important;
        display: grid;
        justify-items: stretch;
        grid-auto-columns: 1fr;
        align-items: center;
        grid-auto-flow: column; 
		
    }
    .navbar-custom .nav li {
  height: 100%;
		display: table;
    }
	.navbar-custom .nav li a {
			display: table-cell;
	}
}
@media (min-width: 768px) {
	.dropdown-toggle i {
	 display: none;
	
	}
}
@media(max-width:992px) {


	
	 .homeDisTop, .pageTop {
        transform: none !important;
    }
/*.navbar-custom .nav {
	height: 120px;
	}*/
}
.navbar-custom .nav li a {
    position: relative;
    height: 100%;
    color: #FFFFFF;
	text-shadow: none;
    font-size: 22px;
	line-height: 26px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;

   
}
.navbar-custom .nav li a::first-letter {
	font-size: 24px;
	font-weight: 450;
}

.navbar-custom .nav .open a:focus {
    background: none !important;
    background-image: none !important;
	color:#D7DDEA;
}
.nav .open>a {
	background-color: transparent !important;
}
.navbar-custom .dropdown-menu>li>a:hover, .navbar-custom .dropdown-menu>li>a:focus {
	color:#4D4C7D;
}
.navbar-nav  .dropdown-menu>li>a {
	padding: 5px 15px 5px 15px;
	
}
@media(min-width:768px) {
	.navbar-custom .nav .dropdown-menu li, .navbar-custom .nav .dropdown-menu li a {
	display: block;
}
    .navbar-custom .nav .dropdown-menu li a {
        border: none !important;
    }
}
.navbar-custom .dropdown-menu {
    min-width: 100%;
}
@media(max-width:768px) {
	.navbar-custom .nav {
		height: auto;
	}
    .navbar-nav {
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .navbar-custom .nav li a {
     /*   border-left: 1px solid rgba(233, 228, 220, 1) !important;
        border-right: 1px solid rgba(233, 228, 220, 1) !important;*/
    }
}
.container-fluid>.navbar-header {
	margin-left: 0px;
	margin-right: 0px;
}
.navbar-header {
    position: relative;
	width: 100%;
    padding-top: 18px;
    padding-bottom: 0px;
}

@media(min-width:1200px) {
	/*.navbar-header {
		display: none;
	}*/
	.navbar-nav {
    position: sticky;
    }
}
@media(max-width:768px) {
	.navbar-header {
		padding-bottom: 18px;
	}
}
.navbar-header .icon-bar {
    background-color: white;
}
.navbar-toggle {
    position: absolute;
    bottom:10px;
    right:-15px;
   
    border: 1px solid white;
    padding: 8px;
}
.dropdown-menu a {
    font-size: 18px;
}
/*---------------*/
@media(max-width:768px) {
    .contentImage {
        margin: auto;
        margin-top: 40px;
        height: 20vh;
        max-width: 280px;
    }
	.contentFlex .stars {
		margin-bottom: 80px;
	}
	.contentText { 
		padding:0px;
	}
    #contentSlide .carousel-indicators {
        display: none;
    }
    #contentSlide .item, #contentSlide .carousel-inner > .item {
        position: relative !important;
        display: block !important;
        left: 0px !important;
        height: auto !important;
        margin: 40px 0px 40px 0px;
    }
	#contentSlide .carousel-inner > .hidden-xs {
		display:none !important;
	}
    .contentNoTilt {
      /*  background-image: none;
		background-color: #193751;*/
		background-attachment:scroll;
    }
    .contentNoTilt .carousel-control {
        display: none;
    }
/*	.TiltCover {
	   display: none;

	}*/
}
.catNameSumDisplay {
	background-color: #F6CE2D !important;
	font-size:18px !important
}
/* Target the column that contains the submit button */
#CONTACTFORM .col-md-4:has(#contact_submit) {
  float: none !important;
  width: 100% !important;
  clear: both;
}
 

.contactInfo .conblock, .contactInfo .block {
	display: block;
	text-align: center;
}
/* Make the button stretch nicely */
#CONTACTFORM #contact_submit {
  display: block;
  width: 100%;
}
/* --------- BOOk SECTIon --------*/
.bookSection {
	/*background-image: url('/tempimg/bottomRight.png');*/
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	
	background-image: linear-gradient(
  135deg,
  rgba(26, 26, 26, 0.15) 0%,
  rgba(26, 26, 26, 0.30) 30%,
  rgba(26, 26, 26, 0.30) 70%,
  rgba(26, 26, 26, 0.15) 100%
);
	
	padding: 60px 0;
	min-height: 260px;
	border-bottom: 1px solid #EDE3D8;
	border-top: 1px solid #EDE3D8;
}
.bookSection h2, .bookSection h2 small{
			color:white;
}
.bookSection .container-fluid {
	width:80%;
	max-width:1000px;
		}
.bookSection .container {
	max-width: 1200px;
}

.bookSection .row {
	display: flex;
	align-items: center;
}

.bookText {
	padding: 20px 20px 20px 60px;
}

.bookText h2 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.bookText p {
	margin-bottom: 18px;
	max-width: 700px;
}

.bookImage {
	text-align: center;
	padding: 20px 0;
}

.bookImage img {
	width: 100%;
	max-width: 600px;
	height: auto;
	display: inline-block;
}


.smallBookImage {
	width:80%;
	max-width: 400px;
		}
@media (max-width: 768px) {
.bookText h2{
	 font-size: 35px;
	line-height: 38px;
	}
	.bookText h2 small{
		display: block;
		margin-top: 14px;
	font-size: 28px;
		line-height: 38px;
	}
}
@media (max-width: 992px) {
	.bookSection {
		
		padding: 40px 0;
	}

	.bookSection .row {
		display: block;
	}

	.bookText {
		padding: 20px 20px 20px 20px;
		text-align: center;
	}

	.bookText h2 {
		text-align: center;
	}

	.bookText p {
		max-width: 100%;
	}

	.bookImage {
		padding-top: 10px;
	}
}
/*----------------------Priotires Section --------------*/
.prioritiesRow {
	margin-top: 20px;
}

.prioritiesIntroWrap {
	margin-bottom: 35px;
}

.prioritiesIntro {
	max-width: 900px;
	margin: 0 auto;
	color: #192B5F;
}

.priorityItem {
	margin-bottom: 46px;
}

.priorityInner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.iconCol {
	width: 60px;
	flex: 0 0 60px;
	padding-right: 0;
	margin-bottom: 0;
	text-align: center;
}

.textCol {
	padding-left: 0;
}

.textCol h3,
.credentialsBox h3 {
	margin: 0 0 10px 0;
}

.textCol p {
	margin: 0;
}

.priorityItem i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	background: #192B5F;
	color: #FFFFFF;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	line-height: 1;
}

/* Right column */
.credentialsBox p {
	margin: 0 0 16px 0;
	font-size: 17px;
	line-height: 1.7;
	color: #1A1A1A;
}

.credentialsBox ul {
	margin: 0;
	padding-left: 20px;
}

.credentialsBox li {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #1A1A1A;
}

/* Desktop tweak */
@media (min-width: 768px) {
	.iconCol {
		padding-top: 4px;
	}
}

/* MOBILE FIXES */
@media (max-width: 767px) {

	.prioritiesIntro {
		font-size: 19px;
		line-height: 1.5;
		padding-left: 15px;
		padding-right: 15px;
	}

	.priorityInner {
		display: block;
		text-align: center;
	}

	.iconCol {
		width: 100%;
		flex: none;
		margin-bottom: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.textCol {
		padding-left: 15px;
		padding-right: 15px;
	}

	.textCol h3 {
		font-size: 22px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 540px;
	}

	.textCol p {
		font-size: 17px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 540px;
	}

	.credentialsBox {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* ---------- Support Section ------------------*/
.supportSection {
  padding: 100px 20px 100px 20px;
  background: #f8f9fb;
  color: #111;
}
@media (max-width: 768px) {
.supportSection {
  padding: 60px 20px 60px 20px;
	}
	.prioHome {
	padding: 60px 0px 60px 0px;
	
}
}
.supportSection h2 {
	margin-top: 0px;
  margin-bottom: 20px;
  color: #192B5F;
}

.supportSection p {
  max-width: 700px;
  margin: 0 auto 15px;
}

/* UPDATED donation box */
.donationBox {
  background: #192B5F;
  color: #ffffff;
  padding: 30px;
  margin: 30px auto;
  max-width: 520px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.donationBox strong {
  color: #F6CE2D;
}

/* legal text */
.donationBox .legal {
  font-size: 13px;
  color: #d6dbe8;
  margin-top: 15px;
}

/* spacing inside box */
.donationBox p {
  margin: 10px 0;
}

/* vote message */
.voteMessage {
  margin-top: 35px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.voteMessage p {
  margin: 6px 0;
}
/* ----------- Photo Strip ---------- */
.campaignPhotoStrip{
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	gap:0;
	width:100%;
	margin:0;
	overflow: hidden;
}

	.campaignPhotoStrip .photoTile::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(25, 43, 95, 0.18); /* subtle brand blue */
	pointer-events: none;
}
.campaignPhotoStrip .photoTile{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	aspect-ratio:4 / 5;
	min-height:220px;
}

@media (max-width:991px){
	.campaignPhotoStrip{
		grid-template-columns:repeat(3, 1fr);
	}
}

@media (max-width:767px){
	.campaignPhotoStrip{
		grid-template-columns:repeat(3, 1fr);
	}
	.campaignPhotoStrip .photoTile{
		min-height:160px;
	}
}

@media (max-width:575px){
	.campaignPhotoStrip{
		grid-template-columns:repeat(2, 1fr);
	}
	.campaignPhotoStrip .photoTile{
		min-height:180px;
	}
}