@charset "UTF-8";

html {
    font-size: 18px;
}

body {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400
}

a {
    color: #cc5831;
}

a:active, a:focus, a:hover, a:active > *, a:focus > *, a:hover > *{
    color: #cd5932;
}

figure {
    margin: 0 !important;
}

section {
    margin: 75px 0;
}

.row {
    margin-bottom: 0;
    align-items: center;
}

.page-headings {
    font-size: 43px;
    font-weight: 600;
    color: #1f7f9b;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 37.5px;
    line-height: 52px;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
	text-align:center
}

a.cc-btn.btn-rust {
    background: #c7531e;
    color: #fff;
    border-radius: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 500mss;
    display: inline-block;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 33px;
	border: 1px solid #c7531e;
}

a.cc-btn.btn-rust:hover,
a.cc-btn.btn-rust:active,
a.cc-btn.btn-rust:focus {
    border: 1px solid #c7531e;
    background: #fff;
    color: #c7531e;
}


/* main*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.site-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    overflow: hidden;
}

.site-main {
    flex: 1 0 auto;
    width: 100%;
}

img {
    border-style: none;
}

h1 {
    font-size: 2em;
    margin: 0;
}

.heading, h1, h2, h3, h4, h5, h6 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .125em;
}

@media (min-width: 768px) {
  .heading, h1, h2, h3, h4, h5, h6 {
      line-height: 1.125;
  }
}

.hidden-label, .is-hidden-label, .is-hidden-text, .ui-icon {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
}

ol, ul {
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


/*header*/

.site-header {
    flex: 0 0 auto;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100px;
    background-color: #fff;
    opacity: 1;
    transition: opacity .2s;
}

@media (min-width:769px) {
    .site-header {
        height: 105px
    }
}

.scrollmagic-pin-spacer {
    margin: 0 !important;
}

.navbar .navbar-nav .nav-link {
  color: #1f7f9b;
text-transform: uppercase;
font-size: 20px;
transition: 1s;
font-family: myriad-pro-condensed, sans-serif;
font-weight: 600;
font-style: normal;
text-align: center;
text-decoration: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active {
    color: #c7531e;
}

.nav-link {
  display: block;
  padding: 5px 0;
}

@media (min-width:992px) {
  .nav-link {
    padding-right: 0;
padding-left: 0;
  }
}

.navbar .navbar-nav a.nav-link.give {
    background: #c7531e;
    padding: 5px 10px;
    color: #fff;
}

.navbar-nav li:last-child {
    margin-left: 20px;
    margin-right: 26px;
}

.navbar-brand img {
    width: 198px;
}

.form-inline {
	position:relative;
	
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 0;
    color: #495057;
    background-color: #cccccc;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media (min-width: 993px){
button.search {
    right: 10px;
}
}

button.search {
    background: transparent;
    line-height: 0;
    margin-left: -31px;
}

@media (min-width: 993px){
button.search {
    right: 10px;
}
}

.form-inline {
margin-left: 20px;
    margin-right: 26px;
}

@media (min-width: 992px) {
.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;

}
	
	
.form-inline {
    margin-left: 0;
    margin-right: 0;
}
}

@media (min-width: 576px) {
.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
}

.search img {
    width: 23px;
}

a.nav-link:before {
    content: "[";
    left: 24px;
    padding-right: 5px;
    font-size: 21px;
}

a.nav-link:after {
    content: "]";
    left: 24px;
    padding-left: 5px;
    font-size: 21px;
}

a.nav-link:after, a.nav-link:before {
    color: transparent;
    transition: 1s;
}

a.nav-link:hover:after,
a.nav-link:focus:after,
a.nav-link:active:after,
a.nav-link:hover:before,
a.nav-link:focus:before,
a.nav-link:active:before
 {
    color: #c7531e;
}

.text-white {
color:#fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	[aria-hidden='true']:not(.offcanvas) {
		display:initial;
		
	}
}

/*mobile header*/

span.navbar-toggler-icon {
    background: url(../images/hamburger-hover.svg);
}

/*main header animation*/


.site-header--landing-page .site-header__logo,
.site-header--landing-page .site-navigation__logo {
    position: absolute;
    z-index: 10
}

.page-template-landing-page .obop-hide {
    display: none!important
}

.page-template-landing-page .site-header {
    position: fixed;
        transform: translateZ(0);
}

.page-template-landing-page .site-main {
    margin-top: 100px
}

@media (min-width:769px) {
    .page-template-landing-page .site-main {
        margin-top: 105px
    }
}

.page-template-landing-page.unfixHeader .site-header {
    position: static
}

.page-template-landing-page.unfixHeader .site-main {
    margin-top: 0
}

.landing-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width:769px) {
    .landing-hero {
        flex-direction: row;
        align-items: stretch
    }
}

.landing-hero--splash {
    background: url(../images/bracket-pattern-blue-small-400x400-15.png), #1f7f9b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 50px);
    animation-delay: 6s;
    animation-duration: .25s;
    animation-name: disappear;
    animation-fill-mode: forwards;
    overflow: hidden;
    z-index: 2
}

@media (min-width:769px) {
    .landing-hero--splash {
        align-items: center;
        height: calc(100vh - 105px)
    }
}

