﻿/* Comman CSS */
/********************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td			{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
										vertical-align: top; background: transparent; }
blockquote:before,
blockquote:after,
:focus									{ outline:none; }
ins										{ text-decoration:none; }
del										{ text-decoration:line-through; }
form										{ height: 100%; }
img										{ border: 0; padding: 0; margin: 0; }
html, body								{ text-align: left; font-size: 12px; margin: 0; padding: 0;
										font-family: Segoe UI,Arial,Helvetica,sans-serif; height: 100%;
										background: #fff; color: #333; line-height: 18px; 
										font-weight: normal; }

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6					{ font-family: Segoe UI,Arial,Helvetica,sans-serif; 
										font-weight: bold; color: #185186; 
										padding: 0 0 18px 0; }
h1										{ font-size: 35px; line-height: 39px; }
h2										{ font-size: 17px; line-height: 22px;}
h3										{ font-size: 15px; line-height: 20px; }
h4										{ font-size: 16px; line-height: 22px; }
h5	 									{ font-size: 14px; line-height: 16px; }
h6										{ font-size: 12px; line-height: 14px; }
ul, ol									{ padding: 0; margin: 0 0 18px 24px;}
ul li, ol li									{ padding:0; margin: 0; }
ul li ul, ul li ol								{ margin: 0 0 0 24px; }
ul li										{ list-style-type: disc; }
ol li, ul li ol li								{ list-style-type: decimal; }
ul li ol li ul li								{ list-style-type: circle; }
sup										{ vertical-align: top; font-size: 8px; }
small									{ font-size: 11px; }
p										{ padding: 0 0 18px 0;  }
hr										{ margin: 24px 0; border-top: 1px solid #fff; border-bottom: 1px solid #aaa; border-right: none; border-left: none; }
.Normal, 
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject								{ font-family: Arial,Helvetica,sans-serif; font-weight:normal;
										font-size: 12px; line-height: 18px; text-align: left; }

.Normal, .NormalDisabled				{ color:#333; }
.BoldText								{ color:#333; font-weight:bold;}
.NormalRed								{ color:#cd0000; font-weight:bold; }
.SubHead								{ color:#78b1e9; }
.SkinObject								{ color:#bb6226; }

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton, 
a.CommandButton:link, 
a.CommandButton:visited,
a.SkinObject, 
a.SkinObject:link,
a.SkinObject:visited					{ font-family: Arial,Helvetica,sans-serif;
										font-weight: normal; font-size: 12px; text-decoration: none;
										line-height: 18px; color:#1282c9;}
a:active, a:hover, a:focus,
a.CommandButton:active, 
a.CommandButton:hover, 
a.CommandButton:focus,
a.SkinObject:hover , 
a.SkinObject:focus,
a.SkinObject:active						{ color: #000; text-decoration: underline; }
.paneOutline							{ outline: 1px dotted #000; border: none; }
.paneOutline center						{ text-align: center; }
.paneOutline .SubHead					{ color: #0088cd; }

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane							{ font-size: 0px; line-height: 0px; display: none; }

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox						{ font-family: Arial,Helvetica,sans-serif;
										font-weight:normal; font-size: 14px; line-height: 22px;
										height: 22px; background: #f6f6f6; border: 1px solid #616161; 
										padding: 2px 8px; margin: 2px 0px; color:#222; }
select.NormalTextBox						{ padding: 2px 2px 2px 8px; }
input.NormalTextBox:focus, 
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover				{ border-color:#222; }
textarea.NormalTextBox, select.NormalTextBox
										{ height: auto; }

/* Button CSS */
/********************************************************************/
.StandardButton							{ background: #bb6226; color: #fff; display: inline-block; 
										font-size: 14px; line-height: 18px; margin: 12px 0; padding: 8px 12px; }
