/* Background Images and Footer */
/* Theme Roller */
body {
    font-family: 'Raleway';
    color: #2d2d2d;
    font-size: 16px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway';
}

.margin-top-27 {
    margin-top: 27px;
}

.margin-bottom-77 {
    margin-bottom: 77px;
}

.make-buttons em a {
    margin: 5px;
}

a[id*="MoreLink"],
a[id*="hypMore"],
a[id*="_Link"],
a[id*="LinkToCalendar"], 
.interior .HtmlContent a {
    background-color: transparent;
    color: #1D3D47;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
}

a[id*="MoreLink"]::after,
a[id*="hypMore"]::after,
a[id*="_Link"]::after,
a[id*="LinkToCalendar"]::after,
.interior .HtmlContent a::after {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/next-arrow.svg");
    width: 7px;
    height: 12px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

a[id*="MoreLink"]:hover,
a[id*="MoreLink"]:focus,
a[id*="hypMore"]:hover,
a[id*="hypMore"]:focus,
a[id*="_Link"]:hover,
a[id*="_Link"]:focus,
a[id*="LinkToCalendar"]:hover,
a[id*="LinkToCalendar"]:focus,
.interior .HtmlContent a:hover,
.interior .HtmlContent a:focus {
    background-color: transparent;
    color: #1C88AC;
    text-decoration: underline;
}

.sponsor-page .HtmlContent a::after {
    content: none;
}

.interior .HtmlContent a {
    display: inline-flex;
}

#MPOuterMost .make-buttons em a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #1B87AB;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    letter-spacing: 1px;
}

#MPOuterMost .make-buttons em a::after {
    content: none;
}

#MPOuterMost .make-buttons em a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 4px;
    width: 100%;
    background: rgba(5, 43, 62, 0.15);
}

#MPOuterMost .make-buttons em a:hover::after,
#MPOuterMost .make-buttons em a:focus::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(5, 43, 62, 0.15), rgba(5, 43, 62, 0.15));
    transform: none;
}

body:not(.logged-in) .bg-blue-linear > div {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), radial-gradient(171.83% 200.54% at 39.34% -71.83%, #004785 0%, #004785 100%);
    position: relative;
}

body:not(.logged-in) .bg-blue-linear > div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, #1B87AB 1.34%, #004785 83.95%), linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(180deg, #003A6C 0%, #004785 100%);
}

body:not(.logged-in) .bg-grey >div {
    background: #f8f8f8;
}

body.logged-in .bg-light-grey >div {
    background: #f8f8f8;
}


body:not(.logged-in) .bg-blue-linear .row-wide >div:last-of-type {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

body.logged-in .bg-blue > div {
    background: radial-gradient(65.23% 125.1% at 52.19% 45.69%, #004785 0%, #013664 100%);
}

body.logged-in .bg-light-blue > div, body.logged-in .search-bottom-wrapper {
    background: linear-gradient(175.1deg, #288FAE -44.78%, #004785 203.51%), #FFFFFF;
}

body:not(.logged-in) .search-bottom-wrapper {
    display: none;
}

.interior .search-bottom-wrapper {
    margin-top: 90px;
}

/* Header */

#MPOuterMost.full {
    overflow-x: hidden;
}

#MPOuterHeader > .col-md-12:first-of-type {
    padding: 0;
}

#MPOuterMost.full #HEADER {
    max-width: unset;
}

#MPOuterMost.full #HEADER > .col-md-12 {
    padding: 0;
}

#MPOuterMost.full #MPButtonBar .navbar.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#MPheader > div:first-of-type {
    background: linear-gradient(270deg, #1B87AB 1.34%, #004785 83.95%), #004785;
    padding: 10px 135px;
    /* height: 34px; */
}

#MPheader > div:first-of-type > div:first-of-type > div.pull-right:nth-of-type(2) {
    float: left !important;
}

.welcome-slug {
    position: absolute;
    right: 0;
    color: #fff;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    padding-right: 52px;
}

body:not(.logged-in) .welcome-slug {
    font-size: 0;
}

.welcome-slug a#Welcome_LoginLink::before {
    content: '\f2f6';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: white;
    margin-right: 8px;
}

.welcome-slug a#Welcome_LoginLink {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
}

span.welcome-slug div.pull-right:nth-of-type(1) {
    position: absolute;
    top: 0px;
    right: 0;
    height: 37px;
    width: 37px;
    background: linear-gradient(180deg, #1A407C -138%, #009CDE 100%);
    border-radius: 50%;
    padding: 1px;
}

body:not(.logged-in) .welcome-slug {
    top: 50%;
    transform: translateY(-25%);
}

body:not(.logged-in) .welcome-slug div.pull-right:nth-of-type(1) {
    width: unset;
    height: unset;
    background: transparent;
    margin: 0;
}

.welcome-slug a {
    font-weight: 700;
    color: white;
}

.welcome-slug .pull-right {
    margin-left: 15px;
}

#MPheader > div:first-of-type > div:first-of-type > div.pull-right:first-of-type {
    float: left !important;
    line-height: 12px;
}

#MPheader > div:first-of-type > div:first-of-type > div.pull-right:first-of-type ul li a {
    font-size: 13px;
    line-height: 12px;
    font-weight: 500;
    color: #fff;
    border-right: 0;
    text-decoration: none;
    margin-top: 0;
    padding-right: 12px;
    margin-right: 12px;
}

#MPheader > div:first-of-type > div:first-of-type > div.pull-right:nth-of-type(2) ul li a:hover, #MPheader > div:first-of-type > div:first-of-type > div.pull-right:nth-of-type(2) ul li a:focus  {
    text-decoration: underline;
}

.HLWelcome button.imgButton {
    border-radius: 50%;
    filter: drop-shadow(0px 1px 2px rgba(231, 232, 236, 0.3));
}

.HLWelcome button.imgButton img {
    border-radius: 50%;
}

.HLWelcome #BtnShowProfile {
    display: none;
}

#MPheader> #Logo {
    padding-top: 13px;
    padding-bottom: 16px;
}

#MPheader> #Logo .col-md-12 { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
 }

 #MPButtonBar .collapse.navbar-collapse {
     padding: 0;
 }

#NAV {
    border-top: 1px solid #f8f8f8;
}

#NAV #MPButtonBar ul li a { 
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #2D2D2D;
 }

 
#NAV #MPButtonBar ul li a .caret {
    border-top-color: #2B8EAE;
    border-bottom-color: #2B8EAE;
 }

#searchColumn #MPSearchBlock {
    margin-top: 0;
    background-color: #f8f8f8;
}

#searchColumn #MPSearchBlock input.form-control, #SearchControl_SearchButton {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

#searchColumn #MPSearchBlock input.form-control::placeholder {
    color: rgba(45, 45, 45, 0.5);
    font-style: normal;
    text-transform: capitalize;
}

 #SearchControl_SearchButton span.glyphicon-search::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f002';
    color: #2B8EAE;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
 }

 #SearchControl_SearchButton span.glyphicon-search:empty {
     width: unset;
 }

#SearchControl_SearchButton {
    display: flex;
 }

 /* Footer */

 #MPFooterLink {
     display: none;
 }

 #MPOuterFooter {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), radial-gradient(171.83% 200.54% at 39.34% -71.83%, #004785 0%, #004785 100%);
 }

 #MPOuterFooter #FOOTER > div:nth-of-type(1) h2 { 
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 8px;
    color: #fff;
  }
 
 #MPOuterFooter #FOOTER > div:nth-of-type(1) { 
     color: white !important;
 }
  
 #MPOuterFooter #FOOTER > div:nth-of-type(1) > div:first-of-type { 
     width: 30%;
 }
  
 #MPOuterFooter #FOOTER > div:nth-of-type(1) > div:last-of-type { 
     width: 20%;
 }

 #MPOuterFooter #FOOTER > div:nth-of-type(1) .col-md-6 ul {
     columns: 2;
  }

  #MPOuterFooter #FOOTER > div:nth-of-type(1) ul li {
      margin-bottom: 6px;
      padding: 0;
      text-transform: none;
  }

 #MPOuterFooter #FOOTER > div:nth-of-type(1) ul li a {
     color: white;
     font-weight: 400;
     text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    transition: 0.3s;
    text-transform: none;
}

 #MPOuterFooter #FOOTER > div:nth-of-type(1) ul li a:hover, #MPOuterFooter #FOOTER > div:nth-of-type(1) ul li a:focus  {
    text-decoration: underline;
    transition: 0.3s;
}

 #MPOuterFooter #FOOTER > div:nth-of-type(1) ul { 
     padding: 0;
     list-style: none;
  }

  #MPOuterFooter #FOOTER  p {
      color: white;
      font-weight: 400;
  }

  #MPOuterFooter #FOOTER > div:nth-of-type(1) p > a { 
    width: 30px;
    height: 30px;
    background-color: #004785;
    display: inline-flex;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
    padding: 0;
}

