/* Restucture CSS */

.boardsubnav {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
}

.boardsubnav nav {
    display: block;
}

.boardsubnav a {
    font-family: "Montserrat" sans-serif;
    font-size: .8em;
    font-weight: 600;
    letter-spacing: .5px;
}

.chevronnav {
    padding: 10px;
    font-size: 1.2em;
}

@media (max-width: 600px) {
    .boardsubnav {
        display: none;
    }
}

@media (max-width: 1200px) {
    .l-page--aside {
        grid-template:
            "header-content header-content header-content header-content header-content"
            ". content . aside ." auto
            ". . . . ." 1rem
            "bottom-content bottom-content bottom-content bottom-content bottom-content" auto / 1fr;
    }
}


/* Desktop Licensinve User Navbar */
.license-navbar {
    background-color: #1e465b;
    margin-bottom: 6rem;
    -webkit-box-shadow: 0 14px 28px rgba(94, 106, 113, 0.25), 0 10px 10px rgba(94, 106, 113, 0.22);
    box-shadow: 0 14px 28px rgba(94, 106, 113, 0.25), 0 10px 10px rgba(94, 106, 113, 0.22);
    width: 100%;
}

@media (max-width: 1080px) {
    .license-navbar {
        display: none;
    }
}

.license-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.license-dropdown {
    margin: 0 !important;
}

.license-dropbtn {
    display: block;
    padding: 1.3em 4em 1.3em 4em;
    font-family: "Bitter";
    font-size: .9em;
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.license-dropbtn .license-arrow {
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.license-dropdown.open .license-dropbtn {
    background-color: #f0efef;
    color: #1e465b;
    width: auto;
    -webkit-box-shadow: 0 4px 6px rgba(94, 106, 113, 0.16), 0 6px 6px rgba(94, 106, 113, 0.23);
    box-shadow: 0 4px 6px rgba(94, 106, 113, 0.16), 0 6px 6px rgba(94, 106, 113, 0.23);
}

.license-dropdown.open .license-arrow {
    transform: rotate(-180deg);
}

.license-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f0efef;
    min-width: 300px;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0;
    z-index: 1;
}

.license-dropdown.open .license-dropdown-content {
    display: block;
}

.license-dropdown-content li {
    margin-bottom: 0 !important;
}

.license-dropdown-content li a {
    display: block;
    padding: .6em 2em .6em 2em;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: .9rem;
    color: #418ca3;
    text-decoration: none;
}

.license-dropdown-content li a:hover {
    background-color: #418ca3;
    color: white;
    transition: 0.3s ease;
}

/* Margin Changes */
@media (max-width: 75em) {
    .l-page_restructure {
        margin: 3rem 1.5rem 0rem 1.5rem !important;
    }
}

@media (max-width: 460px) {
    .l-page_restructure {
        padding: 0px 25px !important;
    }
}

/* Quicklinks Bar Mobile */
.quicklinksnav {
    margin-bottom: 3.5em;
    position: relative;
}

.ql_menu-toggle {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3.0rem;
    background-color: #1e465b;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.quicklinksnavbar {
    margin: auto;
    top: 100%;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.quicklinksnavbar.active {
    max-height: 1000px;
    opacity: 1;
}

.quicklinksnavbar.active a {
    color: #1e465b;
}

.quicklinksnavbar.active .pol-vertical-nav {
    border-top: 1px solid #1e465b;
    border-bottom: 1px solid #1e465b;
}

.quicklinksnavbar.active .pol-vertical-nav li {
    border-top: 1px solid #1e465b;
    border-bottom: 1px solid #1e465b;
}

.quicklinksnavbar.active .pol-submenu li {
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee;
}

.quicklinksnavbar.active li a {
    text-align: center;
}

.quicklinksnavbar.active .pol-dropdown-toggle::after {
    float: none;
    padding-left: 8px;
}

.quicklinksnavbar.active .pol-dropdown-toggle.pol-active::after {
    transform: rotate(-180deg);
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    margin: 6px 0;
    transition: 0.4s;
    background-color: #ffffff;
}

.quicklinksnav .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.quicklinksnav .change .bar2 {
    opacity: 0;
}

.quicklinksnav .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

@media (min-width: 1080px) {
    .quicklinksnav {
        visibility: hidden;
        display: none;
    }
}

/* Board Updates Button */
.boardupdatesbutton {
    background-color: #1e465b;
    margin-top: 50px;
    padding: 1rem 2em 1.5em 2em;
}

.boardupdatesbutton a {
    color: white;
}

.boardupdatestitle {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 2em;
    margin-bottom: .5rem;
    padding-top: .5em;
}

.boardupdatescopy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 7rem;
}

.boardupdatescopy p {
    margin-bottom: 0 !important;
    width: 75%;
}

.arrowrightwhite {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 620px) {
    .boardupdatescopy {
        flex-direction: column;
    }

    .boardupdatestitle {
        font-size: 2rem;
    }

    .boardupdatescopy p {
        width: 100%;
    }
}


/* New Index Page Licensing Rows */
.dividerline {
    width: auto;
    border-bottom: 3px solid #238BA3;
}

.arrowrightblue {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    color: #238BA3;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.newaccordion:hover {
    background-color: #e9f4f7;
}

.newaccordionwrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em;
    align-items: center;
}

