/*----------------------------
	Fonts, Titles, Text
------------------------------*/
@import url(//fonts.googleapis.com/css?family=Lora:400,700|Roboto:300,400,700);

/* font assignments */
body,
:is(.header-bg, .footer-row) .nav li a, 
h2 {
	font-size: 16px;
}
.event-title, 
.news-title, 
#mobile-nav-area .bcm-sm-logo {
	font-family: "Lora","Trebuchet MS",arial,sans;
}

/* alignment */
.txt-c{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}
table tr td{
	vertical-align: top;
}

table.vcart_table td {
padding:7px;
}

/***************************** H1 - H6 ******************************/
h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
h2, h3, h4 {
    line-height: 23px;
    color: #1B996F;
    font-family: Georgia;
    padding-bottom: 15px;
}

h1.title{
	line-height: 23px;
    color: #1B996F;
    font-family: Georgia;
    font-size: 32px;
    padding-top: 30px;
	padding-bottom: 30px;
}
h2.title{
	border-bottom: 3px solid #A33329;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}
/* links */
a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #333333;
}

a:is(:hover, :focus) {
    outline: 0px;
}

a:focus-visible {
    outline: 2px solid #000;
}

a.black{
	color: #000000;
}
a.white{
	color: #ffffff;
}
a.white:hover{
	color: #cecece;
}

abbr{
	border-bottom: 0px !important;
	
}
.site-button{
	background-color: #A33329;
	padding: 10px;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 80%;
	max-width: 300px;
	margin: 0px auto;
	font-size: 24px;
	text-align: center;
}
/*----------------------------
	Inputs/input groups/placeholder
-----------------------------*/
::-webkit-input-placeholder {
   color: #3685A2;
}

:-moz-placeholder { /* Firefox 18- */
   color: #3685A2;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3685A2;  
}

:-ms-input-placeholder {  
   color: #3685A2;  
}
/*----------------------------
	Images
-----------------------------*/
img{
	border: 0px;
}

.twitter-icon{
	width: 38px;
    height: 38px;
    margin-left: 0px !important;
}
#mobile-menu .twitter-icon{
    width: 38px !important;
    height: 38px;
}
.facebook-icon {
	width: 38px !important;
    height: 38px;
    background-color: #3B5999;
}
svg:not(:root, #mms-admin-sidebar svg) {
    overflow: hidden;
    /*padding: 10px;*/
    margin-left: 20px;
    margin-top: 16px;
}
#social-wrap svg:not(:root) {
    overflow: hidden;
    /*padding: 10px;*/
    margin-left: 20px;
    margin-top: 16px;
}

/*----------------------------
	Areas
-----------------------------*/

body {
	font-size: 16px; /* sets font size for page so em's work */
	background-color: #ffffff;
    font-family: 'Open Sans', Sans-serif;
}
.content-area{
	margin-bottom: 30px;
}
.gray-stripe{
	background-image: url('../images/bg-gray.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 1px 378px;
	min-height: 383px;
}
.gray-stripe.sub{

}
.white-bg{
	background-color: #ffffff;
	min-height: 387px;
	padding: 0px 15px;
}
/* header */
#head .col-md-6:last-of-type{
	text-align: right;
}
#head .col-md-6:last-of-type img{
	padding-left: 10px;
	margin-top: -30px;
	display: inline-block;
}
/* side-bar */
/* Index/Main Body*/
#slide-and-overlay{
	position: relative;
	
}
#lg-slide{
	top: 0px;
	z-index: 50;
	position: absolute;
}
#lg-slide-overlay{
	position: absolute;
	z-index: 90;
	background-color: #669999;
	top: -15px;
	right: 65px;
	width: 26%;
	padding: 30px;
	color: #ffffff;
	font-size: 26px;
	font-weight: 300;
}
#lg-slide-overlay .site-button{
	position: absolute;
	bottom: 30px;
}
/* Foot */
#foot{
	border-top: 3px solid #A33329;
	padding-top: 10px;
	width: 100%;
	float: left;
	margin-left: 1px;
}
#foot a{
	color: #000000;
}
#foot table svg{
	padding-right: 15px;
}
#foot .col-md-6:last-of-type{
	text-align: right;
}
#foot .col-md-6:last-of-type img{
	padding-left: 10px;
}
/* Events */
.event-item img{
	padding-right: 15px;
}
.event-item{
	border-bottom: 2px solid #91979B;
	margin-bottom: 10px;
	width: 100%;
}
.event-item td:last-of-type{
	padding-bottom: 8px;
}

