/* Normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a:focus {
  outline: 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Custom Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  height: 100%; }

body {
  font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  color: black;
  height: 100%;
  min-height: 100%;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

p img {
  vertical-align: bottom; }

h1 {
  margin-top: 0;
  word-wrap: break-word; }

h2, h3, h4, h5, h6 {
  margin-top: 20px;
  word-wrap: break-word; }


h1, .h1 {
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.125em;
  line-height: 1em;
  font-weight: 700;
  color: #003865;
  text-transform: uppercase; }

h2, .h2, .step-title {
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 700;
  color: #003865;
  text-transform: uppercase; }
  h2 .bigger, .h2 .bigger, .step-title .bigger {
    font-size: 1.5em; }

h3, .h3, .mid-title {
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #003865; }
  h3 a, .h3 a, .mid-title a {
    color: #0076BC;
    border-bottom: 1px dashed #0076BC; }

h4, .h4, .blue-title {
  color: #003865;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700; }

h5, .h5, .gen-name {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400; }

h6, .h6 {
  font-size: 1.125em;
  color: #003865;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4em; }

hgroup {
  padding-bottom: 15px; }

a {
  color: #003865;
  border-bottom: 1px dashed #003865;
  word-wrap: break-word; }
  a:hover, a:active, a:focus {
    color: #833921;
    border-bottom: 1px solid #833921;
    text-decoration: none; }
  a:focus {
    outline: auto; }

.hidden-xl {
  display: none; }

hr {
  margin: 30px 0;
  border-top: 2px solid #ffcd00; }
  hr.gray {
    border-top: 1px solid #dedede; }

/* custom selection colors */
::selection {
  background: #00a8e1;
  /* webkit & ie9 */
  color: #ffffff; }

::-moz-selection {
  background: #00a8e1;
  /* Firefox */
  color: #ffffff; }

img, object, iframe, input {
  max-width: 100%; }

/* Button Overrides */
.btn small {
  text-transform: none;
  font-weight: normal;
  font-size: .75em;
  vertical-align: bottom; }

.btn-primary, .btn-secondary, #fsSubmitButton2225450.fsSubmitButton {
  background: #0076BC;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 20px;}
  .btn-primary .glyph-circle, .btn-secondary .glyph-circle {
    color: #0076BC; }
  .btn-primary:hover, .btn-secondary:hover {
    border: 0;
    background: #003865; }
    .btn-primary:hover .glyph-circle, .btn-secondary:hover .glyph-circle {
      color: #003865; }
      
.btn-primary-yellow {
     background: #CC8A00;
}
.btn-primary-yellow:hover {
	 border: 0;
	 background: #833921;
}

.btn-secondary, , #fsSubmitButton2225450.fsSubmitButton {
  color: #ffffff;
  background: #eaaa00; }
  .btn-secondary:hover {
    color: #ffffff; }

/* Font and link styles */
.glyph-circle {
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  line-height: 1em;
  padding-top: 4px;
  margin: 0 5px;
  color: #003865; }

.big {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em; }

.medium {
  font-size: 1.5em;
  line-height: 1.4em; }
  .medium .arrow-link {
    display: inline-block;
    border-bottom: 0; }
    .medium .arrow-link .glyph-circle {
      padding-top: 1px; }

.small {
  font-size: .785em;
  line-height: 1.4em; }

.arrow-link {
  display: inline-block;
  border-bottom: 0; }
  .arrow-link .glyph-circle {
    background: #00a8e1;
    padding-top: 3px;
    vertical-align: middle;
    width: 25px;
    height: 25px; }
    .arrow-link .glyph-circle .glyphicon {
      color: #ffffff;
      font-size: .75em; }
  .arrow-link:hover {
    border-bottom: 0; }

.yellow-large {
  color: #eaaa00;
  font-size: 6em;
  line-height: 1em;
  display: block;
  font-weight: 500; }
  .yellow-large small {
    font-size: .6em;
    vertical-align: super; }

.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.min-200 {
  height: 200px/9;
  min-height: 200px; }

.color-yellow {
  color: #eaaa00;
  font-weight: 600; }

.color-blue {
  color: #00a8e1; }

.color-darkblue {
  color: #003865; }

.big-blue-link {
  color: #00a8e1;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 15px;
  display: inline-block; }
  .big-blue-link:hover {
    border-bottom: 0; }

.condensed {
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.bold {
  font-weight: bold; }

.weight600 {
  font-weight: 600; }

.text-divider {
  display: inline-block;
  width: 1px;
  height: 1.3em;
  background: #dedede;
  margin: 0 20px;
  vertical-align: middle; }

.big-num-circle {
  background: #eaaa00;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  font-size: 3em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  width: 70px;
  height: 70px; }

.blue-ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step-counter; }
  .blue-ol.start-5 {
    counter-reset: step-counter 5; }
  .blue-ol li {
    counter-increment: step-counter;
    position: relative;
    padding: 0 0 15px 50px; }
    .blue-ol li:before {
      content: counter(step-counter);
      display: inline-block;
      background: #003865;
      color: #ffffff;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.75em;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 5px; }
    .blue-ol li.yellow-li:before {
      background: #eaaa00; }

/* Header */
.sr-only-focusable:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: inline-block;
  padding: 5px 10px;
  background: #003865;
  color: #ffffff;
  border-bottom: 0;
  text-decoration: underline; }

body {
  padding-top: 130px; }

.header-container {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10; }
  .header-container.offscreen {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed;
    font-size: .8em; }
    .header-container.offscreen .container {
      min-height: 90px; }
    .header-container.offscreen .header-links {
      margin-top: 5px; }
    .header-container.offscreen .logo {
      height: 60px;
      margin-top: 20px; }
      .header-container.offscreen .logo a {
        background-size: auto 100%;
        height: 100%; }
    .header-container.offscreen.animate {
      -webkit-transition: all .22s linear;
      transition: all .22s linear; }
    .header-container.offscreen.fixed {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.66);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .header-container .container {
    position: relative;
    min-height: 120px;
    max-height: 154px; }

.lt-ie9 .header-container.offscreen {
  position: absolute; }
.lt-ie9 .header-container .container {
  height: 120px; }

.logo {
  float: left;
  width: 215px;
  height: 81px;
  margin-top: 13px; }
  .logo a {
    display: block;
    height: 81px;
    background: url(../images/slcc-logo.png) no-repeat;
    background: url(../images/slcc-logo2.png) no-repeat\9;
    background-size: auto 100%;
    text-indent: -200%;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 0; }

.toggle-mobile-nav, .mobile-close {
  display: none; }

.header-links {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  margin-top: 10px; }
 
 
 /*.header-links a {
    color: #00a8e1;
    border-bottom: 0;
    display: inline-block;
    height: 43px;
    line-height: 33px;
    padding: 5px 12px; }
    .header-links a:hover, .header-links a:focus {
      border-bottom: 0;
      color: #ffffff;
      background: #00a8e1; }
  .header-links .hash {
    background: #00a8e1;
    display: inline-block;
    width: 1px;
    height: 33px;
    vertical-align: middle; }
  .header-links .search-form {
    display: inline;
    width: 200px;
    float: right;
    background: #ebf5fc;
    margin-top: 5px; }
    .header-links .search-form input, .header-links .search-form button {
      background: none;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      color: #000000;
      font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header-links .search-form ::-webkit-input-placeholder {
      color: #bbbbbb; }
    .header-links .search-form ::-moz-placeholder {
      color: #bbbbbb; }
    .header-links .search-form :-ms-input-placeholder {
      color: #bbbbbb; }
    .header-links .search-form .input-group-addon {
      padding: 0;
      border: 0;
      background: transparent; }
    .header-links .search-form button {
      color: #00a8e1;
      height: 34px; }
      .header-links .search-form button:hover, .header-links .search-form button:active, .header-links .search-form button:focus {
        color: #ffffff;
        background: #00a8e1; }
    .header-links .search-form.show-mobile {
      display: block !important;
      position: absolute;
      top: 47px;
      right: 10px;
      z-index: 20;
      outline: 5px solid #ffffff; }

.search-toggle {
  cursor: pointer; }

.search-toggle-close {
  display: none;
  cursor: pointer; }

.search-input {
  width: 160px !important; }*/
  
  .header-links > a {
    color: #0076BC;
    border-bottom: 0;
    display: inline-block;
    height: 43px;
    line-height: 33px;
    padding: 5px 12px; }
    .header-links > a:hover, .header-links > a:focus {
      border-bottom: 0;
      color: #ffffff;
      background: #0076BC; }
  .header-links .hash {
    background: #0076BC;
    display: inline-block;
    width: 1px;
    height: 33px;
    vertical-align: middle; }
  .header-links .search-form {
    margin-top: 8px;
    float: right;
    width: 200px; }
    .header-links .search-form a {
      border-bottom: 0 !important; }
    .header-links .search-form.show-mobile {
      display: block !important;
      position: absolute;
      top: 47px;
      right: 10px;
      z-index: 20;
      outline: 5px solid #ffffff; }
  .header-links .cse .gsc-control-cse, .header-links .gsc-control-cse {
    padding: 10px 10px 0 10px; }
  .header-links .gsc-control-cse .gsc-table-result {
    font-family: inherit; }
  .header-links .gsc-control-cse .gsc-input-box {
    height: inherit; }
  .header-links input.gsc-input,
  .header-links .gsc-input-box,
  .header-links .gsc-input-box-hover,
  .header-links .gsc-input-box-focus,
  .header-links .gsc-search-button, .header-links input.gsc-search-button-v2 {
    box-sizing: content-box;
    line-height: normal;
    margin-top: 0; }
  .header-links .gsc-result .gs-title {
    height: 1.4em !important; }
  .header-links .gsc-tabsArea > div {
    overflow: hidden !important; }
  .header-links .gsc-selected-option-container {
    min-width: 100px !important; }
  .header-links .gsc-results-wrapper-overlay {
    border-collapse: separate !important; }
  .header-links table.gsc-above-wrapper-area-container {
    border-collapse: separate !important; }
  .header-links input.gsc-search-button-v2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 0 !important; }
  .header-links .gs-promotion-table, .header-links .gsc-control-cse .gsc-table-result {
    margin-left: 8px !important;
    margin-right: 8px !important;
    line-height: 1.4em; }
  .header-links .gs-visibleUrl {
    padding-bottom: 0 !important;
    line-height: 1.4em; }

.search-toggle {
  cursor: pointer; }

.search-toggle-close {
  display: none;
  cursor: pointer; }

  
  .myslcc {
  display: inline-block !important; }
  .myslcc span {
    color: #0076BC; }
  .myslcc .dropdown {
    line-height: 33px;
    color: #0076BC; }
    .myslcc .dropdown a {
      font-size: 1.125em; }
    .myslcc .dropdown .dropdown-menu {
      display: block;
      left: -9999px;
      z-index: 12; }
    .myslcc .dropdown:hover, .myslcc .dropdown:focus {
      background: #0076BC;
      color: #ffffff; }
      .myslcc .dropdown:hover span, .myslcc .dropdown:focus span {
        color: #ffffff; }
      .myslcc .dropdown:hover path, .myslcc .dropdown:hover polygon, .myslcc .dropdown:hover rect, .myslcc .dropdown:hover circle, .myslcc .dropdown:focus path, .myslcc .dropdown:focus polygon, .myslcc .dropdown:focus rect, .myslcc .dropdown:focus circle {
        fill: #ffffff; }
      .myslcc .dropdown:hover .compass, .myslcc .dropdown:focus .compass {
        background-position: -10px -0px; }
      .myslcc .dropdown:hover .dropdown-menu, .myslcc .dropdown:focus .dropdown-menu {
        left: 0; }

/*.search-input {
  width: 160px!important;
}*/

.myslcc {
  display: inline-block !important; }
  .myslcc .dropdown {
    line-height: 33px;
    color: #00a8e1; }
    .myslcc .dropdown a {
      font-size: 1.125em; }
    .myslcc .dropdown .dropdown-menu {
      display: block;
      left: -9999px;
      z-index: 12; }
    .myslcc .dropdown:hover, .myslcc .dropdown:focus {
      background: #0076BC;
      color: #ffffff; }
      .myslcc .dropdown:hover path, .myslcc .dropdown:hover polygon, .myslcc .dropdown:hover rect, .myslcc .dropdown:hover circle, .myslcc .dropdown:focus path, .myslcc .dropdown:focus polygon, .myslcc .dropdown:focus rect, .myslcc .dropdown:focus circle {
        fill: #ffffff; }
      .myslcc .dropdown:hover .compass, .myslcc .dropdown:focus .compass {
        background-position: -10px -0px; }
      .myslcc .dropdown:hover .dropdown-menu, .myslcc .dropdown:focus .dropdown-menu {
        left: 0; }

.sprite {
  background: url(../images/icn-sprite.png) no-repeat\9;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  margin-right: 5px; }
  .sprite.compass {
    background-position: -10px -41px;
    width: 39px; }
  .sprite.directory {
    background-position: -10px -123px;
    width: 37px; }
  .sprite.calendar {
    background-position: -10px -199px;
    width: 32px; }
  .sprite.map {
    background-position: -10px -279px;
    width: 32px; }

a:hover .sprite path, a:hover .sprite polygon, a:hover .sprite rect, a:hover .sprite circle, a:focus .sprite path, a:focus .sprite polygon, a:focus .sprite rect, a:focus .sprite circle {
  fill: #ffffff; }
a:hover .sprite.compass, a:focus .sprite.compass {
  background-position: -10px -0px; }
a:hover .sprite.directory, a:focus .sprite.directory {
  background-position: -10px -83px; }
a:hover .sprite.calendar, a:focus .sprite.calendar {
  background-position: -10px -162px; }
a:hover .sprite.map, a:focus .sprite.map {
  background-position: -10px -236px; }

/* Navigation */
.navbar {
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0 !important;
  border: 0;
  min-height: 0; }

.navbar-toggle {
  border-color: #00a8e1; }
  .navbar-toggle .icon-bar {
    background: #00a8e1; }

.main-nav.navbar-collapse {
  padding: 0; }

ul.nav {
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  ul.nav > li > a {
    font-size: 1.375em;
    line-height: 1em;
    padding: 10px 20px;
    border-bottom: 0;
    position: relative;
    text-transform: uppercase; }
    ul.nav > li > a:focus {
      background: #00a8e1;
      color: #ffffff; }
  ul.nav > li.active > a:after {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 3px;
    background: #ffcd00;
    content: ""; }
  ul.nav > li:hover {
    z-index: 20; }
    ul.nav > li:hover > a {
      background: #0076BC;
      color: #ffffff; }
      ul.nav > li:hover > a:after {
        display: none; }
    ul.nav > li:hover ul.dropdown-menu {
      display: block; }
  ul.nav > li.lastdropdown .dropdown-menu {
    left: auto;
    right: 0; }

ul.dropdown-menu {
  border: 3px solid #0076BC;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  padding: 0;
  width: 250px; }
  ul.dropdown-menu > li > a {
    color: #003865;
    font-size: 1.125em;
    line-height: 1.4em;
    padding: 8px 20px;
    border-bottom: 0;
    white-space: normal; }
  ul.dropdown-menu > li:hover > a {
    background: #0076BC;
    color: #ffffff; }

/* Side callouts */
.cover-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .cover-all.active {
    opacity: 1;
    visibility: visible; }

.callouts {
  position: fixed;
  z-index: 20;
  top: 20%;
  right: 0; }
  .callouts:after {
    display: table;
    clear: both;
    content: ""; }
  .callouts .callout-btn {
    display: block;
    height: 60px;
    background: #ffcd00;
    color: #000000;
    font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 9px 0 0 55px;
    box-shadow: 0 0 4px #555555;
    width: 140px; }
    .callouts .callout-btn .glyph-circle {
      position: absolute;
      left: 5px;
      top: 12px;
      padding-top: 8px; }
    .callouts .callout-btn.callout-blue {
      background: #00a8e1; }
    .callouts .callout-btn.callout-darkyellow {
      background: #eaaa00; }
    .callouts .callout-btn:hover {
      background: #003865;
      color: #ffffff; }
      .callouts .callout-btn:hover .glyph-circle .glyphicon {
        color: #003865; }

.lt-ie9 .callouts .callout-btn {
  font-size: 1em; }

.callout-over {
  position: relative; }

.callout-box {
  background: #ffffff;
  box-shadow: 0 0 4px #666666;
  width: 550px;
  position: absolute;
  left: 145px;
  top: 0;
  z-index: 1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  visibility: hidden; }
  .callout-box.active {
    left: -410px;
    visibility: visible; }
  .callout-box .btn {
    display: block;
    text-align: left; }
    .callout-box .btn .glyph-circle {
      float: right; }

.callout-header {
  background: #eaaa00;
  color: #003865;
  height: 60px;
  padding-left: 20px;
  display: block;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 60px;
  text-transform: uppercase;
  cursor: pointer; }
  .callout-header.yellow-header {
    background: #ffcd00; }
  .callout-header.blue-header {
    background: #00a8e1; }
  .callout-header .glyphicon {
    margin-left: 10px; }
  .callout-header .glyphicon-remove {
    float: right;
    margin-right: 15px;
    margin-top: 20px; }

.callout-content {
  padding: 35px; }

.quick-links {
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2; }
  .quick-links a {
    display: inline-block;
    padding: 25px;
    border-bottom: 0;
    color: #003865;
    background: #ffffff;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 0 5px 0 0;
    line-height: 1em; }

/* Footer */
.sm-clear {
  display: none; }

.bottom-links {
  background: #ffcd00;
  color: #003865;
  position: relative;
  z-index: 3; }
  .bottom-links .container {
    padding: 90px 15px 30px 15px; }
  .bottom-links:before {
    content: ""; }
  .bottom-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .bottom-links ul li {
      padding-bottom: 12px; }

.bottom-info {
  background: #fef9ea;
  color: #003865;
  position: relative;
  z-index: 3; }
  .bottom-info .container {
    padding: 30px 15px; }

.soc {
  display: inline-block;
  width: 41px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/icons-social.png);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-left: 5px;
  border-bottom: 0; }
  .soc:hover {
    border-bottom: 0; }
  .soc.soc-twitter {
    background-position: 0 0; }
    .soc.soc-twitter:hover {
      background-position: 0 -40px; }
  .soc.soc-linkedin {
    background-position: -41px 0; }
    .soc.soc-linkedin:hover {
      background-position: -41px -40px; }
  .soc.soc-facebook {
    background-position: -82px 0; }
    .soc.soc-facebook:hover {
      background-position: -82px -40px; }
  .soc.soc-blogspot {
    background-position: -123px 0; }
    .soc.soc-blogspot:hover {
      background-position: -123px -40px; }
  .soc.soc-youtube {
    background-position: -164px 0; }
    .soc.soc-youtube:hover {
      background-position: -164px -40px; }
  .soc.soc-instagram {
    background-position: -205px 0; }
    .soc.soc-instagram:hover {
      background-position: -205px -40px; }

.main-footer {
  background: #ffcd00;
  position: relative;
  z-index: 3; }
  .main-footer .container {
    padding: 30px 15px;
    color: #003865 !important;
    font-size: .8125em;
    line-height: 1.5em; }

/* Homepage */
.main-banner {
  width: 100%;
  height: 830px;
  overflow: hidden;
  position: relative; }
  .main-banner:before {
    content: ""; }
  .main-banner:after {
    content: ""; }
  .main-banner .carousel-indicators {
    bottom: 70px;
    z-index: 4; }
    .main-banner .carousel-indicators li {
      box-shadow: 0 0 3px #333333; }
  .main-banner .item {
    height: 785px;
    width: 100%;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .main-banner.random-item .item {
    display: none; }
  .main-banner .container {
    position: relative;
    height: 785px;
    z-index: 1; }

.wistia_embed {
  position: absolute !important;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

.item-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover; }

.item-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 425px;
  max-width: 100%;
  z-index: 10;
  padding: 30px 30px 75px 30px;
  /* padding: 20px 30px 20px;*/
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9); }
  .item-content.second-item-content {
    display: none; }
  .item-content.left {
    right: auto;
    left: 0; }

.item-inner {
  float: left;
  width: 100%; }

.container-bg {
  width: 100%;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }

.community-bg {
  background: url(/_redesign/_files/images/home/hiking-slcc-magazine.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 785px;
  margin-bottom: 50px; }
  .community-bg .container {
    height: 785px;
    position: relative; }
  .community-bg:before {
    content: ""; }
  .community-bg:after {
    content: ""; }

.gen-container {
  padding-top: 30px;
  padding-bottom: 30px; }

/*
.gen-container li:last-of-type:not(.carousel-indicators li) {
  margin-bottom: 10px;
}
.gen-container .nav-tabs li {
    margin-bottom: -1px;
}*/

.row-border {
  border-top: 4px dotted #a9a9a9;
  padding: 25px 0; }
  .row-border.top-border {
    border-top: 4px dotted darkgray !important;
    padding-top: 25px !important; }
  .row-border.bottom-border {
    border-bottom: 4px dotted darkgray !important;
    margin-bottom: 30px; }
  .row-border:first-of-type {
    border-top: 0;
    padding-top: 0; }

.blue-bg {
  background: #009cde;
  background: rgba(0, 156, 222, 0.3);
  position: relative;
  margin: 50px 0; }
  .blue-bg .container {
    position: relative;
    z-index: 1; }
  .blue-bg:before {
    content: ""; }
  .blue-bg:after {
    content: ""; }

a.home-academics-link {
  font-size: 1.75em;
  font-weight: 700;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 0;
  display: inline-block;
  margin-top: 10px; }
  a.home-academics-link:hover {
    color: #003865;
    color: #0e0603; }
    a.home-academics-link:hover .home-academics {
      background: #003865;
      background: url(/images/home/home-academic-icons.png) no-repeat\9; }
      a.home-academics-link:hover .home-academics.programs {
        background-position: -251px 0; }
      a.home-academics-link:hover .home-academics.tuition {
        background-position: -502px 0; }
      a.home-academics-link:hover .home-academics svg path {
        fill: #bcddf4; }
        a.home-academics-link:hover .home-academics svg path.bgfill {
          fill: #003865; }

.home-academics {
  display: inline-block;
  width: 247px;
  height: 247px;
  background: #3dbde8;
  background: url(../images/home/home-academic-icons.png) no-repeat\9;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative; }
  .home-academics svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .home-academics svg .bgfill {
      fill: #3dbde8; }
  .home-academics.programs {
    background-position: -251px 0; }
  .home-academics.tuition {
    background-position: -502px 0; }

/* Tier 2 Default pages */
.tier2-banner {
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 250px;
  position: relative; }
  .tier2-banner.blue-banner {
    background: #003865;
    height: auto;
    padding: 30px 0;
    color: #ffcd00; }
  .tier2-banner.big-banner {
    height: 580px;
  margin-top: 10px;
    padding-top: 10px;}
    .tier2-banner.big-banner:after {
      content: ""; }
    .tier2-banner.big-banner:before {
      display: none; }
  .tier2-banner:before {
    content: ""; }
  .tier2-banner.banner-image {
    text-align: center;
    overflow: hidden;
    max-height: 250px; }
    .tier2-banner.banner-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      top: 0/9;
      /* IE8 fix */
      left: 0/9;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.gray-box {
  width: 100%;
  padding: 20px 0;
  background: #e6e6e6;
  margin-top: 5px;
  position: relative;
  margin-bottom: 30px; }
  .gray-box.opacity-90 {
    background: rgba(230, 230, 230, 0.9); }
    .gray-box.opacity-90:after {
      opacity: .9; }
    .gray-box.opacity-90:before {
      opacity: .9; }
  .gray-box:before {
    content: ""; }
  .gray-box:after {
    content: ""; }

.gray-box-satts {
  width: 100%;
  padding: 20px 0;
  margin-top: 5px;
  background: #e6e6e6;
  position: relative; }
  .gray-box-satts.opacity-90 {
    background: rgba(230, 230, 230, 0.9); }
    .gray-box-satts.opacity-90:after {
      opacity: .9; }
    .gray-box-satts.opacity-90:before {
      opacity: .9; }
  .gray-box-satts:before {
    content: ""; }
  .gray-box-satts:after {
    content: ""; }

.gray-box-big {
  width: 100%;
  padding: 30px 0;
  background: #e6e6e6;
  position: relative; }
  .gray-box-big.opacity-90 {
    background: rgba(230, 230, 230, 0.9); }
    .gray-box-big.opacity-90:after {
      opacity: .9; }
    .gray-box-big.opacity-90:before {
      opacity: .9; }
  .gray-box-big:before {
    content: ""; }
  .gray-box-big:after {
    content: ""; }

.black-box-big {
  width: 100%;
  padding: 30px 0;
  background: #1f1f1f;
  color: #ffffff;
  position: relative; }
  .black-box-big.opacity-90 {
    background: rgba(222, 222, 222, 0.9); }
    .black-box-big.opacity-90:after {
      opacity: .9; }
    .black-box-big.opacity-90:before {
      opacity: .9; }
  .black-box-big:before {
    content: ""; }
  .black-box-big:after {
    content: ""; }

.breadcrumb {
  background: none;
  border-radius: 0;
  color:#006f96;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0; }
  .breadcrumb .active, .breadcrumb a, .breadcrumb > li + li:before {
    color:#006f96; }
  .breadcrumb a {
    border-bottom-color: #006f96; }

.breadcrumb>.active {
    color: #676767;
}

.left-nav {
  background: #ffcd00;
  margin-top: -20px;
  /*padding: 30px 0 25px 0;*/
  position: relative;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .left-nav-wrapper {
      padding: 30px 0 25px 0;
  }
  .left-nav .parent {
    padding: 5px 30px;
    cursor: pointer;
    display: none; }
    .left-nav .parent .glyphicon {
      vertical-align: middle; }
  .left-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .left-nav ul li {
      padding: 0; }
      .left-nav ul li a {
        display: block;
        padding: 5px 30px;
        border-bottom: 0; }
      .left-nav ul li.active > a {
        background: #fef9ea;
        color: #0076BC; }
      .left-nav ul li:hover > a {
        background: #833921;
        color: #ffffff; }
    .left-nav ul ul {
      margin-left: 30px !important; }
  .left-nav .divider {
    position: absolute;
    bottom: -50px;
    background-position: right; }

/* Sticky Effect */
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 50px;
}


/*  Full Width Container  */
.full-width-container {
    width: 100%;
}
.full-width-container .gen-container {
    padding: 0px;
}

/* Full Width Div with solid background color */
.full-width-color-div {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px;
    background: #dedede;
}
.full-width-color-div::before {
    left: -100vw;
    height: 100%;
    opacity: 1;
    content: "";
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    background: #dedede;
}
.full-width-color-div::after {
    right: -100vw;
    height: 100%;
    opacity: 1;
    content: "";
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    background: #dedede;
}

/* Full Width Div with background image */
.full-width-bg {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	 
    -webkit-background-size: cover;
}
.full-width-bg .container {
    position: relative;
    height: 600px;
}

/* Full Width Banner Link */
.bannerLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    cursor:pointer;
}

/* Two column div */
.two-column-div
{-webkit-column-count:2;column-count:2;-webkit-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:auto;}
.two-column-div ul
{list-style:none;}


/* White Left Nav */
.left-nav-white {
  background: #ffffff;
  box-shadow: 1px -1px 12px 1px rgba(204, 204, 204, 0.5);
  -webkit-box-shadow: 1px -1px 12px 1px rgba(204, 204, 204, 0.5);
  font-weight: bold;
  /* margin: 30px 0; */
  padding: 30px 0 25px 0;
  position: relative;
  font-family: "Roboto", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
  .left-nav-white .parent {
    padding: 5px 30px;
    cursor: pointer;
    display: none;
  }
    .left-nav-white .parent .glyphicon {
      vertical-align: middle; 
    }
  .left-nav-white ul {
    list-style: none;
    padding: 0;
    margin: 0; 
  }
    .left-nav-white ul li {
      border-bottom: 1px solid #9B9B9B;
      margin: 0 30px; 
      padding: 0; 
    }
      .left-nav-white ul li a {
        display: block;
        color: #808080;
        margin-bottom: 9px;
    	margin-top: 9px;
    	line-height: 18px;
    	border-bottom: 0;
    	text-decoration: none;
    	text-align: left;
    	padding:0;
      }
      .left-nav-white ul li:last-of-type {
          border-bottom:none;
      }
      .left-nav-white ul li.active > a {
          background:#fff;
          color: #003865; 
      }
      .left-nav-white ul li:hover > a {
          background:#fff;
          color: #003865;
      }
    .left-nav-white ul ul {
      margin-left: 30px !important; 
    }
  .left-nav-white .divider {
    position: absolute;
    bottom: -50px;
    background-position: right; 
  }

@media all and (max-width: 767px) {
    .left-nav-white {
		 padding: 0;
		 margin-bottom: 15px;
		 -webkit-box-shadow: none;
		 box-shadow: none;
	}
	 .left-nav-white .parent {
		 display: block;
	}
	 .left-nav-white ul {
		 display: none;
	}
	 .left-nav-white .divider {
		 display: none;
	}
}

@media all and (min-width: 768px) {
    .left-nav ul {
        display:block !important;
    }
    .left-nav-white ul {
        display:block !important;
    }
}


/* Scrollable Fixed Length Responsibility Area of Contact Info for HR */
div.scrollable-fixed-length-hr {
    height: 130px;
    overflow: hidden;
    line-height: 1.3em;
    padding:10px;
}

.wrapword{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;
}

.indent-30{
    margin-left:30px;
}

.left-quick-title {
  margin-top: 30px;
  padding: 0 30px; }

.student-link {
  color: #ffcd00;
  display: inline-block;
  text-align: center;
  height: 120px;
  line-height: 1.3em;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  .student-link .icn-student {
    display: inline-block;
    width: 75px;
    height: 75px;
    background: url(../images/students/icns-student.png) no-repeat top left\9;
    text-align: center; }
    .student-link .icn-student.icn-advising {
      background-position: -86px 0; }
    .student-link .icn-student.icn-calendar {
      background-position: -184px 0; }
    .student-link .icn-student.icn-schedule {
      background-position: -280px 0; }
    .student-link .icn-student.icn-catalog {
      background-position: -375px 0; }
    .student-link .icn-student.icn-bookstore {
      background-position: -470px 0; }
    .student-link .icn-student.icn-library {
      background-position: 4px -165px; }
    .student-link .icn-student.icn-parking {
      background-position: -91px -165px; }
    .student-link .icn-student.icn-help {
      background-position: -186px -165px; }
    .student-link .icn-student.icn-technology {
      background-position: -281px -165px; }
    .student-link .icn-student.icn-tuition {
      background-position: -377px -165px; }
    .student-link .icn-student.icn-express {
      background-position: -473px -165px; }
    .student-link .icn-student.icn-forms {
      background-position: 6px 0; }
  .student-link:hover {
    color: #00a8e1;
    border-bottom: 0; }
    .student-link:hover path, .student-link:hover polygon, .student-link:hover rect, .student-link:hover circle, .student-link:hover text {
      fill: #00a8e1; }
      .student-link:hover path.stroke, .student-link:hover polygon.stroke, .student-link:hover rect.stroke, .student-link:hover circle.stroke, .student-link:hover text.stroke {
        fill: none;
        stroke: #00a8e1; }
    .student-link:hover .icn-advising {
      background-position: -86px -83px; }
    .student-link:hover .icn-calendar {
      background-position: -184px -83px; }
    .student-link:hover .icn-schedule {
      background-position: -280px -83px; }
    .student-link:hover .icn-catalog {
      background-position: -375px -83px; }
    .student-link:hover .icn-bookstore {
      background-position: -470px -83px; }
    .student-link:hover .icn-library {
      background-position: 4px -248px; }
    .student-link:hover .icn-parking {
      background-position: -91px -248px; }
    .student-link:hover .icn-help {
      background-position: -186px -248px; }
    .student-link:hover .icn-technology {
      background-position: -281px -248px; }
    .student-link:hover .icn-tuition {
      background-position: -377px -248px; }
    .student-link:hover .icn-express {
      background-position: -473px -248px; }
    .student-link:hover .icn-forms {
      background-position: 6px -83px; }

.catalog-search {
  background: #003865;
  color: #ffffff;
  padding: 25px 25px 35px 25px;
  position: relative;
  margin-bottom: 25px; }
  .catalog-search h4, .catalog-search .h4 {
    color: #ffffff;
    text-transform: none !important;
    font-weight: normal; }
  .catalog-search input, .catalog-search select {
    color: black;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.5em;
    border: 0;
    padding: 5px; }
  .catalog-search .select-style {
    background: url(../images/select.png) no-repeat right center white;
    margin-bottom: 10px; }
  .catalog-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 0;
    background: transparent;
    padding-right: 45px; }
  .catalog-search select::-ms-expand {
    display: none; }
  .catalog-search .keyword-group {
    background: #ffffff; }
    .catalog-search .keyword-group .input-group-addon {
      padding: 0;
      background: #ffffff;
      border-radius: 0;
      border: 0; }
      .catalog-search .keyword-group .input-group-addon button {
        background: #ffffff;
        padding: 8px 12px;
        border: 0;
        color: #00a8e1;
        font-size: 1.25em;
        border-radius: 0 !important; }
  .catalog-search:after {
    content: "";
    bottom: -23px !important; }
.catalog-search:empty{
  display:none;
  }
  
.left-callout {
  margin-bottom: 25px;
  float: left;
  width: 100%; }

.gray-callout {
  background: #dedede;
  padding: 25px 25px 75px 25px;
  background-position: bottom center;
  position: relative;
  background-repeat: no-repeat; }
  .gray-callout .btn {
    position: absolute;
    bottom: 0;
    right: 0; }

.second-row {
  margin-top: 35px; }
  .second-row > div {
    padding-top: 25px; }
    .second-row > div:last-child {
      border-top: 1px dashed #dedede; }

.border-left {
  border-left: 2px dashed #989898; }

.border-left-solid {
  border-left: 1px solid #989898; }

.border-right {
  border-right: 2px dashed #989898; }

.border-top {
  border-top: 2px dashed #989898; }

.margin-top {
  margin-top: 30px; }

.margin-bottom {
  margin-bottom: 30px; }

/* Current Students Page */
.student-box {
  margin-bottom: 30px; }

.student-box-header {
  background: #003865;
  height: 100px;
  width: 100%; }
  .student-box-header h2 {
    color: #ffcd00;
    font-size: 1.75em;
    line-height: 1.4em; }
    .student-box-header h2 a {
      color: #ffcd00;
      display: block;
      height: 100px;
      width: 100%;
      padding: 0 7%;
      position: relative; }
      .student-box-header h2 a span {
        position: absolute;
        top: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .student-box-header h2 a:hover {
        border-bottom: 0;
        color: #ffffff;
        background: #007eb4; }        

.aca-resource-box-pic {
  height: 194px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover; }
  .aca-resource-box-pic:hover .student-box-info {
    opacity: 1; }
    .aca-resource-box-pic:hover .student-box-info .student-box-info-text {
      opacity: 1;
      transform: translateY(0); }

.touch .aca-resource-box-pic .student-box-info {
  opacity: 1; }
  .touch .aca-resource-box-pic .student-box-info .student-box-info-text {
    opacity: 1;
    transform: translateY(0); }

.student-box-pic {
  height: 294px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover; }
  .student-box-pic:hover .student-box-info {
    opacity: 1; }
    .student-box-pic:hover .student-box-info .student-box-info-text {
      opacity: 1;
      transform: translateY(0); }

.touch .student-box-pic .student-box-info {
  opacity: 1; }
  .touch .student-box-pic .student-box-info .student-box-info-text {
    opacity: 1;
    transform: translateY(0); }

.student-box-info {
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all .33s linear;
  transition: all .33s linear; }
  .student-box-info .student-box-info-text {
    padding: 20px 7%;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all .33s linear;
    transition: all .33s linear;
    height: 100%;
    line-height: 1.5em; }
    .student-box-info .student-box-info-text .btn {
      font-size: 1.2em; }
      .student-box-info .student-box-info-text .btn .glyph-circle {
        padding-top: 6px; }

.student-box-links {
  background: #eeeeee;
  padding: 20px 5%; }
  .student-box-links h3 {
    font-size: 1.125em;
    line-height: 1.4em;
    color: #003865;
    font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.link-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .link-list li {
    padding-bottom: 8px; }
    .link-list li a {
      display: block;
      border-bottom: 0;
      background: url(../images/icn-arrow.png) no-repeat 0 center;
      padding-left: 20px;
      line-height: 1.4em; }
      .link-list li a:hover {
        border-bottom: 0; }
/* Development*/
.development-section-links {
  position: relative;
  z-index: 5;
  margin-top: 25px;
  margin-bottom: 50px; }
/* Future Students */
.section-links {
  position: relative;
  z-index: 5;
  margin-top: -50px;
  margin-bottom: 50px; }
  
  .section-links.pin-fixed {
    margin-top: -2px; }
    .section-links.pin-fixed .jump-link {
      background: #ffcd00;
      background: rgba(255, 205, 0, 0.9); }
      .section-links.pin-fixed .jump-link.active, .section-links.pin-fixed .jump-link:hover {
        background: #00a8e1;
        background: rgba(0, 168, 225, 0.9); }

.jump-link {
  display: block;
  background: #ffcd00;
  color: #003865;
  border-bottom: 0;
  text-align: center;
  height: 50px;
  padding-top: 5px;
  font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 2px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  white-space: nowrap; }
  .jump-link .glyphicon {
    position: absolute;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1em; }
  .jump-link:hover, .jump-link.active {
    border-bottom: 0;
    background: #00a8e1;
    color: #ffffff;
    line-height: 50px;
    padding-top: 0; }
    .jump-link:hover:after, .jump-link:hover .glyphicon, .jump-link.active:after, .jump-link.active .glyphicon {
      display: none; }

.pin.pin-fixed {
  position: fixed !important;
  top: 0; }

.big-num {
  color: #009cde;
  font-size: 5em;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
  padding-top: 25px; }

.pull-quote {
  color: #003865;
  font-size: 2em;
  line-height: 1.2em;
  font-style: italic; }

.blue-box {
  background: #0077c8;
  color: #ffffff;
  padding: 30px;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-top: 50px;
  position: relative; }
  .blue-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 40px;
    border-color: transparent transparent transparent #0077c8; }
  .blue-box h2 {
    color: #ffffff;
    vertical-align: top; }
    .blue-box h2 .bigger {
      line-height: 1em; }
  .blue-box h3 {
    color: #ffcd00; }

.this-is-slcc {
  color: #ffffff;
  background: #000000;
  text-align: center;
  position: relative;
  padding-top: 30px; }
  .this-is-slcc:before {
    content: ""; }
  .this-is-slcc:after {
    content: ""; }
  .this-is-slcc h2 {
    color: #ffffff; }

.this-is-slcc-bg {
  background: url(../images/future-students/this-is-slcc.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 600px;
  text-align: center; }
  
  .school-and-acad-prog {
  color: #ffffff;
  background: #003865;
  text-align: center;
  position: relative;
  padding-top: 30px; }
  .school-and-acad-prog:before {
    content: ""; }
  .school-and-acad-prog:after {
    content: ""; }
  .school-and-acad-prog h2 {
    color: #ffffff; }

  
  .academics-schools-dept-bg {
  background: url(../images/academic/academic-schools-program-bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 600px;
  text-align: center; }

.future-programs-bg {
  background-image: url(../images/future-students/programs-bg.jpg);
  height: 90%/9;
  min-height: 90%;
  padding-top: 30px;
  color: #ffffff;
  margin-bottom: 30px; }
  .future-programs-bg h2 {
    color: #ffffff; }
  .future-programs-bg:before {
    content: ""; }
  .future-programs-bg:after {
    content: ""; }

.help-bg {
  background-image: url(../images/future-students/programs-bg.jpg);
  height: 90%/9;
  min-height: 30%;
  padding-top: 30px;
  color: #000;
  margin-bottom: 30px; }
  .future-programs-bg h2 {
    color: #ffffff; }
  .future-programs-bg:before {
    content: ""; }
  .future-programs-bg:after {
    content: ""; }

.alumni-bg {
  background-image: url("../images/future-students/mckay-williams-bg.jpg"); }
  .alumni-bg .container {
    padding-top: 100px; }
  .alumni-bg:before {
    content: ""; }

.white-trans-col {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px; }

.alumni-active {
  background: #eaaa00;
  padding: 10px 0 10px 40px;
  margin-right: -40px;
  position: relative;
  left: -40px;
  height: 100px; }
  .alumni-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #eaaa00; }

.alumni-row {
  padding: 10px 0; }
  .alumni-row .col-xs-8 {
    position: relative; }
    .alumni-row .col-xs-8:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: -5px;
      top: 5px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #eaaa00; }

.name-large {
  color: #003865;
  font-size: 1.75em;
  line-height: 1.2em; }

.paying-table {
  width: 100%;
  border-collapse: separate;
  empty-cells: show; }
  .paying-table td, .paying-table th {
    padding: 10px;
    width: 16.6667%;
    text-align: center; }
    .paying-table td[colspan='2'], .paying-table th[colspan='2'] {
      width: 33%; }

.blue-td {
  background: #0077c8;
  color: #ffffff;
  position: relative;
  height: 94px; }
  .blue-td:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -47px;
    top: 0;
    border-top: 47px solid transparent;
    border-bottom: 47px solid transparent;
    border-left: 47px solid #0077c8; }

.yellow-td {
  background: #eaaa00;
  position: relative;
  height: 94px; }
  .yellow-td:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -47px;
    top: 0;
    border-top: 47px solid transparent;
    border-bottom: 47px solid transparent;
    border-left: 47px solid #eaaa00; }

.dot-bottom {
  border-bottom: 2px dashed #989898; }

.solid-right {
  border-right: 2px solid #989898; }

.paying-logo {
  width: 213px; }

.relative {
  position: relative; }

.absolute-pic-top {
  position: absolute;
  bottom: -100px; }

.height-200 {
  height: 200px\9;
  min-height: 200px; }

.container:after {
  content: "";
  clear: both;
  display: table; }

table.responsive {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  table.responsive * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  table.responsive td {
    display: block;
    width: 100% !important; }
    table.responsive td.textCenter {
      text-align: left; }
  table.responsive tr:nth-child(even) {
    background: #f5f5f5; }

.genTable td {
  padding: 10px;
  vertical-align: top; }

/* Enrollment Page */
.enrollment-type-row > div {
  padding: 5px !important; }

.enrollment-type-link {
  display: block;
  background: #ffcd00;
  color: #ffffff;
  border-bottom: 0;
  height: 210px;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  word-wrap: normal; }

  .enrollment-type-link:hover {
    border-bottom: 0;
    color: #ffffff; }
    .enrollment-type-link:hover .enrollment-type-link-content {
      top: 0; }
    .enrollment-type-link:hover .enrollment-type-link-name {
      border-bottom: 1px solid #ffcd00;
      padding-bottom: 7px; }
    .enrollment-type-link:hover .glyph-circle {
      display: none; }
    .enrollment-type-link:hover .enrollment-type-link-info {
      display: block;
      opacity: 1; }
    .enrollment-type-link:hover.custom {
      background: #003865;
      color: #ffffff; }
      .enrollment-type-link:hover.custom .enrollment-type-link-name {
        border-bottom: 0; }
      .enrollment-type-link:hover.custom svg path, .enrollment-type-link:hover.custom svg polygon, .enrollment-type-link:hover.custom svg rect, .enrollment-type-link:hover.custom svg circle {
        fill: #ffffff; }
      .enrollment-type-link:hover.custom .glyph-circle {
        display: inline-block;
        background: #ffcd00;
        color: #003865; }
.touch .enrollment-type-link .enrollment-type-link-content {
	 top: 0;
}
.touch .enrollment-type-link .enrollment-type-link-name {
	 border-bottom: 1px solid #ffcd00;
	 padding-bottom: 7px;
}
.touch .enrollment-type-link .glyph-circle {
    display:none;
}
.touch .enrollment-type-link .enrollment-type-link-info {
    display:block;
    opacity:1;
}

  .enrollment-type-link .glyph-circle {
    color: #003865;
    background: #ffcd00;
    padding-top: 10px; }
  .enrollment-type-link .enrollment-type-link-info {
    display: none;
    opacity: 0; }
  .enrollment-type-link.new-student {
    background-image: url("../images/apply/new-student.jpg"); }
  .enrollment-type-link.returning-student {
    background-image: url("../images/apply/returning-student.jpg"); }
  .enrollment-type-link.transfer-student {
    background-image: url("../images/apply/transfer-student.jpg"); }
  .enrollment-type-link.high-school-student {
    background-image: url("../images/apply/high-school-student.jpg"); }
  .enrollment-type-link.international-student {
    background-image: url("../images/apply/international-student.jpg"); }
  .enrollment-type-link.deferred-admission {
    background-image: url("../images/apply/deferred-admission.jpg"); }
  .enrollment-type-link.sat {
    background-image: url("../images/apply/sat.jpg"); }
  .enrollment-type-link.continuing-education {
    background-image: url("../images/apply/workforce-contiuninged.jpg"); }
  .enrollment-type-link.online {
    background-image: url("../images/apply/online.jpg"); }    
  .enrollment-type-link.guest-student {
    background-image: url("/_redesign/_files/images/apply/guest-student.jpg"); } 
/*For Academic Advising*/
    .enrollment-type-link.general-advising {
    background-image: url("../images/academic-advising/general-advising.jpg"); }
    .enrollment-type-link.program-advising {
    background-image: url("../images/academic-advising/program-advising.jpg"); }
    .enrollment-type-link.career-advising {
    background-image: url("../images/academic-advising/career-advising.jpg"); }
    .enrollment-type-link.gpa {
    background-image: url("../images/academic-advising/gpa.jpg"); }
    .enrollment-type-link.transfer-from-slcc {
    background-image: url("../images/academic-advising/transfer-from-slcc.jpg"); }
    .enrollment-type-link.tech-education {
    background-image: url("../images/academic-advising/tech-education.jpg"); }
/*End of Academic Advising*/
/*For Faculty Elearning*/
    .enrollment-type-link.canvas-support {
    background-image: url("../images/academic-advising/general-advising.jpg"); }
    .enrollment-type-link.teaching-resources {
    background-image: url("../images/faculty-elearning/teaching-resources.jpg"); }
    .enrollment-type-link.course-review {
    background-image: url("../images/faculty-elearning/course-review.jpg"); }
    .enrollment-type-link.course-design {
    background-image: url("../images/faculty-elearning/course-design.jpg"); }
    .enrollment-type-link.media-services {
    background-image: url("../images/faculty-elearning/media-services.jpg"); }
    .enrollment-type-link.testing-services {
    background-image: url("../images/faculty-elearning/testing-services.jpg"); }
/*End of Faculty Elearning*/
/*For International Student Affairs*/
    .isa-tile-title {
        color: white;
        background: rgba(204,138,0,0.75);
        padding-top:5%;
        padding-bottom:5%;
        text-align: center; }
/*End of International Student Affairs*/
/*For Career and Student Employment Services*/
    .enrollment-type-link.cses-employer {
    background-image: url("../images/cses/employer.jpg"); }
    .enrollment-type-link.cses-student {
    background-image: url("../images/cses/students.jpg"); }
    .enrollment-type-link.cses-staff {
    background-image: url("../images/cses/staff.jpg"); }
    .enrollment-type-link.cses-alumni {
    background-image: url("../images/cses/alumni.jpg"); }
    .enrollment-type-link.cses-faq {
    background-image: url("../images/cses/faq.jpg"); }
    .enrollment-type-link.cses-contact {
    background-image: url("../images/cses/contact.jpg"); }
/*End of Career and Student Employment Services*/
/*For First Year Experience*/
    .enrollment-type-link.fye-orientation {
    background-image: url("../images/fye/orientation.jpg"); }
    .enrollment-type-link.fye-cohort-program {
    background-image: url("../images/fye/cohort-program.jpg"); }
    .enrollment-type-link.fye-bridge-into-math {
    background-image: url("../images/fye/bridge-into-math.jpg"); }
    .enrollment-type-link.fye-workshops {
    background-image: url("../images/fye/workshops.jpg"); }
    .enrollment-type-link.fye-faq {
    background-image: url("../images/fye/faq.jpg"); }
    .enrollment-type-link.fye-family-support {
    background-image: url("../images/fye/family-support.jpg"); }
/*End of First Year Experience*/


/*For assessment*/
    .enrollment-type-link.ffye-orientation {
    background-image: url("https://www.slcc.edu/assessment/images/bruin-bear.png"); }
    .enrollment-type-link.ffye-cohort-program {
    background-image: url("../images/fye/cohort-program.jpg"); }
    .enrollment-type-link.ffye-bridge-into-math {
    background-image: url("../images/fye/bridge-into-math.jpg"); }
    .enrollment-type-link.ffye-workshops {
    background-image: url("../images/fye/workshops.jpg"); }
    .enrollment-type-link.ffye-faq {
    background-image: url("../images/fye/faq.jpg"); }
    .enrollment-type-link.ffye-family-support {
    background-image: url("../images/fye/family-support.jpg"); }
/*End For assessment*/


/*For Human Resource*/
    .enrollment-type-link.hr-benefits {
    background-image: url("../images/hr/gray.jpg"); }
    .enrollment-type-link.hr-employment {
    background-image: url("../images/hr/gray.jpg"); }
    .enrollment-type-link.hr-faculty {
    background-image: url("../images/hr/gray.jpg"); }
    .enrollment-type-link.hr-employee-relations {
    background-image: url("../images/hr/gray.jpg"); }
    .enrollment-type-link.hr-employee-resources {
    background-image: url("../images/hr/gray.jpg"); }
    .enrollment-type-link.hr-contact {
    background-image: url("../images/hr/gray.jpg"); }
/*End of Human Resource*/

/*For Community Voices*/
    /*TEST CODE*/
    .cw-type-link-content {
    background: #003865;
    background: rgba(0, 56, 101, 0.75);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px;
    top: 50%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    line-height: 1.5em; }
    /*TEST CODE END*/

    .enrollment-type-link.race-perspectives {
    background-image: url("../images/community-voices/race-perspectives.jpg"); }
    .enrollment-type-link.women-and-girls {
    background-image: url("../images/community-voices/women-and-girls.jpg"); }
    .enrollment-type-link.utah-freedom-writers {
    background-image: url("../images/community-voices/utah-freedom-writers.jpg"); }
    .enrollment-type-link.reel-abilities {
    background-image: url("../images/community-voices/reel-abilities.jpg"); }
/*End of Community Voices*/
/*Start of WAC*/
    .enrollment-type-link.wac-students {
    background-image: url("../images/wac/students.jpg"); }
    .enrollment-type-link.wac-faculty {
    background-image: url("../images/wac/faculty.jpg"); }
    .enrollment-type-link.wac-staff {
    background-image: url("../images/wac/staff.jpg"); }
    .enrollment-type-link.wac-ocsw {
    background-image: url("../images/wac/ocsw.jpg"); }
    
    .enrollment-type-link.ocsw-sumbit {
    background-image: url("../images/wac/submit.jpg"); }
    .enrollment-type-link.ocsw-enter {
    background-image: url("../images/wac/enter.jpg"); }
/*End of WAC*/
  .enrollment-type-link.custom {
    color: #003865;
    padding: 20px 10px 0 10px; }
    .enrollment-type-link.custom .glyph-circle {
      background: #003865;
      color: #ffffff; }
    .enrollment-type-link.custom svg {
      height: 55px; }
      .enrollment-type-link.custom svg path, .enrollment-type-link.custom svg polygon, .enrollment-type-link.custom svg rect, .enrollment-type-link.custom svg circle {
        fill: #003865; }

.lt-ie9 .enrollment-type-link .icn-checklist {
  background: url(../images/apply/icn-checklist.png);
  width: 52px;
  height: 53px;
  display: inline-block; }
.lt-ie9 .enrollment-type-link:hover .icn-checklist {
  background: url(../images/apply/icn-checklist-white.png); }

.enrollment-type-link-content {
  background: #003865;
  background: rgba(0, 56, 101, 0.75);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  top: 50%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  line-height: 1.5em; }

.enrollment-link-divider {
  display: block;
  border-top: 1px dashed #ffffff;
  height: 1px;
  margin: 5px 0; }

.enrollment-type-link-name {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px; }
  .enrollment-type-link-name .small {
    text-transform: none;
    font-weight: normal; }

.enrollment-type-row-small .enrollment-type-link {
  height: 60px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #003865; }
  .enrollment-type-row-small .enrollment-type-link.custom {
    background: #eaaa00; }
  .enrollment-type-row-small .enrollment-type-link .glyph-circle {
    display: none; }
  .enrollment-type-row-small .enrollment-type-link .enrollment-type-link-content {
    top: 0; }
  .enrollment-type-row-small .enrollment-type-link:hover, .enrollment-type-row-small .enrollment-type-link.active {
    opacity: 1;
    filter: alpha(opacity=100); }
    .enrollment-type-row-small .enrollment-type-link:hover .enrollment-type-link-name, .enrollment-type-row-small .enrollment-type-link.active .enrollment-type-link-name {
      border-bottom: 0;
      padding-bottom: 0; }
    .enrollment-type-row-small .enrollment-type-link:hover .glyph-circle, .enrollment-type-row-small .enrollment-type-link.active .glyph-circle {
      display: none; }
    .enrollment-type-row-small .enrollment-type-link:hover .enrollment-type-link-info, .enrollment-type-row-small .enrollment-type-link.active .enrollment-type-link-info {
      display: none; }
  .enrollment-type-row-small .enrollment-type-link.custom {
    padding-top: 10px; }
    .enrollment-type-row-small .enrollment-type-link.custom svg {
      display: none; }

.student-step {
  padding: 20px 15px;
  border-left: 1px solid #ffffff;
  min-height: 520px; }
  .student-step:first-child {
    border-left: 0; }
  .student-step.step-1 {
    background: #0077c8; }
  .student-step.step-2 {
    background: #009cde; }
  .student-step.step-3 {
    background: #00a8e1; }
  .student-step .step-btn:last-of-type {
    border-bottom: 1px solid #ffcd00; }
    .student-step .step-btn:last-of-type.collapsed {
      border-bottom: 1px solid #ffffff; }

.step-num {
  color: #ffffff;
  font-size: 4em;
  font-weight: bold;
  line-height: 1em; }

.step-col-icn {
  height: 70px; }

.step-btn {
  display: block;
  border-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 10px 25px 10px 65px;
  margin-left: -15px;
  margin-right: -15px;
  background: #ffcd00;
  color: #003865;
  border-top: 1px solid #ffcd00;
  position: relative; }
  .step-btn .glyphicon-plus {
    display: none;
    left: 1px; }
  .step-btn .glyph-circle {
    background: #003865;
    color: #ffcd00;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 6px; }
  .step-btn:focus, .step-btn:active {
    color: #003865;
    border-bottom: 0; }
  .step-btn.collapsed {
    margin: 0 auto;
    padding: 10px 10px 10px 50px;
    background: none;
    color: #ffffff;
    border-top: 1px solid #ffffff; }
    .step-btn.collapsed:focus, .step-btn.collapsed:active {
      color: #ffffff;
      border-bottom: 0; }
    .step-btn.collapsed .glyph-circle {
      left: 0; }
    .step-btn.collapsed .glyphicon-minus {
      display: none; }
    .step-btn.collapsed .glyphicon-plus {
      display: inline-block; }
  .step-btn:hover {
    border-bottom: 0;
    background: #ffcd00;
    color: #003865 !important;
    padding: 10px 25px 10px 65px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #ffcd00; }
    .step-btn:hover .glyph-circle {
      left: 15px; }

.step-info {
  background: #ebebeb;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 25px;
  margin-bottom: 10px; }
  .step-info ol {
    counter-reset: item; }
    .step-info ol > li {
      list-style-type: none;
      counter-increment: item;
      position: relative;
      padding-bottom: 12px; }
      .step-info ol > li:before {
        content: counter(item) ".";
        font-weight: bold;
        position: absolute;
        left: -20px;
        top: 0;
        font-size: 1.2em; }

.step-info-btn {
  display: block;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 35px;
  border-bottom: 0 !important; }
  .step-info-btn .glyph-circle {
    background: #eaaa00;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: .75em;
    width: 21px;
    height: 21px;
    padding-top: 1px; }
    .step-info-btn .glyph-circle .glyphicon-plus {
      display: none;
      padding-left: 1px; }
  .step-info-btn.collapsed .glyph-circle .glyphicon-plus {
    display: inline-block; }
  .step-info-btn.collapsed .glyph-circle .glyphicon-minus {
    display: none; }
  .step-info-btn:hover {
    border-bottom: 0; }

/* Grunge effects */
/*.grunge {*/
/*  display: none; }*/

/*.divider {
  width: 100%;
  height: 10px;
  background: #ffcd00;
  margin: 25px 0; }
*/

/*
@media all and (min-width: 1024px) {
   Grunge effects 
  .divider {
    height: 39px;
    background: url(../images/grunge-yellow-divider.png) repeat-x; }

 .grunge-white, .main-banner:before, .community-bg:before, .tier2-banner:before, .this-is-slcc:before, .future-programs-bg:before, .alumni-bg:before {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/grunge-white.png) repeat-x;
    z-index: 1; }

  .grunge-white-bottom, .community-bg:after, .tier2-banner.big-banner:after, .catalog-search:after, .this-is-slcc:after, .future-programs-bg:after {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: url(../images/grunge-white-bottom.png) repeat-x;
    z-index: 1; }

.grunge-gray, .gray-box:before {

    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: url(../images/grunge-gray.png) repeat-x;
    z-index: 1; }
.grunge-gray-white, .gray-box.opacity-90:before {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: url(../images/grunge-gray-white.png) repeat-x;
    z-index: 1; }

  .grunge-gray-bottom, .gray-box:after {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background: url(../images/grunge-gray-bottom.png) repeat-x;
    z-index: 1; }

  .grunge-yellow-full, .main-banner:after {
    display: block;
    width: 100%;
    height: 78px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/grunge-yellow-full.png) repeat-x;
    z-index: 1; }

  .grunge-yellow-full-top, .bottom-links:before {
    display: block;
    width: 100%;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/grunge-yellow-full-top.png) repeat-x;
    z-index: 1; }

  .grunge-blue, .blue-bg:before {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -75px;
    left: 0;
    background: url(../images/grunge-blue.png) repeat-x;
    z-index: 0; }

  .grunge-blue-bottom, .blue-bg:after {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -75px;
    left: 0;
    background: url(../images/grunge-blue-bottom.png) repeat-x;
    z-index: 0; } }*/


/** Bootstrap updates **/
/* 5 column rows */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }


@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }



/* Responsive */
@media all and (max-width: 1400px) {
  .callouts {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 9; }
    .callouts .callout-over {
      float: left;
      width: 25%;
      position: static; }
    .callouts .callout-btn {
      width: 100%;
      box-shadow: none;
      padding-top: 20px;
      position: relative; }
      .callouts .callout-btn .glyph-circle {
        margin-top: 0 !important; }
    .callouts.fullWidth .callout-over {
      width: 100%; }

  .callout-box {
    width: 100%;
    left: 0;
    display: none; }
    .callout-box.active {
      display: block;
      left: 0; }

  .hidden-xl {
    display: block; } }


@media all and (max-width: 1200px) {
  .sprite {
    margin-right: 0; }

  .campus-col {
    margin-bottom: 40px; }

  .student-box-header h3 {
    font-size: 1.5em; }

  .soc-container {
    white-space: nowrap !important; }

  .enrollment-type-link {
    font-size: .875em; }

  .enrollment-type-link-content {
    padding: 10px 20px; } }



@media all and (max-width: 992px) {
  .soc {
    margin-top: 15px;
    float: left; }

  .navbar {
    float: left;
    width: 100%;
    position: static;
    margin-top: 10px;
    padding-bottom: 10px; }

  .main-nav ul.nav > li > a {
    padding: 10px 15px; }

  .header-container.offscreen .navbar {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0; }
    .header-container.offscreen .navbar ul > li > a {
      padding: 10px; }

  .quick-links {
    width: 100%;
    text-align: center; }
    .quick-links a {
      background: #eaaa00;
      color: #ffffff;
      width: 100%;
      padding: 10px 0;
      border-radius: 0; }

  .border-left {
    border-left: 0; }

  .border-right {
    border-right: 0; }

  .bottom-links .container {
    padding: 30px 15px; }

  .sm-clear {
    display: block;
    clear: both;
    line-height: 1px;
    height: 1px; }

  .home-academics {
    width: 200px;
    height: 200px; }

  .jump-link {
    font-size: .9em; }

  .student-step {
    border-left: 0; } }



@media all and (max-width: 1024px) {
  .student-box-pic {
    background: #eeeeee !important;
    height: auto; }
    .student-box-pic .student-box-info {
      opacity: 1;
      background: none;
      height: auto; }
      .student-box-pic .student-box-info .student-box-info-text {
        opacity: 1;
        transform: translateY(0); }
        .student-box-pic .student-box-info .student-box-info-text p {
          display: none; }
          .student-box-pic .student-box-info .student-box-info-text p:last-child {
            display: block; }

  .yellow-td, .blue-td {
    height: auto; }
    .yellow-td:after, .blue-td:after {
      display: none; }

  .main-banner.video-banner {
    height: auto !important; }
    .main-banner.video-banner .wistia_embed {
      display: none; }
    .main-banner.video-banner .container {
      height: auto; }
      .main-banner.video-banner .container .item-content {
        position: static;
        background: #bcddf4;
        width: 100%; } }


@media all and (max-width: 767px) {
  body {
    padding-top: 0 !important; }

  .header-container {
    position: static;
    height: 90px; }
    .header-container.offscreen {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      position: static;
      font-size: 1em; }

  .toggle-mobile-nav {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    color: #003865;
    font-size: 1.5em;
    line-height: 1em;
    border: 1px solid #999999;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    background: #ffffff; }

  .mobile-close {
    display: block;
    background: #00a8e1;
    padding: 5px 12px;
    cursor: pointer;
    text-transform: uppercase; }

  .main-nav {
    box-shadow: 0 3px 5px #333333; }
    .main-nav .navbar-nav {
      height: auto;
      float: left;
      width: 100%;
      margin: 0; }
      .main-nav .navbar-nav > li {
        float: left;
        width: 100%; }
        .main-nav .navbar-nav > li > a {
          font-size: 1em; }
      .main-nav .navbar-nav .dropdown-menu {
        display: block;
        width: 100%;
        position: static;
        border: 0;
        background: #f5f5f5;
        border-top: 2px solid #00a8e1;
        margin-bottom: 10px; }

  .tier2-banner {
    display: none; }
    .tier2-banner.show-mobile {
      display: block; }

  .left-nav {
    padding: 0;
    margin-bottom: 15px; }
    .left-nav-wrapper {
        padding: 0;
    }
    .left-nav .parent {
      display: block; }
    .left-nav ul {
      display: none; }
    .left-nav .divider {
      display: none; }

  .left-quick-title, .left-quick {
    display: none !important; }

  .row > div {
    margin-bottom: 25px; }

  .breadcrumb {
    display: none; }

   .mobile-nav {
    position: fixed;
    right: -225px;
    top: 0;
    background: #003865;
    z-index: 100;
    height: 100%;
    overflow-y: auto;
    width: 225px;
    color: #ffffff;
    -webkit-transition: all .22s linear;
    transition: all .22s linear; }
    .mobile-nav.active {
      right: 0; }
    .mobile-nav .header-links {
      position: static;
      float: left; }
    .mobile-nav a {
      color: #ffffff;
      width: 100%;
      text-align: left; }
    .mobile-nav .myslcc {
      width: 100%; }
      .mobile-nav .myslcc .dropdown-menu {
        width: 100%; }
      .mobile-nav .myslcc > li > a {
        padding: 10px !important; }
    .mobile-nav .sprite {
      margin-right: 5px;
      width: 40px; }
    .mobile-nav path, .mobile-nav polygon, .mobile-nav rect, .mobile-nav circle {
      fill: #ffffff !important; }
      .mobile-nav path.stroke, .mobile-nav polygon.stroke, .mobile-nav rect.stroke, .mobile-nav circle.stroke {
        fill: none !important;
        stroke: white !important; }
      .mobile-nav path.stroke2, .mobile-nav polygon.stroke2, .mobile-nav rect.stroke2, .mobile-nav circle.stroke2 {
        stroke: #ffffff; }
    .mobile-nav .hash {
      display: none; }
    .mobile-nav .main-nav > ul > li {
      border-bottom: 1px solid #00a8e1; }
      .mobile-nav .main-nav > ul > li.active > a:after {
        left: 0;
        width: 100%; }
    .mobile-nav .search-form {
      float: left;
      width: 95%;
      margin-left: 2.5%;
      color: black;
      text-align: left; }
      .mobile-nav .search-form td {
        display: table-cell;
        width: auto !important; }
      .mobile-nav .search-form td.gsc-input {
        width: 80% !important;
        display: table-cell; }
      .mobile-nav .search-form td.gsc-search-button {
        width: 20% !important;
        display: table-cell; }

  h1, .h1 {
    font-size: 2.25em; }

  h2, .h2 {
    font-size: 2em; }

  .header-links {
    float: left;
    width: 100%;
    text-align: center; }
    .header-links a {
      padding: 5px 9px; }

  .logo {
    float: left;
    width: 100%;
    height: 60px;
    margin: 15px auto 0 auto; }
    .logo a {
      display: block;
      height: 100%;
      background: url(../images/slcc-logo.png) no-repeat center;
      background-size: auto 100%; }

  .navbar-toggle {
    width: 100%;
    float: left;
    margin-right: 0; }
    .navbar-toggle .icon-bar {
      margin-left: auto;
      margin-right: auto; }

  .logo {
    float: none; }

  .callouts .callout-btn {
    margin: 0 0 2px 0;
    font-size: 1em;
    height: 40px;
    padding: 12px 5px 0 5px;
    text-align: center; }
    .callouts .callout-btn .glyph-circle {
      display: none; }

    .callouts .callout-over {

      width: 33.33%;
 }
      #calloutGiveNow {
          display:none;
      }
      
  .main-banner {
    height: auto !important; }
    .main-banner .carousel-indicators {
      display: none; }

  .item {
    height: auto !important;
    display: none !important;
    background: #00a8e1 !important; }
    .item:first-child {
      display: block !important; }
    .item:not(:first-child) {
      background: white !important; }
    .item .video {
      display: none; }
    .item .container {
      height: auto !important; }

  .item-content {
    position: static;
    width: 100%; }

  .community-bg {
    height: auto;
    background: #00a8e1; }
    .community-bg .container {
      height: auto; }
      .community-bg .container .item-content {
        float: left; }

  .second-row {
    margin-top: 20px; }
    .second-row > div {
      padding-top: 0; }
      .second-row > div:last-child {
        border-top: 0; }

  .section-links {
    position: static !important; }
    .section-links .row > div {
      margin-bottom: 0; }

  .pin.pin-fixed {
    position: static !important; }

  .paying-table {
    empty-cells: hide; }

  .solid-right {
    border-right: 0; }

  .big-num {
    font-size: 3.5em;
    line-height: 1em; }

  .blue-box:after {
    display: none; }
    
    #programAnchorMenu div.anchorTag {
    width: 45px;
    height: 45px;
    line-height: 45px;
    
}
.gen-container #programAnchorMenu {
    margin-top: -40px;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    
}
    .az h1 {
    margin-top: 20px;
    
   } 
    
    .two-column-div {
        -webkit-column-count:1;
        column-count:1;
    }
    
    .one-column-container, .full-width-container {
        overflow-x: hidden;
    }
    
    .full-width-bg .container {
        height: auto;
    }
}
   
@media all and (max-width: 340px) {
  .callouts .callout-btn.callout-blue {
    padding-top: 3px; }
   
   .hidden-mobile {
    display: hidden; }}
/* Verticals */
@media all and (max-height: 1024px) {
  .main-banner {
    height: 600px; }
    .main-banner .item {
      height: 600px; }
    .main-banner .container {
      height: 600px; }

  .yellow-large {
    font-size: 4em;
    line-height: 1em; }

  .big {
    font-size: 1.5em;
    line-height: 1.2em; }

  .medium {
    font-size: 1.25em;
    line-height: 1.2em; }

  .md-image {
    text-align: center; }
    .md-image img {
      max-height: 150px; }

  .tier2-banner.big-banner {
    height: 400px; } }

/* Print Styles 
@media print {
  .header-links, .navbar, .callouts, .bottom-links, .bottom-info .container .row > div:not(:first-child), .quick-links, .breadcrumb, .left-nav {
    display: none; }

  .logo {
    width: auto;
    height: auto; }
    .logo a {
      background: none;
      width: auto;
      height: auto;
      text-indent: 0;
      font-size: 2em;
      line-height: 1.2em; }

  .grunge {
    background-image: none; } }*/
    
   #form .fsBody .fsForm, .fsForm .fsSpacerRow .fsRowBody {
    background-color: #dedede;
}
#form .fsForm .fsSubmit {
    background-color: #dedede;
    color: #fff;
    padding: 5px 10px !important;
}
