@charset "utf-8";
/***
*  J3 S136 Template Stylesheet
*  Copyright Adgcreative 
*		a division of Association Development Group
*  All Rights Reserved
*  support@adgcommunications.com/
*  adgcreative.biz
***/
/*
COLORS

*/
@import url('template.css');
@import url('custom.css');
@import url('civicrm.css');

/*** VARIABLES ***/
:root {
    /*Colors*/
    --black:#000000;
	--white:#ffffff;
  	--med-blue:#2c5970;
	--dk-blue:#162C53;
 }  

/*=============================
    DEVELOPMENT
*/
#main_content .icons{
    display:none;
}
/*=============================
   END DEVELOPMENT
*/

/*****************
	body
***/
body{
	color:var(--black);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.3;
}

/*****************
	links
***/
a{
	font-weight: 600;
	color: red;
	transition: 0.3s;
}
a:hover{
	color: #043261;
}

/*****************
	headers
***/



/********************
  lists (ul, ol)
***/
li{
  line-height: 1.3;
}

/************
	MISC
***********/
.fas.fa-frown{
  	color:var(--black);
    font-size:100px;
}

/*****************
	Main Menu
***/
#menu{
	padding: 20px 0;
}
.menulock{
    float: right;
    width: 14px;
    margin-top: -2px;
}
ul.mainmenu{
	text-align: center;
	line-height: 18px;
}
ul.mainmenu>li{
	display: inline-block;
	padding: 0 3% 0 3%;
	line-height: 18px;
}
ul.mainmenu>li:first-child{
    padding-left:0;
}
ul.mainmenu>li:last-child{
	padding-right: 0;
}
ul.mainmenu>li a,ul.mainmenu li span.separator, ul.mainmenu li span.nav-header{
	display: block;
	text-transform: none;
	text-shadow: none;
	padding: 0;
	transition: 0.3s;
}
ul.mainmenu>li.parent:hover{ background-image:none; }
ul.mainmenu>li>span:hover, ul.mainmenu>li>a:hover{
	
}
ul.mainmenu ul.nav-child{
	display: none;
	position: absolute;
	z-index: 101;
	padding-top: 20px;
}
ul.mainmenu ul.nav-child li{
	display: block;
	padding: 8px 15px;
	transition: 0.3s;
}
ul.mainmenu ul.nav-child li a, ul.nav-child li a:hover{
	text-align: left;
}
ul.mainmenu ul.nav-child li:hover{
		
}

/****************
	Top
***/
#top {
  overflow: hidden;
  background-color: #fff;
  position: sticky;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 29%);
}
#top.sticky, #preheader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#top .donate {
	margin: 20px 0;
}
/**************
	PreHeader
***/

/***************
	Header
***/

#header .carousel-caption p {
    line-height: 1.1em;
    font-size: 50px;
    color: #162C53;
    font-weight: 600;
  	text-align:left;
}
#header .carousel-caption {
	background: transparent !important;
}
#header .carousel-caption .container{
	width: 45%;
    transform: translate(-60%, -10%);
}

/****************
	PostHeader
***/

/****************
	Precontent1
***/
#precontent1 {
  	background-color:#162C53;
  	color:#fff;
}
#precontent1 .moduletable{
    padding:60px;
}
/****************
	Precontent2
***/

/****************
	Precontent3
***/

/*****************
	Main Content
***/
#main_content{
	padding: 40px 0 60px;
}

#main_content table{
  width: 100% !important;
  margin-bottom: 20px;
}

#main_content table td{
  word-wrap: break-word;
}

/*****************
	Postcontent1
***/
#postcontent1 .container{
  display:flex;
  padding: 30px 0; 
}
#postcontent1 {
  padding: 80px 0;
  background: transparent url(/images/design/shutterstock_687647680.jpg) center center no-repeat;
  background-size: cover;
}

#postcontent1 .moduletable.span4{
	/*border: solid 2px #2c5970;*/
    padding: 30px;
    box-shadow: 0 3px 10px 0 rgb(44 88 112 / 29%);
    background-color: #fff;
    color: #162C53;
    border-radius: 10px;
}


/*****************
	Postcontent2
***/
#postcontent2 {
    background-color: #162c53;
    padding: 40px 0;
     color:#fff;
}
#postcontent2 .moduletable.span4{
  margin-top: 20px;
  padding: 30px;
}
#postcontent2  a{
	/* color: #162C53; */
}
a:hover{
	color: #fff;
}

/****************
	Postcontent3
***/

/****************
	Postcontent4
***/

/*****************
	Postcontent5
***/

/**************
	Sidebar
***/


/**************
	Prefooter
***/
#prefooter{

}

/**************
	Footer
***/
#footer{
/**  background-color: #2c5970;**/
  padding: 40px 0 0;
  color: var(--dk-blue);
}
#footer a{
	color: #7A98AB;
}
/**************
	SubFooter
***/
.subfooter{
	background-color:#162C53;
    padding: 10px 0 20px;
}
#adgcopyright{
    float:left;
    font-size: 12px;
    margin: 30px 0 0 30px;
    text-align: left;
  color: var(--white);
}

