body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

p {
  line-height: 1.7em;
}

div#er_title p {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.67);
}

div.content_container {
  width: 67%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 0;
}

div.reverse_bg {
  background: #F5F5F5;
}

div.inner_container {
  width: 82%;
  margin: 0 auto;
}

div.top_container {
  width: 67%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 0 0;
}

div.bottom_container {
  width: 67%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 90px;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.563rem;
  text-transform: uppercase;
  line-height: 0.8em;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.54);
  margin: 80px 0 0 20px;
  display: inline-block;
  padding: 0 0.15em;
}
h1 span{
  font-size: 2.5rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 35px;
}

h3 {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

div#big_quote {
  position: relative;
  display: inline-block;
  margin: 0 auto 50px !important;
}

div#big_quote p {
  font-size: 3.125rem;
  font-weight: 900;
}

div#big_quote span {
  font-size: 1.25rem;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p18 {
  font-size: 1.125rem;
}

a {
  color: #154587;
  text-decoration: underline;
}

a.marquee_link {
  font-weight: bold;
}

div#spotlight_box {
  margin: 60px auto 0;
  background: #F7C93D;
  color: #081E3F;
  padding: 50px;
}

div#spotlight_box p {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

footer {
  background: #112D54;
  color: white;
  padding: 30px 0;
  text-align: center;
}

footer div {
  width: 67%;
  max-width: 1400px;
  margin: 0 auto;
}

footer div span {
  font-size: 1rem;
  font-weight: 300;
}

footer #copyright_text a {
  color: #F8C93E;
  text-decoration: underline;
}

footer #copyright_text a:hover {
  color: #FDFBF5;
}

footer #social_media_row a {
  color: white;
}

footer #social_media_row a:hover {
  color: #F8C93E;
}

div.flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.accomplishment,
div.award {
  width: 49%;
  padding: 30px 20px 30px 0;
  background: white;
  display: flex;
  align-items: center;
  margin-top: 20px;
  min-height: 154px;
}

div.award {
  background: #f5f5f5;
  padding: 20px 20px 20px 0;
}

div#last_award {
  padding: 30px;
  text-align: center;
  background: #f5f5f5;
  margin-top: 20px;
  color: #112D54;
}

div.award p,
div#last_award p {
  padding: 0;
  margin: 0;
}

div#last_award p {
  font-style: italic;
  width: 90%;
  margin: 0 auto;
  color: #112D54;
  font-weight: 400;
}

div.accom_icon_div,
div.award_stat {
  width: 30%;
  text-align: center;
}

div.award_stat p {
  font-size: 4.063rem;
  font-weight: 900;
  color: #112D54;
}

div.accom_stat_div,
div.award_info {
  width: 70%;
}

img.accom_icon {
  width: 45%;
}

p.accom_stat {
  padding: 0;
  margin: 0;
}

span.stat_heading {
  font-size: 1.875rem;
  font-weight: 900;
}

span.pItalic {
  font-style: italic;
}

span.pBold {
  font-weight: bold;
}

p#stat_footnote {
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
}

div#accom_container,
div#award_container {
  margin-top: 50px;
}

div#offices_container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.office {
  width: 45%;
  margin-top: 50px;
}

div.office:last-child {
  width: 100%;
}

div.office p {
  padding: 0;
  margin: 0;
}

div.office p.office_of {
  font-weight: 300;
  margin-bottom: 5px;
}

span.office_name {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

div.div_bar {
  background: #154587;
  padding: 1px;
  width: 60px;
  margin-bottom: 10px;
}

div#service_bg {
  position: relative;
}

div#service_bg:after {
  background-image: url("../images/icons/target.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
  background-position: left 10% top -45px;
}

div#full_service {
  opacity: 1 !important;
}

div#stat_img_div {
  text-align: center;
}

img#stat_decoration {
  margin-bottom: 50px;
  width: 100%;
  max-width: 960px;
}

div.marquee h3 {
  font-size: 1.125rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

div.marquee {
  display: flex;
  margin-top: 30px;
}

div.marquee:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

div.marquee_img {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

div.marquee_img img {
  flex-shrink: 0;
  min-width: 100%;
  max-width: 500px;
  min-height: 100%;
}

div.marquee_info {
  width: 65%;
  background: #f5f5f5;
  padding: 20px;
}

div.marquee_info p {
  font-size: 0.9375rem;
  line-height: 1.4em;
}

div#marquee_container,
div#events_container {
  margin-top: 45px;
}

div#events_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.event {
  width: 32%;
  margin-top: 20px;
  text-align: center;
  box-shadow: 1px 1px 3px #777;
}

