/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: John Baird
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.16.8.1650744762
Updated: 2022-04-23 20:12:42

*/

:root {
	--blue-color: #004b8b;
	--brown-color: #9d140d;
	--violet-color: #433277;
	--orange-color: #e77c05;
	--purple-color: #95215e;
	--yellow-color: #ebb81f;
	--green-color: #00737e;
}








        .timeline-wrapper {
            position: relative;
            max-width: 1000px;
            margin: 4em auto;
            padding: 0 1em;
        }

        .timeline-line {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 4px;
            background-color: #004b8b;
            transform: translateX(-50%);
            z-index: 1;
        }

        .timeline-item {
            display: flex;
            justify-content: space-between;
            margin: 2em 0;
            position: relative;
            align-items: center;
            z-index: 2;
        }

        .timeline-left,
        .timeline-right {
            width: 45%;
            box-sizing: border-box;
        }

        .timeline-right {
            justify-items: left;
        }

         .timeline-left {
            justify-items: right;
        }

        .timeline-year {
            font-weight: bold;
            font-size: 1.4em;
            color: #004b8b;
            text-align: right;
        }

        .timeline-content {
                background: #f9f9f994;
                border: 1px solid #ddd;
                padding: 1em;
                display: flex;
                align-items: center;
                gap: 1em;
        }

        .timeline-photo {
            width: 110px;
            height: 110px;
            object-fit: cover;
        }

        .timeline-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .timeline-name {
            font-size: 1.1em;
            color: #333;
            margin: 0;
        }

        .timeline-region {
            font-size: 0.95em;
            color: #666;
            margin-top: 0.2em;
        }

        .timeline-dot {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 16px;
            height: 16px;
            background-color: #004b8b;
            border: 3px solid #fff;
            box-shadow: 0 0 0 2px #004b8b;
            border-radius: 50%;
            z-index: 3;
        }

        @media (max-width: 768px) {
            .timeline-item {
                flex-direction: column;
                align-items: flex-start;
            }

            .timeline-left,
            .timeline-right {
                width: 100%;
                text-align: left;
            }

            .timeline-year {
                text-align: left;
            }

            .timeline-line {
                left: 20px;
            }

            .timeline-dot {
                left: 28px;
            }
        }





























.teamMemberList a.teamMember:hover {
	opacity: 0.75;
    cursor: pointer;
	text-decoration: none !important;
}


#customize-controls .accordion-section-title button.accordion-trigger {
	height: auto !important;
}

body.menu-open {
	overflow:hidden !important;
}

.download-information .download-button{
	background: white;
	border-color: #95215e;
}

.download-information .download-button:hover{
	background: #95215e;
	color: white !important;
}

header > .has_et_pb_sticky .et_pb_sticky_placeholder {
	display: none;
}


.teamMemberList .topHalf {
	position: relative;
}

.teamMemberList  .nameWrapper {
        font-size: 1.12em;
	font-weight: bold;
    margin-right: 50px;
    line-height: 1.1em;
}

.teamMemberList .topHalf .nameWrapper span {
display: block;
}



.teamMemberList .bottomHalf {
	padding:20px;
    padding-top: 5px;
}

.teamMember .position {
    color: #535353;
    line-height: 1.2em;
	display: block;
	margin-top:10px;
    font-size: .9em;
}

.teamMember .departmentIconWrapper {
	width: 75px;
    height: 75px;
	color: white;
    background: #ddd8d8;
    border-radius: 50px;
	    position: absolute;

	line-height: 75px;
    text-align: center;
	padding:10px;
     bottom: -25px;
    right: 10px;
}

.teamMember .departmentIconWrapper .iconCircle {
	  border-radius: 50px;
    width: 100%;
    height: 100%;
	line-height: 55px;
}

.teamMemberList {
  display: flex;
  flex-wrap: wrap;
}

.teamMemberList .teamMember {
	flex: 1 0 30%;
	max-width: 31%;
  margin: 15px;
  height: 100%;
  background-color: #ebebeb;
	min-width: 296px;
}


.parent-pageid-801 #main-content a {	color: #004b8b; }
.parent-pageid-807 #main-content a {	color: #95215e; }
.parent-pageid-803 #main-content a {	color: #433277; }
.parent-pageid-799 #main-content a {	color: #9d140d; }

