/*
Theme Name: Engaged
Author: Vivekanand Saraswati
Author URI: https://wordpress.org/
Description: Inherited from Twenty Seventeen
Text Domain: eli
*/

@font-face {
    font-family: Avenir-Black;
    src: url(css/fonts/hinted-Avenir-Black.woff2);
    font-weight: bold;
}
@font-face {
    font-family: Avenir-Heavy;
    src: url(css/fonts/hinted-Avenir-Heavy.woff2);
}
body {
	line-height: 1.33;
    font-size: 13px;
    text-align: left;
    color: #000;
    font-family: 'Avenir', Arial, sans-serif;
    height: 100%;
    width: 100%;
    position: relative;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
h1.fancy-orange-heading::after {
    content: "";
    border: 2px solid;
    display: block;
    position: relative;
    z-index: -1;
}
h1.fancy-orange-heading {
    color: #f68220;
    z-index: 111;
}
/*
.container.flex {
	padding: 0 40px;
}
*/
.category-wrap {
  position: relative;
  z-index: 0;
}
#page {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#page > .site-wrap  {
    /*position: relative;*/
	overflow: hidden;
	transition: 0.3s ease 0s;
	left: 0;
	padding-top: 165px;
	z-index: 5;
	-webkit-transition: 0.3s ease 0s;
}

body.drawer-open #page > .site-wrap   {
	/* left: 300px; */
}
.single-content a {
	text-decoration: underline;
}

#drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    height: 0;
    width: 0;
}
#drawer:before {
	content: " ";
	background-color: rgba(0,0,0,0.7);
	z-index: 0;
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}
#drawer .drawer-wrap {
    background-color: #fff;
    width: 270px;
    min-height: auto;
    padding: 0;
    position: absolute;
    left: -300px;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
}
body.drawer-open #drawer{
	height: 100%;
	width: 100%;
}
body.drawer-open #drawer:before{
	opacity: 1;
	left: 0%;
}
body.drawer-open #drawer .drawer-wrap{
	left: 0;
}

#drawer .custom-logo-link {
	    padding: 25px;
    display: block;
    width: 125px;
}
#drawer .menu-main-menu-container ul {
	margin: 0;
    list-style: none;
    display: block;
    font-size: 100%;
	font-weight: 600;
    text-transform: uppercase;
}
#drawer .menu-main-menu-container ul  ul {
	display: none;
}
#drawer .menu a svg.icon {
    position: absolute;
    right: 0;
    padding: 12px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#drawer .menu a svg.expand {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
#drawer .menu a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
    padding: 0 25px;
    border-bottom: 1px solid #ccc;
}
#drawer .menu-main-menu-container ul  ul a {
	color: #808080;
}
#drawer .social-header {
	padding: 0px 25px 25px;
	background-color: #f5f6f7;
}
#drawer .social-icon {
	margin: 0 20px 0 -5px;
}
#drawer .drawer-close {
    position: absolute;
    right: 20px;
    line-height: 1;
    width: 40px;
    font-size: 300%;
    font-weight: 300;
    text-align: center;
    top: 25px;
}
#drawer .drawer-footer {
	margin-top: 40px;
	padding-top: 40px;
	background-color: #f5f6f7;
}
#drawer .drawer-footer a {
	display: block;
	color: #666766;
    padding:0 25px 0;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}


#fixed-header {
	position: fixed;
	z-index: 1000;
	padding: 7px 0 2px;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	background-color: #fff;
	top: -250px;
	transition: left 0.3s ease 0s;
	-webkit-transition: left 0.3s ease 0s;
}
#fixed-header.float {
	top: 0;
}
#fixed-header .custom-logo-link{
	display: block;
	width: 55px;
	height: 50px;
	margin: -5px auto 0;
}
#masthead {
	padding:0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:1;
}
body.drawer-open {
	overflow: hidden;
}
body.drawer-open #fixed-header.float {
	/* left: 300px; */
}
#masthead .top-bar {
	padding:  16px 20px 0;
	background-color: #fff;
	z-index: 10;
}
#masthead .site-logo {
    display: block;
	width: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#masthead .site-logo a {
    display: block;
    line-height: 48px;
    font-size: 250%;
    text-transform: uppercase;
}
#masthead .site-logo a svg.icon.logo{
    width:151px;
    height:77px;
    stroke-width:0;
}
.header .social-header {
	float: left;
	text-align: center;
	margin-left: -11px;
}
.header .social-icon {
  margin: 0 7px;
}
.header .social-icon svg.icon {
  display: block;
  fill: #424143;
  height: 20px;
  stroke: #000;
  width: 20px;
}
.social-header p{
	font-size: 13px;
	font-weight: 600;
	color: #000;
	margin: 27px 0 5px;
	text-transform: uppercase;
	line-height: 1.3;
}
#drawer .social-header p{
	color: #676766;
	line-height: 25px;
	margin: -1px 0 5px;
	font-size: 12px;
}
.subscribe-header{
    position:absolute;
    right:0px;
    bottom:0;
}
.subscribe-header a.subscribe-icon {
	text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
}
.subscribe-header a.subscribe-icon img {
	display: block; height: 87px; width: auto;
}

