/*---------------------------------Headings-----------------------------------*/

h1,
.Heading1,
.Heading1DarkGreen,
.Heading1LightGreen,
.Heading1White {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 35px;
    color: #182379;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.Heading1DarkGreen {
    color: #007508;
}

.Heading1LightGreen {
    color: #51d136;
}

.Heading1White {
    color: #fff;
}

div:not(RadScheduler) h2,
.Heading2 {
    font-family: 'open_sanssemibold', sans-serif;
    color: #182379;
    font-size: 30px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h3,
.Heading3 {
    font-family: 'open_sansregular', sans-serif;
    color: #182379;
    font-size: 27px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h4,
.Heading4 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 22px;
    line-height: 125%;
    color: #182379;
}

h5,
.Heading5 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #182379;
    margin: 0;
    padding: 0;
}

h6,
.Heading6 {
    font-family: 'cardoitalic', georgia, -serif;
    font-size: 18px;
    line-height: 27px;
    color: #002446;
    margin: 0;
    padding: 0;
}

.headline {
    font-family: 'open_sansregular', sans-serif;
    color: #182379;
    font-size: 27px;
    line-height: normal;
    margin: 0;
    padding: 0;
    display: block;
}

.text_topper {
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    display: block;
    background: #182379;
}

.story,
.tagline {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 auto;
}

.SmallText {
    font-size: 12px;
    color: #333;
    letter-spacing: .5pt;
    line-height: 14px;
}


/*---------------------------------Buttons-----------------------------------*/

#contentwrapper .btn1,
#contentwrapper .btn2,
#contentwrapper .btn3,
#contentwrapper .btn4 {
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
}

#contentwrapper .btn1:hover,
#contentwrapper .btn2:hover,
#contentwrapper .btn3:hover,
#contentwrapper .btn4:hover {
    text-decoration: none;
    text-shadow: none;
}

#contentwrapper .btn1 a,
#contentwrapper .btn1 a,
#contentwrapper .btn1 a,
#contentwrapper .btn1 a {
    text-decoration: none !important;
    color: inherit !important;
}

#contentwrapper .btn1 {
    color: #fff !important;
    font-size: 16px;
    padding: 15px 15px;
    background: #007508;
    border-radius: 30px;
    line-height: 16px;
}

#contentwrapper .btn2 {
    color: #FFF !important;
    font-size: 20px;
    text-align: center;
    padding: 15px 15px;
    background: #182379;
    margin-bottom: 5px;
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

#contentwrapper .btn3 {
    color: #333 !important;
    font-size: 18px;
    text-align: left;
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: #fff;
    width: 96%;
    box-shadow: 10px 10px 0 -2px rgba(217, 217, 217, 1);
    margin-bottom: 5px;
}

#contentwrapper .btn4 {
    font-weight: 300;
    color: #333 !important;
    font-size: 20px;
    padding: 15px 5px;
    margin-bottom: 5px;
    background: #fff;
    border: 2px solid #333;
}

#contentwrapper .btn1:hover {
    background: #026908;
    color: #fff !important;
}

#contentwrapper .btn2:hover {
    background: #070e49;
}

#contentwrapper .btn3:hover {
    background: #f8f8f8;
}

#contentwrapper .btn4:hover {
    background: #efefef;
}


/*--------------------------------------------Tables/Blockquotes----------------------------------------------*/

.ezblockquote {
    font-family: "cardoitalic", georgia, times new roman, serif;
    font-size: 22px;
    line-height:26px;
    margin: 1em 3em;
    padding: 15px 2em;
    border: 1px solid #ccc;
    border-left: 10px solid #00165D;
    background-color: #f5f5f5;
    color: #0A2C55;
    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: #182379;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.eztext_area p {
    margin: 0;
    margin-bottom: 1em;
}

.eztext_area ul li a {
    color: #182379;
    text-decoration: underline;
}

.eztext_area ul li a:hover {
    text-decoration: none;
}

#topnav .widgetitem,
#topnav .widgetitem a,
#topnav .widgetitem span {
    color: #000000;
    text-decoration: none;
    line-height: 41px;
    font-size: 15px;
}

#topnav .widgetitem a,
#topnav .widgetitem span {
    display: inline-block;
    vertical-align: middle;
}

#topnav .widgetitem .fa {
    margin-left: 10px;
    color: #fff !important;
    background: #007508 !important;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}

#topnav .widgetitem a:hover {
    text-decoration: underline;
}

#topnav .widgetitem .fa:hover {
    text-decoration: none;
    color: #182379 !important;
}

#connectin .widgetitem a {
    text-decoration: none;
    display: inline-block;
}

#footerin .eztext_area a,
#footerin .eztext_area a:visited {
    text-decoration: none;
}

#footerin .eztext_area a:hover {
    text-decoration: underline;
}

#eztag .widgetitem a,
#eztag .widgetitem a:visited {
    color: #5ca6d9;
    text-decoration: none;
}

#eztag .widgetitem a:hover {
    text-decoration: underline !important;
}


/*--------------------------------------------Section Font Styles----------------------------------------------*/

#buttons .widgetitem {
    color: #fff;
    font-size: 18px;
}

#footerin .widgetitem,
#footerin .widgetitem a {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #d7d7d7;
    font-size: 14px;
    line-height: 135%;
}

#footerin .widgetitem a {
    font-size: inherit
}

#footerin .widgetitem h4,
#footerin .widgetitem .Heading4 {
    color: #fff;
}

#eztag {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #ccc;
}

#eztag .eztext_area p {
    margin: 0;
    line-height: 62px;
}

#poweredby p,
#poweredby a {
    line-height: 62px;
    color: #fff;
    font-family: "MyriadProCondensed";
    font-size: 18px;
    text-align: right;
}

#poweredby a {
    font-size: 20px;
    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;
}


/*----------------------------------------------------------------------------Menu Fonts--------------------------------------------------------------------------------------*/


/*/*--------------Vertical and Horizontal Menu Font in Header/*--------------*/

#topnav .RadMenu_ezSilk {
    color: #fff;
    text-align: center;
}

#topnav .RadMenu_ezSilk .rmGroup {
    text-align: left;
}

.RadMenu_ezSilk .rmLink {
    font-family: 'open_sansregular', sans-serif;
    border-style: hidden !important;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.RadMenu_ezSilk .rmGroup .rmLink {
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    font-size: 16px;
    text-transform: none;
}

#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 .rmRootGroup.rmVertical>.rmItem {
    padding: 0px !important;
}

#contentwrapper .RadMenu_ezSilk .rmLink {
    font-family: 'pt_sansregular', sans-serif;
    line-height: 16px;
    font-size: 16px;
}

#contentwrapper .RadMenu_ezSilk .rmRootGroup.rmVertical>.rmItem>.rmLink {
    font-family: "pt_sansregular";
    padding: 8px 0px 8px 15px!important;
    color: #666;
    font-size: 16px;
}


/*--------------Dropdown Menu--------------*/

.RadDropDownList_ezMetro {
    font-size: 16px;
    font-family: "pt_sansregular", Arial, Helvetica, sans-serif;
}


/*--------------Panel Bars--------------*/

#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpLink:visited,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    font-family: 'pt_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: "Segoe UI", Arial, Helvetica, sans-serif;
}


/*--------------Tabstrips--------------*/

html .RadTabStrip_ezMetroTouch {
    color: white;
    font: 100 22px 'pt_sansregular', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    /* margin-bottom: -10px;  margin between tabs and content */
}


/*--------------Megamenu--------------*/

.ezMegaWrapper {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #666;
}
