/*
 640px = 40em
 960px = 60em
 1024px = 64em
*/
.element-invisible {
  position: absolute;
  left: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.element-invisible:active, .element-invisible:focus {
  position: static;
  height: auto;
  width: auto;
  overflow: auto;
}
/** Search **/
.sb_wrapper {
  margin: 0;
  padding: 0;
  top: 0;
  width: 12.5rem;
  float: right;
  position: relative;
  z-index: 0;
}

.sb_wrapper p {
  margin: 0;
}

.sb_wrapper input[type=text] {
  background: #fff;
  font-size: .75rem;
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  outline: 0;
  width: 10rem;
  float: left;
  margin: .1rem 0 0;
  height: 1.4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-color: #bbb;
  font-weight: 600;
}

ul.sb_dropdown, ul.sb_dropdown li {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  float: left;
}

.sb_input {
  background: #fff;
  padding-left: 1rem;
  margin-bottom: 0 !important;
}

ul.sb_dropdown {
  width: 12.3rem;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  z-index: 99;
  outline: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.sb_dropdown li {
  font-size: .5rem;
  width: 100%;
  padding: 0 ;
  margin: 0;
  color: #333;
  font-style: italic;
  text-align: left;
  border: none;
  display: block;
  z-index: 999;
}

ul.sb_dropdown li:first-child {
  padding-top: .5rem;
}

ul.sb_dropdown li label {
  font-size: .8rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  margin: 0 .2rem;

}

ul.sb_dropdown li input[type=radio] {
  margin: 0 0 0 .5rem;
  width: 1rem;
  padding: 0;
  font-size: .6rem;
}

input.sb_search {
  background: #fff url(../img/search-icon-on.png) center center no-repeat ;
  height: 1rem;
  width: 1rem;
  float: left;
  margin: .1rem 0 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  border-color: #ddd;
}

input[type=submit], input[type=text] {
  -webkit-appearance: none;
  text-transform: none;
}

form {
  margin: 0;
}
input[type=text]#search {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
input[type=submit]#searchButton {
  display: inline-block;
  height: 2.25rem;
  padding: 0 1.1rem;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit]#searchButton {
  height:1.4rem;
  border-bottom-right-radius: 4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:0px;
  border-top-left-radius:0;
}

input[type=submit]#searchButton:focus, input[type=submit]#searchButton:hover{
  color: #333;
  border-color: #bbb;
  background-color: #eee;
  outline: 0;
}

input[type=text]#searchButton {
  height: 2.1rem;
  padding: .5rem 0 .5rem .5rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=submit] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color:#e4ee68;
  color: #4f5252;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 700;
  padding: .7rem 2.5rem;
}


input[type=submit]:hover, input[type=submit]:focus {
  background-color: #14679e;
  color: #fefefe; }




input[type=text]#search {
  padding: 0 0 0 .5rem;
}

input[type=search], input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]:focus, input[type=text]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

.sb_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}

.sb_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}

.sb_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}

.sb_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

h1 {
  font-family: "Roboto Slab",serif;
  font-size: 1.8rem;
  line-height: 2rem;
  padding-bottom: 0.5em;
  color: #485581;
}

h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 1.5rem 0 0;
  font-weight: 700;
  letter-spacing: .04rem;
  color: #505252;
}

.landing-pg h2 {
  font-family: "Roboto Slab",serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-transform: none;
  color: #2e2d2d;
  padding: 1.5rem 0 0.8rem 0;
}

.landing-pg h2 a, .landing-pg h3 a {
  color:#333;
}

.landing-pg h2 a:hover, .landing-pg h3 a:hover {
  border-bottom: 1px solid;
}

.landing-pg .darkblue h2 a {
  color:#fff;
}

.landing-pg .darkblue h2 a:hover {
  border-bottom: 0;
  text-decoration: underline;
}

.landing-pg h1.highlight {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #505252;
  text-transform: uppercase;
  padding: 1rem 0 0 1rem;}

#get_involved .landing-pg h1.highlight, #global_engagement .landing-pg h1.highlight {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #505252;
  text-transform: uppercase;
  padding: 1rem 0 0 1rem;}

#get_involved .landing-pg h1 {
  padding: 1.5rem 0 2rem 0;
}

.landing-pg h3 {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2e2d2d;
  text-transform: uppercase;
  padding: 1.1rem 0 0;
}

.landing-pg .image-row h3 {
  padding: 1.1rem 0 3rem;
}

h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2e2d2d;
  text-transform: none;
  letter-spacing: 0;
  padding: 1.1rem 0 0;
}

