html, body, h1, h2, h3, h4, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }



* {box-sizing: border-box;}
html {
  font-size: 100%;
  background-color: #fff;

}
body {
  background-color: #fff;
}
body,td,th {
  font-family: sans-serif;
  font-size: 1em;
  color: #000;
  line-height: 1.4;
}

.content {
  margin: 0 auto;
  padding: 0.125em 1em;
  max-width: 600px;

}
.content600 {
  margin: 0 auto;
  padding: 0.125em 0em;
  max-width: 600px;

}

.content800 {
  margin: 0 auto;
  padding: 0.125em 0em;
  max-width: 800px;

}
.embed-container-ratio-5-2 {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-bottom: 40%;
}

.embed-container-ratio-5-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}
.embed-container-ratio-10-7 {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-bottom: 70%;
}

.embed-container-ratio-10-7 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}
.embed-container-ratio-5-3 {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-bottom: 60%;
}

.embed-container-ratio-5-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}



h1 {
        color: #fff;
        font-size: 1.63em;
        font-weight: normal;
        padding: 0.5em 0 0.125em 0.25em;
        line-height: 1.4;
        margin-bottom: 0.5em;
        background-color: #005EB8;
        text-align: center;
}

h2 {
        font-weight: normal;
        font-size: 1.438em;
        color: #000;
        padding: 0.813em 0 0.313em 0;
          line-height: 1.4;
}


h3 {
        color: #000;
        font-weight: normal;
        font-size: 1.25em;
        padding: 0.25em 0 0.25em 0;
}


h4 {
        font-weight: normal;
        font-size: 1.125em;
        padding: 0.5em 0 0.25em 0;
        color: #000;
}

p {
    padding: 0.313em 0 0.563em 0;
}


.style1 {
   font-size: 0.813em;
   font-weight: bold;
}
.style2 {
   font-size: 0.875em;
   font-weight: bold;
}
.style3 {
   font-size: 0.813em;
   font-weight: bold;
   text-align: center;
   padding: 1em 0;
}
.style4 {

   font-weight: bold;
}
.style5 {

   text-align: center;
}
.style6 {

   text-align: right;
}
.style7 {

   font-size: 1.125em;

}
.style8 {
   font-size: 0.813em;

}

.style9 {
   font-size: 0.875em;
   font-weight: bold;
   text-align: center;
   color: #CC0000;
}
.style10 {

   text-align: center;
   font-weight: bold;
}
.style11 {

   padding-bottom: 2em;
   font-weight: bold;
}
.style12 {
   font-size: 0.875em;
   font-weight: bold;
   text-align: center;
   padding: 1em 0;
}
.style13 {
   font-size: 1em;
   font-weight: bold;
   text-align: center;
   padding: 0.5em 0;
}
.style14 {
   font-size: 0.875em;
   font-style:italic;
}
.style15 {
   font-size: 0.938em;
   font-weight: bold;
}
.style16{
   color: #000;
}
.style17 {
   margin: 0.63em auto;
   text-align: center;
}
.style18{
   background-color: #005eb8;
   padding: 0.5em 0 0.125em 0.25em;
   color: #fff;
}
.style26 {
   font-size: 1.063em;
   font-weight: bold;
   color: #CC0000;
}
.style27 {
   text-align: center;
   font-size: 1.63em;

}



.style121{
   font-size: 1.125em;
   padding: 0.5em 0 0 0;
}

.style202 {
   font-size: 0.875em;
   border-bottom: 0.063em solid #ccc;
   margin-bottom: 0.5em;

}

A{
   text-decoration:none;

}