.landing-hero--animate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    opacity: 0;
    animation-delay: 4.5s;
    animation-duration: .2s;
    animation-name: fadein;
    animation-fill-mode: forwards;
    z-index: 3
}

@media (min-width:769px) {
    .landing-hero--animate {
        bottom: 100px;
    }
}

.landing-hero--animate .landing-hero__copy,
.landing-hero--animate .landing-hero__logo,
.landing-hero--animate .landing-hero__scroll,
.landing-hero--animate .landing-hero__title {
    opacity: 0;
    animation-name: fadein;
    animation-fill-mode: forwards;
    animation-duration: 1s
}

/* .landing-hero--animate .landing-hero__title {
    animation-delay: 4.5s
} */

.landing-hero--animate .landing-hero__logo {
    animation-delay: 5.5s
}

.landing-hero--animate .landing-hero__copy {
    animation-delay: 6.5s
}

.landing-hero--animate .landing-hero__scroll {
    animation-delay: 7.5s
}

.landing-hero--animate .landing-hero__image {
    left: -100%;
    animation-delay: 4.5s;
    animation-duration: 1.5s;
    animation-name: slidein;
    animation-fill-mode: forwards
}

.landing-hero--animate .landing-hero__image.disableAnim {
    left: 0;
    animation-play-state: paused
}

.landing-hero--animate .landing-hero__orange-rect {
    left: -100%;
    animation-delay: 4.5s;
    animation-duration: 1s;
    animation-name: slidein;
    animation-fill-mode: forwards
}

.landing-hero__title--splash {
    font-size: 20px;
    animation-delay: 3.5s;
    animation-name: fadeout;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    text-align: center;
    width: 70%;
}

@media (min-width:769px) {
    .landing-hero__title--splash {
        font-size: 24px
    }
}

.landing-hero__title--splash span {
    color: #fff;
    opacity: 0;
    display: block;
    margin: 32px 0;
    animation-duration: 2s;
    animation-name: fadein;
    animation-fill-mode: forwards;
    /* animation-delay: 0s; */
    font-weight:600;
    font-size:43px;

}


@media (min-width:769px) {
    .landing-hero__title--splash span {
        display: inline-block
    }
}

.landing-hero__logo {
    fill: #fff;
    width: 60vw;
    height: 18vw;
    max-width: 228px;
    max-height: 68.5px;
    margin-bottom: 4vw;
    min-height: 40px
}

.landing-hero__logo.deliver-logo-white {
    transform: translateX(3px)
}

@media (min-width:480px) {
    .landing-hero__logo {
        margin-bottom: 15px
    }
}

@media (min-width:769px) {
    .landing-hero__logo {
        max-width: 385px;
        max-height: 13.75vh
    }
    .landing-hero__logo.deliver-logo-white {
        transform: translateX(8px)
    }
}

@media (min-width:1280px) {
    .landing-hero__logo {
        margin-bottom: 6vh
    }
}

.landing-hero__orange-rect {
    position: absolute;
    top: 0;
    height: 27vh;
    left: 0;
    width: 100%;
    background: #f79564;
    z-index: 0
}

@media (min-width:769px) {
    .landing-hero__orange-rect {
        height: auto;
        bottom: 0;
        width: 50%
    }
}

.landing-hero__image {
    background-color: #231c19;
    flex: 1 0 27vh;
    width: 100vw;
    z-index: 4;
    display: block;
    overflow: hidden;
    position: relative
}

.landing-hero__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0) 35%);
    z-index: 0
}

.landing-hero__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (min-width:769px) {
    .landing-hero__image {
        flex: 0 1 50%;
        width: 50vw
    }
}

.landing-hero__inner {
    flex: 0 1 100%;
    width: 100%;
    background: url(../images/bracket-pattern-blue-small-400x400-15.png), #1f7f9b;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8.5vw 5% 12vh;
    text-align: center
}

@media (min-width:769px) {
    .landing-hero__inner {
        flex: 0 1 50%;
        width: 50%;
        padding: 78px 5%
    }
}

@media (min-width:1280px) {
    .landing-hero__inner {
        padding: 78px 11vw
    }
}

.landing-hero__copy {
    max-width: 535px
}

.landing-hero__copy p {
    font-size: 4.2vw;
    margin: 4.2vw 0;
    line-height: 1.375
}

@media (min-width:480px) {
    .landing-hero__copy p {
        font-size: 16px;
        margin: 16px 0
    }
}

@media (min-width:769px) {
    .landing-hero__copy p {
        font-size: 20px;
        margin: 16px 0
    }
}

.landing-hero__copy strong {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-weight: 700;
        font-size: 28px;
}

@media (min-width:480px) {
    .landing-hero__scroll {
        font-size: 20px;
        margin: 28px 0 0
    }
}

@media (min-width:769px) {
    .landing-hero__scroll {
        margin: 28px 0 0;
        font-size: 24px
    }
}

.landing-hero__scroll--icon {
    display: block;
    height: 10.6vw;
    width: 10.6vw;
    margin: 1.7vh auto 0;
    animation-delay: 8s;
    animation-name: bounce;
    animation-duration: 5s;
    animation-iteration-count: infinite
}