h4 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #2e2d2d;
  letter-spacing: .04rem;
  padding: 1.1rem 0 0;
}

a.button, input[type=submit] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color:#e4ee68;
  color: #4f5252;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 700;
  padding: .7rem 2.5rem;
}

.audience-nav {
  position: relative;
  z-index: 9999;
}
.audience-nav div {
  position: absolute;
  text-align: right;
}


.audience-nav div ul {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 .6rem;
  margin: .5rem 0;
  font-size:.7rem;
  line-height: .7rem;
  text-transform: uppercase;
  color: #767676;
  letter-spacing: .05rem;
  border-right: 1px solid #767676;
  font-weight: 500;
}


.audience-nav li:last-child {
  border: none;
}



.left-nav h3 {
  padding: 0 0 0.85rem;
  margin: 0 3rem 2rem 0;
  border-bottom: 4px solid #ebebeb;
  letter-spacing: 0.015rem;
  color: #505252;
}

.left-nav ul {
  margin: 0;
}

.left-nav li {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 1em;
}

.left-nav li a, .breadcrumbs li a {
  color: #505251;
}

.left-nav li.selected a {
  color: #495585;
  font-weight: 700;
  border-bottom: 1px solid #495585
}

.breadcrumbs li {
  color: #495585;
  font-weight: 700;
}

.left-nav li a:hover, .main-content a:hover {
  border-bottom: 1px solid #505251
}

.breadcrumbs {
  padding: 0.31rem 0 0.88rem;
  margin: 0 0 2rem;
  border-bottom: 4px solid #ebebeb;
}

.breadcrumbs li {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}

.breadcrumbs li:not(:last-child)::after {
  color: #505252;
  content: ">";
  margin: 0 0.75rem;
  opacity: 1;
  position: relative;
  top: 1px;
}

p.statement {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  color: #8d8d8d;
  font-style: italic;
  line-height: 3rem;
  text-align: center;
}

.main-content {
  padding: 0 4em 0 0;
}

/*.main-content a {color: #0670da;}*/
.main-content a:link,
.main-content a:visited,
.main-content a:active {
  color: #2f7897;
  border-bottom: 1px solid #2f7897;
}

