* {
  box-sizing: border-box; }

/* CSS for Gates Institute */
#edit-field-website-tid-wrapper {
  display: none; }

body {
  text-align: center;
  font: 62.5% 'proxima-nova', Helvetica, sans-serif;
  background: #e5e2e0; }

body.cke_show_borders {
  /* WYSIWYG */
  background: #FFFFFF;
  color: #454545;
  font: 80% 'proxima-nova', Helvetica, sans-serif;
  line-height: 1.6em;
  padding: 10px;
  text-align: left; }

/* Highlight Colors */
::-moz-selection {
  background: #49D4FA;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background: #49D4FA;
  color: #FFFFFF;
  text-shadow: none; }

/* Links */
a:link, a:visited {
  color: #72ace5;
  text-decoration: none; }

a:hover {
  color: #9dc5ed;
  text-decoration: underline; }

a.doc {
  background: url("../images/icons/doc.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.txt {
  background: url("../images/icons/txt.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.xls {
  background: url("../images/icons/xls.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.rss {
  background: url("../images/icons/feed.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.pps {
  background: url("../images/icons/pps.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.pdf {
  background: url("../images/icons/pdf.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.zip {
  background: url("../images/icons/archive.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.swf {
  background: url("../images/icons/swf.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.image {
  background: url("../images/icons/pic.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.video {
  background: url("../images/icons/film.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.audio {
  background: url("../images/icons/audio.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

a.email {
  background: url("../images/icons/mailto.gif") 0px 3px no-repeat;
  padding: 5px 0 5px 20px; }

.arrow a, a.arrow {
  line-height: 31px;
  font-size: .8em;
  padding: 10px 70px 10px 0;
  background: url("../images/blue-arrow.png") right center no-repeat;
  text-transform: uppercase;
  color: #72ace5;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700; }
  .arrow a:hover, a.arrow:hover {
    color: #0a1a2e;
    text-decoration: none; }

a.button {
  background: #72ace5;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: .5em 0 0 0; }
  a.button.right {
    margin: .5em 0 .5em .5em; }
  a.button:hover {
    background: #1C4882;
    text-decoration: none; }

/* Text */
h1 {
  margin: 0 0 .2em 0;
  padding: 0;
  color: #000;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: normal;
  font-family: Tahoma, Geneva, sans-serif; }
  h1.title {
    color: #1C4882;
    text-transform: uppercase;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300; }
  h1.white {
    color: #FFFFFF; }

h2 {
  margin: 0 0 .5em 0;
  padding: .15em 0 0 0;
  color: #1C4882;
  font-size: 2em;
  line-height: 1.05em;
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal; }
  .sidebar h2 {
    padding: 0; }

h3 {
  margin: 0 0 .5em 0;
  padding: 0;
  color: #999999;
  color: #72ace5;
  font-size: 1.55em;
  text-transform: none;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal; }

h4 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.1em; }

p {
  margin: 0;
  padding: 0 0 1.5em 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

hr {
  margin: 0 0 1.5em 0;
  border: 0;
  border-top: 1px solid #FBD872;
  border-bottom: 1px solid #ffffff; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

blockquote {
  margin: 0 0 2em 2em;
  padding: 1em 2em;
  border: 0;
  font-style: italic;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 1.2em;
    color: #454545; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table th {
    padding: .5em;
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    background: #EFEFEF; }
  table td {
    padding: .5em;
    vertical-align: top;
    border-bottom: 1px solid #EFEFEF; }
  table tr.even {
    background: none; }
  table tr.odd {
    background: #EFEFEF; }

/* Lists */
ol,
ul {
  margin: 0 0 1.5em .5em;
  padding: 0; }

li {
  margin: 0 0 .5em 0; }

.node .content ul li {
  padding: 0 0 0 25px;
  list-style: none;
  background: url("../images/bullet.png") left 9px no-repeat; }

.node .content ul.col-3 li {
  float: left;
  width: 33.3%;
  margin-bottom: 1em; }

.node .content ul.col-4,
.node .content ul.col-3,
.node .content ul.col-2 {
  padding: 0;
  margin: 0;
  text-align: center; }

.node .content ul.col-4 li,
.node .content ul.col-3 li,
.node .content ul.col-2 li {
  float: left;
  background: none;
  line-height: 1.2em; }

.node .content ul.col-4 li img,
.node .content ul.col-3 li img,
.node .content ul.col-2 li img {
  margin-bottom: 10px; }

.node .content ul.col-4 li {
  width: 25%; }

.node .content ul.col-3 li {
  width: 33%; }

.node .content ul.col-2 li {
  width: 50%; }

div.cols-3 .col {
  width: 33%;
  float: left; }
  @media only screen and (max-width: 1023px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
    div.cols-3 .col {
      width: 50%; } }
  @media only screen and (max-width: 500px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
    div.cols-3 .col {
      width: auto;
      float: none;
      margin-bottom: 1.5em; } }

div.cols-2 .col {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 500px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
    div.cols-2 .col {
      width: auto;
      float: none;
      margin-bottom: 1.5em; } }

/* Objects/Elements */
object, embed {
  border: 0;
  outline: 0; }

img {
  border: 0;
  width: auto;
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/* Basic Styling Classes */
.l, .left {
  float: left; }

.r, .right {
  float: right; }

.clear {
  clear: both; }

.clear-l, .clear-l {
  clear: left; }

.clear-r, .clear-r {
  clear: right; }

.serif {
  font-family: Palatino Linotype, Palatino, Georgia, TimesBook Antiqua, serif; }

.no-serif, .san-serif {
  font-family: 'proxima-nova', Helvetica, sans-serif; }

img.l, img.left {
  margin: 0 10px 10px 0; }

img.r, img.right {
  margin: 0 0 10px 10px; }

/* Forms */
fieldset {
  border: 1px solid #666666;
  padding: 1em; }

legend {
  font-weight: bold;
  color: #666666; }

input,
select,
option,
textarea {
  padding: 5px;
  border: 1px solid #CCCCCC;
  font-family: 'proxima-nova', Helvetica, sans-serif; }

option {
  padding: .25em;
  border: 0; }

.field .field-label {
  margin-right: 10px; }

.field .field-label,
label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #72ace5;
  border: 0;
  color: #FFFFFF;
  display: inline;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 2em;
  line-height: normal;
  padding: .5em 1.5em;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #1C4882; }

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #2B71AF;
  background: #1A5B8F; }

/* Layout Elements */
.text-reset {
  text-align: left; }

#main {
  padding: 2em 0;
  font: 1.6em/1.6em 'proxima-nova', Helvetica, sans-serif;
  color: #454545;
  min-height: 500px; }

.region {
  clear: both; }

/* Header */
#logo {
  float: left; }
  #logo .logo-container {
    width: 548px; }
    @media only screen and (max-width: 750px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
      #logo .logo-container {
        width: 500px; } }
    @media only screen and (max-width: 700px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
      #logo .logo-container {
        width: 179px; } }
    @media only screen and (max-width: 420px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
      #logo .logo-container {
        width: 130px; } }
    #logo .logo-container img {
      float: left;
      height: 85px;
      width: auto; }
      @media only screen and (max-width: 750px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #logo .logo-container img {
          height: 70px !important;
          width: auto; } }
      @media only screen and (max-width: 700px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #logo .logo-container img {
          height: auto !important;
          width: auto;
          float: none; } }
      @media only screen and (max-width: 420px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #logo .logo-container img {
          width: 130px; } }

#desktop-logo {
  display: block; }

#mobile-logo {
  display: none; }

#top-header {
  padding: 0px;
  background: #1C4882; }
  #top-header .wrap {
    padding: 18px 50px; }

/* General Content */
#content-header {
  margin: 0 50px; }

#content-area {
  margin: 0 50px 2em; }

/* Sidebars */
.sidebar {
  width: 295px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500; }
  .sidebar .block {
    margin: 0;
    padding: 0 0 100px 0; }
    .sidebar .block .content {
      padding: 0; }
  .sidebar#sidebar-second {
    height: 100%;
    right: 30px;
    position: absolute; }
    .sidebar#sidebar-second #sidebar-second-inner {
      width: 295px; }
    .sidebar#sidebar-second .block.interior-menu {
      font-size: 1.4em; }
      .sidebar#sidebar-second .block.interior-menu h2 {
        display: block;
        margin-bottom: 0px;
        font-size: 1.1em;
        color: #1C4882; }
        .sidebar#sidebar-second .block.interior-menu h2 span, .sidebar#sidebar-second .block.interior-menu h2 a {
          display: block;
          padding: 12px 12px 9px;
          color: #1C4882;
          font-family: 'futura-pt', sans-serif;
          font-weight: normal;
          font-size: 1em;
          line-height: 1em;
          text-transform: uppercase; }
          .sidebar#sidebar-second .block.interior-menu h2 span:hover, .sidebar#sidebar-second .block.interior-menu h2 a:hover {
            color: #FFFFFF;
            background: #1C4882;
            text-decoration: none; }
      .sidebar#sidebar-second .block.interior-menu ul.menu {
        margin: 0px;
        list-style: none outside none;
        width: 100%; }
        .sidebar#sidebar-second .block.interior-menu ul.menu li {
          display: block;
          list-style: none outside none;
          margin: 0px;
          padding: 0px; }
          .sidebar#sidebar-second .block.interior-menu ul.menu li a {
            display: block;
            padding: 15px;
            font-family: 'futura-pt', sans-serif;
            font-weight: normal;
            color: #72ace5;
            line-height: 1em; }
            .sidebar#sidebar-second .block.interior-menu ul.menu li a:hover, .sidebar#sidebar-second .block.interior-menu ul.menu li a.active, .sidebar#sidebar-second .block.interior-menu ul.menu li a.active-trail {
              color: #FFF;
              background: #72ace5;
              text-decoration: none; }

