@charset "utf-8";
/*--------------- basic styles start ---------*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
ul, li, ol {
	list-style-type: none;
}
.clr {
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
p:empty {
	width: 0px;
	height: 0px;
	display: none;
}
select {
	outline: 0px none;
	background: none!important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
}
a:hover {
	text-decoration: underline;
}
a:focus, a:active {
	outline: none;
}
a, a img {
	border: none;
}
img {
	max-width: 100%;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.fleft, .alignleft {
	float: left;
}
.fright, .alignright {
	float: right;
}
.displaycenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.displayblock {
	display: block;
	clear: both;
}
.displayinline {
	display: inline-block;
	vertical-align: top;
}
.displaynone, .hide, .blog_content a.more-link, span.wpcf7-not-valid-tip {
	display: none;
}
.vmid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.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%;
}
[class^="fa-"]:before, [class*=" fa-"]:before {
	margin-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #686868;
 font-family: Arial, sans-serif;
}
:-moz-placeholder {
 color: #686868;
 font-family: Arial, sans-serif;
}
::-moz-placeholder {
 color: #686868;
 font-family: Arial, sans-serif;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #686868;
 font-family: Arial, sans-serif;
}
.inline {
	display: block;
}
.inline li {
	display: inline-block;
	vertical-align: top;
}
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	color: #302e34;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 25px;
}
.mysitewidth {
	max-width: 1000px;
	display: block;
	margin: 0px auto;
	position: relative;
	clear: both;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
}
.mysitewidth:after, .mysitewidth:before, .displayblock:after, .displayblock:before {
	content: '';
	display: block;
	clear: both;
	position: relative;
	width: 100%;
}
.w100p, .site, .site-inner, .site-header, .site-header-main, .site-content, .site-footer, .site-info {
	width: 100%;
}
input {
	line-height: normal;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background: #53b5d9;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #007acc;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1 !important;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	max-height: 120px;
	box-shadow: 0px 0px 3px #58bce1 inset !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}
.widget {
	margin: 15px 0px;
}
.entry-title, .page-title {
	color: #1e1d23;
	padding: 0px 0;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #f2f2f2;
	text-transform: uppercase;
}
.blog-entry-title a {
	color: #993300;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #f2f2f2;
	text-transform: uppercase;
}
.entry-title span, .page-title span {
	color: #bc983b;
}
.entry-title a {
	color: #1a1a1a;
}
.entry-title a:hover, .entry-title a:focus {
	color: #007acc;
}
.site-header-main {
	padding: 10px 0;
}
#menusectio {
	background-color: #46454a;
}
.site-header-main .joinus {
	width: 230px;
	height: auto;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background-color: #2677ae;
	border-radius: 10px;
	display: block;
	clear: both;
}

/*cyberfit-styles*/

.post-981.page .entry-content hr,
.post-995.page .entry-content hr{ 
	margin-top:50px;
	}
	
.requestmoreinfo {
    width: 230px;
    height: auto;
    padding: 9px 12px;
    text-transform: uppercase;
    color: #fff ; 
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background-color: #2677ae;
    border-radius: 10px;
   /* display: block;*/
    clear: both;
	position: relative;
	top:10px;
}

.requestmoreinfo:hover{
	text-decoration: none;
	background-color: #DCC388;
	color: #000;
	}
/*cyberfit-styles*/

.site-header-main .joinus:hover, .thankyou_btn:hover {
	text-decoration: none;
	background-color: #DCC388;
	color: #000;
}
/*#text-21 .textwidget {
	background: RGBA(31, 93, 165, 0.8) !important;
}

#text-20 .textwidget {
	background: RGBA(31, 93, 165, 0.8) !important;
	border-radius: 5px;
}
#text-20 .textwidget p {
	padding: 5px;
	display: block;
	margin: 0px;
}
#text-20 .textwidget p {
	padding: 0px;
	display: block;
	margin: 0px;
}*/
#text-21 .textwidget ul li a {
	padding: 5px 10px;
	background: rgb(222, 200, 150);
	text-decoration: none;
	display: block;
	color: #000;
	margin-top: 0px;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 5px;
}
#text-21 .textwidget ul li:hover a {
	background: rgb(40, 128, 181);
	color: #fff;
}
#text-20 .textwidget p a {
	text-align: center;
	display: block;
	color: rgb(132, 93, 2);
	font-size: 18px;
	margin: 0px;
	padding: 7px 10px;
	background-color: rgb(237, 226, 203);
	box-shadow: 0px 0px 5px rgb(222, 200, 150) inset;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
}
#text-20 .textwidget p a:hover {
	color: rgb(237, 226, 203);
	background-color: rgb(132, 93, 2);
}
.main-navigation a {
	color: #fff;
	display: block;
	padding: 20px;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation li:hover > a, .main-navigation li.focus > a {
	text-decoration: none;
	background-color: #2880b5;
}
#banners .banner_item {
	background-size: 100% auto;
	background-position: center;
	background-color: rgba(0,0,0,0.6);
}
#banners .banner_item .inner {
	background-color: rgba(0,0,0,0.6);
	padding: 25% 5% 5% 5%;
	display: block;
	width: 100%;
}
#banners.owl-theme .owl-controls .owl-buttons div {
	background: none;
	opacity: 1;
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: 35%;
}
#banners.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
#banners.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
}
h3.banner_tittle, .banner_date, .banner_register, .banner_register a {
	color: #ffffff;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
h3.banner_tittle {
	text-transform: uppercase;
}
.banner_date {
	color: #bc983b;
	font-size: 20px;
	font-weight: normal;
}
.banner_register, .banner_register a {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
}
.bannerrightrecentposts, .anou-ce {
	margin-bottom: 20px;
}
.bannerrightrecentposts h3 {
	background-color: #2d7faf;
	text-transform: uppercase;
	line-height: normal;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #fff;
	padding: 10px;
	display: block;
	clear: both;
	margin: 0;
	width: 100%;
}
.bannerrightrecentposts .rplist {
	display: block;
	clear: both;
	padding: 4%;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.page-id-1725 .sidebararea .bannerrightrecentposts h3 {
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.page-id-1725 .annocementpage h2 {
	background-color: #c0a942;
	border: 1px solid #fff;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 6px;
}
.page-id-1725 .annocementpage h2 a {
	color: #fff !important;
	text-decoration: none;
	font-size: 16px !important;
	margin: 5px 0px !important;
}
.page-id-1725 .annocementpage .line {
	border-bottom: none;
}
.page-id-1725 .annocementpage {
	margin-top: 30px;
}
.bannerrightrecentposts .rplist .recent_item {
	margin-bottom: 20px;
}
.bannerrightrecentposts .rplist .recent_item, .bannerrightrecentposts .rplist .recent_item a {
	display: block;
	clear: both;
	line-height: normal;
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
}
.bannerrightrecentposts .rplist .recent_item a:hover {
	text-decoration: none;
	color: #000;
}
.antitsec {
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.announc-title {
	color: #1e1d23;
	line-height: normal;
	font-size: 18px;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	float: left;
	text-transform: uppercase;
}
.customNavigation {
	float: right;
}
.customNavigation i:before {
	margin-right: 0;
}
.customNavigation .btn {
	width: 25px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	border: 1px solid #f2f2f2;
}
.customNavigation .btn:hover {
	color: #000;
	background-color: #f2f2f2;
}
.announce_item {
	position: relative;
	overflow: hidden;
	height: 255px;
}
.announce_item img {
	width: 100%;
}
.announce_inner {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #caa04a;
}
.announce_inner h3, .announce_inner h3 a {
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #fff;
}
.announce_inner h3 a:hover {
	color: #000;
	text-decoration: none;
}
#tabs {
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
	position: relative;
	top: 2px;
	z-index: 1;
}
#tabs li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%
}
#tabs li a {
	display: block;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	background-color: #8b8b8b;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.tab-section {
	padding: 10px;
	border: 1px solid #f2f2f2;
}
#tabs li a.current {
	background: #caac4c;
	color: #fff;
}
.prpost_item {
	margin-bottom: 10px;
}
.prpost_thumb {
	width: 49%;
	float: left;
}
.prpost_content {
	width: 49%;
	float: right;
}
.prpost h2, .prpost h2 a {
	color: #302e34;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: normal;
}
.goldbar {
	border-color: #caac4c;
}
.blog_item {
	margin: 10px auto;
}
.blog_thumb, .blog_contt {
	width: 49%;
}
.blog_thumb {
	float: left;
}
.blog_contt {
	float: right;
}
.blog_title {
	color: #302e34;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: normal;
	margin-bottom: 20px;
}
.blog_content {
	margin-bottom: 20px;
}
.blog_link, .blog_link a {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: normal;
	color: #302e34;
}
.blog_link:hover a, .blog_link a:hover {
	color: #caac4c;
	text-decoration: none;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="search"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #f00;
}
.site-footer {
	background-image: url(../images/site-info.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #002050;
}
.fotinnertop {
	background-image: url(../images/fotinnertop.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
}
.fotinner {
	background-image: url(../images/fotinner.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.site-info {
	padding: 0px 0px 20px 0px;
	display: block;
	clear: both;
}
.site-info, .site-info a {
	color: #f2f2f2;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.fot-social li a {
	background-color: #fff;
	padding: 5px 0;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
}
.fot-social li a i {
	color: #002050;
}
.fot-social li a i:before {
	margin-right: 0;
}
.fot-social li:hover a {
	background-color: #5bc2e7;
}
.fot-social li:hover a i {
	color: #fff;
}
#fot-wid, #footer-widgets {
	padding: 30px 0px 0px 0px;
	box-sizing: border-box;
	display: block;
	clear: both;
}
#fot-wid, #fot-wid a, .footer-widget a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}
.fot_widget, .footer-widget {
	width: calc((100% / 3) - 3px);
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	background-image: url(../images/wid_seprater.png);
	background-position: center right;
	background-repeat: no-repeat;
	min-height: 245px;
}
.fot_widget:last-child, .fot_widget:nth-child(3n), .footer-widget:last-child, .footer-widget:nth-child(3n) {
	background-image: none;
}
.contect_icon {
	float: left;
	width: 20px;
	text-align: center;
}
.content_content {
	float: right;
	width: calc(100% - 25px);
}
h2.fot_title {
	line-height: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #5bc2e7;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.joinlist {
	padding: 20px 0;
}
.joinlist li {
	vertical-align: middle;
}
.joinlist .join-title {
	color: #001f4f;
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.joinlist .join-content {
	color: #484949;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0 20px;
}
.joinlist .join-button a {
	color: #001f4f;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 10px 25px;
	display: inline-block;
	text-transform: capitalize;
	box-shadow: 0 0 2px #d8d8d8;
	border-radius: 50px;
	line-height: normal;
}
.joinlist .join-button a:hover {
	text-decoration: none;
	background-color: #d8d8d8;
}
.footer-menu {
	display: block;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	padding: 3px 10px;
	display: inline-block;
}
.footer-menu li:after {
	content: '/';
	display: inline-block;
}
.footer-menu li:last-child:after {
	content: '';
}
.home_content {
	width: 100%;
}
.content_area, .content-area {
	/*width: 65%;*/
	float: left;
	padding: 10px 10px 10px 0;
}
.sidebararea, .sidebar {
	width: 34%;
	float: right;
	padding: 10px 0 10px 10px;
}
body:not(.home) .site-content {
	padding: 30px 0;
}
.sidebararea .newsletter {
	border: 1px solid #bc983b;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}
.sidebararea .newsletter h2.widget-title {
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 10px;
}
.es_textbox input[type="text"] {
	border: 1px solid #bc983b;
	background-color: #fff;
	border-radius: 0;
}
.es_button {
	padding: 0;
}
.es_button input[type="button"] {
	width: 100px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #bc983b;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
.half_div {
	padding: 5px 10px;
}
h3.ct_tittle {
	color: #302e34;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 10px 0;
	display: block;
	clear: both;
}
.ct_content a.more-link {
	display: none;
}
.menu-toggle [class^="fa-"]:before, .menu-toggle [class*=" fa-"]:before {
	margin-right: 0;
}
.menu-toggle i.fa-times, .menu-toggle.toggled-on i.fa-bars {
	display: none;
}
.menu-toggle.toggled-on i.fa-times {
	display: block;
}
.main_clm {
	width: 100%;
}
.left_clm {
	width: 30%;
	display: inline-block;
	float: left;
	vertical-align: top;
}
.right_clm {
	width: 65%;
	display: inline-block;
	float: right;
	vertical-align: top;
}
.left_clm2 {
	width: 30%;
	display: inline-block;
	float: right;
	vertical-align: top;
}
.right_clm2 {
	width: 65%;
	display: inline-block;
	float: left;
	vertical-align: top;
}
.left_clm .sidebar {
	float: left;
	width: 100%;
	text-align: justify;
}
.underline {
	text-decoration: underline;
}
.taj {
	text-align: justify;
}
.nhisaclist li {
	list-style-type: none;
	padding-left: 30px;
	margin-left: 5px;
	background-image: url('../images/arw.png');
	background-repeat: no-repeat;
	background-position: left 4px;
}
.metaslider .banner_date {
	font-size: 29px !important;
}
.block {
	display: inline-block;
	width: 13.8%;
	vertical-align: top;
	text-align: center;
	font-style: italic;
	margin-bottom: 3%;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
}
.metaslider .caption .banner_date {
	display: inline-block;
	font-size: 20px !important;
}
.metaslider .caption .banner_register {
	display: inline-block;
	float: right;
	margin-top: -10px;
}
.membership .widget-title {
	font-size: 1.1875rem;
	padding-bottom: 4%;
	border-bottom: 1px solid #caac4c;
	text-transform: uppercase;
}
.widget-title-small {
	font-size: 1.0rem;
	margin-bottom: 4px;
	border-bottom: 1px solid #caac4c;
	text-transform: uppercase;
}
.metaslider .caption .banner_register a {
	font-size: 20px;
}
.post-382 .entry-content figure#attachment_424.wp-caption {
	width: 100px;
	float: left;
}
.post-382 .entry-content .block {
	width: 19.8%;
}
.annocementpage .content_area img {
	display: block;
}
.annocementpage .content_area h2 a {
	font-size: 20px;
	color: #2C7EAE;
	margin: 20px 0px;
	display: block;
}
.annocementpage .more-link {
	width: 180px;
	background: #DAB663;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	display: block;
	border-radius: 5px;
	margin-top: 20px;
}
.annocementpage .line {
	padding-top: 5%;
	border-bottom: 1px solid #caac4c;
}
.mform {
	width: 40%;
	background: #DCC38A;
	padding: 5% 5% 2%;
	box-shadow: 0px 0px 5px #000 inset;
	border-radius: 5px;
}
.mform .newsletter th {
	width: 20%;
	font-weight: bold;
	color: #2D7EAF;
}
.mform .newsletter .newsletter-submit {
	margin-top: 5%;
	display: block;
	background: #2D7EAF;
}
.mform .newsletter input {
	border: 1px solid #BAB7B7;
}
.mform .newsletter .newsletter-firstname {
	margin-bottom: 4%;
	display: block;
}
.hide {
	display: none;
}
.whyjoinus_cls .rpwwt-widget ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.whyjoinus_cls .rpwwt-widget ul li .rpwwt-post-title {
	font-weight: bold;
	font-size: 15px;
	opacity: 0.6;
}
#fot-wid .fot_widget {
	/*width: calc((100% / 2) - 3px);*/
	float: right;
}
#fot-wid aside#text-4 {
	padding-left: 10% !important;
	width: 35%;
}
#fot-wid aside#text-2 {
	width: 65%;
	float: left;
}
.content-area .entry-footer {
	display: none;
}
.content-area .navigation {
	display: none;
}
.fallsummit h2 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 15px !important;
}
.fallsummit h3 {
	font-size: 23px;
	margin-bottom: 20px;
}
.fallsummit ul li {
	margin-right: 15px;
}
.fallsummit .fallright p {
	text-align: justify;
}
.fallleft {
	float: left;
	width: 22.404%;
	margin-right: 21px;
}
.fallright {
	float: left;
	width: 73.468%;
}
.fallsummit .sponserleft {
	width: 100%;
	margin-right: 30px;
}
.displayblock .leftside {
	width: 70%;
	float: left;
}
.fallsummit.fleft ul li {
	float: left;
	margin-right: 20px;
}
.displayblock .rightside {
	width: 20%;
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	background: #dadada;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 8px;
	float: right;
	margin-top: 0%;
	padding: 10px;
}
.displayblock .rightside .menu-inner-rightside-menus-container ul li a {
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	width: 100%;
	clear: both;
	text-decoration: none;
}
.displayblock .rightside .menu-inner-rightside-menus-container ul {
	background: RGBA(31, 93, 165, 0.8);
}
.fallsummit table tr {
	border: 1px solid #ccc;
	font-size: 13px;
	text-align: center;
}
.fallsummit table td {
	border: 1px solid #ccc;
	font-size: 13px;
	text-align: center;
}
.page-id-639 .displayblock .leftside {
	width: 74%;
	float: left;
}
.fallsummit h2.fontt {
	font-size: 18px;
}
.entrynewsletters a {
	color: #d7ac17;
	text-decoration: none;
	font-size: 17px;
}
.entrynewsletters a:hover {
	color: #2C7EAE;
}
ul.whyjoinushome li {
	display: inline-block;
	width: 49%;
	margin-bottom: 2%;
	font-weight: bold;
	vertical-align: top;
}
.home_content .displayblock ul.whyjoinushome br {
	display: none !important;
}
ul.whyjoinushome li a {
	color: #333333;
}
.entrynewsletters p.iconn {
	background: url(/wp-content/uploads/2016/10/pdficon.png) no-repeat top left;
	padding: 7px 45px;
}
.entrynewsletters p u {
	font-size: 18px;
}
.entrynewsletters ul li {
	background: url(/wp-content/uploads/2016/10/calc.png) no-repeat top left;
	padding-left: 40px;
}
.contact-cntnt > div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.contact-cntnt > div:first-child {
	float: right;
	padding: 10px;
	border: 1px solid rgb(89, 190, 227);
	box-shadow: 0px 0px 5px rgb(40, 128, 181) inset;
	border-radius: 5px;
	margin-bottom: 5%;
}
#contact-block {
	margin: 0px;
	list-style-type: none;
	padding: 10px;
	display: block;
	background-color: #58bce1;
	border-radius: 0px 0px 5px 5px;
}
#contact-block li {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	font-size: 16px;
	color: #fff;
	clear: both;
	text-align: left;
	background-size: 18px;
}
#contact-block li:nth-child(1) {
	background-image: url('../images/location-icon.png');
}
#contact-block li:nth-child(2) {
	background-image: url('../images/mail-icon.png');
}
#contact-block li a {
	color: #fff;
	text-decoration: none;
}
.blockby3 img {
	display: block;
	margin: 0px auto;
}
.blockby3 div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 5px);
}
.bod-dir .w20p {
	width: 20%;
	margin-right: 25px;
}
.bod-dir .w79p {
	width: 75%;
}
.bod-dir strong {
	text-decoration: underline;
}
.bod-dir .displayblock {
	margin-bottom: 10px;
}
.w50p {
	width: 100%;
}
.pmpro_advanced_levels-compare_table h2, .pmpro_advanced_levels-compare_table .pmpro_level-price {
	font-size: 15px;
	font-weight: normal;
}
.pmpro_advanced_levels-compare_table thead tr th:first-child {
	text-indent: 0;
	width: auto;
}
#text-21 a.cfservices {
	font-size: 12px;
}
select.datefields {
	width: 8% !important;
}
input[name="member join year[d]"], input[name="member join year[y]"] {
	width: 8% !important;
	padding: 3px !important;
	margin-left: 1%;
}
.single.single-espresso_events .post-thumbnail {
	float: right;
	max-width: 480px;
	margin-bottom: 50px;
	padding: 5px;
	border: 1px solid #ccc;
}
.single.single-espresso_events .entry-content .ee-clearfix .ee-event-datetimes-li {
	width: 100%;
}
.post-3732 .event-datetimes {
	display: none !important;
}
.single.single-espresso_events .event-datetimes {
	/*display: inline-block;*/
	float:left;
}

