/*!
Theme Name: Office of Disaster Preparedness and Emergency Management
Theme URI: https://www.odpem.org.jm/
Author: Jamaica Information Service (JIS)
Author URI: https://jis.gov.jm/
Description: The business webpage for the Office of Disaster Preparedness and Emergency Management
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dmb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, was developed by the Jamaica Information Service for the Office of Disaster Preparedness and Emergency Management

*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
header {
	background: #fff;
}
.header {
	width: 100%;
}
.goj {
	background: #f5f5f5;
	text-align: right;
	padding: 5px 0;
}
.goj section.container {
	padding-right: 56px;
}
.goj img {
	width: 25px;
	height: auto;
}
img.custom-logo {
    width: 160px;
    height: auto;
    position: relative;
    z-index: 99999;
}
nav#main-menu
 {
 	position: relative;
    top: 68px;
}
.login-and-social {
	position: relative;
}
.login-and-social ul.btn {
	width: 303px;
	position: absolute;
    left: -9px;
}
.btn li {
	display: inline-block;
	position: relative;
    top: 65px;
    padding: 3px 7px 3px 0px;
    color: #fff;
    cursor: pointer;
}
.sign-in, .share {
	border-radius: 3px;
	padding: 5px 10px;
	transition: .6s;
	overflow: hidden;
}
.sign-in {
	background: #e00024;
}
a.sign-btn {
    color: #fff;
    text-decoration: none;
    display: block;
    display: block;
}
.share {
	background: #3498db;
	position: relative;
}
ul.header-social {
    position: absolute;
    bottom: -100px;
    z-index: 9;
    right: 1px;
    display: none;
}
.header-social li {
	display: block;
    margin-bottom: 1px;
}
.header-social li a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    display: block;
    border-radius: 3px;
    width: 105px;
    transition: .6s;
    padding: 5px;
}
.header-social li a.facebook {
	background: #475993;
	color: #fff;
}
.header-social li a.twitter {
	background: #76a9ea;
	color: #fff;
}
.header-social li a.youtube {
	background: #f61c0d;
	color: #fff;
}
.header-social li a.instagram {
	background: #c3246d;
	color: #fff;
}
.btn li i, .btn li span {
	transition: 0.2s linear;
}
.btn li:hover i, .btn li:hover span {
	transform: scale(1.3);
}
.btn li.sign-in:hover {
	background: #a30328;
}
.btn li.share:hover {
	background: #45c4f1;
}
li.share-container:hover ul.header-social {
	display: block;
}
/*--------------------------------------------------------------
## SEARCH
--------------------------------------------------------------*/
.search-bg {
	position: relative;
}
.search-bg::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: 0.2s linear;
}
.search-inner-bg {
	position: relative;
}
.search-inner-bg::after {
	content: '';
	position: fixed;
	background: rgba(255,255,255,.9);
	z-index: 999999;
	width: 98%;
    left: 1%;
    height: 98%;
    top: 1%;
    padding: 50px 100px;
    transition: 0.5s linear;
}
.search-bar-container {
	position: absolute;
}
.search-bar-container section.search-bar {
    position: relative;
    z-index: 9999999;
    display: none;
    width: 100%;
}
.search-bar-container section.search-bar div form.search-form {
    position: fixed;
    padding-top: 5px;
    width: 100%;
    height: 100px;
    border: none;
    letter-spacing: -4px;
    font-size: 50px;
    font-family: Montserrat;
    text-align: center;
}
.search-bar-container section.search-bar div form.search-form label input.search-field {
    border: none;
    background: rgba(255,255,255,.9);
    background: none;
    outline: none;
    width: 90%;
    padding: 2px;
    border-bottom: 2px solid #000;
    width: 100%;
    background-color: #f5f5f5 !important;
}
.fa-close {
	width: 30px;
    height: 30px;
    position: fixed;
    right: 50px;
    top: 50px;
    line-height: 30px !important;
    color: #999;
    cursor: pointer;
    font-size: 17px !important;
    text-align: center;
}
.fa-close:hover {
	background-color: #fff;
}
.search-bar-container section.search-bar div form.search-form label input.search-field.mousedown {
	border-bottom: 2px solid #000 !important;
}
.search-bar-container section.search-bar div form.search-form input.search-submit {
	cursor: pointer;
}
@media screen and (max-width: 990px){
	span.screen-reader-text {
	    display: none;
	}
	.search-bar-container section.search-bar div form.search-form label input.search-field {
	    width: 94%;
	    padding: 2px;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.search-bar-container section.search-bar div form.search-form input.search-submit {
	    left: 50%;
	    bottom: -140px;
	    position: absolute;
	    transform: translate(-50%, -50%);
	}
}
.emegency-tone {
    position: fixed;
    right: 0;
    top: 130px;
    color: #ffffff;
    z-index: 999;
    cursor: pointer;
}
.tone-inner {
    padding: 12px;
    background: #e00024;
    -webkit-box-shadow: -4px 5px 10px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: -4px 5px 10px 0px rgba(0,0,0,0.42);
    box-shadow: -4px 5px 10px 0px rgba(0,0,0,0.42);
}
.tone-inner i {
    font-size: 140%;
}
/*--------------------------------------------------------------
## SLIDER
--------------------------------------------------------------*/
.carousel {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
@media screen and (max-width:1199px){
	.carousel {
	    position: relative;
	    height: 400px;
	}
}
.carousel .carousel-item-inner-wrap {
	width: 100%;
	height: 600px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 162px;
    height: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
    font-weight: 800;
}
.carousel-indicators {
	background: rgba(0,0,0,0.4);
}
.carousel-indicators {
    margin-right: 27%;
    margin-left: 27%;
    padding: 10px 0px;
}
.carousel-indicators .active {
    background: #e00024;
    border: 2px solid #e00024;
}
a.main-slider-btn {
	color: #fff !important;
	width: 100%;
    display: block;
    z-index: 999;
}
ol.carousel-indicators li {
    display: none;
}
ol.carousel-indicators li:nth-child(1){
	display: block;
}
ol.carousel-indicators li:nth-child(2){
	display: block;
}
ol.carousel-indicators li:nth-child(3){
	display: block;
}
i.prev, i.next {
    font-size: 45px !important;
    background: rgba(0,0,0,0.5);
    padding: 3px 15px;
    border-radius: 100%;
}
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/
.section-title {
    width: 100%;
	text-align: center;
	padding: 40px 0 20px 0;
	position: relative;
}
.section-title-1 a {
	color: #000;
	transform: 1s linear;
}
.section-title-1 a:hover {
	text-decoration: none;
	color: #d30423;
}
.section-title .section-border-1, .section-title .section-border-2  {
	background-color: #d30423;
	width: 24%;
    position: absolute;
    z-index: 1;
    top: 62px;
    height: 7px;
}
.section-title .section-border-1 {
    left: 0;
}
.section-title .section-title-1 {
	font-size: 30px;
	font-family: 'Cinzel', serif;
}
.section-title .section-border-2 {
	right: 0px;
}
.odpem-article.row {
    width: 100%;
}
.odpem-article .inner-container {
	position: relative;
}
.odpem-article .info-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px 10px 10px 80px;
	z-index: 9;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.odpem-article.big-article a .news-title {
	color: #fff;
}
.odpem-article.big-article a:hover .news-title {
	color: #fff;
	opacity: .8;
}
.odpem-article.big-article a:hover {
	text-decoration: none !important;
}
.odpem-article.big-article .date-time-container {
	position: absolute;
    left: 10px;
    bottom: 10px;
}
.article-image-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.carousel-item {
    background: #f5f5f5;
}
.article-image-container img {
    width: 100%;
    height: auto;
    transition: 0.2s linear;
}
h4.training-highlights-title {
    position: absolute;
    z-index: 9999;
    top: 11px;
    left: 20px;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 10px;
}
.article-image-container a {
	display: block;
	position: relative;
}
.article-image-container:hover a:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.article-image-container:hover a:after {
	content: "\f1ea";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 30px;
	color: #fff;
	display: block;
	z-index: 3;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.article-image-container:hover img {
	transform: scale(1.3);
}
.date-time-container {
    background: #2b2b37;
    text-align: center;
    color: #fff;
    padding: 6px 15px;
    z-index: 2;
    width: 60px;
}
.odpem-article.small-article .date-time-container,
.training-session .date-time-container {
    margin-top: -43px;
    margin-left: 20px;
    position: relative;
    z-index: 4;
}
.date-time-container .day{
    font-size: 30px;
    font-family: 'Cinzel', serif;
}
.date-time-container .month {
    margin-top: -13px;
    font-size: 11px;
    font-family: 'Cinzel', serif;
}
.news-header {
    padding-top: 3px;
}
.news-header .news-title{
    font-size: 18px !important;
    color: #52398c;
}
.news-header .news-title:hover {
	color: #000;
	text-decoration: underline;
}
.training-section {
	width: 100%;
	padding: 0px 0 20px 0;
}
.training-section-title {
	text-align: center;
	font-size: 30px;
	font-family: 'Cinzel', serif;
	padding: 20px 0 20px 0;
	width: 100%;
	position: relative;
}
.training-section-title a {
	color: #000;
	text-decoration: none;
}
.training-section-title a:hover {
	color: #d30423;
	text-decoration: none;
}
.training-section-border-1, .training-section-border-2 {
	background-color: #d30423;
	width: 30%;
    position: absolute;
    z-index: 1;
    top: 44px;
    height: 7px;
}
.training-section-border-1 {
	left: 0;
}
.training-section-border-2 {
	right: 0px;
}
.cal-addr {
    position: absolute;
    right: 17px;
}
.cal-addr span {
	padding: 0 10px;
	font-size: 14px;
}
.cal-addr span i {
	padding-right: 7px;
}
.featured-training .news-header {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 15px;
}
.featured-training .article-image-container:hover a:after {
	content: "";
	background-image: url(../odpem/media/training-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	width: 90px;
	background-size: cover;
}
.featured-training .inner-container {
    border: 1px solid #dddcdc;
}
.training-options {
    background: #f2f2f2;
    margin-bottom: 3px;
    text-align: center;
}
.training-options h1 {
	font-family: 'Cinzel', serif;
	margin: 0;
    width: 100%;
}
.training-options h1 a {
	color: #000;
    text-decoration: none;
    display: block;
    padding: 32.5px;
    z-index: 2;
    position: relative;
    font-size: 17px;
}
.training-options h1 a:hover {
	color: #b40f38;
	border-left: 3px solid #d30423;
	border-right: 3px solid #d30423;
}
.training-options .training-img-icon,
.training-options .training-schedule-icon,
.training-options .training-request-icon {
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
	width: 80px;
	position: absolute;
	left: 70px;
	background-size: cover;
	z-index: 1
}
.training-options .training-img-icon {
	background-image: url(../odpem/media/training-img-icon.png);
	top: 18px;
}
.training-options .training-schedule-icon {
	background-image: url(../odpem/media/training-schedule-icon.png);
    top: 120px;
}
.training-options .training-request-icon{
	background-image: url(../odpem/media/training-request-icon.png);
    top: 208px;
}
span.training-cta {
    background: #cecacb;
    padding: 3px 5px;
    position: absolute;
    font-weight: 400;
    font-size: 11px;
    right: 40px;
}
span.training-cta.cta-1 {
	top: 57px;
}
span.training-cta.cta-2 {
    top: 167px;
}
span.training-cta.cta-3 {
    top: 256px;
}
.paralax--bg {
	background: url(../odpem/media/paralax.jpg);
	min-height: 500px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.paralax--bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
/*	background: rgba(240,56,117,.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(240,56,117,1) 0%, rgba(214,0,68,.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(240,56,117,.8)), color-stop(100%, rgba(214,0,68,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(240,56,117,1) 0%, rgba(214,0,68,.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(240,56,117,1) 0%, rgba(214,0,68,.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(240,56,117,1) 0%, rgba(214,0,68,.8) 100%);*/
	background: radial-gradient(ellipse at center, rgba(0,0,0,.1) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,.5) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03875', endColorstr='#d60044', GradientType=1 );*/
}
.paralax--txt {
	text-align: center;
	z-index: 9;
	position: relative;
}
.paralax--txt h1 {
	font-family: 'Cinzel', serif;
	color: #fff;
	padding-top: 60px;
	margin-bottom: 10px;
	font-size: 46px;
	font-weight: bolder;
	line-height: 1.5rem;
}
.paralax--txt span {
	font-size: 14px;
	color: #d8d6d6;
}
.paralax--txt ul {
	padding-top: 50px;
}
.paralax--txt ul li {
	display: inline-block;
    width: 320px;
    background: #e1ca94;
    margin: 0 23px;
}
.paralax--txt ul li a {
	color: #000;
    padding: 30px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.5rem;
    font-family: 'Cinzel', serif;
}
.paralax--txt ul li a:hover {
	text-decoration: none;
	background: #4f3b3c;
	color: #fff;
}
.paralax--txt ul li .box-1, 
.paralax--txt ul li .box-3 {
	border-right: 5px solid #4f3b3c;
	position: relative;
}
.paralax--txt ul li .box-1:hover,
.paralax--txt ul li .box-3:hover {
	border-right: 5px solid #e1ca94;
}
.paralax--txt ul li .box-2, 
.paralax--txt ul li .box-4 {
	border-left: 5px solid #4f3b3c;
	position: relative;
}
.paralax--txt ul li .box-2:hover,
.paralax--txt ul li .box-4:hover {
	border-left: 5px solid #e1ca94;
}
.paralax--txt ul li .box-1:after,
.paralax--txt ul li .box-3:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #4f3b3c;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(90deg);
    right: -6px;
    top: 34px;
}
.paralax--txt ul li .box-2:before,
.paralax--txt ul li .box-1:after{
	top: 50px !important;
}
#box-1-img:after, 
#box-2-img:after {
    height: 108px !important;
}
#box-1-img:before, 
#box-2-img:before {
   top: -25px !important;
}
.paralax--txt ul li .box-1:hover:after,
.paralax--txt ul li .box-3:hover:after {
	border-top: 10px solid #e1ca94;
}
.paralax--txt ul li .box-2:before,
.paralax--txt ul li .box-4:before {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #4f3b3c;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(270deg);
    left: -6px;
    top: 34px;
}
.paralax--txt ul li .box-2:hover:before,
.paralax--txt ul li .box-4:hover:before {
	border-top: 10px solid #e1ca94;
}

#box-1-img, #box-3-img,
#box-2-img, #box-4-img {
	position: relative;
	transition: .5s linear;
}
#box-1-img:before, 
#box-3-img:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
    width: 63px;
	position: absolute;
	right:  10px;
	background-size: cover;
	top: -17px;
	z-index: 2;
	transition: .5s linear;
}
#box-1-img:before {
	background-image: url(../odpem/media/gavel-icon.png);
}
#box-2-img:before {
	background-image: url(../odpem/media/volunteer-icon.png);
}
#box-1-img:after,
#box-3-img:after  {
	content: '';
    background: #4f3b3c;
    width: 84px;
    height: 84px;
    position: absolute;
    left: -82px;
    z-index: 1;
}
.paralax--txt ul li:hover #box-1-img:after,
.paralax--txt ul li:hover #box-3-img:after {
	background: #d30423;
}
#box-2-img:before, 
#box-4-img:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
    width: 63px;
	position: absolute;
	left:  327px;
	background-size: cover;
	top: -17px;
	z-index: 2;
	transparent: .5s linear;
}
#box-3-img:before {
	background-image: url(../odpem/media/odpem-kids-icon.png);
}
#box-4-img:before {
	background-image: url(../odpem/media/tender-icon.png);
}
#box-2-img:after,
#box-4-img:after  {
	content: '';
    background: #4f3b3c;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 317px;
    z-index: 1;
}
.paralax--txt ul li:hover #box-2-img:after,
.paralax--txt ul li:hover #box-4-img:after {
	background: #d30423;
}
.partner-container {
	padding: 40px;
}
.partner-title {
	width: 100%;
}
.partner-title p {
	font-size: 28px;
    font-weight: bolder;
    line-height: 1.5rem;
    font-family: 'Cinzel', serif;
    text-align: center;
    padding-bottom: 30px;
}
.owl-carousel {
	transition: .5s linear !important;
}
.carousel-caption.d-none.d-md-block {
    padding-bottom: 87px;
}
.owl-nav {
    text-align: center;
    font-size: 46px;
    color: #989696;
}
.owl-dots {
    display: none;
}
button.owl-prev {
	margin-right: 40px;
}
.single-logo a {
	color: #000;
	padding-top: 15px;
	text-align: center;
}
.single-logo a:hover {
	color: #d30423;
	text-decoration: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
    background-color: #f5f5f5;
    color: #000;
    font-size: 14px;
}
.to-top-btn {
    position: fixed;
    width: 60px;
    height: 50px;
    bottom: 110px;
    right: 27px;
    background-color: #1e2023;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    display: none;
    z-index: 9999;
}
.to-top-btn:hover {
    color: #f5f5f5;
}
.footer-top h2 {
    font-weight: 800;
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
}
.row.footer-inner {
    padding-top: 25px;
}
.footer-top .row>div {
    padding: 25px;
}
.footer-top .site-desc {
    text-align: justify;
}
.footer-top .get-in-touch p {
    margin: 0;
    padding: 0;
}
.footer-top .get-in-touch p a {
    color: #000;
}
.footer-top .get-in-touch p a:hover {
    color: #d30423;
    text-decoration: underline;
}
.footer-top .get-in-touch p:first-child {
    margin-bottom: 10px;
}
.footer-content ul#menu-resources,
.footer-content ul#menu-quick-links{
    padding: 0;
}
.footer-top .menu-resources-container ul li,
.footer-top .menu-quick-links-container ul li {
    list-style-type: none;
    padding: 4px;
    border-bottom: 1px solid #d2cfcf;
}
.footer-content ul#menu-resources li::before,
.footer-content ul#menu-quick-links li::before {
    font-family: "FontAwesome";
    content: "\f101";
    color: #000;
    position: absolute;
    padding-top: 3px;
    left: 15px;
}
.footer-content ul#menu-resources li a,
.footer-content ul#menu-quick-links li a {
    color: #000;
    text-decoration: none;
}
.footer-content ul#menu-resources li a:hover,
.footer-content ul#menu-quick-links li a:hover {
    color: #000;
}
.footer-bottom {
    background-color: #1e2023;
}
.footer-bottom .site-info {
    padding: 9px;
}
.footer-bottom .container .row p {
    margin: 0;
    padding: 7px;
    color: #fff;
}
.footer-bottom .container .row .col-lg-8 p:nth-child(2){
    display: none;
}
.footer-bottom .container .row p a {
    color: #ffcb08;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0 26px;
    border-radius: 2px;
    transition: 0.6s linear;
}
.footer-bottom .container .row p a:hover {
	text-decoration: none;
	color: #2e3192;
    background-color: #fff;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #3d9dd4;
	border-radius: 100%;
	margin: 0 15px 0 0px;
}
.social ul li:hover {
	background: #fff;
	box-shadow: 1px 1px 6px #000;
}
.social ul li a {
	display: block;	
	color: #fff;
	font-size: 18px;
	transition: .5s ease-in-out;
}
.social ul li a:hover {
	color: #3d9dd4;
}
.social ul li a i {
	line-height: 37px;
}
img.image.wp-image-62.attachment-medium.size-medium {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
footer aside #text-2 .textwidget p {
	font-size: 12px;
}
.mobile-social {
    position: relative;
    padding-top: 51px;
    z-index: 9999;
    width: 100%;
    display: none;
}
ul.mobile-social-ul {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 28px;
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
}
ul.mobile-social-ul li {
	display: inline-block;
	list-style-type: none;
	padding: 5px 0;
}
.mobile-social-ul li {
	width: calc(24% - 4px);
}
.mobile-social-ul .facebook {
    background: #475993;
}
.mobile-social-ul .twitter {
    background: #76a9ea;
}
.mobile-social-ul .youtube {
    background: #f61c0d;
}
.mobile-social-ul .instagram {
    background: #c3246d;
}
.mobile-social-ul li a {
	color: #fff;
	width: 100%;
    display: inline-block;
}
/*****************************
*ODPEM SIDEBAR SECTION
/****************************/
.sidebar-section {
	background: #f5f5f5;
    padding-bottom: 40px;
}
.odpem-weather-container {
	padding-top: 80px;
}
.odpem-rentals-container{
	padding-top: 10px;
}
.tip-container {
	padding-top: 28px;
}
a.tip-of-the-day-link:hover {
	color: #fff !important;
}
.tip-of-the-day-cont {
    position: relative;
    bottom: 36px;
}
.tip-of-the-day-cont::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.95) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.tip-of-the-day-content {
	position: relative;
	top: -3px;
	left: 0;
	color: #fff;
}
.tip-of-the-day-content .content-content {
	font-size: 16px;
    font-weight: bold;
    padding: 0px 10px;
}
.tip-of-the-day-content .title-content {
    line-height: 14px;
    font-size: 14px;
    padding: 0px 10px;
}
.weather-press-title,
.odpem-rentals-title,
.tip-title {
	font-size: 16px;
	color: #aeaeae;
	line-height: 1rem;
    font-family: 'Cinzel', serif;
}
.odpem-rent {
    width: 100%;
    border: 7px solid #f2f2f2;
    position: relative;
    background: #f2f2f2;
}
.odpem-rent img.attachment-.size-.wp-post-image {
    width: 100%;
    height: auto;
}
/*****************************
*ELEMENTOR CONTENT STYLING
/****************************/
/*****************************
*CONTACT SECTION
/****************************/
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px !important; 
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, 
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    padding: 5px 0 5px 20px;
    border: 1px solid #aeaeae;
}
input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    border: 2px solid #e00024;
    padding: 3px 30px;
    background: #e00024;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    width: 100%;
    transition: .5s linear;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
	border: 2px solid #000;
}
div#general-contact {
    background: #e00024;
    margin: 0 !important;
}
div#general-contact-form form.wpcf7-form span.wpcf7-form-control-wrap.your-message textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px !important;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}
/*****************************
*PAGES STYLING
/****************************/
/*.image-banner-wrapper {
    position: relative;
}
.image-banner {
    width: 100%;
}
.image-banner img {
    width: 100%;
    background-color: #f5f5f5;
}*/
.carousel-item-inner-wrap {
	position: relative;
}
.carousel-item-inner-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.sub-banner {
	position: relative;
	width: 100%;
	height: auto;
	background-position: center left !important;
}
.sub-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.banner-title {
    padding-top: 230px;
    padding-bottom: 80px;
    min-height: 320px;
    position: relative;
}
.banner-title h4 {
    position: absolute;
    top: 50%;
    width: 60%;
    background: linear-gradient(right, rgba(224,0,36,0) 0%, rgba(224,0,36,1.7) 100%);
    background: -webkit-linear-gradient(right, rgba(224,0,36,0) 0%, rgba(224,0,36,1.7) 100%);
    background: -moz-linear-gradient(right, rgba(224,0,36,0) 0%, rgba(224,0,36,1.7) 100%);
    text-align: center;
    padding: 20px 63px 20px 50px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
/*****************************
*ARCHIVE AND SINGLE POST STYLING
/****************************/
.media-banner div figure iframe {
    width: 100%;
    height: 500px;
    border: #fff;
}
.media-banner .wp-block-video video {
    max-width: 100%;
    width: 100%;
    height: 500px;
}
.post-mg {
	margin-top: 30px;
}
.row.post-outer-container {
    margin-bottom: 50px;
    background: #252525;
}
.col-xs-12.col-sm-12.col-md-6.col-lg-6.post-container {
    padding: 0;
}
.post-content-container {
    padding: 30px;
}
span.post-date {
    color: #fff;
    font-size: 14px;
    background: #e00024;
    padding: 3px 6px;
}
.post-category ul {
	display: contents;
	text-align: center;
}
.post-category ul li {
	list-style-type: none;
	display: inline-block;
} 
.post-category ul li a {
    border: 1px solid #fff;
    padding: 2px 6px;
    color: #e00024;
    transition: .5s ease-in-out;
}
.post-category ul li a:hover {
	text-decoration: none;
	background: #e00024;
	border: 1px solid #e00024;
	color: #fff;
}
ul.sf_date_field {
    padding: 0;
}
.post-title {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}
.post-content {
    color: #cccccc;
    padding-top: 20px;
    padding-bottom: 40px;
}
a.post-link {
    text-decoration: none;
    color: #f5f5f5;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    padding: 10px 20px;
    transition: .3s ease-in-out;
}
a.post-link:hover {
	background: #e00024;
	border: 1px solid #e00024;
}
.single-post-title {
    font-size: 25px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    font-style: normal;
    color: #2d2d2d;
    padding: 50px 0 30px 0;
}
.single-post-img {
    width: 100%;
    height: auto;
    position: relative;	
}
.single-post-img img {
	width: 100%;
	height: auto;
}
.single-post-img p {
	background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -15px;
    padding: 20px;
    font-size: 12px;
}
.single-post-content {
    text-align: justify;
    padding: 20px 0 50px 0;
}
h4.single-news-post-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 5px;
    margin: 0px 0;
}
.single-post-article {
    padding-top: 50px;
}
.single-post-sidebar {
	margin-bottom: 60px;
}
p.single-post-sidebar-title {
    padding: 70px 0 30px 0;
    font-size: 22px;
    border-bottom: 2px solid #e00024;
}
.single-post-sidebar.multiple-sidebar p.single-post-sidebar-title {
	padding: 0px 0 30px 0;
}
.recent-post-link-container {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #aeaeae;
}
a.recent-post-link {
    color: #000;
    text-decoration: none;
}
a.recent-post-link:hover {
	color: #e00024;
	text-decoration: underline;
}
/*****************************
*TIP OF THE DAY & GALLERY STYLING
/****************************/
.tip {
    padding-bottom: 50px;
}
.tip-of-the-day-container {
    padding: 70px 0;
}
.tip-of-the-day-img {
    border: 6px solid #f5f5f5;
    margin: 10px 5px;
}
.tip-of-the-day-img img, .media_gallery-img img {
	width: 100%;
    height: auto;
    border: 5px solid whitesmoke;
}
.tip-of-the-day-container .tip p {
	text-align: center;
    padding: 0px 0 30px 0;
    font-size: 23px;
    font-weight: 300;
    margin: 0;
}
#baguetteBox-overlay .full-image figcaption {
    bottom: 100px;
    background-color: transparent;
    background-color: transparent;
}
.media_gallery-img {
	margin: 10px 5px;
	position: relative;
	transition: .5s ease-in-out;
}
.media_gallery-img:hover::before {
	content: '';
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c9ab6+1,4461a0+50,7db9e8+100 */
background: rgb(108,154,182); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(108,154,182,0.5) 1%, rgba(68,97,160,0.8) 50%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(108,154,182,0.5) 1%,rgba(68,97,160,0.8) 50%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(108,154,182,0.5) 1%,rgba(68,97,160,0.8) 50%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9ab6', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.media_gallery-img:hover::after{
	content: '📷';
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 26px;
	z-index: 999;
	z-index: 999;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  90%, 10% {
    transform: translate3d(-1px, 0, 0);
  }
  80%, 20% {
    transform: translate3d(2px, 0, 0);
  }

  70%, 50%, 30% {
    transform: translate3d(-4px, 0, 0);
  }
  60%, 40% {
    transform: translate3d(4px, 0, 0);
  }
}
/*****************************
*BOD & SENIOR MANGEMENT SECTION
/****************************/
.page-top-txt h3 {
    text-align: center;
    padding: 70px 0 0px 0;
    font-size: 23px;
    font-weight: 300;
}
.page-top-txt p {
	text-align: center;
    font-size: 11px;
    padding: 10px;
}
.undrl {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: block;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.flip-card-margin {
	margin: 40px 0;
}
.flip-card-margin div .modal-dialog {
    max-width: 660px;
    margin: 1.75rem auto;
}
.flip-card-outer {
    box-sizing: border-box;
    display: block;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
    border-left: 0px solid transparent;
    opacity: 1;
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1); 
}
.flip-card-container {
	width: 100%;
    height: 400px;
    perspective: 1000px;
}
.flip-card-container.bom-container {
	height: 360px;
}
.flip-card{
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 1s;
	transform-style: preserve-3d;
}
.flip-card-container.flip .flip-card {
	transform: rotateY(180deg);
}
.card-front, .card-back {
	width: 100%;
	height: 100%;
	position: absolute;
	backface-visibility: hidden;
}
.card-front {
	background: #fff;
}
.card-front-img img {
	transform: translate(-50%,-50%) translateZ(0) scale(1,1);
    left: 50%;
    position: absolute;
    top: 146px;
    width: 70%;
    border-radius: 100%;
    height: 250px;
}
.card-front-img.bom img {
	width: 90%;
	height: 234px;
}
.card-front-img.hidden, .symbol.hidden {
	visibility: hidden;
	transition: 0.7s ease-in-out;
}
.card-front .symbol {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,0.7) 1px 2px 15px;
    display: inline-block;
    height: 3.5rem;
    line-height: 1;
    padding: 19px;
    position: absolute;
    right: 35px;
    text-decoration: none;
    width: 3.5rem;
    top: 160px;
    text-align: center;
    color: #e00024;
}
.card-front-footer {
    position: relative;
    top: 320px;
    padding-left: 25px;
}
.card-front-title strong {
	font-family: "360-Bold",sans-serif;
}
.card-back {
	background-color: #fff;
	transform: rotateY(180deg);
}
.card-back-container {
	width: 100%;
	height: 100%;
	background: rgb(204,51,76);
	background: radial-gradient(circle, rgba(204,51,76,1) 0%, rgba(224,0,36,1) 100%);
	padding: 50px 20px 20px 20px;
}
.card-back p, .card-back span {
	text-align: justify;
    text-align-last: left;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0;
}
.card-back p {
	font-size: 16px;
}
.card-back .flip-card-title p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.card-back .flip-card-title span {
	font-size: 16px;
	font-weight: 700;
}
.flip-card-content {
	padding-top: 20px;
    position: relative;
    height: 70%;
    width: 100%;
    z-index: 99;
}
.flip-card-content p {
	padding-bottom: 30px;
}
.flip-card-content a {
	text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px 20px;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.flip-card-content a:hover {
	background: #fff;
	color: #e00024 !important;
	border: 1px solid #fff;
}
.bod-modal-img {
    float: left;
    margin-right: 25px;
}
.bod-modal-content {
    margin-top: -7px;
    text-align: justify;
}
/*****************************
*CAREERS SECTION
/****************************/
.row.careers-row {
    padding-top: 50px  30px;
}
.container.single-career {
    padding: 40px 20px;
}
.job-title {
    padding: 20px 0;
    font-size: 26px;
    font-weight: 400;
}
.row.post-outer-container.career-post-outer {
    background: #f5f5f5;
}
.post-image.article-image-container.hiring-container {
    background: #fff;
    width: 100%;
    height: 90%;
}
img.img-fluid.hiring {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.post-title.hiring-title {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0;
}
.hiring-date {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-bottom: 1px dashed #dcdada;
}
a.post-link.hiring-link {
    background: #e00024;
}
a.post-link.hiring-link:hover {
	color: #e00024;
	background: #fff;
}
p.no-post {
    padding-bottom: 20px;
}
.col-xs-12.col-sm-12.col-md-6.col-lg-6.career-item {
    /*padding: 30px 0;*/
    width: 100%;
}
/*****************************
*REPORTS SECTION
/****************************/
.row.reports {
    margin: 40px 4px 40px 38px;
}
.row.reports.custom-report {
    margin: 40px 0;
}
.display-posts-listing {
	 background: #e7e7e7;
    padding: 10px 20px;
    margin-bottom: 15px;
    overflow: hidden;
    width:100%;
    position: relative;
}
p.legislation-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.listing-item-date {
	padding-top: 10px;
	color: #62656a;
	font-size: 13px;
}
.legislation-btns {
	margin-top: 15px;
}
.legislation-btns a {
    background: #e00024;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}
.display-posts-listing .listing-item .report-img {
    float: left;
    width: 60%;
    height: auto;
}
/*.display-posts-listing .listing-item .report-img.project-img {
	width: 60%;
}*/
.display-posts-listing .listing-item .report-img img {
	width: 100%;
	height: 100%;
}
.legislation-btn-container {
    margin: 40px 0 0 0;
    border-bottom: 1px dashed #e6e3e3;
    padding-bottom: 31px;
}
.legislation-btn-container ul {
	padding: 0;
}
li.legislation-btn {
    display: inline-block;
    list-style-type: none;
}
a.lgt-btn {
    background: #e00024;
    color: #fff;
    padding: 10px;
    margin: 15px 15px 0px 0px;
    border-radius: 3px;
}
p.documents-title {
    border-bottom: 2px solid #d4d2d2;
    padding-bottom: 5px;
    margin-bottom: 5px;
        width: 105%;
}
.documents-btns .wp-block-file {
     margin-bottom: 0 !important; 
}
@media screen and (max-width: 990px) {
	.post-image.article-image-container.hiring-container {
		display: none;	
	}	
	.career-post {
		height: 165px !important;
	}
	.display-posts-listing {
		padding: 10px 30px;
		margin: 15px 0;
	}
}






.community-plan  {
	float: right;
    position: relative;
    top: -53px;
    left: 120px;
}


.community-post-listing {
	    padding: 20px 20px;
	        height: 49px;
	        width: 70%;
}




.community-items {
	    position: relative;
    top: -12px;
}

.display-posts-listing .listing-item .report-img.community-img {
    float: left;
    width: 60%;
    height: auto;
}



.community-title {
	 border-bottom: none !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    top: -9px;
}

.community-items-enter {
    left: 50%;
    top: 50%;
    transform: translate(-33%, 0%);
}






.documents-btns .wp-block-file a:nth-child(1) {
	background: #e00024;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em;
}
.documents-btns .wp-block-file a:nth-child(1):hover {
	text-decoration: none;
	background: #d20223;
}
h3.doc-padding-remove {
	padding-top: 0;
}
.bod-modal-title {
	text-align:center;
	margin:0px 0 30px 0;
	border-bottom:1px solid #e5e5e5;
	padding:0 0 20px 0;
	font-weight: 500;
	font-size: 18px;
}
/*****************************
*SEARCH FILTER STYLE
/****************************/
form#search-filter-form-400 {
	width: 100%;
}
form#search-filter-form-400 ul li{
	display: inline-block;
    padding-right: 15px;
    padding-bottom: 30px;
    text-align: center;
}
form#search-filter-form-400 h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
}
form#search-filter-form-400 label {
    display: inline-block;
    margin: 0;
    padding: 0;
}
form#search-filter-form-400 select, form#search-filter-form-400 input {
    text-transform: none;
    background: #fff;
    color: #000;
    padding: 8px;
    border-color: #fff;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 10px;
}
input.map-btn {
	background-color: #e00024;
	color: #fff;
}
input.map-btn:hover {
	background-color: #bd0d29;
	color: #fff;
}
.map-shelter-listing {
	color: #000;
}
.map-shelter-listing:hover {
	color: #e00024;
	text-decoration: none;
	border-bottom: 2px solid #e00024;
}
/*****************************
*CONTACT SECTION
/****************************/
div#general-contact {
    background: #e00024;
    margin: 0 !important;
}
div#general-contact-form form.wpcf7-form span.wpcf7-form-control-wrap.your-message textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px !important;
}
.elementor-93 .elementor-element.elementor-element-0998fbf:hover > .elementor-element-populated h2.elementor-heading-title.elementor-size-default,
.elementor-93 .elementor-element.elementor-element-a617327:hover > .elementor-element-populated h2.elementor-heading-title.elementor-size-default,
.elementor-93 .elementor-element.elementor-element-9b8aad8:hover > .elementor-element-populated h2.elementor-heading-title.elementor-size-default {
	color: #fff !important;
}
.elementor-93 .elementor-element.elementor-element-0998fbf:hover > .elementor-element-populated .elementor-widget-text-editor,
.elementor-93 .elementor-element.elementor-element-a617327:hover > .elementor-element-populated .elementor-widget-text-editor,
.elementor-93 .elementor-element.elementor-element-9b8aad8:hover > .elementor-element-populated
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item span {
	color: #fff !important;
}
/*****************************
*PDF FORM PAGES/POLICIES, PLANS & REPORTS
/****************************/
.btn-slider {
    width: 100px;
}   
.leaflet-popup-content p {
margin: 0 !important; 
}
.Active{
    background: #40a1ce;
    padding: 0px;
    border-radius: 50px;
    padding: 5px 32px;
    color: #fff;
    position: relative;
    width: 80px;
}
.Active::before {
	content: '';
	position: absolute;
	padding: 13px;
	border-radius: 100px;
	background: white;
	top: 0;
    left: -1px;
    box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.75);
}
.Closed {
	background: #e00024;
	padding: 0px;
    border-radius: 50px;
    padding: 5px 9px;
    color: #fff;
    position: relative;
    width: 80px;
}
.Closed::before {
	content: '';
	position: absolute;
	padding: 13px;
	border-radius: 100px;
	background: white;
	top: 0;
    right: -1px;
    box-shadow: -2px 0px 3px 0px rgba(0,0,0,0.75);
}
.row.odpem-forms div label {
	width: 100%;
}
select#training-options, 
span.wpcf7-form-control-wrap.emergency-plan select {
	width: 100%;
	margin: 0;
    margin-bottom: 20px;
}
select#rental-options {
    margin-top: 20px;
}
/*****************************
*GET INVOLVED PAGE DESIGN CSS
/****************************/
.get-involved-container {
    margin: 60px 0;
}
.get-involved-rmv-paddng {
	padding: 0;
}
div#get-involved-inner {
    height: 400px;
    border-radius: 5px;
    -webkit-box-shadow: 9px 2px 30px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 2px 30px -5px rgba(0,0,0,0.75);
    box-shadow: 9px 2px 30px -5px rgba(0,0,0,0.75);
}
.volunteer.get-involved-box,
.disaster-cordinator.get-involved-box,
.donation.get-involved-box {
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	width: 100%;
	background-size: cover;
	position: relative;
	transition: all .3s ease;
}
.volunteer.get-involved-box {
	background-image: url(../odpem/media/volunteer2.jpg);
}
.donation.get-involved-box {
	background-image: url(../odpem/media/donate.jpg);
}
.disaster-cordinator.get-involved-box {
	background-image: url(../odpem/media/bod.jpg);
}
.volunteer.get-involved-box::before,
.donation.get-involved-box::before,
.disaster-cordinator.get-involved-box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0;
    left: 0;
    transition: all .5s ease;
}
.volunteer.get-involved-box::before {
	background: rgba(244,0,36,0.8);
}
.donation.get-involved-box::before {
	background-color: rgba(255,165,0,0.8);
}
.disaster-cordinator.get-involved-box::before{
	background: rgba(59,161,218,0.8);
}
.volunteer.get-involved-box:hover::before,
.donation.get-involved-box:hover::before,
.disaster-cordinator.get-involved-box:hover::before{
	height: 400px;
}
.volunteer-text {
	position: relative;
}
.volunteer.get-involved-box:hover .volunteer-text::before,
.disaster-cordinator.get-involved-box:hover .cordinator-text::before {
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 39px;
	font-weight: 400;
	line-height: 1em;
	top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 5s ease;
    z-index: 10;
}
.volunteer.get-involved-box:hover .volunteer-text::before {
	content: 'Find Out How To';
}
.disaster-cordinator.get-involved-box:hover .cordinator-text::before {
	content: 'Get To Know Your';
}
a.volunteer-btn, div.donate-btn, a.cordinator-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 6px 14px;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s ease;
    text-decoration: none;
    z-index: 9;
    width: 72%;
    text-align: center;
}
a.volunteer-btn {
	background: #e00024;
}
div.donate-btn {
	background: #fff;
	color: #000;
	cursor: pointer;
}
a.cordinator-btn {
	background: #00a1ff;
}