/* Top Nav */
#top-right {
  position: relative;
  float: right;
  height: 26px;
  padding: 0px; }
  #top-right .block-menu {
    float: right;
    margin: 0px;
    padding: 0px; }
    #top-right .block-menu ul.menu {
      float: left;
      margin: 0;
      padding: 0; }
      #top-right .block-menu ul.menu li {
        float: left;
        margin: 0;
        padding: 0;
        width: 32px;
        list-style: none;
        line-height: 1;
        list-style-image: none;
        border-right: 1px solid #FFF; }
        #top-right .block-menu ul.menu li.last {
          margin-right: 0;
          padding-right: 0;
          border: 0; }
        #top-right .block-menu ul.menu li a {
          display: block;
          position: relative;
          text-align: center;
          font-size: 1.8em;
          color: #FFF; }
          #top-right .block-menu ul.menu li a:hover {
            color: #e6e6e6; }
      #top-right .block-menu ul.menu ul {
        display: none; }
  #top-right .block-search {
    position: absolute;
    right: 20px;
    top: 36px;
    width: 220px;
    display: none;
    background: #FBD872;
    z-index: 200; }
    #top-right .block-search .form-item {
      margin: 0; }
    #top-right .block-search .form-text {
      width: 150px;
      border: 1px solid #CCCCCC;
      padding: .6em 1em;
      color: #999;
      float: left; }
    #top-right .block-search #edit-actions input {
      float: left;
      margin-left: 8px;
      border-left: 0; }

/* Navigation -- Inside #top-header */
#navigation {
  float: right;
  clear: right;
  height: auto;
  position: relative; }
  #navigation ul.menu {
    /* Top Level */
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    list-style: none;
    width: 100%; }
    #navigation ul.menu li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      min-width: 100px;
      width: auto;
      text-align: center;
      list-style: none;
      list-style-image: none; }
    #navigation ul.menu a {
      /* All Navigation Links */
      display: block;
      text-decoration: none; }
      #navigation ul.menu a.sf-depth-1 {
        /* Just The Top Level */
        height: auto;
        line-height: auto; }
  #navigation ul.menu li ul {
    /* Secondary */
    position: absolute;
    width: auto;
    margin: 0;
    padding: 0;
    left: -999em;
    top: auto;
    z-index: 999; }
    #navigation ul.menu li ul li {
      float: left;
      position: relative;
      margin: 0;
      padding: 0;
      width: auto;
      text-align: left; }
    #navigation ul.menu li ul a.sf-depth-2 {
      display: block;
      margin: 0;
      padding: 1em;
      height: auto; }
  #navigation ul.menu li ul li ul {
    /* Tertiary */
    position: absolute;
    background: #000;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
    top: 0;
    left: -999em;
    z-index: 999; }
    #navigation ul.menu li ul li ul li {
      float: left;
      margin: 0;
      padding: 0;
      width: auto; }
    #navigation ul.menu li ul li ul a.sf-depth-3 {
      display: block;
      margin: 0;
      padding: 1em; }
  #navigation .menu li:hover ul ul, #navigation .menu li:hover ul ul ul, #navigation .menu li.sfHover ul ul, #navigation .menu li.sfHover ul ul ul {
    left: -999em; }
  #navigation .menu li:hover ul, #navigation .menu li li:hover ul, #navigation .menu li li li:hover ul, #navigation .menu li.sfHover ul, #navigation .menu li li.sfHover ul, #navigation .menu li li li.sfHover ul {
    left: auto; }
  #navigation ul.menu {
    /* Top Level */
    font-family: 'futura-pt', sans-serif;
    font-weight: normal; }
    #navigation ul.menu li.sfHover .sf-depth-1 {
      color: #1C4882;
      background: #B4B2AD; }
    #navigation ul.menu li#menu-518-1 {
      display: none; }
    #navigation ul.menu a, #navigation ul.menu span {
      /* All Navigation Links */
      color: #FFF; }
      #navigation ul.menu a.sf-depth-1, #navigation ul.menu span.sf-depth-1 {
        /* Just The Top Level */
        font-size: 1.8em;
        height: auto;
        display: block;
        text-transform: uppercase;
        padding: 13px 15px 11px 15px; }
      #navigation ul.menu a.sf-depth-1.active, #navigation ul.menu a.sf-depth-1:hover, #navigation ul.menu span.sf-depth-1.active, #navigation ul.menu span.sf-depth-1:hover {
        color: #1C4882;
        background: #B4B2AD; }
  #navigation ul.menu li ul {
    /* Secondary */
    background: #B4B2AD;
    padding: 8px; }
    #navigation ul.menu li ul li {
      font-size: 1.8em;
      width: 364px; }
      #navigation ul.menu li ul li.sf-depth-2.sfHover a {
        color: #1C4882;
        background: #FFF; }
    #navigation ul.menu li ul a.sf-depth-2 {
      color: #1C4882;
      padding: 14px 16px 9px; }
      #navigation ul.menu li ul a.sf-depth-2:hover {
        color: #1C4882;
        background: #FFF; }
  #navigation ul.menu li#menu-2044-1 ul {
    left: -12px; }
  #navigation ul.menu li#menu-2045-1 ul {
    left: -244px; }
  #navigation ul.menu li ul li ul {
    /* Tertiary */ }
    #navigation ul.menu li ul li ul li.sf-depth-3.sfHover a {
      color: #FFF;
      background: #1C4882; }
    #navigation ul.menu li ul li ul a.sf-depth-3 {
      font-size: 1.2em;
      color: #EFEFEF; }
      #navigation ul.menu li ul li ul a.sf-depth-3:hover {
        color: #FFF;
        background: #1C4882; }

