body {
    font-size: 20px !important;
}
.btn-primary {
	color: #ffffff !important;
}

.tmc-padding {padding:30px;}

.media-object{width:100%}
.img-rounded{border-radius:2px!important;}
section{border-bottom:1px #004785 solid}


@media (min-width: 992px){
    .tmc-padding h1{font-size:80px!important;}

        #main_content h1, #leftCol h1, #rightCol h1, #sidebar h1 {
            font-size: 26px !important;
            margin-top:0!important;
        }
}

#main_header h4, #main_content h4 {
    font-family: sans-serif;
    font-size: 24px;
}

.h5, h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600!important;
}
.tmc-padding-title h3 {
    color: #004785;
    border-bottom: 1px #e8e8e8 dotted;
    padding-bottom: 10px;
    border-top: 1px #e8e8e8 dotted;
    padding-top: 10px;
    padding-left:20px;
    background-color: #f9f9f9;
}

h3[aria-expanded="true"]:after, h1[aria-expanded="true"]:after{
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #004785;         /* adjust as needed */
}
[data-toggle]:after{
    /* Attribute exists */
    /* symbol for "collapsed" panels */
   /* content: "\e080";    /* adjust as needed, taken from bootstrap.css */
  /*  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
   /* float: right;        /* adjust as needed */
   /* color: #004785;*/
}

.itms-para{font-size:85%;}

.accordion p, .accordion ul li{font-weight:300!important; font-family: 'Open Sans', sans-serif !important;}

/*.accordion a span.title {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

.accordion a span.ui-icon {
    position: static;
    height: 20px;
    margin-top: 0px;
    margin-top: 3px;
}*/

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png)!important;
}
.nocolpadding div {
    padding-left:0px!important;
    padding-right:0px!important;
}
.panel-body {
    padding: 0px!important;
}
.Newsfeedheader {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #004785;
}
.datebox{
    background: #e5e3e3;
    margin:0;
    padding:0;
    Text-align:center;
}
.feedbox{
    border: 6px solid #acabab;
    padding-left:0px;
    padding-right:0px;
}
.feedheader p{
    padding-top: 16px;
    font-weight:bold;
    color:#004785;
}
.tealheaders{
    color: #28d2c4 !important;
    font-weight:700;
    font-size: 2rem;
}

h4 .blueheaders, .blueheaders{
    color:#004785!important;
    font-weight:700;
    font-size: 2rem;
}

.tmc-data-table th {
    background:#004785;
    color:#fff;
}

.table > thead > tr > th {
border:1px solid #fff;
}

.tmc-data-table td, .tmc-data-table th td {
    border: 1px solid  #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #c0cde3;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e4e7ea;
}
.tmc-data-table > tbody > tr > td:first-child {
    font-weight: bold;
}
#main_content ul, #main_content ol {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-top: 1.0em;
}

ol {
    margin: 0 0 3em;
    padding: 0;
    counter-reset: item;
}

ol > li {
    padding: 0 0 0 4em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}