#MPOuterFooter #FOOTER > div:nth-of-type(1) p > a::after, 
#MPOuterFooter #FOOTER > div:nth-of-type(1) p > a::before,
#MPOuterFooter #FOOTER > div:nth-of-type(1) ul li a::after, 
#MPOuterFooter #FOOTER > div:nth-of-type(1) ul li a::before {
    content: none;
}

#MPOuterFooter #FOOTER > div:nth-of-type(1) p > a:hover, #MPOuterFooter #FOOTER > div:nth-of-type(1) p > a:focus {
    background-color: #1c87AB;
    transition: 0.3s;
}

 #MPOuterFooter #FOOTER > div:nth-of-type(3) {
    display: none;
 }
 
/* Footer Bottom Content */

 #MPOuterFooter #FOOTER > div:nth-of-type(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
 }
 
 #MPOuterFooter #FOOTER > div:nth-of-type(4) a { 
     color: white;
     font-size: 12px;
    line-height: 14px;
    text-transform: none;
 }

 #MPOuterFooter #FOOTER > div:nth-of-type(4) p {
    margin-bottom: 0;
}

/* Hero Slide */

.hero-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/bg-pseudo-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.hero-slide .HtmlContent {
    position: relative;
    z-index: 5;
    padding: 30px calc(50% - 600px) 30px;
    display: flex;
}

.hero-slide:not(.image-slide) .HtmlContent, .hero-slide.image-slide .HtmlContent div:first-of-type {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.hero-slide.image-slide .HtmlContent div:first-of-type { 
    align-self: center;
 }

.hero-slide.image-slide .HtmlContent {
    display: flex;
    justify-content: space-between;
}

.hero-slide h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2B8EAE;
    margin: 0;
    margin-bottom: 10px;
    max-width: 700px;
}

.hero-slide h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #2D2D2D;
    margin: 0;
    margin-bottom: 20px;
    max-width: 700px;
}

.hero-slider .slick-track {
    display: flex;
}

.hero-slider .slick-track .hero-slide {
    height: auto;
    flex: 1;
}

.home .hero-slider.slick-dotted {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.hero-slider .slick-dots {
    bottom: 20px;
    left: calc(50% - 600px);
    text-align: left;
}

.hero-slider .slick-dots li {
    width: 8px;
    height: 8px;
}

.hero-slider .slick-dots li button {
    padding: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #DCDDDE;
    background-color: transparent;
}

.hero-slider .slick-dots li button::before {
    content: none;
}

.hero-slider .slick-dots li.slick-active button {
    background-color: #DCDDDE;
}

 /* Titles */

.title-highlight {
    color: #2D2D2D;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
}


.title-highlight strong {
    color: #1B87AB;
}

.title-highlight.white-title, .title-highlight.white-title strong {
    color: white;
}

 /* Sponsors */

 .top-tier-sponsors > div:nth-of-type(1)  {
    width: 41.539%;
 }
 
 .top-tier-sponsors > div:nth-of-type(2)  {
    width: 31.026%;
 }


 .top-tier-sponsors > div:nth-of-type(2) img {
     max-width: 165px;
     margin: 0 auto;
  }
 
 .top-tier-sponsors > div:nth-of-type(3)  {
    width: 25.642%;
 }
 
 .top-tier-sponsors > div:nth-of-type(3) img {
    max-width: 132px;
    margin: 0 auto;
 }

 div[class*="sponsor-text"] {
    background: linear-gradient(270deg, rgba(245, 248, 249, 0) 0%, #F8F8F8 52.08%, rgba(245, 248, 249, 0) 100%), #FFFFFF;
    text-align: center;
 }

 div[class*="sponsor-text"] h4 {
     padding: 18px 0;
     margin: 0;
     font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #2D2D2D;
    letter-spacing: 1px;
    position: relative;
 }
 
.blue-sponsor-text h4::before {
     content: '';
     width: 9px;
     height: 19px;
     background-image: url('https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/blue-flame.png');
     position: absolute;
     left: 39%;
     top: 50%;
     transform: translateY(-50%);
 }
 
.gold-sponsor-text h4::before {
    content: '';
    width: 9px;
    height: 19px;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/gold-flame.png');
    position: absolute;
    left: 34%;
    top: 50%;
    transform: translateY(-50%);
}

.silver-sponsor-text h4::before {
    content: '';
    width: 9px;
    height: 19px;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/silver-flame.png');
    position: absolute;
    left:30%;
    top: 50%;
    transform: translateY(-50%);
}

.bronze-sponsor-text h4::before {
    content: '';
    width: 9px;
    height: 19px;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/bronze-flame.png');
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
}

 div[class*="sponsor-logo"] {
     text-align: center;
     display: block !important;
 }
 
 div[class*="sponsor-logo"] .HtmlContent {
     margin-top: 21px;
     margin-bottom: 40px;
 }

.bronze-sponsor-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bronze-sponsor {
   width: 190px;
   height: 230px;
   display: inline-block;
}

.bronze-sponsor .HtmlContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bronze-sponsor img {
    margin: 58px auto 77px;
}

.stat-blurb {
    color: white;
    margin-top: 55px;
}

.stat-blurb h3, .stat-blurb p {
    margin: 0;
}

.stat-blurb h2 {
    margin: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.stat-blurb h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 12px;
    border-left: 4px solid #2B8EAE;
}

/* Tiles */

/* Stat Tiles */

.stat-tile:first-of-type {
    margin-left: 0;
}

.stat-tile {
    background: linear-gradient(175.1deg, #288FAE 34.36%, #004785 140.29%),
    linear-gradient(0deg, #053355, #053355);
    padding: 20px;
    padding-left: 70px;
    position: relative;
    flex-basis: 33.3333333333%;
    margin-left: 18px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.stat-tile.icon.utility::before {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/noun_user_gear_2320518.svg");
    height: 93px;
    width: 93px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}

.stat-tile.icon.associate::before {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/noun_Partner_2506047.svg");
    height: 93px;
    width: 93px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}

.stat-tile.icon.sponsors::before {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/noun_Internet_User_2964668.svg");
    height: 93px;
    width: 93px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}


.stat-tile h3 {
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    text-align: right;
    color: #FFFFFF;
}

.stat-tile h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}

/*** equal height tile row ***/
body:not(.logged-in) .tile-grow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tile-grow div[class*="section"] > div {
    height: 100%;
}

.tile-grow a {
    text-decoration: none;
}

.tile {
    margin-top: 60px;
    margin-bottom: 57px;
    background-color: #F8F8F8;
    transition: 0.3s;
}

.interior .tile {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tile:hover, .tile:focus {
    border: 1px solid #F8F8F8;
    background: #fff;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    transition: 0.3s;
}

.tile .HtmlContent {
    padding: 30px 30px 30px 30px;
}

.tile h3 { 
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
}

.tile p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(45, 45, 45, 0.8);
    margin: 0;
}

.tile.icon a {
    text-decoration: none;
}

.tile.icon .HtmlContent::before {
    content: '';
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

.tile.icon.membership  .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/membership.svg");
    height: 45px;
    width: 44px;
}

.tile.icon.advocacy  .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/speech-bubbles.svg");
    height: 45px;
    width: 51px;
}

.tile.icon.resources .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/resources.svg");
    height: 45px;
    width: 34px;
}

.tile.icon.thumbsup  .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/thumbs-up.svg");
    height: 45px;
    width: 45px;
}

.tile.icon.emergency  .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/medicine.svg");
    height: 45px;
    width: 51px;
}

.tile.icon.tools .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/tools.svg");
    height: 45px;
    width: 45px;
}

.tile.icon.bullhorn  .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/bullhorn.svg");
    height: 45px;
    width: 51px;
}

.tile.icon.laptop  .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/laptop.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.people .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/people.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.truck .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/truck.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.hands-helping .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/hands-helping.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.mail-bulk .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/mail-bulk.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.burn .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/burn.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.file .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/file-alt.svg");
    height: 45px;
    width: 57px;
}

.tile.icon.envelope .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/envelope-open-text.svg");
    height: 45px;
    width: 57px;
}