/* Footer */
#footer-logos {
  clear: both; }

#footer-logos .wrap {
  padding: 40px 20px;
  background: #B4B2AD; }
  #footer-logos .wrap p {
    margin: 0;
    padding: 0; }

#footer {
  clear: both;
  border-top: 1px solid #CCCCCC;
  color: #FFF;
  background: #1C4882;
  font-size: 1.4em;
  /* Smart Footer */
  /* Primary Level / Defaults */
  /* Secondary Level */ }
  #footer .wrap {
    padding: 40px 50px 10px; }
  #footer .block {
    clear: both;
    margin: 0 0 1em 0; }
  #footer a {
    color: #FFF; }
  #footer ul.menu {
    float: left;
    /* Primary Level / Defaults */
    /* Secondary Level */
    margin: 0px;
    padding: 0px;
    width: 100%; }
    #footer ul.menu li {
      display: block;
      float: left; }
    #footer ul.menu ul {
      float: none; }
      #footer ul.menu ul li {
        float: none;
        width: auto;
        /* Hide Tertiary Links by Default */ }
        #footer ul.menu ul li ul li {
          display: none; }
  #footer ul.menu li {
    width: 15%;
    text-transform: uppercase;
    margin: 0 6% 0 0px;
    padding: 0; }
    #footer ul.menu li.last {
      margin-right: 0;
      padding-right: 0;
      border: 0;
      width: 15%; }
    #footer ul.menu li li {
      margin-left: 0px; }
  #footer ul.menu li a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.2em; }
    #footer ul.menu li a:hover {
      text-decoration: underline; }
  #footer ul.menu li .nolink {
    color: #FFF;
    text-decoration: none;
    font-size: 1.2em; }
  #footer ul.menu li ul {
    float: none;
    padding-top: 20px; }
  #footer ul.menu li ul li {
    float: none;
    width: auto;
    margin: 0 0 1em 0;
    padding: 0;
    text-transform: none; }
  #footer ul.menu li ul li a {
    font-size: 1em; }
  #footer ul.menu li.first ul li a {
    text-transform: uppercase;
    font-size: 1.2em; }
  #footer a.bwm:hover {
    color: #4B90CD; }
  #footer .copyright {
    margin: 10px 0px 0px;
    width: 100%;
    padding: 18px 0px 0px;
    border-top: 1px solid rgba(255, 255, 255, .33); }
    #footer .copyright p {
      padding: 0px; }

/* Home Hero */
#home-hero {
  padding: 50px 0 25px 0;
  background: #FFF;
  text-align: center;
  font-size: 0; }
  #home-hero .views-row {
    display: inline-block;
    position: relative;
    margin: 0 15px 20px 15px;
    height: 290px;
    text-align: left;
    overflow: hidden;
    font-size: 1em;
    border: 1px solid #1C4882;
    /*&.feature-width-4 { width: 1400px; clear: both; margin-right: 0; }*/ }
    #home-hero .views-row .feature-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    #home-hero .views-row .feature-caption {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 200;
      opacity: 0; }
      #home-hero .views-row .feature-caption .feature-caption-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.75;
        z-index: 101; }
      #home-hero .views-row .feature-caption > a {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 200; }
      #home-hero .views-row .feature-caption .feature-caption-content {
        position: relative;
        padding: 30px;
        text-align: center;
        z-index: 200;
        color: #FFF;
        text-transform: uppercase;
        font-family: 'futura-pt', sans-serif;
        font-weight: normal; }
        #home-hero .views-row .feature-caption .feature-caption-content .feature-content-body {
          font-size: 17px;
          line-height: normal;
          padding-bottom: 15px; }
          #home-hero .views-row .feature-caption .feature-caption-content .feature-content-body h2 {
            margin: 0px;
            padding: 0px;
            color: #FFF;
            font-size: 14px;
            line-height: 1.6em;
            text-transform: uppercase;
            font-family: 'futura-pt', sans-serif;
            font-weight: normal; }
          #home-hero .views-row .feature-caption .feature-caption-content .feature-content-body p {
            padding-bottom: 10px; }
        #home-hero .views-row .feature-caption .feature-caption-content a {
          display: inline-block;
          padding: 12px;
          font-size: 18px;
          line-height: 1em;
          color: #000000;
          background: #FFFFFF;
          border: solid 1px #FFF; }
          #home-hero .views-row .feature-caption .feature-caption-content a:hover {
            background-color: #ffffff;
            background-color: rgba(255, 255, 255, .25);
            text-decoration: none; }
      #home-hero .views-row .feature-caption:hover {
        opacity: 1; }

.ie8 .feature-caption-bg {
  display: none !important; }

.feature-width-3 {
  width: 1020px; }

.feature-width-2 {
  width: 660px; }

.feature-width-1 {
  width: 330px; }