nav.navigation-top{
    display:block;
    border-top:1px solid rgba(132,132,132,1);
    border-bottom:1px solid rgba(132,132,132,1);
}
.menu-trigger {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 65px;
    height: 54px;
    z-index: 3;
    margin: 0;
    left: -20px;
	top: -9px;
}
.menu-trigger span {
	display: block;
    content: " ";
    border-top: 4px solid #F58220;
    line-height: 0px;
    font-size: 0;
    height: 0px;
    width: 25px;
    transition: 0.3s ease-out 0s;
    -webkit-transition: 0.3s ease-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: 14px;
}
.menu-trigger > span:first-child{
	margin-top: -2px;
}
.menu-trigger > span:last-child{
	top: auto;
	bottom: 17px;
	margin-top: 0;
}
nav.navigation-top .menu-top{
    float:left;
    position:relative;
    left:18px;
}
nav.navigation-top ul {
    list-style: none;
    margin: 0 0 0 -55px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
nav.navigation-top ul.primary li {
    float: left;
    padding-left: 1px;
}
nav.navigation-top li a {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 54px;
    padding: 0 25px;
    display: block;
    position: relative;
    text-transform: uppercase;
}
nav.navigation-top li.current-menu-item a,
nav.navigation-top li:hover > a {
	color: #F58220;
}
li.menu-item .menu-drop{
    position:absolute;
    left: -12.7%;
    width: 128%;
    padding:10px 20px;
    bottom:100%;
    opacity:1;
}
li.menu-item.hover > a:before {
	content: " ";
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -28px;
	box-shadow: 0 0 0 5px #fff;
	margin-left: -20px;
	left: 50%;
	z-index: 98;
	display: block;
	
}
li.menu-item.hover > a:after {
	content: " ";
	background: #fff;
	width: 30px;
	height: 30px;
	border-width: 1px 1px 0 0;
	border-color: #666766;
	border-style: solid;
	position: absolute;
	bottom: -26px;
	margin-left: -20px;
	left: 50%;
	transform: rotateZ(-45deg);
	z-index: 99;
	display: block;
	
}
.menu-drop .sub-menu-wrap { 
	background: #fff;
	border: none;
	padding: 30px;
}
/*.menu-drop .sub-menu-wrap { 
	background: #fff;
	border: 1px solid #666766;
	padding: 30px;
}*/
.menu-drop .sub-menu-wrap .col.three {
	width: 20%;
	padding-right: 25px;
}
/*div.flex-viewport ul.post-slider li.post-slide.flex-active-slide {
    margin-left: -40px;
    overflow: visible;
    z-index: 9;
}*/
ul.post-slider.slides li {
    padding-left: 0px!important;
}
.menu-drop .sub-menu-wrap .col.nine {
	border-left: 1px solid #666766;
	padding-left: 73px;
	width:80%;
}
ul.post-slider.slides li.post-slide.flex-active-slide {
    margin-right: 25px!important;
}
div.menu-drop ul.post-slider{
	margin: 0;
}
div.menu-drop ul.submenu {
    margin: 20px 0 0;
}
div.menu-drop ul.submenu li {
	float: none;
        padding-left: 0;
}
div.menu-drop ul.submenu li a {
    padding: 0 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.6;
}
/* NAVIGATION SLIDER */
.menu-posts-wrap {
	margin: 0 80px 0 0px;
}
.post-slide .slide-wrap {
	margin: 0 -10px;
}
.post-slide .col {
	padding: 0 10px;
}
.menu-drop h4.block-title {
	/*font-size: 100%;*/
	margin-right: 80px;
        font-weight: 300;
}
div.menu-drop ul.post-slider li a {
    text-transform: none;
    padding: 0 10px;
    line-height: 1.3;
    font-size: 17px;
    text-align: center;
    font-weight: 300;
}
div.menu-drop .menu-posts ul.flex-direction-nav li.flex-nav-prev a {
	display: none;
}
div.menu-drop .menu-posts ul.flex-direction-nav a {
    position: absolute;
    /*background: #e9eaea;*/
	padding: 0;
}


nav.navigation-top .search-form {
	position: relative;
	display: none;
	border-bottom: 1px solid #808080;
}
nav.navigation-top .secondry-nav {
	border-top: 1px solid rgba(0,0,0,0.1);
}
nav.navigation-top ul.secondry {
	text-align: center;
}
nav.navigation-top ul.secondry li {
	display: inline;
}
nav.navigation-top ul.secondry li a {
	display: inline;
	color: #000;
	font-weight: normal;
	font-size: 90%;
	padding: 0 12px;
	text-transform: none;
	line-height: 45px;
}
.search-trigger {
    position: relative;
	float: right;
    right: -10px;
    padding: 16px 15px;
}
.search-trigger svg.icon, nav.navigation-top svg.icon {
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    display: block;
}
.search-trigger   svg.cross,
nav.navigation-top svg.cross {
	display: none;
}
.search-trigger.active  svg.cross {
	display: block;
}
.search-trigger.active svg.search {
	display: none;
}
.search-form {
    display: none;
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 2px solid #f58220;
    top: 162px;
}
body.floating-menu .search-form {
    position: fixed;
    z-index: 1000;
    top: 60px;
    width: 100%;
    border-top: 1px solid #000;
}
.search-form  form {
	position: relative;
}
.search-form .search-field {
	background: none;
	outline: 0;
	border: 0;
	height: 50px;
	font-weight: 400;
	font-size: 22px;
	color:#F58220;
	margin: 0;
	padding: 0 50px 0 0;
}

.search-form input.search-field::-webkit-input-placeholder {
	color:#F58220;
     opacity: 1 !important;
}
.search-form .search-submit {
	background: none;
	border: 0;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0 0 30px;
}
.search-form .search-submit svg.icon {
	margin: 0;
	fill: #F58220;
	stroke: #F58220;
}
.search-form .search-submit span {
	display: none;
}
.posts-search {
	position: relative;
	margin: 0 0px 40px;
}
.posts-search  .search-field{
	margin: 0;
    height: 50px;
    border: 1px solid #c0c0c0;
	background: #f3f3f3;
    font-size: 150%;
    font-weight: 400;
    padding-right: 50px;
    padding-left: 15px;
}
.posts-search  .search-submit{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    background: none;
}
.posts-search  .search-submit svg.icon{
	margin: 0;
}
.subscribe-banner {
    background: #fff;
	display: none;
	line-height: 1.5;
	font-size: 10.8px;
	border-top: 1px solid #000;
}
.subscribe-banner a.button {
	font-size: 14.4px;
	font-weight: bold;
	margin: 10px 0;
}
.subscribe-banner .sub-title {
	font-weight: normal;
	font-size: 25.4px;
	margin: 15px 0;
}
.subscribe-banner .conetnt-area .col {
	padding: 20px 0;
}
.subscribe-banner img {
	display: block;
	margin: 0 auto;
}
.sub-btn {
    float: right;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
}
.sub-btn span {
	display: block;
	line-height: 14px;
	margin: 3px 0 0;
	border-bottom: 1px solid #000;
}

/* COMMON */

.title-box .link {
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin: 30px 0 0;
}
.section-title::before {
    border-bottom: .0625rem solid #848484;
    position: absolute;
    top: 50%;
    content: " ";
    left: 0;
    width: 100%;
    z-index: 0;
}
.page-title, .section-title {
    color: #F58220;
    position: relative;
    padding: 0;
    margin: 0 0 5px;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
}
.page-title {
	text-align: center;
	font-size: 38pt;
    padding: 30px 10px 9px 0px;
	font-weight: 300;
	color: #000;
	margin: 0;
}
.category-wrap .title-box {	
	border-bottom:1px solid #828282;
}
.category-wrap .page-title {
    text-align: center;
    font-weight: normal;
	color: #808080;
	line-height: 1.25;
	font-size: 42px;
    font-family: "Avenir Book";
}
.page-title span{
	display: block;
	margin: 0 auto;
}
.section-title span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.block-title {
	border-bottom: 1px solid #c0c0c0;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 15px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.main-container {
	padding-bottom: 40px;
}
.posts-container {
    display: block;
}
.greybg {
	background-color: rgba(0,0,0,0.07);
	box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
}
.row.space10 {
	margin: 0 -5px;
	padding: 5px 0;
}
.row.space20 {
	margin: 0 -10px;
}
.row.space40 {
	margin: 0 -20px;
}
.row.space40 > .widget,
.row.space40 > .col {
	padding: 20px;
}
.row.space20 > .col {
	padding: 10px;
}
.row.space10 > .col {
	padding: 5px;
}
.post-grid {
	margin: 0 -10px;
	text-align: center;
}
.post-grid > .col{
	padding: 0 10px 10px;
}


.post-thumbnail,
.card-thumbnail {
	position: relative;
	overflow: hidden;
}
.post-thumbnail img ,
.card-thumbnail img {
	display: block;
	width: 100%;
}
.post-bg,
.card-bg {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	/*z-index: 1; */
	left: 0;
	top: 0;
	right: 0;
	bottom:0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
/*
.post-bg:after,
.card-bg:after {
	background-color: rgba(0,0,0,0);
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom:0;
	transition: 0.3s ease-in 0s;
	-webkit-transition: 0.3s ease-in 0s;
}
.post:hover  .post-bg:after,
.post-card:hover .card-bg:after {
	background-color: rgba(0,0,0,0.2);
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom:0;
}
.post:hover .post-bg,
.post-card:hover .card-bg {
	left: -20px;
	top: -20px;
	right: -20px;
	bottom:-20px;
}
*/
a.more-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 2.5;
    padding: 0 15px;
	opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
	transition: 0.3s ease-in 0s;
	-webkit-transition: 0.3s ease-in 0s;
}
.post-card:hover  a.more-btn,
.post:hover  a.more-btn {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.post-title {
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 10px;
	line-height: 1.3;
}
.single-page .page-title {
	border: 0;
}
.single-page .page-title span {
	line-height: 1.2;
}

.post-title  span {
	display:block;
}
.story-wrapper .single-page .post-deck {
    font-weight: 300;
}
.wrapper-ad-page-mobile h1.ad-page-mobile {
    font-weight: 300;
}
.wrapper-ad-page-mobile p {
    font-size: 12pt;
    line-height: 22pt;
}
.wrapper-ad-page-mobile p b {
    color: inherit;
}
.row.cf.post-grid.resource-mobile {
    margin-top: 80px;
}
#privacy-page p {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 30px;
}
#privacy-page ul, #privacy-page ol {
    font-size: 17px;
    font-weight: 300;
    
}
.post-deck {
	font-size: 21px;
	text-align: center;
	font-weight: 400;
	margin: 20px 0 30px;
}
.post-meta {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 15px;
	text-align: center;
	font-style: italic;
	color: #666766;
}
.post-meta .date {
	position: relative;
}
.title-box .post-meta {
	margin: 20px 0 0;
}
.post-meta .author:after,
.post-meta .photography:after {
	content: "\25CF";
	margin: 0 13px 0 15px;
}
.post-content {
	line-height: 1.8;
}
.page-content .post-content{
	font-size:15PX;
	line-height:1.87;
	/*padding-right:50PX;*/
}


