/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{padding:0px; margin:0px;}
body{ font-family:'Roboto', sans-serif !important; font-size:13px!important; color:#454F5B; line-height:20px; background-color:#f5f5f5;}
body p{ font-family:'Roboto', sans-serif !important; font-size:13px; color:#454F5B; line-height:22px;}
h1, h2, h3, h4, h5, h6{ font-family:'Roboto', sans-serif !important; letter-spacing:0.0em; text-transform:none; font-weight:400;}
@media screen and (min-width:1200px){
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-left: 1px solid #f9f9f9;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ff5252;
}
}
select{/*-webkit-appearance: none; background:url(/remoteimages/website-images/2017_SiteRedesign/images/ArrowDown.png) no-repeat 98% 50% #fff!important;*/ min-width:50px;}

.send_btn{margin:10px 0px; background:#ff5252; color:#fff; font-size:14px; padding:10px 20px;  text-transform:none;}
.send_btn:hover{ color:#fff; background:#6a6e7c;}

/* === SIDEBAR === */
.body {
	position: relative;
	margin: 0;
	padding: 0;
	transition: margin-right 0.5s;
	-o-transition: margin-right 0.5s;
	-moz-transition: margin-right 0.5s;
	-webkit-transition: margin-right 0.5s;
}
.body.slide {
	margin-right: 300px;
}
.sidebar {
	background-color: #00ffff;
	width: 300px;
	height: 100%;
	padding: 0px; 
	position: fixed;
	right: -300px;
	left: auto;
	top: 50px;
	z-index: 1;
	transition: right 0.5s;
	-o-transition: right 0.5s;
	-moz-transition: right 0.5s;
	-webkit-transition: right 0.5s;
	overflow-y: hidden;
}

.sidebar.show {
	right: 300px;
	display: block;
}
.ps-scrollbar-y-rail {
  margin: 5px 0;
}	
/* === END SIDEBAR === */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 60%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
	        transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,.modal.right .modal-content {height: 100%;overflow-y: auto;}
.modal.left .modal-body,.modal.right .modal-body {padding: 20px 15px 60px 15px;}
body.sf-nav-main-mode .modal.right .modal-body {padding: 60px 15px 60px 15px;}
#modalMyAccess.modal.left .modal-dialog, #modalMyAccess.modal.right .modal-dialog{max-width:768px;}
@media screen and (max-width:767px){
	body.sf-nav-main-mode .modal.right .modal-body {padding: 40px 15px 60px 15px;}
}
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {right: 0;}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
/*--- Lead Pages 2020 banner-----*/	
/*--- 31 August 2020 (Lead Pages) ---*/	
.clock-BulletTxt{ margin:0px; margin-bottom:10px;}	
.clock-BulletTxt li { list-style: none; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Clock-Small.png) no-repeat 0px 9px; margin: 0px; padding: 5px 0px;	
 padding-left: 30px; }	
.Lead-Top-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/VendorAdvertising-Top-BG.jpg) no-repeat center center #2b4452; padding: 60px 30px; margin-bottom:0px; }	
.Lead-Top-BG h1{ font-size:36px; font-weight:800; color:#fff; margin:0px; margin-bottom:20px;}	
.Lead-Top-BG h3{ font-size:20px; font-weight:600; color:#fbb416; margin:0px; margin-bottom:20px;}	
.Lead-Top-BG .btn{ margin:10px;}
.Lead-About{ background: url(/remoteimages/website-images/lead2015/LEAD_LOGO_New_header_2020.jpg) no-repeat center center #2b4452;padding: 80px 30px;}	
.Lead-schedule{ background: url(/remoteimages/website-images/lead2015/LEAD_Schedule.jpg) no-repeat center center #2b4452;padding: 80px 30px;}	
.Lead-sponsor{ background: url(/remoteimages/website-images/lead2015/LEAD_Sponsor.jpg) no-repeat center center #2b4452;padding: 80px 30px;}	
/*--- Lead Pages 2020-----*/
	
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6{ font-family:Roboto; font-weight:500;}
.modal-body{ text-transform:none; font-size:12px; color:#969696; font-weight:400; padding:10px 20px;}
.panel .modal-body{ }
.modal-body h5{ color:#ef483b; margin-top:5px; margin-bottom:5px;}
.modal-body h6{ color:#2a343e; margin:10px 0px;}
.modal-body p{ color:#757575; margin-bottom:0px;}
.modal-body hr {width:auto;margin-top: 10px; margin-bottom: 10px; border: 0; margin-left:-20px; margin-right:-20px; border-top: 1px solid #e9e9e9;}
.modal-body .glyphicon{ color:#f05f32; margin-right:10px; font-size:14px;}
.panel{-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
     box-shadow: 0 1px 1px rgba(0, 0, 0, .0); border: solid 1px #e9e9e9;}
.panel-default > .panel-heading {color: #02569c; background-color: #ffffff; border-color: #fff; padding:20px 10px; border-bottom:solid 1px #e9e9e9; }
.panel-group .panel { margin-bottom: 0px; overflow: hidden; border-radius: 0px;}
.panel-group .panel + .panel { margin-top: 0px;}
.panel-body{ padding:10px 15px; font-family:Roboto!important; font-weight:400; max-height:400px; overflow:hidden; overflow-y:auto;  padding-bottom:20px!important; }
.panel-body label{font-family:Roboto!important; font-weight:400; color: #50a0ef;}
.panel h1, .panely h2, .panel h3, .panel h4, .panel h5, panel h6{ font-family:Roboto;}
.panel h4{ font-size:14px; font-weight:400;}
.panel h4 span{ background:#fedc00; color:#333; width:20px; padding:6px 10px; font-size:12px; margin-right:10px; border-radius:50%; border:solid 2px #fff;}

.SmallModalContent{ text-align:center; padding:40px 20px; font-size:13px; top:150px;}
.SmallModalContent .btn{ background:#ff9600; color:#fff; font-size:11px; font-weight:600; letter-spacing:0.15em; text-transform:uppercase; padding:8px 15px; width:auto; border-radius:0px; border:none; margin:5px;}
.SmallModalContent .btn .glyphicon{ margin-right:5px; font-size:11px; font-weight:100;}
.modal-header{ background:#5c93ce; border-bottom: solid 1px #4c81b9; }
.modal-title{ font-size:14px; color:#fff; font-weight:400; text-transform:none }
.modal-title img{ width:24px; height:auto; margin-right:5px;}
.close {color: #fff; text-shadow: 0 0px 0 #ef483b;}
.modal-footer{ width:100%; background-color:#f5f5f5; text-align:left; padding:10px;}
.modal-footer .btn{/*font-family:'Roboto'; font-size:12px; font-weight:400; letter-spacing:0em; width:auto; border-radius:2px; padding:5px 8px;*/ margin-bottom:0px;}
/*.modal-footer .btn + .btn { margin-bottom: 5px; margin-left: 0px;}*/


.SmallModalContent{ color:#757575;}

.Medium .modal-footer{ position:relative;}

.form-control{ font-size:12px; color:#757575; padding:10px 0px; border:none; color:#999; border-radius:0px; background:#fff; border-bottom:solid 2px #f5f5f5; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .00); min-height:44px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .00);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}

.form-control:focus{ box-shadow:none;}
.form-group {
    display: flex;
    /*height: 55px;*/
	margin-bottom:inherit;
}

 select{ border:solid 1px #e5e5e5!important; color:#212121; padding:10px 8px!important; height:44px!important;}
.WhiteBlock select{ border:solid 2px #f5f5f5!important; color:#212121!important;}
.control-label {
    font-size: 12px;
	color:#666;
    font-weight: 400;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
	-webkit-transform-origin: left top;	
	-webkit-transform: -webkit-translate3d(0, 22px, 0) scale(1);
	-webkit-transition: 240ms;	
}


.form-group.focused .control-label {
    opacity: 1;
    transform: scale(0.90);
	color:#85b4ff;
	-webkit-transform: scale(0.90);
}


.form-control {
    align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
	-webkit-transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1; background:url(/remoteimages/website-images/2017_SiteRedesign/images/disabled.png) no-repeat 100% 60%; padding-right:30px;
}


.ripplelink{
 display:block;
  position:relative;
  overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:0;
}

.ripplelink:hover{
	z-index:1000;
}

.ink {
  display: block;
  position: absolute;
  background:rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}

.animate {
	-webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

input{ border:solid 1px #e5e5e5; padding:10px;}
.be-checkbox{ margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"]{  background-size:30px;  background-repeat: no-repeat;  /* width: 20px;  height:20px; */ width: 15px;  height:15px;  margin: 0; margin-right:10px;}

/* input[type=radio]:not(old):checked + label{background:url(/remoteimages/website-images/2017_SiteRedesign/images/radio-checked-new.png) no-repeat 0 0;}
input[type=checkbox]:not(old),input[type=radio]:not(old){opacity:0;	}
input[type="checkbox"], input[type="radio"]{  background-size:30px;  background-repeat: no-repeat;  width:0px;  height:0px;  margin: 0;}
input[type=checkbox]:not(old):checked + label{background:url(/remoteimages/website-images/2017_SiteRedesign/images/checked-new.png) no-repeat 0 0;height: 28px; color:#7bb21e;}

input[type=checkbox]:not(old) + label{display: inline-block;padding-left:30px;margin-left:0px;background:url(/remoteimages/website-images/2017_SiteRedesign/images/check-new.png) no-repeat 0 0;line-height: 26px;color:#777;font-size:12px;font-weight:normal;margin-right:10px;height: 28px;margin-bottom: 0;}

input[type=radio]:not(old) + label{display: inline-table;padding-left:28px;margin-left:-0px;background:url(/remoteimages/website-images/2017_SiteRedesign/images/radio-check-new.png) no-repeat 0 0;color:#777;font-size:12px;font-weight:600;margin-right:15px;height:28px;margin-bottom: 0;line-height: 26px;font-weight: normal;}

input[type=radio]:not(old):checked + label{background:url(/remoteimages/website-images/2017_SiteRedesign/images/radio-checked-new.png) no-repeat 0 0; color:#7bb21e;} */

label{ font-weight:500; margin-bottom:5px; margin-top:5px; color:#5c93ce; float:none; clear:both;}
textarea{ border:1px solid #e5e5e5!important; width:100%; min-height:120px; padding:10px!important; margin-bottom:10px;}

.btn:hover{	z-index:1000; color:#fff; background-color:#2a343e;  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.btn:focus{ outline:none;}

.btn{font-family:Roboto; font-size:13px; font-weight:400; padding:8px 20px; margin-bottom:10px; margin-right:10px; border-radius:30px; text-transform:none; letter-spacing:0.02em; transition: 0.3s; border:solid 2px #fff;}
.btn .glyphicon{ margin-right:10px;}
.RedBtn{ /*background-color:#ef483b;*/background:#E51069; color:#fff!important; }
.WhiteBtn{background-color:#fff;color:#454F5B!important;font-weight:500;border:solid 2px #454F5B;}

.WhiteBlock .IconBtn{ margin-top:10px;}
.IconBtnTopMargin{ margin-top:70px!important;}
.WhiteBtn:hover{background-color:#2a343e;color:#fff!important;/* border:solid 2px #2a343e; */}
.GrayBtn{ background-color:#939598; color:#fff!important; }
.OrangeBtn{ /*background-color:#fbb416;*/ background:#E51069; color:#fff!important;}
.TransparentBtn{background-color: transparent;/* color:#f05f32; font-size:14px; padding-left:0px;*/}
.BlueBtn{ /*background-color:#4ac4d5;*/  background:#2A5A8D; color:#fff!important;}
.GreenBtn{ /*background-color:#94c83c;*/  background:#5E7F24; color:#fff!important;}
.LiveEventBtn{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-WebCam.png) no-repeat 15px 50% #ef483b; color:#fff; padding-left:40px; margin:0px!important; text-align:left; }
.TableBtn{ padding:5px 10px!important; background-color:#6cb7c7; color:#fff; border:none; margin-top:5px;}
.TableBtn .glyphicon{ margin:0px; padding:0px; margin-left:10px; font-size:10px;}
.TableBtn:hover, .TableBtn:focus, .TableBtn:active, .TableBtn.active, .open .dropdown-toggle.TableBtn { color: #fff; background-color: #212121;}

.TransparentBtn{ background:none; border:none; text-align:center; color:#969696;}
.SmallBtn{ margin:0px; font-size:12px; font-weight:500; }
.ExtraSmallBtn {font-size:11px; padding:3px 10px;}
.IconBtn{ margin:2px 0px; font-size:14px; padding:15px;}
.IconBtn .glyphicon{ margin:0px;}
.SearchTopBtn{ background-color:#1f272f; color:#aeafb2; font-weight:400!important; font-size:10px; margin-top:2px; padding:8px 10px 8px 10px;}	
.FullWidth{ width:100% !important;}
.roundBtn{border-radius:25px!important;}
.MarginRightNone{margin-right:0px!important;}
.BigSearch{ font-size:24px; color:#ef483b; text-align:center; font-weight:400; margin-top:40px; margin-bottom:20px; letter-spacing:-0.025em;}
.BigSearch::-webkit-input-placeholder{color:#d1d2d4; opacity: 1; font-size: 24px;}
.BigSearch::-moz-placeholder{color:#d1d2d4; opacity: 1; font-size: 24px;}
.BigSearch:-ms-input-placeholder{color:#d1d2d4; opacity:1; font-size: 24px;}

::-webkit-input-placeholder{color:#999; opacity: 1; font-size: 12px;}
::-moz-placeholder{color:#999; opacity: 1; font-size: 12px;}
:-ms-input-placeholder{color:#999; opacity:1; font-size: 12px;}

.MarginTop10{ margin-top:10px;}
.MarginBottom10{ margin-bottom:10px;}
.MarginTop20{ margin-top:20px;}
.MarginBottom20{ margin-bottom:20px;}
.MarginTop30{ margin-top:30px;}
.MarginBottom30{ margin-bottom:30px;}
.MarginTop40{ margin-top:40px;}
.MarginBottom40{ margin-bottom:40px;}
.MarginTop4{ margin-top:4px;}

.SigninButtons{ text-align:right;}
.SigninButtons img { margin: 2px 0 6px 0;}

.MarginRight5{ margin-right:5px;}
.MarginRight10{ margin-right:10px;}
.MarginRight15{ margin-right:15px;}
.MarginRight20{ margin-right:20px;}


.navbar{ border:none; margin-left:-15px; margin-right:-15px;}
.navbar-brand{}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{background:#333;}
.nav > li{ border:none; text-transform:none;}
.navbar-nav > li > a { padding:15px; padding-left:13px; padding-right:13px; letter-spacing:0.02em; }
.navbar-default { font-family: Roboto; font-weight:400; }
.navbar-default .navbar-nav > li > a{color:#fff; text-align:left;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color:#444f5b;}
.TopBar-Icon{ margin-bottom:0px; width:30px; height:auto; max-height:30px; overflow: hidden;}
.navbar-toggle{ border-radius:0px;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff;  background-color: #2a343e;}	
.navbar-nav #thehive a:hover {text-decoration:underline !important;}	
.navbar-right > li > a { padding:15px 12px;  padding-top:10px; padding-bottom:10px; text-align:center;}
.navbar-right{ margin-right:-15px;}
.navbar-right li{ display:inline-block;}
.TopBrand{ padding:10px; background:none; margin-right:0px; float:left; display:block; margin-left:10px; display:none;}
.TopBrand img{ width:80px; height:auto;}

.NavBarLeft{ width:59%; float:left;}
.TopRight {text-align: right; width:40%; float:left;}
.navbar-right > li > a:hover{background-color:#f5f5f5!important;}
.navbar-right > li.dropdown.open > a{background-color:#eee!important;}
.TopRight > li > a:hover, .TopRight > li > a:focus { background-color:#444f5b!important; border: none!important;}
.TopRight .open > a, .TopRight .open > a:hover, .TopRight .open > a:focus {   background: #444f5b; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ background-color:#2a343e;}

.dropdown-menu{ font-size:12px; padding:0px; width:180px; border-radius:0px; border:none; /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);*/}
.dropdown-menu li{ width:100%;}
.dropdown-menu > li > a{ padding:10px; text-transform: none!important; color:#454F5B; font-weight:500;}
.navbar-nav > li > .dropdown-menu{ text-align:left}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ background-color:#f4f4f4; color:#293139;}
.DropDown-TopArrow{ width:15px; height:10px; position: absolute; top:-9px; right:19px;}
.DropDown-TopArrow>img{display:block;}

.TopSearchDiv{ width:100%!important; top:20px;}
.TopNo{ position:absolute; top:12px; right:16px; background-color:#d1d2d4; width:20px; height:20px; border-radius:50%; text-align:center; font-size:10px; color:#2a343e; font-weight:600; line-height:21px;}
.TopMsgBlock{ width:400px; background-color:#fff!important;margin:0px;}
.DropDown-Header{ font-weight:500; color:#293139; padding:15px 20px; text-align:left;}
.DropDown-Footer{ font-weight:600; color:#293139; padding:15px 20px; font-size:11px;}
.DropDown-Footer a{ color:#ef483b; text-transform:uppercase;}
.DropDown-Footer a:hover{ color:#000;}
.DropDown-Content{ border-bottom:solid 1px #f5f5f5; border-top:solid 1px #f5f5f5; max-height:215px; overflow-y: auto;}
.TopUserBlock{ color:#969696; font-size:12px; line-height:24px; padding:10px 20px; border-bottom:solid 1px #f5f5f5; text-align:left;}
.TopUserBlock:hover{ background-color:#f5f5f5; color:#444f5b;}
.TopUserBlock img{ width:40px; height:40px; margin-right:10px; margin-top:5px; float:left;}
.TopUserBlock span{ color:#c4c3c3; font-size:11px;}
.TopUserBlock h6{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-EmptyBox.png) no-repeat 50% 00%;color:#ef483b; font-size:13px; font-weight:500; text-align:center; padding:50px 0px 10px 0px;}
.TopUserProfile{ padding:0px;background-color:#fff!important; text-align:left;margin:0px;}
.TopUserProfile li{ color:#454F5B; font-size:13px; border-bottom:solid 1px #f5f5f5; padding:0px 0px; font-weight:500; }
.UserTopBlock{ padding:0px; text-align:center;}
.UserTopBlock img{ width:90px; height:auto; border-radius:50%; margin:5px;}
.UserTopBlock h4{ font-size:14px; margin:5px 0px; font-weight:500;}

.TopBar{ background-color:#444f5b; }
.TopLink{ background-color:#2a343e; text-transform:none!important; font-size:13px; }
.TopLink li{ padding:0px; margin:auto 0;}


.FloatLeft{ float: left;}
.FloatRight{float:right}

.Round{ border-radius:50%;}
.Profile20{ width:100%; height:auto; max-width:20px; margin-right:10px;}
.Profile30{ width:100%; height:auto; max-width:30px; margin-right:10px;}
.Profile40{ width:40px; height:40px; max-width:40px; max-height:40px; margin-right:10px;}
.Profile50{ width:100%; height:auto; max-width:50px; margin-right:10px;}
.Profile60{ width:100%; height:auto; max-width:60px; margin-right:10px;}
.Profile80{ width:100%; height:auto; max-width:80px; margin-right:10px;}
.Profile100{ width:100%; height:auto; max-width:100px; margin-right:10px;}
.Profile120{ width:100%; height:auto; max-width:120px; margin-right:10px;}

hr {margin-top:15px; margin-bottom:15px; border: 0; border-top: 1px solid #eaeaea;width:100%;}

.DeskTop-Only{ display:block;}
.Mobile-Only{ display:none;}

.Red{ /*color:#ef483b!important;*/ color:#AB2117!important; font-weight:500;}
.Green{ /*color:#94c83c!important;*/ color:#5E7F24!important; font-weight:500;}
.Orange{ /*color:#fbb416!important;*/ color:#E51069!important; font-weight:500;}
.Blue{ /*color:#4ac4d5!important;*/ color:#2A5A8D!important; font-weight:500;}
.Gray{ /*color:#939598!important;*/ color:#000!important; opacity:0.65; font-weight:500;}
.Dark{ color:#2a343e!important; font-weight:500;}

.navbar-right li.TopSearchBlock{ display:flex!important;align-items:center;}
.navbar-right li.TopSearchBlock>form#main_search_basic {position:relative;width:100%;}
.navbar-right li.TopSearchBlock #srchBg{display:none;}
.TopSearchInput{ background:none; background-color:#3d464f; border:none; margin:0px; margin-top:9px; padding:6px 45px 6px 5px!important; min-height:32px; font-size:12px; margin-right:5px; color:#d1d2d4; border-radius:2px; min-width:200px;}
.TopSearchInput:focus{ border:none!important;}
.TopSearchBlock .TopSearchButton{ padding:0px; padding:6px 10px 4px 10px;  min-height:32px; margin:0px; position:absolute; top:9px!important; right:0px;  margin-right:5px; background-color:#525961; border-radius:0px 2px 2px 0px;}
.TopSearchBlock .btn .glyphicon{ font-size:16px; font-weight:400; margin:0px; color:#d1d2d4; }

.RedBlock{background-color:#ef483b;color:#fff;display:block; height:30px; width:30px; text-align:center; padding-top:8px; margin-bottom:10px;}
.GreenBlock{background-color:#94c83c;color:#fff;display:block; height:30px; width:30px; text-align:center; padding-top:8px; margin-bottom:10px;}
.OrangeBlock{background-color:#fbb416;color:#fff;display:block;height:30px; width:30px; text-align:center; padding-top:8px; margin-bottom:10px;}
.GrayBlock{background-color:#939598;color:#fff;display:block; height:30px; width:30px; text-align:center; padding-top:8px; margin-bottom:10px;}
.DarkBlock{background-color:#2a343e;color:#fff;display:block; height:30px; width:30px; text-align:center; padding-top:8px; margin-bottom:10px;}
.BlueBlock{background-color:#4ac4d5;color:#fff;display:block; height:30px; width:30px; text-align:center; padding-top:8px; margin-bottom:10px;}

.LogoBlock{margin:22px 0px 18px 0px; float:left; text-align:left;}
.LogoBlock>a{display:block;float:left;}
.LogoBlock>a>img{display:block;width:100%; height:auto; max-width:180px;}
.SM-Block{ padding:0px; padding-top:50px; color:#b8b8b9; font-size:11px; text-align:left;}
.SM-Block p{ margin-bottom:5px;}
.SM-Icons{ padding:0px; margin:0px;}
.SM-Icons li{ list-style:none; display:inline; float:left; margin-right:5px!important;}
.SM-Icons li img{ width:20px; height:auto; border-radius:50%;}
.TopAD-Block{ text-align:right; margin:14px 0px;}
.TopAD-Block img{ width:100%; height:auto; /*max-width:655px;*/}

.SM-Icons-New{list-style:none;margin:0px;padding:0px;}
.SM-Icons-New>li{list-style:none;display:inline-block;}
.SM-Icons-New>li>a{text-decoration:none;outline:none;box-shadow:none;cursor:pointer;user-select:none;width:24px;height:24px;background:#ef483b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:3px;transition: all .3s ease;}
.SM-Icons-New>li>a>svg{width:12px;height:12px;fill:#fff;}
.SM-Icons-New>li>a:hover{background:#2a343e;transition: all .3s ease;}

.ContentArea{ margin:30px 0px;}
.IndexUserBlock{font-size:12px; color:#939598;}
.IndexUserBlock a{color:#939598;}
.IndexUserBlock h6{ font-size:13px; color:#2a343e; font-weight:500; margin:0px; margin-bottom:5px;}

.LiveEventsBlock{background-color:#fff; padding:20px; margin-bottom:20px;}
.LiveEventsBlock span{ font-size: 13px; font-weight: 600; color: #2a343e;}
.LiveEventsBlock p{ color:#757575; font-size:12px; line-height:18px; margin:10px 0px; margin-bottom:20px;}
.EventBlock{ background-color:#fafafa; margin-bottom:20px;}
.IndexSliderBlock{margin-bottom:20px;}
.TrendingBlock{margin-bottom:20px;}
.TrendingBlock-Item{ background-color:#fff; margin-bottom:5px;}
.TrendingBlock-Item-Img{ background-color:#eaeaea; padding:0px; margin:0 auto; width:100%; height:200px; overflow:hidden;  text-align: center; vertical-align: middle;}
.TrendingBlock-Item-Img img{ display:table-cell;vertical-align: middle; width:100%; height:auto; position: relative; top: -50%; }
.TrendingBlock-Item h4{ margin:0px; padding:30px 20px 20px 20px; font-size:14px; color:#4ac4d5; line-height:20px; font-weight:400;}
.TrendingBlock-Item p{ margin:0px; margin-bottom:0px; padding:20px 20px; padding-top:0px; border-bottom:solid 1px #eaeaea; font-size:12px; color:#969696; line-height:18px;}
.TrendingBlock-Item-Footer{ display:block; background-color:#fbfbfb; border-bottom:solid 1px #eaeaea;  width:100%; min-height:51px;}
.TrendingBlock-User{ font-size:11px; color:#d1d2d4; padding:10px 20px; line-height:14px; width:60%; float:left;}
.TrendingBlock-User a{ color:#fbb416;}
.TrendingBlock-User img{ width:30px; height:auto; margin-right:10px; border-radius:50%;}
.TrendingBlock-Icons{ float:right; display:block;}
.TrendingBlock-Icons ul li{ list-style:none; display: inline-block; text-align:center;  padding:13px;}
.TrendingBlock-Icons img{ width:24px; height:auto;}
.TrendingBlock-Icons ul li:hover{ background-color:#fff;}
.RightAD-Block{background-color:#fff;padding:0px 0px 3px 0px; font-size:11px; color:#c3c3c3; text-align:center; margin-bottom:20px;border:1px solid #e3e6f0;border-radius:3px;;}
.RightAD-Block img{width:auto; height:auto; max-width:300px;margin: 0 auto;}
.RightAD-Block p{margin:0px;font-size:11px;font-weight:300;}
.RightAD-Block p a{ color:#000; opacity:0.65; font-weight:500;}
.RightAD-Block.pdall20{padding:20px;}
.RightAD-Block.pdall20 img{max-width: 260px;}
.SurveyBlock{ position:relative; margin-bottom:20px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Survey.png) no-repeat 50% 10% #fff; min-height:260px; color:#2a343e; font-size:16px; font-weight:300; line-height:24px; padding:20px; padding-top:110px; text-align:center;}
.SkipBtn{ position:absolute; top:0px; right:0px; width:50px; height:30px; color:#bcbcbc; text-align:right; text-transform:uppercase; padding:5px 10px; font-size:11px; }
.ButtonPanel{ position:absolute; left:0px; bottom:0px; width:100%; display:block;}
.Box3{ display:inline; width:33.33%; float:left; padding:20px 10px; text-align:center; font-size:14px; font-weight:400; color:#fff; vertical-align:middle;}
.Box2{ display:inline; width:50%; float:left; padding:20px 10px; text-align:center; font-size:13px; font-weight:400; color:#fff; vertical-align:middle;}
.GreenBox{ background-color:#94c83c;}
.BlueBox{background-color:#4ac4d5;}
.RedBox{background-color:#ef483b;}

.BlockHeader{ padding:15px 20px; font-size:13px; font-weight:600; color:#2a343e; letter-spacing:0.02em; border-bottom:solid 1px #eaeaea;}
.BlockHeader .dropdown .btn{ padding:3px; margin:0px; border:none;}
.BlockHeader .dropdown .btn:hover{ background-color:transparent;}
.BlockHeader .dropdown img{ display:block; width:16px; height:auto;}
.BlockHeader .dropdown .dropdown-menu{top:24px; font-size:11px; background-color:#444f5b; }
.BlockHeader .dropdown .dropdown-menu > li > a{ color:#fff; padding:8px 10px; border-bottom: 1px solid #444f5b; letter-spacing:0em;}
.BlockHeader .dropdown .dropdown-menu > li > a:hover{ background-color:#2a343e; color:#d1d2d4;}


.EventBlock ul{ margin:0px;}
.EventItem li{ list-style:none; font-size:11px; color:#969696; border-bottom:solid 1px #f5f5f5; padding:10px 20px; margin:0px;}
.EventItem li a{color:#969696;}
.EventItem li:hover{ background-color:#f5f5f5; border-bottom:solid 1px #eaeaea;}
.EventItem li span{ color:#293139; font-weight:500;}
.EventItem li h5{ font-size:12px; margin:0px; margin-bottom:5px; color:#5c93ce; font-weight:500; line-height:18px;}

.SimpleBlock .panel{ border:none;}
.SimpleBlock .panel-default > .panel-heading{padding:20px 0px; color:#2a343e; background:#f5f5f5;}
.SimpleBlock .panel-default > .panel-heading .active{background:#ff5252;}
.SimpleBlock .panel h4{ font-size:13px; font-weight:500;}
.SimpleBlock .panel a{ color:#2a343e!important;}

.BlueBG-Block{ border:none; margin-bottom:20px; background-color:#fff;}
.BlueBG-Block h5{ font-size:14px; font-weight:500; color:#fff; margin:0px; background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-AlignLeft-Small.png) no-repeat 20px 15px #4ac4d5; padding:15px 20px; padding-left:50px; }
.Membership-List{ margin:0px; font-size:12px; padding:10px 20px;}
.Membership-List li{ list-style:none; margin:0px; padding:3px 12px; background:url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Gray-Small.png) no-repeat 0px 12px;margin-left:16px;}
.Membership-List a li{ color:#939598; margin:0px 0px; padding:5px 0px;  padding-left:12px;}
.Membership-List a li:hover{ background-color:#d1d2d4; color:#444f5b;}
.List-SubHeader{font-size:14px; line-height:24px; color:#4ac4d5!important; border-bottom:solid 1px #f1f1f1; background-color:#ffffff; font-weight:500;}	
.PaddingLeft20{padding-left:20px;}
.Membership-List .List-SubHeader{ padding-left:0px; }


.Header{ position:relative; color:#2a343e; font-size:14px; font-weight:800; text-transform:none; letter-spacing:0.02em; margin-bottom:0px; }
.Header .glyphicon{ font-size:20px; color:#2a343e; margin-right:10px; top:-2px; float:left;}
.Header .dropdown .btn{ padding:3px; margin:0px; border:none;}
.Header .dropdown .btn:hover{ background-color:transparent;}
.Header .dropdown .glyphicon{ font-size:18px!important; margin-right:0px; color:#939598;}
.Header .dropdown .dropdown-menu{  font-size:11px; background-color:#444f5b; }
.Header .dropdown .dropdown-menu > li > a{ color:#fff; padding:8px 10px; border-bottom: 1px solid #444f5b; letter-spacing:0em;}
.Header .dropdown .dropdown-menu > li > a:hover{ background-color:#2a343e; color:#d1d2d4;}

.ViewMore{ background-color:#eaeaea; margin:10px 0px; margin-bottom:20px; padding:10px; color:#495057; font-size:12px; font-weight:500; text-align:center; border-radius:02px;}
.ViewMore:hover{ background-color:#2a343e; color:#fff;}
.LoginControl{padding:15px;}
/*.Top-AddContent-Block{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/J50.png) no-repeat 15px #fff;margin-bottom:20px; color:#ef483b; font-size:15px; font-weight:400; min-height:80px; padding:30px 20px; padding-left:75px; box-shadow: 0px 5px 10px #d1d2d4;}*/
/*.Top-AddContent-Block .btn{ float:right; margin:0px; margin-top:-8px;}*/

.FooterBG{background-color:#394048; padding:20px; font-size:12px; color:#c3c3c3; text-align:left;}
.FooterBG a{ color:#c3c3c3; padding:0px; padding-right:10px;}
.FooterMidBG{ background-color:#495057; padding:20px 0px;  color:#c3c3c3;}
.FooterMidBG a{ color:#c3c3c3!important;}
.FooterMidBG h6{ color:#eaeaea; font-size:12px; text-transform:uppercase; font-weight:500; margin:0px; margin-bottom:10px; margin-top:5px;}
.FooterMidBG ul{ padding:0px; margin:0px; margin-bottom:10px;}
.FooterMidBG ul li{ list-style:none; margin:0px; padding:2px 0px; font-size:11px; line-height:14px;}
.FooterBottomBG{background-color:#5a6168; padding:10px; text-align:center; font-size:11px; color:#fff; }

/*------------ White Background Table CSS ------------*/
/*.TableAreaBlock{ background-color:#fff; padding:0px; padding-top:20px; margin:0 auto; padding-bottom:20px; color:#757575; }
.TableBlock{width: 100%; overflow: hidden; overflow-x: auto; padding-bottom:20px; }

.TableMenu{min-width:120px; left:-34px!important; top:30px; z-index:9;}
.TableMenu > li > a { padding:5px 10px!important;}

table{ font-size:12px; margin:10px 0px; }
thead tr{ background-color:#fff8cc; color:#1567c3;  }
thead tr td{ padding:15px 10px; font-weight:500; vertical-align:top;}
thead tr th{ padding:15px 10px; font-weight:500; vertical-align:top;}
tbody tr{ background-color:#f9f9f9; color:#414a52; border-bottom:solid 1px #d9d9d9;  }
tbody tr:hover{ background-color:#fff; }
tbody tr td a{ color:#2196F3;}
tbody td{ padding:10px 10px; font-weight:400; vertical-align: middle;}
table.dataTable thead th, table.dataTable thead td{ border-bottom:solid 1px #02569c;}
table.dataTable thead th, table.dataTable tfoot th{font-weight:400;  font-size:12px;}
table.dataTable tfoot th, table.dataTable tfoot td{border-top: 1px solid #1567c3;}
thead th, thead td{ border-bottom: solid 1px #cecece;  border-top:double 3px #e8e8e8;  font-weight:400; }
.TableTop{ padding:10px 20px; padding-top:0px;}
.TableTop label{ color:#969696;}
.TableFooterInfo{ padding:10px 20px; font-size:11px; color:#969696; border-top:solid 1px #969696;}
#example_length label{ font-weight:400; font-size:11px; }
#example_length input, button, select, textarea{font-weight:400; font-size:11px; border:#eee; padding:5px 3px; margin-bottom:10px;}
#example_filter label{ font-weight:400; font-size:11px; }
#example_filter input, button, select, textarea{font-weight:400; font-size:11px; border:#eee; padding:5px 3px; margin-bottom:10px;}
#example_filter input{ border-bottom:solid 1px #eee;}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { background-color: #fcfcfc;}
#example{ margin-bottom:20px;}
.dataTables_length{ padding-left:20px;}
.dataTables_filter{ padding-right:20px;}
.dataTables_info{ padding-left:00px; font-size:11px; color:#969696!important;}
.dataTables_paginate{ padding-right:20px; font-size:11px;}
.dataTables_wrapper .dataTables_paginate .paginate_button {color:#969696!important;}*/

.modal-body tbody tr td a{ color:#ff6600;}
.home_feed_wrapper{background: #fff; padding: 20px 110px;border-radius:5px;}

/*---- Tab Style Classes (Start) ----*/
.TopTab { text-transform:none!important;}
.TopTab li { margin:0px!important; padding:0px!important; }
.nav > li{ border:none; margin-top:0px;}
.nav-tabs{border-bottom: 3px solid #e0e2f1; font-family:'Roboto';  font-weight:400;}
.nav-tabs > li { margin-bottom: -4px!important;}
.nav-tabs > li > a { font-size:12px;   margin-right: 0px; line-height: 2; border: 0px solid transparent; border-radius: 0px 0px 0 0; color: #7e878e; border-bottom:solid 3px #e0e2f1; background:transparent; }
.nav-tabs > li.active > a {
    color: #d63932; cursor: default; background-color: transparent;border-bottom:solid 3px #006699!important; }
.TopTab .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none; background: transparent!important;  color: #666; border-bottom:solid 0px #a2a9af;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ background:none!important; border:none; color:#006699;}

.TabArea{ margin:0px; padding:0px; margin-right:-30px; margin-left:-30px;}

.tab-content{ padding:0px;}

/*---- Tab Style Classes (End) ----*/

/* custom inclusion of right, left and below tabs */
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 300px;
  margin-right: 0;
  margin-bottom: 0px;
}

.tabs-left > .nav-tabs {
  float: left;
  /*margin-right: 19px;*/
  border-right: 0px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;

}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.75; filter: alpha(opacity=75);
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1567c3;
  opacity: 1; filter: alpha(opacity=100);
}

input:focus + .slider {
  box-shadow: 0 0 1px #1567c3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*--- datepicker Start-----*/
.datepicker { cursor:pointer; z-index:1050!important;}
.dropdown-menu .table-condensed { margin:0px; padding:0px; width:100%;}
.datepicker-days{ }
.datepicker-switch{ text-align:center;}
.table-condensed .prev{ text-align:center;}
.table-condensed .next{ text-align:center;}
.table-condensed thead tr{ background-color:#fcfcfc; }
.table-condensed thead tr { background-color:#fcfcfc;  color:#1b7bd9;}
.table-condensed thead th, thead td{ border:none;}
.table-condensed .dow{ border-bottom: 2px solid #ddd}
.table-condensed tbody td{ border:none; text-align:center;}
.table-condensed tbody td:hover{ background-color:#fedc00; color:#212121;}
.table-condensed .active{ background-color:#fedc00!important; color:#212121!important;}
.table-condensed .new{ color:#d6d6d6!important;}
.table-condensed .month{ text-align:center; padding:10px; float:left;}
.datepicker-months{ width:220px;}
.datepicker-years{width:220px; display:block;}
.table-condensed .year{text-align:center; padding:10px; float:left;}
/*--- datepicker End-----*/


/*--- Inside accordion Start-----*/
.accordion-item {
  position: relative;
}
.accordion-item.active .heading {
  color: #fbb416;
}
.accordion-item.active .icon {
  background: #fbb416;
}
.accordion-item.active .icon:before {
  background: #fff;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-decoration: none;
  color: #939598;
  font-weight: 500;
  font-size: 13px!important;
  position: relative;
  padding: 10px 0px; padding-left:60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-top:solid 2px #f5f5f5;
}
@media (min-width: 40rem) {
  .accordion-item .heading {
    font-size: 1.2rem;
  }
}
.accordion-item .heading:hover {
  color: #fbb416;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: #fff;
}
.accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  border: 0px solid #fefefe;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
		  background: #939598;
}
.accordion-item .icon:before, .accordion-item .icon:after {
  content: '';
  width: 1.25rem;
  height: 0.25rem;
  background: #fff;
  position: absolute;
  border-radius: 0px;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {
  margin-top: 0;
}
@media (min-width: 40rem) {
  .accordion-item .content {
    line-height: 20px;
  }
}
/*--- Inside accordion End-----*/


/*--- Inside Side Panel Start-----*/
.MemberContentBlock{ padding:0px 0px; padding-bottom:10px;}
.MemberContentBlock h5{ color:#2a343e; font-size:14px; font-weight:600; margin:0px; margin-bottom:10px;}
.MemberContentBlock p{ color:#757575;}
.MemberContentBlock p a{ color:#969696;}

.InsideEventBlock{ padding:0px; background-color:#fff; margin-bottom:20px;}
.InsideEventBlock h5{ color:#2a343e; font-size:14px; font-weight:500; margin:0px; padding:20px;}
.InsideEventBlock .dropdown .btn{ padding: 0px; margin: 0px; border: none;}
.InsideEventBlock .dropdown .btn:hover { background-color: transparent;}
.InsideEventBlock h5 .dropdown img{ display: block; width: 16px; height: auto;}
.InsideEventBlock .dropdown .dropdown-menu{top:24px; font-size:11px; background-color:#444f5b; }
.InsideEventBlock .dropdown .dropdown-menu > li > a{ color:#fff; padding:8px 10px; border-bottom: 1px solid #444f5b; letter-spacing:0em;}
.InsideEventBlock .dropdown .dropdown-menu > li > a:hover{ background-color:#2a343e; color:#d1d2d4;}
.InsideEventBlock h6{ color:#2a343e; font-size:13px; font-weight:500; margin:0px; padding:10px 0px;}
.InsideEventBlock .content{ padding:10px 20px; border-top:solid 2px #fbb34c;}
.InsideEventBlock hr{margin: 0px -20px 10px -20px; border: 0; border-top: 2px solid #f5f5f5;}
.InsideEventBlock .FullWidth{ border-radius:0px; font-size:11px; margin-bottom:10px;}
.InsideEventBlock p{ color:#757575; margin-bottom:0px; font-size:12px;}
.InsideEventBlock p a{ color:#969696;}
.WebcastEventItem{ margin:0px; padding:0px; font-size:12px;}
.WebcastEventItem li{ list-style:none; color:#2a343e; font-weight:500; line-height:16px; padding:7px 0px;}
.WebcastEventItem li a{ color:#5c93ce;}
.WebcastEventItem li span{ color:#ccc; font-size:11px; font-weight:400;}
.WebcastEventItem li a:hover{color:#2a343e;}
.VirtualEventItem{ margin:0px; padding:0px; font-size:12px;}
.VirtualEventItem li{ list-style:none; color:#2a343e; font-weight:500; line-height:16px; padding:7px 0px;}
.VirtualEventItem li a{ color:#94c83c;}
.VirtualEventItem li span{ color:#ccc; font-size:11px; font-weight:400;}
.VirtualEventItem li a:hover{color:#2a343e;}
.VirtualEventItem h3, .WebcastEventItem h3 {list-style: none; color: #2a343e; font-weight: 500; line-height: 16px; padding: 0 0 10px 0px; font-size: 12px; margin: 0px;}
.WebcastEventItem h3 a { color: #5c93ce;}
.VirtualEventItem h3 a { color: #94c83c;}
.VirtualEventItem .WebcastP, .WebcastEventItem .WebcastP {color: #777; font-size: 11px; font-weight: 400; }
.MyEvent{ margin-bottom:15px;}
.MyEvent p{ color:#757575; margin-bottom:10px;}
.MyEvent .btn{ margin-bottom:5px; font-size:11px; font-weight:400; padding:5px 10px;}

/*--- Inside Side Panel End-----*/

.PageName{ font-size:18px; color:#ef483b; font-weight:500; line-height:36px;}
.PageName .btn{ float:right; margin-right:0px;}

.ShareBlock{ border: solid 1px #d1d2d4; padding:2px 10px; padding-left:45px; background:url(/remoteimages/website-images/2017_SiteRedesign/images/Inside-ShareIcon.png) no-repeat 0% 50%; min-height:36px; border-radius:3px; margin-bottom:10px;}
.ShareBlock ul{ margin:5px 5px; padding:0px;}
.ShareBlock ul li{ list-style:none; display:inline-block; padding:0px; margin:0px; margin-right:10px; font-size:11px; color:#939598; }
.ShareBlock ul li img{ margin-right:5px; margin-top:-2px;}
.ShareBlock ul li a{color:#939598;}

.NotificationBlock{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Notification.png) no-repeat 15px 20px #ededed; padding:15px; padding-left:50px; margin:0px 0px 15px 0px; border:solid 1px #e7e7e7; border-radius:5px; color:#444f5b; font-size:12px; line-height:20px; font-weight:400;}
.NotificationBlock strong{font-weight:600;}

.NotificationTxt{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Notification-Small.png) no-repeat 0px 13px; padding:10px; padding-left:30px; color:#939598; font-size:12px; font-weight:400;}

.FliterBlock{min-height:54px; border:solid 1px #ddd;border-radius:5px; padding:5px; margin-bottom:20px; box-shadow:0px 0px 0px #d1d2d4;}
.FliterBlock h1{background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Filter.png) no-repeat 20px 20px; font-size:14px; font-weight:600; margin:0px; margin-bottom:10px; padding:20px; padding-left:50px; border-bottom:solid 1px #eaeaea;}
.FliterBlock h2{font-size:14px; font-weight:600; margin:0px; padding:19px 20px 18px 20px; color:#444f5b;}
.FliterBlock hr { margin-top: 0px; margin-bottom: 0px; border: 0; border-top: 1px solid #eaeaea;}
.FliterBlock .btn[_ngcontent-c2],.FliterBlock .btn[_ngcontent-c2]:hover{border-radius:3px;border:0px solid #fff;background:#eee;color:#47525d;}
.FliterBlock .btn.RedBtn[_ngcontent-c2],.FliterBlock .btn.RedBtn[_ngcontent-c2]:hover{background:#47525d;color:#fff;}
.FliterSearch{ margin:0px; font-size:15px; color:#444f5b !important; text-align:left; font-weight:400; padding:25px 15px !important; padding-left:45px !important; border-bottom:solid 2px #fbb416 !important; background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Search-Yellow.png) no-repeat 20px 15px;}
.FliterSearch::-webkit-input-placeholder{color:#d1d2d4; opacity: 1; font-size: 14px;}
.FliterSearch::-moz-placeholder{color:#d1d2d4; opacity: 1; font-size: 14px;}
.FliterSearch:-ms-input-placeholder{color:#d1d2d4; opacity:1; font-size: 14px; }
.FliterSearch:focus{border-bottom:solid 2px #ff5252; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.FliterBlock .LabelTxt{ color:#c3c3c3; font-weight:400; padding:17px 0px; margin:0px;}
.FliterBlock .SelectBox{min-height:54px; border:0px solid #eaeaea!important; width:100%; border-left: 1px solid #eaeaea!important;box-shadow:none;outline:none;}
.FliterBlock .pdrgsolid{border-right: 1px solid #eaeaea!important;}
.FliterBlock .form-control{ margin:0px;height: 52px; padding-bottom: 10px !important; padding-top: 10px !important;}
.choosen-block:after{content:'';float:none;display:flex;clear:both;}
.FliterBlock-Footer{ padding:15px 20px;}
.FliterBlock-Footer .btn{ float:right;}

.Left-FilterBlock input[type="radio"], .Left-FilterBlock input[type="checkbox"]{margin:8px 5px; height: 15px; width: 15px;}	
.FilterBlock-Data input[type="checkbox"] + label{display: inline;}	
.Left-FilterBlock input {border: solid 1px #e5e5e5 !important;padding: 10px !important;}
.hr_filter_btn{margin: 8px 5px 0px 5px;background: rgba(177,177,177,0.1);border: 0px solid #ecebeb;border-radius: 4px;padding: 10px 10px 8px 10px;}
input.filter_asc_desc[value="asc"]+.hr_filter_btn.asc,input.filter_asc_desc[value="desc"]+.hr_filter_btn.asc+.hr_filter_btn.desc{background:rgba(71,82,93,1);}
input.filter_asc_desc[value="asc"]+.hr_filter_btn.asc>svg,input.filter_asc_desc[value="desc"]+.hr_filter_btn.asc+.hr_filter_btn.desc>svg{fill:#fff;}
/*--- Archived Webcasts Home Page ---*/

.WebcastBlock{ background-color:#fff; padding:20px;}
/*.WebcastBlock:hover{ box-shadow:0px 0px 20px #d1d2d4;}*/
.WebcastBlock h1{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Play-Large.png) no-repeat 0% 50%; font-size:15px; color:#5c93ce; font-weight:700; line-height:20px; padding:10px 20px; padding-left:60px; margin:5px 0px;  min-height:48px;margin-top:10px;}
.WebcastBlock h2{ font-size:13px; font-weight:500; color:#ef483b; margin:0px; margin-bottom:10px; padding:5px 0px;}
.WebcastBlock h3{font-size:18px; font-weight:600; color:#2A343E; margin:0px; line-height:1.3; margin-bottom:10px; padding:0px 0px;}
.WebcastBlock h4{font-size:14px; font-weight:500; color:#ef483b; margin:0px; line-height:1.4;margin-bottom:10px; padding:0px 0px;}
/*.WebcastBlock span{ color:#969696; font-size:11px;}*/
/*.WebcastBlock span a{color:#5c93ce; font-weight:500;}*/
.Webcast-Type{color:#939598; font-weight:500; padding:0px 0px;display:flex;}
.Webcast-Type>svg{margin-right:5px;margin-left:-5px;}
.CreditBadges{ margin:0px; padding:0px;}
.CreditBadges li{ list-style:none; display:inline-block; list-style:none; width:120px; height:30px; background:#fff url(/remoteimages/website-images/2017_SiteRedesign/images/credit-badges.png) no-repeat 0px 0px;position:relative;}
.CreditBadges .World{background-position: left 0px;}
.CreditBadges .California{background-position: left -31px;}
.CreditBadges .Certification{background-position: left -62px;}
.CreditBadges .International{background-position: left -95px;}
.CreditBadges .Strategic{	background-position: left -127px;}
.CreditBadges .General{	background-position: left -159px;}
.CreditBadges .Elearn{	background-position: left -190px;}
.CreditBadges .SHRM { background-position: left -62px; }
.WebcastBlock-Right p{font-size: 13px;font-weight:400;color:#949599;line-height:1.4;margin-bottom:20px;text-align:left;}
.WebcastBlock-Right h3{ font-size:14px; color:#2a343e; font-weight:500; margin:10px 0px;}
.WebcastBlock-Right .ClientLogo{ width:60px; height:auto; margin-bottom:10px;}
.Presenter-Name{ font-size:12px; color:#969696; padding:10px 0px; border-top:solid 1px #ececec;}
.Presenter-Name h4{ font-size:12px; color:#2a343e; font-weight:500; margin:0px;}
.Presenter-Name img{ float:left; margin-right:10px; margin-top:-5px; min-height:40px;}

/*--- 07 Nov 2017-----*/
.InsideSide-Bar01{ display:block;}
.LargeBtn{ margin:0px; font-size:14px; font-weight:500; padding:13px 25px; border-radius:30px; }
.FliterBlock h1{ margin-bottom:0px;}
.FliterBlock-Padding{padding:10px 15px;}
.FliterBlock-Padding label{font-size: 13px;font-weight:500;position:relative;top:-3px;}
.NotificationTxt{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Notification-Small.png) no-repeat 0px 5px; padding:5px; padding-left:30px; color:#939598; font-size:12px; font-weight:400;}
.FliterSearch{ padding-right: 180px !important;width:100% !important;}
.Serach-Buttons{ position:absolute; top:5px; right:35px;}
.Serach-Buttons .btn{ margin-left:10px;}

.FliterSearch .chosen-container{border: none;}
.FliterSearch .chosen-container .chosen-choices{border: none;background-image: none;}
.FliterSearch .chosen-container .chosen-choices input[type="text"]{min-height: 25px;}

.WebcastBlock .RatingBlock{ position:absolute; top:0px; right:0px; margin-right:20px; width:146px; height: 40px;}
.WebcastBlock.lightradius{border:1px solid #E8ECF7;border-radius:5px;}
.RatingBlock p{ margin:2px 0px 0px 0px; font-size:11px;}
.RatingNo{ float:left; /*background-color:#fbb416;*/ background:#175E69; opacity:0.80; height:36px; width:36px; min-width:36px; text-align:center; color:#fff; font-size:16px; font-weight:400; letter-spacing:-0.05em; padding:5px; padding-top:9px; margin-right:10px;}
.RatingNo:hover{ background-color:#444f5b;}
.RatingStars{background:url(/remoteimages/website-images/2017_SiteRedesign/images/Star.png) no-repeat; height: 13px; display: inline-block;}
.RatingCount{display:block;font-size:11px;color:#949599;line-height:1.4;}
.SubHeader{ position:relative; color:#2a343e; font-size:14px; font-weight:500; text-transform:none; margin-bottom:15px; margin-top:10px;}
.ClientLogo{ width:90px; height:auto; margin-bottom:10px; margin-right:20px;}
.WebcastDetailBlock{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/WebcastDetailBlock-BG.jpg) no-repeat 100% 100% #fff; padding:30px; margin:20px 0px; border-bottom: solid 3px #fbb416; }
.WebcastDetailBlock h1{font-size:24px; color:#2f3d4c; font-weight:700; line-height:30px; margin:20px 0px;}
.WebcastDetailBlock h6{ font-size:14px; font-weight:500; color:#4ac4d5; margin:20px 0px;}
/*.WebcastDetailBlock span{ color:#969696; font-size:11px; line-height:12px;}*/

.WhiteBlock{ background-color:#fff; margin-bottom:20px; padding:15px 15px; font-size:13px; color:#757575;}
.WhiteBlock hr{width:auto; margin-left:-20px; margin-right:-20px; border-top:solid 1px #ededed;}
.WhiteBlock-FooterTxt{ padding:15px 20px; font-size:11px; color:#969696;}
.WhiteBlockNoPadding{ background-color:#fff; margin-bottom:20px; padding:0px;}

.UserFeedbackBlock{ padding:20px 20px; border-bottom:solid 1px #ededed; font-size:12px; color:#969696;}
.UserFeedbackBlock:hover{ border-bottom:solid 1px #cacaca;}
.UserFeedbackBlock strong { color:#2f3d4c; font-weight:500;}
.UserFeedbackBlock p{color:#969696; margin-bottom:0px; margin-top:10px;}
.UserFeedbackBlock h5{ font-size:13px; color:#5c93ce; font-weight:500; margin:0px; margin-bottom:5px;}
.UserFeedbackBlock h6{ font-size:13px; color:#2f3d4c; font-weight:500; margin:0px; margin-bottom:2px;}

/*--- Tab 2 Accordion Start-----*/
.TabBlock{ margin:20px 0px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #fff;
	width: 100%; font-size:13px; font-weight:500;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 15px 15px;
	border:none;
	background-color: #ededed;
	color: #454F5B;
	overflow: hidden;
	position: relative;
	
}
.tab_last { border-right: 1px solid #333; }
ul.tabs li:hover {
	background-color: #ccc;
	color: #2A343E;
}
ul.tabs li.active {
	background-color: #fff;
	color: #2A343E;
	display: block;
}
.tab_container {
	border: none;	border-top: none;	clear: both;	float: left;	width: 100%;	background: #fff;	overflow: auto;  margin-bottom:30px;
}
.tab_content {
	padding: 20px;	display: none; font-size:12px;
}
/*.tab_container .d_active+.tab_content{display:block !important;}*/
.tab_container .d_active+.tab_content{display:block;}
.tab_drawer_heading { display: none; }
.tab_content>strong{ color: #2a343e; font-weight:500;}
.tab_content>ul{ margin:10px 0px; padding:0px; }
.tab_content>ul li{ list-style:none; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Gray-Small.png) no-repeat 0px 12px; margin:0px;  padding:5px 0px; padding-left:15px; color: #2a343e;}
.tab_content .SubHeader{ border-bottom:solid 1px #ededed; padding-bottom:15px;}
.tab_drawer_heading.d_active+.tab_content{display:block!important;}
/*--- Tab 2 Accordion End-----*/


/*--- 24 Nov 2017-----*/

.BlueBG-Block h5 {font-size: 14px; font-weight: 500; color: #fff; margin: 0px; /*background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-AlignLeft-Small.png) no-repeat 20px 15px #4ac4d5;padding-left: 50px;*/ padding: 15px 20px;  
background:  linear-gradient(-20deg, #5c93ce, #94c83c); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(-20deg, #5c93ce, #94c83c); /*Safari 5.1-6*/
background: -o-linear-gradient(-20deg, #5c93ce, #94c83c); /*Opera 11.1-12*/
background: -moz-linear-gradient(-20deg, #5c93ce, #94c83c); /*Fx 3.6-15*/
/*background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); Standard*/
}
.BlueBG-Block .panel-heading{ padding:0px;}
.BlueBG-Block .panel-body{ padding:0px; max-height:none!important;}
.BlueBG-Block .panel-default > .panel-heading{ border:none;}

.List-SubHeader{ background:#ffffff; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Tick-Green.png) no-repeat 0px 3px!important;  color:#4ac4d5; border-bottom:solid 1px #f1f1f1; font-weight:500; padding-left:20px!important;}	
.Membership-List li.Disabled-Link, .Membership-List li.Disabled-Link a { color:#d1d2d4!important;}	
.Membership-List li.Disabled-Link:hover{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Gray-Small.png) no-repeat 0px 12px #fff!important; color:#939598!important; }	
.Membership-List li.Disabled-Link a:hover {color:#939598!important;}

.List-SubHeader.Disabled-Link{  background:none!important; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Tick-Gray.png) no-repeat 0px 7px!important;}

.ShortcutsBlock{ background-color:#fff; padding:15px 20px; margin-bottom:20px;}
.ShortcutsBlock h1{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Shortcut-Arrow.png) no-repeat 0px 2px; font-size:14px; font-weight:500; color:#4ac4d5; margin:0px; margin-bottom:00px; padding:2px 0px; padding-left:25px;}
.ShortcutsBlock hr {margin-top: 15px; margin-bottom: 10px; margin-left:-20px; margin-right:-20px; border: 0; border-top: 1px solid #4ac4d5;}
.ShortcutsBlock .Membership-List{ padding:0px 0px;}

.addContent, .addContent:hover{text-decoration:none;outline:none;cursor:pointer;line-height:1.4;}
.Top-AddContent-Block{ background:none; background-color:#fff; margin-bottom:20px; color:#ef483b; font-size:15px; font-weight:400; min-height:70px; padding:15px 15px; box-shadow: 0px 5px 10px #d1d2d4;}
.Top-AddContent-Block .btn{ float:right; margin:0px!important;}

#exTab3{width: 100%;/*overflow-x: hidden; overflow-y:auto;*/}
.nav.nav-pills{white-space: nowrap;display: flex;}

.BuyerGuide-BG{background: #ffffff; padding:50px 20px;}
.Directory-Logo{ text-align:left;}
.Directory-Logo img{ width:100%; height:auto; max-width:214px;}
.BuyerGuide-Logo{ text-align:left;}
.BuyerGuide-Logo img{ width:100%; height:auto; /*max-width:308px;*/ max-width:221px;}
.Directory-Logo h1{ font-size:30px; font-weight:700; margin:5px 0px; color:#5E7F24!important;}
.Directory-Logo>a,.Directory-Logo>a:hover{text-decoration:none;}
.BuyerGuide-BG .Inside-RightMenu{ margin-top:10px;}
.Inside-RightMenu{ text-align:right; font-size:14px; font-weight:500; color:#444f5b;}
.Inside-RightMenu a{ color:#444f5b; padding:15px 10px;}
.AddLink .btn{ padding:0px;}
.AddLink .dropdown-menu{ margin-top:10px;}
.AddLink .dropdown-menu > li { text-align: left;}
.AddLink .dropdown-menu > li > a{ font-size:13px; font-weight:500; color:#444f5b;}
.AddLink .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f4f4f4; color: #293139;}
.BuyerGuide-BG h1{ color:#444f5b;}
.menuWhiteBlock{background:#fff;padding: 20px;}
.InsideLanding-MidBlock{ padding:70px 10px; padding-bottom:10px;}
.InsideLanding-MidBlock p{ font-size:13px;}
.InsideLanding-MidBlock h1{ font-size:30px; font-weight:700; padding:0px; margin:0px; letter-spacing:-0.02em; color: #444f5b;}
.InsideLanding-MidBlock h6{ font-size:13px; font-weight:500; color:#444f5b; padding:0px; margin:0px; margin-bottom:20px; letter-spacing:-0.01em;}

.InsideLanding-MidBlock .input-group{ margin:40px 0px;font-family:Roboto; }
.input-group .btn{ margin:0px; min-height:44px;background-color:#fbb416; color:#fff; border:none; font-size:14px; font-weight:500; }
.input-group .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {background-color:#2a343e; color:#fff;}
.input-group .dropdown-toggle{ min-width:120px; text-align:left;}
.input-group .btn .caret{ margin-left:5px; position:absolute; right:15px; top:45%;}
.input-group .dropdown-menu{ top:96%; font-size:13px;  text-align:left; background-color:#fbb416;}
.input-group .dropdown-menu > li > a{ color:#444f5b; font-weight:500; padding:12px 15px;}
.input-group .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f4f4f4; color: #293139;}
.input-group .LargeInputBox{ margin:0px; min-height:44px; border:none; border-top:solid 1px #d1d2d4; border-bottom:solid 1px #d1d2d4; padding:10px 20px; font-size:14px; color:#444f5b; border-radius: 30px;}
.LargeInputBox::-webkit-input-placeholder{color:#d1d2d4; opacity: 1; font-size: 14px;}
.LargeInputBox::-moz-placeholder{color:#d1d2d4; opacity: 1; font-size: 14px;}
.LargeInputBox:-ms-input-placeholder{color:#d1d2d4; opacity:1; font-size: 14px; }
.input-group .SearchLarge{ background-color:#E51069; color:#fff; text-align:center;}
.input-group .SearchLarge .glyphicon{ font-size:22px; margin-right:0px; top:2px;}

.BuyersGuide-Landing h1{ font-size:30px; font-weight:600; margin:0px; margin-bottom:30px;}
.BuyersGuide-Landing h2{ font-size:24px; font-weight:300; margin:0px; margin-bottom:15px;}

.BuyersGuide-FeatureBlock{ min-height:240px; margin-bottom:20px; text-align:center; padding:10px 20px;}
.BuyersGuide-FeatureBlock h3{ font-size:16px; font-weight:600; margin:15px 0px;}
.BuyersGuide-FeatureBlock p{ font-size:12px; margin-bottom:0px;}


.Inside-Top-Block{ /*background-color:#fcfcfc;*/ border-bottom: solid 1px #d1d2d4; padding:0px; padding-bottom:30px; margin-bottom:15px;}
.Directory-Logo-Inside{ text-align:left; margin-top:0px;}
.Directory-Logo-Inside img{ width:100%; height:auto; max-width:171px;}
.Inside-Top-Block .Inside-RightMenu { margin-top: 5px;}

.Inside-Top-Block .input-group{ margin:0px;font-family:Roboto; }
.Inside-Top-Block .input-group .btn{ margin:0px; min-height:40px;background-color:#fbb416; color:#fff; border:none; font-size:12px; font-weight:400; }
.Inside-Top-Block .input-group .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .Inside-Top-Block .dropdown-toggle.btn-default {background-color:#2a343e; color:#fff; box-shadow:none;}
.Inside-Top-Block .input-group .dropdown-toggle{ min-width:120px; text-align:left;}
.Inside-Top-Block .input-group .btn .caret{ margin-left:5px; position:absolute; right:15px; top:45%;}
.Inside-Top-Block .input-group .dropdown-menu{ top:86%; font-size:12px;  text-align:left; background-color:#fbb416;}
.Inside-Top-Block .input-group .dropdown-menu > li > a{ color:#444f5b; font-weight:500; padding:12px 15px;}
.Inside-Top-Block .input-group .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f4f4f4; color: #293139;}
.Inside-Top-Block .input-group .LargeInputBox{ margin: 0px; min-height:40px; border:none; border:solid 1px #d1d2d4; padding:5px 10px; font-size:12px; color:#444f5b;}
.Inside-Top-Block .LargeInputBox::-webkit-input-placeholder{color:#d1d2d4; opacity: 1; font-size: 12px;}
.Inside-Top-Block .LargeInputBox::-moz-placeholder{color:#d1d2d4; opacity: 1; font-size: 12px;}
.Inside-Top-Block .LargeInputBox:-ms-input-placeholder{color:#d1d2d4; opacity:1; font-size: 12px; }
.Inside-Top-Block .input-group .SearchLarge{ background-color:#ef483b; color:#fff; text-align:center;}
.Inside-Top-Block .input-group .SearchLarge .glyphicon{ font-size:16px; margin-right:0px; top:2px;}

.NotificationBlock-Small{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Notification-Genie.png) no-repeat 0px 5px ; padding:7px 0px; padding-left:40px; margin:0px; color:#444f5b; font-size:11px; line-height:13px; font-weight:400; min-height:40px;}
.NotificationBlock-Small strong{font-weight:600;}

.Inside-TabMenu{ text-align:center; font-size:14px; font-weight:700; color:#969696; border-bottom: solid 3px #eaeaea; margin-bottom:20px;}
.Inside-TabMenu a{ color:#444f5b; padding:15px 15px; display: inline-block;}
.Inside-TabMenu a:hover{ color:#ef483b;}
.Inside-TabMenu-Active{ color:#ef483b!important; border-bottom: solid 3px #ef483b;}

/* Directory Search Design new 02 Aug 2021 start by Govind*/
.Directory-heading{width:100%;position:relative;text-align:center;}
.Directory-heading>a,.Directory-heading>a:hover{text-decoration:none;}
.Directory-heading h1{font-size: 48px;color:#94C83D;font-weight:700;line-height:1.3;margin:0px 0px 40px 0px;}
.Directory-heading h2{font-size: 32px;color:#2A343E;font-weight:600;line-height:1.3;margin:0px 0px 30px 0px;}
.Directory-heading h3{font-size: 20px;color:#757575;font-weight:600;line-height:1.3;margin:0px 0px 0px 0px;}
.dicectory_footer_line{width:100%;margin: 30px 0px 0px 0px;}
.fullBleed[_ngcontent-c4] .selector[_ngcontent-c4],.fullBleed[_ngcontent-c1] .selector[_ngcontent-c1]{border-radius:25px;background:#fff;border:1px solid #C3C3C3;height:46px;}
.fullBleed[_ngcontent-c4] .input[_ngcontent-c4],.fullBleed[_ngcontent-c1] .input[_ngcontent-c1]{border:0px solid #fff;margin:0px 10px;}
.fullBleed[_ngcontent-c4] .input[_ngcontent-c4]>input[_ngcontent-c4],.fullBleed[_ngcontent-c1] .input[_ngcontent-c1]>input[_ngcontent-c1]{border:1px solid #C3C3C3;border-radius: 25px;padding-left: 20px;padding-right: 20px;height:46px;}
.fullBleed[_ngcontent-c4] .search[_ngcontent-c4],.fullBleed[_ngcontent-c1] .search[_ngcontent-c1]{border-radius:25px;background:linear-gradient(to right, #EA4397, #F26532);color:#fff;height:46px;padding-left:30px;padding-right:30px;transition:all .3s ease}
.fullBleed[_ngcontent-c4] .search[_ngcontent-c4]:hover,.fullBleed[_ngcontent-c1] .search[_ngcontent-c1]:hover{background:linear-gradient(to right, #F26532, #EA4397);transition:all .3s ease;}
.fullBleed[_ngcontent-c4] .search.disabled[_ngcontent-c4],.fullBleed[_ngcontent-c1] .search.disabled[_ngcontent-c1]{opacity:0.5;cursor:default;}
.bgmenuContainer[_ngcontent-c4] .bgmenu[_ngcontent-c4],.bgmenuContainer[_ngcontent-c1] .bgmenu[_ngcontent-c1]{top:100%;border-radius:10px;}
.bgmenuContainer[_ngcontent-c4] .bgmenu[_ngcontent-c4]>.menu-item,.bgmenuContainer[_ngcontent-c1] .bgmenu[_ngcontent-c1]>.menu-item{background:#fff;transition:all .3s ease;}
.bgmenuContainer[_ngcontent-c4] .bgmenu[_ngcontent-c4]>.menu-item:first-child,.bgmenuContainer[_ngcontent-c1] .bgmenu[_ngcontent-c1]>.menu-item:first-child{border-radius:10px 10px 0px 0px;}
.bgmenuContainer[_ngcontent-c4] .bgmenu[_ngcontent-c4]>.menu-item:last-child,.bgmenuContainer[_ngcontent-c1] .bgmenu[_ngcontent-c1]>.menu-item:last-child{border-radius: 0px 0px 10px 10px;}
.bgmenuContainer[_ngcontent-c4] .bgmenu[_ngcontent-c4]>.menu-item:hover,.bgmenuContainer[_ngcontent-c1] .bgmenu[_ngcontent-c1]>.menu-item:hover{background:#444f5b;transition:all .3s ease;}
.bgmenu>.menu-item{background-color:#fff!important;color:#444f5b!important;}
.bgmenu>.menu-item:hover{color:#fff!important;background-color:#444f5b!important;}
.Inside-TabMenu.dirMenu{background:#2A343E;border:0px solid #2A343E!important;border-radius:50px;padding:0px  15px;margin-top:20px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;}
.Inside-TabMenu.dirMenu>a{color:#fff;font-weight:500;display:block;text-decoration:none;line-height:1.4;border:0px solid #2A343E;text-align:left;display:flex;align-items:center;justify-content:flex-start; transition:all.3s ease;}
.Inside-TabMenu.dirMenu>a>svg{width:34px;height:34px;fill:#fff;margin-right:10px;position:relative;top:0px;transition:all.3s ease;}
.Inside-TabMenu.dirMenu>a>span.fldcol{display:flex;flex-direction:column;}
.Inside-TabMenu.dirMenu>a:hover{color:#C1D82F;transition:all.3s ease;}
.Inside-TabMenu.dirMenu>a:hover>svg{fill:#C1D82F;transition:all.3s ease;}
.Inside-TabMenu.dirMenu>a.Inside-TabMenu-Active{color:#C1D82F!important;text-decoration:none;border:0px solid #2A343E;}
.Inside-TabMenu.dirMenu>a.Inside-TabMenu-Active>svg{fill:#C1D82F;}
.Inside-TabMenu.dirMenu.dirHome{background:#fff;}
.Inside-TabMenu.dirMenu.dirHome>a{color:#41AD49;}
.Inside-TabMenu.dirMenu.dirHome>a>svg{fill:#41AD49;}
.Inside-TabMenu.dirMenu.dirHome>a:hover{color:#2A343E;}
.Inside-TabMenu.dirMenu.dirHome>a:hover>svg{fill:#2A343E;}
.listingItemNew{border: 1px solid #E8ECF7!important;border-radius: 5px;}
.listingItemNew>.section.logo{width:120px;height:120px;padding-left:0px; padding-right:0px;border-right:0px solid #E8ECF7;}
.listingItemNew>.logo>a{width:120px!important;height:120px!important;}
.listingItemNew>.section.details{padding-top:0px;padding-bottom:0px;font-size: 13px;line-height: 1.8;color: #2A343E;}
.listingItemNew>.section.details>h4.name>a.name{color:#0C4878;font-size:18px;line-height:1.3;font-weight:600;text-decoration:none;}
.listingItemNew>.section.actions .buttons{width: 100%;padding-top:0px!important;border-top:0px solid #eaeaea!important;display: flex;justify-content: space-between;}
.listingItemNew>.section.actions{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:166px;}
.listingItemNew>.details .subName{font-size:13px!important;font-weight:500!important;color:#2A343E!important;}
.com_add{position:relative;width:100%;color:#666;}
.com_add>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.Left-Header {border: 1px solid #E8ECF7!important;border-radius: 5px;}
.Left-Header div.HRCategories{padding:0px;text-align:left;}
.Left-Header div.HRCategories .category_search{margin-bottom:20px;text-align:left;}
.Left-Header div.HRCategories .category_search>input{width:100%;max-width: 400px;border: 1px solid #ddd;margin-top:5px;}
.Left-Header div.HRCategories>ul>li>ul{padding-left:10px;}
.Left-Header div.HRCategories input[type="checkbox"], .Left-Header div.HRCategories input[type="radio"]{min-width:15px;position:relative;top:-2px;}
.Left-Header .admin_link {display:block;margin-top:20px;text-align:left;}
.prep_filter{display:flex; flex-direction:column; margin-bottom:20px;}
.prep_filter h5{font-size: 13px;color: #2A343E;margin: 15px 0px 5px 0px;font-weight:400;}
.prep_filter .cpBtnTray{display:flex;}
.prep_filter .cpBtnTray>input[type="text"]{width: 100%;border: 1px solid #ddd;border-radius: 2px 0px 0px 2px;border-right: 0px solid #ddd;}
.prep_filter>select{padding: 5px 5px !important;height: auto !important;}
.prep_filter .cpBtnTray>button.filterBtn, .prep_filter .cpBtnTray>button.filterCostBtn{border-radius: 0px 2px 2px 0px;min-width: 50px;}
.prep_filter .cpBtnTray>input[type="text"]:nth-child(2){border-radius:0px;}
.prep_filter>label{font-size: 12px;color: #666;font-weight: 400;margin: 0px;}
.prep_filter>label>input[type="checkbox"]{position:relative;top:3px;}
.category_title{margin: 0px 0px 10px 0px;font-weight:500;}
div.HRCategories ul{line-height:1.5;}
.dir_m_scroll>button.prev,.dir_m_scroll>button.next{display:none;}

/* css for Common custom button design start */
.filter_btn{display: inline-block;line-height: 1.42857143;text-align: left;white-space: nowrap;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;box-shadow: none;outline:none;text-transform:uppercase;position:relative;z-index:1;}
.filter_btn, .filter_btn:active, .filter_btn:active:focus,.filter_btn.disable:hover,.filter_btn:disabled:hover{background: linear-gradient(to right, #249EFF, #EA4397);border:0px solid #fff;color:#fff!important;box-shadow: none;outline:none;transition: all .3s ease;}
.filter_btn:hover{background: linear-gradient(to right, #EA4397, #249EFF);transition: all .3s ease;}
.filter_btn>svg{position: relative;top:2px;margin-left: 5px;}
.filter_btn.round{border-radius: 50px;}
.filter_btn.btn_large{padding: 13px 30px;font-size: 14px;font-weight: 400;}
.filter_btn.btn_medium{padding: 10px 16px;font-size: 13px;font-weight: 400;}
.filter_btn.wd100{display:block;width:100%;}
.filter_btn::before{width:19px;height:3px; background:#fff;position:absolute;top: 18px;right:13px;z-index:1;content:"";border-radius:6px;opacity:0.8;}
.filter_btn::after{width:3px;height:19px; background:#fff;position:absolute;top: 10px;right:21px;z-index:1;content:"";border-radius:6px;opacity:0.8;transform:scaleY(1);transition:transform .3s ease;}
.filter_btn.show::after{transform:scaleY(0);transition:transform .3s ease;}
/* css for Common custom button design end */

@media screen and (max-width: 992px) and (min-width: 768px) {
	.Directory-Logo{margin-bottom:25px;}
	.mCompanyBtn{position: absolute;right: 15px;top: -112px;}
	.Directory-Logo h1{ text-align:left;}
}
@media screen and (max-width:767px){
	.home_feed_wrapper{padding: 20px 15px;}
	.Inside-TabMenu.dirMenu.dirHome{flex-wrap: wrap;justify-content: center;flex-direction: column;}
	.Inside-TabMenu.dirMenu.dirHome>a{flex-direction: column;text-align: center;}
	.Inside-TabMenu.dirMenu.dirHome>a>svg{margin-right:0px;}
	.fullBleed[_ngcontent-c4]{flex-direction: column !important;}
	.Directory-Logo{margin-bottom:25px;}
	.Directory-Logo h1{ text-align:left;}
	.Directory-heading h1{font-size:40px;margin-bottom:25px;}
	.Directory-heading h2{font-size:22px;margin-bottom:20px;}
	.fullBleed[_ngcontent-c4] .selector[_ngcontent-c4], .fullBleed[_ngcontent-c1] .selector[_ngcontent-c1]{justify-content: space-between!important;}
	.bgmenuContainer[_ngcontent-c4] .bgmenu[_ngcontent-c4], .bgmenuContainer[_ngcontent-c1] .bgmenu[_ngcontent-c1]{top:46px;width:100%;}
	.fullBleed[_ngcontent-c1]{flex-direction: column !important;width:100%;}
	.fullBleed[_ngcontent-c4]>div[_ngcontent-c4].ng-tns-c4-0,.fullBleed[_ngcontent-c1]>div[_ngcontent-c1].ng-tns-c4-0{flex-direction: column !important;width:100%;}
	.fullBleed[_ngcontent-c4] .input[_ngcontent-c4], .fullBleed[_ngcontent-c1] .input[_ngcontent-c1]{margin: 15px 0px;}
	.fullBleed[_ngcontent-c1] .ng-tns-c1-0{flex-direction: column !important;width:100%;}
	.mCompanyBtn{position:absolute;top:-234px;right:15px;}
	.Inside-TabMenu.dirMenu{overflow-x:auto;overflow-y:hidden;justify-content:flex-start;border-radius:3px;}
	.Inside-TabMenu.dirMenu>a{white-space:nowrap;}
	.Inside-TabMenu.dirMenu::-webkit-scrollbar{display:none;}
	.Inside-TabMenu.dirMenu>ul>li>a{white-space:nowrap;}
	.FliterBlock div[_ngcontent-c2],.FliterBlock div[_ngcontent-c1]{flex-wrap:wrap;place-content: flex-start!important;}
	.FliterBlock div[_ngcontent-c2] strong[_ngcontent-c2],.FliterBlock div[_ngcontent-c1] strong[_ngcontent-c1]{flex-basis:150px;padding-right:0px;}
	.FliterBlock div[_ngcontent-c2]:nth-child(3){display:none;}
	.FliterBlock [_nghost-c2]{padding-right:0px!important;}
	.listingItemNew,.Left-Header,.menuWhiteBlock{padding:15px!important;}
	.listingItemNew>.section{padding-left: 0px!important;padding-right: 0px!important; border-right: 0px solid #eaeaea!important;}
	.listingItemNew>.section.logo{box-shadow: 0px 0px 1px rgba(0,0,0,0.5);margin-bottom: 15px;margin-right:15px;border-radius:4px;overflow:hidden;}
	.listingItemNew>.section.actions{width:100%;max-width:100%;margin-top: 20px;}
	.WhiteTopBlock-Right.mobDir{padding:0px;}
	.CompanyDetail-Block-Footer .bgRating{margin-top:10px;}
	.dir_m_scroll{width:auto;overflow:hidden;position:relative;padding:0px 15px; margin-left:-15px;margin-right:-15px;}
	.dir_m_scroll>button.prev,.dir_m_scroll>button.next{display:block!important;position:absolute;top:36px;display: block;font-size: 12px;font-weight: 200;align-items: center;justify-content: center;color: #2A343E;background: radial-gradient(#fff, #fff,#ddd);border-radius: 50%;width: 36px;height: 36px;box-shadow: none;border: 1px solid #2A343E;outline: none;cursor: pointer;}
	.dir_m_scroll>button.prev{left:0px;}
	.dir_m_scroll>button.next{right:0px;}
	.showDirCategory{display:none;margin-top:20px;}
	.filter_btn{display:block!important;}
}
/* Directory Search Design new 02 Aug 2021 end by govind*/

.NoShadow{ box-shadow:none; border:none; padding-top:5px;}
.NoPadding{ padding:0px !important;}

.Left-Header h1{ margin:0px; margin-bottom:15px; font-size:16px; font-weight:600; color:#AB2117;}
.Left-Header p{ font-size:12px; color:#939598; font-weight:400; margin:0px; margin-top:15px; padding-top:10px; line-height:18px; border-top:solid 1px #eaeaea;}
.Left-Header .btn{ margin-bottom:0px;}

.Left-FilterBlock{ background-color:#fff; padding:0px; margin-bottom:20px;}
.Left-FilterBlock hr{ margin-top:5px; margin-bottom:5px; border-top: solid 1px #eaeaea;}
.Left-FilterBlock h1{background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Filter.png) no-repeat 20px 20px; font-size:14px; font-weight:600; margin:0px; padding:20px; padding-left:50px; border-bottom:solid 1px #eaeaea;}
.ResetBtn{ background:none; border:none; color:#ef483b; padding:0px; margin:0px; position:absolute; right:35px; top:20px;}
.ResetBtn:hover{ background:none; color:#444f5b;}
.FilterBlock-Header{ font-size:13px; font-weight:500; color:#4ac4d5; padding:10px 20px; }
.FilterBlock-Data{ padding:0px 5px 5px 15px; max-height:400px; overflow-y:auto; overflow-x:hidden; margin-bottom:10px; border-bottom:solid 1px #eaeaea;}
.FilterBlock-Data::-webkit-scrollbar-track { background-color: #fff; border-left: 1px solid #f5f5f5;}
.FilterBlock-Padding{ padding:0px 20px 10px 20px;}
.Left-FilterBlock label{ color:#777; font-weight:400;}

.FilterBlock-Data label{ margin-right:0px!important; }
.FilterBlock-Data-Content{ padding:10px 20px 20px 20px;}

.DataResult-Block{ position:relative; background-color:#fff; padding:20px; border-bottom:solid 2px #ececec; margin-bottom:10px;}
.DataResult-Block:hover{  border-bottom:solid 2px #d1d2d4;}
.Featured{ position:absolute; width:80px; height:80px; left:-3px; top:-3px; background:url(/remoteimages/website-images/2017_SiteRedesign/images/Featured.png) no-repeat 0px 0px; z-index:1;}
.DataResult-Block hr { margin-top: 15px; margin-bottom: 20px; border: 0; border-top: 1px solid #f2f2f2;}

.DataResult-Block-Content{border-left:solid 1px #f2f2f2; border-right:solid 1px #f2f2f2; padding:15px; }
.DataResult-Block h3{ font-size:16px; font-weight:500; color:#5c93ce; margin:0px; padding:0px; margin-bottom:10px;}
.DataResult-Block h4{ font-size:14px; font-weight:600; color:#5c93ce; margin:0px; padding:0px; margin-bottom:10px;}
.DataResult-Block h5{ font-size:13px; font-weight:500; color:#444f5b;}
.DataResult-Block h6{ font-size:12px; font-weight:500; color:#444f5b; margin:0px; padding:0px; margin-bottom:10px;}
.DataResult-Block p{ font-size:12px; margin-bottom:0px; color:#969696;}
.ImageBlock120{ width:120px; height:120px; text-align:center; vertical-align:middle;padding:0px; display: flex; justify-content: center; align-items: center; margin-bottom:0px;}
.ImageBlock120 img{ width:100%; height:auto; max-width:100px;}
.DataResult-Block .RatingBlock{ margin-top:10px;}
.DataResult-SmallBlock{ width:30%; display:inline-block; color:#5c93ce; font-size:14px; line-height:18px; margin-top:10px;}
.DataResult-SmallBlock span{ color:#444f5b; font-size:11px;}

.NoBorder{ border:none;}

.Price-Old{ font-size:12px; color:#969696; text-decoration:line-through;}
.Price-Discount{font-size:12px; color:#ef483b; font-weight:500;}
.Price{font-size:20px; color:#444f5b; line-height:36px;display:block;}
.Price-Date{color:#444f5b;}
.light_gray{color:#aaa;}

/*--- Data Table Start-----*/
.Table-Title{ background-color:#fff; font-size:14px; font-weight:500; color:#4ac4d5!important; padding:15px 10px 15px 10px!important;}
.Table-Title img{ width:20px; height:auto;}

table.dataTable thead th, table.dataTable thead td { padding: 10px 10px; border-bottom: 1px solid #4ac4d5; font-weight:500; color:#444f5b; background-color:#fff;}

.actions img{ width:20px; height:auto;}

.bottom{ font-size:12px;}
.bottom label{ color:#969696!important; font-size:12px; font-weight:400;}
.bottom select { border: none!important;}
.dataTables_wrapper .dataTables_info{ padding-top:17px; color:#444f5b;}
.dataTables_length{ margin-left:20px; margin-right:20px;}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ border-radius:50%; background:#4ac4d5!important; border:none; color:#fff!important;}
.dataTables_wrapper .dataTables_paginate{ padding-top:10px;}

/*--- Data Table End-----*/

.accordion-item{ background-color:#fff;}
.accordion-Content-Block{ padding:20px; font-size:12px; border-top:solid 2px #fbb416;}
.accordion-Content-Block strong{ color:#2a343e; font-size:13px; font-weight:500; padding-bottom:10px;}
.accordion-Content-Block hr{ margin-right:-20px; margin-left:-20px;}
.accordion-Content-Block ul{ margin:0px; padding:0px; margin:10px 0px;}
.accordion-Content-Block ul li{ list-style:none; margin:0px; padding:0px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Gray-Small.png) no-repeat 0px 12px; padding:3px 0px; padding-left:15px;}


.Data-Block{ position:relative; background-color:#fff; padding:10px 0px; border-bottom:solid 1px #d1d2d4; margin-bottom:10px;}
.Data-Block hr { margin-top: 15px; margin-bottom: 20px; border: 0; border-top: 1px solid #f2f2f2;}

.Data-Block-Content{padding:0px; }
.Data-Block h3{ font-size:16px; font-weight:500; color:#5c93ce; margin:0px; padding:0px; margin-bottom:10px;}
.Data-Block h4{ font-size:14px; font-weight:600; color:#5c93ce; margin:0px; padding:0px; margin-bottom:10px;}
.Data-Block h5{ font-size:13px; font-weight:500; color:#444f5b;}
.Data-Block h6{ font-size:12px; font-weight:500; color:#444f5b; margin:0px; padding:0px; margin-bottom:10px;}
.Data-Block p{ font-size:12px; margin-bottom:0px; color:#969696;}
.ImageBlock80{ width:80px; height:80px; text-align:center; vertical-align:middle;padding:0px; display: flex; justify-content: center; align-items: center; margin-bottom:0px;}
.ImageBlock80 img{ width:100%; height:auto; max-width:80px;}
.Data-Block .RatingBlock{ margin-bottom:10px;}

.ProductDetail-Block{ background-color:#fff; padding:30px 20px 15px 20px; margin:20px 0px; box-shadow: 0px 0px 20px #d1d2d4;}
.ProductDetail-Block h1{ color:#293139; font-size:16px; font-weight:600; margin:0px; margin-bottom:10px; line-height:20px;}
.ProductDetail-Block h6{ color:#969696; font-size:12px; font-weight:400; margin:0px; margin-bottom:10px;}
.ProductDetail-Block hr{ margin:0px; margin:15px -20px;}
.ProductDetail-Block .btn{ margin-right:10px;}

.FilterArea-Header{ margin:0px;}
.tab_container .FilterArea-Header{ margin-top:-25px;}
.tab_container .UserRatingBlock{margin-left:-20px; margin-right:-20px;}

.UserRatingBlock{ padding:20px; border-bottom:solid 1px #eaeaea;}
.UserRatingBlock:hover{ background-color:#fafafa; border-bottom:solid 1px #d1d2d4;}
.UserRatingBlock .Profile80{ margin-right:20px;}
.UserRatingBlock h5{ font-size:13px; color:#293139; font-weight:500; margin:0px; margin-bottom:10px;}
.UserRatingBlock h6{font-size:11px; color:#969696; margin:0px;}
.UserRatingBlock .RatingBlock{ }
.UserRatingBlock .RatingNo{ border-radius:2px;}
.UserRatingBlock .btn{ font-weight:400; margin-right:5px; padding:8px 10px;}
.UserRatingBlock .btn .glyphicon{ margin:0px; margin-left:5px!important;}
.UserRatingBlock hr{ margin-top:10px; margin-bottom:10px;}
.SuggestionTxt{ margin-top:5px; font-size:11px; color:#969696;}

.tab_container h6{ color:#4ac4d5; margin:0px; margin-bottom:10px;}

.CompanyDetail-Block{ background:#fff; padding:0px; margin:20px 0px; box-shadow: 0px 0px 20px #d1d2d4;}
.CompanyDetail-Block-Logo{text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; height:240px; }
.CompanyDetail-Block-Logo img{ width:100%; height:auto; max-width:100px;}
.CompanyDetail-Block-Company{text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; height:240px; overflow:hidden; margin-left:-30px;}
.CompanyDetail-Block-Company img{ width:100%; height:auto;}
.CompanyDetail-Block-CompanyName{ background:#4ac4d5; padding:20px; margin:0px; border-bottom: solid 1px #5c93ce;}
.CompanyDetail-Block-CompanyName h1{ color:#fff; font-size:18px; font-weight:500; padding:0px; margin:0px; margin-bottom:5px;}
.CompanyDetail-Block-CompanyName p{ color:#2a343e; margin:0px; margin-bottom:0px; font-weight:500;}

.CompanyDetail-Block-Footer{ background:#fff; padding:10px 20px; border-radius:5px; margin-bottom:15px; border: solid 1px #e8ecf7;}
.CompanyDetail-Block-Info{ text-align:center; font-size:11px; border-left:solid 1px #d1d2d4; border-right:solid 1px #d1d2d4; margin-left:-15px; margin-right:-15px;}
.CompanyDetail-Block-Info h6{ font-size:14px; color:#2A5A8D; font-weight:500; margin:0px; margin-top:5px; padding:0px;}
.CompanyDetail-Block-Footer .btn{ margin-bottom: 5px; margin-right:2px; padding:8px 10px; }
.CompanyDetail-Block-Footer .btn .glyphicon { margin-right: 0px;}
.CompanyDetail-Block .SM-Icons{ float:right;}
.CompanyDetail-Block .SM-Icons li{ background-color:#77d3e0; margin-top:5px; padding:5px; border-radius:2px;}
.CompanyDetail-Block .SM-Icons li:hover{ background-color:#2ca3b3; border-radius:50%; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.CompanyDetail-Block .SM-Icons li img{ /*width: 24px;*/ height: auto; border-radius:0%;}

.EditBtn{ position:absolute; right:20px; top:10px;}
.EditBtnSmall{ position:absolute; right:0px; top:-5px;}
.EditBtnSmall .btn{ margin-bottom: 0px; padding:4px 6px; margin-right:0px; }
.EditBtnSmall .glyphicon{ margin-right:0px; top: 2px;}

.InsideNewsBlock{ background-color:#fff; padding:0px; margin-bottom:20px;}
.InsideNewsBlock h5 { color: #2a343e;font-size: 14px; font-weight: 500; margin: 0px; padding: 20px 15px; border-bottom:solid 1px #ededed;}
.RightIcon{ float:right; position:relative;}

.InsideNewsItem{ margin:0px; padding:0px; font-size:12px;}
.InsideNewsItem li{ list-style:none; color:#2a343e; font-weight:500; line-height:16px; padding:10px 15px; border-bottom:solid 1px #ededed; display:block; min-height:105px;}
.InsideNewsItem li a{ color:#5c93ce;}
.InsideNewsItem li span{ color:#ccc; font-size:11px; font-weight:400;}
.InsideNewsItem li a:hover{color:#2a343e;}
.InsideNewsItem-Img{ background:#fafafa; float:left; text-align: center; vertical-align: middle; padding: 0px; display: flex;  justify-content: center; align-items: center; width:80px; height: 80px; overflow: hidden; margin-right: 15px; border:solid 1px #ededed;}	
.eNewsItem-Img img{ width:80px; }

.SideModal .modal-body .panel{ border:none;}
.SideModal .modal-body .panel-body{ padding:10px 0px; padding-right:10px; border-bottom:solid 1px #969696!important; border-top:solid 1px #969696!important;}
.SideModal .modal-body .panel-default > .panel-heading{ color:#ef483b; background-color:#fff; border-bottom:solid 1px #eaeaea; padding:15px 0px;}
.SideModal .modal-body .panel-default > .panel-heading a{ color:#ef483b; }
.SideModal .modal-body label{ color:#444f5b; font-weight:500;}
.SideModal .modal-body input{ padding:5px; margin-bottom:10px;}
.SideModal .modal-footer{ position:fixed; bottom:0px;}


/*--- 25 Dec 2017-----*/

.Left-Header{ background-color:#fff; padding:20px; border:solid 1px #eaeaea; margin-bottom:20px;}
/*.Left-Header h1{ margin:0px; margin-bottom:15px; font-size:16px; font-weight:600; color:#AB2117; line-height:20px;}*/
.Left-Header .btn{ margin-bottom:0px;}

.InsideLanding-MidBlock .dropdown-menu{ width:220px;}
.Inside-Top-Block .Directory-Logo h1{font-size:24px; font-weight:500; margin:5px 0px; }
.Inside-Top-Block .dropdown-menu{ width:220px;}

/*.BuyerGuide-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/BuyerGuide-BG.jpg) no-repeat center bottom #fff;padding: 40px 30px;margin-top: 30px;}*/

.HrGenius-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrGenius-BG.jpg) no-repeat center bottom #27374c; background-size:cover; padding:40px 30px; margin-top:30px; }
.HrGenius-Logo{ text-align:left;}
.HrGenius-Logo img{ width:100%; height:auto; max-width:135px;}
.HrGenius-Logo-Inside{ text-align:left;}
.HrGenius-Logo-Inside img{ width:100%; height:auto; max-width:94px;}
.HrGenius-Logo h1{ font-size:34px; font-weight:600; margin:0px; margin-bottom:10px; letter-spacing:-0.02em; color:#5c93ce!important;}
.HrGenius-BG .Inside-RightMenu{ margin-top:30px;}
/*.Inside-RightMenu{ text-align:right; font-size:14px; font-weight:500; color:#444f5b;}
.Inside-RightMenu a{ color:#444f5b; padding:15px 10px;}*/
.HrGenius-BG .Inside-RightMenu a{font-weight:400; color:#fff; padding:15px 10px;}
.HrGenius-BG .InsideLanding-MidBlock h1{ color:#fdb414; margin-bottom:20px;}
.HrGenius-BG .InsideLanding-MidBlock h6{ color:#fff; font-size:14px; font-weight:400; margin-bottom:0px;}
.HrGenius-Genie{ position:absolute; top:-125px; left:50px;}
.HrGenius-Bottom-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrGenius-Bottom-BG.jpg) repeat center bottom #ef483b; background-size:cover; padding:20px 20px; margin-top:0px; margin-bottom:20px; }
.HrGenius-Feature-Block{color:#fff; font-weight:400; font-size:13px; margin:10px 0px;}
.HrGenius-Feature-Block img{ float:left; margin-right:15px; margin-bottom:20px;}
.HrGenius-Feature-Block h4{ font-size:16px; font-weight:600; color:#fff; margin:0px; margin-bottom:10px;}

.HrGenius-Lesson-Block{ background-color:#fff; padding-bottom:20px; margin-bottom:20px; min-height:330px; text-align:center;}
.VideoImg{ width:100%; height:auto; max-width:280px; text-align:center;padding: 10px;}
.VideoImg>img{max-width:100%!important;}
.HrGenius-Lesson-Content{ padding:0px 20px; font-size:12px;}
.HrGenius-Lesson-Content a{ color:#5c93ce;}
.HrGenius-Lesson-Content hr{ margin-left:-20px; margin-right:-20px;}
.HrGenius-Lesson-Content h5{ font-size:14px; font-weight:500; line-height:20px; color:#5c93ce; margin:15px 0px 10px 0px;}
.HrGenius-Lesson-Content h5 a{ color:#5c93ce;}

.Page-Header h1{ font-size:30px; font-weight:700; color:#444f5b; margin:10px 0px;}
.Page-Header h2{ font-size:24px; font-weight:700; color:#444f5b; margin:10px 0px;}
.Page-Header h3{ font-size:20px; font-weight:700; color:#444f5b; margin:10px 0px;}
.Page-Header h4{ font-size:16px; font-weight:700; color:#444f5b; margin:10px 0px;}
.Page-Header h5{ font-size:14px; font-weight:400; color:#939598; margin:10px 0px;}
.Page-Header h6{ font-size:13px; font-weight:500; color:#444f5b; margin:10px 0px;}

.HrGenius-Explore-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrGenius-Explore-BG.jpg) no-repeat left bottom #fff; background-size:cover; padding:0px; margin:30px 0px; }
.HrGenius-Explore-Content{ padding:30px 20px; padding-left:260px;}
.HrGenius-Explore-Content ul li { list-style: none;  background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Gray-Small.png) no-repeat 0px 12px; margin: 0px; padding: 5px 0px; padding-left: 15px;  color: #2a343e;}

.HrGenius-Dark-Block{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrGenius-Genie2.png) no-repeat right bottom #444f5b; padding:40px 25px; color:#fff; min-height:375px;}
.HrGenius-Dark-Block h1{ font-size:18px; font-weight:700; color:#fbb416; margin-top:0px;}
.HrGenius-Dark-Block h6{font-size:15px; font-weight:400; color:#fff; margin-top:0px; line-height:22px;}
.HrGenius-Dark-Block p{ padding-right:100px;color:#ccc;}

.TagData{ margin:0px; padding:0px;}
.TagData li{ background-color:#eaeaeb; padding:8px 12px; border-radius:18px; margin:5px 2px; list-style:none; display:inline-block; color:#444f5b;}
.TagData li:hover{ background-color:#d1d2d4; color:#444f5b;}

.CertificateImg{ width:100%; height:auto; max-width:100px; float:left;margin-right:25px;}
.Certificate-Block{ background-color:#fff; padding:20px; margin-bottom:20px; min-height:270px;}
.Certificate-Block-Height{ min-height:460px;}
.Certificate-Block h1{ font-size:20px; font-weight:500; color:#2a343e; margin:10px 0px; margin-bottom:20px; line-height:24px; }
.Certificate-Block h2{ font-size:18px; font-weight:400; color:#2a343e; margin:10px 0px; margin-bottom:20px; line-height:24px; }
.Certificate-Block h3{ font-size:18px; font-weight:500; color:#ef483b; margin:0px 0px; margin-top:20px; line-height:24px; text-align:left;}
.Certificate-Block h4{ font-size:18px; font-weight:600; color:#2a343e; margin:0px 0px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Webcast.png) no-repeat 0px 8px; padding:10px; padding-left:30px; padding-bottom:20px; margin-bottom:20px; border-bottom:solid 1px #fbb416;}
.Certificate-Block h5{ font-size:14px; font-weight:400; color:#ef483b; margin:5px 0px;}

.Certificate-BannerImg{ width:100%; height:auto; max-width:240px; float:left; margin:10px 0px; margin-right:20px;}

.Certificate-ContentImg{ width:100%; height:auto; max-width:1074px; float:none; margin:10px 0px;}

.WebCast-Small-Block{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Webcast.png) no-repeat 20px 20px #fff; padding:20px; padding-left:55px; margin-bottom:10px; color:#d1d2d4; font-size:12px; font-weight:400; border-bottom:solid 2px #fff;}
.WebCast-Small-Block:hover { border-bottom:solid 2px #5c93ce; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.WebCast-Small-Block p{ color:#5c93ce; font-size:14px; font-weight:500; margin-bottom:5px;}

.Dark-Block{background: #444f5b; padding:20px; color:#fff; font-size:14px; font-weight:400; margin-bottom:20px;}
.Dark-Block .glyphicon{ color:#fbb416; font-size:18px; margin-right:10px; top:5px;}
.Dark-Block .SubHeader{ color:#fbb416; margin-top:0px;}

.BenefitImg{width:100%; height:auto; max-width:80px; margin:5px 0px;}

.Certificate-MainImg{width:100%; height:auto; max-width:732px;}
.Expert-Block{ background-color:#fff; padding:20px; margin-bottom:20px; margin-top:5px; font-size:12px; color:#969696;}
.Expert-Block img{ float:left; margin:0px; margin-right:15px; margin-top:-5px;}
.Expert-Block h4{ font-size:16px; color: #ef483b; font-weight: 500; line-height:24px; margin-top:15px; margin-bottom:5px;}
.Expert-Block h4 span{ font-size:13px; color:#444f5b; font-weight:400;}

.Certification-Top-Block{background-color:#fff; padding:20px; margin-bottom:20px; margin-top:5px;}
.Certification-Top-Block h1{ margin:15px 0px; margin-bottom:20px; font-size:18px; font-weight:700; color:#ef483b; text-transform:uppercase;}
.Certification-Top-Block h5{ margin:0px; margin:10px 0px; font-size:15px; font-weight:500; color:#ef483b;}
.Certification-Top-Block h6{ margin:0px; margin-bottom:20px; font-size:14px; font-weight:400; color:#444f5b;}
.Certification-Top-Block p{ margin-bottom:5px; margin-top:5px;}
.Certification-Top-Block-Img img{width:100%; height:auto; max-width:220px; margin:10px 0px; }
.Certification-Top-Block-Content{ /*border-left:solid 1px #d1d2d4; border-right:solid 1px #d1d2d4;*/ margin:0px; padding:5px 20px;}

.Cost{ font-size:24px; font-weight:400; color:#ef483b; margin-right:10px;}

.LessonDetails-Block{ background-color:#fff; padding:30px 20px;}
.LessonDetails-Block h1{ font-size:24px; font-weight:500; color:#444f5b; margin:0px; margin-bottom:10px;}
.LessonDetails-Block h5{ font-size:14px; font-weight:500; color:#5c93ce; margin:0px; line-height:20px;}
.LessonDetails-Block h5 span{font-size:12px; color:#969696; font-weight:400;}
.LessonDetails-Block-Icon{ font-size:30px!important; color:#aaadb0!important; top:5px; float:left; margin-right:10px;}
.Course-Interactive-Area{ width:100%; overflow-x:auto; margin:20px 0px; margin-top:10px; text-align:center;}
.ContentBlock{ margin:20px 0px; padding:20px 0px; border-top:solid 1px #d1d2d4; border-bottom:solid 1px #d1d2d4; max-height:400px; overflow-y:auto;}


.Certification-BG {font-size: 13px; font-weight: 400; color: #fff; margin: 20px 0px;padding: 20px 30px;  
background:  linear-gradient(-20deg, #90c154, #49c4d7); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(-20deg, #90c154, #49c4d7); /*Safari 5.1-6*/
background: -o-linear-gradient(-20deg, #90c154, #49c4d7); /*Opera 11.1-12*/
background: -moz-linear-gradient(-20deg, #90c154, #49c4d7); /*Fx 3.6-15*/
}
.Certification-BG h1{ font-size:24px; line-height:30px; font-weight:600; color:#fff; margin:0px; margin-top:20px; margin-bottom:20px;}
.Certification-BG h3{ font-size:18px; line-height:26px; font-weight:400; color:#000; margin:0px; margin-bottom:20px;}
.Certification-BG h5{ font-size:15px; line-height:20px; font-weight:400; color:#fff; margin:0px; margin-bottom:20px;}
.Certification-BG ul{ margin:0px; margin-bottom:20px;}
.Certification-BG ul li{ list-style:none; margin:0px; padding:5px 0px; font-size:12px;}
.Certification-Genie-Large{ width:100%; height:auto; max-width:270px; }
.Certification-Genie{ width:100%; height:auto; max-width:200px; }
.Certification-BG a:link{ color:#000;}

.GreenTopBorder{ border-top:solid 10px #9dcb57;}
.BlueTopBorder{ border-top:solid 10px #49c4d7;}
.GrayTopBorder{ border-top:solid 10px #939598;}
.OrangeTopBorder{ border-top:solid 10px #f1592a;}
.MagentaTopBorder{ border-top:solid 10px #a51c3b;}
.PurpleTopBorder{ border-top:solid 10px #8d68a5;}

.Certificate-Block-Large{ background-color:#fff; padding:30px; margin-bottom:20px; font-size:12px; color:#757575; min-height:550px;}
.Certificate-Block-Large h1{ font-size:20px; line-height:24px; font-weight:500; color:#444f5b; margin:0px; margin-bottom:15px;}
.Certificate-Block-Large h6{ font-size:14px; line-height:20px; font-weight:500; color:#444f5b; margin:0px; margin-bottom:15px; }
.Certificate-Block-Large ul{ margin:0px; margin-bottom:10px;}
.Certificate-Block-Large ul li{ list-style:none; padding:5px 0px; margin:0px; width:49.5%; display:inline-block; }
.Certificate-Block-Large .Cost{ font-size:16px; line-height:20px; font-weight:500;margin-bottom:15px; }

.Certificate-Block-Small{ background-color:#fff; margin-bottom:20px; min-height:140px; color:#969696; line-height:18px; padding:20px;}
.Certificate-Block-Small h3{ font-size:14px; line-height:20px; font-weight:500; color:#2a343e; margin:00px 0px 10px 0px; }
.Certificate-Block-Small .Cost{ font-size:13px; color:#4ac4d5; margin-top:10px;}
.Certificate-Block-Small .Cost li{ list-style:none; float:left; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Blue.png) no-repeat 0px 3px; display:inline; padding-left:20px; padding-right:20px;}
.CertificateImg-Small{ width:100%; height:auto; max-width:100px;}

.BulletTxt{ margin:0px; margin-bottom:10px;}
.BulletTxt li { list-style: none; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Gray-Small.png) no-repeat 0px 12px; margin: 0px; padding: 5px 0px;
 padding-left: 15px; color: #2a343e;}
 
 
.Index_Tab{background:none;}
.Index_Tab .tab_content{ border:1px solid #ddd; border-top:3px solid #ddd;}
.Index_Tab .panel{ border:none;}
.Index_Tab .panel h4{ font-weight:500!important;}
 
 
 
.HrGenius-Lesson-Block{ background-color:#fff; padding-bottom:20px; margin-bottom:20px; min-height:330px; text-align:center;}
.Expert-Block h2{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Webcast.png) no-repeat 0px 1px; padding-left:30px; font-size:16px; color: #5c93ce; font-weight: 500; line-height:24px; margin-top:0px; margin-bottom:10px;} 
.Expert-Block h2 a{ color: #5c93ce;}
.Expert-Block hr{ margin-left:-20px; margin-right:-20px; margin-bottom:20px;}


.IndexSliderBlock{ background-color:#f5f5f5; height:148px; width:483px;}
.IndexSliderBlock h1{ font-size:16px; color:#fff; margin:0px; padding:10px 20px 12px 20px; line-height:22px;}
.IndexSliderBlock h1 span{ font-size:13px; line-height:17px; color:#2a343e; font-weight:500;}
.IndexSliderBlock .BlueBtn{ background-color:#4f779d; font-size:11px; margin:8px 0px;}

.ImageBlock146{ width:100%; max-width:110px; height:110px; padding:10px; display: flex; justify-content: center; align-items: center; background-color:#fff; margin:30px auto 10px auto;border-radius:4px;}
.ImageBlock146>img{display:block;max-width:90px;max-height:90px;}
.Date-Block{ float:left; width:60px; height:60px; padding:6px 5px; background-color:#2a343e; margin-right:20px; text-align:center; color:#fff; font-size:19px; font-weight:400; line-height:18px;}
.Date-Block span{ font-size:9px; color:#fff!important; font-weight:500;}
.Date-Block span{ font-size:12px; color:#fff!important; font-weight:500;}
 
.SideBarMenu{ background:none; border:none; padding:0px; margin:0px;}
.SideBarMenu-Header{ background-color:#444f5b; font-size:13px; font-weight:500; color:#fff; padding:15px 20px; margin-bottom:20px;}

.WhiteBlock h6{ font-size:13px; line-height:20px; font-weight:400; margin:10px 0px;}

.BorderBlock{border: solid 1px #E8ECF7;border-radius: 5px; padding:20px; /*max-height:550px;*/ overflow-y:auto}
.BorderBlock hr{ border-top: 1px solid #ededed; margin-bottom:10px; margin-top:10px; margin-left:-20px; margin-right:-20px;}
.BorderBlockRadius{border-radius: 5px; padding:20px;}

/*--- Top Sub-Menu 19 Feb 2018-----*/

/*.dropdown-menu{ width:auto; min-width:200px;}*/
.caret{ margin-left: 4px; color:#fbb416;}
.dropdown-menu .divider {height: 1px; margin: 0; overflow: hidden; background-color: #e5e5e5;}

.dropdown-submenu { position: relative; }
.dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: 0px; margin-left: 0px; border-left:solid 5px #fbb416;}
.dropdown-submenu:hover>.dropdown-menu { display: block;}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fbb416;
    margin-top: 5px;
    margin-right: -5px;
}
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left { float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*--- 21 Feb 2018-----*/

.Certification-Pic-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Certification-Pic-BG.jpg) no-repeat center bottom #27374c; padding:40px 30px; margin-bottom:30px;}
.Certification-Pic-BG h1{font-size: 30px;line-height: 36px;font-weight: 600; color: #fff; margin: 0px; margin-top:20px;  margin-bottom:20px;}
.Certification-Pic-BG h3{font-size: 20px;line-height: 30px;font-weight: 500; color: #fbb416; margin: 0px;  margin-bottom: 30px;}
.Certification-Pic-BG h5{color:#fff;}
.Certification-Pic-BG h6{color:#fff;}
.Certification-Pic-BG ul li{color:#fff; list-style:none;}

.dropdown-menu > li > a{white-space: normal;}


/*--- 26 Feb 2018-----*/

.NavBarLeft{ width:40%; float:left;}
.navbar-nav > li > a{ padding-left:10px; padding-right:20px;}
.TopSearchInput{ min-width:300px;}
.SearchTopBtn{ margin-top:0px; padding:9px 10px 8px 10px;}
.TopBtn{ padding:8px 10px 8px 10px; background-color: #ef483b; color: #fff; font-weight: 500!important; font-size: 11px;}
.TopBtn:hover{ background-color:#939598;}



.Webcast-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/Webcast-BG.jpg) no-repeat center bottom #27374c; background-size:cover; padding: 60px 30px 30px 30px; margin-bottom:30px; min-height:430px;}
.Webcast-BG h1{font-size: 34px; font-weight: 900; margin: 0px; margin-bottom:40px; letter-spacing: -0.00em; color: #49c4d7!important; }
.Webcast-BG h2{font-size: 30px; font-weight: 600; margin: 0px; margin-bottom:30px; letter-spacing: -0.02em; color: #fdb414!important; }
.Webcast-BG h5{font-size: 16px; font-weight: 500; margin: 0px; margin:10px 0px; line-height:26px; color: #fdb414!important; }
.Webcast-BG h6{font-size: 15px; font-weight: 400; margin: 0px; margin-bottom:20px; line-height:26px; color: #fff!important; }

.WebCast-Feature-Img{ width:100%; height:auto; max-width:80px;}
.WebCast-Mid-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/WebCast-Mid-BG.jpg) no-repeat center bottom #5c93ce; padding:20px; margin-bottom:30px;}
.WebCast-Mid-BG h6{font-size: 15px; font-weight: 500; margin: 0px; margin:10px 0px 20px 0px; color: #fff!important; }
.WebCast-Mid-BG p{font-size: 12px; font-weight: 400; margin: 0px; margin:10px 0px; color: #fff; }
.WebCast-MainFeature-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/WebCast-MainFeature-BG.jpg) no-repeat left top #fff; padding:40px 20px; padding-left:180px; margin-bottom:30px; min-height:320px;}
.WebCast-MainFeature-BG h1{font-size: 18px; font-weight: 600; margin: 0px; margin:0px 0px 20px 0px; color: #49c4d7; }
.WebCast-MainFeature-BG p{font-size: 12px; font-weight: 400; margin: 0px; line-height:22px;}
.WebCast-Testimonial-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/WebCast-Testimonial-BG.jpg) no-repeat right top #fff; padding:40px 20px; padding-right:160px; margin-bottom:30px; min-height:320px;}
.WebCast-Testimonial-BG h1{font-size: 18px; font-weight: 600; margin: 0px; margin:0px 0px 20px 0px; color: #49c4d7; }
.WebCast-Testimonial-BG p{font-size: 12px; font-weight: 400; margin: 0px; line-height:22px;}


.Resources-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/Resources-BG.jpg) no-repeat left top #27374c; padding: 30px 30px; margin-bottom:30px;}
.Resources-BG h1{font-size: 30px; font-weight: 900; margin: 0px; margin-bottom:20px; letter-spacing: -0.00em; color: #fff!important; }
.Resources-BG h2{font-size: 24px; font-weight: 600; margin: 0px; margin-bottom:20px; letter-spacing: -0.02em; color: #fdb414!important; }
.Resources-BG h6{font-size: 14px; font-weight: 400; margin: 0px; margin-bottom:0px; line-height:22px; color: #fff!important; }

.Communities-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Communities-BG.jpg) no-repeat center bottom #27374c; padding: 40px 30px; margin:30px 0px;}
.Communities-BG h1{font-size: 30px; font-weight: 900; margin: 0px; margin-bottom:20px; letter-spacing: -0.00em; color: #fff!important; }
.Communities-BG h2{font-size: 24px; font-weight: 600; margin: 0px; margin-bottom:20px; letter-spacing: -0.02em; color: #fdb414!important; }


.ePubs-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/ePubs-BG.jpg) no-repeat center bottom #27374c; padding: 30px 30px; padding-top:60px; margin-bottom:10px; min-height:450px;}
.ePubs-BG .Inside-RightMenu a {color: #fff;}
.ePubs-BG h1{font-size: 34px; font-weight: 900; margin: 0px; margin-bottom:20px; letter-spacing: -0.00em; color: #49c4d7!important; }
.ePubs-BG h2{font-size: 30px; font-weight: 600; margin: 0px; margin-bottom:20px; letter-spacing: 0em; color: #fdb414!important; text-shadow: 0px 2px 10px #000;}
.ePub-White-Block{ background-color:#fff; padding:30px 10px; border:solid 1px #E8ECF7;border-radius:5px; text-align:center; font-size:16px; font-weight:500; color:#2A343E; min-height:380px; margin-left:-15px; margin-right:-15px;transition:all .3s ease;}
.ePub-White-Block>a{display:block;color:#2A343E!important;text-decoration:none!important;cursor:pointer;}
.ePub-White-Block>a>img{display:block;width:100%; height:auto; max-width:193px; margin-bottom:20px;margin: 0 auto;border-radius:5px;}
.ePub-White-Block:hover{background-color:#E8ECF7;transition:all .3s ease;}

.Color-Brand-Mid{ width:100%; height:auto; max-width:780px; margin:20px 0px;}
.Info-No{font-size:14px; color:#939598; font-weight:600; padding:20px; line-height: 34px; }
.Info-No span{ font-size:42px; color:#444f5b; font-weight:300;}

.ePub-Magazine-Block{ margin:15px 0px; background:#fff; border:solid 2px #f5f5f5;}
.ePub-Magazine-Block .Left{ padding:20px; text-align:center;}
.ePub-Magazine-Block .Left h4{ font-size:16px; font-weight:600; margin:0px; margin-bottom:15px;}
.ePub-Magazine-Block .Left h5{ font-size:13px; font-weight:600; margin:0px; margin:15px 0px; color:#5d94cf; line-height:18px; text-transform:uppercase;}
.Magazine-Img{ width:100px; height:auto;}
.ePub-Magazine-Block .Left hr{ margin-left:-20px; margin-right:-20px;}
.ePub-Magazine-Block-Icons{ text-align:center;}
.ePub-Magazine-Block-Icons img{ margin:0px 10px;}
.ePub-Magazine-Block .Right{ background:#49c4d7; padding:20px 30px; color:#fff; font-size:12px; margin-left:-30px; min-height:320px;}

.carousel-control.right { background-image:none;}
.carousel-control.left { background-image:none;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{ font-size:20px;}

.Certification-Top-Support-Content{ border:dashed 1px #d1d2d4; padding:5px 20px 15px 20px;}

.FliterBlock-Padding .hidden{ display: inline!important; visibility: visible !important; margin: 4px 5px 0px 0px!important;}

.TableAreaBlock{ width:100%; max-width:1170px; margin-bottom:15px; overflow-x: auto;}
.DataTable{}
.DataTable a:link{color: #ef483b;}
.DataTable a:visited{color: #ef483b;}
.DataTable tr{ border-bottom: solid 1px #ededed;}
.DataTable tr td{ padding:8px 5px; color:#757575; font-size:13px;}
.DataTable tr td strong{ color:#4ac4d5; font-weight:500;}
.DataTable .headers{padding:10px 5px; color:#2a343e; font-size:14px; border-bottom: solid 1px #4ac4d5; border-top: solid 1px #4ac4d5;}

/*--- InSide bar Menu-----*/
.InsideSide-Bar01{ width:27%; float:left; margin-left:30px;  }
.InsideSide-ContentArea{ width:70%; float:left; margin:0 auto;}


/*--- 06 Mar 2018-----*/
/*--- Side Panel Menu ---*/
.SidePanelMenu{ margin-bottom:-20px;}
.SidePanelMenu .panel{ font-family:Roboto; font-size:12px; border:none;}
.SidePanelMenu #MainMenu{ max-height:410px; overflow-y:auto;}
.SidePanelMenu a.list-group-item-success{ color:#444f5b; border-top:solid 1px #e5e5e5;font-weight:500;}
.SidePanelMenu a.list-group-item-success img{ margin-right:10px;}
.SidePanelMenu a.list-group-item-success .fa-caret-down{ margin-left:10px;}
.SidePanelMenu .list-group-item:first-child{ border-radius:0px;}
.SidePanelMenu .list-group-item{ border:none; border-top:solid 1px #f5f5f5;}
.SidePanelMenu .list-group-item-success{ background:none; }
.SidePanelMenu a.list-group-item-success:hover, .SideBarMenu a.list-group-item-success:focus{ background-color:#f5f5f5;}
.SidePanelMenu .Disabled-Link{ color:#d1d2d4!important;}
.SidePanelMenu .list-group-item a{ color:#444f5b; }
.SidePanelMenu .Disabled-Link a{ background: none; color:#939598!important; }


/*--- 06 Mar 2018-----*/
/*--- AD Popup Block ---*/
.AD-Popup-Block{ top:50px;}
.AD-Popup-Block .modal-body{ padding:0px; text-align:center;}
.AD-Popup-Block img{ width:100%; height:auto; background-size: cover;}
.AD-Popup-Block .btn{ margin-bottom:0px; border-radius:0px;}

/*--- Shopping Cart ---*/
.ShoppingCart .panel-default > .panel-heading{ background-color:#4ac4d5; color:#fff; padding: 15px 10px;}
.ShoppingCart .panel { border:none; margin-bottom:1px;}
.ShoppingCart .panel h4{ font-size:14px; font-weight:500; text-transform:uppercase; padding-left:10px;}
.ShoppingCart .panel a h4{ color:#fff;}
.ShoppingCart .panel h4 span{ border-radius:3px; background:#fff; color:#2874f0; padding: 3px 6px;}
.DataTable tr td input { padding:5px;}
.ShoppingCart .DataTable h5 { color:#2a343e; margin:5px 0px; font-weight:500;}



/*--- 14 Mar 2018-----*/
.TabBlock .dropdown .btn{ padding: 0px; margin: 0px; border: none;}
.TabBlock .dropdown .btn:hover { background-color: transparent;}
.TabBlock .dropdown img{ display: block; width: 16px; height: auto; margin-top:10px;}
.TabBlock .dropdown .dropdown-menu:not(.dropdown-menu.CalendarMenu){top:24px; font-size:12px; background-color:#f5f5f5; border: 1px solid #d1d2d4; box-shadow:0 6px 12px rgba(0, 0, 0, .175); }
.TabBlock .dropdown .dropdown-menu:not(.dropdown-menu.CalendarMenu) > li{ padding:0px; list-style:none; background:none;}
.TabBlock .dropdown .dropdown-menu:not(.dropdown-menu.CalendarMenu) > li > a{ color:#444f5b; padding:8px 10px; border-bottom: 1px solid #d1d2d4; letter-spacing:0em;}
.TabBlock .dropdown .dropdown-menu:not(.dropdown-menu.CalendarMenu) > li > a:hover{ background-color:#2a343e; color:#d1d2d4;}

.pagination li{background:none!important;}

.ImgBlock100{ background:#fafafa; float:left; text-align: center; vertical-align: middle; padding: 0px; display: flex;  justify-content: center; align-items: center; width:100px; height: 100px; overflow: hidden; margin-right: 15px; border:solid 1px #ededed;}



/*--- 15 Mar 2018 (Membership Home)-----*/

.Membership-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/Membership-BG.jpg) no-repeat center center #27374c; padding: 70px 30px 30px 30px; margin-bottom:30px; min-height:420px;}
.Membership-BG h1{font-size: 34px; font-weight: 900; margin: 0px; margin-bottom:30px; letter-spacing: -0.00em; color: #ffff!important; }
.Membership-BG h2{font-size: 30px; font-weight: 600; margin: 0px; margin-bottom:30px; letter-spacing: -0.02em; color: #fdb414!important; line-height:40px; }
.Membership-BG h5{font-size: 18px; font-weight: 400; margin: 0px; margin-bottom:20px; line-height:20px; color: #fff!important; }
.Membership-BG h6{font-size: 16px; font-weight: 700; margin: 0px; margin-bottom:20px; line-height:20px; color: #fff!important; }

.Membership-Block-Large{ background-color:#fff; padding:30px 20px; margin:0px; color:#757575; min-height:550px;}
.Membership-Block-Large h2{ font-size:24px; font-weight:300; margin:10px 0px;}
.Membership-Block-Large h2 span{ font-weight:900;}
.Membership-Block-Large h3{ font-size:15px; font-weight:500; margin:0px; margin-bottom:20px; color:#2a343e; }
.Membership-Block-Large h4{ font-size:16px; font-weight:600; margin:20px 0px; margin-top:40px; color:#444f5b; }
.Membership-Block-Large ul{ margin:0px; margin-bottom:20px;}
.Membership-Block-Large ul li{ list-style:none; padding:5px 0px; margin:0px; color:#444f5b; font-size:13px; font-weight:400;}
.Membership-Block-Large .Cost{ font-size:16px; line-height:20px; font-weight:500;margin-bottom:15px; }

.Membership-Block-Large .Membership-Logo{ margin-bottom:0px;}
.Membership-Block-Large .Membership-Logo img{ height:100%; width:auto; max-height:85px;}
.Member-Genie{ width:100%; height:auto; max-width:150px; margin-bottom:10px; margin-top:35px;}


/*--- 19 Mar 2018 (User Details)-----*/
.CompanyDetail-Block-Info{ font-size:12px; border:none!important; text-align:left;}
.tab_content h3{ font-size:16px; margin-top:0px; color:#444f5b;}
.UserDetail-Block{ background-color:#fff; border-bottom:solid 3px #d1d2d4; padding:30px; padding-bottom:20px; margin-bottom:20px;}
.UserDetail-Block h1{ color:#444f5b; font-size:20px; font-weight:500; margin:0px 0px; margin-bottom:10px;text-transform: capitalize;}
.UserDetail-Block h2{ color:#444f5b; font-size:16px; font-weight:300; margin:10px 0px; margin-top:15px;}
.UserDetail-Block h2 span{font-weight:800;}
.UserDetail-Block h2 span a{color:#444f5b; }
.UserDetail-Block h6{ color:#4ac4d5; font-size:13px; font-weight:400; margin:0px 0px; margin-bottom:10px;}
.UserDetail-Block-Footer{ background-color:#fff; border-bottom:solid 3px #d1d2d4; padding:15px 30px; margin-bottom:20px; font-size:12px; color:#939598;}
.UserDetail-Block p{ font-size:12px!important; color:#939598; margin-bottom:5px;}
.ContentIcon{ width:24px; height:auto; margin-right:5px; margin-bottom:5px;}
.ActivityBlock{ width:16px; height:16px; float:left; margin-right:2px; background:#eaeaeb; border-radius:50%;}
.ActivityBlock.ActiveBlock{ background:#94c83c;}
.UserDetail-Block-Footer h5{ margin:0px; margin-bottom:10px; margin-top:10px; font-size:15px;}
.tab_content .panel-body{ /*max-height: inherit!important;*/  max-height: unset!important;}
.tab_content .panel-body .SubHeader{ color:#ef483b;}
.tab_content .panel-title { background: url(/remoteimages/website-images/2017_SiteRedesign/images/Plus-18.png) no-repeat 5px 0px; padding:2px 0px 2px 30px;}
.tab_content .panel-default > .panel-heading{ padding:15px 10px;}



/*--- 27 Mar 2018 (Ambassador-Mempbership)-----*/
.AmbassadorMempbership-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/AmbassadorMempbership-BG.jpg) no-repeat center top #27374c; padding: 60px 30px 20px 30px; margin-bottom:00px; }
.AmbassadorMempbership-BG h1{font-size: 34px; font-weight: 900; margin: 0px; margin-bottom:40px; letter-spacing: -0.00em; color: #fff!important; }
.AmbassadorMempbership-BG h5{font-size: 20px; font-weight: 300; margin: 0px; margin-top:20px; color: #fff!important; }
.AmbassadorMempbership-BG h6{font-size: 18px; font-weight: 700; margin: 0px; margin-top:30px; color: #fdb414!important; }

.ColorInfo-Block-Area{ width:100%; display:block; margin-bottom:40px;}
.ColorInfo-Block{ background:#444f5b; width:20%; display:inline-block; height:180px; padding:40px 15px; text-align:center; font-size:14px; font-weight:500; color:#fff; float:left;}
.ColorInfo-Block h1{ font-size: 30px; font-weight: 200; letter-spacing: -0.00em; color: #fff; margin:0px; margin-bottom:20px;}

.RedBlock{ background:#ef483b;}
.OrangeBlock{ background:#fbb416;}
.GreenBlock{ background:#94c83c;}
.BlueBlock{ background:#49c4d7;}
.DarkBlueBlock{ background:#5d94cf;}

.WhiteBlock-NoMargin{ background:#fff; padding:20px; margin:0px; margin-left:-15px; margin-right:-15px; border:solid 1px #f5f5f5; min-height:310px;}
.WhiteBlock-NoMargin h3{ font-size:15px; color:#2a343e; font-weight:500; margin:20px 0px;}
.WhiteBlock-NoMargin h4{ font-size:14px; color:#2a343e; font-weight:600; margin:0px;}

.AmbassadorMempbership-Img{ width:auto; height:100%; max-height:200px; margin:20px 0px;}

.WhiteBlock-Shadow{ padding:30px; border: solid 1px #dfdfdf; box-shadow: 0px 0px 20px #d1d2d4; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Color-Brand2.jpg) no-repeat center top #fff; background-size: contain;}
.WhiteBlock-Shadow p{ color:#444f5b; }
.WhiteBlock-Shadow h1{ color:#5a6168; }
.WhiteBlock-Shadow h2{ color:#5a6168; font-size:24px; font-weight:300; margin:10px 0px; }
.WhiteBlock-Shadow h4{ color:#ef483b; font-size:18px; font-weight:800; margin:10px 0px; text-transform:uppercase;}
.WhiteBlock-Shadow h6{ color:#ef483b; font-size:14px; font-weight:600; margin:10px 0px;}

.Membership-BG{ min-height:auto; padding: 50px 30px 10px 30px;}

.AmbassadorSide-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/AmbassadorSide-BG.jpg) no-repeat left center; padding-left:190px;}
.GeniusSide-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/GeniusSide-BG.jpg) no-repeat right center; padding-right:190px;}
.Membership-Main-Block{ background:#fff; padding:20px; box-shadow: 0px 0px 10px #8a8c8c;}
.Membership-Main-Block ul{ margin:0px; margin-bottom:20px;}
.Membership-Main-Block ul li{ list-style:none; padding:5px 0px; margin:0px; color:#444f5b; font-size:13px; font-weight:400;}
.Membership-Main-Block .Membership-Logo{ margin:10px 0px;}
.Membership-Main-Block .Membership-Logo img{ height:100%; width:auto; max-height:85px;}
.Block-FooterArea{ background:#5a6168; padding:20px; box-shadow: 0px 5px 15px #8a8c8c;}
.Block-FooterArea .Cost{ color:#fff; font-size:16px; font-weight:600; margin:0px 20px;}

.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
.video-container iframe,.video-container object,.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-container img{width:100%;}

.CompanyDetail-Block-Company{display: block; background-size: contain;}
.CompanyDetail-Block-Company img{ min-height:240px; }
.CompanyDetail-Block-Company .carousel-indicators{ position:absolute; top:15px; right:0px;}

/*--- 29 Mar 2018-----*/
.BuyerGuide-BG .Inside-RightMenu{ text-align:center;}
.DataResult-Block-Content hr{ margin-top:10px; margin-bottom:10px;}

.BuyerGuide-BG .InsideLanding-MidBlock{ padding-top:30px;}
.LandingPage-Menu{ font-size:14px; font-weight:600; line-height:24px;  text-align:center; margin:15px 0px; border-bottom: solid 1px #4ac4d5;}
.LandingPage-Menu ul{ margin:0px auto; padding:10px 0px; float:none; }
.LandingPage-Menu ul li{ list-style:none; display:inline-block; vertical-align: middle;padding:5px 20px; }
.LandingPage-Menu ul li a{ color:#444f5b; text-decoration:none;}



/*--- 16 Apr 2018-----*/
.Confirmation-Block{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Confirmation-Genie.png) no-repeat right bottom #fff; padding:30px; padding-right:210px; margin-bottom:30px; box-shadow: 0px 0px 20px #d1d2d4; }
.Confirmation-Block h1{ font-size:20px; font-weight:500; margin:0px; margin-bottom:20px;}
.Confirmation-Block h2{ font-size:18px; font-weight:600; color:#444f5b; margin:0px; margin-bottom:20px;}
.Confirmation-Block h2 span{ color:#fdb414;}
.Confirmation-Block h5{ font-size:14px; font-weight:400; color:#2a343e; margin:0px; margin-bottom:20px; line-height:24px;}
.Confirmation-Block p{ font-size:14px!important; color:#757575;}

.InfoBlock-White{ background:#fff; padding:20px; margin-bottom:2px;}
.InfoBlock-White h5{ font-weight:600; font-size:15px; margin-top:10px;}
.InfoBlock-White p{ color:#939598; font-size:13px;}
.InfoBlock-White ul{ margin:10px 0px; padding-left:00px;}
.InfoBlock-White ul li{ padding:8px 0px; list-style:none;}
.InfoBlock-White .InfoBlock-Img { float:left; margin-right:20px;}
.InfoBlock-Footer{ margin:30px 0px; color:#939598; font-size:13px;}
.InfoBlock-Footer h5{ color:#444f5b; margin:10px 0px; font-size:16px; font-weight:500;}
.RedLeftBorder,.BlueLeftBorder,.GreenLeftBorder,.OrangeLeftBorder,.GrayLeftBorder{padding-left: 15px;position:relative;}
.RedLeftBorder>a,.BlueLeftBorder>a,.GreenLeftBorder>a,.OrangeLeftBorder>a,.GrayLeftBorder>a{color:#2A343E!important;text-decoration:none;}
.RedLeftBorder:before,.BlueLeftBorder:before,.GreenLeftBorder:before,.OrangeLeftBorder:before,.GrayLeftBorder:before{height:90%;width:8px;border-radius:10px;position:absolute;left:0px;top:5%; content:"";}
.RedLeftBorder:before{background:#ef483b;}
.BlueLeftBorder:before {background:#4ac4d5;}
.GreenLeftBorder:before {background:#9dcb57;}
.OrangeLeftBorder:before {background:#fbb416;}
.GrayLeftBorder:before {background:#939598;}

/*--- 17 Apr 2018-----*/
.GeniusPaywall-Popup-BG{ text-align:center; background: url(/remoteimages/website-images/2017_SiteRedesign/images/GeniusPaywall-Popup-BG.jpg) repeat center bottom #ef483b; padding:50px 20px; padding-bottom:0px;}
.GeniusPaywall-Popup-BG h1{ color:#fff; font-size:30px; font-weight:800;}
.GeniusPaywall-Popup-BG h2{ color:#fff; font-size:24px; font-weight:300;}
.GeniusPaywall-Popup-BG h4{ color:#fff; font-size:16px; font-weight:700;}
.GeniusPaywall-Popup-BG h5{ color:#fff; font-size:15px; font-weight:400; line-height:22px;}
.GeniusPaywall-Popup-Content{ text-align:left; padding:50px 00px 20px 00px; padding-right:30px; }
.GeniusPaywall-Popup-Content h1{ color:#2a343e; font-size:24px; font-weight:800; margin-top:0px;}
.GeniusPaywall-Popup-Content h3{ /*color:#2a343e!important;*/font-size:18px!important; font-weight:800!important; margin-bottom:5px; text-shadow: none!important;}
.GeniusPaywall-Popup-Content h4{ color:#ef483b; font-size:16px; font-weight:500;}
.GeniusPaywall-Popup-Content h4 a{ color:#5c93ce; font-weight:700;}
.GeniusPaywall-Popup-Content h5{ color:#444f5b; font-size:15px; font-weight:400; margin:40px 0px; line-height:22px;}
.GeniusPaywall-Popup-Content h6{ color:#939598; font-size:13px; font-weight:400; margin-top:40px;}
.GeniusPaywall-Popup-Content h6 a{ color:#939598;}

.ModalClose{ position:absolute; top:15px; right:20px; margin-left:10px;}
.ModalClose .btn{ padding:5px 10px; background:#fff; border:solid 1px #ccc; font-size:11px; font-weight:500;}
.ModalClose .btn:hover{ background:#ccc; color:#333;}

/*--- 24 Apr 2018-----*/
.Tab-View{ display:none;}

.ModalSmallTxt{ font-size:11px; line-height:12px; padding:10px 0px;}

/*--- 26 Apr 2018-----*/
.GotoTopBtn{ background:#94c83c; color:#fff; padding:3px 5px; font-size:11px; text-transform:uppercase; font-weight:500; margin:0px; float:right;}

/*--- 27 Apr 2018 (WhosGoing) ---*/
.LargeBlock-WhoIsGoing{min-height:160px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrGenius-Genie2.png) no-repeat right top #49c4d7; padding:20px 20px; padding-right:120px; margin-bottom:20px; font-size:14px; font-weight:500; color:#fff;}
.LargeBlock-WhoIsGoing a{ color:#fff;}
.LargeBlock-WhoIsGoing p{ color:#fff; font-size:13px; font-weight:400;}
.LargeBlock-WhoIsGoing h2{font-size:24px; font-weight:800; color:#fff; margin:0px; margin-bottom:10px;}
.LargeNumber{ font-size:36px; font-weight:200; margin-bottom:15px;}
.LargeBlock-Green{ height:160px; background:#94c83c; padding:50px 20px; color:#fff; font-size:14px; font-weight:600; margin-bottom:20px;}
.LargeBlock-Green a{ color:#fff;}
.LargeBlock-Gray{ height:160px; background:#939598; padding:50px 20px; color:#fff; font-size:14px; font-weight:600; margin-bottom:20px;}
.LargeBlock-Gray a{ color:#fff;}
.LargeBlock-Blue{ height:160px; background:#5d94cf; padding:50px 20px 20px 20px; color:#fff; font-size:14px; font-weight:600; margin-bottom:20px;}
.LargeBlock-Blue a{ color:#fff;}
.LargeBlock-Blue h6{ font-size:15px; font-weight:500; color:#fff; margin:0px; margin-bottom:15px;}

.WhosGoing-Event-Block{ background:#fff; padding:30px; padding-bottom:15px; min-height:310px; margin:15px 0px;}
.WhosGoing-Event-Block:hover{ box-shadow:0px 3px 9px rgba(232,236,247,0.9);}
.WhosGoing-Event-Block h1{ font-size:16px; font-weight:800; color:#444f5b; line-height:20px; margin-top:0px; margin-bottom:5px;}
.WhosGoing-Event-Block h4{ font-size:15px; font-weight:500; color:#444f5b; margin:10px 0px; }
.WhosGoing-Event-Block h5{ font-size:14px; font-weight:500; color:#444f5b; margin:0px; margin-bottom:5px;}
.WhosGoing-Event-Block h6{ font-size:13px; font-weight:500; color:#444f5b; margin:10px 0px; margin-bottom:0px;}
.WhosGoing-Event-Block h6 .glyphicon{ font-size:20px; top:5px; margin-right:5px; color:#adafb1;}
.WhosGoing-Event-Block .Date-Block.UpcomingDate{ background:#5c93ce; text-transform:uppercase;}
.WhosGoing-Event-Block .Date-Block.UpcomingDate span{ font-size:11px;}
.WhosGoing-Event-Block hr{ margin:25px -30px;}
.WhosGoing-Event-Block .btn{/* border-radius:0px;*/ margin-right:1px; /*border-bottom:5px;*/}
.WhosGoing-Event-Block .Date-Block.OldDate{ background:#adafb1; text-transform:uppercase;}
.WhosGoing-Event-Block .Date-Block.OldDate span{ font-size:11px;}
.WhosGoing-Event-Block .RedTxtBlock{ background:#ef483b; padding:5px 30px; color:#fff; margin:20px -30px;}

.LargeFullBlock-WhoIsGoing{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrGenius-Genie2.png) no-repeat right top #49c4d7; padding:20px 20px; margin-bottom:20px; font-size:14px; font-weight:500; color:#fff;}
.LargeFullBlock-WhoIsGoing a{ color:#fff;}
.LargeFullBlock-WhoIsGoing p{ color:#fff; font-size:13px; font-weight:400;}
.LargeFullBlock-WhoIsGoing h2{font-size:24px; font-weight:800; color:#fff; margin:0px; margin-bottom:10px;}
.LargeFullBlock-WhoIsGoing h6{ font-size:15px; font-weight:500; color:#fff; margin:0px; margin-bottom:15px;}
.LargeFullBlock-WhoIsGoing .LargeNumber{ font-size:36px; font-weight:200; margin-bottom:10px; margin-top:15px;}

.Website-Icon{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Globe.png) no-repeat 0px 2px; padding:5px 0px; padding-left:30px; font-size:14px; font-weight:500; color:#49c4d7;}
.Website-Icon a{color:#49c4d7;}
.EventReminder-Block-Small{ height:100px; color:#4ac4d5; font-weight:500; font-size:13px; background:#f5f5f5; line-height:18px;}
.EventReminder-Block-Small:hover{ box-shadow:0px 5px 10px #d1d2d4;}
.EventReminder-Block-Small h1{ font-size:15px; font-weight:600; padding-top:15px; line-height:20px; margin-bottom:5px;}
.EventReminder-Block-Small h1 span{ font-size:13px; font-weight:500; color:#939598; }
.EventReminder-Block-Small .Date-Block{ height:100px; width:100px; text-align:center;  justify-content: center;    align-items: center; padding:25px; background:#fbb416; color:#fff; font-size:18px; font-weight:300; line-height:24px; margin-right:15px;}

.panel-heading .Date-Block{ position:absolute; top:-15px; left:0px; min-width:80px; margin-left:0px;}
.AccordionHeader-Txt h5{ font-size:14px; font-weight:500; margin:0px; color:#fbb416;}
.RoundBlock-Number { background:#fbb416; width:30px; height:30px; border-radius:50%; float:left; margin:0px; margin-right:15px; text-align:center;  justify-content: center; align-items: center; padding:6px 2px; font-size:16px; color:#fff;}
.EventsCalendar-Block{ margin:5px 0px; margin-bottom:10px; padding-bottom:10px; font-size:12px; color:#939598; border-bottom:solid 1px #f2f2f2;}
.EventsCalendar-Block h5{ font-size:14px; font-weight:500; margin:0px; margin-bottom:5px;}



/*--- 31 May 2018 (Certification Recertification) ---*/
.Recertification-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/Recertification-BG.jpg) no-repeat center center #27374c; background-size:cover; padding: 60px 20px 40px 20px; margin:0px 0px 30px 0px; text-align:center;}
.Recertification-BG h1{font-size: 34px; font-weight: 900; margin: 0px; margin-bottom:40px; letter-spacing: -0.00em; color: #49c4d7!important; }
.Recertification-BG h2{font-size: 28px; font-weight: 300; margin: 10px 0px; line-height:36px; color: #fff; }
.Recertification-BG h3{font-size: 22px; font-weight: 800; margin: 20px 0px; line-height:36px; color: #fdb414; }
.Recertification-BG p{ font-size:13px; color:#fff;}
.Recertification-BG-Logo{ width:100%; height:auto; max-width:180px; margin:20px 0px;}


/*--- 06 Jun 2018  (About Us Inside Pages)  ---*/
.Icon100-Left{ height:100px; width:auto; margin-bottom:15px; margin-right:15px; margin-top:5px; float:left;}
.Icon80-Left{ height:80px; width:auto; margin-bottom:15px; margin-right:15px; margin-top:5px; float:left;}
.Icon50-Left{ height:50px; width:auto; margin-bottom:10px; margin-right:15px; margin-top:5px; float:left;}

.FunBox-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/FunBox-BG.jpg) no-repeat right bottom #f0f0eb; padding: 00px 0px 0px 0px; margin:0px; margin-bottom:30px;}
.FunBox-Content{font-size: 13px; font-weight: 400; color: #fff; margin:0px;padding: 30px 20px; min-height:300px;
background:  linear-gradient(-20deg, #ad378c, #512d7b); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(-20deg, #ad378c, #512d7b); /*Safari 5.1-6*/
background: -o-linear-gradient(-20deg, #ad378c, #512d7b); /*Opera 11.1-12*/
background: -moz-linear-gradient(-20deg, #ad378c, #512d7b); /*Fx 3.6-15*/
}
.FunBox-Content-Img{ float:left; margin-right:20px; margin-top:5px; margin-bottom:20px;}
.FunBox-Content p{font-size:15px!important; color:#fff; font-weight:600;}
.FunBox-Content p span{ font-size:12px; color:#ff9bab; font-weight:400; line-height:10px;}
.FunBox-Content p a{color:#fff;}
.FunBox-Content p a:hover{ text-decoration:none;}
.FunSmallImg{ width:100%; height:auto; max-width:120px; margin-bottom:10px; margin-right:-10px; margin-top:-10px; float:right;}



/*--- 21 June 2018 (Cart Page & Store Page) ---*/
.CartMain-Block{ background:#fff; color:#939598; margin:20px 0px; padding:20px 15px; padding-bottom:10px; border-bottom: solid 2px #d1d2d4; min-height:720px;}
.CartIcon-Place{ position:absolute; width:80px; height:80px; left:0px; top:-20px; float:left; margin-right:20px;}
.CartMain-Block hr{border-top: 2px solid #ededed; margin-bottom: 20px; margin-top: 20px; margin-left: -15px; margin-right: -15px;}
.CartMain-Block h1{ font-size:16px; font-weight:900; margin:0px; margin-bottom:20px; padding-left:90px; text-transform:uppercase; line-height:19px; letter-spacing:0.05em;}
.CartMain-Block h1 span{ font-size:12px; font-weight:600; color:#444f5b; text-transform:none; letter-spacing:0em;}
.CartMain-Block h2{ font-size:16px; font-weight:800; margin:0px; margin-bottom:15px;}
.CartMain-Block h4{ font-size:14px; font-weight:500; margin:0px; margin-bottom:15px;}
.CartMain-Block h4 .ExtraSmallBtn{ margin:0px; margin-top:-5px;}
.CartMain-Block input{ border:none; border-bottom:solid 1px #e5e5e5; margin-bottom:10px; padding:8px 0px; color: #212121; }
 
.CartArea-Block{ padding:0px 20px; height:300px; margin-left:-15px; margin-right:-15px; margin-bottom:20px; margin-top:-20px; background:#fff; border-bottom: solid 2px #fbb416; overflow-y: auto; overflow-x: hidden; font-size:13px; line-height:24px;}  
.CartArea-Block span{ color:#444f5b; font-weight:500;}
.CartArea-Block hr{border-top: 1px solid #f5f5f5; margin-bottom: 0px; margin-top: 15px; margin-left: -20px; margin-right: -20px;}
.CartIcon-Small{ width:16px; height:16px; margin:0px; padding:0px; margin-top:-2px; margin-left:5px; margin-right:5px; opacity:0.75;}

.PayBtn{ background:#fbb416; color:#fff; height:58px; font-size:14px; font-weight:500; text-transform:uppercase; width:100%; border-radius:4px;}
.CardBlock{ background:#fff; border:solid 1px #e5e5e5; box-shadow: 2px 5px 10px #d1d2d4; padding:10px 20px; border-radius:5px; margin:10px 5px 10px 5px;}
.CardBlock label{ text-transform:uppercase; font-size:10px; font-weight:500; color:#49c4d7; margin:0px;}
.CardBlock select{ border:none!important; border-bottom:solid 1px #e5e5e5!important; margin-bottom:10px; padding:8px 2px!important; }

.Data-NoPadding-Block{ padding:0px 15px 10px 15px; border-bottom:solid 1px #ececec; margin:5px 0px; margin-left:-15px; margin-right:-15px;}
.Data-NoPadding-Block h2{ font-size:18px; font-weight:400; color:#94c83c; margin:10px 0px;}
.Data-NoPadding-Block h5{ font-size:13px; font-weight:500; color:#5d94cf; margin:10px 0px; line-height:20px;}
.Data-NoPadding-Block p{ font-size:12px!important; color:#969696; margin:0px;}
.Data-NoPadding-Block hr{ margin:10px 0px; border-top: solid 1px #ededed;}
.SmallInputBox{ padding:2px 4px; max-width:30px; height:24px; text-align:center; font-size:12px;}

.Price-Block{ text-align:right;}

.CC-Type{ position:absolute; bottom:22px; right:16px;}

/*--- 29 June 2018 (Upcoming Virtual Events Page) ---*/
.Gray-Block{ background:#f8f8f8; margin:10px 0px; border:solid 1px #e8e8e8; border-bottom:solid 2px #e8e8e8; padding:20px; padding-bottom:10px;}
.Gray-Block:hover{ background:#fafafa; border-bottom:solid 2px #d1d1d1;}
.GeenLabel{position:absolute; width:80px; height:80px; left:12px; top:7px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Green-Label.png) no-repeat 0px 0px; z-index:1;}
.Gray-Block hr{ border-top: 1px solid #e0e0e0; margin-bottom:10px; margin-top:10px;}
.Gray-Block h4{ font-size:16px; font-weight:600; color:#2a343e; margin:0px; margin-bottom:15px; padding:3px 0px; padding-left:35px;}
.Gray-Block h4 a{ color:#005777;}
.Gray-Block h6{ font-size:14px; font-weight:500; margin:10px 0px;}

/*--- 06 July 2018---*/
.Profile-SmallLink-Block{ float:left; background:#f9f9f9; border:1px solid #eee; padding:5px; padding-top:10px; margin:0px; margin-left:-1px; margin-bottom:-1px; text-align:center; font-size:12px; font-weight:500; min-width:80px;}
.Profile-SmallLink-Block:hover{border-bottom:1px solid #48c4d6; background:#fff;}
.Profile-SmallLink-Block a{ color:#444f5b;}
.Profile-SmallLink-Block img{ margin-bottom:5px; width:30px; height:30px;}
 
/*--- 06 July 2018 (About Us Inside Pages)---*/
#filter{ text-align: center; font-size: 13px!important; font-weight: 500; color: #969696; margin:0; }
ul#filter li{ border:none!important; margin: 0px 3px 3px 0px; float: left; list-style:none; padding:0px!important;}
ul#filter li a{color: #444f5b; padding: 12px 15px; display: inline-block; background:#fff;}
ul#filter li a:hover{color: #fff; background:#444f5b;}
ul#filter li:last-child{border-right: none;}
ul#filter li.current a { color: #fff; background:#48c4d6;}
 
/*.TeamMember-Block{ background:#fff; min-height:415px; padding:0px; margin-bottom:30px; text-align:left;}
.TeamMember-Block a:link{ text-decoration:none!important;}
.TeamMember-Block a:hover{ text-decoration:none!important;}
.TeamMember-Block:hover{ box-shadow:0px 5px 20px #d1d2d4; text-decoration:none!important;}
.TeamMember-Block .RoundBtn{ margin-right:0px; border-radius:50%; text-align:center; width:28px; height:28px; padding:4px; }
.TeamMember-Block .RoundBtn img{ display: block;  width: 16px; height: auto; margin-left:1px;}
.TeamMember-Img{padding:30px; padding-bottom:0px;  max-height: 230px; overflow: hidden;}
.TeamMember-Img img{ width:100%; height:auto; max-width:200px;}
.TeamMember-Info{ padding:20px 30px;}
.TeamMember-Info h1{ color:#48c4d6; font-size:12px; text-transform: uppercase; font-weight:900; margin:0px; line-height:20px; letter-spacing:0.03em;}
.TeamMember-Info h1 .FirstWord-Element{color:#444f5b; font-size:24px; text-transform:capitalize; letter-spacing:0em; }
.TeamMember-Info h2{ color:#444f5b; font-size:20px; font-weight:900; margin:0px; line-height:24px; text-transform:capitalize;}
.TeamMember-Info h5{ color:#444f5b; font-size:14px; font-weight:500; text-transform:capitalize; line-height:20px; margin:0px; margin-top:10px; min-height: 45px;}
.TeamMember-Info h6{ color:#939598; font-size:12px; font-weight:400; line-height:18px; margin:0px; margin-top:10px;}
.TeamMember-Info h1 a:hover{text-decoration:none!important;}
.TeamMember-Info h2 a:hover{text-decoration:none!important;}
.TeamMember-Info h5 a:hover{text-decoration:none!important;}
.TeamMember-Info h6 a:hover{text-decoration:none!important;}
.TeamMember-Block .ExtraSmallBtn{ padding:5px; min-width:30px; min-height:30px; border-radius:50%; text-align:center; margin-right:5px; border:solid 1px #f5f5f5;}
.TeamMember-Block .ExtraSmallBtn .glyphicon{ font-size:12px; margin-right:0px;}
.TeamMember-Block .ExtraSmallBtn img{ width:18px; height:auto;}*/

.TeamMember-Block{ background:#fff; min-height:370px; padding:0px; margin-bottom:30px; text-align:left; width:18%; float:left; margin-left:15px;}
.TeamMember-Block a:link{ text-decoration:none!important;}
.TeamMember-Block a:hover{ text-decoration:none!important;}
.TeamMember-Block:hover{ box-shadow:0px 5px 20px #d1d2d4; text-decoration:none!important;}
.TeamMember-Block .RoundBtn{ margin-right:0px; border-radius:50%; text-align:center; width:28px; height:28px; padding:4px; }
.TeamMember-Block .RoundBtn img{ display: block;  width: 16px; height: auto; margin-left:1px;}
.TeamMember-Img{padding:20px; padding-bottom:0px;  height: 170px; overflow: hidden;}
.TeamMember-Img img{width:100%; height:auto; max-width:170px;}
.TeamMember-Info{ padding:20px 20px;}
.TeamMember-Info h1{ color:#48c4d6; font-size:12px; text-transform: uppercase; font-weight:900; margin:0px; line-height:20px; letter-spacing:0.03em;}
.TeamMember-Info h1 .FirstWord-Element{color:#444f5b; font-size:24px; text-transform:capitalize; letter-spacing:0em; }
.TeamMember-Info h2{ color:#444f5b; font-size:20px; font-weight:900; margin:0px; line-height:24px; text-transform:capitalize;}
.TeamMember-Info h5{ color:#444f5b; font-size:14px; font-weight:500; text-transform:capitalize; line-height:20px; margin:0px; margin-top:10px; min-height: 60px;}
.TeamMember-Info h6{ color:#939598; font-size:12px; font-weight:400; line-height:18px; margin:0px; margin-top:10px;}
.TeamMember-Info h1 a:hover{text-decoration:none!important;}
.TeamMember-Info h2 a:hover{text-decoration:none!important;}
.TeamMember-Info h5 a:hover{text-decoration:none!important;}
.TeamMember-Info h6 a:hover{text-decoration:none!important;}
.TeamMember-Block .ExtraSmallBtn{ padding:5px; min-width:30px; min-height:30px; border-radius:50%; text-align:center; margin-right:5px; border:solid 1px #f5f5f5;}
.TeamMember-Block .ExtraSmallBtn .glyphicon{ font-size:12px; margin-right:0px;}
.TeamMember-Block .ExtraSmallBtn img{ width:18px; height:auto;}

.SM-Block-30 .btn{ margin:0 2px;}
.SM-Block-30 .btn img{ width:20px; height:auto;}
.SM-Block-30 .btn .glyphicon{ font-size:12px; margin:4px; color:#fff;}

.PageLink-WhiteBlock{ background:#fff;box-shadow:0px 5px 15px #d1d2d4; margin:0px; margin-bottom:30px; padding:30px; border-bottom:solid 3px #598cc3; text-align:center;}
.PageLink{ margin:0px; padding:0px; font-size:14px; font-weight:600; text-transform:uppercase;}
.PageLink li{ display:inline-block; list-style:none;}
.PageLink li a{color:#598cc3; padding:15px;}
.PageLink li a:hover{color:#2a343e;box-shadow:0px 3px 15px #bdc4cc;}

.LargeMargin-Block{ margin:80px 00px; padding:0px 20px;}
.LargeMargin-Block h6{ font-size:12px; font-weight:800; color:#969696; margin:0px; text-transform:uppercase; letter-spacing:0.05em;}
 
.Ambassador-Membership-Home-Pic{ width:100%; height:auto; max-width:443px; margin-top:30px;}
.Ambassador-Membership-Popup-Pic{ width:100%; height:auto; max-width:290px; margin-top:20px; margin-bottom:-40px;}
 
.White{ color:#fff!important;}


/*--- 27 July 2018 (Site Landing Pages)---*/
.MainLanding-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HRcom-HomeSplash.jpg) no-repeat center center #617182; background-size:cover; padding:40px 20px; padding-bottom:70px; margin-left:-15px; margin-right:-15px; margin-bottom:-90px;min-height:320px;}
.MainLanding-Top-Left{ text-align:left;}
.MainLanding-Top-Right{ text-align:right;}
.MainLanding-Content{background: url(/remoteimages/website-images/2017_SiteRedesign/images/LandingPage-Genie.png) no-repeat 0px 0px; margin:60px 0px; padding-left:140px; min-height:120px;}
.MainLanding-Content h1{ color:#fff; font-size:18px; margin:0px; margin-bottom:20px; padding:0px; text-transform:uppercase; font-weight:900; letter-spacing:0.1em;  color:#94c83c; font-weight:800;}
.MainLanding-Content h1 span{ padding-bottom:20px; border-bottom:solid 10px #fbb416;}
.MainLanding-Content h2{color:#fff; font-size:32px; margin:0px; padding:0px; padding-top:30px;font-weight:300;}
.MainLanding-WhiteBlock{ background:#fff; padding:30px 20px; border-top:solid 10px #b9cdd4; box-shadow:0px 0px 15px #4d5966; margin:0px; margin-bottom:30px; color:#7d8084;}
.MainLanding-WhiteBlock h3{ color:#444f5b; font-size:20px; font-weight:800; margin:0px 0px 15px 0px; line-height:28px;}
.MainLanding-WhiteBlock h4{ color:#444f5b; font-size:16px; font-weight:800; margin:15px 0px; text-transform:uppercase;}
.MainLanding-Text h2{ color:#444f5b; font-size:30px; margin:20px 0px; font-weight:300; letter-spacing:-0.02em;}
.MainLanding-Text h2 strong{ font-weight:900;}
.MainLanding-Text h6{ color:#444f5b; font-size:14px; margin:20px 0px; font-weight:400; line-height:24px;}

#MainLandingCarousel .carousel-inner{ background:#fff; min-height:400px; padding:0px;}
#MainLandingCarousel .nav {	background:#444f5b; font-size:16px; font-weight:700; letter-spacing:0.025em; border:solid 1px #444f5b;}
#MainLandingCarousel .nav small{ font-size:12px; font-weight:400; letter-spacing:0.0em;}
#MainLandingCarousel .nav a { border-radius:0px;color:#fff;  padding:20px 10px;}
#MainLandingCarousel .nav-pills > li > a:hover { background-color:#ef483b; color:#fff;}
#MainLandingCarousel .nav-pills > li.active > a, .nav-pills > li.active > a:focus { background-color:#fff; color:#2a343e;}

.MainLandingCarousel-Content{ padding:30px; padding-top:60px;}
.MainLandingCarousel-Content h2{ font-size:20px; color:#444f5b; font-weight:900; letter-spacing:0.01em; margin:0px; margin-bottom:30px;}
.MainLandingCarousel-Content h2 span{padding-bottom:15px; border-bottom:solid 10px #ef483b;}
.MainLandingCarousel-Content h3{font-size:26px; color:#444f5b; font-weight:300; letter-spacing:-0.025em; margin:20px 0px;}
.MainLandingCarousel-Content p{font-size:14px!important; color:#57585a; font-weight:400; line-height:24px;}
.MainLandingCarousel-Img{ padding:50px 0px; text-align:center;}
.MainLandingCarousel-Img img{ width:100%; height:auto; max-width:420px;}

.OtherUpdates{ margin:30px 0px;}
.OtherUpdates h4{font-size:18px; color:#444f5b; font-weight:900; margin:0px; margin-bottom:30px;}
.OtherUpdates h4 span{padding-bottom:15px; border-bottom:solid 10px #4ac4d5;}
.OtherUpdates h5{font-size:16px; color:#444f5b; font-weight:800; letter-spacing:0.025em; margin:15px 0px; margin-bottom:10px; text-transform:uppercase;}
.OtherUpdates h6{font-size:13px; color:#6f7071; font-weight:600; margin:0px;text-transform:uppercase;}

.MainLanding-Client-Block{ background:#fff; margin:30px 0px; padding:30px 0px 20px 0px;}
.MainLanding-Client-Block h4{font-size:18px; color:#444f5b; font-weight:900; margin:0px; margin-bottom:30px;}
.MainLanding-Client-Block h4 span{padding-bottom:15px; border-bottom:solid 10px #94c83c;}

.MainLanding-Testimonial-Main-Block{ background:#f5f5f5; padding:40px;}
.MainLanding-Testimonial-Block .carousel-indicators li{border: 2px solid #d1d2d4; background:#d1d2d4;}
.MainLanding-Testimonial-Block .carousel-indicators .active{ border: 2px solid #4ac4d5; background:#4ac4d5; }
.MainLanding-Testimonial-Block .item{min-height:110px;}
.MainLanding-Testimonial-Block .carousel-caption{ text-align:left; color:#444f5b; font-size:14px; text-shadow: 0 0px 0px rgba(0, 0, 0, 0); top:0; padding-top:0px; right:0; left:120px; }
.MainLanding-Testimonial-Block .carousel-caption h6{ font-size:16px; font-weight:800; color:#fbb416; text-transform:uppercase;}
.MainLanding-Testimonial-Block img{ margin-bottom:10px;}
.MainLanding-Testimonial-Block .carousel-indicators { position: absolute; top: 120px; left: 40px;}

.Dark .RoundBlock-Number{margin-top:-5px;}
.Dark hr{ border-top:dashed 1px #d1d2d4!important;}


/*--- 17 Aug 2018 (User Profile)-----*/

.UserDetail-Block .ProfilePic{ width: 100%; height: auto; max-width: 160px; border-radius:50%; margin-bottom: 10px;}
.UserDetail-Block p { margin-bottom:10px;}
.UserDetail-Block .progress{ height: 16px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1); border-radius: 2px; max-width:160px; margin-bottom:10px;}
.UserDetail-Block .progress-bar{ background-color: #94c83c; box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0); font-size: 11px; line-height: 17px; color: #fff; text-align: right; padding-right:5px;}
.Red-Dot { background:#ff5252; position: absolute; top: 10px; left: 20px; width: 15px; height: 15px; border-radius: 50%;}
.LargeNumber24{ font-size:24px; font-weight:400; letter-spacing:-0.05em;}
.LargeNumber20{ font-size:20px; font-weight:400; letter-spacing:-0.05em;}
.PhotoGallery{ width:100%; clear:both; display:block;}
.PhotoGallery-Item{ float:left; position:relative; width:124px; height:124px; margin:2px; overflow:hidden; display: flex; justify-content: center; align-items: center; background:#f5f5f5;}
.PhotoGallery-Item img{ height:100%; width:auto; }

.ContentPost-Block{ background:#fff; border:solid 1px #ededed; border-bottom:solid 1px #d0d0d0; padding:15px 20px; margin:0px; margin-bottom:3px; border-radius:5px}
.ContentPost-Block hr{ margin-left:-20px; margin-right:-20px; margin-bottom:10px; margin-top:10px; border-top: 1px solid #ededed;}
.ContentPost-Block .ExtraSmallBtn{ margin-bottom:0px;}
.ContentPost-Block h3{ font-size:14px; font-weight:500; color:#245d9b; margin:0px; margin-bottom:10px; line-height:24px;}
.ContentPost-Block h5{ font-size:13px; font-weight:400; color:#939598; margin:0px; margin-bottom:10px;}
.ContentPost-Block h5 a{ font-weight:500; color:#444f5b;}
.ContentPost-Block h6{ font-size:11px; font-weight:500; color:#444f5b; margin:0px;}
.ContentPost-Block p{ color:#939598; margin-bottom:10px;}

.GrayBlock-NoPadding{ background:#f9f9f9; min-height:72px; border-bottom:solid 1px #eee;}
.GrayBlock-NoPadding .btn{ margin-top:15px;}
.New-Home-Mid-Block{ width:41.40%; float:left; margin-right:30px;}
.New-Home-Right-Block{width: 300px; float: left; margin-right: 0px;}
.IndexSliderBlock { background-color: #444f5b;  height:150px;}
.IndexSliderBlock h1 span{ color:#dbee25;}
.IndexSliderBlock .Date-Block{ margin-bottom:5px;}
.IndexSliderBlock .btn{ margin-top:10px;}
.IndexSliderBlock .ImageBlock { width: 120px; height:150px; padding: 20px;text-align: center; vertical-align: middle;  display: flex; justify-content: center; align-items: center; margin-bottom: 0px; float: left; background-color: #fff; margin-right: 20px;}

.BlogBlock{ background:#fff; border:solid 1px #e8ecf7; border-radius:3px; padding:20px; color:#d1d2d4; font-size:11px; margin-bottom:20px; min-height:260px;}
.BlogBlock .dropdown .btn {padding: 0px; margin: 0px; border: none;}
.BlogBlock .dropdown .btn:hover{ background:none;}
.BlogBlock .dropdown .btn img {display: block; width: 16px; height: auto;} 
.BlogBlock h4{ font-size:16px; font-weight:600; color:#2a343e; margin-bottom:15px; line-height: 24px; min-height:45px;}
.BlogBlock h4 a:link{ color:#ef483b;}
.BlogBlock p{ font-size:12px; font-weight:400; color:#939598; }
.BlogBlock p a:link{ color:#939598;}
.BlogBlock-Img{ width:100%; height:auto; max-width:120px; margin-top:10px; margin-right:15px; float:left;}
.BlogBlock-Small{ background:#fff; border:solid 1px #e8ecf7; border-radius:3px; padding:15px 20px; color:#d1d2d4; font-size:11px; margin-bottom:10px;}
.BlogBlock-Small:hover{ background:#fff; border:solid 1px #d9d9d9; }
.BlogBlock-Small h4{ font-size:14px; font-weight:600; letter-spacing:0.02em; color:#fbb416; margin:10px 0px; margin-bottom:5px; line-height:22px;}

.ToggleBtnOrange{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Toggle.png) no-repeat center center #fbb416; border:1px solid #fbb416; border:none; width:36px; height:36px; border-radius:3px; }

.Cat-ItemBlock{background: #fff; border: solid 1px #f3f3f3; text-align: center; padding:10px; margin:0px; margin-left:-15px; margin-right:-15px; height: 160px;}
.Cat-ItemBlock:hover{border: solid 1px #dedede;}
.Cat-ItemBlock h5 { font-size: 13px; color: #2a343e; font-weight: 500; margin:0px; line-height:18px; margin:-5px 0px 0px 0px;}
.Cat-ItemBlock img{ margin-bottom:5px; width:100%; height:auto; max-width:60px; margin-top:5px;}
.Cat-ItemBlock input[type=checkbox]:not(old) + label {padding-left: 20px; margin-right:0px!important;}


/*--- 17 Aug 2018 (Vendor Advertising Pages)-----*/
.VendorAdvertising-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/VendorAdvertising-BG.jpg) no-repeat right bottom #edf2f6; padding: 50px 50px; margin:0px;}
.VendorAdvertising-BG h1{ font-size:32px; font-weight:800; color:#ef483b; margin:0px; margin-bottom:20px;}
.VendorAdvertising-BG h2{ font-size:24px; font-weight:800; margin:0px; margin-bottom:10px;}
.VendorAdvertising-BG h3{ font-size:20px; font-weight:600; margin:0px; margin-bottom:20px;}
.VendorAdvertising-BG h4{ font-size:16px; font-weight:500; color:#444f5b; margin:0px; margin-bottom:20px;line-height:24px;}
.VendorAdvertising-BG h6{ font-size:14px; font-weight:500; color:#444f5b; margin:0px; margin-bottom:10px;}
.GrowingYourBrand-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/GrowingYourBrand-BG.jpg) no-repeat right bottom #fff; padding: 60px 40px; margin:0px;}
.ShowcaseYourContent-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/ShowcaseYourContent-BG.jpg) no-repeat right bottom #fff; padding: 60px 40px; margin:0px;}
.ConnectWithOurCommunity-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/ConnectWithOurCommunity-BG.jpg) no-repeat right bottom #fff; padding: 60px 40px; margin:0px;}
.VendorAdvertising-ContactInfo-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/VendorAdvertising-ContactInfo-BG.jpg) no-repeat 95% 96% #fff; padding:20px; margin:0px;}

.VendorAdvertising-BG:hover{ text-decoration:none!important;}
.GrowingYourBrand-BG:hover{ text-decoration:none!important;}
.ShowcaseYourContent-BG:hover{ text-decoration:none!important;}
.ConnectWithOurCommunity-BG:hover{ text-decoration:none!important;}

.VendorAdvertising-ContactInfo-BG h4{ font-size:18px; font-weight:600; color:#4ac4d5; margin:0px; margin-bottom:10px;}
.WhiteBlock-P40{ background:#fff; padding:50px;}
.WhiteBlock-P40 h1{ font-size:32px; font-weight:800; margin:0px; margin-bottom:20px;}
.WhiteBlock-P40 h4{ font-size:15px; font-weight:400; color:#444f5b; margin:0px; margin-bottom:15px;line-height:24px;}
.WhiteBlock-P40 hr{ margin-top:20px; margin-bottom:20px;}

.AD-Img-Block{ background:#f5f5f5; border:solid 1px #ececec; text-align:center; padding:25px; min-height:320px;}
.AD-Img-Block img{ width:100%; height:auto;}
.Large-BulletTxt{ margin:0px; margin-bottom:10px;}
.Large-BulletTxt li { list-style: none; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Notification-Small.png) no-repeat 0px 9px; margin: 0px; padding: 5px 0px;
 padding-left: 30px; }
 
 
/*--- 27 Sept 2018 (Vendor Advertising Pages) ---*/
.VendorAdvertising-Top-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/VendorAdvertising-Top-BG.jpg) no-repeat center center #2b4452; padding: 60px 30px; margin-bottom:0px; }
.VendorAdvertising-Top-BG h1{ font-size:36px; font-weight:800; color:#fff; margin:0px; margin-bottom:20px;}
.VendorAdvertising-Top-BG h3{ font-size:20px; font-weight:600; color:#fbb416; margin:0px; margin-bottom:20px;}
.VendorAdvertising-Top-BG .btn{ margin:10px;}

.PageLink-DarkBlock{ background:#444f5b;margin:0px; margin-bottom:20px; padding:19px 0px 18px 0px; text-align:center; font-size:14px; font-weight:500; text-transform:uppercase;}
.PageLink-DarkBlock ul{ margin:0px;}
.PageLink-DarkBlock li{ display:inline-block; list-style:none;}
.PageLink-DarkBlock li a{color:#fff; padding:20px 20px;}
.PageLink-DarkBlock li a:hover{ background:#2a343e; color:#fbb416;} 
.PageLink-DarkBlock .active, .PageLink-DarkBlock .active:hover{ background:#ef483b; color:#fff;}

.BlueGradient-Block{background: linear-gradient(to right, #178bb0 0%, #1b71ac 100%); padding:40px; margin-bottom:30px;}
.LargeColor-Block h4{ color:#fff; font-size:18px; font-weight:400; line-height:30px; margin:0px; margin-bottom:20px;}
.LargeColor-Block .btn { background:#94c83c; color: #fff; font-size:16px; font-weight: 500; border: solid 1px #94c83c; padding:15px 30px; border-radius:3px; margin:0px; margin:5px; box-shadow: 0px 7px 20px #085081;}
.LargeColor-Block .btn:hover { background:#fff; border: solid 1px #fff; color: #2a343e;}
.navbar-fixed {  top: 0;  z-index: 1000;  position: fixed;  width: 100%; max-width:1140px;}

.AD-EmailCampaign{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-EmailCampaign.jpg) no-repeat center center #2b4452;padding: 80px 30px;}
.AD-Research{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Research.jpg) no-repeat center center #2b4452;padding: 80px 30px;}
.AD-Webcast{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast.jpg) no-repeat center center #2b4452;padding: 80px 30px;}
.AD-Online{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Online.jpg) no-repeat center center #2b4452;padding: 80px 30px;}
.AD-TAP{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-TAP.jpg) no-repeat center center #2b4452;padding: 80px 30px;}
.AD-ePublications{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-ePublications.jpg) no-repeat center center #2b4452;padding: 80px 30px;}

.Large-Icon-Round{ width:100%; height:auto; max-width:200px; margin-bottom:15px; border-radius:50%;}

.AD-Main-Mid-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Main-Image-02.jpg) no-repeat left center; padding: 10px 0px; margin-bottom:0px; }

/*--- 28 Sep 2018 (User Profile)-----*/
.UserDetail-Small-Block{ margin:0px; margin-bottom:10px; padding:0px; padding-bottom:10px; border-bottom:solid 1px #ededed;}
.UserDetail-Small-Block .Round{ float:left; margin-right:15px; margin-top:5px;}
.UserDetail-Small-Block h6{ margin-bottom:2px; font-size:14px; font-weight:500; line-height:18px;}

.UserProfile-Small-Block{ background:#fff; min-height:72px; border: 1px solid #eee; margin-bottom:10px;}
.UserProfile-Small-Block .ProfilePic{ width:70px; height:70px; float:left; margin:0px; margin-right:15px;}
.UserProfile-Small-Block h5{ margin:0px; font-size:14px; color:#2a343e; font-weight:500; padding:10px 0px;}
.UserProfile-Small-Block .btn{ margin:0px; margin-right:5px;}


/*--- 8 Oct 2018 (Communities Pages)-----*/
.Communities-LandingPage-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Communities-LandingPage-BG.jpg) no-repeat right bottom #fff; padding: 60px 40px; margin:0px; margin-bottom:20px;}
.Communities-LandingPage-BG h1{font-size: 34px; font-weight: 900; margin: 0px; margin-bottom:30px; letter-spacing: -0.00em; color: #ef483b!important; }
.Communities-LandingPage-BG h2{font-size: 20px; font-weight: 500; margin: 0px; margin-bottom:30px; letter-spacing: -0.02em; color: #444f5b!important; }
.input-group .LargeInputBox{ border-left: solid 1px #d1d2d4;}

.ListTxt{ margin:0px; margin-bottom:30px;}
.ListTxt li{ list-style:none; padding:0px; margin-bottom:8px; color:#444f5b; font-weight:500; font-size:12px;}
.ListTxt li a:link{ color:#444f5b; text-decoration:none;}
.ListTxt li a:hover{ color:#000; text-decoration:underline;}
.ListTxt li a:visited{ color:#444f5b; text-decoration:none;}

.Trending{ border:solid 1px #dcdcdc; margin-bottom:10px; border-radius:0px;}
.Trending h3{ font-size:14px; color:#2a343e; border-left: solid 5px #94c83c; padding-left:10px; margin-top:10px; margin-left:17px; }
.tab_container .Trending{ margin-bottom:30px!important; border:solid 1px #f4f4f4; }
.tab_container .ContentPost-Block{ margin-bottom:10px; background:#fafafa;}

	



/*--- 23 Oct 2018 (HRMI Landing Page)-----*/
.HRMI-Landing-Top-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HRMI-Landing-Top-BG.jpg) no-repeat center center #2b4452; padding: 60px 30px; margin-bottom:30px; }
.HRMI-Landing-Top-BG h1{ font-size:36px; font-weight:800; color:#fff; margin:0px; margin-bottom:20px; line-height:40px;}
.HRMI-Landing-Top-BG h3{ font-size:20px; font-weight:600; color:#fbb416; margin:0px; margin-bottom:20px; line-height:30px;}
.HRMI-Landing-Top-BG .btn{ margin:10px;}

.Check-BulletTxt{ margin:0px; margin-bottom:10px;}
.Check-BulletTxt li { list-style: none; background: url(/remoteimages/website-images/2017_SiteRedesign/images/checked-new.png) no-repeat 0px 5px; margin: 0px; padding: 7px 0px;
 padding-left: 30px; }
 
.Testimonial-Large-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Testimonial-Large-BG.jpg) no-repeat center bottom ; padding: 40px 50px; padding-bottom:250px; margin:30px 0px; border-bottom:solid 5px #fbb416;}
.Testimonial-Large-BG h5{ font-size:14px; font-weight:500; margin:10px 0px;}
.Testimonial-Large-BG p {margin-bottom:15px;}


/*--- 30 Oct 2018 (SignUp Page)-----*/
.SignUp-BG{padding:40px 20px; margin-left:-15px; margin-right:-15px; margin-bottom:0px;
background:  linear-gradient(-20deg, #617182, #2a343e); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(-20deg, #617182, #2a343e); /*Safari 5.1-6*/
background: -o-linear-gradient(-20deg, #617182, #2a343e); /*Opera 11.1-12*/
background: -moz-linear-gradient(-20deg, #617182, #2a343e); /*Fx 3.6-15*/}
.SignUp-Left{ padding:65px 0px;}
.SignUp-Left hr{ margin-top:25px; margin-bottom:25px; border-top: solid 2px #444f5b;}
.SignUp-Left h2{ font-family:Cambria!important; color:#dbee25; font-size:42px; margin-bottom:10px;}
.SignUp-Left h3{ color:#fff; font-size:30px; font-weight:200!important; line-height:42px;}

.SignUp-BG .form-control { margin-top:0px!important; margin-bottom:10px!important;}
.SignUp-BG input { margin-top:0px!important; margin-bottom:10px!important;}
.SignUp-BG label{ color:#939598;}

.SignUp-Left .progress{ height: 16px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1); border-radius: 2px; max-width:160px; margin-bottom:10px;}
.SignUp-Left .progress-bar{ background-color: #94c83c; box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0); font-size: 11px; line-height: 17px; color: #fff; text-align: right; padding-right:5px;}
.GreenLabel{position:absolute; width:80px; height:80px; left:12px; top:-3px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Green-Label.png) no-repeat 0px 0px; z-index:1;}


.ModalExtraLarge{width:85%;}
.ModalExtraLarge .form-control { margin-top:0px!important; margin-bottom:10px!important;}
.ModalExtraLarge input { margin-top:0px!important; margin-bottom:10px!important;}
.ModalExtraLarge label{ color:#939598;}

.InsideForm{ border:solid 2px #e5e5e5; padding:10px 15px; margin:15px 0px;}
.InsideForm .form-control { margin-top:0px!important; margin-bottom:10px!important;}
.InsideForm input { margin-top:0px!important; margin-bottom:10px!important;}
.InsideForm label{ color:#939598;}

.ModalClose .btn{ margin:0px;}
.GeniusPaywall-Popup-Content{ padding:0px 10px!important;}
.GeniusPaywall-Popup-Content .form-control { margin-top:0px!important; margin-bottom:10px!important; }
.GeniusPaywall-Popup-Content input { margin-top:0px!important; margin-bottom:10px!important;}
.GeniusPaywall-Popup-Content label{ color:#939598;}
.GeniusPaywall-Popup-Content h2{ font-size:24px!important; font-weight:800!important; margin:0px 0px 5px 0px;}
.GeniusPaywall-Popup-Content h5{ font-size:15px!important; font-weight:700!important; margin:0px; margin:10px 0px 5px 0px;}

.LeftBorder{border-left: solid 1px #e9e9e9;}

.ErrorBox{ border:solid 1px #ff5252!important;}

.modal-content .progress{ height:15px;}
.modal-content .progress-bar {
    background-color: #94c83c;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}
.UserTypeImg{ width:100%; height:auto; max-width:80px; margin:0px; margin-top:15px;}

.GeniusPaywall-Popup-Content ul.tabs{border-bottom:solid 4px #ededed;}
.GeniusPaywall-Popup-Content ul.tabs li {background-color: #fff; font-weight:800; font-size:15px;}
.GeniusPaywall-Popup-Content ul.tabs li:hover {background-color: #fff; color:#2a343e; border-bottom:solid 4px #2a343e;  margin-bottom:-4px;}
.GeniusPaywall-Popup-Content ul.tabs li.active {background-color: #fff; color: #ef483b; border-bottom:solid 4px #ef483b;  margin-bottom:-4px; display: block;}
.GeniusPaywall-Popup-Content .TabBlock{ margin:0px;}
.GeniusPaywall-Popup-Content .tab_container{ overflow:visible;}
.GeniusPaywall-Popup-Content .tab_content{ padding:10px 0px; }


/*--- 19 Nov 2018 (MyCredits Page)-----*/
.Credits-Top-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Credits-Top-BG.jpg) no-repeat center top #626a72; padding: 60px 30px; margin-bottom:30px; }
.Credits-Top-BG h1{ font-size:30px; font-weight:800; color:#fbb416; margin:0px; margin-bottom:20px; line-height:40px;}
.Credits-Top-BG p{ font-size:14px!important;}
.Credits-Top-BG .LargeBtn{ margin-left:0px; margin-top:20px; margin-right:10px;}
.Credits-Top-BG .BlueBox{ margin-top:15px; padding:20px; color:#2a343e;}
.Credits-Top-BG .BlueBox h5{font-size:16px; font-weight:600; color:#fff; margin:0px; margin-bottom:20px;}
.Credits-Top-BG .BlueBox li{ list-style:none; font-weight:500; margin-bottom:5px;}

.WhiteBlock-Small{ background:#fff; padding:10px 15px; color:#4ac4d5; font-size:14px; font-weight:500; margin:2px; margin-left:0px; width:auto;}


/*--- 30 Nov 2018 (Affiliate Program Landing Page)-----*/
.AffiliateProgramLanding-Top-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/AffiliateProgramLanding-BG.jpg) no-repeat center center #2b4452; padding: 80px 30px; margin-bottom:0px; }
.AffiliateProgramLanding-Top-BG h1{ font-size:40px; font-weight:800; color:#fff; margin:0px; margin-bottom:20px;}
.AffiliateProgramLanding-Top-BG h3{ font-size:20px; font-weight:600; color:#fbb416; margin:0px; margin-bottom:20px;}
.AffiliateProgramLanding-Top-BG .btn{ margin:10px;}

.AffiliateProgram-Content-Block{ background:#fff; border:solid 1px #e5e5e5; padding: 30px; margin:0px 0px; margin-bottom:30px; min-height:375px;}
.AffiliateProgram-Content-Block hr{ margin-left:-30px; margin-right:-30px;}
.AffiliateProgram-Content-Block h3{ font-size:20px; font-weight:800; margin:0px; margin-bottom:10px; min-height:60px;}
.AffiliateProgram-Content-Block h4{ font-size:18px; font-weight:600; margin:5px 0px; color:#2a343e; border-left:solid 10px #9dcb57; padding-left:10px }
.AffiliateProgram-Content-Block .SM-Icons li{ background-color:#77d3e0; margin-top:0px; padding:5px; border-radius:2px;}
.AffiliateProgram-Content-Block .SM-Icons li:hover{ background-color:#2ca3b3; border-radius:50%; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.AffiliateProgram-Content-Block .SM-Icons li img{ width: 24px; height: auto; border-radius:0%;}

/*--- 22 Jan 2019 (Group Landing Page)-----*/
.GroupBG{width:100%; padding:20px 20px; min-height:160px;  background:url(/remoteimages/website-images/2017_SiteRedesign/images/Group-Community-BG.jpg) repeat-x 0% 20% #fff!important;}
.GroupBG img{ width:100%; height:auto;}
.ImageBlockCenter{width:140px; height:140px; text-align:center; vertical-align:middle;padding:0px; display: flex; justify-content: center; align-items: center; margin-bottom:0px; background:#fff;}
.ImageBlockCenter img{ width:100%; height:auto; max-width:120px;}
.GroupBG .ImageBlockCenter{ float:left; margin-right:20px;}
.GroupBGTxt{ font-size:13px; font-weight:500; color:#fff;}
.GroupBGTxt h1{ font-size:24px; font-weight:600; color:#fff; margin:0px 0px 15px 0px;}
.GroupBGTxt h1 span{ background:#1f272f; padding:10px 15px; line-height:50px;}
.GroupBGTxt h4{ font-size:12px; font-weight:500; color:#1f272f; margin:0px 0px; }
.GroupBGTxt h4 span{ background:#fff; color:#1f272f; padding:10px 10px 10px 5px;}

.RoundBtn{ border-radius:50%; width:40px; height:40px; padding:10px; text-align:center; margin-right: 0px; /*border-style:dashed;*/}
.RoundBtn .glyphicon{ margin:0px; font-size:16px;}
.ImgBorderBlock{ background:#fff; border: solid 1px #ededed; padding:20px; margin:10px; width:100%; max-width:345px; height:380px; float:left;}
.ImgBorderBlock hr{border-top: solid 1px #ededed; margin-left:-20px; margin-right:-20px;}
.ImgBorderBlock .RoundBtn{ margin-bottom:5px;}
.ImgBorderBlock-ImgBlock{width:100%; height:200px; overflow: hidden; text-align:center; vertical-align:middle; padding:0px; display: flex; justify-content: center; align-items:center; /*background: url(/remoteimages/website-images/2017_SiteRedesign/images/Resources-Img2.png) no-repeat center center #ededed;*/ background:#ededed; margin-bottom:20px;}
.ImgBorderBlock-Img{ width:100%; height:auto;}

.ActiveBlock{ background:#fff; border-bottom:solid 1px #4ac4d5;}

.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
.video-container iframe,.video-container object,.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-container img{width:100%;}

/*--- Feb 2019 (Nag Screen)-----*/
.NagScreen-LeftBG{ padding-top:15px; 
background:  linear-gradient(90deg, #fff, #f6f7fb); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(90deg, #fff, #f6f7fb); /*Safari 5.1-6*/
background: -o-linear-gradient(90deg, #fff, #f6f7fb); /*Opera 11.1-12*/
background: -moz-linear-gradient(90deg, #fff, #f6f7fb); /*Fx 3.6-15*/
background:#eff1f7; background:#fff;}

.NagScreen-RightBG{background:#eff1f7; min-height:640px; padding-bottom:20px;}
.NagScreen-RightBG input{background:#fff; margin:5px 0px;}
.NagScreen-RightBG label{ font-weight:500!important;}

.MultipleSelect{ background:#fff; background:url(/remoteimages/website-images/2017_SiteRedesign/images/ArrowDown.png) no-repeat 99% 50% #fff!important; border:solid 1px #e5e5e5; text-align:left; width:100%; padding:10px; padding-right:30px;}
.MultipleSelect span{ float:right; color:#2a343e; font-weight:500;}
.DropDown-ContentBlock{ border:solid 1px #e5e5e5; background:#fff; max-height:200px; overflow-y: auto; line-height: 20px; padding:10px 5px;}
.DropDown-ContentBlock li{ list-style:none;}

.NagScreen-LeftBG .DataTable h5{font-size:14px; font-weight:600; margin:5px 0px;}
.NagScreen-LeftBG .DataTable tr{ border-bottom: solid 1px #eff1f7;}
.NagScreen-LeftBG .DataTable .glyphicon{ font-size:13px; margin-right:5px; margin-top:5px;}

.TxtLabel{ margin:5px 0px; font-size:14px; font-weight:600; color:#2a343e;}
.TxtLabel .glyphicon{ font-size:15px; color:#ef483b;}
.NagScreenImg{ width:100%; height:auto; max-width:400px; margin-bottom:20px;}


/*--- 11 Feb 2019 (HRMI Pages)-----*/
.HRMI-Logo-Inside{ width:100%; height:auto; max-width:240px; margin-bottom:20px;}
.UpcomingHRMI .WebcastBlock{}
.ArchivedWebcastHRMI .WebcastBlock{ }
.ArchivedWebcastHRMI .WebcastBlock:hover{ box-shadow:0px 0px 0px #d1d2d4; border-bottom:solid 1px #939598;}
.ArchivedWebcastHRMI .WebcastBlock h1{ background:none; padding:0px 20px; padding-left:0px; color:#444f5b;}
.ArchivedWebcastHRMI .WebcastBlock h2{ display:none;}
.ArchivedWebcastHRMI .WebcastBlock .Presenter-Name{ display:none;}
.HR-Research .WebcastBlock h4{color:#444f5b; font-size: 18px; line-height: 24px; font-weight: 700; margin-bottom:10px;}
.HR-Research .WebcastBlock h4 a{ color:#4ac4d5}
.HR-Research .WebcastBlock .reportDate{ color:#ef483b;font-weight:500; margin-bottom:10px;}
.HR-Summits .Date-Block{ font-size:14px;}
.HR-Summits .WebcastBlock h3{color:#444f5b; font-size: 18px; line-height: 24px; font-weight: 700; margin-top: 0px;}
.HR-Summits .WebcastBlock h3 a{ color:#4ac4d5}
.HR-Summits .WebcastBlock h4{color:#444f5b; font-size: 14px; line-height: 24px; font-weight: 500; margin-bottom:10px;}
.HR-Summits .WebcastBlock-Right img { width: 100%; max-width: 120px; height:auto; }
.HR-Summits .WebcastBlock-Right h3 {    font-size: 14px; margin: 10px 0px;}

.IndexProgress{ margin:0px; margin-top:15px; border-bottom:dotted #ddd 1px;}
.IndexProgress .progress{ background-color:#fff; height:15px; margin-bottom:15px;}
.IndexProgress .progress-bar {background-color: #94c83c; box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);}

.EventBlock2 .CreditBadges li{ width:95px;}
.EventBlock2{ min-height:380px; border: solid 1px #E8ECF7;border-radius:5px;}
.EventBlock2 hr{ margin-top:15px; margin-bottom:15px; border-top: dashed 1px #ededed;}
/*.EventBlock2 .btn{ border-radius:2px;}*/
.BorderLeftRight{ border-left: solid 1px #e9e9e9; border-right: solid 1px #e9e9e9;}
.BorderLeftRight hr{ margin:15px 0px; border-top: solid 1px #e9e9e9;}

/*--- 28 May 2019 (Webcast Pages)-----*/
.NewWebcast-Block{background:#fff; padding:20px; margin:0px 0px 20px 0px; border:1px solid #E8ECF7;border-radius:5px;}
.NewWebcast-Block .Webcast-Type{ position:absolute; top:0px; left:-15px; background:#4ac4d5; color:#fff; padding:10px 15px; font-size:14px; font-weight:500;}
.NewWebcast-Block .Webcast-Type span{ color:#000;font-size:14px; font-weight:600;}
.NewWebcast-Block .btn .glyphicon{color:#fff; }
.NewWebcast-Block h1{font-size:26px; color:#2A343E; font-weight:700; line-height:1.3; margin:0px 0px 15px 0px;}
.NewWebcast-Block h6{font-size:16px; font-weight:600; color:#e4350a; margin:20px 0px;}
/*.NewWebcast-Block span{ color:#969696; font-size:11px; line-height:12px;}*/
.WebcastDetailBlock-Left{min-height:208px;position:relative;}
.NewWebcast-Block .ClientLogo{ width:auto; height:auto; max-width:180px; max-height:90px; margin:10px 0px; margin-bottom:10px;}
.NewWebcast-Block .wv_time{font-size:13px;font-weight:400;color:#B0B0B0;margin-bottom:10px;}
.NewWebcast-Block .wv_dt_info{font-size:15px;font-weight:600;color:#EF4A3D;margin-bottom:5px;}
.NewWebcast-Block .wv_loc_dt{font-size:13px;color:#94C83D;font-weight:600;}
.wv_right{text-align:right;}
.NewWebcast-Block .wv_right .RatingBlock{max-width: 150px;margin: 0 0 0 auto;}
.NewWebcast-Block .wv_right .CreditBadges{min-height:46px;}
.NewWebcast-Block .wv_right .CreditBadges:before{width:30px; height:6px; border-radius:10px; background:#DCDCDC;position:absolute;right:15px;top: 39px;content:"";z-index:0;}
.NewWebcast-Block .wv_right .RatingNo{float:right;margin-right:0px;margin-left:10px;}
.NewWebcast-Block .mv_dls_logo{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
.NewWebcast-Block .mv_dls_logo button.btn{margin-bottom:0px;}

.btn.feedbackBtns{margin:10px 0px 0px 10px;}
.sponsor-webcast.upcoming{display:block;}
.wv_upcoming_text{position: relative;}
.wv_btn_info{font-size: 12px;color:#757575;line-height:1.5;text-align:center;}
.wv_mh75{min-height:75px;}
.sponsList{padding-left:0px!important;}
.FliterBlock.wv_filter{padding:0px;background:#fff;}
.sponsCont{width:100%;position:relative;}
.sponsCont .sponsTitle,.sponsCont .sponsDesc{display:none;}
.sponsCont .sponsLogo{width:100%;position:relative;}
.sponsCont .sponsLogo>a{display:block;}
.sponsCont .sponsLogo>a>img{display:block;width:auto;height:auto;max-width:160px;max-height:65px;}
.YourHosts img[alt="spacer"]{display:none;}

.webcastCenterBtn{width:100%;text-align:center;margin-top:20px;padding: 0px 15px;}
.webcastCenterBtn .wv_mainBtn{display:block;width:auto;position:absolute;left: 50%;top:83px;transform: translateX(-50%);margin:0px;}
.webcastCenterBtn:before{width:24%;height:2px;background:#E8ECF7;position:absolute;top: 106px;left: 100px;content:"";}
.webcastCenterBtn:after{width:21%;height:2px;background:#E8ECF7;position:absolute;top: 106px;right: 125px;content:"";}
.webcastCenterBtn .indi_bullet{position: absolute;width: 60px;left: 50%;transform: translateX(-50%);top: 175px;}

.User-Medium-Block{ background:#fff; min-height:110px; margin:10px 0px;}
.User-Medium-Img-Block{height: 110px; overflow: hidden;float:left; }
.User-Medium-Block-Img{ width:100%; height:auto; max-width:120px; min-height:110px; border-right:solid 10px #4ac4d5; margin-right:15px;}
.User-Medium-Block-Content{ margin:0px; padding:20px; padding-bottom:0px;}
.User-Medium-Block-Content h1{ font-size:20px; color:#4ac4d5; font-weight:400; margin:0px; margin-bottom:10px;}
.User-Medium-Block-Content h1:link{ color:#4ac4d5; text-decoration:none;}
.User-Medium-Block-Content h5{font-size:13px; color:#444f5b; font-weight:800; margin:0px; margin-bottom:10px;}
.User-Medium-Block-Content h5:link{ color:#444f5b; text-decoration:none;}
.User-Medium-Block-Content .btn{ margin-bottom:0px; padding:5px 10px; font-size:11px;}

.LargeIcon-BulletTxt{ margin:15px 0px;}
.LargeIcon-BulletTxt li{ width:45%; float:left; border-bottom:dotted 1px #d1d2d4; list-style:none; padding:5px 0px; padding-left:80px; font-size:13px; color:#444f5b; font-weight:500; margin:5px 15px; min-height:90px; background-size: 60px 60px!important;}
.LargeIcon-BulletTxt li:nth-child(1) {background:url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast-Icon-01.png) no-repeat 0% 25%;}
.LargeIcon-BulletTxt li:nth-child(2) {background:url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast-Icon-02.png) no-repeat 0% 25%;}
.LargeIcon-BulletTxt li:nth-child(3) {background:url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast-Icon-03.png) no-repeat 0% 25%;}
.LargeIcon-BulletTxt li:nth-child(4) {background:url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast-Icon-04.png) no-repeat 0% 25%;}
.LargeIcon-BulletTxt li:nth-child(5) {background:url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast-Icon-06.png) no-repeat 0% 25%;}
.LargeIcon-BulletTxt li:nth-child(6) {background:url(/remoteimages/website-images/2017_SiteRedesign/images/AD-Webcast-Icon-05.png) no-repeat 0% 25%;}

.web_virtual_head{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;}
.web_virtual_head .wv_title{width:auto;display:flex;align-items:center;justify-content:flex-start;}
.web_virtual_head .wv_title>svg{width:50px;margin-left:-13px;}
.web_virtual_head .wv_title>h1,.web_virtual_head .wv_title>.wv_head_title{font-size:16px;font-weight:600;color:#EF4A3D;margin:0px;padding:0px;}
.web_virtual_head .wv_title>h1>a,.web_virtual_head .wv_title>.wv_head_title>a{color:inherit;text-decoration:none;}
.web_virtual_head .wv_title>h1>span,.web_virtual_head .wv_title>.wv_head_title>span{font-size:16px;color:#2A343E;}
.web_virtual_head .wv_btn{width:auto;display:flex;align-items:center;justify-content:flex-end;}
.web_virtual_head .wv_btn>button.SemiRoundBtn{margin-top:0px;}
.WebcastList-Top-Block{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/WebcastList-Top-BG.png) no-repeat 110% 50% #535262; padding:50px 30px; margin:0px;}
.WebcastList-Top-Block h1 span{ font-size:30px; color:#fff; font-weight:900; background:#94c83c; padding:10px 25px;}
.WebcastList-Top-Block .btn{ margin-top:10px;}
.FliterSearch{ background:url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Search-Yellow.png) no-repeat 15px 15px #fff;background-size:16px;}

.NewWebcastList-Block{margin-bottom:20px; border:solid 1px #E8ECF7; border-radius:5px;}
.NewWebcastList-Block h3{font-size:22px; line-height:1.4; font-weight:700; color:#2A343E; padding:0px 0px 0px 20px; margin:0px 0px 20px 0px;position:relative;}
.NewWebcastList-Block h3:before{width:8px;height:90%;background:#94C83D;border-radius:8px;position:absolute;top:5%;left:0px;content:"";}
.NewWebcastList-Block h3>a{color:inherit;text-decoration:none;}
.NewWebcastList-Block h3:hover>a{text-decoration:underline;}
.NewWebcastList-Block h4{font-size:14px; line-height:1.4; font-weight:700; color:#EF4A3D; padding:0px 0px 0px 20px; margin:0px 0px 20px 0px;position:relative;}
.NewWebcastList-Block h4>span{background:#fff;position:relative;z-index:1;padding-right:10px;}
.NewWebcastList-Block h4:before{width:8px;height:8px;background:#EF4A3D;border-radius:8px;position:absolute;top:6px;left:0px;content:"";}
.NewWebcastList-Block h4:after{width:80%;height: 2px; background:#E8ECF7;position:absolute;right: 0px;top: 8px;z-index:0;content:"";}
.NewWebcastList-Block .presenter_text{font-size:13px; color:#949599; padding:0px 0px 0px 18px; margin:0px; margin-bottom:10px; font-weight:500;position:relative;}
.NewWebcastList-Block .presenter_text:before{width:8px;height:8px;background:#949599;border-radius:8px;position:absolute;left: 0px; top: 6px;content:"";}
.NewWebcastList-Block .presenter_title{font-size:13px; color:#2A343E; font-weight:500; padding:0px;margin-bottom:10px;}
.NewWebcastList-Block .CreditBadges li{width:100px;margin-right:10px;margin-bottom:10px;}
.NewWebcastList-Block .ClientLogo{display:block;width:auto; height:auto; max-width:180px; max-height:65px; margin:0px;}
.NewWebcastList-Block .presenter_wrapper{width:100%;margin-bottom:10px;display:flex;flex-align:flex-start;justify-content:space-between;flex-wrap:wrap;}
.NewWebcastList-Block .Presenter-Name{width: 48%;height:60px; background:#E8ECF7;border:0px solid #E8ECF7;border-radius:50px; font-size:12px; color:#969696; padding:10px 10px;margin-bottom:10px;}
.NewWebcastList-Block .Presenter-Name>a{display:block;color:#2A343E;font-size:12px;text-decoration:none;line-height:1.5;}
.NewWebcastList-Block .Presenter-Name h5{ font-size:13px; color:#2A343E; font-weight:500; margin:0px;padding:4px 0px 5px 0px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.NewWebcastList-Block .Presenter-Name h6{ font-size:12px; color:#2A343E; font-weight:400; margin:0px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.NewWebcastList-Block .Presenter-Name img{ float:left; margin-right:10px; margin-top:0px; height: 40px;}
.NewWebcastList-Block .Presenter-Name>a:hover{color:color:#2A343E;text-decoration:underline;}
.webcast_image_wrapper{width:100%;min-height:85px;margin-bottom:10px;display: flex;align-items: center;justify-content: flex-start;flex-wrap:wrap;position:relative;}
.webcast_image_wrapper:before{width: 30px;height: 6px;border-radius: 10px;background: #DCDCDC;position: absolute;left: 0px;top: 5px;content: ""; z-index: 0;}
.webcast_image_wrapper>a{height: 85px;background: #fff;border-radius: 5px;display: flex;align-items: center;justify-content: center;padding: 10px;margin-right: 10px;margin-bottom:10px;border: 1px solid #E8ECF7;position:relative;}
.webcast_image_wrapper>a:last-child{margin-right:0px;}
.webcast_image_wrapper>a>img{display:block;width:auto;max-height:65px;}
.NewWebcastList-Bottom{width:100%;padding-top: 15px;font-size:12px;color:#757575;line-height:1.5;font-weight:300;text-align:right;}
.NewWebcastList-Bottom>a{font-weight:500;color:#4AC4D6!important;text-decoration:none;}
.category_box{display: flex;align-items: flex-start;justify-content: center;flex-direction: column;position: relative;}
.category_box .webcast-categ div.moreLink{position: absolute;right: 0px;top: 0px;margin-right:0px;}
.category_box .webcast-categ div.cat_list{width:100%;background:#F6F7FC;border:1px solid #E8ECF7;padding: 4px 6px;color:#757575;font-size:12px;font-weight:400;line-height:1.4;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
.category_box .webcast-categ div.cat_list>a{color:inherit;text-decoration:none;cursor:pointer;padding: 0px 15px 5px 15px;position:relative;}
.category_box .webcast-categ div.cat_list>a:before{width:8px;height:8px;background:#67C8C6;border-radius:8px;position:absolute;top: 4px;left:0px;content:"";}
.category_box .webcast-categ div.cat_list>a:hover{color:inherit;text-decoration:underline;}
.category_box .webcast-categ div.cat_list>a.cat_text{font-weight:500;color:#67C8C6;cursor:default;padding: 0px 15px 5px 0px;}
.category_box .webcast-categ div.cat_list>a.cat_text:hover{text-decoration:none;}
.category_box .webcast-categ div.cat_list>a.cat_text:before{display:none;}
.webcast_rating{position:absolute;right:15px;bottom:11px;background:#fff;z-index:1;padding-left:10px;min-width:120px;}
/*--- 30 May 2019 (Megatrend Pages)-----*/
.Page-Type{position:absolute; top:-50px; left:-25px; background:#4ac4d5; color:#fff; padding:10px 15px; font-size:14px; font-weight:500;}
.Page-Type a:link{color:#2a343e; text-decoration:none;}
.Megatrend-Top-Block{position:relative; min-height:400px; padding:30px 40px; border-bottom:solid 5px #4ac4d5; background:url(/remoteimages/website-images/2017_SiteRedesign/images/Megatrend-Top-Block.jpg) no-repeat 100% 100% #29323b;}
.Megatrend-Top-Block .btn:hover{color: #fff; background-color: #4ac4d5;}
.Megatrend-Top-Block .Page-Type{top:0px;}
.Megatrend-Top-Block h1{font-size:45px; line-height:60px; font-weight:900; color:#fff; margin:30px 0px; margin-top:70px; text-shadow: 0px 0px 20px #111213;}
.MegaTrend-Top-Logo{ width:180px; height:auto; float:right;}
.Megatrend-LargeTxt{ color:#2a343e; font-size:16px; font-weight:300; line-height:28px; padding:20px 10px;}
.Megatrend-LargeTxt strong{font-size:24px; font-weight:700; color:#444f5b; line-height: 50px;letter-spacing: -0.015em;}
.Megatrend-LargeTxt strong span{font-size:30px; font-weight:900; color:#ef483b;}

.Megatrend-Mid-Block{ position:relative; min-height:300px; margin-bottom:35px; border-bottom:dashed 0px #4ac4d5;}
.Megatrend-Mid-Block-ImgBlock{/*border-bottom:solid 5px #4ac4d5;*/ background:#29323b; width:100%; height:220px; overflow: hidden; text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; }
.Megatrend-Mid-Block-ImgBlock img{ width:200%; height:auto; }
.Megatrend-Mid-Block h3{font-size:16px; line-height:22px; font-weight:600; color:#2a343e; margin:10px 0px; padding-right:20px;}
.Megatrend-Mid-Block h3 a:link{color:#2a343e; text-decoration:none;}
.Megatrend-Mid-Block h3 .FirstWord-Element{color:#ef483b; font-size:14px; font-weight:900; text-transform: capitalize; letter-spacing:0em; }
.Megatrend-Mid-Block h6{ font-size:13px; font-weight:700; color:#939598; margin:0px; text-transform:uppercase; position:absolute; /*bottom:10px;*/}
.Megatrend-Mid-Block h6 a:link{color:#939598; text-decoration:none;}

.MegatrendChapter-Top-Block{ position:relative; min-height:300px; padding:30px 40px; padding-top:80px; margin-bottom:30px; border-bottom:solid 5px #4ac4d5; background:url(/remoteimages/website-images/2017_SiteRedesign/images/MegatrendChapter-Top-Block.jpg) no-repeat 0% 50% #070e28;}
.MegatrendChapter-Top-Block h1{font-size:42px; line-height:48px; font-weight:900; color:#fff; margin:20px 0px; margin-top:10px; text-shadow:0px 0px 15px #070e28; }
.MegatrendChapter-Top-Block h1 .FirstWord-Element{font-size:24px; line-height:28px; font-weight:900; color:#fff; margin:10px 0px; margin-top:10px;  }

.Megatrend-CapterList{ margin:0px 0px;}
.Megatrend-CapterList li{ list-style:none; padding:5px 0px; margin-bottom:10px; border-bottom:dashed 1px #d1d2d4; min-height:60px;}
.Megatrend-Small-ImgBlock{border:dashed 0px #4ac4d5; background:#cbe0fd; height:40px; width:40px; overflow: hidden; float:left; margin-right:20px;border-radius: 3px;}
.Megatrend-CapterList h6{font-size:13px; line-height:18px; font-weight:600; color:#2a343e; margin:0px; margin-bottom:5px; padding:0px;}
.Megatrend-CapterList span{font-size:11px; font-weight:700; color:#939598; margin:0px; text-transform:uppercase;}
.SidebarMenu-TabViewBelow{ }
.Sidebar-fixed {  top: 0;  z-index: 1000;  position: fixed;  width: 100%; max-width:315px;}
.Sidebar-fixed:hover{ box-shadow:80px 0px 200px #2a2638;}
.Sidebar-Block{border: solid 1px #ededed; overflow-y: auto; max-height:100%; }
 
.DarkBlock-Txt{ background:#2a343e; color:#fff; display:block; padding:5px 10px;}
.GreenBlock-Txt{ background:#96c93f; color:#fff; display:block; padding:5px 10px;}
.Megatrend-CapterContent{ position:relative; }
.Megatrend-CapterContent-Img{ margin:20px auto; display: block; max-width: 100%;height: auto;}
.Megatrend-CapterContent .BlueLeftBorder{ padding-left:15px; margin-bottom:15px;}
.Megatrend-CapterContent .GreenLeftBorder{ padding-left:15px; margin-bottom:15px;}
.Megatrend-CapterContent .RedLeftBorder{ padding-left:15px; margin-bottom:15px;}
.Megatrend-CapterContent h1{font-size:30px; line-height:32px; font-weight:800; color:#2a343e; margin:30px 0px; margin-bottom:20px;}
.Megatrend-CapterContent h2{font-size:26px; line-height:30px; font-weight:800; color:#2a343e; margin:10px 0px; margin-bottom:20px;}
.Megatrend-CapterContent h3{font-size:18px; line-height:22px; font-weight:400; color:#4ac4d5; margin:15px 0px; margin-bottom:20px;}
.Megatrend-CapterContent h4{font-size:14px; line-height:20px; font-weight:800; color:#2a343e; margin:15px 0px; text-transform:uppercase;}
/*.Megatrend-CapterContent h5{font-size:14px; line-height:20px; font-weight:600; color:#2a343e; margin:20px 0px; }*/
.Megatrend-CapterContent h5 { font-size: 16px; font-weight: 600; color: #2a343e; display: block; /*padding: 10px 10px; background: #96c93f;*/ }
.Megatrend-CapterContent hr{ clear:both!important;}
.Megatrend-CapterContent .GreenBlock-Txt{ font-size:15px; font-weight: 600; text-transform:uppercase; color:#fff; display:block; padding:10px 10px;}
.Megatrend-CapterContent .BlueGradient-Block h4{    text-transform: none;}
.MegaTrend-HRRI-SideLogo{width:150px; height:auto;}
.Megatrend-Mid-Block-ColorBrand{ margin-top: -8px;}
.Megatrend-Mid-Block-ColorBrand img{ width:100%; height:5px; }
.Megatrend-CapterContent p .sf-media-resource {background: #fff; text-align: center;  width: 100%; max-width: 636px; height: auto;  margin: 0 auto;  padding: 20px; float: none;}
.Megatrend-CapterContent ol{ padding-left:15px; margin-bottom:10px;}
.Megatrend-CapterContent ol li{ padding-left:10px; margin-bottom:10px;}
.Megatrend-CapterContent ol li::before{ color:#ef483b!important; font-size:14px; font-weight:600;}

.modal-body .UserDetail-Block{ border-bottom: none; padding:0px;}

/*--- 23 Jul 2019 (Virtual Events Symposium Pages) ---*/
.GlobalSymposium-Logo{width:100%; height:auto; max-width:200px;}
.VirtualEventsSymposium-Top-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/VirtualEventsSymposium-BG.jpg) no-repeat center center #2b4452; padding: 60px 30px; margin-bottom:0px; }
.VirtualEventsSymposium-Top-BG h1{ font-size:36px; font-weight:800; color:#fff; margin:0px; margin-bottom:20px;}
.VirtualEventsSymposium-Top-BG h3{ font-size:20px; font-weight:600; color:#fbb416; margin:0px; margin-bottom:20px;}
.VirtualEventsSymposium-Top-BG .btn{ margin:10px;}
 
/*--- 26 Aug 2019 (Header Menu Modification) ---*/
/*.NavBarLeft{width: 50%;}*/
.navbar-nav > li > a{padding-left: 13px; padding-right: 13px;}
 
/*--- 15 Aug 2019 (Successful Page) ---*/
.Successful-Top-Block{background: url(/remoteimages/website-images/2017_SiteRedesign/images/SuccessfulBG.jpg) no-repeat bottom right #fff; padding: 40px 30px; margin-bottom:30px; border-bottom:solid 5px #94c83c;}
.Successful-Top-Block h1{ margin:0px;}

.Successful-02-Top-Block{background: url(/remoteimages/website-images/2017_SiteRedesign/images/SuccessfulBG-02.jpg) no-repeat bottom right #fff; padding: 40px 30px; margin-bottom:30px; border-bottom:solid 5px #94c83c;}
.Successful-02-Top-Block h1{ margin:0px;}

/*--- 22 Aug 2019 (Popup Content) ---*/
.Popup-BlogBlock{ border:solid 1px #ededed; background:#fafafa; padding:10px; margin-top:15px; color:#2a343e;}
.Popup-BlogBlock .ProfileImg{ width:100%; height:auto; max-width: 40px; float:left; margin-right:10px; margin-top:5px; border-radius:50%;}
.Popup-BlogBlock hr{ border-top:dashed 1px #d1d2d4!important; margin-bottom:10px; margin-top:10px; margin-left:-10px; margin-right:-10px;}
.Popup-BlogBlock .RatingBlock{ float:right; margin-top:0px;}
.EventCalendar .panel-default > .panel-heading { background: #fafafa; min-height:60px;}
.EventCalendar .Today{ border: dashed 1px #fbb416;}
.EventCalendar .panel-default > .panel-heading .RoundBlock-Number{ background-color: #81878d;}
.EventCalendar .EventsCalendar-Block h5{ line-height:20px;}


/*--- 04 Sep 2019 (HR Live) ---*/
.HrLive-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrLive-BG.jpg) no-repeat left center #27374c; padding:40px 30px; margin-top:10px; }
.HrLive-Logo{ text-align:left;}
.HrLive-Logo img{ width:100%; height:auto; max-width:250px;}
.HrLive-Logo h1{ font-size:36px; font-weight:800; margin:0px; margin-bottom:10px; letter-spacing:-0.02em; color:#fff!important;}

.HrLive-BG h2{font-size:24px; line-height:32px; font-weight:600; margin:0px; margin-bottom:20px; letter-spacing:-0.02em; color:#fff;}
.HrLive-BG h6{font-size:14px; line-height:22px; font-weight:400; margin:0px; margin-top:20px; letter-spacing:0.0em; color:#fff;}
.HrLive-BG .InsideLanding-MidBlock { padding:20px 10px;}

.HrLive-Detail-BG{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/HrLive-Detail-BG.jpg) no-repeat center bottom #fff; padding:30px 30px; padding-bottom:150px; margin-top:10px; border-bottom:solid 5px #ef483b;}
.HrLive-Detail-BG h5{color:#57585a; font-size:15px; line-height:20px;}
.HrLive-User-Block{ background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Microphone.png) no-repeat -5px 15px; padding:0px 10px; padding-top:10px; padding-left:35px; color:#939598; margin-bottom:20px; border-top:dotted 1px #d1d2d4;}
.HrLive-User-Block strong{ color:#444f5b; font-size:14px;}
.HrLive-User-Block a{color:#939598;}
.HrLive-User-Block h3{ color:#2a343e; font-size:18px; line-height:24px; font-weight:600; margin:0px; margin-bottom:5px;}
.HrLive-User-Block h3 a{ color:#4ac4d5;}
.HrLive-User-Block h5{ color:#ef483b; font-size:14px; font-weight:500; margin:0px; margin-bottom:10px;}
.HrLive-User-Block .TeamMember-Img{padding:0px; padding-bottom:0px;  height: 40px; overflow: hidden; float:left; margin-right:10px; border-radius:50%;}
.HrLive-User-Block .TeamMember-Img img{width:100%; height:auto; max-width:40px;}
.HrGenius-Lesson-Content h4{ font-size:16px; font-weight:500; line-height:20px; color:#5c93ce; margin:15px 0px 10px 0px;}
.HrGenius-Lesson-Content h4 a{ color:#5c93ce;}
.HrGenius-Lesson-Content h5{ color:#2a343e;}
.VideoImg{ max-width:100%;}


/*--- 10 Sep 2019 (User Profile)-----*/
.GroupContent-SmallBlock{ font-size:12px; color:#444f5b; max-height:300px; overflow-y:auto; border-bottom: solid 0px #e8ecf7; margin-bottom:10px;}
.GroupContent-SmallBlock a{ color:#444f5b}
.GroupContent-SmallBlock h5{ font-size:13px; color:#4ac4d5; font-weight:500; margin:10px 0px 5px 0px; line-height:18px; border-left:solid 10px #4ac4d5; padding-left:15px;}
.GroupContent-SmallBlock h5{ color:#4ac4d5;}
.GroupContent-Block{ border: solid 1px #e8ecf7; border-radius: 3px; padding:15px; padding-bottom:10px; margin:15px 0px; min-height:220px;}
.GroupContent-Block h4{ font-size:16px; color:#2a343e; font-weight:600; margin:0px 0px 5px 0px; line-height:22px;}
.GroupContent-Block img{ margin-bottom:10px; padding-bottom:15px; border-bottom: solid 1px #e8ecf7;}

.SmallLightBtn{ padding:6px 8px; margin:10px 0px; margin-right:5px; margin-bottom:0px; border:solid 1px #e3e3e3; font-size:12px;}
.UserDetail-Block .dropdown-menu{margin-top:15px;}

.Data-Block-Small{ padding:10px 0px; margin-bottom:10px; border-bottom: solid 1px #ededed;}
.Data-Block-Small:hover{ border-bottom: dotted 1px #444f5b;}
.Data-Block-Small h4{ font-size:14px; color:#444f5b; font-weight:500; margin:0px 0px 15px 0px; line-height:20px; border-left:solid 10px #4ac4d5; padding-left:15px;}
.Data-Block-Small .glyphicon { font-size:15px; margin-right:10px; margin-bottom:10px;}
.Data-Block-Small .ExtraSmallBtn{ margin-bottom:0px; margin-top:-5px;}

.tab_container .GroupContent-Block{ margin-top:0px; margin-bottom:30px; border:dashed 1px #d4d4d4; border-radius:0px;  min-height:340px;}
.tab_container .GroupContent-Block img{ border-bottom:none; padding:0px; margin-bottom:15px; }
.tab_container .GroupContent-Block h4{ color:#ef483b; margin-bottom:10px;}
.tab_container .GroupContent-Block .btn{ margin-top:10px;}
.tab_container .dropdown img{ width:16px; height:16px;}


/*--- 16 Dec 2019 ---*/
.Research-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Research-BG.jpg) no-repeat right bottom #fff; padding:30px 20px; margin-top:0px; border: solid 1px #ededed;}
.Research-Logo{ width:100%; height:auto; max-width:150px; margin-bottom:20px; padding-bottom:15px; }
.Research-BG h1{ font-size:24px; font-weight:800; margin:0px; margin-bottom:10px; letter-spacing:-0.02em; color:#4ac4d5!important;}


.WhiteBlock #filter{text-align: center; font-size: 12px!important; font-weight: 500;color: #969696;margin:0;}
.WhiteBlock ul#filter li{ border:none!important; margin: 0px 3px 3px 0px; float: left; list-style:none; padding:0px!important;}
.WhiteBlock ul#filter li a{color: #444f5b; padding: 12px 15px; display: inline-block; background:#ededed;}
.WhiteBlock ul#filter li a:hover{color: #fff; background:#444f5b;}
.WhiteBlock ul#filter li:last-child{border-right: none;}
.WhiteBlock ul#filter li.current a { color: #fff; background:#94c83c;}


/*--- 10 Jan 2020 ---*/
.HomeStepSlider .setup-panel li{padding:0px; background:none; margin-right:20px;}
.HomeStepSlider .nav > li > a{ padding-left:0px; border-radius:0px; border-bottom: solid 5px #ededed;}
.HomeStepSlider .nav-pills > li.active > a, 
.HomeStepSlider .nav-pills > li.active > a:hover, 
.HomeStepSlider .nav-pills > li.active > a:focus{background-color:#fff;}
.HomeStepSlider .nav-pills > li.active > a{ border-bottom: solid 5px #ef483b;}

.HomeStepSlider .nav > li > a:hover, .nav > li > a:focus{background-color:#fff;}
.HomeStepSlider .nav > li > a:hover{ border-bottom: solid 5px #939598;}
.HomeStepSlider .list-group-item-heading{ font-size: 16px; font-weight: 600; color:#94c83c;}
.HomeStepSlider .list-group-item-text{ font-weight: 500; color:#939598;}
.HomeStepSlider .nav-pills > li.active > a .list-group-item-heading{ color:#ef483b;}
.HomeCareer-Img{width:100%; height:auto; max-width:380px;}


/*--- 30 Jan 2020 (NCHRA) ---*/
.NCHRA-Home-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/NCHRA-Home-BG.jpg) no-repeat 50% 30% #27374c; padding:60px 30px; margin-top:10px; }
.NCHRA-Home-Logo{ text-align:center; margin:120px 0px;}
.NCHRA-Home-Logo img{ width:100%; height:auto; max-width:200px;}
.NCHRA-Home-BG .BorderBlock{ border: dashed 1px #a5a5a5; box-shadow:0px 0px 40px #120a23;}
.NCHRA-Home-BG h1{font-size:22px; line-height:36px; font-weight:800; margin:20px 0px;margin-bottom:20px; letter-spacing:-0.02em; color:#fff;}
.NCHRA-Home-BG h1 span{font-size:26px; line-height:36px; letter-spacing:-0.00em;}
.NCHRA-Home-BG h2{font-size:20px; line-height:32px; font-weight:500; margin:0px; margin-bottom:40px; letter-spacing:-0.02em; color:#fff;}
.NCHRA-Home-BG h6{font-size:16px; line-height:30px; font-weight:500; margin:0px; margin-top:20px; letter-spacing:0.0em;}

.PageLink-DarkBlock li .dropdown-menu{ margin-top:15px; }
.PageLink-DarkBlock li .dropdown-menu li {margin:0px; text-align:left; font-size:13px; color:#444f5b;}
.PageLink-DarkBlock li .dropdown-menu li a{font-size:13px; padding:15px 15px; color:#444f5b;}
.PageLink-DarkBlock li .dropdown-menu li a:hover{color: #fbb416;}
 
.NCHRA-Txt-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/NCHRA-Txt-BG.jpg) no-repeat 50% 100% #fff; padding:20px 30px; padding-bottom:200px; text-align:center; border-bottom:solid 5px #ffe28f;}
.NCHRA-Inside-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/NCHRA-Inside-BG.jpg) no-repeat 50% 50% #27374c; padding:30px; margin-top:10px; }
.NCHRA-Inside-BG h1{font-size:36px; line-height:36px; font-weight:200; margin:10px 0px;letter-spacing:0.2em; color:#fff; text-transform:uppercase;}

.MiniBlock{min-height:auto!important; margin:0px; margin-bottom:10px;}
.MiniBlock img{ border-bottom:none; padding-bottom:0px; /*width:100%;*/ height:auto; max-width:80px; margin-bottom:5px;}
.MiniBlock h4{ /*color: #ef483b;*/ font-size:16px; margin:5px 0px;}
.MiniBlock h4 a{color: #2a343e}
.MiniBlock .dropdown-toggle{margin-top:0px!important;}
.MiniBlock h6 { color: #4ac4d5; font-size:13px; font-weight:500; margin:5px 0px; margin-bottom:10px;}
/* .MiniBlock .LeftBorder{border:none;} */

/*--- 06 Feb 2020 (Inspire Symposium) ---*/
.InspireSymposium-Top-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Top-BG.jpg) no-repeat 50% 50% #0a076e; padding:80px 30px; margin-top:0px; margin-bottom:0px; }
.InspireSymposium-Top-BG h1{font-size:40px; line-height:36px; font-weight:800; margin:0px;margin-bottom:20px; letter-spacing:0.0em; color:#fff;}
.InspireSymposium-Top-BG h3{font-size:20px; font-weight:600; margin:0px;margin-bottom:20px; letter-spacing:0em; color:#fff;}
.InspireSymposium-Event-BG h4{font-size:15px; line-height:24px;}
.InspireSymposium-Bottom-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Bottom-BG.jpg) no-repeat 50% 100% #fff; padding:30px; margin-bottom:30px; padding-bottom:250px; border-bottom:solid 5px #94c83c;}
.InspireSymposium-Sponsor-BG h5{ font-size:15px; line-height:24px;}
.InspireSymposium-Bottom-BG h6{font-size:14px; line-height:24px; color:#2b4452; font-weight:500; margin:0px;margin-bottom:20px; letter-spacing:0em;}
.InspireSymposium-Event-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Event.jpg) no-repeat 100% 30% #9fd5bc; padding:40px 30px; margin-top:0px; margin-bottom:30px; 
}
.InspireSymposium-Sponsor-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Sponsor.jpg) no-repeat 100% 50% #68c5cd; padding:60px 30px; margin-top:0px; margin-bottom:0px; }

.ResultBlock{ background:#fff; border: solid 1px #ededed;  padding: 20px;  max-height: 300px; overflow-y: auto; margin-bottom:20px;}


.IndexSliderBlock-New {height:330px;border:solid 0px #d9d9d9; border-radius:5px; background: linear-gradient(20deg, #512d7b, #ef483b); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(20deg, #512d7b, #ef483b); /*Safari 5.1-6*/
background: -o-linear-gradient(20deg, #512d7b, #ef483b); /*Opera 11.1-12*/
background: -moz-linear-gradient(20deg, #512d7b, #ef483b); /*Fx 3.6-15*/}
.IndexSliderBlock-New .ImageBlock{width:100%; margin-bottom:15px; height:150px; justify-content: left;}
.IndexSliderBlock-New .Date-Block{ margin:0px; margin-right:30px; background:#fff; color:#2a343e; width:auto; height:auto; text-align:right; border-right:dashed 1px #d9d9d9; line-height:22px; font-size:30px; padding-right:20px; padding-top:20px;}
.IndexSliderBlock-New .Date-Block span{color:#2a343e!important; font-size: 14px;}
.IndexSliderBlock-New h1{padding:15px 15px;margin: 0px;font-size: 16px;color: #fff;line-height: 1.3;text-align:center;font-weight:500;}
.IndexSliderBlock-New h1>span{font-size:14px;display:block;margin:10px 0px;font-weight:400;}
.IndexSliderBlock-New h1>button{margin-top: 10px;border-radius:25px;box-shadow:0px 2px 6px rgba(0,0,0,0.2);}
.NewsLabel{position:absolute; width:100px; height:30px; left:15px; top:10px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/NewsBuzz.png) no-repeat 0px 0px; z-index:1;}


.ExtraLargeRedBtn{background:#ef483b; border:dotted 1px #d7e2e5; font-size: 15px; color:#f5f5f5; font-weight:600; padding: 20px 20px;border-radius: 3px;}
.WithRightIcon li{ font-weight:500; background:#f5f5f5; text-transform:capitalize;}
.WithRightIcon .glyphicon{ margin-right:0px; margin-left:10px; font-size:12px;}
.Cat-ItemBlock img{ opacity:0.5;}
.Cat-ItemBlock-selected{border: solid 1px #aaf32e!important; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Green-Label.png) no-repeat -20px -20px;}


.PollProgress{ margin:0px; margin:20px 0px; }
.PollProgress .progress{ background-color:#f0f0f0; height:14px; margin-bottom:10px;}
.PollProgress .progress-bar {background-color: #1cb9bf; box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);font-size: 11px;  line-height: 15px;}

.WhiteBlock .ImgBorderBlock{height:320px;}

.TopMsgBlock hr{border-top:dashed 1px #d0d0d0; margin:0px;}
.TopMsgBlock .DropDown-Content{max-height: 190px;}
.CartArea-TopBlock .TopUserBlock h5{ margin-top:-20px; margin-bottom:0px;}
.CartArea-TopBlock .TopUserBlock h5 span{ font-size:14px;}
.CartArea-TopBlock{max-height: 300px!important;}
.CartArea-TopBlock .TopUserBlock{display:block;}
.CartArea-TopBlock .CartIcon-Small{width:16px; height:16px;}
.CartIcon-Block{ font-size:12px; font-weight:600; width:100px; }
.CartIcon-Block img{ float:none; margin-top:-1px; margin-right:10px; margin-left:10px;}

.Group-Poll-ContentBlock .BlogBlock{margin-bottom:30px;}

.GrayBlock-NoPadding{border: solid 1px #eee; border-bottom:solid 3px #fbb416; background:#fff; }
.Profile-SmallLink-Block{ background:#fff;margin:-1px;}
.Profile-SmallLink-Block:hover{border-bottom:1px solid #fbb416; background:#f9f9f9;}

.BlogBlock .SM-Icons li{ margin-top:0px; padding:1px;}
.BlogBlock .SM-Icons li img{ width: 20px; height: auto; border-radius:0%;}
.BlogBlock .ExtraSmallBtn{margin-right:2px;}

.Pricing-Block{ background:#fff; border: solid 1px #ededed; padding:30px; padding-bottom:10px; text-align:center; min-height:630px; margin-bottom:25px;}
.Pricing-Block h2{ font-weight:300; letter-spacing:-0.02em; margin-top:0px;}
.Pricing-Block .Large-BulletTxt{ margin-top:10px;}
.Pricing-Block .Large-BulletTxt li{ padding-bottom:10px;}

.Pricing-Block-Small{ background:#fff; border: solid 1px #ededed; padding:20px; padding-bottom:10px; text-align:center; min-height:360px; margin-bottom:25px;}
.Pricing-Block-Small h3{ font-weight:600; font-size:20px; letter-spacing:-0.02em; margin-top:0px;}
.Pricing-Block-Small p{ min-height:50px;}
.Pricing-Block-Small-Img{width:100%; height:auto; margin-top:-10px;}


/*--- 22 Apr 2020 (Professional Education)-----*/
.ProfessionalEducation-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/ProfessionalEducation-BG.jpg) no-repeat right bottom #5c93ce; background-size: contain; padding: 40px 30px 20px 30px; margin-bottom:20px;  min-height:300px; border-bottom:solid 10px #fab416;}
.ProfessionalEducation-BG h1{font-size: 32px; font-weight: 900; margin: 0px; margin-bottom:20px; letter-spacing: -0.00em; color: #fff!important; line-height:40px; }
.ProfessionalEducation-BG h5{font-size: 16px; font-weight: 600; margin: 0px; margin:20px 0px; color: #ffcf63!important; line-height:24px; border-left:solid 15px #ffcf63; padding-left:15px;}
.ProfessionalEducation-BG h5 span{font-size: 14px; font-weight: 500; color:#2a343e; }
.ProfessionalEducation-BG h3{font-size: 21px; font-weight: 700; margin: 0px; margin-bottom:20px; color:#fff; }

.AllSearchItem-Block{ /* background:#fff; */ border-bottom: solid 1px #e1e1e1; padding:0px 0px 10px 0px; display:flex; overflow-x:auto; margin:10px 0px 30px 0px;}
.SearchItem-Block{ width:260px; height:80px; background:#fff; border-radius:3px; float:left; margin-right:15px; padding:5px 0px ;  border: dotted 1px #e1e1e1; border: solid 1px #fff;}
.SearchItem-Block img{ width:70px; height:68px; background:#fff; border-right: solid 1px #eaeaea; border-radius:3px 0px 0px 3px; text-align:center; vertical-align:center; float:left; padding:15px; margin-right:10px;}
.SearchItem-Block h6{ color:#2a343e; font-size:13px; font-weight:600; margin-top: -10px; margin-right:5px; line-height:15px;}
.SearchItem-Block h6 span{color:#4ac4d5; font-size:11px; font-weight:500;  line-height:24px; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Blue.png) no-repeat 0px 1px; padding-left:15px;}

.SearchItem-Block input[type=checkbox]:not(old) + label{display:none;}
.SearchItem-Block input[type=checkbox]:not(old):checked + label{display:none;}
.SearchItem-Block.Cat-ItemBlock-selected{border:solid 1px #aaf32e!important; background: url(/remoteimages/website-images/2017_SiteRedesign/images/checked-new.png) no-repeat 99% 90% #fff;}

.DataResult-Block .TeamMember-Img{padding:0px; padding-bottom:0px;  height: 40px; overflow: hidden; float:left; margin-right:10px; border-radius:50%;}
.DataResult-Block .TeamMember-Img img { width: 100%; height: auto; max-width: 40px;}

/*--- 07 May 2020 (Professional Education Course Page)-----*/
.ProfessionalEducation-Course-BG {/*  background: url(/remoteimages/website-images/2017_SiteRedesign/images/ProfessionalEducation-Course-BG.jpg) no-repeat right bottom #0a4288; background-size: contain; */ padding: 40px 30px 50px 30px; margin-bottom:0px; /* min-height:350px;  */border-bottom:solid 10px #fab416; margin-bottom:-50px; background:#0a4288; background: linear-gradient(to bottom, #0a4288 0%, #05397b 100%);}
.ProfessionalEducation-Course-BG h1{font-size: 28px; font-weight: 800; margin: 0px; margin-top:5px; margin-bottom:20px; letter-spacing: -0.0em; color: #fbb416!important; line-height:40px; }
.ProfessionalEducation-Course-BG h2{font-size: 18px; font-weight: 800; margin: 0px; margin-top:5px; margin-bottom:10px; letter-spacing: 0.02em; color: #94c83c!important; line-height:24px; }
.ProfessionalEducation-Course-BG p{color:#fff; margin-bottom:20px; }
.ProfessionalEducation-Course-BG-Genie{ position:relative; width:100%; min-height:220px;}
.ProfessionalEducation-Course-BG-Genie img{ position:absolute; /*bottom:-30px;*/ top:0px; right:0px; width:100%; height:auto; max-width:180px;}

.ProfessionalEducation-Course-Bottom-BG{ background:#fff; margin:0 30px; margin-bottom:40px; padding:10px 20px 20px 20px; border-radius:5px; /* top: -50px; position:relative;  */box-shadow: 0 6px 22px 0 #999;}
.ProfessionalEducation-Course-Bottom-BG p{font-size:12px!important; color: #939598!important; line-height:18px; margin-top:10px;}
.ProfessionalEducation-Course-Bottom-BG .Cost{ font-size: 18px; font-weight: 600; color:#2a343e; margin-bottom:10px;}
.ProfessionalEducation-Course-Bottom-BG .RatingBlock{margin-top:15px;}
.ProfessionalEducation-Course-Bottom-BG .RatingBlock p{margin-top:0px;}
.accordion-item .Page-Header h5{ margin:3px 0px; font-weight:700; color: #444f5b;}

.TeamMember-Block.ProfessionalEducation{width:100%; margin:0px; margin:0px 0px; margin-bottom:20px; padding:20px; text-align:left; border:dashed 1px #bbb; min-height:auto;}
.TeamMember-Block.ProfessionalEducation h3{ margin:0px; font-weight:800; margin-bottom:5px;}
.TeamMember-Block.ProfessionalEducation .TeamMember-Img{padding:0px; margin-top:10px;}
.TeamMember-Block.ProfessionalEducation .TeamMember-Info{padding:10px 0px;}
.TeamMember-Block.ProfessionalEducation .TeamMember-Info h5{min-height:auto; margin-bottom:10px;}
.TeamMember-Block.ProfessionalEducation p{height:175px; overflow-y:auto;}
.WebCast-Small-Block.ProfessionalEducation{min-height:120px; margin-bottom:20px; color: #444f5b; border-bottom:none; border-top:dashed 5px #f5f5f5;}
.WebCast-Small-Block.ProfessionalEducation:hover { border-bottom:none; box-shadow: 0px 15px 15px 0 #c7c7c7; }
.WebCast-Small-Block.ProfessionalEducation p{ min-height:40px; color:#ed473b; line-height:20px;}
.WebCast-Small-Block.ProfessionalEducation .video-container{min-height:200px; margin-bottom:15px; margin-top:5px; background:#eaeaeb;}
.BlueGradient-Block .SubHeader{ margin:0px; margin-bottom:20px; font-size:16px; font-weight:600; color:#fbb416;}

.ProfessionalEducation-Course-CreditBadges{background:#fff; padding:15px 30px;}
.ProfessionalEducation-Course-CreditBadges .CreditBadges{margin:0px;}
.ProfessionalEducation-Course-CreditBadges .CreditBadges li{display:block; margin:10px 0px; min-width:200px; border-bottom:dotted 0px #4ac4d5;}
.ProfessionalEducation-Course-CreditBadges .CreditBadges li span{color:#4ac4d5; font-size:16px; font-weight:600; float:right;}

.Price-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Price-BG.png) no-repeat 0% 0%; min-height:70px; text-align:left; padding:12px 0px 0px 25px; font-size:22px; color:#fff; letter-spacing:0.025em; font-weight:600; line-height:14px;}
.Price-BG span{font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:0.25em; }


.Profile-SmallLink-Block .btn{ margin:0px; padding:12px 10px; min-height:55px;}
.Profile-SmallLink-Block .btn .glyphicon{ font-size:25px;}
.Profile-SmallLink-Block .btn .caret{ margin-top: -15px; border-top: 6px solid; border-right: 4px solid transparent; border-left: 4px solid transparent;}

.SelectBoxSmall{font-size:12px; color: #939598; font-weight:400; }
.SelectBoxSmall select{ height: 23px!important; font-weight:500; border: solid 1px #939598!important; font-size:11px; color: #939598!important; border-radius: 2px; padding:3px 5px!important; margin-right:10px;}


.Large-BulletTxt li ul li{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Bullet-Blue.png) no-repeat 0px 12px; color:#939598;}

.Certificate-Completion-Block{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Certificate-Completion-BG.jpg) no-repeat 0px 0px; background-size:cover; text-align:center; padding:50px 0px 0px 0px;}
.Certificate-Completion-Bottom{ width:100%; height:auto;}
.Certificate-Completion-Block .setup-content{ padding:30px;}
.Certificate-Completion-Block select{ text-align:center;}

/*--- 16 Jul 2020 (Prime Renew Page)-----*/
.Prime-Pricing-Block-Small-Img {max-height: 140px;}
.Pricing-Block-Small .Prime-Pricing-Block-Small-Img {max-height:180px; width:auto; margin:10px auto;}

.WhiteBlock .Membership-List{ padding:0px; font-weight:500; font-size:13px;}
.WhiteBlock .Membership-List a{display:block;cursor:pointer;}
.WhiteBlock .Membership-List a li{color:#2a343e; padding:8px 0px; border-bottom:dotted 1px #d2d2d2;}
.WhiteBlock .Membership-List a li:hover{ background:#fff;border-bottom:solid 1px #ef483b; color:#ef483b;}
.WhiteBlock .GroupContent-Block .dropdown-toggle{  margin:0px;margin-top:10px;}
.WhiteBlock .dropdown img {width: 24px; height: auto; border:none; margin:0px; padding:5px 3px;}
.WhiteBlock .GroupContent-Block h6 {color: #4ac4d5;}
.WhiteBlock .GroupContent-Block{min-height:340px;}


/*---- 26 Aug 2020(Briefcase Part)----*/
.VE-Briefcase-Area{position:absolute; display:block; width:75px; height:30px; top:10px; right:110px; text-align:left; }
.Briefcase-Data-Block{margin:0px; margin-bottom:10px; padding:10px 0px; border-bottom:dashed 2px #eaeaea;}
.Briefcase-Data-Block h5{ margin:0px; margin-bottom:5px; color:#ef483b; font-size:14px; font-weight:700;}
.Briefcase-Data-Block p{ color:#444f5b; font-size:12px!important;}
.Briefcase-Data-Block p span{color:#939598; font-weight:500;}
.Briefcase-Img-Block{ width:48px; height:48px; background:#4ac4d5; text-align:center; float:left; margin-right:10px; margin-bottom:10px; padding:10px; }
.Briefcase-Download{width:40px; height:40px; text-align:right; float:right; margin:0px; margin-left:20px; padding:5px;}
.Briefcase-Download .glyphicon{ font-size:30px; color:#94c83c;}

.accordion-item .Page-Header h5{ margin:3px 0px; font-weight:700; color: #444f5b;}
.accordion-Content-Block .Large-BulletTxt li{ list-style: none; background: url(/remoteimages/website-images/2017_SiteRedesign/images/Icon-Notification-Small.png) no-repeat 0px 9px; margin: 0px; padding: 5px 0px;
 padding-left: 30px; font-size: 13px;}
.accordion-Content-Block.BorderBlock{max-height: 170px!important;}
.DateBlock{background-color: #d2f0f4; padding: 3px 10px; border-radius: 12px; margin: 0px; margin-right:10px; display: flex; margin-top:-3px; color: #444f5b; font-size:11px; font-weight:500;}
.owner_block{display: inline-block;padding: 3px 12px;background: #e7f9ca;color: #333;border-radius: 20px;font-size: 11px;line-height: 1.2;margin-bottom: 5px;}
.HalfArea li{width:49%; display: inline-block;}
.PublicEvents-Block h3{font-size: 16px; font-weight: 700; color: #fbb416; margin: 10px 0px;}
.PostImg img{width:100%; height:auto;}

/*--- 02 Dec 2020 (NewsRoom) ---*/
.NewsRoom-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/NewsRoom-BG.jpg) no-repeat right bottom #fff; background-size:contain; padding: 40px 30px 40px 30px; margin:30px 0px; text-align:left; border-bottom:solid 10px #ef483b; border-top:solid 10px #fff; box-shadow:0px 10px 10px #999;}
.NewsRoom-BG h1{font-size: 30px; font-weight: 900; margin: 0px; margin-bottom:20px; letter-spacing:0.05em; text-transform:uppercase; color: #444f5b!important; }
.NewsRoom-BG h2{font-size: 24px; font-weight: 800; margin: 10px 0px; line-height:30px; color: #fff; text-transform:uppercase;}
.NewsRoom-BG h2 span{background:#fbb416; padding:10px 15px;}

.SidePanelMenu a.list-group-item-success.Display-None { display: none; }

.gradient-background {background: linear-gradient(62deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); animation: gradient 15s ease infinite; background-size: 400% 400%;}
@-webkit-keyframes gradient{
  0%	{ background-position: 0 50%; }
  50%	{ background-position: 100% 50%; }
  100%	{ background-position: 0% 50%; }
}
@keyframes gradient{
  0%	{ background-position: 0 50%; }
  50%	{ background-position: 100% 50%; }
  100%	{ background-position: 0% 50%; }
}

.gradient-background select {background:#fff; margin-right:15px;}
.gradient-background .ExtraSmallBtn {color:#fff;}
.gradient-background .fas{color:#fff; margin-right:5px;}
.gradient-background  label{color:#fff;}

.Red-Bootom-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Red-BG.png) no-repeat 30% 100% #fff; border:solid 1px #fcdad8; }
.Blue-Bootom-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Blue-BG.png) no-repeat 30% 100% #fff; border:solid 1px #c8f2f9; }
.Green-Bootom-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Green-BG.png) no-repeat 30% 100% #fff; border:solid 1px #e4f1ce; }
.Orange-Bootom-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/Orange-BG.png) no-repeat 30% 100% #fff; border:solid 1px #fee8b9; }

.ColoredMenu{ text-align:left; background:#fff; left:-25px; top:52px; box-shadow:0px 10px 25px #939598;}
.ColoredMenu .dropdown-submenu a{font-weight:500;}
.ColoredMenu .Disabled-Link a{ color:#d1d2d4; font-weight:400;}
.ColoredMenu .Disabled-Link a:hover{ color:#d1d2d4; }
.ColoredMenu .dropdown-submenu.Display-None {display: none;}

.Custom-PageNotificationBlock{position:fixed; right:0px; bottom:20px; width:100%; max-width:360px; height:auto; margin:50px 30px; background:#fff; padding:20px; box-shadow:0px 5px 5px #444f5b;  opacity:0.95; background:  linear-gradient(20deg, #94c83c, #5c93ce); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(20deg, #94c83c, #5c93ce); /*Safari 5.1-6*/
background: -o-linear-gradient(20deg, #94c83c, #5c93ce); /*Opera 11.1-12*/
background: -moz-linear-gradient(20deg, #94c83c, #5c93ce); /*Fx 3.6-15*/
animation: PageNotificationBlock ease 2s;
animation-iteration-count: 1; 
/* animation-direction: alternate; */
}
@keyframes PageNotificationBlock {
  0%   	{opacity:0.05; box-shadow:0px 0px 0px #444f5b; right: -360px;}
  40%  	{opacity:0.95; box-shadow:0px 0px 0px #444f5b; right: 50px;}
  100%  {opacity:0.95; box-shadow:0px 5px 5px #444f5b; right: 0px;}
}

#DetailProfile .FliterSearch{ background-position: 0px 12px; padding:0px;padding-right:80px; padding-left:30px;}
#DetailProfile .Serach-Buttons{right:15px;}
.Custom-PageNotificationBlock-Content{opacity:1;}
.Custom-PageNotificationBlock-Content h4{margin:0px; margin-bottom:15px; font-size:16px; line-height:20px; color:#231f20;}
.Custom-PageNotificationBlock-Content p{color:#fff!important; font-size:12px!important; line-height:18px;}
.Custom-PageNotificationBlock-Content p a{color:#fff!important;}
.Custom-PageNotificationBlock-Content .btn{border:none; margin-bottom:0px;}
.Custom-PageNotificationBlock-Content .glyphicon{ font-size:22px; top:5px; text-shadow:0px 5px 5px #444f5b;}

.HomeLogo-Block{ padding:15px; text-align:center; display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; width:100%; height:180px; border:dotted 1px #525c67; margin-bottom:20px; transition: 0.3s;}
.HomeLogo-Block img{ height:100%; width:auto; max-height:65px; margin:30px auto; margin-bottom:0px;}
.HomeLogo-Block h5{font-size:13px; line-height:20px; color:#dfdad8!important; font-weight:500;}
.HomeLogo-Block:hover{border:solid 1px #2a343e; background:#2a343e;  box-shadow:0px 3px 6px #1c2125;}

.Subscribe-Block{width:100%; min-height:240px; background-color:#d0e3ea; background-repeat:repeat-x; background-image:url("/remoteimages/website-images/2021_siteRedesign/images/b7z29.png"); 
  animation: movement 30s linear infinite; 
}
@keyframes movement{
  0% { background-position:0% 0%; }
  100%{ background-position:100% 0%; }
}

.GroupBlock{background: #fff; background-image: linear-gradient(45deg,#2a343e,#444f5b); border: solid 1px #e8ecf7; border-radius: 3px; padding: 20px; color: #d1d2d4; font-size: 11px; margin-bottom: 20px; min-height: 200px;}
.GroupBlock h4{font-size: 16px; font-weight: 600; color: #444f5b; margin: 10px 0px;}
.GroupBlock .btn{margin:0px; height:30px; border-radius:15px; padding:6px 10px; font-size:11px; border: solid 2px #939598;}

.News-Block{margin:0px 0px 10px 0px; padding:0px; position:relative;}
.News-Block h3{position:relative; font-size:18px; text-transform:uppercase; color: #2a343e; font-weight:900; margin:0px; padding:5px; padding-left:30px; margin-bottom:15px;}
.News-Block h3::before { position: absolute; left: 2px; top: 2px; font-size:22px; color:#fbb517; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0eb";}
.News-Block h4{position:relative;font-size:16px; text-transform:uppercase; color: #2a343e; font-weight:900; margin:0px 0px 10px 0px; padding:5px 0px 5px 15px;}
.News-Block h4:before{width:8px;height:90%;background:#4ac4d5;border-radius:10px;position:absolute;left:0px;top:5%;content:"";}
.News-Block-List{ margin:0px 0px; font-size:11px; font-weight:400; color:#939598;width:100%;}
.News-Block-List>li{display:flex;position:relative; list-style:none; margin-bottom:10px; min-height:80px; background:#fff; padding:10px; padding-left:20px; border: solid 1px #e8ecf7; border-radius: 3px;transition:all .3s ease;}
.News-Block-List>li:hover{border: solid 1px #a1edf8; box-shadow: 0px 2px 6px #d3d3d3; transition:all .3s ease;}
.News-Block-List>li::before{ width: 20px; height: 20px; border: 9px double #a1edf8; border-radius: 50%; background: #4ac4d5; position: absolute; left: -10px; top: 50%; margin-top:-10px; content: "";}
.News-Block-List>li>a{color:#939598;text-decoration:none;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;}
.News-Block-List>li>a>h6{font-size:13px; line-height:17px; font-weight:600; color:#444f5b; margin:0px; margin-bottom:4px; padding:0px; position: relative;display:flex;align-items:center;justify-content:flex-start;}
/*.News-Block-List>li>a>span{display:block;font-size:11px; font-weight:500; color:#4ac4d5;}
.News-Block-List>li>a>span>small{display:inline-block;font-size:11px;color:#0171ca;text-decoration:none;}*/
.News-Block-List>li>a>span{display:block;font-size:11px; font-weight:500; color:#2A5A8D;}
.News-Block-List>li>a>span>small{display:inline-block;font-size:11px;color:#E51069;text-decoration:none;}
.nb_scroll{width:100%;display:flex;position: relative;}
.News-Block-Box{margin:5px auto; position:relative; display: flex; overflow-x: auto;}
.News-Block-Box li{list-style:none; min-width:242px; height:160px; float:left; margin:0px 0px; margin-bottom:10px; margin-right:12px; padding:15px; line-height:1.50rem; border: 1px solid #e6ecef; background: #fff; border-radius:6px; transition: all 0.5s ease; position:relative;}
.News-Block-Box li:hover{border: 1px solid #cbd1e0;}
.News-Block-Box li h6{font-size:1.25rem; line-height:1.75rem; font-weight:600; margin:0px; margin-bottom:10px; }
.News-Block-Box li span{font-size:1.15rem;  font-weight:400; margin:0px; }
.News-Block-Box-Bottom{ position:absolute; width:90%; height:25px; bottom:10px; left:15px; display:block; }
.News-Block-Box li .fas{font-size:1.85rem; margin-right:5px;}

.BlogBlock-Bottom{margin:0px; margin-top:15px; font-size:12px; font-weight:500; color:#939598;}
.BlogBlock-Bottom a{color: #d1d2d4;}
.BlogBlock-Bottom li{list-style:none; padding:5px 15px; padding-left:0px; display:inline-block;  border-radius: 3px;}
.BlogBlock-Bottom li a:hover{color:#2a343e;}
.BlogBlock-Bottom .glyphicon{margin-right:5px; font-size:14px; top:2px;}

.Poll-Block-FullBox{margin:5px auto; position:relative; display: block; overflow-x: auto;}
.Poll-Block-FullBox li{list-style:none; background:none; background: #f5f5f5!important; width:100%; height:auto; float:none; margin:0px 0px; margin-bottom:10px!important; padding:15px!important; padding-left:75px!important; line-height:1.50rem; border-radius:6px; transition: all 0.5s ease; position:relative;}
.Poll-Block-FullBox li:hover{background:#eaeaeb!important;}
.Poll-Block-FullBox li h6{font-size:1.50rem; line-height:1.75rem; font-weight:600; margin:0px; margin-bottom:10px; color:#454f5b; }
.Poll-Block-FullBox li span{font-size:1.15rem;  font-weight:400; margin:0px; }
.Poll-Block-FullBox .Poll-Block-Box-Bottom{ position:relative; display:block; margin-top:10px; width: 100%; height: unset; bottom: unset; left: 0px; margin-bottom:15px;}
.Poll-Block-FullBox li .fas{font-size:1.50rem;}
.Poll-Block-FullBox li .Poll-Block-Box-Bottom .fas{font-size:1.65rem; margin-right:5px;}
.Poll-Block-FullBox li .Poll-Block-Box-Bottom span{font-size:1.25rem;  font-weight:500; margin:0px; }
.Poll-Block-FullBox .BlogBlock-Rank{position:absolute; width:40px; height:40px; top:15px; left:15px; display:block; text-align:center!important; padding: 5px; border-radius:5px; background:#4bc4d5; }
.Poll-Block-FullBox .BlogBlock-Rank .fas{font-size:1.25rem; margin:2px 5px; padding:0px;}
.Poll-Block-FullBox .MyComment-Block{width:auto; margin-bottom:0px;}
.Poll-Block-FullBox .SemiRoundBtn{ padding:5px 10px; margin-left:0px; background:#f5f5f5; border: 1px solid #d0d0d0; margin-bottom:0px;}
.Poll-Block-FullBox .SemiRoundBtn .fas{font-size:1.25rem; margin-right:5px;}

.PollMoreBlock { background: #fff; border: solid 1px #e8ecf7; border-radius: 5px; padding: 15px; margin-top:20px; color: #d1d2d4; max-height:350px; overflow-y:auto;}
.PollMoreBlock h5{font-size:1.50rem; line-height:1.75rem; font-weight:600; margin:0px; margin-bottom:10px; color:#454f5b;}
.PollMoreBlock p{margin-bottom:20px;}
.PollCommentsBlock .OthersComment-Block { background: #fff; border: solid 1px #e8ecf7; border-radius: 5px; padding: 15px; margin-top:20px; color: #d1d2d4; max-height:350px; overflow-y:auto;}
.Poll-Block-FullBox .PollProgress .fas{font-size:1.75rem; margin-right:10px; }
.PollCommentsBlock h5{font-size:1.50rem; line-height:2rem; font-weight:600; margin:0px; margin:15px 0px; color:#94c93d; }
.PollCommentsBlock li{padding:0px!important; background:none}
.PollCommentsBlock li:hover{background:none!important;}
.PollCommentsBlock li h6{font-size:1.20rem; }

.TopSearchDiv .FliterSearch{ background-position: 0px 12px; padding:0px;padding-right:80px; padding-left:30px;}
.TopSearchDiv .Serach-Buttons{right:15px;}

.PostImg{width: 100%; height: 200px; overflow: hidden; text-align: center; vertical-align: middle; padding: 0px; display:flex; justify-content: center; align-items: center; background:url('/remoteimages/website-images/2017_SiteRedesign/images/Dots-White.png') 0% 0% repeat #fff; margin: 15px 0px; transition: 0.3s;}
.PostImg img{width: auto; max-width:100%; height: auto;}
.PostImg:hover{box-shadow: 0px 5px 10px #939598;}

.MB-UserBlock{background: #f5f5f5; min-height: 80px; margin-bottom: 2px; border-radius: 5px; top: 50%; padding:0px 15px; position: relative; color: #333; }
.MB-UserBlock a{color: #333;}
.MB-UserBlock a:hover{color: #fff;}
.MB-UserBlock .Profile-Pic { width:60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px;
    margin-left: 0px;
    float: left;
}
.MB-UserBlock .Profile-Pic img{width:100%; height:auto;}
.MB-UserBlock h6 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 1.5;
    color: #000;
}
.MB-UserBlock .MB-Action {
    position: absolute;
    top: 25px;
    right: 15px;
}
.MB-Action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.MB-Action > button:last-child {
    margin-right: 0px;
}
.MB-Action > select, .MB-Action > button {
    margin-bottom: 0px;
}

.MB-UserBlock:hover{ box-shadow:0px 0px 20px #cacaca; text-decoration:none!important; color: #2A343E; z-index:1; background:#fff;}
.MB-UserBlock h6{font-size:14px; font-weight: 600;  padding-top:20px;line-height: 1.5; color:#000;}
.MB-UserBlock h6:hover{}
.MB-UserBlock h6 span{font-size:12px; font-weight: 400;}
.MB-UserBlock h6 small{font-size: 85%; color:#000;}
.clearfixRecommend{width: 100%;display: flex!important;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.UserSmall-Block{background: #f5f5f5; border: solid 1px #e3e6f0; min-height:290px; width:32%; margin-bottom: 0px; border-radius: 5px; top: 50%; padding:10px; margin:10px 0px; position: relative; color: #333; text-align:center; float:left; transition: 0.3s;}
#exTab3 .UserSmall-Block{min-height:290px;}
.UserSmall-Block:hover{ box-shadow: 0px 3px 6px rgba(0,0,0,0.1);}
.UserSmall-Block a, .UserSmall-Block a:hover{color: #333;text-decoratoin:none;}
.UserSmall-Block .Profile-Pic { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; margin: 10px auto; background: #fff;}
.UserSmall-Block .Profile-Pic img{width:100%; height:auto;}
.UserSmall-Block h6 { font-size: 14px; font-weight: 600; margin:10px 0px 10px 0px; line-height: 1.5; color: #000;}
.UserSmall-Block h6 span{ font-size: 12px;font-weight: 500;}
.UserSmall-Block h6 small{font-size: 85%;}
.UserSmall-Block .SemiRoundBtn { padding:5px 30px; margin:5px; margin-left:0px; border-radius:20px; font-size:12px; font-weight:500; /*background: linear-gradient(45deg, #5c93ce, #4ac4d5);*/  color:#fff; border:none;}
.UserSmall-Block .SemiRoundBtn:hover{ background: linear-gradient(45deg, #444f5b, #2a343e);}
.UserSmall-Block .DeleteBtn{ position:absolute; top:10px; right:10px; padding:5px; margin:0px; width:30px; height:30px; text-align:center; border-radius:50%;}
.UserSmall-Block .DeleteBtn .glyphicon{margin:0px; top: 2px;}
@media screen and (max-width:992px){
	.UserSmall-Block{min-height:unset; width:100%; margin:5px auto; }
 }

.GroupCard-Header{ background:#e8ecf7; position:relative; transition: 0.3s;}
.WhiteBlock .GroupCard-Header{padding-left:0px; margin-bottom:3px; border-radius: 5px; border-left:solid 0px #fbb416; background:linear-gradient(45deg, #fff, #f5f5f5);transition: all .3s ease;overflow:hidden;box-shadow:-1px 1px 0px rgba(0,0,0,.05);}
.WhiteBlock .GroupCard-Header:hover{padding-left:15px; border-left:solid 10px #fbb416; border-radius:5px;transition: all .3s ease;overflow:hidden;}
.WhiteBlock .GroupCard-Name .btn{right:10px; border:unset; box-shadow: none; padding:5px 10px;}
.GroupCard-Logo{ width:130px; float:left; height: 95px; overflow: hidden; text-align: center; vertical-align: middle; padding: 0px; display:flex; justify-content: center; align-items: center; }
.GroupCard-Logo img{width:100%; height:auto; max-width:90px;}
.GroupCard-Name{ padding:20px;}
.GroupCard-Name h4{ /*color: #ef483b;*/ font-size:16px; margin:5px 0px; font-weight:600;}
.GroupCard-Name h4 a{color: #2a343e}
.GroupCard-Name h6 { color: #939598; font-size:13px; font-weight:500; margin:15px 0px; margin-bottom:0px; }
.GroupCard-Name .btn{position:absolute; top:25px; right:25px; border:none; box-shadow: 0px 3px 6px #939598;}
.GroupCard-Info{width:100%; padding-left:110px; padding-right:110px; padding-bottom:10px; background:#fff; border-left:solid 5px #e8ecf7; border-right:solid 5px #e8ecf7; border-top:dashed 2px #e8ecf7;}
@media screen and (max-width:992px){
	.GroupCard-Info {padding:0px 0px;}
	.nb_scroll{overflow-x:auto;overflow-y:hidden;}
	.News-Block-List>li:first-child::before{display:none;}
}
.GroupCard-Info .BlogBlock h6{margin:15px 0px; margin-bottom:5px; }
.GroupCard-Info .BlogBlock h6 span { color: #444f5b; font-size:12px; font-weight:500; background:#e8ecf7; padding:6px 15px; border-radius:14px; transition: 0.3s;}
.GroupCard-Info .BlogBlock h6 span a{color: #444f5b;}
.GroupCard-Info .BlogBlock h6 span:hover{background: #f5f5f5; color: #2a343e!important;}
.GroupCard-Info .BlogBlock{border:none; border-radius:0px; margin-bottom:0px; padding-bottom:10px; }
.GroupCard-Info .BlogBlock h4{min-height:unset;}
.GroupCard-Info .BorderBlock{padding:10px 20px;}
.GroupCard-Info .PostImg{width: 100%; height: 100%; min-height:100px; overflow: hidden; text-align: center; vertical-align: middle; padding: 0px; display:flex; justify-content: center; align-items: center; background:#fff; margin: 15px 0px; transition: 0.3s;}
#exTab3 .GroupCard-Info .BlogBlock:hover{box-shadow: none;}
.GroupCard-Info .BlogBlock .video-container{margin-top:20px;}
.GroupCard-Info .BlogBlock .ExtraSmallBtn{padding:4px 10px; border: solid 1px #e5e5e5; border-radius:3px; height:25px;}
.GroupCard-Info .BlogBlock .ExtraSmallBtn:hover{background:#2a343e;}
.GroupCard-Info .BlogBlock .dropdown{top:-3px; margin:0px;}
.GroupCard-Info .BlogBlock .dropdown-menu > li > a{font-weight:500;}
.dropdown-menu .fab, .dropdown-menu .fas{margin-right:10px; font-size:14px; color: #444f5b;}
.dropdown-menu .fab{font-size:14px;}
.AD-Block{background:none; margin:20px 0px; text-align:center;}
.AD-Block img{margin:10px 15px; text-align:center;}

.GroupCard-Info .Article h4{padding:50px 25px; background:#ff5252; color:#fff; text-align:center; font-size:2.00rem;
background-color: #ff5252; opacity: 1;
background-image:  linear-gradient(30deg, #f93434 12%, transparent 12.5%, transparent 87%, #f93434 87.5%, #f93434), linear-gradient(150deg, #f93434 12%, transparent 12.5%, transparent 87%, #f93434 87.5%, #f93434), linear-gradient(30deg, #f93434 12%, transparent 12.5%, transparent 87%, #f93434 87.5%, #f93434), linear-gradient(150deg, #f93434 12%, transparent 12.5%, transparent 87%, #f93434 87.5%, #f93434), linear-gradient(60deg, #f9343477 25%, transparent 25.5%, transparent 75%, #f9343477 75%, #f9343477), linear-gradient(60deg, #f9343477 25%, transparent 25.5%, transparent 75%, #f9343477 75%, #f9343477);
background-size: 42px 74px; background-position: 0 0, 0 0, 21px 37px, 21px 37px, 0 0, 21px 37px; }

.GroupCard-Info .Product h4{padding:50px 25px; background:#f0483b; color:#fff; text-align:center; font-size:2.00rem;  
background-color: #006ea5; opacity: 1; background-image: radial-gradient(circle at center center, #82d5ff, #006ea5), repeating-radial-gradient(circle at center center, #82d5ff, #82d5ff, 21px, transparent 42px, transparent 21px); background-blend-mode: multiply;}

.GroupCard-Info .Webcast h4{padding:50px 25px; background:#93a000; color:#fff; text-align:center; font-size:2.00rem;
background-color: #93a000; opacity: 1; background-image: radial-gradient(#687100 1px, #93a000 1px); background-size: 10px 10px;}
.GroupCard-Info .Webcast h4 span{display: block; font-size:1.25rem; font-weight:500; letter-spacing:0.075em; margin-top:20px; background:#687100; border-radius:20px; padding:5px;}

.GroupCard-Info .Virtual h4{padding:50px 25px; background:#93a000; color:#fff; text-align:center; font-size:2.00rem;
background-color: #00798b; opacity: 1; background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #00798b 21px ), repeating-linear-gradient( #0b8b8f55, #0b8b8f );
}
.GroupCard-Info .Virtual h4 span{display: block; font-size:1.25rem; font-weight:500; letter-spacing:0.075em; margin-top:20px; background:#21616b; border-radius:20px; padding:5px;}

.GroupCard-Info .PressRelease h4{padding:50px 25px; background:#fbb517; color:#fff; text-align:center; font-size:2.00rem;
background-color: #f0ac0e; opacity: 1;
background-image:  linear-gradient(135deg, #e5a206 25%, transparent 25%), linear-gradient(225deg, #e5a206 25%, transparent 25%), linear-gradient(45deg, #e5a206 25%, transparent 25%), linear-gradient(315deg, #e5a206 25%, #f0ac0e 25%);
background-position:  21px 0, 21px 0, 0 0, 0 0; background-size: 42px 42px; background-repeat: repeat;}

.GroupCard-Info .WallPost h4{padding:50px 25px; background:#454f5b; color:#fff; text-align:center; font-size:2.00rem; 
background-color: #454f5b;
opacity: 1;
background-image:  radial-gradient(#82d5ff 1.05px, transparent 1.05px), radial-gradient(#82d5ff 1.05px, #454f5b 1.05px);
background-size: 42px 42px;
background-position: 0 0,21px 21px;}

#exTab3 .BlogBlock .BlogBlock-Pin{ right:20px;}

.PageHeader-Block{padding:10px 20px; padding-top:20px; border-bottom: solid 2px #e8ecf7; background:#fff; }
.PageHeader-Block .Link-List{ padding:0px; font-weight:500; font-size:13px; margin-top:10px; }
.PageHeader-Block .Link-List li{display:inline-block; margin-right:5px; margin-bottom:10px; background:none;}
.PageHeader-Block .Link-List a li{color:#444f5b; padding:7px 10px; background:#e8ecf7; border-radius:4px; }
.PageHeader-Block .Link-List a li.Active{  background:#fbb416; color:#fff;}
.PageHeader-Block .Link-List a li:hover{ background:#fbb416; color:#fff;}
.PageHeader-Block .FliterBlock{margin-bottom:10px; background:none;}
.PageHeader-Block .FliterSearch{ border: solid 2px #fbb416; font-size: 15px; height:40px; border-radius:22px; padding:0px; padding-right:90px; padding-left:45px; background-position:15px 10px;}
.PageHeader-Block .Serach-Buttons{right:5px; top: 5px;}
.PageHeader-Block .Serach-Buttons .btn{padding:12px 20px; border-radius:0px 22px 22px 0px;}
@media screen and (max-width:768px){
.PageHeader-Block .Serach-Buttons .btn{border-radius:22px;}
}
.RightBlock{text-align:right;}
.RightBlock .btn{margin-right:0px; margin-left:10px;}
.GroupList-Container{margin-bottom:20px;}
.GroupList-Container .GroupCard-Header{ margin-bottom:5px; border-radius: 5px; background:#fff;}
.GroupList-Container .GroupCard-Header:hover{ padding-left:10px;  border-left:solid 10px #fbb416; border-radius:0px 5px 5px 0px;}
.GroupList-Container .GroupCard-Header .GroupCard-Logo{ border-right:solid 3px #f5f5f5; margin-right:20px;}
.GroupList-Container .GroupCard-Header .GroupCard-Name{ padding-left:20px;}
.GroupList-Container .GroupCard-Name .btn{right:10px; border:unset; box-shadow: none;}

.GroupHeader{ background:#fff; border: solid 1px #e8ecf7; border-radius: 5px; padding: 15px; padding-bottom:5px; color: #57585a; font-size: 13px; margin-bottom: 20px; text-align:left; position:relative;}
.GroupHeader-Logo{width: 100px; height: 100px; text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; margin-bottom: 0px; margin-top:-15px; margin-left:-10px; float:left; margin-right:20px;}
.GroupHeader-Logo img{width:100%; height:auto; max-width:80px;}
.GroupHeader hr{margin-left:-15px; margin-right:-15px; border-top: 1px solid #e8ecf7; }
.GroupHeader h1{ font-size:24px; font-weight:700; color:#444f5b; line-height:30px; margin:10px 0px;}
.GroupHeader h1 a{ color:#444f5b;}
.GroupHeader h4{ font-size:13px; font-weight:500; color:#939598; line-height:22px; margin:0px;}
.GroupNotification-Block{position:absolute; max-width:120px; right:20px; top:20px; line-height:15px; border-left:1px solid #e8ecf7; padding-left:15px; }
.GroupNotification-Block .switch{margin-top:10px;}
.GroupNotification-Block .fas{font-size:24px; margin-right:15px; margin-bottom:0px; display:inline; float:left;}

.GroupHeader .Link-List{ padding:0px; font-weight:500; font-size:14px; margin-top:10px; }
.GroupHeader .Link-List li{display:inline-block; margin:0px; margin-right:5px; transition: 0.3s;}
.GroupHeader .Link-List a li{  background:#f5f5f5; color:#57585a; padding:15px 20px; border-radius:4px;  min-width:50px;}
.GroupHeader .Link-List a li.Active{  background:#444f5b; color:#fff;}
.GroupHeader .Link-List a li:hover{ background:#fbb416; color:#fff;}
.GroupHeader .Link-List a li.AddContent-Btn {  background:#4ac4d5; color:#fff;}
.GroupHeader .Link-List a li.joinCommunity {  background:#939598; color:#fff; }
.GroupHeader .Link-List .fas{  font-size:18px; padding: 0px 2px;}

.Post-Container .GroupCard-Info {padding:0px; border:none; border-bottom:dashed 2px #e8ecf7;}
.GroupCard-Info .BlogBlock { transition: 0.3s; min-height: unset; position:relative;}
.GroupPage-Accordion .panel{ border:none;background:none;}
.GroupPage-Accordion .panel-default > .panel-heading{padding:15px 0px; color:#2a343e; border-bottom:solid 1px #d1d2d4;}
.GroupPage-Accordion .panel h4{ font-size:14px; font-weight:500;}
.GroupPage-Accordion .panel a{ color:#2a343e!important;}
.GroupPage-Accordion .panel-default > .panel-heading + .panel-collapse .panel-body{background:#fff; border:solid 1px #d1d2d4; max-height: unset;}
.StickyLeft-Block{max-width:360px; background:#f5f5f5; }

.GroupHeader-Inside{ background:#fff; border: solid 0px #e8ecf7; border-radius: 5px; padding: 15px; padding-bottom:5px; color: #57585a; font-size: 13px; margin-bottom: 40px; text-align:left; position:relative;}
.GroupHeader-Inside .GroupHeader-Logo{width: 60px; height: 60px; text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; margin: 0px; overflow: hidden; float:left; margin-right:20px; border:solid 3px #f5f5f5; border-radius:50%;}
.GroupHeader-Inside .GroupHeader-Logo img{width:100%; height:auto; max-width:50px; }
.GroupHeader-Inside hr{margin-left:-15px; margin-right:-15px; border-top: 5px solid #f5f5f5;}
.GroupHeader-Inside h1{ font-size:20px; font-weight:700; color:#444f5b; line-height:30px; margin:0px 0px; margin-bottom:5px;}
.GroupHeader-Inside h1 a{ color:#444f5b;}
.GroupHeader-Inside h4{ font-size:12px;}
.GroupHeader-Inside .Link-List{ padding:0px; font-weight:500; font-size:14px; margin-top:10px; }
.GroupHeader-Inside .Link-List li{display:inline-block; margin:0px; margin-right:2px; transition: 0.3s;}
.GroupHeader-Inside .Link-List a li{  padding:12px; min-width: 44px;}
.GroupHeader-Inside .Link-List a li .glyphicon{margin:0px 5px;}

.GroupCard-Content-Info{width:100%; padding:0px 0px; background:#fff; border-left:solid 5px #e8ecf7; border-right:solid 5px #e8ecf7; border-top:dashed 2px #e8ecf7;}
.GroupCard-Content-Info .BlogBlock{border:none; border-radius:0px; margin-bottom:0px; padding:20px 60px; border-bottom:dashed 2px #e8ecf7; }
.GroupCard-Content-Info .BlogBlock h4{min-height:unset; margin-top:10px; margin-bottom:10px; }

.BlogContent-Block .Page-Header{margin:10px 0px;}
.BlogContent-Block .Page-Header h1{font-family: Roboto Slab!important; font-size:24px; line-height:32px; margin:0px; color:#ef483b; font-weight:600;}
.BlogContent-Block p{ color:#444f5b; line-height:24px;}
.BlogContent-Block .PostImg{ width:100%; max-width:450px; height:auto; margin:15px auto;}
.BlogContent-Block .PostImg:hover{box-shadow:none;}
.BlogContent-Block .BlogSmallBtn{/* position:absolute; right:20px; bottom:10px; box-shadow: 0px 3px 6px #444f5b;*/ margin:5px 5px 0px 0px; padding: 4px 8px; font-size: 12px; font-weight:600; border: solid 0px #e8ecf7; border-radius:4px; }
.BlogContent-Block .BlogSmallBtn .glyphicon{margin:0px 8px 0px 0px; top: 2px; color:#fbb416; font-size:14px;}

.BlogBlock .ExtraSmallBtn .glyphicon{margin:1px 0px;}

.MyComment-Block{margin:0px 0px; margin-bottom:10px; width: auto; display:flex; position:relative;  }
.MyComment-Block-Profile-Img{width: 100%; height: auto; max-width: 40px; margin-right: 10px; border-radius:20px; position:absolute; top:4px; left:4px;}
.MyComment-Block input{width:100%; border-radius:24px; height:48px; font-size:13px; font-weight:400; color:#2a343e; border: solid 2px #e5e5e5; padding-left:50px; padding-right:50px;}
.MyComment-Block input:focus{ outline:none; box-shadow: 0px 5px 20px #d4d4d4;}
.MyComment-Block .btn{border-radius: 50%; width: 40px; height: 40px; padding: 10px; text-align: center; margin:0px; }
.MyComment-Block .SubmitBtn{background:#b7aeac; position:absolute; top:4px; right:4px;}
.MyComment-Block .AddFileBtn{background:#fff; position:absolute; top:4px; right:48px;}
.MyComment-Block .btn:hover{background:#444f5b;}
.MyComment-Block .btn .glyphicon { margin:0px; font-size:16px;}

.OthersComment-Block{ margin:0px 0px; margin-top:20px; display:block; position:relative; transition: 0.3s;}
.OthersComment-Block-Profile-Img{width: 100%; height: auto; max-width: 40px; border-radius:20px; position:absolute; top:5px; left:0px;}
.OthersComment-Block ul{margin:0px;}
.OthersComment-Block li{list-style:none; position:relative; color:#939598; font-size:12px; line-height:18px; margin:15px 0px;}
.OthersComment-Block-Info{display:block; background:#f8f8f8; border: solid 1px #e8ecf7; padding:10px; padding-left:30px; margin:0px; margin-left:20px; margin-bottom:5px; border-radius:0px 10px 0px 10px;}
.OthersComment-Block h6{font-size:12px; font-weight:600; margin:0px; margin-top:0px!important; margin-bottom:5px;}
.OthersComment-Block h6 a{color:#444f5b;}
.OthersComment-Block-Bottom{margin-left:50px; display:block; font-size:11px; font-weight:600;  min-height:20px;}
.OthersComment-Block-Bottom a{color:#444f5b;}
.OthersComment-Block-Bottom a:hover{color:#4ac4d5;}
.OthersComment-Block-Bottom span{font-weight:400; float:right;}
.OthersComment-Block-Bottom span.glyphicon{float:none; top:2px; font-size:12px; color:#4ac4d5; margin-right:2px;}
.OthersComment-Block .ViewLink{margin:0px 0px; margin-top:10px; font-size:13px; font-weight:600; margin-left:20px; }
.OthersComment-Block .ViewLink a{color:#fbb416; position:relative; padding-right:5px;}
.OthersComment-Block .ViewLink .glyphicon{margin:1px 0px; color:#fbb416; font-size:13px; margin-right:5px;}
.OthersComment-Block ul li ul{margin:0px; margin-left:15px;}
.OthersComment-Block ul li .MyComment-Block{margin-top:10px; margin-left:20px;}
.OthersComment-Block ul li .MyComment-Block input{border: solid 1px #b7aeac;}
.OthersComment-Block ul li .RepliesMainBlock .MyComment-Block{margin-left:0px; margin-bottom:20px;}
.RepliesMainBlock{border-left:dashed 2px #e5e5e5; margin-left:25px;}

.OthersComment-Block .popover{border:none; padding:0px; max-width: 220px; border-radius:4px; color:#fff; background-image: linear-gradient(45deg,#2c3641,#444f5b);}
.OthersComment-Block .popover.top { margin-top:0px;}
.OthersComment-Block .popover-title{font-size:13px; font-weight:600; background:none; color:#fbb416; border:none; padding:12px 15px; padding-bottom:6px; border-radius:4px;}
.OthersComment-Block .popover-content{font-size:11px; font-weight:400; padding:0px 15px; padding-bottom:12px;}
.OthersComment-Block .popover.top>.arrow{display:none;}

.Post-SubHeader{font-size:12px; font-weight:500; margin-bottom:5px; color:#939598; }
.Post-SubHeader-Select{ height:auto!important; padding:5px 3px!important; border-radius:3px; margin-top:-5px;background:none; border:none!important; font-size:12px; font-weight:500; border: solid 2px #d5d5d5!important; color: #212121!important;}
.Post-SubHeader-Select:hover{background:#f5f5f5;}
/* .Post-SubHeader-Select::before{width: 12px; height: 12px; position: absolute; left: 30px; top: -2px; font-size:20px; color:#ff5252; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0dc";} */
.BlogBlock-Rank{ height:auto; width:auto; background:#fbb416; text-align:center; color:#2a343e; font-size:13px; font-weight:600; float:left; padding:3px 10px; border-radius:15px;}
.BlogBlock-Rank .fas{margin-right:5px; color:#fff; }
.GroupCard-Info .BlogBlock-Rank{ position:absolute; right:20px; top:15px; }
.GroupCard-Header .BlogBlock-Rank{ position:relative; left:0px; top:25px; background:#f5f5f5; border-radius:0px 7px 7px 0px; font-size:12px; padding:2px 4px; width:26px; text-align:center; border: solid 1px #e4e7f1; border-left: none;}
.GroupCard-Header .fas{margin-right:0px; color:#fbb416; font-size:14px;}
.GroupCard-Info .BlogBlock-Pin{ position:absolute; right:80px; top:15px; }
.BlogBlock-Pin{ height:auto; width:auto; text-align:center; font-size:16px; font-weight:600; padding-top:4px; margin-right:5px; }
.BlogBlock-Pin .fas{color:#b7aeac; }
.BlogBlock-Pin .fas.PinClicked{transform: rotate(30deg); color:#ef483b; }

.Membership-Badge{position: absolute; top: 8px; right: 45px; }
.Membership-Badge img{width:100%; height: auto; max-width:30px}


.WhiteTopBlock{ background:#fff; border: solid 0px #e8ecf7; border-radius: 0px 0px 5px 5px; padding:20px; color: #57585a; font-size: 13px; margin-bottom: 20px; text-align:left; position:relative;}
.WhiteTopBlock-Logo{width: 90px; height: 90px; text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; margin-bottom:0px; float:left; margin-right:20px;  }
.ProfileBlock-User .WhiteTopBlock-Logo{position: absolute; top: -45px; left: 20px;}
.ProfileBlock-User .WhiteTopBlock-Logo>a{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden;}
.WhiteTopBlock-Logo img,.WhiteTopBlock-Logo>a>img{width:100%; /*height:100%;*/ max-width:100%; min-height:auto;}
.ProfileBlock-User h1{padding: 0px 0px 10px 100px!important; margin-top:-20px!important; font-size: 2.2rem!important; font-weight: 800!important; color: #444f5b!important;}
/*.stickyontop .ProfileBlock-User.WhiteTopBlock_Wrapper{height:240px;}
.stickyontop .ProfileBlock-User.WhiteTopBlock_Wrapper .WhiteTopBlock{height:240px; overflow:hidden;}*/
.ProfileBlock-User .ProfileTop-BackgroundBlock{height:60px; background:none;  background: linear-gradient(90deg, #67c8c6, #fbb517, #94c93d, #23D5AB); animation: gradient 15s ease infinite; background-size: 400% 400%;}
.ProfileBlock-User .WhiteTopBlock-Logo{border:solid 6px #fff; border-radius:50%; box-shadow:0px 2px 6px #d1d2d4; overflow:hidden;}
/*.ProfileBlock-User .WhiteTopBlock-Logo img{border-radius:50%;}*/
.ProfileBlock-User .WhiteTopBlock-Right{top:10px;}
.ProfileBlock-User .MembershipTxt{/* padding-left:25px; margin-right:10px; */ ; position: absolute; top:-45px; max-width: 350px;  height: auto; right: 20px;}
.ProfileBlock-User .MembershipTxt::before{font-size: 16px;color:#fff}

.head h3{background:none!important; font-size: 16px; font-weight: 700!important; color: #444f5b!important; padding-left: 0px!important;}
.canvas .widget .head h3, .canvas .widget .head h3 a{color: #444f5b!important;}
.canvas .widget, .canvas .widget .head, .canvas .widget .settings .colors a{background:none!important; background-color:rgba(0,0,0,0)!important;  margin: 0px 0px!important; padding:0px!important; border:none!important;}
.canvas .group .apps{background-color:rgba(0,0,0,0)!important;  margin: 0px 0px!important; padding:0px!important; border:0px solid #e8ecf7!important;border-radius:0px!important;}
.canvas .widget .content{background-color:rgba(255,255,255,1)!important; margin: 10px 0px 20px 0px!important; padding:15px!important; border:1px solid #e8ecf7!important;border-radius:5px!important;}
ul.eventList{margin-top: 5px; padding: 20px 10px 20px 5px; background: #fff; max-height: 400px; overflow: auto;}
form div.p2, .sf-form div.p2, .canvas .group.ts fieldset{background:rgba(0,0,0,0)!important;}
form fieldset label.p1, form div.p1, .sf-form fieldset label.p1, .sf-form div.p1{padding-left:0px!important;width:25%!important;}
.WhiteTopBlock hr{margin-left:-20px; margin-right:-20px; border-top: 3px solid #f5f5f5;  margin-bottom:0px;}
.WhiteTopBlock h1{ font-size: 2.2rem; font-weight:800; color:#444f5b; line-height:28px; margin:5px 0px 5px 0px;}
.WhiteTopBlock h3{ font-size: 1.0rem; font-weight:500; color:#939598; line-height:20px; margin:0px 0px 10px 0px;}
.WhiteTopBlock h4{ font-size: 1.25rem; font-weight:600; color:#444f5b; line-height:20px; margin:0px 0px 5px 0px;}
.WhiteTopBlock h1 a,.WhiteTopBlock h4 a{ color:#0171ca;}

.WhiteTopBlock ul{margin-bottom:-20px;}
.WhiteTopBlock .Link-List{padding:0px; font-weight:500; font-size: 1.4rem; margin-top:10px; }
.WhiteTopBlock .Link-List li{display:inline-block; margin:0px; margin-right:5px; transition: 0.3s;}
.WhiteTopBlock .Link-List a li{padding:10px 15px; padding-top:15px; margin-right:0px; background:#fff; color:#57585a; border-radius:4px 4px 0px 0px; border-bottom:solid 4px #fff;}
.WhiteTopBlock .Link-List a li.Active{ background:none; color:#fbb416; border-bottom:solid 4px #fbb416;}
.WhiteTopBlock .Link-List a li:hover{ background:#f5f5f5; color:#57585a; border-bottom:solid 4px #f5f5f5;}
.WhiteTopBlock-Right{position:absolute; max-width:250px; min-height:100px; right:20px; top:130px; line-height:10px!important; border-left:0px solid #e8ecf7; padding-left:15px; text-align:right;}

.SemiRoundBtn {padding:8px 20px; margin:5px; margin-left:0px; border-radius:30px; font-size:13px; font-weight:500; transition: 0.3s;}
.SemiRoundBtn:hover{ background: #2a343e;}
.SemiRoundedBtn {border-radius:30px!important;}
.MembershipTxt{line-height:1.65rem; margin:10px 5px; padding-left:35px; text-align:left; position:relative; top: 50%; font-weight:600; color:#2a343e;}
.MembershipTxt::before { width: 12px; height: 12px; position: absolute; left: 0px; top: -2px; font-size:20px; color:#d1d2d4; font-family: "Font Awesome 5 Free"; font-weight: 900; /*content: "\f505";*/}

.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons{margin:0px; margin-top:10px; display: inline-flex;}
.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons li{background:#ACACAC; color:#2a343e; margin-right:0px!important; text-align:center;  margin-left:5px!important; padding:5px; width:28px; height:28px; line-height:22px; border-radius:50%; transition: 0.2s ease;}
.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons li a{color:#454f5b;display:block;height:100%;}
.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons li a>svg{width:12px;height:12px;fill:#fff;}
.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons li:nth-child(4){display:none;}
.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons li:hover{border-radius:3px; background:#fbb517;}
.WhiteTopBlock .WhiteTopBlock-Right .SM-Icons .fas, .WhiteTopBlock .WhiteTopBlock-Right .SM-Icons .fab{ font-size:1.5rem; margin-top:2px;}

.feed_list{margin:0px; }
.feed_list li{margin:0px; margin-bottom:10px; list-style:none; background:none!important; padding-left:0px!important; margin-bottom:10px; position:relative; font-size: 1.25rem;}
/*.feed_list li a{color:#4ac4d5; font-weight:500;}*/
.feed_list li a{color:#E51069; font-weight:500;}
.feed_list li .removable{position:absolute; right:0px; top:4px; cursor:pointer; font-size:16px; color:#ff5252;}
.profile_link { color:#444f5b!important; font-weight:600!important;}
.feed_time{font-size: 1.1rem; color: #000!important; opacity: 0.65;}
.feed_time a{color:#fbb416!important;}
.feed_description_text{/*color:#939598!important;*/ margin-top:5px;}
.feed_left_image{float:left; width: 40px; height:40px; margin:0px; margin-right:10px; border-radius:50%;}
.feed_left_image img{width:100%; height:auto; max-width:40px;border-radius:50px;}
.feed_main{margin:0px; margin-left:50px;}
.feed_bottom{border-bottom: solid 1px #ededed; margin:20px auto; margin-left:-20px; margin-right:-20px;}

 @media screen and (max-width:767px){
	.WhiteTopBlock .Link-List{margin-top:0px; /*  overflow-x:auto; flex-wrap: nowrap; display: flex; */ }
	.WhiteTopBlock-Right{position:relative; width:100%; min-height:unset; right:unset; top:unset; text-align:left; padding:0px 0px;}
	.WhiteTopBlock-Right>.button{margin: 0px 0px 20px 0px;}
	.MembershipTxt{display:none;}
	.ProfileBlock-User h1{padding-left: 0px !important; margin-top: 0px !important;}
	.LargeNumber20 {margin-bottom:20px;}
 }

.eventList{margin:0px; font-size: 1.20rem;}
.eventList li{list-style:none; margin:0px; margin-bottom:3px!important; background:#f8f8f8!important; border:solid 1px #f8f8f8; padding:10px 15px!important; border-radius: 5px; font-weight:400; color:#2a343e!important; position:relative; transition: 0.3s;}
.eventList li:hover{background:#fff!important;  border:solid 1px #f1f1f1;  box-shadow:0px 0px 10px #e0e0e0;}
.eventList li strong{margin-right:10px; color:#2A5A8D;}
.eventList li a{color:#E51069; font-weight:600;}
.eventList li::before { width: 12px; height: 12px; border: 6px double #E51069; border-radius: 50%; background: #fff; position: absolute; left: -6px; top: 12px; content: "";}

.MessageInfo{ /* background: url(/remoteimages/website-images/2017_SiteRedesign/images/Email-Animation.gif) no-repeat 50% 50% #fdfdfd; */ padding-top:15px; border-radius: 5px; border:solid 1px #f5f5f5; font-size: 1.20rem;  line-height:1.5rem; position:relative; display:block; height:95px; margin:10px 0px;}
.MessageInfo strong{font-weight:500;}
 @media screen and (max-width:450px){
.MessageInfo strong{display:none;}
 }
.MessageInfo .fas{font-size:26px; color:#94c83c; margin-top:10px; }
.MessageInfo-Profile{width: 100%; height: auto; max-width: 40px; border-radius:20px; margin-bottom:5px; border:solid 3px #94c83c; background:#94c83c;}
.MessageInfo-Left{position:absolute; top:10px; left:10px; text-align:left;}
.MessageInfo-Center{position:absolute; top:4px; left:50%; float:none; margin:0 auto; text-align:center; }
.MessageInfo-Right{position:absolute; top:10px; right:10px; float:right; text-align:right;}
.MessageInfo hr{margin-left:30px; margin-right:30px; border-top:dashed 1px #94c83c;}
.MessageInfo-Center::before { width: 12px; height: 12px; border: 6px double #94c83c; border-radius: 50%; background: #fff; position: absolute; left: 100px; top: 20px; content: "";}
.MessageInfo-Center::after { width: 12px; height: 12px; border: 6px double #94c83c; border-radius: 50%; background: #fff; position: absolute; right: 100px; top: 20px; content: "";}


.TwitterList{margin:0px; font-size: 1.20rem;}
.TwitterList li{list-style:none; margin:0px; margin-bottom:5px; background:#fff; padding:5px 15px; padding-left:40px; border-radius:5px; font-weight:400; color:#2a343e; position:relative; transition: 0.3s;}
.TwitterList li:hover{background:#edfcfe; }
.TwitterList li a{color:#fbb416; font-weight:600;}
.TwitterList li::before { width: 12px; height: 12px; position: absolute; left: 10px; top: 8px; font-size:15px; color:#1DA1F2; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f292";}
.TwitterList.Article li::before { width: 12px; height: 12px; position: absolute; left: 10px; top: 8px; font-size:15px; color:#1DA1F2; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15c";}
.TwitterList.Article li{color:#939598;}
.TwitterList.Article li a{color:#444f5b; font-weight:500;}

/* Top menu bar css by Govind Start here */
/*Custom Header / Navbar*/
.top_search_input{vertical-align: unset; min-width: 90px; background: none; background-color: #f2f2f2!important; border: none; margin: 0px; margin-top: 9px; padding: 4px 45px 6px 5px; min-height: 32px; font-size: 12px; margin-right: 5px; color: #d1d2d4; border-radius: 2px;}
.TopLink_new {position: relative; /*z-index: 999;*/width: 100%; min-height: 50px; max-width: 100%; background: #fff; margin: 0 auto;box-shadow:0px 2px 6px rgba(0,0,0,0.1);}
.custom-nav {display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center;}
.NavBar_Left, .NavBar_Right {width: auto; position: relative;}
.hr-navbar-toggle {width: 22px; height: 100%; padding: 0px; background: rgba(0,0,0,0); border: 0px solid #fff; box-shadow: none; outline: none; display: none; flex-flow: column nowrap; justify-content: center; align-items: center;}
.hr-navbar-toggle > span {display: block; width: 100%; height: 2px; background: #c3c3c3; border-radius: 3px;}
.hr-navbar-toggle > span:nth-child(2) {margin: 5px auto 5px 0; width: 80%;}
.hr-navbar-collapse {width: 100%; position: relative;}

.hr-navbar {list-style: none; margin: 0; padding: 0; display: flex; flex-flow: row nowrap; align-items: center; font-size: 13px;}
.hr-navbar > li {position: relative;display: list-item;text-align: -webkit-match-parent; height: 50px;}
.hr-navbar > li > a {display: flex; align-items: center; justify-content: center; height: 50px; padding: 0px 15px 0px 15px; white-space: nowrap; font-size: 13px; font-weight: 500; color:#333; text-decoration:none; position: relative; cursor: pointer; user-select: none;transition: all 0.3s ease;}
.hr-navbar > li > a > svg.adv_srch_btn{width: 21px; height: 20px; fill: #2A343E; transition: all .3s ease; opacity:0.50;}
.hr-navbar > li > a > svg.TopBar-Icon {width: 22px; height: 22px; fill: #2A343E; transition: all .3s ease; opacity:0.50;}
.hr-navbar > li > a > svg.TopBar-Icon_24 {width: 27px; height: 27px; fill: #2A343E; transition: all .3s ease;}
.hr-navbar > li > a > svg.TopBar-SrchIcon {width: 20px; height: 20px; fill: #2A343E; transition: all .3s ease; opacity:0.50;}
.hr-navbar > li > a:hover > svg {opacity:1; transition: all 0.3s ease;}
.hr-navbar > li > a > img.TopBar-Icon {width: 26px; height: 26px; border-radius: 50%; display: block;}
.hr-navbar > li > a .TopNo {width: 18px; height: 18px; border-radius: 50%; background:#D81F49; color: #fff; font-size: 9px; font-weight: 400; display: flex; text-align: center; align-items: center; justify-content: center; position: absolute; top: 12px; right: 8px; z-index: 1;}
.hr-navbar > li > a > .hrcaret {border-top-color: #fbb416; margin-left: 5px; position: relative; top: 1px;}
.hrcaret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px solid;border-right: 4px solid rgba(0,0,0,0);border-left: 4px solid rgba(0,0,0,0);}
.hr-navbar > li > ul.custom-dropdown-menu {width: 100%;min-width: 188px;list-style: none;background: #fff;padding: 0px;position:absolute;left:0;top:0px;z-index: 11;margin-top: 50px;border: 0px solid #fff;border-radius: 2px; max-height:0px; overflow:hidden; transform:perspective(0) rotate3d(1,0,0,-90deg); transform-style: preserve-3d; transform-origin:50% 0; -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg); -webkit-transform-style: preserve-3d; -webkit-transform-origin:50% 0; -webkit-transition:350ms; -moz-transition:350ms; -o-transition:350ms; transition:350ms; box-shadow: 0px 0px 1px rgba(0,0,0,0.1), 0px 3px 6px rgba(0,0,0,0.2);}
.hr-navbar > li:hover ul.custom-dropdown-menu {max-height:1000px; overflow:visible; transform:perspective(0) rotate3d(0,0,0,0deg); -webkit-transform:perspective(400) rotate3d(0,0,0,0deg);}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu {display: block; position: relative;}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu::after {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px solid rgba(0,0,0,0);border-bottom: 4px solid rgba(0,0,0,0);border-left: 4px solid #fbb416; content: ""; position: absolute; right: 8px; top: 16px;}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu > a::after {display: none;}
.hr-navbar > li > ul.custom-dropdown-menu li > a {display: block; color: #454F5B; padding: 12px 13px 12px 13px; font-size: 13px; line-height: 1.3; text-decoration:none; cursor: pointer; transition: all 0.2s ease; font-weight:500;}
.hr-navbar > li > ul.custom-dropdown-menu li > a:hover {background-color: #f4f4f4; color:#333; border-radius: 2px; text-decoration:none;}
.hr-navbar > li > ul.custom-dropdown-menu li > a > sup.Red {font-size: 9px; color: #B30000!important; font-weight:500; padding-left: 2px; position: relative; top: -4px; }
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {display: none;background: #fff; min-width: 220px;list-style: none; margin: 0; padding: 0; border: 0px; position: absolute;left: 100%; top: 0px; border-radius: 2px; box-shadow: 0px 0px 1px rgba(0,0,0,0.1), 0px 3px 6px rgba(0,0,0,0.2);}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li {display: block;}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li > a {border-left: 3px solid #fbb416;text-decoration:none;background-color:#fff!important;box-shadow:none;outline:none;}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li > a:hover {background-color: #f2f2f2!important;text-decoration:none; transition: all 0.2s ease;}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {display: inline-block;}
.hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu:hover > a {background-color: #f2f2f2;text-decoration:none; transition: all 0.2s ease;}
.hr-navbar-collapse .hr-navbar > li:first-child > a {padding-left: 0px;}
.hr-navbar.navbar_right > li:hover > a {background: #444f5b;}
.hr-navbar.navbar_right > li:nth-child(2) > a > svg.TopBar-Icon, .hr-navbar.navbar_right > li:nth-child(3) > a > svg.TopBar-Icon {position: relative; top: 1px;}
.header_search_bar{min-width: 192px; background-color: #f5f5f5!important; font-size:13px!important;color:#2A343E!important; border: none!important; margin: 0px!important; padding: 6px 35px 8px 10px!important; height: 32px;border:1px solid #C3C3C3!important; border-radius: 20px!important;box-shadow:none;outline:none;}
.btn.header_search_btn{padding: 8px 10px 4px 10px; height: 32px; margin: 0px; position: absolute; top: 0px!important; right: 0px; background-color: rgba(0,0,0,0); border-radius: 0px 20px 20px 0px;cursor:pointer;transition:all .3s ease;}
.btn.header_search_btn:before{width:1px;height: 24px;background:#c3c3c3;position:absolute;left:0px;top:3px;content:"";}
.btn.header_search_btn>svg{fill:#EF483B;width:14px;height:14px;}
.btn.header_search_btn:hover>svg{fill:#2A343E;transition:all .3s ease;}

/*Added 28June2022 for My Access modal start here */
.hr_myac_wrapper{width:100%;max-width:800px;background: #fff;padding: 0px 0px;position: relative;margin:0 auto;}
.hr_myac_wrapper>h2{font-size: 24px;font-weight: 600;color:#2A343E;margin: 0px 0px 20px 0px;line-height: 1.3;}
.hr_myac_wrapper>.myac_close{position:absolute;top: 4px;right: 0px;z-index:1;}
.myac_pro{width:100%;height:auto;background: linear-gradient(135deg, #2680EB,#0862CD);padding: 15px 17px;border-radius: 20px;display:flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.myac_pro .myac_dls{width:auto;max-width:100%;display:flex;align-items: center;justify-content: flex-start;}
.myac_pro .myac_dls>img{display: block;width:auto;height:50px;max-height: 50px;margin-right: 15px;border-radius: 30px;}
.myac_pro .myac_dls .myac_name>h3{width:auto;font-size: 16px;font-weight: 500;color:#fff;margin: 0px 0px 4px 0px;line-height: 1.3;}
.myac_pro .myac_dls .myac_name>h4{width:auto;font-size: 14px;font-weight: 300;color:#fff;margin: 0px;line-height: 1.3;}

.myac_list_wrapper{width: 100%;display: flex;align-items: flex-start;justify-content: space-between;gap:2%;flex-flow: row wrap;}
.myac_list_wrapper .myac_list_card{display:block; width:32%;max-width: 32%;min-height:170px; background: rgba(232,236,247,0.5);border-radius: 20px;margin-bottom: 17px;padding: 20px 20px 15px 20px;text-decoration:none;}
/*.myac_list_wrapper .myac_list_card:nth-child(-n+3){min-height: 170px;}*/
.myac_list_wrapper .myac_list_card .myac_card_logo{display:block;max-height: 40px;margin-bottom: 15px;}
.myac_list_wrapper .myac_list_card>h3{font-size: 16px;font-weight: 600;color:#2A343E;margin: 0 0 12px 0;}
.myac_list_wrapper .myac_list_card>ul{width:100%;list-style: none;margin: 0;padding:0;}
.myac_list_wrapper .myac_list_card>ul>li{list-style: none;display: block;padding: 0px 0px;}
.myac_list_wrapper .myac_list_card>ul>li>a,.myac_list_wrapper .myac_list_card>ul>li>span{display: block;font-size: 14px;font-weight: 500;color:#273A8F;line-height: 1.4;outline: none;text-decoration: none;cursor: pointer;padding: 6px 0px; display:flex;align-items: center;justify-content: flex-start;transition: all 0.3s ease;}
.myac_list_wrapper .myac_list_card>ul>li>a:hover,.myac_list_wrapper .myac_list_card>ul>li>span:hover{color:#2A343E;transition: all 0.3s ease;}
.myac_list_wrapper .myac_list_card>ul>li>a>svg,.myac_list_wrapper .myac_list_card>ul>li>span>svg{display:block;margin-right: 10px;}
.myac_list_wrapper .myac_list_card.lock{background:#F8F8F8 url(/remoteimages/website-images/2021_siteRedesign/images/grad_lock.svg) top 15px right 15px no-repeat;}
.myac_list_wrapper .myac_list_card.lock .myac_card_logo,.myac_list_wrapper .myac_list_card.lock>h3,.myac_list_wrapper .myac_list_card.lock>ul>li>a,.myac_list_wrapper .myac_list_card.lock>ul>li>span{opacity: 0.4 !important;}

.myac_fs_wrapper{width:100%;margin:10px 0px 26px 0px;padding: 18px;border:2px solid #E8ECF7;border-radius: 20px;}
.myac_fs_wrapper>h3{font-size: 16px;font-weight: 600;color:#2A343E;margin: 0 0 12px 0;}
.myac_fs_wrapper>ul{width:100%;list-style: none;margin: 0;padding:0;display: flex;align-items: center; justify-content: flex-start;flex-wrap: wrap;row-gap: 15px; column-gap:25px;}
.myac_fs_wrapper>ul>li{list-style: none;display: block;padding: 0px 0px;}
.myac_fs_wrapper>ul>li>a{display: block;font-size: 14px;font-weight: 500;color:#454F5B;line-height: 1.4;outline: none;text-decoration: none;cursor: pointer;padding: 6px 0px; display:flex;align-items: center;justify-content: flex-start;transition: all 0.3s ease;}
.myac_fs_wrapper>ul>li>a:hover{color:#2A343E;transition: all 0.3s ease;}
.myac_fs_wrapper>ul>li>a>svg{display:block;margin-right: 10px;}

.myac_info_wrapper{width: 100%;display: flex;align-items: stretch;justify-content: space-between;gap:2%;flex-flow: row wrap;}
.myac_info_wrapper .myac_info_card{width: 49%;max-width: 49%;background: rgba(232,236,247,0.5);border-radius: 20px;padding: 20px 20px 20px 20px;min-height:100px;}
.myac_info_wrapper .myac_info_card>h3{font-size: 16px;font-weight: 600;color:#2A343E;margin: 0 0 12px 0;}
.myac_info_wrapper .myac_info_card>p{font-size: 13px!important;font-weight: 400;color:rgba(42,52,62,0.6);margin: 0 0 12px 0;}
.myac_info_wrapper .myac_info_card>ul{width:100%;list-style: none;margin: 0;padding:0;}
.myac_info_wrapper .myac_info_card>ul>li{list-style: none;display: block;padding: 0px 0px;margin-bottom: 10px;position: relative;padding-left: 15px;}
.myac_info_wrapper .myac_info_card>ul>li::before{width: 5px;height: 80%;background: #EF146E;border-radius: 6px;position: absolute;left:0px;top:10%;content: "";}
.myac_info_wrapper .myac_info_card>ul>li>a{display: block;font-size: 13px;font-weight: 500;line-height: 1.4;outline: none;text-decoration: none;cursor: pointer;padding: 6px 0px; display:flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;transition: all 0.3s ease;}
.myac_info_wrapper .myac_info_card>ul>li>a>span{display: block;color: #EF146E;}
.myac_info_wrapper .myac_info_card>ul>li>a>small{display: block;font-size: 13px;font-weight: 500;margin-top: 8px;color:rgba(42,52,62,0.6);}
.myac_info_wrapper .myac_info_card>ul>li>a:hover>span{color:#2A343E;transition: all 0.3s ease;} 
.myac_info_wrapper .myac_info_card>ul>li>a:hover>small{color:#2A343E;transition: all 0.3s ease;}
@media screen and (max-width:767px){
	.hr_myac_wrapper>h2{font-size:20px;}
	.hr_myac_wrapper>.myac_close{top:2px;}
	.myac_pro{flex-direction: column;align-items: flex-start;margin-bottom:10px;}
	.myac_pro .myac_dls{margin-bottom:20px;}
	.myac_list_wrapper .myac_list_card{width: 100%;max-width:100%;margin-bottom:5px;min-height:70px;}
	.myac_info_wrapper{row-gap:10px;}
	.myac_info_wrapper .myac_info_card{width: 100%;max-width:100%;}
}
/*Added 28June2022 for My Access modal end here */

.TopMsgBlock_new {width: 380px; list-style: none; margin: 0; padding: 0; background: #fff; border-radius: 3px;box-shadow: 0px 0px 1px rgba(0,0,0,0.1), 0px 3px 6px rgba(0,0,0,0.2);position: absolute; top: 50px; left: auto; right: 0px; }
.TopMsgBlock_new::before {width:0; height: 0; border-left: 7px solid rgba(0,0,0,0);border-right: 7px solid rgba(0,0,0,0);border-bottom: 8px solid #fff; position: absolute; top: -8px; right: 18px; content: "";}
.TopMsgBlock_new > li {display: block;}
.TopMsgBlock_new .DropDown-Header {display: flex; padding: 13px 15px; border-bottom: 1px solid #eee; align-items: flex-start; justify-content: flex-start; font-size: 13px; font-weight: 600; color: #333;}
.TopMsgBlock_new .DropDown-Header > svg {width: 18px; height: 18px; fill: #94c83c; margin-right: 10px;}
.TopMsgBlock_new .CarArea-List {list-style: none; margin: 0; padding: 0;width: 100%;}
.TopMsgBlock_new .CarArea-List > li {display: block; width: 100%;}
.CartArea-TopBlock_new {width: 100%; height: auto; max-height: 210px; overflow-x: hidden; overflow-y: auto;}
.TopUserBlock_new {display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; padding: 10px 15px; border-bottom: 1px solid #eee;}
.TopUserBlock_new > p {width: 100%; font-size: 13px; font-weight: 500; color: #2a343e; margin: 0 0 12px 0;}
.TopUserBlock_new .Cart-Block {width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center;}
.TopUserBlock_new .Cart-Block .CartIcon-Block {width: 80px;display: flex;justify-content: space-between;align-items: center;}
.TopUserBlock_new .Cart-Block .CartIcon-Block > a {display: block; user-select: none; cursor: pointer; outline: none;}
.TopUserBlock_new .Cart-Block .CartIcon-Block > a > i {display: block; width: 20px; height: 20px; background: #fff; border: 2px solid #999; border-radius: 50%; position: relative;}
.TopUserBlock_new .Cart-Block .CartIcon-Block > a > i::before {width: 10px; height: 2px; background: #999; position: absolute; top: 7px; left: 3px; content: ""; border-radius: 2px;}
.TopUserBlock_new .Cart-Block .CartIcon-Block > a > i.plus::after {width: 2px; height: 10px; background: #999; position: absolute; top: 3px; left: 7px; content: "";border-radius: 2px;}
.TopUserBlock_new .Cart-Block .CartIcon-Block > span {font-weight: 600;}
.TopUserBlock_new .Cart-Block h5.Orange {width: auto; color: #fbb416; font-size: 13px; margin: 0;}
.DropDown-Footer_new {display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; padding: 15px 15px; border-top: 1px solid #eee;}
.DropDown-Footer_new > p {width: 100%; font-size: 13px; font-weight: 500; color: #999; margin-bottom: 15px; text-align: left; display: flex; justify-content: space-between;}
.DropDown-Footer_new > p > span {color: #333;}
.DropDown-Footer_new > hr {width: 100%; border: 0; border-top: 1px dashed #ddd; margin: 0;}
.DropDown-Footer_new > h5 {width: 100%; font-size: 13px; font-weight: 500; color: #999; margin: 15px 0px; text-align: left; display: flex; justify-content: space-between;}
.DropDown-Footer_new > h5 > span {color:#ff5252;}
.DropDown-Footer_new .DropDown-Footer-Action {width: 100%; padding: 0px; display: flex; align-items: center; justify-content: space-between;}
.DropDown-Footer_new .DropDown-Footer-Action > a {display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; color: #ff5252;}

.DropDown-Content {width: 100%; position: relative;}
.No-DataBlock {width: 100%; padding: 10px 15px 0px 15px;}
.No-DataBlock > svg {display: block; fill: #fbb416; margin: 0 auto;}
.No-DataBlock > h6 {font-size: 12px; text-align: center; margin: 15px 0px;}
.TopUserDetails {width: 100%; display:block; background: #fff; position: relative; padding: 10px 15px 10px 73px; min-height: 68px; border-bottom: 1px solid #eee; transition: all 0.3s ease;}
.TopUserDetails > img {display: block; width: 48px; height: 48px; border-radius: 50%; position: absolute; left: 15px; top: 10px;}
.TopUserDetails .user-comment {width: 100%; font-size: 13px; color: #969696; margin: 4px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.TopUserDetails .user-info {display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap;}
.TopUserDetails .user-info > span {display: inline-block; font-size: 12px; color: #c4c3c3; max-width: 60%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.TopUserDetails:hover {background: #f8f8f8; transition: all 0.3s ease;}
.dashed {width: 100%; border: 0; border-top: 1px dashed #ddd; margin: 0;}
.position-rel {position: relative;}

.TopUserProfile_new {display: block; width: 190px !important; list-style: none; margin: 0 !important; padding: 0; background: #fff; border-radius: 3px;box-shadow: 0px 0px 1px rgba(0,0,0,0.1), 0px 3px 6px rgba(0,0,0,0.2);position: absolute; top: 50px; left: auto; right: 0px;}
.TopUserProfile_new::before {width:0; height: 0; border-left: 7px solid rgba(0,0,0,0);border-right: 7px solid rgba(0,0,0,0);border-bottom: 8px solid #f4f4f4; position: absolute; top: -8px; right: 20px; content: "";}
.TopUserProfile_new > li {display: block; border-bottom: solid 0px #f5f5f5;}
.TopUserProfile_new > li > a {display: block; padding: 10px 15px; font-size: 13px; color: #999; border-bottom: 1px solid #f4f4f4; cursor: pointer; white-space: nowrap; transition: all 0.3s ease;}
.TopUserProfile_new > li:last-child > a {border-bottom: 0px solid #f4f4f4;}
.TopUserProfile_new > li > a:hover {color: #666; background: #f4f4f4; transition: all 0.3s ease;}
.TopUserProfile_new > li:last-child > a:hover {border-radius: 0px 0px 2px 2px;}
.TopUserProfile_new > li > a > span.Red, .TopUserProfile_new > li > a.Red {color: #ff5252;}
.TopUserProfile_new > li.UserTopBlock_new {background: #f4f4f4; padding: 20px 0px 0px 0px; border-radius: 2px 2px 0px 0px;}
.TopUserProfile_new > li.UserTopBlock_new > a.Top-Img-Wrapper {display:block; width: 90px; height: 90px;border-radius: 50%; position: relative; margin: 0 auto; padding: 0px;}
.TopUserProfile_new > li.UserTopBlock_new > a > img {display: block; width: 100%; height: 100%; border-radius: 50%;}
.TopUserProfile_new > li.UserTopBlock_new > a.Top-Img-Name {padding: 10px 15px;}
.TopUserProfile_new > li.UserTopBlock_new > a.Top-Img-Name > h4 {position: relative; width: 100%; margin: 0px; text-align: center; font-size: 13px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#TabbedPanels_search.TabbedPanels{padding:15px;background:#fff;}
.WebCast-Testimonial-BG .carousel .carousel-inner .item {background:none;border: none;width: 100%;margin: 0px;}
@media screen and (max-width: 991px) {
	.top_search_input{display:none;}
    .m_hr_logo {display: block!important;position: absolute;top:9px; left: 30px;z-index: 11;}
    .TopLink_new {background:#fff; position: sticky; top: 0px; z-index:1041; box-shadow: 0px 2px 6px rgba(0,0,0,0.2);}
    #loggedIn_TopLink.TopLink_new{margin-top:30px!important;top:30px!important;}
    #loggedIn_TopLink.TopLink_new .hr-navbar-collapse{top:80px!important;}
    .NavBar_Left {height:50px; min-width: 110px;border-bottom: solid 0px #444f5b; padding-left: 0px;}
    .hr-navbar-toggle {display: flex;}
    .hr-navbar-collapse {display: block; visibility: hidden; background: #fff; width: 50%; height: 100%; position: fixed; top: 50px; left: 0px; z-index: 11; box-shadow: 3px 3px 6px rgba(0,0,0,0.2); transform: translateX(-120%); transition: all 0.3s ease-in-out;}
    .hr-navbar-collapse.showNav {display: block; visibility: visible; transform: translateX(0%); transition: all 0.3s ease-in-out;}
    .hr-navbar-collapse .hr-navbar {flex-flow: column nowrap; background: #fff; width: 100%; position: relative; top: 0px; left: 0px; z-index: 11;}
    .hr-navbar-collapse .hr-navbar > li {width:100%; border-bottom: 1px solid #f2f2f2; height: 40px;}
    .hr-navbar-collapse .hr-navbar > li > a {padding: 0 15px !important; font-size: 13px; color: #90a0b3; justify-content: flex-start; height: 40px;}
    .hr-navbar.navbar_right > li:last-child > a {padding-right: 0px!important;}
    .hr-navbar > li > ul.custom-dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {min-width: 184px;}
    .hr-navbar.navbar_right > li:hover > a {background: rgba(0,0,0,0) !important;}
    .hr-navbar > li:hover ul.custom-dropdown-menu {margin-top: 40px;border-radius: 0px;}
    .hr-navbar > li > a {padding: 0px 12px !important;}

    .TopMsgBlock_new {width: 346px; margin-right: -90px;}
    .TopMsgBlock_new::before {right: 106px;}
    #cartInfoDropdown.TopMsgBlock_new {margin-right: -135px;}
    #cartInfoDropdown.TopMsgBlock_new::before {right: 150px;}

    .TopUserDetails {padding-left: 61px; min-height: 56px;}
    .TopUserDetails > img {width: 36px; height: 36px;}
    .TopUserDetails .user-comment {margin: 0px 0px 3px 0px;}
    .TopUserDetails .user-info > span {font-size: 11px;}
    .TopUserBlock_new > p {font-size: 12px;}
    .TopUserProfile_new::before {right: 5px;}
    .container-fluid .ContentArea .container .ContentArea{margin-top:0px !important;}
    .container-fluid .ContentArea .container .ContentArea .container{padding:0px !important;}
    .ContentArea{margin-top:0px !important;}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .hr-navbar > li > a {padding: 0px 12px;}
}
/* Top menu bar css by Govind End here */

/*css by Govind start here */
.InsideSide-ContentArea{margin:0 auto 0 0;}
.stickyontop {position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;position: sticky;top: 0px;z-index: 111;}
.stickyontop .WhiteTopBlock_Wrapper{width: 100%;height:180px;position: relative;}
.stickyontop .WhiteTopBlock_Wrapper .WhiteTopBlock{width: 100%;/*height:175px;*/padding-bottom: 0px;transition: height 0.2s ease; position: absolute;top:0px;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock{border: 1px solid #fff; height:148px; padding: 10px 10px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.15);transition: all 0.3s ease;}
#nav-container-top {background-color: #f5f5f5;height: 1px;}
.WhiteTopBlock h1, .WhiteTopBlock-Logo, .WhiteTopBlock .Link-List, .WhiteTopBlock, .WhiteTopBlock-Right {transition: all 0.3s ease;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .WhiteTopBlock-Logo {width:52px;height:62px; transition: all 0.3s ease;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock h1 {margin: 0px 0px 5px 0px; transition: all 0.3s ease; font-size: 1.8rem;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .Link-List{margin-top: 0px; transition: all 0.3s ease;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .WhiteTopBlock-Right {max-width: 100%; top: 10px;transition: all 0.2s ease; }
.stickyontop .WhiteTopBlock_Wrapper .WhiteTopBlock .WhiteTopBlock-Right .dropdown {display: inline-block;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock p.DeskTop-Only, .stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .MembershipTxt {display: none;overflow: hidden;}
.stickyontop .WhiteTopBlock_Wrapper .WhiteTopBlock ul.Link-Tab {margin-bottom: 0px;transition: all 0.2s ease;}
.stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock ul.Link-Tab {margin-top: 0px;transition: all 0.2s ease;}

.tab_m_scroll{width: 100%;overflow: hidden;position: relative;padding: 0px 0px;}
.tab_h_scroll{width: 100%;height:58px;overflow-x: auto;overflow-y: hidden;display: flex; justify-content: space-between;position: relative;}
.Link-Tab{list-style: none;display: flex;flex-wrap: nowrap;margin: 10px 0 0 0;padding: 0;position: relative;font-weight:500; font-size:1.4rem;}
.Link-Tab li{display:block;list-style: none;margin:0px;}
.Link-Tab li > a{display: block;text-align: center;background:#fff; border-bottom: 4px solid #fff; color:#57585a; padding:14px 15px 10px 15px;white-space: nowrap;border-radius:3px 3px 0px 0px;position: relative;transition: all 0.3s ease;}
.Link-Tab li.Active > a, .Link-Tab li.Active > a:hover{border-bottom: 4px solid #fbb416;color:#fbb416; transition: 0.3s;}
.Link-Tab li:hover > a{background: #f5f5f5;border-bottom: 4px solid #f5f5f5; color:#57585a; transition: all 0.3s ease;}
.tab_m_scroll button.prev, .tab_m_scroll button.next {display: none;}
.MessageInfo-Center > svg {position: absolute; top: -14px; left: -100px;}
.TableAreaBlock .DataTable tr td {/*white-space: nowrap;*/ height: 56px;vertical-align: top;}
.TableAreaBlock .DataTable tr:nth-child(even) td {background-color: #f8f8f8;}
.TableAreaBlock .DataTable tr td img.Profile40{width:40px;height:40px;}
.TableAreaBlock .DataTable .headers{font-weight: 600;}
.line-mail1 {animation: line-mail1 3s infinite ease-in-out;}
.text_ws{display:inline-block;width:calc(100% - 80px);white-space: nowrap; overflow: hidden;text-overflow: ellipsis;max-width: calc(100% - 80px);float: left;}
.closeW{display:none; position: absolute;width: 30px;height: 30px;background: rgba(0,0,0,0.1);padding: 5px;border-radius: 50%;right: 25px;top: 15px;z-index: 11;}
@media screen and (min-width:992px){
    .dflex{display: -webkit-box;display: -moz-box; display: -ms-flexbox;display: -webkit-flex;display: flex; flex-grow: 1;}
    .m_visible {display:none;}
    .d_visible{display:block;}
}
@keyframes line-mail1{
	 0% { transform: translate3d(-200px, 0, 0);}
	 30% {transform: translate3d(0px, 0, 0);}
	 40% {transform: translate3d(-4px, 0, 0);}
	 50% {transform: translate3d(0px, 0, 0);}
	 70% {transform: translate3d(-4px, 0, 0);}
	 100% {transform: translate3d(240px, 0, 0);}
}
@media (prefers-reduced-motion: reduce) {
	 .line-mail1 {
		 animation: none;
	 }
}
@media screen and (max-width:1199px){
    .Link-Tab li > a{padding: 14px 10px 10px 10px}
}
@media screen and (max-width:991px){
    .dflex{display:block;}
    .m_visible {display:block;}
    .d_visible{display:none;}
}
@media screen and (max-width:767px){
    .WhiteBlock {padding: 10px 15px;}
    .WhiteBlock hr {margin-left: -15px;margin-right: -15px;}
	.dflex{display:block;}
    .stickyontop .WhiteTopBlock_Wrapper{height:205px; transition: all 0.3s ease;}
    .stickyontop .WhiteTopBlock_Wrapper .WhiteTopBlock {padding: 15px;height: 207px; transition: all 0.3s ease;}
    .stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock{height:171px; transition: all 0.3s ease;}
    .tab_m_scroll{padding: 0px 40px;}
    .tab_h_scroll{overflow: hidden;}
    .Link-Tab li > a{padding: 10px 15px; transition: all 0.3s ease;}
    .tab_m_scroll button.prev, .tab_m_scroll button.next {display: flex;font-size: 12px;font-weight:200;align-items: center; justify-content: center;color: #FFF;background: #333;border-radius: 50%;width: 36px; height: 36px;box-shadow: none;border: 0px solid #fff;outline: none;cursor: pointer;}
    .tab_m_scroll button.prev > i, .tab_m_scroll button.next > i{position: relative;top:-1px;}
    .tab_m_scroll button.prev {position: absolute; left: 0px; top: 12px; transition: all 0.3s ease;}
    .tab_m_scroll button.next {position: absolute; right: 0px; top: 12px; transition: all 0.3s ease;}
    .stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .tab_m_scroll button.prev {top: 4px; transition: all 0.3s ease;}
    .stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .tab_m_scroll button.next {top: 4px; transition: all 0.3s ease;}
    .stickyontop .WhiteTopBlock_Wrapper .WhiteTopBlock .WhiteTopBlock-Right{padding: 10px 0px 10px 0px;top: 0px;}
    .stickyontop.shadow .WhiteTopBlock_Wrapper .WhiteTopBlock .WhiteTopBlock-Right{padding: 5px 0px 0px 0px;top: 0px;transition: all 0.3s ease;}
    .WhiteTopBlock-Logo{width: 70px;height: 70px;}
    .WhiteTopBlock h1{font-size: 1.8rem;margin-bottom: 5px;}
    .MessageInfo-Center::before {left: 50px;}
    .MessageInfo-Center::after {right: 50px;}
    .MessageInfo-Center > svg {width: 100px!important; height: 50px!important; top: 0px!important; left: -50px!important;}
    .Page-Header h4 > b {display: block;margin-bottom: 15px;}
    .SelectBoxSmall > span {display:none;}
    .Page-Header h4.Orange .OrangeBtn{margin-right:0px!important;}
    .GroupCard-Content-Info .BlogBlock {padding:20px 15px;}
}
/*css by Govind end here */

/* === Custom Search bar by Govind Start here  === */
.search_panel, .search_panel_left, .search_panel_center, .search_panel_right, .filterSearch{display: -webkit-box;display: -moz-box; display: -ms-flexbox;display: -webkit-flex;display: flex; flex-grow: 1; align-items: center;}
.search_panel{width: 100%; background:#fff; padding: 20px 0px; min-height: 84px;justify-content: flex-start;}
.search_panel_left{width: 25%; min-width: 330px;justify-content:flex-start;padding: 0px 20px;}
.search_panel_left>*{margin-right: 10px;}
.search_panel_left > img{display: block; width: 67px;}
.custom_btn{display: flex; align-items: center; justify-content: center; padding: 8px 15px; border: 0px solid #fff;box-shadow: none; outline: none; cursor: pointer;user-select: none;font-size: 13px; font-weight: 500;transition: all 0.3s ease; border-radius:30px;}
.custom_btn.gray{background: #e8ecf7;color: #333;}
.custom_btn.gray:hover{background: #fbb416;color:#fff;transition: all 0.3s ease;}
.custom_btn.gray.active{background: #fbb416;color: #fff;}
.custom_btn.gray:hover{background: #fbb416;color:#fff;transition: all 0.3s ease;}
/*.custom_btn.green{background: #5E7F24;color: #fff;}
.custom_btn.green:hover{background: #2a343e;color:#fff;transition: all 0.3s ease;}*/
.custom_btn.green{background-color: #fff; color: #454F5B; font-weight: 500; border: solid 2px #454F5B;transition: all 0.3s ease;}
.custom_btn.green:hover{background: #2a343e;color:#fff!important;transition: all 0.3s ease;}
.search_panel_center{width: 50%;justify-content: center;padding: 0px 20px;}
.filterSearch {width: 100%;position: relative;justify-content: center;flex-wrap: nowrap;}
.filterSearch::before {width: 15px;height: 15px; border-radius: 50%; background: rgba(0,0,0,0);border: 2px solid #fbb416;position: absolute;left: 14px;top: 12px;z-index: 1;content: "";}
.filterSearch::after {width: 9px;height:2px;background:#fbb416;border-radius:2px;position: absolute;left: 24px;top: 26px;z-index: 1;transform: rotate(45deg);content: ""; }
.filterSearch > input[type="text"], .filterSearch > input[type="text"]:focus{width: 100%;height:44px;background:#fff;padding: 11px 10px 11px 40px;font-size: 14px;line-height: 18px;color:#333;border: 2px solid #fbb416;border-right: 0px solid #fbb416;border-radius: 25px 0px 0px 25px;box-shadow: none; outline: none;}
.filterSearch > button{display: block;width: 94px;height:44px;background:#fbb416; text-align: center;padding: 13px 10px;font-size: 13px;font-weight:400;line-height: 18px;color:#fff;letter-spacing: 0.5px;border: 0px solid #fbb416;border-radius: 0px 25px 25px 0px;box-shadow: none;outline: none;cursor: pointer;user-select: none;transition: all 0.3s ease;}
.filterSearch > button:hover, .filterSearch > button:focus{background:#2a343e;border: 0px solid #2a343e;color:#fff;transition: all 0.3s ease;}
.search_panel_right{width: 25%;min-width: 200px;justify-content: flex-end;padding: 0px 20px;}
.plusicon{position: relative;padding-left: 36px;}
.plusicon::before{width: 13px;height: 3px;background: #454F5B;position: absolute;left: 14px;top: 16px;z-index: 1;content: "";}
.plusicon::after{width: 3px;height: 13px;background:#454F5B;position: absolute;left: 19px;top: 11px;z-index: 1;content: "";}
.dflex{display: -webkit-box;display: -moz-box; display: -ms-flexbox;display: -webkit-flex;display: flex;}
.sticky_panel{position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;position: sticky;top: 0px;}
.scroll_auto{width: 100%;height: 100%;overflow-y: auto;overflow-x: hidden;}
.m_scroll{width: 100%;overflow: hidden;position: relative;padding: 0px 0px;}
.h_scroll{width: 100%;overflow-x: auto;overflow-y: hidden;display: flex; justify-content: space-between;position: relative;}
.New-Link-List{list-style: none;display: flex;flex-wrap: nowrap;margin: 0 0 10px 0;padding: 0;position: relative;font-weight:500; font-size:14px;}
.New-Link-List li{display:block;list-style: none;margin:0px; margin-right:5px;}
.New-Link-List li > a{display: block;text-align: center;background:#f5f5f5; color:#57585a; padding:15px 15px;border-radius:4px;white-space: nowrap;transition: 0.3s;}
.New-Link-List li > a.GrayBtn{background: #939598;color: #fff;}
.New-Link-List li.Active > a{background:#444f5b; color:#fff;transition: 0.3s;}
.New-Link-List li:hover > a{background:#fbb416; color:#fff;transition: 0.3s;}
.m_scroll button.prev, .m_scroll button.next {display: none;}

.adv_srch_table{width:100%;border-collapse:collapse;}
.adv_srch_table>tbody>tr>td>div>a,.adv_srch_table>tbody>tr>td>div>img{display:none;}
.adv_srch_table>tbody>tr>td>div>input[type="checkbox"]{margin-top:0px;}
.adv_srch_table>tbody>tr>td{padding: 8px 0px;}
@media screen and (max-width:1199px){
    .GroupHeader h1 {width: calc(100% - 125px);}
    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 8px #ccc;
      border-radius: 8px;
    }
    ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: linear-gradient(to right, #eee 0%, #4ac4d5 0%);
    }
}
@media screen and (max-width:991px){
    .dflex{display:block;}
    .search_panel{flex-direction: column;}
    .search_panel_center, .search_panel_right{width: 100%;}
    .search_panel_center{margin: 20px 0px;}
    .search_panel_right{justify-content: center;}
    .scroll_auto{height: auto !important;overflow: hidden !important;}
    .h_scroll_auto{width:100%;overflow-x: auto;overflow-y: hidden;}
    .News-Block-List {display: flex;}
    .News-Block-List li{min-width: 230px;}
    #shareYourViews.Top-AddContent-Block{margin:10px 0px 30px 0px;padding: 10px;min-height: 60px;box-shadow: 0px 2px 4px #d1d2d4;position: relative;z-index: 9;}
    #shareYourViews.Top-AddContent-Block:hover {box-shadow: 0px 2px 4px #d1d2d4;}
    #shareYourViews.Top-AddContent-Block > p {float:left;}
    #viewsSection {position: relative;z-index: 5;transform: translateY(-63px);margin-bottom: -33px;}
    #viewsSection.WhiteBlock{padding-top: 53px;border: 0px solid #fff;}
    .GroupCard-Info {padding-left: 0px;padding-right: 0px;border-left: 0px solid #e8ecf7; border-right: 0px solid #e8ecf7; box-shadow: -4px 0px 2px #e8ecf7, 4px 0px 2px #e8ecf7;}
}
@media screen and (max-width:767px){
    .GroupHeader h1{display: block;margin-top:5px;margin-bottom:15px;/*float: left;*/font-size: 17px!important;line-height: 130%;/*max-width: calc(100% - 80px);*/}
    .joinCommunity{margin-top: 10px;}
    .m_scroll{padding: 0px 40px;}
    .h_scroll{overflow: hidden;}
    .New-Link-List li > a{padding: 15px 17px;}
    .m_scroll button.prev, .m_scroll button.next {display: flex;font-size: 12px;font-weight:200;align-items: center; justify-content: center;color: #FFF;background: #333;border-radius: 50%;width: 36px; height: 36px;box-shadow: none;border: 0px solid #fff;outline: none;cursor: pointer;}
    .m_scroll button.prev > i, .m_scroll button.next > i{position: relative;top:-1px;}
    .m_scroll button.prev {position: absolute; left: 0px; top: 8px;}
    .m_scroll button.next {position: absolute; right: 0px; top: 8px;}
    .GroupHeader-Logo, .GroupHeader-Inside .GroupHeader-Logo {width: 56px;height:56px;margin-right: 10px!important;margin-left: 0px;margin-top: 0px;}
    .BlogBlock,.tab_content {padding: 15px;}
    .GroupList-Container .GroupCard-Header .GroupCard-Name {padding: 25px 15px 15px 15px;}
    .GroupCard-Name h4{font-size: 14px;line-height: 130%;}
    .GroupList-Container .GroupCard-Header .GroupCard-Logo {width: 80px;margin-right: 10px;}
    .GroupCard-Logo img {max-width: 60px;}
    .GroupCard-Name h6 > span {display: inline-block;font-size: 12px;}
    .GroupList-Container .GroupCard-Name .btn {top:0px;right:-5px;}
    .m_br{display:block;line-height: 14px;}
    .m_br > b{color:#d1d2d4;font-weight: 500;}
    .GroupCard-Info .BlogBlock-Rank{right:15px;}
    .GroupCard-Info .BlogBlock-Pin {right:75px;}
    .GroupHeader h1 {width: calc(100% - 90px);}
    .Top-AddContent-Block{padding:10px 10px;min-height:60px;display: flex;font-size: 13px;justify-content: space-between;align-items:center;}
    .sticky_panel .Top-AddContent-Block {display: block;}
    .adv_srch_table>tbody>tr{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;}
    .adv_srch_table>tbody>tr>td{width:50%;}
}
@media screen and (max-width:475px){
    .GroupNotification-Block {right: 15px;padding-left: 10px;max-width: 80px;top:69px;}
    .GroupNotification-Block .Blue{font-size: 12px;}
    .GroupNotification-Block .switch {margin-top: 5px;}
    .GroupHeader h1 {width: 100%;}
}
/* Safari Hack */
@media not all and (min-resolution:.001dpcm) { @media {
    .m_scroll {padding: 0px 0px;}
    .h_scroll {overflow-x: auto; overflow-y: hidden;}
    .m_scroll button.prev, .m_scroll button.next{display: none;}
}}
/* === Custom Search bar by Govind End here  === */


/* css for Common custom button design start 14 July 21 */
.hr_custom_btn{display: inline-block;font-family: 'Roboto';line-height: 1.42857143;text-align: center;white-space: nowrap;border-radius:3px;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;box-shadow: none;outline:none;text-decoration:none!important;}
.gradient_btn, .gradient_btn:active, .gradient_btn:active:focus{background: linear-gradient(to right, #EA4397, #F26532);border:0px solid #fff;color:#fff!important;box-shadow: none;outline:none;transition: all .3s ease;}
.gradient_btn:hover{background: linear-gradient(to right, #F26532, #EA4397);transition: all .3s ease;text-decoration:none;}
.white_noline_btn{background: rgba(0,0,0,0);border:0px solid #fff;border-radius:3px;font-size:14px;font-weight: 600;color:#fff!important;transition: all .3s ease;}
.white_line_btn{background: rgba(0,0,0,0);border:2px solid #fff;border-radius:3px;font-size:14px;font-weight: 600;color:#fff!important;transition: all .3s ease;}
.dark_blue_btn{background:#0C4878;color:#fff!important;border:0px solid #0C4878;}
.dark_blue_btn:hover,.dark_blue_btn:active,.dark_blue_btn:active:focus{background:#073C67;transition: all .3s ease;text-decoration:none;}
.dark_blue_btn>svg{position:relative;top:1px;margin-right:5px;}
.gradient_btn.round, .white_noline_btn.round,.white_line_btn.round,.dark_blue_btn.round{border-radius: 50px;}
.gradient_btn.btn_large,.white_noline_btn.btn_large,.dark_blue_btn.btn_large{padding: 13px 25px;font-size: 14px;font-weight: 500;}
.white_line_btn.btn_large{padding: 11px 25px;font-size: 14px;font-weight: 500;}
.white_line_btn.btn_medium,.dark_blue_btn.btn_medium{padding: 9px 16px;font-size: 13px;font-weight: 500;}
.white_line_btn:hover,.white_line_btn:active,.white_line_btn:active:focus,.white_noline_btn:hover,.white_noline_btn:active,.white_noline_btn:active:focus{background:#fff;color:#2A343E!important;transition: all .3s ease;}
/* css for Common custom button design end 14 July 21 */


/* Homepage by Sambit 06May2021 Start */
.NavBarLeft { width: 70%;}
.Top-AddContent-Block {color:#444f5b; font-weight:600; border-radius:35px; transition: 0.3s; margin-bottom:0px; }
.Top-AddContent-Block .btn{margin:0px; border-radius:20px; height:40px;}
.Top-AddContent-Block:hover{box-shadow: 0px 5px 15px #444f5b;}
.SurveyBlock{background:#f8f8f8; border: solid 1px #e3e6f0;}
#exTab3 .nav > li > a{ font-size:16px; background:none; font-weight:700; color:#2A343E; padding: 10px 0px; margin-top:10px; margin-right:25px; opacity:0.65; border-radius:0px;}
#exTab3 .nav > li > a:hover{opacity:1;}
#exTab3 .nav > li.active > a, #exTab3 .nav > li.active > a:hover, #exTab3 .nav > li.active > a:focus{opacity:1; color:#D81F49; border-bottom:solid 4px #D81F49;}
#exTab3 .WebcastBlock h4 a{font-size:16px; font-weight:700; color:#444f5b;}
#exTab3 .ePub-White-Block { background: none; border: none; color:#444f5b;}
#exTab3 .ePub-White-Block a {color:#444f5b; font-weight:500;}
#exTab3 .BlogBlock{transition: 0.3s; min-height:unset;}
#exTab3 .BlogBlock:hover{box-shadow: 0px 2px 15px #d1d2d4; }
.BlogBlock h4 { min-height: 50px; }
#exTab3 .MiniBlock{margin-bottom:0px;}
.Index-AccessBlock{background:#fff; padding:20px; margin-bottom:20px;}
.Index-AccessBlock .panel-body { padding: 0px!important; }
.Index-AccessBlock .SidePanelMenu #MainMenu{max-height:unset!important;}
input[type="file"]{display: inline-block;}
.Custom-file-input { color: transparent; max-width:90px;}
.Custom-file-input::-webkit-file-upload-button { visibility: hidden;}
.Custom-file-input::before { content: '+ Add File'; display: inline-block; color: #939598;  outline: none; white-space: nowrap; -webkit-user-select: none; padding: 0px 0px;}
.custom-file-input:hover::before { color: #fff;}
 @media screen and (max-width:992px){
 #exTab3 .nav > li { width:auto; text-align:center; margin-right:20px;}
 #exTab3 .nav > li > a{ font-size:16px; margin-right:0px;}
 #exTab3 .nav > li .glyphicon{display:none;}
 }
 
 /* Homepage by Sambit 06May2021 End */
 
 .sfsDialogTop .newheader h5{font-size:13px; font-weight:700;}
 .sfsDialogTop .newheader h5 span{padding:5px 15px; background:#fff; border:solid 1px #949599; border-radius:20px;}
 
 
 
 /* Job Block css by Sambit */
.JobSmall-Block{background: #fff; border: solid 1px #e3e6f0; min-height:215px; width:30%; margin-bottom: 2px; border-radius: 5px; top: 50%; padding:10px 15px; margin:10px 11px; position: relative; color: #333; text-align:left; float:left; transition: 0.3s;}
.JobSmall-Block:hover{ box-shadow: 0px 3px 6px rgba(0,0,0,0.1);}
.JobSmall-Block a{color: #333;}
.JobSmall-Block h6 { font-size: 1.4rem; font-weight: 600; margin:10px 0px 10px 0px; line-height: 1.5; color: #2a343e;}
.JobSmall-Block p{font-size: 1.2rem!important; font-weight: 400; line-height:22px;}
.JobSmall-Block p>.glyphicon{position:relative;top:2px;left:-2px;}
.JobSmall-Block .SemiRoundBtn { padding:5px 20px; margin:0px; border-radius:20px; font-size:12px; font-weight:500; /*background: #94c842; background:#E51069;*/
background:#2a5a8d;  color:#fff; position:absolute; bottom:25px; left:15px;}
.JobSmall-Block .SemiRoundBtn:hover{ background: linear-gradient(45deg, #444f5b, #2a343e);}
.JobSmall-Block .RoundBtn{ padding:0px; margin:0px; width:28px; height:28px; text-align:center; border-radius:50%; background:#e3e3e4;  position:absolute; bottom:45px; right:15px;}
.JobSmall-Block .RoundBtn:hover{ background:#444f5b;}
.JobSmall-Block .RoundBtn .fas{margin:0px; color:#fff; margin-top:-2px;}
.JobSmall-Block-Bottom{position:absolute; bottom:15px; font-size: 1.0rem; font-weight:500; color:#949599;}
@media screen and (max-width:540px){
.JobSmall-Block{background: #fff; border: solid 1px #e3e6f0; min-height:200px; width:100%; margin:10px 0px;}
}

.disabledDiv {pointer-events: none; opacity: 0.5;}

.DataResult-RoundBlock{ background: #fff; border: solid 1px #e8ecf7; border-radius: 4px; padding: 15px; color: #d1d2d4; /* font-size: 1.1rem; */ line-height:18px; margin:15px 0px; transition: 0.3s; /*overflow:hidden;*/}
.DataResult-RoundBlock:hover{ /* box-shadow: 0px 3px 15px #bababa;  border: solid 1px #bababa;*/ box-shadow:0px 8px 15px #bcbcbc; }
.DataResult-RoundBlock h3{font-size: 1.75rem; font-weight:800; margin-top:10px; margin-bottom:15px; line-height:24px; color:#565f69;}
.DataResult-RoundBlock h4{font-size: 1.60rem; font-weight:600; margin-top:10px; margin-bottom:15px; line-height:22px; color:#2a343e; border-left:solid 15px #94c93d; padding-left:15px;}
.DataResult-RoundBlock h5{font-size: 1.25rem; font-weight:600; margin-top:5px; line-height:20px;  margin-bottom:15px; color:#f0483b;}
.DataResult-RoundBlock hr{margin-top:10px; margin-bottom:10px; margin-left:-15px; margin-right:-15px; border-top:solid 1px #e8ecf7;}
.DataResult-RoundBlock>a{text-decoration:none!important;}
.DataResult-RoundBlock .Presenter-Name{border:none; margin:0px; padding:0px; margin-top:10px; margin-right:20px; float:left; width:30%; min-height:65px;  background:#eef1f9; padding:10px; border-radius:80px; border:solid 1px #d6dbeb;}
.DataResult-RoundBlock .Presenter-Name:hover{background:#ffeec9; transition: all 0.5s ease;}

.DataResult-RoundBlock .DiscussionsBlock{}
.DiscussionsBlock h3{margin-top:5px; margin-bottom:20px;}
.DiscussionsBlock h4{font-size: 1.60rem; font-weight:600; margin-top:10px; margin-bottom:5px; line-height:22px; color:#f0483b; border:none; padding:0px;}
.DiscussionsBlock .Profile30{ margin-right:-10px; margin-bottom:5px; border-radius:60px;}

.DataResult-RoundBlock .carousel-inner > .item > img{ margin-bottom:30px!important;}
.UserProfile-Round{width: 100%; height: auto; max-width: 80px; margin-bottom:5px; border-radius:100px; border: 10px solid #e2dad7; border-radius: 50%; background: #e2dad7;}

/* .DataResult-RoundBlock.DiscussionsBlock ul.tabs li{padding: 6px 15px; border-radius: 30px; margin-right: 10px; border: solid 1px #d7d7d7;}
.DataResult-RoundBlock.DiscussionsBlock ul.tabs li.active{background-color: #f0483b; border: solid 1px #f0483b; color: #fff;} */
.DataResult-RoundBlock.DiscussionsBlock .tab_content{padding-left:0px; padding-right:15px; margin-top:10px; max-height:520px; overflow-y:auto; overflow-x:hidden;}


@media screen and (max-width:991px){
.DataResult-RoundBlock .Presenter-Name{width:47%; margin-right:10px;}
}
@media screen and (max-width:767px){
.DataResult-RoundBlock .Presenter-Name{width:100%; margin-right:0px;}
}
.DataResult-RoundBlock .Presenter-Name h4{font-size: 1.25rem; font-weight:600; margin-bottom:5px; border:none; margin-top:5px; line-height:12px;}
.DataResult-RoundBlock .Presenter-Name img{margin-top:0px;}
.DataResult-RoundBlock .Presenter-Name a{color:#57585a; font-weight:500;}

.DataResult-RoundBlock .SM-Icons{margin:10px 10px 10px 0px!important; }
.DataResult-RoundBlock .SM-Icons li{background:#939598; color:#2a343e; margin-right:0px!important; text-align:center;  margin-left:5px!important; padding:5px 1px; width:24px; height:24px; border-radius:50%; transition: 0.2s ease; }
.DataResult-RoundBlock .SM-Icons li:last-child{background:none; padding:0px; width:unset; height:unse;}
.DataResult-RoundBlock .SM-Icons li:last-child:hover{background:none;}
.DataResult-RoundBlock .SM-Icons li a{color:#fff;}
.DataResult-RoundBlock .SM-Icons li:hover{border-radius:3px; background:#4ac4d5;}
.DataResult-RoundBlock .SM-Icons li a>svg{width:12px;height:12px;fill:#fff;stroke:#fff;}
.DataResult-RoundBlock .SM-Icons .fab{ font-size:1.25rem; margin-top:0px;}
.DataResult-RoundBlock .SM-Icons .fas{ font-size:1.25rem; margin-top:0px;}
.DataResult-RoundBlock .SM-Icons li .ExtraSmallBtn{padding:4px 12px; border-radius:15px; margin-left:5px;}

.ProfileTop-BackgroundBlock{
background:#e8ecf7; height:100px; overflow:hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 5px 5px 0px 0px; 
background-color: #ffffff;
opacity: 0.8;
background-image:  linear-gradient(135deg, #e8ecf7 25%, transparent 25%), linear-gradient(225deg, #e8ecf7 25%, transparent 25%), linear-gradient(45deg, #e8ecf7 25%, transparent 25%), linear-gradient(315deg, #e8ecf7 25%, #ffffff 25%);
background-position:  10px 0, 10px 0, 0 0, 0 0;
background-size: 20px 20px;
background-repeat: repeat;
transition: all .3s ease;
/* margin-bottom:10px;*/
}
.ProfileTop-BackgroundBlock img{width:100%; height:auto; border-radius: 5px 5px 0px 0px;}

.Photo-Video-Gallery{ border:solid 0px #f5f5f5;}
.Photo-Video-Gallery .accordion-Content-Block{padding:0px 0px; border:none;}
.Photo-Video-Gallery .ImgBorderBlock{padding:10px; max-width:33.33%; height: 320px; margin:0px; border:solid 1px #f5f5f5;}
.Photo-Video-Gallery .ImgBorderBlock .Profile40{height:40px;}
.Photo-Video-Gallery .accordion-item .heading{padding-top:25px; padding-bottom: 25px;}
.Photo-Video-Gallery .accordion-item.active .heading h5{color:#fbb416;}
.Photo-Video-Gallery .accordion-item .heading h5{ font-size:15px; color:#939598;}
.Photo-Video-Gallery .accordion-item.accordion-item .icon{border-radius:50%; left:0px;}

.Photo-Video-Gallery ul li{list-style:none; background:none; float:left; width:33.33%; margin:0px; margin-bottom:10px; border:none; padding:5px;}
.Photo-Video-Gallery ul li:first-child {width:100%; padding:10px 100px; border-bottom:solid 2px #e8ecf7;}
.Photo-Video-Gallery ul li:first-child p{font-size: 1.75rem!important; font-weight:700; line-height:22px; margin:20px 0px !important;}
.Photo-Video-Gallery ul li p{font-size: 1.2rem!important; font-weight:500; line-height:16px; margin:10px 0px;}
.Photo-Video-Gallery ul li .small{color: #949599; margin-top:5px;}
.Photo-Video-Gallery ul li .SM-Icons li{margin-bottom:5px; margin-right: 5px!important; margin-left:0px!important; border:none!important; width: 26px; height: 26px; padding:1px;}
.Photo-Video-Gallery ul li .SM-Icons .fas, .Photo-Video-Gallery ul li .SM-Icons .fab{font-size: 1.2rem;}
@media screen and (max-width:991px){
.Photo-Video-Gallery .ImgBorderBlock, .Photo-Video-Gallery ul li{min-width:49%;}
}
@media screen and (max-width:767px){
.Photo-Video-Gallery .ImgBorderBlock, .Photo-Video-Gallery ul li{min-width:100%; float:none;}
.Photo-Video-Gallery ul li:first-child {width:100%; padding-left:0px; padding-right:0px;}
.Photo-Video-Gallery ul li:first-child p{font-size: 1.2rem!important; font-weight:500; line-height:16px; margin:10px 0px!important;}
}
.ImgBorderBlock .right{margin-top:2px; margin-left:15px;}
.Photo-Video-Gallery .accordion-item.accordion-item .icon{border-radius: 50%; left: 0px; margin-left: 15px;}
.Photo-Video-Gallery .sf-dropdown-content{margin-left:-30px;}
.Photo-Video-Gallery .sf-list-style-02 li{width:100%; margin:0px; padding:0px;}
.Photo-Video-Gallery .sf-list-style-02 li:first-child{padding:0px; border:none;}

.Post-SubHeader-Right{float:right;}
.Post-SubHeader-Right .ExtraSmallBtn{margin-top:0px;}

.UR-Block-New{position:relative; background: #f5f5f5; border: solid 1px #e3e6f0; width:100%; margin-bottom: 3px; border-radius: 5px; top: 50%; padding: 10px; display:block; min-height:84px; transition: all 0.3s ease;}
.UR-Block-New:hover{background: #fff; border: solid 1px #bababa;}
.UR-Block-New-Img{width:50px; height:50px; overflow: hidden; border-radius: 50%; background: #fff; margin-right:15px; margin-top:5px; float:left; }
.UR-Block-New-Img img{width: 100%;  height: auto; max-width: 50px;}
.UR-Block-New-Info{width:auto; padding-right:15px;}
.UR-Block-New-Info h5{font-size: 1.5rem!important; color:#454f5b; font-weight:600; line-height:20px; margin:10px 0px 5px 0px; }
.UR-Block-New-Info h6{font-size: 1.2rem!important; color:#949599; font-weight:400; margin:0px; margin-bottom: 10px; }
.UR-Block-New-Right{max-width: 370px; width: auto;text-align:right; position:absolute; top:20px; right:20px;	}
.UR-Block-New-Right .RatingNo{margin:5px; }

@media screen and (max-width:767px){
.DataResult-RoundBlock .FloatRight{float:none;}
.UR-Block-New-Right{max-width:unset; width: 100%; text-align:left; position:relative; top:unset; right:unset;	}
}

.Gradient-BG-00{background: linear-gradient(65deg, #ea4397, #f0493c); padding:20px; border-radius:5px;}
.Gradient-BG-01{background: linear-gradient(65deg, #ebbd75, #4ac4d6, #f48f9d); padding:20px; border-radius:5px;}

.Event-Block-Box{margin:5px auto; position:relative; display: flex; overflow-x: auto;}
.Event-Block-Box li{list-style:none; min-width:260px; height:300px; margin:0px 0px; margin-bottom:10px; margin-right:12px; padding:15px; line-height:1.50rem; border: 1px solid #e6ecef; background: #fff; border-radius:6px; transition: all 0.5s ease; position:relative; }
.Event-Block-Box li:hover{border: 1px solid #cbd1e0;}
.Event-Block-Box li h6{font-size:1.25rem; line-height:1.75rem; font-weight:600; margin:0px; margin-bottom:10px; color:#94C83D; }
.Event-Block-Box li span{font-size:1.15rem;  font-weight:400; margin:0px; }
.Event-Block-Box .PostImg{height:unset; max-height:150px; }
.Event-Block-Box li .fas{font-size:1.85rem; margin-right:5px;}
.Event-Block-Box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ccc;}
.Event-Block-Box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.Event-Block-Box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(to right, #ddd 0%, #4ac4d5 0%);
}



/* Job Block & Profile Pages css by Sambit (Start) */
/*.JobSmall-Block{background: #fff; border: solid 1px #e3e6f0; min-height:240px; width:30%; margin-bottom: 2px; border-radius: 5px; top: 50%; padding:10px 15px; margin:10px 11px; position: relative; color: #333; text-align:left; float:left; transition: 0.3s;}
.JobSmall-Block:hover{ box-shadow: 0px 8px 15px #bcbcbc;}
.JobSmall-Block a{color: #333;}
.JobSmall-Block h6 { font-size: 1.4rem; font-weight: 600; margin:10px 0px 20px 0px; line-height: 1.5; color: #2a343e;}
.JobSmall-Block p{font-size: 1.2rem!important; font-weight: 400; line-height:16px;}
.JobSmall-Block .SemiRoundBtn { padding:5px 20px; margin:0px; border-radius:20px; font-size:12px; font-weight:500; background: #94c842;  color:#fff; position:absolute; bottom:45px; left:15px;}
.JobSmall-Block .SemiRoundBtn:hover{ background: linear-gradient(45deg, #444f5b, #2a343e);}
.JobSmall-Block .RoundBtn{ padding:0px; margin:0px; width:28px; height:28px; text-align:center; border-radius:50%; background:#e3e3e4;  position:absolute; bottom:45px; right:15px;}
.JobSmall-Block .RoundBtn:hover{ background:#444f5b;}
.JobSmall-Block .RoundBtn .fas{margin:0px; color:#fff; margin-top:-2px;}
.JobSmall-Block-Bottom{position:absolute; bottom:15px; font-size: 1.0rem; font-weight:500; color:#949599;}
@media screen and (max-width:540px){
.JobSmall-Block{background: #fff; border: solid 1px #e3e6f0; min-height:200px; width:100%; margin:10px 0px;}
}

.disabledDiv {pointer-events: none; opacity: 0.5;}*/

.DataResult-RoundBlock{ background: #fff; border: solid 1px #e8ecf7; border-radius: 4px; padding: 15px; color: #d1d2d4; /* font-size: 1.1rem; */ line-height:18px; margin:15px 0px; transition: 0.3s;}
.DataResult-RoundBlock:hover{ /* box-shadow: 0px 3px 15px #bababa;  border: solid 1px #bababa;*/ box-shadow:0px 8px 15px #bcbcbc; }
.DataResult-RoundBlock h3{font-size: 1.75rem; font-weight:800; margin-top:10px; margin-bottom:15px; line-height:24px; color:#565f69;}
.DataResult-RoundBlock h4{font-size: 1.60rem; font-weight:600; margin-top:10px; margin-bottom:15px; line-height:22px; color:#2a343e; border-left:solid 15px #94c93d; padding-left:15px;}
.DataResult-RoundBlock h5{font-size: 1.25rem; font-weight:600; margin-top:5px; line-height:20px;  margin-bottom:15px; color:#f0483b;}
.DataResult-RoundBlock hr{margin-top:10px; margin-bottom:10px; margin-left:-15px; margin-right:-15px; border-top:solid 1px #e8ecf7;}
.DataResult-RoundBlock .Presenter-Name{border:none; margin:0px; padding:0px; margin-top:10px; margin-right:20px; float:left; width:30%; min-height:60px;  background:#eef1f9; padding:10px; border-radius:80px; border:solid 1px #d6dbeb;}
.DataResult-RoundBlock .Presenter-Name:hover{background:#ffeec9; transition: all 0.5s ease;}

.DataResult-RoundBlock .DiscussionsBlock{}
.DiscussionsBlock h3{margin-top:5px; margin-bottom:20px;}
.DiscussionsBlock h4{font-size: 1.60rem; font-weight:600; margin-top:10px; margin-bottom:5px; line-height:22px; color:#f0483b; border:none; padding:0px;}
.DiscussionsBlock .Profile30{ margin-right:-10px; margin-bottom:5px; border-radius:60px;}

.DataResult-RoundBlock .carousel-inner > .item > img{ margin-bottom:30px!important;}
.UserProfile-Round{width: 100%; height: auto; max-width: 80px; margin-bottom:5px; border-radius:100px; border: 10px solid #e2dad7; border-radius: 50%; background: #e2dad7;}

/* .DataResult-RoundBlock.DiscussionsBlock ul.tabs li{padding: 6px 15px; border-radius: 30px; margin-right: 10px; border: solid 1px #d7d7d7;}
.DataResult-RoundBlock.DiscussionsBlock ul.tabs li.active{background-color: #f0483b; border: solid 1px #f0483b; color: #fff;} */
.DataResult-RoundBlock.DiscussionsBlock .tab_content{padding-left:0px; padding-right:15px; margin-top:10px; max-height:520px; overflow-y:auto; overflow-x:hidden;}


@media screen and (max-width:991px){
.DataResult-RoundBlock .Presenter-Name{width:47%; margin-right:10px;}
}
@media screen and (max-width:767px){
.DataResult-RoundBlock .Presenter-Name{width:100%; margin-right:0px;}
}


.ProfileTop-BackgroundBlock{
background:#e8ecf7; height:100px; overflow:hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 5px 5px 0px 0px; 
background-color: #ffffff;
opacity: 0.8;
background-image:  linear-gradient(135deg, #e8ecf7 25%, transparent 25%), linear-gradient(225deg, #e8ecf7 25%, transparent 25%), linear-gradient(45deg, #e8ecf7 25%, transparent 25%), linear-gradient(315deg, #e8ecf7 25%, #ffffff 25%);
background-position:  10px 0, 10px 0, 0 0, 0 0;
background-size: 20px 20px;
background-repeat: repeat;
transition: all .3s ease;
}
.ProfileTop-BackgroundBlock img{width:100%; height:auto; border-radius: 5px 5px 0px 0px;}
/*
.Photo-Video-Gallery{ border:solid 0px #f5f5f5;}
.Photo-Video-Gallery .accordion-Content-Block{padding:0px 0px; border:none;}
.Photo-Video-Gallery .ImgBorderBlock{padding:10px; max-width:33.33%; height: 290px; margin:0px; border:solid 1px #f5f5f5;}
.Photo-Video-Gallery .accordion-item .heading{padding-top:25px; padding-bottom: 25px;}
.Photo-Video-Gallery .accordion-item.active .heading h5{color:#fbb416;}
.Photo-Video-Gallery .accordion-item .heading h5{ font-size:15px; color:#939598;}
.Photo-Video-Gallery .accordion-item.accordion-item .icon{border-radius:50%; left:0px;}

.Photo-Video-Gallery ul li{list-style:none; background:none; float:left; width:33.33%; margin:0px; margin-bottom:10px; border:none; padding:5px;}
.Photo-Video-Gallery ul li:first-child {width:100%; padding:10px 100px; border-bottom:solid 2px #e8ecf7;}
.Photo-Video-Gallery ul li:first-child p{font-size: 1.75rem!important; font-weight:700; line-height:22px; margin:20px 0px !important;}
.Photo-Video-Gallery ul li p{font-size: 1.2rem!important; font-weight:500; line-height:16px; margin:10px 0px;}
.Photo-Video-Gallery ul li .small{color: #949599; margin-top:5px;}
.Photo-Video-Gallery ul li .SM-Icons li{margin-bottom:5px; margin-right: 5px!important; margin-left:0px!important; border:none!important; width: 26px; height: 26px; padding:1px;}
.Photo-Video-Gallery ul li .SM-Icons .fas, .Photo-Video-Gallery ul li .SM-Icons .fab{font-size: 1.2rem;}
@media screen and (max-width:991px){
.Photo-Video-Gallery .ImgBorderBlock, .Photo-Video-Gallery ul li{width:49%;}
}
@media screen and (max-width:767px){
.Photo-Video-Gallery .ImgBorderBlock, .Photo-Video-Gallery ul li{width:100%;}
.Photo-Video-Gallery ul li:first-child {width:100%; padding-left:0px; padding-right:0px;}
.Photo-Video-Gallery ul li:first-child p{font-size: 1.2rem!important; font-weight:500; line-height:16px; margin:10px 0px!important;}
}
*/
.Post-SubHeader-Right{float:right;}
.Post-SubHeader-Right .ExtraSmallBtn{margin-top:0px;}

.UR-Block-New{position:relative; background: #f5f5f5; border: solid 1px #e3e6f0; width:100%; margin-bottom: 3px; border-radius: 5px; top: 50%; padding: 10px; display:block; min-height:84px; transition: all 0.3s ease;}
.UR-Block-New:hover{background: #fff; border: solid 1px #bababa;}
.UR-Block-New-Img{width:50px; height:50px; overflow: hidden; border-radius: 50%; background: #fff; margin-right:15px; margin-top:5px; float:left; }
.UR-Block-New-Img img{width: 100%;  height: auto; max-width: 50px;}
.UR-Block-New-Info{width:auto; padding-right:15px;}
.UR-Block-New-Info h5{font-size: 1.5rem!important; color:#454f5b; font-weight:600; line-height:20px; margin:10px 0px 5px 0px; }
.UR-Block-New-Info h6{font-size: 1.2rem!important; color:#949599; font-weight:400; margin:0px; margin-bottom: 10px; }
.UR-Block-New-Right{max-width: 370px; width: auto;text-align:right; position:absolute; top:20px; right:20px;	}
.UR-Block-New-Right .RatingNo{margin:5px; }

@media screen and (max-width:767px){
.DataResult-RoundBlock .FloatRight{float:none;}
.UR-Block-New-Right{max-width:unset; width: 100%; text-align:left; position:relative; top:unset; right:unset;	}
}

.Gradient-BG-00{background: linear-gradient(65deg, #ea4397, #f0493c); padding:20px; border-radius:5px;}
.Gradient-BG-01{background: linear-gradient(65deg, #ebbd75, #4ac4d6, #f48f9d); padding:20px; border-radius:5px;}

.Event-Block-Box{margin:5px auto; position:relative; display: flex; overflow-x: auto;}
.Event-Block-Box li{list-style:none; min-width:260px; height:300px; margin:0px 0px; margin-bottom:10px; margin-right:12px; padding:15px; line-height:1.50rem; border: 1px solid #e6ecef; background: #fff; border-radius:6px; transition: all 0.5s ease; position:relative; }
.Event-Block-Box li:hover{border: 1px solid #cbd1e0;}
.Event-Block-Box li h6{font-size:1.25rem; line-height:1.75rem; font-weight:600; margin:0px; margin-bottom:10px; color:#94C83D; }
.Event-Block-Box li span{font-size:1.15rem;  font-weight:400; margin:0px; }
.Event-Block-Box .PostImg{height:unset; max-height:150px; }
.Event-Block-Box li .fas{font-size:1.85rem; margin-right:5px;}
.Event-Block-Box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ccc;}
.Event-Block-Box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.Event-Block-Box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(to right, #ddd 0%, #4ac4d5 0%);
}
/* Job Block & Profile Pages css by Sambit (End) */


 .HalfArea li { width: 49%; display: inline-block;}
 
/* CSS fix for Company Profile by Sambit - 26JUl2021 */
.tab_content #exTab3 ul{margin-top:0px;}
.tab_content #exTab3 .nav li{background:none; padding-left:5px;}
.tab_content #exTab3 .nav > li > a{margin-top:0px;}
.ProfileTop-BackgroundBlock .item{border:none; background:none; width: 100%; margin:0px; padding:0px;}
.ProfileTop-BackgroundBlock .EditBtn{right: 10px; top: 20px;}
.UserProfileTab2021{background:#fff; padding:20px!important; border-radius: 5px; border: solid 1px #e8ecf7;margin:0px 0px 20px 0px!important;}
.UserProfileTab2021>li {font-weight: 500; font-size: 1.4rem; transition: all .3s ease;}
.UserProfileTab2021 li:hover > a{background: #fbb416!important; color:#fff; transition: all .3s ease;}
.UserProfileTab2021>li.active, .UserProfileTab2021.active{border:none!important; margin-top:0px!important;}
.UserProfileTab2021 li>a{padding: 12px 15px!important; white-space: nowrap; border-radius: 4px; background:#f5f5f5; margin-right:5px;}
.UserProfileTab2021 li.active>a, .UserProfileTab2021>li:hover>a, .UserProfileTab2021.active{ background: #444f5b; color:#fff!important;}
.UserProfileSubTab2021{ border:none!important; padding:0px 0px 15px 0px!important; margin-bottom:10px;}
.UserProfileSubTab2021>li {font-weight: 500; font-size: 1.5rem; transition: all .3s ease;}
.UserProfileSubTab2021 li:hover > a{transition: all .3s ease;}
.UserProfileSubTab2021>li.active, .UserProfileSubTab2021.active{background:none!important; border:none!important; margin-top:0px!important;}
.UserProfileSubTab2021 li>a{padding: 10px 0px!important; white-space: nowrap; margin-right:20px; }
.UserProfileSubTab2021 li.active>a, .UserProfileSubTab2021>li:hover>a, .UserProfileTab2021.active{ border-bottom:solid 4px #EF4A3D; color:#EF4A3D!important;}
.canvas-page-panel{float:right;}
.WhiteTopBlock{margin-bottom:5px;}
.tab-content .panel-body{max-height:unset!important;}
.ProfileTop-BackgroundBlock{position: relative;}
.MembershipTxt{position: absolute; top: -4px; right: 10px;}
.DarkBtn{background: #2A343E;}
#sfsUserRegistration, .whiteBlockBg{background: #fff;padding: 20px;border-radius: 5px;border: solid 1px #e8ecf7;}
/*#myFeeds {background:#fff; padding:20px 10px!important; border-radius: 5px; border: solid 1px #e8ecf7; margin-bottom:20px;}*/
#myFeeds .feed_main{margin-left: 45px; margin-right: 20px; color:#2A343E; }
#myFeeds .feed_title {font-size: 1.25rem; line-height: 1.75; font-weight:500; margin-bottom: 5px;}
#myFeeds .feed_title .profile_link{color: #E51069!important;}
#myFeeds .feed_time{font-size: 1.15rem; color:#000; opacity:0.65;}
#myFeeds .feed_time a{color:#000!important; opacity:0.65;}
#myFeeds .feed_description_text{margin:15px 0px;padding-left:20px;font-size: 1.35rem; line-height: 1.5; color:#2A343E; font-weight:500;position:relative;}
#myFeeds .feed_description_text:before{width:8px;height:90%;background:#C6C6C6;border-radius:10px;position:absolute;left:0px;top:5%;content:"";}
#myFeeds .feed_main .feed_actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
#myFeeds .feed_main .feed_actions .feed_event_register{display:inline-block;font-size: 13px;font-weight:500;background:#E51069; border:2px solid #E51069; color:#fff;padding:5px 15px;border-radius:20px;margin: 0px 0px;cursor:pointer;user-select:none;}
#myFeeds .feed_main .feed_actions .fb_iframe_widget{position:relative;left:-10px;top:5px;}
#myFeeds .feed_main .feed_actions .feed_show_commenter{display:inline-block;font-size: 13px;font-weight:500;background:#fff;color:#454F5B;padding:5px 15px;border:2px solid #454F5B; border-radius:20px;margin: 0px 0px 0px 10px;cursor:pointer;user-select:none;}
#myFeeds .feed_main .feed_actions .feed_show_commenter>span{display:none;}
#myFeeds .feed_main .feed_actions .comment_area{width:100%;margin-top:10px;}
#myFeeds .feed_main .feed_actions .comment_area>textarea{width:100%;height:58px;min-height:58px;padding: 10px;border-radius:3px;box-shadow:none;outline:none;font-size:13px;line-height:1.5;}
#myFeeds .feed_main .feed_actions .comment_area>input[type="button"]{border-radius:20px;margin-top:5px;}
#myFeeds .feed_main .feed_comments .feed_comment_description{margin-top:5px;}
#myFeeds .feed_main .feed_comments .feed_comment_title .feed_time{padding-left:10px;}

#myFeeds .feed_list>li .removable{background:rgba(0,0,0,1); opacity:0.4; width:24px;height:24px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;cursor:pointer;user-select:none;top: 0px;}
#myFeeds .feed_left_image{width: 30px; height: 30px; text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; overflow: hidden;border-radius: 50%;}
#myFeeds .feed_description_image {width: 30px; height: 30px; text-align: center; vertical-align: middle; padding: 0px; display: flex; justify-content: center; align-items: center; overflow: hidden;border-radius: 50%; margin:10px 0px;}

.JobsPagination{text-align: center; display: inline-grid; height: 30px; width: 30px; font-size:13px; border-radius: 15px; font-weight: 500;}
.JobsPagination a{ background: #939598; padding: 7px 2px 0px 2px; border-radius: 15px; color:#fff;}
.JobsPagination .ActivePager{color:#fff; background: #ef483b; padding: 7px 2px 0px 2px; border-radius: 15px;}
.JobsNext { margin-left: 5px; text-align: center; display: inline-block; background: #fff; padding: 5px 2px 0px 2px; height: 30px; width:30px; border-radius: 15px; font-size:14px; font-weight: 500; color:#2a343e;}
.JobsNext  a{color:#949599;position:relative;top:1px;}
.ConnectionsPagination{margin:10px auto; text-align:center;clear:both;width:100%;}
.FollowTeaser{width:40px; height:40px; text-align: center; vertical-align: middle; padding: 0px; display: inline-block; justify-content: center; align-items: center; overflow: hidden; border-radius: 50%; margin-right:10px; }
.FollowTeaser img{height:40px;}
.FollowTeaser .MarginBottom10{margin-bottom:0px!important;}
.ambassador img{  width:100%; height:auto; max-width:80px; margin-right:10px;}
.canvas .item{background:none; width:100%; color:#454f5b;}
.sf-table .item{background:none; color:#454f5b; background-color: none;}
.sf-table tr{border-bottom:none!important;}
.sf-table-striped tr:nth-child(odd){background:none!important;}
.sfsFieldsetDialog legend{font-size:14px!important; font-weight:600!important; background: #949599; border-radius: 5px; color: #fff; padding: 8px 10px!important;}
.ProfileBlock-Company #CompHeader{padding:0px 15px;}
.ProfileBlock-Company.WhiteTopBlock_Wrapper .WhiteTopBlock{height:auto!important;}
.suggestList ul{width: 100%; background:#fff; max-height: 250px; overflow-y: auto;}
.input-group .dropdown-menu{background:#fff;}
.profile_info_block{margin-top:15px;}

/*#VendorTabs{background: #fff; padding: 20px; border-radius: 5px; border: solid 1px #e8ecf7; margin-bottom:20px; font-weight: 500; font-size: 1.4rem;}
#VendorTabs li  {border-radius: 4px; margin-right: 5px}
#VendorTabs li>a { padding: 12px 15px!important; white-space: nowrap; background: #f5f5f5;}
#VendorTabs li:hover { background-color: #fbb517; color: #333;}
#VendorTabs  li.active { background-color: #444f5b; color: #fff; display: block;}*/
#VendorTabs{background: #fff; padding: 20px; border-radius: 5px; border: solid 1px #e8ecf7; margin-bottom:20px; font-weight: 500; font-size: 1.4rem;}
#VendorTabs li  {border-radius: 4px; margin-right: 5px}
#VendorTabs li>a { padding: 12px 15px!important; white-space: nowrap; background: #f5f5f5; color:#454F5B;}
#VendorTabs li:hover { background-color: #E51069; color: #fff;}
#VendorTabs  li.active { background-color: #2A343E; color: #fff; display: block;}

.MembershipTxt .MembershipContent{ margin:5px 0px; margin-right:20px; color:#2a343e; font-weight:500;}
.MembershipTxt .MembershipContent h6{margin:5px 0px; font-weight:600; color:#000;}

.pagination_link{margin-right: 8px; margin-top:5px; text-align: center; display: inline-grid; background: #939598; padding: 5px 2px; height: 30px; min-width: 30px; border-radius: 15px; font-weight: 500; color: #fff; cursor: pointer;}
.pagination_link:hover{background:#2a343e;}
.pagination_link.ActivePager{background: #ef483b;}
.sfsPager{display: flex;align-items:center; width: 100%;max-width: 100%;overflow-x: auto;overflow-y: hidden;margin-bottom: 20px;}
.sfsPager .right{white-space:nowrap;margin-left:15px;margin-bottom:10px;}
.sfsPager .left{display: flex;align-items: center;justify-content: flex-start;white-space:nowrap;margin-bottom:10px;}
.sfsPager .left a, .sfsPager .left strong{height: 30px; min-width: 30px; border-radius: 15px !important; line-height:15px; padding: 8px 5px !important;text-align:center;}
.sfsPager .left a{background: #939598;  font-weight: 500; color: #fff; cursor: pointer;}
.sf-pager .sf-btn.sf-btn-neutral, .sf-pager .sf-btn.sf-btn-neutral.disabled, .sf-pager .sf-btn.sf-btn-neutral, .sf-pager .sf-btn.sf-btn-neutral.disabled{margin-right: 8px!important; margin-top:5px; margin-bottom:5px; text-align: center; display: inline-grid; background: #939598!important; padding: 5px 2px; height: 30px; min-width: 30px; border-radius: 15px!important; font-weight: 500; color: #fff!important; cursor: pointer;}
.sf-pager .sf-btn.sf-btn-plain.active, .sf-pager .sf-btn.sf-btn-plain:hover, .sf-pager .sf-btn.sf-btn-plain:focus, .sf-pager .sf-btn.sf-btn-neutral.active, .sf-pager .sf-btn.sf-btn-neutral:hover, .sf-pager .sf-btn.sf-btn-neutral:focus{background: #ef483b!important;}
.sf-pager .sf-btn.sf-btn-plain:hover, .sf-pager .sf-btn.sf-btn-neutral:hover{background:#2a343e!important;}

.JobSearchField{width: 42%; margin: 10px 0px; float: left; padding-right:10px;}
.JobSearchField>input.FullWidth{border-radius:30px;}
.JobSearchBtn{width: 10%; margin: 10px 0px; float: left;}
.JobSearchBtn>input.btn{margin:0px;padding: 11px 30px;}
@media screen and (max-width: 540px){
.JobSearchField{width:100%; margin: 10px 0px; padding-right:0px; float:none;}
.JobSearchBtn{width: 100%; margin: 15px 0px;  float:none; text-align:center;}	
}
.DocumentTbl .sf-dropdown-content{margin-left: -170px; max-height:100px; overflow:auto;}
#main_search_submit{border: none;}
.HRCategories ul li label{color: #454F5B!important;}
.followingCarousel>button.btn{border:0px solid #fff;margin:0px;}



@media screen and (max-width:1200px){
	.TopSearchInput{min-width:300px;}
	.NavBarLeft{ width:100%; border-bottom:solid 1px #444f5b; padding-left:15px;}
	.NavBarRight{width:100%; }
	.navbar-right{ text-align:left; float: none !important; }
	#memberFollow{flex-wrap:wrap;}
	/*--- 26 Feb 2018-----*/
	.InsideSide-Bar01{ width:32%;}
	.InsideSide-ContentArea{ width:63%;}
}

@media screen and (min-width:992px) and (max-width:1030px){
	
}

@media screen and (max-width:992px){
	/*.DeskTop-Only{ display:none;}*/
	.Mobile-Only{ display:none;}
	.TopSearchInput{min-width:225px;}
	.NavBarLeft{ width:100%; border-bottom:solid 1px #444f5b; padding-left:15px;}
	.NavBarRight{width:100%; }
	.navbar-right{ text-align:center; float: none !important; }
	.navbar-right li.TopSearchBlock{display:none!important;}
	.navbar-right li.TopSearchBlock.mobSrch{display: flex!important;position: fixed;top: 51px;width: 100%;padding: 7px 15px;background: linear-gradient(to bottom, #fff 63px, rgba(0,0,0,0.3) 63px, rgba(0,0,0,0.3));left: 0px;align-items: flex-start;justify-content: center;height: 100%;border-top:1px solid #ccc;}
	#loggedIn_TopLink.TopLink_new .navbar-right li.TopSearchBlock.mobSrch{top: 80px!important;}
	.navbar-right li.TopSearchBlock>form#main_search_basic{margin-top:8px;}
	.navbar-right li.TopSearchBlock>form#main_search_basic .header_search_bar{width:100%;}
	.navbar-right li.TopSearchBlock #srchBg{display:none;}
	.navbar-right li.TopSearchBlock.mobSrch #srchBg{display:block;width:100%;height: calc(100% - 63px);position:absolute;left:0px;bottom:0px;z-index:1;}
	.LogoBlock{ text-align:center; margin-bottom:0px; margin-top:10px;}
	.TopAD-Block{ text-align:center}
	.SurveyBlock{ margin:0px; border-bottom:solid 1px #939598}
	.FliterBlock h2{border-bottom:solid 1px #eaeaea;}
	.FliterBlock .LabelTxt{ padding:20px; }
	
	/*--- 07 Nov 2017-----*/
	/*.InsideSide-Bar01{ display:none;}*/
	
	/*--- 24 Nov 2017-----*/
	
	.Inside-Top-Block{ padding:20px 0px;}
	.Directory-Logo{ text-align:center;}
	.Inside-RightMenu { text-align: center;}
	.Directory-Logo-Inside{ text-align:center;}
	.Inside-Top-Block .input-group{ margin:15px 0px;}
	
	.CompanyDetail-Block-Info{margin:10px; margin-top:0px; border:none; text-align:right; }
	.InsideNewsItem li{ min-height: auto;}
	.InsideNewsItem-Img{ display:none;}
	
	/*--- 25 Dec 2017-----*/
	.HrGenius-Genie{ position:relative; top:-10px; left:0px;}
	.HrGenius-Logo{ text-align:center;}
	/*.VideoImg{ margin-top:20px;}*/
	.HrGenius-Explore-BG{ background:none; background:#fff;}
	.HrGenius-Explore-Content{ padding-left:20px;}
	.Certification-Top-Block-Content{ border:none; margin:0px; padding:20px 0px;}
	
	.Certificate-Block-Large{ min-height:auto;}
	.Certificate-BannerImg{ width:100%; height:auto; float:none; margin:10px 0px; margin-right:0px;}
	
	
	.IndexSliderBlock .BlueBtn{ margin:5px 0px;}
	
	/*--- 26 Feb 2018-----*/
	.InsideSide-Bar01{ width:100%; float:left; margin-right:0px; margin-left:0px;}
	.InsideSide-ContentArea{ width:100%; float:left; }
	
	/*--- 17 Apr 2018-----*/
	.GeniusPaywall-Popup-BG{ display:none;}
	.GeniusPaywall-Popup-Content{ /*text-align:center;*/ padding:40px 30px;}
	
	/*--- 24 Apr 2018-----*/
	.IndexSliderBlock{ height:auto; padding-bottom:20px;}
	.IndexSliderBlock .ImageBlock146{ display:none;}
	.SideBarMenu{display:none;}
	.SideBarMenu-Header{margin-left:-15px;margin-right:-15px;}
	.Tab-View{ display:block;}
	
	/*--- 06 July 2018 (About Us)---*/
	.TeamMember-Block{ height:auto; margin-bottom:20px; width:30%;}
	.AD-Main-Mid-BG { background: none; }
	.LeftBorder{ border:none; border-top: solid 2px #e9e9e9; margin-top:10px;}
	.UserTypeImg{ display:none;}
	
	
	.New-Home-Mid-Block{ width:100%; float:none; margin:0px auto;}
	.New-Home-Right-Block{width:100%; float:none; margin:0px auto;}
	
	.WebcastDetailBlock-Left{ background:none!important; border:none; border-bottom:dashed 1px #d1d2d4; min-height:auto; padding-bottom:15px; margin-bottom:10px;}
	
	/*--- 30 May 2019 (Megatrend Pages)-----*/
	.MegaTrend-Top-Logo{ float:none; margin-top:15px;}
	.Megatrend-Top-Block {/*background:none; background:#29323b;*/ background-size: contain;}
	.Megatrend-CapterContent .BlueGradient-Block { margin-bottom:420px;}
	.Megatrend-CapterContent .BlueGradient-Block .LeftBorder{border-top: 0px}
	.Sidebar-fixed {position: relative; max-width:none;}
	.Sidebar-fixed:hover{ box-shadow:00px 0px 0px #929292;}
	.Sidebar-Block{max-height:260px;}
	.SidebarMenu-TabViewBelow{ position: absolute; bottom:-0px; padding-bottom:0px; height:390px; width:94%; float: none; display:block!important; margin:0 auto;}
	 
	/*--- 15 Aug 2019 (Successful Page) ---*/
	.Successful-Top-Block{background:#fff; padding: 30px;}
	.Successful-02-Top-Block{background:#fff; padding: 30px;}
	
	/*--- 22 Apr 2020 (Professional Education)-----*/
	.ProfessionalEducation-BG { background: url(/remoteimages/website-images/2017_SiteRedesign/images/GenieOnlineCourse.png) no-repeat 120% 50% #5c93ce; background-size: contain; min-height:auto;}
	/*--- 07 May 2020 (Professional Education Couse Page)-----*/
	.ProfessionalEducation-Course-BG-Genie{ width:100%; min-height:180px;margin-bottom:-20px;}
	.ProfessionalEducation-Course-BG-Genie img{ bottom:0px; right:unset; left:30px; width:100%; height:auto; max-width:150px;}
}

@media screen and (max-width:768px){
	.DeskTop-Only{ display:none;}
	.Mobile-Only{ display:block;}
	.modal.left .modal-dialog, .modal.right .modal-dialog {width: 85%;	}
	.TopLink{ }
	.TopBrand{ padding:10px; background:none; margin-right:0px; float:left; display:block; margin-left:10px; display:block;}
	.TopBrand img{ width:80px; height:auto;}
	.navbar-nav{margin-left:15px; margin-right:15px; }
	.navbar-toggle{margin-top: 8px; /*float:left;*/ margin-right:10px;}
	.navbar-right{ text-align:left; }
	.dropdown-menu{ text-align:left; margin-top:0px; left:auto; right:0px!important;}
	.NavBarLeft{ width:100%;  border-bottom:solid 2px #444f5b; padding-left:0px;}
	.NavBarRight{width:100%; }
	.navbar-default .navbar-nav > li{ border-top:solid 1px #444f5b; padding-left:0px!important;}
	.navbar-nav > li > a{padding-left:0px!important;}
	.navbar-default .navbar-nav > li > a{ color: #4ac4d5; background: none;}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ color: #fbb416; background: none;}
	.navbar-default .navbar-nav > li > a:hover{ color: #fbb416; background: none;}
	.navbar-nav .open .dropdown-menu > li > a{ padding: 10px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li{border-top:solid 1px #202931;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{ background-color:#202931; color:#4ac4d5;}
	.navbar-collapse{ box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0); }
	.TopMsgBlock{ width:252px;}
	.DropDown-TopArrow{ right:15px;}
	.TopUserProfile .DropDown-TopArrow{ right:unset; left:82.5%;}
	.TopUserBlock{ line-height:15px!important;}
	.TopUserBlock img{ margin-top:0px;}
	.TopUserBlock .FloatRight{ display:none;}
	.DropDown-Footer{border-top: solid 1px #f5f5f5;}
	.TopSearchDiv{ width:96%!important; top:92px;}
	.LogoBlock{ text-align:center; margin-bottom:10px; display:none;}
	
	.BlueBG-Block{ margin-top:20px;}
	.LiveEventsBlock span{ font-size: 16px; font-weight: 500; color: #ef483b; line-height:30px;}
	.LiveEventBtn{ float:right;}
	
	.TopSearchInput{width:100%!important;margin-bottom:10px;}
	.TopSearchBlock .TopSearchButton{ margin-right:0px;}
	.SearchTopBtn{ margin-bottom:10px;}
	
	.Top-AddContent-Block .btn{ float:none; margin:0px; margin-top:10px;}
	
	.Header .dropdown .dropdown-menu{ right:-100px;}
	.TrendingBlock-User{ width:100%; float:none;}
	.TrendingBlock-Icons{ float:left; width:100%;}
	.TrendingBlock-Icons ul{ background-color:#fbfbfb;border-top:solid 1px #eaeaea; border-bottom:solid 2px #eaeaea; margin:0px; margin-bottom:10px;}
	.TrendingBlock-Icons ul li{ width:50px;  margin:0px; }
	.FooterBG{text-align:center;}
	
	.FliterBlock .LabelTxt{ display:none;}
	.FliterBlock-Footer .btn{ float:none;}
	
	/*--- 07 Nov 2017-----*/
	.FliterSearch{ padding-right: 20px!important;}
	.Serach-Buttons{ position: relative; clear:both; left:00px; border-bottom:1px solid #eaeaea; padding-bottom:10px; text-align:center;}
	.Serach-Buttons .btn{margin-left:10px; }
	.WebcastDetailBlock{background:none; background:#fff; padding:15px;}
	
	.tabs {
			display: none;
		}
		.tab_drawer_heading {
			background-color: #ededed;
			color: #757575;
			border-bottom: 1px solid #acacac;
			margin: 0;
			padding: 15px 20px;
			display: block;
			cursor: pointer;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			font-size:14px; font-weight:500;
		}
		/*.d_active {
			background-color: #fff;
			color: #ef483b;
			border-bottom: 1px solid #ef483b;
		}*/
		.d_active {
			background-color: #444f5b;
			color: #fff;
			border-bottom: 1px solid #444f5b;
		}
		
	/*--- 24 Nov 2017-----*/
	/*.BuyerGuide-BG{ padding:30px 20px;}*/
	.InsideLanding-MidBlock{ padding:20px 10px; padding-bottom:0px; border-top:solid 2px #4ac4d5; margin-top:20px;}
	.BuyerGuide-Logo{ text-align:center;}
	.BuyerGuide-BG .Inside-RightMenu{ margin-top:20px;}
	.Inside-RightMenu{ text-align:center; }
	.input-group .dropdown-menu{ top:100%; left:0px;}
	.InsideLanding-MidBlock h1{ font-size:20px; margin-top:20px;}
	.InsideLanding-MidBlock .input-group{ margin:20px 0px;}
	.DataResult-Block-Content{ border:none; border-top:solid 1px #f2f2f2; border-bottom:solid 1px #f2f2f2; padding:15px 0px; }
	.ImageBlock120{ width:100%; height:auto; text-align:left; vertical-align:middle; justify-content: left; /*align-items: left;*/ margin-bottom:20px;}
	.ImageBlock120 img{ height:100%; width:auto; max-width: none; max-height:80px;}
	
	.dtr-data img{ width:20px; height:auto;}
	.dataTables_wrapper .dataTables_paginate{ padding-top:0px;}
	
	.ImageBlock80 img{margin-bottom:20px;}
	.UserRatingBlock .Profile80{ margin-bottom:20px;}
	.UserRatingBlock .RatingBlock{ margin-top:20px;}
	
	.CompanyDetail-Block{ background:#fff; padding:0px; margin:20px 0px;}
	.CompanyDetail-Block-Logo{ display:none;}
	.CompanyDetail-Block-Company{height:150px; margin-left:0px;}
	.CompanyDetail-Block-Footer { text-align:left;}
	.CompanyDetail-Block-Info{ margin:10px; margin-left:0px; margin-right:0px; text-align:left;}
	.CompanyDetail-Block .SM-Icons{ float:left; margin-top:5px;}
	
	/*--- 25 Dec 2017-----*/
	.HrGenius-Genie{ display:none;}
	.SearchTopBtn{margin-top:8px;}
	
	.IndexSliderBlock{ height:auto; padding-bottom:20px;}
	.IndexSliderBlock .ImageBlock146{ display:none;}
	
	/*--- 26 Feb 2018-----*/
	.TopSearchInput{width:100%;margin-bottom:10px;}
	.SearchTopBtn{ margin-bottom:10px;}
	.TopSearchBlock{ /*width:95%; padding-right:20px; border-bottom:solid 20px #ff00ff;*/}
	.TopButtonArea{ /*width:100%;*/ width:30%; clear:both; }
	
	.ePub-Magazine-Block .Right{ margin-left:0px; min-height:auto;}
	.WebCast-MainFeature-BG{background: none; background-color: #fff; padding:40px 20px; padding-left:20px; min-height:auto;}
	.WebCast-Testimonial-BG{background: none; background-color: #fff; padding:40px 20px; padding-right:20px; min-height:auto;}
	
	/*--- 27 Mar 2018-----*/
	.ColorInfo-Block-Area{margin-bottom:00px;}
	.ColorInfo-Block{ width:100%; height:auto; padding:20px 20px; float: none; margin-bottom:0px;}
	.ColorInfo-Block h1{ font-size: 24px; font-weight: 300; margin-bottom:5px;}
	.WhiteBlock-NoMargin{ text-align:center; min-height:auto;}
	.Membership-Main-Block{ text-align:center;}
	.Block-FooterArea{ text-align:center;}
	.AmbassadorSide-BG{padding-left:0px;}
	.GeniusSide-BG{padding-right:0px;}
	
	/*--- 29 Mar 2018-----*/
	.BuyerGuide-BG .Inside-RightMenu a{ padding: 5px 10px; display: inline-block;}
	.Left-FilterBlock{ display:none; border:solid 1px #e3e3e3; border-bottom:solid 2px #e3e3e3; padding:0px; padding-bottom:0px; margin-top:-20px; margin-bottom:20px;}
	
	/*--- 16 Apr 2018-----*/
	.Confirmation-Block{ background: none; background-color:#fff; padding:30px; padding-right:30px;}
	
	/*--- 31 May 2018 (Certification Recertification) ---*/
	.Recertification-BG { padding: 20px;}
	
	/*--- 21 June 2018 (Cart Page & Store Page) ---*/
	.Price-Block{ text-align:left;}
	
	 /*--- 06 July 2018 (About Us)---*/
	.TeamMember-Block{ height:auto; min-height:150px; margin-bottom:20px; width:90%;}
	.TeamMember-Info h5{ min-height:auto;}
	.TeamMember-Img{padding:10px; padding-bottom:0px; float:left; margin-right:20px;} 
	.TeamMember-Img img{ width:100%; height:auto; max-width:130px;}
	
	.LargeMargin-Block{ margin:0px; margin-top:10px; margin-left:10px; padding:0px 20px;} 
	.Ambassador-Membership-Home-Pic{ margin-top:20px;}
	
	.PageLink-WhiteBlock{ padding:10px;}
	.PageLink li{ display:block; margin:20px 0px;}
	
	/*--- 27 July 2018 (Main Landing Pages)---*/
	.MainLanding-BG{padding:40px 20px; padding-bottom:70px; margin-left:-15px; margin-right:-15px; margin-bottom:-90px;}
	.MainLanding-Top-Left{ text-align:center;}
	.MainLanding-Top-Left img{ margin-bottom:20px;}
	.MainLanding-Top-Right{ text-align:center;}
	.MainLanding-Content{background:none; margin:0px; padding:30px 0px; text-align:center;}
	.MainLanding-Content h1{ font-size:16px; margin:0px; margin-bottom:20px;}
	.MainLanding-Content h1 span{ padding-bottom:20px; border-bottom:none;}
	.MainLanding-Content h2{font-size:24px;padding-top:00px;}
	.MainLanding-Text h2 { font-size: 24px;margin: 20px 0px; line-height:30px;}
	.MainLandingCarousel-Content{ text-align:center; padding-bottom:10px;}
	.MainLandingCarousel-Img{ padding:10px 0px;}
	.MainLandingCarousel-Content h2{ color:#ef483b; padding-bottom:0px; margin-bottom:0px;}
	.MainLandingCarousel-Content h2 span{padding-bottom:0px; border-bottom:none;}
	.MainLandingCarousel-Content h3{ font-size:22px; line-height:24px;}
	.OtherUpdates h4{ color:#4ac4d5; border-bottom:solid 1px #4ac4d5; padding-bottom:20px; margin:0px;}
	.OtherUpdates h4 span{padding-bottom:0px; border-bottom:none;}
	.MainLanding-Client-Block h4 { color:#94c83c; margin:0px;}
	.MainLanding-Client-Block h4 span{padding-bottom:0px; border-bottom:none;}
	/*.MainLanding-Testimonial-Block .item{min-height:300px;}*/
	
	/*--- 17 Aug 2018 (User Profile)-----*/
	.PhotoGallery-Item{ width:90px; height:90px;}
	.ContentPost-Block .ExtraSmallBtn{ margin-bottom:5px;}
	
	/*--- 27 Sept 2018 (Vendor Advertising Pages) ---*/
	.VendorAdvertising-Top-BG {padding: 30px 15px;}
	.VendorAdvertising-Top-BG h1{ font-size:30px;}
	.VendorAdvertising-Top-BG h3{ font-size:16px; margin-bottom:10px; line-height:24px;}
	
	.PageLink-DarkBlock{ padding:10px;}
	.PageLink-DarkBlock li{ display:list-item; margin:20px 0px; font-size:13px;}
	.PageLink-DarkBlock li a{padding:10px 20px;}
	
	.navbar-fixed {position: relative;}
	
	.ModalExtraLarge{width:96%;}
	
	/*--- 30 Nov 2018 (Affiliate Program Landing Page)-----*/
	.AffiliateProgramLanding-Top-BG{padding: 30px 15px;}
	.AffiliateProgramLanding-Top-BG h1{ font-size:30px;}
	.AffiliateProgramLanding-Top-BG h3{ font-size:16px; margin-bottom:10px; line-height:24px;}
	
	/*--- 28 May 2019 (Webcast Pages)-----*/
	.LargeIcon-BulletTxt li{ width:100%; float: none; min-height:auto; background-size: 40px 40px!important; padding-left:60px; padding-bottom:20px; margin-left:0px;}
	
	/*--- 28 May 2019 (New Webcast Pages)-----*/
	.NewWebcastList-Block .ClientLogo{ float:none; margin-right:0px; padding-right: 0px;  border-right: 0px dashed #d1d2d4;}
	
	/*--- 30 May 2019 (Megatrend Pages)-----*/
	.MegaTrend-Top-Logo{ float:none; margin-top:15px;}
	.Megatrend-Top-Block { min-height:auto;}
	.Megatrend-Top-Block h1{font-size:32px; line-height:36px; font-weight:800; color:#2a343e; margin:20px 0px; margin-top:60px; }
	.MegatrendChapter-Top-Block {min-height: auto;}
	.MegatrendChapter-Top-Block h1{font-size:28px; line-height:32px; font-weight:600; }
	.MegatrendChapter-Top-Block h3{font-size:20px; line-height:24px; font-weight:500;margin-top:70px;}
	
	/*--- 22 Aug 2019 (Popup Content) ---*/
	.Popup-BlogBlock .RatingBlock{ float:left; margin-top:10px;}
	
	/*--- 10 Sep 2019 (User Profile)-----*/
	.GroupContent-Block{ min-height:auto; margin:10px 0px;}
	
	/*--- 22 Jan 2019 (Group Landing Page)-----*/
	.GroupBG{width:100%; padding:20px 20px;  background:url(/remoteimages/website-images/2017_SiteRedesign/images/Group-Community-BG.jpg) repeat-x 0% 20% #fff!important;}
	.GroupBG h1{ font-size:20px;}
	.GroupBG .ImageBlockCenter{ float:none; margin-bottom:20px;}
	
	/*--- 16 Dec 2019 ---*/
	.Research-BG{background:none;background: #fff;}
	.Research-BG h1{ font-size:20px;}
	
	/*--- 06 Feb 2020 (Inspire Symposium) ---*/
	.InspireSymposium-Top-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Top-BG.jpg) no-repeat 0% 0% #ffbf26; padding:30px;}
	.InspireSymposium-Top-BG h1{font-size:30px; line-height:36px;}
	.InspireSymposium-Top-BG h3{font-size:16px; font-weight:600;}
	.InspireSymposium-Event-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Event.jpg) no-repeat 0% 0% #9fd5bc; padding:30px; margin-top:0px; margin-bottom:30px; 
	}
	.InspireSymposium-Sponsor-BG{background: url(/remoteimages/website-images/2017_SiteRedesign/images/InspireSymposium-Sponsor.jpg) no-repeat 0% 0% #68c5cd; padding:30px;}
	
	/*--- 22 Apr 2020 (Professional Education)-----*/
	.ProfessionalEducation-BG { background: none; background: #5c93ce;min-height:auto;}
	.UserProfileTab2021,.UserProfileSubTab2021{display: flex;overflow-x: auto;overflow-y: hidden;}
}

/*Webcast and Virtual Event Responsive css start here 23 Aug 2021 */
 @media screen and (max-width:768px){
 	.web_virtual_head .wv_title>svg{width: 36px; margin-left: -6px;}
 	.web_virtual_head .wv_title>h1, .web_virtual_head .wv_title>.wv_head_title{font-size:14px;}
	.NewWebcastList-Block h3{font-size:20px;}
	.NewWebcastList-Block h4{font-size:13px;}
	.NewWebcastList-Block h4>span{padding-right:0px;}
	.NewWebcastList-Block,.EventBlock2{padding:15px;}
	.wv_right{text-align:left;}
	.NewWebcast-Block h1{font-size:22px;}
	.webcastCenterBtn .wv_mainBtn{position:relative;top:0px;margin: 0px 0px 10px 0px;max-width: calc(100% - 30px);display: block;clear: both;width: fit-content;}
	.webcastCenterBtn .indi_bullet{position:relative;margin-bottom:15px;top:0px;}
	.NewWebcast-Block .wv_right .RatingBlock{margin:0 auto;max-width:150px;}
	.NewWebcast-Block .wv_right .RatingNo{float:left;margin-left:0px;margin-right:10px;}
	.btn.feedbackBtns{margin:10px 5px 0px 0px;}
	.NewWebcast-Block .wv_right .CreditBadges{min-height:26px;}
	.wv_mh75{min-height:50px;}
	.NewWebcast-Block .wv_right .CreditBadges:before{right:auto;left:15px;}
	.YourHosts table{width:100%!important;}
	.web_virtual_head .wv_title{margin-bottom:10px;}
	.webcast_rating{position: relative;right: 0;padding-left: 0px;bottom: 0px;margin-bottom: 20px;}
	.webcast_image_wrapper{min-height:20px;}
	.category_reg_btn{display:flex;flex-direction:column;align-items:flex-start;}
 }
/*Webcast and Virtual Event Responsive css start here 23 Aug 2021 */

@media screen and (max-width:420px){
	.PageName .btn{margin-right:0px; clear:both; display:block;}
	.Megatrend-Top-Block {background:none; background:#29323b;}
	/*--- 06 July 2018 (About Us)---*/
	.TeamMember-Img{float:none;}
	.TeamMember-Info{padding:15px 10px;}
}

/*--- 14 May 2021 Group Page -----*/
.HRCategories{padding: 0px 15px;}
div.HRCategories ul li > span label{width: calc(100% - 20px);}

/*--nav menu classes --*/
#bs-example-navbar-collapse-1 > ul > li:hover > ul, 
#bs-example-navbar-collapse-1 > ul > li > ul > li:hover > ul{
	display: block;
}

/*-- checkout redirect --*/
.store-overlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1101;
    display:none;
    background:rgba(0,0,0,0.7);
    color: #fff;
    font-size: 15px;
    align-items: center!important;
    justify-content: center!important;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ddd;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}