Skip to content

Instantly share code, notes, and snippets.

@msisto
Created March 7, 2013 15:38
Show Gist options
  • Save msisto/5108905 to your computer and use it in GitHub Desktop.
Save msisto/5108905 to your computer and use it in GitHub Desktop.
Compiled CSS
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
@font-face {
font-family: carpenterscare;
src: url("fonts/carpenterscare.eot");
src: url("fonts/carpenterscare.eot?#iefix") format("embedded-opentype"), url("fonts/carpenterscare.woff") format("woff"), url("fonts/carpenterscare.ttf") format("truetype"), url("fonts/carpenterscare.svg#carpenterscareRegular") format("svg");
font-weight: normal;
font-style: normal; }
.icon, [class^="icon-"],
[class*=" icon-"], body.category-faqs .wpv_voted_icon,
body.category-faqs .wpv_vote_icon {
color: #6d757e;
font-family: carpenterscare;
font-size: 1.25em;
font-weight: normal;
line-height: 0;
text-decoration: none;
-webkit-transition: compact(all 0.15s ease-out 0, false, false, false, false, false, false, false, false);
-moz-transition: compact(all 0.15s ease-out 0, false, false, false, false, false, false, false, false);
-ms-transition: compact(all 0.15s ease-out 0, false, false, false, false, false, false, false, false);
-o-transition: compact(all 0.15s ease-out 0, false, false, false, false, false, false, false, false);
transition: compact(all 0.15s ease-out 0, false, false, false, false, false, false, false, false); }
.icon-tools:before {
content: "\2692"; }
.icon-team:before {
content: "\e091"; }
.icon-arrow-left:before {
content: "\e765"; }
.icon-arrow-right:before {
content: "\e766"; }
.icon-smile:before {
content: "\e800"; }
.icon-location:before {
content: "\f031"; }
.icon-thumbs-up:before {
content: "\1f44d"; }
.icon-calendar:before {
content: "\1f4c5"; }
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%; }
body {
background-color: white;
font-size: 16px;
color: #6d757e;
font-family: "lato", sans-serif;
font-weight: 300;
line-height: 1.618; }
h1, h2, h3, h4, body.home section.latest-news article h4 a, h5, h6 {
color: #393f44;
margin: 0 0 1em 0;
text-rendering: optimizelegibility; }
a {
color: #8bacd5;
text-decoration: none; }
a:hover {
text-decoration: underline; }
img {
margin: 0; }
.flex-box-wrapper-horizontal, header.main-header .inner-wrapper {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-pack: start;
-moz-box-pack: start;
box-pack: start;
-webkit-box-align: stretch;
-moz-box-align: stretch;
box-align: stretch;
width: 100%; }
.container {
zoom: 1;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
padding: 2.35765%; }
.container:before, .container:after {
content: "";
display: table; }
.container:after {
clear: both; }
.container > header {
padding: 2.35765%; }
.container > header h1, .container > header h2 {
font-size: 32px;
font-weight: 300;
margin: 0; }
header.main-header {
background: white; }
header.main-header .logo-wrapper {
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
width: 155px; }
header.main-header .logo-wrapper img {
position: absolute;
visibility: hidden !important; }
header.main-header .main-navigation {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
padding: 0 1.618em; }
header.main-header .reach-out {
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
text-align: right;
width: 155px; }
header.main-header .fb-like {
float: right;
height: 30px;
overflow: hidden; }
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: inline-block !important;
font-weight: normal;
width: 100%; }
.main-navigation ul {
margin: 0;
padding: 0;
text-align: center;
text-indent: 0; }
.nav-menu > li {
margin: 0 1.5rem; }
.nav-menu > li > a {
color: #393f44; }
.nav-menu > li > a:hover {
border-color: #ff6042; }
.main-navigation li a,
.main-navigation li {
font-size: 16px;
font-weight: normal;
display: inline-block;
text-decoration: none; }
.main-navigation > li a {
border-bottom: 0;
text-transform: uppercase;
white-space: nowrap; }
.main-navigation > li a:hover {
text-decoration: underline; }
.main-navigation li {
position: relative; }
.main-navigation li ul {
display: none;
margin: -2px 0 0 0;
padding: 0;
position: absolute;
top: 100%;
z-index: 1; }
.main-navigation li ul ul {
top: 0;
left: 100%; }
.main-navigation ul li:hover > ul {
border-left: 0;
display: block; }
.main-navigation li ul li a {
background: #6d757e;
color: white;
display: block;
line-height: 2.18182;
padding: 8px;
padding: 0.57143rem 0.71429rem;
text-align: left;
width: 180px;
width: 12.85714rem;
white-space: normal; }
.main-navigation li ul li a:hover {
background: #878f97; }
.menu-toggle {
display: none; }
section.footer {
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.65);
font-size: 14px; }
section.footer a {
color: rgba(255, 255, 255, 0.65);
text-decoration: none; }
section.footer a:hover {
color: white; }
section.footer h6 {
color: rgba(255, 255, 255, 0.65);
font-size: 16px; }
section.footer .footer-copy {
display: block;
float: left;
margin-right: 2.35765%;
width: 65.88078%; }
section.footer .footer-copy:last-child {
margin-right: 0; }
section.footer .footer-nav {
display: block;
float: left;
margin-right: 2.35765%;
width: 31.76157%; }
section.footer .footer-nav:last-child {
margin-right: 0; }
section.footer .footer-nav ul, section.footer .footer-nav li {
list-style-type: none;
margin: 0;
padding: 0; }
body.page-about-us {
background: #6389ce; }
body.page-about-us .page-header {
text-align: center; }
body.page-about-us .page-header h1 {
color: rgba(255, 255, 255, 0.8);
font-size: 20px;
font-weight: 300; }
body.page-about-us .key-aspects header h2 {
color: rgba(255, 255, 255, 0.5);
font-size: 28px;
font-weight: 100; }
body.page-about-us .key-aspects article {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.7);
margin-bottom: 1px;
zoom: 1;
display: block;
padding: 3.236em; }
body.page-about-us .key-aspects article:before, body.page-about-us .key-aspects article:after {
content: "";
display: table; }
body.page-about-us .key-aspects article:after {
clear: both; }
body.page-about-us .key-aspects article .glyph-wrapper {
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%;
padding: 2.35765%;
text-align: center; }
body.page-about-us .key-aspects article .glyph-wrapper:last-child {
margin-right: 0; }
body.page-about-us .key-aspects article .glyph-wrapper span {
color: rgba(0, 0, 0, 0.35);
font-size: 150px;
line-height: 1; }
body.page-about-us .key-aspects article .content {
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%;
padding: 2.35765%; }
body.page-about-us .key-aspects article .content:last-child {
margin-right: 0; }
body.page-about-us .key-aspects article .content h3 {
color: rgba(255, 255, 255, 0.85);
font-size: 28px;
font-weight: 300; }
body.page-about-us .key-aspects article .content .learn-more {
background: #cbcfd2;
border-radius: 0;
border: none;
color: white;
display: inline-block;
font-family: "lato", sans-serif;
font-weight: normal;
padding: 0.75em 1.5em;
text-decoration: none;
color: white;
margin-top: 1.618em; }
body.page-about-us .key-aspects article .content .learn-more:hover {
background: #d9dbde;
text-decoration: none; }
body.page-about-us .key-aspects article:hover .learn-more {
background: #e76f50;
border-radius: 0;
border: none;
color: white;
display: inline-block;
font-family: "lato", sans-serif;
font-weight: normal;
padding: 0.75em 1.5em;
text-decoration: none; }
body.page-about-us .key-aspects article:hover .learn-more:hover {
background: #ea8166;
text-decoration: none; }
body.page-about-us .learn-more {
text-align: center; }
body.page-about-us .learn-more .inner-wrapper {
padding: 3.236em;
text-align: left; }
body.page-about-us .learn-more .call-to-action {
color: #393f44;
font-size: 18px;
font-weight: bold; }
body.page-about-us .learn-more a {
font-weight: normal; }
body.page-about-us .summary .inner-wrapper {
font-size: 14px;
padding: 2.35765%; }
body.page-about-us article.team-based .glyph-wrapper span {
position: relative;
top: 50px; }
body.page-about-us article.personalized .glyph-wrapper span {
position: relative;
top: 10px; }
body.page-about-us article.convenient .glyph-wrapper span {
position: relative;
top: 25px; }
body.page-about-us article.hassle-free .glyph-wrapper span {
position: relative;
top: 40px; }
section.quote {
background: rgba(255, 255, 255, 0.25);
color: white;
padding-top: 3.236em; }
section.quote .inner-wrapper {
display: block;
float: left;
margin-right: 2.35765%;
width: 65.88078%;
margin-left: 17.05961%;
text-align: left; }
section.quote .inner-wrapper:last-child {
margin-right: 0; }
section.quote .quote-body {
font-size: 18px;
font-weight: 300;
margin: 0;
background: rgba(255, 255, 255, 0.25);
padding: 3.236em;
position: relative; }
section.quote .quote-body::before {
content: "";
display: block;
margin-left: 5px;
position: absolute;
top: 100%;
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 25px;
border-top-color: rgba(255, 255, 255, 0.25); }
section.quote .quote-said-by {
display: block;
font-weight: normal;
margin-bottom: 0;
padding: 3.236em; }
section.quote .quote-said-by .name {
display: block;
font-weight: bold; }
body.category-faqs .page-container {
background: white; }
body.category-faqs .page-header {
padding: 3.236em; }
body.category-faqs h3 {
font-size: 24px;
margin: 0; }
body.category-faqs .faq-page-wrapper .container {
max-width: 900px; }
body.category-faqs #faqs .inner-wrapper {
padding: 0 1.618em; }
body.category-faqs .faq-question {
border-top: 1px solid #eaedf1;
color: #6d757e;
outline: none;
zoom: 1;
display: block;
text-decoration: none;
padding: 3.236em; }
body.category-faqs .faq-question:before, body.category-faqs .faq-question:after {
content: "";
display: table; }
body.category-faqs .faq-question:after {
clear: both; }
body.category-faqs .faq-question:not(.ui-state-active):hover {
background: #f7f7f7; }
body.category-faqs .faq-answer {
display: none;
padding: 3.236em; }
body.category-faqs .faq-answer .container,
body.category-faqs .faq-answer .inner-wrapper {
padding-top: 0; }
body.category-faqs .faq-answer p {
max-width: 44rem; }
body.category-faqs .ui-state-active + .faq-answer {
display: block;
padding-top: 0 !important; }
body.category-faqs .wpv_postvote {
display: block;
font-size: 14px !important;
font-weight: normal;
margin: 3.236em 0 0 0; }
body.category-faqs .wpv_vcount,
body.category-faqs .wpv_votecount {
display: none; }
body.category-faqs .wpv_voted_icon,
body.category-faqs .wpv_vote_icon {
background: none;
display: inline-block;
font-size: 24px;
padding-right: 2rem;
position: relative;
top: 0.45rem; }
body.category-faqs .wpv_voted_icon::before,
body.category-faqs .wpv_vote_icon::before {
content: "\1f44d"; }
body.category-faqs .wpv_voted_icon {
color: #6d757e; }
section.locations h3 {
font-size: 22px;
font-weight: bold; }
section.locations h3 span {
display: block;
font-size: 16px;
font-weight: normal; }
section.locations .map {
height: 250px;
margin-bottom: 1rem; }
section.locations .location {
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%;
padding: 2.35765%; }
section.locations .location:last-child {
margin-right: 0; }
section.locations .carpenters-center {
background: url("http://localhost/carpenterscare.com/wp-content/themes/Carpenters_Care_Fullsite/images/map-dorchester.png");
background-position: center; }
section.locations .lahey {
background: url("http://localhost/carpenterscare.com/wp-content/themes/Carpenters_Care_Fullsite/images/map-lahey.png");
background-position: center; }
section.groups-and-classes {
background: white; }
section.groups-and-classes .calendar-wrapper {
padding: 3.236em; }
section.groups-and-classes #tribe-events-content {
padding: 0; }
section.groups-and-classes #tribe-events-content header {
zoom: 1;
display: block; }
section.groups-and-classes #tribe-events-content header:before, section.groups-and-classes #tribe-events-content header:after {
content: "";
display: table; }
section.groups-and-classes #tribe-events-content header:after {
clear: both; }
section.groups-and-classes #tribe-events-content div.display-date {
display: block;
float: left;
margin-right: 2.35765%;
width: 31.76157%;
margin-right: 0; }
section.groups-and-classes #tribe-events-content div.display-date:last-child {
margin-right: 0; }
section.groups-and-classes #tribe-events-content h4, section.groups-and-classes #tribe-events-content body.home section.latest-news article h4 a, body.home section.latest-news article h4 section.groups-and-classes #tribe-events-content a {
font-size: 26px;
font-family: "ff-tisa-web-pro"; }
section.groups-and-classes #tribe-events-content nav {
display: inline-block;
float: right;
text-align: right;
position: relative;
top: 16px; }
section.groups-and-classes #tribe-events-content nav a {
color: rgba(0, 0, 0, 0.5);
font-size: 26px;
margin-left: 10px;
text-decoration: none; }
section.groups-and-classes #tribe-events-content nav a:hover {
color: #6d757e; }
section.groups-and-classes #tribe-events-content table {
border: none; }
section.groups-and-classes #tribe-events-content th {
background: none;
border: none;
font-size: 14px;
font-weight: normal;
padding-left: 9px;
text-align: left; }
section.groups-and-classes #tribe-events-content td {
background: white;
border: 1px solid #f5f7f8; }
section.groups-and-classes #tribe-events-content td:last-child {
border-right: none; }
section.groups-and-classes #tribe-events-content td.tribe-events-othermonth {
background: rgba(255, 255, 255, 0.65); }
section.groups-and-classes #tribe-events-content td.tribe-events-present {
background: #ff6042; }
section.groups-and-classes #tribe-events-content td.tribe-events-present a,
section.groups-and-classes #tribe-events-content td.tribe-events-present .start-time,
section.groups-and-classes #tribe-events-content td.tribe-events-present .daynum {
color: white !important; }
section.groups-and-classes #tribe-events-content td .daynum,
section.groups-and-classes #tribe-events-content td .daynum a {
color: #beb09d;
background: none;
font-size: 11px;
font-weight: normal;
text-decoration: none; }
section.groups-and-classes #tribe-events-content td .tribe-events-real-event a {
display: block;
font-size: 11px;
font-weight: normal;
margin: 3px 9px;
text-decoration: none; }
section.groups-and-classes #tribe-events-content td .tribe-events-real-event a .start-time {
color: #8bacd5;
display: block;
font-weight: normal;
margin-top: 0.5em; }
section.groups-and-classes #tribe-events-content td .hentry {
padding: 0 !important; }
section.groups-and-classes #tribe-events-content td .tribe-events-tooltip {
border: none;
background: #e76f50;
color: white;
padding: 1rem; }
section.groups-and-classes #tribe-events-content td .tribe-events-tooltip .tribe-events-event-title {
background: none;
font-size: 24px;
font-weight: 100;
margin: 0.5em 0; }
section.groups-and-classes #tribe-events-content td .tribe-events-tooltip .tribe-events-event-date {
background: none;
font-weight: bold;
font-size: 13px;
font-style: normal; }
section.groups-and-classes #tribe-events-content td .tribe-events-tooltip .tribe-events-event-body {
background: none;
font-size: 14px; }
section.groups-and-classes div#tribe-events-event-meta {
font-size: 100%; }
section.groups-and-classes div#tribe-events-event-meta dl {
float: none;
width: 100%;
padding: 0;
zoom: 1;
display: block; }
section.groups-and-classes div#tribe-events-event-meta dl:before, section.groups-and-classes div#tribe-events-event-meta dl:after {
content: "";
display: table; }
section.groups-and-classes div#tribe-events-event-meta dl:after {
clear: both; }
section.groups-and-classes div#tribe-events-event-meta dl dt {
display: block;
float: left;
margin-right: 2.35765%;
width: 14.70196%;
font-size: 125%;
font-weight: normal;
margin-top: 0;
padding-bottom: 1em;
text-align: right; }
section.groups-and-classes div#tribe-events-event-meta dl dt:last-child {
margin-right: 0; }
section.groups-and-classes div#tribe-events-event-meta dl dt .gmap {
background: #777777;
border-radius: 0;
font-size: 11px; }
section.groups-and-classes div#tribe-events-event-meta dl dd {
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%;
margin: 0;
padding-bottom: 1em; }
section.groups-and-classes div#tribe-events-event-meta dl dd:last-child {
margin-right: 0; }
section.groups-and-classes section#calendar a.gcal-add,
section.groups-and-classes section#calendar a.ical {
border-radius: 0; }
body.home {
background: url("http://www.yorkstudios.com/sites/default/files/CARPENTRY%203.jpg");
background-position: 0 -1000px; }
body.home .greeting-wrapper {
padding: 3.236em; }
body.home .greeting-wrapper h1 {
background: #ff6042;
color: white;
display: inline-block;
font-size: 48px;
font-weight: 100;
margin-bottom: 0;
padding: 5px 20px; }
body.home .greeting-wrapper .intro {
background: #ff6042;
color: white;
padding: 20px;
display: block;
margin: 1.618em 0;
width: 550px; }
body.home .greeting-wrapper .intro p {
margin: 0; }
body.home .greeting-wrapper .intro .icon-team {
font-size: 125px; }
body.home .greeting-wrapper .intro h3 {
font-size: 20px;
font-weight: 300; }
body.home .greeting-wrapper .button-wrapper {
margin-top: 1.618em; }
body.home .greeting-wrapper .button-wrapper span {
display: inline-block;
margin: 0 0 0 0.5em; }
body.home .greeting-wrapper .join-now-button {
background: #4f5358;
border-radius: 0;
border: none;
color: white;
display: inline-block;
font-family: "lato", sans-serif;
font-weight: normal;
padding: 0.75em 1.5em;
text-decoration: none; }
body.home .greeting-wrapper .join-now-button:hover {
background: #5b6065;
text-decoration: none; }
body.home .greeting-wrapper .learn-more {
color: white;
margin-left: 1em;
text-decoration: underline; }
body.home section.sign-up {
background: #e1e8f3; }
body.home section.sign-up h2 {
color: white;
font-size: 42px;
font-weight: 100;
text-align: center; }
body.home section.sign-up p {
margin-bottom: 3em; }
body.home section.sign-up form {
padding: 2.35765%;
margin-left: 25.58941%;
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%; }
body.home section.sign-up form:last-child {
margin-right: 0; }
body.home section.sign-up .disclaimer {
color: white;
font-size: 13px;
padding: 3.236em;
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%;
display: none; }
body.home section.sign-up .disclaimer:last-child {
margin-right: 0; }
body.home section.sign-up .disclaimer p {
margin: 0; }
body.home section.sign-up fieldset {
border: none;
margin: 0;
padding: 0; }
body.home section.sign-up label {
font-size: 16px;
font-weight: normal; }
body.home section.sign-up .input-wrapper {
margin-bottom: 1em; }
body.home section.sign-up .option label {
margin-left: 0.5em; }
body.home section.sign-up input[type="email"], body.home section.sign-up input[type="number"], body.home section.sign-up input[type="password"], body.home section.sign-up input[type="search"], body.home section.sign-up input[type="tel"], body.home section.sign-up input[type="text"], body.home section.sign-up input[type="url"], body.home section.sign-up input[type="color"], body.home section.sign-up input[type="date"], body.home section.sign-up input[type="datetime"], body.home section.sign-up input[type="datetime-local"], body.home section.sign-up input[type="month"], body.home section.sign-up input[type="time"], body.home section.sign-up input[type="week"],
body.home section.sign-up textarea {
background: rgba(255, 255, 255, 0.97);
border: 1px solid transparent;
border-radius: 3px;
color: #6d757e;
font-family: "lato", sans-serif;
font-size: 16px;
padding: 0.75rem;
width: 100%; }
body.home section.sign-up input[type="email"]:focus, body.home section.sign-up input[type="email"]:active, body.home section.sign-up input[type="number"]:focus, body.home section.sign-up input[type="number"]:active, body.home section.sign-up input[type="password"]:focus, body.home section.sign-up input[type="password"]:active, body.home section.sign-up input[type="search"]:focus, body.home section.sign-up input[type="search"]:active, body.home section.sign-up input[type="tel"]:focus, body.home section.sign-up input[type="tel"]:active, body.home section.sign-up input[type="text"]:focus, body.home section.sign-up input[type="text"]:active, body.home section.sign-up input[type="url"]:focus, body.home section.sign-up input[type="url"]:active, body.home section.sign-up input[type="color"]:focus, body.home section.sign-up input[type="color"]:active, body.home section.sign-up input[type="date"]:focus, body.home section.sign-up input[type="date"]:active, body.home section.sign-up input[type="datetime"]:focus, body.home section.sign-up input[type="datetime"]:active, body.home section.sign-up input[type="datetime-local"]:focus, body.home section.sign-up input[type="datetime-local"]:active, body.home section.sign-up input[type="month"]:focus, body.home section.sign-up input[type="month"]:active, body.home section.sign-up input[type="time"]:focus, body.home section.sign-up input[type="time"]:active, body.home section.sign-up input[type="week"]:focus, body.home section.sign-up input[type="week"]:active,
body.home section.sign-up textarea:focus,
body.home section.sign-up textarea:active {
outline: none;
border-color: #ff6042;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.75); }
body.home section.sign-up input[type="submit"] {
background: rgba(255, 255, 255, 0.25);
border-radius: 0;
border: none;
color: white;
display: inline-block;
font-family: "lato", sans-serif;
font-weight: normal;
padding: 0.75em 1.5em;
text-decoration: none;
font-size: 18px;
margin-top: 2rem; }
body.home section.sign-up input[type="submit"]:hover {
background: rgba(255, 255, 255, 0.25);
text-decoration: none; }
body.home section.sign-up .buttons {
text-align: center; }
@media screen and (min-width: 640px) {
body.home section.sign-up .first-name,
body.home section.sign-up .last-name {
display: block;
float: left;
margin-right: 2.35765%;
width: 48.82117%; }
body.home section.sign-up .first-name:last-child,
body.home section.sign-up .last-name:last-child {
margin-right: 0; } }
body.home section.sign-up .phone-number,
body.home section.sign-up .contact-method,
body.home section.sign-up .preferred-email-format {
margin-bottom: 1em; }
body.home section.latest-news {
border-top: 1px solid #e0e2f0;
margin-bottom: 0; }
body.home section.latest-news article {
padding: 2.35765%; }
body.home section.latest-news article h4, body.home section.latest-news article h4 a {
font-size: 20px;
font-weight: 600;
margin: 0; }
body.category-latest-news {
background: #eeeeee; }
body.category-latest-news section.latest-news {
background: white;
padding: 2.35765%; }
body.category-latest-news .page-header {
text-align: center; }
body.category-latest-news .page-header h1 {
font-weight: 300; }
body.category-latest-news article {
color: #91867a; }
body.category-latest-news article header {
margin-bottom: 1.618em; }
body.category-latest-news article h2 {
color: #474037;
font-size: 24px;
font-weight: normal;
line-height: 1.35;
margin-bottom: 0; }
body.category-latest-news article a {
color: #474037; }
body.category-latest-news article .inner-wrapper {
padding: 2.35765%; }
body.category-latest-news article .entry-content {
margin-top: 2.427em; }
section#site-content {
zoom: 1;
max-width: 1100px;
margin-left: auto;
margin-right: auto; }
section#site-content:before, section#site-content:after {
content: "";
display: table; }
section#site-content:after {
clear: both; }
section#site-content .content-with-sidebar {
display: block;
float: left;
margin-right: 2.35765%;
width: 65.88078%;
padding: 2.35765%; }
section#site-content .content-with-sidebar:last-child {
margin-right: 0; }
section#site-content .sidebar {
display: block;
float: left;
margin-right: 2.35765%;
width: 31.76157%;
padding: 2.35765%; }
section#site-content .sidebar:last-child {
margin-right: 0; }
.page-wrapper {
padding: 3.236em; }
.page-container {
zoom: 1;
max-width: 1100px;
margin-left: auto;
margin-right: auto; }
.page-container:before, .page-container:after {
content: "";
display: table; }
.page-container:after {
clear: both; }
.page-container.medium {
max-width: 960px; }
.page-container.narrow {
max-width: 840px; }
.page-container.extra-narrow {
max-width: 750px; }
.page-container .page-content {
background: white;
padding: 4.854em; }
section.team-list .page-header {
padding: 3.236em; }
section.team-list #team-member-list {
margin: 0;
padding: 0; }
section.team-list #team-member-list .team-member {
background: white;
color: #6d757e;
display: block;
list-style: none;
margin-bottom: 1px;
padding: 3.236em;
zoom: 1;
display: block;
text-decoration: none; }
section.team-list #team-member-list .team-member:before, section.team-list #team-member-list .team-member:after {
content: "";
display: table; }
section.team-list #team-member-list .team-member:after {
clear: both; }
section.team-list #team-member-list .team-member .content-container {
display: block;
float: left;
margin-right: 2.35765%;
width: 65.88078%;
padding: 2.35765%; }
section.team-list #team-member-list .team-member .content-container:last-child {
margin-right: 0; }
section.team-list #team-member-list .team-member .photo-container {
display: block;
float: left;
margin-right: 2.35765%;
width: 31.76157%;
padding: 2.35765%;
text-align: right; }
section.team-list #team-member-list .team-member .photo-container:last-child {
margin-right: 0; }
section.team-list #team-member-list .team-member .photo-container .inner-wrapper {
display: block; }
section.team-list #team-member-list .team-member .photo-container img {
border-radius: 150px;
height: 150px;
width: 150px; }
section.team-list #team-member-list .team-member h4, section.team-list #team-member-list .team-member body.home section.latest-news article h4 a, body.home section.latest-news article h4 section.team-list #team-member-list .team-member a {
font-size: 24px;
font-weight: 300;
margin-bottom: 0; }
section.team-list #team-member-list .team-member .team-member-role {
font-size: 14px; }
section.careers-shoutout {
border-top: 1px solid #e0e2f0;
text-align: center; }
section.careers-shoutout h3 {
font-size: 26px;
font-weight: normal;
margin: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment