@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=20d74cc5-7f7c-49a7-80ae-fa2f389c550d");
/* GLOBAL */
* {
    margin:0px;
    padding:0px;
    line-height:1.25em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* End GLOBAL */

/* BODY TAG AND BASE FONT SIZE */
body
{
	font-family: Source Sans, Sans-Serif;
	color: #4d4d4d;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	position:relative;
	width:100%;
	overflow-x:hidden;
	overflow-x:auto\0;
}

/* End BODY TAG AND BASE FONT SIZE */
span.inline_link_pdf:before {
    content: "";
    display: inline-block;
}
span.inline_link_pdf
{
	background: url("/assets/dev/images/navient_core/common/desktop/pdf_icon.png") no-repeat;
	/*padding-left:22px;*/
    height: 16px;
    width: 16px;
}
/* RESPONSIVE DISPLAY TOGGLES */
@media only screen and (max-width:640px) {
    .responsive .no_phone
    {
    display:none!important;
    }
}

.small, .medium
{
   display:none;
}

.block, .small.large, .medium.large
{
    display:block;
}

.small.block, .medium.block 
{
    display:none;
}

.inline, small.large.inline, .medium.large.inline
{
    display:inline;
}

.small.inline, .medium.inline 
{
    display:none;
}

.inline-block, small.large.inline-block, .medium.large.inline-block
{
    display:inline-block;
}

.small.inline-block, .medium.inline-block
{
    display:none;
}

@media only screen 
and (min-width : 1px)
and (max-width: 850px)
{
	.responsive .counterIframe
	{
		display:none;
	}
    .responsive .small, .responsive .small.medium
    {
        display: block;
    }
    
    .responsive .small.inline, .responsive .small.medium.inline 
    {
        display: inline;
    }
    
    .responsive .small.inline-block, .responsive .small.medium.inline-block 
    {
        display: inline-block;
    }
    
    .responsive .medium
    {
        display: none;
    }
    
    .responsive .large 
    {
        display: none;
    }
}

/* Medium example (unused currently) */
/*@media only screen 
and (min-width : 641px)
and (max-width: 1149px)
{
    .responsive .small 
    {
        display: none;
    }
    
    .responsive .medium, .responsive .small.medium, .responsive .medium.large
    {
        display: block;
    }
    
    .responsive .medium.inline, .responsive .small.medium.inline, .responsive .medium.large.inline
    {
        display: inline;
    }
    
    .responsive .medium.inline-block, .responsive .small.medium.inline-block, .responsive .medium.large.inline-block
    {
        display: inline-block;
    }
    
    .responsive .large
    {
        display: none;
    }
}*/

/* End RESPONSIVE DISPLAY TOGGLES */

/* PRIMARY BANNER */
.primary_banner {
margin-bottom: 20px;
position:relative;
margin-right:20px;
background-repeat:no-repeat;
background-position:right top;
background-size: 735px;
}

.primary_banner .article_standard {
width: 330px;
padding:0px 20px 25px 20px;
margin-right:5px;
float:left;
position:relative;
border-right:5px solid #fff;
}

@media only screen and (max-width:850px) {
.responsive .primary_banner {
margin-left:-20px;
margin-right:-20px;
}
}

@media only screen and (max-width:640px) 
{
.primary_banner {
background-color: #0099D8;
}

.responsive .primary_banner .article_standard {
width:auto;
position:relative;
margin-right:20px;
border-right:none;
}

.responsive .primary_banner h1 
{
    font-size:4em;
    border-bottom:1px solid #60bde6;
    margin:10px 0px 10px 0px;
}
}

@media only screen and (max-width:950px) {
.responsive .primary_banner {
background-position: right -120px top;
}
}

.primary_banner h1{
margin-bottom:0px;
font-size:5.4em;
}

.primary_banner .h2 {
line-height:1.3em;
font-size: 2.3em;
}

.primary_banner ul {
margin-left:0px;
}

.primary_banner .h2 + ul {
margin-top:.6em;
}

.primary_banner .button_standard {
margin-top:1.3em;
}

.primary_banner ul li {
font-size:1.6em;
line-height:.6em;
padding-left:16px;
}

/* End PRIMARY BANNER */

/* MISC HELPERS */
.clear
{
	clear: both;
	height:0px;
	position:relative;
	overflow:hidden;
	color:#fff;
}

.clear_after:after
{
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.clear_before:before
{
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.filler {
display:block;
height:0px;
color: rgba(0,0,0,0);
overflow:hidden;
font-size: 1000px;
}

.filler:before {
content: ". . .";
}

.no_top_margin 
{
    margin-top: 0px!important;
}

.no_bottom_margin 
{
    margin-bottom: 0px!important;
}

.no_top_padding 
{
    padding-top: 0px!important;
}

.no_bottom_padding 
{
    padding-bottom: 0px!important;
}

.right 
{
	float:right!important;
}

.left
{
    float:left!important;
}

.absolute_top
{
    position:absolute;
    top: 0px;
    width:100%;
}

.absolute_bottom 
{
    position:absolute;
    bottom:0px;
    width:100%;
}

.show 
{
    display:block;
    position: relative;
}

.hide 
{
    display:none;
}

.invisible 
{
    visibility: hidden; 
}

/* End MISC HELPERS */

/* ANCHOR TAGS */
a[name], a[name]:hover, a[name]:active, a[name]:visited 
{
	color: #4d4d4d;
	cursor: text;
}

a[href]
{
	cursor: pointer;
}

a[href], a[href]:active, a[href]:visited
{
	color: #003399;
	text-decoration: none;
	cursor: pointer;
}

a[href]:hover
{
	color: #0057b6;
	text-decoration: underline;
	cursor: pointer;
}

a img
{
	border: none;
	cursor: pointer;
}

.icon_pdf, a.link_pdf:before {
    background-image: url("/assets/dev/images/navient_core/common/desktop/pdf_icon.png");
    height: 16px;
    width: 16px;
}

a.link_pdf:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
}

a.link_bullet {
    color: #003399;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 2rem;
} 
 
@media (min-width: 1px) and (max-width: 850px) 
{
    a.link_offsite {
    padding-left: 20px !important;
    padding-right: 0; } 
		.responsive .counterIframe
	{
		display:none;
	}
}  

/* End ANCHOR TAGS */

/* SUP AND SUB TAGS */
sup {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 69%;
	bottom: .75ex;
}

sup a
{
   text-decoration:none!important;
}
/* End SUP AND SUB TAGS */

/* FONTS */

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=20d74cc5-7f7c-49a7-80ae-fa2f389c550d");

.size_1 {
  font-size: 4.7rem;
  font-family: "Slate W01 Light";
  color: #333333; }

.size_2 {
  font-size: 3.6rem;
  font-family: "Slate W01 Medium";
  color: #333333; }

.size_3 {
  font-size: 3.0rem;
  font-family: "Slate W01 Medium";
  color: #333333; }

.size_4 {
  font-size: 2.5rem;
  font-family: "Slate W01 Medium"; }

.size_5, #top_section #primary_nav div.primary_nav_items a {
  font-size: 2.4rem;
  font-family: "Slate W01 Medium"; }
/*schools*/
.size_5, #top_section #primary_navSchools div.primary_nav_items a {
  font-size: 2.4rem;
  font-family: "Slate W01 Medium"; }
/*schools*/  
  
.size_6 {
  font-size: 2.4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.size_7 {
  font-size: 2.1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333; }
  .size_7 b {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold !important;
    color: #003399; }

.size_8 {
  font-size: 2.1rem;
  color: #470A68 !important;
  font-family: "Slate W01 Medium"; }

.size_9 {
  font-size: 2.0rem;
  font-family: "Slate W01 Medium";
  color: #333333; }

.size_10 {
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #333333; }

.size_11 {
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333; }
  .size_11 b {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold !important; }

.size_12 {
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #003399; }
  .size_12:hover {
    text-decoration: underline;
    color: #008DC9 !important; }

.size_13 {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333; }

.size_14 {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #003399; }
  .size_14:hover {
    text-decoration: underline;
    color: #008DC9 !important; }

.size_15, .footer_link {
  font-size: 1.2rem !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #470A68; }

.size_16 {
  font-size: 1.3rem !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333; }

@font-face {
  font-family: "Slate W01 Light";
  src: url("/assets/dev/fonts/navient/slate-w01-light-webfont.eot?#iefix");
  src: url("/assets/dev/fonts/navient/slate-w01-light-webfont.eot?#iefix") format("eot"), url("/assets/dev/fonts/navient/slate-w01-light-webfont.woff") format("woff"), url("/assets/dev/fonts/navient/slate-w01-light-webfont.ttf") format("truetype"), url("/assets/dev/fonts/navient/late-w01-light-webfont.svg#90170f09-fd56-4d81-9183-89f4d3023375") format("svg"); }
@font-face {
  font-family: "Slate W01 Medium";
  src: url("/assets/dev/fonts/navient/slate-w01-medium-webfont.eot?#iefix");
  src: url("/assets/dev/fonts/navient/slate-w01-medium-webfont.eot?#iefix") format("eot"), url("/assets/dev/fonts/navient/slate-w01-medium-webfont.woff") format("woff"), url("/assets/dev/fonts/navient/slate-w01-medium-webfont.ttf") format("truetype"), url("/assets/dev/fonts/navient/slate-w01-medium-webfont.svg#e2bc308f-8bfe-48a1-89d7-a5a8ac370ff0") format("svg"); }
@font-face {
  font-family: "Slate W01 Medium Italic";
  src: url("/assets/dev/fonts/navient/slate-w01-medium-italic-webfont.eot?#iefix");
  src: url("/assets/dev/fonts/navient/slate-w01-medium-italic-webfont.eot?#iefix") format("eot"), url("/assets/dev/fonts/navient/slate-w01-medium-italic-webfont.woff") format("woff"), url("/assets/dev/fonts/navient/slate-w01-medium-italic-webfont.ttf") format("truetype"), url("/assets/dev/fonts/navient/slate-w01-medium-italic-webfont.svg#a310d281-7e9b-4b19-a94a-6a109a390385") format("svg"); }
@font-face {
  font-family: "Slate W01 Regular";
  src: url("/assets/dev/fonts/navient/slate-w01-regular-webfont.eot?#iefix");
  src: url("/assets/dev/fonts/navient/slate-w01-regular-webfont.eot?#iefix") format("eot"), url("/assets/dev/fonts/navient/slate-w01-regular-webfont.woff") format("woff"), url("/assets/dev/fonts/navient/slate-w01-regular-webfont.ttf") format("truetype"), url("/assets/dev/fonts/navient/slate-w01-regular-webfont.svg#cee327ea-b14e-45be-860f-f5d226b92bf3") format("svg"); }
@font-face {
  font-family: "Slate W01 Bold";
  src: url("/assets/dev/fonts/navient/slate-w01-bold-webfont.eot?#iefix");
  src: url("/assets/dev/fonts/navient/slate-w01-bold-webfont.eot?#iefix") format("eot"), url("/assets/dev/fonts/navient/slate-w01-bold-webfont.woff") format("woff"), url("/assets/dev/fonts/navient/slate-w01-bold-webfont.ttf") format("truetype"), url("/assets/dev/fonts/navient/slate-w01-bold-webfont.svg#db978b75-1d87-4a94-98f8-4f05471202da") format("svg"); }


@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/dev/fonts/fontawesome-webfont.eot');
  src: url('/assets/dev/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/dev/fonts/fontawesome-webfont.ttf') format('truetype'), url('/assets/dev/fonts/fontawesome-webfont.woff') format('woff'), url('/assets/dev/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*="fa-"],[class*="icon"],[id*="icon"] {
  font-family: FontAwesome;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-weight:normal;
  speak:none;
}

[class*="fa-"].[class*="icon"] 
{
    font-size:1px;
}


/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";

}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


a+[class^="fa-"],
a [class^="fa-"] 
{
    padding-left:.5em;
}
span.fa
{
	padding-right:5px;
}

.plus_minus .token {
padding-left:0px!important;
}

.din, .oswald {
    font-family: 'oswald' , Arial, Helvetica, sans-serif;
}

/* End FONTS */

/* ALTERNATE TEXT OPTIONS */
.line_height_tight, .line_height_tight * {
    line-height: 1.3em;
}

b, strong, .weight_bold
{
    font-weight:700!important;
}

.weight_light
{
    font-weight:300!important;
}

.weight_normal
{
    font-weight: 400!important;
}

.small_text 
{
    font-size: 1.1em!important;
}

.decoration_none 
{
    text-decoration:none;
}

.border_none 
{
    border:none;
}

.center 
{
    text-align:center;
    margin: 0px auto 0px auto;
}

.text_right 
{
    text-align: right;
}

.no_top_spacing 
{
    padding-top: 0px!important;
    margin-top: 0px!important;
}

.no_wrap 
{
    white-space: nowrap;
}

.indent_1 
{
    font-size: 1.7em;
    padding-left: .7em;
}

.menu_section_head
{
    padding-bottom: 5px!important;
}

.menu_section_head > * 
{
    height:auto!important;
    font-size:1.5em;
}

.callout_text_icon 
{
    font-size:6em;
    line-height:0px;
}

.top_bottom_border_header {
border-top:1px solid #cacaca;
border-bottom:1px solid #cacaca;
line-height:2.5em;
}

.top_bottom_border_header + * {
    margin-top: 1em;
}

/* End ALTERNATE AND TEXT OPTIONS */

/* ALTERNATE TEXT COLORS */
.text_black {
color:#4D4D4D;
}

.text_white 
{
    color:#fff;
}

.text_light_blue
{
    color: #008DC9;
}

.text_dark_blue 
{
    color: #003b55;
}

.text_green 
{
    color: #9FBD4A;
}

.text_dark_grey 
{
    color:#666666;
}

.text_light_grey 
{
    color:#cccccc;
}

.text_red 
{
    color:#ff0000;
}

.text_orange, a.accent_orange+span
{
    color:#ff8700;
}

/* End ALTERNATE TEXT COLORS */

/* TEXT TAGS */
/* NOTE: (global to page, other specific rules for "article", "multicolumn", "rails", "table", etc. may also apply)*/
h1, .h1
{
    font-family: "Slate W01 Light";
    font-size: 3.2rem;
    margin-top: 1em;
}

div#title_main_top h1, div#title_main_top_partial h1, div#title_main_content h1 
{
    font-size: 3.6em;
    font-family: "Slate W01 Regular";
    margin: 20px 25px 0px;
}

@media only screen and (max-width:640px) 
{
	.responsive .counterIframe
	{
		display:none;
	}
		.responsive h1, .responsive .h1 
	{
		font-size: 2.4rem;
	}
		.responsive h2, .responsive .h2 
	{
		font-size: 2.1rem;font-family: "Slate W01 Light";
	}

	.responsive h3, .responsive .h3 {
		font-family: "Slate W01 Light";
		font-size: 1.8rem;
	}
	div#title_main_top h1, div#title_main_top_partial h1, div#title_main_content h1 
	{
		font-size: 2.4rem;
		font-family: "Slate W01 Regular";
		margin: 20px 25px 0px;
	}

	.responsive p, .responsive .p {
     font-size: 1.3rem;
 	}
	.responsive a.link_bullet {
	  color: #003399;
	  font-size: 1.3rem;
	  font-weight: bold;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-bottom: px;
	  padding-top: px;
	  padding-left: 0px; 
	  background:none;
	}
}

#right_rail .h1 
{
    border-bottom: 1px solid #CCCCCC;
    display: block;
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

p, .p
{  
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.6rem;
    margin-top: 1em;
}

h2, .h2
{
	font-family: "Slate W01 Light";
    font-size: 2.3rem;
	margin-top: 1em;
}

h3, .h3
{
	font-size: 1.8rem;
	margin-top: 1em;
	font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h4
{
	font-size: 1.2rem;
	margin-top: 1em;
	font-weight: 700;
}

h5
{
	font-size: 1.8rem;
	margin-top: 1em;
	font-weight: 400;
}

h6
{
font-size: 1.4rem;
font-weight:bold;
margin-top: 1em;
}

h1+p
{
	margin-top: .5em;
}

h2+p
{
	margin-top: .5em;
}

h3+p 
{
    margin-top: .5em;
}

h4+p
{
	margin-top: 0em;
}

p+p
{
	margin-top: .8em;
}

ul+p, ol+p 
{
	margin-top: 1em;
}

ul 
{
	list-style: none;
	margin-left: 10px;
}

ol 
{
	padding-left: 17px;
	margin-left: 20px;
}

ul ul, ul ol, ol ol, ol ul
{
	margin-top: 0em;
}

ul+ol, ol+ul, ul+ul, ol+ol
{
	margin-top: .5em;
}

h2+ul, h2+ol
{
	margin-top: .5em;
}

h3+ul, h3+ol, h4+ul, h4+ol, h5+ul, h5+ol, h6+ul, h6+ol
{
	margin-top: 0em;
}

p + ul, p + ol {
    margin-top: 0;
}

li 
{
	word-break:hyphenate;
    word-wrap: break-word;
    word-wrap: none\0;
    padding-left:24px;
}

li li
{
   font-size:100%!important;
}

li, ol li ul li, ul li ol li ul li
{
	padding-top: .7em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 1.5em;
}

li .lifix 
{
    font-size:.63em;
}


ul.no_bullets span.thecon 
{
    display:none;
}

ul.no_bullets li
{
    padding-left: 0px;
}

ul.no_bullets li:before 
{
    content:""!important;
    padding:0px!important;
    margin-left:0px!important;
    display:none!important;
}

ul.no_default_style, ul.no_default_style ul 
{
    margin:0px;
    line-height:0px;
}

ul.no_default_style li
{
    padding:0px;
    font-size:1em;
    word-wrap:normal;
}

ul.no_default_style li:before 
{
    content: ""!important;
    padding:0px!important;
    margin-left:0px!important;
}

ul.horizontal_list {
margin-left:0px;
}

ul.horizontal_list li
{
    float:left;
    padding: 0px 1em 0px 0px;
}

ul.horizontal_list li+li 
{
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

ul.horizontal_list .vertical 
{
    padding-top:0px;
    padding-bottom:0px;
}

li.dotted
{
border-bottom: 1px dashed #cccccc;
padding-top: 5px;
padding-bottom: 5px;
}

ol li, ul li ol li, ol li ul li ol li
{
	background: none;
	padding-left: 0px;
}

li > li
{
    font-size: 100%!important;
}

li sup, li sub
{
    font-size: 79%!important;
}

li sup span, li sub span 
{
    font-size: 120%\9!important;
}

hr 
{
	background-color: #f2f2f2;
	color:#cccccc;
	height: 10px;
	border: none;
	margin: 25px 0 35px;
}

/*hr.big_top_margin
{
    margin-top: 1.5em;
}*/

/* End TEXT TAGS */

/* FONT ICONS WITH LI TAGS */
li > span.thecon
{
    margin-left: -.6em;
    position:absolute;
}

li > span.thecon > span#icon_circle 
{
    font-size: 4px!important;
    vertical-align:middle;
    top:-2px;
    position:relative;
    padding-right: 10px!important;
}

li.icon {
background: none;
}

li.icon > [id*="icon"]:first-child {
width:20px;
}

.icon_none 
{
    display:none;
}

/* End FONT ICONS WITH LI TAGS */

/* FORM ELEMENTS */
input, textarea
{
	border: 1px solid;
	border-color: #acadb2 #dcdfe6 #e2e9ef #e3e3eb;
	display: block;
	-webkit-appearance: none;
	border-radius:0;
}

select {
    float: left;
    margin: 10px 7px 0 0;
}

/* End FORM ELEMENTS */

/* VERTICAL CENTERING AND HORIZONTAL ALIGNMENT */
.vertical, .horizontal
{
    padding: 5px 0px 5px 0px;
}

.article.vertical 
{
   margin:0px!important;
   padding-left:25px;
   padding-right: 25px;
}

a.vertical 
{
    display:table;
}

.vertical > *, .vertical > a > *
{
    display:table-cell;
    vertical-align: middle;
    margin-left:0px;
    margin-right:0px;
}

.horizontal > *, .horizontal > a > * 
{
    display:table-cell;
    vertical-align:top;
}

.horizontal_bottom_align 
{
    vertical-align:text-bottom!important;
}

.alignment_wide
{
    width: 100%;
}

.alignment_wide + *, * + .alignment_wide
{
    padding-left: 15px!important;
}

.vertical + .article > *:first-child 
{
    margin-top:1.5em;
}

.valign {
  display: table;
  margin: 0px auto; }

.valign-cell {
  display: table-cell !important;
  vertical-align: middle; }

.valign-cell_top {
  display: table-cell !important;
  vertical-align: top; }


/* End VERTICAL CENTERING AND HORIZONTAL ALIGNMENT */

/* BACKGROUND COLORS */

.bg_orange, a.bg_orange, a.bg_orange:visited, a.bg_orange:hover, .responsive a[href]:hover.bg_orange, a.bg_orange:active
{
    background-color: #ff8700;
    color:#fff;
}

.bg_green, a.bg_green, a.bg_green:visited, a.bg_green:hover, .responsive a[href]:hover.bg_green, a.bg_green:active
{
    background-color: #9fbd4a;
    color:#fff;
}

.bg_dark_blue, a.bg_dark_blue, a.bg_dark_blue:visited, a.bg_dark_blue:hover, .responsive a[href]:hover.bg_dark_blue, a.bg_dark_blue:active
{
    background-color: #003b55;
    color: #fff;
}

.bg_blue, a.bg_blue, a.bg_blue:visited, a.bg_blue:hover, .responsive a[href]:hover.bg_blue, a.bg_blue:active
{
    background-color: #0099d8;
    color: #fff;
}

.bg_light_blue 
{
    background-color: #e4eff4;
}

.bg_light_grey, a.bg_light_grey, a.bg_light_grey:visited, a.bg_light_grey:hover, .responsive a[href]:hover.bg_light_grey, a.bg_light_grey:active
{
    background-color: #e9e9e9;
    color: #4d4d4d!important;
}

.multicolumn_column.bg_very_light_grey {
background:#fff;
}

.multicolumn_column.bg_very_light_grey > .multicolumn_column_container {
    background-color: #f4f4f4;
    color: #003b55 !important;
}

.bg_off_white, a.bg_off_white, a.bg_off_white:visited, a.bg_off_white:hover, .responsive a[href]:hover.bg_off_white, a.bg_off_white:active
{
    background-color: #f9f9f9;
    color: #6f6f6f!important;
}

.bg_circles_blue
{
    background-image: url(/assets/dev/images/sallie_mae_core/css_backgrounds/color_backgrounds/circle_back.gif);
    background-position:-80px -80px;
    background-repeat:repeat;
}

.bg_circles_small_grey
{
    background-image: url(/assets/dev/images/sallie_mae_core/css_backgrounds/color_backgrounds/circle_back_small_grey.gif);
    background-position: -40px top;
    background-repeat:repeat;
}

.bg_talk_bubble {
margin-top: 20px!important;
padding-bottom: 20px;
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
background: url("/assets/products/landing/dp/images/talk_bubble_back.jpg") no-repeat right top #FBFBFB;
}

.bg_callout_padding 
{
    padding:15px;
}

.article:first-child > .bg_callout_padding:first-child {
margin-top:0px;
}

@media only screen and (max-width : 640px) 
{
    .responsive .bg_callout_padding 
    {
        margin-top: 50px;
    }
    
    .responsive .article:first-child > .bg_callout_padding:first-child {
    margin-top:0px;
    }
}

/* End BACKGROUND COLORS */

/* BUTTONS */
.button_menu_item
{
    padding: .8em 1.5em .8em 0em;
    margin-top: 1em;
    border-top:1px solid #edeff1;
    border-bottom: 1px solid #edeff1;
    position:relative;
}

li .button_menu_item 
{
    margin-top:-1px;
}

#mobile_nav_flyout_left .button_menu_item, #mobile_nav_flyout_right .button_menu_item  
{
   padding: .8em 1.5em .8em 1.5em;
}

.button_menu_item+.button_menu_item 
{
    margin:0px;
    border-top:none;
}

.button_menu_item [class^="fa"]
{
    font-size: 1.6em;
    color:#6f6f6f;
}

.button_menu_item #icon_chevron_right 
{
    font-size: 1.6em;
}

.button_menu_item > * 
{
    height: 44px;
}

.button_menu_item > a, .button_menu_item > a:hover, .button_menu_item > a:visited, .button_menu_item > a:active
{
    color: #6F6F6F;
}

#main .button_menu_item {
background: #fff;
}

#main .button_menu_item > a, #main .button_menu_item > a:hover, #main .button_menu_item > a:visited, #main .button_menu_item > a:active 
{
    color: #1195cd;
    font-weight:bold;
}

#main .button_menu_item .token {
color:#5d5d5d;
}

.table [class*="button_"] {
margin-left:10px;
margin-right:10px;
}

.table [class*="button_"]:first-child {
margin-top:0px;
}

.button_small 
{
    margin-top: .7em;
    padding: .5em 10px .5em 10px;
}

select + .button_small {
    top: 8px;
    position: relative;
}

.button_standard
{
    font-size: 1.26em;
    margin-top: .7em;
    padding: .5em 18px .5em 18px;
}

.table_column_container > .button_standard 
{
    margin-left:10px;
}

li .button_standard 
{
    margin-top: 0px;
}
/* End BUTTONS */

/* ACCORDION MENUS */
.accordion {
font-weight:bold;
}

.accordion_content + * {
margin-top: 25px;
}

.accordion_content, .accordion_content > * 
{
   transform-origin: top;
   transition: max-height .4s ease-in-out;
   transitio-delay: 0s;
   -moz-transform-origin: top;
   -moz-transition: max-height .4s ease-in-out;
   -moz-transitionn-delay: 0s;
   -ms-transform-origin: top;
   -ms-transition: max-height .4s ease-in-out;
   -ms-transitionn-delay: 0s;
   -o-transform-origin: top;
   -o-transition: max-height .4s ease-in-out;
   -o-transitionn-delay: 0s;
   -webkit-transform: translat3d(0,0,0);
   -webkit-transform-origin: top;
   -webkit-transition: max-height .4s ease-in-out;
   -webkit-transition-delay: 0s;
   -webkit-perspective: 1000;
   -webkit-backface-visibility: hidden;
}

.accordion_small .plus_minus, .accordion_large .plus_minus, .accordion_ie .plus_minus
{
    display:none;
    padding-right: 10px;
    float:left;
}

.accordion_small > a:first-child, .accordion_small > a:visited:first-child, .accordion_small > a:hover:first-child, .accordion_small > a:active:first-child,
.accordion_large > a:first-child, .accordion_large > a:visited:first-child, .accordion_large > a:hover:first-child, .accordion_large > a:active:first-child,
.accordion_ie > a:first-child, .accordion_ie > a:visited:first-child, .accordion_ie > a:hover:first-child, .accordion_ie > a:active:first-child
{
   color: #4d4d4d;
   cursor:text;
}

.accordion_ie
{
   border-bottom: 1px solid #d0e6f1\0;
   border-top: 1px solid #d0e6f1\0;
   display:block\0;
}

.accordion_content+.accordion_ie 
{
    margin-top: -1px\0;
}

.accordion_ie+.accordion_content
{
    margin-top: -1px\0;
}

.accordion_ie > a:first-child, .accordion_ie > a:visited:first-child, .accordion_ie > a:hover:first-child, .accordion_ie > a:active:first-child
{
   color: #008dc9\0;
   display:block\0;
   cursor: pointer\0;
   padding: 1em\0;
}

.accordion_ie+.accordion_content+.accordion_ie
{
    border-top: none\0;
    margin-top: 0px\0;
}

.accordion_ie+.accordion_content
{
   border-bottom: 1px solid #d0e6f1\0;
   padding-top: 1em\0;
   padding-bottom: 1em\0;
}

.accordion_ie+.accordion_content > *:first-child 
{
    margin-top: 0px\0;
    padding-top: 0px\0;
}

.accordion_ie.active+.accordion_content .thecon 
{
    display:block\0;
}

.accordion_ie+.accordion_content .thecon 
{
    display:none\0;
}

.article+.article > .accordion_ie:first-child
{
    margin-top: -1px\0;
}

.accordion_ie+.accordion_content
{
    position:absolute\0;
    left: -9999px\0;
}

.accordion_ie.active+.accordion_content
{
    position:relative\0;
    left: 0px\0;
}

.accordion_ie .plus_minus
{
    color: #008ccb\0;
    display:inline\0;
    left:-10px\0;
    position:relative\0;
}

.accordion_ie .plus_minus+span 
{
    left:-10px\0;
    position:relative\0;
}

@media only screen and (min-width : 851px) {
.accordion_large
{
    border-top: 1px solid #d0e6f1;
    display:block;
}

.accordion_large+.accordion_content 
{
    margin-top: -1px!important;
}

.accordion_large > a:first-child, .accordion_large > a:visited:first-child, .accordion_large > a:hover:first-child, .accordion_large > a:active:first-child
{
   color: #008dc9;
   display:block;
   cursor: pointer;
   padding: 1em 0px 1em 0px;
}

.accordion_large+.accordion_content+.accordion_large
{
    border-top: none;
    margin-top: 0px!important;
}

.accordion_large+.accordion_content 
{
   border-bottom: 1px solid #d0e6f1!important;
   padding-top: 1em;
   padding-bottom: 1em;
}

.accordion_large+.accordion_content > *:first-child 
{
    margin-top: 0px;
    padding-top: 0px;
}

.article+.article > .accordion_large:first-child 
{
    margin-top: -1px!important;
}

.accordion_large+.accordion_content 
{
    padding-bottom:0px;
    padding-top:0px;
    max-height:0px;
}

.accordion_large.active+.accordion_content 
{
    max-height:100%;
    padding-bottom:1em;
}

.accordion_large+.accordion_content > *
{
    max-height:0px;
    overflow:hidden;
}

.accordion_large.active+.accordion_content > *
{
   max-height:300px;
}

.accordion_large.active+.accordion_content > ul, .accordion_large.active+.accordion_content > ol
{
   max-height:100%;
}

.accordion_large.active+.accordion_content > ul li, .accordion_large.active+.accordion_content > ol li
{
   max-height:300px;
}

.accordion_large.active+.accordion_content .thecon 
{
    display:block;
}

.accordion_large+.accordion_content .thecon 
{
    display:none;
}

.accordion_large .plus_minus 
{
    color: #008ccb;
    display:inline;
}
}

@media only screen and (max-width: 850px) {
 .accordion_small
{
   border-top: 1px solid #d0e6f1;
   display:block;
}

 .accordion_small+.accordion_content 
{
    margin-top: -1px!important;
}

 .accordion_small > a:first-child,  .accordion_small > a:visited:first-child,  .accordion_small > a:hover:first-child,  .accordion_small > a:active:first-child
{
   color: #008dc9;
   display:block;
   cursor: pointer;
   padding: 1em 0px 1em 0px;
}

 .accordion_small+.accordion_content+.accordion_small
{
    border-top: none;
    margin-top: 0px!important;
}

 .accordion_small+.accordion_content 
{
  border-bottom: 1px solid #d0e6f1!important;
   padding-top: 1em;
   padding-bottom: 1em;
}

 .accordion_small+.accordion_content > *:first-child 
{
    margin-top: 0px;
    padding-top: 0px;
}

 .article+.article > .accordion_small:first-child 
{
    margin-top: -1px!important;
}

 .accordion_small+.accordion_content 
{
    padding-bottom:0px;
    padding-top:0px;
    max-height:0px;
}

 .accordion_small.active+.accordion_content 
{
    max-height:100%;
    padding-bottom:1em;
}

 .accordion_small+.accordion_content > *
{
    max-height:0px;
    overflow:hidden;
}

 .accordion_small.active+.accordion_content > *
{
   max-height:300px;
}

 .accordion_small.active+.accordion_content > ul,  .accordion_small.active+.accordion_content > ol
{
   max-height:100%;
}

 .accordion_small.active+.accordion_content > ul li,  .accordion_small.active+.accordion_content > ol li
{
   max-height:300px;
}

.accordion_small.active+.accordion_content .thecon 
{
    display:block;
}

.accordion_small+.accordion_content .thecon 
{
    display:none;
}

 .accordion_small .plus_minus 
{
    color: #008ccb;
    display:inline;
}
}

.accordion.active {
border-bottom: none!important;
}

.accordion.active+.accordion_content {
padding-top: 0px;
}

.accordion+.accordion_content > ul:first-child, .accordion+.accordion_content > ol:first-child {
margin-top:-.7em;
}

/* End ACCORDION MENUS */

/* TAB NAVIGATION */
.tab_nav 
{
    top: -41px;
    margin-bottom: 20px;
    position:relative;
    border-bottom: 2px solid #fff;
}

#section_0.show, #section_1.show, #section_2.show, #section_3.show, #section_4.show 
{
    top:-37px;
}

.tab
{
	background: #c2e1ef;
	margin-right: 0px;
	padding: 0px;
    display:inline-block;
    max-width:49%;
}

.tab > a, .tab > a:visited, .tab > a:hover, .tab > a:active 
{
	color: #008dc9;
	font-size: 1.2em;	
	padding: 10px 25px 10px 25px;
	margin: 0px;
	text-align: center;
    display:inline-block;
}

@media only screen and (max-width: 640px) 
{
    .responsive .tab > a, .responsive .tab > a:visited, .responsive .tab > a:hover, .responsive .tab > a:active 
{
    padding:10px;
}
       
}

.tab > a:hover
{
    color: #ff9933;
}

.tab_nav .button.active a.button_a, .tab_nav .button.active a.button_a:visited, .tab_nav .button.active a.button_a:hover, .tab_nav .button.active a.button_a:active  
{
    background: #fff;
    color: #4d4d4d;
    cursor:default;
}

@media only screen and (max-width: 640px) {
.responsive .tab_nav {
top:0px;
margin-bottom:0px;
border-bottom: 1px solid #ccc;
padding:25px 25px 0px 25px;
}

.responsive .tab {
background: #ddd;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
top:1px;
position:relative;
margin-right: 5px;
}

.tab > a {
color: #4d4d4d!important;
}

.tab > a:hover
{
    color: #008dc9!important;
}

.tab.active > a:hover
{
    color: #4d4d4d!important;
}

.responsive #section_0.show, .responsive #section_1.show, .responsive #section_2.show, #section_3.show, .responsive #section_4.show 
{
    top:0px;
    padding-top: 5px;
}
}

/* End TAB NAVIGATION */

/* HIGHEST-LEVEL LOCATIONS AND DEFAULTS */

/* mobile nav slideout */

#page_center 
{
   width: 102.4rem;
   margin: 0 auto;
   border: 0; 
   position:relative;   
}

#page_container {
  width: 102.4rem;
  margin: 0 auto;
  background: #ffffff;
  background: -moz-linear-gradient(left, white 0%, #fefefe 40%, #fefefe 40%, white 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(40%, #fefefe), color-stop(40%, #fefefe), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #fefefe 40%, #fefefe 40%, white 100%);
  background: -o-linear-gradient(left, white 0%, #fefefe 40%, #fefefe 40%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #fefefe 40%, #fefefe 40%, white 100%);
  background: linear-gradient(to right, white 0%, #fefefe 40%, #fefefe 40%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); }


@media (min-width: 1px) and (max-width: 850px) {
  #page_container, #page_center {
    width: 100%;
    background: white; }

 }
      
      

#mobile_nav_flyout_left, #mobile_nav_flyout_right, #mobile_nav_flyout_right_container, #page_center 
{
   transition: all .4s ease-out;
   transition-delay: 0s;
   -moz-transform-origin: left;
   -moz-transition: all .4s ease-out;
   -moz-transitionn-delay: 0s;
   -ms-transform-origin: left;
   -ms-transition: all .4s ease-out;
   -ms-transitionn-delay: 0s;
   -o-transform-origin: left;
   -o-transition: all .4s ease-out;
   -o-transitionn-delay: 0s;
   -webkit-transform: translateZ(0);
   -webkit-transform: translat3d(0,0,0);
   -webkit-perspective: 1000;
   -webkit-backface-visibility: hidden;
   -webkit-transform-origin: left;
   -webkit-transition: all .4s ease-out;
   -webkit-transition-delay: 0s;
   -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix 
{
    from {fill:0; }
    to {fill: 0;}
}

#mobile_nav_flyout_left 
{
    top: 0px;
    width:81%;
    left:-81%;
    position:absolute;
    overflow:hidden;
    height:100%;
    z-index:0;
    background:#fff;
}

#mobile_nav_flyout_left.active
{
    min-height:1250px;
    left:0%;
}

#mobile_nav_flyout_left_container 
{
    height:100%;
    border-right: 2px solid #ddd;
}

#mobile_nav_flyout_right 
{
    top:0px;
    right:-81%;
    width:0%;
    position:absolute;
    height:100%;
    background:#fff;
    overflow:hidden;
}

#mobile_nav_flyout_right.active 
{
    min-height:1250px;
    right:0px;
}

#mobile_nav_flyout_left.active ~ #page_center
{
   margin-left: 81%;
}

#mobile_nav_flyout_right.active ~ #page_center
{
    margin-left: -81%;
}


/* end mobile nav slideout*/

/*#alert_top {
background:transparent;
z-index:100;
position:relative;
}*/

#alert_top .article > * {
padding-top:35px;
padding-bottom:15px;
}

#alert_top_close {
position:absolute;
right:0px;
top:0px;
padding: 15px!important;
font-weight:bold;
font-size: 120%;
}


main#desktop, #alert_top, #header, #content, #footer
{
	min-width: 102.4rem;
	width: 102.4rem;
	position: relative;
	margin: 0px auto;
	-webkit-backface-visibility: hidden;
}


#content 
{
    position: relative;
    left: 0%;
    transition: all .4s ease-out;
    transition-delay: 0s;
    -moz-transform-origin: left;
    -moz-transition: all .4s ease-out;
    -moz-transitionn-delay: 0s;
    -ms-transform-origin: left;
    -ms-transition: all .4s ease-out;
    -ms-transitionn-delay: 0s;
    -o-transform-origin: left;
    -o-transition: all .4s ease-out;
    -o-transitionn-delay: 0s;
    -webkit-transform: translateZ(0);
    -webkit-transform: translat3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: left;
    -webkit-transition: all .4s ease-out;
    -webkit-transition-delay: 0s;
    -webkit-animation: bugfix infinite 1s; 
}

#alert_top .article, #header_container, #content_container, #footer_container
{
    max-width:1024px;
	position: relative;
	margin: 0px auto 0px auto;
	background:#fff;
	padding: 0px 0px 1.5em 0px;
}


#header 
{
    background: transparent; 
}

#header_container 
{
    background: inherit;
}

@media only screen and (max-width:850px) 
{
    .responsive #header_container 
    {
        padding:0px;
    }
    
    #content 
    {
        margin-top: 0;
        width: 100% !important; 
    }
    
    #content_container 
    {
        border: none;
        width: 100%;
        padding: 0 0 10px 0; 
    }
}

#alert_top .article p
{
    margin-right:20px;
    margin-left:20px;
}

@media only screen 
and (min-width : 1px)
and (max-width: 1149px) 
{
    .responsive #alert_top, .responsive #header, .responsive #content, .responsive #footer
    {
        min-width:320px;
    }
}


#main 
{
	position: relative;
	padding: 0;
	/*margin-top:-15px\0;*/
}

@media only screen and (max-width: 850px) 
{
    .responsive #main 
    {
        padding:0px;
    }   
}

#main_container
{
	position: relative;
	background: none;
}


#print-email-wrapper {
    position: absolute;
    right: 2.5em;
    text-align: right;
    top: 2em;
}

.icon_print {
    display: inline-block;
}

.icon_email {
    display: inline-block;
}

.icon_print_off, .icon_print, .icon_print_on, .icon_print:hover {
    background: url("/assets/dev/images/navient_core/common/desktop/print_icon.png") no-repeat scroll 0 0;
    height: 46px;
    width: 46px;
}

.icon_email_off, .icon_email, .icon_email_on, .icon_email:hover {
    background: url("/assets/dev/images/navient_core/common/desktop/email_icon.png") no-repeat scroll 0 0;
    height: 46px;
    width: 46px;
}

.icon_print_on, .icon_print:hover, .icon_email_on, .icon_email:hover {
    background-position: 0px -46px;    
}


/* End HIGHEST-LEVEL LOCATIONS AND DEFAULTS */

/* HEADER */
/* logo */
#logo 
{
	padding: 9px 0px 10px 25px;
	float:left;
	position: relative;
}

#desktop-logo-holder {
  margin: 2rem 0; }
  #desktop-logo-holder .header-logo {
    width: 25rem;
    height: auto; }


#mobile_nav_title {
    background: none repeat scroll 0 0 #470A68;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    font-family: "Slate W01 Light";
    font-size: 2.4rem;
    padding: 20px 10px;
}


@media only screen 
and (min-width : 1px)
and (max-width: 1024px) 
{
    .responsive #logo 
    {
        padding:9px 0px 10px 10px;
    }
       
}




/* End HEADER */

/* FOOTER */

   
#footer
{
    background: #dedede;
    text-align: center;    
}


#footer_top_border
{
    border-bottom: 5px solid #470a68;
    padding: 0;
    margin: 0 0 3rem 0;
    height: 0;
}

#footer_container
{
    width: 100rem !important;
    background: #dedede;
}

@media only screen and (max-width: 950px)
{
    .responsive #footer_container .article {
    border-top: 1px solid #f0f0f0!important;
    margin-top: 10px;
    }
    .responsive #footer
    {
        min-width:320px;
    }
    .responsive #footer_container
    {
        width: 100%;
    }
     .responsive #footer 
    {
        background: #fff!important;
    }
    .responsive #footer_top_border 
    {
        display:none;
    }
    .responsive #footer_container 
    {
        background: #fff!important;
        padding: 20px 0px 25px 0px;
    }   
}

#footer_icon {
  height: 19px;
  width: 19px;
  vertical-align: middle; }

#footer_top_border {
  padding: 0;
  margin: 0 0 3rem 0;
  border-bottom: 5px solid #470a68;
  height: 0; }

#footer ul {
    display: inline-block;
    width: initial; 
} 



.footer_separator {
  padding: 0 10px;
  font-size: 1.5rem; }

.footer_icon {
  padding: 0 0 0 15px; }

.footer_disclaimer {
  text-align: center;
  color: #3b3b3b;
  margin: 4rem 0 3rem 0; }

ul.secondFooterNav {
  margin-bottom: 50px; }

.common_clear {
  float: none;
  clear: both;
  height: 0;
  display: block; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.resizeSmall:hover, .resizeLarge:hover {
  color: #008DC9; }

a.icon {
  color: transparent !important; }
  a.icon:hover, a.icon:focus, a.icon:active {
    color: transparent !important; }

footer {
  background: #DFDFDF;
  border-top: 5px solid #470a68;
  padding-bottom: 40px; }
  footer ul {
    width: auto; }
  footer #footer_nav_1 {
    margin-top: 15px; }
  footer #footer_nav_2 {
    margin-top: 10px;
    margin-bottom: 15px; }
  footer .footer_link {
    color: #470a68;
    /*padding: 0;*/
    font-family: "Slate W01 Medium";
    font-size: 12.5px;
    font-weight: normal; }
    footer .footer_link a, footer .footer_link a:active, footer .footer_link a:hover {
      color: #470a68 !important; }
    footer .footer_link a.link_offsite {
      background: url("/assets/dev/images/navient_core/common/desktop/icon_leave_footer.png");
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: right center;
      padding: 5px 27.5px 5px 0px; }
    footer .footer_link a.link_infoad {
      background: url("/assets/dev/images/navient_core/common/desktop/icon-info-i.png") !important;
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left:10px; }
  footer .footer_separator {
    padding: 0 7.5px;
    font-size: 1.3rem; }
  footer .footer_icon {
    padding: 0 0 0 7.5px; }
  footer .leave_footer {
    width: 20px;
    height: 20px;
    background: url("/assets/dev/images/navient_core/common/desktop/icon_leave_footer.png");
    background-size: 20px 20px; }
  footer .footer_disclaimer {
    text-align: center;
    font-family: "Slate W01 Light";
    font-size: 12px;
    font-weight: normal;
    color: #3b3b3b;
    margin-top: 25px;
    padding: 0 12.5px; }
  footer .secondFooterNav {
    margin-top: 15px;
    margin-bottom: 0; }
    footer .secondFooterNav:last-of-type {
      margin-top: 10px; }

/* End FOOTER */

/* MEDIUM LARGE TOP NAVIGATION */
#top_section 
{
    position: relative;
    left: 0%;
    transition: all .4s ease-out;
    transition-delay: 0s;
    -moz-transform-origin: left;
    -moz-transition: all .4s ease-out;
    -moz-transitionn-delay: 0s;
    -ms-transform-origin: left;
    -ms-transition: all .4s ease-out;
    -ms-transitionn-delay: 0s;
    -o-transform-origin: left;
    -o-transition: all .4s ease-out;
    -o-transitionn-delay: 0s;
    -webkit-transform: translateZ(0);
    -webkit-transform: translat3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: left;
    -webkit-transition: all .4s ease-out;
    -webkit-transition-delay: 0s;
    -webkit-animation: bugfix infinite 1s; 
}   

  
#top_section #primary_nav 
{
    margin-top: 15px;
  margin-bottom:15px;
    /*
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); 
	*/
	}
    #top_section #primary_nav div.primary_nav_items {
      background: transparent;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%; }
      #top_section #primary_nav div.primary_nav_items a {
        padding: 1rem 2rem;
        display: table-cell;
        vertical-align: top;
        background: #470a68;
        overflow: hidden;
        text-align: left;
        border-right: 2px solid #856b93;
        color: white;
        
        font-family: "Slate W01 Light";
		font-size:2.25rem; }
        #top_section #primary_nav div.primary_nav_items a:last-of-type {
          border: none; }
        #top_section #primary_nav div.primary_nav_items a:hover {
          background: #72246c;
          text-decoration: none; }
        #top_section #primary_nav div.primary_nav_items a.selected {
          background: none repeat scroll 0 0 #72246c;
    font-family: "Slate W01 Regular";
		  }
/*schools*/
  
#top_section #primary_navSchools 
{
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
    #top_section #primary_navSchools div.primary_nav_items {
      background: transparent;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%; }
      #top_section #primary_navSchools div.primary_nav_items a {
        padding: 1rem 2rem;
        display: table-cell;
        vertical-align: top;
        background: #470a68;
        overflow: hidden;
        text-align: left;
        border-right: 2px solid #856b93;
        color: white;
        font-family: "Slate W01 Light";
		font-size:2.25rem; }
        #top_section #primary_navSchools div.primary_nav_items a:last-of-type {
          border: none; }
        #top_section #primary_navSchools div.primary_nav_items a:hover {
          background: #72246c;
          text-decoration: none; }
        #top_section #primary_navSchools div.primary_nav_items a.selected {
          background: none repeat scroll 0 0 #72246c;
    font-family: "Slate W01 Regular";
		  }

