@charset "utf-8";
/* IFS HOME CSS Document */


/*-------------- FLEXSLIDER HOME SLIDESHOW - redefines ---------------*/

.slider-wrap {
    position: relative;
    width: 100%;
    float: left;
    height: 380px;
    margin-bottom: 40px;
    background-color: #404040;
}
/* same div as ".item" */
.slick-slide {
    width: 1200px;
    background-color: #404040;/*	outline: 1px solid red;*/
    /*
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
*/
    opacity: .3;
}
.slick-active {
    opacity: 1;
}
.home-slideshow .photo {
    float: right;
    width: 675px;
    height: 380px;
    background-size: cover!important;
    background: no-repeat;
    background-position: center center;
}
.home-slideshow .photo-credit {
    font-size: .7em;
    font-style: italic;
    color: #b7b7b7;
}
.home-slideshow .hs-photo-desc {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 50px;/*	outline: 1px solid red;*/
}
.hs-heading {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .03em;
    margin-bottom: 20px;
}

.hs-heading a {
    color: #ff8c53; 
	 /* color: #e97644; - original color failed against background */
} /* Added by B.Gray to fix Project Profiles heading color contrast 5/28/2021  */

.hs-name {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.3em;
    color: #fff;
}
.hs-location {
    font-size: 1em;
    color: #fff;
}
.hs-button {
    margin-top: 50px;
}
.hs-button a {
    color: #cecece;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .03em;
    line-height: 45px;
    height: 45px;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #cecece;
}
.hs-button a:hover {
    color: #fff;
    border: 2px solid #fff;
}
body.p0 #top {
    display: none;
}
h1 {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0 0 22px;
    color: #404040;
}

/* ------- global list specific panel content - see main.css----- */

/* PRIM NAV HOME - see menu.css */



/* NEWS, EVENTS PANEL */

.col-wrap-outer-home {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 0 3%;
    float: left;
    clear: both;
    margin-bottom: 4%;
    box-sizing: border-box;
}
/* wraps columns below slideshow*/
.col-wrap-home {
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    font-size: .9em;
    line-height: 1.45em;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/* --------Left col----- */	
.col:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
/* --------Middle col----- */	
.col:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 26%;
    -ms-flex: 0 1 26%;
    flex: 0 1 26%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
/* --------Right Col----- */
.col:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
/* ABOUT */

#about #sec-nav a {
    padding: 10px 0
}
/* NEWS - home only, see main.css for archive styles*/

#news-home {
}

#news-home li:nth-child(n+4) {
   display: none;
}
#news-home li {
    list-style-type: none;
}
#news-home .date span {
    text-transform: uppercase;
    font-size: .85em;
    padding-top: 7px;
    color: #8c8c8c;
    border-top: 3px solid #f6884c;
}
#news-home .headline {
    margin: 10px 0 30px;
}
#news-home .headline a {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#news-home .headline a:hover {
    text-decoration: none;
    color: #e97644;
}
#news-home .text-link {
  font-size: .95em;
    font-weight: 500;
}
/* flexslider redefines */

/* EVENTS */
#events {
    float: left;
    width: 25%;
}

/* ---------------- HOMEPAGE MEDIA QUERIES -----------------------*/

/* ------min width home slider btns -------*/
@media only screen and (min-width: 1600px) {
.slick-prev {
    left: 9%;
}
.slick-next {
    right: 9%;
}
}

@media only screen and (min-width: 1780px) {
.slick-prev {
    left: 13%;
}
.slick-next {
    right: 13%;
}
}

@media only screen and (min-width: 1900px) {
.slick-prev {
    left: 15%;
}
.slick-next {
    right: 15%;
}
}

/* ------ end min width-------*/
@media only screen and (max-width: 1260px) {
/* same div as ".item" */
.slick-slide {
    width: 1024px;
}
.home-slideshow .photo {
    width: 500px;
}
.hs-name {
    font-size: 1.8em;
}
}

@media only screen and (max-width: 1024px) {
/* same div as ".item" */
.slick-slide {
    width: 960px;
}
.home-slideshow .photo {
    width: 450px;
}
#footer-wrap {
    min-height: 170px;
}
#fhwafooter {
    float: left;
}
}

@media all and (max-width: 999px) {
/* --------col----- */	
.col:nth-child(1), .col:nth-child(2), .col:nth-child(3) {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
#about, #events {
    margin-bottom: 40px;
}
}

@media only screen and (max-width: 900px) {
/* same div as ".item" */
.slick-slide {
    width: 840px;
}
.home-slideshow .photo {
    float: left;
    width: 100%;
    height: 260px;
}
.home-slideshow .hs-photo-desc {
    margin: 300px auto 0;
    width: 80%;
}
.slider-wrap {
    height: 580px;
}
.logo-ifs {
    margin-top: 20px;
}
}

@media only screen and (max-width: 767px) {
body.p0 .logo-ifs-mobile {
    position: absolute;
    padding: 0 0 0 3%;
    left: 0;
    top: -27px;
    width: 80%;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: .02em;
}
}

@media only screen and (max-width: 435px) {
.home-slideshow .hs-photo-desc {
    margin: 300px auto 0;
    width: 300px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9999;
    top: 50%;
}
    body.p0 .logo-ifs-mobile {
    top: -34px;
}
}
