﻿html{min-height:100%;}
body{
    height: 100%;
    font-family: 'Muli', sans-serif;
}

a {
    transition: 0.5s ease all;
}

.divBody {
    min-height:715px;
}
.divRegionBody {
    min-height:620px;
}
.divRegionBottom{height: 57px;}
#submenuBody{
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*************************Header Main Menu -- Start************************/
.divHeaderMenu{
	width: 100%;
	padding: 0 5.1%;
	height: 88px;
}
.divLogo {z-index:9999;}
.imgLogo{
	margin-top: 12px;
}
.divNav ul{
	margin: 0;
	padding: 0;
	padding: 25px 0;
	float: right;
    z-index:10;
}
.divNav ul li{
	display: inline-block;
}
.divNav ul li a{
	font-size: 2.2rem;
	text-decoration: none;
	line-height: 1em;
    font-weight: 400; 
    transition: 0.3s ease all;
}

.divNav ul li a:hover, .divNav ul li a:active, .divNav ul li a:link{
/*background-color:transparent !important;*/
outline:none;
}

.navbar-brand {display:none;}

/*---------Search-----------*/
.divNav ul li:last-child {padding-left: 20px;}
.search-icon{
    width: 100%;
    height: 40px;
    padding-left: 44px;
    background-image: url(../images/search-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: none;
    /*margin-top: 22px;*/
    max-width: 197px;
}
/*---------Search-----------*/

.closebtn, .closebtn1 {
    display: none;
}
.divNav .nav>li>a{padding: 10px 13px;}
/*************************Header Main Menu  --End*************************/

/************************White Space Between Header and Subheader****************/
.divSpace {width: 100%;height: 2px;}
/************************End White Space Between Header and Subheader*************/



/*************************Sub Header Menu  --Start************************/
.divPageHeader {
    float: left;
    display: inline-block;
	/*font-size: 28px;*/
    font-size: 2.2rem;
	text-decoration: none;
	padding: 16px 12px 16px;
	line-height: 1em;
    font-weight: 400; 
      margin-left: 5%;
}
.divRegionHeader{display:none;}
.divRegionHeaderText {
     background-image: url(../images/arrow.png);
     background-repeat: no-repeat;
     background-position: 95% 70%;
    font-size: 1.8rem;
    font-weight: 700!important;
    line-height: normal;
    padding-top: 5px;
    padding-right: 20px;
    opacity: 1 !important;
   color: #fff !important;
}
.divRegionHome{padding: 14px 30px 16px 14px;font-size: 2.2rem;}
.divSubHeaderMenu ul li a:hover,.divSubHeaderMenu ul li a:active,.divSubHeaderMenu ul li a:link{background-color:transparent !important; outline:none;}
.divSubHeaderMenu ul li a:focus {outline:none;}
.divSubHeaderMenu{
	width: 100%;
	padding-right: 21.8%; /* modified from 22.4 to 21.8 as subheadear menu was not aligned*/
	height: 55px;
}
.divSubHeaderMenu ul{
	margin: 0;
	padding: 0;
	float: right;
	padding: 12px 0 3px 0;
	margin-top: -55px;
    z-index:10;
}
.divSubHeaderMenu ul li{
	display: inline-block;	
	list-style-type: none;
}
.divSubHeaderMenu ul li a,
.divSubHeaderMenu ul li a:hover,
.divSubHeaderMenu ul li a:link,
.divSubHeaderMenu ul li a:visited,
.divSubHeaderMenu ul li a:active{
	display: inline-block;
	font-size: 2.2rem;
	text-decoration: none;
	padding: 10px 12px 12px 12px;
	line-height: 1em;
    font-weight: 400; 
    transition: 0.3s ease all;
}

.divRegionMenu ul li a:hover,.divRegionMenu ul li a:active,.divRegionMenu ul li a:link{background-color:transparent !important; outline:none; text-transform: uppercase;}

.divRegionMenu{
	width: 100%;
	padding-right: 1%; /* modified from 22.4 to 21.8 as subheadear menu was not aligned*/
	height: 55px;
}
.divRegionMenu ul{
	margin: 0;
	padding: 0;
	float: right;
	padding: 12px 0 3px 0;
	margin-top: -55px;
    z-index:10;
}
.divRegionMenu ul li{
	display: inline-block;	
	list-style-type: none;
}
.divRegionMenu ul li a,
.divRegionMenu ul li a:hover,
.divRegionMenu ul li a:link,
.divRegionMenu ul li a:visited,
.divRegionMenu ul li a:active{
	display: inline-block;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 10px 12px 12px 12px;
	line-height: normal;
    font-weight: 600;
    line-height: 1em;
    transition: 0.3s ease all;
}
.icons{padding-right: 10px;}
.divSocial ul{height:55px;}
.divSocial {padding-right: 5.3%;}
.divSocial ul li.socialli a{padding: 10px 5px 12px 5px;}
.divSocial ul li.socialli a img {opacity:0.6;}
.divSocial ul li.socialli a:hover img {opacity:1;}
.divRegionHome .homeLink img {opacity:0.6;}
.divRegionHome .homeLink:hover img {opacity:1;}

/*************************Sub Header Menu  --End*************************/

/*************************Body Start*************************************/

/*----HeroImage Resizing-----*/
.divBody > div >img{display: none;}
.divBody > div >img.ignor{display: block;}
.divLeftSideMenu >img{display: none;}
.divLeftSideMenu >img.ignor{display: block;}
.heroImg-ratio-resize {
    height: 444px; /* actual img height - IE7 */
    background-size: cover;
    background-position: center;
}

.heroImg-ratio-resize:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 4.918%; /* slope */
    height: 444px; /* start height */
}