article.post .post-meta {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 80%;
	padding: 15px 15px 0;
	margin: 0;
}
article.post .post-meta svg.time  {
	fill: #fff;
	stroke: #fff;
	stroke-width: 0;
}
article.post .entry-header {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  color: #fff;
}
article.post:hover .entry-header {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
article.post h3.entry-title {
    font-weight: 300;
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.4;
}
#section-cool-stuff article.post h3.entry-title {
    font-size: 16px;
}
article.post  .entry-header h3.entry-title {
  font-size: 110%;
  width: 100%;
  font-weight: normal;
  padding: 10px 15px;
  margin: 10px 0 0 -50%;
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
}
article.post:hover  .entry-header h3.entry-title  {
	margin-left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
article.post  .entry-header  a{
  color: #fff;
}
article.post  .entry-header p {
	margin: 0;
	display: inline;
}
article.post  img {
	width: 100%;
	display: block;

}
.post-cat {
    line-height: 1;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0px 5px;
    color: #000;
}
.page-404 {
	padding: 0px 0;
	text-align: center;
}
.search-404 {
	max-width: 400px;
	width: 100%;
	display: inline-block;
}
.search-404 .search-trigger {
	display: none;
}
.search-404 .search-form .search-field {
	height: 45px;
	border: 1px solid #000;
	padding: 0 10px;
	margin: 0 0 10px;
}
.search-404 .search-form .search-submit {
	display: block;
	background: #F58220;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	padding: 0 25px;
	display: inline-block;
}
.search-404 .search-form .search-submit svg {
	display: none;
}
.site-ads {
    display: block;
    text-align: center;
    margin: 0 0 40px;
}



/* HOME PAGE */
/* TOP STORIES  */
.top-stories {
	padding: 5px 0 20px;
}
.stories-cards {
	list-style: none;
	margin: 0px -10px;
	counter-reset: carnNo;
}
.post-card {
	counter-increment: carnNo;
	float: left;
	width: 33.33%;
	padding: 10px;
	margin: 0;
}
.site-ads.ad-735x90 {
        position: relative;
        left: -61%;
        width: 300%;
        padding-left: 96%;
        padding-right: 105%;
        box-sizing: border-box;
        display: block;
        flex-wrap: wrap;
        background: rgba(0,0,0,0.05);
        margin: 0px;
}
.card-content {	
	display: block;
}
.card-content .card-title {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
	line-height: 1.4;
	padding: 10px 10px 10px 45px;
	overflow: hidden;
	position: relative;
        
}
.top-stories .card-content .card-title {
    min-height: 50px;
}
.card-content .card-title:before {
    content: counter(carnNo);
	position: absolute;	
	font-size: 20px;
	font-weight: 700;
	left: 0;
	border: .125rem solid #000;
	border-radius: 50%;
	width: 32px;
	line-height: 33px;
	height: 32px;
	text-align: center;
}
.home-ad-horizontal .main-container {
    padding-bottom: 0px;
}
.share-bottom .share-btn span.share-text {
    width: auto;
    float: left;
    font-size: 14.35px;
    display: block;
    font-weight: 400;
    color: #808080;
    padding: 0 15px;
    line-height: 31px;
}
.share-bottom .share-btn:hover span.share-text {
    color: #fff;
}
section.home-ad-horizontal {
    padding: 40px 0px 0px 0px;
}

/* FEATURED SECTION */
.intro-container {
    position: relative;
    z-index: 0;
    margin: 0 0 15px;
}

/* SLIDER */
.flex-viewport{
	position:relative
}
.flex-direction-nav li a {
    position: absolute;
    left: 2%;
    z-index: 2;
    cursor: pointer;
    top: 47%;
    width: 37px;
    height: 37px;
    overflow: hidden;
    line-height: 50px;
    text-indent: -99em;
    margin-top: -7px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
ul.flex-direction-nav,
.flex-viewport ul.slides {
	list-style:none;
	margin:0;
	padding:0;
	border:none	
}
.flex-viewport ul.slides > li{
	float:left;
    position: relative;
}
.flex-direction-nav li.flex-nav-next a {
	left:auto;
	right: 2%;
}
.flex-viewport img {
    width: 100%;
    display: block;
}
.intro-slideshow {
    display: block;
    width: 100%;
    overflow: hidden;
	position: relative;
}
.intro-container .caption .post-cat {
	margin: 0 0 15px;
	font-size: 125%;
}
.intro-container .caption .caption-title {
  font-size: 32px;
  color:#000;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
.intro-container .caption .caption-title a:hover {
	color: #000;
}
.intro-container .caption-container {
	height: 125px;
}
.intro-container .caption .caption-content {
  font-size: 17px;
  color:#000;
  font-weight: 300;
  margin: 5px 0 0;
  transform: translate(0%, 20%);
  -webkit-transform: translate(0%, 20%);
  transition: 0.7s ease 0s;
  -webkit-transition: 0.7s ease 0s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
}
.intro-container .caption {
  right: 0%;
  width: 43%;
  max-width: 600px;
  background: #fff;
  position: absolute;
  margin-top: -35px;
  padding: 20px 30px;
  z-index: 1;
  display: none;
  text-align: center;
}
.intro-container .caption.capt-1 {
  display: block;
}
.slidenav-container .nav-item{
	float: left;
	list-style: none;
	margin: 23px 10px 0 0;
	background-color: rgba(0,0,0,0.1);
	border-radius: 50%;
	line-height: 0;
	height: 12px;
	width: 12px;
	display: block;
	text-indent: -5em;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.slidenav-container .nav-item.active {
	background-color: #000;
}



/* Featured Posts */
.featured-posts {
	text-align: center;
	padding-bottom: 50px;
}
.featured-posts  .row.space40 {
	margin-top: -15px;
}
.featured-posts .post-info {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.3;
}
.featured-posts  .post-title {
}
.featured-posts .post-thumbnail {
	margin: 0 0 15px;
}
.featured-posts img {
	width: 100%;
	display: block;
}
.featured-posts .button {
	padding: 12px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	padding: 7px 50px 6px;
}

/*
.house-tours .small-post:first-of-type .post-thumbnail {
	width: 100%;
	margin: 0 0 5px;
	float: none;
}
*/
.house-tours .small-post .post-content{
  margin: 0 0 15px;
}
.house-tours .small-post {
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}
.house-tours .small-post::after {
    border-bottom: 1px solid #FFB582;
    content: " ";
    position: absolute;
    bottom: 0;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    line-height: 0;
}
.house-tours .post-thumbnail {
	margin: 0 0 25px;
}
.house-tours .post-title {
  font-size: 18px;
  padding: 0;
  font-weight: 300;
  margin: 0;
}
/* NEWSLETTER & AD BLOCKS */
.newsletter-section  .mc-input {
    margin: 0 15px;
}
.newsletter-section {
	text-align: center;
}
.ad-section {
	display: block;
	background: rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 15px 0;
}
.ad-section:after {
	content: " ";
	border: 10px solid #fff;
	box-shadow: 0px 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	margin-left: -10px;
}
.ad-container {
	text-align: center;
}
#footer-ad .container {
    width: 50%;
}
.mc-input {
	position: relative;
}
.mc-input input.email {
    height: 44px;
    display: block;
    background-color: #F5F7F7;
    border-color: #F5F7F7;
    padding-right: 110px;
    margin: 0;
    font-size: 100%;
}

.mc-input input.email::-webkit-input-placeholder {
	color:#C0BFBF;
     opacity: 1 !important;
}

.mc-input input.button{
	height: 44px;
	font-size: 110%;
	padding: 0 16px;
	position: absolute;
	top: 0;
	right: 0;
}
.advt-col {
    padding: 20px 2% 20px 8%;
    text-align: center;
}
.insta-footer {
	padding-top: 10px;
}




.archive-list {
	margin: 0;
}
.archive-list .post{
	padding: 0 0 15px;
	display: table;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 15px;
	font-size: 110%;
	transition: 0.3s ease 0s;
}
.archive-list .post .post-info {
    display: table-cell;
    vertical-align: middle;
}
.post .excerpt {
	line-height: 1.4;
	font-size: 17px;
}
.post-info .excerpt {
    font-size: 11pt;
    font-family: "Avenir Book";
    font-weight: 300;
}
.archive-list .invisible {
	opacity: 0;
	transform: translateY(70px);
	-webkit-transform: translateY(70px);
}
.archive-list .post .post-thumbnail {
	float: left;
	width: 345px;
	margin: 0 30px 0 0;
}
.archive-list .post .post-cat {
	font-size: 120%;
	margin: 0 0 5px;
}
.archive-list .post .post-title {
    padding: 0;
    font-weight: 500;
    font-size: 15pt;
    margin: 0 0 20px;
    font-family: "Avenir Book";
    line-height: 22pt;
}
.archive-list .post .excerpt p {
	margin: 0;
}
.cat-sub-nav {
	display: block;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #828282;
}
.cat-sub-nav ul {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat-sub-nav ul li {
	margin: 0 20px;
	display: inline-block;
}
.cat-sub-nav ul li a {
	line-height: 3.3;
	display: inline-block;
	font-weight: 400;
	font-size: 13.5px;
	color: #474747;
	margin-bottom: -1px;
}
.cat-sub-nav ul li a.active {
	color: #F58220;
	border-bottom: 3px solid #F58220;
}
.category-post-list {
	margin-top: 40px;
}
.post-box {
    display: block;
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.posts-container .post-box:last-child {
    border: 0;
    padding: 0;
    margin-bottom: 40px;
}
.post-nav {
    border-top: 1px solid #ccc;
    padding: 15px 0 40px;
}
.post-navigation .screen-reader-text {
    display: none;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    float: left;
    font-size: 90%;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    width: 50%;
}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  display: block;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-navigation .nav-next a:after,
.post-navigation .nav-previous a:after {
    content: "\276e";
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 200%; 
}
.post-navigation .nav-next a:after {
    content: "\276f";
    right: 0;
}

.paginator {
	min-height: 32px;
	position: relative;
}
.paginator a {
    position: absolute;
    top: 0;
    left: 50%;
	z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.pagination {
  padding: 0 0 40px;
  text-transform: uppercase;
  text-align: center;
}
.pagination a.prev {
	font-weight: bold;
  font-size: 100%;
}
.pagination a.next {
  font-size: 100%;
	font-weight: bold;
}
.pagination .page-numbers {
  color: #000;
  display: inline-block;
  font-size: 120%;
  padding: 0 7px;
}
.pagination a.page-numbers:hover {
	text-decoration: underline;
}
.pagination span.page-numbers {
	font-weight: bold;
}


.single-content {
	padding: 0 30px 0 0;
}
.single-main,
.archive-list {
	padding: 0 45px 0 0;
	width: 70%;
}
.sidebar {
	padding: 20px 0 0 20px;
	width: 30%;
}
.sidebar img {
	width: 100%;
}
.sidebar .widget{
	padding: 0;
	margin: 0 0 30px;
	display: block;
}
.sidebar .widget-title {
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
}
.widget-area .widget {
    margin: 0 0 25px;
    display: block;
    position: relative;
}

/* SINGLE PAGE */
.single-content {
	font-size: 15px;
}
.single-content h2 {
	font-size: 21px;
}
.single-content p:first-of-type::first-letter {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    color: #f58220;
}
.autonext-loader {
	text-align: center;
	font-size: 125%;
	opacity: 0;
}
.autonext-loader a {
	color: #F58220;
}
.single-page {
	display: block;
	opacity: 1;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
}
.single-page-ad {
	background-color: rgba(0, 0, 0, 0.05);
	padding-top: 20px;
	text-align: center;
}
.in-content-ad {
	text-align: center;
	margin: 0 0 15px;
        position: relative;
        left: -61%;
        width: 300%;
        padding-left: 81%;
        padding-right: 105%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        background: rgba(0,0,0,0.05);
        padding-top: 30px;
        padding-bottom: 30px;
}
.single-page.ajloaded {
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	border-top: 20px solid rgba(0, 0, 0, 0.05);
}
.single-page.invisible {
	opacity: 0;
	border-top: 300px solid rgba(0, 0, 0, 0.05);
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
}
.post-tags {
	line-height: 2.5;
	font-weight: bold;
	font-size: 16px;
}
.post-tags a {
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 14.35px;
	color: #F58220;
	border: 1px solid #999999;
	line-height: 30px;
	padding: 0 10px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.post-tags a:hover {
	background-color: #000;
	 color: #fff;
}
.share-box {
	margin: 40px 0;
	text-align:center;
}
.share-story .more-box {
    position: absolute;
    left: 100%;
	top: 0;
    width: 80px;
	display: none;
}
.share-story {
	position: relative;
	width: 160px;
	margin: 0 auto;
}
.share-story .share-more-btn:hover .more-box  {
	display: block;
}
.share-story .share-more-btn {
	position: relative;
	float: left;
}
.share-story .share-btn {
	float: left;
	display: block;
	margin: 2px;
	width: 31px;
	height: 31px;
	overflow: hidden;
	transition: 0.1s;
	-webkit-transition: 0.1s;
	cursor: pointer;
}
.share-story .share-more-btn > .share-icon {
	margin: 2px;
	background-position: -29px 50%;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #000;
	transition: 0.0s;
	-webkit-transition: 0.0s;
}
.share-story .share-more-btn:hover > .share-icon {
	background-position: -174px 50%;
}
.share-story .share-icon {
	width: 31px;
	height: 31px;
	display: block;
	float: left;
	overflow: hidden;
	background-color: #000;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.share-story .linkedin .share-icon {
	background-position: 0 50%;
}
.share-story .facebook .share-icon {
	background-position: -124px 50%;
}
.share-story .pinterest .share-icon {
	background-position: -93px 50%;
}
.share-story .twitter .share-icon {
	background-position: -62px 50%;
}
.share-story .email .share-icon {
	background-position: -155px 50%;
}
.share-story .share-btn  a {
	display: block;
	line-height: 31px;
}
.share-story .share-btn:hover .share-icon {
	background-color: #F58220;
}

.share-bottom  {
	width: auto;
	margin: 0;
}
.share-bottom > .share-btn {
	width: auto;
	border: 1px solid #000;
	margin-right: 5px;
}
.share-bottom .share-btn a  {
	float: left;
	font-size: 14.35px;
	display: block;
	font-weight: 400;
	color: #808080;
	padding: 0 15px;
}
.share-bottom > .share-btn:hover .share-icon,
.share-bottom > .share-btn:hover {
	background-color: #000;
}
.share-bottom .share-btn:hover a  {
	color: #fff;
}

.share-footer.share-box {
	text-align: left;
}
.share-footer.share-box a {
	width: auto;
}
.share-box a  img {
	max-width: none;
	width: auto;
	height: 36px !important;
}


ol.pocket-steps {
	display: block;
	list-style: decimal;
	font-size: 125%;
}
ol.pocket-steps ul {
	margin-left: 30px;
}
ol.pocket-steps li {
	display: list-item;
	margin: 0 0 25px;
}
ol.pocket-steps li img {
	margin: 5px 0;
	display: block;
	border: 2px solid rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}


section.instagram {
	padding-bottom: 20px;
}
#back-to-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 10;
	/* background: url(images/up-arrow.png) 50% 0 no-repeat; */
	background-size: 70%;
	padding: 10px 10px 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	display: none;
}
#footer {
	padding-top: 40px;
}
#footer .widget{
  float: left;
  width: 35%;
}
#footer .widget:last-child {
  float: right;
  width: 30%;
}
#footer .widget .menu {
  list-style: outside none none;
  margin: 0;
}
#footer .widget .menu li {
  display: inline-block;
  line-height: 1.7;
  width: 48%;
  margin: 0;
}
#footer .widget-title {
  font-size: 160%;
  font-weight: normal;
}
#footer .formError {
  position: static !important;
}
#footer .formError .formErrorContent {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  font-size: 11px;
  padding: 0 0 10px;
  position: relative;
  width: auto;
  z-index: 5001;
}

