/*!
Theme Name: Equate
Theme URI: http://underscores.me/
Author: Zinj Guo
Author URI: http://underscores.me/
Description: Equate theme for CICS UMass Amherst
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: equate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Equate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries



--------------------------------------------------------------*/
/* line 11, ../sass/layout/_grid.scss */
.row {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* line 18, ../sass/layout/_grid.scss */
.row:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 25, ../sass/layout/_grid.scss */
.column {
  width: 50%;
  float: left;
  flex-grow: 1;
  position: relative;
}
/* line 31, ../sass/layout/_grid.scss */
.column._1 {
  width: 100%;
}
/* line 35, ../sass/layout/_grid.scss */
.column._1_3 {
  width: 33.333333%;
}
/* line 39, ../sass/layout/_grid.scss */
.column._2_3 {
  width: 66.66666666%;
}
/* line 43, ../sass/layout/_grid.scss */
.column._1_4 {
  width: 25%;
}
/* line 47, ../sass/layout/_grid.scss */
.column._3_4 {
  width: 75%;
}

@media all and (max-width: 1024px) {
  /* line 53, ../sass/layout/_grid.scss */
  .row {
    max-width: 768px;
  }
}
@media all and (max-width: 768px) {
  /* line 59, ../sass/layout/_grid.scss */
  .row {
    max-width: 320px;
    display: block;
  }

  /* line 64, ../sass/layout/_grid.scss */
  .column {
    width: 100%;
  }
  /* line 67, ../sass/layout/_grid.scss */
  .column._1, .column._1_3, .column._2_3, .column._1_4, .column._3_4 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, ../sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, ../sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, ../sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, ../sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, ../sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, ../sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, ../sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 232, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, ../sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, ../sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, ../sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, ../sass/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, ../sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, ../sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, ../sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", Helvetica, Arial, "san serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, ../sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 1, ../sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, ../sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, ../sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, ../sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, ../sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, ../sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, ../sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, ../sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, ../sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, ../sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, ../sass/elements/_elements.scss */
body {
  background: #efefef;
  /* Fallback for when there is no custom background color defined. */
  background: url("../images/page_bg.jpg") #efefef no-repeat bottom center;
  background-size: cover;
}

/* line 18, ../sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, ../sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, ../sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, ../sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, ../sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, ../sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, ../sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 29, ../sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 34, ../sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 38, ../sass/elements/_elements.scss */
.action-btn {
  color: white;
  display: inline-block;
  padding: 10px 20px;
  background: #ff9c00;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 45, ../sass/elements/_elements.scss */
.action-btn:visited {
  color: white;
}
/* line 49, ../sass/elements/_elements.scss */
.action-btn:hover, .action-btn:active {
  background: #cc7d00;
}

/* line 55, ../sass/elements/_elements.scss */
h2.research-heading {
  height: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: -50px 0 0;
  line-height: 50px;
  font-weight: 100;
  text-align: center;
  padding: 0;
  min-width: 300px;
  max-width: 500px;
}

/* line 71, ../sass/elements/_elements.scss */
.research-list {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  padding: 25px 0 50px;
}
/* line 77, ../sass/elements/_elements.scss */
.research-list.all .research-project {
  margin: 0 0 40px;
  position: relative;
  background: white;
}
/* line 83, ../sass/elements/_elements.scss */
.research-list.all .research-project:after {
  content: " ";
  clear: both;
  display: block;
}
/* line 93, ../sass/elements/_elements.scss */
.research-list.all .thumbs {
  position: absolute;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), 1.5px, transparent 1.5px, transparent 3px), #6fafc6;
  height: 100%;
  width: 130px;
  bottom: 0;
  left: 0;
}
/* line 111, ../sass/elements/_elements.scss */
.research-list.all .thumbs:before {
  content: ' ';
  display: block;
  width: 130px;
  border-top: 48px solid white;
  position: absolute;
}
/* line 120, ../sass/elements/_elements.scss */
.research-list.all .thumbs .thumb {
  float: none;
  width: 96px;
  height: 96px;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 93, ../sass/elements/_elements.scss */
  .research-list.all .thumbs {
    width: 100%;
    height: auto;
    position: relative;
  }
  /* line 132, ../sass/elements/_elements.scss */
  .research-list.all .thumbs .thumb {
    float: left;
  }
  /* line 136, ../sass/elements/_elements.scss */
  .research-list.all .thumbs:before {
    display: none;
  }
  /* line 140, ../sass/elements/_elements.scss */
  .research-list.all .thumbs:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 153, ../sass/elements/_elements.scss */
.research-list.all .project-title {
  background: none !important;
  position: static;
  color: black;
  height: auto;
  padding-left: 150px;
}
/* line 159, ../sass/elements/_elements.scss */
.research-list.all .project-title:before {
  content: '';
  display: none;
}
/* line 164, ../sass/elements/_elements.scss */
.research-list.all .project-title a {
  color: black;
}
/* line 169, ../sass/elements/_elements.scss */
.research-list.all .project-title h2 {
  font-size: 2.5em;
}
/* line 175, ../sass/elements/_elements.scss */
.research-list.all .project-content {
  padding-left: 150px;
  padding-top: 0;
}
@media all and (max-width: 768px) {
  /* line 182, ../sass/elements/_elements.scss */
  .research-list.all .project-title, .research-list.all .project-content {
    padding: 0 20px;
  }
  /* line 186, ../sass/elements/_elements.scss */
  .research-list.all .project-content {
    padding-bottom: 20px;
  }
}
/* line 193, ../sass/elements/_elements.scss */
.research-list .thumb {
  width: 64px;
  height: 64px;
  background: #333;
  background-size: cover;
  float: left;
}
/* line 200, ../sass/elements/_elements.scss */
.research-list .thumb.alexandra-meliou {
  background-image: url(../images/people/bw/meliou.png);
}
/* line 204, ../sass/elements/_elements.scss */
.research-list .thumb.david-jensen {
  background-image: url(../images/people/bw/jensen.png);
}
/* line 208, ../sass/elements/_elements.scss */
.research-list .thumb.shlomo-zilberstein {
  background-image: url(../images/people/bw/shlomo.jpg);
}
/* line 212, ../sass/elements/_elements.scss */
.research-list .thumb.laura-haas {
  background-image: url(../images/people/bw/haas.jpg);
}
/* line 216, ../sass/elements/_elements.scss */
.research-list .thumb.neil-immerman {
  background-image: url(../images/people/bw/neil.jpg);
}
/* line 220, ../sass/elements/_elements.scss */
.research-list .thumb.yanlei-diao {
  background-image: url(../images/people/bw/diao.jpg);
}
/* line 224, ../sass/elements/_elements.scss */
.research-list .thumb.yuriy-brun {
  background-image: url(../images/people/bw/brun.png);
}
/* line 228, ../sass/elements/_elements.scss */
.research-list .thumb.gerome-miklau {
  background-image: url(../images/people/bw/miklau.png);
}
/* line 232, ../sass/elements/_elements.scss */
.research-list .thumb.erik-learned-miller {
  background-image: url(../images/people/bw/erik.jpg);
}
/* line 236, ../sass/elements/_elements.scss */
.research-list .thumb.narges-mahyar {
  background-image: url(../images/people/bw/narges.jpg);
}
/* line 240, ../sass/elements/_elements.scss */
.research-list .thumb.brendan-o-connor {
  background-image: url(../images/people/bw/oconnor.jpg);
}
/* line 244, ../sass/elements/_elements.scss */
.research-list .thumb.philip-thomas {
  background-image: url(../images/people/bw/philip.jpg);
}
/* line 250, ../sass/elements/_elements.scss */
.research-list .research-project {
  background: white;
  margin: 0 5px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
  font-size: .8em;
}
@media all and (max-width: 768px) {
  /* line 250, ../sass/elements/_elements.scss */
  .research-list .research-project {
    margin: 0 0 30px;
  }
}
/* line 263, ../sass/elements/_elements.scss */
.research-list .research-project:first-child {
  margin-left: 0;
}
/* line 267, ../sass/elements/_elements.scss */
.research-list .research-project:last-child {
  margin-right: 0;
}
/* line 271, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(2) .project-title, .research-list .research-project:nth-child(2) .thumbs {
  background-color: #507084;
}
/* line 275, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(3) .project-title, .research-list .research-project:nth-child(3) .thumbs {
  background-color: #b3b995;
}
/* line 279, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(4) .project-title, .research-list .research-project:nth-child(4) .thumbs {
  background-color: #47273e;
}
/* line 283, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(5) .project-title, .research-list .research-project:nth-child(5) .thumbs {
  background-color: #a89968;
}
/* line 287, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(6) .project-title, .research-list .research-project:nth-child(6) .thumbs {
  background-color: #a8431e;
}
/* line 291, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(7) .project-title, .research-list .research-project:nth-child(7) .thumbs {
  background-color: #aca298;
}
/* line 295, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(8) .project-title, .research-list .research-project:nth-child(8) .thumbs {
  background-color: #63666a;
}
/* line 299, ../sass/elements/_elements.scss */
.research-list .research-project:nth-child(9) .project-title, .research-list .research-project:nth-child(9) .thumbs {
  background-color: #ff9c00;
}
/* line 306, ../sass/elements/_elements.scss */
.research-list .project-content {
  padding: 30px;
}
/* line 310, ../sass/elements/_elements.scss */
.research-list .project-title {
  padding: 40px 30px 0;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), 1.5px, transparent 1.5px, transparent 3px), #6fafc6;
  position: relative;
  height: 175px;
  color: white;
}
/* line 330, ../sass/elements/_elements.scss */
.research-list .project-title:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #881c1c transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 345, ../sass/elements/_elements.scss */
.research-list .project-title h2 {
  font-weight: 100;
  margin: 0 0 5px;
  font-size: 2em;
  line-height: 120%;
  clear: none;
}
@media all and (max-width: 1024px) {
  /* line 345, ../sass/elements/_elements.scss */
  .research-list .project-title h2 {
    font-size: 1.8em;
  }
}
/* line 358, ../sass/elements/_elements.scss */
.research-list .project-title a {
  color: white;
  font-weight: 100;
}
/* line 363, ../sass/elements/_elements.scss */
.research-list .project-title .thumbs {
  position: absolute;
  bottom: -32px;
}
/* line 368, ../sass/elements/_elements.scss */
.research-list .project-title .faculty {
  margin-bottom: 10px;
}
/* line 377, ../sass/elements/_elements.scss */
.research-list .action-btn {
  position: absolute;
  bottom: -10px;
  right: 20px;
}

