/*all styles for landing pages should go here*/


/*app promo*/

div#mobile-app-promo {
  padding: 5px;
}

#mobile-app-promo p {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

img.store-badge {
  width: 135px;
  vertical-align: middle;
  max-width: 50%;
}

img.store-badge.itunes {
  padding: 7px;
  width: 123px;
}

span.close-app-promo {
  margin: auto;
  display: table;
  position: absolute;
  left: 92%;
  top: -3%;
  font-size: 44px;
}

.app-promo-content p.title {
    width: 89%;
    margin: auto;
}


.view-fafsa-announcements #mobile-app-promo p {
  text-align: left;
}

.view-fafsa-announcements div#mobile-app-promo {
  padding: 0px;
  margin-left: 0;
}

.view-fafsa-announcements .app-promo-content {
  margin-left: 0;
}


/*Landing Page Hero Header - bg images*/

.node-type-landing-page #zone-preface-wrapper {
  background: url('/sites/all/themes/ise/images/hero_stock_image_2.png') center center no-repeat;
  background-size: cover;
  color: #ffffff;
  /*min-height: 400px;*/
  overflow-y: auto;
  height: auto;
  padding-top: 0;
  overflow-x: hidden;
}

.node-type-landing-page.topic-preparing #zone-preface-wrapper {
  background: url('/sites/all/themes/ise/images/hero_stock_image_2.png') center center no-repeat;
  background-size: cover;
}

.node-type-landing-page.topic-types-of-aid #zone-preface-wrapper {
  background: url('/sites/all/themes/ise/images/hero_stock_image_3.png') center center no-repeat;
  background-size: cover;
}

.node-type-landing-page.topic-eligibility #zone-preface-wrapper {
  background: url('/sites/all/themes/ise/images/hero_stock_image_4.png') center center no-repeat;
  background-size: cover;
}

.node-type-landing-page.topic-repaying #zone-preface-wrapper {
  background: url('/sites/all/themes/ise/images/hero_stock_image_5.png') center center no-repeat;
  background-size: cover;
}

.node-type-landing-page.topic-applying #zone-preface-wrapper {
  background: url('/sites/all/themes/ise/images/hero_stock_image_fafsa.png') center center no-repeat;
  background-size: cover;
}

.node-type-landing-page.topic-applying .login-modal-block {
  display: none;
}


@media all and (min-width: 768px) {
  .node-type-landing-page #zone-preface-wrapper {
    min-height: 400px;
  }
}






/*Landing Page Hero Header CTA*/

.landing-hero-cta {
  text-transform: uppercase;
  background-color: #227AA7;
  /*padding: 20px;*/
  /*width: 250px;*/
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero-cta a {
  background-image: url(/sites/all/themes/ise/images/white_symbol_right.png);
  background-size: 13px 16px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  display: block;
  background-color: #227AA7;
  height: auto;
  width: fit-content;
  width: -moz-fit-content;
  padding: 20px 35px 20px 20px;
  margin-left: auto;
  margin-right: auto;
}

.fafsa-hero-wrapper .landing-hero-cta a {
  background-image: none;
  width: 250px;
}

.landing-hero-cta img {
  width: 14px;
  height: 22px;
  vertical-align: middle;
}

.landing-hero-cta a:link,
.landing-hero-cta a:visited,
.landing-hero-cta a:active {
  color: #ffffff;
  text-decoration: none;
}


.landing-hero h1 a:link,
.landing-hero h1 a:visited,
.landing-hero h1 a:active,
.landing-hero h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 320px) {
  .landing-hero-cta {
    width: 220px !important;
  }

  .topic-applying .landing-hero .landing-hero-cta a {
    width: 200px !important;
  }

  .topic-applying .landing-hero .landing-hero-cta {
    width: auto !important;
  }
}

@media all and (max-width: 400px) {
  .landing-hero-cta {
    width: 325px;
  }
  .view-hero-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #region-preface-first {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb {
    padding-left: 25px !important;
  }

  #zone-preface-wrapper {
    padding-bottom: 40px !important;
  }
}

@media all and (max-width: 1023px) {
  .breadcrumb {
    padding-left: 25px !important;
  }
}


