@charset "UTF-8";
em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em
}

.DNNEmptyPane {
    display: none!important
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

html, li, p {
    font-size: 16px
}

ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li {
    list-style: none;
    margin: 0
}

ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none
}

ul li {
    list-style-type: disc
}

ul li li {
    list-style-type: circle
}
.lkhierarchy ul.sidebar-menu li, .lkhierarchy ul.sidebar-menu li li {
	list-style-type: none;
}
ol li {
    list-style-type: decimal;
    list-style-position: inside
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

body {
    background: #fff;
}
hr {
	margin:30px 0;
}
.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th {
    font-family: 'Lato', sans-serif;
}

.SubHead {
    color: #000
}

Body #Form {
    height: 100%
}

embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none!important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    color: #333;
    font-weight: 700
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 20px;
	color: #444;
}

ol li>ol li {
    list-style-type: lower-latin
}
.search {
    position: relative;
    min-width: 35px;
    width: 0;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.search.search-open {
    width: 25%
}

.search.small-screens.search-open {
    width: 100%
}

.search.small-screens.search-open .searchInputContainer input {
    padding: 0 124px 0 20px
}

.searchInputContainer {
    display: block!important
}

.searchInputContainer input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: auto;
    height: 34px;
    margin: 0;
    padding: 0 52px 0 20px;
    font-size: 15px
}

.searchInputContainer input::-webkit-input-placeholder {
    color: #818181
}

.searchInputContainer input:-moz-placeholder {
    color: #818181
}

.searchInputContainer input::-moz-placeholder {
    color: #818181
}

.searchInputContainer input:-ms-input-placeholder {
    color: #818181
}

.searchInputContainer a.dnnSearchBoxClearText {
    right: 45px!important
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    bottom: 2px
}

#search-action, .SearchButton, .search-toggle-icon {
    background: url(images/search.png) center center no-repeat #c3c1c1;
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px
}

#search-top {
    clear: both;
    width: 100%;
    background: #7CA0C0;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out
}

#search-top.active {
    height: auto;
    padding: 15px 0;
    overflow:visible;
}

#search-top span {
    display: inline!important
}

#search-top input {
    background: #fff;
    border: none;
    font-size: 1.2em;
    height: 46px;
    margin: 0 0 0 15px;
    width: 70%
}

#search-top a.SearchButton {
    background: url(images/search.png) center center no-repeat #e0dfdf;
    height: 46px;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    width: 60px;
    padding: 0;
    top: 5px
}

#search-action {
    display: none;
    float: right;
    height: 34px;
    margin: 0;
    padding: 6px 12px
}

#login {
    padding-right: 10px
}

@media only screen and (max-width:768px) {
    #search-action {
        display: block
    }
    #login {
        padding-right: 21px
    }
}

@media only screen and (max-width: 500px){
    ul.searchSkinObjectPreview {
        width:auto;
        min-width:240px;
    }
}

@media only screen and (max-width: 350px){
    ul.searchSkinObjectPreview {
        right:-30px;
    }
}

#login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * {
    display: block
}

#login .loginGroup, #login .registerGroup {
    float: right;
    padding: 0;
    margin: 0
}

#login .loginGroup a, #login .registerGroup a {
    display: block;
    position: relative;
    height: 34px;
    min-width: 12px;
    padding: 7px 15px 0;
    color: #fff;
    font-size: 11px;
    vertical-align: middle
}

#login .loginGroup a:hover, #login .registerGroup a:hover {
    background: #d7d7d7;
    color: #333;
    text-decoration: none
}

#login .loginGroup a:active, #login .registerGroup a:active {
    color: #333
}

#login .loginGroup a strong, #login .registerGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    text-indent: -9999px
}

#login .registerGroup li {
    float: left;
    line-height: 1.2em
}

#login .registerGroup li:first-child:hover {
    border-left: #222
}

#login .registerGroup .buttonGroup {
    margin-right: 0
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: 0 0
}

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: #3b96b6;
    text-align: center;
    font-size: 11px;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333
}

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