.cta-wrap {
    background: radial-gradient(65.23% 125.1% at 52.19% 45.69%, #004785 0%, #013664 100%);
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.cta-wrap::before {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/APGA_logo.svg");
    width: 354px;
    height: 502px;
    background-size: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% - 835px);
    top: -30px;
    opacity: 0.1;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    mix-blend-mode: overlay;
}


.cta-lower {
    background: linear-gradient(175.1deg, #288FAE -44.78%, #004785 203.51%), #F9F9F9;
    position: relative;
}

.cta-image {
    position: absolute;
    right: calc(50% - 600px);
    top: 40px;
}

.cta-upper h4, .cta-upper h2, .cta-upper p , .cta-lower p {
    max-width: 527px;
    color: white;
    margin-top: 0;
}

.cta-upper .HtmlContent {
    padding: 100px 0 100px calc(50% - 600px);
}

.cta-upper h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cta-upper h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cta-upper p {
    margin-bottom: 20px;
}

.cta-upper em a {
    margin: 0;
}

.cta-upper h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cta-lower .HtmlContent {
    padding: 32px 0 30px calc(50% - 600px);
    position: relative;
}

.cta-lower .HtmlContent::before {
    content: '\f30f';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    left: calc(50% - 600px);
    color: white;
}

.cta-lower p {
    padding-left: 58px;
    padding-bottom: 18px;
    margin-bottom: 0;
    max-width: 570px;
}

.cta-lower em {
    padding-left: 58px;
}

.cta-lower em a {
    padding: 0;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    margin: 0;
    letter-spacing: 1px;
}

.cta-lower em a::before {
    content: '';
    width: 21px;
    height: 2px;
    background-color: #53BADB;
    position: absolute;
    top: -8px;
    left: 0;
}

.latest-news .HLRecentBlogs {
    margin-bottom: 60px;
}

.latest-news .HLRecentBlogs, .latest-news .Content {
    border: 0;
    padding: 0;
}

.latest-news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0px 0px;
    max-width: 1200px;
    margin: auto;
}

.latest-news ul > a { 
    background: #F8F8F8;
    border-radius: 0px;
    position: relative;
    padding: 20px;
    border: 0;
    margin-bottom: 10px;
    text-decoration: none;
    box-shadow: 0;
    transition: 0.3s;
}

.latest-news ul > a:hover , .latest-news ul > a:focus {
    background-color: #fff;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    transition: 0.3s;
}

.latest-news ul li {
    border: 0;
}

.latest-news ul li .img-container { 
    width: 135px;
    height: calc(100% - 40px);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.latest-news ul li .blog-written { 
    max-width: calc(100% - 155px);
    display: flex;
    flex-direction: column;
}

.latest-news ul li.no-image .img-container {
    display: none;
}

.latest-news ul li.no-image .blog-written {
    max-width: 100%;
}

.latest-news ul li .blog-written .ByLine { 
    order: 2;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    bottom: 25px;
    margin-top: 10px;
}
    
.latest-news ul li .blog-written .title-row { 
    order: 1;
}

.latest-news ul li .blog-written .content-row { 
    display: none;
 }

.latest-news ul li h3 a { 
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2D2D2D;
 }

.latest-news ul > a:first-of-type {
    grid-area: 1 / 1 / 5 / 2;
    padding-left: 310px;
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.latest-news ul > a:first-of-type.no-image {
    padding-left: 20px;
}

.latest-news ul > a:first-of-type .blog-written {
    display: flex;
    max-width: 100%;
}

.latest-news ul > a:first-of-type .blog-written .ByLine {
    display: none;    
}

.latest-news ul > a:first-of-type .blog-written .title-row {
    order: 1;    
}

.latest-news ul > a:first-of-type .blog-written .content-row {
    order: 1;    
}

.latest-news ul > a:first-of-type .img-container {
    right: revert;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    height: 100%;
}

.latest-news ul > a:first-of-type .blog-written .content-row {
    display: block;
}

.latest-news ul > a:first-of-type .blog-written .content-row p {
    color: #2D2D2DCC;
}

.latest-news ul > a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
}
.latest-news ul > a:nth-child(3) {
    grid-area: 2 / 2 / 3 / 4;
}
.latest-news ul > a:last-of-type {
    grid-area: 3 / 2 / 4 / 4;
    padding-bottom: 0;
}

.latest-news ul > a h3 {
    margin-bottom: 10px;
}

.latest-news ul > a h3 a:hover, .latest-news ul > a h3 a:focus {
    text-decoration: none;
}

.latest-news div[id*="BottomLink"] {
    padding: 0;
    text-align: right;
    padding-top: 5px;
}

/* Upcoming Events */
.HLEventList .slick-track {
    display: flex;
    margin: 0 -15px;
}

.upcoming-events .slick-list {
    margin-right: -30px;
}

.HLEventList .slick-track > a {
    height: auto;
}

.HLEventList .Content br {
    display: none;
}

.home .upcoming-events .HLEventList ul:not(.dropdown-menu) li {
    background-color: #fff;
    position: relative;
    padding-top: 180px;
    padding-bottom: 0;
    margin: 0 15px;
    overflow: hidden;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
    height: 100%;
    transition: 0.3s;
}

.home .upcoming-events .HLEventList ul:not(.dropdown-menu) li:hover, .home .upcoming-events .HLEventList ul:not(.dropdown-menu) li:focus { 
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    transition: 0.3s;
 }

.upcoming-events .HLEventList {
    margin-bottom: 55px;
}

.upcoming-events .slick-arrow {
    position: absolute;
    top: -57px;
    right: 0;
    background-color: transparent;
    border: 0;
}

.upcoming-events .prev-arrow {
    right: 30px;
}

.upcoming-events .prev-arrow i::before {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/prev-arrow.svg");
    width: 10px;
    height: 15px;
    background-size: cover;
    display: inline-block;
}

.upcoming-events .next-arrow i::before {
    content: '';
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/eCM_Dev_Files/next-arrow.svg");
    width: 10px;
    height: 15px;
    background-size: cover;
    display: inline-block;
}

.upcoming-events .HLEventList ul.slick-initialized.slick-slider, .upcoming-events .Content, .upcoming-events .HLEventList {
    padding: 0;
    border: 0;
}

.upcoming-events .HLEventList div[id*="ContentPanel"] .img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background-size: cover;
    background-position: center;
}

.home .upcoming-events .HLEventList ul:not(.dropdown-menu) li > div:nth-of-type(2), .home .upcoming-events .HLEventList ul:not(.dropdown-menu) li  div:nth-of-type(2) div, .home .upcoming-events .HLEventList ul:not(.dropdown-menu) li > div:nth-of-type(2) div .title-row, .home .upcoming-events .HLEventList ul:not(.dropdown-menu) li  div:nth-of-type(2) div .title-row .col-md-9 {
    height: 100%;
}

.home div#MPOuterMost .upcoming-events .HLEventList ul:not(.dropdown-menu) li  div:nth-of-type(2) div .title-row .col-md-9 {
    padding-bottom: 52px !important;
}

.home .upcoming-events .HLEventList ul:not(.dropdown-menu) li div div .title-row .col-md-9 .timeAgoFormat { 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: revert;
    padding: 15px 20px;
    color: #2D2D2D;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-top: 1px solid #f0f3f8;
    padding-left: 42px;
 }
 
.home .upcoming-events .HLEventList ul:not(.dropdown-menu) li div div .title-row .col-md-9 .timeAgoFormat::before { 
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f073';
    color: #1B87AB;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    left: 20px;
    top: 17px;
 }

.home .upcoming-events .HLEventList ul li  .row .col-md-2, .home .upcoming-events .HLEventList ul li  .row .col-md-3 {
    display: none;
}

.home  .upcoming-events .HLEventList ul li .row .col-md-10, .home  .upcoming-events .HLEventList ul li  .row .col-md-9 {
    width: 100%;
    padding: 20px 20px 26px !important;
}

.home  .upcoming-events .HLEventList h3 a {
    color: #2d2d2d;
    font-size: 18px;
    transition: 0.3s;
}

.home  .upcoming-events .HLEventList h3 a:hover,.home  .upcoming-events .HLEventList h3 a:focus {
    text-decoration: none;
}

.upcoming-events div[id*="_More"] {
    padding: 0;
    padding-top: 15px;
    text-align: right;
}

.custom-columns > div:first-of-type {
    width: 61.667%;
}

/* Recent Discussions */

.home .SearchResults.HLLandingControl {
    padding-right: 40px;
    margin-bottom: 60px;
}

.SearchResults.HLLandingControl, .SearchResults.HLLandingControl .Content, .SearchResults.HLLandingControl .Content ul {
    border: 0;
    padding: 0;
}