#homepage-facts {
  width: 100%;
  margin: 30px 0 45px;
  height: 225px;
  position: relative;
  overflow: hidden; }
  #homepage-facts #block-views-homepage_facts-block {
    float: none;
    height: 225px; }
    @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
      #homepage-facts #block-views-homepage_facts-block {
        height: 300px; } }
  @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
    #homepage-facts {
      height: 300px; } }
  #homepage-facts .views-row {
    width: 100%;
    white-space: normal; }
  #homepage-facts .views-field {
    position: relative;
    z-index: 5;
    color: #FFFFFF;
    font-size: 1.9em;
    line-height: 1.05em;
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 300; }
    @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
      #homepage-facts .views-field {
        font-size: 1.6em; } }
    @media only screen and (max-width: 500px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
      #homepage-facts .views-field {
        font-size: 1.4em; } }
    #homepage-facts .views-field.views-field-field-stat {
      width: 200px;
      margin-left: 180px;
      float: left;
      padding-top: 25px;
      text-align: center; }
      @media only screen and (max-width: 920px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #homepage-facts .views-field.views-field-field-stat {
          margin-left: 100px; } }
      @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #homepage-facts .views-field.views-field-field-stat {
          margin-left: 20px;
          padding-top: 50px;
          width: 130px; } }
      #homepage-facts .views-field.views-field-field-stat .fact-number {
        position: absolute;
        top: 92px;
        text-align: center;
        width: 100%; }
        @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
          #homepage-facts .views-field.views-field-field-stat .fact-number {
            top: 160px; } }
      @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #homepage-facts .views-field.views-field-field-stat canvas {
          width: 100px !important;
          height: 100px !important; } }
    #homepage-facts .views-field.views-field-field-fact-text {
      margin-left: 400px; }
      #homepage-facts .views-field.views-field-field-fact-text .field-content {
        padding: 8% 180px 0 0; }
        @media only screen and (max-width: 920px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
          #homepage-facts .views-field.views-field-field-fact-text .field-content {
            padding-right: 90px; } }
        @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
          #homepage-facts .views-field.views-field-field-fact-text .field-content {
            padding-right: 20px;
            padding-top: 20%; } }
      @media only screen and (max-width: 920px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #homepage-facts .views-field.views-field-field-fact-text {
          margin-left: 320px; } }
      @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #homepage-facts .views-field.views-field-field-fact-text {
          margin-left: 150px; } }
    #homepage-facts .views-field.views-field-field-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0; }
    #homepage-facts .views-field .fact-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right center;
      height: 225px;
      z-index: 1; }
      @media only screen and (max-width: 800px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
        #homepage-facts .views-field .fact-image {
          height: 300px;
          background-position: center center; } }
  #homepage-facts .view-footer {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    height: 12px;
    width: 100%;
    text-align: center; }
    #homepage-facts .view-footer img {
      margin: 0 5px;
      width: 11px;
      height: 11px;
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      cursor: pointer; }
    #homepage-facts .view-footer .cycle-pager-active img {
      background: none; }

/* Home Page */
body.front h1.title {
  text-align: center;
  margin: 0 0 40px 0; }

body.front #content .block {
  float: left; }
  body.front #content .block#block-system-main {
    display: none; }
  body.front #content .block.home-news, body.front #content .block.block-tweets {
    width: 48%; }
  body.front #content .block.block-tweets {
    float: right; }
  body.front #content .block.home-news .views-row {
    clear: both; }
    body.front #content .block.home-news .views-row a {
      margin-left: 9px;
      float: left;
      width: 100%;
      padding: 20px 70px 20px 0;
      margin: 0 0 25px 0;
      background: url("../images/blue-arrow.png") right center no-repeat #FFF; }
      body.front #content .block.home-news .views-row a:hover {
        background-color: #72ace5;
        color: #FFFFFF;
        text-decoration: none; }
  body.front #content .block.home-news .news-content {
    margin-left: 105px; }
  body.front #content .block.home-news .news-author {
    font-size: .69em;
    line-height: normal;
    padding-top: 8px;
    font-style: italic;
    color: #FBD872;
    font-weight: bold; }
    body.front #content .block.home-news .news-author .author {
      color: #1C4882; }
  body.front #content .block.home-news .news-source {
    color: #1C4882;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .89em; }
    body.front #content .block.home-news .news-source .category {
      color: #7E7E76; }
  body.front #content .block.home-news .news-date {
    float: left;
    width: 88px;
    margin-left: 0;
    height: 100px; }
    body.front #content .block.home-news .news-date .padding {
      position: relative;
      left: -9px;
      width: inherit;
      height: 88px;
      padding-top: 16px;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      background: #1C4882; }
      body.front #content .block.home-news .news-date .padding .date-month {
        font-family: 'proxima-nova-condensed', sans-serif;
        font-weight: 300;
        font-size: 2em;
        margin-bottom: 6px; }
      body.front #content .block.home-news .news-date .padding .date-day {
        font-family: 'futura-pt', sans-serif;
        font-weight: 700;
        font-size: 1.692em; }
      body.front #content .block.home-news .news-date .padding .date-tail {
        position: absolute;
        right: 0px;
        top: 88px;
        width: 0px;
        height: 0px;
        border-top: solid 14px #1C4882;
        border-left: solid 21px transparent; }
  body.front #content .block.home-news .news-title {
    font-size: 1.538em;
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: normal;
    color: #72ace5; }
  body.front #content .block.home-news a:hover .news-author,
  body.front #content .block.home-news a:hover .news-author .author,
  body.front #content .block.home-news a:hover .news-source,
  body.front #content .block.home-news a:hover .news-source .category,
  body.front #content .block.home-news a:hover .news-title {
    color: #FFFFFF; }
  body.front #content .block.home-news .view-footer {
    clear: both;
    padding: 20px 23px 0 0; }
    body.front #content .block.home-news .view-footer a.view-all {
      display: block;
      float: right;
      line-height: 31px;
      font-size: .8em;
      padding: 0 70px 0 0;
      background: url("../images/blue-arrow.png") right center no-repeat;
      text-transform: uppercase;
      color: #72ace5;
      font-family: 'futura-pt', sans-serif;
      font-weight: 700; }
      body.front #content .block.home-news .view-footer a.view-all:hover {
        color: #2679cb;
        text-decoration: none; }
  body.front #content .block.block-tweets .views-row {
    background: #fff;
    padding: 1em;
    width: 100%; }
    body.front #content .block.block-tweets .views-row.views-row-first {
      margin-bottom: 28px; }
  body.front #content .block.block-tweets .views-field-text {
    padding: 25px 85px 25px 45px;
    background: #FFF; }
    body.front #content .block.block-tweets .views-field-text a {
      color: #72ace5; }
      body.front #content .block.block-tweets .views-field-text a:hover {
        color: #4793dd; }
    body.front #content .block.block-tweets .views-field-text .twitter-screen-name {
      margin-bottom: 8px;
      font-family: 'futura-pt', sans-serif;
      font-weight: 700;
      font-size: 1.384em;
      text-transform: uppercase; }
    body.front #content .block.block-tweets .views-field-text .twitter-msg {
      font-family: 'proxima-nova', sans-serif;
      font-weight: normal;
      font-size: 1.2em;
      color: #867963; }
  body.front #content .block.block-tweets .views-field-created-time {
    position: relative;
    padding-top: 8px;
    font-size: .79em;
    color: #72ace5;
    text-transform: uppercase;
    text-indent: 115px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700; }
    body.front #content .block.block-tweets .views-field-created-time .tweet-msg-tail {
      position: absolute;
      left: 45px;
      top: 0px;
      width: 0px;
      height: 0px;
      border-top: solid 30px #FFF;
      border-left: solid 55px transparent; }
  body.front #content .block.block-tweets .social-wrapper {
    margin-top: 20px;
    text-align: center; }
    body.front #content .block.block-tweets .social-wrapper a.social-link {
      display: inline-block;
      position: relative;
      margin: 0 15px;
      padding-top: 20px;
      width: 90px;
      height: 90px;
      color: #FFF;
      font-size: 3.692em;
      text-align: center;
      background: #000;
      border-radius: 100%;
      border-radius: 100%;
      box-shadow: 2px 3px 0px 0px #b5b8ba; }
      body.front #content .block.block-tweets .social-wrapper a.social-link:hover {
        left: 1px;
        top: 2px;
        box-shadow: 1px 1px 0px 0px #b5b8ba; }
      body.front #content .block.block-tweets .social-wrapper a.social-link.social-yt {
        background-color: #ed3131; }
      body.front #content .block.block-tweets .social-wrapper a.social-link.social-li {
        background-color: #1d7dc1; }
      body.front #content .block.block-tweets .social-wrapper a.social-link.social-fb {
        background-color: #46649f; }
      body.front #content .block.block-tweets .social-wrapper a.social-link.social-tw {
        background-color: #5fb0e1;
        margin-right: 0px; }

