:root {
    --primary-color: #04599A;
    --secondary-color: #04599A;
    --font-family: "work-sans", sans-serif;
}

/*FONT CHANGES*/
/*titles*/
.contentTitle, .contentTitle a {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
}
/*body*/
html, body {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
}
/*bold*/
.blockInnerContent b, .itemInnerContent b, .blockInnerContent strong, .itemInnerContent strong {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
}
/*italic*/
.blockInnerContent i, .blockInnerContent em {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
}
/*navigation*/
.navContainer, .navContent li .button {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
}
/*page titles*/
.pageTitle {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
}    






/* FORMATTING DON'T CHANGE */
.navContent ul li a {padding: 11px 0 8px 0; border-bottom: 3px solid transparent; transition: all .3s ease;}
.footerContainer {margin-top: -1px}
.noSecondaryContent .primaryAndSecondaryContent .pageTitleContainer {padding: 15px 0 !important;}
.navContent .navButton:hover {background: var(--primary-color); transition: all .5s ease;}

/*------Navigation-------*/
    /* change colors */
    .navContent ul li a.selected {border-bottom: 3px solid var(--primary-color)} /* selected nav underline */
    .navContent ul li a:hover:not(.navButton) {border-bottom: 3px solid var(--primary-color); transition: all .3s ease;} /* hover nav underline */
    
    /* buttons */
    .block_f9db72f94e9a4e818d5cf98df3a46087 .contentImg {background: var(--primary-color)}
    /* services buttons */
    .items_bfe9066f3db94babb3326ab227bedb2f .contentImg {background: var(--primary-color)}

/*------Mobile Page-------*/
    /*change mobile page button color*/
    #phoneLanding:nth-of-type(2) {background: var(--primary-color) !important;}

/*------Home Page-------*/

    /* Affiliate Icons */
    .block_aecda14ded1b4406a2d4c6578afbd20d .contentImg {max-height: 100px; width: auto; margin: 0 auto;}
    .block_aecda14ded1b4406a2d4c6578afbd20d .blockImg {padding-top: 40px}

.item a {
    color: #000000;
}

    
/*------Contact Page-------*/

    /* Map */
@media only screen and (min-width:768px) { 
    .navContent ul li ul, .navContent ul li:first-child ul {
        max-width: 350px;
    }
    .block_f007701e16e54df29261cf52a94e786e .contentImg {max-width:70%}}
    /* CHANGE MOBILE APP COLORS */
    .block_a00e80ff750e418bb61529880b4cc2ef .contentImg {background: var(--primary-color);}
    /* Nav Bar Icons */
    .block_f061a68eb7cb4d2798c02b8b701f8973 .contentImg {
        max-height: 80px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    /* RSS */
    .block_ff30d34e8a824fff82a2bd782a1efffd .cols4 .item.packeryItem {box-shadow: 0 0 7px rgba(0,0,0,.25);}

    /*Image Caption Padding*/
    .block_f954035fd4e2441e8c373b74b1bf8e85 .customCaption .contentTitle {
        padding-top: 8%;
    }
    .tiltNavItem button {
      text-transform: uppercase;
    }

@media only screen and (max-width: 767px) {
  /* centering fix related to normal positioning of mobile nav trigger */
  /*.headerContent {*/
  /*  padding-left: 32px;*/
  /*}*/
  /* a little padding under the tilt button on small screens */
  .tiltNavItem {
    padding-bottom: .5em;
  }
}
/*open_enrollment*/
.blockWrap_b8297201b54e4d61a727cac9effdbc6f { display: none; }

@media only screen and (max-width: 480px) {
    .imgEffect-overlay .contentTitle {
        font-size: 35px !important;    
    }
    
    .imgEffect-overlay p {
        font-size: 20px;    
    }
}
@media only screen and (min-width: 1620px) {
    .navContainer{
        padding-bottom: 5%;   
    }
}

#covidAlert {
    display: none!important;
}
/* ––––––––––––––––––– TABLES –––––––––––––––––––––– */

/*TABLE STYLE RESETS*/
table, td, th, tr {
  border: 0;
  padding: 0;
  margin: 0;
}

/* SCHUMER BOX TABLES */
td.schumer {
    color: #000000;
}
/*table.schumer tr.schumer:nth-child(even) {*/
/*    background-color: #F6F6F6;*/
/*}*/
/*table.schumer tr.schumer:nth-child(odd) {*/
/*   background-color: #fff;*/
/*}*/
th.schumer {
    background-color: #c7a3ff;
    text-transform: uppercase;
    font-family: futurabook,Arial,Verdana,sans-serif;
    color: #000000;
    padding: 20px;
    text-align: left;
    font-weight: bold;
    /*width: 25%;*/
    border: 1px solid #c9c9c9;
}
th.schumer-new {
    background-color: #fff;
    color: #666;
    padding: 18px;
    font-size: 18px;
    text-align: center;
    width: 25%;
    border: 1px solid #c9c9c9;
}
tr.opthlamology {
    background-color: #ff6c3b;
}
td.opthlamology {
    color: #000000;
}
td.schumer.tdCenter {
    background-color: beige !important;
}
/* table styles */
table.marketingPage {
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  /*border: 1px solid #f2f2f2;*/
}