.donation.get-involved-box:hover div.donate-btn {
	background: #000;
	color: #fff;
}
.volunteer.get-involved-box:hover a.volunteer-btn,
.disaster-cordinator.get-involved-box:hover a.cordinator-btn {
	background: #fff;
	color: #000;
}
.resume-box form h2 {
	text-align: center;
    padding: 30px;
    border-bottom: 1px dashed #aeaeae;
    margin-bottom: 30px;
}
.resume-box form label {
	width: 100%;
}
a.resume-link {
    color: #e00024;
    border-left: 2px solid #d4d2d2;
    padding-left: 11px;
    position: relative;
}
.resume-link::after {
	font-family: "FontAwesome";
	content: "\f178";
	position: absolute;
	top: 0;
	right: -25px;
}
.career-post {
	height: 180px;
}
.donate-box, .resume-box {
    width: 600px;
    height: 100%;
    background: #f5f5f5;
    padding: 20px;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: -655px;
    transition: .5s ease-in-out;
}
@media screen and (max-width: 720px){
	.donate-box, .resume-box {
		width: 100%;
		height: auto;
		overflow: scroll;

	}
	.resume-box form h2 {
	    padding: 10px;
	    border-bottom: 1px dashed #aeaeae;
	    margin-bottom: 10px;
	}
	.donate-box-close-btn i.fa.fa-times, .resume-box-close-btn i.fa.fa-times {
		left: 0px !important;
	}

}
.donate-box-close-btn i.fa.fa-times, .resume-box-close-btn i.fa.fa-times{
    background: #e00024;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -54px;
    cursor: pointer;
}
.donate-box-close-btn i.fa.fa-times:hover, .resume-box-close-bt i.fa.fa-times:hover {
	color: #f5f5f5;
}
.donate-toggle, .resume-toggle {
	right: 0;
	-webkit-box-shadow: -4px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -4px -1px 5px 0px rgba(0,0,0,0.75);
}
body.body-background-overlay {
	position: relative;
}