.main-content a:hover {
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

.main-content p, .main-content li {
  font-family: "Roboto Slab",serif;
  color: #666666;
  line-height: 1.5rem;
  font-weight:400;
  font-size: 1.05rem;
}

.main-content p.summary {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}

.main-content .right-img {
  float:right;
  margin: 0 2rem 2rem;
  border:1px solid #dddddd;
  padding: .5rem;
}

.main-content .right-img span {
  padding: .1rem 0;
  display: inline-block;
}

.main-content .right-img span img {
  padding: .1rem 0;
}

.main-content .right-img span a {
  font-size: .8rem;
  border: none;
  font-style: italic;
  vertical-align: bottom;
}

.main-content .right-img span a:hover {
  text-decoration: underline;
}

.main-content li {
  margin: 0 0 0 2rem;
  padding: 0 0 0.5rem 0.5rem;
}

.full-width {
  width: 100%;
  max-width: initial;
  padding: 0;
  margin: 0 auto;
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.full-width.large {
  margin: 6rem auto;
}

.header{
  background: #444755;
  padding: 2rem 0 1.5rem;
  color: #ffffff;
  position: relative;
  z-index: 0;
  margin-top: 1.7rem;
}

.mark-container {
  max-width: 350px;
}

.print-mark {
  display: none;
  visibility: hidden;
}

.header .global-pennstate { text-align: center; width: 15rem;}
.global-pennstate a:link,
.global-pennstate a:visited,
.global-pennstate a:active,
.global-pennstate a:hover{ color: #ffffff;}
.header span.global {
  font-family: "Roboto Slab", serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 2.2rem;
  display: block;
  text-align: center;
  letter-spacing: .05rem;
}

.header span.pennstate {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: .16rem;
  line-height: 1.7rem;
  text-align: center;
  border-top: 4px solid #e4ee4d;
  padding: 0 1rem;
}

.primary-nav {
  background: #495582;
  /*padding:0;*/
}


.home {
  background: url("../img/henna-hand-art.jpg") no-repeat center 50%;
  background-size: cover;
  padding: 7% 0;
  position: relative;
}

.home .row {
  text-align: center;
}

.home h1 {
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 8rem;
}

h1 span.last-word {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 7rem;
  letter-spacing: .6rem;
}

ul.social-links {
  position: absolute;
  top: 10%;
  right: 4%;
  list-style: none;
}

ul.social-links li {
  /*text-indent: -99999rem;*/
  height: 2.7rem;
  width: 2.7rem;
  margin: .7rem 0;
}


ul.social-links li.facebook {
  background: url("../img/facebook-icons.png") no-repeat;
  background-size: cover;
}

ul.social-links li.twitter {
  background: url("../img/twitter-icons.png") no-repeat;
  background-size: cover;
}

ul.social-links li.youtube {
  background: url("../img/youtube-icons.png") no-repeat;
  background-size: cover;
}

.audience {
  background: url("../img/audience-group.png") no-repeat center center;
  background-size: cover;
  margin:0;
  padding: 9% 0 9%;
}

ul.social-links li a{
  line-height: 0;
  font-size: 0;
  color: transparent;
  height: 2.7rem;
  width: 2.7rem;
  margin: .7rem 0;
  display: block;
}

.field-name-field-global-programs-master, .field-name-field-suppress-from-nav{
  display: none;
  visibility: hidden;
}

.audience div h2 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #555;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.7rem;
  width: 20rem;
  text-align: center;
  display: inline-block;
  padding: 0 0 1rem 0;
}

.news-feature {
  padding: 0;
  margin: 0;
  /*background:  url("../img/feature-space-b.png")  top center no-repeat;*/
  /*-webkit-background-size: cover;*/
  /*background-size: cover;*/
  background-color: #4f525f;
  color: #ffffff;
  display: table;
}

.news-feature h2 {
  font-family: "Roboto Slab", serif;
  font-size: 4rem;
  line-height: 4rem;
  padding: 4rem 0 1rem;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  margin: 0;
}

.news-feature p {
  font-size:1.4rem;
  line-height: 1.6rem;

  width: 100%;
}

.feature-intro a.button {
  margin-top: 1.5rem;
}

.news-feature .feature-image {
  /*background:  url("../img/feature-space.png")  no-repeat center center ;*/
  /*-webkit-background-size: cover;*/
  /*background-size: cover;*/
  /*padding: 20% 0;*/
}

.facts-slider {
  background-color: #495582;
  text-align: center;
}

.news-events {
  padding: 2rem 0;
  font-family: "Roboto Slab", serif;
}

.news-section {
  border-left: 2px dotted #c4c4c3;
}

.events-section, .news-section {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.events-section a.button,
.news-section a.button {
  margin-top: 2.3rem;
}

.events-section .day {
  background: url("../img/calendar-icon.png") top center no-repeat;
  padding: 0;
  margin:  0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  color: #6b6b6c;
  line-height: 1.15rem;
  min-height: 5rem;
  font-weight: 500;
}

.events-section .day span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #2e2d2d;
  margin-top: 1.5rem;
  margin-bottom: .2rem;
  display: block;
}

.news-events h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.9rem;
  color: #2e2d2d;
  letter-spacing: .05rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  text-transform: none;
}

.news-events h3{
  font-family: 'Open Sans', sans-serif;
  color: #2e2d2d;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0.6rem;
  padding: 0;
}

.news-events p{
  color: #6b6b6c;
  font-size: 1.05rem;
  line-height: 1.4rem;
}

.news-events .row {
  margin-top: 1.5rem;
}

.news-image {
  padding: 0;
}

.news-events h3 a {
  color: #2e2d2d;
}

.news-events h3 a:hover {
  text-decoration: underline;
}

.row.large {
  margin: 6rem auto;
}

.slp .row.large, .article .row.large {
  margin: 3rem auto;
}


.newsletters {
  padding: 1.5rem 0 .6rem;
  background: #e4e4e3;
}

.newsletters form {
  margin: 0 auto;
  text-align: center;

}

.newsletters form > div {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.newsletters label {
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Roboto Slab", serif;
  color: #2e2d2d;
  display: inline;
}
.newsletters  input[type=submit] {
  margin: 0 10px;
}



.webform-component--newsletter {
  width: auto !important;
  min-width: 0;
  display: table;
  float: left;
}

.newsletters input[type=email], .newsletters input[type=submit]{
  display: inline-block !important;
}

.newsletters div.form-actions {
  width: auto;
  display: table;
  /*padding-top: 1em;*/
}
/*.newsletters input[type=text],*/
#edit-submitted-newsletter
{
  width: 15rem;
  height: 2rem;
  font-size: .88rem;
  color: #2e2d2d;
  font-weight: 600;
  letter-spacing: .05rem;
  border: 1px solid #aaaaaa;
}



.newsletters input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  letter-spacing: .1rem;
}

.newsletters input::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  letter-spacing: .1rem;
}

