/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

h1{
	font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 7rem;
    margin: 15px 0 25px 0;
    display: inline-block;
    color: #5A69EB;
}

h2{
	font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 3rem;
    color: #076555;
    margin: 10px 0 5px 0;
    line-height: 1.5em;
    text-transform: none;
    display: inline-block;
}

.darkgreen h2, .medgreen h2 {
    color: #fff;
}


h3{
	font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.75rem;
    color: #076555;
    margin: 5px 0 10px 0;
    line-height: 1.5em;
    display: inline-block;
}
.medgreen h3 {
    color: #fff;
}


h4{
	font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.75rem;
	color: #A9CF39;
}

h5{
	font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
    font-size: 2rem;
	color: #4B4A4B;
}

h6{
	font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
    font-size: 2rem;
	color: #5A69EB;
}

body{
	font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	font-size: 1.7rem;
	color: #10372F;
}

.req {
    color: #FF0000;
}

.form-control {
    font-size: 1.5rem;

}

a, a:visited{
    color: #5A69EB;
}
	
a:hover{
    color: #A2DEC3;
}

a.btn.btn-default, a.btn.btn-default:visited{
font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 1.8rem;
    border-radius: 0;
	color: #076555;
    background: none;
    border:2px solid #A9CF39;
    padding: 5px 35px;
    margin: 15px 0;
    text-transform: uppercase;
}

a.btn.btn-default:hover{
    color: #fff;
    background: #076555;
    border-color: #076555;
}

a.btn.btn-success, a.btn.btn-success:visited, .btn.btn-success, .btn.btn-success:visited{
   font-family: "PT Sans", sans-serif;
     font-weight: 700;
    font-style: normal;
	font-size: 1.8rem;
    border-radius: 25px;
	color: #fff;
    background: #076555;
    padding: 5px 35px;
    margin: 15px 0;
    border: none;
}

a.btn.btn-success:hover, .btn.btn-success:hover{
      color: #fff;
    background: #A9CF39;
}

a.btn.btn-warning, a.btn.btn-warning:visited{
    font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 1.8rem;
    border-radius: 0;
	color: #5A69EB;
    background: #A2DEC3;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppe
}

a.btn.btn-warning:hover{
    color: #fff;
    background: #5A69EB;
}

a.btn.btn-primary, a.btn.btn-primary:visited, .btn.btn-primary, .btn.btn-primary:visited{
    font-family: "PT Sans", sans-serif;
     font-weight: 700;
    font-style: normal;
	font-size: 1.8rem;
    border-radius: 25px;
	color: #fff;
    background: #A9CF39;
    padding: 5px 35px;
    margin: 15px 0;
    border: none;
}

a.btn.btn-primary:hover, .btn.btn-primary:hover{
    color: #FB930C;
    background: #10372F;
}

.spacemargin {
    margin:50px auto;
}

.intpad {
    padding:150px 15px;
}

hr {
    border:none;
    height:8px;
    background: #F05C13;
    background: linear-gradient(90deg,rgba(240, 92, 19, 1) 0%, rgba(251, 147, 12, 1) 50%, rgba(239, 82, 18, 1) 100%);
    border-top: none;
    width: 150px;
    margin: 0 0 30px;
    opacity: 1;
}

.grad {
    border:none;
    height:8px;
    background: #F05C13;
    background: linear-gradient(90deg,rgba(240, 92, 19, 1) 0%, rgba(251, 147, 12, 1) 50%, rgba(239, 82, 18, 1) 100%);
    border-top: none;
    margin: 0 0 30px;
    opacity: 1;
}

/* Logo styles */
a.navbar-brand {
    padding:15px 15px 20px 15px;
    display: inline-block;
    margin:0px;
}

/* Thumbnail gallery styles */
ul a.fancybox-effects-c {
	margin:0px !important;
	padding:0px;
}

a.fancybox-effects-c {
	text-align:center;
}


a.fancybox-effects-c img {
	width:auto;
	margin:5px !important;
	border:3px solid #fff;
	box-shadow: 0 0 7px 0 #3D3D3D;
}

ul.thumbgallery {
	text-align:center;
}

/* Thumbnail slider styles */
#bx-pager {
    text-align: center;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    width: 20% !important;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 1px 1px 7px lightgrey;
}

/* Image styles */
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
    border:2px solid #fff;
}

.img-responsive {
    width:100% !important;
    height:auto !important;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
	margin:15px 10px;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50% !important;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}


/*------------------------ Accordion Styles -------------------*/
.accordion {
    background-color: #076555;
    border: none;
    color: #fff;
    --bs-accordion-border-color: none;
}