th.marketingPage {
  background-color: #fff;
  padding: 20px;
  color: #e48f2b;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c9c9c9;
  white-space: normal;
}

td.marketingPage {
  background-color: rgba(255, 255, 255, 0.8);
  /*padding: 10px;*/
  text-align: center;
}

td.noStyle {
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 20px 10px 10px 0;
}

/* link under table styled blue for legibility */

td.noStyle a {
    color: #323d96;
    }
    
td.noStyle a:visited {
    color: #323d96;
    }

/* ––––––––––––––––––– RESPONSIVE TABLES –––––––––––––––––––––– */
table.rwd-table * {
  box-sizing: border-box;
}
table.rwd-table {
  width: 100%;
  float: left;
  margin: 0 0 2em;
}
.rwd-table {
  display: block;
}
.rwd-table tbody {
  border: none;
}
.rwd-table tbody, .rwd-table th, .rwd-table td, .rwd-table tr, .rwd-table tfoot {
  display: block;
}
.rwd-table thead {
  display: none;
}
.rwd-table tr {
  float: left;
  width: 100%;
  margin: 0 0 1em;
}
.rwd-table tr td {
  float: left;
  width: 100%;
  text-align: left;
  border: 1px solid #c9c9c9;
}
.rwd-table tr td .tdText {
  padding: 10px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.new-table tr td .tdText {
  padding: 10px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.rwd-table tr td:before {
  width: 100%;
  display: block;
  /*float: left;*/
  text-align: center;
  padding: .5em .5em 0 .5em;
  clear: both;
  /*font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;*/
  font-size: 16px;
  box-sizing:border-box;
}
.rwd-table.orangeTitle tr td:before {
  background: white;
  color: #e48f2b;
}
/*.blueBack.rwd-table tr td {*/
/*  background-image: -webkit-linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*  background-image: -moz-linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*  background-image: -o-linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*  background-image: linear-gradient(left, #3b5349 50%, #fff 50%, #fff 100%);*/
/*}*/
.rwd-table.blueBack tr td:before {
  background: #c7a3ff;
  color: #000000;
}
  td.schumer.tdCenter {
      text-align: center;
}
@media screen and (max-width: 800px) {
    .tdText.tdLeft {
      text-align: center;
  }
    /*.tdText.tdLeft {*/
    /*    background: #3b5349;*/
    /*    color: #ffffff;*/
    /*}*/
}
@media screen and (min-width: 800px) {
  .rwd-table {
    display: table;
    border: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
  th.schumer.thCenter {
      text-align: center;
  }
  .rwd-table tr {
    display: table-row;
    border: none;
    border-bottom: 1px solid #eee;
    float: none;
    margin: 0;
    box-shadow: none;
  }
  .rwd-table tr td {
    padding: .50em 0 .50em .25em;
    float: none;
    width: auto;
  }
  .blueBack.rwd-table tr td {
    background: none;
    vertical-align: middle;
  }
  .rwd-table tr td .tdText {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .rwd-table tr td .tdLeft {
      text-align: left;
  }
  .rwd-table tr td:before {
    padding: 0 !important;
  }
  .rwd-table thead {
    display: table-header-group;
  }
  .rwd-table tbody, .rwd-table tfoot {
    display: table-row-group;
  }
  /*.rwd-table tr:nth-of-type(even) {*/
  /*  background: none;*/
  /*}*/
}

.rwd-table tbody tr td:before {
  content: attr(data-th);
}
td.schumer.tdCenter:before {
    content: none;
}

.block_a2cb41515fc343d9867fd55ebb692ab5 button.collapsible {
  background-image: none;
  background-color: #3f9fe9;
  color: #000000;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: center;
  outline: 2px white;
  font-size: 20px;
  margin-bottom: 3px;
  border-radius: 0px;
}
.block_a2cb41515fc343d9867fd55ebb692ab5 button.collapsible.active, 
.block_a2cb41515fc343d9867fd55ebb692ab5 button.collapsible:hover {
  background-color: #04599A;
  color: #ffffff;
}
.block_a2cb41515fc343d9867fd55ebb692ab5 .content {
  padding: 18px;
  display: none;
  overflow: hidden;
  background-color: #FFFFFF;
}
.block_a2cb41515fc343d9867fd55ebb692ab5 button.collapsible:after {
  content: '\002B'; /* Unicode character for “plus” sign (+) */
  font-size: 13px;
  color: #FFFFFF !important;
  float: right;
  margin-left: 5px;
}
.block_a2cb41515fc343d9867fd55ebb692ab5 button.collapsible.active:after {
  content: "\2212"; /* Unicode character for “minus” sign (-) */
}

@media screen and (min-width:426px){
    .block_e5ea4867a902471fbfcb574a94515d1b div.gridView,
    .block_cb111b31b1d04d428cb83182e884592d div.gridView{
        display: flex;
    }
    .block_e5ea4867a902471fbfcb574a94515d1b div.gridView > div.item,
    .block_cb111b31b1d04d428cb83182e884592d div.gridView > div.item{
        height: inherit;
    }
}
@media screen and (min-width: 800px) {
  .rwd-table tbody tr td:before {
    content: ' ';
  }
}
/* ––––––––––––––––END RESPONSIVE TABLES –––––––––––––––––––––– */