body.body-background-overlay::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}
/*****************************
*SEARCH RESULTS PAGE
/****************************/
.search-main-content {
    padding: 40px 0;
}
.search-main-content p, .search-main-content form {
 	padding: 0 20px;
}
.entry-summary {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.entry-summary-thumbnail.col-md-3 img{
	width: 100%;
	height: auto;
}
h3.entry-title {
    font-size: 22px;
    color: #616161;
}
h3.entry-title:hover {
	text-decoration: underline;
}
.entry-summary-content a.read-more {
    padding: 6px 20px;
    background: #e00024;
    color: #fff;
    background: rgb(224,0,36);
    background: linear-gradient(184deg, rgba(224,0,36,1) 0%, rgba(224,0,155,1) 100%);
    transition: .8s linear;
}
.entry-summary-content a.read-more:hover {
	background: rgb(224,0,155);
	background: linear-gradient(184deg, rgba(224,0,155,1) 0%, rgba(224,0,36,1) 100%);
	text-decoration: none;
}
a.page-numbers {
    color: #000;
    padding: 0 10px;
}
.entry-summary-content p {
	padding: 0;
}
span.page-numbers.current {
    background: #e00024;
    padding: 6px 12px;
    border-radius: 38px;
    color: #fff;
}
.page-content.container.search-main-content form.search-form {
	position: inherit !important;
}
/*****************************
*MOBILE MENU
/****************************/
#mega-menu-wrap-menu-1 .mega-menu-toggle {
	background: none !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #afadad !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    color: #848282 !important;
    font-size: 50px !important;
}
@media (max-width: 1200px) {
	nav#main-menu {
	    top: 62px;
	    position: absolute;
   		right: 0;
   		width: 100%;
   		z-index: 9999;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	    top: 98px !important;
	}
	.col-xs-12.col-sm-12.col-md-7.col-lg-7.header-menu-bar {
	    position: absolute;
	    right: 0;
	    top: 5;
	}
	.login-and-social ul.btn {
	    display: none;
	}
	.carousel-indicators {
	    margin-right: 5%;
	    margin-left: 5%;
	    padding: 3px 0px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	    top: 92px;
	}
	.odpem-article.big-article {
	    margin-bottom: 30px;
	}
	.section-title .section-border-1, .section-title .section-border-2 {
	    width: 5%;
	}
	
	.single-logo a .logo-name {
		text-align: center;
		font-size: 12px;
	}
	.page-title {
	    top: 40%;
	    width: 100%;
	}
	p.documents-title {
	    padding-top: 10px;
	}

	.mobile-social {
	    display: block;
	}
}