.newsletters input:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  letter-spacing: .1rem;
}

.newsletters input:-moz-placeholder { /* Firefox 18- */
  color: #777;
  letter-spacing: .1rem;
}

.inline-related-links {
  padding: 2rem 0 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.inline-related-links p {
  color: #2e2d2d;
  display: block;
  font-size: 1rem;
  margin: 0 3rem .4rem 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing:1px;
}

.inline-related-links ul {
  position: relative;
  color: #2e2d2d;
  margin: 0;
}

.inline-related-links p, .inline-related-links ul {
  float: left;
}

.inline-related-links div ul li {
  display: inline-block;
  border-right: 1px solid #2e2d2d;
  padding: 0 1rem;
  font-style: italic;
  line-height: .8rem;
}

.inline-related-links li:first-child {
  padding: 0 1rem 0 0;
}

.inline-related-links li:last-child {
  border-right: none;
}

.inline-related-links li a {
  color: #2e2d2d;
}

.inline-related-links li a:hover {
  border-bottom: 1px solid #505251
}

.landing-pg p {
  font-family: "Roboto Slab",serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #4f5252;
}

.landing-pg .large-3 p, .landing-pg .large-4 p, .landing-pg .large-6 p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

#programming .large-4 p {
  padding-bottom: 2rem;
}

.ed-abroad-hero, .global-support-hero, .students-hero, .global-engagement-hero, .iss-hero, .get-involved-hero, .fss-hero {
  /*background-size: cover;*/
  /*min-height: 600px;*/
  padding: 14.077% 0;
  position: relative;
}

.ed-abroad-hero {
  background: url("../img/education-abroad-heroA.jpg") no-repeat center center;
  background-size: cover;
}

.global-support-hero {
  background: url("../img/global-support-hero.jpg") no-repeat center 65%;
  background-size: cover;
}

.students-hero {
  background: url("../img/students_hero.jpg") no-repeat center center;
  background-size: cover;
}

.global-engagement-hero {
  background: url("../img/global-engagement-heroA.jpg") no-repeat center 30%;
  background-size: cover;
}

.iss-hero {
  background: url("../img/international_SS_hero.jpg") no-repeat center 40%;
  background-size: cover;
}

.get-involved-hero {
  background: url("../img/get-involved-heroB.jpg") no-repeat center 40%;
  background-size: cover;
}

.fss-hero {
  background: url("../img/faculty-staff-scholars-hero.jpg") no-repeat center 30%;
  background-size: cover;
}

.hero-text {
  text-indent: -99999rem;
}

p.highlight {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.98rem;
  font-weight: 400;
  color: #8d8d8d;
  font-style: italic;
  line-height: 2.9rem;
  padding: 0.5rem 1rem 0 1rem;
}

.quicklinks {
  border-left: 2px dotted #c4c4c3;
  padding: 1.2rem 0 2rem 2rem;}

.quicklinks h3 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #404040;
  padding: 0 0 0.2rem 0;
}

.quicklinks ul {
  list-style-type: none;
  margin: 0;
}

.quicklinks li {
  font-size: 1.05rem;
  line-height: 1.4rem;
  padding: 0 0 .4rem 0;
  font-weight: 500;
}

.quicklinks li a {
  color: #404040;
}

.quicklinks li a:hover {
  text-decoration: underline;
}

.right-nav {
  width: 17rem;
  float: right;
  border: 1px solid #dddddd;
  padding: 0.5rem;
  margin: 0 0 2rem 1rem;
}

.right-nav ul {
  list-style-type: none;
  margin: 0;
}

.main-content .right-nav li {
  margin: 0;
  padding: 0 0 1rem;
}

.main-content .right-nav li.selected {
  font-weight: 600;
}

.first.block {
  padding: 0 0 6em 0;
}

#programming.first.block {
  padding: 6em 0 4em 0;
}

.block {
  padding: 0 0 6em 0;
}


.text.block {
  padding: 0;
}

.text.block h2 {
  padding: 4rem 0 0.5rem;
}

.last.text.block {
  padding: 0 0 4rem 0;
}

.block img {
  width: 49.5%;
}

#students .block img, #global_engagement .block .large-3 img, #get_involved .block .large-4 img, #fss .block .large-4 img {
  width: 100%;
}

.block img.float-left {
  margin: 0 2rem 0 0;
}

