/*
Theme Name: env2016-v1.3.0
Theme URI: http://environment.gov.mv
Author: Hussain
Author URI: http://environment.gov.mv
Description:
Version: 1.3.0
Text Domain: env2016
Domain Path: /languages/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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;
}

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;
}

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 0;
}

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-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: 'Montserrat', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.618;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #30373b;
}


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%;
}

@font-face {
    font-family: "MV Waheed";
    src: url('assets/fonts/MV_Waheed.otf') format('opentype');
}

@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon.eot') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.env-lang-waheed {
    font-family: 'MV Waheed';
}


/*--------------------------------------------------------------
# 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: #f5f5f5;
}

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 0 1.5em 1em;
}

ul {
    list-style: disc;
}

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"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

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 {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #404040;
    cursor: pointer;
}

a:visited {
    color: #767676;
}

a:hover,
a:focus,
a:active {
    color: #404040;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* Small menu. */
.menu-toggle {
    display: none;
}

.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;
    right: 0;
}

.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;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    /*margin: 0 0 1.5em;*/
    padding: 1.5em 0;
    border-bottom: 1px solid #dedede
}

#footer .widget {
    padding: 0.5em;
    border-bottom: none;
}

.widget:first-of-type {
    padding-top: 0;
}

.widget:last-of-type {
    border-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#filter-form {
    font-size: 0;
}


/*.credit{
	position: relative;
	top: -1em;
}*/

figure {
    margin: 0;
    margin-bottom: 1em;
}

.img-responsive {
    width: 100%;
}

figcaption {
    padding: 0.625em 0;
    font-size: 1.2rem;
    color: #9b9b9b;
}

.featured-list {
    margin-left: 1em;
}


.featured-list li a::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 0.5em;
    margin-left: -1em;
}

.lowercase {
    text-transform: lowercase;
}

.meta {
    font-size: 1.3rem;
    margin: 0 0 1.5em;
    color: #767676;
}

.contact-wrapper ul,
.project-wrapper ul {
    margin-bottom: 0;
}

.meta .list-inline {
    margin-left: 0;
}

.meta > ul > li:first-child {
    padding-left: 0;
}

.meta i {
    color: #71a83e;
}

/*.meta span{
	font-size: 1.2rem;
}*/

header .meta {
    margin-bottom: 2.2em;
}

.section-attachment {
    padding: 1em;
    border: 3px solid #e8e8e8;
    margin: 2em 0;
}

.section-attachment figure {
    margin: 0;
}

.section-attachment ul {
    margin: 0 0 0 1em;
}

.attachment-title {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.table tr:first-of-type td {
    border-top: none !important;
}

.more_information .title {
    color: #9b9b9b;
    font-size: 1.3rem;
}

.more_information {
    color: #30373b;
    font-size: 1.5rem;
}

.more_information div {
    margin-bottom: 0.5em;
}

.list-unstyled-padding {
    padding-left: 0.2em;
}

.more_information table {
    margin-bottom: 0;
}

.more_information .table-condensed > tbody > tr > td {
    padding: 0.6em 0;
}

.more_information .table-condensed tbody tr:first-of-type td {
    padding-top: 0;
}

.rpwe-ul:last-child {
    margin-bottom: 0;
}

.sub-arrow-list > li {
    padding-bottom: 1em;
}

.sub-arrow-list > li:last-child {
    padding-bottom: 0;
}

.sub-arrow-list li > ul li:before {
    font-family: 'FontAwesome';
    content: '\f148';
    margin: 0 5px 0 0;
    color: #71a83e;
    transform: rotate(90deg);
    display: inline-block;
}

#latest-section .tab-content .meta,
#latest-section .tab-content .meta i {
    color: #4b702a;
}

.featured-article:first-of-type {
    padding-top: 0;
}

.featured-article:last-of-type {
    border-bottom: none;
}

.featured-article {
    padding: 1em 0;
    border-bottom: 1px solid #dedede
}

.article-list .meta {
    margin-bottom: 0;
}

.meta > ul.list-unstyled li:after {
    display: none;
}

.meta > span:after,
.meta > ul li:after {
    background-color: #ced3d3;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
    width: 4px;
}

.meta > span:last-child:after,
.meta > ul li:last-child:after {
    display: none;
}

.meta-share {
    margin: 0;
    font-size: 1.8rem;
}

.facebook {
    color: #4668b3;
}

a:hover .facebook {
    color: #2d4a8a;
}

.twitter {
    color: #2fbbed;
}

a:hover .twitter {
    color: #2392ba;
}


.page_wrapper {

}

.lang-item-dv {
    font-family: "MV Waheed";
    font-size: 1.6rem;
    direction: rtl;
    position: relative;
    top: -0.1em;
    unicode-bidi: embed;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

.menu-language-menu-english-container,
.menu-language-menu-dhivehi-container {
    display: inline-block;
}

.owl-carousel {
    display: none;
    z-index: 1;
}

.owl-dots span {
    background: #dfdfdf;
    border-radius: 20px;
    display: block;
    margin: 0 0.2em;
    height: 0.8em;
    width: 0.8em;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .active span {
    background: #82c247;
}

#carousel {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

#carousel .owl-dots {
    display: flex;
    justify-content: center;
    /*position: absolute;
	bottom: 0em;
	right: 50%;
	left: -50*/
}

#carousel .owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

#carousel .carousel {
    position: relative;
}

#carousel .item {
    padding: 0 1em;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 25%;
    font-size: 5rem;
    padding: 0 0.2em;
    display: none;
}

.owl-prev {
    left: -1em;
}

.owl-next {
    right: -1em;
}

.hide {
    display: none;
}

.search-show {
    cursor: pointer;
}

#search-large {
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
}

#search-large button {
    font-size: 2em;
    color: #fff;
    line-height: 1.125em;
    background: none;
    border: none;
}

.search-large-form {
    position: relative;
    top: 100px;
    padding: 1em 0;
    border-bottom: 1px solid white;
}

#search-large input {
    border-style: none;
    color: #fff;
    font-size: 28px;
    height: 42px;
    margin: 0;
    outline: medium none;
    padding: 0 0.6em;
    width: calc(100% - 82px);
    background: none;
}


#home-bg hr,
#app-top-bar hr {
    border-width: 1px 0 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#home-bg .credit {
    font-size: 1.1rem;
    border-left: 1px solid #fff;
    padding: 0 1em;
    margin: 2em 0;
    color: #fff;
    opacity: 0.1;
    position: absolute;
    bottom: 4em;
}

.menu-language-menu-english-container a,
.menu-language-menu-dhivehi-container a {
    color: #fff;
}

.menu-language-menu-english-container a:focus,
.menu-language-menu-english-container a:hover,
.menu-language-menu-dhivehi-container a:focus,
.menu-language-menu-dhivehi-container a:hover {
    color: #fff;
}


#home-bg ul.social-icons,
#app-top-bar ul.social-icons {
    margin: 0.3em 0 0;
}

#latest-section ul {
    margin: 0;
}

.sidebar-title,
.section-title-no-border,
.section-title {
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 1em;
    font-size: 1.6rem;
}

.section-title-no-border span,
.section-title span,
.green-title span {
    font-size: 1.4rem;
    color: #9b9b9b;
    text-transform: lowercase;
}

.small-title {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #82c247;
    margin: 0;
}

.widget-title {
    color: #71a83e;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.widget-heading {
    margin: 0;
    text-transform: capitalize;
}

.project-affliate {
    margin: 0.5em;
}

.env-pagination {
    margin: 2em 0 3em;
    padding-top: 2em;
    border-top: 1px solid #dedede;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    font-size: 1.5rem;
    padding: 1em;
}

aside {
    font-size: 18px;
}

.site-footer aside {
    font-size: 14px;
}

aside a,
aside a:hover,
aside a:visited,
aside a:focus {
    color: #30373b;
}

aside ul {
    padding-left: 0;
    margin-left: 0;
    list-style: outside none none;
}