/*********************************
*	Bootstrap Overrides
**********************************/
.btn,
.btn-primary,
input.btn-primary{
    background-image: none; 
    text-shadow: none;
	border: none;
	filter: none;
	box-shadow: none;
    transition: 0.3s;
	/*TYPICAL EDITS*/
	background-color: var(--white);
	color: var(--dk-blue);
	font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
	border-radius: 10px;
	padding: 10px;
}

.btn:hover, .btn:focus, .btn:active,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
input.btn-primary:hover, input.btn-primary:focus, input.btn-primary:active{
	background-color:var(--dk-blue);
	color:var(--white);
}

.carousel-inner {
    z-index: -1;
    line-height: 1;
    font-size: xx-large;
}

/*** Additional Button - Uncomment/change colorname ***/
/***
.btn-white,
input.btn-white{
	background-color: #000000;
	color: #fff;
	font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
	border-radius: 10px;
	padding: 10px;
}
.btn-white:hover, .btn-white:active, .btn-white:focus,
input.btn-white:hover, input.btn-white:focus, input.btn-white:active{
	background-color:#eeeeee;
}
***/


/*====================================================
		MEDIA QUERIES
================================================*/

/* Large desktop */
@media (min-width: 1200px) { 
	
}

@media (max-width: 1200px) { 
	.carousel-inner, .carousel-inner .item{
		min-height:475px !important;
		max-height:475px !important;
	}

	
}

@media (max-width:979px){
  
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.carousel-inner, .carousel-inner .item{
		min-height:350px !important;
		max-height:350px !important;
	}
	#header .carousel-caption .container {
		transform: translate(-60%, 25%);
	}
	#header .carousel-caption p{
		font-size:35px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	 
	/*** MOBILE MENU ***/
    .btn-navbar{
		display:inline-block;
		float:none;
		color:#434343;
		cursor:pointer;
		background-color:transparent;
	  }
	  .mobile-navbar {
		  text-align: right;
		  padding-right: 25px;
	  }
	  
	  ul.mainmenu {
		  padding: 0;
		  width: 77%;
		  position: fixed;
		  top: 0;
		  left: 0;
		  background:var(--red);
		  z-index: 1000;
		  box-shadow: 4px 5px 10px 0px #555;
	  }
	  ul.mainmenu>li{
		  line-height: 18px;
		  display: block;
		  padding: 25px 0 25px 20px;
		  border-bottom: 1px solid var(--white);
	  }
	  ul.mainmenu>li:first-child {
		  padding-left: 20px;
	  }
	  ul.mainmenu>li:last-child{
		  border-bottom:none;
	  }
	  ul.mainmenu>li:last-child a {
		  color: var(--red);
		  background: var(--white);
		  max-width: 77%;
		  text-align: center;
	  }
  
	  ul.mainmenu>li a, ul.mainmenu li span.separator, ul.mainmenu li span.nav-header{
		  color:var(--white);
	  }
	  
	  ul.mainmenu li.parent>span.nav-header:after,ul.mainmenu li span.separator:after, ul.mainmenu li.parent>a:after {
		  content: '\2193'; 
		  font-size: 20px;
		  padding-left: 10px;
		  vertical-align: bottom;
	  }
	  ul.mainmenu ul.nav-child{
		  position:relative;
		  padding:20px 0;
		  margin-left: -20px;
		  max-width: 90%;
	  }
	  ul.mainmenu li.parent:not(.hover) ul.nav-child {
		  display: none !important;
	  }
	  ul.mainmenu ul.nav-child li {
		  padding: 11px 15px;
	  }
	  ul.mainmenu ul.nav-child li a, ul.nav-child li a:hover{
		  white-space: normal;
		  font-size:16px;
	  }

	  /*** END MOBILE MENU ***/
  
    /**** Carousel ****/
	.carousel-inner, .carousel-inner .item{
		min-height:345px !important;
		max-height:345px !important;
	}

    #header .carousel-caption .container{
     	transform:translate(115%, -80%);
    }
    #header .carousel-caption p {
        font-size: 20px;
    }

    
     /**** END Carousel ****/
      #precontent1 .moduletable {
        padding: 20px;
      }
      #postcontent1 .container {
        display: block;
      }
      #postcontent1 .moduletable.span4 {
        margin-bottom: 30px;
      }
      #postcontent2 {
          font-size: 18px;
      }		
}
/* Landscape phones and down */
@media (max-width: 480px) { 
	/**** Carousel ****/
	.carousel-inner, .carousel-inner .item{
		min-height:180px !important;
		max-height:180px !important;
	}

    #header .carousel-caption .container{
    	transform: translate(-15%, -90%);
    }
    #header .carousel-caption p {
        font-size: 16px;
    }
}
@media print {
	a[href]:after {
	  content: "";
	}
}