@media (min-width:480px) {
    .landing-hero__scroll--icon {
        margin: 14px auto 0;
        height: 40px;
        width: 40px
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes slidein {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }
    10% {
        transform: translateY(15px)
    }
    20% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes disappear {
    from {
        height: inherit
    }
    to {
        height: 0;
        width: 0;
        transform: translate(9999px, 9999px)
    }
}

.landing-video {
    position: relative;
    background: #f4f4f4;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
        margin: 0;
}

.landing-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    background: url(../images/looping-video-placeholder-1200x675.jpg);
    background-size: cover;
background-position: center center;
}

.landing-video__logo {
    fill: #231c19;
    width: 316px;
    position: relative;
    z-index: 1
}

@media (min-width:769px) {
    .landing-video__logo {
        width: 626px
    }
}

.landing-video__play {
    position: relative;
    z-index: 1
}

.landing-video__play.forward {
    z-index: 999
}

.landing-video__play-icon {
    height: 66px;
    width: 66px;
    margin-top: 70px
}

@media (min-width:769px) {
    .landing-video__play-icon {
        height: 100px;
        width: 100px
    }
}

.landing-video__modal {
    display: none
}


/*carousel*/

.landing-gallery .container {
  padding-top: 25px;

}

section.landing-gallery {
    position:relative;

    }

section.landing-gallery:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 46%;
  height: 54%;
  right: 0;
  background: url(../images/bracket-pattern-white-small-400x400-18.png), #d7d3d0;
  z-index: 0;
}

