.well {
    padding: 5px 19px 30px 25px;
}
.well ul {
    font-size: 18px;
    padding: 5px 19px 30px 25px;
}
.center-content {
    max-width: 800px;
}
.form-group.required .control-label:after  {
    content:"*";
    color:red;
}
.checkbox, .radio {
    font-weight: normal;
}
input[type=checkbox]{
    margin-right:5px;
    margin-left:-20px;
}
.required:after {
    content:" *";
    color:red;
}
.logo-container {
    padding: 0;
}
.logo-container img {
    max-width:100%;
}
.logo {
    float:left;
    padding: 0 !important;
    margin-top: 5px !important;
}
.ad-slot {
    margin: 5px 0;
    padding: 0 !important;
}
.social {
    font-size:17px;
}
.logo-mobile {
    margin: 0 0 5px 15px;
}

.clearfix:before {
	content: "";
	display: table;
	clear: both;
}

/* Resolve Boostrap/Google Custom Search conflicts */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}
.gcse {
    padding-top: 0;
    line-height: 16px;
}
.gsc-search-box {
    width: 125px !important;
}
.gsc-input {
    width: 125px !important;
    padding-left: 10px;
}
.gsc-search-button {
    height: 13px !important;
    padding: 2px !important;
    margin-left: -5px !important;
}
.navbar-nav li {
    margin: 0 -6px;
}
.navbar-nav .dropdown-menu li {
    margin: 0;
}
.navbar-header button {
    margin-top: 0;
}
.no-results-search {
    margin-left: -10px;
    height: 32px;
}
.no-results-search .gsc-input {
    margin-top: -2px !important;
}
.no-results-search .gsc-search-box {
    width: 367px !important;
}

.advanced-search {
    padding-left:10px;
    color: #FFF;
    font-weight:bold;
    font-size: 9px;
    position: relative;
    top: -8px;
    text-transform: uppercase;
}

 a.advanced-search:hover {
    color: #FFF;
    text-decoration: none;
}

/* Bootstrap overrides */

h1 {
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
   h1 {
     font-size:20px;
   }
   .subscription-progress-bar {
       float:right;
       padding:5px;
       height:50%;
   }
    .subscription-progress-bar h5 {
      font-size:11px;
    }

   .breadcrumb {
       font-size:11px;
       background-color: #fff;
   }
}

/* End bootstrap overrides

/* Multi-column dropdown */
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 650px;
}
.multi-column-dropdown li a {
    padding: 5px 10px;
    color: #fff;
}
.dropdown-menu .row {
    margin: 0;
}
.multi-column-dropdown {
    list-style: none;
    padding: 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #145182;
    background-color: #ECECEC;
}
dd {
    padding-bottom:10px;
    padding-left:10px;
}
.dropdown-menu .col-sm-4 {
    padding:0;
}
/* End multi-column dropdown */