#tkt-slctr-tbl-4127 .tckt-slctr-tkt-details-td,#tkt-slctr-tbl-4126 .tckt-slctr-tkt-details-td,#tkt-slctr-tbl-4125 .tckt-slctr-tkt-details-td,#tkt-slctr-tbl-4122 .tckt-slctr-tkt-details-td,#tkt-slctr-tbl-3980 .tckt-slctr-tkt-details-td,#tkt-slctr-tbl-3850 .tckt-slctr-tkt-details-td,#tkt-slctr-tbl-3849 .tckt-slctr-tkt-details-td{
	padding:10px !important;
	}
	
.single.single-espresso_events .jst-rght {
	text-align: center;
}
.single.single-espresso_events .tckt-slctr-tbl-td-qty, .single.single-espresso_events .event-venues-h3 {
	padding-bottom: 10px;
}
.single.single-espresso_events .tkt-slctr-tbl-wrap-dv {
	background: #f2f0f0;
	padding: 15px 35px 1px 35px;
}
.single.single-espresso_events .espresso-venue-dv h4 strong, .single.single-espresso_events .espresso-venue-dv h4 strong a {
	color: #53b5d9;
}
.w26p {
	width: 26%;
}
.w65p {
	width: 65%;
	margin-left: 8%;
}
.w49p {
	width: 49%;
}
.additional-sponsors .w49p {
	text-align: center;
}
.platinum .displayblock, .golda .displayblock, .goldb .displayblock, .silver .displayblock, .grand-round .displayblock {
	padding: 25px 0px;
}
.single-post .content-area {
	width: 65%;
	float: left;
	padding: 10px 10px 10px 0;
}
#company_div:before {
	content: 'Company Information';
	display: block;
	clear: both;
	width: 100%;
	font-size: 15px;
	color: #444;
	font-weight: bold;
	margin: 50px 0px;
}
#pmpro_billing_address_fields {
	border: 1px solid #ccc;
}
.t_l_content h1, .t_l_content h2, .t_l_content h3, .t_l_content h4, .t_l_content h5, .t_l_content h6 {
	margin-bottom: 16px;
	color: #B78000;
}
.t_l_content ul.nhisaclist {
	margin-bottom: 16px;
}
.t_l_content p {
	margin-bottom: 10px;
}
.t_l_content table {
	width: auto;
}
.t_l_content th {
	border-bottom: 2px solid #ccc;
	color: #2D7FAF;
	font-weight: bold;
}
.t_l_content th:first-child {
	width: 60px;
}
.t_l_content table ul.nhisaclist {
	margin: 8px 0px;
}
.t_l_content table#t2 ul.nhisaclist {
	margin: 2px 0px;
}
.t_l_content table .nhisaclist li {
	background-image: url('../images/arw_right.png');
	background-size: 10px;
	background-position: left 8px;
	padding-left: 16px;
}
.agenda_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 950px;
}
.page-id-1156 .site-content, .page-id-1608 .site-content,
.tax-wpdmcategory .site-content, .page-id-2298 .site-content,
.page-id-3420 .site-content, .page-id-2397 .site-content {
	background: url('../images/member-bg.jpg') no-repeat;
	background-size: cover;
}
.wpdmcategory-questions .media-heading span {
	display: block;
	margin-left: 0px !important;
	margin-top: 4px;
}
.wpdmcategory-questions .media-heading span {
	margin-left: 4px;
}
.tax-wpdmcategory .blog-entry-title {
	display: none;
}
.colorwhite {
	color: #fff;
	padding: 6% 17%;
}
.colorwhite:hover {
	color: #000;
}
.w69p {
	width: 69%;
}
.w30p {
	width: 30%;
}
.w20mr {
	width: 18%;
	margin-right: 5%;
	text-align: center;
}
.mbotm {
	margin-bottom: 2%;
}
.bluecolor {
	color: #29607E !important;
}
#ee_filter_table th:nth-child(2) {
	width: 32%;
}
#pmpro_billing_address_fields::before {
	content: 'Billing Address';
	display: block;
	clear: both;
	width: 100%;
	font-size: 15px;
	color: #444;
	font-weight: bold;
	margin: 20px 0px;
	padding-left: 10px;
}
#pmpro_billing_address_fields thead {
	display: none;
}
.con_home p {
	text-align: justify;
}
#anounce .owl-wrapper-outer {
	border: 2px solid #d9c9a8;
}
.page-id-755 .home_content .rightside.sidebar {
	margin-top: 2% !important;
}
/*.single .rightside.sidebar {
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	background: #dadada;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 8px;
	float: right;
	margin-top: 0%;
	padding: 10px;
}*/

.displayblock .rightside {
	width: 20%;
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	background: none;
	box-sizing: border-box;
	border-radius: 0px;
	float: right;
	margin-top: 0%;
	padding: 10px 0px;
	border: 0px none;
	box-shadow: -3px 3px 9px rgba(40, 128, 181, 0.35);
}
.rightside .textwidget{
	padding: 0px 7px;
	font-size:13px;
}

.rightside .textwidget p{
	margin-bottom:8px;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	line-height:23px;
	margin-top:10px;
	}

.rightside .textwidget strong{
	font-size:15px;
	}
	
.page-id-1013 .line-item-desc-spn{
	display:none;
	}
	
