* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-caption {
  font-size: 14px;
  line-height: 1rem;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans";
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  line-height: 40px;
}
.selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 15px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Open Sans";
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.4375rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5rem;
  line-height: 1.2;
  color: #8dc63f;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 16px/1.5714 "Open Sans", sans-serif;
}
body {
  color: #010101;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.container2 {
  margin: 0 auto;
  width: 880px;
  max-width: 94%;
  position: relative;
}
.container2 .text h3 {
  text-align: center;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 35px;
  line-height: 1.2;
  font-family: "Lora";
  color: #23402b;
}
h1 {
  font-size: 74px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 1.875rem;
}
h4 {
  font-size: 1.375rem;
  color: #010101;
}
h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #010101;
  padding-bottom: 20px;
}
#top .container {
  margin: 10px auto 40px auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.banner_line1 {
  text-align: center;
  font-size: 74px;
  letter-spacing: 6px;
  color: #314450;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.banner_line2 {
  text-align: center;
  font-size: 1.5rem;
  color: #2f546b;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.banner_line3 {
  padding-top: 25px;
  text-align: center;
  font-size: 2rem;
  color: #405969;
  font-family: "Lora";
  letter-spacing: 2px;
}
p {
  padding-bottom: 20px;
  line-height: 1.75;
}
a {
  color: #1183b8;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #8dc63f;
}
blockquote {
  background: #f0f9f7;
  border-bottom: 6px solid #add6eb;
  padding: 12px 3%;
  margin-bottom: 25px;
}
blockquote p {
  padding-bottom: 0;
}
header {
  width: 100%;
  background: #ffffff;
  top: 0;
  position: fixed;
  z-index: 100;
  padding: 35px 30px;
  -webkit-box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.45);
}
header #logo {
  max-width: 250px;
}
.spacer {
  width: 100%;
  height: 105px;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #mainMenu > ul > li > a {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #010101;
    margin: 0 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    color: #1183b8;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(239, 239, 239, 0.8);
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #8dc63f;
    font-size: 0.8125rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #fff;
    background: #8dc63f;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
.content ul {
  margin: 0 0 20px 10px;
}
.content ul li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #04465e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.content article {
  padding: 80px 0 70px;
}
.text {
  padding: 5.3125rem 0;
  line-height: 1.75;
}
.blue {
  padding: 5.3125rem 0;
  background: #f6fffd;
}
.blue h1 {
  padding-bottom: 30px;
}
.blueBox {
  /* background: $bg3 url("../images/contact.jpg") 0 0 no-repeat; */
  background-color: #f6fffd;
  padding: 90px 0;
}
.blueBox .left {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.blueBox .left h2 {
  padding-bottom: 15px;
}
.blueBox .left figure {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.blueBox .left time {
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  font-size: 14px;
  color: #1183b8;
  display: block;
  padding-bottom: 20px;
}
.blueBox .left .author {
  font-size: 14px;
  color: #23402b;
}
.blueBox .right {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.blueBox .right .wpcf7 {
  margin-top: 80px;
  width: 350px;
  max-width: 100%;
}
.post {
  background: #f0f9f7;
  padding: 20px 20px 17px;
  margin-bottom: 40px;
  border-bottom: 6px solid #add6eb;
  position: relative;
}
.post:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 6px;
  width: 0;
  background: #8dc63f;
/*  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;*/
}
.post time {
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  font-size: 14px;
  color: #777777;
  text-align: left;
}
.post .info {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.post .info .author {
  font-size: 16px;
  color: #23402b;
  display: inline-block;
  padding-bottom: 10px;
}
.post .info h3 {
  padding-bottom: 16px;
  text-align: left;
}
.post .info h3 a {
  color: #23402b;
}
.post .info h3 a:hover {
  color: #1183b8;
}
.post .info p {
  font-size: 14px;
  padding-bottom: 10px;
}
.post .thumb {
  -webkit-flex-basis: 29.7%;
  -moz-flex-basis: 29.7%;
  -ms-flex-preferred-size: 29.7%;
  flex-basis: 29.7%;
  overflow: hidden;
  display: block;
  align-self: center;
}
.post .thumb img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 auto;
}
.post .thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.post:hover:after {
  width: 100%;
}
.news {
  text-align: center;
  padding: 60px 0 70px;
}
.categoryLink {
  padding: 0;
}
.news .posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.news .posts > * {
  width: 29.33333%;
  margin: 0 2% 2.66667em;
}
.news .posts .readMore {
  margin-bottom: 20px;
  display: block;
}
.news .tags {
  font-size: 10px;
  margin-top: 15px;
}
.news .tags a {
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;
}
.news .post .thumb {
  margin-bottom: 30px;
}
.news .post .info {
  text-align: left;
}
.news .post .info .time {
  color: #929292;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
.news .post .info h5 {
  padding-bottom: 5px;
  font-size: 18px;
}
.news .post .info h5 a {
  color: #23402b;
}
.news .post .info h5 a:hover {
  color: #1183b8;
}
.news .post .info p {
  color: #404040;
  font-size: 14px;
  line-height: 1.75;
  padding-bottom: 5px;
}
.news-single {
  padding: 50px 0;
}
.news-single h3 {
  font-weight: 500;
  padding-bottom: 40px;
}
.news-single h5 {
  color: #777777;
  font-weight: normal;
}
.news-single .text {
  padding: 0 0;
}
.parts {
  background: url("../images/contact.jpg") 0 0 no-repeat, url("../images/c2.jpg") 100% 100% no-repeat;
  background-color: #f6fffd;
  padding: 80px 0 50px;
}
.parts .info {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  font-size: 16px;
  padding-top: 20px;
}
.parts .info .blurb-title {
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 35px;
  line-height: 1.2;
  font-family: "Lora";
  color: #23402b;
}
.parts .info .blurb-text {
  text-align: justify;
  }
.parts figure {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.parts .part {
  margin-bottom: 85px;
}
.parts .part:nth-child(odd) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grant-supporters {
  display: flex;
  justify-content: space-between;
}
.blueBox .history h2 {
  text-align: left;
  font-size: 3.5em;
}
.history p {
  padding-bottom: 10px;
}
.email_lists h3 {
  padding-bottom: 20px;
  font-size: 40px;
}
.email_lists h4 {
  padding-bottom: 20px;
  font-size: 28px;
}
.rgs .text {
  padding: 70px 0 20px;
  text-align: justify;
}
.diversity .text {
  padding: 100px 0 100px;
  text-align: justify;
}
.research-areas {
  margin: 3.75rem 0 0;
}
.research-areas .research-area {
  margin-bottom: 7.0rem;
}
.research-areas .research-area figure {
  margin-bottom: 2.0rem;
}
.research-areas .research-area .info {
  height: 110px;
  overflow: hidden;
  margin-bottom: 25px;
}
.research-areas .button, .submit {
  display: inline-block;
  line-height: 2.25rem;
  min-width: 140px;
  padding: 0 1.25rem;
  font-size: 1rem;
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.research-areas .button:hover, .submit:hover {
  background: #1183b8;
  text-decoration: none;
  color: #fff;
}
.research-areas .research-area .showed {
  height: auto;
}
.tpl-research h2 {
  text-align: center;
}
.selectric-items {
  width: 200px !important;
  height: auto !important;
}
.peopleBox {
  text-align: center;
  padding: 50px 0;
}
.peopleBox .group {
  padding: 40px 0;
}
.peopleBox .group:first-child .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.peopleBox .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
}
.peopleBox .items > * {
  width: 22.5%;
  margin: 0 1.25% 1.5625em;
}
.peopleBox .item {
  display: block;
  background: #f0f9f7;
  border: 2px solid #f0f9f7;
  padding: 30px;
  margin-bottom: 28px;
}
.peopleBox .item figure {
  margin-bottom: 15px;
}
.peopleBox .item figure img {
  margin: 0 auto;
}
.peopleBox .item h4 {
  font-size: 18px;
  padding-bottom: 15px;
}
.peopleBox .item h5 {
  color: #8dc63f;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 0;
}
.peopleBox .item p {
  color: #1183b8;
  font-size: 12px;
  padding: 10px 0 0 0;
  line-height: 1.2;
}
.peopleBox .item:hover {
  background: #e6ece7;
  border-color: #9fcea7;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #d9ecee;
  background: #fff;
  padding: 0 1.25rem;
  font-family: "Open Sans";
  font-size: 0.875rem;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 1.25rem;
}
.news .button, .submit {
  display: inline-block;
  line-height: 2.25rem;
  min-width: 140px;
  padding: 0 1.25rem;
  font-size: 1rem;
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.news .button:hover, .submit:hover {
  background: #1183b8;
  text-decoration: none;
  color: #fff;
}
footer .footerTop {
  background-image: url(../images/bg-footer.jpg);
  padding: 65px 0;
  color: #fff;
}
footer .footerTop .involved {
  -webkit-flex-basis: 29%;
  -moz-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  text-align: left;
}
footer .footerTop .involved h3 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 10px;
}
footer .footerTop .involved a {
  color: #8dc63f;
  text-decoration: underline;
}
footer .footerTop .involved a:hover {
  color: #1183b8;
  text-decoration: none;
}
footer .footerTop .involved p {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 0;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
  line-height: 1.75;
}
footer .footerbuttons {
  text-align: center;
  align-self: center;
}
#footerMenu {
  margin: 50px 0;
}
#footerMenu ul {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  line-height: 2.75;
}
#footerMenu ul li {
  display: block;
  line-height: 2.75;
}
#footerMenu ul li a {
  color: #fff;
}
#footerMenu ul li a:hover {
  color: #1183b8;
}
footer .footerTop .socInfo {
  text-align: right;
  max-width: 330px;
}
footer .footerTop .socInfo figure {
  margin-bottom: 30px;
}
footer .footerTop .socInfo figure img {
  display: inline-block;
}
footer .footerTop .socInfo p {
  font-size: 15px;
}
footer .footerTop .some {
  margin-bottom: 30px;
  margin-right: -7px;
}
footer .footerTop .some a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
  margin: 0 7px;
  display: inline-block;
  font-size: 25px;
  color: #fff;
}
footer .footerTop .some a:before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .footerTop .some a:hover {
  opacity: 0.6;
}
footer .footerTop .some .i-github {
  background-color: #000;
}
footer .footerTop .some .i-insta {
  background-color: #b053b7;
}
footer .footerTop .some .i-t {
  background-color: #55acee;
}
footer .footerBottom {
  background-color: #082446;
  padding: 20px 0;
  color: #8c939e;
  font-size: 13px;
}
footer .footerBottom .container {
  text-align: center;
}
.bio .left {
  text-align: center;
  max-width: 345px;
}
.bio .left figure {
  margin: 0 0 30px 0;
}
.bio .left figure img {
  margin: 0 auto;
}
.bio .left .button {
  height: 20px;
}
.bio .left .button, .submit {
  padding: 0.8rem 1.1rem;
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.bio .left .button:hover, .submit:hover {
  background: #1183b8;
  text-decoration: none;
  color: #fff;
}
.bio .right {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  margin-left: 20px;
}
.bio .right h2 {
  padding-bottom: 5px;
}
.bio .right h3 {
  padding-bottom: 10px;
}
.bio .right h4 {
  font-size: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans";
}
.bio .right p {
  font-size: 16px;
}
.bio .right p strong {
  font-family: "Lora";
}
.bio .right .bioTag {
  padding: 10px 0 40px 0;
}
.bio .right .bioTag .but {
  display: inline-block;
  padding: 3px 25px;
  border-radius: 20px;
  text-transform: capitalize;
  font-size: 14px;
}
.bio .right .bioTag .butsommer {
  background-color: #e5d9c3;
  border: solid 1px #aa8239;
}
.bio .right .bioTag .butdeweese {
  background-color: #d8bfd1;
  border: solid 1px #7f2a68;
}
.bio .right .bioTag .butolshausen {
  background-color: #bed7c9;
  border: solid 1px #28794b;
}
.bio .right .bioTag .butbouchard {
  background-color: #b0dee1;
  border: solid 1px #618183;
}
.bio .right .contactInfo {
  margin-bottom: 40px;
  display:inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.bio .right .contactInfo .mail {
  margin: 0 25px;
  color: #1183b8;
  position: relative;
}
.bio .right .contactInfo .tel {
  margin: 0 25px;
  color: #1183b8;
  position: relative;
}
.bio .right .contactInfo .mail:before {
  content: "";
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -22px;
}
.bio .right .contactInfo .tel:before {
  content: "";
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 4px;
  left: -20px;
}
.bio .right .button {
  padding: 0.2rem 1rem;
  font-size: 0.7rem;
  background: #1ea2df;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.news .button:hover, .submit:hover {
  background: #1183b8;
  text-decoration: none;
  color: #fff;
}
.bio .description h4 {
  font-size: 32px;
  padding-bottom: 15px;
}
.bioBackground {
  padding-bottom: 35px;
}
.bioBackground h4 {
  font-size: 40px;
  font-family: "Open Sans";
}
.publicBlue h2 {
  text-align: center;
}
.publicBlue ul {
  text-align: center;
}
.publicBlue ul li {
  display: inline-block;
  margin: 0 7px 20px 7px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.publicBlue ul li a {
  padding: 10px 40px;
  display: block;
  color: #23402b;
  font-size: 18px;
  border: solid 1px #23402b;
}
.publicBlue ul li a:hover {
  border: solid 1px #add6eb;
  background-color: #f0f9f7;
}
.publicBlue ul li .active {
  border: solid 1px #add6eb;
  background-color: #f0f9f7;
}
.publicBlue .links {
  padding: 60px 0 40px 0;
}
.publicationsBox h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.publicationsBox h4 a {
  color: #000;
}
.publicationsBox h5 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 5px;
}
.publicationsBox h6 {
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
  font-family: "Open Sans";
  padding-bottom: 20px;
}
.publicationsBox .post {
  padding: 30px 30px 30px 30px;
}
.publicationsBox .more {
  margin: 0 10px 20px 0;
  display: inline-block;
  text-decoration: underline;
}
.publicationsBox .more:hover {
  text-decoration: none;
}
.publicationsBox .items .info {
  text-align: left;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-right: 30px;
}
.publicationsBox .items .info p {
  font-size: 14px;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 500px;
  position: relative;
  margin: 10% auto;
  padding: 10px 25px 0 0;
  border-radius: 5px;
  background: #fff;
}
.modalDialog p {
  line-height: 1.2;
  text-indent: -8px;
  padding-left: 30px;
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover { 
  background: #8dc63f;
}
.tags a {
  padding: 4px 10px;
  border: solid 1px #add6eb;
  border-radius: 2px;
  margin-right: 5px;
  color: #000;
  font-size: 10px;
  cursor: default;
}
.publicationsBox .items figure {
  align-self: center;
  max-width: 307px;
}
.seminarsBlue h2 {
  text-align: center;
  padding-bottom: 0px;
}
.seminarsBlue p {
  padding-bottom: 0px;
  padding-top: 20px;
  text-align: center;
}
.coursesTop h1 {
  font-size: 3.125rem;
}
.blueText p {
  max-width: 669px;
}
.coursesBox {
  padding: 2.5rem 0;
}
.coursesBox h3 {
  padding-top: 30px;
}
.coursesBox .post {
  padding: 25px;
}
.coursesBox .post .info {
  -webkit-flex-basis: 78%;
  -moz-flex-basis: 78%;
  -ms-flex-preferred-size: 78%;
  flex-basis: 82%;
}
.coursesBox h4 {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 16px;
}
.coursesBox h4 a {
  color: #000;
}
.coursesBox p {
  padding-bottom: 0;
  font-size: 14px;
}
.coursesBox .button {
  height: 50px;
  margin-right: 30px;
}
.coursesBox .button, .submit {
  padding: 0.8rem 1.1rem;
  font-size: 0.8rem;
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.coursesBox .button:hover, .submit:hover {
  background: #1183b8;
  text-decoration: none;
  color: #fff;
}
.courseSingleBlue h2 {
  text-align: center;
}
.courseSingleBlue h3 {
  text-align: center;
  padding-bottom: 0;
}
.single-courses .blueBox p {
  line-height: 2.5;
}
.single-courses .blogpost{
  padding: 25px 0;
  font-family: helvetica, arial, sans-serif;
}
.single-courses input[type="submit"] {
  padding: 0.8rem 1.1rem;
  font-size: 1rem;
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
}
.single-courses table {
  background-color: #f0f9f7;
  margin-bottom: 20px;
}
.single-courses table ul {
  margin: 0;
  margin-bottom: 10px;
}
.single-courses table ul li {
  padding: 10px 0 10px 20px;
}
.single-courses table ul li:before {
  top: 20px;
  left: 0;
}
.single-courses table tr td {
  padding: 20px 0;
  font-size: 16px;
  text-align: left;
}
.single-courses table tr td:first-child {
  width: 16%;
  padding: 25px;
}
.single-courses table tr td:nth-child(2) {
  width: 68%;
}
.single-courses table tr td p {
  padding-bottom: 5px;
}
.single-courses ul {
  margin-top: 3px;
  margin-bottom: 0px;
  line-height: 1;
}
.single-courses ul li {
  padding: 3px 0 3px 20px;
}
.single-courses li {
  line-height: 1;
}
.single-courses ul li:before {
  top: 0.5rem;
}
/* make nested list items have a slightly different bullet style */
.single-courses ul > li > ul > li:before {
  -moz-border-radius: 3px/3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px/3px;
  border: solid 1px #033547;
  background: #ffffff;
  width: 3px;
  height: 3px;
}
/* OLD DASHES IN CASE BRUNO WANTS TO GO BACK
  width: 8px;
  height: 2px;
  border-radius: 0%;
  top: 0.7rem;
} */
.single-courses p {
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 1.25;
}
.seminarsBox {
  padding: 0 0 40px 0;
}
.seminarsBox .items {
  position: relative;
}
.seminarsBox .items .post {
  padding: 20px 25px 20px 25px;
}
.seminarsBox .items .post h4 {
  text-align: left;
}
.seminarsBox .items .post .seminar-abstract {
  font-size: 14px;
  margin-top: 25px;
  padding-bottom: 0;
  text-align: justify;
  line-height: 3ex;
  height: 9.5ex;
  overflow: hidden;
}
.seminarsBox .items .post .info time {
  padding: 3px 0 7px 0;
  display: block;
  color: #000;
  font-weight: 600;
}
.seminarsBox .items .post .info .time {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.seminarsBox .items .post .info .title {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 81%;
}
.seminarsBox .items .post .info .title h4 {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.8;
  padding: 0 20px;
}
.seminarsBox .items .post .info .title h4 a {
  color: #000;
}
.seminarsBox .items .post .info .title h4:first-child {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.seminarsBox .items .post .info .title h4:nth-child(2) {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 31%;
}
.seminarsBox .items .post .info .more {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #5685b6;
  position: relative;
  top: 5px;
}
.seminarsBox .items .post .info .more:before {
  content: '+';
  position: absolute;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.seminarsBox .items .post .info .more:hover {
  background-color: #8dc63f;
}
.table {
  padding: 15px 25px;
  background-color: #f0f9f7;
  margin-bottom: 25px;
  font-weight: bold;
}
.table .start .items {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
.table .start .items div {
  -webkit-flex-basis: 27%;
  -moz-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}
.table .start .items:nth-child(2) div:first-child {
  -webkit-flex-basis: 35.5%;
  -moz-flex-basis: 35.5%;
  -ms-flex-preferred-size: 35.5%;
  flex-basis: 51%;
}
.seminar-single {
  padding: 100px 0;
}
.seminar-single h3 {
  text-align: center;
  padding-bottom: 60px;
}
.seminar-single h4 {
  text-align: center;
  font-weight: normal;
  padding-bottom: 10px;
}
.seminar-single h5 {
  text-align: center;
  font-weight: normal;
  padding-bottom: 60px;
  color: #5a5a5a;
}
.seminar-single h6 {
  text-align: center;
  font-weight: normal;
  padding-bottom: 5px;
  font-size: 15px;
  color: #777777;
}
.seminar-single .text {
  padding: 40px 0 0 0;
  text-align: justify;
}
.seminar-single .seminar_recording_button {
  text-align: center;
  padding-top: 10px;
}
.seminar-single .button, .submit {
  display: inline-block;
  line-height: 2.25rem;
  min-width: 140px;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.seminar-single .button:hover, .submit:hover {
  background: #1183b8;
  text-decoration: none;
  color: #fff;
}
.mediaText {
  padding: 60px 0 50px 0;
  font-size: 16px;
}
.mediaBox .items > * {
  width: 29.33333%;
  margin: 0 2% 2.66667em;
}
.mediaBox .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.mediaBox .items .post .thumb {
    margin-bottom: 30px;
    max-width: 100%;
}
.mediaBox .items .post .info {
  text-align: left;
}
.mediaBox .items .post .info h5 {
  padding-bottom: 5px;
  font-size: 18px;
}
.mediaBox .items .post .info h5 a {
  color: #23402b;
}
.mediaBox .items .post .info h5 a:hover {
  color: #1183b8;
}
.mediaBox .items .post .time {
  color: #929292;
  display: block;
  padding-bottom: 15px;
  font-size: 14px;
}
.mediaBox .items .post .info h6 {
  font-size: 14px;
  font-family: "Open Sans";
  padding: 0;
}
.mediaBox .items .post .info .mediaSpeakerUploader h6 {
  font-weight: 600;
  font-size: 16px;
}
.mediaBox .items .post .info p {
  padding-top: 15px;
  padding-bottom: 0;
}
.mediaBox .items .post .info .seminarlink {
  padding-top: 10px;
}
.news-single {
  padding: 100px 0;
}
.news-single h3 {
  font-weight: 500;
  padding-bottom: 40px;
}
.news-single h5 {
  color: #777777;
  font-weight: normal;
}
.news-single .text {
  padding: 0 0;
}
.newsBox {
  padding-top: 40px;
}
.newsBox .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.newsBox .items > * {
  width: 29.33333%;
  margin: 0 2% 2.66667em;
}
.newsBox .items .post figure {
  margin-bottom: 35px;
  overflow: hidden;
}
.newsBox .items .post figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsBox .items .post figure:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.newsBox .items .post .thumb {
  margin-bottom: 30px;
}
.newsBox .items .post .info {
  text-align: left;
}
.newsBox .items .post .time {
  color: #929292;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
.newsBox .items .post .info h5 {
  padding-bottom: 5px;
  font-size: 18px;
}
.newsBox .items .post .info h5 a {
  color: #23402b;
}
.newsBox .items .post .info h5 a:hover {
  color: #1183b8;
}
.newsBox .items .post .info p {
  color: #404040;
  font-size: 14px;
  line-height: 1.75;
  padding-bottom: 5px;
}
.newsBox .items .readMore {
  margin-bottom: 20px;
  display: block;
}
.newsBox .items .tags {
  font-size: 10px;
  margin-top: 15px;
}
.newsBox .items .tags a {
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;
}
.blueNews {
  padding-top: 50px;
}
.blogpost {
  padding: 75px 0;
}
.blogpost h2 {
  padding-bottom: 70px;
  text-align: left;
}
.blogpost h4 {
  color: #23402b;
  font-weight: normal;
  padding-bottom: 10px;
}
.blogpost time {
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  font-size: 16px;
  color: #777777;
  display: block;
  padding-bottom: 20px;
}
.blogpost .text {
  padding: 30px 0 50px 0;
}
.selectric-wrapper {
  top: 18px;
}
.selectric-wrapper .selectric {
  width: 135px;
  height: 49.5px;
  border: solid 1px #23402b;
  border-radius: 2px;
  color: #23402b;
  font-size: 18px;
}
.selectric-wrapper .selectric .button {
  background-color: transparent;
  height: 50px;
}
.selectric-wrapper .selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  left: inherit;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000;
  border-bottom: none;
}
.selectric-wrapper .selectric .label {
  line-height: 47px;
  height: 47px;
  margin: 0;
  background-color: #f6fffd;
  color: #23402b;
  font-size: 18px;
  padding-right: 5px;
}
.selectric-wrapper .selectric-scroll {
  margin-top: 30px;
}
.categoryLink a {
  border-radius: 2px;
}
.single-media .button {
  text-transform: capitalize;
}
.col {
  display: block;
  text-align: center;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.row {
  margin: 30px 0;
}
.loader {
  width: 50px;
  height: 6px;
  position: relative;
  margin: 0 auto;
  display: inline;
  top: -60px;
}
#loader-4 span {
  display: inline-block;
  width: 50px;
  height: 6px;
  background-color: #8dc63f;
  margin: 35px 5px;
}
#loader-4 span:nth-child(1) {
  animation: opacitychange 2s ease-in-out infinite;
}
#loader-4 span:nth-child(2) {
  animation: opacitychange 2s ease-in-out 0.33s infinite;
}
#loader-4 span:nth-child(3) {
  animation: opacitychange 2s ease-in-out 0.66s infinite;
}
@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
.searchHead {
  position: relative;
}
.searchHead .searchform input[type="text"] {
  height: 40px;
  width: 300px;
  background-color: #fff;
  right: 5px;
  display: none;
  position: relative;
  position: absolute;
  top: 170%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  border: solid 1px #1183b8;
}
.searchHead .searchform input[type="text"]:focus {
  border-color: #8dc63f;
}
.searchHead .searchform button {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  margin: 0 8px;
  position: relative;
  top: 2px;
}
.searchHead .searchform button:before {
  content: "\78";
  font-family: "icons";
}
.searchHead .searchform button:hover {
  color: #8dc63f;
}
.searchHead .searchButton {
  position: absolute;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  top: 2px;
  right: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.searchHead .searchButton:hover {
  color: #8dc63f;
}
.peopleBox #section3 a, .peopleBox #section4 a {
  cursor: default;
}
#comments {
  margin-top: 40px;
}
#comments #respond {
  margin-bottom: 40px;
}
#comments h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
#comments h3:after {
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  top: 20px;
  position: absolute;
  background: #f2f5f7;
  z-index: -1;
}
#comments h3 span {
  background: #fff;
  padding-right: 35px;
}
#comments textarea {
  margin-bottom: 23px;
}
#comments .alignleft, #comments .alignright {
  width: 46%;
  margin-bottom: 23px;
}
#comments .submit {
  clear: both;
}
#comments .commentlist li {
  margin: 7px 0;
}
#comments .date {
  font-style: italic;
  font-size: 14px;
}
#comments ol {
  list-style: none;
}
#comments ol li {
  padding: 0;
}
#comments .authorname {
  font-weight: bold;
}
.comment-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.one-comment-txt {
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}
.one-comment-txt p {
  padding-bottom: 10px;
}
.comment-reply-link {
  display: inline-block;
  line-height: 2.125rem;
  min-width: 80px;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-family: "Lora";
  background: #8dc63f;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}
.comment-reply-link:hover {
  background: #1183b8;
  color: #fff;
}
.comment-author {
  width: 140px;
  text-align: center;
}
.comment-author img {
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  header #logo {
    max-width: 220px;
  }
  header #mainMenu li a {
    margin: 0 8px;
  }
  .spacer {
    height: 101px;
  }
}
@media screen and (max-width: 1320px) {
  header #mainMenu li a {
    margin: 0 8px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1160px) {
  #mainMenu > ul > li > a {
    font-size: 15px;
  }
  header #logo {
    max-width: 180px;
  }
  header #mainMenu li a {
    margin: 0 5px;
  }
  .spacer {
    height: 95px;
  }
  .searchHead .searchform input[type="text"] {
    height: 35px;
    width: 300px;
    top: 160%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #8dc63f;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #8dc63f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #8dc63f;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  header {
    margin-top: 50px;
    padding: 25px 0;
  }
  header #logo {
    margin: 0 auto;
    max-width: 220px;
  }
  .spacer {
    height: 130px;
  }
  #top {
    min-height: 320px !important;
  }
  .banner_line1 {
    font-size: 50px;
  }
  .banner_line2 {
    font-size: 16px;
  }
  .banner_line3 {
    padding-top: 10px;
    font-size: 22px;
  }
  .grant-supporters a {
    max-width: 180px;
  }
  footer .footerTop {
    padding: 50px 0 10px 0;
  }
  footer .footerTop .flex {
    display: block;
  }
  footer .footerTop .involved {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
  }
  footer .footerTop .some {
    margin-right: 0px;
  }
  #footerMenu {
    text-align: center;
    margin: 30px 0;
  }
  footer .footerTop .socInfo {
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .news-single {
    padding: 80px 0;
  }
  .parts {
    padding: 10px 0;
  }
  .parts .container {
    padding-top: 20px;
    max-width: 75%;
  }
  .parts .info {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .parts .info .blurb-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .parts .part {
    display: block;
    margin-bottom: 75px;
  }
  .parts .part figure {
    margin-bottom: 20px;
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
  .parts .part p {
    font-size: 14px;
  }
  .blueBox .history h2 {
    text-align: left;
    font-size: 3em;
  }
  .history .right p {
    padding-bottom: 5px;
  }
  .research-areas .research-area .info {
    height: 96px;
  }
  .research-areas .research-area .showed {
    height: auto;
  }
  .peopleBox .item {
    padding: 25px;
  }
  .peopleBox .item h4 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .peopleBox .item h5 {
    font-size: 12px;
  }
  .peopleBox .item p {
    font-size: 10px;
    padding: 5px 0 0 0;
  }
  .bio {
    padding: 40px;
  }
  .bio > div {
    display: block;
  }
  .bio > div .left {
    text-align: center;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .bio > div .left figure img {
    margin: 0 auto;
  }
  .bio > div .right {
    text-align: center;
    margin-left: 0;
  }
  .bio > div .right h2 {
    font-size: 35px;
  }
  .bio > div .right .contactInfo {
    margin-bottom: 20px;
  }
  .bio > div .right p {
    text-align: left;
  }
  .post .info {
    padding-bottom: 10px;
  }
  .coursesBox .items {
    text-align: left;
  }
  .coursesBox .items > div {
    display: block;
  }
  .coursesBox .items .button {
    margin-right: 0;
  }
  .single-courses .schedule {
    overflow-x: scroll;
  }
  .single-courses .schedule table {
    width: 1024px;
  }
  .mediaBox .items, .newsBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .mediaBox .items > *, .newsBox .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .mediaBox .items figure img, .newsBox .items figure img {
    margin: 0 auto;
  }
  .mediaBox .items .post .mediaText, .newsBox .items .post .mediaText {
    text-align: center;
    padding: 10px 0;
  }
  .mediaBox .items .post .mediaText p, .newsBox .items .post .mediaText p {
    padding-bottom: 0;
  }
  .seminarsContent .table {
    display: none;
  }
  .seminarsContent .items .info {
    display: block;
  }
  .seminarsBox .items .post .info {
    margin-bottom: 35px;
  }
  .seminarsContent .items .info > div {
    display: block;
  }
  .seminarsBox .items .post {
    padding: 25px;
  }
  .seminarsBox .items .post .info time {
    padding: 0;
  }
  .seminarsBox .items .post .info .title {
    display: block;
    padding: 15px 0;
  }
  .seminarsBox .items .post .info .title h4 {
    padding: 0 0 10px 0;
  }
  .seminarsBox .items .post .info .title h4:not(:first-child) {
    font-size: 15px;
    font-weight: normal;
  }
  .coursesTop {
    background: none !important;
    background-color: #f6fffd !important;
  }
  .searchHead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top .container {
    margin: 10px auto 30px auto;
  }
  .banner_line1 {
    line-height: 1;
    font-size: 34px;
    padding-bottom: 15px
  }
  .banner_line2 {
    font-size: 14px;
    line-height: 1;
  }
  .banner_line3 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 1;
  }
  p {
    line-height: 1.6;
  }
  .container {
    max-width: 87%;
  }
  .container2 {
    max-width: 87%;
  }
  .post .thumb img {
    margin: 0 auto;
  }
  .news {
    padding: 25px 0;
  }
  .news h3 {
    padding-bottom: 20px;
  }
  .news .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .news .posts > * {
    width: 99%;
    margin: 0 0.5% 2em;
  }
  .news .posts .thumb img {
    margin: 0 auto;
  }
  .news .button {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .news-single .text{
    text-align: justify;
  }
  .parts {
    padding: 10px 0;
  }
  .parts .container {
    padding-top: 20px;
    max-width: 85%;
  }
  .parts .part {
    display: block;
    margin-bottom: 50px;
  }
  .parts .part h2 {
    text-align: center;
    font-size: 35px;
  }
  .parts .part h3 {
    padding-bottom: 20px;
  }
  .parts .part figure {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .parts .info .blurb-text {
    font-size: 14px;
    text-align: justify;
  }
  .text h3 {
    padding-bottom: 10px;
  }
  .grant-supporters > div {
    display: block;
  }
  .grant-supporters > div a {
    display: block;
    margin: 0 auto;
  }
  .grant-supporters > div a img {
    margin: 0 auto 20px auto;
  }
  .diversity .text {
    padding: 70px 0 70px;
  }
  footer .footerTop {
    padding-top: 50px;
    padding-bottom: 1px;
  }
  footer .footerTop .subscribe {
    margin-bottom: 40px;
  }
  .blue {
    padding: 50px 0;
  }
  .blue h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 25px;
  }
  .blueBox .history h2 {
    text-align: center;
    font-size: 2.5em;
  }
  .blueBox .left .history {
    padding-bottom: 20px;
  }
  .history .right .history {
    text-align: center;
  }
  .image-caption {
    text-align: justify;
    font-size: 0.75em;
  }
  .email_lists h3 {
    padding-bottom: 20px;
    font-size: 32px;
  }
  .email_lists h4 {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .content article {
    padding: 80px 0 80px;
  }
  .research-areas .research-area {
    margin-bottom: 6rem;
  }
  .research-areas .research-area figure {
    margin-bottom: 1rem;
  }
  .research-areas .research-area h3 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .research-areas .research-area .info {
    height: 88px;
  }
  .research-areas .research-area .showed {
    height: auto;
  }
  .categoryLink ul li a {
    font-size: 12px;
    padding: 7px 20px;
  }
  .publicationsBox {
    padding: 20px 0;
  }
  .publicationsBox h3 {
    padding-bottom: 20px;
  }
  .publicationsBox h5 {
    padding-bottom: 10px;
  }
  .publicationsBox h6 {
    padding-bottom: 20px;
  }
  .publicationsBox .items .post {
    display: block;
    text-align: left;
  }
  .publicationsBox .items .post .info {
    padding-right: 0;
  }
  .publicationsBox .items figure {
    width: 100%;
    max-width: none;
  }
  .publicationsBox .items .post .tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .publicationsBox .items .post .more {
    margin-bottom: 20px;
  }
  .modalDialog > div {
    width: 300px;
    position: relative;
    margin: 10% auto;
    padding: 10px 25px 0 0;
    border-radius: 5px;
    background: #fff;
  }
  .publicationsBox .items .info p {
    font-size: 12px;
  } 
  .peopleBox .group {
    padding-bottom: 30px;
  }
  .peopleBox h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .peopleBox .item {
    padding: 20px;
  }
  .peopleBox .items {
    display: block;
  }
  .peopleBox .items a {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
  }
  .bio > div .right .contactInfo {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .bio .right .contactInfo .tel:before {
    left: 24px;
  }
  .bio .right .bioTag {
    padding-top: 20px;
  }
  .bio .right p {
    text-align: left;
  }
  h1 {
    font-size: 50px;
  }
  .seminarsBlue h2 {
    padding: 40px 0 40px 0;
  }
  .seminar-single .text {
    text-align: left;
  }
  .blueBox {
    padding: 40px 0;
    text-align: center;
  }
  .blueBox > div {
    display: block;
  }
  .blueBox h2 {
    font-size: 40px;
    padding-bottom: 0;
  }
  .blueBox .right {
    text-align: center;
  }
  .blueBox .right .wpcf7 {
    margin: 0 auto;
  }
  .text {
    text-align: left;
  }
  .post {
    display: block;
    margin-bottom: 20px;
  }
  .post time {
    display: block;
    padding-bottom: 10px;
  }
  .post .info {
    padding-bottom: 10px;
    text-align: left;
  }
  .post .tags a {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
  }
  .post .more {
    margin-bottom: 20px;
  }
  .blogpost h2 {
    font-size: 2rem;
    padding-bottom: 50px;
  }
  .blogpost .text {
    padding: 10px 0;
  }
  .mediaBox .items, .newsBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5;
    width: 101%;
  }
  .mediaBox .items > *, .newsBox .items > * {
    width: 99%;
    margin: 0 0.5% 2em;
  }
  .mediaBox .items figure img, .newsBox .items figure img {
    margin: 0 auto;
  }
  .mediaBox .items .post .contMedia h4, .newsBox .items .post .contMedia h4 {
    padding-bottom: 20px;
  }
  .mediaBox .contMedia {
    text-align: left;
  }
  .seminarsBox .post {
    text-align: left !important;
  }
  .seminarsBox .items .post .info {
    margin-bottom: 0px;
  }
  .seminarsBox .items .post .seminar-abstract {
    margin-top: 0;
  }
  .single-courses p {
    padding-top: 12px;
    padding-bottom: 4px;
  }
  .selectric-wrapper {
    top: 12px;
  }
  .selectric-wrapper .selectric {
    width: 100px;
    height: 33px;
    border: solid 1px #23402b;
    color: #23402b;
  }
  .selectric-wrapper .selectric .button {
    background-color: transparent;
    height: 34px;
  }
  .selectric-wrapper .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 20px;
    left: inherit;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    border-bottom: none;
  }
  .selectric-wrapper .selectric .label {
    line-height: 34px;
    height: 34px;
    margin: 0;
    background-color: #f6fffd;
    color: #23402b;
    font-size: 12px;
    padding-right: 5px;
  }
  #comments textarea {
    margin-bottom: 10px;
  }
  #comments .alignleft, #comments .alignright {
    width: 100%;
    margin-bottom: 10px;
  }
  .comment-body {
    display: block;
  }
  .comment-author {
    width: 100%;
  }
}