@media all and (min-width: 769px) {
  .fafsa-hero-wrapper .landing-hero-cta a {
    background-image: none;
    width: 200px;
  }

  .fafsa-hero-wrapper .landing-hero-cta {
    max-width: 250px;
  }
}

.node-type-landing-page #zone-preface {
  width: 100%;
}

.node-type-landing-page .field-name-field-sectioned-content .odd {
  background: url('/sites/all/themes/ise/images/wavy_bg.png');
}

.node-type-landing-page .zone-content {
  width: 100%;
}

.node-type-landing-page #region-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.node-type-landing-page #region-content .region-content-inner {
  border: none;
}

#breadcrumb {
  width: 100%;
  margin: 0;
  background-color: rgba(46, 46, 46, 0.4);
}

.breadcrumb {
  padding-bottom: 0;
  padding: 10px;
  padding-left: 90px;
  font-weight: bold;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

#region-preface-first {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

body.node-type-landing-page #zone-preface h1 {
  font-size: 48px !important;
  font-family: Arial, sans-serif !important;
  color: #ffffff;
  margin-top: 51px;
  line-height: 44px;
}

body.node-type-landing-page.topic-applying #zone-preface h1 {
  margin-top: 0;
}

body.node-type-landing-page.topic-applying .deadline-info h3 {
  margin-top: 48px !important;
  line-height: 72px !important;
  margin-left: 46px;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #444444;
}


body.node-type-landing-page.topic-applying .fafsa-help-container h3 {
  margin-left: 0;
}

body.node-type-landing-page.topic-applying h4 {
  text-align: left;
  margin: 20px 46px;
  font-size: 28px;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
  color: #444444;
  line-height: 36px;
}

body.node-type-landing-page.topic-applying .student-aid-deadline p {
  margin: 0px 46px;
  color: #444444;
  line-height: 26px;
}

body.node-type-landing-page.topic-applying .student-aid-deadline #sa-deadline-submit p {
  margin: 0px auto;
  color: #fff;
}

body.node-type-landing-page #zone-preface h1 sup {
  font-size: 30px !important;
  line-height: 0;
}



.landing-hero p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
}

.landing-hero h3 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.07px;
  /*text-align: left;*/
}

.topic-applying .landing-hero h3 {
  margin-top: 0;
}

.fafsa-user-desc ul {
  list-style: none;
  font-family: 'Droid Serif', serif;
}

.landing-hero hr {
  background-color: #ffffff;
  height: 3px;
  width: 94px;
  margin-left: auto;
  margin-right: auto;
}


.topic-applying .landing-hero .fafsa-user {
  width: 46%;
  float: left;
  text-align: center;
  /*min-height: 100px;*/
  padding: 0 2%;
}

.topic-applying .landing-hero .fafsa-user h3 sup {
  line-height: 0;
}


.topic-applying .landing-hero .fafsa-user-desc {
  width: 100%;
  /*float: left;*/
  text-align: center;
  padding-top: 20px;
  min-height: 70px;
}






/*.topic-applying .landing-hero .fafsa-user-desc:lang(es) {
  min-height: 100px;
}*/


/*.topic-applying .fafsa-user-desc ul {
  margin-left: 20px;
}*/

.fafsa-hero-wrapper hr {
  clear: both;
  background-color: #DEDEDE;
  height: 1px;
  width: 100%;
}

.node-type-landing-page.topic-applying .view-fafsa-announcements ul li {
  list-style-image: url(../images/list-bullet.png);
}


