/* Background Images and Footer */
/* Theme Roller */
/* Start of AVICII Theme - Evan Morrell - Montserrat Font URL: //fonts.googleapis.com/css?family=Montserrat:200,400,600,700,800&display=swap */

/* Theme Essentials  */



:root{
  --primaryColor:#13895F;
  --secondaryColor:#084124;
  --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;
  
    color: #444;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    padding: 10px;
}
.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
}
.dropdown-menu>li:hover>a {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background:#ebebeb ;

}
.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;}

/*open nav items on hover*/

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/*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(../../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;
    padding: 10px;
}
@media only screen and (max-width: 769px) {
  .LogoImg.inline img.img-responsive {
    display: inline-block;
    max-width: 190px;
}

}

/* 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(../../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:500; color:var(--primaryColor);font-size: 30px;}
.HLEventList h2:before {content: "\f073"; font-family: 'FontAwesome'; font-weight:500; color:var(--primaryColor);font-size: 30px;}
.HLDiscussions h2:before {content: "\f086"; font-family: 'FontAwesome'; font-weight:500; color:var(--primaryColor);font-size: 30px;}
.HLMyDocuments h2:before {content: "\f02d"; font-family: 'FontAwesome'; font-weight:500; 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:500; 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);

}
.rowContainer.community-list {
    background: #99999924;
    border-bottom: none;
    padding-bottom: 15px;
    margin-top: 15px;
    border-radius: 10px;
    padding-top: 15px;
}

/* alternate
.rowContainer.community-list:nth-child(odd) {
    background:#99999908;
    border-bottom: none;
    padding-bottom: 15px;
    margin-top: 15px;
    border-radius: 10px;
    padding-top: 15px;

}
 */

