/* Background Images and Footer */
/* Theme Roller */
/*

CSI v1
Author: eConverse Social Media
URL: www.econversemedia.com

This design was hand-crafted with coffee and love by eConverse Social Media. For assistance with additional branding, customization or design of this site, please contact http://www.econversemedia.com

Red: #c33b31
Navy: #233a73
Grape: #683454
Gold: #fca751
Papaya: #ff6b54
Seafoam: #38b495
Sky Blue: #00a7e1
Light Grey: #e5e9eb
Black: #30343f

*/

html {
    overflow-x: hidden;
}

#MPOuter {
    background: #e5e9eb;
}

#ContentColumn {
    background: #ffffff;
}

#MPOuterHeader {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 100%;
}

a {
    color: #00a7e1;
    text-decoration: none;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

a:hover {
    color: #545454;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

a {
    /*border-bottom: 1px dashed #bbbbbb;*/
    font-weight: bold;
    letter-spacing: .04em;
    color: #0091c3;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

a:hover {
    color: #c33b31;
    /*border-bottom-style: solid;*/
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/* Fonts */

body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    color: #30343f;
}

body {
    font-size: 17px;
    font-weight: normal;
}

h1 {
    font-size: 48px;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-ligatures: none;
}

h2 {
    font-size: 36px;
    font-family: 'proxima-nova', 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'proxima-nova', 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h3 a {
    font-weight: 700;
}

h4 {
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    letter-spacing: .04em;
    font-weight: 100;
    font-variant-ligatures: none;
}

.Byline, #MPAuxNav {
    text-transform: uppercase;
}

.title-row .ByLine, .content-row h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'proxima-nova', 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav, .nav a, .btn, .make-buttons a, .social-icons h6 a {
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'proxima-nova', 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav, .nav a {
    font-weight: 400;
    text-align: center;
    border: 0;
}

div#MPAuxNav, .HLWelcome.HLWelcomeHeader {
    height: 42px;
    position: relative;
}

.HLWelcome.HLWelcomeHeader {
    float: right;
}

#MPAuxNav ul.level1 li a {
    color: #9a9b9c;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    border-right: 1px solid #f2f2f2;
}
.interior #MPAuxNav ul.level1 li a {
	color: #ffffff;
}

#MPAuxNav ul.level1 li a:hover,
.interior #MPAuxNav ul.level1 li a:hover {
    color: #00a7e1;
}

#MPheader {
    padding-top: 25px;
}

#MPSearchBlock {
    margin-top: 0;
    margin-right: 10px;
}

#searchColumn {
    float: right !important;
    max-width: 300px;
}

#MPSearchBlock .form-control {
    border: 2px solid #00a7e1;
    margin-top: 10px;
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

/**** Search: dropdown search bar with toggle button *****/

#MPheader .search-btn-top {
    float: right;
    text-align: center;
    cursor: pointer;
    height: 42px;
    background: transparent;
}

#MPheader .search-btn-top .HtmlContent {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #00a7e1;
    margin-right: 3px;
}

#HEADER .search-btn-top:hover .HtmlContent, #HEADER .search-btn-top:focus .HtmlContent {
    color: #cc0f00;
    background: transparent;
}

#HEADER .search-bar-top {
    background: #f2f2f2;
    padding: 20px;
    padding-bottom: 25px;
}

#HEADER .search-bar-top .SearchInputs {
    max-width: 1500px;
    margin: 0 auto;
}

.search-bar-top input.form-control {
    height: 50px;
    font-size: 24px;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid #181f20;
    color: #181f20;
    letter-spacing: .008em;
}

.search-bar-top input.form-control::-webkit-input-placeholder {
   color: #181f20;
}

.search-bar-top input.form-control:-moz-placeholder {
   color: #181f20;
}

.search-bar-top input.form-control:-ms-input-placeholder {
   color: #181f20;
}

.search-bar-top input.form-control::-moz-placeholder {
   color: #181f20;
}

#HEADER .search-bar-top .SearchResults, .search-bar-top button.btn.btn-default.dropdown-toggle {
    display: none;
}

#HEADER .search-bar-top button.btn, .custom-search-form .input-group-btn a[id$="_btnSearch"] {
    padding: 0px 10px;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    background: #00a7e1;
    color: #ffffff;
    height: 50px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#HEADER .search-bar-top button.btn:hover, .custom-search-form .input-group-btn a[id$="_btnSearch"]:hover {
    background: #545454;
}

/* end search */

/* Side Nav and Content Column */

#ContentColumn {
    /*width: 83.3333333333333%;*/
}

#LeftMenuColumn, .navbar-collapse {
    padding: 0;
}

/*#MPButtonBar {
    position: fixed;
    width: 16.6666666666666%;
}*/

.navbar-default {
    background: #ffffff;
    border-color: #ffffff;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #30343f;
    background: #ffffff;
    padding: 50px 0px 15px;
    border-right: 15px solid;
    border-left: 15px solid transparent;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a.certification {
    border-right-color: #233a73;
    background: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-cert.png') no-repeat center 10px;
}

.navbar-default .navbar-nav>.open>a.certification, .navbar-default .navbar-nav>.open>a.certification:hover, .navbar-default .navbar-nav>.open>a.certification:focus, .navbar .navbar-nav > .active > a.certification:hover, .navbar .navbar-nav > .active > a.certification:focus, .navbar .navbar-nav > li > a.certification:hover {
    background: #233a73 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-cert-white.png') no-repeat center 10px;
    color: #ffffff;
    border-color: transparent;
}

#MPSideNav .certification + ul.dropdown-menu {
    background: #233a73;
}

.navbar-default .navbar-nav>li>a.community {
    border-right-color: #683454;
    background: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-community.png') no-repeat center 10px;
}

.navbar-default .navbar-nav>.open>a.community, .navbar-default .navbar-nav>.open>a.community:hover, .navbar-default .navbar-nav>.open>a.community:focus, .navbar .navbar-nav > .active > a.community:hover, .navbar .navbar-nav > .active > a.community:focus, .navbar .navbar-nav > li > a.community:hover {
    background: #683454 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-community-white.png') no-repeat center 10px;
    color: #ffffff;
    border-color: transparent;
}

#MPSideNav .community + ul.dropdown-menu {
    background: #683454;
}

.navbar-default .navbar-nav>li>a.education {
    border-right-color: #fca751;
    background: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-education.png') no-repeat center 10px;
}

.navbar-default .navbar-nav>.open>a.education, .navbar-default .navbar-nav>.open>a.education:hover, .navbar-default .navbar-nav>.open>a.education:focus, .navbar .navbar-nav > .active > a.education, .navbar .navbar-nav > .active > a.education:hover, .navbar .navbar-nav > .active > a.education:focus, .navbar .navbar-nav > li > a.education:hover {
    background: #fca751 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-education-white.png') no-repeat center 10px;
    color: #ffffff;
    border-color: transparent;
}

#MPSideNav .education + ul.dropdown-menu {
    background: #fca751;
}

.navbar-default .navbar-nav>li>a.practice {
    border-right-color: #ff6b54;
    background: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-practice.png') no-repeat center 10px;
}

