img {
	max-width: 100%;
	height: auto;
}
.textImage {
	max-width: 100%;
	margin: 0 0 20px !important;
}
.textImage img {
	max-width: 100%;
	height: auto !important;
}
.textImage-left {
	margin: 0 20px 20px 0 !important;
}
.textImage-right {
	margin: 0 0 20px 20px !important;
}
.embed-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.BrightcoveExperience,
.video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.BrightcoveExperience-iframe,
.video-js video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border-width: 0;
}

/* header */
.navbar-default .navbar-toggle {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #e8e8e8;
}
.navbar-toggle span {
	color: #666;
}
.navbar-toggle .fa-bars {
	padding-left: 20px;
}
.menu-label {
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

/* slider */
.slider_wrap .slides_cont > div > div > p, .thumb_caption {
	font-size: 15px;
}

/* article */
.story_cont {
	font-size: 15px;
}
.story_cont p,
.story_cont ul,
.story_cont ol,
.story_cont table {
	padding: 10px 0;
}
.story_cont ul,
.story_cont ol {
	padding-left: 40px;
}
.story_cont ul li {
	list-style-type: disc;
}
.story_cont ol li {
	list-style-type: decimal;
}
.comment_box {
	margin-bottom: 30px;
}

/* footers */
.footy_last p {
	font-size: 13px;
}
.footy_last a {
	font-size: 12px;
}
.footy_last .list-inline > li {
	padding-left: 10px;
	padding-right: 10px;
}
.footy_last .list-inline > li.careers {
	padding-left: 0;
}
.footy_last .list-inline li.careers a {
	text-transform: none;
	font-weight: normal;
}

/* errors */
.errors {
	color: #cc0000;
  margin-bottom: 20px;
}

/* lightbox */
.lg-actions .lg-next, .lg-actions .lg-prev {
	font-size: 40px;
}

/* grid */
.tag-bar {
	height: 51px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.side-scroll {
	display: none;
	position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -15px;
    right: 0;
    background-color: #f0f0f0;
    padding: 0 10px;
	color: #999;
}
.tag-bar .sort_mm {
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.tag-bar .nav-tabs {
	border-bottom: none;
}
.tag-bar .nav > li {
	display: inline-block;
	float: none;
	margin-bottom: inherit;
}
.grid .jscroll_noitems {
	font-weight: 200;
	float: none;
	color: #999;
}

/* media queries */
@media screen and (max-width: 1024px) {
	.home_image_gallery > div:hover > span.view {
    	display: none;
	}
	.home_image_gallery > div:hover > a > span.view {
    	display: none;
	}
	.home_image_gallery > div:hover {
        background: transparent;
    }
	.home_image_gallery > div:hover > img {
        opacity: 1;
    }

    .home_image_gallery > div:hover > a > img {
        opacity: 1;
    }
}
@media screen and (max-width: 990px) {
	.navbar-default {
		border-top: none;
	}
	.mm_search {
		width: 100%;
	}
	.mm_search_btn {
		right: 5px;
		left: auto;
		/* margin-top: 2px; */
	}
	.mm_search input[type=text], .mm_search input[type=email], .mm_search input[type=password] {
		width: 100%;
	}
	.banner2_news .text-left {
		text-align: center;
	}
	.home_image_gallery > div > img,
	.home_image_gallery > div > a > img {
		width: 100%;
		height: auto;
		max-height: inherit;
	}
	.home_image_gallery > div,
	.home_image_gallery > div:hover {
		height: 0;
		padding-bottom: 24.5%;
	}
}
@media screen and (max-width: 768px) {
	.mm_search_btn { 
		margin-top: -8px;
	}
	.footer-sep {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.footer {
		text-align: left;
		margin-bottom: -20px;
    padding-top: 15px;
	}
	.footer .col-sm-3 {
		margin-bottom: 0;
	}
	.footer h4 {
		cursor: pointer;
		font-weight: bold;
		font-size: 13px;
		margin: 0;
		padding: 15px;
		border-bottom: 1px solid #cccccc;
	}
	.footer .lister {
		padding: 0 20px;
	}
	.footer .lister.collapse.in {
    	display: block !important;
	}
	.footer .lister.collapse.in li {
    	padding: 10px 15px;
		border-bottom: 1px solid #ccc;
		background-color: #f1f1f1;
	}
	.footy_social, .footy_last .list-inline {
		text-align: center;
	}
	.footy_social {
		padding-top: 10px;
		padding-bottom: 10px;
    letter-spacing: -0.4em;
	}
	.footy_last {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.home_image_gallery > div,
	.home_image_gallery > div:hover {
		padding-bottom: 50%;
	}
	.slider_wrap,
	.slider_wrap .slides_cont {
		height: 0;
		padding-bottom: 61%;
	}
}
@media screen and (max-width: 400px) {
	#recaptcha_widget_div {
		margin-left: -15px;
	}
	.slides_cont img {
		height: auto !important;
	}
	.home_carousel .slide_text h2 {
		font-size: 50px;
	}
	.jssora13l, .jssora13r {
		width: 60px;
		height: 100px;
	}
}
@media screen and (max-width: 360px) {
	#recaptcha_widget_div {
		margin-left: -25px;
	}
}

/* Charts */
#chart_div {
  overflow-x: inherit;
  overflow-y: inherit;
}
#chart_div > div {
  min-width: 700px;
}
#poll_div {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Custom Editor Styles */
.text-green {
  color: #0a6752;
}
.text-grey {
  color: #a2a2a2;
}
.text-default {
  font-family: inherit;
  color: inherit;
}
.text-serif {
  font-family: Georgia, Times News Roman, Times, serif;
}
.highlight-green {
   background-color: #0a6752;
   color: #fff;
   display: inline-block;
   padding: 3px;
}
.highlight-grey {
   background-color: #A2A2A2;
   color: #fff;
   display: inline-block;
   padding: 3px;
}
.highlight-yellow {
   background-color: #ffd24f;
   display: inline-block;
   padding: 3px;
}