.StandardButton:hover, 
.StandardButton:focus					{ background: #2f78c0; outline: none; text-decoration: none; color: #fff; }

/* Float CSS */
/********************************************************************/
.float-left								{ float:left; }
.float-right							{ float:right; }
.clear-both								{ clear:both; font-size: 0px; line-height: 0px; height: 0px; }
.clear:after							{ clear: both; content: ""; display: block; height: 0; visibility: hidden; }

/* Common CSS */
/********************************************************************/
.textAlignRight							{ text-align: right; }
.textAlignCenter						{ text-align: center; }

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited						{ text-decoration: none; }
#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover, 
#dnnCommonTasks a:active, #dnnCommonTasks a:focus, 
#dnnCurrentPage a:hover, #dnnCurrentPage a:active, 
#dnnCurrentPage a:focus, #dnnOtherTools a:hover, 
#dnnOtherTools a:active, #dnnOtherTools a:focus
										{ text-decoration: underline; }

/* Menu CSS */
/********************************************************************/
.skin-nav								{ background: url(images/menu-bg.png) 0 0 repeat #2f77c0; }
.skin-nav .root							{ float: left; display: block; padding: 14px 0; }
.skin-nav .root .txt						{ display: block; border-right: 1px solid #72a4d6; padding: 6px 12px; 
										font-size: 16px; line-height: 20px; font-weight: bold; color: #fff; }
.skin-nav .last .txt						{ border: none; }
.skin-nav .expanded,
.skin-nav .sel,
.skin-nav .root:hover					{ background: url(images/menu-hover-bg.png) 0 0 repeat #7c3e16; }
.skin-nav .m								{ background: url(images/menu-dropdown-bg.png) 0 0 repeat-x #bb6226; width: 200px; }
.skin-nav .m .mi td						{ padding: 8px 6px; border-bottom: 1px solid #cd8b5e; }
.skin-nav .m .mi .txt						{ font-size: 14px; line-height: 20px; font-weight: normal; color: #fff; width: 100%; }
.skin-nav .m .mi:hover					{ background: #d8834b; }

/* Side Menu CSS */
/********************************************************************/
.sideNAV-wrapper						{ float: left; width: 160px; }
.sideNAV-content						{ float: right; width: 480px; }
.sideNAV-fullcontent					{ float: right; width: 768px; }
.sideNAV-fullLeftPane					{ float: left; width: 366px; }
.sideNAV-fullRightPane					{ float: right; width: 366px; }
.subSideNav								{ background: #E3E3E3; }
a.sideNavLink,
a.sideNavLink:link,
a.sideNavLink:visited					{ font-size: 16px; line-height: 22px; display: block; color: #bb6226; 
										border-bottom: 1px solid #d8d8d8; padding: 10px 16px 10px 0;
										background: url(images/sidenav-arrow.png) right center no-repeat transparent; }
a.sideNavLink:hover,
a.sideNavLink:focus,
a.sideNavLink:active					{ color: #783100; text-decoration: none; background-image: url(images/sidenav-arrow-hover.png); }
.subSideNav a.sideNavLink,
.subSideNav a.sideNavLink:link,
.subSideNav a.sideNavLink:visited		{ padding: 10px 16px; background-image: url(images/sub-sidenav-arrow.png); }
.subSideNav a.sideNavLink:hover,
.subSideNav a.sideNavLink:focus,
.subSideNav a.sideNavLink:active			{ background-image: url(images/sub-sidenav-arrow-hover.png); }

/* Layout CSS */
/********************************************************************/
.skin-area								{ min-height: 100%; _height: 100%; background: #e0e0e0; }
.skin-width								{ width: 960px; margin: auto; }
.skin-header							{ padding: 16px 0; background: #fff; }
.skin-logo								{ float: left; }
.skin-logo a 							{ display: inline-block; vertical-align: middle; }
.skin-logo span,
.skin-logo > img 						{ vertical-align: middle; margin-left: 22px; font-size: 18px; color: #555555; 
										  margin-top: 5px; font-style: italic; font-weight: 300; letter-spacing: -0.5px; }
.skin-actions							{ float: right; margin: 15px 0 0 0; color: #dadada; font-size: 13px; line-height: 18px; display:flex;  }
a.skin-link,
a.skin-link:link,
a.skin-link:visited						{ color: #bb6226; margin: 0 10px; font-size: 13px; line-height: 18px; display: inline;}
a.skin-link:hover,
a.skin-link:focus,
a.skin-link:active						{ color: #082c50; }
a.skin-action, 
a.skin-action:link,
a.skin-action:visited					{ background: url(images/button-bg.png) 0 0 no-repeat transparent; color:#fff; 
										padding: 8px 18px; font-size: 14px; line-height: 20px; font-weight: bold; width: 120px;
										display: block; float: right; }
a.skin-action:hover, 
a.skin-action:focus,
a.skin-action:active					{ background-position: 0 -100px; text-decoration: none; }
.skin-banner							{ background: #082C50; }
.skin-inner .skin-banner					{ padding: 22px 0; }
.skin-highlighted						{ padding: 36px 0 18px 0; background: #eee; }
.root-Sep								{ padding: 0 6px; color: #b2c3d3; display: inline; }
.skin-banner .float-right				{ width: 385px; }
.breadcrumb,
a.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:visited					{ color: #b2c3d3; }
a.breadcrumb:hover,
a.breadcrumb:focus,
a.breadcrumb:active,
a.root-breadcrumb:hover, 
a.root-breadcrumb:focus,
a.root-breadcrumb:active				{ color: #fff; }
.skin-inner .skin-banner h1,
.skin-inner .skin-banner h2,
.skin-inner .skin-banner h3,
.skin-inner .skin-banner h4,
.skin-inner .skin-banner h5,
.skin-inner .skin-banner h6,
.skin-inner .skin-banner .Normal			{ padding: 0; color: #fff; font-weight: normal; }
.PageQuotePane							{ padding: 0px 0px 6px 0; }
.PageLinksPane .Normal, 
.PageQuotePane .Normal					{ text-align: left; font-style: italic; }
.banner-sep								{ padding: 0px 6px 0px 0px; color: #7790a8; }
.PageLinksPane a,
.PageLinksPane a:link,
.PageLinksPane a:visited					{ color: #f3b083; }
.PageLinksPane a:hover,
.PageLinksPane a:focus,
.PageLinksPane a:active					{ color: #fff; }
.LeftPane,
.MiddlePane,
.RightPane,
.FooterLeftPane,
.FooterMiddlePane,
.FooterRightPane						{ float: left; padding: 0 63px 0 0; width: 278px;}
.skin-inner .LeftPane					{ float: left; width: 442px; padding: 0 40px 0 0; }
.skin-inner .RightPane					{ float: right; width: 478px; }
.skin-sidebar .skin-left					{ float: left; width: 682px; padding: 0 40px 0 0; }
.skin-sidebar .skin-left .LeftPane		{ float: left; width: 321px; padding: 0 40px 0 0; }
.skin-sidebar .skin-left .RightPane		{ float: right; width: 321px; }
.skin-sidebar .skin-right				{ float: right; width: 238px; }
.RightPane, .FooterRightPane			{ padding: 0;}
.skin-footer							{ background: #e0e0e0; padding: 36px 0 18px 0; }
.skin-info								{ padding: 18px 0; border-top: 1px solid #c6c6c6; margin: 18px 0 0 0; }
.skin-left-info							{ float: left; width: 619px; padding: 0 63px 0 0; }
.skin-social-links						{ float: right; width: 278px; }
.skin-info a.SkinObject,
.skin-info a.SkinObject:link,
.skin-info a.SkinObject:visited			{ color: #1282c9; }
.skin-info .SkinObject,
.skin-info a.SkinObject:hover,
.skin-info a.SkinObject:focus,
.skin-info a.SkinObject:active			{ color: #000; margin: 0 0 0 12px; }
.skin-info span.SkinObject,
.skin-info span.SkinObject a.SkinObject,
.skin-info span.SkinObject a.SkinObject:active,
.skin-info span.SkinObject a.SkinObject:visited,
.skin-info span.SkinObject a.SkinObject:hover,
.skin-info span.SkinObject a.SkinObject:focus,
.skin-info span.SkinObject a.SkinObject:active
										{ margin: 0; }
.skin-info a.HiddenObject,
.skin-info a.HiddenObject:link,
.skin-info a.HiddenObject:visited		{ color: #e0e0e0; }
.skin-info a.HiddenObject:hover,
.skin-info a.HiddenObject:focus,
.skin-info a.HiddenObject:active			{ color: #c6c6c6; }

/* Content Rotator CSS */
/********************************************************************/
/*
.orbit-wrapper 							{ width: 960px; height: 287px; overflow: hidden; position: relative; } 
.SliderHolder>img, 
.SliderHolder>div,
.SliderHolder>a,
.SlideCaption							{ display: none; }
.SlideImage								{ position: absolute; z-index: 1; }
.orbit-caption							{ position: absolute; top: 15%; left: 24px; width: 450px; z-index: 8; }
h2.SlideHead							{ font-size: 40px; line-height: 52px; color: #78b1e9; }
p.SlideContent							{ font-size: 18px; line-height: 24px; color: #fff; }
a.SlideLink,
a.SlideLink:link,
a.SlideLink:visited						{ background: url(images/small-button-bg.png) 0 0 no-repeat transparent; color:#fff; 
										padding: 8px; font-size: 12px; line-height: 14px; font-weight: normal; width: 84px;
										display: block; float: left; }
a.SlideLink:hover,
a.SlideLink:focus,
a.SlideLink:active						{ background-position: 0 -100px; text-decoration: none; }
ul.orbit-bullets							{ margin: 0; padding: 0; position: absolute; bottom: 10%; left: 20px; z-index: 8; }
ul.orbit-bullets:after					{ clear: both; content: ""; display: block; height: 0; visibility: hidden; }
ul.orbit-bullets li						{ float: left; display: block; width: 48px; height: 3px; background: #2d70b2; 
										cursor: pointer; text-indent: -99999px; margin: 0 4px; }
ul.orbit-bullets li.active					{ background: #c3d2e1; }
*/

/* Simple Slider CSS */
/********************************************************************/
.slider-holder							{ height: 285px; position: relative; overflow: hidden; }
.slider-actions							{ position: absolute; bottom: 2%; left: 24px; z-index: 8; }
ul.slider-list							{ margin: 0; padding: 0; list-style: none; display: block; position: absolute; top: 0; left: 0; width: 5000px; }
ul.slider-list:after						{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
ul.slider-list li.slide-item				{ margin: 0; padding: 0; list-style: none; display: block; float: left; position: relative; }
.slide-image							{ position: relative; z-index: 1; }
.slide-caption							{ position: absolute; top: 15%; left: 24px; width: 465px; z-index: 8; }
h2.slide-head							{ font-size: 40px; line-height: 52px; color: #78b1e9; font-weight: normal; padding: 0; }
p.slide-content,
.slide-caption p						{ font-size: 16px; line-height: 24px; color: #fff; }
a.slide-link,
a.slide-link:link,
a.slide-link:visited					{ background: url(images/small-button-bg.png) 0 0 no-repeat transparent; color:#fff; 
										padding: 8px; font-size: 12px; line-height: 14px; font-weight: normal; width: 84px;
										display: block; float: left; }
a.slide-link:hover,
a.slide-link:focus,
a.slide-link:active						{ background-position: 0 -100px; text-decoration: none; }
.slide-pager							{ float: left; text-align: center; }
.slide-pager:after						{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.slide-pager a 							{ float:left; display: block; margin: 0 4px 0 0; text-decoration: none;
										text-indent: -99999px; background-color: #2d70b2; height: 3px; width: 48px; 
										position: relative; }
.slide-pager a.selected 					{ background-color: #2d70b2; overflow:hidden;}
.slide-pager a.selected span				{ background-color: #c3d2e1; width:0px; height:6px; float:left; display:block;
										position: absolute; top: 0; left: 0;}
.slide-pager a:hover						{ background: #69b5ff; }
.slider-actions .pageWidth				{ position: relative; }
a.slide-link[href=""] 					{ display: none; }

/* List CSS */
/********************************************************************/
ul.ListHolder							{ padding: 0; margin: 0; list-style: none; }
li.ListItem								{ list-style: none; margin: 6px 0; padding: 4px 8px; background: #fff; }
a.ListLink,
a.ListLink:link,
a.ListLink:visited						{ font-size: 14px; line-height: 20px; }

/* Medical List CSS */
/********************************************************************/
ul.MedicalListHolder						{ padding: 0; margin: 0; list-style: none; border-top: 1px solid #d0dbe5;width:272px }
li.MedicalListItem						{ list-style: none; margin: 0; padding: 3px 3px 3px 20px; border-bottom: 1px solid #d0dbe5; 
										background: url(images/link-arrow.png) left center no-repeat transparent;width:250px}
a.MedicalListLink,
a.MedicalListLink:link,
a.MedicalListLink:visited				{ font-size: 14px; line-height: 20px; }
.Medical-Shorting						{ padding: 0 0 12px 0; margin: 0 0 24px 0; border-bottom: 1px solid #d2d2d2; }
.Medical-ShortingHead					{ float: left; padding: 8px 8px 8px 0; }
a.toggle-button,
a.toggle-button:link,
a.toggle-button:visited					{ float: left; display: block; margin: 0 8px; padding: 6px; width: 116px;
										background: url(images/toggle-button.png) 0 0 no-repeat transparent; 
										color: #6f6f6f; font-size: 14px; line-height: 20px; font-weight: bold; 
										text-align: center; text-decoration: none; }
a.toggle-button:hover,
a.toggle-button:focus,
a.toggle-button:active					{ background-position: 0 -200px; color: #fff; text-decoration: none; }
a.active-button,
a.active-button:link,
a.active-button:visited					{ background-position: 0 -100px; color: #fff; }

/* News CSS */
/********************************************************************/
ul.NewsHolder							{ padding: 0; margin: 0; list-style: none; }
li.NewsItem								{ list-style: none; padding: 12px 0; border-bottom: 1px solid #c6c6c6; }
.NewsDate								{ float: left; display: block; width: 60px; }
.NewsDetail								{ padding: 0 0 0 60px; }


/* Extra CSS */
/********************************************************************/
.nopadding								{ padding: 0 0 2px 0; }
.margin-bottom							{ margin: 0 0 18px 0; }
.brown-color							{ color: #bb6226; }
.uppercase								{ text-transform: uppercase; }
.interior-table h1,
.interior-table h2,
.interior-table h3,
.interior-table h4,
.interior-table h5,
.interior-table h6,
.interior-table p						{ padding: 0; }
.interior-table tr td						{ padding: 4px 0; }
ul.UserDetailHolder						{ margin: 0; padding: 0 0 24px 0;}
li.DetailListItem						{ background: url("images/link-arrow.png") no-repeat scroll 0px 4px #e7e7e7;
										list-style: none outside none; padding: 4px 4px 4px 24px; margin: 0 0 2px 0; }

/* Member Detail CSS */
/********************************************************************/
.member-clear							{ clear: both; line-height: 0; font-size: 0; }
.member-2col							{ float: left; width: 312px; }
.member-dtleft							{ padding: 0 48px 0 0; }
.member-hd								{ background: #082C50; padding: 22px 0; }
.member-skinwidth						{ margin: auto; width: 960px; position: relative; }
h1.member-head 							{ font-size: 32px; line-height: 46px; color: #fff; font-weight: normal; padding: 0 0 8px 0; }
h3.member-designation					{ font-size: 20px; line-height: 28px; color: #dd8c55; font-weight: normal; padding: 0 0 8px 0; }
q.member-quote							{ font-size: 18px; line-height: 24px; color: #fff; font-weight: normal;word-spacing: 2px; 
										font-style: italic; display: block; }
.member-hdwrapper						{ float: left; width: 550px; height: 306px; position: relative; z-index: 1; }
.member-photo							{ position: absolute; top: -22px; bottom: -22px; right: -80px; height: 350px; width: 600px; }
.member-phright							{ position: absolute; top: 0; right: 0; width: 150px; height: 100%; 
										background: url(images/member-img-gradient-rt.png) 0 0 repeat-y transparent; }
.member-phleft							{ position: absolute; top: 0; left: 0; width: 150px; height: 100%; 
										background: url(images/member-img-gradient-lt.png) 0 0 repeat-y transparent; }
.member-rightpane						{ float: right; width: 238px; }
.member-leftpane						{ float: left; padding: 0 40px 0 0; width: 682px; }
.member-lacations						{ color: #488acb; font-size: 14px; line-height: 20px; }


/* Google Map */
/********************************************************************/
.map-canvas 								{ border: 1px solid #a8a8a8; height: 300px; }
.map-tavelmode 							{ padding: 18px 0; }
.map-row 								{ padding: 0 0 12px 0; }
.map-footer 								{ text-align: right; }
.pd-footer								{ display: none; }
.map-directions							{ padding: 12px 0 0 0; }
.map-row span 							{ background: #3895fd; border: 1px solid #0073d6; padding: 1px 10px 2px 10px; 
										font-size: 16px; line-height: 24px; color: #fff; margin: 0 6px 0 0; float: left; }
input.map-input 							{ background: #fff; border: 1px solid #c1c1c1; padding: 4px; font-size: 14px; 
										line-height: 24px; height: 20px; color: #000; width: 88.6%; }
input.map-input:focus, i
nput.map-input:hover 					{ border-color: #3a96ff; }
a.map-submit,
a.map-submit:link,
a.map-submit:visited,
a.print-directions,
a.print-directions:link,
a.print-directions:visited				{ background: #3895fd; border: 1px solid #0073d6; padding: 4px 10px; 
										font-size: 14px; font-weight: bold; line-height: 24px; color: #fff; 
										text-transform: uppercase; cursor: pointer; text-decoration: none; }
a.map-submit:focus, 
a.map-submit:active, 
a.map-submit:hover,
a.print-directions:focus,
a.print-directions:active,
a.print-directions:hover				{ background-color: #357ae8; border-color: #2f5bb7;  }
a.tavelmode-link, 
a.tavelmode-link:link, 
a.tavelmode-link:visited				{ display: block; float: left; padding: 4px; text-indent: -9999px; width: 26px; 
										height: 16px; background-color: #f2f2f2; background-position: 5px 4px; background-repeat: no-repeat;
										border: 1px solid #dadada; }
a.Driving, 
a.Driving:link, 
a.Driving:visited 						{ background-image: url(/portals/0/images/img-car.png); }
a.Transit, 
a.Transit:link, 
a.Transit:visited 						{ background-image: url(/portals/0/images/img-train.png); }
a.Walking, 
a.Walking:link, 
a.Walking:visited 						{ background-image: url(/portals/0/images/img-walking.png); }
a.Bicycling, 
a.Bicycling:link, 
a.Bicycling:visited 						{ background-image: url(/portals/0/images/img-bicycle.png); }
a.active-link, 
a.active-link:link, 
a.active-link:visited, 
a.tavelmode-link:hover, 
a.tavelmode-link:focus, 
a.tavelmode-link:active 					{ border-color: #b1b1b1; background-color:#e9e9e9; background-position: 5px -96px; }


/* Custom Form */
/********************************************************************/
.customForm .dnnForm						{ width: 100%; min-width: 100% }
.customForm .dnnForm .dnnFormItem		{ padding: 0 0 12px 0; }
.customForm .dnnFormItem label, 
.customForm .dnnFormItem .dnnFormLabel, 
.customForm .dnnFormItem .dnnTooltip		{ width: 100px; }
.customForm .dnnForm .dnnFormItem a.dnnFormHelp span,
.customForm .dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span
										{ padding: 0; }
.customForm a.dnnFormHelp, 
.customForm .dnnForm .dnnFormItem a.dnnFormHelp, 
.customForm .dnnTooltip label a.dnnFormHelp{ background: transparent; }

/* Location Form */
/********************************************************************/
.location h2								{ font-family: Arial,Helvetica,sans-serif; font-size: 30px; line-height: 40px; color: #000; }
.location p								{ font-family: Arial,Helvetica,sans-serif; font-size: 22px; line-height: 30px; }

/* Header My Laureate Button */
/********************************************************************/

a.skin-action-laureate,
a.skin-action-laureate:link,
a.skin-action-laureate:visited			{ width: 100px; margin-left: 8px; background-size: 100% 140px; }

a.skin-action-laureate:hover, 
a.skin-action-laureate:focus, 
a.skin-action-laureate:active			{ background-position: 0 -104px; }

/* Header Covid 19 Updates Button */
/********************************************************************/
a.skin-action-covid, 
a.skin-action-covid:link, 
a.skin-action-covid:visited				{ width: auto; background: yellow; color: red; border-radius: 5px; }

/* Header career Button */
/********************************************************************/
a.skin-action-career, 
a.skin-action-career:link, 
a.skin-action-career:visited			{ width: auto; background: #082C50; color: #fff; border-radius: 5px; margin-left: 8px; }

/* Header recalls Button */
/********************************************************************/
a.skin-action-recalls, 
a.skin-action-recalls:link, 
a.skin-action-recalls:visited			{ width: auto; background: red; color: #fff; border-radius: 5px; margin-left: 8px; }

/* Admin CSS */
/********************************************************************/
.dnnFormItem input[type="checkbox"] + span, .dnnFormItem input[type="radio"] + span {
    margin: 1px 5px;
}
span.dnnFormRadioButtons {
	padding: 10px 0;
}
h2.dnnFormSectionHead {
	padding: 0;
}
h2.dnnFormSectionHead a {
    padding: 10px;
	background-position-x: 99% !important;
}
li a.dnnPrimaryAction {
	color: #efefef;
}
li a.dnnSecondaryAction {
	color: #333;
} 
.urlControl {
	padding-top: 5px;
}
.urlControl select, .urlControl input {
    width: auto;
    margin-bottom: 0;
}
.ModITWSliderC .SubHead .dnnLabel label span {
    color: #333;
}
.ModITWSliderC .urlControl .urlControlLinkType .dnnFormLabel {
    float: none;
	text-align: left;
}
.ModITWSliderC .dnnTextPanel,
.ModITWSliderC .dnnTextPanelView {
	width: 100% !important;
}
.urlControl .urlControlLinkType input[type="radio"] {
    width: auto;
    margin-left: 2px;
}
.DNN_ANN_viewtypeSelectorLabel .dnnLabel {
	width: 65%;
}

/* New Menu CSS */
/********************************************************************/
#dnnMenu .nav {
	margin: 0;
}
#dnnMenu .nav li {
    display: block;
    float: left;
    padding: 14px 0;
    position: relative;
}
#dnnMenu .nav li:hover {
    background: url(images/menu-hover-bg.png) 0 0 repeat #7c3e16;
}
#dnnMenu .nav li a, 
#dnnMenu .nav li a:link, 
#dnnMenu .nav li a:visited {
	font-family: Segoe UI,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #fff;
    display: block;
    border-right: 1px solid #72a4d6;
    padding: 6px 12px; 
    line-height: 20px;
    font-weight: bold; 
    text-decoration: none;	
}
#dnnMenu .nav li.active {
    background: url(images/menu-hover-bg.png) 0 0 repeat #7c3e16;
}
#dnnMenu .nav .dropdown {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
	min-width: 200px;
    background: url(images/menu-dropdown-bg.png) 0 0 repeat-x #bb6226;
    float: none;
    margin: 0;
    padding: 0;
    z-index: 9;
}
#dnnMenu .nav .dropdown li {
    float: none;
    margin: 0;
	padding: 0;
    position: relative;
}
#dnnMenu .nav .dropdown li:hover {
    background: #d8834b;
}
#dnnMenu .nav .dropdown a, 
#dnnMenu .nav .dropdown a:link, 
#dnnMenu .nav .dropdown a:visited {
	font-family: Segoe UI,Arial,Helvetica,sans-serif;
    white-space: nowrap;
    font-weight: normal;
	font-size: 14px;
	line-height: 20px;
    color: #fff;
    border: 0;
    display: block;
	padding: 8px 18px;
    border-bottom: 1px solid #cd8b5e;
}
#dnnMenu .nav .dropdown li:last-child a {
	border-bottom: none;
}
.dnnFormItem a.dnnPrimaryAction {
	color: #fff;
}
.dnnFormItem a.dnnSecondaryAction {
	color: #333;
}
.dnnLogin a:hover,
.dnnSendPassword a:hover {
	text-decoration: none;
}
.dnnLogin .dnnFormItem > span.dnnFormLabel {
    width: 35.5%;
}
.dnnLogin .dnnFormItem input[type="checkbox"] + span, .dnnLogin .dnnFormItem input[type="radio"] + span {
    margin: 0 5px 5px 0;
}
.dnnSendPassword .dnnActions {
	padding-left: 113px;
}
.rm-container #Assets-panel .assets-body .header-container {
    display: flex;
}
.recalls-content p, .recalls-content a {
	font:14px Arial;
	line-height:24px;
}