.SearchResults.HLLandingControl ul li, .HLDiscussions ul li {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.SearchResults.HLLandingControl ul li:first-of-type,  .HLDiscussions ul li:first-of-type {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.SearchResults.HLLandingControl ul li h3 a, .HLDiscussions ul li h3 a, .HLRecentBlogs ul li h3 a, .event-list h3 a, .HLMyDocuments ul li h3 a, .HLEngagement ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2D2D2D;
    margin-bottom: 8px;
    text-decoration: none;
}

.SearchResults.HLLandingControl ul li h3 a:hover,
.SearchResults.HLLandingControl ul li h3 a:focus,
.HLDiscussions ul li h3 a:hover,
.HLDiscussions ul li h3 a:focus,
.HLRecentBlogs ul li h3 a:hover,
.HLRecentBlogs ul li h3 a:focus,
.event-list h3 a:hover,
.event-list h3 a:focus,
.HLMyDocuments ul li h3 a:hover,
.HLMyDocuments ul li h3 a:focus {
    text-decoration: underline;
}

.SearchResults.HLLandingControl ul li, .HLDiscussions ul li, .HLRecentBlogs ul li, .HLMyDocuments ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.SearchResults.HLLandingControl ul li a[id*='lnkDisplay'] img, .HLDiscussions ul li a[id*="_lnkDisplay"] img, .HLRecentBlogs ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.SearchResults.HLLandingControl ul li .byline-wrap .ByLine,
.SearchResults.HLLandingControl ul li .byline-wrap h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #575757;
    margin: 0;
    display: inline-block;
}

.SearchResults.HLLandingControl ul li .byline-wrap .ByLine a,
.SearchResults.HLLandingControl ul li .byline-wrap h5 a {
    color: #3297cb;
}

.SearchResults.HLLandingControl ul li .byline-wrap .ByLine {
    margin-right: 20px;
}

.SearchResults.HLLandingControl ul li .title-row {
    display: flex;
    align-items: start;
}

.SearchResults.HLLandingControl ul li .title-row .title-row {
    margin-bottom: 8px;
}

.SearchResults.HLLandingControl ul li .title-row .col-md-9,
.SearchResults.HLLandingControl ul li .title-row .col-md-7 {
    width: 100%;
    padding: 0 20px;
}

.SearchResults.HLLandingControl ul li .title-row .col-md-9 h3,
.SearchResults.HLLandingControl ul li .title-row .col-md-7 h3 {
    margin-bottom: 0;
}

.SearchResults.HLLandingControl ul li .title-row .col-md-3 {
    display: none;
}

.SearchResults.HLLandingControl ul li .byline-wrap {
    padding-left: 74px;
}

.SearchResults.HLLandingControl ul li p[id*="pDescription"] {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2DCC;
    padding-left: 20px;
    margin-bottom: 10px;
}

.HLDiscussions ul li .row:not(.title-row) {
    padding-left: 65px;
}

a.btn-primary.btn-lg.active {
    box-shadow: none;
}

/* Label */

.label.label-success {
    background-color: #1B87AB;
}

/* Logged In Events */

.logged-in-events .HLEventList, .logged-in-events .Content, .logged-in-events .Content ul {
    border: 0;
    padding: 0;
}

.logged-in-events .Content ul br {
    display: none;
}

.logged-in-events .Content ul li {
    border-bottom: 1px solid #f0f4f6;
}

.logged-in-events .Content ul li:first-of-type {
    border-top: 1px solid #f0f4f6;
    padding-top: 17px;
}

.logged-in-events .date-block {
    background: linear-gradient(0deg, #004785, #004785), radial-gradient(171.83% 200.54% at 39.34% -71.83%, #2B8EAE 0%, #004785 100%);
    padding-top: 14px !important;
    padding-bottom: 22px !important;
    display: flex;
    flex-direction: column;
}

.logged-in-events .date-block .calendar-day {
    display: none;
}

.logged-in-events .date-block .calendary-number, .logged-in-events .date-block .calendar-number {
    color: white;
}

.logged-in-events .date-block .calendary-number {
    font-weight: 600;
    font-size: 36px;
    line-height: 28px;
    order: 2;
}

.logged-in-events .date-block .calendar-month {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: white;
    order: 1;
}

.logged-in-events div[id*="pnlCalendarThumbnail"] {
    width: 100px;
}

.logged-in-events div[id*="pnlCalendarMain"] {
    width: calc(100% - 105px);
    padding-left: 20px !important;
}

.logged-in-events div[id*="pnlCalendarThumbnail"] > .row.margin-bottom-medium {
    margin-bottom: 0;
}

.event-title .add-event-button {
    float: right;
}

.logged-in-events div[id*="pnlCalendarMain"] .timeAgoFormat {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2d2d2d;
    position: relative;
    padding-left: 24px;
}

.logged-in-events div[id*="pnlCalendarMain"] .timeAgoFormat::before {
    content: '\f017';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    color: #3297CB;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.logged-in-events h3 a {
    font-style: 600;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
}

/* Tabbed Content */

.tabbed-content {
    position: relative;
}

.tab-toggle-controls {
    position: absolute;
    right: 0;
    top: -58px;
}

.tab-toggle-controls a.tab-toggle-control {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin: 0 17px;
    text-decoration: none;
    position: relative;
}

.tab-toggle-controls a.tab-toggle-control::after  {
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color:#53BADB;
}


.tab-toggle-controls a.tab-toggle-control.visible-tab, .tab-toggle-controls a.tab-toggle-control:hover,.tab-toggle-controls a.tab-toggle-control:focus {
    color: #fff;
    transition: 0.3s;
}

.tab-toggle-controls a.tab-toggle-control.visible-tab::after,.tab-toggle-controls a.tab-toggle-control:hover::after,.tab-toggle-controls a.tab-toggle-control:focus::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color:#53BADB;
}

.tab-toggle-controls a.tab-toggle-control:first-of-type {
    margin-left: 0;
}

.tab-toggle-controls a.tab-toggle-control:last-of-type {
    margin-right: 0;
}

.tabbed-content .tab-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 40px;
}

.tabbed-content .tab-container .tab-tile-anchor {
    flex-basis: calc(33.3333333333% - 30px);
    margin: 0 15px 20px;
    background: #01284B;
    padding: 30px;
    transition: 0.3s;
    color: white;
    text-decoration: none;
} 

.tabbed-content .tab-container .tab-tile-anchor:hover, .tabbed-content .tab-container .tab-tile-anchor:focus {
    background: linear-gradient(175.1deg, #288FAE 34.36%, #004785 140.29%), #01284B;
    transition: 0.3s;
}

.tabbed-content .tab-container {
    display: none;
}

.tabbed-content .tab-container.visible-tab {
    display: flex;
}

.tabbed-content .tab-item h3 {
    margin-top: 0;
    font-size: 18px;

}

.tabbed-content .tab-item p {
    margin-bottom: 0;
}

/* Image CTA */

.image-left,
.image-right {
	position: relative;
    padding: 60px 0;
}

.image-left h3,
.image-right h3 {
	color: #333;
}

.image-left .HtmlContent,
.image-right .HtmlContent {
	display: flex;
	max-width: 1200px;
	margin: 0px auto;
    background-color: #fff;
    border-radius: 4px;
}

.image-left .HtmlContent > div:first-of-type,
.image-right .HtmlContent > div:last-of-type {
	background-size: cover;
	background-position: center;
	position: relative;
}

.image-left .HtmlContent > div:first-of-type {
	padding: 200px 15px;
	flex-basis: 50%;
}

.image-left .HtmlContent > div:last-of-type {
	padding: 50px 0px 50px 50px;
	flex-basis: 50%;
	align-self: center;
}

.image-left .HtmlContent > div:last-of-type p:first-of-type {
	font-size: 18px;
	line-height: 26px;
	margin-top: 23px;
	/* color: #f3f7f9; */
}

.image-left .HtmlContent > div:last-of-type p {
	margin: 0;
}

.image-left .HtmlContent > div:last-of-type em a {
	margin-top: 25px;
}

.image-left h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
}

.image-right .HtmlContent > div:first-of-type {
	padding: 0px 20px 0px 40px;
	flex-basis: 59.166%;
	align-self: center;
}

.image-right .HtmlContent > div:last-of-type {
    padding: 177px 15px;
	flex-basis: 40.834%;
	z-index: 10;
    margin: 30px;
    border-radius: 4px;
}

.image-left.make-buttons em a {
	margin-top: 0px;
}

.image-right.make-buttons em a {
	margin-top: 0px;
}

.image-right h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
}

.image-right h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2B8EAE;
    margin-top: 0;
}

.image-right h2,
.image-left h2,
.image-left p,
.image-right p,
.image-left {
	/* color: white; */
}

.image-right p:first-of-type {
	padding-top: 0px;
	padding-bottom: 20px;
}

.image-left h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	margin-top: 27px;
}

.image-left {
	position: relative;
}
/* Member Dashboard */


/***  buttons ***/

.dashboard-link {
    padding: 0;
}

.dashboard-link h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    color: #000;
}

.dashboard-link a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    color: #fff;
    padding-bottom: 12px;
    text-decoration: none;
}

.dashboard-link a:hover,
.dashboard-link a:focus {
    text-decoration: underline;
    color: #fff;
}


/* icons */

.dashboard-link.icon a::before {
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    display: inline-block;
    width: 18px;
    color: #fff;
}

.dashboard-link.icon.person a::before {
    content: '\f406';
}

.dashboard-link.icon.contacts a::before {
    content: '\f2b9';
}

.dashboard-link.icon.networks a::before {
    content: '\f542';
}

.dashboard-link.icon.notifications a::before {
    content: '\f0f3';
}

.dashboard-link.icon.communities a::before {
    content: '\f0ca';
}

.dashboard-link.icon.settings a::before {
    content: '\f013';
}

.dashboard-link.icon.graph a::before {
    content: '\f080';
}

.getting-started h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.getting-started.make-buttons em a {
    display: inline-block;
    padding: 14px 30px;
    background-color: #2B8EAE;
    border: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.member-dashboard .dashboard-btns div:last-of-type em a {
    margin-bottom: 0;
}

.getting-started.make-buttons.new em a::before,
.getting-started.make-buttons.new em a::after {
    content: '';
    position: absolute;
}


.getting-started.make-buttons.icon.book em a::before {
    content: '\f00a';
}

.getting-started.make-buttons.icon.profile em a::before {
    content: '\f003';
}

.getting-started.make-buttons.icon.contacts em a::before {
    content: '\f006';
}

.getting-started.make-buttons.icon.chat em a::before {
    content: '\f004';
}

.getting-started.make-buttons.icon.laptop em a::before {
    content: '\f005';
}

.getting-started.make-buttons.icon.report a::before {
    content: '\f011';
}


.member-dashboard-img a {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #d8d9db;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}

.member-dashboard {
    background: radial-gradient(59.4% 134.2% at 72.43% 37.77%, #004785 0%, #013664 100%), radial-gradient(53.47% 185.8% at 83.96% 50%, #1C88AC 0%, #004785 100%);
    position: relative;
    background-position: center;
    background-size: cover;
}

.member-dashboard .row-wide {
    position: relative;
    z-index: 10;
}

.member-dashboard>.row.row-wide {
    height: 100px;
    transition: .6s ease-in-out;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    max-width: 1330px;
}

.member-dashboard.open>.row.row-wide {
    padding: 50px 0;
    height: 447px;
    max-width: 1200px;
}

.member-dashboard>.row.row-wide div[class*="dashboard-col-"]>*:not(.member-dashboard-img),
.dashboard-slider .slick-dots {
    opacity: 0;
    z-index: -1;
}

.member-dashboard.open>.row.row-wide div[class*="dashboard-col-"]>*,
.open .dashboard-slider .slick-dots {
    opacity: 1;
    z-index: 1;
}


/*** toggle ***/

.member-dashboard-toggle {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #282828;
    padding: 4px 12px 4px 30px;
    cursor: pointer;
    z-index: 10;
    font-size: 13px;
    line-height: 18px;
    border-radius: 30px;
    text-transform: uppercase;
}

.member-dashboard-toggle.open::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f422';
    color: #fff;
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 14px;
    line-height: 1;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-dashboard-toggle::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f424';
    color: #fff;
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 14px;
    line-height: 1;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** image ***/

.member-dashboard.open .member-dashboard-img {
    margin-right: 20px;
    height: 120px;
    width: 120px;
    float: left;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.member-dashboard .member-dashboard-img .col-md-12 {
    padding: 0;
}

.member-dashboard.open .member-dashboard-img .text-center>div>a,
.member-dashboard.open .member-dashboard-img .text-center>div>a>img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: 0.3s;
}

.member-dashboard.open .member-dashboard-img .text-center>div>a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
}

.member-dashboard:not(.open) .member-dashboard-img .text-center>div>a,
.member-dashboard:not(.open) .member-dashboard-img .text-center>div>a>img {
    height: 80px;
    width: 80px;
}

.member-dashboard:not(.open) .member-dashboard-img .text-center>div>a {
    border: 2px solid #6FFFE8;
    border-radius: 50%;
    box-sizing: content-box;
}

.member-dashboard:not(.open) .member-dashboard-img .text-center>div>a {
    right: 18px;
    top: -3px;
}

.member-dashboard-img .form-group {
    display: none;
}

.member-dashboard .member-dashboard-img {
    height: 80px;
    width: 80px;
    transition: 0.3s;
}

.member-dashboard:not(.open) .member-dashboard-img {
    height: 55px;
    width: 55px;
    margin-top: 0px;
    margin-left: 35px;
}

.member-dashboard .member-dashboard-img .text-center>div>a,
.member-dashboard .member-dashboard-img .text-center>div>a>img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    transition: 0.3s;
}

.member-dashboard.open .collapsed-inbox {
    display: none;
}


/*** greeting ***/

.member-dashboard-name {
    display: none;
}

.greeting {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    display: block;
    font-weight: 700;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.greeting h2 {
    margin-top: 8px;
    margin-bottom: 0;
    color: #fff;
    margin-left: 92px;
}

.member-dashboard .collapsed-message,
.member-dashboard .collapsed-greeting {
    position: absolute;
    top: 35px;
    opacity: 1 !important;
    z-index: 11;
    color: #282828;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    display: block;
}

.member-dashboard .collapsed-message {
    font-weight: 400;
}

.member-dashboard:not(.open) .dashboard-col-1 {
    width: 100%;
}

.member-dashboard .dashboard-col-1 {
    padding-right: 40px !important;
    width: 38.346%;
}

.member-dashboard .dashboard-col-2 {
    padding: 0 15px !important;
    width: 22.557%;
}

.new-things-label {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #282828;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    margin-top: 10px;
    display: block;
    display: none;
}

.new-things-label::before {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #FF47D9;
    position: absolute;
    left: 0;
    top: 13px;
}

.member-dashboard .dashboard-col-3 {
    padding-left: 40px !important;
    width: 38.346%;
}

.member-dashboard .dashboard-col-1 .member-dashboard-img .text-center div .inbox-numbers {
    position: absolute;
    top: 0px;
    right: 30px;
    display: inline-block;
    border: 0;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF47D9;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.member-dashboard .dashboard-col-1 .member-dashboard-img .text-center div .inbox-numbers:hover,
.member-dashboard .dashboard-col-1 .member-dashboard-img .text-center div .inbox-numbers:focus {
    background-color: #D536B4;
    transition: 0.3s;
}

.member-dashboard .collapsed-greeting {
    left: calc(50% - 605px);
    top: 25px;
    padding-left: 77px;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
}

.member-dashboard .collapsed-greeting a {
    font-size: 22px;
    line-height: 30px;
    color: #0D01A5;
    text-decoration: underline;
    transition: 0.3s;
}

.member-dashboard .collapsed-greeting a:hover,
.member-dashboard .collapsed-greeting a:focus {
    text-decoration: none;
    transition: 0.3s;
}

.member-dashboard:not(.open) .collapsed-message {
    right: calc(50% - 600px);
    /* bottom: 80px; */
}

.member-dashboard:not(.open) .greeting {
    margin-top: 300px;
    opacity: 1 !important;
}

.mmeber-dashboard:not(.open) .collapsed-greeting {
    right: calc(50% - 600px);
}

.member-dashboard.open .collapsed-message,
.member-dashboard.open .collapsed-greeting {
    opacity: 0 !important;
    z-index: -1;
}

.member-dashboard .collapsed-greeting>div {
    font-size: 16px;
    line-height: 19px;
}

.member-dashboard .collapsed-greeting a:hover,
.member-dashboard .collapsed-greeting a:focus {
    color: #282828;
    text-decoration: none;
}

.member-dashboard .username a {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    text-transform: none;
}

.member-dashboard .username a:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.member-dashboard .collapsed-greeting a.collapsed-inbox,
.member-dashboard a.inbox-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: inline-flex;
    margin-left: 32px;
    align-items: center;
    text-transform: lowercase;
    margin-top: 8px;
}

.member-dashboard a.inbox-link {
    margin-left: 0;
    text-decoration: none;
}

.member-dashboard .collapsed-greeting a.collapsed-inbox::before,
.member-dashboard a.inbox-link::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    color: white;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

.member-dashboard a.inbox-link:hover,
.member-dashboard a.inbox-link:focus {
    text-decoration: underline;
}


/*** progress bar ***/

.member-dashboard-progress {
    display: none;
}

.dashboard-progress {
    width: 100%;
    padding: 0;
    margin-top: 35px;
}

.progress-text {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.progress {
    box-shadow: none;
    background-color: #F9F9F9;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.04);
    border-radius: 4px !important;
    padding: 2px;
    height: 22px;
    margin-bottom: 17px;
}

.progress-bar {
    background: #2B8EAE;
    border-radius: 4px;
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    box-shadow: none;
}

.member-dashboard .dashboard-col-1 h4 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.member-dashboard:not(.open)>.row.row-wide .dashboard-col-1 .dashboard-progress {
    position: absolute;
    opacity: 1;
    z-index: 1;
    width: 185px;
    top: 35px;
    left: 490px;
    margin-top: 0;
    display: none;
}

.member-dashboard .announcements-wrapper {
    border-radius: 4px;
    position: relative;
    margin-right: 9px;
}

.member-dashboard .announcements-slider {
    margin-bottom: 0;
}

.member-dashboard .slick-arrow {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #0D01A5;
    border-radius: 30px;
    padding: 5px;
    border: 0;
    z-index: 15;
}

.member-dashboard .prev-arrow {
    right: 56px;
}

.member-dashboard .slick-arrow i::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}

.member-dashboard .prev-arrow i::before {
    content: '\f060';
}

.member-dashboard .announcements-slider .slick-dots {
    bottom: 23px;
}

.member-dashboard .announcements-slider .slick-dots::before {
    color: transparent;
}

.member-dashboard .announcements-slider .slick-dots li {
    margin: 0 2px;
}

.member-dashboard .announcements-slider .slick-dots button {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #0D01A5;
    border-radius: 50%;
}

.member-dashboard .announcements-slider .slick-dots button::before {
    content: none;
}

.member-dashboard .announcements-slider .slick-dots .slick-active button {
    background-color: #0D01A5;
}

.member-dashboard .announcements-wrapper h2 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}


.member-dashboard .announcements-wrapper .announcements-slide .HtmlContent {
    padding: 30px;
    background: #01284B;
    position: relative;
}

.member-dashboard .announcements-wrapper .announcements-slide .HtmlContent::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 5px;
    width: 100%;
    background: linear-gradient(270deg, #1B87AB 1.34%, #004785 83.95%), linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(180deg, #003A6C 0%, #004785 100%);;
}

.member-dashboard .announcements-wrapper .announcements-slide h4 {
    font-size: 15px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 6px;
}

.member-dashboard .announcements-wrapper .announcements-slide h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #fff;
}