@media all and (max-width: 768px) {
  .view-fafsa-announcements {
    padding-top: 10px;
  }

  .topic-applying .landing-hero .fafsa-user {
    width: 100%;
    clear: both;
    padding: 0;
    margin-top: 20px;
  }

  body.node-type-landing-page.topic-applying h3 {
    margin: 0 !important;
  }


  body.node-type-landing-page.topic-applying .sa-deadline-data h3 {
    margin: 0 27px !important;
  }

  .landing-hero .landing-hero-cta {
    clear: both;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .deadline-info hr {
    margin-left: 27px !important;
  }

  body.node-type-landing-page.topic-applying h4 {
    margin: 20px 27px;
  }

  .topic-applying .landing-hero .landing-hero-cta a {
    float: none;
    width: 250px;
  }

  body.node-type-landing-page.topic-applying .home-announcement ul li div p {
    margin: 0;
  }

  .topic-applying .view-hero-header {
    margin-bottom: 0 !important;
  }

  .view-fafsa-announcements .view-footer p.fafsa-landing-disclaimer {
    margin: 20px 0;
    width: 100%;
  }

  .view-fafsa-announcements .home-announcement ul li div {
    margin-left: 5px;
  }

  .block-fafsa-announcements-block-1 {
    padding: 20px 50px;
  }

  .deadline-select-boxes select {
    width: 250px !important;
    margin: 10px 0 !important;
  }

  .fafsa-hero-wrapper hr {
    margin-top: 20px;
  }

  .topic-applying .view-hero-header {
    height: auto !important;
  }

  .topic-applying #block-views-fafsa-announcements-block-1 {
    width: inherit !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-color: rgba(222, 222, 222, .15) !important;
    top: 0 !important;
  }
  .topic-applying #zone-content {
    top: 0 !important;
    margin-top: 0 !important;
  }
  .node-type-landing-page.topic-applying #region-content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 400px) {
  .landing-hero .landing-hero-cta {
    width: 250px;
  }
  .topic-applying .landing-hero .landing-hero-cta a {
    width: 200px;
  }
}

.view-hero-header {
  padding-left: 15%;
  padding-right: 15%;
}

.field-name-field-navigation {
  width: 20%;
  position: -webkit-sticky;
  position: inherit;
  top: 20px;
  height: 400px;
  padding-top: 10px;
  /*display: none;*/
  float: left;
}

#block-system-main .field-name-field-navigation ul li {
  list-style: none;
  line-height: 26px;
  padding: 0px;
  padding-left: 10px;
  /*apply border when the section is in view*/
  border-left: 5px solid transparent;
  /*font family/size*/
  font-family: 'News Cycle', Arial, Tahoma, sans-serif;
  font-size: 16px;
}

#block-system-main .field-name-field-navigation ul li a {
  text-decoration: none;
  color: #767676;
}

.sticky-content-navi ul .active {
  border-left: 3px solid #24843F !important;
}


.sticky-content-navi ul .bold a {
  color: #2E2E2D!important;
  font-weight: bold;
}

.field-name-field-sectioned-content {
  width: 100%;
  /*margin-top: -415px;*/
}

.field-name-field-sectioned-content .field-item {
  padding: 5px 10% 40px 25%;
}


@media all and (max-width: 1023px) {
  /* menu open, gray out background */
  #grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
  }

  .block-fafsa-announcements-block-1 {
    padding: 20px 50px;
  }

  .node-type-landing-page #region-content {
    width: auto;
  }

  .field-name-field-sectioned-content .field-item {
    padding: 20px 1% 40px 1%;
  }
  .field-name-field-navigation {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: -1px !important;
    background: #ffffff;
    padding-top: 10px;
    height: auto;
    z-index: 1;
    /* sticky nav extend to edge of screen*/
    margin-left: -10px;
    padding-right: 20px;
  }

  .mobile-sticky-content-navi {
    height: auto;
    width: 90%;
    padding-bottom: 9px;
  }

  .field-name-field-sectioned-content {
    width: 100%;
    margin-top: 0px;
  }
  #block-system-main .field-name-field-navigation ul.navigation-group {
    padding-left: 0;
    margin: 0;
  }

  .mobile-sticky-content-navi ul li {
    padding: 5px 10px;
    z-index: 2;
  }
  .mobile-sticky-content-navi ul li:not(.active) {
    float: left;
    /*width: 130px;*/
    width: 100%;
    display: none;
    /*background: #ddd;*/
  }

  .mobile-sticky-content-navi li.active {
    cursor: pointer;
  }

  .mobile-sticky-content-navi a#submit {
    z-index: 1;
  }

  .navi-horizontal-bar {
    left: 0;
    width: 100%;
    height: 4px;
    margin-bottom: 0px;
    position: sticky;
    overflow: hidden;
    /*background-color: yellow;*/
    content: "";
    display: table;
    table-layout: fixed;
  }

  .progress_bar {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #24843F;
    /*    -webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;*/
  }
}