.navbar-default .navbar-nav>.open>a.practice, .navbar-default .navbar-nav>.open>a.practice:hover, .navbar-default .navbar-nav>.open>a.practice:focus, .navbar .navbar-nav > .active > a.practice:hover, .navbar .navbar-nav > .active > a.practice:focus, .navbar .navbar-nav > li > a.practice:hover {
    background: #ff6b54 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-practice-white.png') no-repeat center 10px;
    color: #ffffff;
    border-color: transparent;
}

#MPSideNav .practice + ul.dropdown-menu {
    background: #ff6b54;
}

.navbar-default .navbar-nav>li>a.institute {
    border-right-color: #38b495;
    background: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-institute.png') no-repeat center 10px;
}

.navbar-default .navbar-nav>.open>a.institute, .navbar-default .navbar-nav>.open>a.institute:hover, .navbar-default .navbar-nav>.open>a.institute:focus, .navbar .navbar-nav > .active > a.institute:hover, .navbar .navbar-nav > .active > a.institute:focus, .navbar .navbar-nav > li > a.institute:hover {
    background: #38b495 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-institute-white.png') no-repeat center 10px;
    color: #ffffff;
    border-color: transparent;
}

#MPSideNav .institute + ul.dropdown-menu {
    background: #38b495;
}

/* join button in main nav */

.navbar-default .navbar-nav>li>a.join_csi {
    background: #00a7e1 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join.png') no-repeat center 15px;
    color: #ffffff;
}

.navbar-default .navbar-nav>.open>a.join_csi, .navbar-default .navbar-nav>.open>a.join_csi:hover, .navbar-default .navbar-nav>.open>a.join_csi:focus, .navbar .navbar-nav > .active > a.join_csi:hover, .navbar .navbar-nav > .active > a.join_csi:focus, .navbar .navbar-nav > li > a.join_csi:hover {
    background: #c2ccd1 url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join.png') no-repeat center 10px;
    color: #7e898e;
}

.left-nav .navbar-nav li, .right-nav .navbar-nav li {
    min-width: auto;
    width: 100%;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    display: none;
}

#MPSideNav .dropdown.open > a > span {
    border-bottom: 1px solid #fff;
    padding: 0px 10px 2px;
}

#MPSideNav ul.nav.navbar-nav {
    max-height: none;
    margin: 0;
}

#MPSideNav .navbar-collapse.in .col-md-12 {
    padding: 0;
}

#MPSideNav ul.dropdown-menu {
    border: none;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 15px 0;
}

#MPSideNav .navbar-default .navbar-nav li ul.dropdown-menu li a {
    color: #ffffff !important;
    text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid;
    max-width: 83%;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,0.1);
}

#MPSideNav .navbar-default .navbar-nav li ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

#MPSideNav .dropdown-menu>li:hover, #MPSideNav .dropdown-menu>li:focus, #MPSideNav .dropdown-menu>li.active, #MPSideNav .dropdown-menu>li.active:hover, #MPSideNav .dropdown-menu>li.active:focus {
    background: rgba(0,0,0,0.2);
}

#MPSideNav .dropdown-menu>li>a:hover, #MPSideNav .dropdown-menu>li>a:focus {
    background: transparent;
}

#MPSideNav .dropdown-menu>.active>a, #MPSideNav .dropdown-menu>.active>a:hover, #MPSideNav .dropdown-menu>.active>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #00a7e1;
}

#MPSideNav .dropdown-menu>.active>a, #MPSideNav .dropdown-menu>.active>a:hover, #MPSideNav .dropdown-menu>.active>a:focus {
    background-color: transparent;
}

.left-nav .navbar-nav li ul li a {
    white-space: normal;
}

#MPSideNav button.navbar-toggle {
    margin: 5px;
    border: none;
}

#MPSideNav button.navbar-toggle:hover {
    background-color: #e5e9eb;
}

#MPSideNav button.navbar-toggle .icon-bar {
    background-color: #7e898e;
    width: 25px;
    height: 3px;
}

.dropdown-menu-large .dropdown-header {
    font-size: 15px;
    text-transform: uppercase;
}

#MPSideNav .navbar-header h3 {
    display: none;
    float: right;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    color: #7e898e;
    font-size: 14px;
    letter-spacing: .08em;
}

#MPSideNav .navbar-header {
    border-right: 15px solid #e5e9eb;
}

/* end nav */