.member-dashboard .announcements-wrapper .announcements-slide h3 a {
    font-size: 20px;
    line-height: 26px;
    color: #0D01A5;
    font-weight: 700;
}

.member-dashboard .announcements-wrapper .announcement-slide h3 a:hover,
.member-dashboard .announcements-wrapper .announcement-slide h3 a:focus {
    text-transform: underline;
}

.member-dashboard .announcements-wrapper .announcements-slide p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.member-dashboard .announcements-wrapper .announcements-slide p:first-of-type {
    margin-bottom: 48px;
}

.member-dashboard .announcements-wrapper .announcements-slide p a {
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.member-dashboard .announcements-wrapper .announcements-slide p a::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #53BADB;
    position: absolute;
    top: -8px;
    left: 0;
}

.member-dashboard .announcements-wrapper .slick-dots {
    text-align: left;
}

.btn-success {
    background-color: #1B87AB;
    border-color: #1B87AB
}

.interior-header {
    padding: 71px 0px;
    position: relative;
    margin-bottom: 60px;
}

.interior-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), radial-gradient(66.16% 66.16% at 50% 47.09%, rgba(0, 80, 150, 0.9) 0%, rgba(0, 71, 133, 0.9) 100%);
    z-index: 5;
}

.interior-header h1#PageTitleH1::before {
    content: '';
    height: 27px;
    width: 3px;
    background-color: #2B8EAE;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

.interior-header h1#PageTitleH1 {
    position: relative;
    z-index: 10;
    color: #fff;
    padding-left: 18px;
    max-width: 1170px;
}

#MPOuterMost.full #BreadCrumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: initial;
    background-color: #f5f5f5;
}

#BreadCrumb ol.breadcrumb {
    margin-bottom: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    background-color: transparent;
}

/* Bottom Search */

.search-bottom-wrapper .inner-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
}

.search-bottom-wrapper .inner-wrapper h2, .search-bottom-wrapper .inner-wrapper p {
    color: white;
    max-width: 611px;
}

.search-bottom-wrapper .inner-wrapper h2 {
    margin-top: 0;
}

.search-bottom-wrapper .inner-wrapper p {
    margin-bottom: 0;
}

.search-bottom-wrapper .bottom-search-bar {
    flex-basis: 556px;
    padding-left: 151px;
}

.bottom-search-bar {
    display: flex;
}

.bottom-search-bar .SearchInputs {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-search-bar div[id*="newSearchBox"] {
    flex-basis: 405px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-search-bar div[id*="newSearchBox"] button[id*="_SearchButton"], .bottom-search-bar div[id*="newSearchBox"] input {
    background-color: transparent;
    border: 0;
}

.bottom-search-bar div[id*="newSearchBox"] button[id*="_SearchButton"] .glyphicon-search::before {
    color: #1F7EA5;
}

.bottom-search-bar div[id*="newSearchBox"] input::placeholder {
    color: #DBDBDB;
    font-size: 16px;
    line-height: 22px;
}

.bottom-search-bar input.form-control {
    height: 45px;
}

/* Interior Styling */

.interior h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #146B9A;
}

.interior h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2D2D2D;
}

.interior p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgba(45, 45, 45, 0.8);
}

.interior .HtmlContent ul {
    list-style: none;
    padding-left: 0;
}

.interior .HtmlContent ul li::before {
    content: '';
    height: 3px;
    width: 3px;
    background-color: #1C87AB;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transform: translateY(-50%);
}

.interior .HtmlContent ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: rgba(45, 45, 45, 0.8);
    position: relative;
    padding-left: 20px;
}

.featured-content {
    background: #F8F8F8;
    padding: 70px 30px 70px 310px;
    position: relative;
    margin-bottom: 63px;
}

.featured-content .img-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.featured-content h2 {
    margin-top: 0;
}

/* Meber Tile */

.member-tile {
    background: #F8F8F8;
    padding: 30px;
    transition: 0.3s;
}

.member-tile a {
    text-decoration: none;
}

.member-tile:hover, .member-tile:focus {
    background: #fff;
    mix-blend-mode: normal;
    box-shadow: 0px 6px 12px rgba(24, 39, 75, 0.12), 0px 8px 24px rgba(24, 39, 75, 0.08);
    padding: 30px;
    transition: 0.3s;
}

.member-tile img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.member-tile span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: block;
    color: #006699
}