/* line 386, ../sass/elements/_elements.scss */
.tmm.tmm_equate .tmm_3_columns .tmm_member {
  border: none !important;
  box-shadow: none;
}
@media all and (max-width: 768px) {
  /* line 386, ../sass/elements/_elements.scss */
  .tmm.tmm_equate .tmm_3_columns .tmm_member {
    width: 96%;
  }
}
/* line 395, ../sass/elements/_elements.scss */
.tmm.tmm_equate .tmm_3_columns .tmm_member .tmm_photo {
  width: 100%;
  height: 250px;
  background-position: center;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
}
@media all and (max-width: 768px) {
  /* line 395, ../sass/elements/_elements.scss */
  .tmm.tmm_equate .tmm_3_columns .tmm_member .tmm_photo {
    width: 100%;
    height: 250px;
    background-position: center;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
  }
}
/* line 415, ../sass/elements/_elements.scss */
.tmm.tmm_equate .tmm_3_columns .tmm_member .tmm_textblock {
  background: #333;
  color: white;
  height: 100px;
}
/* line 421, ../sass/elements/_elements.scss */
.tmm.tmm_equate .tmm_3_columns .tmm_member .tmm_textblock .tmm_job {
  text-transform: none;
  font-size: .8em;
}

/* line 430, ../sass/elements/_elements.scss */
.partners {
  background: white;
  padding: 20px;
  width: 100%;
}
/* line 436, ../sass/elements/_elements.scss */
.partners h2 {
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-weight: 100;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/* line 447, ../sass/elements/_elements.scss */
.partners ul {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
/* line 455, ../sass/elements/_elements.scss */
.partners li {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: center;
}
/* line 461, ../sass/elements/_elements.scss */
.partners li a {
  display: inline-block;
  width: 150px;
  height: 150px;
}
/* line 467, ../sass/elements/_elements.scss */
.partners li img {
  width: 100%;
  display: block;
}

/* line 1, ../sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 1, ../sass/elements/_header.scss */
.cics_wordmark {
  background: url(../images/cics_wordmark.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999999px;
  display: block;
  width: 361px;
  height: 44.5px;
  float: left;
}
@media all and (max-width: 1024px) {
  /* line 1, ../sass/elements/_header.scss */
  .cics_wordmark {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  /* line 1, ../sass/elements/_header.scss */
  .cics_wordmark {
    width: 225px;
    margin-top: 5px;
  }
}

/* line 22, ../sass/elements/_header.scss */
.equate_wordmark {
  background: url(../images/equate_wordmark.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999999px;
  display: block;
  width: 361px;
  height: 117px;
  position: absolute;
  left: 0;
  bottom: -150px;
}
@media all and (max-width: 1024px) {
  /* line 22, ../sass/elements/_header.scss */
  .equate_wordmark {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  /* line 22, ../sass/elements/_header.scss */
  .equate_wordmark {
    width: 100%;
    bottom: -130px;
  }
}

/* line 48, ../sass/elements/_header.scss */
header.site-header {
  padding: 40px 0px 0px;
  background: white;
  margin: 0 auto;
}
/* line 53, ../sass/elements/_header.scss */
header.site-header .row {
  position: relative;
}

/* line 60, ../sass/elements/_header.scss */
body.home h1.entry-title {
  display: none;
}
/* line 64, ../sass/elements/_header.scss */
body.home .content-top {
  padding-top: 40px;
}

/* line 71, ../sass/elements/_header.scss */
header.entry-header {
  background: url(../images/home_bg.jpg) #490f0f no-repeat bottom center;
  background-size: cover;
  padding: 30px 0 80px;
  color: white;
}
@media all and (max-width: 768px) {
  /* line 71, ../sass/elements/_header.scss */
  header.entry-header {
    padding-top: 90px;
  }
}
/* line 82, ../sass/elements/_header.scss */
header.entry-header h1 {
  margin-top: 0;
  border-bottom: 10px solid white;
  font-weight: 100;
  font-size: 4em;
  line-height: 100%;
  padding-bottom: .2em;
  margin-bottom: .25em;
}
@media all and (max-width: 768px) {
  /* line 82, ../sass/elements/_header.scss */
  header.entry-header h1 {
    font-size: 2em;
    border-bottom: 5px solid white;
  }
}
/* line 98, ../sass/elements/_header.scss */
header.entry-header .content-top {
  font-size: .9em;
}
/* line 101, ../sass/elements/_header.scss */
header.entry-header .content-top a {
  color: #ff9c00;
}
/* line 105, ../sass/elements/_header.scss */
header.entry-header .content-top a:hover {
  color: #995e00;
}
/* line 109, ../sass/elements/_header.scss */
header.entry-header .content-top a.action-btn {
  color: white;
}
/* line 114, ../sass/elements/_header.scss */
header.entry-header .msg-box {
  position: absolute;
  bottom: 0;
  background: #507084;
  color: white;
  padding: 20px;
  font-size: .85em;
  max-width: 360px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1024px) {
  /* line 114, ../sass/elements/_header.scss */
  header.entry-header .msg-box {
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  /* line 114, ../sass/elements/_header.scss */
  header.entry-header .msg-box {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
}
/* line 134, ../sass/elements/_header.scss */
header.entry-header .msg-box h1, header.entry-header .msg-box h2, header.entry-header .msg-box h3, header.entry-header .msg-box h4 {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 1, ../sass/elements/_footer.scss */
footer.site-footer {
  padding: 50px 0;
  font-size: .7em;
  background: #333;
  color: white;
}
/* line 7, ../sass/elements/_footer.scss */
footer.site-footer a {
  color: white;
}
/* line 11, ../sass/elements/_footer.scss */
footer.site-footer a:hover {
  color: #ff9c00;
}
/* line 15, ../sass/elements/_footer.scss */
footer.site-footer a:visited {
  color: white;
}
/* line 24, ../sass/elements/_footer.scss */
footer.site-footer .equate_wordmark {
  width: 250px;
  height: 100px;
  position: static;
  float: left;
  background-position: top center;
}
/* line 32, ../sass/elements/_footer.scss */
footer.site-footer .cics_wordmark {
  background-image: url(../images/cics_wordmark_white.png);
  float: right;
  clear: both;
  margin-bottom: 10px;
}
/* line 39, ../sass/elements/_footer.scss */
footer.site-footer #footer-menu {
  margin: 0;
  padding: 0;
  clear: left;
}
/* line 44, ../sass/elements/_footer.scss */
footer.site-footer #footer-menu li {
  list-style: none;
  display: inline-block;
}
/* line 49, ../sass/elements/_footer.scss */
footer.site-footer #footer-menu li a {
  display: inline-block;
  padding: 0 20px;
  font-weight: normal;
}
/* line 54, ../sass/elements/_footer.scss */
footer.site-footer #footer-menu li a:first-child {
  padding-left: 0;
}
/* line 62, ../sass/elements/_footer.scss */
footer.site-footer p {
  clear: both;
}
/* line 70, ../sass/elements/_footer.scss */
footer.site-footer .column.last p {
  text-align: right;
}
/* line 76, ../sass/elements/_footer.scss */
footer.site-footer:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 86, ../sass/elements/_footer.scss */
footer.entry-footer {
  padding: 0 30px;
}

/* line 1, ../sass/elements/_sidebar.scss */
#secondary {
  font-size: .8em;
  line-height: 120%;
  color: white;
  padding: 20px;
}
/* line 2, ../sass/elements/_sidebar.scss */
#secondary .widget ul {
  padding: 0;
  margin: 0;
}
/* line 6, ../sass/elements/_sidebar.scss */
#secondary .widget ul li {
  list-style: none;
  margin-bottom: 5px;
}
/* line 19, ../sass/elements/_sidebar.scss */
#secondary a {
  color: white;
  font-weight: normal;
}
/* line 23, ../sass/elements/_sidebar.scss */
#secondary a:hover {
  color: #ff9c00;
}
/* line 28, ../sass/elements/_sidebar.scss */
#secondary section {
  margin-bottom: 30px;
}
/* line 32, ../sass/elements/_sidebar.scss */
#secondary h2.widget-title {
  font-weight: norma;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, ../sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
