* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, .root {
  font-size: 62.5%;
}
body.webstorm-level {
  font-family: 'Lato', 'Open Sans', arial, sans serif !important;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  font-size: unset;
}

body {
  overscroll-behavior-y: none;
  -ms-scroll-chaining: none;
}

/*******************************************************************************
    Webstorm Level - Typography
********************************************************************************/
.webstorm-level .widget_container p, .webstorm-level .widget_container table td, .webstorm-level .widget_container .rich_text_widget span {
  font-size: 1.6rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #797D7F;
}
.webstorm-level .widget_container .boxcontent a {
  font-weight: 400;
}

/*******************************************************************************
    Webstorm Level - Banner
********************************************************************************/

.webstorm-level #bi-page-s #banner {}


/*******************************************************************************
    Webstorm Level - Global Nav Bar
********************************************************************************/

.webstorm-level #global-nav-bar-content {
  max-width: 100%;
  padding: 0 3.2rem;
  box-sizing: border-box;
}
.webstorm-level #global-nav-bar, .webstorm-level #nav-bar {
  height: 4.8rem;
}
.webstorm-level #global-nav-placeholder {
  height: 4.8rem;
}
.webstorm-level #nav-bar #nav-bar-logo {
  width: auto;
  margin-right: 3.2rem;
}
.webstorm-level #nav-bar .global-nav-badge {
  height: auto;
}



/*******************************************************************************
    Webstorm Level - Navigation Bar
********************************************************************************/

.webstorm-level #bi-page-s #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
  position: absolute;
//  top: 4.8rem;
  background-color: transparent;
}
.webstorm-level .fractal-dynamic-nav-v1 .nav-desktop, .webstorm-level #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
  height: 6.4rem;
}

/*******************************************************************************
    Webstorm Level - Main Content Wrapper
********************************************************************************/

.webstorm-level #bi-page-s #main_content {
  min-height: 500px;
  max-width: 1440px;
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 2.4rem 0 6rem;
}


/*******************************************************************************
    Webstorm Level - Home Page - Columns
********************************************************************************/

.webstorm-level #bi-page-s #main_content #container_1 {display: none !important;}

.webstorm-level #bi-page-s #main_content #container_2 {
  float: none;
  flex: 0 0 66.7%;
  width: auto;
  padding: 0;
}
.webstorm-level #bi-page-s #main_content #container_2 .widget_container {
  padding: 0 3.2rem 0 12rem;
}
.webstorm-level #bi-page-s #main_content #container_3 {
  float: none;
  flex: 0 0 33.3%;
  width: auto;
  padding: 0;
}
#bi-page-s #container_3 .widget_container {
  padding: 0 12rem 0 3.2rem;
}
.webstorm-level #bi-page-s #main_content #container_2 .widget_container, .webstorm-level #bi-page-s #main_content #container_3 .widget_container {
  margin: 6.4rem 0 0 0 !important;
  width: auto;
}
.webstorm-level #bi-page-s #main_content #container_2, .webstorm-level #bi-page-s #main_content #container_4, .webstorm-level #bi-page-s #main_content #container_6 {
  background-color: #fff !Important;
}

/*******************************************************************************
    Widget Format
********************************************************************************/
.webstorm-level #main_content .widget_title {
  font-size: 2.4rem !important;
  padding: 0;
  text-align: left !important;
  font-family: 'Lato', 'Open Sans', arial, sans serif !important;
  font-weight: 400 !important;
  color: #444647 !important;
}
.webstorm-level #main_content .title_back {
  margin: 0 !important;
  border-radius: 0;
  border: none;
  padding: 0 0 1.6rem 0 !important;
}
.webstorm-level .widget_container .boxcontent {
  padding: 0;
}

/*******************************************************************************
    Webstorm Level - Hero / Header
********************************************************************************/

.webstorm-level #container_homepage_header {
  max-width: 1440px;
}
.webstorm-level #container_homepage_header, .webstorm-level #container_homepage_header #display-section {
  height: 90vh !important;
}
.webstorm-level #container_homepage_header #display-region {
  z-index: initial;
}
.webstorm-level #container_homepage_header #display-region #hh-actions {
  top: 1.6rem;
  right: 20rem;
  z-index: 400;
}
.webstorm-level #container_homepage_header #display-region #hh-display {
  overflow: visible;
}
.webstorm-level #container_homepage_header #display-region #hh-display h2 {
  font-size: 6rem !important;
  line-height: 7.2rem;
  letter-spacing: -0.05rem;
  font-weight: 700 !important;
}
.webstorm-level #container_homepage_header #display-region #hh-display h2::before {
  content: 'Ideate, Collaborate, Design, Build';
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}
.webstorm-level #container_homepage_header #display-region #hh-display h3 {
  margin: 4rem auto 6.4rem !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  letter-spacing: 0.02rem;
}
.webstorm-level #container_homepage_header #hh-layout {
  min-width: 0;
}
.webstorm-level #container_homepage_header #display-region #hh-display #hh-gradient {
  width: 100%;
  background: #101010;
}
.webstorm-level #container_homepage_header #display-region #hh-display #hh-display-content-wrap {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.webstorm-level #container_homepage_header #display-region #hh-headline .btn-lg, 
.webstorm-level #container_homepage_header #display-region #hh-buttons .btn-lg {
  margin: 0 0.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.webstorm-level #container_homepage_header #display-region #hh-headline .btn-lg:hover, 
.webstorm-level #container_homepage_header #display-region #hh-buttons .btn-lg:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.webstorm-level #container_homepage_header #display-region #hh-display #hh-display-wrap {
  padding: 0;
  max-width: 1200px;
}
.webstorm-level #container_homepage_header.wide {
  margin-bottom: 0;
}
.webstorm-level #container_homepage_header #display-region #hh-actions #hh-subscribe a.subscribe {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
  font-weight: 600 !important;
  transition: 0.2s ease;
  font-size: 1.2rem !important;
  border-radius: 4px;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  width: auto;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 1.6rem;
}
.webstorm-level #container_homepage_header #display-region #hh-actions #hh-subscribe a.subscribe:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #e67e22 !important;
}
.webstorm-level #container_homepage_header #display-region #hh-actions #hh-subscribe a.subscribe.subscribed:hover {
  color: #e67e22 !important;
}


