.h1 {
  font-size: 18px !important;
  line-height: 110% !important;
}
/*.row {
	height: 72px;
	width: 100%;
	margin: 0px 0px 25px 0px;
	padding: 25px 0px;
	border-bottom: 1px solid #000;
}*/
.row {
	height: auto;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.lft { float: left; width:20%; }
.rght {float: left;width: 75%;}
#mobile_nav {
  width: 200px;
  background: #d51e30;
  padding-top: 0px;
  padding: 0px;
}
#mobile_nav a {
  font-family: 'accordboldbold';
  text-decoration: none;
}
#mobile_nav > ul > li {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #B61E2D;
  position: relative;
}
#mobile_nav > ul > li:before {
  content: "\f105";
  color: #fff;
  position: absolute;
  right: 10px;
  font-size: 23px;
  font-family: "fontAwesome";
  pointer-events: none;
  height: 100%;
  top: 0;
  line-height: 41px;
}
#mobile_nav > ul > li.has-menu:before {
  content: "\f067";
  font-size: 14px;
}
#mobile_nav > ul > li.has-menu.active:before {
  content: "\f068";
}
#mobile_nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 20px;
}
#mobile_nav > ul > li > a:hover {
  text-decoration: none;
  background: #d51e30;
  color: #fff;
}
#mobile_nav > ul > li > ul {
  display: none;
  padding-bottom: 10px;
}
#mobile_nav > ul > li > ul a {
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 5px;
}
#mobile_nav > ul.bottom > li:before {
  display: none;
}
#mobile_nav .bottom a {
  font-weight: 100;
}
#mobile_header {
  position: relative;
  height: 50px;
  margin-bottom: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 8888;
  text-align: center;
  background: #fff;
}
#mobile_header #burger {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 30px;
  color: #d51e30;
  z-index: 3333;
}
#mobile_header #logo_wrap {
  display: inline-block;
}
#mobile_header #mainlogo {
  width: auto;
  height: auto;
  max-height: 40px;
  margin: 5px 0 0 0;
  float: none;
}
.top-box {
	float:left; 
	clear:none;
}
#issue_toc > div.issue_toc_sect.article_head {
	width: 75%;
}
#wrapper {
  background: #fff;
}
#carousel .bx-viewport {
  position: relative;
}
#carousel .bx-pager {
  display: none;
}
#carousel .bx-controls-direction {
  position: static;
}
#carousel .bx-controls-direction > a.bx-next {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  background: #d51e30;
  display: block;
  opacity: 0;
  z-index: 5555;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: inset 5px 0px 4px -4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 5px 0px 4px -4px rgba(0, 0, 0, 0.6);
}
#carousel .bx-controls-direction > a.bx-prev {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  background: #d51e30;
  display: block;
  opacity: 0;
  z-index: 5555;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: inset 5px 0px 4px -4px rgba(0, 0, 0, 0.6);
  box-shadow: inset -4px 0px 4px -4px rgba(0, 0, 0, 0.6);
}
#carousel .bx-controls-direction > a:before {
  font-family: 'fontAwesome';
  position: absolute;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
  color: #fff;
  width: 100%;
  text-align: center;
}
#carousel .bx-controls-direction > a.bx-prev {
  left: 0;
}
#carousel .bx-controls-direction > a.bx-prev:before {
  content: "\f060";
}
#carousel .bx-controls-direction > a.bx-next {
  right: 0px;
}
#carousel .bx-controls-direction > a.bx-next:before {
  content: "\f061";
}
#carousel:hover .bx-controls-direction > a {
  opacity: 0.6;
}
#carousel:hover .bx-controls-direction > a:hover {
  opacity: 1;
}
.article-container {
	margin-top: 15px;
}
#google_ads_iframe_\2f 8027843\2f EVT_News_Mobile_0__hidden__ {
	display: block !important;
	visibility: visible !important;
}
#search_form { display: none; }
.news_sect ul li:nth-child(odd) {
	clear: both;
}

/*----- Physician Counsel Homepage Widget ------*/