.newaccordion__title {
    font-family: "Bitter";
    font-size: 1.5rem;
    color: #1e465b;
}

.accordionwrapper {
    padding-bottom: 5em;
}


/* Board Contact Info */
.boardcontact {
    padding-bottom: 1.5em;
}

.boardcontact p {
    font-family: "Montserrat";
    font-size: .9rem;
}


/* Side Menu New Quick Links */
.pol-vertical-nav {
    border-top: 2px solid #238BA3;
    border-bottom: 2px solid #238BA3;
}

.pol-vertical-nav ul {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.pol-vertical-nav li {
    border-bottom: 2px solid #238BA3;
    margin: 0 !important;
}

.pol-vertical-nav li:last-child {
    border-bottom: none;
}

.pol-vertical-nav a {
    display: block;
    text-decoration: none;
    color: #238BA3;
    padding: .7rem .8rem .7rem .8rem;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: .9em;
}

.pol-vertical-nav a:hover {
    background: #e9f4f7;
}

.pol-vertical-nav .pol-submenu:hover {
    cursor: pointer;
}

.pol-submenu {
    display: none;
    padding-bottom: 5px;
}

.pol-submenu li {
    border-bottom: 0px solid #eee;
}

.pol-submenu a:hover {
    background-color: #ffffff !important;
    color: #76b2d6;
}

.pol-submenu li:last-child {
    border-bottom: none;
}

.pol-submenu a {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: .9em;
}

.pol-submenu.pol-show {
    display: block;
    margin-top: 0 !important;
}

.pol-dropdown-toggle::after {
    content: "▼";
    padding-top: 2px;
    float: right;
    font-size: 0.7em;
    transition: transform 0.2s;
}

.pol-dropdown-toggle.pol-active::after {
    transform: rotate(-180deg);
}

.pol-vertical-nav li.pol-active>a {
    background: #e9f4f7;
}

@media (max-width: 75em) {
    .l-page--aside .l-page__aside {
        max-width: 43.75rem;
        padding: 0 3em !important;
    }
}

/* Licensing Page Button Styling */
.applybutton {
    background-color: #ffffff;
    border: solid #238BA3 2px;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    color: #238BA3;
    margin-bottom: 2rem;
    font-weight: 500;
}

.applybutton:hover,
.applybutton a:hover {
    border-color: #76b2d6;
    color: #76b2d6;
}

/* Back to Top Button */
.backtotopwrapper {
    text-align: right;
    scroll-behavior: smooth;
}

.backtotopbutton {
    background-color: #ffffff !important;
    border: none;
}

.backtotopwrapper .material-symbols-outlined {
    font-size: 35px !important;
    vertical-align: middle !important;
}

/* Agency News Form Select */
.newssourcefilter label {
    font-size: .9em;
    font-weight: 600;
    padding-right: .8rem;
}

.newssourcefilter select {
    height: 3rem;
    font-size: .9em;
    border: 2px solid #238BA3;
    padding: 5px;
    width: auto;
}

.newssubmit {
    margin-left: 1em;
    height: 3rem;
    background-color: white;
    color: #238BA3;
    font-weight: 600;
    border: 2px solid #238BA3;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
}

.newssubmit:hover {
    cursor: pointer;
}

/* Agency News Posts */
.postssection {
    padding-top: 100px;
}

.post {
    border-top: darkgray 1px solid;
    border-bottom: darkgrey 1px solid;
    margin-bottom: -1px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.post.full {
    border-top: 0px solid;
}

.postarea {
    padding-top: 2.5rem !important;
}

.tag {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7em;
    display: inline;
    padding: .4rem;
    letter-spacing: .1rem;
}

.tag a {
    color: white !important;
}

.tag.pol {
    background-color: #238BA3;
}

.tag.fire {
    background-color: #88142a;
}

.tag.labor {
    background-color: #7db956;
}

.post h3 {
    padding-top: 1rem;
    margin-bottom: 0px !important;
    width: 90%;
}

.postdate {
    font-size: .8em !important;
    font-weight: 500;
    font-style: italic;
}

.post p {
    margin-top: 1rem !important;
    width: 90%;
}

.readmorebtn button {
    height: 3rem;
    background-color: white;
    color: #238BA3;
    font-weight: 600;
    border: 2px solid #238BA3;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

.readmorebtn.post {
    float: right;
    border: 0px solid;
}

.l-page__aside.news {
    margin-top: 5rem;
}

@media (max-width: 75em) {
    .newssourcefilter {
        display: flex;
        flex-direction: column;
    }

    .newssourcefilter option,
    optgroup {
        font-size: .8rem;
    }

    .newssourcefilter select {
        width: 100%;
    }

    .newssubmit {
        margin-left: 0;
        margin-top: 1rem;
        width: 100% !important;
    }

    .l-page__aside {
        display: none;
    }

    .post p {
        width: 100%;
    }

}

/*Post Page Styling*/
.postlist {
    font-style: italic;
    font-size: .8rem;
    line-height: 0.3em;
    padding-left: 0;
    padding-top: 1rem;
}

.postlist li {
    list-style-type: none;
}


.postcontact {
    padding-top: 2rem;
}

/* Pagination Styling */
#agency-news-pagination {
    display: flex;
    align-items: wrap;
    gap: 1rem;
    margin-top: 2rem;
    font-family: "Montserrat" sans-serif;

}

#agency-news-pagination button {
    height: 2.5rem;
    background-color: white;
    color: #238BA3;
    font-weight: 600;
    border: 2px solid #238BA3;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

#agency-news-pagination button:hover {
background-color: #238BA3;
color: white;
}

#agency-news-pagination button.active {
    background-color: #238BA3;
    color: white;
}