.rightside .textwidget {
	margin-top: 0px;
}
.rightside .widget-title {
	background-color: rgb(40, 128, 181);
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-variant: small-caps;
	margin-bottom: 5px;
}
.rightside .textwidget img:hover {
	transform: scale(0.9);
	transition-duration: 0.5s;
}
.menu-2016-fall-summit-menu-container ul#menu-2016-fall-summit-menu {
	background: RGBA(31, 93, 165, 0.8);
}
.menu-2016-fall-summit-menu-container ul#menu-2016-fall-summit-menu li a {
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	width: 100%;
	clear: both;
	text-decoration: none;
}
.menu-2017-fall-summit-menu-container ul#menu-2017-fall-summit-menu {
	background: RGBA(31, 93, 165, 0.8);
}
.menu-2017-fall-summit-menu-container ul#menu-2017-fall-summit-menu li a {
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	width: 100%;
	clear: both;
	text-decoration: none;
}
#wpcf7-f1858-p1856-o1, #wpcf7-f1865-p1863-o1, #wpcf7-f1870-p1867-o1, #wpcf7-f1873-p1872-o1 {
	width: 85%;
}
#wpcf7-f1858-p1856-o1 input, #wpcf7-f1858-p1856-o1 select, #wpcf7-f1865-p1863-o1 input, #wpcf7-f1865-p1863-o1 select, #wpcf7-f1870-p1867-o1 select, #wpcf7-f1870-p1867-o1 input, #wpcf7-f1873-p1872-o1 input, #wpcf7-f1873-p1872-o1 select {
	margin: 1% 0px;
}
#wpcf7-f1858-p1856-o1 .w30p, #wpcf7-f1865-p1863-o1 .w30p {
	margin-right: 4.2%;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 940px;
	background-color: #307192;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 10px 20px;
	position: absolute;
	z-index: 1;
	bottom: 90%;
	left: 50%;
	margin-left: -60px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 21px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #307192 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.displayblock.tooltip {
	width: 100%;
}
#wpcf7-f1858-p1856-o1 .displayinline.w30p.zipcode {
	margin-right: 0px;
}
.page-id-730 .entry-content a {
	background: #53b5d9;
	padding: 3px 10px;
	border-radius: 5px;
	color: #fff;
	text-decoration: underline;
}
.page-id-730 .entry-content h4 {
	margin-bottom: 11px;
}
.page-id-730 .entry-content .design {
	border: 3px solid #53b5d9;
	background: #fff;
	box-shadow: 0px 0px 6px blue;
	padding: 20px;
}
.page-id-730 .entry-content img {
	margin: 20px 0px;
}
#member_signature_div {
	position: absolute;
	bottom: 45px;
	right: 114px;
}
.pmpro-checkout #status_member_div {
	display: none;
}
.globalblog_title {
	font-weight: normal;
	text-decoration: none;
	font-size: 22px;
}
.globalsearch_header {
	margin: 0;
}
h2.globalsearch_title a {
	font-size: 20px;
	color: #767578;
}
.globalsearch_post {
	border-bottom: 1px solid #ddd;
}
#ee_reg_qstn-751-13-input-dv select {
	background-image: url('../images/down_arrw.png') !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 20px !important;
	cursor: pointer;
}
.page-id-1895 .ms-global-search_form > div:nth-child(1) > p:nth-child(1) {
	display: none;
}
.page-id-1895 .ms-global-search_vbox {
	width: 50%;
}
.w3eden .wpdm-categories .btn-block {
	background: #508FC6;
	color: #FFFFFF;
	padding: 15px;
	font-size: 12px;
	box-shadow: 0px -3px 4px #1b1a1a inset;
}
.tax-wpdmcategory .site-main article {
	margin-bottom: 30px;
}
.tax-wpdmcategory .w3eden .well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	width: 57%;
}
.tax-wpdmcategory .page-header, .tax-wpdmcategory .page-header h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.category-wannacry-ransomware-update .page-header, .category-wannacry-ransomware-update .page-header h1 {
	margin: 0;
	padding: 0;
}
.category-wannacry-ransomware-update .entry-header h2 {
	margin-bottom: 15px;
}
 .category-wannacry-ransomware-update header:after br {
display:none;
}
.category-wannacry-ransomware-update article {
	margin-top: -35px;
}
.w3eden .wpdm-categories .dropdown-toggle {
	display: none;
}
.w3eden .list-group .list-group-item {
	background: #508FC6;
	color: #FFFFFF;
	font-size: 12px;
	box-shadow: 0px -3px 4px #1b1a1a inset;
}
.cat-btnwpdms {
	background: #508FC6;
	color: #FFFFFF;
	padding: 15px;
	font-size: 12px;
	box-shadow: 0px -3px 4px #1b1a1a inset;
	width: 33.33333333%;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font-weight: 700;
}
.categorytree .cat-btn {
	background: #508FC6;
	color: #FFFFFF;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0px -3px 4px #1b1a1a inset;
	height: 60px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 8px;
}
.page-template-repositoryfile .site-content {
	background: url(../images/member-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top;
}
.w3eden #srcp {
	display: none;
}
#bbpress-forums .bbp-template-notice .bbp-forum-description {
	font-size: 15px;
	color: #555;
}
#subscription-toggle .subscription-toggle {
	margin-left: 1%;
}
#breadcrumbs {
	list-style: none;
	margin: 2px 0;
	overflow: hidden;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #ccc;
}
.wppb-send-credentials-checkbox > label:nth-child(1) {
	width: 100% !important;
}
.page-id-2796 .w30p span {
	display: block;
}
.page-template-summitcallforpapers .block, .page-template-springsummitcallforpapers .block {
	display: inline-block;
	width: 49%;
	text-align: left;
}
.page-template-summitcallforpapers .block.right{
	float: right;
}
.page-template-summitcallforpapers .wp50, .page-template-springsummitcallforpapers .wp50  {
	width: 50%;
	display: block;
}
.page-template-summitcallforpapers .mcaptcha, .page-template-springsummitcallforpapers .mcaptcha {
	width: 15%;
}
.page-template-summitcallforpapers span, .page-template-springsummitcallforpapers span {
	font-size: 0.8125rem;
	font-style: italic;
	color: #686868;
}
.gf_progressbar {
	width: calc(100% - 16px);
	padding: 10px;
	position: relative;
	background-color: rgba(0,0,0,.1);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
	width: 100%;
	margin: 30px 0;
}
.gf_progressbar_percentage {
	height: 24px;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-size: .813em !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	z-index: 999;
	vertical-align: middle;
	background: repeating-linear-gradient(-45deg, rgba(0,0,0,0), rgba(0,0,0,0) 10px, rgba(0,0,0,.1) 10px, rgba(0,0,0,.1) 20px), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.3));
	border-radius: 20px 4px 4px 20px;
}
.percentbar_blue {
	background-color: #036493;
	color: #FFF;
}
.page-template-summitcallforpapers .percentbar_blue span {
	color: #FFFFFF;
}
.gf_progressbar_percentage.percentbar_100 {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#memberform, #memberspeakerinformation, #membersessioninformation, #sponsorform, #sponsorspeakerinformation, #sponsorsessioninformation {
	display: none;
}
.loginlogoutbuttons {
	width: auto;
	height: auto;
	padding: 9px 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background-color: #2677ae;
	border-radius: 10px;
}
.loginlogoutbuttons:hover {
	text-decoration: none;
	background-color: #DCC388;
	color: #000;
}
.logutbtn {
	position: absolute !important;
	right: -80px;
	top: 0;
}
.single-espresso_events .espresso-venue-dv .event-venues-h3 {
	display: none
}
.single-espresso_events .espresso-venue-dv {
	display: inline-block;
	width: 42%;
}
.page-id-3023 #bwg_tag_container {
	display: none;
}
.post-2796 .displayblock .w49p {
	padding: 0% !important;
}
.annoucementblock {
	background: #EDEDED;
	border: solid 3px #fff;
	padding: 8px 20px;
	box-shadow: 0px 0px 1px 0px #333;
	border-radius: 2px;
}
.annoucementblock1:after {
	content: "";
	background: url(https://nhisac.org/wp-content/uploads/2017/06/s.png) no-repeat;
	padding: 3px 307px;
	background-position: right;
	position: relative;
	top: 0px;
	left: 40px;
	background-size: 100% 100%;
}
.annoucementblock h6 span {
	color: #000!important;
}
.annoucementblock h6 {
	font-size: 18px;
}
.annoucementblock a, .annoucementblock a span {
	color: #CAA04A !important;
	font-size: 16px;
}
.postid-2890 .tckt-slctr-tkt-details-sctn .tckt-slctr-tkt-datetimes-sctn .tckt-slctr-tkt-details-tbl tr th:nth-child(4), .postid-2890 .tckt-slctr-tkt-details-sctn /*.tckt-slctr-tkt-datetimes-sctn .tckt-slctr-tkt-details-tbl tr td:nth-child(4) {
	min-width: inherit !important;
}
section:nth-child(1) > section:nth-child(13) > div:nth-child(3) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(4) {
	min-width: inherit !important;
	margin-top: 0px;
}
.tckt-slctr-tkt-details-sctn .tckt-slctr-tkt-datetimes-sctn .tckt-slctr-tkt-details-tbl tr th:nth-child(4) {
	min-width: inherit !important;
}
.tckt-slctr-tkt-details-tbl-wrap-dv table.tckt-slctr-tkt-details-tbl thead {
	float: left;
}*/
.postid-2886 .tkt-slctr-tbl-wrap-dv td.tckt-slctr-tbl-td-name {
	width: 65% !important;
	position: relative;
}
.w100p .displayblock .page-title {
	font-size: 18px;
}
.tkt-slctr-tbl .tckt-slctr-tbl-td-price.jst-rght {
	text-align: right;
}
.tkt-slctr-tbl-wrap-dv td.tckt-slctr-tbl-td-price {
	width: 30% !important;
}
.tkt-slctr-tbl-wrap-dv td.tckt-slctr-tbl-td-qty {
	width: 15% !important;
}
.tkt-slctr-tbl-wrap-dv td.tckt-slctr-tbl-td-name {
	width: 72% !important;
	position: absolute;
	font-size:16px;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv td.tckt-slctr-tbl-td-name {
	width: 50% !important;
	position: inherit !important;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr td strong {
	line-height: 21px;
	display: block;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr {
	line-height: 23px;
	border-top: 1px solid #ccc !important;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr:first-child {
	border-top: 0px !important;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tkt-details-tr.ee-ticket-session-2-test-ticket-details {
	border-top: 1px solid #ccc !important;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv table.tkt-slctr-tbl {
	width: 100% !important;
}
/* CSS Document */
.page-id-72 h1.page-title, .category-40 br {
	display: none;
}
.category-40 .page-header {
	margin: 0;
	padding-top: 0;
}
.category-40 .site-main > article {
	margin-bottom: 3em;
}
.paperdisplaytable a b, .paperdisplaytable b {
	font-size: 17px;
}
table.paperdisplaytable td {
	height: 20px;
     border-right:1px solid #ccc;
	padding:2px 5px 2px 5px;
	border-bottom: 1px solid #e6dddd
}


.page-id-78 .entry-title{text-align:center;}

.page-id-78 h4{ width:100% !important;}

.sponser-opportunity li{ display:inline-block; margin-right:5%; text-align:center; margin-bottom:3%; vertical-align:top;}

.sponser-opportunity li a{ border-radius:20px; padding:8px 20px; border:1px solid #444444; color:#444444;}

.sponser-opportunity li a:hover{text-decoration:none;}

.page-id-78 .sponser-opportunity li h4{background:none !important; color:#000000 !important; font-size:22px !important; color:#18181A !important;}

.sponser-opportunity li:last-child{margin-right:0;}

table.paperdisplaytable td:last-child{border-right:none;}

table.paperdisplaytable tr:nth-child(even){background:#F4FBFF;}


.postid-1529 .espresso-venue-dv {
	display: none;
}
.postid-1529 .gmail-p2 b, .postid-1529 .tckt-slctr-tbl-td-name strong {
	color: #0167a4;
}
.bluebg {
	background: #2677ae;
	padding: 10px;
	width: 49%;
	display: block;
	color: #fff;
}
.bluehd {
	background: #2677ae;
	padding: 10px;
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.mt20 {
	margin-top: -25px;
	display: block;
}
.rplist.w100p {
	padding-top: 20px;
}
.page-id-1013 #ee-reg-form-qstn-grp-summit-special-events.ee-reg-form-qstn-grp-dv div:nth-child(1) {
	background: url(https://nhisac.org/events/wp-content/themes/nationalhealth/images/next.png) no-repeat !important;
	background-position: 0% 5% !important;
	padding-left: 25px;
}
.page-id-1013 #spco-payment-info-table .line-item-desc-spn {
	display: none;
}
.page-id-1013 .spco-step-dv .ee-reg-qstn div:nth-child(1) {
	background: url(https://nhisac.org/events/wp-content/themes/nationalhealth/images/next.png) no-repeat !important;
	background-position: 0% 5%;
	padding-left: 25px;
}
.page-id-1015 .ee-registration-details-dv .ee-table .tiny-text {
	font-size: 15px;
}
.profile-editing {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.profile-con {
	background: url(../images/edit.png) no-repeat;
	background-position: left;
	padding: 2% 2% 3% 20.5%;
	background-size: 22%;
}
.member-con {
	background: url(../images/u2.png) no-repeat;
	background-position: left;
	padding-left: 23.5%;
}
.profile-editing {
	display: inline-block;
	float: right;
	width: 15%;
}
.rplist.displayblock .fa-angle-right::before {
	color: #2677AE;
}
.dashboardtable, .userdashboard {
	background: rgba(240, 242, 243, 0.7);
	box-shadow: 0px 0px 2px #b3a8a8;
	padding: 0px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}
.listd {
	text-align: left;
	padding: 20px
}
.mypapers.dashboardtable {
	margin-right: 5%;
	display: block;
	padding-bottom: 2%;
	min-height: 320px;
}
.spco-attendee-ticket-141 .spco-attendee-ticket-28 .ee-reg-form-qstn-grp-dv ee-reg-form-qstn-grp-spousepartner-information-596500e79d0b1064515848 {
	display: none;
}
.spco-attendee-ticket-27 #ee-reg-form-qstn-grp-spousepartner-information-596500e79d0b1064515848, .spco-attendee-ticket-28 #ee-reg-form-qstn-grp-spousepartner-information-596500e79d0b1064515848 {
	display: none;
}
h3.rpwwt-post-title {
	margin: 0px;
	font-size: 15px;
	margin-top: 4px;
	line-height: 20px;
}

.page-id-1022 ul.nhisaclist li{
	background: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    margin: 17px 10px;
    border: solid 1px #e0e0e0;
}

.page-id-1022 .size-full,.page-id-1022 .size-medium {
	width: 260px;
	height: 145px;
	margin-top: 10px;
	margin-right: 10px;
}

.page-id-1022 h3{
	margin-left: 10px;
	color: #2677ae;
    padding: 10px;
    border-left: solid 3px #DCC388;
    text-transform: uppercase;
}

#s_cnfrnc_contnt .price-table {
	background-color: #000 ;
	box-shadow: 0px 0px 54px #00b9eb inset;
	color:#fff;
	}
	
.s_cnfrnc_table tr:nth-child(2n+1) {
    background-color: #fff2d6;
	}
	
.s_cnfrnc_table tr:nth-child(2n) {
    background-color: #ffe7b3;
	}
	
.s_cnfrnc_table td {
	padding:30px;
	}
	
.s_cnfrnc_table p {
	margin-bottom:0px;
	}
	
#summits_dashborad_page table.paperdisplaytable {
	/*background: linear-gradient(to right, #d1f3ff, #a7dbff);
	background:-webkit-linear-gradient(to right, #d1f3ff, #a7dbff);*/
	padding: 20px;
	}
		
#summits_dashborad_page table.paperdisplaytable tr:nth-child(2n) {
    background-color: rgba(255,255,255,0.2);
	}
	
#summits_dashborad_page table.paperdisplaytable tr td {
    background: none;
    border: 0px none;
    padding: 7px 10px;
	}
	
/*#summits_dashborad_page table.paperdisplaytable tr td:first-child {
	font-weight:bold;
	}	*/
	
#summits_dashborad_page table.paperdisplaytable tr td span {
	}
	
#summits_dashborad_page table.paperdisplaytable tr td.datestyle {
    font-weight: bold;
	}
	
#summits_dashborad_page table.paperdisplaytable tr td.paystatus {
    background-color: #ffffff4d;
	}
	
#summits_dashborad_page table.paperdisplaytable tr td a.view_rgstrn {
    text-decoration: none;
    background: -webkit-linear-gradient(to bottom, #cbb68e, #825d0b);
    background: linear-gradient(to bottom, #d7ebf9, #70c4ff);
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    display: inline-block;
	}
	
#summits_dashborad_page table.paperdisplaytable tr td a.view_rgstrn:hover {
    background: -webkit-linear-gradient(to bottom, #cbb68e, #33abff);
    background: linear-gradient(to bottom, #d7ebf9, #33abff);
	}

@media screen and (max-width:965px) {
.page-id-4611 .entry-content h3 {
	width: 50% !important;
}
.page-id-4611 .entry-content h3.mainhead {
	width: 33% !important;
}
}

@media screen and (max-width:780px) {
.page-id-4611 .entry-content h3 {
	width: 60% !important;
}
.page-id-4611 .entry-content h3.mainhead {
	width: 40% !important;
}
}

@media (min-width: 769px) {
.blocks, .block1, .block2, .block3, .block4, .block5 {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blocks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
}

@media (max-width: 768px) {
 .blocks, .block1. .block2, .block3, .block4, .block5 {
 display: block;
 clear: both;
 width: 100%;
}
}

@media screen and (max-width:647px) {
.page-id-4611 .entry-content h3 {
	width: 70% !important;
}
.page-id-4611 .entry-content h3.mainhead {
	width: 45% !important;
}
}

@media screen and (max-width:560px) {
.page-id-4611 .entry-content h3.mainhead, .page-id-4611 .entry-content h3 {
	width: 80% !important;
}
#fot-wid aside#text-4 {
	padding-left: 0% !important;
}
}

@media screen and (max-width:495px) {
.page-id-4611 .entry-content h3.mainhead, .page-id-4611 .entry-content h3 {
	width: 90% !important;
}
}

@media screen and (max-width:441px) {
.page-id-4611 .entry-content h3.mainhead, .page-id-4611 .entry-content h3 {
	width: 100% !important;
}
}
.page-id-2452 #post-2452 header.entry-header {
	display: none;
}
.page-id-2452 #post-2452 a, .page-id-2452 #post-2452 a:hover {
	text-decoration: none;
}
.page2452widblock {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 15px;
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.page2452widblock p {
	margin: 20px 0;
	color: #525252;
	font-weight: 400;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 30px;
}
.link2452RAD, .link2452RAD span {
	background-color: #c0a942;
	border: 1px solid #fff;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
}
.link2452RAD span {
	padding: 10px 5px;
	margin-bottom: 0;
}
.main2452block, .main2452block h4, .list2452, .list2452 li {
	margin-bottom: 20px;
	display: block;
	clear: both;
	width: 100%;
	color: #525252;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.single-espresso_events .list2452 li {
	margin-left: 20px;
}
.main2452block p {
	margin-bottom: 0;
}
.main2452block h4 {
	color: #000000;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
}
.main2452title {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}
.list2452 li {
	background-image: url(../images/list2452icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
	display: block;
	clear: both;
}
.link2452 {
	color: #c0a942;
	border: 1px solid #c0a942;
	display: block;
	clear: both;
	width: 100%;
	max-width: 300px;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
.link2452:hover {
	background-color: #c0a942;
	color: #000;
	text-decoration: none;
}
/* Hiding Grand Rounds Session Details fileds to all tickets */

#ee-reg-form-qstn-grp-grand-rounds-session-details-596cae09800cc977769633 {
	display: none;
}
.spco-attendee-ticket-98 #ee-reg-form-qstn-grp-grand-rounds-session-details-596cae09800cc977769633 {
	display: block;
}
/* 25-07-2017 */

#input_9_9_6, #input_9_3_3 {
	width: calc(50% - 8px);
}
#gform_9 .gform_heading, #input_9_9_6_container label, #input_9_3_3_container label {
	display: none;
}
.thankyou_btn {
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background-color: #53b5d9;
	border-radius: 5px;
	display: block;
	clear: both;
	margin-right: 15px;
	text-decoration: none !important;
}
.mypapers.userdashboard {
	text-align: left;
}
.userdashboard .eventsespro {
	padding: 20px 25px;
}
.page-id-3420 .eventsespro .espresso-my-events .ee-my-events-event-section-details-event-description p, .page-id-3420 .eventsespro .espresso-my-events .ee-my-events-event-section-location-map, .page-id-3420 .eventsespro .espresso-my-events .ee-my-events-event-section-location-details, .userdashboard .eventsespro .entry-title {
	display: none;
}
.page-id-3420 .eventsespro .espresso-my-events .ee-my-events-event-section-details-event-description .ee-my-events-right-container {
	display: block !important;
}
.page-id-3420 .eventsespro .espresso-my-events .ee-my-events-event-section-details-inner-container h3 {
	margin-bottom: 20px;
}
.userdashboard .eventsespro .espresso-my-events-legend-list {
	margin-right: 5px;
}
.eventsespro.notregister {
	text-align: center;
	margin-bottom: 5%;
}
/*.single-espresso_events .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr:before {
	content: "";
	border-bottom: 1px solid #ccc;
	left: 10px;
	width: 900px !important;
	display: block;
	position: relative;
	left: 0px;
}
.tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr {
	border-bottom: 0px solid #ccc!important;
}
body .tkt-slctr-tbl .tckt-slctr-tkt-details-sctn .tckt-slctr-tkt-datetimes-sctn {
	height: 30px;
}*/
.sidebar .bellows.bellows-skin-blue-material {
	background: rgb(255, 255, 255);
	box-shadow: none;
}
.sidebar .bellows-menu-item-home a, .sidebar .bellows-current-menu-item a {
	background-color: rgb(40, 128, 181) !important;
	color: #fff !important;
	border-radius: 0;
	padding: 8px;
	font-weight: 600;
	font-variant: small-caps;
	font-size: 18px;
}
#secondary.sidebar ul.bellows-nav, #secondary.sidebar ul.bellows-nav ul {
	background: #dadada;
}
.sidebar .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle {
	background: transparent;
}
body .mysitewidth .rightside.sidebar {
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
.sidebar .bellows .bellows-nav .bellows-target {
	padding: 9px 10px;
}
.sidebar .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target {
	background: rgb(222, 200, 150);
	margin-bottom: 5px;
	border-radius: 3px;
	color: #000000;
	border: none;
	font-size: 14px;
}
.sidebar .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target {
	border: none;
	font-size: 14px;
	background: #aeabab;
	color: #000;
	border-radius: 3px;
	margin-bottom: 5px;
}
.sidebar .bellows-item-level-0 > .bellows-target:hover, .sidebar .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target:hover {
	background: rgb(40, 128, 181) !important;
	color: #fff !important;
	transition: all 0.5s ease-in-out 0s;
}
.entry-header .blog-entry-title a, .category-41 .content-area h2.blog-entry-title a {
	font-size: 20px !important;
}
.rightside.sidebar input[type="text"], .rightside.sidebar input[type="email"], #secondary.sidebar input[type="text"], #secondary.sidebar input[type="email"] {
	box-shadow: none !important;
}
#secondary h2.widget-title {
	background-color: rgb(40, 128, 181);
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-variant: small-caps;
	margin-bottom: 5px;
}
.mysitewidth .displayblock .leftside {
	width: 65%;
}
body .mysitewidth .rightside.sidebar, #secondary.sidebar.widget-area {
	width: 32% !important;
}
#secondary.sidebar.widget-area {
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border: 1px solid #f2f2f2;
}
.page-id-78.group-blog .mysitewidth h4, .page-id-1905 .mysitewidth h5.p2, .page-id-1905 .mysitewidth h5.p4, .page-id-1905 .mysitewidth h5.p5, .category-harvey-updates .mysitewidth h5 {
	background-color: #c0a942;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	text-decoration: none;
	display: inline-block;
	min-width: 70%;
}
.page-id-1905 .mysitewidth h5.p2, .page-id-1905 .mysitewidth h5.p4, .page-id-1905 .mysitewidth h5.p5, body.category-harvey-updates .mysitewidth h5 {
	width: 100%;
}
.page-id-1905 .mysitewidth h5.p2 span, .page-id-1905 .mysitewidth h5.p4 span, .page-id-1905 .mysitewidth h5.p5 span {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.home .home_content .widget-title-small {
	margin-top: 0px;
	font-size: 16px;
}
.sidebararea .bannerrightrecentposts .line {
	border-bottom: none;
}
.sidebararea .bannerrightrecentposts p.recent_item {
	margin-bottom: 0px;
}
.sidebararea .rplist.displayblock .fa-angle-right::before {
	color: #FFFFFF !important;
	display: none;
}
.sidebararea .bannerrightrecentposts .rplist li {
	background: url(../images/arw.png) left top no-repeat;
	padding-left: 25px;
}
.sidebararea .bannerrightrecentposts .rplist p.recent_item {
	position: relative;
	padding-left: 25px;
}
.sidebararea .bannerrightrecentposts .rplist p.recent_item:before {
	content: url("../images/arw.png");
	position: absolute;
	left: 0px;
}
.page-id-1156 .w100p .displayblock .page-title {
	padding-bottom: 3%;
}
.category-legal-and-regulatory .entry-content h2 {
	background-color: #c0a942;
	border: 1px solid #fff;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	text-decoration: none;
	font-style: normal;
}
.category-legal-regulatory-monthly-surveillance-brief.category-106 .page-header .page-title {
	display: none;
}
.category-legal-regulatory-monthly-surveillance-brief.category-106 .post-1966 .blog-entry-title {
}
.category-legal-and-regulatory .post-1868 .blog-entry-title, .category-legal-and-regulatory .page-header .page-title {
}
.category-legal-regulatory-monthly-surveillance-brief.category-106 .post-thumbnail {
	margin-top: -90px;
	margin-bottom: 30px;
	padding: 0;
	cursor: inherit;
}
.category-legal-regulatory-monthly-surveillance-brief.category-106 h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	color: #3182B0;
}
.category-legal-and-regulatory .post-thumbnail {
	margin-top: -90px;
	margin-bottom: 0px;
	padding: 0;
	cursor: inherit;
}
.page-id-3851 .rightside.myscroll {
	top: 5%;
}
.category-legal-regulatory-monthly-surveillance-brief.category-106 h4 {
	background: #B3B1B1;
	padding: 5px 20px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.btm-line {
	border-bottom: 4px solid #ccc;
	padding-bottom: 2%;
}
.cat-btn {
	background: #2D7EAF;
	padding: 7px 10px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
}
.cat-btn:hover {
	background: #C0A942;
	text-decoration: none;
}
.page-id-3851 .leftside h3 {
	background-color: rgb(40, 128, 181);
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-variant: small-caps;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border: 1px solid #f2f2f2;
}
.page-id-3851 .site-content {
	position: relative;
}
.page-id-3851 .rightside {
	position: fixed !important;
	top: 36%;
	right: 4%;
	left: auto !important;
	z-index: 99;
}
.page-id-3851 .tkt-slctr-tbl .currency-code {
	display: none;
}
.page-id-3851 .tkt-slctr-tbl .ee-ticket-selector-ticket-qty-th {
	font-size: 0;
}
.page-id-3851 .tkt-slctr-tbl .tckt-slctr-tbl-td-price.jst-rght {
	text-align: left !important;
}
.page-id-3851 .tkt-slctr-tbl .tckt-slctr-tbl-td-price.jst-rght {
	left: 4% !important;
	font-size: 0;
}
.page-id-3851 .tkt-slctr-tbl .tckt-slctr-tbl-td-price.jst-rght:after {
	content: "-";
	font-size: 14px;
}
.page-id-3851 .tkt-slctr-tbl .tckt-slctr-tbl-td-qty .ticket-selector-tbl-qty-slct {
	z-index: 99999;
	position: relative;
}
.tkt-slctr-tbl .tckt-slctr-tbl-td-qty input.ticket-selector-tbl-qty-slct{
   
	/*transform: scale(2, 2);*/
        -ms-transform: scale(2, 2) !important;/* IE 9 */
        -webkit-transform: scale(2) !important;/* chrome */
	   -moz-transform: scale(1) !important; /* firefox 9 */
	  /* width:100%;*/
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-td-qty {
	text-align: left !important;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .ee-ticket-selector-ticket-price-th {
	text-align: left;
}
.page-id-3851 .leftside form {
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	margin-bottom: 5%;
	padding: 2%;
}
.category-legal-regulatory-monthly-surveillance-brief.category-106 .cat-imgn {
	margin-bottom: -50px;
}
.postid-2170.single.single-espresso_events .event-datetimes, .postid-2172.single.single-espresso_events .event-datetimes, .postid-3471.single.single-espresso_events .event-datetimes, .postid-3471.single.single-espresso_events .event-datetimes, .postid-3626.single.single-espresso_events .event-datetimes {
	display: block;
}
.postid-2237 .gmail_quote h1 {
	font-size: 18px;
	background-color: #c0a942;
	border: 1px solid #fff;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	text-decoration: none;
	font-style: normal;
}
.postid-2237 .gmail_quote h3 {
	font-size: 16px;
}
.postid-2237 .gmail_quote p, .postid-2237 .gmail_quote li {
	font-size: 14px;
}
.postid-2237 blockquote, .postid-2237 blockquote td {
	border: none;
}
.page-id-1905 h5 a {
	color: #2880b5;
}
.archive .site-content h2 {
	background-color: #c0a942;
	border: 1px solid #fff;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	font-family: Arial, sans-serif;
	margin-bottom: 6px;
	text-decoration: none;
}
.archivesubhead {
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}
.archive .site-content h2 a {
	color: #fff;
	text-decoration: none;
}
.page-id-3851 #ee-overlay, .page-id-3851 #cart-results-modal-wrap-dv {
	display: none !important;
}
.page-id-3851 .leftside {
	width: 68%!important;
}
.page-id-3851 .rightside {
	width: 28%!important;
	padding: 0px 7px 0px 7px!important;
	position: relative;
	left: 5%;
}
.divider-line {
	width: 87%;
	margin: 5% 0%;
	border-bottom: 2px dashed #4596b6;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
.page-id-3851 .leftside, body.page-id-3851 .mysitewidth .rightside.sidebar {
	width: 100% !important;
}
.page-id-3851 .rightside {
	left: 0;
}
.page-id-3851 h1 {
	margin-bottom: 2%;
}
body.page-id-3851 .entry-content table.tkt-slctr-tbl {
	width: 94% !important;
}
body.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .ee-ticket-selector-ticket-qty-th {
	width: 16%;
}
body.page-id-3851 .tkt-slctr-tbl .ee-ticket-selector-ticket-price-th {
	width: 24%;
}
body.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr .tckt-slctr-tbl-td-name {
	width: 54%;
}
body.page-id-3851 .tkt-slctr-tbl .tckt-slctr-tbl-td-price.jst-rght {
	left: -4% !important;
}
}
.single-post .entry-content img.below-entry-meta {
	margin-left: auto !important;
	max-width: 100%!important;
}
.page-id-4483 .entry-content .nhisaclist, .page-id-4504 .entry-content .nhisaclist {
	margin-left: 27%;
}
.page-id-4483 .entry-content img.alignleft, .page-id-4504 .entry-content img.alignleft {
	padding: 20px 8px 8px 8px;
}
.page-id-4611 .entry-content h3 {
	background-color: rgb(40, 128, 181);
	color: #fff;
	font-size: 18px;
	width: 46%;
	text-align: left;
	margin: 3% 0 3% 0;
	padding: 10px;
	font-variant: small-caps;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border: 1px solid #f2f2f2;
}
.page-id-4611 .entry-content h3.mainhead {
	width: 32%;
}
/*events tprg-test-page css*/

.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .ee-ticket-selector-ticket-price-th {
	width: 10%;
	position: relative;
	left: 0;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv .tkt-slctr-tbl .tckt-slctr-tbl-tr .tckt-slctr-tbl-td-name {
	text-align: left !important;
	z-index: 999;
	display: block;
}
.page-id-3851 .tkt-slctr-tbl-wrap-dv td.tckt-slctr-tbl-td-name {
	width: 100% !important;
}
.page-id-3851 .ee-ticket-selector-ticket-qty-th {
	width: 8% !important;
}

.page-id-1022 .content_area .page-title { text-align:center; padding-bottom:12px; }

.page-template-springsummitcallforpapers #fot-wid aside#text-2 {
    width: 65%;
    float: left;
	}
	
.page-template-springsummitcallforpapers #fot-wid aside#text-3{
width: 35%;
float: right;
}
/*events tprg-test-page css*/



.page-template-summitsdashboard .left-sidebar{width:20%; display:inline-block; vertical-align:top; background:#FFFFFF; padding:3% 0%; margin-right:4%; min-height:700px; border-radius: 5px 0px 0px 5px;}

.page-template-summitsdashboard .site-content{background:#EDEDED;
padding-top: 12px;}

.page-template-summitsdashboard .right-content{width:76%; display:inline-block; vertical-align:top; background:#EDEDED; padding: 3% 3% 3% 0%; float:right; border-radius: 0px 5px 5px 0px;}

.page-template-summitsdashboard .wpblock{background:#FFFFFF; padding: 3% 3%; margin-bottom:3%; border-radius:5px;}

.mypaper-block,.myreg-block{background:#FFFFFF; padding:5%;}

.mypaper-block{margin-right:5%; }

.myreg-block{width:69%; display:inline-block; vertical-align:top; border-radius:5px;}

.mypaper-block{width:25%; display:inline-block; vertical-align:top; border-radius:5px;}

.page-template-summitsdashboard .page-title{display:none;}

.author-pic{text-align:center;}

.author-pic img{width:80px; height:80px; border-radius:50%;}

.author-pic .author-name{margin-top:10px;}

.page-template-summitsdashboard .title{font-size:20px; color:#000000; padding:20px 0px;}

.page-template-summitsdashboard .con_home .mysitewidth{ box-shadow: 2px 2px 10px #e1d7d7; padding: 0; border-radius:8px;}

.page-template-summitsdashboard  h4{font-size:30px;}

.page-template-summitsdashboard .tagline{ text-indent: 180px; display: block; line-height: 40px;}

.page-template-summitsdashboard .sub-title{ font-size:20px; border-bottom:1px solid #E5E5E5; padding-bottom:10px; white-space:nowrap; display:block;}

.page-template-summitsdashboard .liwpblocksubs li{min-width:185px; display:inline-block;}

.page-template-summitsdashboard .home_content ul{padding-top:20px;}

.page-template-summitsdashboard .myreg-block ul{width:32%; display:inline-block; vertical-align:top; white-space:nowrap}

.page-template-summitsdashboard .myreg-block ul:last-child{text-align:right;}

.page-template-summitsdashboard .mypaper-block li{background:url(../images/hand-icon.png) no-repeat left center; padding-left:30px;}

.page-template-summitsdashboard .side-menu a{padding:8px 30px; display:block; border-left:3px solid #fff;}

.page-template-summitsdashboard .side-menu li{float:none;}

.page-template-summitsdashboard .side-menu li a:hover{background:#EDEDED; text-decoration:none; border-left:3px solid #4B7D98;}

.page-template-summitsdashboard .copywright{padding:40px 0px 10px 0px; color:#807F84;}

.page-template-summitsdashboard .signout{background-color:#fff; float:right; padding:8px 30px 6px 50px; text-align:center; border-radius:25px; 
background-image:url(https://h-isac.org/summits/wp-content/uploads/sites/2/2018/05/signout-icon.png); background-repeat:no-repeat; background-position:15%; vertical-align:top; color:#77767B;}

.page-template-summitsdashboard .signout:hover{text-decoration:none;}

.page-template-summitsdashboard .copywright span{ color:#92C0D8;}

.page-template-summitsdashboard .ftcopy{display:inline-block; vertical-align:middle; line-height:40px; text-align: center;}

.page-template-summitsdashboard .author-name{position:relative;}

.page-template-summitsdashboard .author-name:before{content:""; position:absolute; left:40px; border-bottom:1px solid #E5E5E5; width:60%; bottom: -10px;}

.page-template-summitsdashboard .welcometext,.page-template-summitsdashboard .title{display:inline-block;}

.page-template-summitsdashboard .welcometext{padding:6px 20px; float:right; color:#D9D9DB; border:1px solid #D9D9DB; text-transform:uppercase; font-size:12px;}

.page-template-summitsdashboard .wpblock{margin-top:0%;}

.page-template-summitregistration .price-table{color:#FFFFFF;}

.page-id-1850 .section1 .buttoncontent a{color:#4eb5df; text-decoration:underline;}

.page-id-1850 .section1 .buttoncontentstep1 { padding:2% 3%; }
.page-id-1850 .section1 .buttoncontentstep1 a{color:#4eb5df; text-decoration:underline;}

.page-template-summitthankyou .thankyoupage{  width: 100%; padding: .75em 2.5%; margin: 0 auto 1em; background: #fff; border: 4px solid #F8D755; color: #666; font-size: 1em;
line-height: 1.6em; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.page-template-summitthankyou .invoice-button{ background: #00B1CA -webkit-linear-gradient( #4EBFDE, #00B1CA ); background: #00B1CA -o-linear-gradient( #4EBFDE, #00B1CA );
background: #00B1CA -moz-linear-gradient( #4EBFDE, #00B1CA ); background: #00B1CA linear-gradient( #4EBFDE, #00B1CA ); border: 1px solid rgba(0,0,0,0.01) !important;
border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: rgba(0, 0, 0, 0.01); border-bottom-color: rgba(0, 0, 0, 0.01); border-top: 1px solid rgba(255,255,255,0.5) !important; border-bottom: 1px solid rgba(0,0,0,0.25) !important; font-weight: normal; cursor: pointer; color: #fff !important;text-decoration: none !important; text-align: center; line-height: 1em; line-height: 1; padding: 6px 12px 7px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 3px; text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.4 ); font-size: 1.2em; line-height: 1.6em;
letter-spacing: -.125px;}

.lt-grey-text {color: #A39D9C;}

.smaller-text {font-size: .8em; line-height: 1.2em;}

.spco-attendee-lgnd {width: auto;padding: 0 1em;margin: 0;border: none;letter-spacing: 1px;font-weight: bold;}

.mini-cart-button{border: 1px solid #ccc; text-decoration: none; padding: 8px; margin: 4px 0 4px 4px;}

.springlist li {
    display: inline-block;
    text-align: center;
    margin-right: 3%;
    vertical-align: top;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    background-color: #efecec;
    border-radius: 30px;
	}
	
.springlist li:hover img {
    box-shadow: 0px 0px 10px #ca972d inset;
	}
	
.springlist li img {
    box-shadow: 0px 0px 10px #2677AE inset;
    border-radius: 100%;
	}

.springlist li input{
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);}
	

.springlist li:last-child #members{margin-top:12%;}


.springlist {
    margin-bottom: 2%;
   
}


.wpblock .displayinline{display:inline-block; vertical-align:top;}

.wpblock .wp59{width:59%;}

.wpblock .wp39{width:39%;}



ul.rdiostyle li input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 999;
    width: 26px;
    height: 27px;
    margin-left: -13px;
    cursor: pointer;
	}


ul.rdiostyle li .check {
    display: block;
    position: relative;
    text-align: center;
    margin: 0px auto;
        margin-top: 0px;
    border: 5px solid #2677AE;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
	}

ul.rdiostyle li:hover .check {
  border: 5px solid #54B5D9;
}

ul.rdiostyle li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
	}

	
input[type=radio]:checked ~ .check {
  border: 5px solid #bf7a00;
}

input[type=radio]:checked ~ .check::before{
  background: #bf7a00;
}

ul.rdiostyle li {
	position:relative;
	}
	
ul.rdiostyle li label {
	margin-left:32px;
	}
	
ul#sregul {
	margin-bottom:24px;
	}
	
ul#sregul li {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
	
ul#sregul li .check {
    position: absolute;
	}

.membersstart {
    background-color: #000 !important;
    box-shadow: 0px 0px 37px #00b9eb inset;
    padding: 10px 50px !important;
	margin:10px auto 0px auto;
	font-size:16px;
	}
	
.members_ttl {
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight: bold;
	}
	
.members_ttl::first-letter {
    color: #2677AE;
	}	 


@media (max-width: 600px) {

.page-template-summitsdashboard .left-sidebar,.page-template-summitsdashboard .right-content,.mypaper-block,.myreg-block,.page-template-summitsdashboard .myreg-block ul{width:100%; display:block;}

.page-template-summitsdashboard h4{font-size:26px;}

.page-template-summitsdashboard .tagline{text-indent:130px;}

.mypaper-block{margin-bottom:3%;}

.page-template-summitsdashboard .myreg-block ul:last-child{text-align:left;}

.page-template-summitsdashboard .left-sidebar{min-height:auto; border-radius:5px;}

.page-template-summitsdashboard .wpblock{border-radius:5px;}

.page-template-summitsdashboard .signout{float:none; width:50%; margin:0px auto; display:block;}

.page-template-summitsdashboard .welcometext{display:block; float:none;}

.page-template-summitsdashboard .title,.page-template-summitsdashboard .copywright{text-align:center; display:block;}


}





.page-id-151 .section2 > div:nth-child(2){
	padding: 4% 3% !important;
	}
.page-id-151 .wppb-form-field label, .page-id-151 #wppb-login-wrap .login-username label, .page-id-151 #wppb-login-wrap .login-password label{
	width: 100% !important;
	padding-bottom: 5px;
	}
.page-id-151 .wppb-user-forms{
	border-right: 2px solid #CAC8C8 !important;
	margin-right: 40px !important;
	}	
	
.page-id-151 #wppb-login-wrap .login-username input, .page-id-151 #wppb-login-wrap .login-password input {
     width: 85% !important;
	 padding: 10px !important;
	}
	
.page-id-110 #wppb-login-wrap .login-username input, .page-id-110 #wppb-login-wrap .login-password input {
     width: 85% !important;
	 padding: 10px !important;
	}
	
.page-id-151 div.displayinline:nth-child(1) > a:nth-child(2){
	margin-left: 0% !important;
	}
.page-id-1850 .section1 .auth-footer{
	position:relative !important;
	top:0%;
	right:0% !important;
	}
.page-id-1850 .auth-content-inner .primary-auth .auth-footer {
	padding-top:0% !important;
	}
.page-id-110 .displayinline > span:nth-child(3), .page-id-110 .displayinline > p:nth-child(2) > span:nth-child(3){
	color: #302e34 !important;
	font-family: Arial, sans-serif !important;
	
	}
.page-id-110 .displayinline{
	width:100%;
	}



.summit-loginform{width:50%;}

.summit-loginform form{white-space:nowrap; padding-left:5%; padding-top:5%;}

.page-id-37 .site-header-menu .logutbtn{right:20px;}

.page-id-727.parent-pageid-724 .pmpro_checkout td p:first-child{ border-bottom:10px solid #2576AE; padding-bottom:1%; font-weight:bold;}

.page-id-727.parent-pageid-724 .content-area{background:#eee; padding-left:20px; overflow:hidden;}

.page-id-727.parent-pageid-724 .pmpro_checkout thead th{background:#fff; border-bottom:10px solid #2576AE; margin-left:-2%; margin-right:-2%; display:block;}

.site-header-menu .logutbtn{right:20px;}

.page-id-727.parent-pageid-724 .entry-title{padding-left:10px;}

.page-id-110 .entry-title{padding-left:2%;}

#ee-single-page-checkout-dv #spco-copy-attendee-dv { display:none; }

.annoucementblock blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
		border-left-width:0px !important;
}

.annoucementblock blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;

}

.annoucementblock blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.annoucementblock blockquote cite:before {
    content: "\2014 \2009";
}
.formblock .loginforgotpassword {  position: absolute;left: 399px;bottom: 129px;  }

.paperblc br{display:none;}


.category-annoucement a.more-link { margin-top:15px; }
.category-finger-on-the-pulse p a.more-link, .category-legal-and-regulatory p a.more-link, .category-annoucement a.more-link, .page-template-page-with-sidebar-featureimage a.more-link {   
width: 115px;
height: auto;
padding: 5px;
color: #fff;
text-align: center;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #d3b56d;
border-radius: 10px 0px 10px 0px;
display: block;
clear: both;
text-transform: capitalize;
border-left: 5px solid #ccc;
}

.category-finger-on-the-pulse p a.more-link:hover, .category-annoucement a.more-link:hover, .page-template-page-with-sidebar-featureimage a.more-link:hover{
text-decoration: none;
background-color: #2677ae;
color: #fff;
}

.category-finger-on-the-pulse #main > br:nth-child(2), .category-finger-on-the-pulse #main > br:nth-child(3) { display:none; }

@media (max-width: 600px) { .formblock .loginforgotpassword {  position: absolute;left: 230px;bottom: 130px;  }  }
.home .annoucementblock blockquote::after {
    display: block;
    padding-left: 10px;
    content: "\201d";
    font-size: 80px;
    position: absolute;
    left: 202px;
    top: 113px;
    color: #7a7a7a;
}
.category-1921 .rightsidecategory h2.widget-title { display:none; }

.category-nh-isac-blog .site-main > article,.category-webinar-archives .site-main > article{margin-bottom:2em;}

body.postid-2384 .mysitewidth .rightside.sidebar,body.postid-2382 .mysitewidth .rightside.sidebar{display:none;}

body.category-nh-isac-blog .mysitewidth .entry-content p{margin-bottom:0px;}


@media all and (max-width:776px) {	
.simpleDesign th, .simpleDesign td{
	width: 100%;
}
}
@media all and (max-width:480px) {	
.simpleDesign th, .simpleDesign td{
	width: 100% !important;
	display: block;
}
table.simpleDesign th, table.simpleDesign td{
	display: none;
}
table.simpleDesign tr > th:first-child, table.simpleDesign tr > td:first-child{
	display: block;
}

.entry-header .blog-entry-title a, .category-41 .content-area h2.blog-entry-title a{font-size: 18px !important;
border-bottom: none;}

}
.simpleDesign tr td ul li { font-size:13px; }	
.simpleDesign tr td  { line-height:15px; font-size:15px; }
.simpleDesign tr td, .simpleDesign tr th { text-align:center; }
.simpleDesign thead tr {
	background: #276ca8;
	color: #fff;
}
.simpleDesign tbody tr {
	
}
.simpleDesign tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
.simpleDesign a.download_btn {
	background-color: #6FBD50;
	color: #fff;
	padding: 6px 10px;
	border-radius: 15px;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 126px;
	font-size:11px;
	text-transform:uppercase;
}
.simpleDesign a.download_btn:hover {
	background-color: #2D7FAF;
	text-decoration:none;
}

.home .testimonial-inner .testimonial-content p {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left-width: 0px !important;
}
.home .testimonial-inner .testimonial-content p::before {
    display: block;
    padding-left: 10px;
    content: "\f10d";
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -12px;
    color: #d4a73f;
}
/*.home .testimonial-inner .testimonial-content p::after {
    display: block;
    padding-left: 10px;
    content: "\201d";
    font-size: 80px;
    position: absolute;
    left: 202px;
    top: 113px;
    color: #7a7a7a;
}*/

.page-id-542 img{margin:-10px 20px 30px 20px;}

.page-template-customfileslist h1.page-title{
	padding-top:30px;
	}

.page-template-customfileslist .content-list .d-flex.ai-s{
	display:block;
	}

.page-template-customfileslist .simpleDesign .subcatslistgridview{
	width: 48%;
	margin-bottom: 10px;
	display: inline-block;
	padding-left: 0px;
	padding-right: 33px;
	}
.page-template-customfileslist .simpleDesign a.download_btn{
	width: 105px;
	}

.page-template-customfileslist .sgl_list .ai-c.jc-sb{
	margin-bottom:20px;
	}

.page-template-customfileslist .list-blocks{
	padding-bottom:30px;
	}

.page-template-customfileslist .content-list{
	padding-left:0px;
	}
.page-template-customfileslis .mysitewidth{
	max-width:1020px;
	}

@media (max-width: 870px){
.page-template-customfileslist .simpleDesign .manage-column{
	display:block;
	width:95%;
	}
}

@media (max-width: 720px){
.page-template-customfileslist .simpleDesign .manage-column{
	display:inline-block;
	width: 48%;
	}
.page-template-customfileslist .content-list{
	padding-left:20px;
	padding-right:0px;
	}
}
@media (max-width: 550px){
.page-template-customfileslist .simpleDesign .manage-column{
	display:block;
	width:100%;
	}
}