#footer section.subscribe {
	padding: 10px 15px 30px;
}
#footer .subscribe-form {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
#footer .subscribe-form input.text {
	border: 1px solid #000;
	height: 50px;
	padding-right: 180px;
	font-size: 16px;
}
#footer .subscribe-form  .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	font-size: 22px;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#footer .subscribe-form p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
#footre .subscribe-form input.text {
  border: 1px solid #808080;
  font-size: 22px;
  height: 50px;
  padding-right: 60px;
}
#footer .subscribe-form svg {
	fill: #fff;
	margin: 0;
	stroke: #fff;
}
#footer .fat-footer {
	background-color: rgba(0,0,0,0.1);	
}
#footer .footer-section {
    padding: 25px 0 50px;
    font-size: 12px;
    display: block;
	background-color: #EDEDED;
}
#footer ul#menu-footer-menu {
	margin: 0 0 20px 0;
}
#footer ul li {
	margin: 0 10px 0 0;
	padding-right: 10px;
	display: inline-block;
	border-right: 1px solid #000;
	line-height: 1;
}
#footer ul li:last-child {
	border: 0;
}
#footer ul li a {
	text-transform: uppercase;
	font-weight: 600;
}
#footer address {
    clear: both;
    display: block;
    border-top: 1px solid #000;
    line-height: 1.3;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
}
#footer a{
	color: #000;
}
.widget-title:empty {
	display: none;
}