@media (max-width: 765px) {
	p.single-post-sidebar-title {
	    padding: 0px 0 30px 0;
	}
	.summary-btn {
	    display: block;
	    margin-top: 10px;
	    width: 65%;
	}
	.paralax--txt ul {
		padding-left: 5px;
		padding-top: 30px !important;
	}
	ul.paralax--content-2 {
		padding-top: 20px !important;
		padding-bottom: 30px !important;
	}
	.paralax--txt ul li {
		display: block;
		margin: 10px 0 !important;
	}
	#box-1-img:before, #box-3-img:before {
	    left: 329px;
	}
	#box-1-img:after, #box-3-img:after {
	    left: 317px;
	}
	.paralax--txt ul li .box-1, .paralax--txt ul li .box-3 {
	    border-left: 5px solid #4f3b3c;
	    border-right: none;
	}
	.paralax--txt ul li .box-1:hover, .paralax--txt ul li .box-3:hover {
		border-right: none;
	    border-left: 5px solid #e1ca94;
	}
	.paralax--txt ul li .box-1:after, .paralax--txt ul li .box-3:after {
	    transform: rotate(270deg);
	    left: -5px;
	}
}
.documents-btns.row {
    padding-top: 20px;
}
.project-btn, .summary-btn {
	font-size: 13px;
    padding: .5em 1em;
	border-radius: 50px;
	color: #fff !important;
}
.project-btn:hover, .summary-btn:hover {
	text-decoration: none;
	cursor: pointer;
}
.project-btn {
	background: #e00024;
}
.summary-btn {
	background: #32373c;
}
.page-template-services .main-content > div.service-border:first-child {
    margin-top: 58px;
}
.row.service-border {
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 00px 0;
}

