﻿.error {
    color: #9D2C3A !important;
}
.large-wrapper.left.featured-article-list
{
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.article-cat .filter li, .glossary .filter li {
    margin: 0 3px;
}

.article ul {
    margin-bottom: 16px;
    list-style-position: inside;
    padding-left: 45px;
}

.article ul li {
    list-style: initial;
    margin-bottom: 16px;
}

.featured-vid .h3 {
    color: #E68246;
}

.featured-vid .p {
    color: #3C4044;
}

.most-read .h3 {
    color: #899F36;
}

@media all and (max-width: 400px) {
    .search.nav-mobile form {
        top: 25px;
    }
}

@media (max-width: 768px) {
    .mobile-wrapper .search {
        top: 25px;
    }

    .home .left .caption p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 550px) {
    h1.centered {
        font-size: 34px;
        line-height: 42px;
        font-weight: 700;
    }
}

@media (max-width: 979px) {
    .fixed-social-media {
        display: none;
    }
}

.search.nav-mobile form {
    position: relative;
    top: 40px;
}

.most-read .single-read {
    padding-left: 0;
    margin-bottom: 25px; }

.fs-19 {
    font-size: 19px !important;
}

.h3-green {
    color: #899F36 !important;
    font-size: 18px !important;
}

.text-white {
    color: #FFFFFF !important;
}

.bold {
    font-weight: bold;
}

.single-topic p a {
    color: white;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oval-container-tips {
    display: table;
}

.tablecell {
    display: table-cell;
}

.tablecell-center {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    width: 100%;
}

/*Poll Styles*/
.poll {
    height: auto;
}

.PollControl {
    padding-top:15px;
}

.PollTitle {
    display: none;
}

.PollQuestion {
    color: #AF8255;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    left: 15px;
}

.PollAnswers {
    padding-top: 15px;
}

.PollAnswers table {
    margin: 0 0 30px;
}

.PollAnswer, .PollAnswers td {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.PollAnswerRadio label {
    margin-left: 5px;
}

.PollVoteButton {
    margin-left: 20px !important;
    margin-right: 20px !important;
    background-color: #af8225;
    border: 0px;
    padding: 10px 11px 8px;
    font-size: 14px !important;
    color: #ffffff;
    border-bottom: 3px solid #916441;
}

.PollResult {
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.roundedSmallBottomBG {
    margin-bottom: 20px;
}

.PollGraph div
{
	height: 8px;
	background: url(~/App_Themes/CorporateSite/Images/poll02.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
}

.PollGraph div.PollGraph0
{
	background: url(~/App_Themes/CorporateSite/Images/poll01.gif) 100% 0% repeat-x;
}

.PollGraph div.PollGraph2
{
	background: url(~/App_Themes/CorporateSite/Images/poll03.gif) 100% 0% repeat-x;
}
/*End Poll Styles*/

.fr .oval-container .oval h3 {
    font-size: 9px;
    right: -4px;
}

.fr .check-enews-health-intermediary {
    visibility: hidden;
}

.fr .logo-custom {
    width: 40%;
}

.fr .dropdownmenu-custom {
    margin-left: 4%;
}

@media (max-width: 550px) {
    .short-description {
        max-height: 300px;
        text-overflow: ellipsis;
    }
}

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .box-center {
        margin-top: 50px;
    }
}

/* IE Edge 12+ CSS styles */
@supports (-ms-accelerator:true) {
    .box-center {
        margin-top: 50px;
    }
}

    table.collapsable tr {
        border: 0px solid white;
    }

@media all and (max-width:800px) {
    table.collapsable {
        width: 100%;
    }

    tr.collapsable td.collapsable, tr.collapsable td.collapsable td {
        display: block;
        width: 100%;
		padding: 0px 0px 0px 0px;
    }

    tr.collapsable {
        display: block;
    }
}