#sbi_images img {
	display: block;
	width: 100%;
}
#sbi_images .sbi_item a {
	display: block;
	opacity: 1 !important;
}
#sbi_images .sbi_item {
	width: 12.5%;
	float: left;
}
iframe[name=google_conversion_frame] {
  position: absolute;
  top: -100px;
}
.social-icons {
	margin-top: -1px;
	margin-right: -5px;
}
.social-icon {
	margin: 0 5px;
	display: inline-block;
}
.social-icon svg.icon {
	display: block;
	width: 17px;
	height: 17px;
}

.newsletter-popup {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}	
.newsletter-popup .pop-content {
	font-size: 175%;
	background-color: #fff;
	width: 700px;
	padding: 40px;
	box-shadow: 0 0 0 20px #fff;
	border: 1px solid #F58220;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.newsletter-popup input.email {
	height: 55px;
	border-width: 1px 0;
	border-color: #F58220;
	margin: 0 0 20px;
}
.newsletter-popup input.button {
	height: 55px;
	border-width: 1px;
	width: 100%;
	border-color: #F58220;
	background-color: #F58220;
	color: #fff;
	font-weight: 600;
}
.newsletter-popup .popup-close {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-weight: 300;
	font-size: 150%;
}
.news-subhead {
	font-size: 110%;
}
.news-title {
	font-size: 200%;
	font-weight: 400;
	color: #F58220;
}
.top-advt {
    display: block;
    text-align: center; 
    max-width: 100%; 
    overflow: hidden;
}
#mc_embed_signup {
	max-width: 575px;
	margin: 10px auto 0;
}
#mc_embed_signup_scroll{
	
}
#mc_embed_signup_scroll p {
    font-weight: 500;
}
#hideform{
	
}
#hideform input[type=text], #hideform input[type=email], #hideform select {
    height: 55px;
}
#hideform input[type=text], #hideform input[type=email], #hideform textarea, #hideform select{
    display: block;
    background-color: #F5F7F7;
    border-color: #F5F7F7;
    padding-right: 110px;
    margin: 0;
    font-size: 75%;
    color: #838383;
}
#hideform textarea {
    padding: 10px;
    width: 97%;
    outline: none;
    border: 0;
    font-family: "Avenir",​Arial,​sans-serif;
}
#hideform p lable{
	font-weight:600;
}
#hideform input[type=submit]{
    background-color:#F58220;
    border: 1px solid #F58220;
    color:#FFFFFF;
    text-transform:uppercase;
    padding: 9px 36px;
    font-size: 18px;
    float: right;
    font-family: "Avenir";
    font-weight: 600;
}
#hideform input[type=submit]:hover{
	background-color:#F58220;
	border: 1px solid #F58220;
}

b{
	color:#676766;
}
.event{
	border-bottom:1px solid #040707;
	margin-bottom:1.6em;
	padding-bottom:1.8em;
}
.event:last-child{
	border-bottom:none;
}
.event .event-title{
	text-transform:uppercase;
	font-weight: 500;
}
.event .event-date{
	font-weight:600;
	color:#4e4e4e;	
}
.event .event-link{
	border:1px solid #F58220;
	padding:9px 35px;
	font-weight:bold;
	color:#F58220;
	text-decoration:none;
	text-transform:uppercase;
	display: inline-block;	
}
.res-list-group{
	border:1px solid #e2e2e2;
}
.res-list-group:hover{
	background-color:#f5f5f5;
}
.res-list-group a{
	display:block;
}
.res-list-group .res-list-img{
	border-bottom:1px solid #e2e2e2;
	padding:0.5em;
}
.res-list-group p{
	margin:0;
	padding:0.5em;
	line-height: 1.5;
}
.rec-hed{
	font-weight:500;
	text-align:left;
	margin-top:1.5em;
}
.list-group {
	padding-left: 0;
	margin-bottom: 0.7em;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 1px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size:14px;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px
}
a.list-group-item {
	color: #000;
	word-break: break-all
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:focus, a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}
.thanks-you-susbscription{
    background-image: url(/images/subscribe-image-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 900px;
    background-size: contain;
}
#mobile-subscriptions-img {
            display: none;
        }
        
.thanks-you-susbscription .thanks-text {
    width: 60%;
    padding: 20px 44px 20px 44px;
    position: relative;
    top: 150px;
    left: 40%;
}
.thanks-you-susbscription .thanks-text p {
    font-size: 17.6pt;
    font-family: "Avenir Book";
    padding: 8px 0px 8px 0px;
}
.thanks-you-susbscription .thanks-text h2 {
    font-family: "Avenir Book";
    font-size: 22pt;
    margin: 0px;
    padding: 0px;
}
.thanks-text h1 {
    font-size: 40pt;
    font-family: Avenir;
}
.thanks-text h2 a {
	color: #F58220;
	text-decoration: underline;
}
.thanks-you-susbscription .thanks-text p a.button.primary {
    text-decoration: none;
    font-family: "Avenir Book";
    font-size: 13pt;
    padding: 15px 80px;
    margin-top: 20px;
}
#about-us-page p {
    font-size: 12pt;
    font-family: "Avenir Book";
    line-height: 22pt;
    font-weight: 300;
    margin: 0 0 35px;
}
#about-us-page p strong {
    font-weight: 700;
    font-size: 12pt;
    font-family: "Avenir";
}

