  /* General */
body {
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    padding: 1rem 0;
}
p, a, span, button, .button {
    font-family: 'Poppins', sans-serif;
    color: #666;
}
/* Display Style Only */
.paddingCenter {
    padding: 0.5rem 0.5rem;
    margin: 0 auto;
    max-width: 62.5rem;
}
.paddingCenter-cta {
    padding: 0.5rem 0rem;
    margin: 0 auto;
    max-width: 62.5rem;
}
.forDisplayOnly {
    padding-bottom: 1rem;
}
/* Typeface */
div.fonts p:nth-child(3) {
    font-weight: 300;
    font-style: normal;
}
div.fonts p:nth-child(4) {
    font-weight: 300;
    font-style: italic;
}
div.fonts p:nth-child(5) {
    font-weight: 400;
    font-style: normal;
}
div.fonts p:nth-child(6) {
    font-weight: 400;
    font-style: italic;
}
div.fonts p:nth-child(7) {
    font-weight: 700;
    font-style: normal;
}
div.fonts p:nth-child(8) {
    font-weight: 700;
    font-style: italic;
}
/* Headers */
.green {
    color: #00583d;
}
div.headers {
    padding: 0;
}
h2.green, h3.green, h4.green {
    margin: 0;
    padding: 0.5rem 0;
}
/* Feature Box */
div.featureBoxImage {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 65%;
}
div.featureBoxImage img {
    position: absolute;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100% !important;
    height: 100% !important;
    transition: all .3s ease-in-out;
}
div.featureBoxImage img:hover {
    transform: scale(1.1);
}
div.featureBoxText {
    padding: .5rem 0;
    padding-bottom: 1rem
}
div.featureBoxText h2 {
    padding: 0;
    color: #00583d;
    font-weight: 500;
}
div.featureBoxText p {
    font-size: 1rem;
}
div.featureBoxText h2:hover {
    color: #d0a641;
}
@media (min-width: 768px) {
    div.featureBox div.column {
        padding: 0 1.5rem;
    }
}
div.featureBox div.column {
    margin-top: 1rem;
}
/* CTA Buttons */
.home-call-to-actions button {
    width: auto;
}
button.fullWidth {
    width: 100%;
}
button.greenBorderBtn {
    background-color: transparent;
    color: #00583d;
    border: 1px solid #00583d;
}
button.greenBorderBtn:hover {
    background-color: #d0a641;
    border: 1px solid #d0a641;
    color: white;
}
/* Pagination */
nav.pagination {
    width: 100%;
}
nav.pagination ul {
    display: block;
    text-decoration: none;
}
nav.pagination ul li {
    display: inline;
}
nav.pagination ul li a, nav.pagination ul li span {
    box-sizing: border-box;
    height: 35px;
}
nav.pagination span.currentpage {
    border: 1px solid #666;
}
/* News & Events*/
div.news, div {
    padding: 0;
}
.feature-wrapper .home-events.news .callout h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin-top: 0;
}
/* Fullwidth CTA Banner */
section.fullwidthCta, div.fullwidthCta-wrapper, div.fullwidthImg, div.fullwidthBtn {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
div.fullwidthImg {
    height: 300px;
}
div.fullwidthImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.fullwidthTxt {
    position: absolute;
    padding-top: 4rem;
    padding-bottom: 0;
    top: 0;
    width: 100%;
}
div.fullwidthTxt h2 {
    color: white;
    text-align: center;
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
}
div.fullwidthTxtDesc h3 {
    color:#00583d;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
div.fullwidthBtn {
    padding: .5rem 0;
}
div.fullwidthBtn div button {
    margin: 0 auto;
}
@media (min-width: 768px) {
    section.fullwidthCta, div.fullwidthCta-wrapper, div.fullwidthImg {
        height: 400px;
    }
    div.fullwidthTxt {
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 200px;
    }
    div.fullwidthTxtDesc {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 8rem; 
    }
    div.fullwidthTxtDesc h3 {
        color: white;
        width: 70%;
    }
    div.fullwidthBtn {
        height: 200px;
    }
    div.fullwidthBtn {
        position: absolute;
        top: 200px;
        max-width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 2rem;   
    }
    div.fullwidthBtn button.flowR {
        float: right;
    }
    div.fullwidthBtn button.flowL {
        float: left;
    }
    div.fullwidthBtn button.greenBorderBtn {
        border: 1px solid white;
        color: white;
    }
    div.fullwidthBtn button.greenBorderBtn:hover {
        background-color: #00583d;
        border: 1px solid #00583d;
        color: white;
    }
}
/* Video Content Type */
div.videoWrapper {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
div.video, div.video div.row, div.video div.row div.columns {
    box-sizing: border-box;
    padding: .5rem 0;
    margin: 0;
    max-width: unset;
}
div.aspect-ratio-box {
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 56.25%;
}
div.aspect-ratio-box iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}
div.video div.columns h2 {
    color: #00583d;
}
@media (min-width: 768px) {
    div.video div.columns h2, div.video div.columns p {
        padding: 0 1rem;
    }
}
/* Footer */
div.footer {
    display: block;
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}
footer.social-footer p {
    color: white;
}
footer.social-footer span.fa {
    font-size: 36px;
    color: white;
}
footer.social-footer span.fa:hover {
    color: #d0a641;
}
div.stu-footer-logo div.columns, div.foot-soc div  {
    padding: 0;
}
div.soc.foot-soc {
    min-height: unset;
    height: auto !important;
    padding-bottom: 1rem;
}
div.foot-soc a {
    padding-right: .2rem;
}
/* Breadcrumbs */
.breadcrumbs {
    border: none;
    background-color: white;
}
/* Mobile Navigation Drop Down */
div.dropdownMenu {
    width: 100%;
    margin: 0;
    padding: 0;
}
div.dropdownMenu div.columns {
    padding: 0;
}
.accordion .accordion-navigation>a, .accordion dd>a {
    font-family: 'Poppins', sans-serif;
    text-align: right;
}
dd.accordion-navigation a {
    width: 100%;
    background-color: #00583d !important;
    border: none;
    float: right;
    color: white !important;
    text-transform: uppercase; 
    font-weight: 600;
}
.accordion dd>a:before {
    content: none;
    margin-right: 0;
}
.accordion dd>a:after {
    font-family: FontAwesome;
    content: "\f0ab";
    margin-left: 1em;
}
.accordion dd.active>a:before {
    content: none;
}
.accordion dd.active>a:after {
    font-family: FontAwesome;
    content: "\f0aa";
}
div#item-1234 {
    padding: 0;
}
@media screen and (max-width:640px) {
    .featureBox .column {
      margin-bottom: 2rem;
    }
}
	
@media screen and (max-width: 1024px) {	
    .home-events h3 a {	
        padding-top: 1rem;	
    }	
}	
.home-events h3 a {	
        padding-top: 1rem;	
    }	

.top-bar-section {
    height: 60px;
}

#current-year {
    color: #fff;
}
.toggle-topbar.menu-icon span {
    visibility: hidden;
}
.news nav.pagination a, .event-listings nav.pagination a {
  display: none;
  position: relative;
  z-index: 3;
}
.news nav.pagination li:nth-child(1) a, .event-listings nav.pagination li:nth-child(1) a  {
  display: block;
}
.news nav.pagination li:nth-child(2) a, .event-listings nav.pagination li:nth-child(2) a  {
  display: block;
}
.news nav.pagination li:nth-child(2) span:after, .event-listings nav.pagination li:nth-child(2) span:after {
  position: absolute;
  padding-left: 4rem;
}
.news nav.pagination li:nth-child(3) a, .event-listings nav.pagination li:nth-child(3) a {
  display: block;
}
.news nav.pagination span, .event-listings nav.pagination span {
  position: relative;
}
.news nav.pagination span:after, .event-listings nav.pagination span:after {
  content: '...';
  position: absolute;
  padding-left: 2rem;
  z-index: 2;
}
.news nav.pagination li:last-child span, .event-listings nav.pagination li:last-child span  {
  margin-left: 2rem
}
.news nav.pagination li:last-child span:after, .event-listings nav.pagination li:last-child span:after  {
  content: '...';
  position: absolute;
  z-index: 2;
  padding: 0;
  margin-left: -3.7rem
}
.news nav.pagination li:first-child span:after, .event-listings nav.pagination li:first-child span:after  {
  padding-left: 6.3rem;
}
.news nav.pagination li span, .event-listings nav.pagination li span {
  display: block;
}