/* navbar colors */
/* Pasted from: http://work.smarchal.com/twbscolor/css/145182337ab7ffffffffffff1 */
.navbar-default {
    background-color: #145182;
    border-color: #ffffff;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #145182;
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #145182;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #145182;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #145182;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #145182;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #145182;
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-default .navbar-link {
    color: #ffffff;
}
.navbar-default .navbar-link:hover {
    color: #145182;
}

.navbar button {
    color: #fff;
}
.navbar button:hover {
    color: #145182;
}


@media (max-width: 767px) {
    .navbar{
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #145182;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #145182;
        background-color: #ffffff;
    }
}
/* End navbar colors */

.navbar {
    border: none;
    padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    line-height: 17px;
    text-transform: uppercase;
    padding: 7px 13px;
}

.dropdown-toggle > li > a:hover {
    background-color: #8e1d1e;
}

.ad {
    text-align:center;
    margin-bottom: 20px;
}

.sidebar .ad {
	text-align: left;
}
.ad img {
    max-width: 100%;
    height: auto;
}

/* misc guide styles */
.guide .field_label {
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    line-height: 12px;
}
.guide table, .guide td {
    border: 1px solid black;
    padding: 3px !important;
    margin: 1px;
    font-size: 11px;
}
.guide .bgthead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.guide .bghead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.guide .example_row {
    height: 100px;
}
.guide .upper {
    text-transform: uppercase;
    font-weight: bold;
}
.guide-header {
    width: 100%;
    height: auto;
    display: table;
    color: #4b5664;
}

.panel-title {
    color: inherit;
    font-size: 20px;
    font-weight: 500;
}

.panel-heading {
    padding: 10px 0;
}
.tagline {
    font-size: 16px;
    font-weight: 500;
}

/* Video.js */
.video-content {
    margin: 0 auto;
}
.video-js {
    padding-top: 56.25% !important;
}
.vjs-fullscreen {
    padding-top: 0 !important;
}
/* YouTube Videos */
.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h4 {
    padding-left:10px;
}

/* Stream */
.content-item {
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}
.content-item h3 {
    margin-top: 0;
}
.content-item img {
    max-width: 40%;
    margin: 0 0 5px 5px;
}
.stream .ad {
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
}
.lead-box {
    margin-bottom: 15px;
}

/* Content */
.content h1 {
    font-size: 30px;
    margin: 5px 0;
}
.content h2 {
    font-size: 20px;
    margin: 5px 0;
}
.content .meta {
    margin: 10px 0 5px 0;
}
.content .lead{
    font-size: 18px;
    margin-bottom: 10px;
}
.image {
    width: 100%;
    text-align: center;
	position: relative;
}
.image img:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in 0s;
}
.image-right {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: 400px;
    text-align: center;
	position: relative;
}
.image-right img:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in 0s;
}
.image img,
.image-right img {
    margin: 0 auto 5px;
}
.image .caption,
.image-right .caption {
    font-size: 12px;
    line-height: 13px;
    color: #777777;
    width: 95%;
    margin-left: 2.5%;
}
.content-ad {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.content-ad-bottom {
    clear: both;
    width: 100%;
    text-align: center;
}

div.content-ad > ins > *:first-child:before, div.content-ad-bottom> ins > *:first-child:before {
    content: 'Advertisement';
    margin: 0 10px;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    color:#666;
    text-transform:uppercase;
    display: inline-block;
    text-decoration:none;
}

.sponsor {
    margin:0 10px;
    text-align: center;;
    font-size:13px;
    font-weight:bold;
    color: #666;
    text-transform: uppercase;
}
.sideTan {
    background-color: #E8DFCE;
    padding: 15px;
}


/* Sidebar */
.sidebar h4 {
    padding: 0;
}

.sidebar h5 {
    color: #777;
    text-transform: uppercase;
}

.sidebar .widget {

	background-color: #F5F5F5; padding: 7px; border: 1px solid #e3e3e3; margin-bottom: 13px; width: 300px;
}

.sidebar .widget img {
    margin: 0 0 5px 10px;
}

.sidebar .widget a {
	display: block;
	line-height: 1.1;
}

.sidebar .site-sponsor-video a {
	display: inline;
}

.sidebar .widget li {
	line-height: 1.1;
}
/* Publication page */

.publication {
    min-height: 315px;
    margin: 15px 0;
}

.publication h3 {
    margin-top: 0;
}

.publication img {
    margin: 0 15px 15px 0;
    width: 40%;
    max-width: 200px;
}

/* Media query overrides */
@media (max-width: 767px) {
    .content-item,
    .stream .ad {
        border: none;
    }

    .stream .ad {
        margin: 0 -15px 0 -15px;
        padding-bottom: 10px;
    }

    .content-item p,
    .content-item h3 {
        margin-bottom: 0;
    }

    .content-item h3 {
        font-size: 20px;
    }

    .no-results-search .gsc-search-box {
        width: 225px !important;
    }
}
@media (min-width:768px) and (max-width: 991px) {

    .ad-slot {
        min-height: 90px;
    }

}
@media(max-width:992px){
    .logo,
    .ad-slot {
        float:none;
        text-align: center;
    }

    .gsc-input {
        padding-right: 0;
    }

    /* Switch to mobile menu */
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
        background-color: #145182;
        overflow: hidden;
    }
    /* End switch to mobile menu */

}
@media(min-width:993px){
    .logo {
        margin-top: 20px;
    }

    .ad-slot img {
        float:right !important;
    }
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.progress {
    height: 12px;
    background-color: #ebeef1;
    background-image: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
    background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}
.progress-bar {
    box-shadow: none;
    border-radius: 3px;
    background-color: #0090D9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.progress-bar-success {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.progress-bar-success {
    background-color: #339933;
    background-image: none;
}

.subscription-progress-bar {
    border:1px solid #eee;
    border-radius: 5px;
    padding: 5px 15px;
}

.another-publication img {
    max-width: 100%;
    margin-bottom: 10px;
}

/* FAB40 */
.fab40 .item h3{
    padding: 10px;
    font-size:20px;
    color: #a54105;
    line-height:20px;
    border-bottom:2px solid #c60;
}

/* Filter Bar */
.filters {
    background-color: #145182;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 44px;
}

.filters select,
.filters input {
    font-size: 12px;
    height: 30px;
    margin: 8px 0;
}

.filters input {
    width: 45px;
}

/* Chosen Fix */
.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.lookup_error {
    border:red 2px solid;
}

input[readonly] {
    background-color: #eee;
}

ul .event, li .event, ul .related, li .related {
  list-style: none;
}

/* Share buttons */

.share {
   padding-left:10px;
}

.share a:hover {
    text-decoration: none;
}

span.fa-twitter-square {
    background-color: white;
    color: #4099FF;
}

span.fa-facebook-square {
    background-color: white;
    color: #3B5998;
}

span.fa-google-plus-square {
    color: #D34836;
}

span.fa-linkedin-square {
    background-color: white;
    color:#007BB6;
}

span.fa-envelope-o {
    color: #4099FF;
}

ul.related > li {
    list-style: none;
}

/*  FOOTER STYLES */

footer {
    margin-top: 20px;
}
.footer {
    background-color: #145182;
    color: #fff;
    margin: 5px 0;
    line-height: 36px;
    border-radius: 4px;
}
.footer img{
    padding: 5px 0 5px 5px;
}
.footer ul img{
    padding: 0;
}
.footer ul {
    list-style: none;
    font-size: 13px;
    line-height: 28px;
    padding: 0 5px 0 15px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover,
.footer a:focus {
    text-decoration: underline;
}
.footer .socialicons ul {
    margin:5px 0 2px 0;
    padding:0;
}
.footer .socialicons li {
    display:inline;
    margin-left:5px;
}
.feeds {
    margin: 20px 10px 0 10px ;
}
.feeds ul {
    list-style: none;
    padding:0;
    line-height:25px;

}
.pubrow {
    margin: 20px 0;
    padding-left: 0 !important;
}
.pubrow li{
    display: inline-block;
    padding:0 10px;
    zoom: 1;
    *display: inline;
}
.publication {
    padding:15px 10px 10px 10px;
    overflow: hidden;
}
.pubimage {
    width:200px;
    background-color: red;
}
.pubinfo {
    width:540px;
    float:right;
}
.bigPub {
    width: 242px;
    text-align: center;
}

.admin.navbar-default {
    background-color: #fcf8e3;
}

.featured h4, .featured h5 {
    font-weight:bold;
    padding-left:0;
    color: #145182;
}

.description {
    font-size:11px;
    padding-top:2px;
    padding-left:0;
}

.glossarysearch {
    font-size:17px;
    text-align:center;
    font-weight:bold;
}

.blog-nav{
    padding-top:20px;
    padding-bottom:10px;
    font-size:16px;
    font-weight:bold;
}

/* Media Kits */

.mediakit ul{
    font-size: 14px;
}

.mediakit li{
    font-size: 14px;
}

.well ul {
    font-size: 18px;
    padding: 5px 19px 10px 25px;
}

.well p {
    padding-left: 10px;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.someInputdisplay::-ms-clear {
    display: none;
    width:0;
    height:0;
}

.admin {
    position:absolute;
    text-align:center;
    font-weight:bold;
    background-color: #FCF8E3;
    border-color: #C09853;
    color: #C09853;
    padding: 2px;
}
/* Markitup overrides */

.markItUp {
    width: 100% !important;
}
.markItUpEditor {
    width: 100% !important;
    min-height:450px;
}

.description {
    padding-left:25px;
}

/* End markitup overrides */

#imageBlock ul {
    padding: 0;
}

#imageBlock #sortable {
    margin: 10px 0;
    font-size: 12px;
}
#imageBlock #sortable li {
    margin: 3px;
    padding: 5px 10px;
    list-style-type: none;
}
#imageBlock #sortable input {
    font-size: 12px;
}
#imageBlock #sortable textarea {
    height: 100px;
    font-size: 12px;
}

.site-sponsor-video {
	width: 300px;
	display: inline-block;
	text-align: left;
}

#sponsor_video {
	position: relative;
	left: -8px;
}

.gallery-overlay {
	border-radius: 3px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 10;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.8);
	font-size: 20px;
	padding: 5px 10px;
}

.image-overlay {
	opacity: 0;
	border-radius: 3px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 10;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.8);
	font-size: 20px;
	padding: 5px 10px;
}

.image:hover .image-overlay, .image-right:hover .image-overlay {
	opacity: 1;
}

.lead-smaller {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
}

@media(min-width:768px){
	.lead-smaller {
		font-size: 18px;
	}
}