/*
Theme Name: Nelnet.com
Author: Nelnet Communication Services
Description: Custom theme for Nelnet.com by Nelnet Communication Services


/*--------------------------------------------------------------
>>> CSS STANDARDS
----------------------------------------------------------------
1. Place in appropriate section
2. Add new sections to the Table of Contents
3. Declaration selectors should each occupy a new line
4. Enter one new line between declarations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - SASS
	1.1 - Variables
	1.2 - Mixins
2.0 - Typography
	2.1 - Headings
	2.2 - Body Copy
	2.3 - Buttons
	2.4 - Forms
	2.5 - Lists
	2.6 - Tables
3.0 - Navigation Menus
4.0 - Content
	4.1 - Site Structure
	4.2 - Site Header
	4.3 - Site Footer
5.0 - Media
	5.1 - WordPress Defaults
	5.2 - Icon Font
6.0 - Utility
	6.1 - Background Colors
	6.2 - Text Colors
	6.3 - Text Sizes & Weights
	6.4 - Borders
	6.5 - Alignments
  6.6 - Footnotes
7.0 - CSP
8.0 - Chat Box
9.0 - Timeline Cards
10.0 - Boostrap Classes
  10.1 - Flex
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - SASS
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,600italic);
@import url("https://use.fontawesome.com/releases/v5.0.9/css/all.css");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*---------------------------
1.1 - Variables
--------------------------- */
/* Text Sizes */
/*---------------------------
1.2 - Mixins
--------------------------- */
/* mixins.scss */
.txt-xxs {
  font-size: 70%; }

.txt-xs {
  font-size: 80%; }

.txt-sm {
  font-size: 90%; }

.txt-md {
  font-size: 115%; }

.txt-lg {
  font-size: 140%; }

.txt-xl {
  font-size: 180%; }

/* Margins and Paddings */
.m-none {
  margin: 0; }

.m-t-none {
  margin-top: 0; }

.m-r-none {
  margin-right: 0; }

.m-b-none {
  margin-bottom: 0; }

.m-l-none {
  margin-left: 0; }

.p-none {
  padding: 0; }

.p-t-none {
  padding-top: 0; }

.p-r-none {
  padding-right: 0; }

.p-b-none {
  padding-bottom: 0; }

.p-l-none {
  padding-left: 0; }

.m-xxs {
  margin: 5px; }

.m-t-xxs {
  margin-top: 5px; }

.m-r-xxs {
  margin-right: 5px; }

.m-b-xxs {
  margin-bottom: 5px; }

.m-l-xxs {
  margin-left: 5px; }

.p-xxs {
  padding: 5px; }

.p-t-xxs {
  padding-top: 5px; }

.p-r-xxs {
  padding-right: 5px; }

.p-b-xxs {
  padding-bottom: 5px; }

.p-l-xxs {
  padding-left: 5px; }

.m-xs {
  margin: 15px; }

.m-t-xs {
  margin-top: 15px; }

.m-r-xs {
  margin-right: 15px; }

.m-b-xs {
  margin-bottom: 15px; }

.m-l-xs {
  margin-left: 15px; }

.p-xs {
  padding: 15px; }

.p-t-xs {
  padding-top: 15px; }

.p-r-xs {
  padding-right: 15px; }

.p-b-xs {
  padding-bottom: 15px; }

.p-l-xs {
  padding-left: 15px; }

.m-sm {
  margin: 25px; }

.m-t-sm {
  margin-top: 25px; }

.m-r-sm {
  margin-right: 25px; }

.m-b-sm {
  margin-bottom: 25px; }

.m-l-sm {
  margin-left: 25px; }

.p-sm {
  padding: 25px; }

.p-t-sm {
  padding-top: 25px; }

.p-r-sm {
  padding-right: 25px; }

.p-b-sm {
  padding-bottom: 25px; }

.p-l-sm {
  padding-left: 25px; }

.m-md {
  margin: 40px; }

.m-t-md {
  margin-top: 40px; }

.m-r-md {
  margin-right: 40px; }

.m-b-md {
  margin-bottom: 40px; }

.m-l-md {
  margin-left: 40px; }

.p-md {
  padding: 40px; }

.p-t-md {
  padding-top: 40px; }

.p-r-md {
  padding-right: 40px; }

.p-b-md {
  padding-bottom: 40px; }

.p-l-md {
  padding-left: 40px; }

.m-lg {
  margin: 60px; }

.m-t-lg {
  margin-top: 60px; }

.m-r-lg {
  margin-right: 60px; }

.m-b-lg {
  margin-bottom: 60px; }

.m-l-lg {
  margin-left: 60px; }

.p-lg {
  padding: 60px; }

.p-t-lg {
  padding-top: 60px; }

.p-r-lg {
  padding-right: 60px; }

.p-b-lg {
  padding-bottom: 60px; }

.p-l-lg {
  padding-left: 60px; }

.m-xl {
  margin: 80px; }

.m-t-xl {
  margin-top: 80px; }

.m-r-xl {
  margin-right: 80px; }

.m-b-xl {
  margin-bottom: 80px; }

.m-l-xl {
  margin-left: 80px; }

.p-xl {
  padding: 80px; }

.p-t-xl {
  padding-top: 80px; }

.p-r-xl {
  padding-right: 80px; }

.p-b-xl {
  padding-bottom: 80px; }

.p-l-xl {
  padding-left: 80px; }

.m-xxl {
  margin: 100px; }

.m-t-xxl {
  margin-top: 100px; }

.m-r-xxl {
  margin-right: 100px; }

.m-b-xxl {
  margin-bottom: 100px; }

.m-l-xxl {
  margin-left: 100px; }

.p-xxl {
  padding: 100px; }

.p-t-xxl {
  padding-top: 100px; }

.p-r-xxl {
  padding-right: 100px; }

.p-b-xxl {
  padding-bottom: 100px; }

.p-l-xxl {
  padding-left: 100px; }

/* TABLET
Margins and Paddings */
@media screen and (max-width: 992px) {
  .t-m-none {
    margin: 0; }

  .t-m-t-none {
    margin-top: 0; }

  .t-m-r-none {
    margin-right: 0; }

  .t-m-b-none {
    margin-bottom: 0; }

  .t-m-l-none {
    margin-left: 0; }

  .t-p-none {
    padding: 0; }

  .t-p-t-none {
    padding-top: 0; }

  .t-p-r-none {
    padding-right: 0; }

  .t-p-b-none {
    padding-bottom: 0; }

  .t-p-l-none {
    padding-left: 0; }

  .t-m-xs {
    margin: 15px; }

  .t-m-t-xs {
    margin-top: 15px; }

  .t-m-r-xs {
    margin-right: 15px; }

  .t-m-b-xs {
    margin-bottom: 15px; }

  .t-m-l-xs {
    margin-left: 15px; }

  .t-p-xs {
    padding: 15px; }

  .t-p-t-xs {
    padding-top: 15px; }

  .t-p-r-xs {
    padding-right: 15px; }

  .t-p-b-xs {
    padding-bottom: 15px; }

  .t-p-l-xs {
    padding-left: 15px; }

  .t-m-sm {
    margin: 25px; }

  .t-m-t-sm {
    margin-top: 25px; }

  .t-m-r-sm {
    margin-right: 25px; }

  .t-m-b-sm {
    margin-bottom: 25px; }

  .t-m-l-sm {
    margin-left: 25px; }

  .t-p-sm {
    padding: 25px; }

  .t-p-t-sm {
    padding-top: 25px; }

  .t-p-r-sm {
    padding-right: 25px; }

  .t-p-b-sm {
    padding-bottom: 25px; }

  .t-p-l-sm {
    padding-left: 25px; }

  .t-m-md {
    margin: 40px; }

  .t-m-t-md {
    margin-top: 40px; }

  .t-m-r-md {
    margin-right: 40px; }

  .t-m-b-md {
    margin-bottom: 40px; }

  .t-m-l-md {
    margin-left: 40px; }

  .t-p-md {
    padding: 40px; }

  .t-p-t-md {
    padding-top: 40px; }

  .t-p-r-md {
    padding-right: 40px; }

  .t-p-b-md {
    padding-bottom: 40px; }

  .t-p-l-md {
    padding-left: 40px; } }