.teamMemberList .teamMember.communication .iconCircle {
	background-color: #004b8b;
}
.teamMemberList .teamMember.communication .nameWrapper {
	color: #004b8b;
}

.teamMemberList .teamMember.advocacy .iconCircle {
	background-color: #9d140d;
}
.teamMemberList .teamMember.communication .iconCircle {
	background-color: #433277;
}
.teamMemberList .teamMember.legal .iconCircle {
	background-color: #95215e;
}


.teamMemberList .teamMember.education .iconCircle {
	background-color: #433277;
}
.teamMemberList .teamMember.education .nameWrapper {
	color: #433277;
}

.teamMemberList .teamMember.executive .iconCircle {
	background-color: #004b8b;
}
.teamMemberList .teamMember.executive .nameWrapper {
	color: #004b8b;
}

.teamMemberList .teamMember.legal .iconCircle {
	background-color: #95215e;
}
.teamMemberList .teamMember.legal .nameWrapper {
	color: #95215e;
}

.teamMemberList .teamMember.advocacy .iconCircle {
	background-color: #9d140d;
}
.teamMemberList .teamMember.advocacy .nameWrapper {
	color: #9d140d;
}

.teamMemberList .teamMember.communication .iconCircle {
	background-color: #e77c05;
}
.teamMemberList .teamMember.communication .nameWrapper {
	color: #e77c05;
}

.teamMemberList .teamMember.membership .iconCircle {
	background-color: #004b8b;
}
.teamMemberList .teamMember.membership .nameWrapper {
	color: #004b8b;
}

.teamMemberList .teamMember.finance .iconCircle {
	background-color: #004b8b;
}
.teamMemberList .teamMember.finance .nameWrapper {
	color: #004b8b;
}

.teamMemberList .teamMember.data .iconCircle {
	background-color: #00737e;
}
.teamMemberList .teamMember.data .nameWrapper {
	color: #00737e;
}



#main-content a {	color: #004b8b; }
#main-content a:hover{text-decoration:underline;	}

#mobileHeader .et_mobile_menu{
	border-top: none;
	overflow: scroll;
    height: calc(100vh - 200px);
    left: -20px;
    width: 100vw;
	padding-left:0;
	padding-right:0;
}

#mobileHeader.et_pb_sticky .et_mobile_menu {
	height: calc(100vh - 60px);
}

#download-page h3 > a {
	font-size: 25px;
	color: #585454 !important;
}

#download-search label {
	display: block !important;
}
#download-search #download_search {
	padding: 10px;
}

#download-page .download-link {
	font-size: 23px;
}

.download-monitor-categories {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 980px) {
	
#download-page .download_category {
		width: 100% !important;
}

#menuTopBar .et_pb_menu__menu {
    display: block !important;
}
	
	#menuTopBar .et_mobile_nav_menu {
		display: none !important;
	}
}

#page-container {
	overflow-x: hidden !important;
}

#menu-page-menu{
  margin: 0;
transition: max-height 0.25s cubic-bezier(.96,.13,.83,.67) 0.25s;

  max-height: 72px !important; 
}

#topMenuLogo > .main-menu-row.et_pb_sticky.mouseMoved #menu-page-menu:hover,
#topMenuLogo > .main-menu-row:not(.et_pb_sticky) #menu-page-menu:hover{
  
 max-height: 672px !important;
}

#menu-page-menu > .menu-item {
    max-width: 14.28%;
	  place-content: flex-start;
    flex-grow: 1;
    flex-basis: 0;
	  padding-top: 25px !important;
    padding-bottom: 25px !important;
	flex-flow: column;
	    padding: 0 !important;
	
	    font-size: 19px;
    font-weight: 600;
	  
}

#menu-page-menu > .menu-item > .sub-menu > li {
	width: 100%;
		    justify-content: center;
    padding: 0;
	display:flex;
	flex-wrap: wrap;
}

#menu-page-menu > .menu-item > .sub-menu li a {
	font-size: 17px;
	    padding: 6px 0px;
}

#menu-page-menu > .menu-item > .sub-menu > li > a:hover {
	font-weight: 700;
}


.main-menu-row:hover .menu-item > .sub-menu {
	flex: auto;
	width: 100%;
	top: auto;
	flex-direction: column;
	position: relative;
	box-shadow: none;
	margin-top: 15px;
	overflow: hidden;
	opacity: 1;
  visibility: visible;
	
}

