/* -------------------->>> COMMON <<<-------------------- */
body {
  color: #404040;
  font-family: "chaparral-pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img {
  vertical-align: top;
}

a {
  color: #000;
}
a:hover {
  color: #2e2e2e;
}

a,
button,
input {
  transition-duration: 0.25s;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease-out;
}

.wrapper {
  min-width: 320px;
}

.container {
  max-width: 1470px;
}

/* -------------------->>> HEADER <<<-------------------- */
.header {
  z-index: 10;
}
.homepage .header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.subpage .header {
  background-color: rgba(119, 218, 133, 0.35);
  position: relative;
}
.header-title {
  display: none;
}
.header-logo {
  display: inline-block;
}
.header-logo img {
  width: auto;
}
.header-nav {
  overflow: hidden;
}
.header-nav h2 {
  display: none;
}
.header-nav ul,
.header-nav li {
  margin: 0;
  padding: 0;
}
.header-nav ul {
  list-style: none;
}
.header-nav a {
  display: block;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}

/* xs - sm */
@media (max-width: 1023px) {
  .header {
    border-bottom: #000 solid 1px;
  }
  .header-toggle {
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .header-toggle img {
    width: auto;
  }
  .header-toggle img.open {
    display: block;
  }
  .header-toggle img.close {
    display: none;
  }
  .header-toggle.active {
    position: fixed;
    z-index: 3;
  }
  .header-toggle.active img.open {
    display: none;
  }
  .header-toggle.active img.close {
    display: block;
  }
  .header-nav {
    background-color: rgba(49, 49, 49, 0.98);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    transition-duration: 0.25s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    z-index: 2;
  }
  .header-nav a {
    color: #dadada;
    text-align: center;
  }
  .header-nav a:hover,
  .header-nav a.active {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
  }
  .header-nav.active {
    display: block;
  }
  .header-nav.zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* md - lg */
@media (min-width: 1024px) {
  .header {
    padding: 55px 0;
  }
  .header-nav {
    position: relative;
  }
  .header-nav:after,
  .header-nav:before {
    content: "";
    display: table;
  }
  .header-nav:after {
    clear: both;
  }
  .header-nav ul {
    border-left: #000 solid 1px;
    float: right;
    position: relative;
  }
  .header-nav ul:after {
    background-color: #000;
    content: "";
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 768px;
  }
  .header-nav li {
    border: #000 solid 1px;
    border-left: 0;
    float: left;
  }
  .header-nav a {
    color: #2e2e2e;
    font-weight: 500;
    overflow: hidden;
    position: relative;
  }
  .header-nav a:after {
    background-color: rgba(119, 218, 133, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    margin-right: -1px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    z-index: -1;
  }
  .header-nav a:hover:after,
  .header-nav a.active:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* xs */
@media (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
  .header-logo img {
    height: 40px;
  }
  .header-toggle {
    padding: 5px;
    right: 10px;
  }
  .header-toggle img {
    height: 30px;
  }
  .header-toggle.active {
    top: 15px;
  }
  .header-nav ul {
    padding-top: 4.375em;
  }
  .header-nav a {
    font-size: 18px;
    padding: 0.25em 0;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding: 30px 0;
  }
  .header-logo img {
    height: 64px;
  }
  .header-toggle {
    padding: 10px;
    right: 5px;
  }
  .header-toggle img {
    height: 44px;
  }
  .header-toggle.active {
    right: 20px;
    top: 30px;
  }
  .header-nav ul {
    padding-top: 7.75em;
  }
  .header-nav a {
    font-size: 30px;
    padding: 0.5em 0;
  }
}
/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .header-logo img {
    height: 54px;
  }
  .header-nav {
    padding: 4px 0;
  }
  .header-nav a {
    padding: 10px 15px;
  }
}
/* lg */
@media (min-width: 1280px) {
  .subpage .header {
    padding-bottom: 165px;
  }
  .header-logo img {
    height: 64px;
  }
  .header-nav {
    padding: 9px 0;
  }
  .header-nav a {
    padding: 10px 25px;
  }
}
/* -------------------->>> FOOTER <<<-------------------- */
.footer {
  background-color: #2e2e2e;
  border-top-color: #d2f3d7;
  border-top-style: solid;
  color: rgba(132, 132, 132, 0.75);
}
.footer-logo img {
  height: 62px;
  width: auto;
}
.footer-icon {
  position: absolute;
  text-align: center;
}
.footer-icon:after,
.footer-icon:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-icon:after {
  background-color: #70d37d;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.footer-icon:before {
  background-color: #60a0e7;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  transition-duration: 0.25s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  z-index: 2;
}
.footer-icon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  width: auto;
  z-index: 3;
}
.footer-icon:hover:before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.footer-icon:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.footer-info {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-info p {
  margin: 0;
  padding: 0;
}
.footer-info a {
  color: rgba(132, 132, 132, 0.75);
}
.footer-info a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* xs - sm */
@media (max-width: 1023px) {
  .footer-logo {
    display: block;
    overflow: hidden;
    width: 62px;
  }
}
/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .footer-icon {
    height: 43px;
    right: 24px;
    top: 10px;
    width: 43px;
  }
  .footer-info {
    font-size: 15px;
    padding-bottom: 14px;
    padding-right: 80px;
    padding-top: 14px;
  }
}
/* sm - md - lg */
@media (min-width: 768px) {
  .footer {
    border-top-width: 25px;
  }
  .footer-icon img {
    height: 12px;
    margin-top: -6px;
  }
  .footer-info {
    line-height: 1;
    text-align: right;
  }
  .footer-info p {
    margin-top: 4px;
  }
  .footer-info p:first-child {
    margin-top: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  .footer {
    border-top-width: 15px;
    padding: 45px 0 20px;
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-icon {
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: -142px;
    width: 40px;
  }
  .footer-icon img {
    height: 10px;
    margin-top: -5px;
  }
  .footer-info {
    font-size: 14px;
    margin-top: 15px;
  }
  .footer-info span {
    display: block;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 40px 0;
  }
}
/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer {
    padding: 50px 0;
  }
}
/* lg */
@media (min-width: 1280px) {
  .footer {
    padding: 60px 0;
    position: relative;
    z-index: 12;
  }
  .footer-logo img {
    height: 74px;
  }
  .footer-icon {
    height: 52px;
    right: 26px;
    top: 11px;
    width: 52px;
  }
  .footer-info {
    padding-bottom: 19px;
    padding-right: 90px;
    padding-top: 19px;
  }
}
/* -------------------->>> BANNER <<<-------------------- */
.banner {
  background-color: #70d37d;
  position: relative;
}
.banner-image {
  background-color: #f6f6f6;
  background-image: url(../img/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-image:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
}
.banner-image img {
  display: none;
}
.banner-group {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.banner-title,
.banner-body {
  color: #404040;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.banner-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.banner-body {
  margin-top: 5px;
}
.banner-body p {
  margin: 0;
  padding: 0;
}
.banner-arrow {
  position: absolute;
  z-index: 3;
}
.banner-arrow img {
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.banner-arrow:hover img {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

/* xs - sm */
@media (max-width: 1023px) {
  .banner-image:after {
    background-color: rgba(119, 218, 133, 0.5);
    right: 0;
    top: 0;
  }
  .banner-group {
    top: 50%;
  }
  .banner-title,
  .banner-body {
    text-align: center;
  }
  .banner-arrow {
    background-color: #77da85;
    left: 50%;
    top: 75%;
  }
  .banner-arrow img {
    top: 50%;
  }
  .banner-arrow:hover {
    background-color: rgba(119, 218, 133, 0.85);
  }
}
/* md - lg */
@media (min-width: 1024px) {
  .banner-image {
    min-height: 640px;
  }
  .banner-image:after {
    border: transparent solid 0;
    border-left-color: rgba(119, 218, 133, 0.65);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
  }
  .banner-group {
    bottom: 50px;
  }
  .banner-arrow {
    background-color: rgba(119, 218, 133, 0.65);
    bottom: -75px;
    top: 35%;
    width: 40px;
  }
  .banner-arrow img {
    bottom: 100px;
    margin-left: -12px;
    width: 24px;
  }
  .banner-arrow:hover {
    background-color: rgba(119, 218, 133, 0.5);
  }
}
/* xs */
@media (max-width: 767px) {
  .banner-title {
    font-size: 22px;
  }
  .banner-body {
    font-size: 14px;
  }
  .banner-arrow {
    bottom: -30px;
    margin-left: -15px;
    width: 30px;
  }
  .banner-arrow img {
    margin-left: -10px;
    width: 20px;
  }
}
/* xsm */
@media (max-width: 479px) {
  .banner-title span,
  .banner-body span {
    display: block;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-arrow {
    bottom: -60px;
    margin-left: -20px;
    width: 40px;
  }
  .banner-arrow img {
    margin-left: -12px;
    width: 24px;
  }
}
/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .banner-image:after {
    border-left-width: 55em;
    border-top-width: 35em;
  }
  .banner-arrow {
    right: 5%;
  }
}
/* lg */
@media (min-width: 1280px) and (max-width: 1599px) {
  .banner-image:after {
    border-left-width: 60em;
    border-top-width: 30em;
  }
  .banner-arrow {
    right: 10%;
  }
}
/* xlg */
@media (min-width: 1600px) {
  .banner-image:after {
    border-left-width: 64.6875em;
    border-top-width: 38.1875em;
  }
  .banner-arrow {
    right: 20%;
  }
}
/* -------------------->>> OVERVIEW <<<-------------------- */
.overview-banner {
  text-align: center;
}
.overview-banner img {
  border-color: #70d37d;
  border-style: solid;
  border-radius: 50%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.10);
  height: auto;
}
.overview-title {
  color: #77da85;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.overview-body p {
  margin: 0;
  padding: 0;
}
.overview-footer {
  overflow: hidden;
  padding-bottom: 65px;
  position: relative;
}
.overview-footer:after,
.overview-footer:before {
  content: "";
  position: absolute;
}
.overview-footer:after {
  background-color: #d2f3d7;
  bottom: 18px;
  height: 9px;
  width: 160px;
}
.overview-footer:before {
  background-color: rgba(119, 218, 133, 0.35);
  bottom: 0;
  height: 3px;
  width: 80px;
}
.overview-footer a {
  background-color: #fff;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.overview-footer a.green {
  border-color: rgba(119, 218, 133, 0.65);
  color: #404040;
}
.overview-footer a.green:hover {
  background-color: rgba(119, 218, 133, 0.25);
}
.overview-footer a.gray {
  border-color: rgba(146, 146, 146, 0.65);
  color: #929292;
}
.overview-footer a.gray:hover {
  background-color: rgba(218, 218, 218, 0.25);
}

/* xs - sm */
@media (max-width: 1023px) {
  .overview-banner img {
    max-width: 480px;
  }
}
/* md - lg */
@media (min-width: 1024px) {
  .overview {
    padding: 185px 0 120px;
    position: relative;
  }
  .overview:after {
    background-color: rgba(119, 218, 133, 0.35);
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 90px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
  }
  .overview-banner img {
    max-width: 640px;
  }
}
/* sm - md - lg */
@media (min-width: 768px) {
  .overview-banner img {
    border-width: 20px;
    width: 95%;
  }
  .overview-body,
  .overview-footer {
    margin-top: 40px;
  }
  .overview-body {
    font-size: 22px;
  }
  .overview-footer:after,
  .overview-footer:before {
    left: 0;
  }
  .overview-footer a {
    float: left;
    margin-left: 15px;
    padding: 20px 30px;
  }
  .overview-footer a:first-child {
    margin-left: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  .overview {
    padding: 40px 0;
  }
  .overview-banner {
    padding: 40px 0;
  }
  .overview-banner img {
    border-width: 10px;
    width: 85%;
  }
  .overview-title {
    font-size: 36px;
  }
  .overview-body,
  .overview-footer {
    margin-top: 20px;
  }
  .overview-body {
    font-size: 18px;
  }
  .overview-footer:after,
  .overview-footer:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .overview-footer a {
    margin-top: 15px;
    padding: 20px 0;
  }
  .overview-footer a:first-child {
    margin-top: 0;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .overview {
    padding: 80px 0;
  }
  .overview-banner {
    padding: 80px 0;
  }
  .overview-title {
    font-size: 80px;
  }
}
/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .overview-title {
    font-size: 58px;
  }
}
/* lg */
@media (min-width: 1280px) {
  .overview-title {
    font-size: 76px;
  }
}
/* xlg */
@media (min-width: 1600px) {
  .overview-banner,
  .overview-group {
    padding: 0 50px;
  }
}
/* -------------------->>> UPDATE <<<-------------------- */
.update {
  background-color: #f6f6f6;
}
.update-title {
  border-bottom: rgba(119, 218, 133, 0.35) solid 3px;
  color: #848484;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  padding: 0 0 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 160px;
}
.update-title:after,
.update-title:before {
  bottom: -15px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.update-title:after {
  background-color: #d2f3d7;
  height: 7px;
  width: 12px;
}
.update-title:before {
  border-color: #d2f3d7;
  border-style: solid;
  border-width: 0 8px;
  height: 5px;
  margin-bottom: 1px;
  width: 46px;
}

/* sm - md - lg */
@media (min-width: 768px) {
  .update-body {
    margin-top: 60px;
  }
}
/* xs */
@media (max-width: 767px) {
  .update {
    padding: 40px 0;
  }
  .update-body {
    margin-top: 40px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .update {
    padding: 60px 0;
  }
}
/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .update {
    padding: 80px 0;
  }
}
/* lg */
@media (min-width: 1280px) {
  .update {
    padding: 100px 0;
  }
}
/* -------------------->>> RECENT NEWS <<<-------------------- */
.recent-news--link {
  background-color: #fff;
  box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.05);
  display: block;
  transition: box-shadow 0.25s ease-out;
}
.recent-news--link:first-child {
  margin-top: 0;
}
.recent-news--link:hover {
  box-shadow: 4px 3px 32px rgba(0, 0, 0, 0.15);
}
.recent-news--link:hover .recent-news--footer span {
  color: #60a0e7;
  -webkit-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  transform: translateX(-18px);
}
.recent-news--link:hover .recent-news--footer span:after {
  opacity: 1;
  -webkit-transform: translateX(18px) scale(1);
  -ms-transform: translateX(18px) scale(1);
  transform: translateX(18px) scale(1);
}
.recent-news--header {
  position: relative;
}
.recent-news--header img {
  background-color: #60a0e7;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}
.recent-news--header strong {
  color: #60a0e7;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.recent-news--title {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.recent-news--body {
  color: #5c5c5c;
  font-size: 18px;
  margin-top: 15px;
}
.recent-news--body p {
  margin: 0;
  padding: 0;
}
.recent-news--footer:after,
.recent-news--footer:before {
  content: "";
  display: table;
}
.recent-news--footer:after {
  clear: both;
}
.recent-news--footer span {
  color: rgba(0, 0, 0, 0.4);
  float: right;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-duration: 0.25s;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-timing-function: ease-out;
}
.recent-news--footer span:after {
  background-image: url(../img/icon-arrow-right-blue.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 14px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-10px) scale(0);
  -ms-transform: translateX(-10px) scale(0);
  transform: translateX(-10px) scale(0);
  transition-duration: 0.25s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  width: 8px;
}

/* sm - md - lg */
@media (min-width: 768px) {
  .recent-news {
    padding: 30px;
  }
  .recent-news--link {
    margin-top: 30px;
  }
  .recent-news--header {
    margin-bottom: 60px;
    padding-left: 60px;
  }
  .recent-news--header img {
    height: 45px;
    width: 45px;
  }
  .recent-news--header strong {
    font-size: 18px;
    line-height: 45px;
  }
  .recent-news--title,
  .recent-news--body {
    padding: 0 20px;
  }
  .recent-news--footer {
    margin-top: 60px;
  }
}
/* xs */
@media (max-width: 767px) {
  .recent-news {
    padding: 20px;
  }
  .recent-news--link {
    margin-top: 20px;
  }
  .recent-news--header {
    margin-bottom: 40px;
    padding-left: 55px;
  }
  .recent-news--header img {
    height: 40px;
    width: 40px;
  }
  .recent-news--header strong {
    font-size: 16px;
    line-height: 40px;
  }
  .recent-news--footer {
    margin-top: 40px;
  }
}
/* -------------------->>> FEATURED PUBLICATION <<<-------------------- */
.featured-publication {
  background-color: #fff;
  box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.05);
}
.featured-publication--header {
  position: relative;
}
.featured-publication--header img {
  background-color: #f07468;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}
.featured-publication--header strong {
  color: #f07468;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-publication--title {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.featured-publication--body {
  color: #6c6c6c;
  font-size: 18px;
}
.featured-publication--body dl,
.featured-publication--body dt,
.featured-publication--body dd {
  margin: 0;
  padding: 0;
}
.featured-publication--body dl {
  margin-top: 20px;
}
.featured-publication--body dl:first-child {
  margin-top: 0;
}
.featured-publication--body dt {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-publication--footer a {
  background-color: #f07468;
  color: #fff;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 1.25em 0;
  text-align: center;
  text-transform: uppercase;
}
.featured-publication--footer a:hover {
  background-color: rgba(240, 116, 104, 0.85);
}

/* xs - sm */
@media (max-width: 1023px) {
  .featured-publication--footer {
    position: relative;
  }
}
/* md - lg */
@media (min-width: 1024px) {
  .featured-publication {
    padding-bottom: 150px !important;
    position: relative;
  }
  .featured-publication--footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
/* sm - md - lg */
@media (min-width: 768px) {
  .featured-publication {
    padding: 30px;
  }
  .featured-publication--header {
    margin-bottom: 60px;
    padding-left: 60px;
  }
  .featured-publication--header img {
    height: 45px;
    width: 45px;
  }
  .featured-publication--header strong {
    font-size: 18px;
    line-height: 45px;
  }
  .featured-publication--title {
    font-size: 30px;
    line-height: 1.1;
  }
  .featured-publication--body {
    margin-top: 40px;
  }
  .featured-publication--body dl {
    padding-left: 90px;
    position: relative;
  }
  .featured-publication--body dt {
    left: 0;
    position: absolute;
    top: 4px;
  }
  .featured-publication--footer a {
    font-size: 30px;
  }
}
/* xs */
@media (max-width: 767px) {
  .featured-publication {
    margin-top: 20px;
    padding: 20px;
  }
  .featured-publication--header {
    margin-bottom: 40px;
    padding-left: 55px;
  }
  .featured-publication--header img {
    height: 40px;
    width: 40px;
  }
  .featured-publication--header strong {
    font-size: 16px;
    line-height: 40px;
  }
  .featured-publication--title {
    font-size: 24px;
    line-height: 1.25;
  }
  .featured-publication--body,
  .featured-publication--footer {
    margin-top: 30px;
  }
  .featured-publication--body dt {
    margin-bottom: 5px;
  }
  .featured-publication--footer {
    margin-left: -20px;
    margin-right: -20px;
    top: 20px;
  }
  .featured-publication--footer a {
    font-size: 20px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-publication {
    margin-top: 30px;
  }
  .featured-publication--footer {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 40px;
    top: 30px;
  }
}
/* -------------------->>> SECTION <<<-------------------- */
.section-title {
  color: #77da85;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.section-summary {
  margin-top: 20px;
  padding-bottom: 50px;
  position: relative;
}
.section-summary:after,
.section-summary:before {
  content: "";
  position: absolute;
}
.section-summary:after {
  background-color: #d2f3d7;
  bottom: 15px;
  height: 5px;
}
.section-summary:before {
  background-color: rgba(119, 218, 133, 0.35);
  bottom: 0;
  height: 2px;
}
.section-summary p {
  margin: 0;
  padding: 0;
}
.section-body {
  margin-top: 40px;
}

/* sm - md - lg */
@media (min-width: 768px) {
  .section-title {
    font-size: 80px;
  }
  .section-summary {
    font-size: 30px;
  }
  .section-summary:after,
  .section-summary:before {
    left: 0;
  }
  .section-summary:after {
    width: 320px;
  }
  .section-summary:before {
    width: 160px;
  }
}
/* xs */
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 44px;
  }
  .section-summary {
    font-size: 18px;
  }
  .section-summary:after,
  .section-summary:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-summary:after {
    width: 160px;
  }
  .section-summary:before {
    width: 80px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 60px 0;
  }
}
/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .section {
    padding: 80px 0;
  }
}
/* lg */
@media (min-width: 1280px) {
  .section {
    padding: 100px 0;
  }
  .section-title {
    position: relative;
    z-index: 11;
  }
  .section-title:after {
    background-color: rgba(119, 218, 133, 0.25);
    content: "";
    height: 730px;
    position: absolute;
    right: -12%;
    top: -180px;
    width: 25px;
  }
}
/* -------------------->>> BUTTON <<<-------------------- */
.button {
  overflow: hidden;
}
.button a {
  background-color: #fff;
  border: rgba(119, 218, 133, 0.65) solid 2px;
  border-radius: 30px;
  color: #404040;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.button a:hover {
  background-color: rgba(119, 218, 133, 0.25);
}

/* sm - md - lg */
@media (min-width: 768px) {
  .button {
    margin-top: 30px;
  }
  .button a {
    float: left;
    padding: 15px 40px;
  }
}
/* xs */
@media (max-width: 767px) {
  .button {
    margin-top: 20px;
  }
  .button a {
    padding: 15px 0;
  }
}
/* -------------------->>> RESEARCH <<<-------------------- */
.research img {
  height: auto;
  margin-bottom: 1.75em;
  max-width: 100%;
}
.research h2,
.research h3,
.research h4,
.research p,
.research ul,
.research ol,
.research li {
  margin: 0;
  padding: 0;
}
.research p,
.research ul,
.research ol {
  margin-bottom: 1.25em;
}
.research h2,
.research h3,
.research h4 {
  font-weight: 700;
}
.research h2,
.research h4 {
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.25;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.research h2 {
  font-size: 1.2em;
}
.research h3 {
  font-size: 1.35em;
  line-height: 1;
  margin-bottom: 0.75em;
}
.research h4 {
  font-size: 0.9em;
}
.research a {
  color: #60a0e7;
}
.research a:hover {
  color: #f07468;
}

/* sm - md - lg */
@media (min-width: 768px) {
  .research {
    font-size: 22px;
  }
  .research ul,
  .research ol {
    margin-left: 2em;
  }
}
/* xs */
@media (max-width: 767px) {
  .research {
    font-size: 18px;
  }
  .research ul,
  .research ol {
    margin-left: 1em;
  }
}
/* -------------------->>> NEWS <<<-------------------- */
.news-item {
  border: #d2f3d7 solid 2px;
  margin-top: -2px;
}
.news-item:first-child {
  margin-top: 0;
}
.news-item--header {
  position: relative;
}
.news-item--header img {
  background-color: #60a0e7;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}
.news-item--header strong {
  color: #60a0e7;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.news-item--title {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.news-item--body {
  color: #5c5c5c;
  margin-top: 15px;
}
.news-item--body p {
  margin: 0;
  padding: 0;
}
.news-item--footer {
  overflow: hidden;
}
.news-item--footer a {
  background-color: #fff;
  border: rgba(119, 218, 133, 0.65) solid 2px;
  border-radius: 30px;
  color: #404040;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.news-item--footer a:hover {
  background-color: rgba(119, 218, 133, 0.25);
}
.news-item--footer img {
  height: auto;
}

/* sm - md - lg */
@media (min-width: 768px) {
  .news-item {
    padding: 55px;
  }
  .news-item--header {
    margin-bottom: 40px;
    padding-left: 60px;
  }
  .news-item--header img {
    height: 45px;
    width: 45px;
  }
  .news-item--header strong {
    font-size: 18px;
    line-height: 45px;
  }
  .news-item--title,
  .news-item--body,
  .news-item--footer,
  .news-item--embed {
    padding: 0 20px;
  }
  .news-item--title {
    font-size: 30px;
  }
  .news-item--body {
    font-size: 22px;
  }
  .news-item--footer,
  .news-item--embed {
    margin-top: 30px;
  }
  .news-item--footer a {
    float: left;
    padding: 15px 40px;
  }
  .news-item--footer img {
    max-width: 75%;
  }
}
/* xs */
@media (max-width: 767px) {
  .news-item {
    padding: 20px 20px 30px;
  }
  .news-item--header {
    margin-bottom: 20px;
    padding-left: 55px;
  }
  .news-item--header img {
    height: 40px;
    width: 40px;
  }
  .news-item--header strong {
    font-size: 16px;
    line-height: 40px;
  }
  .news-item--title {
    font-size: 24px;
  }
  .news-item--body {
    font-size: 18px;
  }
  .news-item--footer,
  .news-item--embed {
    margin-top: 20px;
  }
  .news-item--footer a {
    padding: 15px 0;
  }
  .news-item--footer img {
    width: 100%;
  }
}
/* -------------------->>> GROUP <<<-------------------- */
.group-item {
  border-top: #f6f6f6 solid 1px;
}
.group-item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.group-item--image {
  border: #d2f3d7 solid 2px;
}
.group-item--image img {
  height: auto;
  width: 100%;
}
.group-item--header {
  position: relative;
}
.group-item--name,
.group-item--title {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}
.group-item--name {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.group-item--title {
  line-height: 1.25;
  margin-top: 5px;
}
.group-item--title span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.group-item--contact {
  position: absolute;
  right: 0;
}
.group-item--contact a {
  background-image: url(../img/bg-email.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  transition: background-position 0.25s ease-out;
}
.group-item--contact a:hover {
  background-position: center bottom;
}
.group-item--body {
  border-top: #d2f3d7 solid 2px;
  color: #929292;
}
.group-item--body h4,
.group-item--body ul,
.group-item--body li {
  margin: 0;
  padding: 0;
}
.group-item--body h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
.group-item--body ul {
  list-style: none;
}
.group-item--body li {
  margin-top: 3px;
  padding-left: 15px;
  position: relative;
}
.group-item--body li:first-child {
  margin-top: 0;
}
.group-item--body li:before {
  content: "-";
  left: 0;
  position: absolute;
  top: -1px;
}
.group-item--footer {
  overflow: hidden;
}
.group-item--footer a {
  background-color: #fff;
  border: rgba(119, 218, 133, 0.65) solid 2px;
  border-radius: 30px;
  color: #404040;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.group-item--footer a:hover {
  background-color: rgba(119, 218, 133, 0.25);
}

/* xs - sm */
@media (max-width: 1023px) {
  .group-item--image {
    margin: 0 auto;
    max-width: 320px;
    width: 75%;
  }
  .group-item--header {
    margin-top: 20px;
  }
}
/* md - lg */
@media (min-width: 1024px) {
  .group-item--body {
    position: relative;
  }
  .group-item--body:after {
    background-color: #d2f3d7;
    content: "";
    height: 2px;
    left: 100%;
    position: absolute;
    top: -2px;
    width: 30px;
  }
}
/* sm - md - lg */
@media (min-width: 768px) {
  .group-item {
    margin-top: 40px;
    padding-top: 40px;
  }
  .group-item--header {
    padding: 10px 0;
  }
  .group-item--name {
    font-size: 32px;
  }
  .group-item--title {
    font-size: 18px;
  }
  .group-item--contact {
    top: 16px;
  }
  .group-item--contact a {
    height: 20px;
    width: 29px;
  }
  .group-item--body {
    margin-top: 10px;
    padding-top: 25px;
  }
  .group-item--body ul {
    font-size: 18px;
  }
  .group-item--footer {
    margin-top: 25px;
  }
  .group-item--footer a {
    float: left;
    padding: 15px 40px;
  }
}
/* xs */
@media (max-width: 767px) {
  .group-item {
    margin-top: 30px;
    padding-top: 30px;
  }
  .group-item--name {
    font-size: 24px;
  }
  .group-item--title {
    font-size: 14px;
  }
  .group-item--contact {
    top: 3px;
  }
  .group-item--contact a {
    height: 17px;
    width: 25px;
  }
  .group-item--body {
    margin-top: 15px;
    padding-top: 20px;
  }
  .group-item--footer {
    margin-top: 20px;
  }
  .group-item--footer a {
    padding: 15px 0;
  }
}
/* -------------------->>> PUBLICATION <<<-------------------- */
.publication-item {
  border: #d2f3d7 solid 2px;
  position: relative;
}
.publication-item:first-child {
  margin-top: 0;
}
.publication-item--header {
  position: relative;
}
.publication-item--header img {
  background-color: #f07468;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}
.publication-item--header strong {
  color: #f07468;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.publication-item--title {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.publication-item--summary,
.publication-item--body {
  color: #6c6c6c;
}
.publication-item--summary {
  margin-top: 15px;
}
.publication-item--summary p {
  margin: 0;
  padding: 0;
}
.publication-item--body {
  display: none;
}
.publication-item--body dl,
.publication-item--body dt,
.publication-item--body dd {
  margin: 0;
  padding: 0;
}
.publication-item--body dl {
  margin-top: 20px;
}
.publication-item--body dl:first-child {
  margin-top: 0;
}
.publication-item--body dt {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.publication-item--footer {
  bottom: -2px;
  left: -2px;
  position: absolute;
  right: -2px;
}
.publication-item--footer a {
  background-color: #fff;
  border: #d2f3d7 solid 2px;
  color: #f07468;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.publication-item--footer a.toggle {
  float: left;
}
.publication-item--footer a.toggle span {
  display: none;
}
.publication-item--footer a.toggle:hover {
  background-color: #60a0e7;
  color: #fff;
}
.publication-item--footer a.toggle.active {
  background-color: #d2f3d7;
  color: #404040;
}
.publication-item--footer a.toggle.active:hover {
  background-color: #60a0e7;
  color: #fff;
}
.publication-item--footer a.toggle.active span {
  display: inline;
}
.publication-item--footer a.download {
  float: right;
}
.publication-item--footer a.download:hover {
  background-color: #f07468;
  color: #fff;
}

/* sm - md - lg */
@media (min-width: 768px) {
  .publication-item {
    margin-top: -2px;
    padding: 55px 55px 100px;
  }
  .publication-item--header {
    margin-bottom: 40px;
    padding-left: 60px;
  }
  .publication-item--header img {
    height: 45px;
    width: 45px;
  }
  .publication-item--header strong {
    font-size: 18px;
    line-height: 45px;
  }
  .publication-item--title {
    font-size: 32px;
    line-height: 1.1;
  }
  .publication-item--summary {
    font-size: 20px;
  }
  .publication-item--body {
    font-size: 22px;
    margin-top: 40px;
  }
  .publication-item--body dl {
    padding-left: 90px;
    position: relative;
  }
  .publication-item--body dt {
    left: 0;
    position: absolute;
    top: 4px;
  }
  .publication-item--footer a {
    padding: 20px 0;
    width: 210px;
  }
}
/* xs */
@media (max-width: 767px) {
  .publication-item {
    margin-top: 20px;
    padding: 20px 20px 65px;
  }
  .publication-item--header {
    margin-bottom: 20px;
    padding-left: 55px;
  }
  .publication-item--header img {
    height: 40px;
    width: 40px;
  }
  .publication-item--header strong {
    font-size: 16px;
    line-height: 40px;
  }
  .publication-item--title {
    font-size: 24px;
    line-height: 1.25;
  }
  .publication-item--summary,
  .publication-item--body {
    font-size: 18px;
  }
  .publication-item--body,
  .publication-item--footer {
    margin-top: 30px;
  }
  .publication-item--body dt {
    margin-bottom: 5px;
  }
  .publication-item--footer a {
    font-size: 12px;
    padding: 15px 0;
    width: 130px;
  }
}
/* -------------------->>> CONTACT <<<-------------------- */
.contact ul,
.contact li {
  margin: 0;
  padding: 0;
}
.contact ul {
  list-style: none;
}
.contact li:after,
.contact li:before {
  content: "";
  display: table;
}
.contact li:after {
  clear: both;
}
.contact li:first-child {
  margin-top: 0;
}
.contact-icon {
  border: #77da85 solid 2px;
  float: left;
}
.contact-icon img {
  height: auto;
}
.contact-info {
  font-family: "brandon-grotesque", sans-serif;
  overflow: hidden;
  text-transform: uppercase;
}
.contact-info strong {
  font-weight: 700;
}
.contact-info address {
  font-style: normal;
  padding-top: 3px;
}
.contact-info em {
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
}

/* md - lg */
@media (min-width: 1024px) {
  .contact-icon {
    margin-right: 40px;
  }
}
/* sm - md - lg */
@media (min-width: 768px) {
  .contact li {
    margin-top: 40px;
  }
  .contact-icon img {
    width: 67px;
  }
  .contact-info {
    font-size: 22px;
    padding-top: 22px;
  }
}
/* xs */
@media (max-width: 767px) {
  .contact li {
    margin-top: 20px;
  }
  .contact-icon {
    margin-right: 15px;
  }
  .contact-icon img {
    width: 38px;
  }
  .contact-info {
    padding-top: 10px;
  }
}
/* xsm */
@media (max-width: 479px) {
  .contact-info {
    font-size: 14px;
    padding-top: 12px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-icon {
    margin-right: 30px;
  }
}

/* -------------------->>> EXTRA <<<-------------------- */

.research h2 {
  color: #242424;
  font-size: 1em;
}

.research h4 {
  color: #242424;
  opacity: .82;
  font-size: .8em;
  letter-spacing: 1px;
}

.research img {
    margin-bottom: .75em;
}

.research ul li {
  line-height: 1.2;
  padding-top: 8px;
}

hr {
    margin-bottom: 32px;
}

.button {
  overflow: hidden;
}
.button {
  background-color: #fff;
  border: rgba(119, 218, 133, 0.65) solid 2px;
  border-radius: 30px;
  padding: 20px 30px;
  color: #404040;
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
a:hover.button  {
  background-color: rgba(119, 218, 133, 0.25);
}

.contact-info a:hover {
  color: #5f9fe7;
}

.group-item--title span {
  top: 2px;
  font-size: 25px;
  color: #ddf6e1;
}

@media (min-width: 1024px) {
  .col-md-3.log {
    width: 19%;
  }
  .col-md-9.log {
    width: 80%;
  }
  .header-nav ul {
      margin-right: 1px;
    }
    .banner-arrow img {
    bottom: 150px;

  }
}

@media (max-width: 769px) {
  .overview-group br{
    display: none;
  }
  hr {
    margin-bottom: 35px;
}
body {line-height: 1.3}
}

.footer-info p
{
  font-size: 14px;
}

@media (min-width: 768px) {
  .section-summary {
    line-height: 1.3;
  }
  .footer-info p:first-child {
   margin-top: 4px; 
 }
}

@media (max-width: 1023px) {
  .banner-title {
    font-size: 45px;
  }
  .banner-group {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 30px;
  }
  .banner-group {
    top: 35%;
  }
}


/*LOADER*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;

}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5f9fe7;

  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ef7468;

  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6fd27c;

  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #a5e7af;
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}


/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}

#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
} 

/*ANIMATE*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
} 

/*CORNELL BAR*/

@media (min-width: 1024px) {
  .cornellbar {
    z-index: 12;
    min-height: 47px;
    background-color: #2e2e2e;
    position: absolute;
    width: 100%;

  }
  img.cornell {
    padding: 5px 0 0 10px;
    height: 42px;
  }

  a.search {
    float: right;
    padding: 10px 20px 0 0;
  }
  a.search img {
    width:25px;
  }
  .bar {
    padding-top: 75px;
  }
}
@media (max-width: 1024px) {
  .cornellbar {
    display: none;
  }
}

.news p a {
    color: #60a0e7;
}

.news p a:hover {
  color: #f07468;
}