div.event p {
  margin: 0;
  padding: 10px;
  font-size: 1.125rem;
  font-family: 'Oswald', sans-serif;
  background: white;
}

img.event_img {
  width: 100%;
}

div#branching_out {
  text-align: center;
  font-weight: 900;
  line-height: 1.2em;
}

img#fiu_logo {
  max-width: 270px;
}

div#social_media_row {
  width: 100%;
  margin: 30px 0 20px;
  padding: 0;
}

div#social_media_row svg {
  margin: 0 5px;
}

.skew_neg {
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  background: #F7C93D;
  margin: 60px 0;
  padding: 75px 50px 60px;
}

.skew_pos {
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  width: 60%;
  margin: 0 auto;
}

.skew_pos p {
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 600;
  color: #112D54;
  line-height: 1.4em;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}

div#marquee_container_2 {
  display: none;
}

div#above_fold {
  min-height: 900px;
  background-color: rgba(21, 69, 135, 0.4);
  position: relative;
}

div#opacity {
  position: absolute;
  width: 100%;
  z-index: auto;
  bottom: -30px;
  left: 0;
  padding: 50px 0;
  background-image: url("../images/opacity_gradient2.png");
  background-repeat: repeat-x;
}

div#stories_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.story {
  width: 32%;
  position: relative;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 23px;
  background: white;
}

div.story_img img {
  width: 100%;
}

div.story_info {
  padding: 20px;
  background: white;
}

div.story_info h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 13px;
  color: #081E3F;
}

div.story_info p {
  font-size: 0.9375rem;
  line-height: 1.5em;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.more_btn {
  color: #274C77;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 12px 8px 8px 12px;
}

.more_btn:hover {
  cursor: pointer;
}

div.story.expanded_story {
  /* padding-bottom: 220px; */
}

div.story.expanded_story div.story_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+46&0.6+0,1+46 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 46%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 46%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 46%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

div.story.expanded_story div.story_info p {
  overflow: visible;
  display: block;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}

div.story.expanded_story div.story_info div.story_box {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
}

.bgblue {
  background: blue;
}

nav {
  position: fixed;
  top: 30%;
  left: 20px;
  z-index: 3000;
  opacity: 0.6;
}

nav:hover,
nav:active,
nav:focus {
  opacity: 1;
}

div.nav_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
  padding: 3px 0;
}

div.nav_dot,
div.nav_text {
  display: inline-block;
  padding: 0;
  margin: 0;
}

div.nav_dot {
  margin-right: 10px;
}

div.nav_text {
  opacity: 0;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0 3px;
  background: rgba(255, 255, 255, 0.6);
}

div.nav_item:hover div.nav_text {
  display: inline-block;
  opacity: 1;
}

div.nav_item a {
  color: #112D54;
}

div.nav_item:hover a {
  color: #154587;
}

div.nav_item:hover a .nav_dot_div {
  background: #154587;
}

div.nav_dot_div {
  border-radius: 50px;
  padding: 7px;
  border: 3px solid #112D54;
  background: white;
}

div.nav_item a.active .nav_dot_div {
  background: #112D54;
}

#mobile_nav {
  display: none;
}

div.mobile_nav_text {
  display: none;
}

@media (max-width: 1900px) {
  div#service_bg:after {
    background-position: left 5% top -45px;
  }
}

@media (max-width: 1075px) {
  div.content_container,
  div.top_container,
  div.bottom_container {
    width: 85%;
  }
  footer div {
    width: 90%;
  }
  div#service_bg:after {
    background-position: left -5% top -45px;
  }
  div.marquee_img {
    width: 45%;
  }
  div.marquee_info {
    width: 55%;
  }
}