@media (min-width: 851px) {
  section.landing-gallery:before {
      top: 50%;
  }
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

@media (min-width: 851px) {
  .carousel-inner {
      width: 90%;
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next, .carousel-control-prev {
    bottom: -150px;
}

.carousel-control-prev-icon {
    background-image: url(../images/L-arrow-carousel.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/R-arrow-carousel.svg);
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #796e65;
}

.carousel-indicators {
       bottom: -70px;
}

@media (min-width: 851px) {
  .carousel-indicators {
    bottom:10px;
    top: initial;
  }
}

.carousel-indicators .active {
    background-color: #796e65;
}

.carousel-control-prev {
    display:none;
}

@media (min-width: 851px) {
  .carousel-control-prev {
    display:flex;
      left: -45px;
  }
}

.carousel-control-next {
    display:none;
}

@media (min-width: 851px) {
  .carousel-control-next {
    display:flex;
      right: -45px;
  }
}

.carousel-item {
    padding: 0;
}

@media (min-width: 851px) {
  .carousel-item {
      padding: 2em 2.5em;
  }
}

.carousel-item:before, .carousel-item:after {
animation: fadeIn ease .3s;

}
/*
.carousel-item:hover:before,
.carousel-item:active:before,
.carousel-item:focus:before,
.carousel-item:hover:after,
.carousel-item:active:after,
.carousel-item:focus:after {
    border: 2em solid #c7531e;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 12%;
}

.carousel-item:hover:before,
.carousel-item:active:before,
.carousel-item:focus:before {
    border-right: none;
    left: 15px
}

.carousel-item:hover:after,
.carousel-item:active:after,
.carousel-item:focus:after {
    border-left: none;
    right: 15px;
}*/

.carousel-container{
  padding:0;
}

@media (min-width: 851px) {
.carousel-container {
  padding-right: 15px;
  padding-left: 15px;
}
}

.carousel-indicators {
    z-index: 8;
}

/*recent stories*/

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
  width:85%
}

.content .content-overlay {
  background: rgba(31, 127, 155, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.video-content .content-overlay {
  background: rgba(31, 127, 155, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.video-content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}


.video-content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

h3.content-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
}

p.content-text{
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    margin-top: 0;
    line-height: 40px;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.fadeIn-bottom{
  top: 80%;
}

.content-details img {
    width: 120px;
}

.content-details a:hover,
.content-details a:focus,
.content-details a:active {
    text-decoration: none;
}

.recent-stories .bracket-cta  {
    color: #fff;
    font-size: 29px;
    left:0;
	padding-top: 8px;
}

.recent-stories .bracket-cta:hover  {
    color: #fff;
}

.recent-stories .bracket-cta:before {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.recent-stories .bracket-cta:hover:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.recent-stories .bracket-cta:after {
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.recent-stories .bracket-cta:hover:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.rs-mobile h3 {
    color: #796e65;
	margin-bottom: 0;
    margin-top: 22px;
}

.rs-mobile p {
    color: #1f7f9b;
}

.rs-mobile .bracket-cta {
    color: #1f7f9b;
    font-size: 29px;
	padding-top: 8px;
}

.rs-mobile .bracket-cta:before {
    border-left: 2px solid #1f7f9b;
    border-top: 2px solid #1f7f9b;
    border-bottom: 2px solid #1f7f9b;
}

.rs-mobile .bracket-cta:after {
    border-right: 2px solid #1f7f9b;
    border-top: 2px solid #1f7f9b;
    border-bottom: 2px solid #1f7f9b;
}

@media (min-width: 0px) {
  .row.image-rollover {
      display: none;
  }
}

@media (min-width: 1024px) {

  .row.rs-mobile {
      display: none;
  }
  .row.image-rollover {
    display: flex;
}
}

.recent-stories .rs-mobile .bracket-cta:hover {
    color: #c7531e;
}

.recent-stories .rs-mobile .bracket-cta:hover:before {
    border-left: 2px solid #c7531e;
    border-top: 2px solid #c7531e;
    border-bottom: 2px solid #c7531e;
}

.recent-stories .rs-mobile .bracket-cta:hover:after {
    border-right: 2px solid #c7531e;
    border-top: 2px solid #c7531e;;
    border-bottom: 2px solid #c7531e;
}



/*funding graphs*/

section.funding-graphs {
    /* background: url(../images/Photo-RustBackground-Charts-1200x1521.jpg) no-repeat; */
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 0;
        margin: 0;
}

/*pie chart*/

figure.pie-chart{
  display: block;
  height: 0;
  margin: 0 auto;
  position: relative;
  font-size:16px;
  font-size:1vw;
  width: 25em;
  padding-bottom: 28em;
  margin: 0 auto !important;
}

.pie-chart svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
circle.in-view {
	fill:rgba(0,0,0,0);
  stroke-width:31.8309886184;
  stroke-dasharray: 0,0,0,100;
  stroke-dashoffset: 25;
  -webkit-animation: pie1 3s ease both;
  animation: pie1 6s ease both;
}
.pie1 {
  stroke:hsl(180,70%,30%);
}
.pie2.in-view  {
  stroke:hsl(180,70%,50%);
  -webkit-animation-name: pie2;
  animation-name: pie2;
}
.pie3.in-view  {
  stroke:hsl(180,70%,20%);
  -webkit-animation-name: pie3;
  animation-name: pie3;
}
.pie4.in-view {
  stroke:hsl(180,0%,70%);
  -webkit-animation-name: pie4;
  animation-name: pie4;
}
/*
 pie percentage made by stroke-dasharray.
 stroke-dasharray format is...

 keyframe 100% : 0 offset this-percentage rest

 I added keyframe 50% for infinite presentation.
*/

/* 1st pie is 40% */
@-webkit-keyframes pie1 {
  50%,100% {stroke-dasharray: 30,70,0,0;}
}
@keyframes pie1 {
  50%,100% {stroke-dasharray: 30,70,0,0;}
}
/* 2nd pie is 30% */
@-webkit-keyframes pie2 {
  50%,100% {stroke-dasharray: 0,30,30,40;}
}
@keyframes pie2 {
  50%,100% {stroke-dasharray: 0,30,30,40;}
}
/* 3rd pie is 30% */
@-webkit-keyframes pie3 {
  50%,100% {stroke-dasharray: 0,60,30,10;}
}
@keyframes pie3 {
  50%,100% {stroke-dasharray: 0,60,30,10;}
}
/* 4th pie is 10% */
@-webkit-keyframes pie4 {
  50%,100% {stroke-dasharray: 0,80,20,0;}
}
@keyframes pie4 {
  50%,100% {stroke-dasharray: 0,80,20,0;}
}


        /*bar graph*/

        .bar-graph {
    position: relative;
    width: 600px;
    height: 400px;
    position: relative;
    margin: 65px auto 50px auto;
}

.data {
    width: 80px;
    position: absolute;
    bottom: 1px;
    margin: 0px 0px 0px 0px;
    z-index: 99;
    float: left;
}

.data1.in-view {
    border: 4px solid #fff;
    height: 0px;
    left: 26px;
    -webkit-animation: showBar1 1.2s 0.1s forwards;
    -moz-animation: showBar1 1.2s 0.1s forwards;
    animation: showBar1 1.2s 0.1s forwards;
}
.data2.in-view {
    border: 4px solid #fff;
    height: 0px;
    left: 135px;
    -webkit-animation: showBar2 1.2s 0.1s forwards;
    -moz-animation: showBar2 1.2s 0.1s forwards;
    animation: showBar2 1.2s 0.1s forwards;
}
.data3.in-view {
    border: 4px solid #fff;
    height: 0px;
    left: 244px;
    -webkit-animation: showBar3 1.2s 0.1s forwards;
    -moz-animation: showBar3 1.2s 0.1s forwards;
    animation: showBar3 1.2s 0.1s forwards;
}
.data4.in-view {
    border: 4px solid #fff;
    height: 0px;
    left: 353px;
    -webkit-animation: showBar4 1.2s 0.1s forwards;
    -moz-animation: showBar4 1.2s 0.1s forwards;
    animation: showBar4 1.2s 0.1s forwards;
}
.data5.in-view {
    border: 4px solid #fff;
    height: 0px;
    left: 462px;
    -webkit-animation: showBar5 1.2s 0.1s forwards;
    -moz-animation: showBar5 1.2s 0.1s forwards;
    animation: showBar5 1.2s 0.1s forwards;
}

.data.in-view:before {
    position: absolute;
    top: -38px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    opacity:0;
    animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
  animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.data1:before {
    content: "$104,000";
}
.data2:before {
    content: "$85,000";
}
.data3:before {
    content: "$50,000";
}
.data4:before {
    content: "$78,000";
}
.data5:before {
    content: "$122,000";
}


.data.in-view:after {
    position: absolute;
    bottom: -38px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-size: 20px;
    width: 150px;
    left: 16px;
    opacity:0;
    animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
  animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.data1:after {
    content: "2019";
}
.data2:after {
    content: "2020";
}
.data3:after {
    content: "2021";
}
.data4:after {
    content: "2022";
}
.data5:after {
    content: "2023";
}

@-webkit-keyframes showBar1 {
  0% {
    height: 0px;
  }
  100% {
    height: 85%;
  }
}

@-webkit-keyframes showBar2 {
  0% {
    height: 0px;
  }
  100% {
    height: 60%;
  }
}
@-webkit-keyframes showBar3 {
  0% {
    height: 0px;
  }
  100% {
    height: 40%;
  }
}
@-webkit-keyframes showBar4 {
  0% {
    height: 0px;
  }
  100% {
    height: 50%;
  }
}
@-webkit-keyframes showBar5 {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.graph-buttons {
    width: 75%;
    margin: 0 auto;
}

.graph-buttons div {
    display: inline-block;
    color: #fff;
    /* border: 2px solid #fff; */
    /* justify-content: space-between; */
    transition: 0.8s;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.graph-buttons a {
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    /* text-align: center; */
    /* margin: 0 auto; */
    border: 2px solid #fff;
}


.graph-buttons a:hover,
.graph-buttons a:active,
.graph-buttons a:focus {
    background: #fff;
    color:#cc5831;
}

.funding-graphs .col-12 {
    padding-bottom: 75px;
}


        /*odometer*/
    .funding-graphs .odometer {
    color: #c7531e;
    font-size: 85px;
    font-weight: 600;
}

.odometer:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 56px;
    height: 120px;
    left: -45px;
    top: 11px;
    background: url(../images/L-bracket-counter.svg) no-repeat;
    transition: .1s;
    background-size: 21px;
}

.odometer:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 56px;
    height: 120px;
    right: -82px;
    top: 11px;
    background: url(../images/R-bracket-counter.svg) no-repeat;
    transition: .1s;
    background-size: 21px;
}

.funding-graphs p {
    color: #c7531e;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 43px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 37.5px;
    line-height: 52px;
}





/*testimonial*/

section.campaign-©imonial {
    background: url(../images/bracket-pattern-white-small-400x400-18.png), #d7d3d0;
    padding: 60px;
    margin-top: 0;
}

.testimonial {
    padding: 100px;
    position: relative;
}

.testimonial .figure-caption {
    font-size: 16px;
    color: #6c757d;
    line-height: 18px;
}

.testimonial:before, .testimonial:after {
  border: 2.5em solid #c7531e;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 12%;
}

.testimonial:before {
    border-right: none;
    left: 15px;
}

.testimonial:after {
    border-left: none;
    right: 15px;
}

.testimonial-text p {
    font-size: 35px;
    line-height: 46px;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #1f7f9b;
}


/*campaign progress*/

.sub-heading {
    font-size: 24px;
    color: #796e65;
}

/*icons*/

.icon-caption {
  font-size: 24px !important;
  color: #796e65 !important;
  line-height: 30px;
}


/*student-profile*/

.left-img {
    /* position: relative;
    width: 100%; */
    display: flex;
    justify-content: flex-end;
    flex-direction: column;

}

.student-profile .left-img{
background: url(../images/bracket-pattern-blue-large-400x400-15.png), #1f7f9b;

}

.left-img img, .left-img .img-title {
    opacity: 0;
}

.left-img img.in-view {
    /* position: relative;
    left: 0;
    bottom: 0; */
    opacity:0;
    animation-delay: 2s;
animation-duration: 2s;
animation-name: fadein;
animation-fill-mode: forwards;
}

/* @media (min-width: 992px) {
  .left-img img.in-view {
      position: absolute;
  }
} */

p.img-title.in-view {
  position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 70%;
text-align: center;
margin-left: auto;
margin-right: auto;
/* background: #FF3; */
padding: 10px 0;
margin-bottom: 0;
background-color: rgba(8, 73, 104, 0.7);
color: #fff;
font-size: 24px;
opacity: 0;
animation-delay: 2s;
animation-duration: 2s;
animation-name: fadein;
animation-fill-mode: forwards;
}

@media (min-width: 992px) {
  p.img-title.in-view {
    width: 100%;
  }
}



.bracket-frame {
    position: relative;
    padding: 125px;
    background:#fff;
}

.bracket-left.bracket-frame:before, .student-profile .bracket-right.bracket-frame:after {
    border: 60px solid #c7531e;
    bottom: 0;
    content: '';
    position: absolute;
    top: -1px;
    width: 100%;
    height: 145px;
}
.student-profile .bracket-right.bracket-frame:after{
border: 60px solid #1f7f9b;
}

@media (min-width: 992px) {
  .bracket-left.bracket-frame:before, .student-profile .bracket-right.bracket-frame:after{
  border: 60px solid #c7531e;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 163px;
  height: 100%;
  }

  .student-profile .bracket-right.bracket-frame:after{
  border: 60px solid #1f7f9b;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 163px;
  height: 100%;
  }
}

.bracket-left.bracket-frame:before {
    border-bottom: none;
    left: 0;
}

@media (min-width: 992px) {

  .bracket-left.bracket-frame:before {
      border-right: none;
      left: 0;
      border-bottom: 60px solid #c7531e;
  }
}

.student-profile .bracket-right.bracket-frame:after {
    border-bottom: none;
    right: 0;
}

@media (min-width: 992px) {
.student-profile .bracket-right.bracket-frame:after {
  border-left: none;
  right: 0;
  border-bottom: 60px solid #1f7f9b;
}
}


.student-profile.bracket-right.bracket-frame:before {
display:none;

}

.student-profile .profile-text {
    color: #796e65;
    font-size: 24px;
    line-height: 30px;
}

.bracket-cta {
display: inline-block;
color: #1f7f9b;
text-decoration: none;
transition: 100ms;
font-family: myriad-pro-condensed, sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
position: relative;
padding: 13px 15px;
font-size: 29px;
}

@media (min-width: 992px) {
.bracket-cta {
left:-15px;
}
}

.bracket-cta:hover,
.bracket-cta:active,
.bracket-cta:focus {

  color: #c7531e;
}

.profile-text a:hover,
.profile-text a:active,
.profile-text a:focus {
    /* background: url(../images/MORE-button-rust.svg) no-repeat; */
}

.bracket-cta:before {
  content: " ";
  border-left: none;
  border-top: none;
  border-bottom: none;
  margin-right: 10px;
  padding: 22px 6px;
  transition: 100ms;
  position: absolute;
  left: 0px;
  width: 0px;
  top: 6px;
}

.bracket-cta:after {
    content: " ";
    padding: 22px 6px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
    transition: 100ms;
    position: absolute;
    right: 0px;
    width: 0px;
    top: 6px;
}

.bracket-cta:hover {    
}

.bracket-cta:hover:before {
    border-left: 2px solid #c7531e;
    border-top: 2px solid #c7531e;
    border-bottom: 2px solid #c7531e;
}

.bracket-cta:hover:after {
    border-right: 2px solid #c7531e;
    border-top: 2px solid #c7531e;
    border-bottom: 2px solid #c7531e;
}

.bracket-cta:hover:focus,
.bracket-cta:hover:active {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.bracket-cta:hover:focus,
.bracket-cta:hover:active  {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
@media (min-width: 992px) {

.bracket-right .bracket-cta {
    right: -15px;
    left: 15px;
}
}


.bracket-left.bracket-frame:after {
    display:none;
}

@media (min-width: 992px) {
  .bracket-left.bracket-frame:after {
      right: -999em;
      background: #fff;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 999em;
  }
}

.bracket-right.bracket-frame:before {
display:none;
}

@media (min-width: 992px) {
.bracket-right.bracket-frame:before {
    left: -999em;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 999em;
}
}


 p.profile-img-left:before {
    display:none
}

@media (min-width: 992px) {
  p.profile-img-left.in-view:before {
     left: -999em;
     content: '';
     display: block;
     position: absolute;
     width: 999em;
     top: 0;
     bottom: 0;
     background-color: rgba(8, 73, 104, 0.7);
 }
}

p.profile-img-left:after{
   display:none
}

@media (min-width: 992px) {
p.profile-img-right.in-view:after {
    right: -999em;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    background-color: rgba(8, 73, 104, 0.7);
}
}

.bracket-right.bracket-frame {
    padding: 100px;
}

@media (min-width: 992px) {
.bracket-right.bracket-frame {
    padding: 100px 116px 100px 20px;
}
}

.bracket-left.bracket-frame {
    padding: 100px;
    text-align: center;
}

@media (min-width: 992px) {
  .bracket-left.bracket-frame {
    padding: 100px 20px 100px 116px;
    text-align:left;
  }

  .bracket-right.bracket-frame {
    padding: 100px 116px 100px 20px;
    text-align: right;
}
}

@media (min-width: 576px) {

.animation-element-once.fly-up {
    opacity: 0;
    -moz-transition: all 1s linear 50ms;
    -ms-transition: all 1s linear 50ms;
    -webkit-transition: all 1s linear 50ms;
    -o-transition: all 1s linear 50ms;
    transition: all 1s linear 50ms;
    -moz-transform: translate3d(-100px, -100px, 0px);
    -webkit-transform: translate3d(-100px, -100px, 0px);
    -o-transform: translate(-100px, -100px);
    -ms-transform: translate(-100px, -100px);
    transform: translate3d(0px, 200px, 0px);
}

.animation-element-once.fly-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.profile-text.fly-up {

  opacity: 0;
  -moz-transition: all 1s linear 50ms;
  -ms-transition: all 1s linear 50ms;
  -webkit-transition: all 1s linear 50ms;
  -o-transition: all 1s linear 2s;
  transition: all 1s linear 50ms;
  -moz-transform: translate3d(-100px, -100px, 0px);
  -webkit-transform: translate3d(-100px, -100px, 0px);
  -o-transform: translate(-100px, -100px);
  -ms-transform: translate(-100px, -100px);
  transform: translate3d(0px, 200px, 0px);
}

.profile-text.fly-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

}

img.play-icon {
    width: 100px !important;
    top: 0;
    left: 0;
    transform: none;
    position: absolute !important;
}
@media (min-width: 568px) {
	
	img.play-icon {
    width: 100px !important;
    top: 53%;
    left: 50%;
    transform: none;
    position: absolute !important;
}
	
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img.play-icon {
    width: 100px !important;
    top: 12%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    position: absolute !important;
}
 }

.profile-img-right p.img-title.in-view {
    background-color: rgba(158, 59, 29, 0.85);
}



/*animation*/

@media (min-width: 992px) {

  .animation-element-once.fly-up {
      opacity: 0;
      -moz-transition: all 1s linear 50ms;
      -ms-transition: all 1s linear 50ms;
      -webkit-transition: all 1s linear 50ms;
      -o-transition: all 1s linear 50ms;
      transition: none;
      -moz-transform: translate3d(-100px, -100px, 0px);
      -webkit-transform: translate3d(-100px, -100px, 0px);
      -o-transform: translate(-100px, -100px);
      -ms-transform: translate(-100px, -100px);
      transform: translate3d(0px, 200px, 0px);
  }

  .animation-element-once.fly-up.in-view {
      opacity: 1;
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate3d(0px, 0px, 0px);
  }

.animation-element-once.slide-left:before {
  opacity: 0;
  -moz-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate3d(200px, 0, 0);
  -moz-transition: all 1s linear 1s;
  -ms-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}

.animation-element-once.slide-left.in-view:before {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);

}

.profile-text.slide-left {
  opacity: 0;
  -moz-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate3d(200px, 0, 0);
  -moz-transition: all 1s linear 1s;
  -ms-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 2s;
}

.profile-text.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);

}



.animation-element-once.slide-right:after {
    opacity: 0;
    -moz-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    -o-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate3d(-200px, 0, 0);
    -moz-transition: all 1s linear 1s;
    -ms-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    -webkit-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
}

.animation-element-once.slide-right.in-view:after {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.profile-text.slide-right {
  opacity: 0;
  -moz-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate3d(-200px, 0, 0);
  -moz-transition: all 1s linear 1s;
  -ms-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 2s;
}

.profile-text.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);

}
}

/*student profile full width*/

.sp-fullwidth .left-img img.play-icon.in-view {
    position: relative;
    width: 80%;
    left: -80%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 568px) {
	.sp-fullwidth .left-img img.play-icon.in-view {
    position: relative;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
      top:40%;
}
	
}

.sp-fullwidth .left-img img.in-view {
    position: relative;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
  .sp-fullwidth .left-img img.in-view {
      /*position: absolute;*/
      width:auto;
  }
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sp-fullwidth .left-img img.in-view {
      height:100%;
      width:100%;
  }
 }

.sp-fullwidth .bracket-left.bracket-frame:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.sp-fullwidth .bracket-left.bracket-frame {
    padding: 100px 10em;
    text-align: center;
}

/*@media (min-width: 992px) {
  .sp-fullwidth .bracket-left.bracket-frame:before {
      left: 0;
      right: initial;
      margin-left: auto;
      margin-right: auto;
      width: 163px;
  }

  .sp-fullwidth .bracket-left.bracket-frame {
      padding: 100px 20px 100px 116px;
      text-align: left;
  }
}
*/

section.student-profile.sp-fullwidth {
    background: none;
}

.profile-img-right.sp-fullwidth .left-img {
    background: url(../images/bracket-pattern-rust-large-400x400-45.png), #c7531e;
}

.sp-fullwidth .bracket-left.bracket-frame:before, .sp-fullwidth .bracket-right.bracket-frame:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.sp-fullwidth .bracket-left.bracket-frame, .sp-fullwidth .bracket-right.bracket-frame {
        padding: 172px 20px 0 20px;
    text-align: center;
}
@media (min-width: 568px) {
.sp-fullwidth .bracket-left.bracket-frame, .sp-fullwidth .bracket-right.bracket-frame {
    padding: 100px 100px 0 100px;
    text-align: center;
}
}

@media (min-width: 768px) {
  .sp-fullwidth .bracket-left.bracket-frame:before, .sp-fullwidth .bracket-right.bracket-frame:after {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      }

  .sp-fullwidth .bracket-left.bracket-frame, .sp-fullwidth .bracket-right.bracket-frame  {
      padding: 100px 120px 0 120px;
      text-align: center;
  }

}

@media (min-width: 992px) {
  .sp-fullwidth .bracket-left.bracket-frame:before {
      right: -1px;
      /*right: initial;*/
      margin-left: 0;
      margin-right: 0;
      width: 163px;
  }

  .sp-fullwidth .bracket-right.bracket-frame:after  {
      right: -1px;
      margin-left: auto;
      margin-right: 0;
      width: 163px;
  }

  .sp-fullwidth .bracket-left.bracket-frame {
      padding: 100px 20px 100px 116px;
      text-align: left;
  }

.sp-fullwidth .bracket-right.bracket-frame {
    padding: 100px 116px 100px 20px;
    text-align: right;
	}
}
/*text-module*/

.text-module p {
    color: #796e65;
    font-size: 30px;
    line-height: 40px;
	margin-bottom: 37.5px;
}

/*waitzer-hall*/

.waitzer-hall .waitzer-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.waitzer-text h2 {

      margin-bottom: 15px;
}

@media (min-width: 992px) {
.waitzer-hall .waitzer-text {
    position: absolute;
    width: 30%;
    top: 0;
    left: 80px;
}

}

/*video module*/

.video-module p {
    color: #796e65;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 992px) {
.video-module p {
    text-align: left;
}

}
	
	.video-module button {
    float: none;
	 margin: 0 auto 20px auto;
    display: block;
}
	
	.video-module .bracket-cta {
    right: 0;
    left: 0;
}
	
@media (min-width: 992px) {
.video-module .bracket-cta {
    right: 0;
    left: 0;
}
		
	.video-module p {
    text-align: right;
}
		
	.video-module button {
    float: right;
	padding-right: 0;
}
		
	.video-module .row {
    margin: 0 150px;
}
		
	}
.video-module img.play-icon {
    width: 160px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 10;*/
    position: absolute !important;
}

/*bottom banner*/

section.bottom-banner {
    background: url(../images/Photo-RustBackground-Charts-1200x1521.jpg) no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
    padding: 75px 0;
    /* margin: 0; */
}

.banner-content p {
    color: #fff;
    font-size: 43px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 52px;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 40px;
	width: 90%;
    margin: 0 auto;
}

.banner-content:before {
  border: 12px solid #fff;
      bottom: 0;
      content: '';
      position: absolute;
      top: 0;
      width: 45px;

}

.banner-content:before {
  border-right: none;
      left: 20px;

}

.banner-content:after {
    border: 12px solid #fff;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 45px;

}

.banner-content:after {
  border-left: none;
  right: 20px;

}

/*landing page cta*/


.landing-cta a.btn.btn-rust {
    background: #c7531e;
    border-radius: 0;
    color: #fff;
    padding: 20px 34px;
    text-transform: uppercase;
}

.landing-cta span{
  font-family: poynter-oldstyle-display, serif;
  font-weight: 400;
  font-style: italic;
}

/*footer*/

.site-footer {
    border-top: 1px solid #002539;
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #fff;
    color: #796e65;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}



.site-footer, .site-footer .button {
    font-size: 14px;
}

.site__logo {
    background-image: url(../img/evms.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}

.site__logo, .site__logo:hover, .site__logo:focus, .site__logo:active {
    color: transparent;
}

.site__logo--footer {
    width: 117px;
    height: 50px;
    text-indent: -999em;
    display: inline-block;
}

.site__logo--footer {
    background-image: url(https://www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/evmsLogoBlue.svg);
}

.site-footer a {
    text-decoration: none;
    color: #796e65;
}

footer p {
    font-size: 1em;
    line-height: 150%;
    margin: 0 0 5px;
}

.site-footer p {
    margin: 0;
}

.contact-link {
    color: #796e65;
    font-weight: 700;
}

.issue-cover {
    margin-bottom: 15px;
    width: 50%;
}

@media (min-width:768px) {
  .issue-cover {
      height: 141px;
      margin: 0 10px 0 0;
      position: relative;
      top: -5px;
      width: 115px;
  }
}

.issue-desc {
    margin-bottom: 15px;
}

@media (min-width:992px) {
  .issue-desc {
      max-width: 270px;
  }
}
.btn-rust-reverse {
    background-color: #fff;
    border-color: #c7531e !important;
    color: #c7531e;
}

.site-footer .btn {
    display: inline-block !important;
    margin: 15px 15px 0 0;
    padding: 7.5px 15px !important;
}

.btn-rust-reverse:active, .btn-rust-reverse:focus, .btn-rust-reverse:hover {
    background-color: #c7531e;
    color: #fff;
    text-decoration: none !important;
}

.social-links {
    list-style: none;
    padding: 0;
}

.social-container {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 52px;
    position: relative;
}

.social-container a {
    display: inline-block !important;
}

.social-icon {
    background-size: contain !important;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.facebook {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/fb-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.facebook:hover,
.facebook:active,
.facebook:active
 {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/fb-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.instagram {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/insta-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.instagram:hover,
.instagram:focus,
.instagram:active {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/insta-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.youtube {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/YouTube-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.youtube:hover,
.youtube:focus,
.youtube:active {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/YouTube-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.twitter {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/twitter-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.twitter:hover,
.twitter:focus,
.twitter:active {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/twitter-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.linkedin {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/LinkedIn-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.linkedin:hover,
.linkedin:focus,
.linkedin:active {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/LinkedIn-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.pulse {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/pulse-icon-round-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
    margin-top: 10px;
}

.pulse:hover,
.pulse:focus,
.pulse:active {
    background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/pulse-icon-round-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}

.pulse:after {
    content: "EVMS Pulse";
    left: 125%;
    position: absolute;
    top: 24%;
    white-space: nowrap;
}
.offscreen {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px); 
  height: 1px; 
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px; 
}







