/* Background Images and Footer */
#MPOuterHeader { background-image: url('https://higherlogicdownload.s3.amazonaws.com/CPCA/d915415e-ba70-4c07-a59b-32ab94f7ba95/UploadedImages/CPCA%20Connected%20Community%20-%20Headerv1.png'); background-repeat: repeat; }
/* Theme Roller */
/* Start of AVICII Theme - Evan Morrell - Montserrat Font URL: https://fonts.googleapis.com/css?family=Montserrat:200,400,600,700,800&display=swap */

/* Theme Essentials  */

:root{
  --primaryColor:#196FA2;
  --secondaryColor:#FA941F;
  --errorColor:#cc2511;
}


h1, h2, h3, h4, h5 { 
    font-family: 'Montserrat', sans-serif;
   
}

h1{
   
    font-size:39px;
    color:#444;
font-weight:800;
}

h2 {
    
    font-size: 27px;
    color:#444;
font-weight:600;
}


h3 {
    font-size: 22px;
   font-family: 'Montserrat', sans-serif;
}

.HLLandingControl h3 a {
    font-size: 20px;
}

.btn-success {
    border-color: var(--secondaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--secondaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--secondaryColor);
}
.btn-success:hover {
    border-color: var(--primaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--primaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--primaryColor);
}
.btn-primary {
    border-color: var(--primaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--primaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--primaryColor);
}
.btn-primary:hover {
    border-color: var(--secondaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--secondaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--secondaryColor);
}
.btn:hover {
    background-position: 0;
}

.btn{
    border:none;
   margin:0px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19);
}
.btn:hover{
    border:none;
    margin:0px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.44);
}
.Welcome .btn-sm:hover {
    margin-right: 5px;
}
#HEADER .welcome-links .btn {
    margin: 5px;
    display: inline-block;
    padding: 10px 10px;
    border: 2px solid;
    font-size: 14px;
}


body{
    font-family: 'Montserrat', sans-serif;
   
    color:#111;
}

b, strong {
    font-weight: bold;
}


.text-muted-h2 h2 {
    color: var(--secondaryColor);
font-weight:600;
}

h2 {color:#444;}


.HLLandingControl .heading h2,.HLLandingControl h2{
    margin-top:10px;
    padding-left:5px;
    padding-right:5px;
    color:#444444;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
}

.HLLandingControl .Content, .HLLandingControl .HtmlContent {
    padding: 10px;
    padding-right: 5px;
    background: #f9f9f9;
    box-shadow: 0 1px 9px #ccc;
}

.MPBottomMenu ul li a {
    color: #fff;
    font-size: 13px;
}


#AuxMenu ul.level1 li a{
    font-size:20px;
    text-decoration:none;
    color:var(--primaryColor);
    border-right:2px solid #2CBEC2
}

.alert-warning {
    background-color: #6ad4f71f;
    border-color: #386e801f;
    color: var(--secondaryColor);
}
a {
    color: #4194ec;
   font-weight: 400 !important;
}


.HLLandingControl .Content, .HLLandingControl .HtmlContent {
    padding: 10px;
    padding-right: 5px;
    background: #f9f9f9;
    box-shadow: 1px 3px 4px #ccc;
    border-radius: 5px;
}
/* Main Navigation Changes*/

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
    border:2px solid var(--secondaryColor);
    border-bottom-color:transparent;
}
.nav-tabs>li.active>a {
color:#333;
}
.nav-tabs {
    border-bottom: 1px solid #aaa;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid #0000;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 6px;
}
.navbar-default,#NAV{
    text-transform:uppercase;
    background-color:#2CBEC2;
    border:none;
    letter-spacing:.1em;
    font-size:18px;
    color:#00AE9D;
    font-weight:700
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
    color:#fff
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    position:relative
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li{
    font-size:14px;
    font-weight:500;
}

.nav.navbar-nav .dropdown-submenu>.dropdown-submenu li {
    list-style: none outside none;
    padding: 10px;
width:100%
}
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
    background-color: #0000;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 13px;
}
/* hidden
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-bottom-color: var(--secondaryColor);
    border-top-color: var(--secondaryColor);
}*/

.navbar-default .navbar-nav>.dropdown>a .caret {
    display:none;
}
.navbar-default .navbar-nav>.dropdown>a:after {

    content: "\f13a";
    font-family: 'FontAwesome';
    color: var(--secondaryColor);

  
}
/* alternate dropdown arrow
.navbar-default .navbar-nav>.dropdown>a:after {

   font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    

}
*/

.dropdown-submenu>.dropdown-submenu a {
    background: none repeat scroll 0 0 #0000;
    padding: 3px;
}

.dropdown-menu {
    min-width: 300px;
}

.nav.navbar-nav .dropdown-submenu>.dropdown-submenu li a {color:#444; border-left-style: solid;border-left-width:1px;font-size:14px;}
.nav.navbar-nav .dropdown-submenu>.dropdown-submenu li a:hover {color:#000; border-left-style: solid;border-left-width:1px;font-size:14px;}
.navbar-default a {font-weight:600 !important;}

.navbar-default .navbar-nav>li {
    font-size: 14px;
    font-weight: 500;
    margin-right: -8px;
}
.navbar-default, #NAV {
    text-transform: uppercase;
    background-color: var(--primaryColor);
    border: none;
    letter-spacing: .1em;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    font-size: 14px;
    font-weight:bold;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight:bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: var(--primaryColor) !important;
    font-size: 14px;
    font-weight:bold;
    background-color:#fff;
    
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    
    font-size: 15px;
    font-weight: bold;
    background-color: var(--primaryColor);
    border-top-style: solid;
    
    border-top-color: var(--secondaryColor);
    border-width: .5px;
}

.navbar-default .navbar-nav>li {
    margin-right: 0px;
    border-top-style: solid;
    border-top-color: var(--primaryColor);
    border-width: 1.5px;
}




.navbar-default .navbar-nav>li>a {
    color: #fff;
    position: relative;
font-size:14px;
}

.navbar-default .navbar-nav>li {
    
    margin-right: 0px;
}
.dropdown-menu{
    padding:0
}
.dropdown-menu>li>a{
    border-bottom-style:solid;
    border-bottom-width:.5px;
    margin-bottom:0;
    border-bottom-color:#999;
    text-decoration:none!important;
    text-align:left;
    padding:20px
}
.navbar-default, #NAV {
    text-transform: uppercase;
    background-color: var(--primaryColor);
    border: none;
    letter-spacing: .1em;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
font-size:14px;
}
.navbar-default .navbar-nav a {
border-top-style:solid;border-top-width:.5px;border-top-color:transparent;}

/*Header and Footer*/

#MPOuterHeader{
    background:#fff;
    position:relative;
    border-top-color:var(--secondaryColor);
    border-top-style:solid;
    border-top-width:5px
}
#MPOuterFooter {
    background: #cacaca url(https://www.neatcreativemedia.com/econverse/HUG/images/shadow-bottom.png)repeat-x;
    border: none;
  color: #333;

    margin-top: 0;
    position: relative;
    padding-top: 25px;
}


/*Home Page Event Thumbnail Styling*/

.HLLandingControl .Content img,.HLLandingControl .Content img.Image{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:5px;
    width:50px;
    height:50px
}

.HLLandingControl.HLEventList .form-group{
    display:block
}
.date-block, .event-list .date-block {
    background-color: #0000;
    border: 3px solid var(--primaryColor);
    width: 100%;
    padding: 0;
    border-radius: 6px;
}
.event-list .calendary-number{
    font-size:50px;
    margin:0
}
.calendar-day{
    display:none
}
.calendary-number {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    background: var(--primaryColor);
    
    color: #fff;
}
.calendar-month{
    text-transform:uppercase;
    background-color:var(--primaryColor);
    font-weight:600;
    color:#fff;
    padding:5px 2px
}
.event-list .calendar-month{
    font-size:115%
}
.HLEventList .Content .col-md-2{
    width:30%
}
.HLEventList .Content .col-md-10{
    width:70%
}
.HLEventList .Content .col-md-10 .title-row{
    padding-left:10px
}



/* Header Logo Adjustments */
#DesktopLogoDiv {
    margin-top: -12px;
    margin-bottom: -5px;
    margin-left:10px;
}

/*max-image size*/
.LogoImg.inline img.img-responsive {
    display: inline-block;
    max-width: 350px;
}

/* Top Links*/

#AuxMenu ul.level1 li a {
    font-size: 14px;
    text-decoration: none;
    color: #2D3C88;
    border-right: 2px solid #FF993C;
}
#AuxMenu ul.level1 li a:hover {

    color: var(--primaryColor);

}
#MPheader .search-btn-top {
  width: 36px;
  height: 36px;
  float: right;
  text-align: center;
  line-height: 36px;
  color: #295490;
  margin-right: 5px;
  cursor: pointer;
}
.p5Canvas {
max-height:700px;}
#MPAuxNav ul.level1 li a {
    color: #98928f;
    background: #0000;
    border: 2px solid #98928f !important;
    margin-right: 4px;
    border-radius: 3px;
    padding: 5px;
