/*!
Theme Name: Infinitypharma
Theme URI: http://www.infi.com/
Author: Alternative Productions
Author URI: http://altprod.com/
Description: Theme for Infinity Pharmaceuticals.
Version: 1.1
Text Domain: infinitypharma

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #3d3e3d;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.667; }

h1, h2, h3, h4, h5, .heading, .intro {
  color: #2a7de2;
  font-weight: normal; }

.intro {
  color: #062d5d;
  font-size: 20px; }

h1, .h1 {
  font-size: 36px;
  line-height: 1.1; }

h2, .h2, .entry-title {
  font-size: 30px;
  line-height: 1.2; }

h3, .heading {
  font-size: 18px;
  line-height: 1.3; }

h4, .title {
  font-size: 16px; }

h5, .caption {
  font-size: 14px; }

.entry-title {
  margin-bottom: 20px; }

p {
  margin-bottom: 1.4em; }

b, strong {
  font-weight: bold; }
  b.heading, strong.heading {
    font-weight: normal; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 83%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #aaacae;
  border: 0;
  height: 1px;
  margin: 1.5em auto;
  width: 100%; }

ul, ol {
  margin: 0 0 1.5em 2em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #3d3e3d;
  background: #3d3e3d;
  color: white;
  cursor: pointer;
  -webkit-appearance: button;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: .3em 1em;
  vertical-align: baseline; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background-color: white;
  color: #3d3e3d;
  border: 1px solid #3d3e3d;
  padding: .3em 1em; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(61, 62, 61, 0.75); }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(61, 62, 61, 0.75); }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: rgba(61, 62, 61, 0.75); }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(61, 62, 61, 0.75); }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #000000; }

label {
  color: #3d3e3d;
  font-weight: 600; }

.entry-content select {
  height: 35px;
  padding-right: 10px;
  /* Fixes Firefox bug with set height */ }

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 100%; }