/* News Page */
.view-news-events .views-row,
.view-events-seminars .views-row {
  clear: both; }
  .view-news-events .views-row a,
  .view-events-seminars .views-row a {
    margin-left: 9px;
    float: left;
    width: 100%;
    padding: 20px 70px 20px 0;
    margin: 0 0 25px 0;
    background: url("../images/blue-arrow.png") right center no-repeat #FFF; }
    .view-news-events .views-row a:hover,
    .view-events-seminars .views-row a:hover {
      background-color: #EFEFEF;
      color: #FFFFFF;
      text-decoration: none; }

.view-news-events .news-content,
.view-events-seminars .news-content {
  margin-left: 105px; }

.view-news-events .news-author,
.view-events-seminars .news-author {
  font-size: .69em;
  line-height: normal;
  padding-top: 8px;
  font-style: italic;
  color: #FBD872;
  font-weight: bold; }
  .view-news-events .news-author .author,
  .view-events-seminars .news-author .author {
    color: #1C4882; }

.view-news-events .news-body,
.view-events-seminars .news-body {
  color: #454545; }

.view-news-events .news-source,
.view-events-seminars .news-source {
  color: #1C4882;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .89em; }
  .view-news-events .news-source .category,
  .view-events-seminars .news-source .category {
    color: #7E7E76; }

.view-news-events .news-title,
.view-events-seminars .news-title {
  font-size: 1.538em;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: normal;
  color: #72ace5; }

.view-news-events .news-date,
.view-events-seminars .news-date {
  float: left;
  width: 88px;
  margin-left: 0;
  height: 100px; }
  .view-news-events .news-date .padding,
  .view-events-seminars .news-date .padding {
    position: relative;
    left: -9px;
    width: inherit;
    height: 88px;
    padding-top: 8px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: #1C4882; }
    .view-news-events .news-date .padding .date-month,
    .view-events-seminars .news-date .padding .date-month {
      font-family: 'proxima-nova-condensed', sans-serif;
      font-weight: 300;
      font-size: 2em;
      margin-bottom: 6px; }
    .view-news-events .news-date .padding .date-day,
    .view-events-seminars .news-date .padding .date-day {
      font-family: 'futura-pt', sans-serif;
      font-weight: 700;
      font-size: 1.692em; }
    .view-news-events .news-date .padding .date-tail,
    .view-events-seminars .news-date .padding .date-tail {
      position: absolute;
      right: 0px;
      top: 88px;
      width: 0px;
      height: 0px;
      border-top: solid 14px #1C4882;
      border-left: solid 21px transparent; }

/* Interior Pages */
div.messages {
  margin: 0 50px 25px 50px; }

body.not-front #main {
  padding-top: 0px; }
  body.not-front #main .wrap {
    padding-top: 60px;
    background-color: #FFF;
    position: relative; }

/* Interior Banners */
#block-views-interior_titles_banners-block {
  position: relative;
  width: 100%; }
  #block-views-interior_titles_banners-block img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  #block-views-interior_titles_banners-block h1.white {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: .8em;
    padding: 0 30px 10px 30px;
    z-index: 10; }

.node .content {
  padding: 20px 0 0 0; }

/* Contact Us */
.phone {
  float: right; }

/* Job Opportunities */
.view-job-opportunities .views-row {
  padding: 0 0 1.5em 0;
  margin: 0 0 1.5em 0;
  border-bottom: 1px solid #FBD872; }
  .view-job-opportunities .views-row .arrow {
    padding-top: 10px; }

/* Calendars */
.calendar-calendar th.days {
  color: #FFFFFF;
  text-transform: uppercase;
  background: #1C4882;
  border: 0; }

.date-nav-wrapper {
  border-top: 1px solid #FBD872;
  padding-top: 40px; }

.calendar-calendar td.empty {
  color: #FBD872; }

.calendar-calendar td {
  border-color: #FBD872;
  color: #FBD872; }

.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
  border-color: #72ace5; }

.calendar-calendar .month-view .full td.single-day
.calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #FBD872;
  border-color: #FBD872; }

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #72ace5; }

.calendar-calendar .month-view .full td.single-day div.monthview a,
.calendar-calendar .week-view .full td.single-day div.weekview a,
.calendar-calendar .day-view .full td.single-day div.dayview a,
.calendar-calendar .month-view .full td.multi-day div.monthview a,
.calendar-calendar .week-view .full td.multi-day div.weekview a,
.calendar-calendar .day-view .full td.multi-day div.dayview a {
  color: #FFFFFF; }

.calendar-calendar .date-display-single {
  display: none; }

.view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
  border-radius: 0;
  background: none;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  margin: 0; }
  .view .date-nav-wrapper .date-prev a {
    padding: 10px 15px;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #72ace5; }

.view .date-nav-wrapper .date-next {
  border-radius: 0;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  background: none;
  margin: 0; }
  .view .date-nav-wrapper .date-next a {
    padding: 10px 15px;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #72ace5; }

/*  Content Bottom Blocks */
#content-bottom {
  clear: both;
  margin-bottom: 20px;
  font: 1.3em/1.5em 'proxima-nova', Helvetica, sans-serif;
  color: #454545;
  width: 100%;
  text-align: center; }
  #content-bottom .region {
    text-align: center; }
  #content-bottom .block {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    min-height: 291px;
    margin: 0 15px 20px 15px;
    background: #FBD872; }
    #content-bottom .block .content {
      padding: 15px 20px;
      text-align: left; }
    #content-bottom .block.purple {
      background: #55035a;
      color: #FFFFFF; }
      #content-bottom .block.purple h2 {
        color: #FFFFFF; }
    #content-bottom .block.blue {
      background: #124B62;
      color: #FFFFFF; }
      #content-bottom .block.blue h2 {
        color: #FFFFFF; }
    #content-bottom .block.orange {
      background: #E18823;
      color: #FFFFFF; }
      #content-bottom .block.orange h2 {
        color: #FFFFFF; }
    #content-bottom .block.red {
      background: #C11231;
      color: #FFFFFF; }
      #content-bottom .block.red h2 {
        color: #FFFFFF; }
    #content-bottom .block.image {
      background: none; }
      #content-bottom .block.image .content {
        padding: 0; }
      #content-bottom .block.image p {
        margin: 0;
        padding: 0; }
      #content-bottom .block.image:hover {
        opacity: 0.75; }
    #content-bottom .block a {
      color: #FFFFFF;
      text-decoration: underline; }
      #content-bottom .block a:hover {
        text-decoration: none; }
    #content-bottom .block ul.col-2 {
      margin: 0 0 0 0;
      list-style: none; }
      #content-bottom .block ul.col-2 li {
        float: left;
        width: 50%;
        padding: 0 0 0 20px;
        list-style: none;
        background: url("../images/bullet-white.png") left 7px no-repeat; }