font-size:12px;
}
#MPAuxNav ul.level1 li a:hover, #MPAuxNav ul.level1 li a:focus {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor) !important;
    padding: 5px;
    background: #0000;
}

#MPheader .search-btn-top {
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
    line-height: 36px;
    color: #2CBEC2;
    margin-right: 5px;
    cursor: pointer;
border-style:solid;
border-color:#2CBEC2;
border-radius:20px;
border-width:.5px;
}

#MPheader .search-btn-top:hover {
    opacity: .6;

}

#searchColumn .btn-default {
    background-image: none;
    color: #b7b7b7;
    background-color: var(--secondaryColor);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/*Welcome CSS HTML HERO IMAGE*/

.welcome{
    background-color:#5555555c;
    color:#fff;
    padding:3%;
    border:3px solid #2CBEC2;
    margin-top:10px
}
.welcome h3{
    font-size:26px
}
.cg-banner{
    background:url(https://higherlogicdownload.s3.amazonaws.com/LEX/324f1228-769e-41ef-90b8-8e26d3b0982a/UploadedImages/LExBanner_2.png)
}
.cg-banner {
    background: url(https://higherlogicdownload.s3.amazonaws.com/LEX/324f1228-769e-41ef-90b8-8e26d3b0982a/UploadedImages/LExBanner_2.png);
}
.badge {

    background-color: #565050;
   
}

.welcome a{
    text-decoration:none;
    color:#fff
}
.cg-overlaid .cg-overlay{
    bottom:0;
    position:absolute;
    top:0;
    width:100%;
    max-width:100%;
    z-index:1
}
.img1{
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/NACB/5c7ef9ef-afd6-4036-b8e3-aa159afac03e/UploadedImages/afterglo.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:2%
}

.carousel-control{
    padding-top:5%;
    width:5%
}


.tile-hover:hover{
    opacity:.7
}

.CommunityManagementGear .dropdown-menu{
    font-size:14px
}

.welcome h3 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}
.welcome {
    background-color: #5555555c;
    color: #fff;
    padding: 3%;
    border: 3px solid var(--primaryColor);
    margin-top: 10px;
}

/*=====Listing Icons on Headers======*/
.HLRecentBlogs h2:before {content: "\f1ea"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.HLEventList h2:before {content: "\f073"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.HLDiscussions h2:before {content: "\f086"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.HLMyDocuments h2:before {content: "\f02d"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.ContentUserControl .HLLandingControl.HLEngagement h2:before {content: "\f0c0"; font-family: 'FontAwesome'; font-weight:normal; color:var(--primaryColor);font-size: 30px;}
.HLLandingControl.HLAnnouncements h2:before {content: "\f0f3"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}






.topic-tiles h2 {

    text-align: center;
}



.quick-links-hyperlinks li {
    padding:0 !important;
    list-style-type:none;
    height:30px;
    line-height:30px;
    width:auto;
    margin-right:30px;
    display:block;
}
.quick-links-hyperlinks ul {
    padding-left:5px;
    display:inline-flex;
    flex-flow: column wrap;
    height:90px;

}
.quick-links-welcome-photo h4:before {
    content:"Welcome,";
    display:block;
    font-size:14px;
    line-height:30px;
    color:#676a6c !important;
}
.quick-links-welcome-photo img {
    margin:9px;
}
.quick-links-welcome-photo h4 {
    margin:0;
}
.quick-links-welcome-photo .row-bottom-margin {
    margin-bottom: 0;
}

.side-menu-search button[id$=SearchButton] {
background-color: #22BBEE;
    border: 1px solid #22BBEE;
    border-width: 1px 1px 1px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;

}
.side-menu-search button[id$=SearchButton]:hover{
 background-color: #ebebeb;
    border: 1px solid #22BBEE;
    border-width: 1px 1px 1px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
}
.quick-links i {
    text-decoration: none;
    margin: 0 3px;
}

.quick-links .progress-bar-info{
        background-color: #22BBEE;
}

.quick-links-hyperlinks li {
    padding:0 !important;
    list-style-type:none;
    height:30px;
    line-height:30px;
    width:auto;
    margin-right:30px;
    display:block;
}
.quick-links-hyperlinks ul {
    padding-left:5px;
    display:inline-flex;
    flex-flow: column wrap;
    height:90px;
}
.quick-links-welcome-photo h4:before {
    content:"Welcome,";
    display:block;
    font-size:14px;
    line-height:30px;
    color:#676a6c !important;
}
.quick-links-welcome-photo img {
    margin:9px;
}
.quick-links-welcome-photo h4 {
    margin:0;
}
.quick-links-welcome-photo .row-bottom-margin {
    margin-bottom: 0;
}

.quick-links-welcome-photo .progress {      
    margin-bottom: 10px;        
}

/*community list widgets*/
.btn-community-stats-static {
    margin: 5px;
    display: inline-block;
    padding: 8px 8px;
    border: 2px solid;
    font-size: 11px;
    font-weight:bold !important;

}
.btn-community-stats-static:hover {
    margin: 5px;
    display: inline-block;
    padding: 8px 8px;
    border: 2px solid;
    font-size: 11px !important;

}

.btn-community-stats-static .badge {
    position: relative;
    top: -1px;
    background: #333;
font-weight:bold;
}
.btn-community-stats-static:nth-child(1):before {
    content: "\f086"; font-family: 'FontAwesome';font-size:16px !important;font-weight:normal; padding:5px !important; color:var(--primaryColor);

}
.btn-community-stats-static:nth-child(2):before {
    content: "\f02d"; font-family: 'FontAwesome';font-size:16px !important;font-weight:normal; padding:5px !important; color:var(--primaryColor);

}

.btn-community-stats-static:nth-child(3):before {
    content: "\f0c0"; font-family: 'FontAwesome';font-size:16px !important; font-weight:normal; padding:5px !important; color:var(--primaryColor);

}



/*Welcome HTML Hero Image*/


.cg-banner {
    background: url(https://higherlogicdownload.s3.amazonaws.com/LEX/324f1228-769e-41ef-90b8-8e26d3b0982a/UploadedImages/LExBanner_2.png);
    max-height: 450px;
    height: 358px;
}

.MPBottomMenu ul li a {
    color: #fff;
    font-size: 11px;
}






/*  Set alternating rows in a table as light blue, i.e. for Discussion Threads */

tr:nth-child(even) {
    background-color: var(--primaryColor) 26 !important;
}


/* Add ellipsis to long discussion titles + Center/Middle align text and discussion thread adjustments   */

.table>tbody>tr>td {
    vertical-align: middle;
   
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* makes all rows in a table the same height */

tr.ListRow {
    height: 58px;
}



/* discussion post headers*/

#DiscussionContentContainer div.row.drItemSubHeader.highlightThread, #MessageListContainer div.row.drItemSubHeader, .title-row-background {
    background: #ebebeb;
    padding-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: var(--primaryColor);
border-bottom-width:1px;
}

/* discussion post header font color and size*/

#MessageListContainer div.row.drItemSubHeader h4,
.actions {
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 19px;
}


/* discussion thread body */

#DiscussionContentContainer div.row.drItemSubHeader.messagetitle-container {
    border-left: 2px solid #a3c;
}



ul.DiscussionContentContainer>li {
    margin-bottom: 15px;
}

ul.DiscussionContentContainer>li .pnl-row-item {
    background-color: #3333330d;

}




 .table-thead-background tr th, .table-thead-background tr td {
    background-color: var(--secondaryColor);
    color: #fff;
}

/*Page Title Image and Styling*/
#PageTitleH1 {
  background: linear-gradient(110deg, var(--secondaryColor), var(--primaryColor));
    margin-bottom: 10px !important;
    max-width: 2100px;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height:80px;
  }

.ContentUserControl {
margin-top:10px;
}




/*HTML BUTTON BLOCK CSS*/

.TitleBlock+.u-richtext{
    margin-top:1em
}
.TitleBlock-label{
    background-color:#179b49;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#fff;
    display:inline-block;
    font-size:.777778em;
    font-weight:700;
    letter-spacing:1px;
    line-height:1;
    margin-bottom:1.388889rem;
    padding:.444444rem .555556rem .333333rem;
    text-rendering:optimizeLegibility;
    text-transform:uppercase
}
@media print{
    .TitleBlock-label{
        padding:0
    }
}
.TitleBlock-label-icon{
    margin-right:.222222rem;
    position:relative;
    top:-.055556rem;
    vertical-align:middle
}
.TitleBlock-label--white{
    color:#333;
    background-color:transparent;
    font-size:1em;
    font-weight:400;
    letter-spacing:0;
    text-transform:none
}
@media all and (min-width: 37.5em){
    .TitleBlock-label--white{
        color:#666
    }
}
.TitleBlock-label--white .TitleBlock-label-icon{
    margin-left:.222222rem;
    margin-right:0
}
.TitleBlock-title{
    color:#143f64;
    font-size:1.555556em;
    font-weight:700;
    line-height:1.15;
    margin-bottom:.55em
}
@media all and (min-width: 20em){
    .TitleBlock-title{
        font-size:166.666667%
    }
}
@media all and (min-width: 26em){
    .TitleBlock-title{
        font-size:177.777778%
    }
}
@media all and (min-width: 32em){
    .TitleBlock-title{
        font-size:188.888889%
    }
}
@media all and (min-width: 38em){
    .TitleBlock-title{
        font-size:200%
    }
}
@media all and (min-width: 44em){
    .TitleBlock-title{
        font-size:211.111111%
    }
}
@media all and (min-width: 50em){
    .TitleBlock-title{
        font-size:222.222222%
    }
}
.TitleBlock-intro{
    margin-top:.85em
}
.TitleBlock-meta{
    font-weight:400
}
@media all and (min-width: 20em){
    .TitleBlock-meta>span{
        white-space:nowrap
    }
}
.TitleBlock-meta>span:after{
    border-right:1px solid #666;
    content:'';
    display:inline-block;
    height:.9em;
    margin-right:.166667rem;
    margin-left:.444444rem;
    position:relative;
    top:-1px;
    vertical-align:middle
}
.TitleBlock-meta>span:last-child:after{
    display:none
}
.TitleBlock-language:after{
    margin-left:.166667rem!important
}
.TitleBlock-language-link{
    font-weight:500
}
.TitleBlock-language-link,.TitleBlock-language-link:link,.TitleBlock-language-link:visited{
    color:#008dcb
}
.TitleBlock-language-link:hover,.TitleBlock-language-link:focus,.TitleBlock-language-link:active{
    color:#006a98
}
.TitleBlock-language-link .icon{
    position:relative;
    top:.166667rem
}
.TitleBlock-download:after{
    margin-left:.166667rem!important
}
.TitleBlock-download-link{
    font-weight:500;
    white-space:normal
}
.TitleBlock-download-link,.TitleBlock-download-link:link,.TitleBlock-download-link:visited{
    color:#008dcb
}
.TitleBlock-download-link:hover,.TitleBlock-download-link:focus,.TitleBlock-download-link:active{
    color:#006a98
}
.TitleBlock-download-link:not(a){
    cursor:not-allowed
}
.TitleBlock-download-link:not(a),.TitleBlock-download-link:not(a):link,.TitleBlock-download-link:not(a):visited,.TitleBlock-download-link:not(a):focus,.TitleBlock-download-link:not(a):hover,.TitleBlock-download-link:not(a):active{
    color:#999
}
.TitleBlock-download-info{
    font-weight:500;
    font-size:.777778em
}
.TitleBlock-download-icon{
    position:relative
}
.TitleBlock-download-icon.-purchase{
    margin-right:.166667rem;
    top:1px
}
.TitleBlock-byline{
    font-weight:400;
    margin-top:.55em
}
.TopicTiles{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    background-color:#dededc
}
.TopicTiles-list:after{
    clear:both;
    content:'';
    display:table
}
@media all and (min-width: 31.25em){
    .TopicTiles-list{
        -webkit-align-content:stretch;
        -ms-flex-line-pack:stretch;
        align-content:stretch;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .no-flexbox .TopicTiles-list{
        font-size:0
    }
}
.TopicTiles-item{
    border-bottom:1px solid #c2c2c2;
    overflow:hidden;
    padding:1.333333rem 2.333333rem 2.333333rem 1.666667rem;
    position:relative;
    -webkit-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    transition:all 150ms ease-in-out
}
.no-flexbox .TopicTiles-item{
    display:inline-block;
    font-size:1rem;
    vertical-align:top
}
.TopicTiles-item:after{
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#005859,#0058597d 100%);
    background-position:45% 40%,50% 50%;
    -webkit-background-size:10px auto,100% 100%;
    background-size: 21px auto,100% 100%;
    background-repeat:no-repeat,repeat-x;
    -webkit-border-radius:50%;
    border-radius:50%;
    bottom:-20px;
    content:'';
    height:72px;
    position:absolute;
    right:-16px;
    -webkit-transition:all 250ms cubic-bezier(0.215,0.61,0.355,1);
    -o-transition:all 250ms cubic-bezier(0.215,0.61,0.355,1);
    transition:all 250ms cubic-bezier(0.215,0.61,0.355,1);
    width:72px;
}
.no-cssgradients .TopicTiles-item:after{
    display:none
}
.TopicTiles-item.-green:after{
   
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#21CE99,#21ce99cf 100%)
}
.TopicTiles-item.-orange:after{

    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#f58420,#fcbb2d 100%)
}
.TopicTiles-item.-blue:after{
  
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#256bec,#256becb8 100%)
}
.TopicTiles-item.-red:after{
   
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#f52034,#f35555 100%)
}
.TopicTiles-item:hover,.TopicTiles-item:focus,.TopicTiles-item:active{
    background-color:#ececec
}
.TopicTiles-item:hover:after,.TopicTiles-item:focus:after,.TopicTiles-item:active:after{
    background-position:50% 40%,50% 50%
}
@media all and (min-width: 31.25em){
    .TopicTiles-item{
        width:50%
    }
    .TopicTiles-item:nth-child(even){
        border-left:1px solid #c2c2c2
    }
}
@media all and (min-width: 58.75em){
    .TopicTiles-item{
        border-bottom-width:0;
        border-left:1px solid #c2c2c2;
        width:33%
    }
    .TopicTiles-item:last-child{
        border-right:1px solid #c2c2c2
    }
}
.TopicTiles-title{
    font-size:1.333333em;
    font-weight:700;
    line-height:1.25
}
.TopicTiles-title-link,.TopicTiles-title-link:link,.TopicTiles-title-link:visited{
    color:#143f64
}
.TopicTiles-title-link:hover,.TopicTiles-title-link:focus,.TopicTiles-title-link:active{
    color:#0071a2
}
.TopicTiles-description{
    color:#143f64;
    font-size:.944444em;
    line-height:1.5;
    margin-top:.555556rem;
    margin-bottom:70px
}
.TopicTiles-overlay{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
.topic-tiles ul{
    padding-left:1px
}
#MPOuterHeader {
    background: #fff;
    position: relative;
    border-top-color: var(--secondaryColor);
    border-top-style: solid;
    border-top-width: 5px;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero {
  background: url(https://higherlogicdownload.s3.amazonaws.com/CPCA/d915415e-ba70-4c07-a59b-32ab94f7ba95/UploadedImages/HL%20banner%201920x505.png);
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  
}
.home-hero a:before {
    content: "\f101";
font-family: FontAwesome;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide {
    margin: 0 auto;
    padding: 5px 34px !important;
    background: #030303cc;
    margin-right: auto;
    margin-left: 10vw;
    border-radius: 20px;
}

@media (max-width: 767px) {
  #MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide * {
  color: white;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p {
  width: 600px;
  max-width: 100%;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero.row.row-wide h2 {
  margin: 0 0 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  
    font-size: 13px;
}
#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide h3 {
  margin: 24px 0 6px;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p {
  font-size: 14px;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p br {
  display: none;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p a {
  display: block;
 
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide h4 {
  font-size: 14px;
  font-weight: 400;
  
}
#AuxMenu ul {
    
    margin-top: -3px !important;
    
}
#MPOuterMost.full #MPOuter #MPContentArea #MoreLink {
  
  color: white !important;
  text-transform: uppercase;
  background: none;
  border: 0;
  margin: 0;
  background: #f6861f;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1.36;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#MPOuterMost.full #MPOuter #MPContentArea .HLLandingControl ul,
#MPOuterMost.full #MPOuter #MPContentArea .HLLandingControl ol {
  padding: 0;
}

.fun {background:#000;max-height:500px;}

#MPOuterMost.full #MPOuter #MPContentArea div[id*='OptionsDropDown'] {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(211, 211, 211, 0.490196);
  padding: 8px;
  border-radius: 5px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

#MPOuterMost.full #MPOuter #MPContentArea div[id*='OptionsDropDown'] a {
  margin: 0;
  opacity: 1;
  padding: 4px 8px;
}

#MPOuterMost.full #MPOuter #MPContentArea .tl-announce .include-ul li .content-row .col-md-12.no-pad.clear-ul-style,
#MPOuterMost.full #MPOuter #MPContentArea .tl-announce .include-ul li .content-row .margin-top-small.margin-bottom-small {
  margin-bottom: 4px 0 0 0 !important;
}

div[id*="_lnkEdit"] {
  display:none !important;
}

#MessageListContainer div.row.drItemSubHeader h4, .actions {
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 19px;
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  

body {
  color: #000000;  
}  


a {
  color: #0074B2;  
}  


.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: #0074B2; 
}  


.hl-linkcolor-background {
  background-color: #0074B2;  
}  

/*
a.user-content-mention {
  color: ;  
}  
*/

a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: #0074B2;  
}  


a:hover {
  color: #0000FF;  
}  



.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: #0000FF;  
}  

/*
a.user-content-mention:hover {
  color: ;  
}  
*/

a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: #0000FF; 
} 


.bodyBackground {
  background-color: #196FA2;  
}  


.siteFrame {
  background-color: #FFFFFF;  
}  


#MPOuterMost {
  border-color: #FFFFFF;  
}  

h1, .Heading1 {


  color: #196FA2;

/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {


  color: #000000;

/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {


  color: #000000;

/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {


  background-color: #FA941F;


  color: #000000;

}    

fieldset {
  border-color: #196FA2;  
}  

fieldset legend {


  background-color: #196FA2;


  border-color: #196FA2;


  color: #FFFFFF;

}    

.SearchResults .SortBy {
  color: #FFFFFF;  
}      
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/

  color: #000000;

}    

.drItemSubHeader a:not(.skip-header-text-color){
  color: #000000;  
    }  

.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {


  border-color: #FFFFFF;


  color: #000000;


  background-color: #FFFFFF;

}    

.HLLandingControl .Content a:not(.btn) {
  color: #0074B2;  
}  


.HLLandingControl .ByLine {
  color: #000000;  
}  


.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: #FA941F;  
}  


.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: #196FA2;  
}    

/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/

  color: #0074B2;

}  
/*
.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: #0074B2;

}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  

.SloganText {
  color: #196FA2;  
}  

.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {


  background-color: #196FA2;


  color: #FFFFFF;

}    

.lblratingBig {
  color: #196FA2;  
}  

/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {


  background-color: #196FA2;


  color: #FFFFFF;

}    

th a, th a:hover  {
  color: #FFFFFF;  
}  


.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: #FFFFFF;  
}    

/************************ Menus ***********************/  

#MPAuxNav ul.level1 li a {
  color: #0074B2;  
}  


#MPAuxNav ul.level1 li ul {
  background-color: #FA941F;  
}  


#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: #0074B2;  
}  

/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/

.breadcrumb li {
  color: #000000;  
}  


.breadcrumb li a {
  color: #0074B2;  
}  


.MPBottomMenu ul li a {
  color: #000000;  
}        
/************************ Bootstrap Menus ***********************/  

.navbar-default, #NAV {
  background-color: #FA941F;      
  border-color: #FA941F;  
}  