.main-menu-row .menu-item > .sub-menu {

	    border-top-width: 1px;
    border-color: #dfdddd;
    border-style: solid;
}

.main-menu-row:hover .menu-item:not(:last-of-type) > .sub-menu {

    border-right-width: 2px;
}

#mobileHeader .sub-menu > .menu-item-has-children>a  {
	font-weight: 500;
}
#menu-page-menu .sub-menu a::after {

display: none !important;
}

#menu-page-menu .sub-menu .sub-menu {
    position: relative;
    display: flex;
    flex: auto;
    width: 100%;
    left: 15px;
    top: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
	    justify-content: center;
	opacity: 1;
  visibility: visible;
	flex-wrap: wrap;
}

#menu-page-menu .sub-menu .sub-menu li a {
	    font-weight: 500;
	color: #838080;
	font-size: 16px;
}

#menu-page-menu > .menu-item > a::after {
	display: none !important;
}

#menu-page-menu > .menu-item > a {

			border-bottom-width: 4px;
    border-bottom-style: solid;
	    text-align: center;
    padding-right: 0;
	    padding-top: 20px;
    padding-bottom: 20px;
}

#menu-page-menu > .menu-item:hover > a {
	font-weight: 800;
}

.blue-menu > a {
	border-color: #004b8b !important;
}
.blue-menu:hover > a,
.blue-menu .sub-menu>li>a:hover {
	color: #004b8b !important;
}


.brown-menu  > a {
	border-color: #9d140d !important;
}
.brown-menu:hover > a,
.brown-menu .sub-menu>li>a:hover {
	color: #9d140d !important;
}


.violet-menu > a  {
	border-color: #433277 !important;
}
.violet-menu:hover > a,
.violet-menu .sub-menu>li>a:hover {
	color: #433277 !important;
}


.orange-menu > a  {
	border-color: #e77c05 !important;
}
.orange-menu:hover > a,
.orange-menu .sub-menu>li>a:hover  {
	color: #e77c05 !important;
}
.parent-pageid-805 #main-content a {	color: #e77c05; }


.purple-menu > a  {
	border-color: #95215e !important;
}
.purple-menu:hover > a,
.purple-menu .sub-menu>li>a:hover{
	color: #95215e !important;
}


.yellow-menu > a  {
	border-color: #ebb81f !important;
}
.yellow-menu:hover > a,
.yellow-menu .sub-menu>li>a:hover  {
	color: #ebb81f !important;
}
.parent-pageid-809 #main-content a {	color: #ebb81f; }


.green-menu > a  {
	border-color: #00737e !important;
}
.green-menu:hover > a,
.green-menu .sub-menu>li>a:hover  {
	color: #00737e !important;
}
.parent-pageid-811 #main-content a {	color: #00737e; }


#menu-page-menu>.menu-item>.sub-menu li a:hover {
	opacity: 1;
    background-color: transparent;
    text-decoration: underline !important;
}

#menu-page-menu .menu-item a{
	line-height: 20px;
}


.headerBottomBar {
	display: none;
}


.main-menu-row:hover .headerBottomBar{
	display: block !important;
}


@media (min-width: 729px) {
	
.orangeBtn a {
	min-width: 150px;
}
}

@media (max-width: 420px) {
	
.orangeBtn a {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
}


.orangeBtn a{
	border-radius: 10px !important;
background: linear-gradient(180deg, #e77c05, #ad5f15) !important;
}


.et_pb_accordion_item {
	box-shadow: #e5e5e5 2px 2px 8px;
    border-color: #dbdbdb !important;
}

.et_pb_accordion_item:not(:last-child) {
  margin-bottom: 20px !important;
}

.et_pb_toggle_title {
  /*padding-left: 30px !important;*/
}

.et_pb_toggle_title::after
{
 /* font-family: "FontAwesome" !important;
  content: "\f059" !important;
  position: absolute;
    left: 0;*/
}


.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
  content: "\f106" !important;
}


.footerBottom {
	    text-align: center;
}

.footerBottom .et_pb_text {
	display: inline-block;
}


footer .et_pb_icon {
	margin: 25px;
}

@media (max-width: 420px) {
	
footer .et_pb_icon {
	margin: 10px !important;
}

}


h2 {
	font-size: 35px;
	margin-bottom: 1em;
}

a.n2-ow, a.et_pb_button {
	    font-family: "Fira Sans", sans-serif !important;
}

#menuTopBar .menu-item,
#menuTopBar .et_pb_menu__wrap button {
	    -webkit-box-align: start;
    align-items: flex-start;
	padding-top: 5px;
}

