@charset "UTF-8";
/* Custom AMR CSS Mike Cooke August 2018 */

/* ---------------------------------------------------
    Main Elements
----------------------------------------------------- */

body
{
	padding-top: 0px !important;
}

#content .container-fluid.ly-content
{
	padding-top: 0px;
	
}

.ContainerBody
{
	overflow: hidden;
}

.navbar .ly-nav-main li.active > a
{
	color: #358ED7;
}

body.va-layout-box .ly-header-pane-empty
{
	border-top: 0px solid #4A148C;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	font-family: 'Roboto', sans-serif;
}

.ly-logo
{
	width: 350px;
}

.container-fluid
{
	max-width: 1400px;

}

body.va-layout-box .ly-header-pane
{
	margin-top: 200px;
	background: #f2f2f2;

}

.role-admin .ly-header-pane
{
	margin-top: 240px !important;
}

#content .container-fluid.ly-content
{
	background: #f2f2f2;
}


footer .container-fluid
{
	background-color: #43484d;
}

/* Set text size in modules*/
.Normal,
.NormalDisabled,
.NormalDeleted 
{
    color: inherit !important;
}

.dnnSortable.ui-sortable, .dnnSortable.ui-droppable
{
	padding-right: 15px;
	padding-left: 15px;
}

/* ---------------------------------------------------
    Menu Elements
----------------------------------------------------- */

header .nav-71 a::before {
  content: url(/portals/0/2018Images/AboutIcon.png);
  display: block;
  text-align: center;
}


header .nav-72 a::before {
  content: url(/portals/0/2018Images/EventIcon.png);
  display: block;
  text-align: center;
}


header .nav-73 a::before {
  content: url(/portals/0/2018Images/MemberIcon.png);
  display: block;
  text-align: center;
}

header .nav-74 a::before {
  content: url(/portals/0/2018Images/ResourcesIcon.png);
  display: block;
  text-align: center;
}

header .nav-102 a::before {
  content: url(/portals/0/2018Images/PortalIcon.png);
  display: block;
  text-align: center;
}

header .nav-1121 a::before {
  content: url(/portals/0/2018Images/Policy.png);
  display: block;
  text-align: center;
}

.fixed-header .nav-1121 a::before, .fixed-header .nav-102 a::before, .fixed-header .nav-71 a::before, .fixed-header .nav-72 a::before, .fixed-header .nav-73 a::before,.fixed-header .nav-74 a::before
{
	content: none !important;
}

header .nav-item
{
	margin-right: 10px;
	margin-left: 10px;
}

.navbar .ly-nav-main li a
{
	color: #9ca5ad;
}

.navbar .ly-nav-main li a:hover, .navbar .ly-nav-main li a:focus
{
	color: #00275D;
}

.navbar .ly-nav-main li a::after
{
	background: #53BBB3;
}

.sidr
{
	background: #00275D;
}

/* ---------------------------------------------------
    Container Elements
----------------------------------------------------- */

.NoBGContainer .ContainerBody
{
	color: #000;
	background-color: #F2F2F2;
	padding-left: 20px;
	padding-right: 20px;
}

.WhiteContainer .ContainerBody
{
	color: #000;
	background-color: #fff;
	padding: 20px;
}

.BlueContainer .ContainerBody
{
	color: #fff !important;
	background-color: #358ed7;
	padding: 20px;
}

.DarkBlueContainer .ContainerBody
{
	color: #fff !important;
	background-color: #1c5e9e;
	padding: 20px;
}


.AquaContainer .ContainerBody
{
	color: #fff !important;
	background-color: #39ADD1;
	padding: 20px;

}

.GreenContainer .ContainerBody 
{
	color: #fff;
	background-color: #53bbb3;
	padding: 20px;

}

.GreenContainer .ThreeBody
{
	color: #fff;
	background-color: #53bbb3;

}

.AquaContainer .ThreeBody
{
	color: #fff !important;
	background-color: #39ADD1;

}

.BlueContainer .ThreeBody
{
	color: #fff !important;
	background-color: #358ed7;
}


.TitleBox
{
	background-color: #fff;
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #fff;
	border-bottom: 1px solid #00275d;

}

.TitleBox h2
{
	font-size: 16px;
	font-weight: 400;
		
}

.TitleBox h3
{
	font-size: 16px;
	font-weight: 400;
}

.NoBGContainer .TitleBox
{
	background-color: #F2F2F2;
	color: #5e6977;
	border: 0px solid #ccc;
}

.NoBGContainer .TitleBox h2
{
	font-size: 20px;
}

.GreenContainer .TitleBox, .BlueContainer .TitleBox, .WhiteContainer .TitleBox, .AquaContainer .TitleBox, .DarkBlueContainer .TitleBox
{
	background-color: #fff;
	color: #000;
}

/* ---------------------------------------------------
    Misc Elements
----------------------------------------------------- */

.ThreeBody
{
	padding: 20px;
	min-height: 350px;
}

.ThreeBody .fa
{
	margin-right: 10px;
	font-size: 40px;
}