.navbar-default .navbar-nav > li > a {
  color: #000000;  
}  

.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: #196FA2;


  color: #FFFFFF;

}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {


  background-color: #196FA2;


  color: #FFFFFF;

}    

#MPButtonBar .dropdown-menu {
  background-color: #FA941F;  
}  


#MPButtonBar .dropdown-menu li a {
  color: #000000;  
}  


#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: #FA941F;  
  }  

#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: #196FA2;


  color: #FFFFFF;

}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {


  background-color: #FA941F;


  border-color: #196FA2;


color: #FFFFFF!important;

}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {


  background-color: #DF7214;


  border-color: #196FA2;


  color: #FFFFFF;

}    
.btn-info {


  background-color: #196FA2;


  border-color: #FA941F;


  color: #FFFFFF;

}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {


  background-color: #00A8BC;


  border-color: #FA941F;


  color: #FFFFFF;

}    
.btn-success {


  background-color: #FA941F;


  border-color: #196FA2;


  color: #FFFFFF;

}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {


  background-color: #DF7214;


  border-color: #196FA2;


  color: #FFFFFF;

}    
.btn-danger {


  background-color: #196FA2;


  border-color: #FA941F;


  color: #FFFFFF;

}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {


  background-color: #00A8BC;


  border-color: #FA941F;


  color: #FFFFFF;

}    
.btn-default {


  background-color: #196FA2;

/*
  border-color: ;
*/

  color: #FFFFFF;

}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {


  background-color: #00A8BC;

/*
  border-color: ;
*/

  color: #FFFFFF;

}    
.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: #FFFFFF;


  color: #000000;

}    
.modal-body, .panel-body {


  background-color: #FFFFFF;


  color: #000000;

}    
.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: #196FA2;
}


