article {
    margin-bottom: 40px;
}

/* search bar */
.navbar-search {
    margin-bottom: 20px;
}

/* back to top button */
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	left: 20px;
	bottom: 20px;
	background: #D8D8D8 url("../../images/chevron-up.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #A8A8A8;
}

/* alignment of icons on homepage */
.img-main {
    padding-top: 10px;
    padding-bottom: 30px;
}

/* adds scaling floating box around text in jumbotron for readability*/
.jumbotron-text {
      font-size: 24px !important;

    background: rgba(255, 255, 255, .4);
    padding: 10px 30px 15px 30px;
}

/* allows buttons to wrap text */
.btn-wrap {
    white-space:normal !important;
    word-wrap: break-word;
}

p.Class2
{
    font-size: 16px !important;
    font-weight: 300; !important;
}

p {
  font-size: 14px !important;
}

/* styling for about page wells */
.well-lg h3 {
    margin-top: 0px;
}

/* styling for article_info.html */
.article-info {
    padding-right: 20px;
}
/* end styling for article_info.html */

/* styling for sidebar.html */
.well .list-group {
    margin: 0px;
}

body {
    padding-top: 70px;
}
/* end styling for sidebar.html */

div.bg {

    background-image: url('/content/images/pages/ee_banner.png'); !important;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item > .list-group {
    margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
   padding of the last item, b/c the containing item has paddimg already 
 */
.list-group-item .list-group-item:last-child {
    padding-bottom: 0px;
}

.list-group-item {
    border: none;
}

.tag-0 {
    font-size: 16pt;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-3 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#aboutme {
    padding-top: 0px;
    padding-bottom: 5px;
    -ms-word-break: normal;
    word-break: normal;
}

#sidebar {
    padding-top: 0px;
}

.icon-label {
    margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
   lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
    margin-right: 3px;
}

a, a:hover {
    color: inherit;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content figcaption, .caption {
    font-size: small;
    margin-bottom: 2px;
}

.summary img {
    max-width: 100%;
    height: auto;
}


.floatright, .align-right {
    float: right;
}

.floatleft, .align-left {
    float: left;
}

.floatcenter, .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.floatright, .align-right {
    margin-left: 4px;
}

figure.floatleft, .align-left {
    margin-right: 4px;
}

figure.floatcenter, .align-center {
    margin-bottom: 11px;
}

.highlighttable pre {
    /* Removes bootstrap default margin-bottom */
    margin-bottom: 0px;
}

.highlighttable {
    /* Adds them margin-bottom to highlightable instead of <pre> */
    margin-bottom: 11px;
}

.highlighttable {
    width: 100%;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}

.categories-timestamp {
    color: #AAAAAA;
    font-size: 0.9em;
    margin-right: 10px;
}

.tagcloud li {
    padding: 0px;
}

#banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover; 
    background-color: #C4C4C4;
    margin: 0 0 20px;
    padding: 70px 0; /*controls padding around inner text*/
    position: relative;
}

#banner .copy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    max-width: 600px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
#banner .intro {
    color: #fff;
    font-size: 21px;
    line-height: 1.33;
    opacity: 0.75;
}
#banner .btn, #banner .intro {
    margin-left: 4px;
}

/* Solutions for mobile and small screens  */
@media (max-width: 650px) {
    #banner h1{
       font-size: 30px; /* !important;*/
    }
    #banner .intro{
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .pricing-panel {
        height: 270px;
    }
}

@media (min-width: 992px) {
    .pricing-panel {
        height: 360px;
    }
}

@media (min-width: 1200px) {
    .pricing-panel {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .article-list-item {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .feature-panel {
        height: 210px;
    }
}

@media (min-width: 1200px) {
    .feature-panel {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }
}

.vcenter {
    display: flex;
    align-items: center;
}

.btn-rss{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-rss:focus,.btn-rss.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-rss:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-rss:active,.btn-rss.active,.open>.dropdown-toggle.btn-rss{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-rss:active:hover,.btn-rss.active:hover,.open>.dropdown-toggle.btn-rss:hover,.btn-rss:active:focus,.btn-rss.active:focus,.open>.dropdown-toggle.btn-rss:focus,.btn-rss:active.focus,.btn-rss.active.focus,.open>.dropdown-toggle.btn-rss.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-rss:active,.btn-rss.active,.open>.dropdown-toggle.btn-rss{background-image:none}
.btn-rss.disabled,.btn-rss[disabled],fieldset[disabled] .btn-rss,.btn-rss.disabled:hover,.btn-rss[disabled]:hover,fieldset[disabled] .btn-rss:hover,.btn-rss.disabled:focus,.btn-rss[disabled]:focus,fieldset[disabled] .btn-rss:focus,.btn-rss.disabled.focus,.btn-rss[disabled].focus,fieldset[disabled] .btn-rss.focus,.btn-rss.disabled:active,.btn-rss[disabled]:active,fieldset[disabled] .btn-rss:active,.btn-rss.disabled.active,.btn-rss[disabled].active,fieldset[disabled] .btn-rss.active{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-rss .badge{color:#f4731c;background-color:#fff}

.btn-youtube{color:#fff;background-color:#DC2725;border-color:rgba(0,0,0,0.2)}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open>.dropdown-toggle.btn-youtube{color:#fff;background-color:#B21E1C;border-color:rgba(0,0,0,0.2)}
.btn-youtube:active,.btn-youtube.active,.open>.dropdown-toggle.btn-youtube{background-image:none}
.btn-youtube.disabled,.btn-youtube[disabled],fieldset[disabled] .btn-youtube,.btn-youtube.disabled:hover,.btn-youtube[disabled]:hover,fieldset[disabled] .btn-youtube:hover,.btn-youtube.disabled:focus,.btn-youtube[disabled]:focus,fieldset[disabled] .btn-youtube:focus,.btn-youtube.disabled:active,.btn-youtube[disabled]:active,fieldset[disabled] .btn-youtube:active,.btn-youtube.disabled.active,.btn-youtube[disabled].active,fieldset[disabled] .btn-youtube.active{background-color:#DC2725;border-color:rgba(0,0,0,0.2)}
.btn-youtube .badge{color:#DC2725;background-color:#fff}

.carousel-control.left, .carousel-control.right {
    background-image: none
}