@media screen and (max-width: 800px){ 
	.row.service-border {
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
}
.row.service-border.sercvice-last {
	border-bottom: none;
}
.col-xs-12.col-sm-12.col-md-6.col-lg-6.services-container {
    padding: 0;
}
.row.service-border div a, .other-highlights a {
    padding: 10px;
    background: #e00024;
    color: #fff;
}
.row.service-border div a:hover, .other-highlights a:hover {
	background: #fff;
	color: #e00024;
	border: 1px solid #e00024;
}
.service-title {
    margin-bottom: 40px;
}
.service-title h4 {
	font-size: 18px;
}
.highlights-bottom-margin {
	margin-bottom: 40px;
}
.highlights-bottom-margin h3 {
    padding-bottom: 20px;
}
.wp-pagenavi {
    width: 100%;
    padding-left: 18px;
    margin-top: 20px;
}
/*****************************
*SITE MAP
/****************************/
.site-map-display-location {
    text-align: center;
    padding: 10px 0 50px 0;
}
.site-map-display-location span.undrl {
    margin-top: 20px;
}
ul#site-map-menu li a {
	color: #000;
	text-decoration: none;
}
ul#site-map-menu li a:hover {
	border-bottom: 2px solid #e00024;
	color: #e00024;
}
/*****************************
*LOGIN PAGE
/****************************/
.page-template-login footer {
	display: none;
}
.login-centered {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 36%);
}
.login-bg {
	background: url(../odpem/media/gradient-bg.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 685px;
}
.login-logo {
	background: url(../odpem/media/login-icon.png);
    height: 200px;
    width: 300px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}
.login-container div#wppb-login-wrap {
    overflow: hidden !important;
}
.login-container  div#wppb-login-wrap {
    border-left: 1px solid #b4b4b4;
}
.login-container p.wppb-alert {
    text-align: center;
    border-left: 1px solid #b4b4b4;
}
.login-txt {
	font-family: Montserrat;
    text-align: center;
    border-left: 1px solid #b4b4b4;
    padding-bottom: 5px;
    margin: 0;
}
.login-container div form#loginform {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-30%, 0%);
}
.login-page-separator {
    background-color: #1e2023;
    min-height: 55px;
    border-top: 1px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 10px 20px 0 0;
    text-align: center;
    color: #fff;
}
.login-container {
    padding: 100px 0;
}
.login-username label, .login-password label {
	display: none;
}
.login-submit input#wppb-submit {
    background: #e00024;
    border: none;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.login-footer-txt {
	font-size: 14px;
	padding: 7px !important;
}
.page-template-odpem-kids header, .page-template-word-game header, .page-template-strappy header, .page-template-kids-disaster header,
.page-template-odpem-kids footer, .page-template-word-game footer, .page-template-strappy footer, .page-template-kids-disaster footer {
	display: none !important;
}
.odpem-kids-bg {
 	background-image: url(../odpem/media/odpem-kids-bg.jpg);
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center center;
 	width: 100%;
 	height: 968.5px;
 	position: relative;
}
.kids-content-container {
	position: relative;
	width: 100%;
	height: auto;
}
.kid-welcome {
	text-align: center;
}
.text-container, .kids-page-content {
	background-color: #fff;
	padding: 45px 67px;
	position: absolute;
	top: -25px;
	border-radius: 5px;
	width: 745px;
}
.text-container::before {
	content: "";
	background-image: url(../odpem/media/Scrappy-150x150.png);
	background-repeat: no-repeat;
	position: absolute;
    width: 154px;
    height: 150px;
    bottom: 9px;
    right: -15px;
}
.red, .purple, .brown, .blue, .black {
	font-size: 28px;
	font-family: 'Chilanka', cursive;
}
.black {
	color: #000000;
}
.red {
	color: #e00024;
}
.blue {
	color: #4285F4;
}
.purple {
	color: #ff00f7;
}
.brown {
	color: #ff9d37;
}
.cartoon-menu {
    position: relative;
}
.menu-odpem-kids-container {
    position: absolute;
    left: 140px;
    top: 380px;
}
ul#odpem-kids-menu {
    padding: 0;
    position: relative;
}
ul#odpem-kids-menu li {   
	list-style-type: none;
	background-color: #746b6c;
	padding: 5px 7px;
	margin: 5px;
	text-align: left;
	position: relative;
	bottom: -10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