.CommunityItem, .DirectoryItem, .MTMItem
{
	font-size: 30px;
	font-weight: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.MTMButton a, .DirectorySearchButton a
{
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.MTMButton a:hover, .DirectorySearchButton a:hover
{
		border: 1px solid #ccc;
}

.CommunityItem a
{
	color: #fff;
}

.CommunityItem a:hover
{
	color: #ccc;
}

.edn_socialLinksRatingViewsWrapper
{
	display: none;
}

.ViewMore
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

.DnnModule
{
	margin-top: 10px;
}

.card-header .btn
{
	color: #358ED7;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

.card-header .btn:hover
{
	color: #000;
	background-color:#358ED7;
}



#accordion .card
{
	margin-bottom: 10px;
}



.LiasonList li, .WorkgroupList li
{
	margin-bottom: 5px;
	border: 1px solid #ccc;
	list-style-type: none;
	padding: 10px;
}

.PaddedTable td
{
	padding: 10px;
	border: 1px solid #ccc;
}

.OfficerBox
{
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid #ccc;
	min-height: 275px;
	margin-bottom: 10px;
	display: flex;
}

/* ---------------------------------------------------
    News Elements
----------------------------------------------------- */

.eds_news_Nova.eds_subCollection_news .edn_article.edn_simpleList:first-child
{
	margin-top: 0px;
}

.eds_news_Nova.eds_subCollection_news .edn_article.edn_simpleList > section .edn_timeAndAuthor
{
	display: none;
}

.eds_news_Nova.eds_style_predefined_cascade_grey.eds_subCollection_news.eds_templateGroup_listArticleSimple .edn_articleTitle > a, .eds_news_Nova.eds_style_predefined_cascade_grey.eds_subCollection_news.eds_templateGroup_listCatalogDefault .edn_articleTitle > a
{
	color: #fff !important;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;


}

.eds_news_Nova.eds_style_predefined_cascade_grey.eds_subCollection_news a
{
	color: #fff !important;
}


.eds_news_Nova.eds_subCollection_news .edn_article.edn_simpleList > section
{
	margin-bottom: 5px;
}

.eds_news_Nova.eds_subCollection_news .edn_article.edn_simpleList > section .edn_articleSummary
{
	display: none;
}

.eds_news_Nova.eds_subCollection_news .edn_article.edn_simpleList > section .edn_articleTitle
{
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 60px;
	line-height: 18px;
}


.eds_news_Nova.eds_subCollection_news .edn_articlesRssWrapper
{
	display: none;
}

.eds_news_Nova.eds_style_predefined_cascade_grey.eds_subCollection_news.eds_templateGroup_listArticleSimple .edn_article.edn_simpleList > section:hover .edn_articleTitle > a:hover, .eds_news_Nova.eds_style_predefined_cascade_grey.eds_subCollection_news.eds_templateGroup_listCatalogDefault .edn_article.edn_simpleList > section:hover .edn_articleTitle > a:hover
{
	color: #000;
}

.eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_listArticleSimple .edn_article.edn_simpleArticle h2.edn_articleTitle, .eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_listArticleSimple3 .edn_article.edn_simpleArticle h2.edn_articleTitle
{
	font-size: 18px !important;
	color: #fff;
		padding: 10px;
}

.eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_listArticleSimple .edn_article.edn_simpleArticle:hover h2.edn_articleTitle, .eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_listArticleSimple3 .edn_article.edn_simpleArticle:hover h2.edn_articleTitle
{
	color: #000 !important;
	background-color: #fff;
	padding: 10px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_simpleArticle > a
{
	color: #fff;
}

.eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_listArticleSimple .edn_article.edn_simpleArticle:first-child
{
	border-top-color: #fff;
}

.eds_news_Ozone.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_listArticleSimple .edn_article.edn_simpleArticle
{
	border-bottom-color: #fff;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper
{
	display: none !important;
}

/* ---------------------------------------------------
    Button Elements
----------------------------------------------------- */


.btn-outline-primary

{
	color: #358ed7;
	border-color: #358ed7 !important;
}

.btn-outline-primary:hover
{
	background-color: #358ed7 !important;
}

 .btn-primary
 {
	 background-color: #358ed7;
	 border-color: #358ed7;
 }

.btn-primary:hover
{
	background-color: #53BBB3;
}

.SubNav .btn-primary
{
	width: 100%;
	margin-bottom: 10px;
}

.btn
{
	white-space: normal;
}


.navbar .ly-nav-main li a
{
	width: 100px;
	text-align: center;
}

/* ---------------------------------------------------
    Mobile Elements
----------------------------------------------------- */


@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px)
{
	
	.edn_articlePointer
	{
		display: none !important;
	}
	
	.eds_news_Nova.eds_subCollection_news .edn_article.edn_simpleList > section
	{
		padding-bottom: 0px;
	}
	
}

@media handheld, only screen and (max-width: 1225px), only screen and (max-device-width: 1225px)
{
	
	.ly-logo img
	{
		max-width: 225px;
	}
	
	
}



	