/* RWD */
a.btnRwd {
    display: none;
    line-height: 56px;
}
a.btnRwd:hover {
    text-decoration: none;
}
a.btnRwd:before {
    content: '\f0c9';
    color: #00303c;
    margin-right: 15px;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: relative; 
    top: 5px;
}
.rwdClose {
    text-align: center;
    padding: 12px 0;
}
.rwdClose a {
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    padding: 14px 24px;
    background: #53c8e9;
    transition: all ease .3s;
}
.rwdClose a:hover {
    text-decoration: none;
    background: #006622;
}
.rwdSub {
    text-align: center;
    padding: 12px 0;
    background: #00303c;
}
.rwdSub ul li {
    display: inline-block;
    margin: 0 10px;
}
.rwdSub ul li a {
    color: #FFF;
}
.rwdNav ul li {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #d8eaf5;
}
.rwdNav ul li a {
    display: block;
    padding: 12px 20px;
    transition: all ease .3s;
}
.rwdNav ul li a:hover {
    text-decoration: none;
    background: #d8eaf5;
}
/* MOBILE NAVIGATION */
.rwdNav .k-treeview {
	white-space: normal;
}
.rwdNav .k-treeview .k-item {
	padding: 0;
}
.rwdNav .k-treeview a.k-in {
    font-size: 20px;
	color: #58595b;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 35px;
	border: none;
	border-bottom: 1px solid #58595b;
}
.rwdNav .k-treeview .k-item>.k-group a.k-in {
	background: #d0d4d6;
	padding: 10px 10px 10px 45px;
    border-bottom: none;
}
.rwdNav .k-treeview .k-item>.k-group .k-group a.k-in {
	padding: 10px 10px 10px 65px;
    border-bottom: none;
}
.rwdNav .k-i-expand, .rwdNav .k-i-collapse {
	position: absolute;
    width: 40px;
    height: 40px;
	padding: 0;
	margin: 0 !important;
}
.rwdNav .k-i-expand:before {
    content: '\f054';
    color: #53c8e9;
    text-align: left;
    margin: 12px 0 0 10px;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rwdNav .k-i-collapse:before {
    content: '\f078';
    color: #53c8e9;
    text-align: left;
    margin: 8px 0 0 5px;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rwdNav .k-treeview .k-item > .k-group .k-i-expand:before {
    font: normal normal normal 20px/1 FontAwesome;
    margin: 14px 0 0 23px;
}
.rwdNav .k-treeview .k-item > .k-group .k-i-collapse:before {
    font: normal normal normal 20px/1 FontAwesome;
    margin: 10px 0 0 18px;
}
.rwdNav .k-treeview .k-item > .k-group k-group .k-i-expand:before {
    font: normal normal normal 18px/1 FontAwesome;
    margin: 16px 0 0 36px;
}
.rwdNav .k-treeview .k-item > .k-group k-group .k-i-collapse:before {
    font: normal normal normal 18px/1 FontAwesome;
    margin: 12px 0 0 31px;
}
/* LEFT NAV */
.leftNav .k-treeview {
	white-space: normal;
    overflow: hidden;
    padding-right: 25px;
}
.leftNav .k-treeview .k-item {
	padding: 0;
    position: relative;
}
.leftNav .k-treeview a.k-in {
    font-weight: bold;
	color: #3a3a3a;
	display: block;
	margin: 0;
	padding: 15px 15px 15px 20px;
	border: none;
}
.leftNav .k-treeview .k-item:first-of-type >.k-group {
    border-top: 2px solid #b7b7b7;
}
.leftNav .k-treeview .k-item>.k-group a.k-in {
    font-weight: normal;
    color: #00303c;
    padding: 8px 8px 8px 20px;
    text-decoration: underline;
    border-bottom: none;
}
.leftNav .k-treeview .k-item>.k-group .k-group a.k-in {
    font-weight: normal;
    color: #00303c;
    padding: 8px 8px 8px 30px;
    text-decoration: underline;
    border-bottom: none;
}
.leftNav .k-treeview .k-item a.k-in:hover {
    text-decoration: underline;
}
.leftNav .k-i-expand, .leftNav .k-i-collapse {
	position: absolute;
    margin: 0;
    top: 18px;
}
.leftNav .k-item>.k-group .k-i-expand, .leftNav .k-item>.k-group .k-i-collapse {
	position: absolute;
    margin: 0;
    top: 12px;
}
.leftNav .k-i-expand:before {
    color: #53c8e9;
    content: '\f101';
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.leftNav .k-i-collapse:before {
    color: #00303c;
    display: inline-block;
    content: '\f103';
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* CALL BOX */
.callBox {
    color: #00303c;
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    background: #FFF;
    border: 1px solid #b7b7b7;
    display: flex;
    flex-direction: column;
}
.callBox.style2 {
    position: relative;
    padding: 20px;
    border: 1px solid #b7b7b7;
    background: #f6f6f6;
}
.callBoxBG {
    margin: -20px;
    margin-bottom: 20px;
    height: 132px;
}
.callBox h1, .callBox h2, .callBox h3 {
    font-size: 21px !important;
    color: #00303c !important;
    margin-bottom: 30px !important;
}
.rowBlue .callBox h1, .rowBlue.callBox h2, .rowBlue .callBox h3 {
    color: #00303c !important;
}
.callBox p {
    margin-bottom: auto;
}
.callLinkWrap {
    padding-top: 15px;
    text-align: center;
}
.callLink {
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    padding: 12px 16px;
    background: #53c8e9;
    transition: all ease .3s;
}
.style2 .callLink {
    background: #59a5d8;
}
.callLink:after {
    content: '\f101';
    margin-left: 6px;
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.callLink:hover {
    background: #419cb5;
}
.style2 .callLink:hover {
    background: #419cb5;
}
.callLink a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.callLink a[href=''] {
    display: none;
}
/* NEWS / EVENTS / BLOGS / ETC */
.sfnewsList, .sfeventsList, .sfpostsList, .sfdownloadFile {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sflistitem, .sfdownloadFile {
    list-style: none;
    margin-bottom: 15px;
}
.sflistitem h3 {
    font-size: 18px !important;
}
.sfmetainfo {
    color: #00456b;
    font-style: italic;
    margin-bottom: 1em;
}
.rowBlue .sfmetainfo {
    color: #FFF;
}
.sfmetainfo span {
    font-style: normal;
}
.sfsummary {
    margin-bottom: .5em;
}
.inline div {
    display: inline-block;
    vertical-align: text-top;
    max-height: 20px;
}
.noShow {
    display: none;
}
.fullStoryWrap {
    text-align: right;
}
.fullStoryWrap a.sffullstory {
    color: #0079b3;
    text-decoration: underline;
    display: inline-block;
    margin: 15px 0 0 0;
}
.blogList2 .blogItem {
    padding: 0 0 30px 0;
    border-bottom: none;
}
ul.sfeventDatesLocationContacts {
    display: inline-block;
    list-style: none;
    margin: 0 0 30px;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #b7b7b7;
}

ul.sfeventDatesLocationContacts li {
    padding: 5px 0;
}

/* blog enhacements 1-28-2020*/
.sfpostAuthorAndDate .aadDate, .sfpostAuthorAndDate .aadAuth{
	display: inline;
}

.sfpostAuthorAndDate .aadAuth{
	padding-left: 1em;
}

/* EXPANDABLE LISTS */
.sflistList {
    padding: 0; 
}
.sfexpandableListWrp li.sflistListItem.sflistitem {
    border: 1px solid #999;
    padding: 20px;
    margin: 0 0 15px;
}
.sfexpandableListWrp h3.sflistItemTitle, .sfexpandableListWrp h3.sflistItemTitle  {
    font-size: 21px;
    margin: -20px;
}
a.sflistItemToggleLnk {
    color: #FFF;
    background: #00303c;
    text-decoration: none;
    display: block;
    padding: 15px;
}
a.sflistListItemExpanded {
    color: #FFF !important;
    background-color: #53c8e9;
}
a.sflistItemToggleLnk:before {
    content: '\f067';
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a.sflistItemToggleLnk.sflistListItemExpanded:before {
    content: '\f068';
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.sfexpandableListWrp .sflistItemContentExp {
    padding-top: 40px;
}
.sfmetaInline div {
    display: inline-block;
}
.eventCat .sfCategoriesList, .eventCat .sfCategoriesList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eventCat .sfCategoriesList li:before {
    content: '|';
    font-style: normal;
}
.eventCat:empty {
    display: none;
}
/* DOWNLOAD TABLE */
.RadGrid_Default, .RadGrid .rgMasterTable, .RadGrid .rgMasterTable tbody, .RadGrid .rgMasterTable td {
    border: none; 
    outline: none;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.RadGrid_Default .rgMasterTable {
    font-size: 14px;
    line-height: normal;
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    background: #53c8e9;
    color: #FFF;
    padding: 15px;
}
.rgMasterTable tr td {
    padding: 15px;
}
.rgMasterTable tr:nth-child(odd) {
    background: #f6f6f6;
}
/* EVENTS MEETING LIST */
.meetings .sflistitem {
    margin-bottom: 40px;
}
.meetings h3 {
    font-size: 18px !important;
    margin: 0;
}
.meetings h3 a {
    color: #00303c;
}
.meetings .sfmetainfo {
    color: #00303c;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
}
.meetings .location {
    color: #3d3d3d;
    font-style: italic;
}
/* EVENT CALLBOX */
.eventCallBox {
    margin-bottom: 30px;
}
.eventcallBoxBG {
    position: relative;
    background: url(images/bgLogo.svg) no-repeat center center #FFF;
    min-height: 132px;
    margin-bottom: 20px;
}
.eventcallBoxBG div {
    position: absolute;
    width: 100%;
    height: 100%;
}
.eventCallBox .sfmetainfo {
    color: #3a3a3a;
    font-style: normal;
}
/* FORMS */
.sfFormBox .sfTxt, .sfFieldWrp .sfTxt {
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #CCC;
}
.sfFormBox .sfTxt:focus, .sfFieldWrp .sfTxt:focus {
    outline: none;
    background: #EEE;
}
.sfTxtBoxMedium .sfTxt, .sfFieldWrp .sfTxt {
    width: 50%;
}
.sfFieldWrp, .sfFormDropdown {
    display: block;
    margin-bottom: 1em;
}
.sfTxtLbl {
    font-weight: 600;
	display: inline-block;
	margin-bottom: .3em;
}
.sfCheckListBox label {
    display: inline-block;
    margin-bottom: 1em;
}
.sfError {
    color: #cb252d;
    margin-top: -1.5em;
    margin-bottom: 1.5em;
}
.sfSuccess {
    color: green;
    font-size: 1.5em;
}
.sfSuccess:before {
    content: '\f05d';
    text-align: left;
    font: normal normal normal 1.2em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
h2.sfFormTitle.sfTitleMedium {
    font-size: 2.3em;
    color: #00303c;
    font-weight: 200;
    margin-bottom: .5em;
    font-weight: 200;
    margin-top: 0;
}
main input[type="text"], main input[type="password"] {
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #CCC;
}
main input[type="text"]:focus, main input[type="password"]:focus {
    outline: none;
    background: #EEE;
}
main input[type="submit"] {
    cursor: pointer;
    border: 0;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    padding: 12px 16px;
    background: #53c8e9;
    transition: all ease .3s;
}
main input[type="submit"]:after {
    content: '\f101';
    margin-left: 6px;
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
main input[type="submit"]:hover {
    background: #419cb5;
}
/* GLOBAL PAGINATION */
.sf_pagerNumeric a {
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
}
a.sf_PagerCurrent {
    color: #FFF !important;
    background: #53c8e9;
    border-radius: 50%;
}
/* TRENDING CAROUSEL */
.trending .owl-stage {
    display: flex;
}
.trending .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.trending button.owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background: #FFF !important;
}
.trending button.owl-dot.active {
    background: #53c8e9 !important;
}
.trending button.owl-dot:hover {
    background: #53c8e9 !important;
}
.trending .slides {
    display: flex;
} 
.trending .slide {
    height: 100%;
    padding-bottom: 5px;
    flex-direction: column;
    display: flex !important;
}
.trending .slideWrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
    background: #FFF;
}
.trending .slideImg {
    position: relative;
    background: url(images/bgLogo.svg) no-repeat center center #FFF;
}
.trending .slideImg, .trending .slideImg div {
    height: 145px;
}
.trending .slideTxt {
    padding: 15px;
}
.trending .slideDate {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 10px;
}
.trending .slideTitle {
    font-size: 18px;
}
.trending .slideTitle a{
    color: #00303c !important ;
    text-decoration: underline;
}
.trending .slideTitle a:hover {
    text-decoration: none;
}
.trending .slideAuthor {
    margin-top: 10px;
}
/* HEALTH CAROUSEL */
.health {
    position: relative;
}
.health .slideWrap {
    height: 177px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
    background: #FFF;
    transition: all ease .3s;
}
.healthBG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.health .slideImg {
    position: relative;
    float: left;
    background: url(images/bgLogo.svg) no-repeat center center #FFF;
    background-size: 85%;
    width: 175px;
    height: 175px;
    border-right: 1px solid #b7b7b7;
}
.health .slideTxt {
    padding: 10px;
    margin-left: 175px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.health .slideDate {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 10px;
}
.health .slideTitle {
    font-size: 24px;
    margin-bottom: auto;
}
.health .slideSummary {
    margin-bottom: auto;
}
.health .slideTxt a.arrow {
    align-self: flex-end;
}
.health .slideWrap:hover .slideImg:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
}
.health .slideWrap:hover .slideImg {
    background-size: 100%;
}
.health.owl-carousel {
    padding: 0 30px;
}
.health .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.health .owl-prev:before {
    content: '\f100';
    color: #53c8e9;
    font: normal normal normal 36px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.health .owl-next:before {
    content: '\f101';
    color: #53c8e9;
    font: normal normal normal 36px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.health .owl-prev {
    left: 0;
}
.health .owl-next {
    right: 0;
}
.health .owl-nav span {
    display: none;
}
/* FAUCETED SEARCH */
.filter {
    margin: 0 0 20px;
    padding: 8px;
    width: 100%;
    float: left;
    background: #f6f6f6;
    border: 1px solid #b7b7b7;
}
.filter input[type="checkbox"] {
    margin-right: 6px;
}
.fs-result {
    margin: 15px 0 30px 0;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.itemTypeOf {
    display: inline-block;
    color: #3a3a3a;
    padding: 2px 5px;
    background: #ebebeb;
    position: relative;
    left: -10px;
    top: -10px;
}
.facetWrap {
    margin-bottom: 30px;
}
/* RESPONSIVE VIDEO */
.videoWrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* SITEMAP */
.sitemap .k-treeview {
	white-space: normal;
    overflow: hidden;
}
.sitemap .k-group .k-group {
    margin-left: 1em !important;
}
.sitemap .k-treeview .k-item {
	padding: 0;
}
.sitemap .k-treeview a.k-in {
	display: block;
	margin: 0;
	padding: .5em 2em;
	border: none;
}
.sitemap .k-icon {
    float: left;
    width: 25px;
    height: 37px;
    margin: 0 !important;
}
.sitemap .k-icon:before {
    color: #53c8e9;
    margin: 0 !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    font: normal normal normal 16px/37px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.sitemap .k-i-expand:before {
    content: '\f0da';
}
.sitemap .k-i-collapse:before {
    content: '\f0d7';
}
.sitemap .k-treeview .k-item > .k-group .k-icon:before {
    width: 16px !important;
    height: 16px !important;
    color: #00303c;
    font: normal normal normal 16px/37px FontAwesome;
}
/* JOURNAL FEED */
.rssArticle {
    padding: 15px;
    margin: 30px 0;
    border: 1px solid #b7b7b7;
}
.pub-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #00303c;
    margin: 0 0 15px;
}
.author {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.citation {
    font-weight: bold;
    color: #00303c;
    margin-bottom: 20px;
}
.feedItem h3 {
    cursor: pointer;
    font-size: 28px !important;
    color: #53c8e9 !important;
    padding: 10px;
    background: #f6f6f6;
}
.feedItem h3:before {
    content: '\f101';
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #FFF;
    margin-right: 12px;
    background: #53c8e9;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.feedItem h3.active:before {
    content: '\f103';
}
.wrap {
    display: none;
}
.wrap.open {
    display: block;
}
/* MEMBER INFO SIGNUP CONTROL */
.memberInfoCtrl {
    color: #FFF;
    position: relative;
    padding: 20px; 
    border: 1px solid #b7b7b7;
    background: url(images/bgMembership.jpg) no-repeat top center;
}
.memberInfoCtrl:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.5);
}
.memberInfoInner {
    position: relative;
    z-index: 9999;
}
.memberInfoCtrl h3 {
	color: #FFF !important;
}
/* CERTIFICATION CONTROL */
.certCtrl {
    color: #FFF;
    position: relative;
    padding: 20px; 
    border: 1px solid #b7b7b7;
    background: url(images/bgBlockCert.jpg) no-repeat top center;
    background-size: cover;
}
.certCtrl:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.5);
}
.certCtrlInner {
    position: relative;
    z-index: 9999;
}
.certCtrlInner h3 {
	color: #FFF !important;
}
/* BENEFITS TABLE */
.benefitsChart td {
    padding: 12px 10px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff !important;
}
.headerRow td {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
}
.headerRow .column1 {
    background-color: #838383;
    color: #ffffff;
    font-size: 14px;
    width: 135px;
}
.headerRow strong {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}
.headerRow.links td {
    padding: 0px !important;
}
.headerRow a {
    color: #ffffff !important;
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    font-style: italic;
    font-size: 15px;
    transition: background-color .2s ease;
}
.headerRow a:hover {
    background-color: rgba(0,0,0,.4);
    color: #ffffff !important;
    text-decoration: none !important;
}
.headerRow .column2 {
    background: #43c585; /* Old browsers */
    background: -moz-linear-gradient(top,  #43c585 0%, #339259 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43c585), color-stop(100%,#339259)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #43c585 0%,#339259 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #43c585 0%,#339259 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #43c585 0%,#339259 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #43c585 0%,#339259 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c585', endColorstr='#339259',GradientType=0 ); /* IE6-9 */
    padding: 0px !important;
}
.headerRow .column3 {
    background: #86cbe9; /* Old browsers */
    background: -moz-linear-gradient(top, #86cbe9 0%, #5188b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86cbe9), color-stop(100%,#5188b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #86cbe9 0%,#5188b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #86cbe9 0%,#5188b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #86cbe9 0%,#5188b3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #86cbe9 0%,#5188b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86cbe9', endColorstr='#5188b3',GradientType=0 ); /* IE6-9 */
    padding: 0px !important;
}
.headerRow .column4 {
    background: #5ebae1; /* Old browsers */
    background: -moz-linear-gradient(top, #5ebae1 0%, #145e98 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ebae1), color-stop(100%,#145e98)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5ebae1 0%,#145e98 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5ebae1 0%,#145e98 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5ebae1 0%,#145e98 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5ebae1 0%,#145e98 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ebae1', endColorstr='#145e98',GradientType=0 ); /* IE6-9 */
    padding: 0px !important;
}
.contentRow td {
    vertical-align: top;
    font-size: 13px;
    transition: background-color .2s ease;
}
.contentRow .column1 {
    background-color: #dbdbdb;
    font-weight: 500;
    color: #4d4d4f;
    width: 135px;
    padding: 12px 2px 12px 8px;
}
.contentRow .column2 {
    background-color: #e7f8f0;
    color: #4d4d4f;
    width: 115px;
}
.contentRow .column3 {
    background-color: #def0f7;
    color: #4d4d4f;
    width: 115px;
}
.contentRow .column4 {
    background-color: #cde4f2;
    color: #4d4d4f;
    width: 115px;
}
.contentRow:hover .column1 {
    background-color: #ededed;
}
.contentRow:hover .column2 {
    background-color: #f3fcf8;
}
.contentRow:hover .column3 {
    background-color: #eff8fb;
}
.contentRow:hover .column4 {
    background-color: #e6f2f9;
}
/* CALENDAR */
.headertextalign {
    padding: 0;
    border-color: #CCC !important;
}
.headertextalign tr:first-of-type {
    color: #FFF;
    padding: 0;
    background: #53c8e9;
}
.headertextalign tr:first-of-type td {
    padding: 0;
    border: 0 !important;
    text-align: center;
}
.headertextalign tr:first-of-type table td {
    border: 0 !important;
    padding: 15px;
}
.headertextalign td {
    vertical-align: top;
    height: 50px;
    border: 1px solid #CCC;
}
.headertextalign tr:first-of-type td a {
    font-size: 16px;
    color: #FFF !important;
}

/*resource lib pagination*/

.bottomPag{height:25px;
	margin-bottom:1em;}

.bottomPag table{
	float:right;
}
.bottomPag .aspNetDisabled{
	font-weight: bold;
}

.bottomPag .larrow input{
	
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}