h1 > * {
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* buttons */

.btn, .make-buttons a,
.social-icons h6 a {
    padding: 15px 25px;
    letter-spacing: .12em;
    border: none;
    font-size: 14px;
    background-color: #00a7e1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn:hover, .make-buttons a:hover, .social-icons h6 a:hover, .certification .btn:hover, .community .btn:hover, .education .btn:hover, .practice .btn:hover, .institute .btn:hover,
.home .HLLandingControl div[id$="_BottomLink"] a:hover {
    color: #7e898e;
    background: #c2ccd1;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn-sm {
    font-size: 10px;
    padding: 4px 13px;
}

.home .HLLandingControl div[id$="_BottomLink"] {
    position: absolute;
    margin: 0 auto;
    bottom: 35px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-align: center;
    left: 0;
    right: 0;
}

.home .HLLandingControl div[id$="_BottomLink"] a {
	background-color: #233A73;
}

.home .bottom-button.square-tile .HLLandingControl div[id$="_BottomLink"] {
    position: absolute;
    bottom: 0;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-align: left;
    left: 0;
    width: 100%;
    margin: 0;
}

.home .bottom-button.square-tile .HLLandingControl div[id$="_BottomLink"] a.btn {
    text-align: left;
}

.home .bottom-button.square-tile .HLLandingControl div[id$="_BottomLink"] a.btn:hover {
    color: #7e898e;
}

.CTA h5 a {
    background: #ffffff !important;
    font-size: 14px;
    font-family: 'proxima-nova', 'Proxima Nova';
    padding: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .12em;
    color: #30343f;
    display: block;
    text-decoration: none;
}

.CTA h3 {
    margin: 0;
}

.CTA.bg-blue h3 {
    margin: 20px;
}

.CTA h3 a {
    line-height: 20px;
    text-decoration: none;
    color: #40aad7;
}

.CTA h3 a:hover {
    color: #181f20;
}

.CTA h3 a {
    background-image: url('https://www.neatcreativemedia.com/econverse/AF/images/btn-speechbubble.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    display: block;
    min-width: 135px;
    min-height: 95px;
    background-size: auto;
    max-width: 320px;
    margin: auto;
    letter-spacing: .09em;
    font-weight: 100;
}

.CTA.bg-blue h3 a {
    color: #ffffff;
}

.CTA.bg-blue h3 a:hover {
    color: #181f20;
    background-color: #65b9dd;
}

.CTA.btn-speechbubble h3 a {
    background-image: url('https://www.neatcreativemedia.com/econverse/AF/images/btn-speechbubble.png');
}

.CTA.btn-speechbubble.bg-blue h3 a {
    background-image: url('https://www.neatcreativemedia.com/econverse/AF/images/btn-speechbubble-dark.png');
}

.CTA.btn-handshake h3 a {
    background-image: url('https://www.neatcreativemedia.com/econverse/AF/images/btn-handshake.png');
}

/* category specific colors & icons */

/* certification stuff */

.certification .ribbon h2, .certification.ribbon h2, .certification .btn, .certification.make-buttons a, .certification #PageTitleH1:before, .certification.ribbon .heading h2 {
    background: #233a73;
}

.certification.ribbon h2:after, .certification .ribbon h2:after, .certification.ribbon .heading h2:after {
    border-right-color: #071538;
}

.certification a:hover {
    color: #233a73;
}

.certification .btn {
    color: #ffffff;
}


/* community  and grape color stuff */

.community .ribbon h2,
.community.ribbon h2,
.community .btn,
.community.make-buttons a,
.community #PageTitleH1:before,
.community.ribbon .heading h2,
.grape.make-buttons.bottom-button a,
.grape.make-buttons a,
.grape .HLLandingControl div[id$="_BottomLink"] a,
.grape.ribbon h2,
.grape.ribbon .heading h2 {
    background: #683454;
}

.community .btn {
    color: #ffffff;
}

.community.ribbon h2:after, .community .ribbon h2:after, .community.ribbon .heading h2:after, .grape.ribbon h2:after, .grape.ribbon .heading h2:after {
    border-right-color: #260319;
}

.community a:hover {
    color: #683454;
}

/* education and gold color stuff */

.education .ribbon h2, 
.education.ribbon h2, 
.education .btn, 
.education.make-buttons a, 
.education #PageTitleH1:before, 
.education.ribbon .heading h2,
.gold.make-buttons.bottom-button a,
.gold.make-buttons a,
.gold .HLLandingControl div[id$="_BottomLink"] a,
.gold.ribbon h2,
.gold.ribbon .heading h2 {
    background: #fca751;
}

.education.ribbon h2:after, .education .ribbon h2:after, .education.ribbon .heading h2:after, .gold.ribbon h2:after, .gold.ribbon .heading h2:after {
    border-right-color: #c07f3d;
}

.education a:hover {
    color: #fca751;
}

.education .btn {
    color: #ffffff;
}

/* practice and papaya color stuff */

.practice .ribbon h2, 
.practice.ribbon h2, 
.practice .btn, 
.practice.make-buttons a, 
.practice #PageTitleH1:before, 
.practice.ribbon .heading h2,
.papaya.make-buttons.bottom-button a,
.papaya.make-buttons a,
.papaya .HLLandingControl div[id$="_BottomLink"] a,
.papaya.ribbon h2,
.papaya.ribbon .heading h2 {
    background: #ff6b54;
}

.practice.ribbon h2:after, .practice .ribbon h2:after, .practice.ribbon .heading h2:after, .papaya.ribbon h2:after, .papaya.ribbon .heading h2:after {
    border-right-color: #9e4c40;
}

.practice a:hover {
    color: #ff6b54;
}

.practice .btn {
    color: #ffffff;
}

/* institute  and seafoam color stuff */

.institute.ribbon h2, 
.institute .ribbon h2, 
.institute .btn, 
.institute.make-buttons a, 
.institute #PageTitleH1:before, 
.institute.ribbon .heading h2,
.seafoam.make-buttons.bottom-button a,
.seafoam.make-buttons a,
.seafoam .HLLandingControl div[id$="_BottomLink"] a,
.seafoam.ribbon h2,
.seafoam.ribbon .heading h2 {
    background: #38b495;
}

.institute.ribbon h2:after, .institute .ribbon h2:after, .institute.ribbon .heading h2:after, .seafoam.ribbon h2:after, .seafoam.ribbon .heading h2:after {
    border-right-color: #227e67;
}

.institute a:hover {
    color: #38b495;
}

.institute .btn {
    color: #ffffff;
}

/* dark gray color stuff */

.dark-gray.make-buttons.bottom-button a,
.dark-gray.make-buttons a,
.dark-gray .HLLandingControl div[id$="_BottomLink"] a,
.dark-gray.ribbon h2,
.dark-gray.ribbon .heading h2 {
	background: #30343f;
}
.dark-gray.ribbon h2:after, .dark-gray.ribbon .heading h2 {
	border-right-color: #2B2E38;
}

/* main content section */

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: -10px -8px;
    opacity: 0.45;
}

.bg-cover .HtmlContent {
    position: relative;
    height: 100%;
    padding: 10px 20px;
    color: #ffffff;
}

.bg-cover a {
    color: #ffffff;
}

.square-tile.HtmlContent {
    padding: 10px 20px;
}

.square-tile .HtmlContent, .square-tile .HLLandingControl, .square-tile.HtmlContent {
    padding-top: 60px;
}


.magazine img {
    position: absolute;
    top: 0;
    left: 0;
}

.bg-cover.bottom-button.make-buttons a {
    width: 105%;
    bottom: -10px;
    left: -8px;
}

.join-wrap {
    clear: both;
    margin: 10px 15px 30px;
    padding: 15px 0;
    max-width: 100%;
}

.join-wrap .join {
    background: #e5e9eb;
    padding: 0;
    min-height: 375px;
    overflow: hidden;
}

.ContentItemHtml.join .HtmlContent img {
    position: absolute;
    width: auto;
    min-width: 100%;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    max-width: none;
    min-height: 375px;
    height: auto;
}

.join.make-buttons.CTA {
    padding: 25px;
}

.join.CTA a {
    padding: 50px 30px 20px;
    display: block;
    text-align: center;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join.png');
    background-position: center top 18px;
    background-repeat: no-repeat;
}

.join.CTA a:hover {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join.png');
    background-position: center top 12px;
    background-repeat: no-repeat;
}

img.welcome-profile-image {
    width: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#HEADER #BtnShowProfile {
    display: none;   
}

.Welcome ul#ProfileContainer {
    width: 450px;
    margin-top: 10px;
}

.Welcome .btn {
    display: inline-block;
    margin: 0px 3px 3px;
    border: none;
}

.Welcome .btn-sm {
    margin-right: 5px;
    padding: 3px 10px;
    font-size: 14px;
}

.Welcome .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: none;*/
    background: transparent;
}

.Welcome .imgButton {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px dotted rgba(255,255,255,1);
    padding: 7px;
    background: transparent;
    border-style: dashed;
}

.Welcome .imgButton:hover {
    border-color: #00a7e1;
    background: transparent;
}

#HEADER {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    padding-bottom: 3px;
}

.Login > #Welcome_LoginLink {
    padding: 7px 16px;
}

#BtnShowProfile.btn-default {
    background: #dddddd !important;
    border: none;
}

#BtnShowProfile.btn-default:hover, #SearchControl_OptionsButton.btn-default:hover {
    background: #bbbbbb !important;
    border-color: #515151 !important;
}

.LogoImg {
    position: relative;
    z-index: 1001;
}

div#Logo {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-right: 15px solid #e5e9eb;
    border-left: 15px solid transparent;
    background: #ffffff;
}

.MPheader .Image {
    margin-right: 10px;
    background-color: transparent;
}