aside ul li > ul {
    margin-left: 1.5em;
}

.sidebar-comment {
    color: #bcbdbb;
    font-size: 1.2rem;
}

aside .sidebar-comment a {
    color: #bcbdbb;
    text-decoration: underline;
}

.section-title:after,
.sidebar-title:after {
    display: block;
    content: '';
    background: #82c247;
    height: 4px;
    width: 40px;
    position: relative;
    top: 0.5em;
}

.text-white .section-title-no-border,
.text-white .section-title {
    color: #fff;
}


.newsletter-title {
    margin-top: 0;
    font-size: 1.6rem;
    color: #82c247;
    position: relative;

}

/*content: '\f099';*/
/*url('assets/fonts/MV_Waheed.otf');*/
/*.newsletter-title-icon{
	background: rgba(0, 0, 0, 0) url("assets/images/open_envelope.png") no-repeat;
	display: inline-block;
	font-weight: normal;
	height: 32px;
	position: relative;
	right: 0.5em;
	top: 0.4em;
	width: 32px;
}*/

#featured .widget,
.widget_chapters {
    padding: 2em 2em 0 2em;
}

#featured .widget p {
    color: #9b9b9b;
}

#featured .widget .widget-title,
.widget_chapters .widget-title {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #30373b;
    text-transform: none;
}

.widget_chapters,
.widget_env_newsletter_widget {
    border: 3px solid #f5f5f5;
}

.widget .icon {
    float: right;
    padding-right: 20px;
}

.newsletter-title-icon {
    background: rgba(0, 0, 0, 0) url("assets/images/open_envelope.png") no-repeat;
    display: inline-block;
    height: 60px;
    width: 64px;
}

.chapters-title-icon {
    background: rgba(0, 0, 0, 0) url("assets/images/open_folder.png") no-repeat;
    display: inline-block;
    height: 60px;
    width: 64px;
}

.widget_chapters ul li::before {
    color: #71a83e;
    content: "\f016";
    font-family: FontAwesome;
    font-size: 1.6rem;
    padding-right: 0.25em;
}

.widget_chapters > ul > li::before {
    color: #71a83e;
    content: "\f114";
    font-family: FontAwesome;
    font-size: 1.6rem;
}

.widget_chapters > ul li.open::before {
    color: #71a83e;
    content: "\f115";
    font-family: FontAwesome;
    font-size: 1.6rem;
}

.btn-tab-content {
    background: #71a83e;
}

.btn-tab-content,
.btn-tab-content:hover,
.btn-tab-content:focus,
.btn-tab-content:visited,
a.btn-green,
a.btn-green:hover,
a.btn-green:focus,
a.btn-green:visited {
    color: #fff;
}

a.btn-green:hover,
a.btn-green:focus {
    background: #71a83e;
}

a.btn-green-dark {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#projects .btn-white {
    margin: 0 1em;
}

a.btn-white,
a.btn-white:hover,
a.btn-white:focus,
a.btn-white:visited {
    color: #fff;
    border: 1px solid #71a83e;
}

a.btn-white:hover,
a.btn-white:focus {
    color: #fff;
    background: #71a83e;
}

.more-link {
    margin: 2em 0;
}

.btn-tab-content:hover,
.btn-tab-content:focus {
    background: #578230;
}

.btn-green {
    background-color: #82c247;
}

.newsletter-wrapper {
    margin: 0 auto;
}

.newsletter-front {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.issue_number {
    position: absolute;
    right: -1.5em;
    top: -1.5em;
    border-radius: 50%;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    width: 3em;
    padding: 0.6em;
    height: 3em;
    background: #82c247;
    border: 2px solid #fff;
}

.newsletter-wrapper a {
    display: block;
}

.newsletter-wrapper p {
    font-size: 1.2rem;
    color: #bcbdbb;
}

aside.widget_chapters ul {
    margin: 0.25em 0 0.5em 1.5em;
    line-height: 1.8;
}

aside > ul,
aside.widget_chapters > ul {
    margin-right: 0;
    margin-left: 0;
}


#latest-section .panel-title {
    font-size: 1.5rem;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

#latest-section .panel-body {
    padding: 1em 0;
}

#latest-section .panel-body > ul > li:first-child {
    padding: 0;
}

#latest-section .panel-body > ul > li:last-child {
    border-bottom: none;
}

#latest-section .panel-body > ul > li {
    padding: 1em 0 0.5em;
    border-bottom: 1px solid #dedede;
}

#latest-section .sidebar .title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
}

.sidebar a {
    color: #404040;
}


#latest-section .sidebar .content > div:last-child {
    margin-bottom: 0.5em;
}

#latest-section .sidebar .meta-date {
    color: #9b9b9b;
    font-size: 1.5rem;
    padding-bottom: 1em;
}

#latest-section .sidebar .meta {

}

#latest-section .sidebar > ul > li:first-child {
    padding-top: 0;
}

#latest-section .sidebar > ul > li {
    padding: 1.5em 0;
    border-bottom: 1px solid #dedede;
}

#latest-section .sidebar > ul > li:last-child {
    border-bottom: none;
}


#latest-section .sidebar {
    width: 100%;
    background: white;
    vertical-align: top;
    padding: 2em 0;
    position: relative;
}


#latest-section .nav-tabs {
    position: absolute;
    top: -3.55em;
    border-bottom: 0;
    text-transform: uppercase;
}

#latest-section .nav-tabs > li.active > a,
#latest-section .nav-tabs > li.active > a:focus,
#latest-section .nav-tabs > li.active > a:hover {
    background-color: #82c247;
    border-color: #82c247;
    color: #233313;
}

#latest-section .nav-tabs > li > a {
    border-radius: 0;
    background: #578230;
    color: #fff;
}

#latest-section .nav-tabs > li > a:focus,
#latest-section .nav-tabs > li > a:hover {
    border-color: #578230;
}

#latest-section .panel-title {
    text-transform: capitalize;
}


#latest-section .panel-heading {
    padding: 10px 0;
}

/*
#latest-section .panel-body{

}*/

#latest-section .tab-content {
    color: #4b702a;
    width: 100%;
    padding: 2em;
    vertical-align: top;
}

#latest-section .tab-content h3 {

}


#latest-section .tab-content .meta {
    margin: 0;
}

#latest-section .tab-content .meta ul li {
    padding-right: 1em;
    padding-left: 0;
}

#latest-section .tab-content .meta a {
    color: #4b702a;
    text-decoration: underline;
}

#latest-section .tab-content .meta > ul li:after {
    background: #4b702a;
}

#latest-section .tab-content .meta a:focus,
#latest-section .tab-content .meta a:hover {
    color: #233313;
}

#latest-section .tab-content .tab-pane > ul > li {
    margin-bottom: 1.5em;

}

#latest-section .tab-content .tab-pane > ul > li > a {
    color: #233313;
}

#latest-section .tab-content .tab-pane > ul > li > a:focus,
#latest-section .tab-content .tab-pane > ul > li > a:hover {

}

#latest-section .nav > li > a {
    padding: 1em 2em;
}


h4.green-title {
    color: #82c247;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0;
}

p:empty {
    display: none;
}

.site-content {
    position: relative;
    padding-top: 5em;
}

.site-content-full {
    padding: 3em 0;
    position: relative;
}

.white {
    background: #fff;
}


.white-bg {
    background: #fff;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#projects h2,
#multimedia h2,
#intro h1,
#intro h2,
#intro h3 {
    font-weight: 500;
    margin-top: 0;
}

#latest-section {
    position: relative;
    z-index: 20;
    background: #fff;
}


#intro .profile-home {
    display: inline;
    float: right;
    margin: 0 0 1em 1em;
    width: 150px;
}

#intro .profile-home img {
    margin-bottom: 1em;
}

#intro .profile-home,
.main-profiles .avatar-profile {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-profiles .avatar-profile {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#intro .profile-home h3,
.sidebar-profiles .avatar-profile h3,
.main-profiles .avatar-profile h3 {
    font-size: 1.6rem;
    margin: 0;
}

.sidebar-profiles .avatar-profile h3,
.main-profiles .avatar-profile h3 {
    padding: 1em 0 0;
}

.sidebar-profiles .avatar-profile .designation,
.main-profiles .avatar-profile .designation {
    color: #9b9b9b;
    text-transform: capitalize;
}

.featured-list-block::before,
.featured-list-block::after {
    content: "";
    display: table;
}

.featured-list-block .featured-block-image figure {
    margin: 0;
}

.featured-list-block .featured-block-image {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 35%;
}


.featured-list-block .featured-block-content {
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: top;
}

.avator-profile-block {
    margin-bottom: 2em;
}

.profile-block-small {
    font-size: 1.4rem;
}

.avator-profile-block::before,
.avator-profile-block::after {
    content: "";
    display: block;
}


.avator-profile-block .profile-block-image {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.avator-profile-block .profile-block-content {
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: top;
    float: right;
    word-wrap: break-word;
    width: 60%;
}


.av-fix .avator-profile-block .profile-block-image {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.avator-profile-block .profile-round-image {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40%;
}

.avator-profile-block .profile-block-image img,
.avator-profile-block .profile-round-image img {
    border: 2px solid #e4e4e4;
    padding: 5px;
}


.av-fix .avator-profile-block .profile-block-content {
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: top;
    float: right;
    word-wrap: break-word;
    width: 75%;
}

.sidebar-profiles .avatar-profile img {
    float: left;
    margin-right: 1em;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.main-profiles .avatar-profile img {
    float: left;
    border: 1px solid #e4e4e4;
    padding: 5px;
    margin: 1em;
}

.main-profiles .avatar-profile img.no-margin {
    margin: 0;
}

.staff_list .main-profiles .avatar-profile img {
    border: 1px solid #e4e4e4;
    padding: 5px;
    margin-bottom: 0.5em;
    float: none;
}

.staff_list .main-profiles .avatar-profile h3 {
    padding: 0;
}

.staff_list .main-profiles > li {
    vertical-align: top;
}

.sidebar-profiles li {
    margin: 0 0 2em;
}


.sidebar-profiles .avatar-profile img,
.main-profiles .avatar-profile img {
    border: 2px solid #e4e4e4;
}


.list-buttons li {
    padding: 0.2em 0.5em;
    margin-bottom: 1em;
}

.green-icon {
    color: #82c247;
}


.lowercase {
    text-transform: lowercase;
}

#intro a,
.green-list a {
    color: #71a83e;
}

#projects h2:after,
#multimedia h2:after,
#intro h2:after {
    display: block;
    content: '';
    background: #82c247;
    height: 4px;
    width: 40px;
    position: relative;
    top: 0.3em;
}

#multimedia h2,
#intro h2 {
    margin: 0 0 1.5em;
}

.green-list a::before,
#intro ul > li > a::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 0.5em;
}

#intro ul > li,
.green-list > li {
    padding-bottom: 0.5em;
}

#intro ul,
.green-list {
    margin: 0;
}


article.type-download figure {
    text-align: center;
}

.fb_iframe_widget {
    vertical-align: text-bottom;
}

.twitter-share-button {
    vertical-align: text-bottom !important;
}


.filter-post .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn.dropdown-toggle {
    background-color: white !important;
}

.filter-post .bs-caret:after {
    background: transparent !important;
    color: #6B7280 !important;
    font-size: 2rem !important;
    padding: 0 !important;
}

.btn.dropdown-toggle {
    padding-right: 16px !important;
    display: flex !important;
    align-items: center !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.filter-post .bs-caret span {
    display: none;
}

.filter-post .bs-caret:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1rem;
    background: #82c247;
    padding: 0.25em 0.6em;
    font-weight: normal;
    color: #fff;
}

.filter-post .bootstrap-select > .dropdown-toggle {
    background: none;
    border: none;
    box-shadow: none;
}

.filter-post {
    margin: 2em 0;
    padding: 0 0 2.4em;
    border-bottom: 1px solid #dedede;
}

.filter-post .dropdown a {
    color: #000;
}

.filter-post .dropdown > a::after {
    position: absolute;
    right: 0.5em;
    background: #82c247;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
    padding: 0 0.2em;
}

.filter-search {
    margin-right: 2%;
    display: inline-block;
}

.filter-search-input-full,
.filter-search-input,
.filter-search-btn {
    display: inline-block;
    vertical-align: top;
}

.filter-search-input-full input,
.filter-search-input input {
    background-color: white;
    background-image: none;
    border: none;
    color: #000;
    display: inline-block;
    line-height: 1.42857;
    padding: 0.5em 1em;
    width: 100%;
    border-radius: 0;
    line-height: 1.8;
    font-size: 1.4rem;
}

.filter-search-btn button {
    font-size: 1.4rem;
    background-color: #82c247;
    background-image: none;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 0;
    line-height: 1.8;
    width: 100%;
}

.filter-search-btn.clear a {
    background-color: #F3F4F6;
    color: #6B7280;
    font-size: 1.4rem;
    background-image: none;
    border: none;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 0;
    line-height: 1.8;
    width: 100%;
}

.filter-dropdown {
    max-height: 150px;
    overflow-y: auto;
}

.main-content h1 span {
    font-size: 1.6rem;
    color: gray;
}

.navbar-toggle {
    float: left;
    padding: 1rem;
}

.article-list .meta,
.main-content .article-list {
    clear: both;
}

.department-heads {
    padding: 3em 0;
}

p span {
    color: #9b9b9b;
}

article.download > .meta > ul {
    margin-bottom: 0.5em;
}

article.download > .meta .label {
    font-size: 80%;
}

article p:last-of-type {
    margin-bottom: 0;
}

article.department,
article.page-list {
    clear: both;
    padding: 0 0 2em;
    border-bottom: 1px solid #dedede;
}

article.department:last-of-type,
article.page-list:last-of-type {
    border-bottom: none;
}

.widget .rpwe-block h3 {
    font-size: 1.3rem !important;
    clear: none;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.widget .rpwe-time {
    font-size: 1.3rem !important;
    color: #bbb;
}

.widget .rpwe-block li {
    border-bottom: 1px solid #eee;
    list-style-type: none;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.widget a.sidebar_more {
    color: #71a83e;
    display: block;
}

.no-margin {
    margin: 0;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*.project-title{
	font-size: 2rem;
	margin: 0;
	margin-bottom: 1em;
}*/
.project-card {
    /*background:rgba(255, 255, 255, 0.5);;*/
}

.project_timeline {
    margin: 1em 0 4em;
}

.label-env {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.white-title {
    color: #fff;
    margin: 0;
    font-size: 1.4rem;
}

/*h3.post-title{
	font-size: 1.5rem;
	font-weight: 500;
}*/
.post-title a,
a.post-title,
.contact-tile-title a,
.project-title a,
a.project-title {
    color: #30373b;
}

.contact-tile-title,
.project-title {
    font-size: 1.8rem;
}

#page_fade {
    background-color: #161c10;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

#page_fade_with_loader {
    color: #848484;
    margin-top: 3em;
}

#page_fade_with_loader .fa {
    font-size: 3.5rem;
}

#carousel {
    padding: 3em 0;
    /*background: #fff;*/
}

#carousel .nav-tabs,
.theme-tab .nav-tabs {
    margin: 0;
}

#carousel .nav-tabs > li > a,
.theme-tab .nav-tabs > li > a {
    text-transform: uppercase;
}

#carousel .nav-tabs > li.active > a,
#carousel .nav-tabs > li.active > a:focus,
#carousel .nav-tabs > li.active > a:hover,
.theme-tab .nav-tabs > li.active > a,
.theme-tab .nav-tabs > li.active > a:focus,
.theme-tab .nav-tabs > li.active > a:hover {
    background: none;
    border-color: transparent;
    border-bottom: 3px solid #82c247;
}


#carousel .nav > li > a:focus,
#carousel .nav > li > a:hover,
.theme-tab .nav > li > a:focus,
.theme-tab .nav > li > a:hover {
    background: none;
}

#carousel .tab-content,
.theme-tab .tab-content {
    padding: 2em 0;
    position: relative;
}


#carousel .tab-content .carousel-indicators {
    height: 2em;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: -4em;
    width: 100%;
    z-index: 0;
    padding: 0 1em;
}

#carousel .carousel-indicators .active {
    background-color: #82c247;
}

#carousel .carousel-indicators li {
    border: none;
    background-color: #dedede
}

#carousel .carousel-control.left,
#carousel .carousel-control.right {
    background-image: none;
}

#carousel .carousel-control {
    width: auto;
    height: auto;
    font-size: 3rem;
    text-shadow: none;
    background: gray;
    padding: 1em;
}


.tile {
    transition: box-shadow 0.5s;
    border: 1px solid #e5e5e5;
    margin-bottom: 2em;
    box-sizing: content-box;
}

.tile:hover {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}


.emb_img, .emb_text {
    display: table-cell;
}

.emb_img {
    padding-right: 1em;
}

.emb_text {

}

.text-white {
    color: #fff;
}

#affiliates {
    padding: 3em 0;
    color: #6f6f6f;
    background-color: #1C2637;
    text-align: center;
}

#affiliates .owl-carousel .owl-item img {
    width: 150px;
    height: auto;
    display: inline;
}

#affiliates .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

#affiliates .carousel {
    position: relative;
}

#affiliates .item {
    padding: 0 1em;
    width: 165px;
    height: 215px;
    border: 1px solid #374151;
    background-color: transparent;
    transition: all 0.3s;
}

#affiliates .item:hover {
    background-color: #202b3e;
}

#affiliates .owl-dots {
    margin: 3em 0 1em;
}

#affiliates h4 {
    font-size: 35px;
    margin: 0;
}

#affiliates h5 {
    margin: 0;
    color: #6B7280;
}

#footer {
    margin-top: 27px;
    padding: 3em 0;
    background: #1f262c;
    color: #a6afb6;
    font-size: 18px;
}

#menu-footer-english {
    list-style: none;
    padding-left: 0;
    margin: 0;
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    column-gap: 5px;;
    column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;;
}

#footer .social-icons {
    font-size: 2rem;
}

#footer a {
    color: #374151;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #00A324 !important;
}

#footer .footer-head {
    color: #fff;
    margin: 0.5em 0;
    line-height: 1.1;
}

#footer .widget-title {
    color: #00A324 !important;
}

@media (max-width: 1119px) {
    #footer .widget-title, #footer .menu-item {
        text-align: center !important;
    }
}

#footer .widget-title:after {
    display: none;
}


/* Custom, iPhone Retina */
@media only screen and (min-width: 20rem) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 30rem) {

}


/* Medium Devices, Desktops */
@media only screen and (min-width: 62rem) {


}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 75rem) {

}

.full-width {
    width: 100% !important;
}

.back-home a:before {
    content: "\f177";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1rem;
    padding: 0 0.5em 0 0;
    font-weight: normal;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1em;
}

.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
--------------------------------------------------------------*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.env-gallery figcaption {
    display: none;
}

.env-gallery {
    margin: .5em 0 1.5em 0;
}

.gallery {

}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 1em 1em 0 0;
    width: 100%;
}

figure.gallery-item {
    margin: 0;
}

.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;
}

/* Preload images */
body:after {
    content: url(assets/images/close.png) url(assets/images/loading.gif) url(assets/images/prev.png) url(assets/images/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(assets/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(assets/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(assets/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(assets/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.vfb-col-1, .vfb-col-2, .vfb-col-3, .vfb-col-4, .vfb-col-5, .vfb-col-6, .vfb-col-7, .vfb-col-8, .vfb-col-9, .vfb-col-10, .vfb-col-11, .vfb-col-12 {
    padding-left: 0;
    padding-bottom: 1em;
}

.vfbp-form .vfb-form-control {
    border-radius: 0;
    box-shadow: none;
}

.vfbp-form .vfb-form-control:focus {
    box-shadow: none;
    border-color: #82c247;
}

.vfbp-form .btn-primary {
    background: #71a83e none repeat scroll 0 0;
    border: none;
}

.vfbp-form .btn {
    font-size: 1.3rem;
    border-radius: 24px;
    padding: 0.8em 2.3em;
}

/*//////////////////////////////*/
.post-type-archive-legislation .tile {
    background: #fff;
    padding: 1em 2em;
    margin-bottom: 1em;
}

#leg-header .top-bar {
    background: #20262b;
}

#leg-header .bottom-bar {
    background: #fff;
}

#leg-body {
    padding: 2em;
}

/*.hero {
    background: #1f262c;
    position: relative;
	 color: #fff;
}
.hero h1{
	color: #fff;
}
.hero .navbar {
    padding: 30px 0;
}

.features h3{
	margin-bottom: 0;
}
.masthead form {
    margin-top: 10px;
    position: relative;
}

.masthead form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #86939e;
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 25px;
}
.masthead .search-field {
    border: medium none;
    border-radius: 5px;
    font-size: 18px;
    height: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 30px;
    width: 100%;
}
.masthead {
    padding: 0 0 3em;
    text-align: center;
}
.features {
    padding: 3em 0;
    position: relative;
}
.topics-list .badge {
    background-color: #7dc855;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    min-width: 10px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 25px;
}
.topics-list {
    padding: 20px 0;
}
.topics h3 a {
    color: #43484d;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
}
.topics{
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 3em 0;
}
.topics header h2 {
    color: #43484d;
		font-size: 3rem;
}
.topics-list li a {
    color: #9b9b9b;
    font-size: 14px;
    outline: 0 none;
    padding-left: 15px;
    text-decoration: none;
}

.topics-list li::before {
    color: #b5bfc7;
    content: "\f016";
    font-family: FontAwesome;
    font-size: 18px;
}
.topics-list li:last-child:before{
	content: "";
	margin-left:1em;
}
.topics-list li {
    list-style: outside none none;
    padding-left: 5px;
}
.topics-list ul{
	padding: 0;
	margin: 0;
}

.topics-list h3{
	margin: 0 0 0.5em 0;
}*/


.overlay-icon {
    display: table;
    margin: -25px auto 0;
    position: relative;
    top: 50%;
}

.icon-circle {
    width: 35px;
    height: 35px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #fff;
    opacity: 0.7;
    border: 2px solid #fff;
}

/*upcoming events*/
.upcoming-entry {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    padding: 25px 0;
    transition: all 0.35s ease-in-out 0s;
}


.btn.btn-border.btn-dark {
    color: #2a2a2a;
}

.btn-round {
    border-radius: 5px !important;
    border-width: 2px;
    padding: 8px 15px;
}

.btn.btn-border {
    background-color: transparent;
    border-width: 2px;
}

.btn.min-width {
    min-width: 140px;
    text-align: center !important;
}

.btn {
    font-size: 1.3rem;
    padding: 9px 16px;
    transition: color 0.2s ease 0s, background 0.45s ease 0s, border 0.4s ease-in-out 0s;
}


.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.work {
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    /*min-height: 350px;*/
    overflow: hidden;
    position: relative;
    /*padding: 1em;*/
}

.work .overlay {
    background: rgba(113, 168, 62, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}

.work .overlay-blue {
    background: rgba(32, 38, 43, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}

.work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.work h5 {
    font-size: 1.4rem;
    padding: 0 2em;
}

.work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0;
}


.work-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-box:hover .overlay {
    opacity: 1;
}

.work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#multimedia {
    padding: 3em 0;
    background: #f5f5f5;
}

#multimedia figure {
    margin: 0;
}

#projects-bg {
    background: #20262b url("assets/images/background_projects.png") no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: absolute;
}

#projects {
    padding: 3em 0;
}