.feature-cta a:fill-div {
  height: 100%;
  width: 100%;
}

.highlight .feature-cta img {
  margin-bottom: 5px;
}

@media all and (max-width: 1023px) {
  .feature-cta {
    clear: both;
    margin: 0px 25%;
    max-width: 100%;
  }

  .feature-content {
    float: none;
    width: 100%;
  }

  .feature-box-wrapper {
    text-align: center;
    display: block;
  }
  .field-name-field-sectioned-content .highlight {
    border: none;
    border-top: 5px solid #28A228;
    margin: 0 -20px 0 -20px;
    width: auto;
  }

  .highlight .feature-box-wrapper .feature-content p {
    padding-top: 0;
  }
}

@media all and (max-width: 400px) {
  .feature-cta {
    clear: both;
    margin: 0px 10px;
    width: auto;
  }

  .feature-box-wrapper {
    display: block;
  }
}


.node-landing-page h2 {
  font-size: 36px;
  font-family: 'News Cycle', Arial, Tahoma, sans-serif;
  color: #2E2E2D!important;
  font-weight: bold;
  line-height: 44px !important;
}

@media all and (max-width: 768px) {
  .node-landing-page h2 {
    font-size: 32px;
  }

  .view-hero-header {
    padding-left: 10%;
    padding-right: 10%;
  }
}















/*FAFSA Landing Page*/

.fafsa-landing-disclaimer {
  clear: both;
  font: 12px Arial, sans-serif;
  /*width: 320px;
  margin-left: auto;
  margin-right: auto;*/
  /*margin-top: 100px;*/
  /*margin-bottom: 100px;*/
  /*padding-top: 40px;*/
  text-align: center;
  margin-top: 25px;
}

.topic-applying .field-name-field-sectioned-content {
  width: 100%;
  margin-top: 0;
}

.topic-applying .view-hero-header {
  height: auto;
  margin-bottom: 100px;
}






/*.topic-applying .view-hero-header:lang(es) {
  height: 700px;
}*/

@media all and (min-width: 1242px) {
  /*.topic-applying .view-hero-header:lang(es) {
    height: 650px;
  }
*/
  .topic-applying .landing-hero .fafsa-user-desc p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}

.topic-applying #zone-content {
  top: -80px;
  position: relative;
}

.block-fafsa-announcements-block-1 .block-title {
  font: 20px 'Droid Serif', serif;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2E2E2D;
}

.topic-applying #block-views-fafsa-announcements-block-1 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 10px 50px;
  border-top: 7px solid #24843F;
  /*border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;*/
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  top: -20px;
  min-height: 150px;
}

.topic-applying #block-views-fafsa-announcements-block-1 p {
  margin-bottom: 0;
  color: #2E2E2D;
}

.topic-applying #block-views-fafsa-announcements-block-1 li {
  font: 16px 'Droid Serif', serif;
  line-height: 24px;
  color: #2E2E2D;
}

.topic-applying .field-name-field-sectioned-content .field-item {
  padding: 50px 10% 40px 10%;
}

.deadline-select-error,
#alert-select {
  display: none;
}

.deadline-select-error {
  margin-top: 30px;
}

.deadline-select-error .alerts {
  width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-top: 50px;
  background-color: rgba(163, 70, 64, .15);
  border-left: 4px solid #a34640;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

#sa-deadline-data,
#sa-deadline-federal-info,
#sa-deadline-college-info,
#sa-deadline-state-info {
  display: none;
}

.federal-deadline {
  display: none;
}

.state-list {
  display: none;
}

#sa-deadline-state-selection,
#sa-deadline-year-selection {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
}

.deadline-info {
  float: left;
  width: 31%;
  margin: 0 1%;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

article .content .deadline-info hr {
  width: 77px;
  margin-left: 46px;
  background-color: #24843F !important;
  height: 3px;
  text-align: left;
}

.sa-deadline-data {
  width: 100%;
}

.sa-deadline-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sa-deadline-data h1 {
  margin: 0 10px 10px;
}

.landing-page-cta-btn {
  text-transform: uppercase;
  background-color: #227AA7;
  padding: 5px 10px;
  width: 240px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin: 50px auto;
}

.landing-page-cta-btn p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Tahoma, sans-serif;
}