#PageTitleH1 {
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 25px auto;
    text-align: center;
    background: #e5e9eb;
    max-width: 100%;
    height: 280px;
    position: relative;
    z-index: 1;
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-48…omepage%20Images/Box%20Background%20Images/concrete-wall-1081956_1920.jpg");
    background-size: cover;
    margin-bottom: 20px !important;
    background-position: center;
    padding: 170px 25px 20px;
}

#PageTitleH1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a7e1;
    z-index: -1;
    opacity: 0.7;
}

#PageTitleH1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-institute-white.png') no-repeat center top 130px;
    z-index: -1;
}

.certification #PageTitleH1:after {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-cert-white.png');
}

.community #PageTitleH1:after {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-community-white.png');
}

.education #PageTitleH1:after {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-education-white.png');
}

.practice #PageTitleH1:after {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-practice-white.png');
}

.institute #PageTitleH1:after {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-institute-white.png');
}

h2.ProfileUserName, .ribbon h2.ProfileUserName {
    background: transparent !important;
    color: #30343f;
    font-size: 28px;
    /* font-weight: 100; */
    /* text-transform: none; */
    /* letter-spacing: 0.03em; */
    padding: 0;
}

.text-muted-h2 div.col-md-3 h2 {
    background: transparent;
    color: #30343f;
    letter-spacing: .05em;
    font-size: 18px;
    margin: 40px 0 10px;
    padding: 0;
}

h2.ProfileUserName:after, .ribbon h2.ProfileUserName:after, .text-muted-h2 div.col-md-3 h2:after {
    display: none;
}

.medium-tile .HtmlContent .embed-container {
    position: absolute;
    width: 100%;
    height: 370px;
    left: 0;
    top: 0;
    z-index: 0;
    padding-bottom: 0;
}

/* headings / ribbons */

.ContentUserControl.ribbon, .ContentItemHtml.ribbon {
    padding: 10px 8px;
    margin: 10px 0 10px 0px;
}

.ContentItemHtml.ribbon {
    padding: 10px 8px;
}

.ContentItemHtml.ribbon h2 {
    margin: 5px -18px;
}

.ribbon h2, .ribbon .heading h2 {
    letter-spacing: .15em;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 600;
    margin: 0 0 20px -24px;
    position: relative;
    z-index: 1;
	background: #233a73;
}

.ribbon h2:after, .ribbon .heading h2:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #071538 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.ribbon .HtmlContent {
    padding: 65px 20px 20px;
}
.ribbon.red-ribbon h2 {
	background: #683454;
}
.ribbon.red-ribbon h2:after {
	border-right-color: #260319;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.section17 {
    padding: 0;
}

/* tiles */

.bg-grey {
    background-color: #e5e9eb;
    position: relative;
    padding: 10px 20px;
}

.ContentUserControl.bg-grey {
    padding: 8px;
    margin-bottom: 25px;
}

.tall-tile {
    background-color: #e5e9eb;
    position: relative;
    height: 520px;
    overflow: hidden;
}

.medium-tile {
    background-color: #e5e9eb;
    position: relative;
    height: 420px;
    overflow: hidden;
}

.square-tile {
    background-color: #e5e9eb;
    padding: 10px 8px;
    margin: 15px 0;
    position: relative;
    height: 360px;
    overflow: hidden;
}

.tall-tile.red-bg,
.medium-tile.red-bg,
.square-tile.red-bg {
	background-color: #c33b31;
}

.tall-tile.navy-bg,
.medium-tile.navy-bg,
.square-tile.navy-bg {
	background-color: #233a73;
}

.tall-tile.grape-bg,
.medium-tile.grape-bg,
.square-tile.grape-bg {
	background-color: #683454;
}

.tall-tile.gold-bg,
.medium-tile.gold-bg,
.square-tile.gold-bg {
	background-color: #fca751;
}

.tall-tile.papaya-bg,
.medium-tile.papaya-bg,
.square-tile.papaya-bg {
	background-color: #ff6b54;
}

.tall-tile.seafoam-bg,
.medium-tile.seafoam-bg,
.square-tile.seafoam-bg {
	background-color: #38b495;
}

.tall-tile.sky-blue-bg,
.medium-tile.sky-blue-bg,
.square-tile.sky-blue-bg {
	background-color: #00a7e1;
}

.tall-tile.dark-gray-bg,
.medium-tile.dark-gray-bg,
.square-tile.dark-gray-bg {
	background-color: #30343f;
}

.tall-tile.ribbon, .square-tile.ribbon, .medium-tile.ribbon {
    overflow: visible;
}

.bottom-button {
    position: relative;
}

.bottom-button.make-buttons a, .bottom-button .btn, .btn-split-wrap, .bottom-button div[id$="BottomLink"] {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.btn-split-wrap {
    position: relative;
}

.btn-4-split.make-buttons a {
    width: 25%;
    float: left;
    text-align: center;
}

.bottom-button.make-buttons a:after, .bottom-button .btn:after, .btn-4-split.make-buttons a:after {
    content: '\f105';
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    line-height: 18px;
    font-size: 18px;
}

/* icons */


/* slideshow */

.slideshow {
    height: 480px;
    background: #181f20;
    overflow: hidden;
    margin-bottom: 15px;
}

.slideshow .item img {
    position: absolute;
    width: 100%;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

.slideshow .HtmlContent, .slideshow .HtmlContent .carousel, .slideshow .HtmlContent .carousel .carousel-inner, .slideshow .HtmlContent .carousel .carousel-inner .item {
    height: 100%;
}

.carousel-inner .item:before,
.slider .main-slide:before {
    content: '';
    height: 100%;
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 2;
    opacity: .5;
    top: 0;
    left: 0;
}

.slider .red.main-slide,
.slider .navy.main-slide {
	color: #ffffff;
}
.slider .main-slide:before {
	z-index: -1;
}

.red .carousel-inner .item:before,
.slider .red.main-slide:before {
    background: #c33b31;
}

.navy .carousel-inner .item:before,
.slider .navy.main-slide:before {
    background: #233a73;
}

.grape .carousel-inner .item:before {
    background: #683454;
}

.gold .carousel-inner .item:before {
    background: #fca751;
}

.papaya .carousel-inner .item:before {
    background: #ff6b54;
}

.seafoam .carousel-inner .item:before {
    background: #38b495;
}

.skyblue .carousel-inner .item:before {
    background: #00a7e1;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    left: auto;
    margin: 0;
}

.carousel-indicators li, .carousel-indicators .active {
    width: 13px;
    height: 13px;
    border: 3px solid #ffffff;
    margin: 0px;
}

.carousel-control {
    width: 5% !important;
    padding: 0 !important;
    top: auto;
    bottom: 15%;
    z-index: 100 !important;
}

.slideshow .glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 60px;
}

.slideshow .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 60px;
}

.slideshow .glyphicon-chevron-left {
    bottom: 10px;
    left: 20px;
}
    
.slideshow .glyphicon-chevron-right {
    bottom: 10px;
    right: 20px;
    left: auto;
}

/* discussions slider */

.discussions-blurb {
    padding: 0 50px;
    text-align: center;
    margin: 0;
}

.discussions-blurb .HtmlContent {
    padding: 0;
}

.bg-cover.discussions .slick-slide * {
    color: #ffffff;
}

