/* -------general------- */
.cl-white-fg {
    color: #fff;
}
.cl-trans-overlay {
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
}
body.custom-landing-body {
    background: #f5f5f5 !important;
}
body.custom-landing-body a:hover {
    text-decoration: none;
}
.cl-banner-img {
    float: left;
    height: 50px;
}
@media (max-width: 768px) {
    .cl-banner-img {
        display: none;
    }
}
.cl-row {
    padding-top: 15px;
    padding-bottom: 30px;
}
.cl-row h1,
.cl-row h2,
.cl-row h3,
.cl-row h4 {
    text-align: center;
    padding-bottom: 8px;
}
.cl-row ul {
    list-style-position: inside;
}
.cl-row ul li {
    font-size: 15px;
}
.cl-row h1 {
    font-size: 50px;
}
.cl-row h2 {
    font-size: 35px;
}
.cl-row p {
    font-size: 18px;
}
.custom-landing-body hr.dark {
    border: 0;
    height: 2px;
    width: 25%;
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-bottom: 45px;
}
.custom-landing-body hr.white {
    border: 0;
    height: 2px;
    width: 25%;
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-bottom: 45px;
}
.cl-section .btn {
    border: none;
    color: #fff;
    -o-transition: .10s;
    -ms-transition: .10s;
    -moz-transition: .10s;
    -webkit-transition: .10s;
    transition: .10s;
}
.custom-landing-body a {
    -o-transition: .10s;
    -ms-transition: .10s;
    -moz-transition: .10s;
    -webkit-transition: .10s;
    transition: .10s;
}
/* -------END general------- */
/* --------navbar------- */
/* responive view hamburger toggle button line color */
.cl-search .btn-primary {
    background-color: #ccc;
    border-color: #ccc;
}
.custom-landing-body nav.navbar-sub-hero {
    border: none;
    background: none;
    z-index: 99;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* topbar menu items displayed on full*/
    /* navbar logo */
}
.custom-landing-body nav.navbar-sub-hero input[type="text"].cl-search-box {
    top: 13px;
    border-radius: 5px;
    float: right;
    width: 150px;
    font-weight: normal;
}
.custom-landing-body nav.navbar-sub-hero .cl-search-btn {
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    border-radius: 5px;
}
.custom-landing-body nav.navbar-sub-hero #ideascale-navbar-collapse-1 ul li {
    text-transform: uppercase;
    font-size: 18px;
    /* submenu items */
}
.custom-landing-body nav.navbar-sub-hero #ideascale-navbar-collapse-1 ul li > ul > li {
    font-size: 15px;
    text-transform: none;
}
.custom-landing-body nav.navbar-sub-hero .navbar-brand {
    padding: 0;
}
.custom-landing-body nav.navbar-sub-hero .navbar-brand > img {
    padding: 10px 30px 5px 10px;
    max-height: 50px;
}
.custom-landing-body nav.navbar-sub-hero .navbar-nav {
    /* top level items without a dropdown menu*/
}
.custom-landing-body nav.navbar-sub-hero .navbar-nav > li > a {
    color: #000;
}
.navbar-light .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    z-index: 999;
}
@media (max-width: 768px) {
    .navbar-sub-hero[role="search"] {
        display: none;
    }
}
nav.navbar-sub-hero .navbar-nav li:nth-child(1) {
    font-weight: 600;
    text-transform: none !important;
}
/* -------END navbar------- */
/* -------carousel------ */

.carousel-inner > .carousel-item-1 {
    background: url("/community-library/1022/Hero-Image-1.png") !important;
    background-size: cover !important;
}
.carousel-inner > .carousel-item-2 {
    background-image: url("/community-library/accounts/93/934495/IMG_20191027_093125-424de3.jpg") !important;
    }
.carousel-inner > .carousel-item-3 {
    background-image: url("/community-library/accounts/93/934495/DSC06642.jpg ")!important;
}

.carousel-inner > .carousel-item-4 {
    background-image: url("/community-library/accounts/93/934495/IMG_2732.JPG ")!important;
}

.carousel-caption {
    left: 0;
    top: 30%;
    width: 100%;
}
.carousel-caption > p {
    margin: 0 auto;
    display: block;
    width: 90%;
    font-size: 18px;
    padding-bottom: 15px;
    text-shadow: #000 1px 2px 17px;
    font-weight: 700;
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4 {
    font-weight: 900;
    text-shadow: #000 1px 2px 17px;
}
.carousel-caption h1 {
    font-size: 40px;
}
.carousel-caption .btn {
    font-weight: 900;
    margin: 0 auto;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
}
.carousel .carousel-item {
    width: 100%;
    height: 500px;
    background-size: cover;
}
@media (max-width: 400px) {
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 15px;
        padding-bottom: 15px;
    }
}
/* turn off default carousel controls from bootstrap */
.carousel-control.left {
    display: none;
}
.carousel-control.right {
    display: none;
}

/* overriding default bootstrap styles for the circle controllers to make them sleek squares */
.carousel-indicators li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin-bottom: 1px;
}
/* -------END carousel------ */
/* -------your role------- */
.cl-your-role > .cl-row {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
.cl-your-role > .cl-row > img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    margin-bottom: 15px;
}
/* -------END your role-------- */
/* -------idea boxes, regular------ */
.cl-ideas .cl-idea-box {
    transition: visibility 0s 2s, opacity 2s linear;

    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 30px;
    height: 270px;
    border-radius: 5px;
}
.cl-ideas .cl-idea-box p {
    font-size: 14px;
    color: #333;
}
.cl-ideas .cl-idea-box h3 a {
    font-weight: 900;
}
.cl-ideas .cl-idea-stats {
    position: absolute;
    bottom: 45px;
    left: 30px;
}
@media (max-width: 768px) {
    .cl-ideas .cl-idea-stats {
        bottom: 15px;
    }
}
@media (max-width: 400px) {
    .cl-ideas .cl-idea-box {
        margin-left: 8px;
        margin-right: 8px;
    }
}
/* -------END idea boxes, regular------ */
/* -------idea boxes, pinned ------ */
.cl-ideas-pinned .cl-idea-box h3 a {
    font-weight: 900;
}
.cl-ideas-pinned .cl-idea-center-pin {
    text-align: center;
    width: 100%;
    font-size: 35px;
    top: -25px;
    left: 5px;
    position: absolute;
}
.cl-ideas-pinned .cl-idea-stats {
    bottom: 15px;
    left: 15px;
}
.cl-ideas-pinned .cl-pin-rotate1 {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.cl-ideas-pinned .cl-pin-rotate1:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.cl-ideas-pinned .cl-pin-rotate2 {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
}
.cl-ideas-pinned .cl-pin-rotate2:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
@media (min-width: 1200px) {
    .cl-ideas-pinned > .cl-row {
        padding-left: 90px;
        padding-right: 90px;
    }
}
/* -------END idea boxes, pinned ------ */
/* -------idea boxes, callout style------ */
.cl-ideas-callout {
    position: relative;
    /* used to add padding to every other callout idea for visual interest */
}
.cl-ideas-callout .cl-ideas-callout-style {
    border: none;
    box-shadow: none;
    position: relative;
}
.cl-ideas-callout .cl-idea-stats-callout {
    position: absolute;
    bottom: 12px;
    left: 15px;
}
.cl-ideas-callout .cl-idea-stats-callout-reverse {
    position: absolute;
    bottom: 12px;
    right: 15px;
}
.cl-ideas-callout .cl-ideas-callout-extra-margin {
    margin-top: 50px;
}
.cl-ideas-callout .cl-ideas-callout-triangle {
    background: url("/images/custom-landing/callout.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 60%;
    height: 60px;
    margin-top: -30px;
}
.cl-ideas-callout .cl-ideas-callout-triangle-reverse {
    background: url("/images/custom-landing/callout2.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 170px;
    width: 60%;
    height: 60px;
    margin-top: -30px;
}
.cl-ideas-callout .cl-ideas-callout-author {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    position: absolute;
    bottom: 15px;
    right: 55px;
    z-index: 1;
}
.cl-ideas-callout .cl-ideas-callout-author-reverse {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    position: absolute;
    bottom: 15px;
    left: 45px;
    z-index: 1;
}
@media (min-width: 1200px) {
    .cl-ideas-callout > .cl-row {
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (max-width: 1200px) {
    .cl-ideas-callout .cl-ideas-callout-style {
        margin-left: 1px;
        margin-right: 1px;
    }
}
/* -------END idea boxes, callout style------ */
/* -------campaigns, standard with campaign logo with white title overlay, contained in white box------ */
.cl-campaigns .cl-campaign-box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.cl-campaigns .cl-campaign-box p {
    font-size: 14px;
    color: #333;
}
a:hover > .cl-campaign-box {
    background-color: #f5f5f5;
}
.cl-campaigns .cl-campaign-title {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    text-shadow: #000 1px 2px 17px;
}
.cl-campaigns .cl-campaign-title-horizontal {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    text-decoration: none;
}
.cl-campaigns .cl-campaign-idea-number {
    font-size: 16px;
    color: #999;
    font-weight: 900;
}
.cl-campaigns .cl-campaign-logo-box {
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: none;
}
.cl-campaigns .cl-campaign-logo {
    height: 100%;
    float: left;
    display: inline-block;
    padding-right: 15px;
}
.cl-campaigns .cl-campaign-end-date {
    float: right;
}
.cl-campaigns-horizontal .cl-row h3 {
    text-align: left;
}
.cl-campaigns-horizontal .row {
    padding: 15px;
}
.cl-campaigns-horizontal .container {
    width: auto;
    border: 1px solid #ccc;
    padding: 7.5px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.cl-campaigns-horizontal .container:hover {
    background-color: #f5f5f5;
}
.cl-campaigns-horizontal .img-responsive {
    padding-bottom: 15px;
}
.cl-campaigns-horizontal .cl-row h3 {
    color: #000;
}
.cl-campaign-horz-description {
    font-size: 14px !important;
}
.cl-campaign-horz-name {
    font-size: 25px ;
}
@media (min-width: 1200px) {
    .cl-campaigns > .cl-row {
        padding-left: 90px;
        padding-right: 90px;
    }
}
/* -------END campaigns, standard with campaign logo with white title overlay, contained in white box------ */
/* -------tags------ */
/* word cloud frequency widget */
.cl-tags a.very-high {
    font-size: 23px;
}
.cl-tags a.high {
    font-size: 20px;
}
.cl-tags a.medium-high {
    font-size: 17px;
}
.cl-tags a.medium {
    font-size: 13px;
}
.cl-tags a.medium-low {
    font-size: 10px;
}
.cl-tags a.low {
    font-size: 9px;
}
.cl-tags a.very-low {
    font-size: 8px;
}
/* -------END tags------ */
/* -------footer------ */
.cl-footer{
    position: relative;
}
.cl-footer .cl-row {
    padding-left: 30px;
    margin-top: -15px;
}
.cl-footer h4 {
    text-align: left !important;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 900;
}
.cl-footer ul li {
    list-style: none;
    padding: 5px 5px 5px 0;
    font-size: 14px;
}
.cl-footer ul {
    padding-left: 0;
}
.cl-footer ul li a {
    color: #fff;
}
.cl-footer ul li a:hover {
    color: #fff;
}
.cl-footer p {
    font-size: 10px;
    text-align: center;
}
/* -------END footer------ */
/* -------leaderboard----- */
.cl-leaderboard-img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
/* -------END leaderboard----- */
/* -------video area------ */
.cl-video-section iframe {
    border: 0px;
}
.cl-video-section .fa-play-circle {
    display: none;
}
.cl-video-section .cl-video-sm-link {
    color: #fff !important;
}
@media (min-width: 767px) {
    .cl-video-section .cl-video-sm-link {
        display: none;
    }
}
@media (max-width: 767px) {
    .cl-video-section iframe {
        display: none;
    }
    .cl-video-section a > .fa-play-circle {
        font-size: 100px;
        margin: 0 auto;
        padding-bottom: 30px;
        display: block;
        text-align: center;
        color: #fff;
    }
    .cl-video-section a > .fa-play-circle:hover {
        text-decoration: none;
    }
    .cl-video-section .cl-play-video-text {
        display: block;
    }
}
/* -------END video area------ */
.responsive {
  width: 100%;
  height: auto;
}




.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* -------START community specific custom overrides below here ------ */
.main-container.custom-landing-page{
    max-width: 100%;
    padding: 0;
}