/* line 14, ../sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, ../sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 1, ../sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
/* line 22, ../sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, ../sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, ../sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, ../sass/navigation/_links.scss */
a {
  color: #881c1c;
  font-weight: bold;
  text-decoration: none;
}
/* line 7, ../sass/navigation/_links.scss */
a:visited {
  color: #5e1313;
}
/* line 10, ../sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 15, ../sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 18, ../sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, ../sass/navigation/_menus.scss */
.main-navigation {
  display: block;
}
/* line 5, ../sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
}
/* line 12, ../sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
/* line 20, ../sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 26, ../sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 32, ../sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 45, ../sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 51, ../sass/navigation/_menus.scss */
.main-navigation li {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
/* line 59, ../sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 20px 0px 20px;
  width: 100%;
  color: black;
}
/* line 68, ../sass/navigation/_menus.scss */
.main-navigation a:hover {
  color: #ff9c00;
}
@media all and (max-width: 1024px) {
  /* line 59, ../sass/navigation/_menus.scss */
  .main-navigation a {
    font-size: .8em;
  }
}
/* line 79, ../sass/navigation/_menus.scss */
.main-navigation .current_page_item:after, .main-navigation .current-menu-parent:after {
  content: " ";
  border-bottom: 30px solid #ff9c00;
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: -15px;
  display: block;
}
/* line 90, ../sass/navigation/_menus.scss */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: bold;
}