.bg-cover.discussions .slick-slide a:hover {
    color: #00a7e1;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev:before {
    content: '\f104';
}

.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 68px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next {
    right: -5px;
}

.slick-prev {
    left: -5px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 70px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slide-this ul.slick {
    padding: 0 35px;
}

.slide-this ul.slick li.slick-slide {
    margin: 5px 20px 40px;
    background: rgba(255, 255, 255, .2);
    padding: 25px;
    color: #fff;
    border-bottom: 0;
    position: relative;
}

.slide-this ul.slick li.slick-slide:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 35px 0;
    border-color: transparent rgba(255,255,255,0.2) transparent transparent;
    position: absolute;
    right: 0;
    bottom: -35px;
}

/* rounded profile images */

.HLLandingControl .Content img.Image[alt="Profile Picture"], .ProfilePic img, .GroupMember img, .HLEngagement .Picture img, .social-icons a img, img[id$="_ImageControl_imgDisplay"], img[id*="ProfileImage"], .MPContentArea img[alt="Profile Picture"], img.welcome-profile-image-lg, .bioBubbleShell .Pict img, .profile-img-lg, .profile-img-sm {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/* user controls */

.HLLandingControl h3 a {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 600;
}

.HLLandingControl ol li, .HLLandingControl ul li {
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
}

/******* Events Control Styles *******/

.home .events {
    overflow: visible;
}

.home .HLLandingControl.HLEventList .form-group {
    display: block;
}

.home .HLLandingControl.HLEventList li {
    border-bottom: none;
}

.date-block, .event-list .date-block {
  /*background-color: #ffffff;*/
  /*border-right: 1px solid #dddddd;*/
  /*width: 100%;*/
  /*padding: 0;*/
  /*text-align: left;*/
}

.date-block, .event-list .date-block {
    letter-spacing: .15em;
    font-size: 14px;
    color: #30343f;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    background: #fca751;
    font-weight: 600;
    position: relative;
}

.date-block:after, .event-list .date-block:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #c07f3d transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.event-list .calendary-number {
    margin: 0;
}

.calendar-day {
  display: none;
}

.calendary-number {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    border-bottom: none;
    letter-spacing: 0px;
    padding: 10px 10px 0;
}

.calendar-month {
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .05em;
}

.event-list .calendar-month {
    font-size: 16px;
}

.home .HLEventList .Content .col-md-2 {
    /*width: 30%;*/
    margin: 0 0 0 -29px;
}

.home .HLEventList .Content .col-md-10 .title-row {
    padding-left: 10px;
}


/* end events control styles */

/* Footer */

#MPOuterFooter {
    background: #30343f;
    position: relative;
    padding: 25px 0px 0px;
}

#FOOTER .col-md-4 {
    border-right: 1px solid #555965;
}

#FOOTER .col-md-4:last-child {
    border-right: none;
}

#FOOTER a, #FOOTER .HtmlContent {
    color: #ffffff;
}

#FOOTER a:hover, #FOOTER h3 {
    color: #00a7e1;
}

.sub-footer {
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    background: #233a73;
    padding: 10px 20px;
}

#MPFooter {
    margin-bottom: 30px;
}

#MPFooterLink {
    display: none;
}

/* misc */

.btn-community-stats-static, .btn-community-stats-static:hover {
    background-color: #fff !important;
    border-color: #ddd !important;
    color: #333 !important;
    margin-bottom: 5px !important;
    padding: 5px !important;
}

.glyphicon.glyphicon-search {
    font-family: 'FontAwesome';
}

.glyphicon-search:before {
    content: "\f002";
}

#MPSideNav .search-bar {
    float: left;
    background: #e5e9eb;
    padding: 0 0 15px 15px;
}

#MPSideNav .search-bar input.form-control {
    height: 50px;
    font-size: 16px;
    border: none;
    background: rgba(255,255,255,0.8);
    border-bottom: 1px solid #30343f;
    color: #30343f;
    letter-spacing: .008em;
}

#MPSideNav .search-bar button.btn, .custom-search-form .input-group-btn a[id$="_btnSearch"] {
    padding: 0px 10px;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    background: transparent;
    color: #00a7e1;
    height: 50px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#MPSideNav .search-bar button.btn:hover, .custom-search-form .input-group-btn a[id$="_btnSearch"]:hover {
    color: #30343f;
}

.full div#PageLayoutSection1, .full div#PageLayoutSection2, .wide div#PageLayoutSection1, .wide div#PageLayoutSection2 {
    max-width: 1500px;
}

.nav-tabs .btn-sm {
    font-size: 16px;
    font-weight: 600;
}

.bioBubbleShell .Inner .Details h4 {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
}

.resource-lib button.btn {
    margin-bottom: 5px;
}

.resource-lib #parent {
    max-width: 1500px;
    padding: 10px;
    margin: 0 auto;
}

.libListReptEntAttchLble {
    border: none;
}

.attachment {
    background: #f2f2f2;
    padding: 20px;
}

.image-left .HtmlContent img {
    float: left !important;
    margin: 10px 20px 10px 0 !important;
}

.rounded .HtmlContent img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sm .HtmlContent img {
    max-width: 75px !important;
    height: auto !important;
}
.med .HtmlContent img {
    max-width: 125px !important;
    height: auto !important;
}
.large .HtmlContent img {
    max-width: 200px !important;
    height: auto !important;
}

.ContentItemHtml .HtmlContent img {
    max-width: 100%;
    height: auto;
}

.responsive img {
    max-width: 100%;
    height: auto;
}

.alert-warning {
    background-color: #f2f2f2;
    border-color: #ddd;
    color: #555;
}

.thread-summary, .thread-title-summary {
    padding: 5px 0;
}

#MessageListContainer div.row.drItemSubHeader.highlightThread, .highlightThread, .thread-summary.highlightThread {
    background: #e5e9eb;
    padding: 25px;
    font-weight: bold;
}

.social-icons {
    
}

#HEADER .social-icons {
    float: right;
    margin-right: 25px;
    margin-top: 1px;
}