A:link { color: #005EB8;}
A:visited { color: #005EB8;}
A:hover { text-decoration:underline;}

A:focus{
  color: #000;
  background-color: #fae100;
}
.yel_banner{
    padding: 1em;
    background-color: #EA0B3B;
    color: #fff;
    font-size: 1.25em;
    width: 100%;
    text-align: center;
}
.yel_banner a{
    color: #fff;
    text-decoration: none;
}

.bg_banner{
    background-color: #005EB8;

    max-width: 600px;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 1em;

}

.pic300{
   width: 100%;
   max-width: 300px;
}

.pic450{
   width: 100%;
   max-width: 450px;
}
.nopad {
     padding: 0;
}


.pad {
     padding: 0 0 3em 0;
}
.pad2 {
     padding: 2em 0 1em 0;
}
.box {
     padding: 1em 0 0.5em 0;
     border-bottom: 1px solid #A0D5FF;
}

.map{
     width: 100%;
     max-width: 440px;
}



ul {
    padding-top: 0.5em;
    padding-bottom: 0.5em;


}
li {
       padding: 0.5em 0;
}

ul.dropdown {
    padding-top: 0em;
    padding-bottom: 0.5em;
    list-style-type: square;
}
ul.dropdown li {
       padding: 1em 0 0.063em 0;
       border-bottom: 1px solid #D1D1D1;
       font-size: 1em;

}

#fft_comment, #ads, #mg {
    width: 98%;
    border: 1px solid #ccc;
}


.contact_box{
    width: 90%;
     box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
     padding: 1em;
     margin: 1em auto;

}
.home_grid_bg{
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 0;
}
.home_grid_bg ul{
   list-style: none;
   margin: 0;
   padding: 0.25em 0;

}
.home_grid_bg li{
   margin: 0.5em 0;
   padding: 0;
}

.com_button4gr a {
        width: 86%;
      display: block;
      padding: 1.25em 0;
      text-decoration: none;
      background-color:  #005eb8;
      color: #fff;
      text-align: center;
      height: 60px;
      margin: 0.5em auto;
      font-size: 1.125em;
      line-height: 1.4;

}
.com_button4gr a:hover {
      color: #fff;
      background-color: #003087;
}
.com_button4gr a:focus {
      color: #000;
      background-color: #fae100;
}


.com_button4g a {
        width: 86%;
      display: block;
      padding: 1.25em 0;
      text-decoration: none;
      background-color:  #005eb8;
      color: #fff;
      text-align: center;
      height: 60px;
      margin: 0.25em auto;
      font-size: 1.125em;
      line-height: 1.4;

}
.com_button4g a:hover {
      color: #fff;
      background-color: #003087;
}
.com_button4g a:focus {
      color: #000;
      background-color: #fae100;
}

ul.navy_top {

       margin:0 auto 1em auto;
       width: 100%;
       list-style-type: none;
       padding-top: 0.63em;
       text-align: center;

}


ul.navy_top li {
      display: inline;
      padding: 0;
      font-size: 1.125em;
      text-align: center;

}

ul.navy_top a {
      padding: 0.25em 0.25em 0.25em 0.25em;
      text-decoration: none;
      font-weight:normal;
      color: #000;
      font-family: Arial, Helvetica, san-serif;
      font-size: 1.125em;

}
ul.navy_top a:hover {
      color: #000;
      background-color: #fff;
      border-bottom: 4px solid #005eb8;
}
ul.navy_top a:focus {

      color: #000;
      background-color: #fff;
      border-bottom: 4px solid #005eb8;

}



ul.nav {
       list-style-type: none;
       padding: 1em 0;
       margin-bottom: 1em;
       width: 100%;
       background-color: #005eb8;
       text-align: center;

}

ul.nav li {
      display: inline;
      padding: 0;

}

ul.nav a {
      padding: 1em 0.688em 0.5em 0.688em;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      color: #fff;

}

ul.nav a:hover {
      color: #005eb8;
      background-color: #fff;
}
ul.nav a:active {
      color: #000;
}
ul.nav a:focus {
      color: #000;
      background-color: #fae100;
}
.request{
     width: 100%;
     box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
     padding: 1.25em;
     margin: 1em auto 1.25em auto;
}
.request a{
     color: #000;
     text-decoration: none;
}
.request a:hover {

      background-color: #D0DFC6;
}
.request a:active {
      color: #000;
}
.request a:focus {

     background-color: #D0DFC6;
}

.request_button{
    background-color: #19807f; 
    padding: 0.5em; 
    text-align: center; 
    width: 100%;
    margin: 0.5em auto; 
    color: #fff; 
    font-size: 1.125em;
      border-radius: 6px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
}

.button {
     background-color: #f8f8f8;
     padding: 0.438em;
     color: #FFFFFF;
     font-weight: bold;
     font-size: 0.65em;

}
.button a{
      text-decoration: none;
      padding: 0.375em;
      background-color: #f8f8f8;
}

.surgeries_box3 {
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   padding: 0.25em 0.5em 1.5em 0.5em;
   width: 98%;
   margin: 1.75em auto 1em auto;
   text-align: center;
}
.surgeries_box3 h2 {

   padding: 1em 0 0  0;
}
.surgeries_box3 p {
   font-size: 0.938em;
   line-height: 1.25em;

}

.surgeries_img{
    width: 100%;
    max-width: 350px;
    border: 0;
}




.news_button3 a{
    padding: 0.25em 1em;
    font-size: 0.938em;
      background-color:  #005eb8;
      color: #fff;
    border: 1px solid #005eb8;
    text-align: center;

     border-radius: 6px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      text-decoration: none;
}


.news_button3 a:hover{
  text-decoration: none;
      color: #fff;
      background-color: #003087;
    border: 1px solid #003087;
}
.news_button3 a:focus{
  text-decoration: none;
      color: #000;
      background-color: #fae100;
    border: 1px solid #fae100;
}







.timetable {
        margin: 0.75em auto;
        width: 98%;
}

.timetable table {
        border-collapse: collapse;
        margin-bottom: 0.625em;
        width: 100%;

}
.timetable td {
     padding: 0.5em 0.5em 1em 0.5em;

     vertical-align: top;
     color: #000;
     font-size: 0.938em;

}
.timetable th {
     padding: 1em 0.5em 0 0.5em ;

     vertical-align: top;
     color: #000;

     font-size: 1.125em;

}

.timetable p {

    color: #333333;

}

.button_row{
     margin: 1em auto;
     text-align: center;
}


.news_button a{
    
    padding: 8px 10px;
    font-size: 14px;
    background-color: #f8f8f8;
    color: #000;
    border: 1px solid #c1c1c1;
    text-align: center;
    width: 160px;
     border-radius: 6px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      text-decoration: none;

}


.news_button a:hover{
  text-decoration: none;
  background-color: #f1f1f1;
    color: #000;
    border: 1px solid #ABCB56;
}
.news_button a:focus{
  text-decoration: none;
  background-color: #f1f1f1;
    color: #000;
    border: 1px solid #ABCB56;
}

.news_button_right a{
    padding: 8px 10px;
    font-size: 14px;
    background-color: #f8f8f8;
    color: #000;
    border: 1px solid #c1c1c1;
    text-align: center;
    width: 160px;
     border-radius: 6px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      text-decoration: none;
      float: right;
}


.news_button_right a:hover{
  text-decoration: none;
  background-color: #f1f1f1;
    color: #000;
    border: 1px solid #c1c1c1;
}
.news_button_right a:focus{
  text-decoration: none;
  background-color: #f1f1f1;
    color: #000;
    border: 1px solid #c1c1c1;
}
.news_button_lg a{
  display: block;
  width: 100%;

  background-color: #EA0B3B;

  padding: 0.5em;
  margin: 2em auto;
  text-align: center;
  border-radius: 0.25em;
  -webkit-background-clip: padding-box;
  -moz-background-clip:    padding;
  background-clip:         padding-box;
  color: #fff;
     text-decoration: none;
     font-size: 1.25em;
}
ul.menulist {
     list-style-type: none;
     padding: 0.063em 0 0 0;
     font-size: 1.125em;
     background-color: #596369;
     margin-top: 1em;
}

ul.menulist li{
     border-top: 1px solid #FFFFFF;
     padding: 0.3em;
}
ul.menulist a{
      margin: 0 0.375em;
      padding: 0.5em;
      display: block;
      text-decoration: none;
      font-weight: normal;
      color: #fff;
}
ul.menulist a:hover{
      color: #000;
      background-color: #fae100;
}
ul.menulist a:active{

      background-color: #6F768B;
      color: #fff;
}
 ul.menulist a:focus{
      color: #000;
      background-color: #fae100;
}




.sitepanel {
      width: 98%;

     box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
     padding: 1.25em;
     margin: 1em auto 1.25em auto;
}

.sitepanel h2{
      font-size: 1.5em;
      padding-top: 0.25em;
      margin-top: 0;
      color: #000;
}

.sitepanel ul{
overflow:hidden;

}
.sitepanel li{
   list-style: none;
   padding: 0;
   margin: 0;
}


.sitepanel a {
        width: 86%;
      display: block;
      padding: 0.63em 0;
      text-decoration: none;
      background-color:  #b9ceac;
      color: #000;
      text-align: center;
      height: 50px;
      margin: 0.5em auto;
      font-size: 1.125em;
      line-height: 1.4;

}
.sitepanel a:hover {
      color: #000;
      background-color: #ffffbb;
}
.sitepanel a:focus {
      color: #000;
      background-color: #ffffbb;
}

.news_button_lg a:hover
{
     background-color:#596369;
     text-decoration: none;
     color: #fff;

}

.news_button_lg a:focus
{
     background-color: #596369;
     text-decoration: none;
     color: #fff;
}

.news_pic{
    width: 100%;
    max-width: 480px;
}

.newsbar{
   width: 100%;


}
.newspanel {
      width: 98%;

     box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
     padding: 1.25em;
     margin: 1em auto 1.25em auto;
}

.newspanel h2{
      font-size: 1.5em;
      padding-top: 0.25em;
      margin-top: 0;
      color: #000;
}

.newspanel ul{
overflow:hidden;

}

.button_panel ul{
    list-style-type: none;
    margin:0;
    padding: 0;
}
.button_panel li{
    margin:0;
    padding: 0;
}

.sh_button a {
      display: block;
      width: 100%;
      padding: 1.25em 0.25em;
      text-decoration: none;
      background-color:  #005eb8;
      color: #fff;
      text-align: center;

      margin: 0px auto;
      font-size: 1.125em;
      line-height: 1.4;
}
.sh_button a:hover {
      color: #fff;
      background-color: #003087;
}
.sh_button a:focus {
      color: #000;
      background-color: #fae100;
}
.sh_button_nhs a {
      display: block;
      width: 100%;
      max-width: 340px;
      padding: 1.25em 0.25em;
      text-decoration: none;
      background-color:  #005eb8;
      color: #fff;
      text-align: center;

      margin: 0px auto;
      font-size: 1.125em;
      line-height: 1.4;
}
.sh_button_nhs a:hover {
      color: #fff;
      background-color: #003087;
}
.sh_button_nhs a:focus {
      color: #000;
      background-color: #fae100;
}
.com_button4 a {
      display: block;
      width: 260px;
      padding: 2em 0.63em;
      text-decoration: none;
      background-color:  #e1e1e1;
      color: #333;
      text-align: center;

      margin: 0px auto;
      font-size: 1.25em;
      line-height: 1.4;
}
.com_button4 a:hover {
      color: #000;
      background-color: #ABCB56;
}
.com_button4 a:focus {
      color: #000;
      background-color: #ABCB56;
}


.pic_cell_box{
   width: 320px;
   margin: 1.5em auto;
   font-size: 0.938em;
   line-height: 130%;
   word-wrap: break-word;
   background-color: #fff;
   padding: 1.5em 1.5em 0.5em 1.5em;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   text-align: center;
}
.pic_cell_box h2{
   font-size: 1.313em;
   padding: 1em 0 0 0;
   color: #000;
}


.docmatrix{
    width: 280px;
    margin: 1em auto;
    padding: 1.25em 0em;
    border: 0.125em solid #BAD874;
    text-align: center;

}
.docmatrix p{
    padding: 0.5em 1em;
    line-height: 140%;
    text-align: center;
}

.docmatrix img{
    width:70px;
    height:99px;

}

 .teammatrix{
    width: 200px;
    margin: 2em auto;
    padding: 1.25em 0em;
    border: 0.125em solid #BAD874;

}
.teammatrix p{
    padding: 0.5em 1em;
    line-height: 140%;
    text-align: center;
}

.teammatrix img{
    width:99px;
    height:131px;

}


.matrix{
    width: 100%;
    max-width:340px;
    margin: 0.63em auto;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.4;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 1.25em 0.5em

}

.matrix img{
    width: 100%;
    max-width: 320px;
    border: 0;
    padding: 0;
}

.link_box{
   border: 1em solid #f4f4f4;
   padding: 0 1em 0.5em 1em;
   margin: 2em 0;

}
.link_box li{
    padding-bottom: 0.25em;
}


#searchform {
  background-color: #fff;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  display:flex;
  flex-direction:row;
  align-items:center;
  border: 2px solid #ddd;
  margin-top: 0.63em;
}