/* MOBILE
Margins and Paddings */
@media screen and (max-width: 768px) {
  .m-m-none {
    margin: 0; }

  .m-m-t-none {
    margin-top: 0; }

  .m-m-r-none {
    margin-right: 0; }

  .m-m-b-none {
    margin-bottom: 0; }

  .m-m-l-none {
    margin-left: 0; }

  .m-p-none {
    padding: 0; }

  .m-p-t-none {
    padding-top: 0; }

  .m-p-r-none {
    padding-right: 0; }

  .m-p-b-none {
    padding-bottom: 0; }

  .m-p-l-none {
    padding-left: 0; }

  .m-m-xs {
    margin: 15px; }

  .m-m-t-xs {
    margin-top: 15px; }

  .m-m-r-xs {
    margin-right: 15px; }

  .m-m-b-xs {
    margin-bottom: 15px; }

  .m-m-l-xs {
    margin-left: 15px; }

  .m-p-xs {
    padding: 15px; }

  .m-p-t-xs {
    padding-top: 15px; }

  .m-p-r-xs {
    padding-right: 15px; }

  .m-p-b-xs {
    padding-bottom: 15px; }

  .m-p-l-xs {
    padding-left: 15px; }

  .m-m-sm {
    margin: 25px; }

  .m-m-t-sm {
    margin-top: 25px; }

  .m-m-r-sm {
    margin-right: 25px; }

  .m-m-b-sm {
    margin-bottom: 25px; }

  .m-m-l-sm {
    margin-left: 25px; }

  .m-p-sm {
    padding: 25px; }

  .m-p-t-sm {
    padding-top: 25px; }

  .m-p-r-sm {
    padding-right: 25px; }

  .m-p-b-sm {
    padding-bottom: 25px; }

  .m-p-l-sm {
    padding-left: 25px; }

  .m-m-md {
    margin: 40px; }

  .m-m-t-md {
    margin-top: 40px; }

  .m-m-r-md {
    margin-right: 40px; }

  .m-m-b-md {
    margin-bottom: 40px; }

  .m-m-l-md {
    margin-left: 40px; }

  .m-p-md {
    padding: 40px; }

  .m-p-t-md {
    padding-top: 40px; }

  .m-p-r-md {
    padding-right: 40px; }

  .m-p-b-md {
    padding-bottom: 40px; }

  .m-p-l-md {
    padding-left: 40px; } }
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
.btn-secondary {
  color: #204600;
  border-color: #204600;
  background-color: #97C93D;
  font-size: 16px;
  font-weight: 600; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #618E11;
    border-color: #618E11;
    color: #FFFFFF; }

.btn-link {
  text-decoration: underline;
  font-size: 16px; }

.card-bootstrap-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.75em; }
  .card-bootstrap-4 .card-shadow {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-color: #535453; }
  .card-bootstrap-4 .card-body :last-child {
    margin-bottom: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.d-flex {
  display: flex !important; }

.w-100 {
  width: 100% !important; }

.w-50 {
  width: 50% !important; }

.flex-column {
  flex-direction: column !important; }

@media screen and (max-width: 990px) and (min-width: 768px) {
  .t-m-t-lg {
    margin-top: 8.75rem; } }
/*--------------------------------------------------------------
2.0 - Typography
-------------------------------------------------------------- */
* {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px; }

a {
  color: #3473ac;
  text-decoration: underline; }
  a:focus, a:active {
    outline: 1px solid; }

a.btn, a.dropdown-toggle, .dropdown-menu a, .panel-heading a {
  text-decoration: none; }

p a, .page-content ul li a {
  text-decoration: underline; }
  p a:focus, p a:active, .page-content ul li a:focus, .page-content ul li a:active {
    outline: 1px solid; }

.page-content ul li a.btn, p a.btn {
  text-decoration: none; }

.block {
  display: block; }

sub,
sup {
  display: inline-block; }

.text-blue {
  color: #3473ac !important; }

.text-green {
  color: #3c740a !important; }

/*---------------------------
2.1 - Headings
--------------------------- */
h1,
.h1 {
  font-weight: 300;
  color: #3c740a;
  font-size: 46px; }

h2,
.h2 {
  color: #3473ac;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 35px; }

h3,
.h3 {
  font-size: 24px;
  color: #3c740a;
  margin-bottom: 15px;
  margin-top: 30px; }

h4,
.h4 {
  font-size: 20px;
  color: #3473ac;
  margin-bottom: 16px;
  margin-top: 16px;
  font-weight: 400; }

h5,
.h5 {
  font-size: 16px;
  color: #3473ac;
  margin-bottom: 16px;
  margin-top: 16px;
  font-weight: 600; }

.text-small {
  font-size: 12px; }

/* xsmall devices (phones, up to 480px) */
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 38px; } }
/*---------------------------
2.2 - Body Copy
--------------------------- */
.screenshot-section p, .screenshot-section ul li {
  font-size: 16px; }

.contact-section ul {
  list-style: none;
  margin-top: 0; }

.contact-section li {
  display: inline;
  margin-right: 10px; }

.contact-section a, .link {
  text-decoration: underline; }

.contact-section a, .contact-section p {
  font-size: 16px;
  font-weight: 300; }

.page-content ol li, .page-content ul li {
  margin-bottom: 12px; }

/*---------------------------
2.3 - Buttons
--------------------------- */
.btn-xl {
  padding: 14px 20px;
  font-size: 22px;
  line-height: 1.33;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

.btn-green-bg-outline {
  background: transparent;
  color: #204600;
  border: 1px solid #204600; }
  .btn-green-bg-outline:hover, .btn-green-bg-outline:focus {
    background: #204600;
    color: #ffffff; }

.btn-blue-outline, #app-nav .btn-outline {
  background: none;
  color: #3473ac;
  border: 1px solid #3473ac; }
  .btn-blue-outline:hover, .btn-blue-outline:focus, #app-nav .btn-outline:hover, #app-nav .btn-outline:focus {
    background: #3473ac;
    color: #ffffff; }

.btn-grey-outline {
  background: none;
  color: #666666;
  border: 1px solid #666666; }
  .btn-grey-outline:hover, .btn-grey-outline:focus {
    background: #666666;
    color: #ffffff; }

#app-nav .btn-outline {
  margin-top: 10px; }

.btn-green-outline {
  background: none;
  color: #3c740a;
  border: 1px solid #3c740a; }
  .btn-green-outline:hover, .btn-green-outline:focus {
    background: #3c740a;
    color: #ffffff; }

.btn-white-outline {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .btn-white-outline:hover, .btn-white-outline:focus {
    background: #ffffff;
    color: #3473ac; }

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #607a1e; }
  .btn-success:hover em, .btn-success:focus em, .btn-success:active em {
    color: #ffffff; }

.btn-default:focus, .btn-default:active {
  outline: 1px solid;
  outline-offset: -5px; }

.btn-primary:focus, .btn-primary:active {
  outline: 1px solid #ffffff;
  outline-offset: -5px; }

#search-button:focus, #search-button:active {
  outline: 1px solid;
  outline-offset: -5px; }

.btn-container, .btn-container-md {
  text-align: center; }

/* xsmall devices (phones, up to 480px) */
@media (max-width: 480px) {
  .btn-container-md a {
    display: block;
    margin: 0 30px 8px; }

  .btn-lg {
    font-size: 16px; }

  .btn-container a {
    max-width: 300px; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .btn-container {
    text-align: left; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .btn-container-md {
    text-align: left; } }
/*---------------------------
2.4 - Forms
--------------------------- */
textarea {
  resize: none; }

#app-nav {
  padding: 16px 20px 26px 20px;
  z-index: 100;
  border-radius: 4px;
  margin-top: 28px;
  margin-left: 20px;
  margin-bottom: 120px;
  max-width: 320px;
  min-height: 320px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.modal #app-nav {
  margin: 0; }

.modal .modal-login {
  width: 320px;
  margin: 0 auto; }

#app-nav .form-group {
  margin-top: 10px; }

#app-nav .panel {
  margin-bottom: 10px; }

#app-nav .h2,
#app-nav h2 {
  font-size: 120%;
  margin: 0;
  padding: 10px 0 2px;
  font-weight: 400; }

#app-nav .h2 .glyphicon,
#app-nav h2 .glyphicon {
  color: #999999;
  font-size: 80%;
  padding-right: 5px; }

#app-nav .input-group-addon .glyphicon {
  /*color:#999;*/
  font-size: 80%; }

#app-nav .radio {
  font-weight: 400;
  font-size: 90%; }

#app-nav .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#app-nav .form-control {
  height: 35px; }

.demo-form .form-group {
  margin: 0 0 15px 0; }

.demo-form {
  margin-bottom: 40px; }

.demo-form.demo-form-interior {
  margin-bottom: 0; }

.right-form {
  border-top: solid 8px #182e04;
  padding-top: 25px; }

.styled [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.form-inline.ssn .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

#loantypewrap {
  z-index: 10;
  position: relative; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #app-nav {
    margin-bottom: 0;
    margin-left: 0; } }
/*---------------------------
2.5 - Lists
--------------------------- */
ol ol, ol ul, ul ol, ul ul {
  padding-left: 15px; }

.list-no-style {
  list-style: none; }

.accordion-trigger a,
.accordion-trigger button.btn-link {
  position: relative;
  left: 25px;
  margin: 15px 15px 15px 0;
  padding: 0;
  display: block;
  text-decoration: none;
  text-align: left;
  color: #3473ac; }
  .accordion-trigger a:focus, .accordion-trigger a:active,
  .accordion-trigger button.btn-link:focus,
  .accordion-trigger button.btn-link:active {
    outline: 1px solid; }
  .accordion-trigger a.collapsed:before, .accordion-trigger a.accordion-collapsed:before,
  .accordion-trigger button.btn-link.collapsed:before,
  .accordion-trigger button.btn-link.accordion-collapsed:before {
    content: "\f0fe"; }
  .accordion-trigger a:before,
  .accordion-trigger button.btn-link:before {
    font-family: "FontAwesome";
    top: 0;
    left: -25px;
    content: "\f146";
    position: absolute;
    color: #8dce19; }
  .accordion-trigger a.text-blue,
  .accordion-trigger button.btn-link.text-blue {
    color: #3473ac; }
    .accordion-trigger a.text-blue:before,
    .accordion-trigger button.btn-link.text-blue:before {
      color: #3473ac; }
  .accordion-trigger a.text-green,
  .accordion-trigger button.btn-link.text-green {
    color: #3c740a; }
    .accordion-trigger a.text-green:before,
    .accordion-trigger button.btn-link.text-green:before {
      color: #3c740a; }

.accordion-trigger.anchor:before {
  content: "";
  margin-top: -146px; }

.search-result span {
  display: block;
  font-size: 14px;
  color: #666666; }

a.pdf, a.search-result, a.external {
  position: relative;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 25px; }

a.pdf, a.external {
  left: 25px; }
  a.pdf:before, a.external:before {
    font-family: "FontAwesome";
    top: -2px;
    left: -25px;
    position: absolute;
    color: #8dce19;
    font-size: 20px; }

a.pdf:before {
  content: "\f1c1"; }

.icon-info:before {
  content: "\f05a";
  font-family: "FontAwesome";
  font-size: 2rem;
  padding-right: 0.5rem;
  color: #3473ac; }
.icon-info.text-green:before {
  color: #3c740a; }

a.external:before {
  content: "\f08e"; }

.resource-links ul {
  margin-bottom: 10px; }

.resource-links a.pdf {
  margin: 0 36px 8px 0; }

.page-content .list-group {
  box-shadow: none;
  -webkit-box-shadow: none; }

.page-content .list-group .list-group-item {
  border: none;
  background: none; }

ul.check-list {
  padding: 0; }
  ul.check-list ul {
    margin: 2em 0; }
  ul.check-list li {
    margin: 1em 1em 1em 3em;
    list-style: none;
    padding: 0; }
    ul.check-list li:before {
      content: "\f00c";
      font-family: "FontAwesome";
      float: left;
      margin-left: -1.5em;
      color: #8dce19; }

/*---------------------------
2.6 - Tables
--------------------------- */
.nn-table {
  border-bottom: 4px solid #8dce19; }

.nn-table-blue {
  border-bottom: 4px solid #359cd7; }

.nn-table.table > thead > tr > th, .nn-table.table > tbody > tr > th, .nn-table-blue.table > thead > tr > th, .nn-table-blue.table > tbody > tr > th {
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px; }

.work-together {
  border-bottom: 4px solid #8dce19; }
  .work-together th[scope="col"] {
    font-size: 2rem;
    color: white; }
  .work-together th {
    font-size: 1.5rem;
    color: #204600;
    font-weight: 700;
    width: 50%; }
  .work-together tr, .work-together th, .work-together td {
    border: 1px solid #b2b4b6;
    padding: 1rem 2rem;
    text-align: center;
    vertical-align: top; }
    .work-together tr ul, .work-together th ul, .work-together td ul {
      text-align: left; }

#in-more-detail.work-together td {
  text-align: left; }

/*---Statement Style for Table */
.b-b-dotted {
  border-bottom: 1px dotted #cccccc; }

hr.b-b-dotted {
  border-top: 0 !important; }

.b-t-dotted {
  border-top: 1px dotted #cccccc; }

.txt-normal {
  font-weight: 400; }

.txt-sm {
  font-size: 80%; }

.p-b-xxs {
  padding-bottom: 3px; }

.statement-box {
  border-top: 1px solid #72b404;
  border-bottom: 1px solid #72b404;
  background: #fbfcf4 !important;
  position: relative; }

.green-border {
  border: solid 1px #3c740a; }

/*--------------------------------------------------------------
3.0 - Navigation Menus
-------------------------------------------------------------- */
.header-bar {
  background: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1000; }

.header-top-search {
  margin: 0;
  z-index: 999;
  background: #3c740a; }

.navbar-default .navbar-nav > li > a {
  width: 200px;
  font-weight: bold; }

.navbar-nav .open .dropdown-menu {
  background-color: #ffffff; }

.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.top-nav .alt-nav {
  margin-left: 5px; }

.top-nav .alt-nav a {
  font-weight: 400; }

.nav > li {
  border-bottom: solid 1px;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2); }

.dropdown-menu > li > ul {
  padding: 0;
  margin: 0; }

.dropdown-menu > li > ul > li {
  list-style: none;
  margin-bottom: 18px; }

.dropdown-menu > li > .main-subnav > li {
  border-left: solid #dddddd 5px; }

.dropdown-menu > li > .main-subnav > li:hover,
.dropdown-menu > li > .main-subnav > li:focus {
  border-left: solid #8dce19 5px; }

.dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666666;
  white-space: normal; }

.dropdown-menu > li .main-subnav > li > a:hover,
.dropdown-menu > li .main-subnav > li > a:focus {
  text-decoration: none;
  color: #444444;
  background-color: #f5f5f5; }

.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-header a {
  color: #3473ac;
  font-size: 18px;
  font-weight: bold; }

.dropdown-menu form {
  margin: 3px 20px; }

.dropdown-menu .form-group {
  margin-bottom: 3px; }

.nav-drop-title {
  color: #3473ac;
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px; }

.menu-icon {
  position: absolute; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .top-nav .alt-nav:before {
    content: " | ";
    float: left;
    padding-top: 13px;
    margin-right: 5px; }

  .top-nav .alt-nav a {
    float: left; } }
/*********************start-breadcrumbs*********************/
.breadcrumbs {
  margin-top: -20px;
  position: relative;
  z-index: 99; }

.breadcrumbs ul {
  margin: 0;
  padding: 0; }

.breadcrumbs ul li {
  padding: 0;
  font-size: 85%;
  display: inline; }

.breadcrumbs ul li a {
  text-decoration: underline; }

.breadcrumbs ul li a.current {
  color: #3c740a;
  text-decoration: none; }

/*********************end-breadcrumbs*********************/
/*********************start-sidenav*********************/
ul.vertical-nav-list {
  border-top: solid 4px #8dce19;
  border-bottom: solid 4px #8dce19;
  padding: 15px 0 20px;
  list-style: none;
  margin: 30px 0 0 0; }

ul.vertical-nav-list li {
  margin-bottom: 4px; }

ul.vertical-nav-list li a {
  background: #f9f9f9;
  padding: 6px;
  display: block;
  text-decoration: none; }

ul.vertical-nav-list li a:hover {
  background: #eeeeee; }

ul.vertical-nav-list li h2 {
  margin-top: 0;
  margin-bottom: 4px; }

ul.vertical-nav-list li h2 a {
  background: none;
  margin-top: 0; }

.affix-top, .affix {
  position: static; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .affix {
    position: fixed; } }
@media (min-width: 992px) {
  ul.vertical-nav-list {
    margin: 0 20px 30px 0; }

  #sidebar.affix-top {
    position: static;
    margin-top: 30px; }

  #sidebar.affix {
    position: fixed !important;
    top: 140px;
    width: 212.5px; } }
@media (min-width: 1200px) {
  #sidebar.affix-top {
    position: static;
    margin-top: 30px; }

  #sidebar.affix {
    position: fixed !important;
    top: 140px;
    width: 255px; } }
/*********************end-sidenav*********************/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-bar {
    position: fixed; }

  .header-top-search {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    background: none; }

  .center-col {
    border-right: solid 1px #cccccc;
    padding-right: 36px;
    border-left: solid 1px #cccccc;
    padding-left: 36px; }

  .nav > li {
    border-bottom: 0; } }
/*--------------------------------------------------------------
4.0 - Content
-------------------------------------------------------------- */
.banner {
  align-items: center;
  display: block;
  margin: 15px 10px; }
  @media (min-width: 768px) {
    .banner {
      display: flex; } }
  .banner .icon {
    justify-content: center;
    display: flex;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .banner .icon {
        width: 8.3336%;
        margin-right: 15px;
        margin-left: 15px; } }
  .banner .text {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    float: left;
    color: #666666; }
    @media (min-width: 768px) {
      .banner .text {
        width: 91.6663%; } }

.border-right {
  padding-top: 20px;
  border-bottom: solid 1px;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.07);
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .border-right.white {
    border-color: white;
    border-color: rgba(230, 230, 230, 0.07); }

.border-right-white {
  padding-top: 0;
  border-bottom: solid 1px;
  border-color: white;
  border-color: rgba(230, 230, 230, 0.5);
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .border-right-white {
      padding-top: 0;
      border-right: solid 1px;
      border-bottom: none;
      border-color: white;
      border-color: rgba(230, 230, 230, 0.5);
      padding-bottom: 0;
      margin-bottom: 0; } }

.featured-text {
  width: auto; }

.featured p {
  margin: 0;
  line-height: 1.4;
  display: table;
  height: 100%;
  margin-bottom: 5px; }

.featured .btn {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 14px;
  display: block; }

.promo .btn {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  display: block; }

.promo .h3 {
  margin-bottom: 5px;
  font-weight: 300; }

.promo p a {
  text-decoration: underline; }
  .promo p a:focus, .promo p a:active {
    outline: 1px solid; }

a.business-promo-link:hover img {
  background: #efefef; }

.business-promo img {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  padding-left: 12px;
  padding-right: 12px; }

.business-promo {
  border: solid 1px #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  background: #ffffff; }

.career-promos a.business-promo-link img {
  background: #8dce19;
  padding: 20px; }

.career-promos a.business-promo-link:hover img {
  background: #3c740a; }

.career-box .bg-green {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box; }

.career-box {
  border: solid 1px #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0; }

.business-promo-content .h3 {
  margin-top: 15px; }

.more {
  position: relative;
  display: block;
  padding: 15px 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 15px; }

.more i {
  font-size: 18px;
  color: #666666;
  font-weight: 700;
  margin-left: 2px; }

.featured img, .promo img {
  padding-top: 15px; }

.contact-group {
  height: 1%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 320px; }

.page-content ol, ul {
  margin-top: 20px;
  margin-bottom: 30px; }

.section-block {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 20px; }

.citation-block {
  padding: 20px 40px 10px 30px;
  border-left: 4px solid #eeeeee;
  margin-bottom: 20px;
  background: #f9f9f9; }

/* xsmall devices (phones, up to 480px) */
@media (max-width: 480px) {
  .features-headers a {
    font-size: 14px; }

  .slider-container {
    padding: 20px 8px !important; }

  .featured .white-box {
    text-align: center;
    margin: 25px; }

  .contact-section .contact-group .icon {
    font-size: 52px; }

  .contact-group h3 {
    margin-top: 10px;
    font-size: 22px; }

  .featured p {
    line-height: 1.4; }

  .featured .btn, .promo .btn {
    float: none;
    width: 100%;
    margin-bottom: 10px; } }
/* small devices (phones, up to 768px) */
@media (max-width: 767px) {
  .featured .white-box {
    text-align: center;
    margin: 25px; }

  #promo-area {
    top: 0 !important; }

  .business-promo {
    margin-bottom: 15px;
    float: none; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .border-right {
    padding-top: 20px;
    border-right: solid 1px;
    border-bottom: none;
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.07);
    padding-bottom: 0;
    margin-bottom: 0; }

  /* account for fixed header with anchors*/
  .anchor:before {
    display: block;
    content: " ";
    margin-top: -132px;
    height: 132px;
    visibility: hidden; }

  a.anchor:focus, a.anchor:active {
    outline-offset: 1px; }

  .featured p {
    line-height: 1.4; }

  .featured .btn {
    width: auto;
    margin-bottom: 0; }

  .promo .btn {
    width: auto;
    margin-bottom: 20px; }

  .business-promo {
    margin: 0 0 40px 0;
    width: 100%; }

  .more {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    right: 30px; }

  .promo-section {
    -webkit-box-shadow: 0px -4px 40px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -4px 40px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 40px 1px rgba(0, 0, 0, 0.05); }

  .business-promo img {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-clip: padding-box;
    border-bottom: 0;
    border-right: solid 1px #ededed; }

  .featured img, .promo img {
    margin-right: 16px;
    padding-top: 0; }

  .featured-text {
    margin-right: 20px;
    display: inline-block;
    text-align: left;
    max-width: 720px; }
    .featured-text.half {
      max-width: 100%; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .featured-text.half {
        max-width: 600px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .featured-text.half {
        max-width: 350px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .featured-text.half {
        max-width: 430px; } }

@media (min-width: 768px) {
  .text-middle {
    display: table-cell;
    vertical-align: middle; }

  .contact-group {
    width: auto; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .featured .btn, .promo .btn {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }

  .business-promo img {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    border-bottom: solid 1px #ededed;
    border-right: 0; }

  .business-promo {
    width: 30%;
    margin: 10px; }

  .business-promo-content {
    padding: 0 20px 40px; }

  .more {
    left: 5px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content-section {
    padding-right: 100px;
    padding-left: 100px; } }
/*---------------------------
4.1 - Site Structure
--------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

#site-wrapper {
  min-height: 100%; }

#site-wrapper, #body, #footer, .footer {
  overflow: hidden; }

.center-image {
  margin: 0 auto;
  display: block;
  text-align: center; }

section, footer {
  position: relative;
  z-index: 90; }

.white-box {
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 1%;
  overflow: hidden; }

.grey-box {
  background: #f9f9f9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 1%;
  overflow: hidden; }

.bg-white {
  background: #ffffff; }

.bg-green {
  background-color: #8dce19;
  background-color: rgba(141, 206, 25, 0.9); }

.bg-green-solid {
  background: #8dce19; }

.bg-navy {
  background: #1f496b; }

.bg-grey {
  background: #f9f9f9; }

.bg-gradient-grey {
  background: #f9f9f9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 25%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(25%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 25%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 25%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 25%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-lt-grey", endColorstr="#ffffff", GradientType=0);
  /* IE6-8 */ }

.bg-gradient-blue-mobile {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30648c+0,359cd7+76,2977b3+76,265179+100 */
  background: #30648c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNjQ4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzM1OWNkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzI5NzdiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjUxNzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #30648c 0%, #359cd7 79%, #2977b3 79%, #265179 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30648c), color-stop(79%, #359cd7), color-stop(79%, #2977b3), color-stop(100%, #265179));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #30648c 0%, #359cd7 79%, #2977b3 79%, #265179 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #30648c 0%, #359cd7 79%, #2977b3 79%, #265179 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #30648c 0%, #359cd7 79%, #2977b3 79%, #265179 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #30648c 0%, #359cd7 79%, #2977b3 79%, #265179 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30648c", endColorstr="#265179", GradientType=0);
  /* IE6-8 */
  margin: 0;
  padding-top: 50px;
  padding-left: 15px; }

.bg-gradient-blue-bottom {
  background: #265179;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NTE3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDY0OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #265179 0%, #30648c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #265179), color-stop(100%, #30648c));
  background: -webkit-linear-gradient(top, #265179 0%, #30648c 100%);
  background: -o-linear-gradient(top, #265179 0%, #30648c 100%);
  background: -ms-linear-gradient(top, #265179 0%, #30648c 100%);
  background: linear-gradient(to bottom, #265179 0%, #30648c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#265179", endColorstr="#30648c", GradientType=0);
  padding-bottom: 50px; }

.bg-gradient-blue-bottom h2 {
  margin-top: 0; }

.promo-boxes .container {
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff; }

.promo-boxes a {
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-bottom: 8px solid #ffffff;
  display: block; }

.promo-boxes a:hover {
  cursor: pointer;
  background: #ffffff;
  text-decoration: none; }

.promo-boxes span {
  display: block; }

.promo-boxes a img {
  width: 64px;
  height: 64px; }

.screen-overlay {
  position: relative;
  z-index: 3; }

.mobile-screen {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.desktop-screen {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.screen-container {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 646px; }

.table > tbody > tr > td.p-sm {
  padding: 25px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo-boxes a {
    display: table-cell; } }
@media (max-width: 991px) {
  .screenshot-section .container {
    margin: 0;
    width: 100%; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .bg-gradient-blue-mobile, .bg-gradient-blue-bottom {
    background: none; }

  .bg-gradient-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30648c+0,359cd7+76,2977b3+76,265179+100 */
    background: #30648c;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNjQ4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzM1OWNkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzI5NzdiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjUxNzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #30648c 0%, #2176a7 79%, #2977b3 79%, #265179 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30648c), color-stop(79%, #2176a7), color-stop(79%, #2977b3), color-stop(100%, #265179));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #30648c 0%, #2176a7 79%, #2977b3 79%, #265179 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #30648c 0%, #2176a7 79%, #2977b3 79%, #265179 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #30648c 0%, #2176a7 79%, #2977b3 79%, #265179 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #30648c 0%, #2176a7 79%, #2977b3 79%, #265179 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30648c", endColorstr="#265179", GradientType=0);
    /* IE6-8 */ } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 1140px; }

  .bg-gradient-blue-bottom h2 {
    margin-top: 30px; } }
/*---------------------------
4.2 - Site Header
--------------------------- */
.skip-to-content {
  position: absolute;
  overflow: hidden;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  display: block;
  top: -2rem;
  transition: top 0.35s ease-in-out; }
  .skip-to-content:focus, .skip-to-content:active {
    border: 0.125rem solid #3c740a;
    top: 0;
    left: 1rem;
    width: auto;
    height: auto;
    clip: auto;
    background-color: #ffffff;
    border-radius: 0 0 0.2rem 0.2rem;
    outline: 0;
    padding: 0.5rem 1.5rem;
    margin: 0;
    z-index: 1001;
    /*needs to be this to be in front of the header*/ }

#site-header-nav {
  position: relative;
  background: #8dce19;
  z-index: 10;
  min-height: 50px;
  border-bottom: solid 1px #3c740a; }

#hero-header .hero-heading {
  position: relative; }

#hero-header {
  background: #f8f9fb; }

.short-banner {
  min-height: 100px; }

.header-bar .nn-logo {
  width: 120px;
  overflow: hidden;
  height: 46px;
  padding: 9px 0;
  margin: 0 auto;
  position: relative;
  max-width: 150px;
  float: none;
  display: block; }

.navbar {
  margin-bottom: 0;
  border: 0;
  min-height: 28px; }

.navbar-header {
  position: relative;
  padding-left: 0;
  float: none !important; }

.navbar-brand {
  display: block;
  text-align: center;
  float: none; }

.navigation {
  padding: 0; }

.navbar-nav > li > a {
  font-size: 13px; }

.navbar-nav > li.current-menu-ancestor > a, .navbar-nav > li.current-page-ancestor > a {
  color: #359cd7; }

.navbar-nav > li.active.open a.dropdown-toggle {
  color: #ffffff; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #eeeeee; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #359cd7; }

.top-nav > li > a {
  color: #204600;
  font-weight: 600;
  font-size: 12px;
  padding: 15px 10px; }

.top-nav .caret {
  color: #ffffff; }

.top-nav > li > a:hover .caret {
  color: #204600; }

.top-nav > li.open > a:hover .caret {
  color: #ffffff; }

.dropdown-menu > li > a {
  color: #3473ac;
  padding: 8px 22px; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #3473ac; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #1f496b;
  color: #ffffff; }

.toggle-container {
  padding: 8px 0;
  float: left;
  margin: 0;
  color: #204600;
  width: 100%;
  display: block;
  line-height: 1.8; }

.toggle-container:hover, .toggle-container:focus {
  cursor: pointer;
  color: #204600;
  text-decoration: none; }

.navbar-toggle-btn {
  background: none;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  border: solid 1px #ffffff; }

.navbar-toggle .icon-bar {
  background: #ffffff; }

.navbar-toggle.collapsed:before {
  content: "Show"; }

.navbar-toggle:before {
  content: "Hide"; }

img.bg-img {
  width: 120%;
  position: relative;
  z-index: 0;
  top: 150px;
  max-width: none;
  margin-top: 0; }

#banner-header {
  top: 0; }

#tax-banner {
  top: 0; }
  @media (min-width: 768px) {
    #tax-banner {
      top: 148px; } }
  @media (min-width: 992px) {
    #tax-banner {
      top: 102px; } }

img.bg-img.short-banner {
  position: relative;
  margin-top: -5%;
  max-width: 100%;
  top: 0;
  margin-bottom: 0; }

.hero-content {
  margin-top: -440px; }

.phone {
  line-height: 1.2; }

/* expanding input CSS only */
#site-search, #site-search-page {
  margin-bottom: 8px;
  margin-top: 8px; }

.search-form #site-search-page.form-control {
  width: 100%; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 8px; }

.search-form .form-control-feedback {
  color: #3c740a;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  background: #efefef;
  border: solid 1px #7ead18;
  line-height: 1.5;
  top: 8px;
  font-size: 12px;
  font-weight: 600;
  width: 68px;
  pointer-events: auto; }

.search-form .form-control-feedback:hover {
  background: #ffffff; }

.form-group {
  margin-bottom: 0; }

.search-form .form-control {
  border: solid 1px #7ead18; }

.search-wrapper {
  width: 100%;
  float: right;
  position: relative; }

img.bg-img.bg-img-right {
  position: relative;
  max-width: 560px;
  width: 560px;
  margin-left: auto;
  top: 0; }

img.bg-img.bg-img-left {
  left: 0;
  position: fixed;
  max-width: 300px;
  display: none; }

/* autocomplete typeahead CSS */
.search-wrapper .typeahead__filter, .search-wrapper .typeahead__button {
  z-index: 20;
  top: 0; }

.search-wrapper .typeahead__cancel-button {
  top: 16px;
  right: 5.2em; }

.search-wrapper .typeahead__field input {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box; }

.search-wrapper .typeahead__list > li {
  border-top: solid 1px #eeeeee; }

.search-wrapper .typeahead__list > li > a, .typeahead__dropdown > li > a {
  color: #3473ac; }

/* xsmall devices (phones, up to 600px) */
@media (max-width: 600px) {
  .header-bar .nn-logo {
    width: 36px;
    overflow: hidden;
    height: 46px;
    padding: 9px 0;
    margin: 0 auto;
    position: relative; }

  .header-bar .nn-logo img {
    width: 120px;
    max-width: 120px; }

  .hero-content .col-sm-7 {
    margin-left: 0; }

  .hero-content .col-sm-7 .btn {
    display: block; } }
/* xxsmall devices (phones, up to 480px) */
@media (max-width: 480px) {
  .bg-img.bg-img-right {
    display: none; }

  .hero-content {
    margin-top: 0; }

  #app-nav {
    margin: 30px auto; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-content {
    margin-top: -25%;
    padding-top: 20px; }

  .phone {
    padding-left: 0; }

  .logo-home {
    margin: 26px 0; }

  img.bg-img {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 80px;
    margin-top: 0; }

  #banner-header {
    height: 200px;
    margin-top: 103px; }

  #banner-header.no-banner {
    height: 0;
    margin-top: 103px; }

  img.bg-img.short-banner {
    position: fixed;
    margin-top: 5%;
    max-width: 100%; }

  img.bg-img.bg-img-right {
    right: -15%;
    top: 100px;
    max-width: 1072px;
    width: 100%;
    position: fixed; }

  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #3c740a;
    color: #ffffff;
    outline: none; }

  .nav > li > a:hover, .nav > li > a:focus {
    outline: none; }

  .navbar-collapse {
    border-bottom: none;
    padding-left: 5px; }

  #hero-header {
    background: #f8f9fb;
    min-height: 180px;
    height: 1%;
    overflow: hidden; }

  .hero-content {
    margin-top: 150px;
    margin-bottom: 50px; }

  .search-container {
    z-index: 10;
    background: none; }

  .search-wrapper .form-group {
    margin: 0 10px 0 0; }

  .search-wrapper {
    top: 0; }

  /* expanding input CSS only */
  .search-form .form-control {
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    margin-bottom: 0; }

  .search-form .form-control:focus {
    width: 100%;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .search-form .form-control {
    width: 180px; }

  #hero-header .hero-heading {
    padding: 5px 0 80px; }

  .phone {
    padding-left: 15px; }

  .entry-header {
    padding: 0; }

  img.bg-img {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 0; }

  img.bg-img.bg-img-right {
    right: -10%;
    top: 0; }

  img.bg-img.short-banner {
    position: fixed;
    margin-top: 0;
    max-width: 100%; }

  .hero-content {
    margin-top: 120px;
    margin-bottom: 120px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  img.bg-img, .bg-img {
    position: fixed;
    top: 0; }

  img.bg-img.short-banner {
    margin-top: -2%; }

  .hero-content {
    margin-top: 120px;
    margin-bottom: 100px; }

  img.bg-img.bg-img-right {
    right: -5%; }

  img.bg-img.bg-img-left {
    display: block; } }
/* X-Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  img.bg-img.bg-img-right {
    right: 0; } }
/*---------------------------
4.3 - Site Footer
--------------------------- */
#footer, #bottom-footer {
  position: relative;
  z-index: 99; }

#footer ul {
  padding-left: 0;
  list-style: none; }

.footer-nav ul li {
  margin-bottom: 12px; }

#footer ul li a, #bottom-footer ul li a {
  text-decoration: underline; }

.no-heading {
  position: relative;
  top: 0; }

#bottom-footer ul {
  list-style: none;
  margin: 14px 0;
  padding: 0; }

#bottom-footer ul li {
  display: inline;
  margin-right: 12px; }

.copyright {
  margin: 0 32px 14px 0;
  display: inline;
  float: left; }

.social ul li {
  display: inline;
  font-size: 26px;
  margin-right: 16px; }

.social ul li a {
  display: inline-block;
  text-indent: -9999px;
  width: 26px;
  margin-left: -26px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .no-heading {
    position: relative;
    top: 34px; } }
/*--------------------------------------------------------------
5.0 - Media
-------------------------------------------------------------- */
.video {
  position: relative; }

.video-section .video {
  margin-bottom: 20%; }

.video a.video-thumb {
  width: 100%;
  height: auto; }

.video-overlay:before {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "\00a0";
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  left: 0; }

a:hover.video-overlay:before {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
  content: "\00a0"; }

.play-btn {
  position: absolute;
  padding-top: 14%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(./img/icon_play.svg) no-repeat center center;
  display: block;
  text-indent: -9999px;
  background-size: 72px 72px; }

.sixteen-nine {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: block; }
  .sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > .aspect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.video-title {
  padding: 10px 0;
  display: block;
  margin-bottom: 5%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container-small {
  position: relative;
  width: 75%;
  padding: 25%;
  margin-top: 10px; }
  .embed-container-small iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------bxslider adjusted styles ----*/
.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0; }

.quote-box {
  max-width: 85% !important;
  margin: 0 auto;
  display: block; }

.custom-arrows {
  font-size: 50px;
  height: 190px;
  width: 40px;
  position: absolute;
  z-index: 999; }

.custom-arrows a {
  height: 190px; }

.custom-arrows i {
  margin-top: 60px; }

#slider-prev {
  left: 8px;
  background: -moz-linear-gradient(left, white 41%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(41%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 41%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 41%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 41%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 41%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */ }

#slider-next {
  right: 10px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 59%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(59%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 59%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 59%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 59%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 59%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  /* IE6-9 */ }

#slider-next i {
  right: 0;
  position: absolute; }

#slider-prev i {
  left: 0;
  position: absolute; }

/*---------------------------
5.1 - WordPress Defaults
--------------------------- */
.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

body.admin-bar header {
  position: fixed;
  top: 32px;
  z-index: 1000; }

body.admin-bar header.page-header, body.admin-bar header.entry-header, body.admin-bar header.archive-header {
  position: relative;
  top: 0; }

h2.entry-title {
  margin-top: 0; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*---------------------------
5.2 - Icon Font
--------------------------- */
@font-face {
  font-family: "nelnetcom";
  src: url("../fonts/nelnetcom.eot");
  src: url("../fonts/nelnetcom.eot?#iefix") format("embedded-opentype"), url("../fonts/nelnetcom.woff") format("woff"), url("../fonts/nelnetcom.ttf") format("truetype"), url("../fonts/nelnetcom.svg#nelnetcom") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "nelnetcom" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="nn-"]:before,
[class*=" nn-"]:before {
  font-family: "nelnetcom" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nn-icons-apple:before {
  content: "a"; }

.nn-icons-calendar:before {
  content: "b"; }

.nn-icons-disability:before {
  content: "c"; }

.nn-icons-email:before {
  content: "d"; }

.nn-icons-list:before {
  content: "e"; }

.nn-icons-login:before {
  content: "f"; }

.nn-icons-lower:before {
  content: "g"; }

.nn-icons-message:before {
  content: "h"; }

.nn-icons-military:before {
  content: "i"; }

.nn-icons-mobile:before {
  content: "j"; }

.nn-icons-money:before {
  content: "k"; }

.nn-icons-parents:before {
  content: "l"; }

.nn-icons-tree:before {
  content: "m"; }

.contact-section .icon {
  font-size: 72px;
  color: #3c740a; }

.inline-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px; }

#hero-header .fa-ul > li {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 8px;
  padding-top: 8px; }

#hero-header .fa-li.fa-xl {
  left: -1.75em; }

#hero-header .fa.fa-xl {
  font-size: 1.8em;
  line-height: .75em;
  vertical-align: -15%; }

#hero-header .fa-ul .icon {
  color: #bccb32; }

.footer-nav .fab.fa-xl {
  font-size: 1.6em;
  line-height: .5em;
  vertical-align: -15%;
  margin-right: 10px; }

.footer-nav .fa-li {
  left: -1.4em;
  width: 1.2em; }

/*--------------------------------------------------------------
6.0 - Utility
-------------------------------------------------------------- */
/*---------------------------
6.1 - Background Colors
--------------------------- */
.bg-brand-green a, .bg-brand-blue a, .bg-brand-forest a, .bg-brand-grey a, .bg-brand-nn-green a, .bg-brand-nn-lime a {
  color: #ffffff;
  text-decoration: underline; }
  .bg-brand-green a:focus, .bg-brand-blue a:focus, .bg-brand-forest a:focus, .bg-brand-grey a:focus, .bg-brand-nn-green a:focus, .bg-brand-nn-lime a:focus, .bg-brand-green a:active, .bg-brand-blue a:active, .bg-brand-forest a:active, .bg-brand-grey a:active, .bg-brand-nn-green a:active, .bg-brand-nn-lime a:active {
    outline: 1px solid; }
.bg-brand-green .separator, .bg-brand-blue .separator, .bg-brand-forest .separator, .bg-brand-grey .separator, .bg-brand-nn-green .separator, .bg-brand-nn-lime .separator {
  color: rgba(255, 255, 255, 0.5); }
.bg-brand-green h1, .bg-brand-blue h1, .bg-brand-forest h1, .bg-brand-grey h1, .bg-brand-nn-green h1, .bg-brand-nn-lime h1, .bg-brand-green h2, .bg-brand-blue h2, .bg-brand-forest h2, .bg-brand-grey h2, .bg-brand-nn-green h2, .bg-brand-nn-lime h2 {
  color: #ffffff; }

.bg-brand-green {
  background-color: #3c740a;
  color: #ffffff; }

.bg-brand-blue {
  background-color: #3473ac;
  color: #ffffff; }

.bg-brand-forest {
  background-color: #204600;
  color: #ffffff; }

.bg-brand-grey {
  background-color: #666666;
  color: #ffffff; }

.bg-brand-nn-green {
  background-color: #8dce19;
  color: #ffffff; }

.bg-brand-nn-lime {
  background-color: #bccb32;
  color: #ffffff; }

.cta-box {
  background-color: #f9f9f9; }
  .cta-box .title {
    padding-top: 15px;
    background-color: #8dce19;
    color: #3c740a;
    font-weight: bold; }
  .cta-box .description {
    padding: 15px; }

/*---------------------------
6.2 - Text Colors
--------------------------- */
.text-white, .text-white a, .text-white p, .text-white ul li, .text-white h1, .text-white h2, .text-white h3 {
  color: #ffffff; }

a.text-white:hover, a.text-white:focus {
  color: #ffffff; }

.text-brand-forest a, .text-brand-forest p, .text-brand-forest ul li, .text-brand-forest h1, .text-brand-forest h2, .text-brand-forest h3 {
  color: #204600; }

.text-brand-forest a {
  text-decoration: underline; }
  .text-brand-forest a:focus, .text-brand-forest a:active {
    outline: 1px solid;
    outline-offset: 3px; }

.text-color a, span.text-color {
  color: #666666; }

.text-grey {
  color: #b3b3b3; }

.text-navy {
  color: #1f496b; }

.text-black {
  color: #000000; }

.text-brand-green {
  color: #3c740a; }

.text-brand-blue {
  color: #3473ac; }

.text-brand-forest {
  color: #204600; }

.text-brand-grey {
  color: #666666; }

.text-brand-nn-green {
  color: #8dce19; }

.text-brand-nn-lime {
  color: #bccb32; }

/*---------------------------
6.3 - Text Sizes & Weights
--------------------------- */
strong,
.strong, strong a {
  font-weight: 700; }

.text-light, .text-light p, .text-light ul li {
  font-weight: 300; }

.lead, .lead p {
  font-size: 20px;
  margin-bottom: 28px; }

.text-block {
  display: block; }

/*---------------------------
6.4 - Borders
--------------------------- */
.separator {
  display: inline-block;
  padding: 0 .5em; }

.border-dotted {
  border-bottom: 1px dotted #bbbdbf; }

.section-border {
  border-bottom: 2px solid #dddddd; }

/*----------------------------
6.5 - Alignments
-----------------------------*/
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.row-eq-height {
  display: block; }

/* columns of same height styles */
.row-full-height {
  height: 100%; }

.col-full-height {
  height: 100%;
  vertical-align: middle; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; }

  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; } }
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 768px) {
  /* top row */
  .col .well {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }

  /* bottom row */
  .col-base {
    margin-top: -15px;
    /* cut off top portion of bottom wells */ } }
@media (max-width: 767px) {
  .row.base {
    display: none; } }
.col-wrap {
  overflow: hidden; }

/* WordPress-Added Alignment Classes */
.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

div:empty.modal-backdrop {
  display: block; }

.modal-body {
  text-align: left; }

/**
 * Responsive WordPress Core Theme Styles
 * http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */
.alignnone {
  margin: 1em 1em 1em 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 1em auto; }

img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; }

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

img.alignright {
  margin: 1em 0 1em 1em; }

img.alignleft {
  margin: 1em 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 1em auto; }

img#wpstats {
  display: block;
  margin: 0 auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none; }

.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 96%;
  text-align: center; }

.wp-caption img {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  position: relative;
  font-size: .8em; }

.gallery {
  margin: 0 auto; }

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%; }

.gallery a img {
  border: none; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

.comments ol {
  padding-left: 0; }

.comments ol li {
  margin: 0; }

.comment-author {
  padding: 0;
  text-decoration: none; }

@media only screen and (max-width: 800px) {
  embed,
  object {
    max-width: 100%; } }
@media only screen and (max-width: 650px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }

  .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%; }

  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto; } }
.how-payments-work p {
  line-height: 2; }

.single-payment-breakdown-item {
  border-bottom: 2px dotted #b2b4b6;
  padding: 30px 30px 60px 30px;
  display: flex; }

.statement-due-date .single-payment-breakdown-item,
.how-interest-works .single-payment-breakdown-item,
.fees .single-payment-breakdown-item {
  border-left: 2px dotted #b2b4b6; }

.account-and-loan-group-div .single-payment-breakdown-item,
.late-payments .single-payment-breakdown-item {
  border-right: 2px dotted #b2b4b6; }

.account-and-loan-group-div .single-payment-breakdown-item {
  flex-direction: column; }

.statement-due-date {
  margin-top: 60px; }

.statement-due-date .single-payment-breakdown-item {
  padding-top: 0; }

.statement-due-date .single-payment-breakdown-item h2 {
  margin-top: 0; }

.fees .single-payment-breakdown-item {
  border-bottom: none; }

.icon-div {
  margin-top: 42px; }

.icon-div img {
  max-width: 220px;
  width: 100%; }

.fees .icon-div {
  margin-top: 60px; }

.end-of-border-path .first {
  height: 240px;
  border-top: 2px dotted #b2b4b6;
  border-right: 2px dotted #b2b4b6;
  margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  .end-of-border-path .first {
    display: none; }

  .single-payment-breakdown-item {
    border-top: none !IMPORTANT;
    border-right: none !IMPORTANT;
    border-bottom: none !IMPORTANT;
    border-left: none !IMPORTANT;
    padding-bottom: 0; }

  .single-payment-breakdown-item {
    flex-direction: row; }

  .icon-div {
    order: -1; }

  .icon-div img {
    max-width: 120px;
    margin-right: 15px; } }
.payment-amount-how-determined,
.payment-could-be-0 {
  margin-bottom: 30px; }

.fees h2 {
  margin-top: 0; }

.payment-amount-how-determined a {
  margin-top: 30px; }

@media screen and (min-width: 450px) {
  .payment-amount-how-determined a {
    margin-top: 0; }

  .button-mobile-break {
    display: none; } }
.single-option {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2; }

.payment-options .single-option:nth-child(even) .row {
  display: flex;
  flex-direction: row-reverse; }

@media screen and (max-width: 767px) {
  .payment-options .single-option:nth-child(even) .row,
  .payment-options .single-option:nth-child(odd) .row {
    flex-direction: column; } }
.icon-div {
  margin-top: 42px; }

.vertical-icon {
  margin-top: 30px; }

.horizontal-icon img {
  max-width: 120px; }

.vertical-icon img {
  max-width: 80px; }

.cta-box {
  background-color: #f9f9f9;
  border: 1px solid #dddddd; }

.cta-box .title {
  padding-top: 15px;
  padding-bottom: 1px;
  background-color: #8dce19;
  color: #3c740a; }

.cta-box .title p {
  font-weight: bold; }

.cta-box .description {
  padding: 15px; }

@media screen and (min-width: 666px) and (max-width: 991px) {
  .cta-box .description {
    height: 200px; }

  .text-alerts a {
    position: relative;
    bottom: -23px;
    text-decoration: underline; }
    .text-alerts a:focus, .text-alerts a:active {
      outline: 1px solid; } }
.e-statements,
.text-alerts {
  width: 98%;
  margin: 1%; }

.e-statements {
  margin-bottom: 40px; }

.text-alerts {
  margin-bottom: 20px; }

@media screen and (min-width: 620px) {
  .e-statements,
  .text-alerts {
    width: 48%; } }
.fluid-callout-section {
  background-color: #1f496b;
  padding: 30px 0 60px 0;
  color: #ffffff;
  position: relative;
  z-index: 99; }

.fluid-callout-section h3 {
  color: #ffffff; }

.when-you-cant-pay img {
  padding-top: 36px; }

@media screen and (max-width: 515px) {
  .when-you-cant-pay .col-xs-3 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }

  .when-you-cant-pay img {
    height: 140px; }

  .when-you-cant-pay .col-xs-9 {
    width: 100%;
    text-align: center; } }
.how-to-manage-account h2 {
  margin-top: 15px;
  margin-bottom: 10px; }

.create-account {
  width: 40%;
  margin-right: 8%;
  margin-left: 2%;
  padding: 0; }

.why-create-account {
  width: 40%;
  margin-left: 8%;
  margin-right: 2%;
  padding: 0; }

@media screen and (max-width: 600px) {
  .create-account {
    width: 45%;
    margin-right: 5%;
    margin-left: 0;
    padding: 0; }

  .why-create-account {
    width: 45%;
    margin-left: 5%;
    margin-right: 0;
    padding: 0; } }
@media screen and (max-width: 500px) {
  .create-account {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 0; }

  .why-create-account {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 60px;
    padding: 0; }

  .create-account img,
  .why-create-account img {
    margin-left: auto;
    margin-right: auto; } }
/*NEW CODE FOR GREEN DOTS*/
.statement-due-date .description-div::before {
  content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-lg.png);
  position: relative;
  left: -70px;
  bottom: 2px; }

.account-and-loan-group-div h2::after {
  content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-sm.png);
  position: absolute;
  bottom: 175px;
  right: -39px; }

.account-and-loan-group-div img {
  max-width: 300px; }

@media screen and (min-width: 992px) {
  .account-and-loan-group-div h3::after {
    content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-sm.png);
    position: absolute;
    bottom: 105px;
    right: -39px; }

  .fees img {
    margin-top: 25px; }

  .how-interest-works img {
    margin-top: 80px; }

  .statement-due-date img {
    margin-top: 110px; } }
.how-interest-works .description-div::before {
  content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-sm.png);
  position: relative;
  left: -54px;
  bottom: -56px; }

.late-payments h3::after {
  content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-sm.png);
  position: absolute;
  top: 33px;
  right: -38px; }

.fees .description-div::before {
  content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-sm.png);
  position: relative;
  left: -54px;
  bottom: -55px; }

.end-of-border-path::after {
  content: url(http://dev.mmav3.nelnet.net/contentimages/green-circle-lg.png);
  position: relative;
  left: -26px;
  bottom: -193px; }

@media screen and (max-width: 768px) {
  .statement-due-date .description-div::before,
  .account-and-loan-group-div h2::after,
  .how-interest-works .description-div::before,
  .late-payments h2::after,
  .fees .description-div::before,
  .end-of-border-path::after {
    display: none; } }
/* end of green dot code*/
@media screen and (max-width: 992px) {
  .account-and-loan-group-div .single-payment-breakdown-item {
    flex-direction: row-reverse; }

  .fees img {
    margin-top: 20px; }

  .how-interest-works img {
    margin-top: 75px; }

  .statement-due-date img {
    margin-top: 75px; } }
@media screen and (max-width: 768px) {
  .account-and-loan-group-div .single-payment-breakdown-item {
    flex-direction: row; } }
@media screen and (max-width: 620px) {
  .single-payment-breakdown-item {
    flex-direction: column;
    padding: 0; }

  .account-and-loan-group-div .single-payment-breakdown-item {
    flex-direction: row-reverse; }

  .icon-div {
    margin: 0; }

  .icon-div img {
    display: none;
    margin: 0; }

  .stats-wrapper h3 {
    margin: 0; } }
/*  ICIMS Wrapper  */
.header-icims-wrapper a {
  text-decoration: none; }

.header-icims-wrapper a:hover {
  color: #ffffff;
  text-decoration: underline; }

.affiliated-logos .col-sm-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }

.affiliated-logos img {
  margin: 40px;
  max-height: 40px; }

.footer-icims-wrapper .nn-icons-email::before {
  padding: 50px;
  font-size: 130px; }

.footer-icims-wrapper .nn-icons-email {
  font-size: 130px !important; }

.bg-grey.footer-icims-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.how-to-apply .steps .row {
  display: flex;
  flex-direction: row; }

.how-to-apply .steps h2 {
  border: 4px solid lightgrey;
  border-radius: 50%;
  padding: 15px;
  display: inline-block;
  width: 60px;
  height: 57px;
  text-align: center;
  line-height: 0.6;
  margin: 0 0 20px 50px; }

.how-to-apply p {
  line-height: 2; }

.how-to-apply .steps p {
  margin-left: 20px; }

.footer-icims-wrapper .contact-group {
  display: flex;
  flex-direction: row;
  padding: 40px 0 20px 0;
  width: inherit; }

.contact-group .contact-info {
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 480px) {
  .footer-icims-wrapper .nn-icons-email::before {
    font-size: 80px;
    padding: 20px;
    vertical-align: super; } }
/********************** How Payments are Applied Page ***********************************************************/
.payments-accordion .panel-body {
  padding: 6px; }

.comparisons.nav-tabs {
  padding-left: 15px; }

.comparisons.nav-tabs > li {
  height: 62px;
  margin-bottom: -1px; }

.comparisons.nav-tabs > li > a, .nav-tabs > li > a > div {
  height: 100%;
  display: table;
  text-decoration: none;
  max-width: 245px; }

.comparisons.nav-tabs > li > a {
  border: solid 1px #dddddd;
  background: #eeeeee;
  border-bottom: 0;
  margin-right: 5px;
  padding: 10px; }
  .comparisons.nav-tabs > li > a:focus, .comparisons.nav-tabs > li > a:active {
    outline: 1px solid; }

.comparisons.nav-tabs > li > a span {
  display: table-cell;
  vertical-align: middle; }

.comparisons.nav-tabs > li.active > a {
  color: #3c740a;
  background: #ffffff; }
  .comparisons.nav-tabs > li.active > a span {
    font-weight: 600; }

.dollar-box {
  height: 110px;
  padding: 10px; }
  .dollar-box.green-box {
    background: #bccb32;
    float: right; }
  .dollar-box.yellow-box {
    background: #f1ab19;
    float: left; }

.number {
  font-size: 50px;
  line-height: 1; }

.loan-groups {
  border-top: solid 1px #3c740a;
  border-bottom: solid 1px #3c740a; }

.br-right {
  border-right: solid 1px #3c740a; }

.panel-group.anchor:before, .panel-group .anchor:before {
  display: none; }

.panel-default > .panel-heading {
  padding: 0;
  background: transparent; }
  .panel-default > .panel-heading a {
    padding: 8px;
    background: #3473ac;
    display: block;
    color: #ffffff;
    position: relative; }
    .panel-default > .panel-heading a:focus, .panel-default > .panel-heading a:active {
      text-decoration: underline; }
    .panel-default > .panel-heading a:hover {
      text-decoration: none; }
  .panel-default > .panel-heading a.collapsed,
  .panel-default > .panel-heading a.accordion-collapsed {
    color: #3473ac;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0); }

.panel-heading a:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  content: "\f068";
  /* adjust as needed, taken from bootstrap.css */
  color: #ffffff;
  /* adjust as needed */
  position: absolute;
  right: 10px;
  top: 30%; }

.panel-heading a.collapsed:after,
.panel-heading a.accordion-collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
  color: #3473ac; }

.sampleClass {
  float: left; }

@media only screen and (max-width: 768px) {
  .sampleClass {
    float: none; }

  .number {
    font-size: 46px; } }
@media screen and (max-width: 768px) {
  .dollar-box {
    width: 100%; }

  #myTab-accordion {
    margin-top: 10px; }

  #myTab-accordion .panel-collapse {
    padding: 10px; }
    #myTab-accordion .panel-collapse .panel-body {
      border-top: 0; }

  .br-right {
    border-bottom: solid 1px #3c740a;
    border-right: solid 0; }

  .panel-body.js-tabcollapse-panel-body .row {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

  .js-tabcollapse-panel-body {
    padding: 0 !important; }

  a.js-tabcollapse-panel-heading {
    background: #3c740a; }
    a.js-tabcollapse-panel-heading:focus, a.js-tabcollapse-panel-heading:active {
      text-decoration: underline; }

  a.js-tabcollapse-panel-heading.collapsed:focus, a.js-tabcollapse-panel-heading.collapsed:active,
  a.js-tabcollapse-panel-heading.accordion-collapsed:focus,
  a.js-tabcollapse-panel-heading.accordion-collapsed:active {
    text-decoration: none; }

  .js-tabcollapse-panel-heading {
    display: block; }

  .js-tabcollapse-panel-heading span {
    text-decoration: none !important;
    color: #ffffff; }

  .js-tabcollapse-panel-heading.collapsed span,
  .js-tabcollapse-panel-heading.accordion-collapsed span {
    color: #2e6698;
    font-weight: normal; } }
/********************** Income Repayment Plans Page ***********************************************************/
.tabs-left .nav-tabs {
  float: left;
  border-bottom: 0;
  padding-right: 30px;
  max-width: 190px; }
  .tabs-left .nav-tabs li {
    float: none;
    margin: 0 0 16px 0; }
    .tabs-left .nav-tabs li a {
      margin-right: 0;
      border: 1px solid #3c740a;
      color: #3c740a;
      background-color: #ffffff;
      text-decoration: none;
      border-radius: 4px;
      line-height: 1.2;
      font-weight: 200;
      padding: 20px 14px; }
      .tabs-left .nav-tabs li a:hover, .tabs-left .nav-tabs li a:focus {
        background-color: #3c740a;
        border: 1px solid #3c740a;
        color: #ffffff; }
  .tabs-left .nav-tabs li.active a {
    background-color: #3c740a;
    color: #ffffff; }
    .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
      color: #ffffff; }
  .tabs-left .nav-tabs .js-tabcollapse-panel-heading:hover span, .tabs-left .nav-tabs li.active .js-tabcollapse-panel-heading span {
    color: #ffffff; }

.tabs-left .tab-content {
  margin-left: 45px; }
  .tabs-left .tab-content .tab-pane {
    display: none;
    background-color: #ffffff;
    padding: 1.6rem;
    overflow-y: auto; }
  .tabs-left .tab-content .active {
    display: block; }

.list-group {
  width: 100%; }
  .list-group .list-group-item {
    height: 50px; }
    .list-group .list-group-item img {
      max-height: 50px; }
    .list-group .list-group-item h4, .list-group .list-group-item span {
      line-height: 11px; }

.tabs-top .nav-tabs {
  border-bottom: 0; }
  .tabs-top .nav-tabs li {
    margin-bottom: 16px;
    max-width: 30%; }
    .tabs-top .nav-tabs li a {
      margin-right: 0;
      border: 1px solid #3c740a;
      color: #3c740a;
      background-color: #ffffff;
      text-decoration: none;
      border-radius: 4px;
      line-height: 1.2;
      font-weight: 200;
      padding: 20px 14px;
      min-height: 74px; }
      .tabs-top .nav-tabs li a:hover, .tabs-top .nav-tabs li a:focus {
        background-color: #3c740a;
        border: 1px solid #3c740a;
        color: #ffffff; }
  .tabs-top .nav-tabs li.active a {
    background-color: #3c740a;
    color: #ffffff; }
    .tabs-top .nav-tabs li.active a:hover, .tabs-top .nav-tabs li.active a:focus, .tabs-top .nav-tabs li.active a:active {
      color: #ffffff; }
    .tabs-top .nav-tabs li.active a:focus, .tabs-top .nav-tabs li.active a:active {
      text-decoration: underline; }
  .tabs-top .nav-tabs .js-tabcollapse-panel-heading:hover span, .tabs-top .nav-tabs li.active .js-tabcollapse-panel-heading span {
    color: #ffffff; }

.tabs-left .tab-content {
  margin-left: 45px; }
  .tabs-left .tab-content .tab-pane {
    display: none;
    background-color: #ffffff;
    padding: 1.6rem;
    overflow-y: auto; }
  .tabs-left .tab-content .active {
    display: block; }

.list-group {
  width: 100%; }
  .list-group .list-group-item {
    height: 50px; }
    .list-group .list-group-item img {
      max-height: 50px; }
    .list-group .list-group-item h4, .list-group .list-group-item span {
      line-height: 11px; }

.table-box {
  border: solid 1px #999999;
  position: relative;
  overflow: hidden; }

.shadow-right {
  width: 60px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  height: 100%;
  display: none;
  position: absolute;
  z-index: 99;
  right: 0; }

.shadow-left {
  width: 10px;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=1);
  height: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  left: 116px; }

.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.fixed-table-body .table > tbody > tr > td {
  min-width: 144px;
  white-space: normal;
  vertical-align: middle;
  padding: 16px; }

.fixed-table-body .table > tbody > tr > td:nth-child(2) {
  min-width: 260px; }

.fixed-table-body .table > thead > tr > th {
  background-color: #1f496b;
  color: #ffffff;
  text-align: center;
  vertical-align: middle; }

.fixed-table-body .table > tbody > tr > th:first-child, .fixed-table-body .table > thead > tr > th:first-child {
  position: absolute;
  display: inline-block;
  background-color: #8dce19;
  height: 100%;
  border: 0;
  z-index: 10;
  width: 116px;
  min-width: 116px;
  border-top: 1px solid;
  color: #204600;
  left: 0; }

.fixed-table-body .table > thead > tr:first-child > th:nth-child(2) {
  padding-left: 126px;
  min-width: 196px; }

.fixed-table-body .table > tbody > tr > td:nth-child(2) {
  padding-left: 126px !important; }

@media (min-width: 768px) {
  .fixed-table-body .table > tbody > tr > td {
    min-width: 230px;
    white-space: normal; }

  .shadow-right {
    display: block; }

  .fixed-table-body .table > tbody > tr > td:nth-child(2) {
    min-width: 326px; }

  .fixed-table-body .table > thead > tr:first-child > th:nth-child(2) {
    padding-left: 130px;
    min-width: 240px; }

  .fixed-table-body .table > tbody > tr > td:nth-child(2) {
    padding-left: 130px !important; } }
/********************** New Careers LP ***********************************************************/
/*    * {
    outline: 1px solid purple;
  }*/
.career-lp-wrapper h1 {
  font-weight: 100; }

.career-lp-wrapper p {
  line-height: 1.4; }

/*
  #5C7132 - dark green careers and gradient
  #BCCB2A - light green careers gradient
*/
.twitter .fa-xl {
  font-size: 29px;
  color: #dddddd; }

img.twitter-image[src="#"] {
  display: none; }

.m-t-10 {
  margin-top: 10px; }

.nelnet-logo {
  max-width: 134px;
  max-height: 40px; }

.twitter-profile-icon {
  position: relative;
  top: -3px; }

a.twitter-link {
  color: #666666;
  text-decoration: none; }
  a.twitter-link:hover, a.twitter-link:focus {
    text-decoration: none; }

.facebook-icon {
  color: #3b5998;
  max-width: 150px;
  min-height: 150px;
  margin: 40px auto 20px;
  display: block; }
  .facebook-icon em {
    font-size: 100px; }

.facebook-link {
  background: #3b5998; }
  .facebook-link a {
    color: #ffffff;
    text-decoration: none; }
    .facebook-link a:hover, .facebook-link a:focus {
      text-decoration: none; }

.fa-facebook-f, .fa-twitter {
  width: 3rem; }

@media screen and (max-width: 767px) {
  .careers-nav .top-nav {
    padding-top: 5px; }

  .careers-hero-img .col-sm-10 {
    margin-top: 110px; } }
@media screen and (max-width: 767px) {
  .careers-hero-img .col-sm-10 {
    margin-top: 80px; } }
.careers-nav .btn {
  padding: 4px 20px;
  margin-top: -3px; }
  .careers-nav .btn span {
    font-weight: 700; }

span.grad-row {
  background: -webkit-linear-gradient(#bccb2a, #5c7132);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700; }

.careers-hero-img h1.hero-h1-top {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 70px;
  max-width: 780px;
  letter-spacing: 3px;
  z-index: 0; }

span.grad-row span {
  font-size: 10px; }

/*------bxslider adjusted styles ----*/
.bx-wrapper {
  margin-bottom: 10px !important; }

.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  background: #b2b4b6;
  border-color: #b2b4b6; }

.bx-pager.bx-default-pager {
  display: none; }

.custom-arrows {
  font-size: 50px;
  height: 170px;
  width: 40px;
  position: absolute;
  z-index: 999; }

.custom-arrows a {
  height: 190px; }

.custom-arrows i {
  margin-top: 60px;
  color: #ffffff; }

#slider-prev {
  left: 8px;
  background: -moz-linear-gradient(left, #b2b4b6 41%, rgba(178, 180, 182, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(41%, #b2b4b6), color-stop(100%, rgba(178, 180, 182, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b2b4b6 41%, rgba(178, 180, 182, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b2b4b6 41%, rgba(178, 180, 182, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b2b4b6 41%, rgba(178, 180, 182, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #b2b4b6 41%, rgba(178, 180, 182, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */ }

#slider-next {
  right: 10px;
  background: -moz-linear-gradient(left, rgba(178, 180, 182, 0) 0%, #b2b4b6 59%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(178, 180, 182, 0)), color-stop(59%, #b2b4b6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(178, 180, 182, 0) 0%, #b2b4b6 59%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(178, 180, 182, 0) 0%, #b2b4b6 59%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(178, 180, 182, 0) 0%, #b2b4b6 59%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(178, 180, 182, 0) 0%, #b2b4b6 59%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B2B4B6", endColorstr="#ffffff", GradientType=1);
  /* IE6-9 */ }

#slider-next i {
  right: 0;
  position: absolute; }

#slider-prev i {
  left: 0;
  position: absolute; }

.careers-lp-affiliated a {
  height: 150px;
  display: block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.ie8 .careers-lp-affiliated img {
  margin-top: 20% !important;
  top: 0; }

.careers-lp-affiliated img {
  margin-bottom: 20px;
  max-height: 80%;
  width: auto;
  max-width: 80% !important;
  position: relative;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.partners img {
  margin-top: 20px; }

.bx-wrapper .bx-viewport, .careers-lp-affiliated {
  background: #b2b4b6; }

.bx-slider {
  margin: 0; }

/*********End Slider***********/
.nelnet-profile-stats h3 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
  color: #6d6d6d;
  margin-top: 0; }

.careers-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 7px; }

.careers-hero-img ul li {
  margin-left: auto;
  margin-right: auto; }

.bg-grey.careers-lp-affiliated {
  background-color: #b9b9b9; }

.careers-hero-img {
  background-image: url(https://www.nelnet.com/contentimages/header-bg2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-color: #aebc3b; }

@media screen and (max-width: 767px) {
  .nelnet-profile-section {
    margin-top: 30px; } }
.nelnet-profile-stats {
  height: 200px;
  margin-bottom: 20px; }

.stats-wrapper {
  margin-bottom: 60px; }

/*

.stats-wrapper .nelnet-profile-stats{
  display: flex;
  flex-direction: column;
  margin: 0 50px;
}*/
.feature-number {
  display: inline-block;
  font-weight: 700 !important;
  font-size: 80px;
  background: #bccb2a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bccb2a 0%, #5c7132 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bccb2a 0%, #5c7132 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bccb2a 0%, #5c7132 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bccb2a", endColorstr="#5c7132", GradientType=0);
  /* IE6-9 */
  -webkit-text-fill-color: transparent; }

.feature-number-shadow {
  position: absolute;
  background: -moz-linear-gradient(top, white 0%, rgba(164, 170, 173, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(164, 170, 173, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(164, 170, 173, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#66a4aaad", GradientType=0);
  /* IE6-9 */
  -webkit-text-fill-color: transparent;
  top: 5px;
  z-index: -1;
  left: 0;
  right: 0;
  padding-left: 8px; }

.ie .feature-number {
  color: #bccb2a !important;
  background: transparent !important; }

.ie .feature-number-shadow {
  color: #eeeeee !important;
  background: transparent !important; }

.feature-number-shadow span {
  font-size: 20px; }

@media screen and (max-width: 991px) {
  .feature-number {
    font-size: 60px; } }
@media screen and (max-width: 600px) {
  .nelnet-profile-stats {
    height: 100px; }

  .feature-number {
    font-size: 25px;
    height: 40px; }

  .nelnet-profile-stats h3 {
    font-size: 16px; } }
.careers-hero-img h2 {
  max-width: 420px;
  font-size: 26px;
  border-top: 8px solid #5c7132;
  margin-top: 0;
  padding-top: 30px;
  line-height: normal; }

.careers-lp-affiliated .logo {
  margin: 0 20px; }

@media screen and (max-width: 991px) {
  .careers-lp-affiliated .logo {
    margin: 15px 20px; }

  .affiliated-logos img {
    max-height: 35px; } }
@media screen and (max-width: 767px) {
  .community-feature {
    margin-bottom: 40px; }

  .row.affiliated-logos {
    margin: 30px auto; } }
@media screen and (max-width: 363px) {
  .careers-lp-affiliated .logo {
    margin: 25px 20px; } }
@media screen and (max-width: 460px) {
  .careers-lp-affiliated .logo {
    margin: 15px auto; } }
.life-at-nelnet .img-row {
  background-image: url(https://www.nelnet.com/contentimages/Associate-Computer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-position: center 60%; }

@media screen and (max-width: 992px) {
  .life-at-nelnet .img-row {
    height: 400px;
    background-position: center center; } }
@media screen and (max-width: 767px) {
  .life-at-nelnet .img-row {
    height: 200px;
    background-position: center center; } }
.social-media-section {
  position: relative;
  margin-top: -70px;
  background-color: #f1ab19;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .social-media-section {
    margin-top: 0; } }
.social-media-section .feed {
  height: 1000px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

@media screen and (max-width: 991px) {
  .feed .feed-item:nth-child(1n+12) {
    display: none; } }
@media screen and (max-width: 660px) {
  .social-media-section .feed {
    height: 820px; } }
@media screen and (max-width: 600px) {
  .career-lp-wrapper h1 {
    font-size: 40px; }

  .career-lp-wrapper h1.feature-number {
    font-size: 50px;
    height: 50px; }

  .social-media-section .feed {
    height: auto;
    flex-wrap: nowrap; }

  .feed .feed-item {
    width: 100%; }

  .feed img {
    display: flex;
    margin-right: auto;
    margin-left: auto; }

  .feed .feed-item:nth-child(1n+12) {
    display: none; } }
.feed-item {
  margin: 10px auto;
  display: flex; }
  .feed-item .bg-white {
    width: 100%; }

.collage-divider .image-1,
.collage-divider .image-3,
.collage-divider .image-4,
.collage-divider .image-6 {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.collage-divider .image-2,
.collage-divider .image-5 {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover; }

.collage-divider .image-1 {
  background-image: url("https://www.nelnet.com/contentimages/call-center-female.jpg"); }

.collage-divider .image-2 {
  background-image: url("https://www.nelnet.com/contentimages/associates-desk.jpg"); }

.collage-divider .image-3 {
  background-image: url("https://www.nelnet.com/contentimages/allo-van.jpg"); }

.collage-divider .image-4 {
  background-image: url("https://www.nelnet.com/contentimages/associates-hall.jpg"); }

.collage-divider .image-5 {
  background-image: url("https://www.nelnet.com/contentimages/associates-meeting.jpg"); }

.collage-divider .image-6 {
  background-image: url("https://www.nelnet.com/contentimages/lobby.jpg"); }

.careers-nav ul.nav li {
  margin-top: 3px; }

.careers-nav ul.nav li#search-jobs-menu-item {
  margin-top: 0; }

@media screen and (max-width: 600px) {
  .perks {
    margin-top: 40px; }

  .collage-divider .image-1,
  .collage-divider .image-2,
  .collage-divider .image-3 {
    height: 120px; } }
@media screen and (max-width: 767px) {
  .careers-nav .btn {
    margin-top: 5px; } }
.perk-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.perk-item img {
  max-width: 150px;
  width: auto;
  margin: 30px auto; }

.perk-item h3 {
  margin: 20px 0; }

@media screen and (max-width: 992px) {
  .perk-item {
    flex-direction: column;
    height: 310px; }

  .perk-item img {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 140px; }

  .container.perks .row.m-b-md {
    margin-bottom: 0; } }
.featured-job-item {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%; }

@media screen and (max-width: 600px) {
  .perk-item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }

  .perk-item img {
    margin-top: 5px;
    margin-bottom: 5px; }

  .perk-item-text-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0; }

  /*.perk-item-text-wrapper::after  {
    content: "<";
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
  }
  .perk-item-text-wrapper p {
    display: none;
  }*/ }
@media screen and (max-width: 620px) {
  .container.perks .row .col-xs-6 {
    width: 100%; }

  .perk-item {
    height: auto;
    flex-direction: row; } }
.job-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

@media screen and (max-width: 600px) {
  .careers-nav ul.nav {
    position: fixed;
    bottom: -15px;
    background: #1f496b;
    padding: 30px 0; }

  .careers-nav ul.nav li {
    border-bottom: none; }

  .hide-mobile {
    display: none; }

  #about-menu-item .show-only-mobile {
    content: url(http://www.placehold.it/50x50); }

  #culture-menu-item .show-only-mobile {
    content: url(http://www.placehold.it/50x50); }

  #benefits-menu-item .show-only-mobile {
    content: url(http://www.placehold.it/50x50); }

  #featured-jobs-menu-item .show-only-mobile {
    content: url(http://www.placehold.it/50x50); }

  #search-jobs-menu-item .show-only-mobile {
    content: url(http://www.placehold.it/50x50); }

  #search-jobs-menu-item a.btn.btn-success {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0; }

  .careers-hero-img {
    margin-top: 60px; }

  .job-item-wrapper {
    flex-direction: column; }

  .featured-job-item {
    width: 100%; } }
.featured-job-item:hover, .featured-job-item:focus {
  text-decoration: none;
  background: #eeeeee; }

.featured-job-item span {
  color: #666666; }
.featured-job-item .h3 {
  color: #3c740a; }

.ready-to-apply .btn {
  margin-top: 0; }

@media screen and (max-width: 1179px) and (min-width: 992px) {
  .careers-hero-img {
    background-size: cover; } }
@media screen and (max-width: 991px) {
  .careers-hero-img {
    background-image: none; }

  .careers-hero-img h1.hero-h1-top,
  .careers-hero-img h1.hero-h1-shadow {
    font-size: 60px; } }
@media screen and (max-width: 767px) {
  .careers-hero-img h1.hero-h1-top {
    top: -20px; } }
@media screen and (max-width: 653px) {
  .careers-hero-img h1.hero-h1-top,
  .careers-hero-img h1.hero-h1-shadow {
    font-size: 50px; } }
@media screen and (max-width: 564px) {
  span.grad-row span {
    display: none; }

  .careers-hero-img h1.hero-h1-top,
  .careers-hero-img h1.hero-h1-shadow {
    font-size: 8vw;
    line-height: 1.2;
    margin-bottom: 20px; }

  .careers-hero-img h2 {
    font-size: 4vw;
    max-width: 80%; }

  .careers-hero-img {
    margin-top: 50px; } }
@media screen and (max-width: 400px) {
  .col-xs-3.nelnet-profile-stats,
  .col-xs-4.nelnet-profile-stats {
    margin-bottom: 0; }

  .col-xs-3.nelnet-profile-stats {
    width: 50%; }

  .col-xs-4.nelnet-profile-stats {
    width: 100%; }

  .nelnet-profile-states h1.feature-number {
    margin-bottom: 8px;
    font-size: 27px; } }
@media screen and (max-width: 400px) {
  .careers-hero-img h1.hero-h1-top,
  .careers-hero-img h1.hero-h1-shadow {
    font-size: 7.5vw;
    line-height: 1.3; }

  .careers-hero-img h2 {
    font-size: 5vw; } }
/*
* {
  outline: 1px solid orange;
}*/
/* INTERN STYLE START */
/*.intern-lp .perk-item img {
  max-width: initial;
}
*/
.intern-lp .careers-hero-img {
  background-image: none !important;
  background-color: #ffffff; }

.intern-lp .careers-nav ul li {
  padding-right: 40px; }

.intern-lp .hero-h1-top {
  padding-top: 20px;
  background-color: #ffffff;
  margin: 70px auto 0 auto; }

.intern-lp h2 {
  background-color: #ffffff;
  margin: 0 auto; }

.intern-header h2 {
  padding: 20px; }

.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed; }

.intern-lp .collage-divider {
  height: 180px; }

.parallax {
  /* The image used */
  background-image: url("https://www.nelnet.net/marketingprod/website/nelnet/nncom/images/intern/intern-header.png");
  height: 500px;
  background-size: 100%;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat; }

.intern-float-r {
  float: none; }

.intern-item {
  height: 125px; }

@media screen and (max-width: 1179px) and (min-width: 767px) {
  .intern-type-l {
    max-width: 300px !important;
    margin-bottom: 0 !important; }

  .intern-type-r {
    max-width: 300px !important;
    margin-bottom: 0 !important; }

  .dotted-line {
    height: 565px !important; }

  #intern-mba, #intern-legal {
    margin-top: -30px !important; }

  .intern-bottom {
    margin-top: 0; } }
@media screen and (max-width: 564px) {
  .intern-lp .careers-hero-img h2 {
    max-width: none; } }
.intern-type-icon {
  width: 400px;
  margin: 0 auto;
  height: 400px; }

.intern-type-l {
  float: right;
  width: 500px;
  padding: 10px; }

.intern-type-r {
  float: left;
  width: 500px;
  padding: 10px; }

@media screen and (max-width: 767px) {
  .intern-lp .hero-h1-top {
    margin-top: -50px; }

  .intern-lp .careers-nav .btn {
    margin-right: 50px; }

  .intern-type-l, .intern-type-r {
    float: none !important;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 10px 0 10px; }

  .dotted-line {
    visibility: hidden;
    height: 0 !important; }

  .dotted-bottom {
    visibility: hidden;
    width: 0 !important; } }
@media screen and (max-width: 420px) {
  .intern-type-l, .intern-type-r {
    max-width: 300px; } }
.dotted-line {
  margin: 0 auto;
  border-right: 6px dotted #dddddd;
  width: 1px;
  height: 700px; }

.dotted-bottom {
  margin: 0 auto;
  width: 90%;
  height: 1px;
  border-top: 6px dotted #dddddd; }

#intern-mba, #intern-legal {
  margin-top: -50px; }

.parallax {
  height: 500px;
  background-size: cover;
  background-attachment: fixed; }

/* xsmall devices (phones, up to 480px) */
@media (max-width: 480px) {
  .intern-lp .careers-nav .btn {
    width: 130px;
    font-size: 10px; }

  .parallax {
    height: 400px; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .intern-lp .collage-divider {
    height: 280px; }

  .intern-lp .col-sm-height {
    display: block; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .parallax {
    height: 700px;
    background-size: cover;
    background-attachment: fixed; }

  .intern-lp .collage-divider {
    height: 350px; }

  .intern-lp .careers-nav ul {
    width: auto;
    justify-content: initial; }

  .col-sm-height {
    display: table-cell;
    float: none !important; }

  .intern-float-r {
    float: right; }

  .intern-l-padding {
    margin-left: 25px !important; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .intern-type {
    margin-top: 75px; } }
@media (max-width: 992px) {
  .row-same-height {
    display: block !important; }

  .intern-subhead-left {
    text-align: left !important; }

  .intern-border {
    border-right: 1px solid #3c740a; }

  .intern-border-padding-r {
    padding-right: 50px; }

  .intern-border-padding-l {
    padding-left: 50px; }

  .intern-lp .hero-h1-top {
    margin-top: 40px; }

  .parallax {
    height: 600px; } }
@media (max-width: 620px) {
  .intern-border {
    border-right: none !important; }

  .intern-border-padding-r {
    padding-right: 0; }

  .intern-border-padding-l {
    padding-left: 15px; } }
/* NEW INTERN STYLE START */
.intern-lp-new {
  /* xsmall devices (phones, up to 480px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  /* ANIMATED ICONS */ }
  .intern-lp-new .intern-lp .careers-hero-img {
    background-image: none !important;
    background-color: #ffffff; }
  .intern-lp-new .intern-lp .careers-nav ul li {
    padding-right: 40px; }
  .intern-lp-new .intern-lp .hero-h1-top {
    padding-top: 20px;
    background-color: #ffffff;
    margin: 70px auto 0 auto; }
  .intern-lp-new .intern-lp h2 {
    background-color: #ffffff;
    margin: 0 auto; }
  .intern-lp-new .intern-header h2 {
    padding: 20px; }
  .intern-lp-new .row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .intern-lp-new .intern-lp .collage-divider {
    height: 180px; }
  .intern-lp-new .parallax {
    /* The image used */
    background-image: url("https://www.nelnet.com/contentimages/intern-header.png");
    height: 500px;
    background-size: 100%;
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat; }
  .intern-lp-new .intern-float-r {
    float: none; }
  .intern-lp-new .intern-item {
    height: 125px; }
  @media screen and (max-width: 1179px) and (min-width: 767px) {
    .intern-lp-new .intern-type-l {
      max-width: 300px !important;
      margin-bottom: 0 !important; }
    .intern-lp-new .intern-type-r {
      max-width: 300px !important;
      margin-bottom: 0 !important; }
    .intern-lp-new .dotted-line {
      height: 565px !important; }
    .intern-lp-new #intern-mba, .intern-lp-new #intern-legal {
      margin-top: -30px !important; }
    .intern-lp-new .intern-bottom {
      margin-top: 0; } }
  @media screen and (max-width: 564px) {
    .intern-lp-new .intern-lp .careers-hero-img h2 {
      max-width: none; } }
  @media screen and (max-width: 767px) {
    .intern-lp-new .intern-lp .hero-h1-top {
      margin-top: -30px; }
    .intern-lp-new .intern-lp .careers-nav .btn {
      margin-right: 50px; }
    .intern-lp-new .intern-type-l, .intern-lp-new .intern-type-r {
      float: none !important;
      margin: 0 auto;
      max-width: 400px !important;
      padding: 10px 10px 0 10px; }
    .intern-lp-new .dotted-line {
      visibility: hidden;
      height: 0 !important; }
    .intern-lp-new .dotted-bottom {
      visibility: hidden;
      width: 0 !important; } }
  .intern-lp-new .intern-item {
    width: 80%;
    margin: 0 auto; }
  .intern-lp-new .intern-icon {
    margin: 0 auto;
    width: 120px; }
  .intern-lp-new .intern-type-text {
    text-align: left; }
  .intern-lp-new .intern-type-icon {
    width: 400px;
    margin: 0 auto;
    height: 400px; }
  .intern-lp-new .intern-type-l {
    float: right;
    width: 500px;
    padding: 10px; }
  .intern-lp-new .intern-type-r {
    float: left;
    width: 500px;
    padding: 10px; }
  .intern-lp-new .dotted-line {
    margin: 0 auto;
    border-right: 6px dotted #dddddd;
    width: 1px;
    height: 700px; }
  .intern-lp-new .dotted-bottom {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    border-top: 6px dotted #dddddd; }
  .intern-lp-new #intern-mba, .intern-lp-new #intern-legal {
    margin-top: -50px; }
  .intern-lp-new .parallax {
    height: 500px;
    background-size: cover;
    background-attachment: fixed; }
  @media (max-width: 480px) {
    .intern-lp-new .intern-lp .careers-nav .btn {
      width: 130px;
      font-size: 10px; }
    .intern-lp-new .parallax {
      height: 400px; } }
  @media (min-width: 768px) {
    .intern-lp-new .intern-lp .collage-divider {
      height: 280px; }
    .intern-lp-new .intern-lp .col-sm-height {
      display: block; } }
  @media (min-width: 992px) {
    .intern-lp-new .parallax {
      height: 700px;
      background-size: cover;
      background-attachment: fixed; }
    .intern-lp-new .intern-lp .collage-divider {
      height: 350px; }
    .intern-lp-new .intern-lp .careers-nav ul {
      width: auto;
      justify-content: initial; }
    .intern-lp-new .col-sm-height {
      display: table-cell;
      float: none !important; }
    .intern-lp-new .intern-float-r {
      float: right; }
    .intern-lp-new .intern-l-padding {
      margin-left: 25px !important; } }
  @media (min-width: 1200px) {
    .intern-lp-new .intern-type {
      margin-top: 75px; } }
  @media (max-width: 992px) {
    .intern-lp-new .row-same-height {
      display: block !important; }
    .intern-lp-new .intern-subhead-left {
      text-align: left !important; }
    .intern-lp-new .intern-border {
      border-right: 1px solid #3c740a; }
    .intern-lp-new .intern-border-padding-r {
      padding-right: 50px; }
    .intern-lp-new .intern-border-padding-l {
      padding-left: 50px; }
    .intern-lp-new .intern-lp .hero-h1-top {
      margin-top: 40px; }
    .intern-lp-new .parallax {
      height: 600px; } }
  @media (max-width: 620px) {
    .intern-lp-new .intern-border {
      border-right: none !important; }
    .intern-lp-new .intern-border-padding-r {
      padding-right: 0; }
    .intern-lp-new .intern-border-padding-l {
      padding-left: 15px; }
    .intern-lp-new .parallax {
      background-image: none;
      background-color: #f9f9f9;
      height: 500px; }
    .intern-lp-new .intern-lp .hero-h1-top, .intern-lp-new .intern-lp h2 {
      background-color: #f9f9f9; } }
  .intern-lp-new #bodymovin {
    background-color: #ffffff;
    width: 20%;
    height: 20%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1; }
  .intern-lp-new .intern-lp .perk-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .intern-lp-new .bx-wrapper .bx-loading {
    background: none !important; }

/* STAGES OF A STUDENT LOAN */
.timeline-container .timeline-step-copy h2 {
  color: #3473ac; }
.timeline-container .timeline-step-number {
  color: #3473ac; }

/*----------------------------
6.6 - Footnotes
-----------------------------*/
@media (max-width: 620px) {
  .sr-footnote {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    clip: auto;
    white-space: normal;
    clip-path: none; } }

/*----------------------------
7.0 - CSP
-----------------------------*/
.m-t--90 {
  margin-top: -90px; }

.l-s-n {
  list-style: none; }

.p-r {
  position: relative; }

.no-display {
  display: none; }

.hidden-visibility {
  visibility: hidden; }

.overflow-hidden {
  overflow: hidden; }

.t-u {
  text-decoration: underline; }

.full-height {
  height: 100px; }

.f-i {
  font-style: italic; }

.f-s-90 {
  font-size: 90%; }

.f-w-600 {
  font-weight: 600; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.l-s-t-l-r {
  list-style-type: lower-roman; }

.l-s-t-c {
  list-style-type: circle; }

.m-w-275 {
  max-width: 275px; }

.no-l-s-t {
  list-style-type: none; }

.p-56 {
  padding: 56.25% 0 0 0; }

.full-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-26pct {
  width: 26%; }

.w-18pct {
  width: 18%; }

.w-10pct {
  width: 10%; }

.w-100px {
  width: 100px; }

.w-300 {
  width: 300px; }

.h-100 {
  height: 100%; }

.bg-welcome-white {
  background-color: white; }

/*----------------------------
8.0 - Chat Box - this is provided from Product team
-----------------------------*/
#header-wrapper {
  z-index: 100; }

#app-nav {
  z-index: 50; }

/* ifreame css */
.chat_board_iframe_div {
  z-index: 999;
  position: fixed;
  right: 0px;
  padding: 0 20px;
  bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  height: unset;
  transition: unset !important; }

.inner_chat_board {
  height: unset; }

.chatwidgetImg {
  max-width: 100%; }

.chat_board_iframe_div_start {
  transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in; }

.chat_board_iframe_div .inner_chat_board {
  overflow: hidden;
  z-index: -1;
  position: initial; }

.chat_board_iframe_div .inner_chat_board .hide_scrollbar {
  height: 100%; }

.fullChatboard .chat-view-ifram {
  height: inherit; }

.chat-view-ifram {
  width: 100%;
  border: none;
  height: 100%; }

.desktop_chat-_icon {
  margin-top: 15px;
  z-index: 999999999999;
  position: relative; }

.fixed-chat-btn {
  background-color: #979897;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #979897;
  margin: 0; }

.fixed-chat-btn:focus, .fixed-chat-btn:hover, .fixed-chat-btn:active {
  background-color: #11891c;
  outline: none;
  border: 1px solid #11891c;
  box-shadow: inset 0 0 0 2px white; }

.fixed-chat-btn[aria-expanded="true"] {
  background-color: #11891c;
  outline: none; }

.fixed-chat-btn[aria-expanded="true"]:focus, .fixed-chat-btn[aria-expanded="true"]:hover, .fixed-chat-btn[aria-expanded="true"]:active {
  background-color: #11891c;
  outline: none; }

.fullChatboard {
  margin: 0 auto;
  width: 60% !important;
  height: calc(100% - 18.5%) !important;
  overflow: hidden; }

.chat_board_iframe_div.fullviewHeight .fullChatboard {
  width: 100% !important;
  height: 100% !important; }

.chat_board_iframe_div.fullviewHeight {
  height: calc(100% - 32%) !important;
  width: 60% !important;
  top: 17%;
  left: 20%;
  padding: 0; }

.pad-left {
  padding-left: 17px; }

.display_none {
  display: none; }

.fixed-chat-btn.ie-chat-btn {
  display: block;
  margin: 0px; }

#iFrameDiv #myChat.display_none {
  opacity: 0;
  transition: all .3s linear;
  display: none; }

#iFrameDiv #myChat {
  transition: all .5s linear;
  transition-delay: 0.1s; }

button:focus {
  outline: none; }

.fullChatboard .chat-view-ifram {
  min-height: unset; }

.ipad-scroll-position {
  height: 100% !important; }

.ipad-scroll-position.chatboard_view_active {
  max-height: unset;
  height: 92vh !important; }

.ipad-scroll-position .chat-view-ifram {
  height: 100% !important; }

.teaser_view_active {
  height: 363px !important; }

.teaser_view_active .inner_chat_board {
  height: 290px !important; }

.chatboard_view_active {
  height: 88vh !important;
  width: 340px !important;
  max-height: 695px; }

.chatboard_view_active .chat_board_iframe_div_start {
  height: 97vh !important;
  width: 340px !important; }

.chat_board_iframe_div_start.chat_board_iframe_div_start_ie11 {
  transition: unset !important;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important; }

.chat_board_iframe_div_start.chat_board_iframe_div_start_ie11 .chat_board_iframe_div_start {
  transition: unset !important;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important; }

.chat_board_iframe_div_start.chat_board_iframe_div_start_ie11 #iFrameDiv #myChat {
  transition: unset !important; }

@media all and (max-width: 1100px) and (min-width: 1024px) {
  .chat_board_iframe_div.chat_board_iframe_div_start_iphone {
    width: 100%;
    height: calc(55vh) !important; }

  .chat_board_iframe_div.chat_board_iframe_div_start_iPad {
    width: 100%;
    height: calc(55vh) !important; }

  .inner_chat_board.chat_board_iframe_div_start_iPad {
    height: calc(55vh) !important;
    width: 450px; } }
@media all and (max-width: 1023px) and (min-width: 768px) {
  .chat_board_iframe_div.chat_board_iframe_div_start_iphone {
    width: 100%;
    height: calc(64vh) !important; }

  .chat_board_iframe_div.chat_board_iframe_div_start_iPad {
    width: 100%;
    height: calc(64vh) !important; }

  .inner_chat_board.chat_board_iframe_div_start_iPad {
    height: calc(64vh) !important;
    width: 400px; } }
@media only screen and (max-width: 767px) {
  .chat_board_iframe_div {
    padding: 0 10px; }

  .chat_board_iframe_div_start {
    height: calc(86vh) !important;
    width: 98% !important;
    right: 0;
    left: 0;
    top: 2%; }

  .chat_board_iframe_div .inner_chat_board .hide_scrollbar {
    margin-right: 0px; }

  .chat-view-ifram {
    height: 100%; }

  .desktop_chat-_icon {
    position: initial;
    z-index: initial; }

  .chat_board_iframe_div .inner_chat_board {
    position: initial;
    z-index: initial; }

  /*mobile iphone issue*/
  .inner_chat_board.chat_board_iframe_div_start {
    height: 100% !important; }

  .inner_chat_board.chat_board_iframe_div_start_iphone {
    height: 100% !important;
    width: 100% !important; }

  .chat_board_iframe_div.chat_board_iframe_div_start_iphone {
    height: 94% !important;
    width: 100% !important; } }
@media screen and (min-width: 1500px) {
  .chat_board_iframe_div.chat_board_iframe_div_start > .inner_chat_board.chat_board_iframe_div_start .hide_scrollbar {
    display: flex;
    align-items: flex-end; }

  .chat_board_iframe_div.chat_board_iframe_div_start > .inner_chat_board.chat_board_iframe_div_start .hide_scrollbar .chat-view-ifram {
    max-height: 600px; }

  .chat_board_iframe_div.chat_board_iframe_div_start > .inner_chat_board.chat_board_iframe_div_start.fullChatboard .hide_scrollbar .chat-view-ifram {
    max-height: initial; } }
@media all and (max-width: 1370px) and (min-width: 1200px) {
  .chatboard_view_active {
    max-height: 529px; } }
/*----------------------------
9.0 - Timeline Cards
-----------------------------*/
.timeline-card {
  background: #E6E8E9;
  border: #A3AAAD solid 2px;
  border-radius: 16px;
  padding: 6px; }
  .timeline-card .card-title h3 {
    font-weight: bold;
    font-size: 16px;
    color: #016c6c;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .timeline-card .card-text {
    background: #FEFFFE;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px; }
    .timeline-card .card-text p {
      font-size: 13px;
      text-align: center;
      font-weight: bold;
      margin: 6px; }

.arrow {
  padding-right: 8px; }
  @media only screen and (max-width: 767px) {
    .arrow {
      padding-left: 0;
      padding-bottom: 8px; } }
  .arrow .arrow-next {
    position: relative;
    top: 50%;
    height: 0;
    width: 0;
    border: 9px solid;
    border-color: #018181 #018181 transparent transparent;
    transform: rotate(45deg); }
    @media only screen and (max-width: 767px) {
      .arrow .arrow-next {
        left: 50%;
        transform: rotate(135deg); } }
    .arrow .arrow-next:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 10px;
      width: 13px;
      background-color: #018181;
      transform: rotate(-45deg) translate(5px, 1px); }
      @media only screen and (max-width: 767px) {
        .arrow .arrow-next:before {
          right: 50%;
          transform: rotate(45deg) translate(1.5px, -5px); } }

/*----------------------------
10.0 - Bootstrap Classes
-----------------------------*/
.flex-column {
  flex-direction: column !important; }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; } }
.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-center {
  align-items: center !important; }

/* End Bootstrap Classes */

/*# sourceMappingURL=style.css.map */