.contact-wrapper {
    background: #fff;
    margin-bottom: 1em;
}

.contact-wrapper .dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
}

.contact-wrapper dd {
    margin-bottom: 0;
}

.contact-wrapper .dl-horizontal dd {
    margin-left: 1.5em;
}

.project-wrapper {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 2em;
    margin-bottom: 2em;
}

/*---------Latest Edit--------------*/

a#logo-home:hover {
    text-decoration: none;
}

.whitebox {
    background: #fff;
    padding: 1em 2em;
    margin: 1em 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.whitebox > h1:first-of-type,
.whitebox > h2:first-of-type {
    margin-top: 0;
    font-weight: 500;
}

.topbar-app {
    position: relative;
    z-index: 10;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    margin-bottom: 1em;
    color: #fff;
}

.topbar {
    position: relative;
    z-index: 10;
    background: #000;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    color: #fff;
}

.topbar-name {
    position: relative;
    z-index: 9;
}

.navbar-header {
    margin-bottom: 1em;
}

.navbar-header .xs-title h6 {
    font-size: 11px;
}

.topbar-nav {
    position: relative;
    z-index: 10;
    background: #1f262c;
    padding: 1em;
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.primary-navbar .navbar-nav > li {
    border-bottom: 1px solid #434e58;
}

.primary-navbar .navbar-nav > li > a {
    font-size: 1.6rem;
}

.primary-navbar .dropdown-menu {
    font-size: 1.5rem;
    padding: 0 1em;
}

.primary-navbar .dropdown-menu li {
    border-bottom: 1px solid #434e58;
}

.primary-navbar .dropdown-menu .divider {
    margin: 0;
}

.primary-navbar > .nav > li:last-child,
.primary-navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.primary-navbar .nav > li > a {
    color: #6B7280;
}

.primary-navbar .nav > li > a:focus,
.primary-navbar .nav > li > a:hover {
    background: none;
    color: #00A324;
}

.dropdown > a::after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1rem;
    font-weight: normal;
}

.navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu > li > a {
    clear: both;
    color: #6B7280;
    display: block;
    font-weight: 400;
    line-height: 2.5;
    padding: 3px 28px 3px 17px;
    white-space: normal;
}

.dropdown-menu > li > a:active {
    color: #00A324;
    background: transparent;
}


.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:active {
    color: #00A324;
    background: transparent;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    right: 162px;
}

.dropdown-submenu > a:after {
    content: '\f105';
    display: block;
    font-family: "FontAwesome";
    font-size: 1rem;
    font-weight: normal;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}


.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: #2f363c;
}

.navbar {
    margin-bottom: 0;
}

/*.primary-navbar > .nav > li > a,
.primary-navbar .dropdown-menu li > a {
    color: #000;
	 margin: 0.625em 0.9375em;
	 padding: 0.25em 0;
}*/

.tile .content {
    background: #fff;
    padding: 0.5em 1em;
}


.panel-group {
    margin: 1em 0;
}

h1 {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0.5em 0;
}

h2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0.5em 0;
}

h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0.5em 0;
}

h4 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: .5rem 0;
}

h5 {
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0.5em 0;
}

.site-heading {
    font-size: 18px;
    line-height: 1;
    margin: 0.6em 0 0.4em;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.site-sub-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    margin-top: 0;
}

.footer-heading {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0.6em 0 0.4em;
    font-weight: 700;
}

.footer-sub-heading {
    font-size: 1.5rem;
    margin-top: 0;
}

.side-content {
    margin-top: 2em;
}

.main-content {
    /*padding-top: 3em ;
	padding-bottom: 3em ;*/
}

.year-dropdown,
.month-dropdown,
.department-dropdown,
.department-dropdown-full,
.project-dropdown {
    display: inline-block;
    width: 100%;
    background: #f3f3f3;
    font-size: 1.4rem;
    margin-right: 2%;
    margin-bottom: 1em;
}

.filter-search-input-full,
.filter-search-input {
    width: 70%;
    margin-right: 2%;
}

.filter-search-btn {
    width: 26.5%;
}

.bootstrap-select > .dropdown-toggle {
    padding-right: 35px;
}

.social {
    margin: 1em 0;
}

.social > div {
    margin-bottom: 1em;
}

.social .fa-twitter {
    background: #55acee;
}

.social .fa-facebook {
    background: #3b5998;
}

.social > a i {
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 15px;
    height: 1.8em;
    line-height: 1.9;
    margin: 0 0.5em 0 0;
    text-align: center;
    width: 1.8em;
}

.mb-article-list > article {
    border-bottom: 1px solid #dedede;
    margin-bottom: 2em;
}

.mb-article-list:last-child > article {
    border: 0;
    margin: 0;
}

.wp-pagenavi span.pages {
    display: block;
}

#filter-more {
    display: block;
}

#filter-more .fa-minus {
    margin-bottom: 1em;
}

.xs-heading {
    padding: 1rem;
}

.xs-heading a {
    font-size: 1.8rem;
    color: #fff;
}

.xs-title {
    /*position: absolute;
    right: 0;
    top: 12px;
    width: 100%;
	 font-size: 1rem;*/
    color: #fff;
    font-size: 1.3rem;
}

.xs-title img {
    height: 45px;
    margin-bottom: 5px;
}

#featured {
    padding: 3em 0 0 0;
}


.dropdown-caret > a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px !important;
    font-weight: 900;
    position: relative;
    color: #00A324;
    left: 1em;
}

.navbar-nav:not(.sm-collapsible) ul .dropdown-caret > a:after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px !important;
    font-weight: 400;
    float: right;
    color: #00A324;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}

.main-content {
    position: relative;
    padding-bottom: 3em;
}

.download-status:after,
.download-status:before {
    content: " ";
    display: table;
    clear: both;
}

.download-status {
    list-style: outside none none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
    color: #bbb;
}

.download-status > li {
    display: table-cell;
    position: relative;
    padding: 10px 15px;
    bottom: -2px;
}

.status-message {
    border: 2px solid #e8e8e8;
    margin: 0 0 2em 0;
    padding: 1em 2em;
    font-size: 1.3rem;
}

.status-message .table {
    margin: 0;
}

.status-green {
    color: #71a83e;
    border-bottom: 2px solid #71a83e;
}

.status-red {
    color: #d9534f;
    border-bottom: 2px solid #d9534f;
}

.status-message ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.status-message ul > li {
    border-bottom: 1px solid #ddd;
    padding: 1em 0;
}

.status-message ul > li:first-child {
    padding-top: 0;
}

.status-message ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sm-tb {
    display: table;
    width: 100%;
}

.sm-tb > div {
    display: table-cell;
    text-align: right;
}

.sm-tb > .sm-left {
    text-align: left;
}

.sm-tb > .sm-right {
    text-align: right;
}

.expired {
    text-decoration: line-through;
}

#round-table {
    margin-top: 2em;
}

.political-appointee {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    margin: 1.5rem 0 6.5rem;
}

.political-appointee .image-container {
    width: 45%;
}

.political-appointee .details-container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.political-appointee .img-responsive {
    margin-bottom: 1rem;
}

.site-content-full .post-content {
    overflow-x: scroll;
}

.site-content-full .post-content table {
    display: block;
    overflow-x: scroll;
}

.site-content-full .post-content table tr td {
    padding-left: 8px;
    padding-right: 8px;
}