/* Changes on 7/30/2014 */
/* Publications Search */
.view-publications-search #edit-submit-publications-search {
  margin-top: 25px;
  padding-top: 6px; }

.view-publications-search .views-row {
  padding: 2.5em 0 0 0;
  margin: 2.5em 0 0 0;
  border-top: 1px dotted #bbafd6; }
  .view-publications-search .views-row .views-field-field-file {
    font-size: 1.4em; }
  .view-publications-search .views-row .views-field-field-publication-year {
    font-size: 1.2em;
    color: #FBD872; }
  .view-publications-search .views-row .views-field-field-resource-category {
    font-style: italic;
    color: #929292; }

.view-publications-search .item-list {
  border-top: 1px dotted #bbafd6;
  padding: 2.5em 0 0 0;
  margin: 2.5em 0 0 0; }

form#views-exposed-form-publications-search-page {
  background: none repeat scroll 0 0 #e5e2e0;
  padding: 20px;
  /*Styles inherited from Drupal - class applied to all field wrappers*/ }
  form#views-exposed-form-publications-search-page input[type="text"], form#views-exposed-form-publications-search-page select {
    border: 1px solid #bbafd6;
    box-shadow: none;
    padding: 5px;
    background-color: white;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 40px; }
  form#views-exposed-form-publications-search-page select {
    height: 77px; }
  form#views-exposed-form-publications-search-page option {
    padding: 0; }
  form#views-exposed-form-publications-search-page .views-exposed-form .views-exposed-widget {
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px 0 0; }
    form#views-exposed-form-publications-search-page .views-exposed-form .views-exposed-widget label {
      margin-bottom: 10px;
      text-align: center; }
  form#views-exposed-form-publications-search-page #edit-combine-wrapper {
    width: 300px; }
  form#views-exposed-form-publications-search-page #edit-field-publication-year-value-wrapper {
    width: 300px; }
  form#views-exposed-form-publications-search-page #edit-field-language-value-wrapper {
    width: 220px; }
  form#views-exposed-form-publications-search-page #edit-field-resource-category-value-wrapper {
    clear: both;
    width: 300px;
    padding-top: 30px; }
  form#views-exposed-form-publications-search-page #edit-field-country-value-wrapper {
    width: 300px;
    padding-top: 30px; }
  form#views-exposed-form-publications-search-page #edit-field-website-tid-wrapper {
    display: block; }
  form#views-exposed-form-publications-search-page .views-submit-button {
    padding-right: 0;
    padding-top: 30px !important; }
    form#views-exposed-form-publications-search-page .views-submit-button input {
      width: 160px; }
  form#views-exposed-form-publications-search-page .views-exposed-widgets {
    margin-bottom: 0; }
  form#views-exposed-form-publications-search-page .ui-multiselect {
    width: 100% !important;
    background: #fff;
    height: 27px;
    border-radius: 0;
    padding: 0 8px; }
    form#views-exposed-form-publications-search-page .ui-multiselect:hover {
      background: inherit; }

.ui-multiselect-menu.ui-corner-all.ui-widget-content {
  border-radius: 0; }
  .ui-multiselect-menu.ui-corner-all.ui-widget-content .ui-widget-header {
    background: inherit;
    border: 0; }
    .ui-multiselect-menu.ui-corner-all.ui-widget-content .ui-widget-header a span:nth-child(2) {
      display: inline-block;
      padding: 3px 0 0 3px; }
  .ui-multiselect-menu.ui-corner-all.ui-widget-content .ui-state-hover {
    background: inherit;
    border: 0;
    border-radius: 0; }
  .ui-multiselect-menu.ui-corner-all.ui-widget-content .ui-multiselect-checkboxes label {
    border: 0; }
    .ui-multiselect-menu.ui-corner-all.ui-widget-content .ui-multiselect-checkboxes label input {
      margin: 0 8px; }

#node-102 img, #node-125 img {
  max-width: none; }

/* Publication content */
.node-type-publication #comments {
  display: none; }

.node-type-publication .content .submitted {
  display: none; }

.node-type-publication .content .field {
  margin-bottom: 10px; }

.job-blocks {
  float: left;
  width: 47%;
  margin-right: 3%; }
  .job-blocks .view-content h2 {
    font-size: 1.6em; }