#login .userNotifications strong {
    height: 100%;
    background: url(images/notification_icon.png) center center no-repeat
}

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat
}

#login .userMessages a, #login .userNotifications a {
    padding: 0 18px
}

#login .userMessages a span, #login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0;
    background-color: transparent;
    font-size: 10px
}

#topHeader {
    background: #383838;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0;
	display:none;
}
/*.dnnEditState #topHeader {
	display:block;
}*/
#dnn_dnnLoginTop_loginGroup, #dnn_dnnLogin1_loginGroup {
	display:inline-block;
}

.FMP h1,.FMP h2,.FMP h3,.FMP h4,.FMP h5,.FMP h6 {
    color: #0073cf;
    line-height: 1.3em;
    margin: 0 0 10px
}

.FMP h1 {
    font-size: 30px;
}

.FMP h2 {
    font-size: 28px;
}

.FMP h3 {
    font-size: 24px
}

.FMP h4 {
    font-size: 22px;
}

.FMP h5 {
    font-size: 20px;
}

.FMP h6 {
    font-size: 18px;
}
.FMP .LinkBtn,.FMP a.LinkBtn {
	color:#0073cf;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	border: 2px solid #0073cf;
	padding: 7px 25px;
	background:transparent;
}
.FMP.LinkBtn:hover,.FMP a.LinkBtn:hover,.FMP .LinkBtn:active,.FMP a.LinkBtn:active,.FMP .LinkBtn:focus,.FMP a.LinkBtn:focus {
	color:#fff;
	background:#0073cf;
	text-decoration:none;
}


.FMP #topHeader {
    background: #383838;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0
}

.FMP header {
    background: #fff;
	position:fixed;
	width:100%;
	z-index:1000;
	border-bottom:1px solid #ccc;
}
.dnnEditState .FMP header {
	position:relative;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.FMP.HomeSkin .heightsection, .FMP.InnerSkin .heightsection {
    position: relative;
	padding-top: 133px;
}
.sticky .heightsection {
  padding-top: 133px;
}
#mainHeader-inner {
    padding: 10px 0 0 0;
}

#mainHeader-border {
    background: #8fb299;
    height: 5px
}

.FMP #logo {
	padding-left: 0;
	margin: 0 auto;
	text-align: center;	
}
.FMP #logo img {
	max-width:170px;
	margin-bottom:16px;
}
@media only screen and (min-width:1024px) {
	.FMP #navbar {
	margin-top: -25px;
}
}
@media only screen and (min-width:1280px) {
.FMP #logo img {
	max-width:340px;
	margin-bottom:0;
}

