/*---------------------------------Headings-----------------------------------*/
h1,
.Pagename {
    display: block;
    font-weight: normal;
    color: #015401;
    font-family: 'cardoregular', sans-serif;
    font-size: 36px;
    line-height: 1.1em;
    margin: 0 0 40px 0;
    padding: 0;
	border-bottom: 1px solid;
}

div:not(RadScheduler) h2,
.Heading2 {
    display: block;
    font-weight: normal;
    color: #015401;
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

h3,
.Heading3 {
    display: block;
    font-weight: normal;
    color: #015401;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

h4,
.Heading4 {
    display: block;
    font-weight: normal;
    color: #015401;
    font-family: 'open_sanslight', sans-serif;
    font-size: 22px;
    line-height: normal;
}

.HeadingBlock {
    position: relative;
    display: block;
    font-weight: normal;
    background: #015401;
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-size: 22px;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 8px 0 12px 18px;
    border-radius: 3px;
}

.HeadingBlock:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 30px;
    margin-left: -8px;
    border-width: 11px;
    border-style: solid;
    border-color: #015401 transparent transparent transparent;
}

.SmallText {
    color: #333;
    font-size: 12px;
    letter-spacing: .5pt;
    line-height: 14px;
}
.LargeText {
    color: #333;
    font-size: 23px;
    line-height: 150%;
}
.TextTopper {
	background: #dbdbdb;
    color: #015401;
    display: block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 20px;
    padding: 15px 15px;
    text-align: center;
    text-align: center;
    text-decoration: none !important;
	border-radius: 8px 8px 0 0;
}

/*---------------------------------Buttons-----------------------------------*/
.btn1,
.btn1small,
.btn2,
.btn3,
.btn4 {
    display: inline-block;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    text-decoration: none !important;
}

.btn1 a,
.btn1small a,
.btn2 a,
.btn3 a,
.btn4 a {
    color: inherit !important;
    text-decoration: none;
}

.btn1:hover,
.btn1small:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover {
    text-decoration: none;
    text-shadow: none;
}

.btn1:hover {
    background-position: left;
    box-shadow: 1px 0px 7px rgba(81, 127, 243, 0.85);
}
.btn1small:hover {
    background-position: left;
    box-shadow: 1px 0px 7px rgba(81, 127, 243, 0.85);
}
.btn2:hover {
    background: #1A3784;
}

.btn3:hover {
    background: #f8f8f8
}

.btn4:hover {
    background: #efefef
}

.btn1 {
    font-family: 'open_sansregular', sans-serif;
    background: #015401;
    color: #fff !important;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 20px;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 1.1em 2em 1.1em 1.5em;
}
.btn1small {
    font-family: 'open_sansregular', sans-serif;
    background: #015401;
	color: #fff !important;
    font-size: 20px;
    margin: 0 0 0.5em 0;
    padding: 1em 2em 1em 1.5em;
    display: inline-block;
}

.btn2 {
    background: #333;
    color: #FFF !important;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 0.5em 0;
    padding: 1em 2em 1em 1.5em;
    border-radius: 5px;
    display: inline-block;
}

.btn3 {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    color: #333 !important;
    font-size: 18px;
    margin-bottom: 12px;
    padding: 20px 20px;
    text-align: left;
    width: 93%;
}
.btn4 {
    background: #fff;
    font-family: 'open_sansbold', sans-serif;
    border: 1px solid #015401;
    color: #015401 !important;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 20px 15px;
    text-align: center;
	border-radius: 5px;
	display:block;
}

/*---------------------------------Tables/Blockquotes-----------------------------------*/
.ezblockquote {
    background-color: #f8f8f8;
    color: #333;
    display: block;
    font-family: 'open_sansregular', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    margin: 1em 3em;
    padding: 1em 2em 1em 1.5em;
}

.ezblockquote p {
    margin: 0
}
.ezblockquote2 {
    background-color: #015401;
    color: #fff;
    display: block;
    font-family: 'open_sanslight', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    padding: 1em 2em 1em 1.5em;
}
.ezblockquote2 a {
	color: #fff !important;
}
.ezblockquote2 a:hover {
	text-decoration: none;
}

hr {
    border: none;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-bottom: 25px;
}

/*  table style from nse4 */
.tableoutline {
    border: 1px solid #ccc;
}

.cellheader {
    background-color: #ebebeb;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    padding: 3px;
    height: 35px;
}

.celloutline {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    padding: 3px;
}

/*--------------------------------------------Section Links----------------------------------------------*/
a,
a:visited {
    color: #015701;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.eztext_area p {
    margin: 0;
    margin-bottom: 1em;
}

.eztext_area ul li a {
    color: #015401;
    text-decoration: underline;
}

.eztext_area ul li a:hover {
    text-decoration: none;
}

#topnav .widgetitem {
    font-family: "Segoe UI", sans-serif;
		text-align: right;
}
#topnav .eztext_area,
#topnav .eztext_area a,
#topnav .eztext_area span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
	text-decoration: none;
}