#across-commonwealth .block img.float-left {
  margin: 0 2rem 3rem 0;
}

.block img.float-right {
  margin: 0 0 0 2rem;
}

.block ul {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 0;
}

.block li {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 0.5rem 0;
}

.block li a {
  color: #333;
}

.block li a:hover {
  border-bottom: 1px solid;
}

.left-col {
  width:50%;
  float: left;
  padding: 0 1rem 0 0;
}

.lightgray { background: #e4e4e3;}

.lightblue { background: #d7ecfa;}

.darkblue { background: #495582;}

#fss .darkblue h2 a, #fss .darkblue h3 a {
  color: #fff;
}

#fss h3 a {
  color: #333;
}

#fss h3 {
  margin: 0 0 2rem 0;
}

#fss .quicklinks h3 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

#fss .darkblue h3 {
  margin: 0 0 3rem 0;
}

#fss h3 a:hover {
  border-bottom: 1px solid;
}

.darkblue h2, .darkblue p {
  color: #fff;
}

.darkblue p {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6rem;
}

.landing-pg .darkblue h2 {
  padding: 0rem 0 0.8rem;
}

.attribution {
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #e4ee4d;
  font-style: normal;
  line-height: 2.5rem;
}

.map {
  padding: 0 0 5rem 0;
}

.map-container {
  position: relative;
}

#south_america {
  position: absolute;
  top: 75%;
  left:30%;
}

#africa {
  position: absolute;
  top: 62%;
  left:51%;
}

#europe {
  position: absolute;
  top: 38%;
  left:53%;
}

#asia {
  position: absolute;
  top: 41%;
  left:73%;
}

#australia {
  position: absolute;
  top: 95%;
  left:75%;
}

.article .row.large.news .large-9 {
  padding-right: 4rem;
}

.news h1 {
  padding-bottom: 0;
}

.news .large-9 h2 {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  padding: 1.1rem 0 0;
}

.news .large-9 img {
  margin: 3rem 0 1rem 0;
}

.news-feeds {
  padding-right: 2rem;
}

.news-feeds h2 {
  padding: 0;
}

.news-feeds ul {
  list-style-type: none;
  margin-bottom: 0.25rem;
}

.news-feeds li {
  line-height: 1.25rem;
  padding-bottom: 1rem;
  margin-left: -1.2rem;
}

.news-feeds li a {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.4rem;
  font-weight: 500;
}

.news-feeds li a:hover {
  text-decoration: underline;
}

.news-feeds a.button {
  padding: .7rem 2.2rem;
  letter-spacing: 0;
}

.news-feeds a.button {
  margin-bottom: 3rem;
}

iframe {
  padding: 0.5rem 0 0 0!important;
  border-bottom: 1px solid #f0f0f0!important;
}

iframe#twitter-widget-0 {
  padding: 1rem!important;
  border: 1px solid #333!important;
}

.fb {
  padding: 1rem!important;
  margin-top: 2rem;
  border: 1px solid #333!important;
}

.fb h2 {
  font-size: 21px;
  font-weight: 400;
  font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
  line-height: 24px;
  color: #292F33;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(15,70,100,.12);
  padding-bottom: 0.5rem;
}

.footer-message {
  background: url("../img/student-in-china-river.jpg") no-repeat center 60%;
  background-size: cover;
  padding: 10rem 0;
}


.footer-message blockquote {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: left;
  letter-spacing: .05rem;
  padding: 0;
  border: none;
}

span.president {
  display: block;
  color: #e4ee4d;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .08rem;
}

[type='radio'] {
  margin: 0;
}

.footer {
  background: #383838;
  padding: 3rem 0;
  color: #ffffff;
  font-size: .8rem;
}

.footer-mark {
  margin-bottom: 1rem;
}