/* News */
.news-item td:first-of-type{
	width: 169px;
}
.news-title, .news-title-link, .event-title, .ev-title-link{
	color: #000000;
	font-size: 18px;
}
.event-date, .news-date{
	color: #91979B;
	display: block;
}
.news-item{
	background-color: #E9EAEB;
	margin-bottom: 20px;
	width: 100%;
}
.news-item td{
	padding: 10px;
}
/* slider */
.carousel-control.left, .carousel-control.right{
	background-image: none;
}
/*----------------------------
	Utility
-----------------------------*/
.p-0, .p-0x{
	padding: 0px;
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
.pl-b{
	padding-left: px;
}
.pr-b{
	padding-right: px;
}
.pl-20{
	padding-left: 20px;

}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-40{
	padding-bottom: 40px;
}
.m-0{
	margin: 0px;
}
.bump{
	height: 5px;
}

.mb{
	margin-bottom: 10px;
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.o-no{
	overflow: auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cb{
	clear:both;
}
/* z-indices */
.z-150{
	position: relative;
	z-index: 150;
}
.z-100{
	position: relative;
	z-index: 100;
}
.z-50{
	position: relative;
	z-index: 50;
}

/* Added by Argie */
.logo {
	margin-top: 20px;
	padding-left: 25px;
}
.login-link {
    margin-left: 315px;
}
.vcenter{
	margin: -3px 30px !important;
}

/***********************************
******* JEROME CUSTOM STYLE ********
***********************************/

.header-bg{
	background-image: url('../images/field-bg-hires.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 10px solid #4f4f4f;
}
/*
div .col-md-4 img {
	padding: 15px 60px 15px 60px;
	background-color: #ccc;
}*/
div .img-pad{
    padding: 15px 60px 15px 60px;
    background-color: #ccc;
}
div .side p{
	font-family: 'Open Sans', Sans-serif;
    text-align: left;
    line-height: 21px;
}
div .row h1{
	padding-bottom: 15px;
    line-height: 23px;
    color: #1B996F;
    font-family: Georgia;
    font-size: 32px;
}
div .mcontent p{
	font-family: 'Open Sans', Sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.list-num li{
    padding-bottom: 5px;
    font-family: 'Open Sans', Sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    margin-left: -40px;
}
div .row h2{
	padding-bottom: 15px;
    padding-top: 15px;
    color: #1B996F;
    font-family: 'Georgia', sans-serif;
    line-height: 21px;
    font-size: 26px;
}

div .row h2 p{
	padding: 10px;
}
.text-muted {
    color: #999;
    font-family: Georgia !important;
    font-style: italic;
    font-size: 15px;
    padding-top: 5px;
}
.box-shadow{
	box-shadow: 0px 0px 15px 0px #cccccc;
}
/**************************
		FOOTER SECTION
**************************/
.footer-row{
	background-color: #666666;
}
.footer-row p{
	color: #ffffff;
}
.footer-row2{
	background-color: #666666;
	margin-bottom: 20px;
}
.footer-row2 p{
	color: #ffffff;
	font-family: Open Sans;
    line-height: 23.2px;
}

.footer-row .nav {
	margin: 10px 200px 10px;
	text-align: center;
	float: none;
}
.footer-row .nav li {
	padding: 0px 9px;
	float: none;
	display: inline-block;
}

.footer-row .nav>li>a {
    padding: 5px 15px;
    color: #ffffff;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: border-bottom .3s, color .3s;
}
.nav-footer{
	padding-left: 20%;
	padding-right: 20%;
}
ul, ol{
	list-style: none;
}
.padding-40{
	margin-top: 40px;
    margin-bottom: 40px;
}

body:has(#mms-admin-sidebar) .container:has(>.row>.footer-row) {
    width: calc(100%);
}

/***************************************************************************
						SEARCH BAR SECTION
***************************************************************************/
form #searchbox{
	width: 50%;
	float: right;
}
#searchbox{
	width: 50%;
    display: inline-block;
}
.search-button {
    background-image: url('../images/svg.php?i=search&s=18&c=333333');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    color: #FFF;
    background-color: #fff;
    border: none;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    color: #000;
}
.input-group {
    border: 10px solid #4F4F4F;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 10px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #FFFfff;
    text-align: center;
    background-color: #FFFfff;
    border: 0px solid #FFFfff;
    border-radius: 3px;
}
.form-control {
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DDDDDD;
    font-family: Open Sans;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px #ffffff;
    box-shadow: inset 0 1px 1px #FFFFFF;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-input {
	border: 0px solid #FFFFFF;
}

/***************************************************************************
								LOG IN FORM
***************************************************************************/
.modal{
	overflow-y: visible;
}
.modal-title {
    line-height: 14px;
    font-family: Georgia;
    font-size: 26px;
    color: #1B996F;
    text-align: left;
    text-align: -webkit-left;
}
.modal-body {
    background: #6E948F;
}
.modal-dialog{
	max-width: 250px;
}
.modal-header{
	text-align: center;
}
#login input{
	height: auto;
	border-radius: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 3px;
}
#login a{
	margin-top: 5px;
    display: block;
    font-family: Open Sans;
    font-style: italic;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    text-transform: lowercase;
}
#login input:last-of-type{
	width: 100%;
}
#login input[type="text"] {
	color: #3685A2;
    font-size: 12px;
    font-family: 'Open Sans', Sans-serif;
    font-weight: normal;
    border: none;
}
#login input[type="password"] {
	color: #3685A2;
    font-size: 12px;
    font-family: 'Open Sans', Sans-serif;
    font-weight: normal;
    border: none;
}
#login input[type="submit"] {
	float: left;
	width: 50% !important;
	background: #00B277;
	box-shadow: 0 3px 0 #008559;
    border: none;
    color: #fff;
    font-family: Open Sans;
    font-size: 12px;
}
#mobile-menu>li #q{
    width: 100%;
}
/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/
#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    /*height: 520px;*/
    height: auto;
    background-color: #FFF;
    border: 1px solid #CCC;
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
}
#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}
#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 25px 20px 10px;
}
#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#mobile-menu > li#triggerClose {
    display: inline;
    float: right;
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 15px;
}
#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
}
#mobile-menu a {
    color: #169D70;
    font-size: 16px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