/*******************************************************************************
    Webstorm Level - Success Criteria Widget
********************************************************************************/
.table--success-criteria tbody tr td {
  width: 50%;
  text-align: left;
}
.table--success-criteria tbody tr td::before {
  content: '\f058';
  font-family: FontAwesome;
  font-size: 1.6rem;
  margin-right: 1.6rem;
  color: #D5D9DB;
}


/*******************************************************************************
    Webstorm Level - Phase Widget
********************************************************************************/
.webstorm-level .phase-widget-container #phases {
  width: auto;
  float: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
/*
.phase-widget-container #phases::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 0.6rem;
}
*/
.webstorm-level .phase-nav-button {
  display: none;
}
.webstorm-level #phase-list {
  width: 100% !important;
}
.webstorm-level #phases .phase-wrapper {
  width: 100% !important;
  height: auto !important;
  float: none;
  border-right: none;
  position: relative;
}
.webstorm-level #phases .phase-wrapper:first-child {
  border: none;
}
.webstorm-level #phases #phase-list .phase-wrapper:not(:first-child) {
  margin-top: 2.4rem;
}
.webstorm-level .phase_widget_widget #phases .phase-wrapper.current-phase {
  background: none !important;
}
.webstorm-level #phases .phase-wrapper::before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 60px;
  background-color: #ccc;
  margin-right: 1.2rem;
  position: absolute;
  z-index: 10;
}
.webstorm-level #phases .phase-wrapper.current-phase::before {
  content: '';
  background-color: #e67e22;
}
.webstorm-level #phases .phase-wrapper:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 135%;
  position: absolute;
  display: block;
  background-color: #ccc;
  top: 0.5rem;
  left: 0.6rem;
}
.webstorm-level #phases .phase-content {
  display: block;
  margin-left: 2.4rem;
}
.webstorm-level #phases .phase-content .phase-name {
  text-align: left;
  font-size: 1.4rem !important;
  color: #797D7F !important;
  font-weight: 600 !important;
}
.webstorm-level #phases .phase-wrapper.current-phase .phase-content, .webstorm-level #phases .phase-wrapper .phase-content {
  color: #797D7F;
}
.webstorm-level #phases #next-phase {
  display: none !important;
}
.webstorm-level #phases .phase-desc {
  color: #797D7F;
  font-size: 1.2rem;
}
.webstorm-level #phases .phase-desc, #phases .phase-start {
  display: block !important;
  margin-top: 0.4rem;
}


/*******************************************************************************
    Webstorm Level - Investment Criteria
********************************************************************************/
#investment-criteria > tbody > tr:nth-child(1) > td .fa {
  font-family: FontAwesome;
  font-size: 3.2rem;
  color: #797D7F;

}
#investment-criteria > tbody > tr:nth-child(2) > td, #investment-criteria > tbody > tr:nth-child(2) > td span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  padding-bottom: 0.8rem;
}
#investment-criteria > tbody > tr:nth-child(3) > td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #797D7F;
  letter-spacing: 0.02rem;
}

/*******************************************************************************
    Webstorm Level - Meet the Judges
********************************************************************************/
#meet-the-judges > tbody > tr > td > img {
  border-radius: 60px;
  width: 9.6rem;
  height: 9.6rem;
}
.table--standard {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.table--standard > tbody > tr:nth-child(2) > td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  padding-bottom: 0;
  padding-top: 0;
  color: #444647;
}
.table--standard > tbody > tr:nth-child(3) > td {
  padding-top: 0;
}
.table--standard > tbody > tr > td {
  padding: 1.6rem;
}
#meet-the-judges > tbody > tr:nth-child(3) > td {
  font-size: 1.4rem;
  line-height: 2.2rem;
}


/*******************************************************************************
    Webstorm Level - Schedule
********************************************************************************/
#schedule > tbody > tr:nth-child(odd) td {
  font-size: 1.6rem;
  font-weight: 600;
  color: #797D7F;
  margin-bottom: 0.8rem;
  display: block;
}
#schedule > tbody > tr:nth-child(even):not(:last-child) td {
  padding-bottom: 2.4rem;
}

/*******************************************************************************
    Webstorm Level - Browse Ideas Card Update Format
********************************************************************************/