.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: #FA941F;
}
/************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  
  --hl-bs--primary: #196FA2;
  --hl-bs--selected: #196FA226;
  

  
  --hl-bs--primary-rgb: 25,111,162;
  --hl-bs--selected-rgb: 25,111,162, 50;
  

  
  --hl-bs--primary-opposite: #FFFFFF;
  

  
  --hl-bs--primary-opposite-rgb: 255,255,255;
  
  
  
  --hl-bs--link: #0074B2;
  

  
  --hl-bs--link-rgb: 0,116,178;
  

  
  --hl-bs--link-hover: #0000FF;
  --hl-bs--btn-icon-ctrl-bg-hover: #0000FF;
  --hl-bs--btn-icon-ctrl-border-hover: #0000FF;
  

  
  --hl-bs--link-hover-rgb: 0,0,255;
  --hl-bs--btn-icon-ctrl-bg-hover-rgb: 0,0,255;
  --hl-bs--btn-icon-ctrl-border-hover-rgb: 0,0,255;
  

  
  --hl-bs--secondary: #FA941F;
  --hl-bs--secondary-selected: #FA941F26;
  

  
  --hl-bs--secondary-rgb: 250,148,31;
  --hl-bs--secondary-selected-rgb: 250,148,31, 50;
  

  
  --hl-bs--secondary-opposite: #000000;
  

  
  --hl-bs--secondary-opposite-rgb: 0,0,0;
  
}

/* 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: #FFFFFF;
  --hl-bs--btn-primary-text-hover: #FFFFFF;
  --hl-bs--btn-primary-outline: #FFFFFF7f;
  

  
  --hl-bs--btn-primary-text-rgb: 255,255,255;
  --hl-bs--btn-primary-text-hover-rgb: 255,255,255;
  --hl-bs--btn-primary-outline-rgb: 255,255,255, 127;
  
  
  
  --hl-bs--btn-primary-bg: #FA941F;
  

  
  --hl-bs--btn-primary-bg-rgb: 250,148,31;
  
  
  
  --hl-bs--btn-primary-bg-hover: #DF7214;
  

  
  --hl-bs--btn-primary-bg-hover-rgb: 223,114,20;
  
  
  
  --hl-bs--btn-primary-border: #196FA2;
  --hl-bs--btn-primary-border-hover: #196FA2;
  

  
  --hl-bs--btn-primary-border-rgb: 25,111,162;
  --hl-bs--btn-primary-border-hover-rgb: 25,111,162;
  
}

:root:root {
  
  --hl-bs--btn-success-text: #FFFFFF;
  --hl-bs--btn-success-text-hover: #FFFFFF;
  --hl-bs--btn-success-outline: #FFFFFF7f;
  

  
  --hl-bs--btn-success-text-rgb: 255,255,255;
  --hl-bs--btn-success-text-hover-rgb: 255,255,255;
  --hl-bs--btn-success-outline-rgb: 255,255,255, 127;
  
  
  
  --hl-bs--btn-success-bg: #FA941F;
  

  
  --hl-bs--btn-success-bg-rgb: 250,148,31;
  
  
  
  --hl-bs--btn-success-bg-hover: #DF7214;
  

  
  --hl-bs--btn-success-bg-hover-rgb: 223,114,20;
  

  
  --hl-bs--btn-success-border: #196FA2;
  --hl-bs--btn-success-border-hover: #196FA2;
  

  
  --hl-bs--btn-success-border-rgb: 25,111,162;
  --hl-bs--btn-success-border-hover-rgb: 25,111,162;
  
  
  
  --hl-bs--btn-danger-text: #FFFFFF;
  --hl-bs--btn-danger-text-hover: #FFFFFF;
  --hl-bs--btn-danger-outline: #FFFFFF7f;
  

  
  --hl-bs--btn-danger-text-rgb: 255,255,255;
  --hl-bs--btn-danger-text-hover-rgb: 255,255,255;
  --hl-bs--btn-danger-outline-rgb: 255,255,255, 127;
  [DangerButtonTextColorRGb-EndComment]
  
  
  --hl-bs--btn-danger-bg: #196FA2;
  

  
  --hl-bs--btn-danger-bg-rgb: 25,111,162;
  
  
  
  --hl-bs--btn-danger-bg-hover: #00A8BC;
  

  
  --hl-bs--btn-danger-bg-hover-rgb: 0,168,188;
  

  
  --hl-bs--btn-danger-border: #FA941F;
  --hl-bs--btn-danger-border-hover: #FA941F;
  

  
  --hl-bs--btn-danger-border-rgb: 250,148,31;
  --hl-bs--btn-danger-border-hover-rgb: 250,148,31;
  

}

:root:root {
  
  --hl-bs--btn-secondary-text: #FFFFFF;
  --hl-bs--btn-secondary-text-hover: #FFFFFF;
  --hl-bs--btn-secondary-outline: #FFFFFF7f;
  

  
  --hl-bs--btn-secondary-text-rgb: 255,255,255;
  --hl-bs--btn-secondary-text-hover-rgb: 255,255,255;
  --hl-bs--btn-secondary-outline-rgb: 255,255,255, 127;
  
  
  
  --hl-bs--btn-secondary-bg: #196FA2;
  

  
  --hl-bs--btn-secondary-bg-rgb: 25,111,162;
  
  
  
  --hl-bs--btn-secondary-bg-hover: #00A8BC;
  

  
  --hl-bs--btn-secondary-bg-hover-rgb: 0,168,188;
  

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */

  [DefaultButtonBorderColorRGB-StartComment]
  --hl-bs--btn-secondary-border-rgb: [DefaultButtonBorderColorRGB];
  --hl-bs--btn-secondary-border-hover-rgb: [DefaultButtonBorderColorRGB];
  [DefaultButtonBorderColorRGB-EndComment]
}