.searchinput {
  all: unset;
  font:1.125em system-ui;
  height: 100%;
  width: 100%;
  padding: 6px 10px;
}

::placeholder {
  color: #000;

}

svg {
  color: #ffffbb;
  fill: #000;
  width: 44px;
  height: 28px;
  padding: 0.25em;
  background-color: #ffffbb;
  border-radius: 5px;

}

button {
  all: unset;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.shortpage8{
    margin-bottom: 0.5em;
}
.shortpage10{
    margin-bottom: 0.63em;
}
.shortpage16{
    margin-bottom: 1em;
}
.shortpage24{
    margin-bottom: 1.5em;
}
.shortpage32{
    margin-bottom: 2em;
}
.shortpage64{
    margin-bottom: 4em;
}
.st_row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="st_col-"] {
  float: left;

}

/* For desktop: */
.st_col-1 {width: 8.33%;}
.st_col-2 {width: 16.66%;}
.st_col-3 {width: 25%;}
.st_col-4 {width: 33.33%; }
.st_col-5 {width: 41.66%;}
.st_col-6 {width: 50%; }
.st_col-7 {width: 58.33%;}
.st_col-8 {width: 66.66%;}
.st_col-9 {width: 75%;}
.st_col-10 {width: 83.33%;}
.st_col-11 {width: 91.66%;}
.st_col-12 {width: 100%;}



a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
     background-color: #000000;
    left: auto;
    top: auto;
    width: 100px;                                                                                       
    height: auto;
    overflow:auto;
    margin: 0.25em 0.063em 0.063em 0.25em;                                                                                                   ;
    padding: 0.063em;
    text-decoration: none;
    text-align:center;
    font-size:0.875em;
    z-index:999;
}