.footer p, .footer ul {
  padding-top: .3rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li {
  display: inline-block;
  padding: 0 .5rem;
  border-right: 1px solid #ffffff;
  line-height: .6rem;
}

.footer li:last-child {
  border: none;
}

.footer li a:link, .footer li a:visited, .footer li a:active {
  color: #ffffff;
}

.footer li a:hover {
  border-bottom: 1px dotted rgba(255,255,255,0.5);

}

@media screen and (max-width: 90rem) {

  .news-feature h2 {

    font-size: 3.3rem;
    line-height: 3.3rem;
    padding: 2.8rem 0 0.75rem;
  }

  .news-feature p {
    font-size:1.5rem;
    line-height: 1.6rem;
    width: 90%;
  }

  .news-feeds h2 {
    padding: 1.5rem 0 0;
  }

}

@media screen and (max-width: 75em) {

  .audience div h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    width: 12rem;
  }

  .news-feature h2{
    font-size: 2.75rem;
    line-height: 2.75rem;
    padding: 1.75rem 0 0.5rem;
  }

  .news-feature p {
    font-size:1.4rem;
    line-height: 1.5rem;
    width: 95%;
  }

  a.button, input[type=submit] {
    font-size: .9rem;
    padding: .5rem 1.4rem;
  }

  .news-feeds {
    padding-left: 1.9rem;
  }

  .news-feeds h2:first-child {
    padding: 3rem 0 0 0;
  }

  .fb {
    max-width: 401px;
  }
}

@media screen and (min-width: 73.750em) {
  #mainmenu ul li.top-links a {display: none; visibility: hidden;}

}

@media screen and (max-width: 64em) {

  .ed-abroad, .global-support, .students, .global-engagement {
    background-size: 170%;
    min-height: 400px;
  }

  .left-nav h3 {
    margin: 0 0 2rem;
  }

  .breadcrumbs {
    padding: 0.95rem 0;
    margin: 2rem 0;
    border-top: 6px solid #ebebeb;
    border-bottom: 6px solid #ebebeb;
  }

  .quicklinks {
    border-left: 0px;
    padding: 3rem 0 0rem 2rem;
  }

  .landing-pg h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 0.2rem;
  }

  .landing-pg p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .block img {
    padding: 0 0 1rem 0;
  }

  #across-commonwealth .block img.float-left {
    margin: 0 2rem 0 0;
  }

  .block ul {
    padding: 1rem 0 0 0.2rem;
  }

  .quicklinks {
    border-left: 0px;
  }

  .news-feature h2{
    color: #fff;
    font-size: 2rem;
    line-height: 2.1rem;
    padding: 1.2rem 0 0rem;
  }

  .news-feature p {
    font-size: 1.1rem;
    line-height: 1.2rem;
    width: 98%;
  }

  div .feature-intro > * {margin-left: 1rem;}

  .news-image {
    padding: inherit;
  }

  .news-section img {
    width: 100%;
    max-width: 100%;
  }

  .audience {
    padding: 0;
  }

  .audience div h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    width: 12rem;
    padding: 10rem 0 0 0;
  }

  a.button, input[type=submit] {
    font-size: .9rem;
    padding: .5rem 1.6rem;
    margin-bottom: 0;
    margin-top: 0;

  }

  input[type=submit]#searchButton {
    margin-top: 2px;
  }

  .news-content {
    padding: 0;
  }
  .news-content h3 {
    margin-top: 1rem;
  }

  .footer-message .row {
    padding-left: 1rem;
  }

}

@media screen and (max-width: 60em) {

  .home h1 {
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    font-size: 6rem;
    font-weight: 300;
    line-height: 5.5rem;
  }

  h1 span.last-word {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5rem;
    letter-spacing: .2rem;
  }
  .ed-abroad-hero, .global-support-hero, .students-hero, .global-engagement-hero, .iss-hero, .get-involved-hero, .fss-hero {
    padding: 18% 0;

  }

  .row.large {
    margin: 3rem auto;
  }

  p.statement {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: auto 2rem;
  }

  .audience {
    /*background: url("../img/audience-group.png") no-repeat center center;*/
    /*background-size: 100%;*/
    /*margin:0;*/
    /*padding: 0;*/
    /*min-height: 300px;*/
  }

  .audience div h2 {
    font-size: 1.3rem;
    margin: 6rem 0 .5rem 0;
    padding: 0;
    width: 10rem;
  }

  a.button, input[type=submit] {
    font-size: .8rem;
    padding: .5rem .5rem;
  }

  .facts-slider {
    padding: 2rem 0;
  }

  .footer-message {
    padding: 3rem 0;
  }

  .footer-message blockquote {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
  }

  span.president {
    margin-top: 1rem;
    font-size: .95rem;
    line-height: 1.5rem;
    letter-spacing: .08rem;
  }

  .newsletters label {
    font-size: 1rem;
  }

}

@media screen and (max-width: 47.500em) {

  .news-feature h2{
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 1rem 0 0rem;
    margin-bottom: .4rem;
  }

  .news-feature p {
    font-size: 1rem;
    line-height: 1.2rem;
    width: 100%;
  }

  .feature-intro .button {
    margin-bottom: 1rem;
  }

}

