@import url("/css/fonts.css");
body .rt-block {
    margin: 0px; 
}

.hidden {
  display: none !important;
}




/* --- Common styles --- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

img{ vertical-align:middle;max-width:100%;border:none;-ms-interpolation-mode:bicubic;}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

p {    
    margin: 15px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font: 400 14px/24px 'Poppins', sans-serif;
    letter-spacing: .5px;
    line-height: 20px;
    color: #444;
}

.tac {
    text-align: center;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
ol {
    list-style-type: none;
}

.dark {
    background: #f4f4f4;
}

.dn {
    display: none;
}

a {
    color: #138cd6;
    text-decoration: none;
    outline: none;
    border: none;
}

.show {
    display: block !important;
}

.head-container,
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.container {
    max-width: 1200px;
}



.footer .foot-head,
.footHead {
    font-weight: 300;
    color: #eee;
    font-size: 1.3em;
    padding-bottom: 15px;
    padding-top: 15px;
}

.zLogo {
    height: 28px;
    width: 81px;
    display: inline-block;
    text-indent: -9999em;
    vertical-align: text-bottom;
    background: url(/images/me-sprite-new.png) no-repeat 0 -164px;
}

.foot-social a {
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    transition: all 1s ease-in-out 1s;
}

.foot-social {
    margin-bottom: 30px;
}

.foot-social a:hover {
    text-decoration: none
}

.foot-social a.fb {
    background: url("/images/footer-sprite.svg") no-repeat 0 0;
    margin: 0;
}

.tw {
    background: url("/images/footer-icon-tw.svg") no-repeat 0 3px;
}

.in {
    background: url("/images/footer-icon-in.svg") no-repeat 0 0;
}

.foot-social a.gp {
    background: url("/images/footer-icon-gp.svg") no-repeat 0 4px;
    width: 25px;
}

.yt {
    background: url("/images/footer-icon-yt.svg") no-repeat 0 4px;
}

.divisionHead {
  /*  padding: 10px 0 0 0; */
    color: #bbb;
}

.division-logo {   
    color: #bbb;
}



.melogosvg img {
    width: 162px;
    height: 42px;
    margin-top: 5px;
}




/* footer subscribe newsletter style start */
 

.subscribepopup_contains {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: none
}

.subscribepopup_boxes {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
    border: 10px solid rgba(11, 11, 11, .67)
}

.subscribepopup_closeicon {
    float: right;
    line-height: 30px;
    border: 1px solid #34ad65;
    border-radius: 30px;
    font-size: 26px;
    margin: 0;
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
    background: #34ad65;
    color: #fff;
    text-align: center;
    z-index: 99999;
    position: absolute;
    font-weight: 100;
    cursor: pointer
}

.subscribe_popups {
    padding: 10px 20px
}

.subscribepopup_form_wrapper h4 {
    font-size: 20px;
    margin: 20px 0 0;
    font-weight: 100
}

.subscribepopup_form_wrapper form {
    margin: 20px 0 0
}

.subscribepopup_form_wrapper form input[type=text] {
    width: 210px;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    float: left;
    border-radius: 0;
    box-sizing: unset
}

.subscribepopup_form_wrapper form select {
    width: 225px;
    border: 1px solid #ddd;
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #7e7e7e;
    float: left;
    margin: 0 0 0 10px;
    box-sizing: border-box
}

.subscribepopup_form_wrapper form #meGDPRMessage {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0
}

.subscribepopup_form_wrapper form .dwn-priv {
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
    display: inline-block
}

.subscribepopup_form_wrapper form #subscribe {
    background: #34ad65;
    color: #fff;
    padding: 5px 20px;
    margin: 20px auto;
    text-transform: uppercase;
    line-height: 20px;
    border: 1px solid #fff;
    font-size: 13px;
    height: auto;
    width: 110px;
    display: table;
    float: none;
    border-radius: 0
}

span.footer-subscribenewsletteremail {
    background-color: #fff;
    border-right: none;
    color: #b5b5b8;
    height: 19px;
    line-height: 20px;
    outline: 0;
    padding: 10px 15px;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    width: 70%;
    font-size: 12px;
    float: left;
    border-radius: unset;
}

span.footer-subscribenewslettersubmit {
    border: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    padding: 11px 30px;
    text-decoration: none;
    float: left;
    margin: 0;
    text-indent: -99999em;
    background: #34ad65 url(/images/footer-icon-arrow.svg) no-repeat center center;
    height: 19px;
    border-radius: unset;
}

span.footer-subscribenewslettersubmit img {
    width: 100%;
}

div#form-alert {
    background: #E9142B;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    line-height: 16px;
    max-width: 265px;
    top: 35px;
    left: 20px
}

div#form-alert::before {
    position: absolute;
    left: 5%;
    top: -10px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E9142B;
    content: ''
}

.show {
    display: block !important;
}


/* footer subscribe newsletter style End */
#topsec-rhs ul {
   /* border-bottom: 1px solid #DDD;*/
    border-bottom: unset;
    padding: 0;
    margin: 0 0 3px 0;
}

#topsec-rhs ul li {
    float: left;
    padding: 5px 5px 2px 5px;
}

#topsec-rhs> ul > li:last-child {
    padding-top: 5px;
}

#topsec-rhs ul li span.user-thumb {
    background: url(/images/me-sprite-new.png) no-repeat -240px -120px;
    width: 16px;
    height: 24px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: none !important;
}

nav ul.header-nav {
    margin: 0;
}

nav ul.header-nav > li {
    float: left;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
    font-size: 1.1em;
    position: static;
}

nav ul.header-nav > li > span {
    cursor: pointer;
}

nav > ul.header-nav > li:hover span {
    border-bottom: 2px solid rgb(124, 187, 66);
}

nav ul.header-nav > li:first-child {
    padding: 0 20px 20px 50px;
}

nav ul.header-nav > li:last-child {
    padding-right: 0;
}

nav ul.header-nav li a:hover {
    text-decoration: underline;
}

#header-topsec ul a {
    color: #444;
    font-size: .9em;
    line-height: 30px
}

#topsec-rhs ul li span.telno {
    padding: 5px 0;
    display: inline-block;
    border-bottom: none !important;
    font-size: .9em;
    background: none;
    width: unset;
}

#topsec-rhs ul .telphdrop span {
   /* display: block;*/
    padding: 5px 0 0px 0;
}

#topsec-rhs ul li .telphdrop {
    width: 200px;
    font-size: 1em;
    right: auto;
    left: -160px;
}



#topsec-rhs ul li .telphdrop a {
    color: #CCC;
    padding: 2px 0;
    display: block;
    line-height: 20px;
}

#topsec-rhs ul li .telphdrop a:hover {
    text-decoration: underline;
}


/***/
#topsec-rhs ul .supphdrop span {
   /* display: block;*/
    padding: 5px 0 0px 0;
}

#topsec-rhs ul li .supphdrop {
    width: 280px;
    font-size: 1em;
    right: auto;
    left: -210px;
}



#topsec-rhs ul li .supphdrop a {
    color: #CCC;
    padding: 2px 0;
    display: block;
    line-height: 20px;
}

#topsec-rhs ul li .supphdrop a:hover {
    text-decoration: underline;
}

/***/


#topsec-rhs ul li ul li {
    float: none;
    display: block;
}


.followus {
    margin: 10px 0 0;
}

.followus a {
    text-decoration: none;
}

.nav-videos-preview span {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
    left: 0;
}

.subHdrRhsDrop {
    background: #1d2532;
    border: none;
    color: #fff;
    position: absolute;
    width: 250px;
    padding: 5px 10px;
    top: 35px;
    right: 0;
    z-index: 999999;
    font-size: 12px;
    display: none;
    line-height: 22px;
}

#header-topsec ul .loginbox a {
    color: #fff;
    font-size: 1em;
}

#header-topsec {
    background: #fff;
    position: static; 
 /*    position: fixed; */
    z-index: 999999;
    width: 100%;
}


#topsec-rhs.zacss > img {
    float: left
}

#topsec-rhs.zacss > ul {
    float: left
}

h1,
h2 {
    font-size: 2.7em;
    line-height: normal;
    font-weight: 400;
    padding: 20px 0;
    margin: 0;
}

h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1em;
    padding: 0 0 10px;
    margin: 30px 0 20px;
}

h1,
h2,
h3,
.foot-head {
    font-weight: 500;
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: #1d2532 url(/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    padding: 0;
}


/** Blog **/
.menu-blog #k2Container ul, ol {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0 0 20px;    
}

.menu-blog #k2Container li {
    margin: 0 0 20px;    
}
.menu-blog #k2Container p {
    margin-bottom: 30px;   
}

/** End Blog **/
