#rt-top-surround {
  background-color:#888888;
  background-image:linear-gradient(#ffffff, #ffffff 50%, #ffffff);
  background-repeat:no-repeat no-repeat;
  border-color:rgba(225, 225, 225, 0.0980392);
}

/* slideshow padding */
#rt-content-top .rt-block {
  margin:10px;
  padding:0 15px 15px 15px;
  position:relative;
}

/* H2 */
.title, .component-content h2 {
    font-size: 18px !important;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 5px;
}



/* Body Font */
.font-size-is-default {
  font-size:12px;
  line-height:1.5em;
}

/* remove footer angle */
.rt-body-btm {
    background-position: 50% 100%;
    background-repeat: no-repeat;
   	height: 0px;
    margin: 0 -30px -130px;
    position: relative;
    width: auto;
}

/* Remove triangle of right footer angle */
.right-btm-pointer {
    border-style: none !important;
    border-width: 9px 10px 0 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 0;
    z-index: -1;
}

/* Page background Color */
#rt-mainbody-surround {
    background-color: #FFFFFF !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}

/* Entire site background */
body {
background-image: none !important;
background-color: #006c67;
font-color:#000;
}
div.rt-bg2 {
background-image: none;
}
div.rt-bg {
background-image: none;
} 

/* Menu font */
.gf-menu.l1 > li > .item {
    font-size: 12px !important;
}

/* Remove box around Logo */
.rt-image img {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0.2) !important;
    height: auto;
    max-width: 100%;
}
/*
.main-surround .box1 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0 !important);
}*/

/* Footer Background Color */
.rt-footer-bg {
background: #333333 !important;
}

/* Box 4 Styling */

.box4 {
        background-image: none;
        background-color: #004F47;
		color: #FFFFFF !important;
		border: 0px solid #000000;
    	box-shadow: 0 0px 0 rgba(225, 225, 225, 0.3) inset;
}
        


/* Title 2 Styling */
.title2 .module-title .title, .rt-light .title2 .module-title .title, .rt-dark .title2 .module-title .title {
    color: #FFFFFF;
    text-shadow: none;
}

.title2 .module-title, .rt-light .title2 .module-title, .rt-dark .title2 .module-title {
    background-color: #226522;
    background-image: none !important;
    background-repeat: no-repeat;
}


h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0;
    text-rendering: optimizelegibility;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

/* Box 5 Styling */
.box5, .rt-light .box5, .rt-dark .box5 {
    background-color: #EFEFDE;
    background-image: none !important;
    color: #333333;
}

.box5 .title, .rt-light .box5 .title, .rt-dark .box5 .title {
    color: #FFFFFF !important;
    text-shadow: none !important;
}

/*Frontpage Slideshow */
.layout-slideshow .sprocket-features-title {
    display: inline-block;
    font-size: 1.4em !important;
    line-height: 1.1em !important;
    margin: 0 0 10px;
    padding: 10px !important;
}

/* Upcoming Events Calendar */
table.rs_calendar_module th {
    background: none repeat scroll 0 0 #226522 !important;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    width: 35px;
}

table.rs_calendar_module td.has-events a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    font-weight: bold;
}

/* Mijo Polls */
.btn-primary {
    background-color: #226522 !important;
    background-image: linear-gradient(to bottom, #527023, #226522) !important;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}