@media screen and (max-width: 39.9375em) {
  .header {
    padding: 1.3rem 0;
  }
  .mark-container {
    width: 90%;
  }
  .global-pennstate {
    text-align: center;
    margin: 0 auto;
  }

  .header span.global {
    font-size: 2.3rem;
    line-height: 1.3rem;
    letter-spacing: .05rem;
  }

  .header span.pennstate {
    font-size: 1.4rem;
    letter-spacing: .16rem;
    line-height: 1rem;
    border-top: 3px solid #e4ee4d;
    padding: 0 .6rem;
  }

  .ed-abroad, .global-support, .students, .global-engagement {
    background-size: 240%;
    min-height: 300px;
  }
  .ed-abroad-hero, .global-support-hero, .students-hero, .global-engagement-hero, .iss-hero, .get-involved-hero, .fss-hero {
    padding: 22% 0;
  }
  .home {
    padding: 15% 0;
  }

  .home h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  h1 span.last-word {
    font-size: 3rem;
    letter-spacing: .2rem;
  }

  p.statement {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  .audience {
    background: none;
    margin:0;
    padding:0;
  }

  .audience div {
    min-height: 220px;
  }

  .audience div h2 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    width: 12rem;
    padding: 0 0 .6rem;
    margin: 2.5rem 0 0;
    text-shadow: 1px 1px 10px #333;
  }

  .audience div.faculty-staff {
    background: url("../img/faculty-staff-sponsors.png") no-repeat center 10%;
    padding: 2rem 0;
  }

  .audience div.students {
    background: url("../img/students.png") no-repeat center 20%;
    padding: 2rem 0;
  }

  .audience div.partners-centers {
    background: url("../img/partners-centers.png") no-repeat center 20%;
    padding: 2rem 0;
  }

  a.button, input[type=submit] {
    font-size: .9rem;
    padding: .5rem 1rem;
  }

  .inline-related-links p {
    /*margin: 0 12rem 0 0;*/
    width: 100%;
  }

  .inline-related-links ul {
    margin-left: 0;
  }

  .inline-related-links li:first-child {
    padding: 0 1rem 0 0;
  }

  .main-content {
    padding: 0;
  }

  .first.block {
    padding: 5rem 0 3rem;
  }

  .block {
    padding: 0 0 3rem;
  }

  .block img {
    width:100%;
    padding: 0rem 0 2rem 0;
  }

  #programming.block img {
    width:100%;
    padding: 2rem 0 0 0;
  }

  #programming .large-4 p {
    padding-bottom: 0;
  }

  .left-col, .right-col {
    float: none;
  }

  .left-col {
    padding: 0;
  }

  .inline-related-links {
    padding: 2.5rem 1rem;
  }

  .inline-related-links div ul li {
    display: block;
    margin: .3rem 0;
    line-height: 1.2rem;
    padding: 0;
    border: none;
  }

  ul.social-links {
    position: absolute;
    bottom: 0;
    margin: 0 0 .5rem;
    top: auto;
    left: auto;
    list-style: none;
  }

  ul.social-links li {
    text-indent: -99999rem;
    height: 2rem;
    width: 2rem;
    margin: 0 .1rem;
    display: inline-block;
    text-align: center;
  }

  .feature-image {
    background: #ddd;
  }

  .news-feature h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .news-feature p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 88%;
  }

  .feature-intro .button {
    margin-bottom:1.5rem;
  }

  div .feature-intro > * {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .news-section {
    border-top: 2px dotted #c4c4c3;
    border-left: none;
  }

  .newsletters {
    padding: 1rem 0 .6rem;
  }

  .newsletters label {
    text-align: center;
    margin-right: 0;
  }

  .newsletters input {
    margin-top: .4rem;
  }

  .footer-message {
    background: url("../img/student-in-china-river.jpg") no-repeat center center;
    background-size: cover;
    padding: 3rem 0;
    margin: 0;
  }

  .footer-message blockquote {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    letter-spacing: .03rem;
    text-shadow: 1px 1px 10px #555;
  }

  span.president {
    font-size: .8rem;
    line-height: 1rem;
    letter-spacing: .08rem;
    text-shadow: 1px 1px 10px #555;
  }
  .footer {
    text-align: center;
    padding: 1.5rem 0;
  }

  .landing-pg .image-row h3 {
    padding: 1.1rem 0 0;
  }
}