:root:root {
  
  --hl-bs--btn-link-text: #0074B2;
  --hl-bs--btn-link-outline: #0074B27f;
  

  
  --hl-bs--btn-link-text-rgb: 0,116,178;
  --hl-bs--btn-link-outline-rgb: 0,116,178, 127;
  

  
  --hl-bs--btn-link-hover: #0000FF;
  

  
  --hl-bs--btn-link-hover-rgb: 0,0,255;
  
}

:root:root {
  
  --hl-bs--btn-ghost-outline: #FFFFFF7f;
  

  
  --hl-bs--btn-ghost-outline-rgb: 255,255,255, 127;
  
}

:root:root {
  
  --hl-bs--footer-color: #000000;
  

  
  --hl-bs--footer-color-rgb: 0,0,0;
  

  
  --hl-bs--footer-color-opposite: #FA941F;
  

  
  --hl-bs--footer-color-opposite-rgb: 250,148,31;
  
}/************************ 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: #196FA2;
        
     
    color: #0000FF;
    
}

/************************ Anchors ***********************/
body.ribbit a{
     
    color: #0074B2;
    
}
body.ribbit a:hover{
     
    color: #0000FF;
    
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
     
    color: #0074B2;
    
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
     
    color: #0000FF;
    
}

/************************ 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: #196FA2;
    border-color: #196FA2;
     
     
    color: #FFFFFF !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)), #196FA2;
    border-color: #196FA2;
     
     
    color: #FFFFFF;
    
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

     
    color: #FFFFFF !important;
     
     
    background-color: #196FA2;
    border-color: #196FA2;
    
}

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)), #196FA2;
    border-color: #196FA2;
    
}

body.ribbit :not(.no-theme) .btn-primary:focus {

     
    box-shadow: 0 0 0 3px #196FA27F;
    
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

     
    color: #FFFFFF;
     
     
    background-color: #196FA2;
    border-color: #196FA2;
    
}

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)), #196FA2;
    border-color: #196FA2;
    
}

body.ribbit :not(.no-theme) .btn-success:focus {

     
    box-shadow: 0 0 0 3px #196FA27F;
    
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

     
    color: #196FA2;
    
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

     
    color: #FFFFFF;
     
     
    background-color: #196FA2;
    border: #196FA2;
    
}

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)), #196FA2;
    
}



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: #FFFFFF;
     
     
    background-color: #196FA2;
    border-color: #196FA2;
    
}


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 #196FA27F;
    
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

     
    color: #196FA2;
    
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

     
    color: #FFFFFF;
     
     
    background-color: #196FA2;
    border-color: #196FA2;
    
}

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)), #196FA2;
    
     
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), #196FA2; 
    
}


/********* 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: #196FA2;
    border-color: #196FA2;
    
}


body.ribbit :not(.no-theme) .primary-button-background-color {

     
    background-color: #196FA2 !important;
    
}


body.ribbit :not(.no-theme) .primary-button-border-color {

     
    color: #196FA2 !important;
    
}


body.ribbit :not(.no-theme) .primary-button-text-color {

     
    color: #FFFFFF !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: #196FA2 !important;
    
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

     
    background-color: #196FA2;
    border-color: #196FA2;
     
     
    color: #FFFFFF;
    
}

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: #196FA2;
    border-color: #196FA2;
     
     
    color: #FFFFFF;
    
}

body.ribbit :not(.no-theme) .success-button-background-color {

     
    background-color: #196FA2 !important;
    
}

body.ribbit :not(.no-theme) .success-button-border-color {

     
    color: #196FA2 !important;
    
}

body.ribbit :not(.no-theme) .success-button-text-color {
     
    color: #FFFFFF !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: #196FA2 !important;
    
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
     
    fill: #196FA2;
    
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
     
    color: #FFFFFF !important;
    
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
     
    color: #196FA2;
     
}

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: #196FA2;
     
}

/*************** 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: #196FA2;
    
     
    border-bottom-color: #196FA2;
     
}

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: #196FA2;
    
     
    color: #0000FF;
    
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
     
    background-color: #196FA2;
    
}

body.ribbit :not(.no-theme) .row.secondary-row {    
     
    background-color: #FA941F90;
    
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
     
    color: #FFFFFF;
         
     
    background-color: #196FA2;
    border-color: #196FA2;
     
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
     
    color: #FFFFFF;
    
     
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), #196FA2;
    border-color: #196FA2;
    
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
     
    color: #0000FF;
    
}

/**** Generated Utils ****/


.text-color {
  color: #000000 !important;
}

  


.link-color {
  color: #0074B2 !important;
}

  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  


.link-hover-color:hover, .link-hover-color:focus {
  color: #0000FF !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: #196FA2 !important;
}

  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  


.page-background-color {
  background-color: #FFFFFF !important;
}

  


.border-color {
  color: #FFFFFF !important;
}

  


.primary-heading-text-color {
  color: #196FA2 !important;
}

  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  


.secondary-heading-text-color {
  color: #000000 !important;
}

  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  


.tertiary-heading-text-color {
  color: #000000 !important;
}

  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  


.footer-background-color {
  background-color: #FA941F !important;
}

  


.footer-text-color {
  color: #000000 !important;
}

  


.primary-color {
  color: #196FA2 !important;
}

  


.text-on-primary {
  color: #FFFFFF !important;
}

  


.table-header-text-color {
  color: #FFFFFF !important;
}

  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  


.landing-control-header-text-color {
  color: #000000 !important;
}

  


.landing-control-border-color {
  color: #FFFFFF !important;
}

  


.landing-control-text-color {
  color: #000000 !important;
}

  


.landing-control-background-color {
  background-color: #FFFFFF !important;
}

  


.landing-control-link-color {
  color: #0074B2 !important;
}

  


.landing-control-byline-text-color {
  color: #000000 !important;
}

  


.landing-control-sub-title-text-color {
  color: #FA941F !important;
}

  


.landing-control-title-text-color {
  color: #196FA2 !important;
}

  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  


.selected-tab-text-color {
  color: #0074B2 !important;
}

  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  


.unselected-tab-hover-text-color {
  color: #0074B2 !important;
}

  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  


.slogan-text-color {
  color: #196FA2 !important;
}

  


.table-header-background-color {
  background-color: #196FA2 !important;
}

  


.table-alternate-background-color {
  background-color: #FFFFFF !important;
}

  


.aux-menu-text-color {
  color: #0074B2 !important;
}

  


.unselected-menu-background-color {
  background-color: #FA941F !important;
}

  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  


.breadcrumb-text-color {
  color: #000000 !important;
}

  


.breadcrumb-link-color {
  color: #0074B2 !important;
}

  


.footer-menu-text-color {
  color: #000000 !important;
}

  


.unselected-menu-text-color {
  color: #000000 !important;
}

  


.selected-menu-background-color {
  background-color: #196FA2 !important;
}

  


.selected-menu-text-color {
  color: #FFFFFF !important;
}

  


.hover-menu-text-color {
  color: #000000 !important;
}

  


.hover-menu-background-color {
  background-color: #FA941F !important;
}

  


.hover-menu-selected-background-color {
  background-color: #196FA2 !important;
}

  


.hover-menu-selected-text-color {
  color: #FFFFFF !important;
}

  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  


.primary-button-background-color {
  background-color: #FA941F !important;
}

  


.primary-button-border-color {
  color: #196FA2 !important;
}

  


.primary-button-text-color {
  color: #FFFFFF !important;
}

  


.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color: #DF7214 !important;
}

  


.info-button-background-color {
  background-color: #196FA2 !important;
}

  


.info-button-border-color {
  color: #FA941F !important;
}

  


.info-button-text-color {
  color: #FFFFFF !important;
}

  


.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color: #00A8BC !important;
}

  


.success-button-background-color {
  background-color: #FA941F !important;
}

  


.success-button-border-color {
  color: #196FA2 !important;
}

  


.success-button-text-color {
  color: #FFFFFF !important;
}

  


.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color: #DF7214 !important;
}

  


.danger-button-background-color {
  background-color: #196FA2 !important;
}

  


.danger-button-border-color {
  color: #FA941F !important;
}

  


.danger-button-text-color {
  color: #FFFFFF !important;
}

  


.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color: #00A8BC !important;
}

  


.default-button-background-color {
  background-color: #196FA2 !important;
}

  

/*
.default-button-border-color {
  color:  !important;
}
*/
  


