@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

:root{
    --dropshadow: 3px 3px 7px #00000045;
    --infoNeeded:#008000;
    --secondary-color:#7FC4FD;
    --accent:#E31C79;
    --main-color:#00205b;
    --highlight-yellow:#FFFF9D;
    --white:#fff;
    --secondary-content:#79B3E2;
    --light:#C5C5C5;
    --main-font-family: 'Nunito Sans', sans-serif;
    --secondary-font-family: 'Roboto', sans-serif;
    --input-field-background:#F5F5F5;

}

*{scroll-behavior: smooth !important;	}

body.contentsmain.main {
    margin: 0px;
}

body, .heading2, .heading3, .heading1  {
    font-family: var(--main-font-family);

}

body.contentsmain.main p, body.contentsmain.main li, body.contentsmain.main strong {
    font-family: var(--main-font-family);
    color: #212121!important;
    font-size: 15px!important;
}

body.contentsmain.main h4 {
    font-family: var(--main-font-family);
    font-size: 16px;
    line-height: 40px;
}

body.contentsmain.main .heading2,body.contentsmain.main .heading3, body.contentsmain.main .heading1, body.contentsmain.main .heading4 {
    font-weight: 800!important;
    font-size: 38px!important;
    color: #00205B!important;
    background: none;
    margin: 10px 0px 15px 0px;
    padding:0px;

}

body.contentsmain.main .subheadingwithintopic, body.contentsmain.main .subheading {
    font-weight: 700!important;
    font-size: 26px!important;
    color: var(--secondary-content)!important;
    border-top: 1px dotted var(--secondary-content)!important;
    background: none;
    margin: 50px 0px 10px 0px;
    border:none;
    padding:15px 0 ;
}

body.contentsmain.main {
    padding-top:20px;
}

.aitData {
    margin: 0px 100px 50px 50px;
}

.snippet .aitData {
    margin: 0px 20px;
}

.button.viewModel {
    position: relative;
    top: 5px;
    left: 10px;
}

body.contentsmain.home {
	margin-left :14px;
    margin-top : 0px;
    background: none;
    width: 943px;
}
a {
    color : #2B6FA6;
	cursor:pointer;
    background-color: inherit;

}

.complete {
    font-family: 'Nunito Sans', sans-serif!important;
	color: #168730!important;
	font-weight: bold;
}

.incomplete {
	font-family: 'Nunito Sans', sans-serif!important;
	color: #e31c79!important;
	font-weight: bold;
}

a:link {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}
a:hover {
	text-decoration : underline dotted;
}

a.jumptemplatenohovercolour:hover {	background-color: #FFFF80;}

body.contentsmain.main strong {
    font-weight: 700;
}

body.contentsmain.main p.subsectionheading, .listnumbersubheading {
    font-weight: 700;
    font-size: 18px!important;
    margin-bottom: 10px;
}

ul.listbullet, ul.listbullet2, ul.listbullet3, ul.tablelistbullet {
    list-style-type: disc;
    padding-inline-start: 30px;
}

li {
    margin-top: 10px!important;
}

.websiteandpdftemplate {
    background-image: url(external.svg);
    background-size: 12px 12px;
    padding-right: 17px;
    background-position: center right;
    background-repeat: no-repeat;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: transparent;
}

a[href*="healthpathways"]{
    background: url(hpicon.svg) no-repeat left center;   
}

a[href*="healthinfo"]{
    background: url(hi_graphic.svg) no-repeat left center;
}
a[href*="healthpathways"], a[href*="healthinfo"] {
    padding: 2px 0 0 18px;
    background-size: 15px;
}

a[href*="healthpathways.htm"],
a[href*="healthinfo.htm"]
{
    background:none;
    padding: 0;
}

a.expandingblocktemplate img.expandicon {
    display: none;
}

a.expandingblocktemplate {
    background-image: url(plus.svg);
    background-size: 14px 14px;
    padding-right: 17px;
    background-position: center right;
    background-repeat: no-repeat;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: transparent;
}
	

a.expandingblocktemplate.active {
    background-image: url(minus.svg);
}

.relatedheading {
    color: #212121;
    border: none;
    background: none;
    font-weight: 400;
    font-size: 21px;
    margin-top: 0px;
    padding-top: 2px;
    padding-left: 0px;
}

.relateditem {
    background: none;
    padding: 5px 0px;
    font-weight: 400;
}

.relatedtopics.belowtopictext  {
    margin-top: 30px;
}

table.relatedtopics.belowtopictext tbody tr td {
    border-left: 3px solid var(--secondary-content);
    background: none;
    font-style: normal;
    padding-left: 17px;
}

table {
    width:auto;
}

/* .listnote {
    margin-left: -16px;
} */

.modelinfo, .importantnote {
    position: relative;
    left:10%;
    border-radius: 5px;
    width: 75%;
    margin-top: 30px;
    -webkit-box-shadow: 5px 5px 17px -3px #dbdbdb;
    -moz-box-shadow: 5px 5px 17px -3px #dbdbdb;
    box-shadow: 5px 5px 17px -3px #dbdbdb;
}

.importantnote table td, .modelinfo table td, .importantnote table, .modelinfo table {
    background-color:transparent!important;
    border:none!important;
}

.modelinfo {
    background-color:var(--highlight-yellow) ;
    box-shadow: none;
}

.importantnote {
    border: 1px dotted var(--secondary-content);
    background-color: #E7F2FA;
}

.modelinfo td, .importantnote td {
    margin: 30px 0px;
    padding: 20px;
}

.modelinfo table, .importantnote table {
    width: auto!important;
}

.seealso, .note, .listnote, .tablelistnote, .seealsolistcontinue, .externallink, .externallinklistcontinue {
    background:url(gpdocsicon.svg) no-repeat left center #fff;
    background-size: 22px;
    background-position-x: 5px;
    padding: 7px 0px 7px 35px;
    border:none;
    margin: 15px 0 15px 7px;
    border-top: 1px dotted var(--secondary-content);         
    border-bottom: 1px dotted var(--secondary-content);
}

.note, .listnote, .tablelistnote {
    background:url(alertred.svg) no-repeat 5px center #fff;
    background-size: 22px;
}

.incomplete {
	background:url(s_incomplete.png) no-repeat left center #fff;
    background-size: 110px;
    background-position-x: 5px;
    padding: 7px 0px 7px 120px;
    border:none;
    margin: 15px 0 15px 7px;
    border-top: 1px dotted var(--secondary-content);         
    border-bottom: 1px dotted var(--secondary-content);
}

.externallink, .externallinklistcontinue {
    background:url(external-note.svg) no-repeat 5px center #fff;
    background-size: 20px;
}

.expandicon {
    padding-right:5px;
    position: relative;
    top: 1px;
}

.expandingblock {
    padding: 20px;
    border: 1px dotted var(--secondary-content);
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 17px -3px #dbdbdb;
    -moz-box-shadow: 5px 5px 17px -3px #dbdbdb;
    box-shadow: 5px 5px 17px -3px #dbdbdb;
    background-color: #fff;
    margin: 20px;
}


.yellowhighlighting 
{
	display: inline;
	color: inherit;
	background-color: var(--highlight-yellow);;
	vertical-align: baseline;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
    padding-right: 0pt;
    font-weight: normal!important;
}

 .advisorytodotext 
{
	display: inline;
	color: inherit;
	background-color: <authorit:aashowvariables>;
	vertical-align: baseline;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
    padding-right: 0pt;
    font-weight: normal!important;
} 

.highlight {
	background:#d7eccd;
}


.snippet .actionButtons {
    margin:15px 30px 0px 0px;
}


/*======New Action Icons Styling=======*/

.feedback_wrapper{
    display: flex;
    margin-bottom: -10px;
    height: 137px;
    width: 39px;
    border-radius: 50px;
    background: url(feedback.svg) no-repeat center bottom var(--white);
    background-size: 60%;
    background-position-y: 108px;
    box-shadow: var(--dropshadow);
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.feedback::before{
    font-family: var(--secondary-font-family);
    font-size: 18px;
    content: "Feedback";
    color: var(--main-color);
}

.feedback {
    margin-bottom: 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb; 
}

.feedback_wrapper:hover, .print:hover {
    filter: brightness(0.90); 
}

.print {
    background: url(print_blue.svg) no-repeat center center var(--white);
    background-size: 60%;
    box-shadow: var(--dropshadow);
    border-radius: 50%;
    width: 39px;
    height: 39px;
}


.actionButtons {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    align-items: center;
    bottom: 20px;
    right: 15px;
}

.actionButtons a{
    padding:10px 0px;
}

.global_toggle_wrapper {
	margin-bottom: 0px;
	width: 39px;
	height: 39px;
	border: none;
	outline: none;
	box-shadow: 3px 3px 7px #00000045;
	cursor: pointer;
	border-radius: 20px;
	display: none;
	background: #fff;
}

.global_toggle_wrapper:hover {
    filter: brightness(0.90); 
}

body:has(.advisorytodotext) .global_toggle_wrapper {
	display: block;
}

/*====END New Action Icons Styling=====*/

/* =====Question Content Styles====== */

body.contentsmain.main p.questionnairehyperlinkcontinue {
    margin:0px;
}

body.contentsmain.main p.questionnairehyperlinkcontinue a.questionstemplate  {
    margin:15px 0;
}

body.contentsmain.main a.questionstemplate {
    display: none;
}

body.contentsmain.main a.questionstemplate {
    color:var(--accent);
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: url(warning_pink.svg) no-repeat left top rgba(0, 0, 0, 0.03);
    background-size: 25px;
    background-position: 15px 15px;
    line-height: 28px;
    padding: 15px 0 15px 50px;
    border-radius: 4px;
    cursor: default;
}

body.contentsmain.main a.questionstemplate:hover{
    text-decoration: none;
}

.questionBox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.questionBox span {
    display: inherit;
    width: 78%;
}

.questionBox button, .answerForm button.btn {
    min-width: 130px;
    border:none;
    padding:8px 10px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    line-height:16px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
    background-color: var(--accent);
    border-radius: 4px;
}

.questionBox button:hover, .answerForm button.btn:hover {
    filter: brightness(0.90);
}

.questionBox button{margin-right: 20px;}

body.contentsmain.main a.questionstemplate.submitted{
 color: var(--main-color);
 background: url(check.svg) no-repeat left top rgba(0, 0, 0, 0.03);
 background-position: 15px 15px;
 pointer-events: none;

}

.submitted .questionBox button {
    position: absolute;
    right: 12%;
    visibility: hidden;
    margin-top: -4px;
}

table .submitted .questionBox button {
    position: unset;
    margin-right: unset;
}

.submitted .questionBox button::after{
    visibility: visible;
    content: "Submitted";
    color: var(--main-color);
    letter-spacing: unset;
    background: none;
    cursor:default;
}

table .questionBox {
    flex-direction: column;
}

table .questionBox span {
    width:90%
}

table .questionBox button{
   margin-top:10px;
}

/* ======Modal======= */

.infoBox {
    width: 795px;
    height: 100px;
    position: fixed;
    left: 50px;
    top:0px;
    z-index: 99;    
    background: var(--accent);
    clip-path: polygon(0% 0%, 100% 0, 100% 60%, 50% 100%, 0 60%);
    padding-top:15px;
    display: flex;
    justify-content: center;
}

.infoBox span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    background: url(warning.svg)no-repeat left top;
    padding-left: 40px;
    margin-top:20px;
  }

/* ==Form Styling== */

form#answerForm{display:unset}

.answerForm b {
    font-weight: 600;
}


.answerForm .row {
    display: flex;
    justify-content: space-between;
    margin: 7px 0;
}

.answerForm .row div {margin-top:10px; width:100%;}

.answerForm .row div:first-child{padding-right:10px;}

.answerForm input, .answerForm textarea {
    font-family: var(--secondary-font-family);
    font-size:15px;
    width:100%;
    background: var(--input-field-background);
    border: none;
    min-height: 30px;
    padding-left: 10px;
}
.answerForm textarea{
    padding: 10px;
    max-width: 100%;
    min-width: 100%;
}

.answerForm input:focus-visible, .answerForm textarea:focus-visible {
    outline: none;
    border: 2px solid var(--accent);
}

.answerForm #charCounter {
    display: flex;
    justify-content: flex-end;
    font-family: var(--secondary-font-family);
    font-size: 13px;
    color: var(--main-color);
    margin-top: 2px;
}

