/* This is where special CSS overrides go until MKO and SQ settle on a front-end development process integrating DDB's proceses. */
/* The idea is to keep style.css frozen until the process is solid. */
/* Overrides are labeled by project/page-level */

/* Institutional Research: Langara at a Glance */

.lag-bignumbers {
  font-size: 325%;
  line-height:.35em;
  padding-top:.3em;
  padding-bottom:.1em;
  font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lag-mednumbers {
    font-size: 275%;
    line-height: .25em;
    padding-top: .5em;
    padding-bottom: .2em;
	font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lag-desktop-embed {
	display: inherit;
}

.lag-mobile-embed {
	display: inherit;
}

@media screen and (max-width: 767px) {
    .lag-desktop-embed {
    	display: none;
    }
    .content-section {
        padding-left:0;
        padding-right:0;
    }
}

@media screen and (min-width: 768px) {
   .lag-mobile-embed {
	display: none;
    }
}


/*=== For default template landing pages. Allows picture tiles to display on mobile devices. -SQ ===*/

@media screen and (max-width: 767px) {
    .main-content .main-landing a {
        margin: 10px 0px;
        padding: 5px 0!important;
        display: block;
        height: 190px;
        background: none;
        color: #f15a22;
        font-size: 77%;
        border-top: 2px solid #555;
        border-bottom: 1px solid #999;
    }
    .grid [class*='col-'] {
        padding: 0 15px;
    }
    .grid {
    margin: 0 -10px;
    }
    .main-content .main-landing a span {
    display: block;
    }

}


/*=================== Sexual Assault Escape Button =======================*/

.escape_button {
    border-radius: 5px;
    background-color:  rgb(255, 235, 156, 0.95); 
    border: 2px solid #9C6500;
    border-radius: 50px;
    font-size: 1em;
    line-height:1;
    /* padding: 10px; */
    z-index:1000;
    width: 90%;
    height: auto;
    position: fixed;
    top: unset;
    left: 5%;
    bottom: 5%;
    text-align: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #2b2b2b;
    text-transform: uppercase;
    padding: 13.75px 0;
    font-size: 18px;
}

@media screen and (max-width: 1023px) {
    .escape_button {
        /* left: 70%; */
    }
}

@media screen and (max-width: 768px) {
    .escape_button {
        padding: 10.25px 0;
        font-size: 12px;
        /* left: 0; */
        /* right:0; */
        /* bottom: 10px; */
        /* top:initial; */
        min-width: 250px;
        /* width: 80%; */
        /* max-width: 700px; */
        /* margin: 0 auto; */
    }
}

a:hover.escape_button {
    background-color: rgb(255, 235, 156, 1);
}

a.escape_button , a:hover.escape_button , a:active.escape_button , a:visited.escape_button , a:link.escape_button {
    color: #222222;
    font-weight: bold;
}

a.escape_button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: inherit;
    content: " \f324"; 
}  

/* For Social Widget /library/index.html */
.social-row {
    border-top: 2px solid #333333;
    padding-top: 15px;
}
.social-header {
    display: inline-block;
    line-height: 30px;
}
.fb-icon, .ig-icon {
    overflow: visible;
    display: inline-block;
    width: 46px;
    height: 46px;
    background: pink;
    cursor: pointer;
    margin-left: 25px;
}
.fb-icon {
    background: url("../images/social-icons.png") no-repeat top left;
    background-size: 92px;
}
.ig-icon {
    background: url("../images/social-icons.png") no-repeat bottom left;
    background-size: 92px;
}
.ig-icon:hover  {
    background-position: bottom right;
}

.fb-icon:hover  {
    background-position: top right;
}