.default-button-text-color {
  color: #FFFFFF !important;
}

  


.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color: #00A8BC !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: #FFFFFF !important;
}

  


.popup-window-header-text-color {
  color: #000000 !important;
}

  


.popup-window-background-color {
  background-color: #FFFFFF !important;
}

  


.popup-window-text-color {
  color: #000000 !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 */
/* Start of AVICII Theme - Evan Morrell - Montserrat Font URL: https://fonts.googleapis.com/css?family=Montserrat:200,400,600,700,800&display=swap */

/* Theme Essentials  */

:root{
  --primaryColor:#196FA2;
  --secondaryColor:#FA941F;
  --errorColor:#cc2511;
}


h1, h2, h3, h4, h5 { 
    font-family: 'Montserrat', sans-serif;
   
}

h1{
   
    font-size:39px;
    color:#444;
font-weight:800;
}

h2 {
    
    font-size: 27px;
    color:#444;
font-weight:600;
}


h3 {
    font-size: 22px;
   font-family: 'Montserrat', sans-serif;
}

.HLLandingControl h3 a {
    font-size: 20px;
}

.btn-success {
    border-color: var(--secondaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--secondaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--secondaryColor);
}
.btn-success:hover {
    border-color: var(--primaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--primaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--primaryColor);
}
.btn-primary {
    border-color: var(--primaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--primaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--primaryColor);
}
.btn-primary:hover {
    border-color: var(--secondaryColor);
    color: #fff;
    background-image: linear-gradient(45deg, var(--secondaryColor) 50%, #0000 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 700ms ease-in-out;
    background-color: var(--secondaryColor);
}
.btn:hover {
    background-position: 0;
}

.btn{
    border:none;
   margin:0px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19);
}
.btn:hover{
    border:none;
    margin:0px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.44);
}
.Welcome .btn-sm:hover {
    margin-right: 5px;
}
#HEADER .welcome-links .btn {
    margin: 5px;
    display: inline-block;
    padding: 10px 10px;
    border: 2px solid;
    font-size: 14px;
}


body{
    font-family: 'Montserrat', sans-serif;
   
    color:#111;
}

b, strong {
    font-weight: bold;
}


.text-muted-h2 h2 {
    color: var(--secondaryColor);
font-weight:600;
}

h2 {color:#444;}


.HLLandingControl .heading h2,.HLLandingControl h2{
    margin-top:10px;
    padding-left:5px;
    padding-right:5px;
    color:#444444;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
}

.HLLandingControl .Content, .HLLandingControl .HtmlContent {
    padding: 10px;
    padding-right: 5px;
    background: #f9f9f9;
    box-shadow: 0 1px 9px #ccc;
}

.MPBottomMenu ul li a {
    color: #fff;
    font-size: 13px;
}


#AuxMenu ul.level1 li a{
    font-size:20px;
    text-decoration:none;
    color:var(--primaryColor);
    border-right:2px solid #2CBEC2
}

.alert-warning {
    background-color: #6ad4f71f;
    border-color: #386e801f;
    color: var(--secondaryColor);
}
a {
    color: #4194ec;
   font-weight: 400 !important;
}


.HLLandingControl .Content, .HLLandingControl .HtmlContent {
    padding: 10px;
    padding-right: 5px;
    background: #f9f9f9;
    box-shadow: 1px 3px 4px #ccc;
    border-radius: 5px;
}
/* Main Navigation Changes*/

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
    border:2px solid var(--secondaryColor);
    border-bottom-color:transparent;
}
.nav-tabs>li.active>a {
color:#333;
}
.nav-tabs {
    border-bottom: 1px solid #aaa;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid #0000;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 6px;
}
.navbar-default,#NAV{
    text-transform:uppercase;
    background-color:#2CBEC2;
    border:none;
    letter-spacing:.1em;
    font-size:18px;
    color:#00AE9D;
    font-weight:700
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
    color:#fff
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    position:relative
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li{
    font-size:14px;
    font-weight:500;
}

.nav.navbar-nav .dropdown-submenu>.dropdown-submenu li {
    list-style: none outside none;
    padding: 10px;
width:100%
}
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
    background-color: #0000;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 13px;
}
/* hidden
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-bottom-color: var(--secondaryColor);
    border-top-color: var(--secondaryColor);
}*/

.navbar-default .navbar-nav>.dropdown>a .caret {
    display:none;
}
.navbar-default .navbar-nav>.dropdown>a:after {

    content: "\f13a";
    font-family: 'FontAwesome';
    color: var(--secondaryColor);

  
}
/* alternate dropdown arrow
.navbar-default .navbar-nav>.dropdown>a:after {

   font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    

}
*/

.dropdown-submenu>.dropdown-submenu a {
    background: none repeat scroll 0 0 #0000;
    padding: 3px;
}

.dropdown-menu {
    min-width: 300px;
}

.nav.navbar-nav .dropdown-submenu>.dropdown-submenu li a {color:#444; border-left-style: solid;border-left-width:1px;font-size:14px;}
.nav.navbar-nav .dropdown-submenu>.dropdown-submenu li a:hover {color:#000; border-left-style: solid;border-left-width:1px;font-size:14px;}
.navbar-default a {font-weight:600 !important;}

.navbar-default .navbar-nav>li {
    font-size: 14px;
    font-weight: 500;
    margin-right: -8px;
}
.navbar-default, #NAV {
    text-transform: uppercase;
    background-color: var(--primaryColor);
    border: none;
    letter-spacing: .1em;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    font-size: 14px;
    font-weight:bold;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight:bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: var(--primaryColor) !important;
    font-size: 14px;
    font-weight:bold;
    background-color:#fff;
    
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    
    font-size: 15px;
    font-weight: bold;
    background-color: var(--primaryColor);
    border-top-style: solid;
    
    border-top-color: var(--secondaryColor);
    border-width: .5px;
}

.navbar-default .navbar-nav>li {
    margin-right: 0px;
    border-top-style: solid;
    border-top-color: var(--primaryColor);
    border-width: 1.5px;
}




.navbar-default .navbar-nav>li>a {
    color: #fff;
    position: relative;
font-size:14px;
}

.navbar-default .navbar-nav>li {
    
    margin-right: 0px;
}
.dropdown-menu{
    padding:0
}
.dropdown-menu>li>a{
    border-bottom-style:solid;
    border-bottom-width:.5px;
    margin-bottom:0;
    border-bottom-color:#999;
    text-decoration:none!important;
    text-align:left;
    padding:20px
}
.navbar-default, #NAV {
    text-transform: uppercase;
    background-color: var(--primaryColor);
    border: none;
    letter-spacing: .1em;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
font-size:14px;
}
.navbar-default .navbar-nav a {
border-top-style:solid;border-top-width:.5px;border-top-color:transparent;}

/*Header and Footer*/

#MPOuterHeader{
    background:#fff;
    position:relative;
    border-top-color:var(--secondaryColor);
    border-top-style:solid;
    border-top-width:5px
}
#MPOuterFooter {
    background: #cacaca url(https://www.neatcreativemedia.com/econverse/HUG/images/shadow-bottom.png)repeat-x;
    border: none;
  color: #333;

    margin-top: 0;
    position: relative;
    padding-top: 25px;
}


/*Home Page Event Thumbnail Styling*/

.HLLandingControl .Content img,.HLLandingControl .Content img.Image{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:5px;
    width:50px;
    height:50px
}

.HLLandingControl.HLEventList .form-group{
    display:block
}
.date-block, .event-list .date-block {
    background-color: #0000;
    border: 3px solid var(--primaryColor);
    width: 100%;
    padding: 0;
    border-radius: 6px;
}
.event-list .calendary-number{
    font-size:50px;
    margin:0
}
.calendar-day{
    display:none
}
.calendary-number {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    background: var(--primaryColor);
    
    color: #fff;
}
.calendar-month{
    text-transform:uppercase;
    background-color:var(--primaryColor);
    font-weight:600;
    color:#fff;
    padding:5px 2px
}
.event-list .calendar-month{
    font-size:115%
}
.HLEventList .Content .col-md-2{
    width:30%
}
.HLEventList .Content .col-md-10{
    width:70%
}
.HLEventList .Content .col-md-10 .title-row{
    padding-left:10px
}



/* Header Logo Adjustments */
#DesktopLogoDiv {
    margin-top: -12px;
    margin-bottom: -5px;
    margin-left:10px;
}

/*max-image size*/
.LogoImg.inline img.img-responsive {
    display: inline-block;
    max-width: 350px;
}

/* Top Links*/

#AuxMenu ul.level1 li a {
    font-size: 14px;
    text-decoration: none;
    color: #2D3C88;
    border-right: 2px solid #FF993C;
}
#AuxMenu ul.level1 li a:hover {

    color: var(--primaryColor);

}
#MPheader .search-btn-top {
  width: 36px;
  height: 36px;
  float: right;
  text-align: center;
  line-height: 36px;
  color: #295490;
  margin-right: 5px;
  cursor: pointer;
}
.p5Canvas {
max-height:700px;}
#MPAuxNav ul.level1 li a {
    color: #98928f;
    background: #0000;
    border: 2px solid #98928f !important;
    margin-right: 4px;
    border-radius: 3px;
    padding: 5px;