.member-tile h4 {
    font-size: 16px;
    line-height: 21px;
    /* identical to box height, or 131% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
}

#Welcome_Content .Welcome h4 {
    color: #333;
}

#Welcome_Content .Welcome a {
    color: #333;    
}

#Welcome_Content .Welcome img.welcome-profile-image-lg {
    border-radius: 50%;
}

/*** accordions ***/

.accordion-title {
    border-bottom: 1px solid #e6e7ea;
}

.accordion-heading button {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #2D2D2D;
    /* link colour */
    background: #fff;
    padding: 20px 15px 22px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e6e7ea;
    cursor: pointer;
    transition: .3s;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion-wrap.open .accordion-heading button {
    border-bottom: 1px solid #e6e7ea;
    color: #1C87AB;
}

.accordion-heading button:hover,
.accordion-heading button:focus {
    color: #333;
    /* link hover colour */
    transition: .3s;
}

.accordion-heading button::after {
    font-family: 'Font Awesome 5 Pro';
    /* change to appropriate kit/unicode */
    content: '\f078';
    float: right;
}

.open .accordion-heading button::after {
    font-family: 'Font Awesome 5 Pro';
    /* change to appropriate kit/unicode */
    content: '\f077';
    color: #1C87AB;
}

.accordion-text {
    display: none;
    padding: 15px;
}

.accordion-wrap .ContentItemHtml,
.accordion-wrap .ContentItemHtml:hover {
    transition: none !important;
}

.interior blockquote {
    background-color: transparent;
    padding: 0;
    padding-left: 23px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(45, 45, 45, 0.8);
    border: 0;
    margin: 30px 0 60px;
}

.interior blockquote strong {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
}

.interior blockquote::before, .interior blockquote::after {
    content: none;
}

.interior blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background: #2B8EAE;
}

.interior .sidebar-tile h2 {
    margin-top: 0;
}

.interior .sidebar-tile {
    padding: 40px 30px 30px;
    margin-bottom: 30px;
}

.interior .sidebar-tile h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.interior .sidebar-tile p {
    margin-bottom: 30px;
}

.interior .sidebar-tile.light-blue {
    background: linear-gradient(175.1deg, #288FAE -44.78%, #004785 203.51%), linear-gradient(175.1deg, #288FAE 34.36%, #004785 140.29%);
}

.interior .sidebar-tile.light-blue h2 {
    color: #fff;
 }
 
.interior .sidebar-tile.light-blue p {
    color: #fff;
 }

.interior .sidebar-tile.white {
    background-color: #fff;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.interior .sidebar-tile.blue {
    background: linear-gradient(175.1deg, #288FAE -44.78%, #004785 -44.75%, #004785 203.51%), radial-gradient(59.4% 134.2% at 72.43% 37.77%, #004785 0%, #013664 100%);
}

.interior .sidebar-tile.blue h2 {
    color: white;
}


.interior .sidebar-tile.blue p {
    color: white;
}

.interior #MPOuterMost .sidebar-tile.light-blue em a {
    background-color: #fff;
    color: #1C87AB;
}
 
.interior .related-resources {
    background: #F8F8F8;
    padding: 30px;
    margin-bottom: 40px;
}

.interior .related-resources .SearchResults.HLLandingControl {
    margin-bottom: 0;
}

.interior .related-resources .SearchResults.HLLandingControl ul li {
    padding: 20px 0;
    margin-bottom: 0;
}

.interior .related-resources .SearchResults.HLLandingControl ul li .title-row .title-row {
    margin-bottom: 0;
}

.interior .related-resources a[id*="hypMore"] {
    margin-top: 17px;
}

.interior .related-resources h2[id*="TitleText"] {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    color: #2d2d2d;
}

.interior .related-resources h2[id*="TitleText"] strong {
    color: #1C87AB;
}

.interior .card-tile {
    background: #F8F8F8;
    border: 1px solid #F3F3F3;
    padding: 206px 20px 30px;
    position: relative;
}

.interior .card-tile .img-container {
    position: absolute;
    width: 100%;
    height: 186px;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.interior .card-tile h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
}

.interior .card-tile p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(45, 45, 45, 0.8);
}

/* Responsive */

@media (max-width: 1200px) {
    .hero-slider .slick-dots {
        left: 15px;
    }

    body:not(.logged-in) .tile-grow > div {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .tile {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hero-slide .HtmlContent {
        padding: 127px 15px 128px;
    }

    .blue-sponsor-text h4::before, .gold-sponsor-text h4::before, .silver-sponsor-text h4::before, .bronze-sponsor-text h4::before {
        left: calc(50% - 60px);
    }
}

@media (max-width: 991px) {

    #MPheader > div:first-of-type {
        padding: 10px 15px;
        height: 34px;
    }

    .navbar-nav {
        max-height: initial;
    }

	.image-right .HtmlContent, .image-left .HtmlContent {
		flex-direction: column;
	}

	.image-left .HtmlContent > div:first-of-type, .image-left .HtmlContent > div:last-of-type {
		margin-top: 0;
	}

    .latest-news ul {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 520px 325px 325px 325px 46px;
    }

    .latest-news ul > a:first-of-type {
        grid-area: 1 / 1 / 2 / 4;
        margin-right: 0;
        padding-left: 20px;
        padding-top: 310px;
    }
    
    .latest-news ul > a:first-of-type.no-image {
        padding-top: 20px;
    }

    .latest-news ul li .img-container {
        right: 0;
        top: 0;
        left: 0;
        bottom: revert;
        width: 100%;
        height: 200px;
    }

    .latest-news ul > a:first-of-type .img-container {
        top: 0;
        width: 100%;
        height: 290px;
    }

    .latest-news ul > a:nth-child(2) {
        grid-area: 2/ 1 / 2/ 4;
        padding-top: 225px;
    }

    .latest-news ul > a:nth-child(3) {
        grid-area: 3 / 1 / 4 / 4;
        padding-top: 225px;
    }

    .latest-news ul > a:last-of-type {
        grid-area: 4 / 1 / 5 / 4;
        padding-top: 225px;
    }

    
    .latest-news ul > a.no-image {
        padding-top: 20px;
    }

    .latest-news ul li .blog-written {
        width: 100%;
    }

    .cta-upper .HtmlContent {
        padding-top: 560px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cta-image {
        right: 30px;
        left: 30px;
    }

    .cta-lower .HtmlContent {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cta-upper h2, .cta-upper p, .cta-lower p , .cta-upper h4, .cta-upper em, .cta-lower em {
        max-width: revert;
        padding: 0 15px;
    }

    .top-tier-sponsors > div:nth-of-type(1), .top-tier-sponsors > div:nth-of-type(2), .top-tier-sponsors > div:nth-of-type(3) {
        width: 100%;
    }

    .blue-sponsor-text h4::before, .gold-sponsor-text h4::before, .silver-sponsor-text h4::before, .bronze-sponsor-text h4::before {
        left: calc(50% - 60px);
    }

     .HtmlFooter {
         padding: 0 !important;
    }
    
    .member-dashboard .slick-dots li button:before, .member-dashboard .slick-dots li.slick-active button:before {
        color: white;
    }

    .member-dashboard .dashboard-col-1, .member-dashboard .dashboard-col-3 {
        padding: 0 15px !important;
    }

    .member-dashboard.open>.row.row-wide {
        height: 425px;
    }

    .custom-columns > div:first-of-type {
        width: 100%;
    }

    .tabbed-content .tab-container .tab-tile-anchor {
        flex-basis: calc(100% - 30px);
    }

    .image-right h4 {
        margin-top: 10px;
    }

    .logged-in-events div[id*="pnlCalendarThumbnail"] {
        width: calc(100% - 30px);
        margin: 0 15px 15px;
    }

    .logged-in-events div[id*="pnlCalendarMain"] {
        display: inline-block;
    }

    .interior #MainCopy_ContentWrapper {
        padding: 0 15px;
    }

    .search-bottom-wrapper .inner-wrapper {
        flex-direction: column;
        padding: 0 15px;
    }

    .search-bottom-wrapper .bottom-search-bar {
        flex-basis: unset;
        padding-left: 0;
        display: unset;
        padding-left: unset;
    }

    .bottom-search-bar div[id*="newSearchBox"] {
        flex-basis: unset;
        position: initial;
        top: initial;
        transform: initial;
    }

    .bottom-search-bar .SearchInputs {
        position: unset;
        transform: unset;
    }

    body.logged-in .search-bottom-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

@media ( max-width: 767px) {

    .member-dashboard.open>.row.row-wide {
        height: 488px;
    }

    #MPButtonBar #AuxMenu, #MPButtonBar #AuxMenu ul, #MPButtonBar #AuxMenu ul li {
        float: revert !important;
    }

    #MPButtonBar #AuxMenu, #MPAuxNav {
        display: block;
    }

    #MPButtonBar #MPAuxNav {
        border-top: 1px solid #2B8EAE;
    }

    #MPAuxNav ul.level1 li a {
        border-right: 0;
        text-decoration: none;
    }

    #Welcome_Content .Welcome .welcome-links a, #Welcome_Content .Welcome a[id*="logoutLink"] {
        display: block;
    }

    #Welcome_Content .Welcome .welcome-links a {
        margin-bottom: 15px;
    }

    #MPheader> #Logo .col-md-12 {
        flex-wrap: wrap;
    }

    #MPheader> #Logo #searchColumn {
        max-width: revert;
        margin-top: 15px;
    }

    body:not(.logged-in) .bg-blue-linear .row-wide >div:last-of-type {
        flex-direction: column;
    }

    .SearchResults.HLLandingControl ul li .byline-wrap, .SearchResults.HLLandingControl ul li p[id*="pDescription"], .SearchResults.HLLandingControl ul li .title-row .col-md-9, .SearchResults.HLLandingControl ul li .title-row .col-md-7 {
        padding-left: 0;
    }

    #MPOuterMost .stat-tile {
        margin: 0;
        margin: 15px;
    }

    #MPOuterFooter #FOOTER > div:nth-of-type(1) > div:first-of-type, #MPOuterFooter #FOOTER > div:nth-of-type(1) > div:last-of-type {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #MPOuterFooter #FOOTER > div:nth-of-type(1) .col-md-6 ul {
        columns: 1;
    }

}