.FMP #dnnMenu .topLevel > li > a:last-child {
	padding-right:10px;
}
}
.FMP .navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px
}
.FMP .MobileLogos {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.FMP .MobileLogos .icons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.FMP .MobileLogos .container {
	padding:0 5px;
}
.FMP .MobileLogos .icons a {
	margin-right:12px;
}
.FMP .MobileLogos .icons a,.FMP #dnn_dnnLoginMob_loginGroup {
    width: 33px;
    display: inline-block;
    text-align: center;
    height: 37px;
}
.FMP #dnn_dnnLoginMob_loginGroup {
    margin-right:14px;
}
.FMP .MobileLogos p,.FMP .MobileLogos a,.FMP .MobileLogos a:hover,.FMP .MobileLogos a:visited {
    color: #0073cf;
    font-weight: bold;
    font-size: 24px;
}
.FMP .MobileLogos .icons a.callus,.FMP #dnn_dnnLoginMob_loginGroup a {
	 width: auto;
	 font-size: 16px;
	 text-align:left;
}
.FMP .MobileLogos .icons a.callus .fa-phone {
	font-size:20px;
	margin-right:4px;
}
.FMP .MobileLogos .icons .navbar-toggle {
    margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 26px;
	background: transparent;
}
.FMP .MobileLogos .icons .navbar-default .navbar-toggle .icon-bar {
    background-color: #0073cf;
}
.FMP .MobileLogos .navbar-toggle .icon-bar {
	width:25px;
	background-color:#0073cf;
}
.FMP .MobileLogos .navbar-toggle.active .icon-bar {
	width:28px;
}
.FMP .MobileLogos .navbar-toggle span.icon-bar {
	transition: all 0.15s;
}
.FMP .MobileLogos .navbar-toggle.active {
    padding: 0;
	margin: 0;
}
.FMP .MobileLogos .navbar-toggle.active span:nth-child(2) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.FMP .MobileLogos .navbar-toggle.active span:nth-child(3) {
	opacity: 0;
}
.FMP .MobileLogos .navbar-toggle.active span:nth-child(4) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.FMP .MobileLogos .navbar-toggle span:nth-child(2),
.FMP .MobileLogos .navbar-toggle span:nth-child(4) {
	transform: rotate(0);
}
.FMP .MobileLogos .navbar-toggle span:nth-child(3) {
	opacity: 1;
}
.FMP .MobileLogos .navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}
.FMP .MobileLogos .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.FMP .MobileLogos .navbar-toggle.active .icon-bar + .icon-bar {
    margin-top: 6px;
}
.FMP .MobileLogos .navbar-default .navbar-toggle:hover,.FMP .MobileLogos .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.FMP .navbar-default .navbar-toggle:hover,.FMP .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}
.FMP .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.FMP #dnnMenu ul {
	margin-left:0;
}
.FMP #search {
    display: none;
    position: absolute;
    top: 99px;
    z-index: 10000;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
}
@media only screen and (max-width:991px) {
.FMP .navbar {
    position: relative;
    min-height: 50px;
    display: block;
}
.FMP #navbar {
    float: none !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    overflow: visible;
    margin-top: 8px;
	left:0;
	border:1px solid #ccc;
}
}
@media only screen and (max-width:768px) {
    .FMP .main-navigation {
        height: auto;
        width: 100%
    }
    .FMP nav {
        display: none
    }
    .FMP a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }
    .FMP a.mobile-nav-btn:hover {
        text-decoration: none
    }
    .FMP #navbar-top-wrapper {
        clear: both;
        position: relative;
		width:100%;
    }
    .FMP #navbar {
        float: none!important
    }
}

@media only screen and (min-width:767px) {
    .FMP #navbar.navbar-collapse.collapse {
        float: right;
		padding-right:0;
    }
}
@media only screen and (min-width:992px) {
.FMP #dnnMenu ul {
	float:right;
}
.FMP .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
	border:none;
}