/*--------------------------------------------------------------
5.0 Links
--------------------------------------------------------------*/
a {
  color: #2a7de2;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #062d5d; }

.btn {
  background-color: #FFF;
  border: 1px solid #d1d2d4;
  color: #747373;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }
  .btn .icon-right-dir {
    background: #3d78bd;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px; }

.btn--secondary {
  background: #1d305a;
  background: -moz-linear-gradient(left, #1d305a 0%, #5081be 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1d305a), color-stop(100%, #5081be));
  background: -webkit-linear-gradient(left, #1d305a 0%, #5081be 100%);
  background: -o-linear-gradient(left, #1d305a 0%, #5081be 100%);
  background: -ms-linear-gradient(left, #1d305a 0%, #5081be 100%);
  background: linear-gradient(to right, #1d305a 0%, #5081be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d305a', endColorstr='#5081be', GradientType=1 );
  border: none;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 22px;
  max-width: 100%;
  min-width: 346px;
  width: 45%;
  padding: 5px 15px; }
  .btn--secondary:active, .btn--secondary:hover {
    color: #FFF; }

.entry-content .btn--secondary {
  color: #FFF; }

.quick-links .btn {
  margin-bottom: 14px;
  margin-left: 26px;
  min-width: 160px; }

/*--------------------------------------------------------------
6.0 Media
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
7.0 Typography helper classes
--------------------------------------------------------------*/
.lower {
  text-transform: lowercase; }

.upper {
  text-transform: uppercase; }

.container--site {
  margin: 0 auto;
  max-width: 97.5em;
  min-width: 22.85714em;
  width: 100%; }

.row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.85714em;
  padding-right: 2.85714em;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

@media screen and (min-width: 1024px) {
  .row--auto\@desktop {
    padding-left: 0;
    padding-right: 0; } }

.row--flush-left {
  padding-left: 0; }

.col {
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }
  @media screen and (min-width: 724px) {
    .col {
      float: left; } }

/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they're applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
@media screen and (max-width: 724px) {
  .u-1\/1\@mobile {
    width: 100% !important; }
  .u-1\/2\@mobile {
    width: 50% !important; }
  .u-2\/2\@mobile {
    width: 100% !important; }
  .u-1\/3\@mobile {
    width: 33.33333% !important; }
  .u-2\/3\@mobile {
    width: 66.66667% !important; }
  .u-3\/3\@mobile {
    width: 100% !important; }
  .u-1\/4\@mobile {
    width: 25% !important; }
  .u-2\/4\@mobile {
    width: 50% !important; }
  .u-3\/4\@mobile {
    width: 75% !important; }
  .u-4\/4\@mobile {
    width: 100% !important; }
  .u-1\/5\@mobile {
    width: 20% !important; }
  .u-2\/5\@mobile {
    width: 40% !important; }
  .u-3\/5\@mobile {
    width: 60% !important; }
  .u-4\/5\@mobile {
    width: 80% !important; }
  .u-5\/5\@mobile {
    width: 100% !important; }
  .u-auto\@mobile {
    width: auto !important; } }

@media screen and (min-width: 724px) {
  .u-1\/1\@tablet {
    width: 100% !important; }
  .u-1\/2\@tablet {
    width: 50% !important; }
  .u-2\/2\@tablet {
    width: 100% !important; }
  .u-1\/3\@tablet {
    width: 33.33333% !important; }
  .u-2\/3\@tablet {
    width: 66.66667% !important; }
  .u-3\/3\@tablet {
    width: 100% !important; }
  .u-1\/4\@tablet {
    width: 25% !important; }
  .u-2\/4\@tablet {
    width: 50% !important; }
  .u-3\/4\@tablet {
    width: 75% !important; }
  .u-4\/4\@tablet {
    width: 100% !important; }
  .u-1\/5\@tablet {
    width: 20% !important; }
  .u-2\/5\@tablet {
    width: 40% !important; }
  .u-3\/5\@tablet {
    width: 60% !important; }
  .u-4\/5\@tablet {
    width: 80% !important; }
  .u-5\/5\@tablet {
    width: 100% !important; }
  .u-auto\@tablet {
    width: auto !important; } }

@media screen and (min-width: 980px) {
  .u-1\/1\@desktop {
    width: 100% !important; }
  .u-1\/2\@desktop {
    width: 50% !important; }
  .u-2\/2\@desktop {
    width: 100% !important; }
  .u-1\/3\@desktop {
    width: 33.33333% !important; }
  .u-2\/3\@desktop {
    width: 66.66667% !important; }
  .u-3\/3\@desktop {
    width: 100% !important; }
  .u-1\/4\@desktop {
    width: 25% !important; }
  .u-2\/4\@desktop {
    width: 50% !important; }
  .u-3\/4\@desktop {
    width: 75% !important; }
  .u-4\/4\@desktop {
    width: 100% !important; }
  .u-1\/5\@desktop {
    width: 20% !important; }
  .u-2\/5\@desktop {
    width: 40% !important; }
  .u-3\/5\@desktop {
    width: 60% !important; }
  .u-4\/5\@desktop {
    width: 80% !important; }
  .u-5\/5\@desktop {
    width: 100% !important; }
  .u-auto\@desktop {
    width: auto !important; } }

@media screen and (min-width: 1255px) {
  .u-1\/1\@wide {
    width: 100% !important; }
  .u-1\/2\@wide {
    width: 50% !important; }
  .u-2\/2\@wide {
    width: 100% !important; }
  .u-1\/3\@wide {
    width: 33.33333% !important; }
  .u-2\/3\@wide {
    width: 66.66667% !important; }
  .u-3\/3\@wide {
    width: 100% !important; }
  .u-1\/4\@wide {
    width: 25% !important; }
  .u-2\/4\@wide {
    width: 50% !important; }
  .u-3\/4\@wide {
    width: 75% !important; }
  .u-4\/4\@wide {
    width: 100% !important; }
  .u-1\/5\@wide {
    width: 20% !important; }
  .u-2\/5\@wide {
    width: 40% !important; }
  .u-3\/5\@wide {
    width: 60% !important; }
  .u-4\/5\@wide {
    width: 80% !important; }
  .u-5\/5\@wide {
    width: 100% !important; }
  .u-auto\@wide {
    width: auto !important; } }

.site-header {
  background: #68a6b0 url(assets/images/header-bg.jpg) no-repeat;
  padding-top: 22px; }
  @media screen and (min-width: 980px) {
    .site-header {
      background-size: cover;
      padding-top: 17px;
      padding-bottom: 17px; } }

.small-screen-toggles {
  float: right;
  height: 62px;
  text-align: right;
  width: 43.5%; }

.branding--header {
  margin-left: 30px;
  width: 137px; }
  @media screen and (max-width: 979px) {
    .branding--header {
      float: left; } }
  @media screen and (min-width: 980px) and (max-width: 1254px) {
    .branding--header {
      padding-top: 20px; } }
  @media screen and (min-width: 980px) {
    .branding--header {
      max-width: 227px;
      width: 30%; } }

@media screen and (min-width: 980px) {
  .branding__container {
    margin-left: 40px; } }

.site-navigation {
  position: relative; }
  .site-navigation .skip-link:focus {
    left: 0;
    top: 0; }
  @media screen and (max-width: 979px) {
    .site-navigation {
      clear: both;
      width: 100%; } }
  @media screen and (min-width: 980px) {
    .site-navigation {
      float: right;
      width: 70%; }
      .site-navigation > ul {
        margin-right: 40px; } }

.logged-in .site-header {
  top: 32px; }

.site-header .search-form {
  background: #e8ebee;
  clear: left;
  display: inline-block;
  *display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%; }

.sub-menu .search-form {
  height: 50px; }

.utility .search-form {
  border: 15px solid #516571;
  border-color: rgba(81, 101, 113, 0.85); }
  @media screen and (min-width: 980px) {
    .utility .search-form {
      height: 77px; }
      .utility .search-form:before {
        border-style: solid;
        border-width: 0 10px 17.3px 10px;
        border-color: transparent transparent rgba(81, 101, 113, 0.85) transparent;
        content: "";
        display: block;
        height: 0;
        margin-left: 80%;
        position: absolute;
        top: -32px;
        width: 0; } }

.site-header .search-field {
  -moz-appearance: normal;
  -webkit-appearance: normal;
  appearance: normal;
  background-color: #e8ebee;
  border-radius: 0;
  border: none;
  color: #506471;
  height: 32px;
  float: left;
  padding: .6em 1em;
  width: 65%; }

.site-header .search-form__button {
  display: inline-block;
  background: transparent;
  border: none;
  float: right;
  height: 46px;
  padding: 0 5px; }

.site-header .searchsubmit__icon .c-icon {
  fill: #062d5d; }

@media screen and (min-width: 980px) {
  .utility-search {
    display: none;
    max-width: 297px; }
    .search-open .utility-search {
      display: block; } }

.utility {
  text-align: right; }
  @media screen and (max-width: 979px) {
    .utility {
      margin-bottom: 0; } }
  .utility a {
    color: white; }
    .utility a:active, .utility a:hover {
      color: #9babbe; }
  .utility .widget {
    float: right;
    margin-left: 1.2em; }
    @media screen and (max-width: 979px) {
      .utility .widget {
        float: none;
        margin-left: 0; } }

#core {
  background-color: #fff;
  position: relative;
  z-index: 1; }

.home #core {
  background: #d0d2d3; }

#primary {
  padding-bottom: 2.8em; }

.home #primary {
  padding-bottom: 0; }

/* Section Header & Tertiary Navigation */
.section-header {
  background-color: #2a7de2;
  background-repeat: no-repeat;
  background-position: left center;
  color: white;
  margin-bottom: 1.57143em;
  margin-left: -2.85714em;
  margin-right: -2.85714em;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.section-header__heading {
  color: #fff;
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .section-header__heading {
      font-size: 34px; } }

.section-sub-nav {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 3em auto; }
  .section-sub-nav li {
    padding: 0 1em; }
  .section-sub-nav a {
    color: #3c3e3d; }
    .section-sub-nav a:active, .section-sub-nav a:hover {
      color: #434140; }
  .section-sub-nav .current_page_item a {
    position: relative; }
    .section-sub-nav .current_page_item a:after {
      content: "";
      background-color: #434140;
      display: block;
      height: 2px;
      width: 100%; }

/* Primary Content Area */
.content-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.8571428571em; }
  .content-area p:last-child {
    margin-bottom: 0; }

.content-area--full-width {
  max-width: none;
  width: 100%; }

@media screen and (min-width: 768px) {
  .content-area--has-sidebar {
    float: right;
    width: 74.5%; } }

.entry-header {
  padding-top: 17px; }

.single article {
  position: relative; }

.single .entry-header {
  margin-bottom: 3.334em; }

.divided-row {
  border-bottom: 1px solid #aaacae;
  margin-bottom: 24px;
  padding-bottom: 24px; }
  .divided-row:last-child, .divided-row:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

@media screen and (min-width: 768px) {
  .content-with-side-image .featured-image {
    float: left;
    width: 235px; }
    .content-with-side-image .featured-image > img {
      display: block; }
    .content-with-side-image .featured-image .caption {
      margin: 1.4em 0; }
  .content-with-side-image .entry-content {
    margin-left: 254px; } }

@media screen and (min-width: 768px) {
  .content-with-right-side-image .side-linked-image {
    float: right;
    width: 335px; }
  .content-with-right-side-image .side-linked-image > img {
    float: right; }
  .content-with-right-side-image .side-linked-image .caption {
    margin: 1.4em 0; }
  .content-with-right-side-image .entry-content {
    float: left;
    width: 500px; } }

#animation_container {
  min-height: 180px; }
  @media screen and (min-width: 724px) {
    #animation_container {
      min-height: 485px; } }
  @media screen and (min-width: 1255px) {
    #animation_container {
      min-height: 860px; } }

.box-highlight {
  background-color: #e5e5e7;
  padding: 25px 21px;
  margin: 10px 0 1.4em; }
  .box-highlight .heading {
    display: block; }
  .box-highlight ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .box-highlight li {
    border-bottom: 1px solid white;
    line-height: 1.3;
    padding-bottom: 10px; }
    .box-highlight li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

/*
	 * PHX Elements
	 */
.ccbnLabel {
  color: #3d3e3d;
  font-weight: 600; }

.ccbnTblTtl {
  color: #3d3e3d;
  font-size: 16px; }

.entry-content .ccbnBgButton {
  display: block;
  margin-top: 7px; }

.inforeqTable table .ccbnBgInput td {
  padding-right: 30px; }

.inforeqTable input[type="text"],
.inforeqTable textarea {
  width: 100%; }

span.ccbnInput + input {
  margin-left: 10px; }

table table {
  margin-bottom: 0; }

.ccbnBgTblTtl > td {
  border-bottom: 3px solid #3d3e3d;
  padding: 5px; }

.ccbnBgTblEven > td,
.ccbnBgTblOdd > td {
  border-bottom: 1px solid #3d3e3d;
  padding: 5px; }

.ccbnBgTblEven td td,
.ccbnBgTblOdd td td {
  border-bottom: none;
  padding: inherit; }

.ccbnBgTblOdd > td {
  background-color: #e6e8e7; }

.dataTable td {
  vertical-align: middle; }

.ccbnTblTxtBold {
  font-weight: 600; }

.entry-content .ccbnTblLnk,
.entry-content .ccbnTblTxtBold a {
  color: #3d3e3d; }
  .entry-content .ccbnTblLnk:hover, .entry-content .ccbnTblLnk:active,
  .entry-content .ccbnTblTxtBold a:hover,
  .entry-content .ccbnTblTxtBold a:active {
    color: #2a7de2; }

.ccbnTblTxtSmall {
  font-size: 12px;
  font-size: .75rem; }

/*
 * WordPress Classes
 */
.sticky,
.gallery-caption,
.bypostauthor {
  background-color: #e5e5e7; }

.content-aside {
  background: #f1f1f1;
  margin-top: 1em;
  margin-bottom: 1em; }

.content-aside__content {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px; }
  .content-aside__content a {
    color: #605f5f; }
    .content-aside__content a:hover, .content-aside__content a:focus {
      color: #2a7de2; }

.content-aside__heading {
  color: #605f5f;
  font-weight: bold;
  margin-bottom: 8px; }

.toolkit td {
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px; }

.toolkit img {
  max-width: none; }

.site-footer {
  background-color: #50585f;
  color: #FFFFFF;
  padding-top: 2.85714em;
  padding-bottom: 2.85714em; }
  .site-footer a {
    color: white; }
    .site-footer a:active, .site-footer a:hover {
      color: #ffa409; }

.site-footer__col {
  margin-bottom: 2.85714em; }
  @media screen and (min-width: 724px) {
    .site-footer__col {
      padding-left: 2.85714em; }
      .site-footer__col:first-child {
        margin-left: 0; }
      .site-footer__col:last-child {
        margin-right: 0; } }
  .site-footer__col .widget_nav_menu {
    margin-bottom: 2.5em; }

.site-footer__connect-link {
  margin-right: 5px; }

.site-footer__connect-link .social-icon {
  fill: #fff; }

.site-footer__connect-link .social-icon--twitter {
  width: 34px; }

.site-footer__connect-link .social-icon--facebook {
  width: 28px; }

.site-footer__connect-link .social-icon--linkedin {
  width: 28px; }

.site-footer__site-map .menu-item-has-children > a {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px; }
  @media screen and (min-width: 724px) {
    .site-footer__site-map .menu-item-has-children > a {
      font-size: 16px;
      font-size: 1rem; } }

.menu,
.widget_nav_menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .menu ul,
  .widget_nav_menu ul {
    list-style: none;
    margin-left: 0; }

.small-screen-toggles {
  display: none; }
  .small-screen-toggles .small-screen-toggle {
    background: none;
    border: none;
    color: #062d5d;
    font-size: 18px;
    height: 62px;
    padding: 0 12px 12px 0; }
    .small-screen-toggles .small-screen-toggle.active, .small-screen-toggles .small-screen-toggle:active, .small-screen-toggles .small-screen-toggle:hover {
      color: #ffffff; }
  .small-screen-toggles .menu-toggle {
    padding-right: 12px; }
  @media screen and (max-width: 979px) {
    .small-screen-toggles {
      display: block; } }

.c-icon-menu {
  fill: #062d5d;
  height: 22px;
  width: 22px;
  vertical-align: middle; }
  .active .c-icon-menu {
    fill: #ffffff; }

.primary-nav {
  color: #fff;
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  margin-left: 0;
  line-height: 1;
  list-style: none;
  *zoom: 1;
  margin-bottom: 0; }
  .primary-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  @media screen and (min-width: 980px) {
    .primary-nav {
      text-align: right; } }
  @media screen and (min-width: 1255px) {
    .primary-nav {
      clear: right;
      float: right;
      font-size: 19px; } }
  .primary-nav li {
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative; }
    .primary-nav li > a {
      display: block; }
    .primary-nav li:hover, .primary-nav li.hover {
      background-color: #51595f;
      background-color: rgba(81, 89, 85, 0.8); }
      .primary-nav li:hover > ul, .primary-nav li.hover > ul {
        display: block !important; }
      @media screen and (min-width: 980px) {
        .primary-nav li:hover > ul, .primary-nav li.hover > ul {
          right: 20px; } }
    .primary-nav li.current-menu-ancestor, .primary-nav li.current-menu-parent, .primary-nav li.current_page_item {
      background-color: #51595f;
      background-color: rgba(81, 89, 85, 0.8); }
      .primary-nav li.current-menu-ancestor > a, .primary-nav li.current-menu-parent > a, .primary-nav li.current_page_item > a {
        color: #fff; }
  .primary-nav .menu-item--search-form {
    padding: 10px; }
  .primary-nav a {
    padding: 10px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    text-align: left; }
    .primary-nav a:active, .primary-nav a:hover {
      color: #fff; }
  .primary-nav ul {
    display: none;
    position: absolute;
    right: -9999px;
    list-style: none;
    z-index: 99; }
    @media screen and (min-width: 980px) {
      .primary-nav ul {
        width: 297px; }
        .primary-nav ul:before {
          border-style: solid;
          border-width: 0 10px 17.3px 10px;
          border-color: transparent transparent rgba(81, 89, 85, 0.8) transparent;
          content: "";
          display: block;
          height: 0;
          margin-left: 80%;
          width: 0; } }
  .primary-nav li li {
    background-color: #51595f;
    background-color: rgba(81, 89, 85, 0.8);
    display: block;
    text-align: left;
    zoom: initial; }
    .primary-nav li li a {
      display: block;
      padding: 15px 30px;
      z-index: 100; }
    @media screen and (min-width: 980px) {
      .primary-nav li li:hover a, .primary-nav li li.hover a {
        background-color: #51595f;
        color: #fff; } }
    @media screen and (min-width: 980px) {
      .primary-nav li li:hover ul, .primary-nav li li.hover ul {
        display: none !important;
        /* Hide tertiary navigation on larger screens */ } }

@media screen and (max-width: 979px) {
  .primary-nav {
    background-color: #51595f;
    background-color: rgba(81, 89, 85, 0.8);
    font-size: 13px;
    text-align: left; }
    .primary-nav > li {
      float: none;
      display: block; }
    .primary-nav ul {
      display: block;
      width: 100%; }
    .primary-nav > li.hover > ul,
    .primary-nav li li.hover ul {
      position: relative;
      right: 0; }
    .primary-nav .menu-item-has-children > a:before {
      content: url("assets/images/svg/right-arrow.svg");
      display: inline-block;
      height: 10px;
      height: 0.625rem;
      margin-right: .2em;
      opacity: 0.8;
      speak: none;
      text-decoration: inherit;
      width: 10px;
      width: 0.625rem; }
    .primary-nav .hover > a:before {
      content: url("assets/images/svg/down-arrow.svg"); }
    .primary-nav .sub-menu {
      font-size: 12px; }
    .primary-nav li li a:active, .primary-nav li li a:hover {
      color: white; }
    .primary-nav li li li a {
      padding-left: 50px; } }

.menu-item-utility {
  vertical-align: middle; }
  .menu-item-utility a {
    padding-top: 4px;
    padding-bottom: 4px; }

@media screen and (max-width: 979px) {
  .site-navigation__utility {
    display: none; } }

.primary-nav > .menu-item-utility:hover,
.primary-nav > .menu-item-utility.hover {
  background-color: transparent; }
  .primary-nav > .menu-item-utility:hover > ul,
  .primary-nav > .menu-item-utility.hover > ul {
    display: none !important; }

.primary-nav .menu-item-utility.active .sub-menu {
  display: block !important;
  right: -28px; }

.paging-navigation--pages .nav-next,
.paging-navigation--pages .nav-previous {
  float: left;
  width: 50%; }

.paging-navigation--pages .nav-next {
  float: right;
  text-align: right; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */ }

.entry-content a {
  color: #2a7de2; }
  .entry-content a:active, .entry-content a:hover {
    color: #062d5d; }

.entry-content ul {
  margin-left: 1.3em; }

.entry-content li {
  margin-bottom: 1em; }

.entry-footer .edit-link {
  display: block;
  margin: 1em 0; }

.entry-footer .paging-navigation {
  margin-bottom: 1.4em; }

.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

.four-col {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

.lte-ie9 .four-col li {
  float: left;
  margin-right: 14px;
  width: 168px; }

.leader--with-headshot .leader-headshot {
  width: 109px; }

.leader--with-headshot .leader-name-bio {
  margin-left: 121px; }

.footnotes {
  font-size: 10px; }

.search-form {
  position: relative; }
  @media screen and (max-width: 979px) {
    .search-form {
      margin: 0 auto;
      width: 100%; } }

.search-field {
  float: left;
  max-width: 350px; }
  @media screen and (max-width: 979px) {
    .search-field {
      width: 65%; } }
  .entry-content .search-field {
    width: 70%; }

.search-form__button {
  line-height: 1;
  max-width: 350px;
  width: 20%; }

.searchsubmit__icon {
  display: inline-block;
  height: 21px;
  max-width: 150px; }
  .searchsubmit__icon .c-icon {
    fill: white;
    height: 21px;
    width: 100%; }

.accordion-title {
  background-color: #F2F5FC;
  padding: 5px 10px;
  cursor: pointer; }
  .accordion-title.open, .accordion-title:hover {
    background-color: #E2E2E2; }

.accordion-title,
.accordion-content {
  margin-bottom: 1em; }

/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
#basic-modal-content {
  display: none; }

/* Overlay */
#simplemodal-overlay {
  background-color: #000; }

/* Container */
#simplemodal-container {
  height: 290px;
  width: 290px;
  color: #bbb;
  background-color: #333;
  border: 4px solid #444;
  padding: 12px; }

#simplemodal-container .simplemodal-data {
  padding: 8px; }

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px; }

#simplemodal-container a {
  color: #ddd; }

#simplemodal-container a.modalCloseImg {
  background: url(assets/images/close.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer; }

#simplemodal-container h3 {
  color: #84b8d9; }

.profile-container {
  background-color: #67a6bc;
  margin-bottom: 48px;
  margin-bottom: 3rem; }

.profile-container--person {
  background-color: #51595f; }
.page-id-4949 .profile-container--person:nth-child(n+6){
	background-color: #868a8f; 
	float: left;
    margin-bottom: 0px;
    height: 180px;
    overflow: hidden;
	width: 50%;
}
@media screen and (max-width: 724px) {
    .page-id-4949 .profile-container--person:nth-child(n+6){
	background-color: #868a8f; 
	float: unset;
    margin-bottom: 5px;
    height: auto;
		width: 100%;
	} 
	
	.page-id-4949 .profile-container--person:nth-child(11){
		display:none !important;
	}


}
.profile-container--person:nth-child(n+4):after {
    content: "";
    clear: both;
    display: table;
}
.profile {
  padding: 27px;
  padding: 1.6875rem; }
  @media screen and (min-width: 724px) {
    .profile {
      padding: 27px 48px;
      padding: 1.6875rem 3rem; } }

.profile__header {
  margin-bottom: 18px; }
  @media screen and (min-width: 724px) {
    .profile--with-headshot .profile__header {
      margin-left: 120px; } }

.profile-headshot {
  margin-bottom: 10px; }
  @media screen and (min-width: 724px) {
    .profile-headshot {
      float: left;
      margin-bottom: 0;
      margin-left: -120px;
      width: 100px; } }

.profile__name {
  color: #FFF;
  font-weight: bold; }
  @media screen and (min-width: 724px) {
    .profile__name {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1; } }
  @media screen and (min-width: 724px) {
    .profile--with-headshot .profile__name {
      padding-top: 18px; } }

.profile__title {
  color: #FFF; }
  @media screen and (min-width: 724px) {
    .profile__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.profile__content {
  color: #FFF; }
  @media screen and (min-width: 724px) {
    .profile__content {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.2; } }

.leadership-expand .more-link,
.leadership-expand .less-link {
  display: block; }

.leadership-expand .more-link:before,
.leadership-expand .less-link:before {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 28px 16px;
  content: "";
  display: block;
  height: 31px;
  margin-top: 10px;
  width: 100%; }

.leadership-expand .more-link:before {
  background-image: url(assets/images/down-arrow.png); }

.leadership-expand .less-link:before {
  background-image: url(assets/images/up-arrow.png); }

/**
 * SVG
 */
.menu-item-utility .c-icon {
  vertical-align: middle; }

.u-fill-white .c-icon {
  fill: #fff;
  fill: rgba(255, 255, 255, 0.73); }

.menu-item-utility .c-icon-search {
  height: 21px;
  width: 21px; }

.search-toggle--small-screen .c-icon-search {
  fill: #062d5d;
  height: 20px;
  width: 20px;
  vertical-align: middle; }

.search-toggle--small-screen.active .c-icon-search {
  fill: #fff; }

.menu-item-utility .c-icon-twitter {
  height: 26px;
  width: 33px; }

.menu-item-utility .c-icon-linkedin {
  height: 26px;
  width: 26px; }

/* ==========================================================================
   Helper
   ========================================================================== */
/* Display */
.u-display-inline-block {
  display: inline-block; }

.u-display-block {
  display: block; }

@media screen and (min-width: 724px) {
  .u-display-inline-block\@tablet {
    display: inline-block; }
  .u-display-block\@tablet {
    display: block; } }

@media screen and (min-width: 980px) {
  .u-display-inline-block\@desktop {
    display: inline-block; }
  .u-display-block\@desktop {
    display: block; } }

@media screen and (min-width: 1255px) {
  .u-display-inline-block\@wide {
    display: inline-block; }
  .u-display-block\@wide {
    display: block; } }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.u-text-align-center {
  text-align: center; }

.u-text-align-left {
  text-align: left; }

.u-text-align-right {
  text-align: right; }

@media screen and (min-width: 768px) {
  .u-text-align-center\@tablet {
    text-align: center; }
  .u-text-align-left\@tablet {
    text-align: left; }
  .u-text-align-right\@tablet {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .u-text-align-center\@desktop {
    text-align: center; }
  .u-text-align-left\@desktop {
    text-align: left; }
  .u-text-align-right\@desktop {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .u-text-align-center\@wide {
    text-align: center; }
  .u-text-align-left\@wide {
    text-align: left; }
  .u-text-align-right\@wide {
    text-align: right; } }

.o-list-inline {
  margin-left: 0;
  list-style: none; }

.o-list-inline > li,
.o-list-inline__item {
  display: inline-block; }

.listless, .divided-list {
  list-style: none; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

@media screen and (max-width: 723px) {
  .u-hidden\@mobile {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 724px) {
  .u-hidden\@tablet {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 980px) {
  .u-hidden\@desktop {
    display: none !important;
    visibility: hidden; } }

@media screen and (min-width: 1255px) {
  .u-hidden\@wide {
    display: none !important;
    visibility: hidden; } }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix
 */
.clearfix:before, .site-header:before, .content-with-side-image:before, .paging-navigation--pages .nav-links:before, .leader--with-headshot:before,
.clearfix:after,
.site-header:after,
.content-with-side-image:after,
.paging-navigation--pages .nav-links:after,
.leader--with-headshot:after {
  content: " ";
  display: table; }


.clearfix:after,
.site-header:after,
.content-with-side-image:after,
.paging-navigation--pages .nav-links:after,
.leader--with-headshot:after {
  clear: both; }

.clearfix, .site-header, .content-with-side-image, .paging-navigation--pages .nav-links, .leader--with-headshot {
  *zoom: 1; }

/*
 * Spacing
 */
.u-margin-bottom-none {
  margin-bottom: 0 !important; }

.padless {
  padding: 0 !important; }

.padded {
  padding: 2% 3%; }

/*
 * Misc
 */
.u-full-width-text-fields td,
.u-full-width-text-fields textarea {
  width: 100%; }

.u-border-none {
  border: none !important; }

.u-text-decoration-underline {
  text-decoration: underline; }

.u-text-decoration-fancy-underline {
  line-height: 1;
  margin-bottom: 16px;
  position: relative; }
  .u-text-decoration-fancy-underline:after {
    background-color: rgba(255, 255, 255, 0.74);
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%; }

.top-divider {
  border-top: 1px solid #7a8297;
  margin-top: 20px;
  padding-top: 20px; }

.primary-blue {
  color: #2a7de2; }

.secondary-blue {
  color: #062d5d; }

.three-col {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  margin-left: 0; }

.divided-list {
  margin-left: 0; }
  .divided-list li {
    border-top: 1px solid #aaacae;
    padding: 5px 0; }

.page-id-7690 #menu-item-7110{
	background-color: transparent;
}