font-size:12px;
}
#MPAuxNav ul.level1 li a:hover, #MPAuxNav ul.level1 li a:focus {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor) !important;
    padding: 5px;
    background: #0000;
}

#MPheader .search-btn-top {
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
    line-height: 36px;
    color: #2CBEC2;
    margin-right: 5px;
    cursor: pointer;
border-style:solid;
border-color:#2CBEC2;
border-radius:20px;
border-width:.5px;
}

#MPheader .search-btn-top:hover {
    opacity: .6;

}

#searchColumn .btn-default {
    background-image: none;
    color: #b7b7b7;
    background-color: var(--secondaryColor);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/*Welcome CSS HTML HERO IMAGE*/

.welcome{
    background-color:#5555555c;
    color:#fff;
    padding:3%;
    border:3px solid #2CBEC2;
    margin-top:10px
}
.welcome h3{
    font-size:26px
}
.cg-banner{
    background:url(https://higherlogicdownload.s3.amazonaws.com/LEX/324f1228-769e-41ef-90b8-8e26d3b0982a/UploadedImages/LExBanner_2.png)
}
.cg-banner {
    background: url(https://higherlogicdownload.s3.amazonaws.com/LEX/324f1228-769e-41ef-90b8-8e26d3b0982a/UploadedImages/LExBanner_2.png);
}
.badge {

    background-color: #565050;
   
}

.welcome a{
    text-decoration:none;
    color:#fff
}
.cg-overlaid .cg-overlay{
    bottom:0;
    position:absolute;
    top:0;
    width:100%;
    max-width:100%;
    z-index:1
}
.img1{
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/NACB/5c7ef9ef-afd6-4036-b8e3-aa159afac03e/UploadedImages/afterglo.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:2%
}

.carousel-control{
    padding-top:5%;
    width:5%
}


.tile-hover:hover{
    opacity:.7
}

.CommunityManagementGear .dropdown-menu{
    font-size:14px
}

.welcome h3 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}
.welcome {
    background-color: #5555555c;
    color: #fff;
    padding: 3%;
    border: 3px solid var(--primaryColor);
    margin-top: 10px;
}

/*=====Listing Icons on Headers======*/
.HLRecentBlogs h2:before {content: "\f1ea"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.HLEventList h2:before {content: "\f073"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.HLDiscussions h2:before {content: "\f086"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.HLMyDocuments h2:before {content: "\f02d"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}
.ContentUserControl .HLLandingControl.HLEngagement h2:before {content: "\f0c0"; font-family: 'FontAwesome'; font-weight:normal; color:var(--primaryColor);font-size: 30px;}
.HLLandingControl.HLAnnouncements h2:before {content: "\f0f3"; font-family: 'FontAwesome'; font-weight:900; color:var(--primaryColor);font-size: 30px;}






.topic-tiles h2 {

    text-align: center;
}



.quick-links-hyperlinks li {
    padding:0 !important;
    list-style-type:none;
    height:30px;
    line-height:30px;
    width:auto;
    margin-right:30px;
    display:block;
}
.quick-links-hyperlinks ul {
    padding-left:5px;
    display:inline-flex;
    flex-flow: column wrap;
    height:90px;

}
.quick-links-welcome-photo h4:before {
    content:"Welcome,";
    display:block;
    font-size:14px;
    line-height:30px;
    color:#676a6c !important;
}
.quick-links-welcome-photo img {
    margin:9px;
}
.quick-links-welcome-photo h4 {
    margin:0;
}
.quick-links-welcome-photo .row-bottom-margin {
    margin-bottom: 0;
}

.side-menu-search button[id$=SearchButton] {
background-color: #22BBEE;
    border: 1px solid #22BBEE;
    border-width: 1px 1px 1px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;

}
.side-menu-search button[id$=SearchButton]:hover{
 background-color: #ebebeb;
    border: 1px solid #22BBEE;
    border-width: 1px 1px 1px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
}
.quick-links i {
    text-decoration: none;
    margin: 0 3px;
}

.quick-links .progress-bar-info{
        background-color: #22BBEE;
}

.quick-links-hyperlinks li {
    padding:0 !important;
    list-style-type:none;
    height:30px;
    line-height:30px;
    width:auto;
    margin-right:30px;
    display:block;
}
.quick-links-hyperlinks ul {
    padding-left:5px;
    display:inline-flex;
    flex-flow: column wrap;
    height:90px;
}
.quick-links-welcome-photo h4:before {
    content:"Welcome,";
    display:block;
    font-size:14px;
    line-height:30px;
    color:#676a6c !important;
}
.quick-links-welcome-photo img {
    margin:9px;
}
.quick-links-welcome-photo h4 {
    margin:0;
}
.quick-links-welcome-photo .row-bottom-margin {
    margin-bottom: 0;
}

.quick-links-welcome-photo .progress {      
    margin-bottom: 10px;        
}

/*community list widgets*/
.btn-community-stats-static {
    margin: 5px;
    display: inline-block;
    padding: 8px 8px;
    border: 2px solid;
    font-size: 11px;
    font-weight:bold !important;

}
.btn-community-stats-static:hover {
    margin: 5px;
    display: inline-block;
    padding: 8px 8px;
    border: 2px solid;
    font-size: 11px !important;

}

.btn-community-stats-static .badge {
    position: relative;
    top: -1px;
    background: #333;
font-weight:bold;
}
.btn-community-stats-static:nth-child(1):before {
    content: "\f086"; font-family: 'FontAwesome';font-size:16px !important;font-weight:normal; padding:5px !important; color:var(--primaryColor);

}
.btn-community-stats-static:nth-child(2):before {
    content: "\f02d"; font-family: 'FontAwesome';font-size:16px !important;font-weight:normal; padding:5px !important; color:var(--primaryColor);

}

.btn-community-stats-static:nth-child(3):before {
    content: "\f0c0"; font-family: 'FontAwesome';font-size:16px !important; font-weight:normal; padding:5px !important; color:var(--primaryColor);

}



/*Welcome HTML Hero Image*/


.cg-banner {
    background: url(https://higherlogicdownload.s3.amazonaws.com/LEX/324f1228-769e-41ef-90b8-8e26d3b0982a/UploadedImages/LExBanner_2.png);
    max-height: 450px;
    height: 358px;
}

.MPBottomMenu ul li a {
    color: #fff;
    font-size: 11px;
}






/*  Set alternating rows in a table as light blue, i.e. for Discussion Threads */

tr:nth-child(even) {
    background-color: var(--primaryColor) 26 !important;
}


/* Add ellipsis to long discussion titles + Center/Middle align text and discussion thread adjustments   */

.table>tbody>tr>td {
    vertical-align: middle;
   
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* makes all rows in a table the same height */

tr.ListRow {
    height: 58px;
}



/* discussion post headers*/

#DiscussionContentContainer div.row.drItemSubHeader.highlightThread, #MessageListContainer div.row.drItemSubHeader, .title-row-background {
    background: #ebebeb;
    padding-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: var(--primaryColor);
border-bottom-width:1px;
}

/* discussion post header font color and size*/

#MessageListContainer div.row.drItemSubHeader h4,
.actions {
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 19px;
}


/* discussion thread body */

#DiscussionContentContainer div.row.drItemSubHeader.messagetitle-container {
    border-left: 2px solid #a3c;
}



ul.DiscussionContentContainer>li {
    margin-bottom: 15px;
}

ul.DiscussionContentContainer>li .pnl-row-item {
    background-color: #3333330d;

}




 .table-thead-background tr th, .table-thead-background tr td {
    background-color: var(--secondaryColor);
    color: #fff;
}

/*Page Title Image and Styling*/
#PageTitleH1 {
  background: linear-gradient(110deg, var(--secondaryColor), var(--primaryColor));
    margin-bottom: 10px !important;
    max-width: 2100px;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height:80px;
  }

.ContentUserControl {
margin-top:10px;
}




/*HTML BUTTON BLOCK CSS*/

.TitleBlock+.u-richtext{
    margin-top:1em
}
.TitleBlock-label{
    background-color:#179b49;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#fff;
    display:inline-block;
    font-size:.777778em;
    font-weight:700;
    letter-spacing:1px;
    line-height:1;
    margin-bottom:1.388889rem;
    padding:.444444rem .555556rem .333333rem;
    text-rendering:optimizeLegibility;
    text-transform:uppercase
}
@media print{
    .TitleBlock-label{
        padding:0
    }
}
.TitleBlock-label-icon{
    margin-right:.222222rem;
    position:relative;
    top:-.055556rem;
    vertical-align:middle
}
.TitleBlock-label--white{
    color:#333;
    background-color:transparent;
    font-size:1em;
    font-weight:400;
    letter-spacing:0;
    text-transform:none
}
@media all and (min-width: 37.5em){
    .TitleBlock-label--white{
        color:#666
    }
}
.TitleBlock-label--white .TitleBlock-label-icon{
    margin-left:.222222rem;
    margin-right:0
}
.TitleBlock-title{
    color:#143f64;
    font-size:1.555556em;
    font-weight:700;
    line-height:1.15;
    margin-bottom:.55em
}
@media all and (min-width: 20em){
    .TitleBlock-title{
        font-size:166.666667%
    }
}
@media all and (min-width: 26em){
    .TitleBlock-title{
        font-size:177.777778%
    }
}
@media all and (min-width: 32em){
    .TitleBlock-title{
        font-size:188.888889%
    }
}
@media all and (min-width: 38em){
    .TitleBlock-title{
        font-size:200%
    }
}
@media all and (min-width: 44em){
    .TitleBlock-title{
        font-size:211.111111%
    }
}
@media all and (min-width: 50em){
    .TitleBlock-title{
        font-size:222.222222%
    }
}
.TitleBlock-intro{
    margin-top:.85em
}
.TitleBlock-meta{
    font-weight:400
}
@media all and (min-width: 20em){
    .TitleBlock-meta>span{
        white-space:nowrap
    }
}
.TitleBlock-meta>span:after{
    border-right:1px solid #666;
    content:'';
    display:inline-block;
    height:.9em;
    margin-right:.166667rem;
    margin-left:.444444rem;
    position:relative;
    top:-1px;
    vertical-align:middle
}
.TitleBlock-meta>span:last-child:after{
    display:none
}
.TitleBlock-language:after{
    margin-left:.166667rem!important
}
.TitleBlock-language-link{
    font-weight:500
}
.TitleBlock-language-link,.TitleBlock-language-link:link,.TitleBlock-language-link:visited{
    color:#008dcb
}
.TitleBlock-language-link:hover,.TitleBlock-language-link:focus,.TitleBlock-language-link:active{
    color:#006a98
}
.TitleBlock-language-link .icon{
    position:relative;
    top:.166667rem
}
.TitleBlock-download:after{
    margin-left:.166667rem!important
}
.TitleBlock-download-link{
    font-weight:500;
    white-space:normal
}
.TitleBlock-download-link,.TitleBlock-download-link:link,.TitleBlock-download-link:visited{
    color:#008dcb
}
.TitleBlock-download-link:hover,.TitleBlock-download-link:focus,.TitleBlock-download-link:active{
    color:#006a98
}
.TitleBlock-download-link:not(a){
    cursor:not-allowed
}
.TitleBlock-download-link:not(a),.TitleBlock-download-link:not(a):link,.TitleBlock-download-link:not(a):visited,.TitleBlock-download-link:not(a):focus,.TitleBlock-download-link:not(a):hover,.TitleBlock-download-link:not(a):active{
    color:#999
}
.TitleBlock-download-info{
    font-weight:500;
    font-size:.777778em
}
.TitleBlock-download-icon{
    position:relative
}
.TitleBlock-download-icon.-purchase{
    margin-right:.166667rem;
    top:1px
}
.TitleBlock-byline{
    font-weight:400;
    margin-top:.55em
}
.TopicTiles{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    background-color:#dededc
}
.TopicTiles-list:after{
    clear:both;
    content:'';
    display:table
}
@media all and (min-width: 31.25em){
    .TopicTiles-list{
        -webkit-align-content:stretch;
        -ms-flex-line-pack:stretch;
        align-content:stretch;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .no-flexbox .TopicTiles-list{
        font-size:0
    }
}
.TopicTiles-item{
    border-bottom:1px solid #c2c2c2;
    overflow:hidden;
    padding:1.333333rem 2.333333rem 2.333333rem 1.666667rem;
    position:relative;
    -webkit-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    transition:all 150ms ease-in-out
}
.no-flexbox .TopicTiles-item{
    display:inline-block;
    font-size:1rem;
    vertical-align:top
}
.TopicTiles-item:after{
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#005859,#0058597d 100%);
    background-position:45% 40%,50% 50%;
    -webkit-background-size:10px auto,100% 100%;
    background-size: 21px auto,100% 100%;
    background-repeat:no-repeat,repeat-x;
    -webkit-border-radius:50%;
    border-radius:50%;
    bottom:-20px;
    content:'';
    height:72px;
    position:absolute;
    right:-16px;
    -webkit-transition:all 250ms cubic-bezier(0.215,0.61,0.355,1);
    -o-transition:all 250ms cubic-bezier(0.215,0.61,0.355,1);
    transition:all 250ms cubic-bezier(0.215,0.61,0.355,1);
    width:72px;
}
.no-cssgradients .TopicTiles-item:after{
    display:none
}
.TopicTiles-item.-green:after{
   
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#21CE99,#21ce99cf 100%)
}
.TopicTiles-item.-orange:after{

    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#f58420,#fcbb2d 100%)
}
.TopicTiles-item.-blue:after{
  
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#256bec,#256becb8 100%)
}
.TopicTiles-item.-red:after{
   
    background-image:url(https://higherlogicdownload.s3.amazonaws.com/MORRELL/bb01fd50-9a60-4a84-89d9-f84855ebfe6b/UploadedImages/button_next__1_.png),linear-gradient(to top,#f52034,#f35555 100%)
}
.TopicTiles-item:hover,.TopicTiles-item:focus,.TopicTiles-item:active{
    background-color:#ececec
}
.TopicTiles-item:hover:after,.TopicTiles-item:focus:after,.TopicTiles-item:active:after{
    background-position:50% 40%,50% 50%
}
@media all and (min-width: 31.25em){
    .TopicTiles-item{
        width:50%
    }
    .TopicTiles-item:nth-child(even){
        border-left:1px solid #c2c2c2
    }
}
@media all and (min-width: 58.75em){
    .TopicTiles-item{
        border-bottom-width:0;
        border-left:1px solid #c2c2c2;
        width:33%
    }
    .TopicTiles-item:last-child{
        border-right:1px solid #c2c2c2
    }
}
.TopicTiles-title{
    font-size:1.333333em;
    font-weight:700;
    line-height:1.25
}
.TopicTiles-title-link,.TopicTiles-title-link:link,.TopicTiles-title-link:visited{
    color:#143f64
}
.TopicTiles-title-link:hover,.TopicTiles-title-link:focus,.TopicTiles-title-link:active{
    color:#0071a2
}
.TopicTiles-description{
    color:#143f64;
    font-size:.944444em;
    line-height:1.5;
    margin-top:.555556rem;
    margin-bottom:70px
}
.TopicTiles-overlay{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
.topic-tiles ul{
    padding-left:1px
}
#MPOuterHeader {
    background: #fff;
    position: relative;
    border-top-color: var(--secondaryColor);
    border-top-style: solid;
    border-top-width: 5px;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero {
  background: url(https://www.dropbox.com/s/5iljj6pejlral1c/covidbannerccv2.png?);
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  
}
.home-hero a:before {
    content: "\f101";
font-family: FontAwesome;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide {
    margin: 0 auto;
    padding: 5px 34px !important;
    background: #030303cc;
    margin-right: auto;
    margin-left: 10vw;
    border-radius: 20px;
}

@media (max-width: 767px) {
  #MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide * {
  color: white;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p {
  width: 600px;
  max-width: 100%;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero.row.row-wide h2 {
  margin: 0 0 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  
    font-size: 13px;
}
#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide h3 {
  margin: 24px 0 6px;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p {
  font-size: 14px;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p br {
  display: none;
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide p a {
  display: block;
 
}

#MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide h4 {
  font-size: 14px;
  font-weight: 400;
  
}
#AuxMenu ul {
    
    margin-top: -3px !important;
    
}
#MPOuterMost.full #MPOuter #MPContentArea #MoreLink {
  
  color: white !important;
  text-transform: uppercase;
  background: none;
  border: 0;
  margin: 0;
  background: #f6861f;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1.36;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#MPOuterMost.full #MPOuter #MPContentArea .HLLandingControl ul,
#MPOuterMost.full #MPOuter #MPContentArea .HLLandingControl ol {
  padding: 0;
}

.fun {background:#000;max-height:500px;}

#MPOuterMost.full #MPOuter #MPContentArea div[id*='OptionsDropDown'] {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(211, 211, 211, 0.490196);
  padding: 8px;
  border-radius: 5px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

#MPOuterMost.full #MPOuter #MPContentArea div[id*='OptionsDropDown'] a {
  margin: 0;
  opacity: 1;
  padding: 4px 8px;
}

#MPOuterMost.full #MPOuter #MPContentArea .tl-announce .include-ul li .content-row .col-md-12.no-pad.clear-ul-style,
#MPOuterMost.full #MPOuter #MPContentArea .tl-announce .include-ul li .content-row .margin-top-small.margin-bottom-small {
  margin-bottom: 4px 0 0 0 !important;
}

div[id*="_lnkEdit"] {
  display:none !important;
}

#MessageListContainer div.row.drItemSubHeader h4, .actions {
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 19px;
}