.heroImg-ratio {
    height: 555px; /* actual img height - IE7 */
    background-size: cover;
    background-position: center;
}

.heroImg-ratio:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 4.918%; /* slope */
    height: 555px; /* start height */
}


/*----End HeroImage Resizing-----*/

.divBody {
    text-align: center;
    height: 100%;
}

.text-underline {
    text-decoration: underline;
}

/*********************End Body Start***********************************/

/*********************Footer Start ************************************/
.divFooter{
	float: left;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1em;
	padding: 27px 5.1%;
	height: 66px;
  
}
.divFooterMenu ul{
	margin: 0;
	padding: 0;
}
.divFooterMenu ul li{
	list-style-type: none;
	display: inline-block;
	border-right: 1px solid;
}
.divFooterMenu ul li:last-child{
	border-right: none;
}
    .divFooterMenu ul li a,
    .divFooterMenu ul li a:hover,
    .divFooterMenu ul li a:active,
    .divFooterMenu ul li a:visited,
    .divFooterMenu ul li a:focus
    { padding: 0 9px 0 7px; font-weight: 400;  font-size: 0.93em; }

        .divFooterMenu ul li a:hover,
        .divFooterMenu ul li a:active,
        .divFooterMenu ul li a:visited,
        .divFooterMenu ul li a:focus 
        { text-decoration: underline; }
.divFooterMenu ul li a:focus {
    outline: solid;
}
.divFooterDisclamer{
    font-weight: 400; 
	font-size: 0.9em;
    text-align:right;
    right:10px;
}
.divFooterMenu ul li:first-child a{ padding-left:0}


/***********************End Footer******************************/


/**************************Read More Less***********************/

.morecontent span {
    display: none;
}
.morelink {
    display: inline;
    white-space: nowrap;
}

/**************************End Read More Less***********************/




/*************************Terms Of Use**************************************/
.touConent .desc{font-weight: 400; font-size:1.6rem;line-height:20px;}
.touConent h2{font-weight: 400; font-size:2.3rem;}
.touConent strong{font-weight: 700;}

.touConent div{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.touConent div strong{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.touConent div p{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.touConent div p em{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.touConent div span{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.touConent div strong span{font-weight: 400; line-height: 25px;}
.upCase {text-transform: uppercase;}

.privacyPolicyContent div{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.privacyPolicyContent div strong{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.privacyPolicyContent div p{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.privacyPolicyContent div p em{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.privacyPolicyContent div span{font-weight: 400; font-size: 1.6rem;line-height: 20px;}
.privacyPolicyContent div strong span{font-weight: 400; line-height: 25px;}

/*.panel-group .panel:last-child{
	padding-bottom:40px;
}*/
/************************************Ticker**************************************/

 .divNewsFeedLogo-left img {
        float: right;
        margin-top:1px;
    }
/*news feed right to left---- end*/

.divNewsFeedLogo-left {
    z-index:1;
    padding-right: 0;
}
.divNewsTickerHome{height: auto;}
.tickercontainer {
    /*border: 1px solid #000;*/
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 1.7% 0;
    overflow: hidden;
}
ul.newsticker a {
   white-space: nowrap;
   padding: 0;
   font-size: 15px;
   margin: 0 31px 0 0;
   text-decoration: none;
}
ul.newsticker li {
   float: left;
   margin: 1px 0px 0px 0px;
   padding: 0;
   background: #fff;
}
.divNewsTickerHome div{height: 57px;margin-bottom: 2px;}
.row{margin:0px;} /*to override bootstrape class*/

/***********************************Ticker End*********************************/

/***********************************Rep Page*********************************/
.repBtn{
    top: 145px;
    position: absolute;
    margin-left: 6.1%;
    cursor: pointer;
}
.heroImg-rep{
    height: 133px !important;
}



/***********************************Rep Page End*********************************/
.holds-the-iframe {
    background: url(../images/ajax-loading.jpg) center center no-repeat;
}

.heroImg-small {
    height: 133px !important;
}

.breakWord{
    word-break: break-all;
}
.boldFont{
    font-weight: bold !important;
}

/******* for responsitve image *********/
.responsiveImage {
    max-width: 100%;
    height: auto;
}