/*schools*/
#top_section #secondary_nav {
    background: #e5e5e5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75); 
    margin-top: 2rem;}
    #top_section #secondary_nav div#secondary_nav_items {
      margin: 0;
      padding: 0;
      text-align: left;
      width: 100%; }
      #top_section #secondary_nav div#secondary_nav_items a {
        display: inline-block;
        padding: 1rem 20px 1rem 20px;
        width: 25.1rem;
        overflow: hidden;
        text-align: left;
        margin-right: 2rem;
        vertical-align: top;
        border-top: 0.7rem solid transparent;
        font-size: 2.25rem;
        font-family: "Slate W01 Light";
        color: #470a68; }
        #top_section #secondary_nav div#secondary_nav_items a.selected {
          border-top: 0.7rem solid #470a68;
          font-family: "Slate W01 Regular"; }
      #top_section #secondary_nav div#secondary_nav_items a:last-of-type {
        margin-right: 0; }
      #top_section #secondary_nav div#secondary_nav_items a:hover {
        color: #72246c;
        border-top: 0.7rem solid #72246c;
        text-decoration: none; }



@media (min-width: 1px) and (max-width: 850px) {
#top_section 
{   
    height: auto;
    min-height: initial;
    /*margin-top: 40px;*/
    margin-bottom: 10px; }
    #top_section #primary_nav #primary_navSchools{
      margin-top: 0; }
}

