/******************************************************

  TYPOGRAPHY

*******************************************************/

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

a:hover {
  color: rgb(0, 53, 100);
  text-decoration: none;
}

/******************************************************

  HEADER AND NAVIGATION

*******************************************************/

#branding {
  margin-top: 10px;
}

.logo {
  background: url('../images/application-sprite.png') no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 62px;
  margin: 15px 0 20px 20px;
  text-indent: -9999px;
  width: 292px;
}

.member-login {
  text-align: right;
}

.member-login  > div{
  font-size: 0.8em;
}

.member-login  > div a {
  text-transform: capitalize;
}

.member-login  > div a:hover {
  text-decoration: underline;
}

.emember_button {
	margin-right: 10px;
}

#searchform {
  margin-right: 0;
  margin-top: 30px;
}

#searchform input[type="text"], .newsletter-box input[type="text"] {
  border-radius: 0;
  color: #a5a5a5;
  margin: 0;
  padding: 0 5px;
  text-transform: capitalize;
  margin-top: -3px !important;
}

#searchform input[type="submit"], .newsletter-box input[type="submit"] {
  background: rgb(255, 102, 0);
  border: none;
  color: #FFF;
  padding: 1px 10px;
  text-transform: uppercase;
  margin-top: -3px !important;
  width: auto !important;
}

.top-menu {
  background: rgb(0, 0, 0);
  margin: 0 0px;
  position: absolute;
  width: 100%;
  left: 0;
}
.menu-header-menu-container {
  margin: 0 auto;
  width: 920px;
}

.top-menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu ul li {
  line-height: 45px;
  list-style: none;
  text-align: left;
  
  margin-right: 5%;
}


.top-menu ul li:last-child {
  margin-right: 0;
}

.top-menu ul li a, .top-menu ul li a:hover {
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}


.top-menu ul li.current-menu-item a {
  color: rgb(255, 255, 255);
}

.top-menu ul li a:hover {
  color: #FFFF00;
}

.top-container {
  background-color: #07223E;
  width: 100%;
}

.header-image {
  margin-top: 45px;
  
}
.header-image .metaslider {
  min-height: 275px;
  background: #000000 url(../images/loading.gif) no-repeat center;
  overflow: hidden;
}
.header-image .metaslider > div {
  display: none;
}

.header-image img {
  -moz-box-shadow: -4px 4px 25px rgb(0, 0, 0);
  -webkit-box-shadow: -4px 4px 25px rgb(0, 0, 0);
  box-shadow: -4px 4px 25px rgb(0, 0, 0);
}

.newsletter-box {
  width: 100%;
  background: #000000;
  position: relative;
  line-height: 45px;
  height: 45px;
  
 
}
.newsletter-label, .mc_custom_border_hdr {
  color: #ffffff;
  float: left;
  margin-right: 12px;
  text-transform: uppercase;
}
#mc_signup div {
	float: left;
}
#mc_signup div#mc_message {
	float: right;
	max-width: 440px;
	overflow: hidden;
}
#mc_signup form {
	margin: 0;
}
.mc_var_label, .mc_interest_label {
	display: none !important;
}
.mc_signup_submit {
	margin: 0 10px;
}
.mc_error_msg a {
	display: none;
}