#menuTopBar .menu-item a {
	  padding: 0;
}

.et_pb_menu__search-input {max-width: 250px;}

.angledDivider.angleRight .et_pb_divider_internal {
	     width: 25px;
    height: 50px;
    position: absolute;
    top: -9px;
    right: -13px;
    z-index: 12;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.angledDivider.angleLeft .et_pb_divider_internal {
	    width: 50px;
    height: 25px;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 12;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


@media (max-width: 729px) {

    .datahub-research-grid .card-image {
width: 100%;
margin: 0;
}

.datahub-research-grid .card {

flex-direction: column;
}
	
	.angledDivider.angleLeft {
		margin-left: 10%;
	}
	.angledDivider.angleRight {
		margin-right: 10%;
	}
}


.trendBox img {
	    height: 50px;
    width: 50px;
}

.trendBox p  {
	display: flex;
    align-items: center;
	font-size: 40px;
}





.bodMemberList .bodMember {
    position: relative;
    background-color: white;
width: 100%;
  max-width: 100%;

   display:flex;
  flex-direction: column;
  flex-grow: 1;
    margin: 15px;
    height: 100%;

    border: 4px solid #ffffff66;
    box-shadow: 4px 2px 6px #80808080;
}


.bodMemberList .bodMember .memberPhoto img {
max-width: 300px;
}

.bodMemberList .bodMember  .infoWrapper{
justify-content: center;
}
.bodMemberList .bodMember .location{
      font-weight: 700;
}

.bodMemberList .bodMember:not(:first-of-type, :nth-of-type(2)) {
display: none;
}





.datahub_row :is(.up, .down) img {
margin-right: 10px;
}

.datahub_row .up {
color: rgb(0, 115, 126);
}

.datahub_row .down {
color: rgb(157, 20, 13);

}

.datahub_row .factTitle {
display: flex
;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.datahub_row .factTitle small {
font-size: 50%;
    white-space: nowrap;
  line-height: 100%;
}



.datahub-research-grid{
    display: flex;
    gap: 40px;
    padding: 20px;
  

    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 25px;
}

.card {
  
  width: 100%; /*calc(49% - 20px);*/
  border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: row;
    background: #fff;
}

.card:hover {
    transform: scaleX(1.02) scaleY(1.02) !important;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 15px;
        padding-right: 20px;
        width: 100%;
        padding-bottom: 15px;
  
}

#datahub-research-grid h3.card-title {
    font-size: 1em;
    padding-bottom: 5px !important;
}

.card-date {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #666;
}

.card-button {
    border: none;
    background: #0073e6;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.card.pinned {
    box-shadow: 2px 2px 4px #000000;
  margin-bottom: 20px;
}

.card-image-placeholder {
min-width: 300px;
background: linear-gradient(142deg, #e8e8e9 50%, #00737e 50%);
margin-right: 20px;
}


.card-image {
    width: 300px;
    height: auto;
    object-fit: cover;
    margin-right: 20px;
}

#heroMenu .et_pb_blurb_content {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#heroMenu .et_pb_main_blurb_image{
margin: 0;
}

#hero {
position: relative;
}

.card-content a {
    margin-top: 20px;
    text-align: right;
}



#region1 .angledDivider:before {
  border-color: #f07827 !important;
}

#region1 :is(h2, .location) {
  color: #f07827 !important;
}

#region2 .angledDivider:before {
  border-color: #168e95 !important;
}

#region2 :is(h2, .location) {
  color: #168e95 !important;
}

#region3 .angledDivider:before {
  border-color: #56a546 !important;
}

#region3 :is(h2, .location) {
  color: #56a546 !important;
}

#region4 .angledDivider:before {
  border-color: #8f4e9f !important;
}

#region4 :is(h2, .location) {
  color: #8f4e9f !important;
}

#region5 .angledDivider:before {
  border-color: #c2202d !important;
}

#region5 :is(h2, .location) {
  color: #c2202d !important;
}

#region6 .angledDivider:before {
  border-color: #346fb7 !important;
}

#region6 h2 {
  color: #346fb7 !important;
}