.staff-group {
  margin: 0 0 2.5em; }
  .staff-group .block-title {
    font-size: 1.375em;
    font-weight: 600;
    margin: 0 0 1.25em;
    text-transform: none; }
  .staff-group .view .view-content .views-row {
    margin: 0 0 1.5em; }
    .staff-group .view .view-content .views-row:after {
      clear: both;
      content: " ";
      display: table; }
    .staff-group .view .view-content .views-row .views-field {
      margin: 0 0 0 120px; }
      .staff-group .view .view-content .views-row .views-field.views-field-field-staff-member-photo {
        border: 5px solid #d8e7f5;
        float: left;
        margin: 0;
        width: 100px; }
      .staff-group .view .view-content .views-row .views-field.views-field-title {
        font-weight: 600; }
        .staff-group .view .view-content .views-row .views-field.views-field-title a {
          color: #1C4882; }
          .staff-group .view .view-content .views-row .views-field.views-field-title a:hover {
            color: #9dc5ed; }
      .staff-group .view .view-content .views-row .views-field.views-field-field-staff-member-title {
        font-size: .75em;
        font-weight: 300;
        line-height: 1.25em;
        text-transform: uppercase; }
      .staff-group .view .view-content .views-row .views-field.views-field-field-email-address {
        font-size: .813em;
        line-height: 1; }
        .staff-group .view .view-content .views-row .views-field.views-field-field-email-address .field-content {
          margin: .5em 0; }
      .staff-group .view .view-content .views-row .views-field.views-field-field-phone-number {
        font-size: .813em;
        font-weight: 300;
        line-height: 1; }
      .staff-group .view .view-content .views-row .views-field.views-field-view-node {
        font-size: .813em; }
        .staff-group .view .view-content .views-row .views-field.views-field-view-node a {
          display: inline-block;
          margin: 1em 0 0; }

.node-staff .field.field-name-field-staff-member-photo {
  margin: 0 0 1em; }
  .node-staff .field.field-name-field-staff-member-photo img {
    border: 5px solid #d8e7f5; }

.node-staff .field.field-name-field-staff-member-title {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0 0 .375em;
  text-transform: uppercase; }

.node-staff .field.field-name-body .field-items {
  margin: 2em 0 0; }

.node-type-staff h1.title {
  text-transform: none; }

@media all and (min-width: 480px) {
  .staff-group .view .view-content .views-row .views-field {
    margin: 0 0 0 140px; }
    .staff-group .view .view-content .views-row .views-field.views-field-field-staff-member-photo {
      width: 120px; } }

@media all and (min-width: 768px) {
  .staff-group .block-title {
    font-size: 1.875em; }
  .staff-group .view .view-content .views-row {
    display: inline-block;
    margin: 0 1% 1.5em 0;
    vertical-align: top;
    width: 48%; }
    .staff-group .view .view-content .views-row:nth-child(2n) {
      margin: 0 0 1.5em 1%; }
  .node-staff .field.field-name-field-staff-member-photo {
    float: left;
    margin: 0 0 1em;
    width: 220px; }
  .node-staff .field.field-name-field-staff-member-title {
    font-size: 1.125em;
    margin: 0 0 .375em 240px; }
    .node-staff .field.field-name-field-staff-member-title:after {
      clear: none;
      display: block; }
    .node-staff .field.field-name-field-staff-member-title .field-items {
      padding: .625em 0 0; }
  .node-staff .field.field-name-field-email-address {
    margin: 0 0 0 240px; }
    .node-staff .field.field-name-field-email-address:after {
      clear: none;
      display: block; }
  .node-staff .field.field-name-field-phone-number {
    margin: 0 0 0 240px; }
    .node-staff .field.field-name-field-phone-number:after {
      clear: none;
      display: block; }
  .node-staff .field.field-name-body {
    clear: both; }
    .node-staff .field.field-name-body .field-items {
      margin: 2em 0 0; } }

@media all and (min-width: 1200px) {
  .node-staff .field.field-name-field-staff-member-photo {
    width: 320px; }
  .node-staff .field.field-name-field-staff-member-title {
    font-size: 1.125em;
    margin: 0 0 .375em 340px; }
    .node-staff .field.field-name-field-staff-member-title .field-items {
      padding: .625em 0 0; }
  .node-staff .field.field-name-field-email-address {
    margin: 0 0 0 340px; }
    .node-staff .field.field-name-field-email-address:after {
      clear: none;
      display: block; }
  .node-staff .field.field-name-field-phone-number {
    margin: 0 0 0 340px; }
    .node-staff .field.field-name-field-phone-number:after {
      clear: none;
      display: block; }
  .node-staff .field.field-name-body {
    clear: none;
    margin: 0 0 0 340px; }
    .node-staff .field.field-name-body:after {
      clear: none;
      display: block; } }

@media all and (min-width: 1440px) {
  .staff-group .view .view-content .views-row .views-field.views-field-title {
    font-size: 1.125em; }
  .staff-group .view .view-content .views-row .views-field.views-field-field-staff-member-title {
    font-size: .813em;
    line-height: 1.5em; }
  .staff-group .view .view-content .views-row .views-field.views-field-field-email-address {
    font-size: .875em; }
    .staff-group .view .view-content .views-row .views-field.views-field-field-email-address .field-content {
      margin: .5em 0; }
  .staff-group .view .view-content .views-row .views-field.views-field-field-phone-number {
    font-size: .875em; }
  .staff-group .view .view-content .views-row .views-field.views-field-view-node {
    font-size: .875em; }
    .staff-group .view .view-content .views-row .views-field.views-field-view-node a {
      display: inline-block;
      margin: 1em 0 0; } }

/* Responsive Stuff */
@media only screen and (max-width: 1460px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #content-bottom {
    width: 720px;
    margin: 0 auto; }
  #home-hero .views-row {
    height: 250px; }
  .feature-width-3 {
    width: 910px; }
  .feature-width-2 {
    width: 600px; }
  .feature-width-1 {
    width: 290px; }
  #home-hero .views-row .feature-img {
    background-size: cover;
    background-color: #FFFFFF; }
  #home-hero .views-row .feature-caption .feature-caption-content {
    padding: 20px; }
  #home-hero .views-row .feature-caption .feature-caption-content .feature-content-body {
    font-size: 16px;
    line-height: 20px; } }

@media only screen and (max-width: 1290px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #content-bottom {
    width: 720px;
    margin: 0 auto; }
  #home-hero .views-row {
    height: 230px;
    margin: 0 10px 20px 10px; }
  .feature-width-3 {
    width: 810px; }
  .feature-width-2 {
    width: 540px; }
  .feature-width-1 {
    width: 250px; }
  #home-hero .views-row .feature-img {
    background-size: cover;
    background-color: #FFFFFF; }
  #home-hero .views-row .feature-caption .feature-caption-content .feature-content-body {
    font-size: 14px;
    line-height: 16px; } }

@media only screen and (max-width: 1210px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #navigation {
    clear: both;
    float: none;
    width: 100%; }
  #navigation ul.menu li {
    width: 25%; }
  #top-right {
    padding-top: 30px; }
  body.front #content .block.block-tweets .social-wrapper a.social-link {
    width: 70px;
    height: 70px;
    font-size: 2.7em;
    padding-top: 15px; }
  #home-hero .views-row .feature-caption .feature-caption-content {
    padding: 10px; }
  #home-hero .views-row .feature-caption .feature-caption-content a {
    font-size: 16px;
    padding: 5px 10px; } }

@media only screen and (max-width: 1130px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #content-bottom {
    width: 720px;
    margin: 0 auto; }
  #home-hero .views-row {
    height: 200px;
    margin: 0 10px 20px 10px; }
  .feature-width-3 {
    width: 700px; }
  .feature-width-2 {
    width: 450px; }
  .feature-width-1 {
    width: 230px; }
  #home-hero .views-row .feature-img {
    background-size: cover;
    background-color: #FFFFFF; } }

@media only screen and (max-width: 1023px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #top-header .wrap {
    padding: 18px 20px; }
  body.not-front #main .wrap {
    padding: 30px 0 0 0; }
  #content-header,
  #content-area {
    margin-right: 25px;
    margin-left: 25px; }
  #footer ul.menu li {
    width: 18%;
    margin: 0;
    margin-right: 3%; }
  #footer ul.menu li a {
    padding-right: 20px; }
  #footer-logos .wrap {
    padding: 20px; } }

@media only screen and (max-width: 990px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #home-hero .views-row.feature-width-3 {
    width: 730px;
    height: 200px; }
  #home-hero .views-row.feature-width-2 {
    width: 730px;
    height: 280px; }
  #home-hero .views-row.feature-width-1 {
    width: 230px;
    height: 215px; } }

@media only screen and (max-width: 900px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #block-menu_block-1 {
    display: none; }
  #footer .wrap {
    padding: 20px; }
  #footer .copyright {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center; }
  .one-sidebar.sidebar-second #content {
    width: 100%;
    margin: 0;
    float: none; }
  #sidebar-second.sidebar {
    width: auto;
    margin: 0 auto;
    clear: both;
    float: none;
    right: auto;
    border-top: 1px solid #e5e2e0;
    position: relative !important; }
  #sidebar-second.sidebar #sidebar-second-inner {
    width: 295px;
    height: auto !important;
    padding: 30px 0 0 0;
    margin: 0 auto;
    position: relative !important;
    top: auto !important; }
  body.front #content .block.home-news,
  body.front #content .block.block-tweets {
    float: none;
    width: 500px;
    margin: 0 auto;
    clear: both; }
  body.front #content .block.home-news .content {
    margin-left: -9px; }
  body.front #content .block.home-news .views-row a {
    width: 500px; }
  body.front #content .block.block-tweets {
    padding-top: 50px; }
  /* Publications search */
  form#views-exposed-form-publications-search-page #edit-combine-wrapper, form#views-exposed-form-publications-search-page #edit-field-publication-year-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-language-value-wrapper,
  form#views-exposed-form-publications-search-page #edit-field-resource-category-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-country-value-wrapper, form#views-exposed-form-publications-search-page .views-submit-button {
    width: 50%;
    display: block;
    clear: inherit; }
  form#views-exposed-form-publications-search-page #edit-field-language-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-resource-category-value-wrapper,
  form#views-exposed-form-publications-search-page #edit-field-country-value-wrapper, form#views-exposed-form-publications-search-page .views-submit-button {
    padding-top: 30px; }
  form#views-exposed-form-publications-search-page #edit-field-language-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-country-value-wrapper {
    clear: both; } }