/* line 100, ../sass/navigation/_menus.scss */
.menu-toggle {
  float: right;
  margin-righ: 10px;
}

@media screen and (min-width: 768px) {
  /* line 108, ../sass/navigation/_menus.scss */
  .hamburger.menu-toggle {
    display: none;
  }

  /* line 111, ../sass/navigation/_menus.scss */
  .main-navigation ul {
    display: flex;
  }
}
@media all and (max-width: 768px) {
  /* line 121, ../sass/navigation/_menus.scss */
  .main-navigation > div {
    clear: right;
    position: relative;
  }

  /* line 125, ../sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
    clear: right;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    right: 0;
    width: 320px;
    transition: all .2s;
  }
  /* line 138, ../sass/navigation/_menus.scss */
  .main-navigation ul li {
    display: block;
  }
  /* line 141, ../sass/navigation/_menus.scss */
  .main-navigation ul li a {
    color: white;
  }
  /* line 144, ../sass/navigation/_menus.scss */
  .main-navigation ul li a:hover, .main-navigation ul li a:focus {
    background: #ff9c00;
    color: white;
  }
  /* line 150, ../sass/navigation/_menus.scss */
  .main-navigation ul li.current_page_item:after {
    display: none;
  }
  /* line 156, ../sass/navigation/_menus.scss */
  .main-navigation ul[aria-expanded='false'] {
    max-height: 0;
  }
  /* line 163, ../sass/navigation/_menus.scss */
  .main-navigation ul[aria-expanded='true'] {
    max-height: 500px;
  }

  /* line 170, ../sass/navigation/_menus.scss */
  header.site-header {
    padding-top: 0px;
  }

  /* line 174, ../sass/navigation/_menus.scss */
  header.site-header .row .column {
    width: auto;
  }
  /* line 177, ../sass/navigation/_menus.scss */
  header.site-header .row .column:first-child {
    float: left;
  }
  /* line 181, ../sass/navigation/_menus.scss */
  header.site-header .row .column:last-child {
    float: right;
  }
}
/* line 193, ../sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 198, ../sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 203, ../sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, ../sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/* line 14, ../sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #881c1c;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 36, ../sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, ../sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, ../sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, ../sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, ../sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, ../sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, ../sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, ../sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, ../sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, ../sass/site/primary/_posts-and-pages.scss */
.post,
.page {
  margin: 0 0 0em;
}

/* line 10, ../sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 14, ../sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  padding: 30px;
  background: white;
}

/* line 27, ../sass/site/primary/_posts-and-pages.scss */
article .column._1_4 {
  background: #666;
}

/* line 31, ../sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, ../sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, ../sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, ../sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, ../sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, ../sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, ../sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, ../sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, ../sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, ../sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, ../sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, ../sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, ../sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 19, ../sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