#contact-us p {
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
    margin: 15px 0;
}
#contact-us {
    margin: 15px 0 30px!important;
}
h3.rectangle-title, h3.squares-title, h3.text_links {
    padding: 0;
    font-weight: 500;
    font-size: 15pt;
    margin: 10px 0 10px 0;
    font-family: "Avenir Book";
    line-height: 22pt;
}
section.text_links-posts .col.four {
    padding: 2px 10px;
}
h3.text_links {
    margin: 0;
}
h3.squares-title {
    text-align: center;
}
.section_title {
    border-bottom: 2px solid #ccc;
    display: block;
    font-size: 20pt;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px 0 20px 0;
    padding-bottom: 10px;
}
.mrv_image {
    display: inline-block;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.play_video_icon {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    transition: ease-in-out 0.2s;
}
.play_video_icon.red {
    opacity: 0;
}
.mrv_image:hover .play_video_icon.red {
    opacity: 1;
}
.mrv_image:hover .play_video_icon.b_w {
    opacity: 0;
}
	.embed-container { 
		position: relative; 
		padding-bottom: 51%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.remodal {
    max-width: 750px!important;
    background: rgba(255, 0, 0, 0)!important;
}
div#html5-watermark {
    display: none!important;
}
div#html5-image {
    background-color: rgba(255, 0, 0, 0)!important;
    padding: 0px!important;
    overflow: hidden;
}
div#galleryslider {
    margin-bottom: 0;
}
div#galleryslider, div#gallerycarousel {
    background: rgba(255, 255, 255, 0);
    border: none;
}
.gallery-layout p:first-of-type::first-letter {
    font-size: initial;
    line-height: initial;
    font-weight: initial;
    color: initial;
}
div#gallerycarousel img {
    opacity: 0.6;
}
div#gallerycarousel li.flex-active-slide img {
    opacity: 1;
}
div#gallerycarousel li {
    background: black;
}
a.flex-next, a.flex-prev {
    color: rgba(255, 0, 0, 0);
}
.gallery_counter {
    font-size: 22px;
    font-weight: 300;
    line-height: 54px;
    display: inline-block;
    position: relative;
    width: 100%;
    font-style: italic;
}
.fixed_sb {
    position: fixed;
    z-index: 99;
    background: white;
}
body.video_emp-template-default {
    padding-top: 0!important; 
    overflow: hidden;
}
.mrv_title {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 1.3;
}
.mrv_category {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: 100;
    margin: 10px 0 0 0;
    line-height: 18px;
    text-transform: uppercase;
}
.mrv_subtitle {
    color: #888888;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 10px;
    line-height: 18px;
}
.display_popup_cat {
    z-index: 9999!important;
    top: 0!important;
}
div#category_popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.54);
    width: 100%;
    display: inline-block;
    min-height: 100vh;
    top: -120%;
    left: 0;
    height: 100%;
    z-index: -9999;
    overflow: hidden;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    transition: ease-in-out 0.5s;
}
.popup_table {
    display: table;
    height: 100%;
    width: 100%;
}
.popup_cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: white;
    height: 420px;
}
.popup_cell.with_bk {
    background-size: cover;
    background-position: center center;
}
.cell_padding {
    padding: 25px 50px;
}
.cell_padding h1 {
    text-align: center;
    font-size: 32px;
    padding: 30px 10px 9px 0px;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 1.2;
}
.cell_padding p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 20px 0 30px;
}
form.sign-up.snform input#mce-EMAIL {
    font-size: 18px;
    line-height: 46px;
    height: auto;
    text-align: center;
    font-weight: 100;
    margin: 0 auto;
}
form.sign-up.snform button.btn.btn-primary {
    font-size: 18px;
    line-height: 46px;
    height: auto;
    text-align: center;
    font-weight: 100;
    display: table!important;
    margin: 10px auto;
    width: 100%;
    background: #F58220;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 0;
}
.footer_form {
    display: inline-block;
    width: 100%;
}
.footer_form .half {
    width: 50%;
    float: left;
}
.footer_form .half a {
    float: right;
    text-decoration: underline;
}
div#show_thank_you {
    display: none;
}
.hide_this {
    display: none;
}
.show_this {
    display: initial!important;
}
div#close_cat_popup {
    position: absolute;
    font-size: 2.5em;
    top: -13px;
    padding: 20px;
    right: 0;
    font-weight: 500;
}
a#download_file {
    font-size: 18px;
    line-height: 46px;
    height: auto;
    text-align: center;
    font-weight: 100;
    display: table!important;
    margin: 10px auto;
    width: 100%;
    background: #F58220;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 0;
}
.mrv_image.small .play_video_icon {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.ajax-load-more-wrap.blue button.alm-load-more-btn {
    background-color: #F58220!important;
}
.slideing_banner_top {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: -255px;
    transition: ease-in-out 2s; 
    z-index: -99999;
    opacity: 0;
}
.slideing_banner_top.show_me {
    margin-top: 0px;
    z-index: 999;
    opacity: 1;
}
@media screen and (min-width: 422px) and (max-width: 1024px) {
.slideing_banner_top.show_me {
    margin-top: 68px;
}
}
@media screen and (min-width: 421px) {
img#mobile_only {
    display: none;
}
}
@media screen and (max-width: 520px) and (max-width: 420px) {
div#sbi_images .sbi_item {
    width: 25%!important;
}
div#sbi_images a {
    height: 100px!important;
}
}
@media screen and (max-width: 420px) {
img#desktop_only {
    display: none;
}
.cell_padding h1 {
    font-size: 28pt;
}
.cell_padding p {
    font-size: 16px;
}
form.sign-up.snform input#mce-EMAIL, form.sign-up.snform button.btn.btn-primary {
    font-size: 18px;
}
a#download_file {
    font-size: 16px;
}
.slideing_banner_top, .slideing_banner_top.show_me {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 9999;
    margin-top: 0px;
    background: white;
    display: inline-block;
    border-bottom: 1px solid #d8d8d8;
}
/*
.home .floating-menu div#fixed-header, .home #fixed-header, .category .floating-menu div#fixed-header, .category #fixed-header, .single .floating-menu div#fixed-header, .single #fixed-header {
    top: 50px!important;
}
body.category, body.home, body.single {
    padding-top: 135px!important;
}
*/
}
div#category_popup p:first-of-type::first-letter {
    font-size: inherit;
}
@media screen and (max-width: 767px) {
div#category_popup {
    overflow: scroll;
}
.popup_cell {
    width: 100%;
    float: none;
    display: inline-block;
    min-height: 300px;
}
}
.youmightlike {
    display: block;
    font-size: 24pt;
    font-weight: 300;
    line-height: 1.2;
    margin: 40px 0 0px 0;
    padding-bottom: 10px;
}
.photo_credit {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    text-align: right;
    color: #666766;
}
.page-template-template-videos_page .row .col.six:nth-child(odd) {
    clear: both;
}
.shares-btn.embed {
    float: left;
    display: block;
    margin: 2px;
    width: 31px;
    height: 31px;
    overflow: hidden;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    cursor: pointer;
}
.page-template-template-videos_page h1.page-title {
    text-align: center;
    font-weight: normal;
    color: #808080;
    line-height: 1.25;
    font-size: 42px;
    font-family: "Avenir Book";
}
.mrv_category.smaller {
    font-size: 13px;
}
.mrv_title.smaller {
    font-size: 22px;
}
div#html5-elem-wrap {
    background-color: rgb(0, 0, 0)!important;
    color: white!important;
}
.mrv_category.white, .mrv_title.white, .mrv_subtitle.white {
    color: white!important;
}
.popup-text {
    padding: 0 15px;
}
.popup-text .share-box.share-footer {
    margin: 15px 0;
}
.popup-text .share-story .share-icon {
    background-color: #000;   
    -webkit-filter: invert(100%);
    filter: invert(100%);
    border-right: 1px solid white;
}
.popup-text .share-bottom .share-btn span.share-text {
    color: #000000;
    background: white;
}
a.flex-next {
    background-image: url(https://www.atomic-ranch.com/wp-content/uploads/2017/08/right-arrow.png);
    background-size: 25px 25px;
    background-position: 8px center;
    padding: 10px;
    background-repeat: no-repeat;
}
a.flex-prev {
    background-image: url(https://www.atomic-ranch.com/wp-content/uploads/2017/08/left-arrow.png);
    background-size: 25px 25px;
    background-position: 4px center;
    padding: 10px;
    background-repeat: no-repeat;
}
.sharing_code.show_code {
    z-index: 9999;
    opacity: 1;
}
.sharing_code {
    background: #f9f9f9;
    max-width: 440px;
    width: 100%;
    padding: 15px;
    position: absolute;
    z-index: -999;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    opacity: 0;
    transition: ease-in-out 0.2s;
}
.single .sharing_code {
    bottom: 0;
}
.close_code {
    position: absolute;
    top: -15px;
    right: -15px;
    border: 1px solid #d6d6d6;
    height: 28px;
    display: inline-block;
    padding: 6px 6px 8px 9px;
    border-radius: 100%;
    width: 28px;
    background: #f9f9f9;
}
.popup_table_cell {
    display: table-cell;
    vertical-align: middle;
}
.popup_table_cell_inner {
     max-width: 767px;
    margin: 0 auto;
    position: relative;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.gallery_title {
    font-size: 28px;
    padding: 10px 0px 15px 0px;
    font-weight: 100;
    color: #000;
    margin: 0;
    line-height: 30px;
}
.col.six {
    font-size: 15px;
}
/* POPUP CODE */
.popupAllPages {
    position: fixed;
    top: 0;
    left: -100%;
    display: inline-block;
    width: 100%;
    z-index: -9999;
    overflow: scroll;
    height: 100vh;
}
.popupAllPages.display_popupAllPages {
    left: 0;
    z-index: 1000;
}
.hide_popup_bk {
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pop-up-ad {
    z-index: 999;
}
.popupAllPages_table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.popupAllPages_table_cell {
    display: table-cell;
    vertical-align: middle;
}
.popupAllPages::-webkit-scrollbar {
    display: none;
}

.pop-up-ad {
    position: relative;
    min-height: 500px;
    border: 4px solid #f6821f;
    text-align: center;
    box-shadow: rgba(169, 169, 169, 0.37) 1px 2px 20px 5px;
}

.pop-up-ad .pop-up-header {
    background-color: #363d5a;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px 1px 20px;
    text-align: left;
}
.pop-up-ad .pop-up-header span {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.pop-up-ad .pop-up-body {
    background-color: #fff;
    padding-bottom: 15px;
    color: #363d5a;
    font-weight: 600;
}
.pop-up-ad .pop-up-body h2 {
    font-size: 140%;
}
.pop-up-ad .pop-up-body h3 {
    color: #363d5a;
}	
.pop-up-ad .pop-up-body h3.now-sale {
    color: #f6821f;
    margin-bottom: 5px;
    padding-top: 20px;
}
.pop-up-ad .pop-up-body h2.long-text {
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}
.pop-up-ad .pop-up-body p {
    color: #363d5a;
    font-size: 12px;
    margin: 0px 12px;
}
.pop-up-ad .pop-up-footer {
    background-color: #363d5a;
    padding: 5px 0px 20px;
    color: #fff;
}
.pop-up-ad .pop-up-footer span {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.pop-up-ad .pop-up-footer p {
    margin: 0px;
}
.pop-up-ad .pop-up-footer p {
    text-decoration: underline;
}

.pop-up-ad .pop-up-footer a {
    color: #fff;
    font-weight: 400;
}
.pop-up-footer h3::after {
    content: "\f139";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 27px/1 'dashicons';
    padding-left: 0px;
    vertical-align: top;
    color: #90a0df;
}

@media (min-width: 1120px) {
.pop-up-ad {
    width: 30%;
    transform: translate(115%, 5%);
}
}
@media (min-width: 767px)and (max-width: 1119px) {
.pop-up-ad {
    width: 50%;
    transform: translate(25%, 5%);
}
}
@media (max-width: 766px) {
.pop-up-ad {
    width: 80%;
    transform: translate(10%, 5%);
}
}
/* END POPUP CODE */

	.embed-container { 
		position: relative; 
		padding-bottom: 150%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.page-id-9643 .title-box, .page-id-9641 .title-box, .page-id-9635 .title-box {
    display: none;
}
.page-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
}
.property_slider .flexslider {
    background: #fff;
    border: 0px solid #fff;
}
.hose_facts {
    max-width: 250px;
    background: #f2f2f3;
    padding: 15px 35px;
    margin: 0 auto;
}
.hose_facts div {
    margin-bottom: 8px;
    font-size: 17px;
}
.hose_facts .HF_heading {
    text-align: center;
    font-size: 28px;
    color: #F58220;
    margin-bottom: 15px;
}
h1.page-title.category {
    color: #939598;
    font-size: 34pt;
}
h1.page-title.real_estate {
    color: #939598;
}
h2.section-title.real_estate::before {
	display: none;
}
h2.section-title.underline.real_estate {
    border-bottom: 1px solid #848484;
    padding-bottom: 2px;
}
.section-title.real_estate span {
    padding-left: 0;
}
.stories_tag img {
    width: 100%;
}
.stories_tag {
    font-size: 15px;
    font-weight: 100;
}
.col.six center {
    font-size: 15px;
    font-weight: 100;
}
.col.eight.seller_description {
    font-size: 15px;
    padding-left: 15px;
}
.seller_sepparator {
    background: #f58220;
    width: 100%;
    height: 1px;
}
.seller_name {
    font-size: 26px;
    font-weight: bold;
    padding-top: 15px;
}
.seller_img {
    display: table;
    width: 100%;
}
.seller_img_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.col.eight.seller_description p:first-of-type::first-letter {
    font-size: 15px!important;
}
#us-ad{
    text-align: center;
    margin: 0 auto;
}
#us-ad img{
    width: auto !important;
    text-align: center;
    margin: 0 auto;
}
.HubSpotnewsletter input {
    width: 100%!important;
}
.HubSpotnewsletter .input {
    margin-right: 0px!important;
}
.HubSpotnewsletter input.hs-button.primary.large {
    background: #f47327;
    color: white;
    border: none!important;
}
.HubSpotHomePage {
    max-width: 540px;
    margin: 0 auto;
}
.HubSpotHomePage fieldset.form-columns-1 {
    width: 70%;
    float: left;
    margin-right: 0!important;
}
.HubSpotHomePage .hs_submit {
    float: left;
    width: 30%;
}
.HubSpotHomePage fieldset.form-columns-1 input {
    width: 100%!important;
    margin-right: 0px!important;
}

.HubSpotHomePage fieldset.form-columns-1 .input {
    margin-right: 0px!important;
}
.HubSpotHomePage label {
    display: none;
}
.HubSpotHomePage fieldset.form-columns-2 {
    width: 100%!important;
    max-width: 100%;
}
.HubSpotHomePage input.hs-button.primary.large {
    background: #f58121;
    color: white;
    border: none;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}
.HubSpotHomePage .hs_lastname.field.hs-form-field .input {
    margin-right: 0px!important;
}
.joy_contest {
    display: inline-block;
    float: right;
    background: #cbdb44;
    border: 1px solid white;
    padding: 30px;
    font-family: "Avenir Book";
    text-align: center;
    max-width: 600px;
    transition: ease-in-out 0.2s;
    right: 1%;
    position: fixed;
    top: 0;
    z-index: 999;
}
span.win {
    font-size: 50px;
    width: 100%;
    display: inline-block;
    font-weight: 900;    
	font-family: Avenir-Black;
}
span.amount {
    font-size: 62px;
    width: 100%;
    display: inline-block;
    font-weight: 900;
    color: white;
	font-family: Avenir-Black;
    margin-top: -15px;
}
.text {
    font-size: 25px;
    display: table;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Avenir-Heavy;
    position: relative;
    margin: 0 auto;
}
.text.lineone:before {
    background: #19accc;
    height: 2px;
    width: 142px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
}
.text.linetwo:after {
    background: #19accc;
    height: 2px;
    width: 142px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: -1px;
}
.expand_joy, .close_joy {
    font-size: 30px;
    margin-top: 20px;
}
.joy_contest a {
    color: grey;
    width: 100%;
    display: inline-block;
    text-decoration: underline;
    padding: 5px 0;
}
.joy_contest p {
    font-size: 18px;
}
.joy_contest.minimised {
    width: 230px;
    padding: 15px;
}
body.floating-menu .joy_contest {
    top: 67px;
}
.toogle_the_joy {
    width: 100%;
    margin: 15px 0;
}
.toogle_the_joy label {
    display: none;
}
ul.hs-error-msgs.inputs-list li {
    list-style: none;
}
.toogle_the_joy input.hs-button.primary.large {
    background: #f58121;
    color: white;
    border: none;
    box-shadow: none;
    float: left;
}
.toogle_the_joy .hs_submit {
    float: left;
    display: inline-block;
    width: 124px;
}
.toogle_the_joy .hs_email {
    display: inline-block;
    float: left;
    width: calc(100% - 124px);
}
.toogle_the_joy .hs_email input {
    padding: 19px;
}
.toogle_the_joy .form {
    display: inline-block;
    width: 100%;
}
.toogle_the_joy .tos {
    color: grey;
    width: 100%;
    display: inline-block;
    text-decoration: underline;
    padding: 5px 0;
}
.expand_joy:hover, .close_joy:hover {
    cursor: pointer;
}
.hide_all {
    font-size: 30px;
    margin-top: 20px;
    position: absolute;
    top: -20px;
    right: 8px;
	cursor: pointer;
}
.superminimised {
    display: none;
}
div#modernist_play_list {
    background: #F4761E;
    width: 218px;
    text-align: center;
    color: white;
    display: table;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px 0;
}
/*------------------my code ----------------------------------*/
div#sub-wd {
	display: none;
	width: 27%;
	float: right;
	position: absolute;
	right: 0px;
	background-color: #cadb42;
	z-index: 9999999;
}

#sub-wd h2 {
	font-family: "Avenir";
	font-size: 23pt;
	font-weight: 700;
	padding: 28px 0px 0px 0px;
	display: block;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 30pt;
}

#sub-wd h2 span {
	font-family: "Avenir Book";
	color: #000;
	font-size: 19pt;
	font-weight: 100;
	text-transform: none;
}
#sub-wd h2 span.or {
	font-size: 21pt;
}