.FMP .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}
.FMP .navbar-nav {
    float: right;
    margin: 0;
        margin-left: 0px;
	 width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	display:block;
}
.FMP .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.FMP .navbar-nav > li {
    float: left;
}
.FMP .nav > li {
    position: relative;
    display: block;
}
.FMP .navbar-default .navbar-nav > .active > a,.FMP .navbar-default .navbar-nav > .active > a:focus,.FMP .navbar-default .navbar-nav > .active > a:hover {
    color: #333333;
}
.FMP .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	line-height: 20px;
}
.FMP .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px 10px 10px;
}
.caret::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
   /* border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
	content: "\f107";
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width:19px;
height:25px;
}
.FMP #navbar-top-wrapper {
    min-height: auto;
    width: 100%;
}
.FMP .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 15px;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0073cf;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.FMP .HeaderRightSection {
    text-align: right;
    padding-top: 0;
	display:inline-block;
	float:right;
}
.FMP #logo {
	text-align:left;
	display:inline-block;
}

.FMP .HeaderRightSection a {
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-right:7px;
}
.FMP .HeaderRightSection p,.FMP #dnn_dnnLogin_loginGroup {
	display:inline-block;
}
.FMP .HeaderRightSection a.links,.FMP #dnn_dnnLogin_loginGroup {
	margin:0 0 0 7px;
}
.FMP .HeaderRightSection .fa-phone {
	font-size:25px;
}
.FMP .HeaderRightSection .fa-search {
	font-size:25px;
}
.FMP .HeaderRightSection .fa-phone {
	margin-right:7px;
}
.FMP #dnnMenu .topLevel > li > a {
    color: #000;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
}
.FMP .navbar-default {
	background-color:transparent !important;
	border:none !important;
}
.FMP #breadcrumb {
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

.FMP #breadcrumb a {
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    color: #626262
}

.FMP #breadcrumb a:first-child {
    font-family: 'Lato', sans-serif;
    font-size: 11px!important;
    font-weight: 400;
    color: #7b7d82;
    margin: 0
}

.FMP #breadcrumb img,.FMP #breadcrumb span {
    margin-left: 10px
}
@media (max-width: 768px) {
    .FMP .carousel-inner .carousel-item > div {
        display: none;
    }
    .FMP .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.FMP .carousel-inner .carousel-item.active,
.FMP .carousel-inner .carousel-item-next,
.FMP .carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
   .FMP .carousel-inner .carousel-item-right.active,
    .FMP .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .FMP .carousel-inner .carousel-item-left.active, 
    .FMP .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.FMP .carousel-inner .carousel-item-right,
.FMP .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.FMP .card {
	padding:0;
	border:none;
	display:inline-block;
}
.FMP .border-dark {
    border-color: #026096 !important;
}
.FMP .bg-dark {
    background-color: #026096 !important;
}
.FMP .card img {
	width:100%;
	max-width:280px;
}
.FMP #recipeCarousel {
	margin:25px 45px;
}
.FMP footer {
    background-color: #0073cf;
    padding: 35px 0;
	text-align:center;
}
.FMP footer a, footer a:visited,.FMP footer a:focus,.FMP footer a:active,.FMP footer a:hover, footer span {
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.FMP footer span {
	margin-top:15px;
	display:inline-block;
}
.FMP footer ul {
	margin-left:0;
}
.FMP footer ul li {
	list-style-type: none;;
}
.FMP .FooterRight a {
    font-size: 19px;
    line-height: 35px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    font-weight: 500;
    color: #0073cf !important;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #fff;
	font-weight:normal;
}
.FMP .FooterRight a:last-child {
	margin-right:0;
}
.FMP .FooterRight a:hover {
    background-color: transparent;
    color: #fff !important;
	text-decoration:none;
}
.FMP .ModDDRMenuC {
	 margin: 15px 0 35px 0;
}
.FMP .ModDDRMenuC ul li {
	list-style-type:none;
	background-color:transparent;
	padding:0;
}
.FMP #dnnMenu .menuItem {
    word-wrap: break-word;
}
.FMP .navbar-default .navbar-nav > .active > a,.FMP .navbar-default .navbar-nav > .active > a:focus,.FMP .navbar-default .navbar-nav > .active > a:hover {
	background-color:transparent;
}
.FMP .ListBox .rss.EDN_eventsModuleBoxRSS {
	display:none;
}
.eds_news_Firefly.eds_subCollection_news {
	margin-bottom:35px;
	font-family: 'Lato', sans-serif !important;
}
.eds_news_Firefly.eds_subCollection_news .EDN_eventsModuleBox.ListBox .edn_module_title > span, .eds_news_Firefly.eds_subCollection_news .ListBox .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate span, .eds_news_Firefly.eds_subCollection_news .ListBox .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTitle, .eds_news_Firefly .ListBox .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span, .eds_news_Firefly.eds_subCollection_news .EDN_article .EDN_title-container > h2, .eds_news_Firefly.eds_subCollection_news .EDN_article.DetailsCustom .EDN_title-container > h1 {
	font-family: 'Lato', sans-serif;
}
.eds_news_Firefly.eds_subCollection_news .ListBox .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate .EDN_eventPublishMonth, .eds_news_Firefly.eds_subCollection_news .EDN_article.DetailsCustom .EDN_title-container > h1 {
	color: #0073cf;
	font-weight:bold;
}
.eds_news_Firefly .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
	color:#666 !important;
}
.eds_news_Firefly .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
	color: #0073cf !important;
}
.eds_news_Firefly.eds_subCollection_news .ListBox .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate .EDN_eventPublishDay {
	display:none; /*hides the day on list view events page*/
}
.eds_news_Firefly.eds_subCollection_news .ListBox .EDN_article.EDN_eventsBox > a:hover .EDN_eventBox .EDN_eventBoxTitle, .eds_news_Firefly.eds_subCollection_news a:hover, .eds_news_Firefly.eds_subCollection_news a {
	color: #0073cf !important;
}
.eds_news_Firefly.eds_subCollection_news .EDN_article .EDN_event-location-container .export-calendar, .eds_news_Firefly.eds_subCollection_news .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTime, .eds_news_Firefly.eds_subCollection_news .EDN_article .EDN_event-location-container {
	display:none !important;
}
.FMP a.anchor {
    padding-top: 190px;
    margin-top: -190px;
	visibility: hidden;
	height: 1px;
	display: inline-block;
}
.FMP a.anchor:before {
    display: block;
    content: " ";
    padding-top: 190px;
    margin-top: -190px;
    visibility: hidden;
}