.webstorm-level .fractal-button, .webstorm .fractal-widget-ideaboard .ideaboard-filter-bar .ideaboard-filter-left {
  font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level .fractal-widget-ideaboard .ideaboard-filter-bar .f-btn-link-animated {
  color: #444647;
}
.fractal-button.f-btn-link-animated:after, .fractal-widget-ideaboard .ideaboard-filter-bar .ideaboard-filter-left .ideaboard-filter-total {
  color: #797D7F;
}
.webstorm-level .fractal-widget-ideaboard .ideaboard-filter-bar {
 margin-bottom: 1.4rem;
}
.webstorm-level #bi-page-ct-list #main_content {
  max-width: 1200px;
  margin-top: 2.4rem;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card, .webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card-placeholder {
  height: auto;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transform: none;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image {
  margin-top: 10.4rem;
  height: 16rem;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-campaign-title, .webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-title {
  position: absolute;
  top: 2rem;
  left: 1.6rem;
  color: #444647;
  font-weight: 600;
  text-shadow: none;
  font-size: 1.6rem;
  overflow: hidden;
  max-width: 90%;
  max-height: 4.8rem;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-member-row .f-card-member-image {
  position: absolute;
  top: 7.2rem;
  left: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-member-row .f-card-screenname {
  margin: 0;
  position: absolute;
  top: 8rem;
  left: 7.2rem;
  color: #797D7F;
  text-shadow: none;
  font-size: 1.2rem;
  font-weight: 400;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-status-row .f-card-status {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
}
.webstorm-level .f-idea-score-footer {
  justify-content: flex-end;
}
.webstorm-level .f-idea-score-footer .f-idea-score-scores {
  margin-right: 1.6rem;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-description {
  height: 7rem;
  padding: 1.6rem;
  margin-bottom: 2.4rem;
  color: #797D7F;
}
.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-footer {
  padding: 0 1.6rem 1.6rem 0;
  height: auto;
}

/*******************************************************************************
    Webstorm Level - FAQ
********************************************************************************/
.faq .arrow::after {
    content:'\f107';
    font-family: FontAwesome;
    font-size: 1.6rem;
    color: #BDC3C7;
    display: inline-block;
    float: right;
    margin-left: 12px;
    transition: ease 0.2s;
}
.faq .arrow.rotate::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.question-container {
    padding: 24px;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
    margin: 1.6rem auto 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: 0.2s ease;
}
.question-container:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.question-container ul, .question-container ol {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
}
.question-container ul li, .question-container ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.question-container ul {
  list-style: disc;
}
.question-container ul li {
  margin-top: 0.8rem;
}
.question-container ol {
  list-style: decimal;
}
.question-container ol li {
  margin-top: 1.6rem;
}
.question-container h5 {
    margin: 0;
    font-size: 1.6rem;
    color: #444647;
    font-weight: 400;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.question-list {
  margin: 3.2rem 0 6.4rem;
}
.answer-container {
    display: none;
}
.question-container p {
  margin-top: 1.6rem;
}
#bi-page-a #container_1 .widget_container {
  margin: 6.4rem auto 0 !important;
  width: auto;
  max-width: 96rem;
}
#bi-page-a #container_1 .widget_container .boxcontent {
  overflow: visible;
}
#bi-page-a #container_1 .widget_container .cell {
  padding: 0;
}


/*******************************************************************************
    Webstorm Level - News
********************************************************************************/

.webstorm-level #bi-page-ct-blog-list #main_content {
    max-width: 96rem;
    margin: 0 auto 4.8rem;
    padding: 0;
}
.webstorm-level #container_ct_blog_list_1 {
    margin-left: 0;
    width: 22%;
    float: left;
}
.webstorm-level #container_ct_blog_list_1 .widget_container {margin-bottom: 2.4rem;}
.webstorm-level #container_ct_blog_list_1 .widget_container .boxcontent {
    padding: 0;
}
.webstorm-level #container_ct_blog_list_1 .widget_title {
    color: #666;
    font-size: 1.4rem;
    font-weight: 600 !important;
    text-align: left;
    padding-left: 0;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #container_ct_blog_list_2 {
    display: block;
    margin-bottom: 36px;
    text-align: center;
}
.webstorm-level #container_ct_blog_list_2 .widget_container {
    margin-bottom: 0;
}
.webstorm-level #container_ct_blog_list_2 .boxcontent {
    padding: 0;
}
.webstorm-level #content_blog_list {
    width: 74%;
    margin-left: 4%;
    float: right;
}
.webstorm-level #bi-page-ct-blog-list table {
    margin-bottom: 0;
}
.webstorm-level #bi-page-ct-blog-list .blogcontent {
    color: #888;
    padding-bottom: 3.6rem;
    margin-bottom: 3.6rem;
}
.webstorm-level .blog_list_widget .boxcontent > div > table,
.webstorm-level .blog_list_widget .boxcontent > div > table td {
    border: none;
}
.webstorm-level .blog_list_widget {
    border: 1px solid #ccc;
}
.webstorm-level #ent_blog_topic_list p {
    margin: 0 !important;
}
.webstorm-level .enterprise_post_blog_widget .boxcontent {
    overflow: visible;
}
.webstorm-level .post_idea_button a, .post_blog_button a {
  border-radius: 20px;
}
.webstorm-level .post_blog_button a {
    display: grid;
    height: 4.8rem !important;
    line-height: 4.8rem;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.2s ease;
    width: 100%;
    border-radius: 4px;
    text-shadow: none;
    padding: 0;
}
.webstorm-level .post_idea_button a:hover, .post_blog_button a:hover, .request-ws-btn a:hover {
    transition: 0.2s ease;
}
/*
.webstorm-level .post_blog_button a:hover {
  background-color: #800000;
  color: #fff;
  border: 2px solid #800000;
}
*/
.webstorm-level .post_blog_button {
    background-color: transparent;
}
.webstorm-level .blog_list_widget {
    background-color: #fff;
}
.webstorm-level .blog_list_widget #blogsubject a {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #content_blog_list #blog_title_small {
    margin-top: 1em;
    display: inline-block;
}
.webstorm-level .blog_list_widget .blogcontent {
  margin-top: 1.2rem;
}
.webstorm-level .blog_list_widget .blogcontent p, .blog_list_widget .blogcontent span {
    color: #888;
    font-size: 1.4rem;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level .undertext a {
    font-size: 1.3rem;
}
.webstorm-level #quoteAlt1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.webstorm-level #bi-page-ct-blog-list .blog_list_widget .boxcontent > div > table {
    width: 69.0rem !important;
    margin-bottom: 2.4rem;
}
.webstorm-level #bi-page-ct-blog-list .blog_list_widget .boxcontent > div > table > tbody > tr > td:first-child > span > span {
    font-size: 2rem !important;
    font-weight: 400 !important;
    padding-left: 0 !important;
}
.webstorm-level .blog_list_widget .boxcontent {
  padding: 1.2rem;
}


/* BI:  Post Blog Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.webstorm-level .section.sub-page.hero.post-blog {
  background-image: none;
  background-color: #404040;
}
.webstorm-level #bi-page-ct-a-enter-blog {
  background-color: #f5f5f5;
}
.webstorm-level #bi-page-ct-a-enter-blog #main_content {
    max-width: 96rem;
    margin: 4.8rem auto;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}
.webstorm-level #container_enter_blog_2 {
    display: block;
    margin-bottom: 36px;
    text-align: center;
}
.webstorm-level #container_enter_blog_2 .boxcontent {
    padding: 0;
}
.webstorm-level #bi-page-ct-a-enter-blog #container_enter_blog_1 {
    margin: 0;
    flex: 1 1 15%;
   min-width: 0;
   min-height: 0;
}
.webstorm-level #bi-page-ct-a-enter-blog #container_enter_blog_1 .widget_container {
  margin-bottom: 24px;
  border: none;
}
.webstorm-level #bi-page-ct-a-enter-blog #main_content #container_enter_blog_1 .widget_title {
    font-size: 1.4rem !important;
    color: #444647;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
    padding: 0;
    text-align: left;
}
.webstorm-level #bi-page-ct-a-enter-blog #content_enter_blog {
    margin: 0 0 0 4%;
    flex: 1 1 80%;
   min-width: 0;
}
.webstorm-level #bi-page-ct-a-enter-blog #enter_blog_main_content {
    padding: 3.2rem 3.2rem 4.8rem;
    margin-top: 0;
    margin-bottom: 0px;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
}
.webstorm-level #bi-page-ct-a-enter-blog #main_form .input_box {
    background-color: #f6f6f6;
    border-radius: 2px;
    width: 100% !important;
}
.webstorm-level #content_enter_blog #blog_subject_title,
.webstorm-level #content_enter_blog #main_form label,
.webstorm-level #content_enter_blog #txtIdeaTag {
    width: 100% !important;
    margin-left: 0;
    box-sizing: border-box;
}
.webstorm-level #content_enter_blog #divMyTags,
.webstorm-level #content_enter_blog #divMyTags table {
    width: 100% !important;
    margin-bottom: 0px;
}
.webstorm-level #content_enter_blog #main_form b {
    font-family: 'Lato', 'Open Sans', arial, sans serif;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    display: inline-block;
    margin-bottom: 12px;
}
.webstorm-level #main_form > div:first-child {
    position: absolute;
    right: 36px;
}
.webstorm-level #content_enter_blog #elm1_tbl {
    width: 100% !important;
}
.webstorm-level #content_enter_blog #blog_subject_title {}
.webstorm-level #content_enter_blog #divMyTags table tr td {
    border: none;
}
.webstorm-level #content_enter_blog #divMyTags table tr td:nth-child(1) {
    padding: 0;
    float: left;
}
.webstorm-level #content_enter_blog #divMyTags table tr td:nth-child(2) {
    float: right !important;
    padding: 0;
    margin: 0;
}
.webstorm-level #content_enter_blog #divMyTags table tr td:nth-child(2) button {
    margin: 0.8rem 0 0 0;
}
.webstorm-level #content_enter_blog #btnAddTag {
    border: 2px solid #e67e22;
    color: #fff;
    margin-top: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    height: 20px;
    line-height: 20px;
    padding: 0;
    min-width: 60px;
    box-sizing: border-box;
    background: none;
    background-color: #e67e22;
    transition: 0.2s ease;
    border-radius: 4px;
    font-family: 'Lato', 'Open Sans', arial, sans serf;
    box-sizing: content-box;
}
.webstorm-level #content_enter_blog #btnAddTag:hover {
    color: #fff;
}

.webstorm-level #content_enter_blog .input_dropdown {
    width: 100%;
    margin-top: -24px;
}
.webstorm-level #content_enter_blog #blog_attachment_upload_list {
    margin-bottom: -2.4rem;
}
.webstorm-level #enter_blog_main_content #bi-preview-btn {
    padding-right: 0;
    display: none !important;
}
.webstorm-level #enter_blog_main_content #bi-preview-btn, .webstorm-level #enter_blog_main_content #post-blog-draft-button {
    background: none;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    font-size: 1.4rem;
    float: right;
    line-height: 3.2rem;
    color: #e67e22;
}
.webstorm-level #enter_blog_main_content #bi-preview-btn:hover,
.webstorm-level #enter_blog_main_content #post-blog-draft-button:hover {
    background: none;
    text-decoration: underline !important;
    text-shadow: none;
}
.webstorm-level #enter_blog_main_content #bi-post-btn {
    float: left;
}
.webstorm-level #i_upload_multiple_blog_attachment {
    width: 100% !important;
}
.webstorm-level #my_blog_drafts_container img[src*="https://d1dxeoyimx6ufk.cloudfront.net/ct/images/c_garbage.gif"] {
    display: none;
}
.webstorm-level #my_blog_drafts_container p a:nth-child(1) {
    vertical-align: middle;
}
.webstorm-level #my_blog_drafts_container p a:nth-child(1)::before {
    content: '\E92B';
    cursor: pointer;
    font-family: 'Material Icons';
    font-size: 18px;
    color: #888;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.webstorm-level #bi-page-ct-a-enter-blog #full_preview {width: 100% !Important;}
.webstorm-level #bi-page-ct-a-enter-blog #full_preview #blog_title {text-align: center;}

.webstorm-level #bi-page-ct-a-enter-blog #bi-save-btn, .webstorm-level #submitform #bi-preview-btn, .webstorm-level #submitform #post-blog-draft-button, .webstorm-level #submitform #bi-post-btn {
  margin: 0 !important;
  border-radius: 4px;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  display: inline-block;
  height: 3.6rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 600 !important;
  line-height: 3.2rem;
  white-space: nowrap;
  text-decoration: none;
}
.webstorm-level #submitform #post-blog-draft-button:hover {
  color: #e67e22;
  text-decoration: underline;
}
.webstorm-level #article #button_add_comment:hover {
  color: #fff;
}

/* BI:  View Blog Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.webstorm-level #bi-page-ct-a-view-blog {
  background-color: #f5f5f6;
}
.webstorm-level #bi-page-ct-a-view-blog #main_content {
    width: 100%;
    margin: 6.4rem auto 3.2rem;
    padding: 0;
}
.webstorm-level #container_view_blog_1 {
    margin-left: 0;
    width: 22%;
    float: none;
    display: none;
}
.webstorm-level #container_view_blog_1 .widget_container .boxcontent {
    padding: 0;
}
.webstorm-level #container_view_blog_1 .widget_title {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #content_view_blog {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    float: none;
}
.webstorm-level .view_blog_widget {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
.webstorm-level .view_blog_widget .boxcontent {
    padding: 3.6rem 4.8rem;
}
.webstorm-level .view_blog_widget .boxcontent > table {
    width: 100%;
}
.webstorm-level .view_blog_widget .boxcontent > table tbody tr td:first-child {
    display: none;
}
.webstorm-level .view_blog_widget .boxcontent > table tbody tr td:nth-child(2) {
    padding: 0;
}
.webstorm-level #bi-page-ct-a-view-blog #blogsubject,
.webstorm-level .blogsubject {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin: 0;
    line-height: 3.6rem;
    color: #444647;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #bi-page-ct-a-view-blog #blog_title_small {
    margin: 0.6rem 12px 0 0;
    display: inline-block;
}

.webstorm-level #bi-page-ct-a-view-blog, #bi-page-ct-a-view-blog #quoteAlt1 table:nth-child(2) td {
    padding: 0;
    border: none;
    color: #888;
    font-weight: 400;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #view_blog_main_content td,
.catComment {
    border: none;
}
.webstorm-level .catComment {
    color: #444 !important;
    font-weight: 400;
}
.webstorm-level #bi-page-ct-a-view-blog #comment {
    background-color: #f6f6f6;
}
.webstorm-level #article #button_add_comment {
    border-radius: 4px;
    border: 2px solid #e67e22;
    color: #fff;
    padding: 0 24px;
    transition: 0.2s ease;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 600 !important;
    text-transform: capitalize;
    height: 3.6rem;
    box-sizing: border-box;
    background: none;
    background-color: #e67e22;
    font-family: 'Lato', 'Open Sans', arial, sans serif;
    text-shadow: none;
}
.webstorm-level .view_blog_widget #article {
    padding: 0 !important;
}
.webstorm-level .view_blog_widget .commentsfloat {
    font-size: 1.4rem;
}
.webstorm-level .view_blog_widget #blog_title {
  text-align: center;
  margin-bottom: 6px;
}
.webstorm-level .view_blog_widget #quoteAlt1 .minitext > tbody >tr > td {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 0;
}
.webstorm-level .view_blog_widget #quoteAlt1 .minitext > tbody >tr > td:nth-last-child(1) {
  display: none;
}


/*******************************************************************************
    Webstorm Level - Submit Idea
********************************************************************************/
.webstorm-level #bi-page-ct-a-enter-idea {
  padding: 0;
}
.webstorm-level #bi-page-ct-a-enter-idea #main_idea_container {
  padding: 3.2rem 0 6.4rem;
}
/*
.webstorm-level #bi-page-ct-a-enter-idea #main_content::before {
  content: 'Submission Form';
  text-align: center;
  font-size: 4.8rem;
  font-family: 'Lato', sans serif;
  color: #fff;
  height: 20rem;
  line-height: 16rem;
  width: 100%;
  display: block;
  background-color: #3498DB;
  margin-top: -1px;
}
*/
.webstorm-level #bi-page-ct-a-enter-idea #main_content {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  margin: 0 auto;
  padding: 3.2rem 0 6.4rem;
}
#main_idea_container .col-lg-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.webstorm-level #main_idea_container #idea-layout #side-preview-section {
  position: relative;
  z-index: initial;
  width: auto !important;
  margin-top: 2.4rem;
}
.webstorm-level #main_idea_container .set-section {
  border: none;
  padding: 0;
  margin: 2.4rem 0;
  background-color: transparent !important;
}
.webstorm-level #main_idea_container .bootstrap-tagsinput {
  padding: 0;
}
.webstorm-level #main_idea_container .bootstrap-tagsinput .tt-input.form-control {
  border: none !important;
  margin: 0;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 1.6rem;
}
.webstorm-level .bootstrap-tagsinput .twitter-typeahead {
}
.webstorm-level #main_idea_container #form legend {
  font-size: 2.4rem;
  font-weight: 400;
  color: #444647;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  margin-bottom: 0.8rem;
}
.webstorm-level #main_idea_container .set-section .form-control {
  height: 4.8rem;
  font-size: 1.6rem;
  color: #797D7F;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  border: 1px solid #BDC3C7;
  padding: 0 1.6rem;
}
.webstorm-level #main_idea_container .input-wrap .limiter {
  font-size: 1.4rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #BDC3C7;
  right: 1.6rem;
}
.fractal-fileupload-v2 .f-dropzone-wrapper .f-dropzone {
  border: 2px dashed #D5D9DB;
}
.webstorm-level #idea-sidebar-preview {
  display: none;
}
.webstorm-level #main_idea_container #idea-layout #form-section, .webstorm-level #main_idea_container .redactor-box {
  width: 100%;
  max-width: 700px !important;
  margin: 0 auto !important;
}
.webstorm-level #main_idea_container #form .drop-zone, .webstorm-level .fractal-fileupload-v2 .f-dropzone-wrapper .f-dropzone {
  border: 2px dotted #D5D9DB;
}
.webstorm-level #main_idea_container #form .drop-zone {
  padding: 1.6rem;
}
.webstorm-level #main_idea_container #form .drop-zone .instructions p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #797D7F;
  font-family: 'Lato', arial, sans serif;
}
.webstorm-level #bi-page-ct-a-enter-idea #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.webstorm-level #bi-page-ct-a-enter-idea .OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR #dynamic_navigation_bar .fractal-dynamic-nav-v1 .nav-desktop ul {}
.webstorm-level #main_idea_container #idea-sidebar {
  position: initial;
}
.webstorm-level #main_idea_container #idea-sidebar #sidebar-actions #display-preview {
  display: none;
}
.webstorm-level #main_idea_container #idea-sidebar #sidebar-actions #submit-idea {
  margin: 0 0.4rem;
  padding: 0 3.2rem !important;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif; float: left;
  width: auto;
}
.webstorm-level #main_idea_container #idea-sidebar #sidebar-actions #save-draft {
  width: auto;
  margin: 0 0.4rem;
  float: right;
  height: 4.8rem;
  padding: 0 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #e67e22  !important;
  background-color: transparent !important;
  border: 1px solid #e67e22 !important;
  transition: 0.2s ease;
}
.webstorm-level #main_idea_container #idea-sidebar #sidebar-actions #save-draft:hover, .webstorm-level #main_idea_container #idea-sidebar #sidebar-actions #submit-idea:hover {
  background-color: #f1892d !important;
  border: 1px solid #f1892d !important;
  color: #fff !important;
}
.webstorm-level #main_idea_container .green, .webstorm-level .fractal-fileupload-v2 .f-dropzone-wrapper .f-dropzone .f-dropzone-browse-text {
  color: #3498DB;
}
.webstorm-level #title-results-region #idea-form-title-similar {
  font-size: 1.8rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
  position: relative;
}
.webstorm-level #title-results-region {
  margin-left: 3.2rem;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar legend {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
  top: -1.6rem;
}
.webstorm-level #title-results-region #idea-form-title-similar legend::before {
  content: '\f148';
  font-family: FontAwesome;
  font-size: 1.8rem;
  color: #BDC3C7;
  transform: rotate(90deg);
  position: absolute;
  left: -2.4rem;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container {
  margin-top: 3.2rem;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container.visible .result {
  position: relative;
  top: 0 !important;
  float: left;
  transition: 0.2s ease;
  clear: both;
  display: block;
  margin-top: 0.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container.visible .result:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container .result .idea_image {
  width: 4.8rem;
  height: 4.8rem;
  max-width: 100%;
  border-radius: 0;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container .result .idea_meta {
  width: 88%;
  float: left;
  position: absolute;
  left: 60px;
  height: 48px;
  overflow: hidden;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container .result .idea_meta p {
  line-height: 4.8rem;
  font-size: 1.2rem;
  color: #797D7F;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container .result {
  margin-top: 1.6rem;
  background-color: #fff;
}
.webstorm-level #main_idea_container #form #idea-form-title #idea-form-title-similar .result-container .result:nth-child(2) {
  margin-top: 2.4rem;
}
.webstorm-level #main_idea_container #form .form-group {
  position: relative;
}
.webstorm-level #main_idea_container .bootstrap-tagsinput .label-info {
  margin: 0 0 0 0.8rem;
  padding: 0 0.8rem;
  height: 24px;
  line-height: 24px;
  border: 1px solid #BDC3C7;
  background-color: #F5F5F6;
  color: #797D7F;
  font-size: 1.4rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #main_idea_container .bootstrap-tagsinput .label-info:first-child {
  margin: 0 0 0 1.6rem;
}
.webstorm-level .bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 1.6rem;
}
.webstorm-level #main_idea_container .f-dropzone-wrapper .f-dropzone p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #797D7F;
}
.webstorm-level #main_idea_container .radio label, .webstorm-level #main_idea_container .checkbox label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
}
.webstorm-level  #main_idea_container .set-section .hint {
  font-size: 1.2rem;
}

/*******************************************************************************
    Webstorm Level - View Idea
********************************************************************************/

.webstorm-level #tab-content .tab-content-container-description, .webstorm-level #view-idea-horizontal-tabs {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
}
.webstorm-level #tab-content .tab-content-container-description {
  margin-bottom: 4.8rem;
}
.webstorm-level #idea-submitter-date-wrapper, .webstorm-level #idea-category-wrapper, .webstorm-level #idea-status-wrapper {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level .widget_container .details_stats_container td {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #additional-questions-container {
  max-width: none;
  width: 100% !important;
}
.webstorm-level #idea-title-wrapper #idea-title {
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #444647;
}
.webstorm-level #team_details table td {
  font-size: 1.6rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  width: 100%;
  display: block;
}
.webstorm-level .add-comment-label, .webstorm-level #team_details table td {
  font-weight: 600;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #444647;
}
.webstorm-level #team_details > div > table > tbody > tr > td:nth-child(2) {
  margin-top: -2.4rem;
}
.webstorm-level #bi-page-ct-a-view-idea .widget_container {
  border: none !important;
}
.webstorm-level #bi-page-ct-a-view-idea #linked_ideas table td, .webstorm-level #bi-page-ct-a-view-idea .idea_details_header td, .webstorm-level #bi-page-ct-a-view-idea #stage_wrapper .stage-header {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #444647;
}
.webstorm-level #comments-container-header {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
}
.webstorm-level #bi-page-ct-a-view-idea #team_details, .webstorm-level #bi-page-ct-a-view-idea .details_stats_container {
  margin: 2.4rem 0;
}
#stage_wrapper .stage-title {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
}
.webstorm-level #bi-page-ct-a-view-idea #stage_wrapper .stage-bar {
  margin-top: 0.8rem;
}
.webstorm-level #bi-page-ct-a-view-idea #comment_container .regular-comment {
  font-size: 1.4rem;
}
.webstorm-level #bi-page-ct-a-view-idea #desc-text p, .webstorm-level #bi-page-ct-a-view-idea .question-wrapper .question-answer {
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  color: #797D7F;
}
.webstorm-level #bi-page-ct-a-view-idea #desc-text p:not(:first-child) {
  margin-top: 2.4rem;
}
.webstorm-level #bi-page-ct-a-view-idea #inline-edit-icon-team_details.team_details-edit-icon {
  font-size: 1.4rem;
}
.webstorm-level #bi-page-ct-a-view-idea .linked-idea, .webstorm-level #bi-page-ct-a-view-idea .merge-idea, .webstorm-level #bi-page-ct-a-view-idea .team_member {
  margin-top: 0.8rem;
}
.webstorm-level #bi-page-ct-a-view-idea .question-wrapper {
  margin-bottom: 2.4rem;
}
.webstorm-level #bi-page-ct-a-view-idea #comment_title, .webstorm-level #bi-page-ct-a-view-idea .comment_reply_body {
  color: #797D7F;
  font-size: 1.2rem;
}
.webstorm-level #bi-page-ct-a-view-idea #expertise-container {
  max-width: none;
  width: 100% !Important;
}
.webstorm-level #bi-page-ct-a-view-idea .idea_details_widget .action-button {
  padding: 0;
  height: 48px;
  line-height: 48px;
  font-size: 1.4rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
  font-weight: 600;
  color: #797D7F;
}
.webstorm-level #bi-page-ct-a-view-idea .question-answer-edit-button, .webstorm-level #bi-page-ct-a-view-idea .idea-description-edit-button, .idea-expertise-edit-button {
  width: auto;
}
.webstorm-level #bi-page-ct-a-view-idea #ws_view_idea_2 .tag_left a, .webstorm-level #bi-page-ct-a-view-idea #ws_view_idea_2 .admin_label_left a {
  font-size: 1.2rem;
  font-family: 'Lato', 'Open Sans', arial, sans serif;
}
.webstorm-level #bi-page-ct-a-view-idea .image-attachment, .webstorm-level #bi-page-ct-a-view-idea .image-temp-attachment {
  height: auto;
}
.webstorm-level #bi-page-ct-a-view-idea #add-comment-container #bi-comment-button, .webstorm-level #bi-page-ct-a-view-idea #add-comment-container #bi-reply-comment-button {
  vertical-align: middle;
}
.webstorm-level #bi-page-ct-a-view-idea #description-video-container {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e6e9;
  background: #fff;
  padding: 20px;
  margin-bottom: 0;
}

/*******************************************************************************
    Webstorm Level - Messages
********************************************************************************/
.webstorm-level #bi-page-b .my_messages_widget #private_messages_form {
  width: 100%;
  max-width: 700px;
}
.webstorm-level #bi-page-b #main_content .my_messages_widget .title_back .widget_title_text, .webstorm-level #bi-page-b #main_content .my_messages_widget .title_back .widget_title {
  text-align: center !important;
}


/*******************************************************************************
    Webstorm Level - Footer
********************************************************************************/
.webstorm-level #customFooter {
  background-color: #e67e22;
}




/* Flexbox
----------------------------------------------------------------------------------------------*/
.full, .content-block {
	max-width:96rem;
	width:100%;
        position: relative;
}
.full-flex {
  height:100vh;
  -webkit-align-items: stretch;-ms-flex-align: stretch; align-items: stretch;
  overflow:hidden;
}
/* Rows */
.row, .full {
  margin-left: auto;
	margin-right: auto;
	position:relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.row.collapse > .cell, .full.collapse > .cell {
  padding-left:0;
  padding-right:0;
}
.row.collapse > .row, .full.collapse > .row {
  margin-left:0;
  margin-right:0;
}
.row {min-width:100%;}
.row.inside {
  margin-left:-.75rem;
  margin-right:-.75rem;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}
/* Justify Row */
.justify-start {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.justify-end {-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.justify-center {-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.justify-space {-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.justify-around {-webkit-justify-content:space-around;justify-content:space-around;}

/* Row Direction */
.reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.column-reverse {
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
/* Cells */
.cell {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display:block;
  max-width:100%;
}
.cell.fit {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cell.collapse {
  padding-left:0;
  padding-right:0;
}
.cell.content-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:stretch;
  flex-flow:row wrap;
  min-width:100%;
}
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .fifths, .half, .third, .noflex {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.twelve {width:100%;}
.eleven {width:calc(100%/12 * 11);}
.ten {width:calc(100%/12 * 10);}
.nine {width:75%;}
.eight {width:calc(100%/12 * 8);}
.seven {width:calc(100%/12 * 7);}
.six, .half {width:50%;}
.five {width:calc(100%/12 * 5);}
.four, .third  {width:calc(100%/12 * 4);}
.three {width:25%;}
.two {width:calc(100%/12 * 2);}
.one {width:calc(100%/12);}
.fifths {width:20%;}
.offset-1 {margin-left:calc(100%/12);}
.offset-2 {margin-left:calc(100%/12 * 2);}
.offset-3 {margin-left:25%;}
.offset-4 {margin-left:calc(100%/12 * 4);}
.offset-5 {margin-left:calc(100%/12 * 5);}
.offset-6 {margin-left:50%;}
.offset-7 {margin-left:calc(100%/12 * 7);}
.offset-8 {margin-left:calc(100%/12 * 8);}
.offset-9 {margin-left:75%;}
.offset-10 {margin-left:calc(100%/12 * 10);}
.offset-11 {margin-left:calc(100%/12 * 11);}

/* clears */
.clear:before,.clear:after {content:'';display:table}
.clear:after {clear:both}
.clear {zoom:1}

/* ALIGNMENT */
.align-top {
  -webkit-align-items:flex-start; -ms-flex-align:start; align-items:flex-start;
  -webkit-align-self:flex-start; -ms-flex-item-align:start; align-self:flex-start;
}
.align-bottom {
  -webkit-align-items:flex-end; -ms-flex-align:end; align-items:flex-end;
  -webkit-align-self:flex-end; -ms-flex-item-align:end; align-self:flex-end;
}
.align-center {
  -webkit-align-items:center; -ms-flex-align:center; align-items:center;
  -webkit-align-self:center; -ms-flex-item-align:center; align-self:center;
}
.align-baseline {
  -webkit-align-items:baseline; -ms-flex-align:baseline; align-items:baseline;
}
.align-stretch {
  -webkit-align-items:stretch; -ms-flex-align:stretch; align-items:stretch;
}
.align-stretch .cell {background-clip: content-box;}

/* Media Queries */
@media only screen and (max-width: 64em) and (min-width: 48.063em) {
  .medium-twelve {width:100%;}
  .medium-eleven {width:calc(100%/12 * 11);}
  .medium-ten {width:calc(100%/12 * 10);}
  .medium-nine {width:75%;}
  .medium-eight {width:calc(100%/12 * 8);}
  .medium-seven {width:calc(100%/12 * 7);}
  .medium-six, .half {width:50%;}
  .medium-five {width:calc(100%/12 * 5);}
  .medium-four, .third  {width:calc(100%/12 * 4);}
  .medium-three {width:25%;}
  .medium-two {width:calc(100%/12 * 2);}
  .medium-one {width:calc(100%/12);}
  .medium-fifths {width:20%;}
  .medium-one, .medium-two, .medium-three, .medium-four, .medium-five, .medium-six, .medium-seven, .medium-eight, .medium-nine, .medium-ten, .medium-eleven, .medium-twelve, .medium-fifths, .medium-half, .medium-third {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

/* smaller than 768px */
@media only screen and (max-width: 40em) {
  /* Typography */
  h1.super-header.vw {font-size:7vw;}
  h1.vw {font-size:6vw;}
  h2.vw {font-size:5vw;}
  h3.vw {font-size:4.5vw;}
  h4.vw {font-size:4vw;}
  h5.vw {font-size:3.5vw;}
  .small-text-center {text-align:center;}
  .small-text-left {text-align:left;}
  .small-text-right {text-align:right;}
  .hide-small {display:none!important;}
  .hide-large {display: inherit !important;}

  .cell {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hold > .cell, .column > .cell, .column-reverse > .cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hold > .cell.fit, .column > .cell.fit, .column-reverse > .cell.fit {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .hold > .one, .hold > .two, .hold > .three, .hold > .four, .hold > .five, .hold > .six, .hold > .seven, .hold > .eight, .hold > .nine, .hold > .ten, .hold > .eleven, .hold > .twelve, .hold > .fifths, .hold > .half, .hold > .third {
    -webkit-flex:none;
    -ms-flex:none;
    flex:none;
  }
  .small-twelve {width:100%;}
  .small-eleven {width:calc(100%/12 * 11);}
  .small-ten {width:calc(100%/12 * 10);}
  .small-nine {width:75%;}
  .small-eight {width:calc(100%/12 * 8);}
  .small-seven {width:calc(100%/12 * 7);}
  .small-six, .half {width:50%;}
  .small-five {width:calc(100%/12 * 5);}
  .small-four, .third  {width:calc(100%/12 * 4);}
  .small-three {width:25%;}
  .small-two {width:calc(100%/12 * 2);}
  .small-one {width:calc(100%/12);}
  .small-fifths {width:20%;}
  .small-one, .small-two, .small-three, .small-four, .small-five, .small-six, .small-seven, .small-eight, .small-nine, .small-ten, .small-eleven, .small-twelve, .small-fifths, .small-half, .small-third {
    -webkit-flex:none;
    -ms-flex:none;
    flex:none;
  }
}



/*******************************************************************************
    MEDIA QUERIES
********************************************************************************/

@media only screen and (min-width: 1171px) {
  .webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card, .webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card-placeholder {
  width: calc((100% - 80px) / 4);
}
}


/* Extra Large devices (laptops) */

/* COMMENTED OUT
@media only screen and (max-width: 1440px) {
 .webstorm-level #global-nav-bar-content, .webstorm-level #container_homepage_header, .webstorm-level #bi-page-s #main_content {
  max-width: 1280px;
}
.webstorm-level .fractal-dynamic-nav-v1 ul.desktop-nav-core-items {
  max-width: 1040px;
}
.webstorm-level #container_homepage_header #display-region #hh-actions {
  right: 25rem;
}
} 
*/

/* Large devices (laptops) */

/* COMMENTED OUT
@media only screen and (max-width: 1280px) and (min-width: 960px) {
.webstorm-level #global-nav-bar-content, .webstorm-level #container_homepage_header, .webstorm-level #bi-page-s #main_content {
  max-width: 1200px;
}
.webstorm-level .fractal-dynamic-nav-v1 ul.desktop-nav-core-items {
  max-width: 960px;
}

} 
*/




.login_widget {
   display:block !important;
}



#container_plogin_2 .widget_container {
   background-color:#fff;
}



#bi-page-ct-list .fractal-widget-ideaboard .fractal-button:last-child {
    display: none;
}


#bi-page-c .widget_title div {
   text-align: center;
}



#bi-page-ct-list .ideaboard-sidebar #filter-tab-category .tab-header-title:before {
    content: "Primary Problem Type\A\A"; white-space: pre;
}
#bi-page-ct-list .ideaboard-sidebar #filter-tab-category .tab-header-title {
    height: 20px; overflow: hidden;
}


.fractal-ideafilters-tab .tab-header.tab-collapsable .tab-filter-clear, .fractal-ideafilters-tab .tab-icon-left {
   margin-right: 0px !important;
   width:0px !important;
}


.fractal-ideafilters-tab .tab-header .f-tab-header-title-wrapper .tab-header-title {
   width: 200px !important;
}


#ui-datepicker-div {
   z-index:10 !important;
}


.fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-status-row .f-card-status {
   margin-right: 0px !important;
   right: 1.6rem !important;
   left: unset !important;
}

.webstorm-level .fractal-secondary-ideas-view-grid .ideaboard-card .f-card-footer {
   padding: 0 1.6rem 4.6rem 0 !important;
}


/* BI:  MOBILE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 760px) {
.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar .nav-logo-link img {
   display:none;
}

}
/* END MOBILE CSS*/