.node-landing-page .fafsa-help-container .box_links h3 {
  margin-top: 60px;
  margin-bottom: 10px !important;
}

.node-landing-page .fafsa-help-container .box_links sup {
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .fafsa-help-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    /*padding: 0 200px;*/
    /*margin-top: 70px;*/
    margin-bottom: 70px;
  }

  .fafsa-help-link {
    width: 30%;
    max-width: 254px;
  }
}

@media all and (max-width: 768px) {
  .fafsa-help-link {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 72px;
  }
}

@media all and (max-width: 1024px) {
  .fafsa-help-container {
    padding: 0;
  }
}

.student-aid-deadline h2 {
  font-family: 'News Cycle', Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px !important;
}

.student-aid-deadline {
  text-align: center;
}

.student-aid-deadline .landing-page-cta-btn p {
  padding: 10px;
}

.deadline-select-boxes select {
  width: 300px;
  height: 52px;
  margin: 0 10px;
  padding: 0 20px;
  background-image: url('/sites/all/themes/ise/images/down-arrow-dark.png');
  background-position-x: 95%;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-y: 50%;
  -webkit-appearance: none;
}

.deadline-select-boxes select::-ms-expand {
  display: none;
}

@media all and (min-width: 625px) and (max-width: 915px) {
  .deadline-select-boxes select {
    width: 350px !important;
    margin: 10px auto;
  }
}

@media all and (min-width: 1165px) {
  .deadline-select-boxes select {
    width: 400px;
  }
}

