/*---------------------------------Headings-----------------------------------*/
h1,
.Heading1,
.Heading1White {
    font-family: 'open_sansregular', sans-serif;
    font-size: 40px;
    color: #005587 !important;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.Heading1White {
    color: #fff;
}

div:not(RadScheduler) h2,
.Heading2 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 40px;
    color: #AB0000 !important;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h3,
.Heading3 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 30px;
    color: #008E69 !important;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h4,
.Heading4 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 30px;
    color: #005587;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h5,
.Heading5 {
    font-family: 'open_sans', sans-serif;
    font-size: 34px;
    color: #172A43;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h6,
.Heading6 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 25px;
    color: #005587;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.text_topper {
    font-family: 'open_sansregular', sans-serif;
    color: #013C5F;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    display: block;
    background: #efefef !important;
    border-radius: 10px 10px 0 0px;
}
.HeadingBlock {
    position: relative;
    display: block;
    font-weight: normal;
    background: #005485;
    color: #fff;
    font-family: 'cardoregular', sans-serif;
    font-size: 26px;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 18px;
    border-radius: 3px;
}

.HeadingBlock:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 30px;
    margin-left: -8px;
    border-width: 11px;
    border-style: solid;
    border-color: #005485 transparent transparent transparent;
}

.SmallText {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	line-height:10px !important;
}
.homebuttons img:hover {
	opacity: 0.8;
}
.homebuttons .Heading5 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 28px;
    color: #005587;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
.homebuttons a.Heading5 {
	text-decoration:none !important;
}
.homebuttons a.Heading5:hover {
	text-decoration:none !important;
	opacity: 0.8;
}
/*---------------------------------Buttons-----------------------------------*/
#contentwrapper .btn1,
#section2 .btn1, 
#contentwrapper .btn2,
#section2 .btn2,
#contentwrapper .btn3,
#section2 .btn3,
#contentwrapper .btn4,
#section2 .btn4 {
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
}

#contentwrapper .btn1:hover,
#section2 .btn1:hover,
#contentwrapper .btn2:hover,
#section2 .btn2:hover,
#contentwrapper .btn3:hover,
#section2 .btn3:hover,
#contentwrapper .btn4:hover, 
#section2 .btn4:hover,{
    text-decoration: none;
    text-shadow: none;
}

#contentwrapper .btn1 a,
#section2 .btn1 a,
#contentwrapper .btn2 a,
#section2 .btn2 a,
#contentwrapper .btn3 a,
#section2 .btn3 a,
#contentwrapper .btn4 a, 
#section2 .btn4 a {
    text-decoration: none !important;
    color: inherit !important;
}
#section2 .btn1,
#contentwrapper .btn1 {
    color: #fff !important;
    font-size: 16px;
    padding: 15px 15px;
    background: #005587 !important;
    line-height: 16px;
	border-radius: 5px;
}

#contentwrapper .btn2,
#section2 .btn2 {
    color: #FFF !important;
    font-size: 20px;
    text-align: left;
    padding: 15px 15px;
    background-color: #AB0000 !important;
    margin-bottom: 5px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
}

#contentwrapper .btn3,
#section2 .btn3 {
    font-family: 'open_sans', sans-serif;
    color: #333 !important;
    font-size: 22px;
    text-align: left;
    padding: 20px 15px;
    border: 1px solid #ccc;
    background: #fff;
    width: 91%;
    -webkit-box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    box-shadow: 7px 7px 0 -2px rgba(217, 217, 217, 1);
    margin-bottom: 5px;
    text-align: center;
}

#contentwrapper .btn4,
#section2 .btn4 {
    font-weight: 300;
    font-family: 'open_sansbold', sans-serif;
    color: #121963 !important;
    font-size: 20px;
    padding: 15px 30px;
    margin-bottom: 5px;
    background: #fff;
    border: 2px solid #121963;
}

#contentwrapper .btn1:hover,
#section2 .btn1:hover {
    background: #121963 !important;
    color: #fff !important;
}

#contentwrapper .btn2:hover,
#section2 .btn2:hover {
    background: #005587;
	border-radius: 10px;
}

#contentwrapper .btn3:hover,
#section2 .btn3:hover {
    background: #3887B8;
    color: #ffffff !important;
    transition: 0.8s;
}

#contentwrapper .btn4:hover,
#section2 .btn4:hover {
    background: #005587;
	color:#fff !important;
}
/* -----------stretch extrabuttons------------------ */
.stretch-btnextra-group {
    /*position: absolute;
    top: 0;*/
    background-color: transparent;
    z-index: 2;
    width: 100%;
    display: flex;
}

