/* about/people.css */ .people-section { margin-bottom: 30px; } .people-section:after { content: ""; display: block; clear: both; } .people-section h2 { font-size: 2.6em; line-height: 1.2em; font-weight: 600; color: #FFFFFF; background-color: #00163D; padding: 10px 15px; margin-top: 0px; } .people-entry .img { margin-bottom: 20px; } .people-entry .img img { width: 100%; height: auto; display: block; } .people-entry .no-img { background-color: #E6E6E6; height: 0px; padding-bottom: 100%; position: relative; } .people-entry .no-img span { position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; overflow: hidden; } .people-entry .no-img span:before, .people-entry .no-img span:after { content: ""; width: 100%; height: 90%; display: block; background-color: #CCCCCC; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } .people-entry .no-img span:after { width: 60%; height: 60%; border: 10px solid #E6E6E6; top: 0px; } p.position { font-size: 1.8em; font-weight: 700; text-transform: uppercase; color: #00163D; margin-bottom: 0px; } .people-entry p.info { margin-bottom: 0px; } .people-entry p.info label { font-weight: 600; color: #00163D; } #committees_list .entry { border-top: 1px solid #E6E6E6; padding: 30px 0px; } #committees_list .entry h2 { margin-top: 0px; } .committees-single .pg-content { width: 71%; } .committees-people { margin-top: 40px; position: relative; } /* .committees-people:before { content: ""; width: 36%; height: 100%; display: block; border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; position: absolute; top: 0px; left: 32%; } */ .committees-people:before, .committees-people-inner:before { content: ""; width: 1px; height: 100%; display: block; position: absolute; top: 0px; background-color: #E6E6E6; } .committees-people:before { left: 32%; } .committees-people-inner:before { left: 68%; } .committees-people:after, .committees-people-inner:after { content: ""; display: block; clear: both; } .committees-people .col { width: 27.333333%; margin-left: 9%; margin-bottom: 30px; } .committees-people .img-wrap { max-width: 200px; } @media screen and (max-width: 1000px) { .people-entry .img-wrap { max-width: 240px; } } @media screen and (max-width: 767px) { .committees-people .col { width: auto; margin-left: 0px; float: none; } /*.committees-people:before, .committees-people:after { display: none; }*/ .committees-people:before, .committees-people-inner:before { display: none; } .people-entry { border-bottom: 1px solid #E6E6E6; padding-bottom: 20px; } .people-entry .img-wrap { max-width: 150px; } }