.social-icons a img {
    background-color: #00a7e1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 2px;
    padding: 8px;
    width: 40px;
    height: 30px;
    display: inline-block;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.social-icons a:hover img {
    background-color: #c33b31;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/**** Carousel Slideshow ****/

/* Carousel Slide Show CSS */

    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
      height: auto;
      width: 100%;
      min-width: 1200px;
    }
    .interior .carousel-inner>.item>img, .interior .carousel-inner>.item>a>img {
      min-height: 350px;
    }
    .carousel-control {
        z-index: 2;
    }
    ol.carousel-indicators {
        /*display: none;*/
    }
    .MPContentArea .ContentItemHtml.rotate-me .ContentItemHtml, .MPContentArea .ContentItemHtml.rotate-me {
        padding: 0;
    }
    .carousel-indicators li {border:0px; height:20px; width:20px; background-color:#fff; opacity:.5; margin:0px 5px}
    .carousel-indicators li.active {opacity:1; height:20px; width:20px; border:0px; margin:0px 5px}
    .HtmlContent .container, .contain-inner .HLLandingControl, .contain-inner .HtmlContent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0;
    }
    .carousel-control {width:8%}
    .carousel-control {background-image:none !important}
    .item h1 {font-family: 'Roboto Slab', Helvetica, sans-serif; font-weight:100}
    .btn-blank {background-color:transparent; border:2px solid #fff}
    .huge p.lead {font-size:34px}
    .rotate-me > h2 {margin-bottom:20px}
    .bg-full {background-size:cover !important; background-position:center !important}
    .overlay1 {
    padding:0px !important;
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    }
    .slideshow .item h1 { font-size:48px;}
    .item.reverse * {color:#fff}
    img.align-left {float:left; margin:0px 20px 20px 0px}
    img.align-right {float:right; margin-left:20px}
    img.cut-bottom {}
    p img.align-left {margin-top:6px}
    .carousel-inner {text-align:center;  min-height:200px; width:100%; visibility:hidden; height:415px; overflow:hidden; }
    .item .container {
        padding: 0px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .item p, .item h1, .item h3 {
        position: relative;
        max-width: 790px;
        text-align: left;
        padding: 0 20px 20px;
        z-index: 3;
        bottom: 0;
    }
    
    .slideshow.make-buttons h3 a {
        font-size: 18px;
    }
    
    .slideshow.make-buttons h3 a:hover {
        text-decoration: none;
    }
    
    .slideshow .item {
        padding: 40px;
        width: 100%;
        text-align: left;
        height: 100%;
    }
    .reverse a.btn-default {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: transparent;
    }
    .reverse a.btn-default:hover {
        color: ;
        background: #ffffff;
    }
    /*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
    }
    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    .stockdemo .item .container {padding:40px 0px; height:330px}
    .stockdemo .cycle-slide img.align-left { }
    }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    .huge p, .huge h1, .huge h2, .huge h3 {}
    .huge h2 {font-size:30px}
    .huge h3 {font-size:24px}
    .huge p, .huge .btn {font-size:18px}
    .huge .btn {margin-top:15px; margin-bottom:20px}
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        /*left: 20%;*/
    }
    /*==========  Non-Mobile First Method  ==========*/
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
    
    .item.ContentItemHtml, .item {
 
    }
    
    }
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    .item.ContentItemHtml, .item {

    }
    
    .item p, .item a.btn {
        font-size: 16px;
        margin: 20px 0;
    }
    
    .carousel-control .glyphicon-chevron-left {left:10%}
    .carousel-control .glyphicon-chevron-right {right:10%; left: inherit;}
    }
    .item {/*padding-top: 150px;*/}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        max-width: none;
        left: -30%;
    }
     
    .item p, .item h1 {
        position: relative;
        left: 0;
        max-width: 90%;
        text-align: center;
        padding: 0 20px 20px;
        z-index: 3;
        bottom: 0;
        margin: 10px auto;
    }
    
    .item h1 {
        line-height: 1.0;
    }
    
    .item p, .item a.btn {
        font-size: 16px;
    }
    
    .ContentItemHtml .HtmlFooter {
        padding: 0px;
    }
    
    
    .cycle-slide h1, .item h1 {font-size:44px}
    }
    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }
    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
    }

/* End of Carousel Slide Show CSS */

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*.resources-lib .box .HtmlContent {
    height: 260px;
    margin-bottom: 20px;
}*/

/*.resource-lib .box .HtmlContent {
    margin-bottom: 0;
}*/

.resource-lib .box {
    padding-left: 5px;
    padding-right: 5px;
}

/* mobile */

@media screen and (max-width: 1200px) {

    
}

@media screen and (max-width: 991px) {

    .row-wide {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #FOOTER {
        padding: 0 20px;
        text-align: center;
    }
    #FOOTER .col-md-3 .HtmlContent {
        border-right: none;
    }
    .sub-footer {
        margin: 0 -20px;
    }
    
    .home .ContentItemHtml .HtmlFooter {
        padding: 0;
    }
    
}

@media screen and (max-width: 768px) {
    
    .home .HLEventList .Content .col-md-2 {
        /*width: auto;*/
    }
    
    .home .HLEventList .Content .col-md-10 {
        /*width: auto;*/
    }
    
    .slideshow .item h1 {
        font-size: 26px;
        padding: 50px 0;
        margin: 0;
        text-align: left;
        line-height: 35px;
        max-width: 100%;
    }
    
    .slideshow .item h3 {
        bottom: 0;
        left: -20px;
    }
    
    .slideshow .item h3 a {
        font-size: 14px;
    }
    
    #PageTitleH1 {
        font-size: 38px;
    }
    
    .discussions-blurb {
        padding: 0;
    }
    
    .discussions-blurb h4 {
        font-size: 18px;
    }
    
    .home .HLEventList .Content .col-md-2 {
        margin-left: -24px;
    }
    .ribbon .heading h2 {
        margin-left: -19px;
    }
    
}

@media screen and (max-width: 500px) {
    
    .slick-prev, .slick-next {
        display: none !important;
    }
    
    .slide-this ul.slick {
        padding: 0;
    }
    
    .slide-this ul.slick li.slick-slide {
        margin: 5px 5px 40px;
    }
    
    .slide-this ul.slick li.slick-slide .content-row h5 {
        display: none;
    }
    
    .Welcome ul#ProfileContainer {
        width: 375px;
    }
    
}

/* testing purposes */

.ContentItemHtml.ribbon h2 {
    margin: 0 -10px;
    position: absolute;
    left: 0;
    top: 15px;
}

.ContentItemHtml.ribbon {
    /*padding: 80px 20px 20px;*/
    position: relative;
}

h2 > .btn-sm {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px 20px;
    left: 100%;
    border-left: 2px solid #ffffff;
    line-height: 245%;
}

/* change bootstrap mobile breakpoint */

@media (max-width: 1199px) {
    
  .navbar-header {
      float: none;
      text-align: center;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
    #MPSideNav .navbar-header h3 {
        display: inline-block;
    }
    div#Logo {
        text-align: left;
        float: left;
        width: auto;
        max-width: 40%;
    }
  
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/

#MPAuxNav ul.level1 li ul {
  background-color: #FFFFFF;  
}  