@media (max-width: 620px) {
    .featured-content {
        padding: 310px 30px 70px 30px;
    }

    .featured-content .img-container {
        height: 300px;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 551px) {

    .title-highlight.white-title {
        margin-top: 100px;
    }

    .tab-toggle-controls {
        top: -90px;
    }

}

@media (max-width: 380px) {

	.image-right .HtmlContent > div:first-of-type {
		padding-right: 0 15px;
	}

	.image-left .HtmlContent > div:last-of-type {
		padding: 0 15px ;
	}

}/* Color Picker */
/* VERSION 33 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  /*
  --hl-bs--primary-opposite: ;
  */
  
  /*
  --hl-bs--link: ;
  */

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-primary-bg: ;
  */
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */
  
  /*
  --hl-bs--btn-success-bg: ;
  */
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */
  
  /*
  --hl-bs--btn-danger-bg: ;
  */
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  /*
  --hl-bs--btn-link-hover: ;
  */
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  
/* CSS Overrides */
/* Sponsors Without Blue */

 .top-tier-sponsors2 > div:nth-of-type(1)  {
    width: 36.282%;
 }
 
 .top-tier-sponsors2 > div:nth-of-type(2)  {
    width: 36.282%;
 }


 .top-tier-sponsors2 > div:nth-of-type(2) img {
     max-width: 165px;
     margin: 0 auto;
  }
 
 .top-tier-sponsors2 > div:nth-of-type(3)  {
    width: 25.642%;
 }
 
 .top-tier-sponsors2 > div:nth-of-type(3) img {
    max-width: 132px;
    margin: 0 auto;
 }


div[class*="national-sponsor"] {
     text-align: center;
     display: block !important;
 }
 
 div[class*="national-sponsor"] .HtmlContent {
     margin-top: 21px;
     margin-bottom: 40px;
 }

.blue-sponsor-text h4::before {
    left: 34%;
left: calc(45% - 50px);
}

.gold-sponsor-text h4::before {
    left: 27%;
left: calc(45% - 57px);
}

.silver-sponsor-text h4::before {
    left: 20%;
left: calc(45% - 65px);
}

.bronze-sponsor-text h4::before {
    left: 43%;
left: calc(45% - 60px);
}

 div[class*="sponsor-text"] h4 {
    font-size: 16px;
}
.tile.icon.alabama .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_alabama_map_2438730.png");
    height: 45px;
    width: 57px;
}

.tile.icon.utah .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_utah_map_2438721.png");
    height: 45px;
    width: 57px;
}
.tile.icon.alaska .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_alaska_2438741.png");
    height: 45px;
    width: 57px;
}
.tile.icon.arizona .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Arizona_2438743.png");
    height: 45px;
    width: 57px;
}
.tile.icon.arkansas .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Arkansas_2438696.png");
    height: 45px;
    width: 57px;
}
.tile.icon.california .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_California_map_2438716.png");
    height: 45px;
    width: 57px;
}
.tile.icon.colorado .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Colorado_2438698.png");
    height: 45px;
    width: 57px;
}
.tile.icon.connecticut .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Connecticut_2438697.png");
    height: 45px;
    width: 57px;
}
.tile.icon.florida .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Florida_2438722.png");
    height: 45px;
    width: 57px;
}
.tile.icon.georgia .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Georgia_2438717.png");
    height: 45px;
    width: 57px;
}
.tile.icon.illinois .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Illinois_2438728.png");
    height: 45px;
    width: 57px;
}
.tile.icon.indiana .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Indiana_2438703.png");
    height: 45px;
    width: 57px;
}
.tile.icon.illinois .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Illinois_2438728.png");
    height: 45px;
    width: 57px;
}
.tile.icon.iowa .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Iowa_2438694.png");
    height: 45px;
    width: 57px;
}
.tile.icon.kansas .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Kansas_2438702.png");
    height: 45px;
    width: 57px;
}
.tile.icon.kentucky .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Kentucky_2438719.png");
    height: 45px;
    width: 57px;
}
.tile.icon.louisiana .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Louisiana_2438731.png");
    height: 45px;
    width: 57px;
}
.tile.icon.maryland .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Maryland_2438735.png");
    height: 45px;
    width: 57px;
}
.tile.icon.minnesota .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Minnesota_2438720.png");
    height: 45px;
    width: 57px;
}
.tile.icon.mississippi .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Mississippi_2438700.png");
    height: 45px;
    width: 57px;
}
.tile.icon.massachusetts .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Massachusetts_2438734.png");
    height: 45px;
    width: 57px;
}
.tile.icon.missouri .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Missouri_2438707.png");
    height: 45px;
    width: 57px;
}
.tile.icon.montana .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Montana_2438701.png");
    height: 45px;
    width: 57px;
}
.tile.icon.nebraska .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Nebraska_2438706.png");
    height: 45px;
    width: 57px;
}
.tile.icon.newmexico .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_New_Mexico_2438737.png");
    height: 45px;
    width: 57px;
}
.tile.icon.newmexico .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_New_Mexico_2438737.png");
    height: 45px;
    width: 57px;
}
.tile.icon.newyork .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_New_York_2438736.png");
    height: 45px;
    width: 57px;
}
.tile.icon.northcarolina .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_North_Carolina_2438708.png");
    height: 45px;
    width: 57px;
}
.tile.icon.northdakota .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_North_Dakota_2438739.png");
    height: 45px;
    width: 57px;
}
.tile.icon.ohio .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Ohio_2438711.png");
    height: 45px;
    width: 57px;
}
.tile.icon.oklahoma .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Oklahoma_2438740.png");
    height: 45px;
    width: 57px;
}
.tile.icon.oklahoma .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Oklahoma_2438740.png");
    height: 45px;
    width: 57px;
}
.tile.icon.pennsylvania .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Pennsylvania_2438710.png");
    height: 45px;
    width: 57px;
}
.tile.icon.southcarolina .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_South_Carolina_2438715.png");
    height: 45px;
    width: 57px;
}
.tile.icon.southdakota .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_South_Dakota_map_2438714.png");
    height: 45px;
    width: 57px;
}
.tile.icon.tennessee .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Tennessee_2438704.png");
    height: 45px;
    width: 57px;
}
.tile.icon.tennessee .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Tennessee_2438704.png");
    height: 45px;
    width: 57px;
}
.tile.icon.texas .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Texas_2438733.png");
    height: 45px;
    width: 57px;
}
.tile.icon.virginia .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_virginia_map_2438726.png");
    height: 45px;
    width: 57px;
}
.tile.icon.virginia .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_virginia_map_2438726.png");
    height: 45px;
    width: 57px;
}
.tile.icon.washington .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_washington_state_map_2438723.png");
    height: 45px;
    width: 57px;
}
.tile.icon.westvirginia .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_west_virginia_map_2438729.png");
    height: 45px;
    width: 57px;
}
.tile.icon.wisconsin .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun_Wisconsin_2438727.png");
    height: 45px;
    width: 57px;
}
.tile.icon.award .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-award-5313620.png");
    height: 45px;
    width: 57px;
}
.tile.icon.facility .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-facility-4310327.gif");
    height: 45px;
    width: 57px;
}
.tile.icon.report .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-report-5516424.gif");
    height: 45px;
    width: 57px;
}
.tile.icon.questions .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-questions-4024641.gif");
    height: 45px;
    width: 57px;
}
.tile.icon.projects .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-project-management-5515338.gif");
    height: 45px;
    width: 57px;
}
.tile.icon.leg .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-legislation-4675241.gif");
    height: 45px;
    width: 57px;
}
.tile.icon.directory .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-directory-2560155.gif");
    height: 45px;
    width: 57px;
}
.tile.icon.volatility .HtmlContent::before {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/APGA/0cd6b615-7a85-438c-83ea-431d7d78a175/UploadedImages/noun-volatility-5491785-blue.png");
    height: 45px;
    width: 57px;
}

.image-left .HtmlContent > div:last-of-type {
    margin: 30px;
    border-radius: 4px;
}

@media only screen and (max-width : 768px) {
body:not(.ribbit) div#searchColumn {float:none !important; max-width:100%}
}