#sub-wd a.button {
	font-family: "Avenir";
	text-align: center;
	font-size:13pt;
	margin: 0px auto 20px auto;
	display: block;
	width: 81%;
	background: #fff;
	color: #c0bfbf;
}
@media (max-width:767px) {
#lightpec {display: none!important;}
.black_overlay {display: none!important;}	
}
@media (max-width:850px) { 
.site .popup_box{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
}
@media (min-width:750px) { 
.page-template-page-resources_one .list-group-item img{
                height: 62px;
				
}
}
/*------------------------end here------------------------*/
/*------------------Modernism Play List----------------------------------*/
.modernism_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000024;
    z-index: -999;
    opacity: 0;
    display: none;
}
.modernism_wrapper_table {
    display: table;
    width: 100%;
    height: 100%;
}
.modernism_wrapper_cell {
    display: table-cell;
    vertical-align: middle;
}
.modernism_wrapper_inner {
    background: white;
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 50px;
    position: relative;
    box-shadow: 0px 0px 15px #00000082;
    text-align: center;
}
.modernism_wrapper_inner img {
    max-width: 300px;
    margin: 0 auto;
    display: table;
}
.close_modernism {
    position: absolute;
    top: 0;
    right: 10px;
    color: #f4761f;
    font-size: 26px;
}
.modernism_wrapper.active {
    z-index: 999;
    opacity: 1;
    display: initial;
}
.modernism_wrapper label {
    display: none;
}
.modernism_wrapper .hbspt-form {
    margin-top: -50px;
}
.modernism_wrapper .hs_submit.hs-submit {
    width: 100px;
    float: left;
}
.modernism_wrapper .hs_email {
    float: left;
    width: calc(100% - 100px);
}
.modernism_wrapper .hs_email input {
    padding: 19px;
}
.modernism_wrapper .hs_submit.hs-submit input {
    border: none;
    background: #f4761f;
    color: white;
    margin: 0;
    width: 100%;
}

.txt-m-btn{
	font-size:1em;
	font-weight:700;
	line-height:1.5;
	color:#FFFFFF;
	background-color:#F58220;
	padding:0.3em 1.5em;
	outline:none;
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	-khtml-border-radius:10px;
}






/*------------------------END Modernism Play List------------------------*/
/*------------------------START FLITCH Contest------------------------*/
.flitch_small {
    background: #da4029;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 20px 10px;
    display: table;
}
.open_flitch_contest {
    padding-top: 15px;
}
.flitch_big {
    background: #da4029;
    color: white;
    font-size: 17px;
    padding: 20px 10px;
    display: table;
    max-width: 400px;
    font-weight: 100!important;
}
.flitch_legal a {
    color: #c1c1c1;
}
.flitch_legal {
    text-align: center;
    font-size: 16px;
    color: #c1c1c1;
}
img.big_flitch {
    padding-bottom: 30px;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 15px;
}
.flitch_big label {
    display: none;
}
.flitch_big .hs_submit.hs-submit {
    width: 97px;
    margin: 0;
    padding: 0;
    float: left;
}
.flitch_big .hs_email.hs-email {
    width: calc(100% - 97px);
    float: left;
}
.flitch_big .hs_email.hs-email input {
    padding: 18px 5px;
    border: none;
}
.flitch_big .hs_submit.hs-submit input {
    border: none;
    background: white;
    color: #db4029;
    border-left: 1px solid #da4029;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 10px;
}
.flitch_big .hs_submit.hs-submit:hover input {
    background: #db4029;
    color: white;
}
.hsp_form {
    display: inline-block;
    width: 100%;
}
div#flitch {
    position: fixed;
    top: 67px;
    right: 0;
    z-index: 99;
}
img.mobile_flitch {
    display: none;
}
@media (max-width:600px) { 
img.mobile_flitch {
    display: table;
    margin: 0 auto;
}
img.small_flitch {
    display: none;
}
}

/*------------------------END FLITCH Contest------------------------*/
#masthead > nav > div > div > div.menu-top > ul > li:nth-child(6) > a
{   
/* background-color: #cadb42!important;
    color: #FFFFFF !important;
    margin-top: 0.1em !important;*/
}

#masthead > nav > div > div > div.menu-top > ul > li:nth-child(6) > a:hover
{   
 /*background-color: rgb(245, 130, 32);
    color: #000000 !important;*/

}
.menu-top > ul > li:nth-child(4)
{
   /* background: #cadb42;
    margin: 2px; divya */
}
.modernism_mn{
    background: #cadb42;
    margin: 2px;
}
/*-------------------- End Modernshim Menu Highlight------------------*/



#tbl-event {
border-collapse: collapse;
width: 100%;
}

#tbl-event td, #tbl-event th {
border: 1px solid #f2f2f2;
padding: 1em 0.5em;
}

#tbl-event tr:nth-child(even){background-color: #fafafa;}

#tbl-event tr:hover {background-color: #ddd;}

#tbl-event th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
font-weight: 700;
text-transform: uppercase;
}
.sbi-screenreader
{
    display: none !important;
}