.stretch-btnextra-group .btnextra {
  background: #0067AB;
  border: none;
  border-right: 1px inset;
  background-clip: padding-box;
  color: #000;
  padding: 20px 15px;
  float: left;
  width: 25%;
}

.stretch-btnextra-group .btnextra img {
  vertical-align: middle;
  margin-right: 5px;
}

.stretch-btnextra-group .btnextra span {
   font-family: 'open_sansbold', sans-serif;
   color: #fff;
   display: inline-block;
   vertical-align: middle;
   font-size: 20px;
   line-height: 1em;
   text-align: left;
   white-space: nowrap;
   vertical-align: top;
text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
}

/* Clear floats (clearfix hack) */
.stretch-btnextra-group::after {
  content: "";
  clear: both;
  display: table;
   cursor: pointer;
   }
   
.stretch-btnextra-group .btnextra:hover {
    background: rgba(0, 0, 0, 0.9);
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.stretch-btnextra-group .btnextra .fa {
	font-size:30px;
	color: orange;
	padding: 5px;
}
   
@media screen and (max-width:480px) {
    .stretch-btnextra-group .btnextra {
        border: 0;
        border-bottom: 2px inset;
        padding: 20px 15px;
        width: 92%;
        text-align: center;
    }
    .stretch-btnextra-group .btnextra:last-child {
        border: 2px 2px 0 0 inset;
        padding: 20px 15px;
        width: 92%;
    }
   .stretch-btnextra-group {
        position: unset;
       display: initial;
    }
}
/*--------------------------------------------Tables/Blockquotes----------------------------------------------*/
.ezblockquote {
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 1em 3em;
    padding: 15px 2em;
    border-left: 10px solid #DB9218;
    background-color: #f5f5f5;
    color: #000;
    display: block;
}
.ezblockquote2 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 2em 2em;
    background-color: #FAFAFA;
    color: #005485;
    display: block;
	min-height: 150px;
}
.ezblockquote p {
    margin: 0;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.layoutBKG {
	/*background-color: #FAFAFA;*/
}
/*  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: #005587; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.eztext_area p {
    margin: 0;
    margin-bottom: 1em;
}

.eztext_area ul li a {
    color: #BD0101;
    text-decoration: underline;
}

.eztext_area ul li a:hover {
    text-decoration: none;
}

#topnav .widgetitem {
    font-family: "Segoe UI", sans-serif;
}

#topnav .eztext_area a,
#topnav .eztext_area span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 14px;
}

#topnav .eztext_area .fa {
    margin-right: 10px;
    font-size: 16px;
}
#topnav .eztext_area .fa:hover {
	    display: inline-block;
	col or: #005587 !important;
}
#topnav .eztext_area a {
    padding: 0 10px;
}

#topnav .eztext_area a:hover,
#topnav .eztext_area span:hover {
	co lor: #005587 !important;
    background: #121963;

}

#connectin .widgetitem a {
    text-decoration: none;
    display: inline-block;
}

#eco_schedule {
    text-decoration: none;
}
#footer {
    color: #fff;
    text-decoration: none;
}
#footer .widgetitem a {
    color: #fff;
    text-decoration: none;
}

#footer .widgetitem a:hover {
    color:#F78F1E;
}
.footerbtn {
  background-color:white;
  border: none;
  color: #005587 !important;
  padding: 8px 8px;
  font-size: 16px;
  cursor: pointer;
  width:180px;
  text-align:left;
  margin-bottom:2px;
  font-family: 'open_sansregular', sans-serif;
  display:inline-block;
}
.footerbtn a {
	color:#005587 !important;
}
.footerbtn:hover {
  background-color: #005587;
  color:#fff !important;
  border:1pt solid white;
}
#footer .eztext_area .fa {
    font-size: 24px;
		vertical-align: top;
		padding-right:10px;
}
#footer .widgetitem a[href^="mailto"] {
    color: #fff
}
#footer .eztext_area .fa {
    font-size: 24px;
		vertical-align: top;
		padding-right:10px;
}
#footer .widgetitem a[href^="mailto"] {
    color: #fff
}
#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: 15px;
}

#header .RadMenu_ezSilk .rmRootGroup {
    float: right;
}

#header .RadMenu_ezSilk .rmRootGroup * {
    text-align: left;
}
#header .RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup {
    border: 0px !important;
}
/*/*--------------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: 9px 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;
}