ul#odpem-kids-menu li::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent ;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #746b6c;
	top: 7%;
	right: -30px;
}
ul#odpem-kids-menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
ul#odpem-kids-menu li a:hover {
	border-bottom: 2px solid #fff;
}
.cartoon-footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-40%, 10px);
    color: #fff;
    font-size: 14px;
}
.cartoon-footer p a {
	color: #ffcb08;
}
.cartoon-footer p a:hover {
	color: #1e2023;
}
.kids-content-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #e00024;
}
.word-game-inner {
    padding: 20px 40px;
}
label#answer {
    display: none;
}
.result p .fa {
    font-size: 42px;
}
.result p .fa-check {
	color: #77b72b;
	text-shadow: 2px 2px 2px #77b72b;
}
.correct {
	font-size: 26px;
	color: #77b72b;
}
.result p .fa-times {
	color: #e00024;
	text-shadow: 2px 2px 2px #e00024;
}
.result p .fa-smile-o {
	color: #0054ff;
}
.answer-comparison ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #5f656b;
}
.fa-frown-o {
	color: #77b72b;
}
.answer-comparison ul li {
	font-family: 'Chilanka', cursive;
}
.answer-comparison ul li span {
	color: #e00024;
	font-size: 18px;
}
.strappy-content-container::before {
	content: none;
}
.strappy-content p {
	text-align: justify;
}
.strappy-content .strappy {
    float: right;
    width: 300px;
    height: auto;
}
.text-container ul li {
	display: inline-block;
}
.text-container ul li img {
	width: 100px;
	height: auto;
}
/**********************/
  /****PAGINATION****/
