/*---------------------------------Headings-----------------------------------*/
h1,
.Heading1 {
    font-family: 'old_standard_ttregular', sans-serif;
    font-size: 80px;
    color: #000;
    line-height: 100%;
    margin: 0;
    padding: 0;
	font-weight: normal;
}

div:not(RadScheduler) h2,
.Heading4 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    color: #14697F;
    line-height: 100%;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
}
.Heading4b {
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    color: #14697F;
    line-height: 100%;
    margin: 0;
    padding: 0;
	text-tra nsform: uppercase;
	font-weight: normal;
	display: block;
	border-bottom: 1px dotted #14697F;
}

/*h3,
.Heading3 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 24px;
    color: #396DBB;
    line-height: 100%;
    margin: 0;
    padding: 0;
}*/
.featured .Heading3 {
    font-family: 'old_standard_ttregular', sans-serif;
    font-size: 30px;
    color: #396DBB;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: -60px;
	left: 15px;
    color: white;
	margin-bottom: -60px;
	padding-left: 5px 20px;
	text-shadow:8px 8px 15px rgba(0,0,0,0.7);
}
/*h4,
.Heading4 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 24px;
    color: #14697F;
    line-height: 100%;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}

h5,
.Heading5 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 34px;
    color: #121963;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h6,
.Heading6 {
    font-family: 'open_sansregular', sans-serif;
    font-size: 25px;
    color: #396DBB;
    line-height: 100%;
    margin: 0;
    padding: 0;
}*/

.text_topper {
    font-family: 'open_sansregular', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    display: block;
    background: #DEDEDE;
    border-radius: 10px 10px 0 0px;
}

.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: #396DBB;
    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-----------------------------------*/
.btn1,
.btn2,
.btn3,
.btn4 {
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover {
    text-decoration: none;
    text-shadow: none;
}

.btn1 a,
.btn2 a,
.btn3 a,
.btn4 a {
    text-decoration: none !important;
    color: inherit !important;
}
#section2 .btn1,
.btn1 {
    color: #333 !important;
    font-size: 16px;
    padding: 10px 15px;
    background: #DEDEDE;
    line-height: 16px;
	border-radius: 5px;
	border: 1pt dotted #14697F;
}

.btn2 {
    font-family: 'open_sanssemibold', sans-serif;
    color: #FFF !important;
    font-size: 15px;
    text-align: center;
    padding: 20px 40px;
    background: #14697F;
    margin-bottom: 5px;
    margin-top: 15px;
    line-height: 20px;
    display: inline-block;
    margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1pt;
}

.btn3 {
    color: #333 !important;
    font-size: 18px;
    text-align: left;
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: #fff;
    width: 96%;
    -webkit-box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    margin-bottom: 5px;
}

.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;
}

.btn1:hover {
    background: #14697F;
    color: #fff !important;
	border: 1pt dotted #14697F;
}

.btn2:hover {
	background-color: transparent;
    color: #777 !important;
	outline: 2px solid #14697F;
}

.btn3:hover {
    background: #f8f8f8;
}

.btn4:hover {
    background: #14697F;
	color:#fff !important;
}

/*--------------------------------------------Tables/Blockquotes----------------------------------------------*/
.ezblockquote {
    font-family: 'open_sanslight', sans-serif;
    font-size: 18px;
    line-height: 175%;
    margin: 2em 3em;
    padding: 2em 2em;
    background-color: #f5f5f5;
    color: #000;
    display: block;
}

.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);
}

/*  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: #14697F;
}

a:hover {
    text-decoration: none;
}

.eztext_area p {
    margin: 0;
    margin-bottom: 1em;
}

.eztext_area ul li a {
    color: #5860AB;
    text-decoration: underline;
}

.eztext_area ul li a:hover {
    text-decoration: none;
}

#topnav .widgetitem {
   font-family: 'open_sanslight',sans-serif;
}
#topnav .eztext_area {text-align: right}
#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: #396DBB !important;
}
#topnav .eztext_area a {
    padding: 0 10px;
}

#topnav .eztext_area a:hover,
#topnav .eztext_area span:hover {
	co lor: #396DBB !important;
    background: #121963;

}

#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 !important;
}
#footerin .eztext_area .fa {
    font-size: 24px;
		vertical-align: top;
		padding-right:10px;
}
#footerin .eztext_area a {
}

#footerin .eztext_area a:hover,
#footerin .eztext_area span:hover {
}
#footerin .Heading3 {
	color:white;
}

#footerin .eztext_area a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.footerbtn {
    color: #fff !important;
    font-size: 16px;
    padding: 15px 15px;
    background: #14697F;
    line-height: normal;
	border-radius: 5px;
	display: block;
	outline: 1px #ccc solid;
}

.footerbtn:hover {
  background-color: #000;
  color:#ffffff !important;
}
#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;
}