.news nav.pagination li:last-child a, .event-listings nav.pagination li:last-child a {
  display: block;
}
.news nav.pagination li:last-child a:first-child, .event-listings nav.pagination li:last-child a:first-child  {
  margin-left: 2rem;
}

.feature-wrapper .feature-item.callout h3 {
  padding-top: 0;
}
.stu-inner .fullwidthCta .fullwidthBtn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.general .content p a, .news .full_article a {
    color: #00583d;
}

.general .content p a:hover, .news .full_article a:hover {
    color: #d0a641
}

@media only screen and (min-width: 40.063em) {
	.featureBoxText h2 {
	    font-size: 1.6rem;
    }
}
.side-nav {
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
	.top-bar-section li:not(.has-form) a:not(.button) {
	    font-size: 0.6rem;
	}
}

/* April 2021 T4 Updates */

ul li, ol li, .general ul li, .general ol li {
    color: #666;
}
article p a, .general p a, article ul li a, article ol li a, .general ul li a, .general ol li a, .general table a {
    text-decoration: underline !important;
    color: #00583d !important;
}
article p a:hover, .general p a:hover, article ul li a:hover, article ol li a:hover, .general ul li a:hover, .general ol li a:hover, .general table a:hover {
    text-decoration: none !important;
    color: #d0a641 !important;
}
span.main-toplinks a {
  text-decoration: underline;
  color: #00583d;
}
span.main-toplinks a:hover {
  color: #d0a641;
}

.gsc-results .gsc-cursor-box {
  padding: 60px 0;
}
.gsc-cursor > div {
  background: white !important;
  color: #666 !important;
  font-family: 'Poppins', sans-serif;
  border: none !important;
  padding: .5rem 0.75rem !important;
}
.gsc-cursor > div:hover {
  color: #00583d !important;
  background: #eee !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #666;
  background-color: white !important;
  border: 1px solid #666 !important;
  color: #666 !important;
  font-weight: 400;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  background-color: white !important;
  border: 1px solid #666 !important;
  color: #666 !important;
  font-weight: 400;
}

.featureBox.paddingCenter {
  padding-left: 0;
  padding-right: 0;
}
.featureBox .small-12.medium-6.column {
  padding-left: 1rem;
  padding-right: 1rem;
}

.paddingTop {
  padding-top: 2rem !important;
}