/**********************/
div#loop, div#loop-1, div#loop-2, div#loop-3 {
    margin: 40px 0;
}
.list-group, .list-group-1, .list-group-2, .list-group-3 {
	margin:10px;
	text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.list-group .row, .list-group-1 .row, .list-group-2 .row, .list-group-3 .row {
	background: #e7e7e7;
	width: 60%;
}
.document-img img {
	width: 60px;
	height: auto;
	margin-top: 0.8em;
}
p.document-title {
	font-size: 16px;
	font-weight: 300;
	word-spacing: .2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.list-group div div p .wp-block-file, .list-group-1 div div p .wp-block-file, .list-group-2 div div p .wp-block-file, .list-group-3 div div p .wp-block-file {
	margin-top: 1.3em !important;
	margin-bottom: 1em !important;
}
.document-link a {
	background: #e00024;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em;
}
.one-third {
	padding: 10px 20px;
	width: 33.3%;
}
.pagination-nav ul.pagination {
    position: relative;
    left: 0;
    transform: translate(20.5%, 0%);
}
ul.pagination {
    position: relative;
    left: 0;
    transform: translate(11%, 0%);
}
.row.documents {
    width: 80%;
}
.row.documents div img {
	width: 75%;
	padding: 10px;
}
.document-title-pub {
    border-bottom: 2px solid #d4d2d2;
    padding: 10px 0;
    margin-bottom: 5px;
    text-align: left;
}
.wp-block-file.document-link-cont {
    text-align: left;
}
.document-link-title {
    background: #e00024;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em;
}
.document-link-title:hover {
	text-decoration: none;
    background: #d20223;
    color: #fff;
}
.post-category {
    position: absolute;
    top: 10px;
    right: 7px;
    background: #f8c501;
    padding: 4px 6px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-shadow: -2px 1px 11px rgba(0, 0, 0, 0.42);
}   
.banner-wrapper-inner a{
	text-decoration: none;
	transition: 0.5s ease-in-out !important;
}
.banner-wrapper-inner a:hover {
}
h5.banner-text {
    padding: 15px 0;
    margin: 0;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    text-shadow: 2px 1px 2px rgba(0,0,0,1);
}