/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


#tophead {
    background-color: #003600;
    clear: both;
    font-family: "Merriweather Sans",sans-serif;
    min-height: 35px;
}


.green-rounded-border {
    border-radius: 22px;
    border: 2px solid #146030;
    padding: 20px; 
    width: 100%;
    height: 100%; 
}

.image-border {
    border-radius: 22px;
    border: 2px solid #146030;
    padding: 0; 
    margin-bottom: 0;
}

.grey-rounded-border {
    border-radius: 22px;
    border: 2px solid #999;
    padding: 0; 
    width: 100%;
    height: 100%; 
}

#main-slider .cycle-prev::after, #main-slider .cycle-next::after {
    background-color: #003600;
}

@media only screen and (max-width: 610px)
#page #masthead {
    background-position: center top;
    background-size: 100% auto;
    padding-top: 20px!important;
    padding-bottom: 10px!important;
}

#main-slider .cycle-caption {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0 152px 0 0;
    border-right: 8px solid #f4a024;
    height: auto;
    left: 7.5%;
    max-width: 37.1%;
    padding: 22px 45px 18px 12px;
    position: absolute;
    text-align: left;
    top: 37%;
    width: auto;
    z-index: 999;
}


div#jp-carousel-comments-loading span {
	display: none;
}

div.jp-carousel-image-meta
{
	display: none;
}

.jp-carousel-titleanddesc-title {
    display:none;
}


#main-nav {
    background-color: #003600;
    border-bottom: 3px solid #f4a024;
    display: block;
    float: left;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.main-navigation ul ul {
    background: #003600 none repeat scroll 0 0;
    box-shadow: 0 1px 2px;
    display: none;
    left: 0;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 40px;
    z-index: 9999;
}


.main-navigation ul li a {
    color: #ffffff;
    border-right: 1px solid #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 5px;
    position: relative;
    z-index: 99;
}

.search-form .search-submit {
    background-color: #C33541;
    border-radius: 0 20px 20px 0;
    float: right;
    padding: 8.9px 15px;
    position: absolute;
    right: -2px;
    top: 0;
}

.site-header {
    clear: both;
    padding: 5px 0 0 0;
}


.iframe-yt-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-yt-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-grid-cell .widget-title {
    margin-top: -14px;
    margin-bottom: -23px;
}


.site-footer {
    background-color: #003600;
    clear: both;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

/*
.main-navigation 
ul li .menu-item-1415 a {
	//color: red;
	background: #dc132f!important;
}
*/