/*Small Devices*/
@media (min-width: 768px) {

    .white-bg {
        width: 100%;
    }

    .political-appointee {
        flex-direction: row;
        text-align: unset;
        margin: 1.5rem 0;
    }

    .political-appointee .image-container {
        width: 33.33%;
    }

    .political-appointee .details-container {
        width: 66.66%;
    }


    .dropdown-caret > a:after {
        position: relative;
        left: 0;
    }


    .featured-list-block .featured-block-image {
        display: table-cell;
        position: relative;
        vertical-align: top;
        width: 20%;
    }


    #featured {
        padding: 2em 0 0 0;
    }

    body,
    button,
    input,
    select,
    textarea {
        color: #404040;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.618;
    }

    .home-header {
        height: 250px;
    }

    #carousel .owl-dots {
        margin: 0;
        position: absolute;
        top: -4em;
        right: 1em;
    }

    .wp-pagenavi span.pages {
        display: inline;
    }

    .topbar-nav .navbar-nav {
        float: right;
        margin: 0;
    }

    .featured-article {
        padding: 1.5em 0;
    }

    #latest-section .sidebar {
        right: 0px;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background-color: #f5f5f5;
    }

    a {
        color: #767676;
    }


    .year-dropdown, .month-dropdown {
        display: inline-block;
        width: 100%;
        background: #f3f3f3;
        font-size: 1.4rem;
        margin-right: 2%;
    }

    .department-dropdown-full {
        display: inline-block;
        width: 100%;
        background: #f3f3f3;
        font-size: 1.4rem;
        margin-right: 2%;
    }

    .department-dropdown, .project-dropdown {
        display: inline-block;
        width: 100%;
        background: #f3f3f3;
        font-size: 1.4rem;
        margin-right: 2%;
    }

    .project-dropdown {
        margin-right: 0;
    }

    .filter-search-input-full {
        width: 100%;
        margin-right: 2%;
    }

    .filter-search-input {
        width: 100%;
        margin-right: 2%;
    }

    .filter-search-btn {
        width: 100%;
    }


    .sidebar-title,
    .section-title-no-border,
    .section-title {
        text-transform: uppercase;
        margin-top: 0;
        padding-bottom: 1em;
        font-size: 2rem;
    }

    #latest-section .sidebar .title {
        font-weight: 700;
        font-size: 1.7rem;
        margin-bottom: 0.5em;
    }

    /*.site-content .meta{
		text-transform: capitalize;
		font-size: 1.4rem;
		margin: 0 0 1.5em 0;
		color: #767676;
		display: inline-block;
	}*/
    .meta {
        text-transform: capitalize;
        font-size: 1.4rem;
        margin: 0 0 1.5em 0;
        display: block;
    }

    .meta:not(:has(.news-date)) {
        color: #707070;
    }

    .tile .content {
        padding: 1em 1em;
    }

    .navbar {
        margin-bottom: 2em;
    }

    .topbar {
        background: transparent;
        padding: 0;
        font-size: 1.4rem;
    }

    .topbar-nav {
        background: white;
        padding: 0;
    }

    .topbar-name {
        margin-bottom: 0;
    }

    .primary-navbar .dropdown-menu {
        font-size: 1.4rem;
        padding: 0;
    }

    .primary-navbar .dropdown-menu li {
        border-bottom: none;
        min-width: 200px;
    }

    .primary-navbar .navbar-nav > li {
        border-bottom: none;
    }

    .primary-navbar .navbar-nav > li > a {
        font-size: 1.4rem;
    }

    /*/////////*/
    /*.primary-navbar >.nav > li:last-child,
	.primary-navbar .dropdown-menu li:last-child{
		border-bottom: none;
	}

	.primary-navbar > .nav > li > a,
	.primary-navbar .dropdown-menu li > a {
	    color: #000;
		 margin: 0.625em 0.9375em;
		 padding: 0.25em 0;
	}*/
    /*/////////*/
    .primary-navbar .navbar-nav > li > a {
        color: #6B7280;
        font-weight: 500;
        font-size: 16px;
        padding: 0;
        line-height: 1.5em;
        margin: 0.625em 0.9375em;
    }

    .primary-navbar .navbar-collapse {
        padding-right: 0;
    }

    .primary-navbar .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .primary-navbar .navbar-nav > .active > a,
    .primary-navbar .navbar-nav > .active > a:hover,
    .primary-navbar .navbar-nav > .active > a:focus {
        border-bottom: 3px solid #82c247;
    }


    .primary-navbar .nav .open > a,
    .primary-navbar .nav .open > a:focus,
    .primary-navbar .nav .open > a:hover {
        background: none;
    }

    .primary-navbar > ul > li > ul.dropdown-menu:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: transparent transparent #f5f5f5;
        border-image: none;
        border-style: solid;
        border-width: 6px 6px 5px;
        content: "";
        display: block;
        left: 20px;
        position: absolute;
        top: -11px;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-menu {
        border-radius: 0;
    }

    .dropdown-menu li {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .dropdown-menu > li > a {
        clear: both;
        color: #333;
        display: block;
        font-weight: 400;
        line-height: 2.5;
        padding: 3px 28px 3px 17px;
        white-space: normal;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:active {
        color: #000;
        background: #f5f5f5;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #latest-section .wrapper {
        background: #82c247;
        padding: 0;
        display: table;
        width: 100%;
        height: 525px;
    }


    .home .home-header {
        height: 900px;
    }

    #home-relative-position {
        height: 564px;
    }

    .home #home-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #latest-section {
        background: none;
    }
}

@media (max-width: 992px) {
    .main-content {
        position: relative;
        padding-top: 4em;
        padding-bottom: 3em;
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }
}


/*Medium Devices*/
@media (min-width: 992px) {

    .white-bg {
        width: 150%;
    }

    .site-content-full .post-content table {
        display: table;
    }

    #latest-section .sidebar {
        right: -1px;
        padding: 2em;
    }

    h1 {
        font-weight: 500;
        font-size: 3.2rem;
        line-height: 1.4;
        margin: 1em 0;
    }

    h2 {
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1.6;
        margin: 1.2em 0;
    }

    h3 {
        font-weight: 500;
        font-size: 2.3rem;
        line-height: 1.5;
        margin: 1.4em 0;
    }

    h4 {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.8;
        margin: 1.6em 0;
    }

    #footer h4 {
        margin: 0 0 1em 0;
    }

    h5 {
        font-size: 1.65rem;
        font-weight: 500;
        line-height: 1.8;
        margin: 1.8em 0;
    }

    .tile .content {
        padding: 1em 2em;
    }

    #latest-section {
        background: url('assets/images/background_emb.png') no-repeat;
        background-position: -10em bottom;
        position: relative;
        z-index: 20;
    }


    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }


    .main-bg-gradient {
        display: none;
    }

    #alert-text {
        position: absolute;
        top: -10em;
        width: 100%;
        left: 0;
        color: #fff;
    }

    #noDays {
        width: 100%;
        color: #fff;
    }

    #noDays .countdown-descr {
        padding-top: 1em;
    }

    .bkg {
        background-color: #0f1608;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home-bg {
        color: #fff;
    }


    #latest-section .wrapper {
        background: #82c247;
        padding: 0;
        display: table;
        width: 100%;
        height: 525px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        position: relative;
        z-index: 2;
    }


    #latest-section .tab-content {
        width: 67%;
        display: table-cell;

    }

    #latest-section .sidebar {
        width: 33%;
        background: white;
        display: table-cell;
    }

    #intro {
        padding: 3em 0;
        min-height: 540px;
    }

    #intro ul {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        column-gap: 20px;
        column-count: 3;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        margin: 0;
    }

    .whitebox {
        background: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: 0;
    }


    a.readmore {
        font-size: 1.3rem;
        color: #71a83e;

        position: relative;
    }

    a.readmore:hover {
        text-decoration: underline;
    }


    #featured {
        padding: 3em 0 0 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }


    .site-content-full .main-content {
        padding-top: 0;
        padding-right: 0;
        box-shadow: none;
    }


    .side-content {
        padding: 2em;
        padding-top: 3em;
        margin: 0;
    }

    .post-title {
        margin: 0 0 0.2em;
    }

    .contact-tile-title {
    }

    .project-title {
        margin: 0.8em 0;
    }

    .owl-prev, .owl-next {
        display: inline-block;
    }
}