#top_links
{
    position:relative;
    width:100%;
    background:transparent;
    z-index:2;
}

#top_links_container 
{
    position:relative;
    width: initial;
    margin: 0px auto 0px auto;
    background:transparent;
}

/* GLOBAL IE FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #top_links_container {
    width: auto; } }


@media only screen and (max-width: 1149px) 
{	
.responsive .counterIframe
	{
		display:none;
	}
    .responsive #top_links 
    {
        min-width:0px;
        right:0px;
    }
    
    .responsive #top_links_container 
    {
        width:100%;
    }
	.responsive #content_text {
    position: relative;
    top: -5rem;
    width: 500px;
}
}

#top_links_container > div 
{
    position: relative;
    right: 0px;
    left: 0px; 
}

#top_links_container > div:first-child 
{
    margin-top: 0;
    right: 190px;
    text-align: right;
}


#top_links a, #top_links a:visited, #top_links a:active {
  display: inline-block;
  padding: .35rem 1.25rem 0rem 1.25rem;
  margin-right: 1.0rem;
  border-left: none !important;
  border-top: solid transparent 5px;
  color: #470a68;
  font-family: "Slate W01 Regular"; 
  font-weight:bold;
  font-size: 2.0em;
  text-align: center; }
  #top_links a:hover {
    border-top: solid #003399 5px !important;
    color: #003399 !important;
    padding: .35rem 1.25rem 0rem 1.25rem;
    text-decoration: none; }
  #top_links a.top_link_selected {
    border-top: solid #470a68 5px; }
  #top_links a:last-of-type {
    margin-right: 0; }


#top_links a+a, #top_links a:visited+a, #top_links a:hover+a, #top_links a:active+a 
{
    border-left: 1px solid #ccc;
}

#search 
{
    width:175px;
}

#top_nav 
{
    position:relative;
    z-index:1;
    padding-top:0px;
}

#top_nav_container 
{
    position:relative;
    margin:0px auto 0px auto;
    height: 10rem;
    width: 102.4rem;
}

#top_nav_container .multicolumn_column 
{
    margin: 0;
    padding: 0;
}

#top_nav_container .multicolumn_row 
{
    margin: 0;
    padding: 0;
}
#top_nav_container .multicolumn_column.width_16 
{
    width:14.5%;
}


#top_nav_container .multicolumn_column.width_16 > .multicolumn_column_container
{
margin-right:0px;
margin-left:0px;
}

#top_nav_container .multicolumn_column.width_84 
{
    width:85.5%;
    padding-top: 37px;
    visibility:hidden;
}

#top_nav_container .multicolumn_column.width_84.ready 
{
    visibility:visible;
}

@media only screen and (max-width:1130px) 
{
    .responsive #top_nav_container .multicolumn_column.width_16 
{
    width:18%;
}

    .responsive #top_nav_container .multicolumn_column.width_84 
{
    width:82%;
}
}

#top_nav_container .multicolumn_column.width_16 a
{
    position:relative;
    display:block;
    max-width:100%;
}

#top_nav_container .multicolumn_column.width_84 li
{
    display:block;
    float:left;
    font-size:1em;
    padding:0px;
}

@media only screen and (max-width:1000px) 
{
    .responsive #top_nav_container .multicolumn_column.width_16 img 
    {
        padding-top:5px;
        width:145px;
    }   
}

#top_nav_menu_0
{
    width: auto;
}

#top_nav_menu_1
{
    width: auto;
}

#top_nav_menu_2
{
    width: auto;
}

#top_nav_menu_3
{
    width: auto;
}

#top_nav_menu_4
{
    width: auto;
}

#top_nav_menu_5
{
    width: auto;
}

.menu_button.active 
{
   background: #e8e8e8;
}

#top_nav_container .url_on > a 
{
    color:#333333;
}

#top_nav_container ul > li > a
{
    display:block;
    position:relative;
    padding: 10px 0px 10px 0px;
    font-size: 1.8em;
    font-weight: 700;
    text-align:center;
}

#top_nav_container ul > li > a, #top_nav_container ul > li > a:active, #top_nav_container ul > li > a:visited, #top_nav_container ul > li > a:hover 
{
    color: #008dc9;
}

#top_nav_container ul > li.active > a
{
    color: #333;
}

@media only screen and (max-width:1100px) 
{
    .responsive #top_nav_container ul > li > a 
    {
        font-size: 1.7em;
    }
}

@media only screen and (max-width:950px) 
{
    .responsive #top_nav_container ul > li > a 
    {
        font-size: 1.6em;
    }
}

@media only screen and (max-width:900px) 
{
    .responsive #top_nav_container ul > li > a 
    {
        font-size: 1.5em;
    }
}

#top_nav_targets > div 
{
    position:absolute;
    background: #e8e8e8;
    overflow:hidden;
    margin-top:-22px; 
    z-index:0;
    -transform: scaleY(0);
    -moz-transform-origin: top;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -ms-transform: scaleY(1)\0;
    -webkit-transform-origin: top;
    -webkit-transform: scaleY(0);
    height:0px\0;
    padding-top:20px;
    padding-bottom:20px;
    padding-top:0px\0;
    padding-bottom:0px\0;
    overflow:hidden;
    width:100%;
    height:0px\0;
}

@media \0screen 
{
    #top_nav_targets > div 
    {
        margin-top:-42px;
    }    
}

#top_nav_targets > div.active
{
   transform-origin: top;
   transition: all .4s ease-in-out;
   transition-delay: 0s;
   transform: scaleY(1);
   -moz-transform-origin: top;
   -moz-transition: transform .2s ease-in-out;
   -moz-transitionn-delay: 0s;
   -moz-transform: translateZ(0);
   -moz-transform: scaleY(1);
   -ms-transform-origin: top;
   -ms-transition: all .2s ease-in-out;
   -ms-transitionn-delay: 0s;
   -ms-transition: scaleY(1);
   -o-transform-origin: top;
   -o-transition: all .2s ease-in-out;
   -o-transitionn-delay: 0s;
   -webkit-transform: translateZ(0);
   -webkit-translate3d: (0,0,0);
   -webkit-backface-visibility: hidden;
   -webkit-transform: scaleY(1);
   -webkit-transform-origin: top;
   -webkit-transition: all .2s ease-in-out;
   -webkit-transition-delay: 0s;
   padding-top:20px\0;
   padding-bottom:20px\0;
   height:240px\0;
}

.no_target 
{
    height:0px!important;
    height:0px\0!important;
    overflow:hidden!important;
    min-height:0px!important;
    padding:0px!important;
}

#top_nav_targets a, #top_nav_targets a:visited, #top_nav_targets a:active, #top_nav_targets a:hover
{
    color:#333333;
}

#top_nav_targets a:hover 
{
    text-decoration:underline;
}

/* End "DESKTOP" TOP NAVIGATION */