.phy-c {
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	padding-bottom: 0px !important;
	text-align: center;
}
.phy-c-item {
	padding: 10px;
}
.phy-c img {
	max-width: 100%;
}
.phy-c-item h2 {
	line-height: 1em;
	margin-bottom: 0px;
	text-align: left;
}
.phy-c-item a {
	font-size: 12px;
	border-bottom: 1px solid #f1cccd;
	text-decoration: none !important;
}
.phy-c-item p {
	font-size: 12px;
	color: #959595;
	line-height: 1.8em;
	text-align: left;
}
.phy-c-url {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #e60015;
	padding: 7px 0px 10px 0px;
}
.phy-c-url>a {
	color: #fff;
	font-size: 13px;
	text-decoration: none !important;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: "flamanormal";
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .search_widget li a span,
  .search_widget .video_btn span {
    display: none;
  }
  .search_widget li a {
    background-size: contain !important;
    width: 100%;
  }
  /*----- SHOW/HIDE ADS FOR MOBILE ------*/
  #leaderboard, #skyscraper, #rectangle { display:none !important; }
  #mobile { display:block !important; }
  .article-container {
	padding: 0px 15px;
  }
  .lft { float: left; width:100%; }
  .rght {float: left;width: 100%; padding: 15px 0px;}
  .row {
	border-bottom: none;
  }
  .hidden-sm {
	display: none !important;
  }
  #topadvertisement {
	display: block !important;
	height: 65px !important;
	margin-bottom: 0px !important;
  }
  #aw0, #aw0>img, #google_image_div, #google_ads_iframe_\2f 8027843\2f EVT_News_Mobile_0, #google_ads_iframe_\2f 8027843\2f EVT_News_Mobile_0__container__, #mobile, #topadvertisement {
    display: block !important;
	max-width: 100% !important;
  }
  .vd-thmb { margin-top: 25px; }
  body > #topnav,
  body > .container > #topnav,
  #latestnews_top,
  #mainnav,
  #bulletslider.pics,
  #skyscraper,
  trbody > #topnav,
  tr#topadvertisement,
  tr#latestnews_top,
  tr#mainnav,
  tr#bulletslider.pics,
  tr#skyscraper,
  thbody > #topnav,
  th#topadvertisement,
  th#latestnews_top,
  th#mainnav,
  th#bulletslider.pics,
  th#skyscraper,
  tdbody > #topnav,
  td#topadvertisement,
  td#latestnews_top,
  td#mainnav,
  td#bulletslider.pics,
  td#skyscraper {
    display: none !important;
  }
  .cover_cont>.cover-item:first-child {
    clear: none;
	width: 80px;
	display: inline-block;
	margin: 15px 15px 15px 0px;
  }
  .cover_cont>.cover-item:last-child {
    clear: none;
	width: 80px;
	display: inline-block;
	margin: 15px 0px 15px 15px;
  }
  .issue_toc_sect {
	padding: 0px 0px;
  }
  
  .hide-c { display: none !important; }
  .editboard_sect>li>span {
	display: block;
  }
  .news_sect>div {
  	max-width: 100%;
  }
  #footer1 {
  	max-width: 100% !important;
  }
  #footer2 ul {
	width: auto !important;
  }
  .advertising_tbl>tbody>tr>td {
  	display:block;
  	width: 95% !important;
  }
  .content_sect {
    width: auto !important;
	max-width: 90% !important;
  	background-color: #fff !important;
	padding: 0px !important;
  }
  .advertising_tbl>tbody>tr>td:first-child { padding-top: 8px; }
  .advertising_tbl>tbody>tr>td:last-child { padding-bottom: 8px; }
  .advertising_tbl>tbody>tr {
  	border-bottom: 1px solid #787878;
  }
  .advertising_tbl>tbody>tr:last-child {
  	border-bottom: none !important;
  }
  #footer2 ul {
  	max-width: 100% !important;
  	padding: 0px 0px !important;
  }
  .content_sect {
  	max-width: 100%;
  	padding: 0px 13px !important;
  }
  .bkmrk {
  	display: none !important;
  }
  #issue_toc img {
	max-width: 100%;
  }
  #home_stocks  {
  	display: none !important;
  }
  .prnt>a {
  	border-right: none !important;
  }
  .issuecover>a>img { max-width: 100%; height: auto !important; }
  body {
    background: #d51e30;
  }
  .more-news { margin-top: 15px !important; }
  .current-supp { display: none; }
  #wrapper {
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.4);
  }
  #wrapper > .container {
    padding: 0;
  }
  .container {
    width: 100%;
  }

  #mobile_topnav {
    height: auto;
    width: 100%;
    background: none;
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  #mobile_topnav ul {
    float: left;
    width: 100%;
  }
  #mobile_topnav ul li {
    padding: 0 !important;
    border: none !important;
  }
  #mobile_topnav ul li a {
    display: block;
    width: 100%;
    color: #fff;
  }
  #mobile_topnav ul li img {
    display: none;
  }
  #issue_toc {
    width: 100% !important;
    padding: 0 0px;
  }
  #mobile_search {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: -10px;
    height: 50px;
    margin-top: 0px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1111;
  }
  #mobile_search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #mobile_search.active {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
  }
  #mobile_search #searchbar {
    width: 100%;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-radius: 0px;
  }
  #mobile_search #searchbar:focus {
    color: #666;
  }
  #mobile_search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-family: 'fontAwesome';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #d51e30;
    color: #fff;
    border: none;
    font-size: 24px;
    outline: none;
    padding: 0;
  }
  #mobile_header.active #search_link {
    color: #ccc;
  }
  #mobile_header.active #search_link:before {
    content: "\f062";
  }
  #mobile_header.active #search_form {
    -webkit-transform: translateY(110px);
    -moz-transform: translateY(110px);
    -ms-transform: translateY(110px);
    -o-transform: translateY(110px);
    transform: translateY(110px);
  }
  #search_link {
    position: absolute;
    right: 0;
    top: 0;
    color: #d51e30;
    font-size: 24px;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
  }
  /**************** HOMEPAGE ****************/
  #slidecontainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -15px;
  }
  #slidecontainer > img {
    min-height: 100%;
  }
  #slidecontainer .issuecover {
    width: 70px !important;
    left: 15px !important;
    height: auto;
    margin-top: 15px !important;
  }
  #slidecontainer .issuecover > img {
    width: 100% !important;
    height: auto !important;
  }
  #slidecontainer .author {
    display: none;
  }
  #carousel {
    width: 100%;
    height: auto;
    -webkit-text-size-adjust: none;
  }
  #carousel .bx-pager {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 7px;
    text-align: center;
    width: 100%;
  }
  #carousel .bx-pager .bx-pager-item {
    display: inline-block;
    text-indent: -9999px;
    padding: 0 2px;
  }
  #carousel .bx-pager .bx-pager-item .bx-pager-link {
    background: #666;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    display: block;
  }
  #carousel .bx-pager .bx-pager-item .bx-pager-link.active {
    background: #d51e30;
  }
  #carousel.touch .bx-pager {
    text-align: left;
    width: auto;
  }
  #carousel.touch .bx-pager .bx-pager-item {
    display: block;
    float: left;
  }
  #carousel .bx-viewport {
    min-height: 120px;
  }
  #carousel #slidecontent {
    position: relative;
    overflow: hidden;
    padding: 15px 10px 20px 95px;
    left: 0 !important;
    top: 0px;
  }
  #carousel #slidecontent h4 {
    margin-bottom: 3px;
    display: none;
  }
  #carousel #slidecontent h2 {
    font-size: 18px;
  }
  #carousel #slidecontent > div {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  #carousel #slidecontent p {
    width: 100%;
    line-height: 115%;
    font-size: 13px;
  }
  #carousel li {
    height: auto;
  }
  #ticker {
    height: auto;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
  }
  #ticker > a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
  }
  #ticker h2 {
    float: none;
    text-align: center;
  }
  #ticker p {
    float: none;
    text-align: center;
    line-height: 125%;
  }
  .homecol {
    width: 90% !important;
    padding: 10px 15px;
    min-height: 0 !important;
    height: auto !important;
  }
  .homecol_sect {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .homecol_sect p {
    margin-bottom: 0;
  }
  .related_articles {
    display: none;
  }
  .content {
    margin-bottom: 5px;
  }
  .content h2 {
    font-size: 18px;
    line-height: 120%;
  }
  .content p {
    font-size: 14px;
    line-height: 135%;
  }
  .content h3 {
    font-family: 'accordboldbold';
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    border-radius: 0px;
    display: block;
    float: left;
    margin-bottom: 10px;
  }
  .feature-wrap {
    margin-top: 30px !important;
  }
  .featured_widget {
    margin-bottom: 0;
  }
  .featured_widget h2 {
    font-size: 16px;
  }
  .featured_widget p {
    margin-bottom: 10px !important;
  }
  .featured_widget .featured-content {
    margin-top: 12px !important;
  }
  /**************** BUYER'S GUIDE ****************/
  #buyers_guide h2 {
    padding: 0 5px;
  }
  .content ul.toolbar {
    float: none;
  }
  /**************** FOOTER ****************/
  #footer1,
  #footer2 {
    z-index: 9999;
    position: relative;
    background: #fff;
  }
  #footer1 {
    overflow: hidden;
    padding: 0 10px 20px 10px;
  }
  #footer1 li {
    font-weight: 300;
  }
  #footer1 > div.footer1_col {
    float: none;
    width: 100% !important;
    background: #d51e30;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  #footer1 > div.footer1_col.about {
    width: auto;
  }
  #footer1 > div.footer1_col.active .sub {
    max-height: 395px;
  }
  #footer1 > div.footer1_col.active .sub.long {
    max-height: 400px;
    padding-bottom: 15px;
    padding-left: 12px;
  }
  #footer1 > div.footer1_col.active .sub.long p {
    font-size: 14px;
    line-height: 125%;
  }
  #footer1 > div.footer1_col.active h3:before {
    content: "\f067";
  }
  #footer1 > div.footer1_col > .sub {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
    color: #fff;
    position: relative;
    top: 4px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
    padding-right: 10px;
  }
  #footer1 > div.footer1_col > .sub li {
    font-size: 16px;
    padding: 4px 0;
  }
  #footer1 > div.footer1_col > .sub a {
    color: inherit;
    font-size: inherit;
  }
  #footer1 > div.footer1_col span {
    color: #fff !important;
  }
  #footer1 > div.footer1_col p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  #footer1 > div.footer1_col a {
    color: #fff;
  }
  #footer1 h3 {
    height: 44px;
    border-radius: 5px;
    background: #d51e30;
    color: #fff;
    padding-left: 10px;
    line-height: 51px;
    font-size: 20px;
    position: relative;
    margin: 0;
  }
  #footer1 h3.small {
    font-size: 16px;
  }
  #footer1 h3 > a {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer1 h3:before {
    content: "\f067";
    font-family: 'fontAwesome';
    position: absolute;
    right: 13px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    top: 0;
    pointer-events: none;
  }
  #footer2 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding: 0 !important;
  }
  #footer2 ul {
    overflow: hidden;
    width: 100%;
    padding: 8px 15px;
    background: #000;
  }
  #footer2 ul li {
    display: block;
    float: left;
    font-size: 12px !important;
    line-height: 150%;
  }
  #footer2 ul li:first-child {
    float: none !important;
  }
  #footer2 ul li a {
    margin: 0 !important;
    padding-right: 25px;
    display: block;
    font-size: 12px !important;
    font-family: 'flamanormal';
  }
  #footer2 ul li:last-child a {
    padding-right: 0;
  }

  /**************** ARTICLE ****************/
  .article_head {
    width: auto !important;
    padding-bottom: 0 !important;
    float: none !important;
    border: none;
  }
  .article_head > * {
	padding: 5px 18px;
  }
  .articlesponsor { padding: 5px 0px !important; }
  .article-container {
	margin-top: 5px;
  }
  .article_head h5 {
    margin-bottom: 0;
  }
  .issue_toc_sect {
  	margin-bottom: 0px !important;
    padding: 8px 0px;
  }
  .article_head .share-links {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: solid thin #c6c6c6;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #issue_toc > div.toc-container {
    padding: 0px 15px;
  }
  .article_head .share-links .bookmark {
    display: none;
  }
  .pdf_btn {
    text-indent: -300px;
    overflow: hidden;
    position: relative;
    padding: 5px 20px;
  }
  #stylized.sf-updated .pdf_btn {
    text-indent: 0;
  }
  .pdf_btn:before,
  .pdf_btn:after {
    position: absolute;
    left: 307px;
    color: #fff;
    top: 6px;
  }
  .pdf_btn:before {
    content: "\f15c";
    font-family: 'fontAwesome';
  }
  .pdf_btn:after {
    content: 'View PDF';
    margin-left: 15px;
  }
  .article_head ul li.print a {
    border: none;
  }
  #issue_toc {
    position: relative;
    margin-top: 0px;
  }
  #issue_toc.has-cover {
    padding-top: 40px;
    margin-top: -15px;
  }
  #issue_toc h1 {
    font-size: 18px !important;
    line-height: 110% !important;
  }
  #issue_toc h5 {
    margin-top: 0px;
    font-size: 13px;
    line-height: 120%;
    clear: both;
  }
  #issue_toc h3 {
    font-size: 15px;
    margin-top: 15px;
  }
  #issue_toc > .issue_toc_sect {
    margin-bottom: 25px;
	margin-top: 30px;
  }
  #issue_toc > .issue_toc_sect p {
    margin-bottom: 0;
  }
  .issuecover2 {
    width: 80px;
    height: auto;
  }
  .issuecover2.active {
    border: none !important;
  }
  .issuecover2 img {
    max-width: 100%;
  }
  .cover-wrap {
	margin-right: 10px;
	margin-bottom: 5px;
	width: 100px;
	float: left;
	margin-top: 40px;
  }
  .cover-wrap .cover-month {
    position: absolute;
    width: 100%;
    top: 0;
    background: #d51e30;
    color: #fff;
    left: 0;
    padding: 9px 15px;
    display: block;
    text-decoration: none;
  }
  .cover-wrap .cover-month h4 {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    color: #fff !important;
  }
  .cover-month {
	position: absolute;
	width: 100%;
	top: -15px;
	background: #d51e30;
	color: #fff;
	left: 0;
	padding: 9px 0px;
	display: block;
	text-decoration: none;
  }
  .cover-wrap .cover-month h4 br {
    display: none;
  }
  .cover-month>h4 {
	color: #fff !important;
  }
  .issue_toc_sect {
    margin-bottom: 0;
  }
  .related_articles {
    margin-top: 25px;
    float: left !important;
    width: 100% !important;
    padding: 0px 15px;
  }
  .related_articles .rectangle {
    display: none;
  }
  .rectangle {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
  .rectangle #rectangle {
    max-width: 100%;
    display: inline-block;
  }
  .content > div {
    max-width: 100%;
  }
  .content h1 {
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 110% !important;
  }
  /**************** TOC ****************/
  #issue_newtop {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    min-height: 158px;
    margin-top: -15px;
  }
  #issue_newtop h1 {
    font-size: 18px !important;
    line-height: 110% !important;
    margin-bottom: 5px;
  }
  #issue_newtop > h4 {
    position: absolute;
    width: 100%;
    left: 0;
    top: -15px;
    text-align: center;
    padding: 9px 0px !important;
  }
  #issue_newtop p {
    font-size: 14px !important;
    line-height: 120%;
  }
  #issue_newtop .issue_toc_sect {
    margin: 0 auto !important;
	width: auto !important;
	float: none !important;
	text-align:center !important;
  }
  .cover_cont {
	margin: 0 auto;
	text-align: center;
	float: none !important;
  }
  #issue_newtop .issue_toc_sect h4 {
    font-size: 12px;
  }
  #issue_newtop .issue-cover {
    margin: 0 0 0 0 !important;
    position: absolute;
    width: 80px;
  }
  #issue_newtop .issue-cover h4 {
    display: none;
  }
  #issue_newtop .issue-cover img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  /**************** CENTER ****************/
  .search_widget {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .search_widget h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search_widget ul {
    margin-top: -10px;
    float: left;
    width: 100%;
  }
  .search_widget ul li {
    width: 16%;
    overflow: hidden;
  }
  .search_widget ul li.all a {
    background: none;
  }
  .search_widget ul li.all a > span {
    margin-left: 6px;
    font-size: 18px;
  }
  .search_widget ul li.all a:hover,
  .search_widget ul li.all a.active {
    background: none !important;
  }
  .center-name {
    padding: 0 15px;
    text-align: center;
  }
  .homecol .homecol_sect {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    height: auto !important;
    top: 0 !important;
  }
  #pagination {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 0px;
  }
  /**************** CENTERS ****************/
  .centers_sect .centers-list {
    width: auto !important;
    height: auto !important;
    margin-right: -2%;
  }
  .centers_sect .centers-list li {
    position: relative !important;
    width: 48% !important;
    margin: 0 2% 2% 0;
    left: 0 !important;
    height: 0 !important;
    top: 0 !important;
    padding: 0 0 50% 0 !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f5f5f5;
    border: none;
  }
  .centers_sect .centers-list li > a {
    position: absolute;
    left: 0;
    top: 0;
  }
  .centers_sect .link-hold {
    width: 90%;
    height: auto;
    padding: 5px 5px 3px 5px;
    bottom: 8px;
    position: absolute;
    margin-left: 5%;
    left: 0;
    top: auto;
  }
  .centers_sect .link-hold p {
    line-height: 110%;
    margin: 0;
  }
  /**************** VIDEO PAGE ****************/
  #video_page {
    width: 100%;
    overflow: hidden;
    margin-top: -15px;
  }
  .vidjs-poster {
    left: 0 !important;
  }
  .content_sect {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content_sect > div,
  .content_sect > p {
    max-width: 100%;
  }
  /**************** NEWS ****************/
  .news_sect {
    margin-bottom: 10px;
  }
  .news_sect .js-masonry {
    height: auto !important;
  }
  .news_sect .js-masonry > li {
    width: auto !important;
    display: block;
    height: auto !important;
    position: relative !important;
    padding: 0 15px;
    left: 0 !important;
    top: 0 !important;
    float: none !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news_sect #pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .news_head {
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news_head h6 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  /**************** ARCHIVE ****************/
  #news_yearsnav {
    text-align: center;
    float: none;
    overflow: auto;
    margin-left: -3px;
  }
  #news_yearsnav li {
    float: left;
    margin: 3px 3px 5px 3px;
  }
  #news_yearsnav li:last-child {
    margin-right: -1px;
  }
  #news_yearsnav li a {
    padding: 0px;
    width: 60px;
    text-align: center;
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 33px;
  }
  .archive_list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .archive_list li {
    width: auto !important;
    height: auto !important;
    margin: 0 10px 10px 0 !important;
    display: inline-block !important;
    background: transparent !important;
    float: none !important;
  }
  .archive_list li a {
    display: block;
  }
  .archive_list li a img {
    width: 80px !important;
    height: auto !important;
  }
  /**************** EVENTS ****************/
  #events .news_sect .js-masonry > li {
    border-bottom: 1px solid #ccc;
  }
  #events .news_head {
    margin-left: -15px;
    margin-right: -15px;
  }
  /**************** SEARCH ****************/
  #search .homecol {
    padding: 0;
  }
  #search .gsc-control-cse {
    padding: 0;
  }
  #search .gsc-selected-option-container {
    min-width: 70px;
  }
  #search .gsc-orderby-container {
    min-width: 125px;
  }
  #search .gsc-result-info-container {
    vertical-align: top;
  }
  #search .gsc-result-info-container .gsc-result-info {
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 0;
  }
  #search .gsc-table-cell-thumbnail,
  #search .gs-promotion-image-cell {
    vertical-align: top;
    padding-top: 3px;
    padding-left: 0px;
  }
  #search .gsc-table-result,
  #search .gsc-thumbnail-inside,
  #search .gsc-url-top {
    padding-left: 0px;
    padding-right: 8px;
  }
  #search .gs-web-image-box,
  #search .gs-promotion-image-box {
    padding-top: 0;
  }
  #search .gsc-result .gs-title {
    height: auto;
  }
  /**************** CHARTS ****************/
  #charts .news_sect > div {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    height: auto !important;
  }
  #charts strong {
    font-weight: bold;
  }
  /**************** SUBSCRIBE ****************/
  form#stylized > div {
    width: 100% !important;
    margin-bottom: 10px;
  }
  form#stylized input,
  form#stylized select {
    width: 100%;
    margin: 0 0 10px 0;
  }
  form#stylized select {
    float: left;
    margin: 2px 0px 10px 0;
    clear: both;
  }
  form#stylized p {
    clear: both;
  }
  form#stylized label {
    width: 80%;
  }
  form#stylized label br {
    display: none;
  }

  form#stylized .no-sidebar hr {
    width: 370px !important;
    max-width: 99%;
  }

  .subscribe-btns {
    margin-top: 30px;
  }
  .subscribe-btns a {
    font-size:13px;
    padding: 10px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 104px;
    height: 56px;
    line-height: 1.3em;
  }

  /**************** ADVERTISING ****************/
  /**************** CONTACT ****************/
  .contact_list {
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding