/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 25 March 2019 12:52:55
*/


/* force header menu to appear */
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

.navbar-nav li {
    float: left;
}

/* show search bar area */
.search-area {
    display: block;
}

/* make images on cards disappear */
.bg-image--twitter, .bg-image--newsletter, .card__card-img-top {
    display: none;
}

/* position close button on popups */ 
.order-lg-2 {
    float: right;
}

/* replace font awesome close button on popups with a X */
.fa-times::before {
    content: "X";
    font-size: 50px;
}

/*.header-image--membership {*/
/*    background: url("https://www.energyinst.org/__data/assets/image/0010/494974/shutterstock_15789001-png8.png");*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 50% 50%;*/
/*}*/

/* Get SVGs to display */
.fact-card {
    opacity: 1;
    float: left;
    width: 20%;
}

.fact-card > svg {
    width: 200px;
    height: 200px;
}

/* force width of dropdown items in page to be 100% */
.symbol {
    width: 100%;
}
