﻿@font-face {
    font-family: asap;
    src: url(../fonts/Asap-Regular.otf);
}
#cssmenu {
    position: relative;
    height: 44px;
    width: 350px;
    margin: 0 auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li.paddarrow > a {
  padding-right: 56px;
  border: none;
  color: #71BFE8;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
    top: -12px;
  margin: 0;
  padding: 0;
     border: 3px solid transparent;
   height: 44px;
}

#cssmenu > ul > li:hover, #cssmenu > ul > li:focus {
    background-color: #5E5E5E;
    display: inline-block;
    position: relative;
    top: -12px;
    margin: 0;
    padding: 0;
    border: 3px solid #1254A6;
    border-bottom-color: #5E5E5E;
    /* border-bottom: 6px solid #5e5e5e; */
    height: 44px;
    color: white;
    border-bottom: none;
    position: relative;
    z-index: 100;
}
#cssmenu > ul > li.last {
  
  margin: 0px 0px 0px 0px;
  top: 0%;
  height: 44px;
    border: 3px solid transparent;
  border-bottom: none;
  z-index: 224;
  position: relative;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #02528a;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a , #cssmenu > ul > li:focus > a{
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #02528a;
}
#cssmenu > ul > li:hover::after, #cssmenu > ul > li:focus::after  {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  border: none;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul, #cssmenu > ul > li:focus > ul {
    left: -3px;
    top: 38px;
    /* right: 0px; */
    opacity: 1;
    border: 3px solid #02528A;
    position: absolute;
    z-index: -1;
}

#cssmenu > ul > li.paddarrow:hover > ul, #cssmenu > ul > li.paddarrow:focus > ul {
  right: -3px;
  width: 300px;
  top: 38px;
  opacity: 1;
  left: auto;
  background-color: #5E5E5E;
  /* height: 203px; */
  border: 3px solid #134C93;
  z-index: -1;
}

#cssmenu.align-right > ul > li:hover > ul, #cssmenu.align-right > ul > li:focus > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul, #cssmenu ul ul li:focus > ul  {
  left: 125px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul, #cssmenu.align-right ul ul li:focus > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 160px;
  padding: 10px 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: #5E5E5E;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li:focus > a {
  background: #ffffff;
  color: #02528A;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: none;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 25px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after, #cssmenu ul ul li.has-sub:focus::after  {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after, #cssmenu.align-right ul ul li.has-sub:focus::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu > ul > li.paddarrow::after{
     border-top-color: none;
     border: none;

}
/* @media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }

  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }

  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
} */
a.longname span {
  font-size: .9em;
}
#cssmenu .secondset ul ul li {
  position: relative;
  top: -11px;
}
.secondset li {
    top: -20px;
    left: 4px;
}
.thirdset li {
  position: absolute;
  top: -64px;
  left: 4px;
}
.fourset li {
  position: absolute;
  top: -96px;
  left: 4px;
}
.fifthset li {
  position: absolute;
  top: -128px;
  left: 4px;
}
.lastset li {
  position: absolute;
  top: -160px;
  left: 4px;
}
.mobileNav {
	display: none;
	}
/* Start Side Menu*/

/* Start Side Menu*/

#accordion {
    color: #02528A;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*heading styles*/
#accordion h3 {
    line-height: 34px;
    padding: 5px 10px;
    cursor: pointer;
    background: #E0E3E4;
	border-bottom:#D1D3D4;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
        text-align: center;
}
/*heading hover effect*/
#accordion h3:hover, #accordion h3:focus {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordion h3 span {

	margin-right: 10px;
}
/*list items*/
#accordion li {
	list-style-type: none;
}

/*links*/
#accordion ul ul li a {
	color: #02528A;
	text-decoration: none;
	line-height: 27px;
	display: block;
	    padding: 2% 0%;
    text-align: center;
	transition: all 0.15s;
    border-left: 5px solid #E0E3E4;
    border-right: 5px solid #E0E3E4;
}

#accordion ul ul li a:hover, #accordion ul ul li a:focus {
   border-right: 5px solid #71BFE8;
    border-left: 5px solid #71BFE8;
    color: #1A6A9F;
}
#accordion ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
#accordion ul ul {
	 display: block;
        width: 100%;
    margin: 0;
    padding: 0;
	    overflow: hidden;
	max-height: 0;
	transition: max-height 0.8s ease;
	
}
#accordion ul li:hover ul, #accordion ul li:focus ul {
    display: block;
	transition: all 0.15s;

    max-height: 800px;
}
#accordion li:hover ul, #accordion li:focus ul {
    display: block;

}
#accordion li > h3 {
    border-bottom: 2px solid #D1D3D4;
}
#accordion li > h3:after {
    content: " ";
    border: 8px solid transparent;
    /* width: 5px; */
    border-left: 8px solid #02528A;
    /* left: 0px; */
    float: right;
    /* top: 5px; */
    /* padding-top: 5px; */
    margin-top: 1%;
    display: inline-block;
}
#accordion li:hover > h3:after, #accordion li:focus > h3:after {
    content: " ";
    border: 8px solid transparent;
    /* width: 5px; */
    border-top: 8px solid #02528A;
    /* left: 0px; */
    float: right;
    /* top: 5px; */
    /* padding-top: 5px; */
    margin-top: 1%;
    display: inline-block;
}
.portalaccordion{
font-weight: bold;
color: #02528A;

}

.portalaccordion li > h3 {
    border-bottom: 2px solid #D1D3D4;
    font-style: bold;
    font-weight: bold;
    color: #02528A;
	background-color: #fff;
}
.portalaccordion ul li > h3 {
    background: #fff;
    background-color: #fff;
}
.portalaccordion ul li  h3 {
    background: #fff;
    background-color: #fff;
}
.portalaccordion h3 {
    background: #fff;
    background-color: #fff;
}
.portalaccordion ul li:hover ul, .portalaccordion ul li:focus ul{
    font-size: 1.25em;
    /* margin: 0% 0%; */
    background-color: white;
}
#accordion.portalaccordion h3 {
    background: #fff;
}
#accordion.portalaccordion ul ul li a {
    color: #02528A;
    text-decoration: none;
    line-height: 27px;
    display: block;
    /* padding: 0 15px; */
    text-align: center;
    transition: all 0.15s;
    border-left: 5px solid #E0E3E4;
    border-right: 5px solid #E0E3E4;
}
#accordion.portalaccordion ul ul li a:hover, #accordion.portalaccordion ul ul li a:focus {
    border-right: 5px solid #02528a;
    border-left: 5px solid #02528a;
    color: #1A6A9F;
	
}
#accordion.portalaccordion ul ul {
 display: block;
 font-size: 1.25em;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background: #fff;
    max-height: 0;
	    transition: max-height 1s ease;
}
#accordion.portalaccordion ul li:hover ul, #accordion.portalaccordion ul li:focus ul {
    display: block;
    transition: all ease-in .8s;
    max-height: 800px;
}
.portalaccordion ul ul li a {
    padding: 2% 0%;
    /* font-size: 1.25em; */
    /* margin: 0% 0%; */
    /* background-color: white; */
    border-right-color: white;
    border-left-color: white;
}
.portalaccordion ul ul li a:hover, .portalaccordion ul ul li a:focus {
    border-right: 5px solid #02528A;
    border-left: 5px solid #02528A;
    color: #1A6A9F;
}
#accordion.portalaccordion li:hover > h3 {
    background-color: #02528A;
    color: #ffffff;
}

/* EASY DNN NEWS */
.eds_news_Ozone.eds_subCollection_news h1, .eds_news_Ozone.eds_subCollection_news h2, .eds_news_Ozone.eds_subCollection_news h3, .eds_news_Ozone.eds_subCollection_news h4, .eds_news_Ozone.eds_subCollection_news h5, .eds_news_Ozone.eds_subCollection_news h6 {
    margin: 0 0 15px;
    padding: 0;
    color: #02528A;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.1;
}
.eds_news_Ozone.eds_subCollection_news a {
    text-decoration: none;
    color: #02528A;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.eds_news_Ozone.eds_subCollection_news a:hover, .eds_news_Ozone.eds_subCollection_news a:focus {
    color: #02528A;
    text-decoration: underline;
    /* text-decoration: none; */
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div {
    border: solid 1px #71BFE8;
    border-radius: 4px;
    padding: 20px;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"], .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"]:hover, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td input[type="text"]:focus, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea:hover, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div table td textarea:focus {
    border: solid 1px #71BFE8;
    border-radius: 6px;
    color: #666;
    padding: 5px 7px;
    width: 100%;
    box-shadow: none;
    background: none #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
    display: inline-block;
    border: 1px solid #199AD6;
    background: none #fff;
    text-shadow: none;
    text-decoration: none;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 4px;
    box-shadow: none;
    color: #02528A;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.eds_news_Ozone.eds_subCollection_news a:hover, .eds_news_Ozone.eds_subCollection_news a:focus {
    color: #02528A;
    text-decoration: underline;
    /* text-decoration: none; */
}

.eds_news_Ozone.eds_subCollection_news a {
    text-decoration: none;
    color: #02528A;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

Pseudo ::before element
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::after element
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::selection element
::selection {
    background: rgba(2,139,255,1);
    color: #fff;
    text-shadow: none;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a {
    border: solid 1px #71BFE8 !important;
    border-radius: 4px;
}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_previusArticle:hover, .eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a.edn_nextArticle:hover {
    background-color: #02528A;
    text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_news p {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
    color: #fff;
    background-color: #02528A;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover, .eds_news_Ozone.eds_subCollection_news .article_pagination a:hover {
    color: #02528A;
    background-color: #71BFE8;
}
.eds_news_Ozone.eds_subCollection_news .article_pager, .eds_news_Ozone.eds_subCollection_news .article_pagination table, .eds_news_Ozone.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger {
    border: solid 1px #71BFE8;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 0;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a, .eds_news_Ozone.eds_subCollection_news .article_pager > span, .eds_news_Ozone.eds_subCollection_news .article_pagination a, .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
    display: inline-block;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    padding: 7px 10px;
    border-left: solid 1px #71BFE8;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#template-layout-wrapper {
    margin: auto 0 5px auto !important;
    min-height: 100%;
    height: auto!important;
}
.dnnClear ~ #template-layout-wrapper #template-header {
    top: 53px !important;
}
.homefeaturewrapper img {
    width: 100%;
}
/* footer latest news edits */
div#dnn_Footcolumn2 {
    margin: -10px 0px 0px 0px;
}
#dnn_Footcolumn2 .eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover {
    color: #fff;
    background-color: #02528A;
    text-decoration: none;
    box-shadow: none;
}
#dnn_Footcolumn2 .eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper {
    margin: 20px 0;
    display: none;
}
#dnn_Footcolumn2 .eds_news_Ozone.eds_subCollection_news .edn_article .edn_metaDetails {
    margin: 0px 0 0;
    display: none;
}
#dnn_Footcolumn2 .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSubTitle {
    color: #424242;
    font-size: 16px;
    display: none;
}
#dnn_Footcolumn2 h2 span {
    font-size: 30px;
}
#dnn_Footcolumn2 h2 {
    font-size: 24px;
}
#dnn_Footcolumn2 .eds_news_Ozone.eds_subCollection_news .edn_articleSummary {
    font-size: 15px;
    font-family: asap, SanSerif;
}