.answerForm div.answerRow {
    display: flex;
    align-items: center;
}

.answerForm div.checkbox {
    margin: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.answerForm div.checkbox input[type="checkbox"] {
    display: none;
}

.answerForm div.checkbox input[type="checkbox"] + label {
display: inline-block;
position: relative;
padding-left: 28px; 
cursor: pointer;
}

.answerForm div.checkbox input[type="checkbox"] + label::before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 0;
width: 15px; 
height: 15px; 
border: 3px solid var(--accent); 
border-radius: 3px; 
}

.answerForm div.checkbox input[type="checkbox"]:checked + label::before {
background-color: transparent; 
}

.answerForm div.checkbox input[type="checkbox"]:checked + label::before {
    content: url("checked.svg"); 
  }
  

/* ==Form Styling END== */

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 500ms;
    visibility: hidden; 
    opacity: 0;
    z-index: 1000;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 30px auto;
    padding: 30px 50px 10px 30px;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    min-height: 50px;
  }
  
  .popup h5 {
    margin-top: 0;
    font-size: 17px;
    color:var(--main-color);
    margin-bottom: 10px;
  }

  .popup .close {
    position: absolute;
    top:0px;
    right: 15px;
    transition: all 200ms;
    font-size: 38px;
    text-decoration: none;
    color: var(--light);
    cursor: pointer;
  }
  .popup .close:hover {
    filter: brightness(0.75);
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }

  .popup ol li{
      margin-bottom: 25px;
    }

    .popup .formSubmit p {
        width: 70%;
    }

    .popup .formSubmit{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

  /* ======END Modal======= */



.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > p.navigation a:nth-child(2)
{   margin-right: 10px;
    position: relative;
    top:5px;
    color: var(--accent);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > p.navigation,
.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > p.navigation {
    width: 34px!important;
    height: 30px;
}

.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > p.navigation {
    background: url(previous.svg) no-repeat;
}

.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > p.navigation {
    background: url(next.svg) no-repeat;
}

.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > p.navigation a, 
.relatedtopics.aboveheading > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > p.navigation a {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    
}

.relatedtopics.aboveheading {
    position: relative;
    top:-10px;
}

.snippet .relatedtopics.aboveheading {
    top:10px;
}

/* .feedback:hover {background: url(feedback-h.svg) no-repeat top center;}
.print:hover {background: url(print-h.svg) no-repeat top center;} */

.buttonhide {display:none; }

p.selfreviewinfo {
	font-size: xx-small;
	padding: 0px 0px 3px 3px;
	margin: 0px;
	cursor: auto;
	color: #000000;
	text-align:right;
	position: absolute;
	top: 30px;
	right: 25px;
	border: solid 1px #3F3F3F;}
	
.hidecontentsbutton {display:none;}	 

table.topicfooter {
	margin-top:50px;
}

.textbox 
{   
    background-color: #E7F1FA!important;
    -webkit-box-shadow: 7px 11px 25px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 7px 11px 25px 3px rgba(0,0,0,0.15);
    box-shadow: 7px 11px 25px 3px rgba(0,0,0,0.15);
    border-radius: 5px;
    margin: 20px;
    padding: 24px;
    width:50%;
    border: 1px dotted #2B6FA6;
    float: none;
    clear: none;
    position: absolute;
}

.textbox a {
    text-decoration:underline dotted!important;
}

.hidekeywords {
	display:none;
       	}
		
ul.tablelistbullet 
{   margin-bottom: 0;
	padding-left: 1.2em;
}

ul.listbullet {
    margin-bottom: 6pt;
}

/* Footer Styling */
.homePageFooter *, .homePageFooter table, 
body.contentsmain.main .homePageFooter strong, 
body.contentsmain.main .homePageFooter p, 
body.contentsmain.main .homePageFooter li  {
    color: var(--main-color)!important;
    font-size: 13px!important;
    background:transparent;
    font-weight: 600;
}
.homePageFooter h4 {
    font-size: 16px!important;
}

div.homePageFooter > div:nth-child(4) > p {
    font-size: 11px!important;
}
.homePageFooter{
    height: 165px; 
    background-color: #CAE2F5;
    margin-top: 33px;
    display:flex;
    justify-content: space-between;
    padding-left: 30px;
}

.homePageFooter.innerPage {
    background-color:#CAE2F5;
    width: 913px;
    height: 200px;
}
.homePageFooter.innerPage table tr td:first-child a,
.homePageFooter.innerPage table tr td:first-child,
body.contentsmain.main .homePageFooter strong, .homePageFooter strong {
    font-weight: 700;    
}


.homePageFooter.innerPage *,
body.contentsmain.main .homePageFooter.innerPage strong, 
body.contentsmain.main .homePageFooter.innerPage p, 
body.contentsmain.main .homePageFooter.innerPage li 
{
    color: var(--main-color)!important;
}

.textbox  *,
body.contentsmain.main .homePageFooter.innerPage .textbox strong, 
body.contentsmain.main .homePageFooter.innerPage .textbox p, 
body.contentsmain.main .homePageFooter.innerPage .textbox li,
body.contentsmain.main .homePageFooter.innerPage .textbox h4
 {
    font-size: 13px;
    color: #212121!important;
}

body.contentsmain.main .homePageFooter.innerPage .textbox h4 {
    font-size: 16px!important;
}

.homePageFooter ul {
    list-style: none;
    padding:0px;
}
.homePageFooter li {
    margin: 0px!important;
}
.homePageFooter h3 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.homePageFooter a {
    text-decoration: none;
    font-weight: 600;
}
.homePageFooter a:hover {
    text-decoration: underline ;
    text-decoration-style:dotted;
}
.homePageFooter div{
    flex: 0 0 20%;
    margin-top: 30px;
}

.homePageFooter.innerPage div {
    margin-top: 25px;
}
.homePageFooter div:nth-child(1){
    flex: 0 0 28%;
}

.homePageFooter div:nth-child(2){
    flex: 0 0 15%;
}

.homePageFooter div:nth-child(4){
    flex: 0 0 25%;
    margin-top: 15px;
}

.homePageFooter .footerLogo {
    width: 143px;
    height: 36px;
    background: url(gpdocslogofooter.svg) no-repeat center center;
}

body.contentsmain.main .homePageFooter p.copyright,
.homePageFooter p.copyright {
    font-size: 11px!important;
}


.homePageFooter table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  
.homePageFooter table td {
    text-align: left;

  }

  .homePageFooter .pageInfo {
    overflow-x:auto;
    margin-top: 12px!important;
  }

  body.contentsmain.main .homePageFooter .material-icons {
    font-family: 'Material Icons'!important;
    font-size: 24px!important;
    float:right;
    color: #212121!important;
  }

  form {
    display:none;
}



/* image icon spacing */
img[src="web-icon.jpg"],
img[src="word-icon-sm.png"],
img[src="word-icon-smaller.png"],
img[src="website-icon-sd-sm.png"],
img[src="healthinfo-icon-sm.jpg"],
img[src="hp-link-icon.jpg"],
img[src="hp-link-icon-sm.png"],
img[src="pdf-icon-sm.png"],
img[src="pdf-icon-smaller.png"],
img[src="excel-icon-sm.png"]{
    display:none;}



/*=========Back to top button=========*/
.myToTopBtn_wrapper{
    width: 39px;
    height: 39px;
    border: none;
    outline: none;
    background-color: var(--white);
    box-shadow: var(--dropshadow);
    cursor: pointer;
    border-radius: 20px;
}
#myToTopBtn {
    width: 39px;
    height: 39px;
    background: url("top.svg") no-repeat center transparent; 
    background-size: 20px 20px;    
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.myToTopBtn_wrapper:hover {
    filter: brightness(0.90); 
}


    /*=========END Back to top button=========*/


/*=========Table styling=========*/  
table td{
    border-color: var(--secondary-content)!important;
}

table td[bgcolor='#D2E8F2'],
table td[bgcolor='#A3CDE4']{
    background-color: #CAE2F5;
}
table td[bgcolor='#F5FAFC']{
    background-color: #E7F1FA;
}
/*=========END Table styling=====*/

.dropboxrequestheading
{
    font-family: "Verdana", verdana, arial, helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13pt;
    color:#ffffff;
    background-color: <authorit:x_subheading2bg>;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: baseline;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 5pt;
    margin-left: 0cm;
    margin-right: 10cm;
    padding-top: 4pt;
    padding-bottom: 4pt;
    padding-left: 8pt;
    padding-right: 0pt;
	border-color: <authorit:x_subheading2bg>;
	border-top-right-radius: 15px 10px;
	border-top-left-radius: 15px 10px;
	-moz-border-top-right-radius: 15px 10px;
	-moz-border-top-left-radius: 15px 10px;
	-webkit-border-top-right-radius: 15px 10px;
	-webkit-border-top-left-radius: 15px 10px;
	float: none;
    clear: none;
    text-align: left;
    text-indent: 0cm;
    height: auto;
    min-width: 567px;
	display: block;
}

.dropboxrequestheading a{
	color: #fff;
	font-weight: bold;
    font-size: 13pt;
	text-decoration: none;
}

.dropboxrequestheading a:hover{
	color: #fff;
	text-decoration: none;
}

.drop-boxrequesttemplate img.expandicon
{
	margin-bottom: 3px;
}


/* Practice-specific content, e.g. kupu */

.practicespecificcontent {
	display: inline;
    color: inherit;
    background-color: <authorit:aashowpscontent>;
    vertical-align: baseline;
    padding-top: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;
}

.practicespecificcontentitalic {
	display: inline;
	color: inherit;
	background-color: <authorit:aashowpscontent>;
	font-style: italic;
	vertical-align: baseline;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
}

.practicespecificcontentspecialbold {	
	display: inline;
	font-weight: bold;
	background-color: <authorit:aashowpscontent>;
	vertical-align: baseline;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
}

.notesauthoritcharacterstyle
{
	font-style: italic;
	color: #008080;
}