@media (min-width: 768px) {

	.FMP footer #dnn_FooterTopLeft, footer #dnn_FooterTopMid {
		text-align:left;
	}
	.FMP footer #dnn_FooterTopRight {
		text-align:right;
	}
	.FMP footer span {
		float:right;
	}
}


@media (min-width: 1280px) {
.FMP #search {
	float: right;
	position: relative;
	margin:0;
	top:0;
	margin-right:10px;
	
}	
.FMP .spacing {
	margin-top: 38px;
}
.FMP footer span {
	margin-top:25px;
}
}
.personabar-visible .FMP header {
    position: relative;
}
/*Forum*/
.DnnModule-Console {
	margin: 35px 0 55px 0;
}
.console-none div {
	height:42px;
}
.console-mouseon {
	/*height:30px;*/
	background-color:transparent;
}
.FMP h3 a, .FMP h3 a:active, .FMP h3 a:hover, .FMP h3 a:focus, .journalItems a, .journalItems a:hover, .journalItems a:visited, .journalitem a, .journalitem a:hover, .journalitem a:visited {
    color: #0073cf;
	text-decoration:none;
}
.dgdGroupQuickInfo ul li, .journalrow div.journalitem ul.jcmt li textarea {
	color:#444;
	font-family: 'Lato', sans-serif;
}

.journalrow div.journalitem ul.jcmt li textarea {
    font-size:14px;
}
.journalTools #btnShare, .jcmt li.cmtbtn a {
	background: #0073cf;
	border-radius:0;
}
.journalrow div.journalitem ul.jcmt li textarea {
	margin-bottom:15px;
}
.ModEasyDNNsimpleForumC .edsf_share {
	display:none !important;
}
.eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats {
	float:left;
	
}
.eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats li, .eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction .edsf_actionIcon, .eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction .edsf_actionIcon:hover{
	color:#fff !important;
}
.eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats span.edsf_commentAction {
	margin-top:5px;
	float:none;
}
.eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction {
	vertical-align: bottom !important;
}
.eds__simpleForum .edsf_nativeComments .edsf_commentsButton > span.edsf_buttonIcon {
	margin-top: 13px;
}
.eds__simpleForum .edsf_nativeComments .edsf_commentsBox .edsf_articleContentWrapper > footer {
	
    padding: 13px 30px 25px 30px !important;
}
.eds__simpleForum .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction span.edsf_actionIcon {
	margin-top:8px;
}
.Fulltable th, .Fulltable td {
	padding:10px !important;
	border: 1px solid #ccc !important;
}