.text-muted {
    color: #555;
    font-style: italic;
}
.community-list h3 a {
font-weight:500 !important;
}
/*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: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    z-index: -1;
    box-shadow: inset -2px 1px 6px 0px rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 1230px) {
  #PageTitleH1 {
    font-size: 20px;
line-height:20px;
  }
}

.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(../../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(../../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(../../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(../../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(../../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(../../higherlogicdownload/KAR/UploadedImages/rF3ohoXSemC2hhg5g9ND_Background.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;
}
span.label.label-admin {
    background-color: var(--primaryColor);
    color: #fff;
    display: inline-block;
    opacity: 0.8;
    text-transform: lowercase;
}

#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;
}
@supports (-ms-ime-align: auto) {
 #MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide{
       background: #030303;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 #MPOuterMost.full #MPOuter #MPContentArea .home-hero .row.row-wide{
       background: #030303;
}
}

@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 */
/********************* Basics **************************/  /*  body {      color: ;  }  */    /*  a {      color: ;  }  */ /*  a.user-content-mention {      color: ;  }  */  /*  a.user-content-hashtag {      color: ;  }  */  /*  a:hover {      color: ;  }  */  /*  a.user-content-mention:hover {      color: ;  }  */ /*  a.user-content-hashtag:hover {      color: ;  }  */ /*  .bodyBackground {      background-color: ;  }  */    /*  a.user-content-hashtag {  background: ; } */  /* a.user-content-hashtag:hover {  background: ; } */    /*  .siteFrame {      background-color: ;  }  */    /*  #MPOuterMost {      border-color: ;  }  */    h1, .Heading1 {      /*color: ;*/      /*background-color: ;*/  }    h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {      /*color: ;*/      /*background-color: ;*/  }    h3, .Heading3, h3 a, h3 a:hover {      /*color: ;*/      /*background-color: ;*/  }    /*  hr, hr.delimiter, .HLLandingControl ul li {      border-bottom-color: ;  }  */    #MPOuterFooter {      /*background-color: ;*/      /*color: ;*/  }    /*  fieldset {      border-color: ;  }  */    fieldset legend {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    /*  .SearchResults .SortBy {      color: ;  }      */    /*********************** Landing Controls ******************/  .HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {      /*background-color: ;*/      /*color: ;*/  }    /*  .drItemSubHeader a:not(.skip-header-text-color){         color: ;  }  */    .ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {      /*border-color: ;*/      /*color: ;*/      /*background-color: ;*/  }    /*  .HLLandingControl .Content a:not(.btn) {      color: ;  }  */    /*  .HLLandingControl .ByLine {      color: ;  }  */    /*  .HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {      color: ;  }  */    /*  .HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {      color: ;  }    */  /************************ Tabs **********************/  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }  /*  .nav-tabs {      border-bottom-color: ;  }  */    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {      /*background-color: ;*/      /*border-bottom-color: ;*/      /*color: ;*/  }  .nav-tabs > li > a {      /*background-color: ;*/      /*color: ;*/  }    /************************ Miscellaneous **********************/  /*  .SloganText {      color: ;  }  */    .ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {      /*background-color: ;*/      /*color: ;*/  }    /*  .lblratingBig {      color: ;  }  */  /************************ Tables **********************/  .Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {      /*background-color: ;*/      /*color: ;*/  }    /*  th a, th a:hover  {      color: ;  }  */    /*  .TableRowAlternate, .table-hover > tbody > tr:hover > td  {      background-color: ;  }    */  /************************ Menus ***********************/  /*  #MPAuxNav ul.level1 li a {      color: ;  }  */    /*  #MPAuxNav ul.level1 li ul {      background-color: ;  }  */    /*  #MPAuxNav ul.level1 li li.dynamic {      border-right-color: ;  }  */    /*  #SideMenu ul.level1 li ul {      background-color: White;  }  */    /*  .MPSideNavBottom {      color: #0069A5;  }  */    /*  .breadcrumb {      background-color: ;  }  */    /*  .breadcrumb li {      color: ;  }  */    /*  .breadcrumb li a {      color: ;  }  */    /*  .MPBottomMenu ul li a {      color: ;  }        */  /************************ Bootstrap Menus ***********************/  /*  .navbar-default, #NAV {      background-color: ;      border-color: ;  }  */    /*  .navbar-default .navbar-nav > li > a {      color: ;  }  */    .navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {        /*background-color: ;*/      /*color: ;*/  }    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {      /*background-color: ;*/      /*color: ;*/  }    /*  #MPButtonBar .dropdown-menu {      background-color: ;  }  */    /*  #MPButtonBar .dropdown-menu li a {      color: ;  }  */    /*  #MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {       background-color: ;  }  */    #MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {      /*background-color: ;*/      /*color: ;*/  }    /*  #MPButtonBar .dropdown-menu {      border-color: ;  }  */    /************************ Bootstrap Buttons ***********************/  .btn-primary, .ui-widget-content a.btn-primary {      /*background-color: ;*/      /*border-color: ;*/      /*color: !important;*/  }    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-info {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-success {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-danger {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-default {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > li > a {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > li > a:hover {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .label-default {      /*background-color: ;*/      /*color: ;*/  }    .badge, .badge a, a.badge a:hover {      /*background-color: ;*/      /*color: ;*/  }    .modal-header {      /*background-color: ;*/      /*color: ;*/  }    .modal-body, .panel-body {      /*background-color: ;*/      /*color: ;*/  }    .modal-footer, .panel-footer {      /*background-color: ;*/  }  /*  #MPFooterLink {      background-color: ;  }  */    /*  #MPFooterLink a {      color: ;  }  */    /*  .faceted-search-main .facets .header {      color: ;  }  */    /*  .faceted-search-main .facets .header {      background-color: ;  }  */ /*  .cookie-notification-bar {      background-color: ;  }  */ /*  .cookie-notification-bar span {      color: ;  }  */
/* CSS Overrides */
:root{
  --primaryColor:#0067AC;
  --secondaryColor:#003356;
  --errorColor:#cc2511;
}

.btn {
  
    margin: 5px;

}
.btn:hover {
  
    margin: 5px;

}