/* CE Broker div on Nursing ce.aspx page */
.rowimage img {
    width: 25%;
    height: 25%;
    float: right;
}

.buttonstack {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
}

.iframe-container.polpages {
    margin-top: 50px;
    height: auto;
    border: 0;
    width: 5px !important;
}

.accordion__content.custom:hover {
    background-color: #e9f4f7 !important;
}

.page-header-new.page-header--board {
    background-color: #238ba3;
}


/* Page Header With New Sub Menu - START */
.page-header-new {
  padding-bottom: 1.5rem;
  padding-top: 4rem;
  background-color: #238ba3;
  color: #fff;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 700px) {
    .page-header-new {
      padding-top: 5rem; } }
  @media (max-width: 72.5em) {
    .page-header-new {
      padding-left: 2em;
      padding-right: 2em; } }
  @media (min-width: 60em) {
    .page-header.page-header--simple.has-image {
      padding-top: 2.5rem; } }
  .page-header-new .l-content__main {
    /*
	position: relative;
	*/
   }
    .page-header-new .l-content__main::after {
      /*
	  border-color: #fff transparent transparent;
      border-style: solid;
      border-width: 20px 18px 0;
      content: '';
      height: 0;
      left: 33px;
      position: absolute;
      top: 109%;
      width: 0;
	  */
	  }
  .page-header-new a {
    color: inherit; }
    .page-header-new a:focus, .page-header a:hover {
      color: inherit; }
  .page-header-new .l-content__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 1rem;
    position: relative; }
  .page-header-new.page-header--base {
    background-color: #238ba3; }
    .page-header-new.page-header--base .l-content__main::after {
      border-color: #238ba3 #0000 #0000; }
  .page-header-new.page-header--alert {
    background-color: #88142a;
	padding-top: 2rem !important;
	padding-bottom: 0rem !important;
	margin-bottom: 0px !important;
   }
    .page-header-new.page-header--alert .l-content__main::after {
      border-color: #88142a #0000 #0000; }
  .page-header-new.page-header--board {
    background-color: #238ba3; }
  .page_header-new.
    .page-header.page-header--board .l-content__main::after {
      border-color: #238ba3 #0000 #0000; }
/* Page Header With New Sub Menu - END */