/* MOBILE NAVIGATION */
#mobile_nav 
{
    width:100%;
    min-width:320px;
    position:relative;
}

#mobile_nav ul
{
    margin:0px;
    padding:0px;
    display:block;
    position:relative;
}

#mobile_nav ul li 
{
    display:block;
    position:relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    height:55px;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #f6f7f6 80%, #e6e7e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#ffffff), color-stop(80%,#f6f7f6), color-stop(100%,#e6e7e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f7f6 80%,#e6e7e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f7f6 80%,#e6e7e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f7f6 80%,#e6e7e6 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#ffffff 50%,#f6f7f6 80%,#e6e7e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e7e6',GradientType=0 ); /* IE6-9 */
    overflow:hidden;
}

#mobile_nav ul li 
{
    font-size:1em;
}

#mobile_nav ul li a 
{
    display:block;
    color:#636f79;
    border-right: 2px solid #fff;
   
}

#mobile_nav > ul > li:first-child
{
    float:left;
    border-right: 1px solid #ccc;
    position:relative;
    z-index:1;
}

#mobile_nav > ul > li:first-child a 
{
   font-size: 3.2em!important;
   padding: 5px 21px 17px 19px;
   min-width:27px;
}

#mobile_nav > ul > li:first-child a span:first-child 
{
    margin-left:0px!important;
    display:block;
    position:relative;
}

#mobile_nav > ul > li:first-child + li
{
    float:right;
    display:block;
    border-left: 1px solid #ccc;
    position:relative;
    z-index:1;
}

#mobile_nav > ul > li:first-child + li a {
    padding: 16px;
    font-weight:bold;    
    border-right: none;
    font-size:16px;
}

#mobile_nav > ul > li:first-child + li[class*="icon"] 
{
    font-family:Source Sans;
}

#mobile_nav > ul > li:last-child {
    text-align:center;
    z-index:0;
}

#mobile_nav > ul > li:last-child a 
{
   padding: 5px 0px 0px 0px;
   height: 45px;
}

#mobile_nav > ul > li:last-child img
{
    width: 90px;
}

#mobile_nav_flyout_left #mobile_nav_flyout_left_container > .button_menu_item:first-child
{
    margin-top:0px;
    border-top:none;
    background-position: -25px 85px!important;
    border-right:none!important;
}

#mobile_nav_flyout_right #mobile_nav_flyout_right_container > .button_menu_item:first-child 
{
    margin-top: 0px;
    border-top:0px;
}

#mobile_nav_flyout_left #mobile_nav_flyout_left_container > .button_menu_item:first-child > * 
{
   height:40px!important;
}

#mobile_nav {
  -webkit-box-shadow: 0px 1.5px 5px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 1.5px 5px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 1.5px 5px 0px rgba(75, 75, 75, 0.5);
  background: #F6F6F7;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 40px; }

#mobile_nav * {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

#mobile_nav a.login {
  display: inline !important;
  font-family: "Slate W01 Light";
  font-size: 1.5rem;
  color: #fff;
  background: #470a68;
  padding: .35rem 1.25rem;
  margin-right: 10px; }
  #mobile_nav a.login:focus, #mobile_nav a.login:active, #mobile_nav a.login:hover {
    text-decoration: none; }
  #mobile_nav a.login:active {
    background: #72246c; }

#mobile_nav div.nav_table * {
  display: table-cell;
  vertical-align: middle; }

#mobile_nav div.nav_table {
  width: 100%;
  height: inherit;
  display: table;
  z-index:1; }
  #mobile_nav div.nav_table #mobile_nav_logo {
    width: 49%;
    margin-right: 1%;
    text-align: center; }
    #mobile_nav div.nav_table #mobile_nav_logo img {
      width: auto;
      height: 20px;
      display: inline-block; }
  #mobile_nav div.nav_table #mobile_nav_login {
    width: 24%;
    text-align: right; }
  #mobile_nav div.nav_table #mobile_nav_menu {
    width: 24%;
    margin-right: 1%;
    text-align: left; }
    #mobile_nav div.nav_table #mobile_nav_menu a {
      margin-left: 10px;
      display: inline-block;
      width: 34px;
      height: 34px;
      background: url("/assets/dev/images/navient_core/common/mobile/icon_mainMenu_default.png");
      background-size: contain;
      background-repeat: no-repeat; }
    #mobile_nav div.nav_table #mobile_nav_menu a:active {
      background: url("/assets/dev/images/navient_core/common/mobile/icon_mainMenu_pressed.png");
      background-size: contain;
      background-repeat: no-repeat; }

#mobile_nav_flyout_left.active ~ #top_section,
#mobile_nav_flyout_left.active ~ #content {
  left: 81%;
  position: relative; }

#mobile_nav_flyout_left.active ~ #mobile_nav {
  position: absolute;
  margin-top: -40px; }
  
  
/* End "MOBILE" NAVIGATION */

/* CONTENT LOCATIONS */
#main_top, #main_bottom 
{
	overflow: hidden;
	position:relative;
}

#main_top 
{
	padding-bottom: 20px;
}

#left_rail
{
	position:relative;
	width:25%;
	float:left;
	overflow:hidden;
	padding-top: 25px;
}

#main_top+#left_rail
{
	padding-top:0px;
}

#left_rail+#main_right_unit
{
    margin-left: 25%;
}

@media only screen and (max-width: 1149px) 
{  
    .responsive #left_rail.yes_right_rail 
    {
        float:none;
        width:100%;
        padding-bottom: 25px;
    }
    
    .responsive #left_rail.yes_right_rail + #main_right_unit 
    {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 850px) 
{  
    .responsive #left_rail.no_right_rail 
    {
        float:none;
        width:100%;
        padding-bottom: 25px;
    }
    
    .responsive #left_rail.no_right_rail + #main_right_unit 
    {
        margin-left: 0px;
    }
}


#main_top_partial 
{
	padding: 0px 0px 25px 0px;
	float:right;
	width:100%;
}

#main_content_right_rail_unit 
{
    width:100%;
    float:right;
}

#main_content 
{
	position:relative;
	overflow: hidden;
	float:left;
	width:75%;padding-bottom: 5px;
}

#main_content.no_right_rail 
{
    width:100%;
}

#left_rail ~ #main_right_unit #main_content.yes_right_rail 
{
    width:66.66%;
}

#right_rail 
{
	position:relative;
	width: 25%;
	overflow:hidden;
	float:left;
	background:#E5E5E5;	
	padding-bottom: 30px;
	margin-top:5px;
}

#left_rail ~ #main_right_unit #right_rail 
{
    width:33.33%;
}

#right_rail_container 
{
    margin-left: 0px;
}

#right_rail_container h3, #right_rail_container .h3 
{
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 1.8em;
}

#right_rail_container ol li, #right_rail_container ul li, #right_rail_container p 
{
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 1.6em;
} 


@media only screen and (max-width:850px) 
{
    .responsive #main_content, .responsive #right_rail, #left_rail ~ #main_right_unit #main_content.yes_right_rail, #left_rail ~ #main_right_unit #right_rail
    {
        float:none;
        width:100%;
    }
    
    .responsive #right_rail, #left_rail ~ #main_right_unit #main_content.yes_right_rail, #left_rail ~ #main_right_unit #right_rail {
      display: none;
      float: none;
      clear: both; }
          
       
    .responsive #right_rail_container 
    {
        margin-left:0px;
    }
}

#main_bottom_partial 
{
	background: #fff;
	padding-top: 25px;
	float:right;
	width:100%;
}

@media only screen and (max-width : 850px) 
{
    .responsive [id*="main"] 
    {
        padding-top:0px!important;
        padding-bottom: 0px!important;
    }   
}

@media only screen and (max-width:850px) {
.responsive #main_content_container:first-child > *:first-child
{
margin-top: 20px;
}
.responsive #main_content_container > .primary_banner:first-child {
margin-top: 0px;
}
}


/* End CONTENT LOCATIONS */

/* LIST NAVIGATION */
.list_nav ul:first-child 
{
margin:0px;
padding:0px;
}

.list_nav li li
{
	border-bottom: none;
	padding-bottom: 0px;
}

.list_nav li 
{
	font-weight:normal;
	display:none;
	background:none;
	padding-left: .7em;
}

.list_nav li.nav_top_item 
{
	display:list-item;
	margin-top: 0px!important;
	border-top: none!important;
}

.list_nav .nav_top_item > a, .list_nav .nav_top_item > a:hover, .list_nav .nav_top_item > a:visited, .list_nav .nav_top_item > a:active
{
   color:#6f6f6f;
}

.list_nav .nav_top_item.section_on > a .h3, .list_nav ll.nav_top_item.section_on > a:hover .h3, .list_nav .nav_top_item.section_on > a:visited .h3, .list_nav .nav_top_item.section_on > a:active .h3 
{
    font-weight:700;
}

.list_nav .nav_top_item > a:hover 
{
    text-decoration:underline;
}

@media only screen and (max-width:850px) 
{
.list_nav .nav_top_item > a:hover 
{
    text-decoration:none;
}
}

.list_nav .nav_top_item.section_on_last > a:hover 
{
    text-decoration:none;
    cursor:text;
}

.list_nav li.section_on_last 
{
	display: list-item;
	font-weight: 700;
}

.list_nav li.section_on_last li 
{
	font-weight:normal;
}

.list_nav .h3 
{
    font-weight: 400;
}

.list_nav.small .h3
{
    font-weight:700!important;
}

.list_nav li.item_on li a, .list_nav li.item_on li a:visited, .list_nav li.item_on li a:active 
{
	color: #008dc9;
	font-weight: 400;
	text-transform: none;
}

.list_nav li.item_on li a:hover 
{
	font-weight: 400;
	text-transform: none;
}

.list_nav li.item_show 
{
	display:list-item;
	padding-bottom: 0px;
}

.root_flag 
{
	display:none;
}

/* End LEFT NAVIGATION */

/* COLUMN WIDTHS */
.width_100 
{
	width: 100%;
}

.width_80 
{
	width: 80%;
}

.width_75 
{
	width: 75%;
}

.width_66 
{
	width: 66.66%;
}

.width_60 
{
	width: 60%;
}

.width_50 
{
	width: 50%;
}

.width_40 
{
	width: 40%;
}

.width_33 
{
	width: 33.33%;
}

.width_25 
{
	width: 25%;
}

.width_20 
{
	width: 20%;
}

/* End Column widths */

/* MULTICOLUMN */
.multicolumn_row {
overflow:hidden;
margin: 0px 10px 20px 10px;
}

.multicolumn_row .multicolumn_column 
{
	float:left;
	padding: 0px 0px 10000px 0px;
	margin: 0px 0px -10000px 0px;
	overflow:hidden;
	position:relative;
}

.multicolumn_column_container 
{
	padding: 0px 0px 10000px 0px;
	margin: 0px 20px -10000px 20px;
	overflow:hidden;
}

.multicolumn_column:first-child .multicolumn_column_container
{
    margin-left:0px;
}

.multicolumn_column.width_last > .multicolumn_column_container 
{
    margin-right: 0px;
}

.multicolumn_column .multicolumn_column .multicolumn_column_container 
{
    margin-left: 20px;
}

.multicolumn_column:first-child .multicolumn_column .multicolumn_column_container 
{
    margin-left: 20px;
}

.multicolumn_column:first-child .multicolumn_column:first-child .multicolumn_column_container 
{
    margin-left: 0px;
}

.multicolumn_row .column_fill 
{
	height: 0px;
}

.multicolumn_row_separator
{
	border-top: 1px solid #cccccc;
	height: 20px;
	margin-left:20px;
	margin-right:20px;
}

.multicolumn_row_separator:last-child 
{
	height:1px;
}

.multicolumn_row:last-child 
{
	margin-bottom: 0px;	
}

.multicolumn_row+.multicolumn_row
{
	margin-top:20px;
}

.multicolumn_row+.clear 
{
	margin-top: 20px;
}

.article+.multicolumn_row
{
	margin-top: 20px;
}

.table+.multicolumn_row 
{
	margin-top: 20px;
}

#title_main_top+.multicolumn_row, #title_main_content+.multicolumn_row, #title_main_top_partial+.multicolumn_row 
{
	margin-top: 20px;
}

.multicolumn_row_borderless .multicolumn_column_container
{
	border: none;
}

.multicolumn_column_container > h1:first-child, .multicolumn_column_container > h2:first-child, .multicolumn_column_container > h3:first-child, 
.multicolumn_column_container > h4:first-child, .multicolumn_column_container > h5:first-child, .multicolumn_column_container > h6:first-child,
.multicolumn_column_container > p:first-child, .multicolumn_column_container > ul:first-child, .multicolumn_column_container > ol:first-child
{
margin-top:0px;
}

/* multicolumn_no_padding */
.multicolumn_row.no_padding, .multicolumn_row.no_padding .multicolumn_column_container
{
    padding:0px;
    margin:0px;
    border:none;
}

.multicolumn_row.no_padding .multicolumn_column 
{
    padding-right: 0px;
    padding-left:0px;
}

/* multicolumn wrap text */
.multicolumn_column_wrap_text_left .article:first-child 
{
	float:left;
	margin-right: 20px;
	overflow:hidden;
	margin-bottom:15px;
}

@media only screen and (max-width:400px) 
{
    .responsive .multicolumn_column_wrap_text_left .article:first-child 
    {
    margin-right:0px;
    width:100%;
    }
    
    .responsive .multicolumn_column_wrap_text_left .article:first-child img 
    {
        width:100%;
    }
}

.multicolumn_column_wrap_text_right .article, .multicolumn_column_wrap_text_right span.article 
{
	float:right;
}

/* Responsive multicolumn stacking */

/* 20 and 80 percent */

#main_content.yes_right_rail .multicolumn_column.width_20, #main_content.yes_right_rail .multicolumn_column.width_80,
#left_rail ~ #main_right_unit .multicolumn_column.width_20, #left_rail ~ #main_right_unit #main_content .multicolumn_column.width_80
{
    float:none;
    width:100%;
    }
        
#main_content.yes_right_rail .multicolumn_column.width_20 .multicolumn_column_container, #main_content.yes_right_rail .multicolumn_column.width_80 .multicolumn_column_container,
#left_rail ~ #main_right_unit .multicolumn_column.width_20 .multicolumn_column_container, #left_rail ~ #main_right_unit .multicolumn_column.width_80 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-left: 0px;
       margin-right: 0px;
       border-right:none;
   }
   
#main_content.yes_right_rail .multicolumn_column.width_20:first-child .multicolumn_column_container, #main_content.yes_right_rail .multicolumn_column.width_80:first-child .multicolumn_column_container,
#left_rail ~ #main_right_unit .multicolumn_column.width_20:first-child .multicolumn_column_container, #left_rail ~ #main_right_unit .multicolumn_column.width_80:first-child .multicolumn_column_container  
   {
       margin-top:0px;
   }

@media only screen and (max-width:950px) 
{
    .responsive .multicolumn_column.width_20, .responsive .multicolumn_column.width_80
    {
    float:none;
    width:100%;
    }

.responsive .multicolumn_column.width_20 .multicolumn_column_container, .responsive .multicolumn_column.width_80 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-left: 0px;
       margin-right: 0px;
       border-right:none;
   }

.responsive .multicolumn_column.width_20:first-child .multicolumn_column_container, .responsive .multicolumn_column.width_80:first-child .multicolumn_column_container
   {
       margin-top:0px;
   }
}

/* 25 and 75 percent */
#left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25, #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25+.multicolumn_column.width_50, #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_75
{
    float:none\0;
    width:100%\0;
}

#left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25 .multicolumn_column_container, #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25+.multicolumn_column.width_50 .multicolumn_column_container, #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_75 .multicolumn_column_container 
{
    margin-top:20px\0;
    margin-left:0px\0;
    border-right:none\0;
}

#left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25:first-child .multicolumn_column_container, #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_75:first-child .multicolumn_column_container 
{
    margin-top:0px\0;
}

@media only screen and (min-width:850px) 
{
    .responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25, .responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25+.multicolumn_column.width_50, .responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_75
{
    float:none;
    width:100%;
}

.responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25 .multicolumn_column_container, .responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25+.multicolumn_column.width_50 .multicolumn_column_container, .responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_75 .multicolumn_column_container 
{
    margin-top:20px;
    margin-left:0px;
    border-right:none;
}

.responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_25:first-child .multicolumn_column_container, .responsive #left_rail ~ #main_right_unit #main_content.yes_right_rail .multicolumn_column.width_75:first-child .multicolumn_column_container 
{
    margin-top:0px;
}
}

@media only screen and (min-width:850px) and (max-width:1023px) 
{
	.responsive .counterIframe
	{
		display:none;
	}
.responsive #main_content.yes_right_rail .multicolumn_column.width_25, .responsive #main_content.yes_right_rail .multicolumn_column.width_25+.multicolumn_column.width_50, .responsive #main_content.yes_right_rail .multicolumn_column.width_75,
.responsive #left_rail ~ #main_right_unit .multicolumn_column.width_25, .responsive #left_rail ~ #main_right_unit .multicolumn_column.width_25+.multicolumn_column.width_50, .responsive #left_rail ~ #main_right_unit .multicolumn_column.width_75
{
    float:none;
    width:100%;
    }
        
.responsive #main_content.yes_right_rail .multicolumn_column.width_25 .multicolumn_column_container, .responsive #main_content.yes_right_rail .multicolumn_column.width_25+.multicolumn_column.width_50 .multicolumn_column_container, .responsive #main_content.yes_right_rail .multicolumn_column.width_75 .multicolumn_column_container,
.responsive #left_rail ~ #main_right_unit .multicolumn_column.width_25 .multicolumn_column_container, .responsive #left_rail ~ #main_right_unit .multicolumn_column.width_25+.multicolumn_column.width_50 .multicolumn_column_container, .responsive #left_rail ~ #main_right_unit .multicolumn_column.width_75 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-left: 0px;
       margin-right:0px;
       border-right:none;
   }
   
.responsive #main_content.yes_right_rail .multicolumn_column.width_25:first-child .multicolumn_column_container, .responsive #main_content.yes_right_rail .multicolumn_column.width_75:first-child .multicolumn_column_container,
.responsive #left_rail ~ #main_right_unit .multicolumn_column.width_25:first-child .multicolumn_column_container, .responsive #left_rail ~ #main_right_unit .multicolumn_column.width_75:first-child .multicolumn_column_container
   {
       margin-top:0px;
   }
}

@media only screen and (max-width:767px) 
{
.responsive .multicolumn_column.width_25, .responsive .multicolumn_column.width_25+.multicolumn_column.width_50, .responsive .multicolumn_column.width_75
{
    float:none;
    width:100%;
    }

.responsive .multicolumn_column.width_25 .multicolumn_column_container, .responsive .multicolumn_column.width_25+.multicolumn_column.width_50 .multicolumn_column_container, .responsive .multicolumn_column.width_75 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-right:0px;
       margin-left: 0px;
       border-right:none;
   }

.responsive .multicolumn_column.width_25:first-child .multicolumn_column_container, .responsive .multicolumn_column.width_75:first-child .multicolumn_column_container
   {
       margin-top:0px;
   }
}

/* 33 and 66 percent */

@media only screen and (max-width:640px) 
{
    .responsive .multicolumn_column.width_33, .responsive .multicolumn_column.width_66
    {
        float:none;
        width:100%;
        }
        
   .responsive .multicolumn_column.width_33 .multicolumn_column_container, .responsive .multicolumn_column.width_66 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-left: 0px;
       margin-right:0px;
       border-right:none;
   }
   
   .responsive .multicolumn_column.width_33:first-child .multicolumn_column_container, .responsive .multicolumn_column.width_66:first-child .multicolumn_column_container 
   {
       margin-top:0px;
   }
}

/* 40 and 60 percent */
@media only screen and (max-width:640px) 
{
    .responsive .multicolumn_column.width_40, .responsive .multicolumn_column.width_60
    {
        float:none;
        width:100%;
        }
        
   .responsive .multicolumn_column.width_40 .multicolumn_column_container, .responsive .multicolumn_column.width_60 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-left: 0px;
       margin-right: 0px;
       border-right:none;
   }
   
   .responsive .multicolumn_column.width_40:first-child .multicolumn_column_container, .responsive .multicolumn_column.width_60:first-child .multicolumn_column_container 
   {
       margin-top:0px;
   }
}

/* 50 percent */
@media only screen and (max-width:640px) 
{
.responsive .multicolumn_column.width_50
{
    float:none;
    width:100%;
    }
        
.responsive .multicolumn_column.width_50 .multicolumn_column_container
   {
       margin-top: 20px;
       margin-left: 0px;
       margin-right: 0px;
       border-right:none;
   }
   
.responsive .multicolumn_column.width_50:first-child .multicolumn_column_container
   {
       margin-top:0px;
   }
}

.multicolumn_column.width_100 > .multicolumn_column_container 
{
    margin-top:0px!important;
}


/* End responsive multicolumn stacking */

/* responsive nested multicolumn stacking */

.multicolumn_column_container .multicolumn_row {
    margin-left: 0px;
    margin-right: 0px;
}
.multicolumn_column_container .multicolumn_row:first-child {
    margin: 0;
}

/* nested multicolumn 20 percent */
.nested_20 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container,
#main_content.yes_right_rail .nested_20 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container,
#left_rail ~ #main_right_unit .nested_20 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container

{
    margin-left:0px;
}

#main_content.yes_right_rail .nested_20 + .multicolumn_column,
#left_rail ~ #main_right_unit .nested_20 + .multicolumn_column
    {
        padding-top: 20px;
    }
    
#main_content.yes_right_rail .nested_20:first-child > .multicolumn_column_container,
#left_rail ~ #main_right_unit .nested_20:first-child > .multicolumn_column_container
    {
        margin-right:0px;
    }
    
#main_content.yes_right_rail .nested_20, .yes_right_rail .responsive .nested_20 + .multicolumn_column,
#left_rail ~ #main_right_unit .nested_20, .yes_right_rail .responsive .nested_20 + .multicolumn_column
    {
        float:none;
        width:100%;
    }
    
#main_content.yes_right_rail .nested_20.width_40 > .multicolumn_column_container .multicolumn_column,
#left_rail ~ #main_right_unit .nested_20.width_40 > .multicolumn_column_container .multicolumn_column
    {
        width:33.33%;
    }

#main_content.yes_right_rail .nested_20.width_40 > .multicolumn_column_container .multicolumn_column.width_100,
#left_rail ~ #main_right_unit .nested_20.width_40 > .multicolumn_column_container .multicolumn_column.width_100
    {
        width:100%;
    }
    
#main_content.yes_right_rail .nested_20.width_40 > .multicolumn_column_container .multicolumn_column.width_last .multicolumn_column_container,
#left_rail ~ #main_right_unit .nested_20.width_40 > .multicolumn_column_container .multicolumn_column.width_last .multicolumn_column_container
    {
        margin-right:20px;
    }

@media only screen and (max-width:950px) 
{
    .responsive .nested_20 + .multicolumn_column 
    {
        padding-top: 20px;
    }
    
    .responsive .nested_20 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container
    {
        margin-left:0px;
    }
    
    .responsive .nested_20:first-child > .multicolumn_column_container
    {
        margin-right:0px;
    }
    
    .responsive .nested_20 > .multicolumn_column_container
    {
        margin-left:0px;
    }
    
    .responsive .nested_20, .responsive .nested_20 + .multicolumn_column
    {
        float:none;
        width:100%;
    }
    
   .responsive .nested_20.width_40 > .multicolumn_column_container .multicolumn_column
    {
        width:33.33%;
    }
    
    .responsive .nested_20.width_40 > .multicolumn_column_container .multicolumn_column.width_100
    {
        width:100%;
    }
    
    .responsive .nested_20.width_40 > .multicolumn_column_container .multicolumn_column.width_last .multicolumn_column_container 
    {
        margin-right:20px;
    }
}

@media only screen and (max-width:640px) 
{
    .responsive .nested_20 + .multicolumn_column,
    .responsive #main_content.yes_right_rail .nested_20 + .multicolumn_column,
    .responsive #left_rail ~ #main_right_unit .nested_20 + .multicolumn_column
    {
        padding-top: 0px;
    }
    
    .responsive .nested_20.width_60 .multicolumn_column + .multicolumn_column,
    .responsive #main_content.yes_right_rail .nested_20.width_60 .multicolumn_column + .multicolumn_column,
    .responsive #left_rail ~ #main_right_unit .nested_20.width_60 .multicolumn_column + .multicolumn_column
    {
        padding-top:20px;
    }
    
    .responsive .nested_20 > .multicolumn_column_container .multicolumn_column,
    .responsive #main_content.yes_right_rail .nested_20 > .multicolumn_column_container .multicolumn_column,
    .responsive #left_rail ~ #main_right_unit .nested_20 > .multicolumn_column_container .multicolumn_column, 
    .responsive .nested_20.width_40 > .multicolumn_column_container .multicolumn_column,
    .responsive #main_content.yes_right_rail .nested_20.width_40 > .multicolumn_column_container .multicolumn_column,
    .responsive #left_rail ~ #main_right_unit .nested_20.width_40 > .multicolumn_column_container .multicolumn_column
    {
        float:none;
        width:100%;
    }
    
    .responsive .nested_20.width_40:first-child > .multicolumn_column_container .multicolumn_column,
    .responsive #main_content.yes_right_rail .nested_20.width_40:first-child > .multicolumn_column_container .multicolumn_column,
    .responsive #left_rail ~ #main_right_unit .nested_20.width_40:first-child > .multicolumn_column_container .multicolumn_column
    {
        margin-top:20px;
    }
    
    .responsive .nested_20.width_40:first-child > .multicolumn_column_container .multicolumn_column:first-child,
    .responsive #main_content.yes_right_rail .nested_20.width_40:first-child > .multicolumn_column_container .multicolumn_column:first-child,
    .responsive #left_rail ~ #main_right_unit .nested_20.width_40:first-child > .multicolumn_column_container .multicolumn_column:first-child
    {
        margin-top: 0px;
    }
}

/* End responsive nested multicolumn stacking */

/* End MULTICOLUMN */

/* ARTICLE */
.article 
{
	margin: 0px 10px 0px 10px;
}

.article h1 
{
    margin-left:0px;
    margin-right:0px;
}

#right_rail .article 
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px 0 0;
    padding: 15px;
}

#right_rail .article:first-child 
{
    margin-top: 0px;    
}

#right_rail .article img {
    width: 100%;
}

@media only screen and (max-width:850px) 
{
    .responsive #right_rail .article {
    margin-left:20px;
    }
}

#left_rail .article
{
	margin-right: 10px;
}

.multicolumn_column span.article ul 
{
	display:inline-block;
	margin-left: 10px;
}

.article:first-child p:first-child, span.article p:first-child,
.article:first-child h2:first-child, span.article h2:first-child,
.article:first-child h3:first-child, span.article h3:first-child,
.article:first-child h4:first-child, span.article h4:first-child,
.article:first-child h5:first-child, span.article h5:first-child,
.article:first-child h6:first-child, span.article h6:first-child,
.article:first-child ul:first-child, span.article ul:first-child,
.article:first-child ol:first-child, span.article ol:first-child,
.article:first-child img:first-child, span.article img:first-child
{
	margin-top: 0em;
}

.multicolumn_row .article
{
	margin-left: 0px;
	margin-right: 0px;
	overflow:hidden;
}

/* disclaimer article */
#disclaimers .article h2 
{
    color: #4d4d4d;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 700;
    border: none;
}

#disclaimers .article:first-child h2:first-child 
{
   margin-top: 1em; 
}

#disclaimers .article p
{
    line-height:1.3em;
    font-size:1.1em;
    color:#717171;   
}

#disclaimers .article p:first-child
{
    padding-top: 1.5em;  
}

#disclaimers .article:first-child
{
    border-top:1px solid #cccccc;
    padding-top: 0px;
    
}

/*footer article */
#footer 
{
    font-size:140%!important;
}

@media only screen and (max-width:950px) 
{
    #footer .multicolumn_row.medium.large
    {
        display:none;
    }   
}

#footer .article+.article 
{
	padding-top: 1.5em;
}

#footer .article a:hover 
{
	color: #666666;
}

#footer .article h2
{
	font-weight: 700;
	color: #666666;
	padding: .3em 0px .3em 0px;
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#footer .article h3, #top_nav .article h4, #top_nav .article h5, #top_nav .article h6
{
	font-size: 1em;
	font-weight: 700;
	margin: 0px;
	padding: .3em 0px .3em 0px;
	color: #666666;
	line-height: 1.3em;
}

#footer .article h3 a, #footer .article h3 a:hover, #footer .article h3 a:active, #footer .article h3 a:visited,
#footer .article h4 a, #footer .article h4 a:hover, #footer .article h4 a:active, #footer .article h4 a:visited,
#footer .article h5 a, #footer .article h5 a:hover, #footer .article h5 a:active, #footer .article h5 a:visited,
#footer .article h6 a, #footer .article h6 a:hover, #footer .article h6 a:active, #footer .article h6 a:visited
{
	color: #666666;
}

#footer .article p 
{
	color: #666666;
	font-weight: 400;
	font-size: 1em;
}

#footer .article p a:hover 
{
	color: #666666;
}

#footer .article ul 
{
	margin:0px;
	padding: 0px;
}

#footer .article h2+ul 
{
	padding-top: .5em;
}

#footer .article ul li
{
	padding-bottom: .3em;
	padding-top: 0px;
	line-height: 1.3em;
	font-size: 1em;
}
/* End ARTICLE */

/* DISCLAIMERS */
#disclaimers {
padding-top: 30px;
}
/* End DISCLAIMERS */

/* REVIEW */
/*#footer .multicolumn_column.width_80 {
font-size: 86%;
}*/

/* DART FIX */
iframe[height="1"] 
{
    position:absolute;
    left: -9999px;
}
/* End DART FIX */

/* OPINION LAB */
#O_o
{
    position:fixed;
    bottom:5px;
    right:0px;
}
#O_c 
{
    position:fixed;
    bottom: 23px;
    right:27px;
}
#O_o + br 
{
    display:none;
}

@media only screen and (min-width : 1px) and (max-width : 640px) 
{
    .responsive #O_o, .responsive #O_c  
    {
        display:none!important;
    }
}

/* End OPINION LAB */

/* THUMBS UP */

#thumbs_up, #thumbs_down 
{
    padding: .5em;
    display:inline-block;
}

#thumbs_up 
{
    padding-left:.7em!important;
}

#thumbs_up > a img+img, #thumbs_down > a img+img 
{
    visibility:hidden;
    width:0px;
    height:0px;
    overflow:hidden;
}

/* End THUMBS UP */

/* ADDTHIS */

@media only screen and (max-width : 680px) 
{
    #at3win {
    left: 5%!important;
    width: 90%!important;
    }
}

.at300b 
{
    padding-right:10px!important;
}

/* End ADDTHIS */
 

#top_links #search > a:hover
{
	border-top:5px solid transparent !important;
	padding:0.35rem 1.25rem 0rem;
}

a.link_offsite {
    background: url("/assets/dev/images/navient_core/common/icon_leave_content15.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    padding-left: 20px;
}
.info_bullet {
    /*background: url("/assets/dev/images/navient_core/common/icon-Information15.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
	background: url("/assets/dev/images/navient_core/common/arrow-blue1.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    padding-left: 20px;
}
.login_bullet {
    background: url("/assets/dev/images/navient_core/common/icon-Mouse15.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.info_i_bullet {
    background: url("/assets/dev/images/navient_core/common/icon-info-i.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    padding-left: 20px;
}
		
		#search-button-holder{
			background-color:#f1f1f1;
			border-top:thin solid #e5e5e5;
			box-shadow:1px 1px 1px 1px #e5e5e5;
			cursor:pointer;
			float:left;
			height:28px;
			margin:11px 0 0 0;
			text-align:center;
			width:50px;
		}
		
		#search-button-holder img{
			margin:4px;
			width:20px; 
		}
		
		#top_sectionMilitary {
    background: url("/assets/dev/images/navient_core/common/desktop/banner-military_1024x250.jpg") no-repeat;
	min-height:250px;
	margin-top:-10px;
	margin-bottom:-10px;
}
@media (min-width: 1px) and (max-width: 767px) {

  #top_sectionMilitary {
    background: url("/assets/dev/images/navient_core/common/mobile/banner-military-640x280.jpg");
	    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 140px;
    margin-top: 0px;
    border-bottom: 3.5px solid #0057b6;
	}
}