@media (max-width: 940px) {
  .skew_pos {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 855px) {
  div.content_container {
    width: 90%;
    padding: 70px 0;
  }
  div.inner_container {
    width: 90%;
  }
  div.accomplishment {
    padding: 20px 15px 20px 0;
    margin-top: 15px;
    min-height: 130px;
  }
  p.accom_stat.p18 {
    font-size: 1rem;
    line-height: 1.4em;
  }
  span.stat_heading {
    font-size: 1.75rem;
  }
  div.award_stat p {
    font-size: 3.438rem;
  }
  div.award_info p.p18,
  div#last_award p.p18 {
    font-size: 1rem;
  }
  div#service_bg:after {
    background-position: right -5% top -5%;
    background-size: 50%;
  }
  #mobile_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3500;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 1rem;
    color: black;
    padding: 0;
    margin: 0;
  }
  #mobile_nav:hover,
  #mobile_nav.opened {
    background: rgba(255, 255, 255, 1);
  }
  #mobile_nav:hover {
    cursor: pointer;
  }
  nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    opacity: 1;
    background: rgba(17, 45, 84, 0.8);
    padding-top: 80px;
    display: none;
  }
  div.mobile_nav_text {
    display: block;
    margin: 5px auto 0;
  }
  div.mobile_nav_text p {
    margin: 0;
    text-align: center !important;
  }
  nav:hover,
  nav:active,
  nav:focus {
    opacity: 1;
  }
  div.nav_item {
    margin: 0 auto;
    display: block;
    background: white;
    max-width: 300px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }
  div.nav_dot {
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
  }
  div.nav_text,
  div.nav_dot_div,
  div.nav_item:hover div.nav_text {
    display: none;
  }
  div.nav_item:hover {
    background: #112D54;
    color: white;
  }
  div.nav_item div.nav_dot a {
    margin: 0 auto;
    color: #112D54;
    text-decoration: none;
    width: 300px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  div.nav_item:hover div.nav_dot a {
    color: white;
    cursor: pointer;
  }
}

@media (max-width: 805px) {
  div.event {
    width: 48.5%;
  }
  div#spotlight_box {
    padding: 40px;
  }
  div.story {
    width: 49%;
  }
}

@media (max-width: 727px) {
  div#big_quote p {
    font-size: 2.5rem;
  }
  div#big_quote span {
    font-size: 1.25rem;
    font-weight: 300;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  div#marquee_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.marquee:nth-child(2n) {
    display: block;
  }
  div.marquee {
    width: 48%;
    display: block;
    background: #f5f5f5;
  }
  div.marquee_img {
    width: 100%;
    max-height: 200px;
  }
  div.marquee_img img {
    width: 100%;
  }
  div.marquee_info {
    width: 100%;
  }
  div#above_fold {
    min-height: 770px;
  }
  h1 {
    /* padding-top: 30px; */
  }
}

@media (max-width: 680px) {
  div.accomplishment {
    width: 100%;
    padding: 20px 20px 20px 0;
  }
  div.award {
    width: 100%;
    min-height: 90px;
  }
  div.accom_icon_div,
  div.award_stat {
    width: 25%;
  }
  div.accom_stat_div,
  div.award_info {
    width: 75%;
  }
  div#last_award p {
    width: 95%;
  }
  div#service_bg:after {
    background-position: right -3% top -3%;
    background-size: 40%;
  }
  .skew_neg {
    margin: 60px 0;
    padding: 55px 40px 40px;
  }
  .skew_pos {
    width: 85%;
  }
  .skew_pos p {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
  div.office {
    width: 100%;
    margin-top: 40px;
  }
  div.office p.office_of,
  div.office p.p18 {
    font-size: 0.9375rem;
  }
  span.office_name {
    font-size: 1.25rem;
  }
}

@media (max-width: 582px) {
  div#big_quote p {
    font-size: 2.125rem;
  }
  .p18 {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.563rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  div#spotlight_box {
    margin: 50px auto 0;
    padding: 30px;
  }
  div.marquee {
    width: 100%;
  }
  div.marquee_img {
    max-height: 300px;
  }
  div#above_fold {
    min-height: 490px;
  }
  h1 {
    font-size: 2.5rem;
    padding-top: 0;
  }
  h1 span {
    font-size: 1.563rem;
  }
  div.story {
    width: 100%;
  }
}

@media (max-width: 540px) {
  div.event {
    width: 100%;
  }
  div#service_bg:after {
    background-position: right 0 top 0;
  }
}

@media (max-width: 494px) {
  div#big_quote p {
    font-size: 1.875rem;
  }
  div.accom_icon_div,
  div.award_stat {
    width: 30%;
  }
  div.accom_stat_div,
  div.award_info {
    width: 70%;
  }
}

@media (max-width: 436px) {
  div#big_quote p {
    font-size: 1.5rem;
  }
}