@media all and (max-width: 768px) {
  .deadline-info {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .sa-deadline-wrapper {
    width: 100%;
  }

  .deadline-select-boxes p {
    margin: 0 !important;
  }

  .topic-applying .landing-hero .fafsa-user-desc {
    width: 100%;
    padding-top: 0;
  }


  .sa-deadline-data p {
    margin: 10px 27px !important;
  }

  .sa-deadline-data h1,
  .sa-deadline-data h2,
  .student-aid-deadline h2 {
    margin: 0 !important;
  }

  .fafsa-landing-disclaimer {
    clear: both;
    font: 12px Arial, sans-serif;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }
}

.fafsa-help-container {
  text-align: center;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.fafsa-help-link {

  max-width: 254px;
}

.fafsa-help-link sup {
  line-height: 0;
}

.fafsa-help-container h3 {
  text-align: center;
  font-weight: bold;
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  color: #2E2E2D;
}

.fafsa-help-container p {
  font-size: 16px;
  font-family: 'Droid Serif', serif;
  line-height: 26px !important;
  color: #2E2E2D;
}

.fafsa-help-container a:link,
.fafsa-help-container a:visited {
  text-transform: uppercase;
  color: #24843F;
  font: 12px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}


.fafsa-help-container a:link.lexicon-term,
.fafsa-help-container a:visited.lexicon-term {
  text-transform: none;
  font-size: 16px;
  font-family: 'Droid Serif', serif;
  font-weight: normal;
}






/*
* Minor tweaks - desktop
*/

@media only screen and (min-width:1024px) {
  /* top margin too small between hero and content */
  #block-system-main {}

  .field-name-field-navigation {
    width: 23%;
    /*min-width: 335px;*/
  }
}

@media only screen and (max-width:1023px) {
  .field.field-name-field-navigation.field-type-text-long.field-label-hidden .field-items .field-item.even {
    background: url(/sites/all/themes/ise/images/menu-down.png) no-repeat;
    background-size: 20px 15px;
    background-position: 97% 0%;
  }

  .field-item.even.opened {
    background: url(/sites/all/themes/ise/images/menu-up.png) no-repeat!important;
    background-size: 20px 15px!important;
    background-position: 97% 0%!important;
  }
}

p.help-container-cta a {
  background-image: url(/sites/all/themes/ise/images/green_arrow_right.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
}






/**
* "Share this" link
*/

.share-this {
  display: block;
  background: url(/sites/all/themes/ise/images/share-icon.png) no-repeat;
  background-size: 12px 12px;
  /*width: 15px;*/
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none !important;
  color: #797979;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  background-position-y: 25%;
}


.field-name-field-sectioned-content a.share-this {
  color: #767676;
  padding-left: 14px;
}



/*.share-this:lang(en) {
  background: url(/sites/all/themes/ise/images/share_link.png) no-repeat;
  }*/


/* highlights (focuses) the "Share This" button */

.share-this:focus {
  border: 1px dotted green;
}




/*.share-this:lang(es) {
  background: url(/sites/all/themes/ise/images/share_link_es.png) no-repeat;
}*/

.share_tooltip {
  background-color: #24843F;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #FFFFFF;
  display: inline-block;
}

.share_check {
  background-image: url(/sites/all/themes/ise/images/white-check-mark.png);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.share_x {
  display: inline-block;
  margin-left: -7%;
  margin-right: 7%;
  float: right;
  top: -5px;
  position: relative;
  font-size: 23px;
  cursor: pointer;
}




/*Share This mobile*/

@media only screen and (max-width:1023px) {
  .share-this:lang(en) {
    /*background: url(/sites/all/themes/ise/images/share_link.png) no-repeat;*/
    width: 87px;
    /*height: 20px;*/
    margin: auto;
    cursor: pointer;
  }

  .share-this:lang(es) {
    /*background: url(/sites/all/themes/ise/images/share_link_es.png) no-repeat;*/
    width: 140px;
    /*height: 20px;*/
    margin: auto;
    cursor: pointer;
  }
}







/**
* Related Topics
*/

#related-topics-wrapper {
  width: inherit;
  height: inherit;
  overflow: auto;
}

#related-topics-wrapper ul {
  margin: 0;
}

#related-topics-wrapper li {
  list-style: none;
  margin-left: 0;
}

.topic-wrapper {
  /*padding-bottom: 15px;*/
  /*margin-left: 10px;*/
  float: left;
}

.topic-wrapper .p-wrapper a {
  text-decoration: none;
  font-weight: bold;
  float: left;
  background-image: url(/sites/all/themes/ise/images/green_arrow_right.png);
  background-size: 15px 12px;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 4px;
  display: block;
  padding-right: 30px;
  color: #24843f;
  font-family: 'News Cycle', Arial, Tahoma, sans-serif;
  font-size: 16px;
}

.p-wrapper a {
  max-width: 89%;
  margin-left: 0px;
  width: 75%;
}




/*.related-topics-arrow {
  background-image: url(/sites/all/themes/ise/images/green_arrow_right.png);
  height: 22px;
  width: 15px;
  background-size: 15px 12px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5px;
  margin-top: 7px;
}*/

@media only screen and (max-width:1023px) {

  .field-item.odd h2,
  .field-item.even h2 {
    text-align: center;
  }

  .topics-wrapper {
    margin-top: 40px;
  }

  #related-topics-wrapper li {
    margin-left: auto;
    margin-right: auto;
  }
  .topic-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topic-wrapper .p-wrapper a {
    text-align: center;
    width: auto;
  }

  .p-wrapper {
    overflow: auto;
  }
}

@media only screen and (min-width: 1024px) {

  .topic-wrapper {
    width: 31%;
  }

  .topic-wrapper .p-wrapper a {
    /*  text-align: center;
    width: auto;
    color: #24843f;
    font-family: 'News Cycle', Arial, Tahoma, sans-serif;
    font-size: 16px;*/
  }
}



/**
* Mobile Navigation 
*/

@media only screen and (max-width: 1023px) {
  .mobile-sticky-content-navi li.bold a {
    color: black!important;
    font-weight: bold;
  }
}

table th thead,
table th {
  background-color: #062531 !important;
  /*border-color: #994640;
  border-style: solid;
  border: 1px;*/
}




/* 508 "Enter" for View Deadlines Button */

.landing-page-cta-btn:focus {
  border: 1px dotted white;
}




/* End 508 Button */

@media only screen and (max-width: 1023px) {
  .fafsa-help-link .box_links br {
    display: none;
  }
}