/*
#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: #FFFFFF;      
  border-color: #FFFFFF;  
}  


.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: #CA3A34;


  color: #FFFFFF;

}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {


  background-color: #CA3A34;


  color: #FFFFFF;

}    

#MPButtonBar .dropdown-menu {
  background-color: #FFFFFF;  
}  

/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  [PrimaryColorRGB-StartComment]
  --hl-bs--primary-rgb: [PrimaryColorRGB];
  --hl-bs--selected-rgb: [PrimaryColorRGB], 50;
  [PrimaryColorRGB-EndComment]

  /*
  --hl-bs--primary-opposite: ;
  */

  [TextOnPrimaryRGB-StartComment]
  --hl-bs--primary-opposite-rgb: [TextOnPrimaryRGB];
  [TextOnPrimaryRGB-EndComment]
  
  /*
  --hl-bs--link: ;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--link-rgb: [LinkColorRGB];
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--link-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-bg-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-border-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */

  [SecondaryColorRGB-StartComment]
  --hl-bs--secondary-rgb: [SecondaryColorRGB];
  --hl-bs--secondary-selected-rgb: [SecondaryColorRGB], 50;
  [SecondaryColorRGB-EndComment]

  /*
  --hl-bs--secondary-opposite: ;
  */

  [TextOnSecondaryRGB-StartComment]
  --hl-bs--secondary-opposite-rgb: [TextOnSecondaryRGB];
  [TextOnSecondaryRGB-EndComment]
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-primary-text-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-text-hover-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg: ;
  */

  [PrimaryButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-rgb: [PrimaryButtonBackgroundColorRGB];
  [PrimaryButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */

  [PrimaryButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-hover-rgb: [PrimaryButtonHoverBackgroundColorRGB];
  [PrimaryButtonHoverBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */

  [PrimaryButtonBorderColorRGB-StartComment]
  --hl-bs--btn-primary-border-rgb: [PrimaryButtonBorderColorRGB];
  --hl-bs--btn-primary-border-hover-rgb: [PrimaryButtonBorderColorRGB];
  [PrimaryButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */

  [SuccessButtonTextColorRGB-StartComment]
  --hl-bs--btn-success-text-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-text-hover-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-outline-rgb: [SuccessButtonTextColorRGB], 127;
  [SuccessButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg: ;
  */

  [SuccessButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-rgb: [SuccessButtonBackgroundColorRGB];
  [SuccessButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  [SuccessButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-hover-rgb: [SuccessButtonHoverBackgroundColorRGB];
  [SuccessButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */

  [SuccessButtonBorderColorRGB-StartComment]
  --hl-bs--btn-success-border-rgb: [SuccessButtonBorderColorRGB];
  --hl-bs--btn-success-border-hover-rgb: [SuccessButtonBorderColorRGB];
  [SuccessButtonBorderColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */

  [DangerButtonTextColorRGB-StartComment]
  --hl-bs--btn-danger-text-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-text-hover-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-outline-rgb: [DangerButtonTextColorRGB], 127;
  [DangerButtonTextColorRGb-EndComment]
  
  /*
  --hl-bs--btn-danger-bg: ;
  */

  [DangerButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-rgb: [DangerButtonBackgroundColorRGB];
  [DangerButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  [DangerButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-hover-rgb: [DangerButtonHoverBackgroundColorRGB];
  [DangerButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

  [DangerButtonBorderColorRGB-StartComment]
  --hl-bs--btn-danger-border-rgb: [DangerButtonBorderColorRGB];
  --hl-bs--btn-danger-border-hover-rgb: [DangerButtonBorderColorRGB];
  [DangerButtonBorderColorRGB-EndComment]

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */

  [DefaultButtonTextColorRGB-StartComment]
  --hl-bs--btn-secondary-text-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-text-hover-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-outline-rgb: [DefaultButtonTextColorRGB], 127;
  [DefaultButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */

  [DefaultButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-rgb: [DefaultButtonBackgroundColorRGB];
  [DefaultButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  [DefaultButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-hover-rgb: [DefaultButtonHoverBackgroundColorRGB];
  [DefaultButtonHoverBackgroundColorRGB-EndComment]

  /*
  --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: ;
  --hl-bs--btn-link-outline: 7f;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--btn-link-text-rgb: [LinkColorRGB];
  --hl-bs--btn-link-outline-rgb: [LinkColorRGB], 127;
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--btn-link-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--btn-link-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-ghost-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--footer-color: ;
  */

  [FooterTextColorRGB-StartComment]
  --hl-bs--footer-color-rgb: [FooterTextColorRGB];
  [FooterTextColorRGB-EndComment]

  /*
  --hl-bs--footer-color-opposite: ;
  */

  [FooterBackgroundColorRGB-StartComment]
  --hl-bs--footer-color-opposite-rgb: [FooterBackgroundColorRGB];
  [FooterBackgroundColorRGB-EndComment]
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  


.unselected-menu-background-color {
  background-color: #FFFFFF !important;
}

  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  


.unselected-menu-text-color {
  color: #000000 !important;
}

  


.selected-menu-background-color {
  background-color: #CA3A34 !important;
}

  


.selected-menu-text-color {
  color: #FFFFFF !important;
}

  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  
/* CSS Overrides */
.nav .dropdown-menu li{
    text-align: center;
}


/* Logo Size */
#DesktopLogoDiv img{
    max-width: 100% !important;
}


.btn, .make-buttons a,
.social-icons h6 a {
    background-color: #c33b31;
    color: #ffffff;
}

#FOOTER .social-icons h6 a:hover {
    color: #7e898e;
}

#PageTitleH1 {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/Homepage%20Images/Box%20Background%20Images/concrete-wall-1081956_1920.jpg");
}

#PageTitleH1:before {
    background: #c33b31;
}

#PageTitleH1:after {
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-shield-white.png') no-repeat center top 130px;
}

/* membership & sky blue  button stuff */

.membership .ribbon h2, 
.membership.ribbon h2, 
.membership .btn, 
.membership.make-buttons a, 
.membership #PageTitleH1:before, 
.membership.ribbon .heading h2,
.sky-blue.make-buttons.bottom-button a,
.sky-blue.make-buttons a,
.sky-blue .HLLandingControl div[id$="_BottomLink"] a,
.sky-blue.ribbon h2 {
    background: #00a7e1;
}

.membership.ribbon h2:after,
.membership .ribbon h2:after,
.membership.ribbon .heading h2:after,
.sky-blue.ribbon h2:after {
    border-right-color: #0a7fa8;
}

.membership a:hover {
    color: #0a7fa8;
}

.membership .btn {
    color: #ffffff;
}

.membership #PageTitleH1:after {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join.png');
}

.membership .btn:hover {
    color: #7e898e;
    background: #c2ccd1;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.membership.square-tile .HtmlContent:before, .membership.square-tile .HLLandingControl:before, .membership .square-tile.HtmlContent:before {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join-blue.png');
}

.join.CTA a {
    background-color: #00a7e1;
}

.join.CTA a:hover {
    background-color: #c2ccd1;
}

@media only screen and (max-width: 1201px) {
    #MPButtonBar .navbar-default .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/**MDJ start***/
/**Logo border remove***/
div#Logo {
    border-right: none;
}

/***Drop down text color***/
#MPSideNav .navbar-default .navbar-nav li ul.dropdown-menu li a {
    color: #000000;
}

#MPSideNav .navbar-default .navbar-nav li ul.dropdown-menu li a {
    color: #000000 !important;
    text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid;
    max-width: 83%;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,0.1);
}

/***Change border color on menu to red***/
.nav .open > a, a.nav .open > a:hover, .nav .open > a:focus {
    border-color: #CA3A34;
}

/* override social-icons styling */
.social-icons {
	margin: 0;
}

/* footer */
#FOOTER .social-icons h6 {
	text-align: center;
}
#FOOTER .social-icons h6 a {
	margin: 0 10px;
}
/*#FOOTER .col-md-4 {
	height: 310px;
}*/

/*sliders */
.slick-arrow {
	position: absolute;
	bottom: 0;
	font-size: 50px;
	color: #ffffff; 
	z-index: 1000;
	text-shadow: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
ul.slick-dots {
	bottom: 15px;
}
ul.slick-dots li {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border: none;
	width: 15px;
	height: 15px;
}
ul.slick-dots li button {
	display: none;
}
ul.slick-dots li.slick-active {
	background-color: #ffffff;
}
.slick-arrow:hover {
	color: #7e898e;
}
.fr-chevron-left {
	left: 0;
}
.fr-chevron-right {
	right: 0;
}
.main-slide.slick-slide {
	height: 515px;
	overflow: hidden;
	background-size: cover;
	padding: 30px;
}
.gallery-slide.slick-slide {
	height: 360px;
	background-size: cover;
}

/* bottom button */
.make-buttons.bottom-button a {
	background-color: #233A73;
    color: #ffffff;
}
.make-buttons.bottom-button a:hover,
.make-buttons.bottom-button.red-button a:hover {
	background-color: #c2ccd1;
    color: #ffffff;
}
.make-buttons.bottom-button.red-button a {
	background-color: #C33B31;
    color: #ffffff;
}

@media (max-width:480px) {
    .meet-the-leaders .media > * {
        width:100%;
    }
}
/* pf grid for sponsor logos  apr29 2018 */
.cg-grid {text-align:center}
.cg-grid img {
  display: inline-block;
  padding: 2em;
  width: 230px;
  height: inherit;
  vertical-align: middle;
}
.cg-grid br {
  display: none;
}
 
.grid5 img.smaller {
    width: 180px;
}
 
.grid5 img.wider {
    width: 320px;
}
/* end pf grid for sponsor logos  apr29 2018 */

/* hide sign in button 

#Welcome_LoginLink.btn.btn-primary {display: none;
}

*/

#PageTitleH1:before{
   background: #30A5A5;
}

.HtmlContent a{
   color: #B32D00;
}
.HtmlContent a:hover{
   color: #EC4526;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus{
    background-color: #B32D00;
    color: #FFFFFF;
}
 .navbar .navbar-nav > .active > a:hover. .navbar .navbar-nav > li > a:hover {
  background-color: #EC4526;
}
.nav .open > a, a.nav .open > a:hover, .nav .open > a:focus {
    border-color: #b32d00;
}
.navbar-default .navbar-nav>li>a.join_csi {
    background: #AEF7F9 url(https://higherlogicdownload.s3.amazonaws.com/CSIRESOURCES/143a718d-6df6-484a-8a79-76d79635b741/UploadedImages/icons/icon-join.png) no-repeat center 15px;
    color: #000000;
}
#MPAuxNav ul.level1 li a {
    color: #B32D00;
}

#MPAuxNav ul.level1 li a:hover, .interior #MPAuxNav ul.level1 li a:hover {
    color: #EC4526;
}

.HLLandingControl h3 a{
  color: #B32D00;
}

.HLLandingControl h3 a:hover{
  color: #EC4526;
}

.make-buttons.bottom-button a {
    background-color: #B32D00 !important;
    color: #ffffff;
}

.make-buttons.bottom-button a:hover {
    background-color: #EC4526 !important;
    color: #ffffff;
}

.ribbon h2, .ribbon .heading h2{
    background: #30A5A5   !important;
}

.ribbon h2:after, .ribbon .heading h2:after {
    border-color: transparent #30A5A5 transparent transparent  !important;
}

.home .HLLandingControl div[id$="_BottomLink"] a{
    background-color: #B32D00;
}

.home .HLLandingControl div[id$="_BottomLink"] a:hover{
    background-color: #EC4526;
}

.btn-4-split.make-buttons a{
     background-color: #B32D00 !important;
    color: #ffffff;
}

.btn-4-split.make-buttons a:hover {
    background-color: #EC4526 !important;
    color: #ffffff;
}

#FOOTER h3{
  color:#30a5a5
}
#FOOTER a:hover{
  color: #EC4526;
}

.sub-footer{
  background: transparent;
}

.social-icons a img{
   background-color: #B32D00 !important;
    color: #fff;
}
.social-icons a:hover img {
    background-color: #EC4526 !important;
    color: #fff;
}

/****** accordion ******/
.accordion > input[name="collapse"] {
  display: none;
}

.accordion .content {
  background: #fff;
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

.accordion label {
    display: inline-block;
    padding: 12px 25px;
text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    background-color: #282828;
  border-spacing: 15px;
    line-height: 16px;
    border: 1;
    letter-spacing: 1px;
     margin-top:10px;
}
 
.accordion label:hover,
.accordion label:focus {
  color: #fff;
	background: #FF6600;
}
 
.accordion .handle label:before {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  margin-right: 10px;
  font-size: 1em;
  line-height: 1.556em;
  vertical-align: middle;
  transition: 0.4s;
  
}
 
.accordion > input[name="collapse"]:checked ~ .handle label:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.1s;
}

.accordion > input[name="collapse"]:checked ~ .content {
  height: 100%;
  transition: height 0.2s;
}

.navbar-toggle {
background-color: black;
}



/* session schedule */
.tl-collapse.sessions h2 {
    font-size: 32px;
    color: #1D7689;
    font-weight: 700px;
}
.tl-collapse.sessions h3 {
    color: #161c20;
    background: #f0f0f0;
    font-weight: 500px;
    padding: 7px 15px;
    line-height: 1.25em;
    font-size: 25px;
    --g: #000, #0000 1deg 179deg,#000 180deg;
    --mask: conic-gradient(from -45deg at top 10px right 10px,var(--g)) 100% 0 /51% 100% no-repeat, conic-gradient(from -225deg at bottom 10px left 10px,var(--g)) 0 100%/51% 100% no-repeat;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.tl-collapse.sessions h3.collapsed {
    background: #f0f0f0;
}
.tl-collapse.sessions h3:hoverx {
    background: #FF6600;
}
.tl-collapse.sessions h3 em {
    display: inline-block;
    margin-left: 25px;
    font-weight: normal;
    xfont-style: normal;
    font-size: 0.85em;
    line-height: 1.25em;
}
.tl-collapse.sessions h3:before {
    display: inline-block;
    margin-right: 15px;
    width: 10px;
}

.tl-collapse.sessions h3 + div {
    margin-left: 45px;
}
body > div.modal-backdrop.in{display:none;}

body.ribbit:not(.interior) .row>div[class*=col-md-]>div[class*=Content] .HLLandingControl{
    filter: unset;
    box-shadow: 0px 1px 4px rgba(131, 135, 145, 0.16);
}

/* PAGE TITLES */
#PageTitleH1:after {
    display: none;
}
#PageTitleH1 {
    padding-top: 120px;
}
@media screen and (max-width: 991px) {
    #PageTitleH1 {
        font-size: 4vw;
    }
}
@media screen and (max-width: 767px) {
    #PageTitleH1 {
        font-size: 4vw;
    }
}

/* HOME FIXES */
#MPSideNav .navbar-default .navbar-nav li .community + ul.dropdown-menu a{
        color: white !important;
}
.make-buttons .HtmlContent a{
    color: #fff;
}
.home .row.ads-container{
    margin: auto;
}
.home .HLEventList .timeAgoFormat{
    margin-bottom: 15px;
}