/*
Theme Name: CFGORRP
Theme URI: http://underscores.me/
Author: Sudip Budhathoki
Author URI: http://artus.com.np
Description: Theme developed for CFGORRP project for Department of Hydrology & Meteorology
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cfgorrp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CFGORRP is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url('uikit/css/uikit.min.css'); 
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,400italic);

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Oxygen", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: "Oxygen", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color:#365b3b;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color:##365b3b;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Roboto", sans-serif;
	font-weight:300;
	color:#273543;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f8f8f8; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ul li{margin-bottom:10px; color: #666666; line-height: 28px;}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #006600;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #365b3b;
}

a:visited {
	color: #365b3b;
}

a:hover,
a:focus,
a:active {
	color: #008f4d;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/*float: left;*/
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-bottom:0;
	
}

.main-navigation li:hover {
	background:#006b3a;
	
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:16px 25px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 15px;
	letter-spacing:0.5px;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 54px;
	left: -999em;
	z-index: 99999;
	/*background:#66725b;*/
	
	background: rgba(0, 107, 58, .9);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	background: rgba(102, 114, 91, .9);
}

.main-navigation ul ul a {
	width: 320px;
	padding:15px 15px;
}

.main-navigation ul ul li {
 border-bottom:1px dashed #ccc;
}
.main-navigation ul ul li:last-child {
 border-bottom:none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
		background:#014827;

}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;

}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
		background:#006b3a;
		color:#ccc;

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.logobar {display:block; overflow:hidden;}
.site-branding h1{margin:0; font-size:2.15em; color:#447744; padding-top:5px; line-height:30px; font-weight:500;}
.site-branding {/*background:#273543;*/  overflow:hidden;}
.site-branding h2{margin:10px; font-size:2.15em; color:#447744; padding-bottom:10px; font-weight:500;}
.navigation-main {/*background:#273543;*/ background:#008f4d;}
.content-area h2 {font-size:28px; color:#008f4d;}
.content-area p{color:#666666;}

.button {border:1px solid #669966; padding:12px 45px;}
a.button {color:#fff; text-decoration:none; font-size:16px; background:#669966;}
a.button:hover {background:#fff; color:#008f4d;}

.fontpage-color-block{background:#669966; overflow:hidden; padding:30px 0;}
.fontpage-color-block h3{font-size:32px; color:#fff; border-bottom:1px solid #fff; margin-bottom:20px; padding-bottom:15px; margin-top:0;}

ul.accomplishments-list{margin-left:0; padding-left:0;}
.accomplishments-list li{list-style:none; font-size:16px; 	font-family: "Oxygen", sans-serif; color:#fff; line-height:20px!important; border-bottom:1px dashed #fff; margin-bottom:5px; margin-top:15px; min-height:75px;}
.noticelist li{min-height:120px;}
.accomplishments-list li img{float:left; margin-right:10px; margin-bottom:5px; }
.accomplishments-list li a{color:#ccffcc; display:block; min-height:39px;}
.accomplishments-list li a:hover{color:#006633;}
.accomplishments-list li p{font-size:12px; margin-top:5px; margin-bottom:5px; color:#d3f3d3;}
.accomplishments-list li p.dates{color:#fff;}
.dates {clear:both;}
.accomplishments-list.noticelist li a {display:inline-block; min-height:auto;}
.accomplishments-list li p.notice-details {font-size:14px;}
.all a{font-family:"Oxygen",sans-serif; font-size:14px; color:#008f4d;  padding:10px 15px; background:#fff;}
.all a:hover{color:#fff; text-decoration:none; background:#666;}
.all{margin-bottom:10px; margin-top:30px;}
.left-block{border-right:1px dashed #fff; padding-right:40px;}
.right-block {padding-left:40px;}

ul.download-btn{margin-left:0; padding-left:0;}
ul.download-btn li{list-style:none; font-size:24px; font-family: "Oxygen", sans-serif; color:#fff; margin-bottom:5px; margin-top:15px; }
ul.download-btn li a{padding:25px 0; border:1px solid #fff; display:block; text-align:center; color:#fff;}


/* General button style (reset) */
  .downloadbar{background:#eaeaea; padding:40px 0;}
  .downloadbar h3{float:left; margin-right:30px; margin-top:15px; padding-bottom:0;}

.btn {
	border: none;
	font-family: inherit;
	font-size: 18px;
	line-height:1;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:100%;
	
	float:left;
	margin-bottom:20px;
}
.btn.lastbtn{margin-right:0;}

.btn:last-child{margin-bottom:0; }

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
/* Button 3 */
.btn-3 {
	background: #669966 ;
	color: #fff;
}

.btn-3:hover {
	background: #008f4d;
	color:#fff;
}

.btn-3:active {
	background: #008f4d;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2.3;
	font-size: 150%;
	width: 23%;
	text-align:center;
}

/* Button 3a */
.btn-3a {
	padding: 25px 10px 25px 25%;
	text-align:center;
	font-weight: 300;
	font-family: "Oxygen",sans-serif;
	font-size:22px;
}

.btn-3a:before {
	background: rgba(0,0,0,0.05);
}

.icon-brochure:before {
	content: "\e911";
}
.icon-brochure-2:before {
	content: "\e912";
}

.icon-document:before {
	content: "\e90C";
}

.icon-brochure-2 {margin-top:20px;}

.jcarousel-wrapper {
    position: relative;
}



h3{font-size:32px; color:#008F4D; margin-top:40px; margin-bottom:20px; padding-bottom:15px;}
.col {
	display: block;
	float:left;
	/*margin: 1% 0 1% 0;*/
	

}

#latest-events  h3 {margin-top:0; margin-bottom:0; text-align:left; font-weight:normal;}
#latest-events ul li{margin-top:20px;}
#latest-events .col h3 {font-size:16px; font-weight:normal; font-family:"Roboto",sans-serif; margin:5px 0 5px 0;   padding:5px 10px; min-height:82px; line-height:18px;}
#latest-events .upcoming-div.col  h3 {min-height:30px; line-height:18px;}
#latest-events .upcoming-div.col p{margin-bottom:10px; text-align:left; padding: 0 10px; color:#777;}
#latest-events .upcoming-div.col .participants {min-height:53px; padding:0 10px; text-align:left;}
#latest-events .upcoming-div.col .participants  p{line-height:20px;}
#latest-events .upcoming-div.col .news-col .fa-calendar{margin-right:25px;}
#latest-events .col h3 a{color:#777;}
#latest-events .col h3 a:hover{color:#008F4D; text-decoration:none;}
#latest-events .col:first-child { margin-left: 0;}

#latest-events .col{border:1px solid #ededed;
	
background:#fff;

overflow:hidden;}


.participants i {float:left; line-height:26px;}
.participants span {font-family:"Roboto",sans-serif; margin-left:5px; font-size:14px; line-height:20px; display:inline-block; width:90%;}
.news-col {padding:5px 10px 10px 10px;}
.news-col i {color:#9b9b9b; float:left; margin-bottom:15px;}
.news-col i span, .pub-details i span{font-family:"Roboto",sans-serif; margin-left:4px; font-size:14px; }

.upcoming-list {background:#fff; padding:20px 20px; }

.news-col .fa.fa-thumbs-o-up, .news-col .fa.fa-thumbs-o-down {float:right; margin-right:10px; color:#4a89ff;}
.news-col .fa.fa-thumbs-o-down {color:#C30;}
.news-col .fa.fa-thumbs-o-up span, .news-col .fa.fa-thumbs-o-down span {float:left; color:#4c5562; margin-right:4px; font-size:15px;}
.news-col .fa.fa-plus-square {float:right;}
.news-col .fa.fa-plus-square:hover {color:#008f4d;}
.news-col .fa.fa-plus-square span {float:left; margin-right:4px; font-size:14px;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }
.span_1_of_2 { width: 50%; }
.span_2_of_2 { width: 100%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_2, .span_2_of_2 { width: 100%; }
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 48%;
    float: left;
   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-right:5px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
	 border-bottom:1px solid #ccc;
}

/** Carousel Controls **/

.prevnext{display:block; position:relative; top:-45px;}
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #999!important;
    text-decoration: none!important;
    font: 20px/25px "Oxygen", sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	border:1px solid #ccc;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {color:#008F4D!important; border:1px solid #008F4D;}

.jcarousel-control-prev {
    right: 35px;
	z-index:9999;
}

.jcarousel-control-next {
    right: 0;
	z-index:9999;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/*  end of carousel*/

#latest-events .viewall{display:block; position:relative; top:-30px; right:-35px;}
#latest-events .viewall a{position: absolute; right:35px;}

#secondary .widget-area aside {width:55%; float:left; }
#secondary .widget-area aside:last-child{width:45%;padding-left:30px;}
.widget-area h3 {padding-bottom:0;}

#secondary .widget-area aside .ngg-widget img{width:30%; border:none; margin:0 2.5% 10px 0;}

footer {background: #669966; padding-top:20px;}
footer.entry-footer{background:none;}
#footer-widgets h2{color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
#footer-widgets {
display: block;
}
#footer-widget-1 {
float: left;
padding-right:40px;
}
#footer-widget-2 {
float: left;
padding-right:40px;

}
#footer-widget-3 {
float: left;
}

.alcud-widget-header {
	font-family: "Roboto",sans-serif;
font-weight: 300;
color: #fff;
border-bottom:1px solid #fff;
font-size: 24px;
line-height: 30px;
padding:0;
text-transform:none;
box-shadow:none;
background:none;
border-top:none;
margin: 0px 0px 15px;
padding-bottom:5px;
	}
	
.alcud-widget-body {
	font-family: "Oxygen",sans-serif;
	padding:0;
	border:0;
	box-shadow:none;
}

.alcud-widget-body .address {
 max-width:100%;	
}

.alcud-widget-body .md {
	padding: 0px 12px 0 0; 	
	color:#fff;
	
}
.alcud-widget-body a{color:#fff;}

.md.md-work{display:none;}

.detail_row.business_name span{text-transform:uppercase; font-size:24px;font-family: "Oxygen",sans-serif; font-weight:300;}
.alcud-widget-body span {color:#fff;}

ul#menu-footer_menu  {list-style:none; margin:0; padding:0 20px 10px 20px;}
ul#menu-footer_menu li {padding-bottom:5px; background-image: url("images/bullets-hover.png"); padding: 0px 0px 5px 15px; background-repeat: no-repeat; background-position: 0px 4px; margin-bottom:0;}
ul#menu-footer_menu li:hover {background-image: url("images/bullets.png");}
ul#menu-footer_menu  a{color:#fff; font-family:"Oxygen",sans-serif; font-weight:300; text-transform:uppercase;}
ul#menu-footer_menu  a:hover{color:#deffde;}

.newsletter-widget input[type="email"]{padding:10px; width:100%; color:#fff; background: #336633; font-family:"Oxygen",sans-serif;}

.newsletter-widget input[type="submit"] {
	border:none;
	background:#336633;
	text-shadow:none;
	font-size:1rem;
	border-radius:4px;
	box-shadow:none;
	line-height:30px;
	color:#fff;
	width:60%;
	font-family:"Oxygen",sans-serif;
	text-transform:uppercase;
}
	
.newsletter-widget input[type="submit"]:hover{background:#007740;}

header.entry-header{
	/*background-image: url('images/bgpages.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;*/
	background:#F8F8F8;
	/*margin-bottom:40px;*/
	border-bottom:1px solid #ccc;
	}
h2.entry-title{color:#008F4D; line-height:35px; margin:30px 0; font-size:32px; text-align:center;}
.content ul, .content ol{color:#666; counter-reset: li; margin:0;}



.content ol li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    text-decoration: none;
    transition: all .3s ease-out;   
}

 

.content ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #669966;
	color:#fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.content ol li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.content ol li:hover:after{
    left: -.5em;
    border-left-color: #669966;             
}

.content table,th,td {border:1px solid #ccc; color:#666;}

.content table p{margin:14px 0; }
.content table td{padding:0 10px;}

a.cat-list {padding:100px 0; background:#99C28A ; color:#fff; text-transform:uppercase; font-family: "Oxygen", sans-serif; font-size:24px; font-weight:300;}
a.cat-list:hover {background:#66725B; color:#fff;}

.site-info{color:#deffde; background:#336633; text-align:center; padding:5px;}
.site-info a{color:#fff; font-weight:bold;}
.site-info a:hover{color:#ff3636;}
.pub-img, .pub-details {float:left;}
.pub-img img.wp-post-image{border:1px solid #ccc;}
.pub-details a.button{padding: 12px 30px; background:#008F4D; border:none; color:#fff; font-family:"Oxygen",sans-serif; font-size:15px; font-weight:300;}
.pub-details a.download{padding: 14px 10px;  border:none; color:#424242; font-family:"Oxygen",sans-serif; font-size:15px; font-weight:300;float:right; text-align:center;}
.pub-details a.download:hover span, .pub-details a.download:hover h4 {color:#008F4D;}
.pub-details a.download img {float:left;}
.pub-details a.download span{font-weight:400; font-size:18px; margin-left:10px; line-height:33px; float:left; color:#666666;}
.pub-details a.download h4{text-align:left; font-size:18px;}
.bord-right {border-right:1px solid #ccc; padding-right:35px;}
.pub-details a.button:hover{background:#66725B;}
.pub-details h2{line-height:30px; border-bottom:1px dashed #365B3B; padding-bottom:10px;}
.pub_row  {margin-bottom:45px; border-bottom:1px solid #ccc; padding-bottom:35px;}
.pub_row:last-child{margin-bottom:0; border-bottom:none;}

.ms-slide-info.ms-dir-h {background:rgba(0,0,0,0.5);bottom:0!important; min-height:auto!important;}
.ms-slide-info.ms-dir-h h2 {margin-top:10px;}
.ms-slide-info.ms-dir-h h2, .ms-slide-info.ms-dir-h  p{color:#fff;}
.ms-slide-info.ms-dir-h  .ms-info{padding:10px 20px;}
.download-block {clear:both; display:block;  margin-top:30px;}
a.fdownload{ display:inline-block; padding:20px 40px; background:#008F4D; color:#fff; border:1px solid #008F4D;float:right; text-transform:uppercase;}
a.fdownload:hover{background:#fff; color:#008F4D; }
a.fdownload.inner {padding:10px 20px; float:left; width:100%; text-align:center;}
.expired {color:#fff; font-size:12px; background:#cc0000; padding:0 10px; border-radius:5px; margin-left:20px;}
.expired-single{color:#fff; font-size:16px; background:#cc0000; padding:5px 20px; margin-left:20px;}
/*  start of pagination*/
.pagination {
clear:both;
position:relative;
font-size:12px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:10px 12px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #008F4D;
}
 
.pagination .current{
padding:10px 12px;
background: #008F4D;
color:#fff;
}/*end of pagination*/


.date {
  position: relative;
  width: 120px;
  font-family: Georgia, serif;
  color: #999;
  margin: 0 auto;
 }
 
.day, .month, .year, .expirednotice {
  position: absolute;
  }
 
.day { 
  font-size: 46px;
  top: 30px;
  }
  
  .expirednotice { 
  font-size: 26px;
top: 100px;
border-top: 1px solid #ff0000;
color: #ff0000;
  }
 
.month { 
  top: 0;
  left: 0;  
  font-size: 32px;
  }
 
.year { 
  top: 22px;
  right: 0;
  font-size: 38px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
  }

  
    .eventsbar{background:#f4f4f4; padding:40px 0;}
.bcrumbs {
border-bottom:1px dotted #ccc;	
	
}	
	#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	padding-left:0;
	font-size:12px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
#breadcrumbs li a{color:#008F4D;}
#breadcrumbs li strong{font-weight:300; color:#808080;}

#breadcrumbs .separator{
    font-size:12px;
    font-weight:100;
    color:#404040;
}

.single-media_corner img{display: block;
    margin: 0 auto;}
	
	
	.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-info h2 {font-size:21px;}
.contact-info img {margin-right:10px;}
.contact-info p{margin-top:10px; margin-bottom:10px;}

.fp-content ol{padding-left:0; padding-top:10px;}

.noticelist .uk-grid + .uk-grid{margin-top:15px;}