/*Desktops*/
@media (min-width: 1200px) {
    body {

    }
}

.timeline .label {
    color: #666;
    font-weight: 300;
    font-size: 1.3rem;
}

.timeline-item p:last-child {
    margin-bottom: 0;
}

.timeline-item .panel-body > img {
    margin-bottom: 1em;
}

/*timeline*/
.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 300;
}

.timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0;
}

.timeline .timeline-item .timeline-event {
    width: 100%;
}

.timeline:before {
    border-right-style: solid;
}

.timeline:before,
.timeline:after {
    content: " ";
    display: block;
}

.timeline:after {
    clear: both;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    margin-left: 1px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #dedede;
}

.timeline.timeline-single-column.timeline {
    width: 100%;
   /** max-width: 768px; **/
}

.timeline.timeline-single-column.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
    width: 100%;
}

.timeline.timeline-single-column.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
}

.timeline.timeline-single-column.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
}

.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
    float: right !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
}

.timeline.timeline-single-column.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
}

.timeline.timeline-single-column.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-line-solid:before {
    border-right-style: solid;
}

.timeline.timeline-line-dotted:before {
    border-right-style: dotted;
}

.timeline.timeline-line-dashed:before {
    border-right-style: dashed;
}

.timeline.timeline-line-hidden:before {
    border-right-style: none;
}

.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item > .timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item > .timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item > .timeline-point {
    top: 25px;
}

.timeline-single-column.timeline .timeline-item > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both !important;
}

.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    clear: both;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right;
}

.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
    left: -24px;
}

.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
    left: -12px;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -10px !important;
    border-right-width: 10px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -9px !important;
    border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    top: 4px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 10px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    top: 5px;
    right: -9px;
    border-top: 9px solid transparent;
    border-left-width: 9px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 9px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
    top: 14px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    left: -10px !important;
    border-right-width: 10px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    left: -9px !important;
    border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
    top: 25px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -18px !important;
    border-right-width: 18px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -17px !important;
    border-right-width: 17px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    top: 10px;
    right: -18px;
    border-top: 18px solid transparent;
    border-left-width: 18px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 18px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    top: 11px;
    right: -17px;
    border-top: 17px solid transparent;
    border-left-width: 17px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 17px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
    top: 28px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    left: -18px !important;
    border-right-width: 18px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    left: -17px !important;
    border-right-width: 17px !important;
}

.timeline .timeline-item > .timeline-event {
    background: #fff;
    border: 1px solid #dedede;
    color: #555;
    position: relative;
    float: left;
    border-radius: 3px;
}

.timeline .timeline-item > .timeline-event:before {
    border-left-color: #dedede;
    border-right-color: #dedede;
}

.timeline .timeline-item > .timeline-event:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event h1,
.timeline .timeline-item > .timeline-event h2,
.timeline .timeline-item > .timeline-event h3,
.timeline .timeline-item > .timeline-event h4,
.timeline .timeline-item > .timeline-event h5,
.timeline .timeline-item > .timeline-event h6,
.timeline .timeline-item > .timeline-event p,
.timeline .timeline-item > .timeline-event .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-default {
    background: #fff;
    border: 1px solid #dedede;
    color: #555;
}

.timeline .timeline-item > .timeline-event.timeline-event-default:before {
    border-left-color: #dedede;
    border-right-color: #dedede;
}

.timeline .timeline-item > .timeline-event.timeline-event-default:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event.timeline-event-default h1,
.timeline .timeline-item > .timeline-event.timeline-event-default h2,
.timeline .timeline-item > .timeline-event.timeline-event-default h3,
.timeline .timeline-item > .timeline-event.timeline-event-default h4,
.timeline .timeline-item > .timeline-event.timeline-event-default h5,
.timeline .timeline-item > .timeline-event.timeline-event-default h6,
.timeline .timeline-item > .timeline-event.timeline-event-default p,
.timeline .timeline-item > .timeline-event.timeline-event-default .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary {
    background: #f5f5f5;
    border: 1px solid #dedede;
    color: #555;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary:before {
    border-left-color: #dedede;
    border-right-color: #dedede;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #f5f5f5;
    border-right-color: #f5f5f5;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary h1,
.timeline .timeline-item > .timeline-event.timeline-event-primary h2,
.timeline .timeline-item > .timeline-event.timeline-event-primary h3,
.timeline .timeline-item > .timeline-event.timeline-event-primary h4,
.timeline .timeline-item > .timeline-event.timeline-event-primary h5,
.timeline .timeline-item > .timeline-event.timeline-event-primary h6,
.timeline .timeline-item > .timeline-event.timeline-event-primary p,
.timeline .timeline-item > .timeline-event.timeline-event-primary .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-success {
    background: #F3F8ED;
    border: 1px solid #72b92e;
    color: #3F8100;
}

.timeline .timeline-item > .timeline-event.timeline-event-success:before {
    border-left-color: #72b92e;
    border-right-color: #72b92e;
}

.timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #F3F8ED;
    border-right-color: #F3F8ED;
}

.timeline .timeline-item > .timeline-event.timeline-event-success h1,
.timeline .timeline-item > .timeline-event.timeline-event-success h2,
.timeline .timeline-item > .timeline-event.timeline-event-success h3,
.timeline .timeline-item > .timeline-event.timeline-event-success h4,
.timeline .timeline-item > .timeline-event.timeline-event-success h5,
.timeline .timeline-item > .timeline-event.timeline-event-success h6,
.timeline .timeline-item > .timeline-event.timeline-event-success p,
.timeline .timeline-item > .timeline-event.timeline-event-success .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-info {
    background: #F0F8FD;
    border: 1px solid #3e93cf;
    color: #0062A7;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:before {
    border-left-color: #3e93cf;
    border-right-color: #3e93cf;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #F0F8FD;
    border-right-color: #F0F8FD;
}

.timeline .timeline-item > .timeline-event.timeline-event-info h1,
.timeline .timeline-item > .timeline-event.timeline-event-info h2,
.timeline .timeline-item > .timeline-event.timeline-event-info h3,
.timeline .timeline-item > .timeline-event.timeline-event-info h4,
.timeline .timeline-item > .timeline-event.timeline-event-info h5,
.timeline .timeline-item > .timeline-event.timeline-event-info h6,
.timeline .timeline-item > .timeline-event.timeline-event-info p,
.timeline .timeline-item > .timeline-event.timeline-event-info .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning {
    background: #FFF9E9;
    border: 1px solid #d0aa42;
    color: #ac7e00;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
    border-left-color: #d0aa42;
    border-right-color: #d0aa42;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #FFF9E9;
    border-right-color: #FFF9E9;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning h1,
.timeline .timeline-item > .timeline-event.timeline-event-warning h2,
.timeline .timeline-item > .timeline-event.timeline-event-warning h3,
.timeline .timeline-item > .timeline-event.timeline-event-warning h4,
.timeline .timeline-item > .timeline-event.timeline-event-warning h5,
.timeline .timeline-item > .timeline-event.timeline-event-warning h6,
.timeline .timeline-item > .timeline-event.timeline-event-warning p,
.timeline .timeline-item > .timeline-event.timeline-event-warning .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger {
    background: #FFC4BC;
    border: 1px solid #d25a4b;
    color: #B71500;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger:before {
    border-left-color: #d25a4b;
    border-right-color: #d25a4b;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #FFC4BC;
    border-right-color: #FFC4BC;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger h1,
.timeline .timeline-item > .timeline-event.timeline-event-danger h2,
.timeline .timeline-item > .timeline-event.timeline-event-danger h3,
.timeline .timeline-item > .timeline-event.timeline-event-danger h4,
.timeline .timeline-item > .timeline-event.timeline-event-danger h5,
.timeline .timeline-item > .timeline-event.timeline-event-danger h6,
.timeline .timeline-item > .timeline-event.timeline-event-danger p,
.timeline .timeline-item > .timeline-event.timeline-event-danger .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
    padding: 4px 10px;
}

.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
    margin-bottom: 0;
}