#mobile-menu-col {
    top: -70px;
    right: 15px;
    float: right;
    position: relative;
}
#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}
#mobile-logo a {
    margin: 0 !important;
}
#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}
    svg#burger {
        width: 41px;
    }
    svg#burger rect {
        fill: #DEB408;
    }

#mobile-search {
    margin-top: 35px;
}
#mobile-search .input-group-addon {
    top: -1px;
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    padding: 7px 12px 6px 12px;
}
#mobile-search #q {
    width: 92%;
    float: right;
}
#mobile-search .input-group-addon .search-button {
    background-image: url("../images/search-icon.png");
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    border: none;
    background-color: transparent;
}
.mobile-social-icons {
    display: inline-block;
    float: right;
    padding: 5px 2px 0 5px;
}
.mobile-social-icons a {
    margin: 0 !important;
}
.mobile-social-icons a svg {
    width: 33px;
    border: 1px solid #DEB408;
}
#mobile-menu #q {
    border: 1px solid #1B996F;
    border-radius: 3px;
    color: #1B996F;
    height: 30px;
    padding-left: 5px;
    font-size: 15px;
    margin-left: 15px;
}
/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

/*******************************************************************************

								MEDIA QUERIES

*******************************************************************************/

@media (max-width: 767px) {

	div .img-pad {
		margin: auto;
	}
	.text-muted{
		text-align: center !important;
	}
	.navbar-header {
	    float: right;
	}
	:is(.header-bg, .footer-row) .nav .open>a, 
    :is(.header-bg, .footer-row) .nav .open>a:hover, 
    :is(.header-bg, .footer-row) .nav>li>a:hover {
    background-color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    color: #000;
	}
	.footer-row2 p {
    text-align: center;
    padding: 20px 0px 10px 0px;
	}
    .header-bg {
    height: 170px;
    }
    h1, h2, h3 {
    line-height: 35px !important;
    }
     #mobile-menu .search-button{
        display: none;
    }

}
@media (min-width: 768px){
	.navbar-header {
	    float: right;
	}
	:is(.header-bg, .footer-row) .nav .open>a, 
    :is(.header-bg, .footer-row) .nav .open>a:hover, 
    :is(.header-bg, .footer-row) .nav>li>a:hover {
    background-color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    color: #fff;
	}
    div .img-pad{
        margin: 0 auto;
    }
    .text-muted {
    text-align: center !important;
    }
    .pb-40{ 
    padding-bottom: 20px;
    padding-top: 20px;
    }
    #mobile-menu .search-button{
        display: none;
    }
   
}
@media (max-width: 480px) {
	div .img-pad {
		margin: auto;
	}
	.text-muted{
		text-align: center !important;
	}
	.navbar-header {
	    float: right;
	}
	:is(.header-bg, .footer-row) .nav .open>a, 
    :is(.header-bg, .footer-row) .nav .open>a:hover, 
    :is(.header-bg, .footer-row) .nav>li>a:hover {
    background-color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    color: #000;
	}
     #mobile-menu .search-button{
        display: none;
    }
}

@media (max-width: 480px) {
	.navbar-toggle {
			margin-right: 0px;
		}
}





/* rows and columns margin inside grid+ */
#gm-canvas .row, #gm-canvas .column {
    margin-top: 1em;
    margin-bottom: 1em;
}

.embed-wrapper { display: contents; }