@media screen and (max-width: 25em) {

  .home h1 {
    font-size: 3.5rem;
    line-height: 3.0rem;
  }

  h1 span.last-word {
    font-size: 2.5rem;
    letter-spacing: .2rem;
  }

  .news-feeds {
    padding-left: 1.25rem;
  }
}





/*** Menu Nav ***/
#mainmenu,
#mainmenu ul,
#mainmenu ul li,
#mainmenu ul li a,
#mainmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mainmenu:after,
#mainmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#mainmenu #menu-button {
  display: none;
}

#mainmenu {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background: #495582;
}
#mainmenu > ul > li {
  float: left;
}
#mainmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#mainmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#mainmenu > ul > li > a:hover,
#mainmenu > ul > li > a.is-active,
#mainmenu > ul > li > a:hover.is-active {
  color: #92defd;
  background-color: rgba(58, 67, 101, .5);
}

#mainmenu.align-center ul ul {
  text-align: left;
}

#mainmenu.align-right > ul > li {
  float: right;
}

#mainmenu > ul > li > a {
  padding: 16px;
  font-size: .9rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}

#mainmenu > ul > li:hover > a {
  color: #ffffff;
}

#mainmenu > ul > li.is-active > a:first-child {
  color: #92defd;

}

#mainmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#mainmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
  z-index: 99999999;
}

#mainmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#mainmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#mainmenu ul ul {
  position: absolute;
  left: -9999px;
}
#mainmenu.align-right ul ul {
  text-align: right;
}

#mainmenu ul ul li {
  max-height: 0;
  z-index: 999999999999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#mainmenu li:hover > ul {
  left: auto;
}
#mainmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#mainmenu li:hover > ul > li {
  max-height: 55px;
}
#mainmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#mainmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#mainmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 11px 15px;
  width: 190px;
  line-height: 16px; /*test*/
  font-size: .8em;
  text-decoration: none;
  color: #dddddd;
  font-weight: 600;
  background: #495582;
}
#mainmenu ul ul li:last-child > a,
#mainmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#mainmenu ul ul li {
  background-color: #495582;
}

#mainmenu ul ul li:hover > a,
#mainmenu ul ul li a:hover {
  color: #ffffff;
  background-color: rgba(58, 67, 101, .5);
}
#mainmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#mainmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#mainmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#mainmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#mainmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 73.750em) {

  ul.audience-links{ display: none; visibility: hidden; height: 0;}
  .sb_wrapper { margin: 0; padding : 0; position: absolute; top: 0; right: 0;}

  #mainmenu {
    width: 100%;
  }
  #mainmenu ul {
    width: 100%;
    display: none;
  }
  #mainmenu.align-center > ul {
    text-align: left;
  }
  #mainmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
  #mainmenu ul ul li,
  #mainmenu li:hover > ul > li {
    height: auto;
    max-height: none;
  }
  #mainmenu ul li a,
  #mainmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #mainmenu > ul > li {
    float: none;
  }
  #mainmenu ul ul li a {
    padding-left: 25px;
  }
  #mainmenu ul ul ul li a {
    padding-left: 35px;
  }
  #mainmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #mainmenu ul ul li:hover > a,
  #mainmenu ul ul li.active > a {
    color: #ffffff;
  }
  #mainmenu ul ul,
  #mainmenu ul ul ul,
  #mainmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #mainmenu > ul > li.has-sub > a:after,
  #mainmenu > ul > li.has-sub > a:before,
  #mainmenu ul ul > li.has-sub > a:after,
  #mainmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #mainmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  #mainmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #mainmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #mainmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mainmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, .08);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #mainmenu .submenu-button.submenu-opened {
    background: #3a4365;
  }
  #mainmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #mainmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #mainmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #mainmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #mainmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #mainmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #mainmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #mainmenu ul li.top-links a { display: block; visibility: visible; text-transform: none; border: none;padding-top: 6px; padding-bottom: 6px; font-weight: 500; }
  #mainmenu ul li.first-top-links a {border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 25px;}
  #mainmenu ul li.top-links {border: 0; }
  #mainmenu ul li.top-links:last-child {padding-bottom: 25px;}

}

.stats {margin-bottom: 5%; }
.stats p, .stats ul li {font-size: 1.13rem;}
.stats ul {list-style: inside;}
.stats h1 { margin: 5% 0 1% 0; }
.stats h2 {text-transform: capitalize;}
.stats section { width: auto; margin-bottom: 4%;}
.stats section table {width: auto; border: 1px solid #ccc;}
.stats section table th {text-align: left; background-color: #dfdfdf;}
.stats section table tr {border-top: 1px solid #ccc !important;}