@media only screen and (max-width: 750px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #home-hero .views-row {
    height: 150px; }
  #home-hero .views-row.feature-width-3 {
    width: 570px;
    height: 160px; }
  #home-hero .views-row.feature-width-2 {
    width: 570px;
    height: 210px; }
  #home-hero .views-row.feature-width-1 {
    width: 177px; }
  #content-bottom {
    width: auto; }
  #home-hero .views-row .feature-caption .feature-caption-content .feature-content-body {
    display: none; }
  #home-hero .views-row .feature-caption .feature-caption-content a {
    display: block;
    width: 750px;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    text-indent: -999em; } }

@media only screen and (max-width: 700px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #page {
    width: 100%;
    position: relative; }
  #top-right {
    padding-top: 25px;
    padding-right: 50px; }
  #desktop-logo {
    display: none; }
  #mobile-logo {
    display: block; }
  #navigation {
    right: -285px;
    width: 285px;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background: #1C4882;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5); }
  #navigation ul.menu li {
    width: 100%;
    float: none; }
  #navigation ul.menu li .sf-depth-1,
  #navigation ul.menu li a.sf-depth-1 {
    background: #1C4882;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-align: left; }
  #navigation ul.menu li.sfHover a.sf-depth-1,
  #navigation ul.menu li a.sf-depth-1:hover,
  #navigation ul.menu li.sfHover .sf-depth-1,
  #navigation ul.menu li .sf-depth-1:hover {
    background: #72ace5;
    color: #FFFFFF; }
  #navigation ul.menu li ul {
    background: #FFFFFF;
    padding: 0; }
  #navigation ul.menu li ul a.sf-depth-2 {
    background: #FFFFFF;
    color: #1C4882;
    border-bottom: 1px solid #72ace5; }
  #navigation ul.menu li ul li.sfHover a.sf-depth-2,
  #navigation ul.menu li a.sf-depth-2:hover {
    background: #25aae2;
    color: #FFFFFF; }
  #navigation ul.menu li ul {
    left: auto !important;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    width: auto;
    display: none;
    border: 0; }
  .sf-hidden {
    display: none !important; }
  #navigation ul.menu li#menu-2045-1 ul {
    left: auto; }
  #mobile-nav-button {
    position: absolute;
    right: 20px;
    display: block;
    border-radius: 5px;
    top: 34px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("../images/mobile-nav.png") center center no-repeat #FFFFFF; }
  #mobile-nav-button.active {
    background-image: url("../images/mobile-nav-close.png"); }
  #home-hero .views-row {
    display: block; }
  #home-hero .views-row.feature-width-3 {
    width: 320px;
    height: 90px;
    margin: 0 auto 20px auto; }
  #home-hero .views-row.feature-width-2 {
    width: 320px;
    height: 125px;
    margin: 0 auto 20px auto; }
  #home-hero .views-row.feature-width-1 {
    width: 320px;
    height: 280px;
    clear: both;
    margin: 0 auto 20px auto; }
  .node .content ul.col-4,
  .node .content ul.col-3,
  .node .content ul.col-2 {
    text-align: center;
    width: 100%; }
  .node .content ul.col-4 li,
  .node .content ul.col-3 li,
  .node .content ul.col-2 li {
    display: block;
    float: none;
    width: 280px;
    margin: 0 auto 1.5em auto;
    line-height: 1.4em;
    vertical-align: top; } }

@media only screen and (max-width: 640px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #block-views-interior_titles_banners-block h1.white,
  #block-views-interior_titles_banners-block h1 {
    font-size: 2.6em; }
  /* Publications search */
  form#views-exposed-form-publications-search-page #edit-combine-wrapper, form#views-exposed-form-publications-search-page #edit-field-publication-year-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-language-value-wrapper,
  form#views-exposed-form-publications-search-page #edit-field-resource-category-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-country-value-wrapper, form#views-exposed-form-publications-search-page .views-submit-button {
    width: 100%;
    display: block;
    clear: inherit; }
  form#views-exposed-form-publications-search-page #edit-field-publication-year-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-language-value-wrapper, form#views-exposed-form-publications-search-page #edit-field-resource-category-value-wrapper,
  form#views-exposed-form-publications-search-page #edit-field-country-value-wrapper, form#views-exposed-form-publications-search-page .views-submit-button {
    padding-top: 30px; } }

@media only screen and (max-width: 550px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  body.front #content .block.home-news,
  body.front #content .block.home-news .views-row a,
  body.front #content .block.block-tweets {
    width: 260px;
    font-size: .89em; }
  body.front #content .block.block-tweets .views-field-text {
    padding: 25px 30px; }
  body.front #content .block.block-tweets .views-field-text .twitter-msg {
    font-size: 1em;
    line-height: 1.4em; }
  body.front #content .block.home-news .news-date {
    width: 65px; }
  body.front #content .block.home-news .news-content {
    margin-left: 70px; }
  .front #content-header, .front #content-area {
    margin: 0; }
  body.front #content .block.home-news .views-row.views-row-last a {
    margin-bottom: 0; }
  body.front #content .block.home-news .views-row a {
    background-image: none;
    padding-right: 20px; }
  body.front #content .block.block-tweets .views-field-text {
    padding: 20px; }
  body.front #content .block.home-news .views-row {
    margin-left: 10px; }
  body.front #content .block.home-news .news-source {
    line-height: normal;
    margin-bottom: 5px; }
  body.front #content .block.block-tweets .social-wrapper a.social-link {
    width: 50px;
    height: 50px;
    font-size: 2.7em;
    margin: 5px;
    font-size: 2em;
    line-height: 50px;
    padding: 0; }
  #home-hero {
    padding: 20px 0 0 0; }
  .front #main {
    padding-top: 0; }
  .job-blocks {
    float: none;
    width: 100%;
    margin-right: 0; } }

@media only screen and (max-width: 420px), screen and (max-width: 1136px) and (device-aspect-ratio: 40 / 71) {
  #top-right {
    padding-right: 40px; }
  #mobile-nav-button {
    right: 10px; }
  #mobile-nav-button {
    top: 23px; }
  #top-right {
    padding-top: 15px; }
  #top-header .wrap {
    padding: 18px 10px; }
  #block-views-interior_titles_banners-block .image {
    margin: 0 0 10px 0; }
  h1,
  .date-heading h3,
  #block-views-interior_titles_banners-block h1.white,
  #block-views-interior_titles_banners-block h1 {
    color: #1C4882;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    bottom: auto; }
  h2 {
    font-size: 1.6em; }
  #content-bottom .block {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  #content-bottom .block.image .content {
    text-align: center; } }