#topnav .eztext_area .fa {
    margin-right: 10px;
    font-size: 16px;
}
#topnav .eztext_area .fa:hover {
	    display: inline-block;
	col or: #396DBB !important;
}
#topnav .eztext_area a {
    padding: 0 10px;
}

#topnav .eztext_area a:hover,
#topnav .eztext_area span:hover {
    background: #000500;
}

#connectin .widgetitem a {
    text-decoration: none;
    display: inline-block;
}

#eco_schedule {
    text-decoration: none;
}
#footerin .eztext_area,
#footerin .eztext_area a,
#footerin .eztext_area a:visited {
    color: #fff !important;
    text-decoration: none;
}
#footerin .eztext_area .fa {
    font-size: 24px;
		vertical-align: top;
		padding-right:10px;
}
#footerin .eztext_area .fa:hover {
	display: inline-block;
	line-height:24px;
}
#footerin .eztext_area a {
}

#footerin .eztext_area a:hover,
#footerin .eztext_area span:hover {
}
#footerin .Heading5 {
	color:white;
    font-family: 'open_sansbold', sans-serif;
}

#footerin .eztext_area a:hover {
    color: #fff !important;
    text-decoration: underline;
}
#footerin .footerbtn {
  font-family: 'open_sansregular', sans-serif;
  background-color: #004600;
  border: 1px solid #006100;
  border-radius:5px;
  color: #fff !important;
  padding: 8px 8px;
  font-size: 14px;
  cursor: pointer;
  width:175px;
  text-align:left;
  margin-bottom:2px;
}
#footerin .footerbtn:hover {
  background-color: #005D00;
  color:#ffffff !important;
  text-decoration: none !important;
}
#footerin .footerbtn a:hover {
  text-decoration: none;
}
#eztag .widgetitem a,
#eztag .widgetitem a:visited {
    color: #fff;
    text-decoration: none;
}

#eztag .widgetitem a:hover {
    text-decoration: underline !important;
}

/*--------------------------------------------Section Font Styles----------------------------------------------*/
#eco_schedule {
    line-height: 42px;
    font-size: 20px;
}

#eco_schedule span,
#eco_schedule img {
    display: inline-block;
    vertical-align: middle;
}

#eco_schedule span {
    position: relative;
    font-family: 'pt_sans', sans-serif;
    font-size: 24px;
    color: #272f84;
}

#eco_schedule span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #272f84;
    left: 0;
    bottom: 7px;
}

#searchboxicon {
    text-align: center;
    color: #fff;
    line-height: 46px;
    font-size: 21px;
}

#section1 .widgetitem {
    font-family: 'open_sanslight', sans-serif;
    font-size: 20px;
    color: #fff;
}

#eztag {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #fff;
}

#eztag .eztext_area p {
    margin: 0;
    line-height: 71px;
}

#poweredby p,
#poweredby a {
    line-height: 71px;
    color: #fff;
    font-family: "MyriadProCondensed";
    font-size: 13px;
    text-align: right;
}

#poweredby a {
    font-size: 16px;
    text-decoration: none;
}

#poweredby a:hover {
    text-decoration: underline;
}

#poweredby strong {
    font-weight: normal;
    font-family: "MyriadProBoldCondensed";
}

#poweredby sup {
    font-size: 10px;
    top: -1em;
}

#poweredby sup:hover {
    text-decoration: none;
}
hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
/*----------------------------------------------------------------------------Menu Fonts--------------------------------------------------------------------------------------*/
/*/*--------------Vertical and Horizontal Menu Font in Header/*--------------*/
.RadMenu_ezSilk .rmLink {
    font-family: 'open_sansregular', sans-serif;
    border-style: hidden !important;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
}

.RadMenu_ezSilk .rmGroup .rmLink {
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    font-size: 18px;
}

#header .RadMenu_ezSilk .rmRootGroup {
    text-align: right;
}

#header .RadMenu_ezSilk .rmRootGroup * {
    text-align: left;
}

/*/*--------------Vertical and Horizontal Menu Font in Content Wrapper/*--------------*/
#contentwrapper .RadMenu_ezSilk .rmLink {
    font-family: 'open_sansregular', sans-serif;
    line-height: 21px;
    font-size: 18px;
}

#contentwrapper .RadMenu_ezSilk .rmRootGroup.rmVertical>.rmItem>.rmLink {
    font-family: 'open_sansregular';
    padding: 5px 0px 5px 15px !important;
    color: #000;
    font-size: 18px;
}

/*--------------Dropdown Menu--------------*/
.RadDropDownList_ezMetro {
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

/*--------------Panel Bars--------------*/
#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpLink:visited,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    font-family: 'open_sansregular', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1pt;
    line-height: 20px;
    padding: 12px 0;
}

/***Font color and style for submenu item***/
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate {
    color: #333;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

/*--------------Tabstrips--------------*/
html .RadTabStrip_ezMetroTouch {
    color: white;
    font: 100 22px 'open_sansregular', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    /* margin-bottom: -10px;  margin between tabs and content */
}

/*--------------Megamenu--------------*/
.ezMegaWrapper {
    font-family: sans-serif, sans-serif;
    font-size: 16px;
    color: #666;
}