.newsletter-box .widget_wysija_cont {
  float: left;
}
.newsletter-container {
  width: 940px;
  margin: 0 auto;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
  
}
.newsletter-box .wysija-paragraph {
  display: inline-block;
  margin: 0;
}
.newsletter-box input[type="text"] {
  text-transform: none;
}
.newsletter-box .widget_wysija_cont .wysija-submit {
  display: inline-block;
  margin: 0;
}
.newsletter-box .widget_wysija_cont .updated, .newsletter-box .widget_wysija_cont .login .message {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.newsletter-box .widget_wysija_cont .allmsgs li {
  line-height: 45px;
}
.newsletter-box 
.newsletter-box .widget_wysija_cont .updated, .newsletter-box .widget_wysija_cont .login .message {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: #FFFFE0;
    border-color: #E6DB55;
}
.newsletter-box .widget_wysija_cont .updated, .newsletter-box .widget_wysija_cont .error, .newsletter-box .widget_wysija_cont .xdetailed-errors {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.ffl-popup-content {
  background-color: #FFF !important;
  padding: 1em 2em;
  border: solid 1px #CCC;
  box-shadow: none !important;
}

.section-title,
.widget-title {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 15px;
  text-transform: uppercase;
  margin: 0px;
}

/******************************************************

  POST CONTAINER

*******************************************************/

.post-section {
  margin-top: 30px;
}
.article-title {
  overflow: hidden;
  padding: 12px 0;
}
.article-title img {
  float: left;
  width: 184px;
  margin-right: 10px;
}
.news-article a{
  color: red;
  text-decoration: none;
}
.news-article a:hover{
  text-decoration: underline;
}
.post-container .entry-content a{
  color: red;
}

.post-container .entry a{
  color: red;
}

.news-article h3 a, .news-article h3 a:hover {
  color: rgb(0, 53, 100);
}
.news-article h3 a:hover {
  text-decoration: underline;
}

.section-title.free-content{
  background: #FF6600;
}

.section-title.subscriber-content {
  background: rgb(255, 104, 0);
}

.section-title.article-page {
  background: rgb(0, 0, 0);
}

.section-title.highlights {
  background: rgb(51, 51, 51);
}

.section-title.industry-events {
  background: rgb(255, 206, 94);
}

.wp-twitter-share > span:first-child:before {
  content: "Share:";
  text-transform: capitalize;
  margin-right: 6px;
  color: #656565;
  font-size: 12px;
} 

.topics {
  margin-top: 10px;
}

.post-title {
  line-height: 30px;
  margin: 15px 0 5px;
}

.post-title {
  font-size: 1.5em;
  margin: 0;

}

.post-title a {
  color: rgb(0, 53, 100);
}

.post-date {
  color: rgb(153, 153, 153);
  font-size: 1em;
  font-weight: bold;
  margin: 0px 2px;
}

.post-date a {
  color: rgb(153, 153, 153);
}

.home .post-container .wp-post-image {
  float: left;
  margin-right: 10px;
}

.home-subscriber-content .addthis-container {
  display: none;
}

.home-subscriber-content .more-link, .home-subscriber-content .more-link:hover {
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  padding: 2px 4px;
  margin-top: -2px;
  text-transform: capitalize;
}

.home-subscriber-content .more-link:before {
  content: 'Subscriber Content - ';
}

.article-nav {
  margin-bottom: 30px;
  margin-top: 50px;
  overflow: hidden;
}

.article-nav .nav-previous {
  
}

.article-nav .nav-next {
  float: right;
}

.article-nav .nav-button a, .article-nav .nav-button a:hover {
  color: #013564;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}

.news-article {
  margin-bottom: 30px;
}

.addthis-container {
  text-align: right;
}

#vslider_optionscontainer .cs-buttons {
  float: right !important;
}

/******************************************************

  PAGE CONTAINER

*******************************************************/

.page-container {
  padding-top: 20px;
}

/******************************************************

  WIDGET

*******************************************************/
.widget-gray-container {
	background: rgb(102, 102, 102);
	margin-bottom: 30px;
}
.widget-gray-container .widget-title {
	background: rgb(102, 102, 102);
}
.widget-gray-container .widget-body {
	background: rgb(234, 234, 234);
}
.widget-gray-container a {
	color: rgb(153, 153, 153);
}

.widget-saddlebrown-container {}
.widget-saddlebrown-container .widget-title {
	/* named: saddlebrown */
	background: rgb(153, 51, 0);  
}
.widget-saddlebrown-container .widget-body { }

.widget-orange-container { }
.widget-orange-container .widget-title {
	background: rgb(255, 104, 0);
}
.widget-orange-container .widget-body { }

.widget-gold-container .widget-title {
	background: rgb(255, 153, 51);
}
.widget-gold-container .widget-body { }

.widget-style5-container .widget-title {
	background: #006634;
}

.widget-style6-container .widget-title {
	background: #993366;
}
.widget-style7-container .widget-title {
	background: #CC3333;
}

.widget-mustard-container .widget-title {
	background: rgb(204, 153, 51);
}

.widget-style1-container .widget-title{
  background: #002D88;
}

.widget-style3-container .widget-title{
  background: #990100;
}
.widget-style4-container .widget-title{
  background: #3B589E;
}

.youtube-feed .widget-body{
  margin: 0 10%;
}

.ytcmore {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  color: #04005A;
}

.widget-body {
  padding: 10px;
  margin-bottom: 28px;
}

.widget-body.shaded {
  background: rgb(245, 241, 233);
}
.widget-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-body ul li {
  margin-bottom: 20px;
}

.widget-body ul li:last-child {
  margin-bottom: 0;
}

.widget-body ul a {

}
.widget-body ul a:hover {
  text-decoration: underline;
}

.widget-body ul a:hover {

  color: rgb(0, 53, 100);
}

.widget-body.shaded ul a {
  font-weight: bold;
  color: rgb(0, 53, 100);
}

/******************************************************

  JTWEETS ANYWHERE WIDGET 
  http://thomasbillenstein.com/jTweetsAnywhere/

*******************************************************/
.jta-tweet-list {
	margin-left: 0;
}
.jta-tweet-list-item {
	background-color: transparent;
	margin: 0 !important;
}
.jta-tweet-list-item:first-child {
	border-top: none;
	padding-top: 0;
}

/******************************************************

  FLICKR WIDGET 

*******************************************************/
.widget-body .flickrpress-container .flickrpress-items div {
	margin: 2px 1px;
}

/******************************************************

  FOOTER WIDGETS

*******************************************************/
.widget-bottom {
  text-align: right;
}

.widget-bottom .menu-pop-container {
  border: 1px solid rgb(153, 153, 153);
  float: right;
  margin-right: 10px;
  position: relative;
}

.widget-bottom .menu-pop-container .widget-title {
  background: rgb(153, 153, 153);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 5px 20px;
  text-transform: capitalize;
}

.widget-bottom .menu-pop-container .widget-body {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(153, 153, 153);
  bottom: 14px;
  display: none;
  left: -1px;
  padding: 0;
  position: absolute;
  width: 100%;
}

.widget-bottom .menu-pop-container .widget-body > ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  text-align: left;
  height: 300px;
  overflow: auto;
}

.widget-bottom .menu-pop-container .widget-body ul li {
  border-bottom: 1px solid #efefef;
  line-height: 10px;
}

.widget-bottom .menu-pop-container .widget-body ul li:last-child {
  border-bottom: 0;
  line-height: 10px;
}
.widget-bottom .menu-pop-container .widget-body ul li a {
  line-height: 38px;
}

/* Mail Chimp Subscribe Form  */

.mail-links {
  width: 100%;
  margin: 0;
}
.widget-body .mail-links ul a {
  text-transform: none;
}
.mail-links > ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.mail-links > ul > li {
  display: block;
  text-align: left;
}

.mail-links .menu-pop-container {
  border: 0;
  float: inherit;
  margin-right: 0;
}

.mail-links .menu-pop-container .widget-title {
  background: #FFF;
  color: #333;
  padding: 0 10px;
  text-transform: inherit;
}

.mail-links .mail-chimp-link {
  border-right: 1px solid #333;
  width: 130px;
  text-align: right;
}

.mail-links .widget-body {
  width: 260px !important;
}

.mail-links .story-link {
  border: 0;
  text-align: center;
}

.mail-links .story-link div {
  padding: 0 10px;
}

.mail-links .story-link a {
  line-height: 10px;
}

.widget-body ul.socialmedia li {
	margin: 0;
}

/******************************************************

  FOOTER

*******************************************************/
footer {
  padding-top: 15px;
}

footer small {
  font-size: 0.8em;
  line-height: 38px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .widget-body ul li {
  margin-bottom: 0px;
}

.upper-footer  { }

.widget-body ul.socialmedia {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.socialmedia li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

.socialmedia a {
  /*background: url('../images/social-sprite.png') no-repeat;*/
  display: inline-block;
  height: 38px;
  text-indent: -9999px;
  width: 36px;
}

.socialmedia .fb {
  /*background-position: -1px 0px;*/
  background: url("http://w.sharethis.com/images/facebook_32.png") no-repeat center;
}

.socialmedia .fb:hover {
  /*background-position: -38px 0px;*/
}

.socialmedia .twitter {
  /*background-position: -1px -37px;*/
  background: url("http://w.sharethis.com/images/twitter_32.png") no-repeat center;
}

.socialmedia .twitter:hover {
  /*background-position: -37px -37px;*/
}

.socialmedia .linkedin {
  /*background-position: -1px -74px;*/
  background: url("http://w.sharethis.com/images/linkedin_32.png") no-repeat center;
}

.socialmedia .linkedin:hover {
  /*background-position: -38px -74px;*/
}

.body-footer {
  background: url('../images/bg_footer.png') repeat-x;
  background: #102c48; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMmM0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFjMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #102c48 0%, #001c38 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102c48), color-stop(100%,#001c38)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #102c48 0%,#001c38 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #102c48 0%,#001c38 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #102c48 0%,#001c38 100%); /* IE10+ */
  background: linear-gradient(to bottom, #102c48 0%,#001c38 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102c48', endColorstr='#001c38',GradientType=0 ); /* IE6-8 */
  color: rgb(153, 153, 153);
  font-size: 0.9em;
  margin-top: 10px;
  max-height: 246px;
  width: 100%;
}

.body-footer .container {
  background: url('../images/bg_footer.png') repeat-x;
  background: #102c48; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMmM0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFjMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #102c48 0%, #001c38 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102c48), color-stop(100%,#001c38)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #102c48 0%,#001c38 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #102c48 0%,#001c38 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #102c48 0%,#001c38 100%); /* IE10+ */
  background: linear-gradient(to bottom, #102c48 0%,#001c38 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102c48', endColorstr='#001c38',GradientType=0 ); /* IE6-8 */
  padding: 20px 0;
}

.body-footer a, .body-footer a:hover {
  color: rgb(153, 153, 153);
}

.body-footer ul li {
  display: inline-block;
}

#menu-footer-menu {
  margin-top: 0px;
}

#menu-footer-menu li a {
  border-right: 1px solid rgb(153, 153, 153);
  color: #FFF;
  margin-right: 40px;
  padding-right: 40px;
}

#menu-footer-menu li:last-child a {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.body-footer ul li .terms-seperator {
  border-right: 1px solid rgb(153, 153, 153);
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 20px;
}

/******************************************************

  MEMBER LOGIN OVERRIDE

*******************************************************/

.member-login .flexible-frontend-login .ffl-left {
  top: 25px;
}

.member-login .flexible-frontend-login #ffl-submit {
  border: 0;
  background: #c5331c;
  color: #FFF;
  font-weight: bold;
  width: 100px;
}

.member-login .ffl-popup-content form {
  margin: 0;
}

.member-login .ffl-popup-content {
  padding: 10px 20px;
}

.member-login .ffl-close-popup-link {
  cursor: pointer;
  margin: 0;
}

.member-login .lostpassword {
  cursor: pointer;
  margin: 0;
}

/******************************************************

  COMMENTS

*******************************************************/

#comments {
  list-style: none;
  margin: 0;
  padding: 0
}