.accordion-item {
    background: none;
    border-bottom:1px solid #A9CF39;
}
h2.accordion-header {
    display: block;
}
.accordion-button {
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
    color: #fff;
    margin: 5px 0 10px 0;
    line-height: 1.5em;
    display: block;
    background: none;
    width: 100%;
    border: none !important;
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
     background: none;
     color: #fff;
    border: none !important;
    border-radius: 0;
    border-color: none;
    box-shadow: none;
}

.accordion-button:focus {
    border-radius: 0 !important;
    border-color: none !important;
    box-shadow: none !important;
}


.accordion-body {
    color: #fff;
    padding: 0 0 25px 10px;
}

.accordion-button:after {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #A9CF39;
    transition: none;   
}

.accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f056";
    transform: none;

}

.accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f055";
    transform: none;
}



/*------------------------ Nav -------------------*/
.navbar-light {
    background-color: #fff;
    padding:25px;
}


.navbar-toggler {
    float: right;
    margin: 15px 10px 0 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-nav {
    margin-top:80px;
  }

  .navbar-nav ul li {
    list-style: none;
    display: block;
    padding: 5px 0;
    border-bottom:1px solid #A9CF39;
  }

  .navbar-nav ul li a {
    color: #066555;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 20px;
    text-decoration: none;
    display: block;
}

.navbar-nav ul li a:hover {
    color: #A9CF39;
}


/*------------------------ Structure and Layout -------------------*/

.grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    display: -ms-grid;
    display: grid;
    width: auto;
}




/*------------------------ Reusable Styles -------------------*/

.light {
    background-color: #F7FBEE;
}

.medgreen {
    background-color: #076555;
    color:#fff;
}

.darkgreen {
    background-color: #10372F;
    color:#fff
}

.box {
    border:2px solid #A9CF39;
}




/*------------------------ Heros -------------------*/


.home.header {
    background: url(../images/herobg.jpg) no-repeat;
    background-color: #076555;
    background-size: cover;
    background-position: bottom;
    color: #fff;
}

.home.header h1 {
    color: #fff;
    margin: 15px 0 5px 0;
}

.home.header h1 b, .home.header h1 strong {
    color:#A9CF39;
    font-weight: 700;
}

.home.header p {
    font-size: 2rem;
}

.home.header hr {
    width:400px;
}


.header .heroimg.right {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11;
    padding:0;
}

.header .herocontent.left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
    padding:50px 0 50px 0;
    align-self: stretch;
}



/*------------------------ Page Styles -------------------*/
.grid.home {
    grid-template-rows: repeat(7, 1fr);
}

/*------------------------ Footer -------------------*/


footer {
    background: url(../images/footerbg.jpg) no-repeat;
    background-position: center -100px;
    background-size: cover;
    background-color: #F7FBEE;
    color: #076555;
    margin:0;
    padding:100px 0;
}


footer a, footer a:visited {
    color: #076555;
    text-decoration: none;
}

footer a:hover {
    color: #10372F;
    text-decoration: none;
}


/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}



/* tinyMCE styles */
.ui-dialog {
    z-index:5000;
}

#adminEditDialog {
    width:100% !important;
}

#frontmenu .nav.navbar-nav {
    display:inline-block;
}

#frontmenu .nav.navbar-nav .li {
    display: inline !important;
}

#topmenu .glyphicon, #frontmenu .glyphicon {
    font-size: .8em;
}

#frontmenu .dropdown-toggle::after {
    display: none !important;
}

#frontmenu .navbar-nav ul li {
    padding:0;
    display: block;
}

.adminloggedin .modal-dialog {
    max-width: 80% !important;
}

.adminloggedin .modal-footer .row {
    width: 100%;
}

.adminloggedin .rollback .input-group, .adminloggedin .global .input-group {
    width:90%;
}

.adminloggedin .global .input-group .input-group-addon, .adminloggedin .global .input-group input  {
width:40%;
}

/* Popup Alert styles */
#siteAlert {
    background: url(../images/alertBG.png) repeat;
	background-repeat: repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.alertBox {
	vertical-align: middle;
	position:fixed;
	 position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
		transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	opacity: 1;
	z-index: 3;
}

a.alertClose {
	float:right;
	width:37px;
	height:37px;
	position:relative;
	margin: -15px -15px 0 0;
}

a.alertClose span {
	position:absolute;
	width:37px;
	height:37px;
    background: url(../images/alertClose.png);
}

.alertDismiss {
	background:#eee;
	padding:15px;
	text-align:center;
	margin:15px 0 0 0;
}

.alertDismiss a, .alertDismiss input#remember {
	margin: 5px;
}

/* Social Media styles */
ul.social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: block;
}

ul.social li {
    float: left;
    display: inline;
}

ul.social li a{
	margin: 0 2px;
	font-size: .0001em;
	color: #003337;
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	}
	
ul.social li a span {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

ul.social li a.twitter span, ul.social li a#twitter span {
    background: url(../images/twitter.png);
    background-repeat: no-repeat;
}
	
ul.social li a.linked_in span, ul.social li a#linked_in span {
    background: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

ul.social li a.facebook span, ul.social li a#facebook span {
    background: url(../images/facebook.png);
    background-repeat: no-repeat;
}

ul.social li a.tumblr span, ul.social li a#tumblr span {
    background: url(../images/tumblr.png);
    background-repeat: no-repeat;
}

ul.social li a.gplus span, ul.social li a#gplus span {
    background: url(../images/gplus.png);
    background-repeat: no-repeat;
}

ul.social li a.instagram span, ul.social li a#instagram span {
    background: url(../images/instagram.png);
    background-repeat: no-repeat;
}

ul.social li a.pinterest span, ul.social li a#pinterest span {
    background: url(../images/pinterest.png);
    background-repeat: no-repeat;
}

ul.social li a.youtube span, ul.social li a#youtube span {
    background: url(../images/youtube.png);
    background-repeat: no-repeat;
}

/* Blog styles ... DELETE if no blog on website */
ul.blogList_pageNumbers {
    list-style: none;
    text-align: center;
}

ul.blogList_pageNumbers li {
    display: inline-block;
}

ul.blogList_pageNumbers li a, ul.blogList_pageNumbers li a:visited {
    background: #000;
    color: white;
    padding: 4px 6px 2px;
    margin: 0 2px;
    border-radius: 3px;
    text-decoration: none;
}

ul.blogList_pageNumbers li a:hover{
	background: ;
}

.blogPost_Timestamp {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: .85em;
    color: #9b9b9b;
}

.blogPost_Title a {
    text-decoration: none;
}

.blogPost_Readmore a, .blogPost_Readmore a:visited, .blogPost_comments a, .blogPost_comments a:visited {
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
    width: 140px;
    display: inline-block;
    text-align: center;
    color:black;
}

.blogPost_Readmore a:hover, .blogPost_comments a:hover{
	background: ;
	color: ;
}

.blogPost {
    margin: 50px 0 30px;
}

.backTolist{

}

.backTolist a, .backTolist a:visited{

}

/* Predictive Search dropdown styles ... DELETE if no search for site */
#search-results {
    background: #f2f2f2;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#search-results ul {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
}

#search-results ul li a {
    padding: 5px 10px;
    color: #000;
    font-size: 1em;
    display: block;
    text-decoration: none;
}

#search-results ul li a:hover {
	color:#fff;
	background:#000;
}

/* Event Manager styles ... DELETE if no events on site */
h3.eventTitle {
    color: #802754;
    font-size: 2em;
    margin-top: 50px;
}

ul#eventList li:first-child h3.eventTitle {
    margin-top: 0;
}

.eventAddress {
    margin-bottom: 20px;
}

li.eventDisplayInList a, li.eventDisplayInList a:visited {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 10px;
}

li.eventDisplayInList a:hover {
    background:#000;
    color:white;
}

.event h3 {
    color: #000;
}

#eventContacts h4 {
    margin-top: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

h2{
    font-size: 3.5rem;
}

h3{
    font-size: 2.5rem;
}

.spacemargin {
    margin:100px auto;
}

.intpad {
    padding: 100px 0;
}


#bx-pager a img {
    width: 10% !important;
}

.alertBox {
	width: 50%;
}

/* Navigation styles */

.navbar-nav {
    margin-top:0px;
  }


.navbar-nav ul{
	padding:0;
	width:100%;
}

.navbar-expand-md .navbar-nav {
    text-align: left;
    padding: 15px 50px;
}

.navbar-nav ul li {
    display: inline-block;
    padding:5px;
    border: none;
}

.navbar-brand {
    width: auto;
		margin: 15px 0 30px;
}

.navbar-nav ul li a {
    color: #066555;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0 20px;
    text-decoration: none;
}

.bg-body-tertiary {
    background-color: transparent !important;
}

.navbar-nav ul li a:hover {
    color: #A9CF39;
}




.header .heroimg.right {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11;
    padding:0;
}

.header .herocontent.left {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2/8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
    padding:0 0 50px 0;
    align-self: stretch;
}

.home.header .herocontent h1 {
    font-size: 8rem;
    
}


}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {

    .navbar-nav ul li a {
        margin: 0 25px;
    }

    .header .heroimg.right {
        -ms-grid-row: 2;
        -ms-grid-row-span: 5;
        grid-row: 2/7;
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/13;
        padding:0;
    }

    .header .herocontent.left {
        -ms-grid-row: 2;
        -ms-grid-row-span: 4;
        grid-row: 2/6;
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2/6;
        padding:0 0 50px 0;
        align-self: stretch;
    }



}

/* Small devices (tablets, 1200px and up) */
@media (min-width: 1200px) {

}