.timeline .timeline-item > .timeline-event .timeline-heading h4 {
    font-weight: 400;
}

.timeline .timeline-item > .timeline-event .timeline-footer a {
    cursor: pointer;
    text-decoration: none;
}

.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
    margin: 0;
    border: none;
    border-radius: inherit;
    overflow: hidden;
}

.timeline .timeline-item > .timeline-event .table th {
    border-top: 0;
}

.timeline .timeline-item > .timeline-point {
    color: #dedede;
    background: #fff;
    right: -34px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: 17px;
    margin-right: 17px;
    position: absolute;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
}

.timeline .timeline-item > .timeline-point.timeline-point-blank {
    right: -12px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 6px;
    margin-right: 6px;
    color: #dedede;
    background: #dedede;
}

.timeline .timeline-item > .timeline-point.timeline-point-default {
    color: #dedede;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-primary {
    color: #dedede;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-success {
    color: #72b92e;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-info {
    color: #3e93cf;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-warning {
    color: #d0aa42;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-danger {
    color: #d25a4b;
    background: #fff;
}

.timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    /*   width: 50%; */
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
    content: "";
    display: table;
}

.timeline .timeline-label:after {
    clear: both;
}

.timeline .timeline-label:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 40px;
}

.timeline .timeline-label .label-default {
    background-color: #dedede;
}

.timeline .timeline-label .label-primary {
    background-color: #dedede;
}

.timeline .timeline-label .label-info {
    background-color: #3e93cf;
}

.timeline .timeline-label .label-warning {
    background-color: #d0aa42;
}

.timeline .timeline-label .label-danger {
    background-color: #d25a4b;
}


/*

 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 30px;
}

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -3px 15px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
    content: '+';
    font-family: monospace;
    font-weight: bold;
}

.navbar-nav.sm-collapsible .open > a > .caret:before {
    content: '-';
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 50px;
}

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
    position: static;
    margin: 0 0 0 2px;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
    content: '' !important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
    padding-right: 15px;
}

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px;
}

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
    white-space: normal;
}

.navbar-nav ul.sm-nowrap > li > a {
    white-space: nowrap;
}

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: normal;
}

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
    left: 0;
    right: auto;
}

.search-box {
    position: absolute;
    right: 0;
    top: 3em;
}

.search-box input {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-style: none;
    color: #000;
    font-size: 1.6rem;
    margin: 0;
    outline: medium none;
    padding: 0.3em 2.5em 0.3em 0.3em;
}

.search-box button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 1em;
    line-height: 1.125em;
    position: relative;
    right: 2.5em;
}


#media_contacts {
    color: #404040;
    font-size: 1.2rem;
    background: #fff;
    padding: 3em 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#media_contacts table {
    margin: 0;
}

#media_contacts .md-title {
    font-size: 1.6rem;
    color: #82c247;
}

#media_contacts .avator-profile-block .profile-block-image {
    width: 25%;
}

#media_contacts .avator-profile-block .profile-block-content {
    width: 75%;
}


.acf-map {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.text-black {
    color: #000 !important;
}

.d-flex {
    display: flex !important;
}

.primary-navbar.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-white {
    background-color: #fff !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-65 {
    width: 65% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 1200px) {
    .container.nav-container {
        width: 100%;
    }
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #38B74B !important;
}

.bg-primary {
    background-color: #38B74B !important;
}

.social-icons {
    display: flex;
    align-items: center
}

.social-icons a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    transition: all .3s;
    text-align: center;
    background-color: rgb(243, 244, 246); /* #F3F4F6 */
}

.social-icons a i {
    line-height: 40px;
    color: rgb(156, 163, 175); /* #9CA3AF */
    transition: all .3s;
}

.social-icons a:hover {
    background-color: rgb(241, 250, 242); /* #F1FAF2 */
}

.social-icons a:hover i {
    color: rgb(67, 187, 85); /* #43BB55 */
}

.home-container {
    margin-top: 49px;
    background-color: #f9fafb;
}

.overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('<?php echo get_template_directory_uri(); ?>/assets/svg/background.svg') no-repeat center center;
    background-size: cover;
    opacity: 0.2; /* Adjust transparency */
}

.platform-title {
    color: #fff;
    font-size: 35px;
}

.section-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #9CA3AF;
    line-height: 1.8;
}

.project-card {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.project-card:hover {
    transform: scale(1.05);
}

.project-card img {
    filter: grayscale(100%) brightness(1000%);
    transition: all 0.3s ease-in-out;
}

.project-card:hover img {
    filter: unset;
}

.green-bg {
    background-color: rgb(54, 179, 74);
}

.blue-bg {
    background-color: rgb(58, 138, 226);
}

.project-logo {
    max-width: 80px;
    height: auto;
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-grey-2a {
    color: #2a2a2a !important
}

.text-grey-4e {
    color: #4e4e4e !important
}

.text-grey-70 {
    color: #707070 !important
}

.text-grey-aa {
    color: #aaa !important
}

.text-grey-c5 {
    color: #c5c5c5 !important
}

.text-grey-e6 {
    color: #e6e6e6 !important
}

.text-grey-ec {
    color: #ececec !important
}

.text-grey-f1 {
    color: #f1f1f1 !important
}

.text-grey-f6 {
    color: #f6f6f6 !important
}

.text-grey-fa {
    color: #fafafa !important
}

.news .card .h5, .news .card h5 {
    color: #2a2a2a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    line-height: 1.3;
}

.news .card img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

.news .card:hover img {
    transform: scale(1.1);
    transition: .5s
}

.rounded-corners {
    border-radius: 15px !important
}

.rounded-corners-2 {
    border-radius: 5px !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.overflow-hidden {
    overflow: hidden !important
}

.text-decoration-none {
    text-decoration: none !important
}

.latest-announcements i, .latest-jobs i, .latest-news i, .latest-publications i, .recent-earthquakes i {
    transition: all .3s
}

.latest-announcements .homepage-title, .latest-jobs .homepage-title, .latest-news .homepage-title, .latest-publications .homepage-title, .recent-earthquakes .homepage-title {
    font-size: 20px
}

.latest-announcements .homepage-more-link:hover i, .latest-jobs .homepage-more-link:hover i, .latest-news .homepage-more-link:hover i, .latest-publications .homepage-more-link:hover i, .recent-earthquakes .homepage-more-link:hover i {
    transform: translate(5px);
    transition: all .3s
}

.post .post-item-icon {
    background-color: #F9FAFB;
    color: #00A324;
    transition: all .3s;
    min-width: 75px;
    height: 75px;
}

.post .post-item-icon i {
    font-size: 18px;
    color: #00A324;
    transition: all .3s
}

.post .post-item-icon .h3, .post .post-item-icon h3 {
    color: #00A324
}

.post .card-body {
    min-height: 135px
}

.post:hover .post-item-icon {
    background-color: #00A324;
    transition: all .3s
}

.post:hover .post-item-icon i {
    color: #fff;
    transition: all .3s
}

.post:hover .post-item-icon .h3, .post:hover .post-item-icon h3 {
    color: #fff
}

.publications-section {
    background-color: rgba(56, 183, 75, 0.07);
}

.publications .card {
    height: 220px;
    position: relative;
}

.publications .publication-item {
    margin-top: 150px;
}

.publications .card .h5, .publications .card h5 {
    color: #2a2a2a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.publications .card:hover .h5, .publications .card:hover h5 {
    color: #00A324;
}

.publications .card img {
    width: 180px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (min-width: 1200px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .text-md-start {
        text-align: left !important;
    }
}

.flex-grow-1{flex-grow:1!important}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

.position-relative {
    position: relative !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-white {
    background-color: #fff !important;
}

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

.text-muted {
    color: #6c757d !important;
}

.text-white {
    color: #fff !important;
}