#comments li {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  max-width: 600px
}

.comments-header {
  font-size: 20px;
  line-height: 20px;
}

#comments-header {
  font-size: 20px;
  line-height: 20px;
}

.comment-avatar {
  float: left;
  width: 60px;
  height: 60px
}
.comment-body {
  margin-left: 70px
}

.comment-metadata {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px
}

.comment-author {
  margin-right: 10px
}

.comment-date {
  color: #999
}

#commentform input {
  max-width: 400px;
  width: 100%
}

#commentform textarea {
  max-width: 400px;
  width: 100%
}

/******************************************************

  WP-ADMIN Override

*******************************************************/

img {border:0;}
/*table, img, hr { cursor:default; }*/
cite {border-bottom:1px dashed blue}
acronym {border-bottom:1px dotted #CCC; cursor:help}
abbr {border-bottom:1px dashed #CCC; cursor:help}
img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
pre { font: 12px/18px Consolas, Monaco, monospace; }

.aligncenter,
dl.aligncenter {
  float: none; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  -webkit-user-drag: none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/** PAGINATION **/
.wp-pagenavi {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi .current {
  color: #013564;
  display: inline-block;
  padding: 4px 10px;
  margin: 0;
}
.wp-pagenavi .current {
  background: #013564;
  color: #ffffff;
}
.wp-pagenavi a.last {
  padding: 4px 0;
}
.wp-pagenavi a.first {
  padding: 4px 0;
}

.hamburger-menu {
  display: none;
  width: auto;
  background: #000000;
  cursor: pointer;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}
.hamburger {
  
  display: block;
  padding: 10px 5px 5px 0px;
  position: relative;
  width: 30px;
  background: #000000;
  display: inline-block;
  float: left;
}

.hamburger div {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px 2px 2px 2px;
  height: 1px;
  margin-top: 3px;
  width: 90%;
}
.hamburger-label {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
#main-follow-us {
  display: none;
}

.body-footer .pull-right {
  text-align: center;
}

/** MEDIA QUERIES **/
@media screen and (max-width: 890px) {

  #sidebar {
    display: none;
  }
  #main-area {
    width: 100% !important;
  }
  .row, [class*="span"], .logo {
    margin-left: 0;
    margin: 0;
  }
  .span3 {
    width: 100%;
    margin-top: 10px;
  }
  header {
    padding: 10px;
  }
  header #logo {
    float: left;
    width: auto;
  }
  .member-login {
    float: right;
    width: auto;
    margin-left: 0;
  }
  #searchform {
    margin-top: 10px;
  }
  .header-image {
    display: none;
  }
  
  footer {
    display: none;
  }
  nav.top-menu {
    position: relative;
  }
  .post-section {
    margin-top: 10px;
  }
  *, .span7, .span6, .span5, nav.top-menu, .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    max-width: 100% !important;
  }
  .newsletter-box {
    height: auto;
    line-height: normal;
    background: #001A33;
  }
  .newsletter-box .newsletter-container {
    width: auto;
    padding: 10px;
    
  }
  .newsletter-box .wysija-paragraph {
    margin: 0;
  }
  .newsletter-box form {
    margin: 0;
  }
  .newsletter-label {
    margin-bottom: 10px;
  }
  .article-title img {
    display: none;
  }
  .news-article, .wp-pagenavi, .top-menu, article, .comments, .article-nav {
    padding: 0 15px;
  }
  .hamburger-menu {
    display: block;
  }
  .top-menu {
    display: none;
    border-bottom: 1px solid #ffffff;
  }
  .top-menu ul {
    display: block;
  }
  .top-menu ul li {
    line-height: normal;
    margin: 0;
    padding: 5px 0;
  }
  
  #main-follow-us {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .member-login {
    float: left;
    width: auto;
    margin-left: 15px;
  }
  
}
@media screen and (min-width: 891px) {
  .top-menu {
    display: block !important;
  }
}