@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/elearning/template/2017/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/elearning/template/2017/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/elearning/template/2017/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/elearning/template/2017/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/elearning/template/2017/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/elearning/template/2017/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.text-center {
  text-align: center; }

p.large {
  font-size: 1.1em;
  line-height: 2em; }

.text-uppercase {
  text-transform: uppercase; }

.ttu-main-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  will-change: auto;
  will-change: scroll-position; }

.ttu-main-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.cycle-slideshow {
  z-index: 0; }

@media screen and (max-width: 39.9375em) {
  .ui-tabs .ui-tabs-panel {
    padding: 0 !important; } }

table {
  margin-bottom: 1em; }

table th {
  background-color: #d6d9dc; }

table td {
  line-height: 1.2em;
  font-size: 0.9em; }

table td::before {
  display: none; }

@media (max-width: 31.25em) {
  table td {
    padding: 10px; } }

table tr:nth-child(even) {
  background: #f6f6f6; }

@media screen and (max-width: 39.9375em) {
  table td {
    padding: 20px 15px 20px 15px; }
  table th {
    text-transform: none; } }

@media screen and (max-width: 31.25em) {
  table {
    border-spacing: 0; }
    table tr {
      display: block; }
    table td {
      padding: 5px 15px 5px 15px;
      border-bottom: none;
      font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
      width: 100% !important; }
    table td:nth-child(odd) {
      border-left: 3px solid #eaeaea; }
    table tr td:last-child {
      padding-bottom: 10px; }
    table tr td:first-child {
      padding-top: 10px; }
    table td:last-child::after {
      background: transparent; }
    table th {
      display: block;
      width: 100% !important;
      padding: 10px; }
	#elearning-home #section-news table.events td{
		width:31% !important; }
}

.l-main-pagecontent .row {
  max-width: 75rem; }

.l-main-pagecontent {
  min-height: auto; }

.standard-content .large-9:first-child {
  width: 100%; }

.ttu-main-content .layout-sidebar:first-child {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

@media screen and (max-width: 39.9375em) {
  .standard-content .large-9:first-child {
    overflow-x: hidden; }
  .l-main-pagecontent {
    padding-top: 1em; } }

.btn-large {
  text-transform: none; }

p > a {
  color: #cc0000;
  box-shadow: none; }
  p > a:hover {
    transition: all .2s ease;
    box-shadow: 0px -3px 0px #cc0000 inset; }
  p > a.btn:hover, p > a.btnlink:hover {
    box-shadow: none; }

article a:hover, .ttu-nav a, a.btn:hover {
  box-shadow: none; }

h1 abbr[title], h2 abbr[title], h3 abbr[title], h4 abbr[title] {
  border-bottom: none; }

code.fa {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #111; }

hr {
  display: block !important;
  width: 100%;
  height: 2px;
  left: 0;
  margin: 0.5em 0;
  background: #899fb4; }

.l-main-pagecontent h3, .l-main-pagecontent h4 {
  margin-top: 1rem; }

@media (min-width: 40em) {
  .l-main-pagecontent ul li {
    margin-bottom: 0.2rem;
    line-height: 1.5em; }
  .l-main-pagecontent p, .sg-main p, .l-main-pagecontent li, .sg-main li {
    font-size: 1.2rem;
    line-height: calc(2rem / (.9)); } }

@media (max-width: 39.9375em) {
  .l-main-pagecontent h1 {
    font-size: 1.8em;
    line-height: 2.2rem; }
    .l-main-pagecontent h1 small {
      padding-bottom: 1rem;
      display: inline-block; }
  .l-main-pagecontent h2 {
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 0.5rem; }
  .l-main-pagecontent p {
    font-size: 0.8em;
    line-height: 1.5em; } }

.block {
  display: block; }

.btn.block {
  display: block;
  width: 100%; }

.no-select {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.spacer-bottom {
  margin-bottom: 1em; }

.spacer-top {
  margin-top: 1em; }

.columns.full {
  padding-left: 0;
  padding-right: 0; }

h1.dashed {
  text-align: center;
  background-color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  border-top: 4px solid #e0e0e0;
  border-bottom: 4px solid #e0e0e0;
  margin-top: 1rem; }

h2.dashed {
  text-align: center;
  display: flex;
  justify-content: center; }
  h2.dashed::before {
    content: '';
    display: inline-block;
    border-bottom: 3px solid;
    position: relative;
    height: 100%;
    width: 30%;
    margin-right: 1rem;
    margin-top: 1.1rem; }
  h2.dashed::after {
    content: '';
    display: inline-block;
    border-top: 3px solid;
    position: relative;
    height: 100%;
    width: 30%;
    margin-left: 1rem;
    margin-top: 1.1rem; }

.l-main-pagecontent aside {
  padding: 20px 1px 10px 10px; }
  .l-main-pagecontent aside h3 {
    margin-top: 0; }

.lighter-gray, p.lighter-gray, code.lighter-gray, h1.lighter-gray, section p.lighter-gray {
  color: #f3f3f3; }

.light-gray, p.light-gray, code.light-gray, h1.light-gray, section p.light-gray {
  color: #cccccc; }

.gray, p.gray, code.gray, h1.gray, section p.gray {
  color: #808285; }

.dark-gray, p.dark-gray, code.dark-gray, h1.dark-gray, h2.dark-gray, section p.dark-gray {
  color: #666666; }

.darker-gray, p.darker-gray, code.darker-gray, h1.darker-gray, h2.darker-gray, section p.darker-gray {
  color: #222222; }

.darkest-gray, p.darkest-gray, code.darkest-gray, h1.darkest-gray, section p.darkest-gray {
  color: #1b1b1b; }

.red, p.red, code.red, h1.red, section p.red {
  color: #cc0000; }

.dark-red, p.dark-red, code.dark-red, h1.dark-red, section p.dark-red {
  color: #990000; }

.blue, p.blue, code.blue, h1.blue, section p.blue {
  color: #899fb4; }

.dark-blue, p.dark-blue, code.dark-blue, h1.dark-blue, section p.dark-blue {
  color: #003a66; }

.green, p.green, code.green, h1.green, section p.green {
  color: #b0b37b; }

.dark-green, p.dark-green, code.dark-green, h1.dark-green, section p.dark-green {
  color: #4d5b2a; }

.cream, p.cream, code.cream, h1.cream, section p.cream {
  color: #eae0c6; }

.tan, p.tan, code.tan, h1.tan, section p.tan {
  color: #c4a97c; }

.dark-tan, p.dark-tan, code.dark-tan, h1.dark-tan, section p.dark-tan {
  color: #a68e67; }

.white, p.white, code.white, h1.white, section p.white {
  color: #ffffff; }

.background-white {
  background-color: white; }

.background-red {
  background-color: #cc0000; }

.background-dark-red {
  background-color: #990000; }

.background-blue {
  background-color: #899fb4; }

.background-light-blue {
  background-color: #e7ebef; }

.background-dark-blue {
  background-color: #003a66; }

.background-green {
  background-color: #b0b37b; }

.background-dark-green {
  background-color: #4d5b2a; }

.background-lighter-gray {
  background-color: #f3f3f3; }

.background-light-gray {
  background-color: #cccccc; }

.background-gray {
  background-color: #808285; }

.background-dark-gray {
  background-color: #666666; }

.background-darker-gray {
  background-color: #222222; }

.background-gold {
  background-color: #c4a97c; }

/*------------------------------------*    $BUTTONS
\*------------------------------------*/
.btn, .btnlink, .button {
  border: 4px solid #1b1b1b;
  color: #fdfdfd;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px; }
  .btn .fa, .btnlink .fa, .button .fa {
    color: inherit; }

a.btn.fa {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: normal; }
  a.btn.fa::before {
    font: normal normal normal 25px/1 FontAwesome;
    float: left;
    padding-right: 8px;
    padding-top: 2px; }

.btn:hover, .btn:focus, .btnlink:hover, .btnlink:focus, .button:hover, .button:focus {
  background-color: #fdfdfd;
  color: #1b1b1b;
  border: 4px solid #1b1b1b; }

.btn.disabled, .btnlink.disabled, .button.disabled {
  background: #1b1b1b;
  color: #999;
  border: 4px solid #1b1b1b; }

.btn-small {
  padding: 0px 10px 0px 10px; }

.btn-large {
  text-transform: none;
  background: #1b1b1b; }

.inline-form input[type=submit], .inline-form button, .inline-form .btn {
  font-size: 0.875em;
  padding: 0.65rem 1.3rem;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto; }

.inline-form input[type=submit]:hover, .inline-form input[type=submit]:focus, .inline-form button:hover, .inline-form button:focus, .inline-form .btn:hover, .inline-form .btn:focus {
  background: #ccc;
  color: #fdfdfd; }

.inline-form input[type=submit]:hover, .inline-form input[type=submit]:focus, .inline-form button:hover, .inline-form button:focus, .inline-form .btn:hover, .inline-form .btn:focus {
  background: #ccc;
  color: #fdfdfd; }

.btn.red, .btnlink.red {
  background-color: #cc0000;
  border: 4px solid #cc0000; }
  .btn.red:hover, .btnlink.red:hover {
    background-color: #ffffff; }
  .btn.red.disabled, .btn.red.disabled:hover, .btnlink.red.disabled, .btnlink.red.disabled:hover {
    color: #ffffff;
    background-color: #cc0000; }

.btn.dark-red, .btnlink.dark-red {
  background-color: #990000;
  border: 4px solid #990000; }
  .btn.dark-red:hover, .btnlink.dark-red:hover {
    background-color: #ffffff; }
  .btn.dark-red.disabled, .btn.dark-red.disabled:hover, .btnlink.dark-red.disabled, .btnlink.dark-red.disabled:hover {
    color: #ffffff;
    background-color: #990000; }

.text-btn.dark-red {
  color: #990000; }
  .text-btn.dark-red:hover {
    box-shadow: 0px -3px 0px #990000 inset; }

.btn.gray, .btnlink.gray {
  background-color: #808285;
  border: 4px solid #808285; }
  .btn.gray:hover, .btnlink.gray:hover {
    background-color: #ffffff; }
  .btn.gray.disabled, .btn.gray.disabled:hover, .btnlink.gray.disabled, .btnlink.gray.disabled:hover {
    color: #ffffff;
    background-color: #808285; }

.text-btn.gray {
  color: #808285; }
  .text-btn.gray:hover {
    box-shadow: 0px -3px 0px #808285 inset; }

.btn.light-gray, .btnlink.light-gray {
  background-color: #cccccc;
  border: 4px solid #cccccc;
  color: #808285; }
  .btn.light-gray:hover, .btnlink.light-gray:hover {
    border: 4px solid #cccccc;
    background-color: #ffffff;
    color: #1b1b1b; }
  .btn.light-gray.disabled, .btn.light-gray.disabled:hover, .btnlink.light-gray.disabled, .btnlink.light-gray.disabled:hover {
    color: #808285;
    background-color: #cccccc;
    border: 4px solid #cccccc; }

.text-btn.light-gray {
  color: #cccccc; }
  .text-btn.light-gray:hover {
    box-shadow: 0px -3px 0px #cccccc inset; }

.btn.dark-gray, .btnlink.dark-gray {
  background-color: #4d4d4d;
  border: 4px solid #4d4d4d;
  color: #ffffff; }
  .btn.dark-gray:hover, .btnlink.dark-gray:hover {
    border: 4px solid #666666;
    background-color: #cccccc;
    color: #1b1b1b; }
  .btn.dark-gray.disabled, .btn.dark-gray.disabled:hover, .btnlink.dark-gray.disabled, .btnlink.dark-gray.disabled:hover {
    color: #808285;
    background-color: #666666;
    border: 4px solid #666666; }

.text-btn.dark-gray {
  color: #666666; }
  .text-btn.dark-gray:hover {
    box-shadow: 0px -3px 0px #cccccc inset; }

.btn.darker-gray, .btnlink.darker-gray {
  background-color: #2e2e2e;
  border: 4px solid #2e2e2e;
  color: #ffffff; }
  .btn.darker-gray:hover, .btnlink.darker-gray:hover {
    border: 4px solid #222222;
    background-color: #ffffff;
    color: #1b1b1b; }
  .btn.darker-gray.disabled, .btn.darker-gray.disabled:hover, .btnlink.darker-gray.disabled, .btnlink.darker-gray.disabled:hover {
    color: #808285;
    background-color: #2e2e2e;
    border: 4px solid #2e2e2e; }

.text-btn.darker-gray {
  color: #222222; }
  .text-btn.darker-gray:hover {
    box-shadow: 0px -3px 0px #cccccc inset; }

.btn.tan, .btnlink.tan {
  background-color: #c4a97c;
  border: 4px solid #c4a97c; }
  .btn.tan:hover, .btnlink.tan:hover {
    background-color: #ffffff; }
  .btn.tan.disabled, .btn.tan.disabled:hover, .btnlink.tan.disabled, .btnlink.tan.disabled:hover {
    color: #ffffff;
    background-color: #c4a97c; }

.btn.dark-tan, .btnlink.dark-tan {
  background-color: #a68e67;
  border: 4px solid #a68e67; }
  .btn.dark-tan:hover, .btnlink.dark-tan:hover {
    background-color: #ffffff; }
  .btn.dark-tan.disabled, .btn.dark-tan.disabled:hover, .btnlink.dark-tan.disabled, .btnlink.dark-tan.disabled:hover {
    color: #ffffff;
    background-color: #a68e67; }

.text-btn.tan {
  color: #b49259; }
  .text-btn.tan:hover {
    box-shadow: 0px -3px 0px #b49259 inset; }

.btn.cream, .btnlink.cream {
  color: #b49259;
  background-color: #eae0c6;
  border: 4px solid #eae0c6; }
  .btn.cream:hover, .btnlink.cream:hover {
    background-color: #ffffff;
    color: #1b1b1b; }
  .btn.cream.disabled, .btn.cream.disabled:hover, .btnlink.cream.disabled, .btnlink.cream.disabled:hover {
    color: #b49259;
    background-color: #eae0c6; }

.text-btn.cream {
  color: #dccca1; }
  .text-btn.cream:hover {
    box-shadow: 0px -3px 0px #dccca1 inset; }

.btn.blue, .btnlink.blue {
  background-color: #899fb4;
  border: 4px solid #899fb4; }
  .btn.blue:hover, .btnlink.blue:hover {
    background-color: #ffffff; }
  .btn.blue.disabled, .btn.blue.disabled:hover, .btnlink.blue.disabled, .btnlink.blue.disabled:hover {
    color: #ffffff;
    background-color: #899fb4; }

.text-btn.blue {
  color: #6a86a0; }
  .text-btn.blue:hover {
    box-shadow: 0px -3px 0px #899fb4 inset; }

.btn.dark-blue, .btnlink.dark-blue {
  background-color: #003a66;
  border: 4px solid #003a66; }
  .btn.dark-blue:hover, .btnlink.dark-blue:hover, .btn.dark-blue:focus, .btnlink.dark-blue:focus {
    background-color: #ffffff; }
  .btn.dark-blue.disabled, .btn.dark-blue.disabled:hover, .btnlink.dark-blue.disabled, .btnlink.dark-blue.disabled:hover {
    color: #ffffff;
    background-color: #899fb4;
    border-color: #899fb4; }

.text-btn.dark-blue {
  color: #003a66; }
  .text-btn.dark-blue:hover {
    box-shadow: 0px -3px 0px #003a66 inset; }

.btn.green, .btnlink.green {
  background-color: #b0b37b;
  border: 4px solid #b0b37b; }
  .btn.green:hover, .btnlink.green:hover {
    background-color: #ffffff; }
  .btn.green.disabled, .btn.green.disabled:hover, .btnlink.green.disabled, .btnlink.green.disabled:hover {
    color: #ffffff;
    background-color: #b0b37b; }

.text-btn.green {
  color: #9c9f5c; }
  .text-btn.green:hover {
    box-shadow: 0px -3px 0px #b0b37b inset; }

.btn.dark-green, .btnlink.dark-green {
  background-color: #4d5b2a;
  border: 4px solid #4d5b2a; }
  .btn.dark-green:hover, .btnlink.dark-green:hover {
    background-color: #ffffff; }
  .btn.dark-green.disabled, .btn.dark-green.disabled:hover, .btnlink.dark-green.disabled, .btnlink.dark-green.disabled:hover {
    color: #ffffff;
    background-color: #b0b37b;
    border-color: #b0b37b; }

.text-btn.dark-green {
  color: #4d5b2a; }
  .text-btn.dark-green:hover {
    box-shadow: 0px -3px 0px #4d5b2a inset; }

.info-block {
  margin-bottom: 30px;
  background-color: #ffffff;
  display: flex;
  min-height: 400px;
  flex-wrap: wrap;
  align-content: space-between; }
  .info-block h4 {
    font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: normal;
    padding: 0px 10px 0px 10px;
    text-align: center;
    width: 100%; }
  .info-block p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.8em;
    padding: 0px 20px 0 20px;
    margin: 0; }
  .info-block a, .info-block a.fa {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: normal; }
    .info-block a::before, .info-block a.fa::before {
      font: normal normal normal 25px/1 FontAwesome;
      float: left;
      padding-right: 8px; }
  @media screen and (max-width: 39.9375em) {
    .info-block {
      min-height: auto;
      height: auto; } }
  .info-block.dark-red {
    background-color: #990000;
    color: #ffffff; }
    .info-block.dark-red p {
      color: #ffffff; }
  .info-block.red {
    background-color: #cc0000;
    color: #ffffff; }
    .info-block.red p {
      color: #ffffff; }

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px; }

.youtube-video {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  margin: auto;
  overflow: hidden;
  max-width: 560px; }

.youtube-video iframe,
.youtube-video object,
.youtube-video embed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 320px; }

/* Medium Screen Styles */
@media screen and (max-width: 64em) {
  .youtube-video {
    padding-bottom: 19rem; } }

/* Small Screen Styles */
@media screen and (max-width: 39.9375rem) {
  .youtube-video {
    padding-bottom: 50%; } }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: normal !important;
  border: 1px solid #eae0c6 !important;
  transition: none; }

.jquery-ui-tabs a {
  transition: none; }

#elearning-home #section-top {
  position: relative;
  text-align: center; }
  #elearning-home #section-top .background-container {
    position: absolute;
    overflow: hidden;
    left: 0; }
    #elearning-home #section-top .background-container .background {
      z-index: -999;
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: url("/elearning/home-content/images/bg-top.jpg");
      background-size: cover;
      background-position: top;
      overflow: hidden; }
  @media screen and (max-height: 1000px) and (max-width: 120em) {
    #elearning-home #section-top .background-container .background {
      background-size: auto 1000px; } }
  @media screen and (max-width: 39.9375em) {
    #elearning-home #section-top .background-container .background {
      background-image: url("/elearning/home-content/images/bg-top-mobile.jpg");
      background-size: auto 900px; } }
  #elearning-home #section-top header h2 {
    margin-top: 0;
    margin-bottom: 1rem; }
  #elearning-home #section-top header p {
    font-weight: bold; }
  #elearning-home #section-top menu.home-menu {
    margin-bottom: 15rem; }
    #elearning-home #section-top menu.home-menu .btn {
      display: inline-block;
      width: 100%;
      text-align: left;
      font-size: 1.25em;
      background-color: #ffffff;
      color: #222222;
      padding-left: 15px;
      border-radius: 40px;
      border: 3px solid;
      border-color: #ffffff;
      height: 66px; }
      #elearning-home #section-top menu.home-menu .btn small {
        font-size: 0.68em;
        display: block; }
      #elearning-home #section-top menu.home-menu .btn .fa {
        position: relative;
        top: -7px;
        left: -15px;
        font-size: 1.8rem;
        width: 3.6rem;
        text-align: center;
        background-color: #000000;
        color: #ffffff;
        border-radius: 100%;
        padding: 15px 4px 15px 6px;
        margin-left: 2px;
        text-indent: 0;
        display: block;
        float: left; }
      #elearning-home #section-top menu.home-menu .btn.red .fa {
        background-color: #cc0000; }
      #elearning-home #section-top menu.home-menu .btn.red:hover {
        background-color: #cc0000;
        border-color: #cc0000;
        color: #ffffff; }
      #elearning-home #section-top menu.home-menu .btn.dark-red .fa {
        background-color: #990000; }
      #elearning-home #section-top menu.home-menu .btn.dark-red:hover {
        background-color: #990000;
        border-color: #990000;
        color: #ffffff; }
      #elearning-home #section-top menu.home-menu .btn.green .fa {
        background-color: #b0b37b; }
      #elearning-home #section-top menu.home-menu .btn.green:hover {
        background-color: #b0b37b;
        border-color: #b0b37b;
        color: #ffffff; }
      #elearning-home #section-top menu.home-menu .btn.blue .fa {
        background-color: #899fb4; }
      #elearning-home #section-top menu.home-menu .btn.blue:hover {
        background-color: #899fb4;
        border-color: #899fb4;
        color: #ffffff; }
      #elearning-home #section-top menu.home-menu .btn.dark-blue .fa {
        background-color: #003a66; }
      #elearning-home #section-top menu.home-menu .btn.dark-blue:hover {
        background-color: #003a66;
        border-color: #003a66;
        color: #ffffff; }
      #elearning-home #section-top menu.home-menu .btn.dark-gray .fa {
        background-color: #666666; }
      #elearning-home #section-top menu.home-menu .btn.dark-gray:hover {
        background-color: #666666;
        border-color: #666666;
        color: #ffffff; }
  #elearning-home #section-top menu.submenu {
    position: relative;
    margin-bottom: 5rem;
    padding-left: 0;
    z-index: 1;
    -webkit-overflow-scrolling: touch; }
    #elearning-home #section-top menu.submenu::before {
      content: '';
      display: block;
      background-color: #222222;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: -100%;
      width: 300%;
      height: 100%;
      z-index: -999;
      border-top: 4px solid #1b1b1b;
      border-bottom: 4px solid #1b1b1b; }
    #elearning-home #section-top menu.submenu a {
      background-color: #222222;
      border: none;
      margin-bottom: 5px; }
      #elearning-home #section-top menu.submenu a:hover {
        background-color: #666666;
        color: #fff; }
  @media screen and (min-width: 40em) and (max-width: 72.9375em) {
    #elearning-home #section-top menu.home-menu .btn {
      font-size: 1.1em; }
    #elearning-home #section-top menu.home-menu .dark-gray {
      font-size: 1em; } }
  @media screen and (max-width: 39.9375em) {
    #elearning-home #section-top {
      top: 0; }
      #elearning-home #section-top menu.home-menu .btn {
        font-size: 1.1em; }
      #elearning-home #section-top menu.home-menu .dark-gray {
        font-size: 1em; }
      #elearning-home #section-top menu.submenu {
        margin-left: -10%; } }

#elearning-home #section-worldwide {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center; }
  #elearning-home #section-worldwide::before {
    content: '';
    display: block;
    left: -100%;
    top: 0;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    width: 300%;
    border-top: 20px solid #cc0000;
    border-bottom: 20px solid #cc0000; }
  #elearning-home #section-worldwide h1, #elearning-home #section-worldwide h2 {
    padding-bottom: 20px; }
  #elearning-home #section-worldwide p {
    font-weight: bold; }

#elearning-home #section-prospective {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0; }
  #elearning-home #section-prospective .color-block {
    background-color: #ffffff;
    display: block;
    padding: 30px;
    margin-bottom: 30px; }
    #elearning-home #section-prospective .color-block h4 {
      font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
      font-weight: 400;
      min-height: 2em;
      font-size: 1.6em;
      line-height: normal;
      padding: 0px 10px 0px 10px;
      text-align: left; }
      #elearning-home #section-prospective .color-block h4 .fa {
        display: block;
        float: left;
        padding-right: 20px;
        margin-top: -1rem;
        padding-bottom: 4rem; }
    #elearning-home #section-prospective .color-block p {
      margin-top: 30px;
      margin-bottom: 0;
      font-size: 1.1em;
      min-height: 7rem; }
    #elearning-home #section-prospective .color-block.red {
      background-color: #cc0000;
      color: #ffffff; }
      #elearning-home #section-prospective .color-block.red p {
        color: #ffffff; }
    #elearning-home #section-prospective .color-block.dark-gray {
      background-color: #1b1b1b;
      color: #ffffff; }
      #elearning-home #section-prospective .color-block.dark-gray p {
        color: #ffffff; }
    #elearning-home #section-prospective .color-block.dark-red {
      background-color: #990000;
      color: #ffffff; }
      #elearning-home #section-prospective .color-block.dark-red p {
        color: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      #elearning-home #section-prospective .color-block {
        padding-top: 1px; }
        #elearning-home #section-prospective .color-block h4 .fa {
          font-size: 1.4em;
          padding: 0px 15px 0px 0px; }
        #elearning-home #section-prospective .color-block p {
          font-size: 0.9em; } }
  @media screen and (max-width: 39.9375em) {
    #elearning-home #section-prospective .info-block h4 {
      margin-top: 15px;
      margin-bottom: 15px; } }

#elearning-home #section-regional {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center; }
  #elearning-home #section-regional::before {
    content: '';
    display: block;
    left: -100%;
    top: 0;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    width: 300%;
    border-top: 20px solid #b0b37b;
    border-bottom: 20px solid #899fb4;
    background-image: url("/elearning/home-content/images/bg-regional.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #elearning-home #section-regional header h1 small {
    position: relative;
    font-size: .7em;
    display: block;
    margin-top: 1rem;
    margin-left: 1.5rem; }
  #elearning-home #section-regional .btn .fa {
    padding-top: 10px;
    padding-bottom: 10px; }
  #elearning-home #section-regional .regional-images {
    padding-top: 1em; }
    #elearning-home #section-regional .regional-images img {
      border: 6px solid #b0b37b;
      padding: 2px;
      border-radius: 6px;
      margin-bottom: 2rem; }

#elearning-home #section-ttuisd {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 0; }
  #elearning-home #section-ttuisd .background {
    content: '';
    position: absolute;
    overflow: hidden;
    top: 0;
    background-color: #222222;
    width: 300%;
    left: -100%;
    height: 100%;
    z-index: -1;
    background-color: #1b1b1b;
    background-image: url("/elearning/home-content/images/bg-ttuisd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; }
  #elearning-home #section-ttuisd h1 {
    color: #899fb4; }
  #elearning-home #section-ttuisd p {
    color: #ffffff; }
  #elearning-home #section-ttuisd .side-content {
    text-align: center;
    margin-top: 1em; }
    #elearning-home #section-ttuisd .side-content img {
      position: relative;
      top: -160px;
      right: -20px;
      z-index: -1; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #elearning-home #section-ttuisd .side-content img {
        top: -110px; } }
    @media screen and (max-width: 39.9375em) {
      #elearning-home #section-ttuisd .side-content img {
        top: 0px; } }

#elearning-home #section-partnerships {
  position: relative;
  z-index: 0;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px; }
  #elearning-home #section-partnerships::before {
    content: '';
    display: block;
    left: -100%;
    top: 0;
    background-color: #222222;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 300%;
    border-top: 30px solid #1b1b1b; }
  #elearning-home #section-partnerships .fa-giant {
    font-size: 15rem;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #1b1b1b;
    transition: color .4s ease; }
    #elearning-home #section-partnerships .fa-giant:hover {
      color: #899fb4; }
  #elearning-home #section-partnerships h1 {
    color: #fff; }
  #elearning-home #section-partnerships h3 {
    color: #000000; }
  #elearning-home #section-partnerships p {
    color: #ffffff; }

#elearning-home #section-olli {
  position: relative;
  padding-top: 0;
  padding-bottom: 4rem;
  z-index: 0; }
  #elearning-home #section-olli::before {
    position: absolute;
    overflow: hidden;
    content: '';
    display: block;
    width: 300%;
    left: -100%;
    height: 100%;
    z-index: -1;
    background-color: #fefefe; }
  #elearning-home #section-olli header {
    z-index: 0;
    padding: 80px 60px;
    position: relative;
    min-height: 450px;
    margin-bottom: 30px; 
  	text-align:center; }
    #elearning-home #section-olli header::before {
      border-top: 30px solid #003a66;
      overflow: hidden;
      content: '';
      position: absolute;
      display: block;
      width: 300%;
      left: -100%;
      top: 0;
      padding: 0;
      height: 100%;
      z-index: -1;
      background-color: #003a66;
      background-image: url("/elearning/home-content/images/bg-olli.jpg");
      background-position: center;
      background-size: auto 100%;
      background-repeat: no-repeat; }
    #elearning-home #section-olli header h1 {
      padding-top: 10px;
      padding-bottom: 40px;
      color: #ffffff;
      font-weight: 400;
      font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
      font-size: 2.2em; }
      #elearning-home #section-olli header h1 .text-uppercase {
        font-weight: bold; }
    #elearning-home #section-olli header img.title-image {
      color: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      #elearning-home #section-olli header {
        text-align: center;
        padding: 60px 0 0 0; }
        #elearning-home #section-olli header::before {
          background-position: right; }
        #elearning-home #section-olli header img.title-image {
          width: auto !important;
          max-height: 380px; } }
  #elearning-home #section-olli p {
    font-size: 1.1em;
    line-height: 2em; }
    @media screen and (max-width: 39.9375em) {
      #elearning-home #section-olli p {
        font-size: 0.9em; } }
  #elearning-home #section-olli aside {
    border: 12px solid #cccccc;
    margin-bottom: 50px; }
    #elearning-home #section-olli aside iframe {
      padding: 8px; }
  #elearning-home #section-olli h2 {
    padding: 15px;
    margin: 10px auto 30px auto;
    max-width: 600px;
    border-top: 4px solid #c4a97c;
    border-bottom: 4px solid #c4a97c; }

#elearning-home #section-faculty {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  z-index: 0; }
  #elearning-home #section-faculty .background {
    position: absolute;
    overflow: hidden;
    background-color: #f1f1f1;
    top: 0;
    width: 300%;
    left: -100%;
    z-index: -1;
    height: 100%;
    background-image: url("/elearning/home-content/images/bg-faculty.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    border-top: 30px solid #990000;
    background-position: bottom;
    background-position-x: 940px; }
  #elearning-home #section-faculty header {
    position: relative;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px; }
    #elearning-home #section-faculty header h1 {
      margin-bottom: 0.5em;
      padding-left: 10px;
      padding-right: 10px; }
    #elearning-home #section-faculty header p {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 1.1em;
      font-weight: bold; }
  @media screen and (max-width: 39.9375em) {
    #elearning-home #section-faculty header p {
      font-size: 0.9em; }
    #elearning-home #section-faculty .background {
      background-position-x: 0px; } }
  #elearning-home #section-faculty .info-block {
    background-color: #ffffff;
    margin-bottom: 30px;
    min-height: 400px; }
    #elearning-home #section-faculty .info-block p {
      font-family: 'ITC Charter W01', Georgia, Garamond, serif;
      padding: 10px 20px 10px 20px;
      font-size: 0.9em; }
  #elearning-home #section-faculty a.btn-large {
    margin-top: 50px;
    line-height: normal;
    text-align: center; }
  @media screen and (max-width: 63.9375em) {
    #elearning-home #section-faculty .info-block {
      min-height: auto;
      height: auto;
      border-top: 1px solid #dddddd; } }
  @media screen and (min-width: 91.9375em) {
    #elearning-home #section-faculty .background {
      background-position: 30% -370px; } }

#elearning-home #section-news {
  position: relative;
  z-index: 0;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #eeeeee; }
  #elearning-home #section-news::before {
    content: '';
    display: block;
    left: -100%;
    top: 0;
    background-color: #1b1b1b;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    width: 300%; }
  #elearning-home #section-news h1 {
    color: #ffffff; }
  #elearning-home #section-news aside.articles {
    background-color: #222222;
    color: #ffffff; }
    #elearning-home #section-news aside.articles article {
      padding: 15px 15px 20px 15px; }
      #elearning-home #section-news aside.articles article h3 {
        font-weight: 200;
        font-size: 0.9em;
        margin-bottom: 0;
        margin-top: 0.5em; }
      #elearning-home #section-news aside.articles article a {
        padding-top: 1.5rem;
        color: #899fb4;
        font-size: .8em; }
        #elearning-home #section-news aside.articles article a::before {
          content: '';
          display: inline-block;
          height: 8px;
          background-color: #cc0000;
          width: 30%;
          margin-right: 15px;
          margin-bottom: 2px; }
    #elearning-home #section-news aside.articles article.highlighted h3 {
      font-size: 1.2em; }
    #elearning-home #section-news aside.articles article.highlighted a {
      font-size: 1em; }
      #elearning-home #section-news aside.articles article.highlighted a::before {
        width: 100%; }
  #elearning-home #section-news table.events {
    text-align: left;
    border-collapse: separate;
    border-spacing: 0em 1em;
    margin-top: -19px; 
  	margin-left: .35em;
  	width:100%; }
    #elearning-home #section-news table.events::before {
      content: none; }
    #elearning-home #section-news table.events tr {
      text-align: left;
      position: relative;
      display: block;
      padding-bottom: 10px;
      margin-bottom: 10px;
      background: transparent; }
      #elearning-home #section-news table.events tr td {
        background: #222222;
        padding: 10px 10px 10px 20px;
        border: none;
        display: table-cell; }
      #elearning-home #section-news table.events tr td.info {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        min-width: 7em;
        padding-right: 0; }
        #elearning-home #section-news table.events tr td.info .time {
          color: #899fb4;
          font-size: .7em; }
        #elearning-home #section-news table.events tr td.info .location {
          color: #c4a97c; }
      #elearning-home #section-news table.events tr td.description {
        font-size: .8em; }
      #elearning-home #section-news table.events tr td.link {
        /*position: absolute;
        top: 0;
        right: 0; */}
      #elearning-home #section-news table.events tr td::before {
        border: none; }
      #elearning-home #section-news table.events tr td::after {
        background: transparent; }
      #elearning-home #section-news table.events tr td.description a {
        color: #ffffff;
        border-bottom: 2px solid #444444;
        line-height: 1.3em; }
        #elearning-home #section-news table.events tr td.description a:hover {
          border-bottom: 2px solid #990000; }

#elearning-home #section-contact {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 0; }
  #elearning-home #section-contact::before {
    content: '';
    display: block;
    position: absolute;
    width: 300%;
    overflow: hidden;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #fefefe;
    z-index: -1; }

@media screen and (min-width: 40em) and (max-width: 79.9375em) {
  #section-worldwide, #section-prospective, #section-regional, #section-ttuisd, #section-partnerships, #section-olli, #section-faculty, #section-news, #section-contact {
    padding-left: 3.5em; } }

.fixed-bb-contact-form, .olli-popup-form, .ttuisd-popup-form, .academicPartnerships-popup-form {
  position: absolute;
  z-index: 999;
  text-align: center;
  display: none;
  margin: auto;
  left: 0;
  width: 100%; }
  .fixed-bb-contact-form form div.control-group, .olli-popup-form form div.control-group, .ttuisd-popup-form form div.control-group, .academicPartnerships-popup-form form div.control-group {
    margin-bottom: 0; }
  .fixed-bb-contact-form.shown, .olli-popup-form.shown, .ttuisd-popup-form.shown, .academicPartnerships-popup-form.shown {
    display: block; }
  .fixed-bb-contact-form .form-bg-click, .olli-popup-form .form-bg-click, .ttuisd-popup-form .form-bg-click, .academicPartnerships-popup-form .form-bg-click {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0; }
  .fixed-bb-contact-form .btn.contact, .olli-popup-form .btn.contact, .ttuisd-popup-form .btn.contact, .academicPartnerships-popup-form .btn.contact {
    border-radius: 20px;
    margin-right: 10px;
    border: 6px solid #003a66;
    background: #003a66;
    color: #ffffff;
    padding: 0px 10px 0px 0px; }
    .fixed-bb-contact-form .btn.contact::before, .olli-popup-form .btn.contact::before, .ttuisd-popup-form .btn.contact::before, .academicPartnerships-popup-form .btn.contact::before {
      transition: 0.5s all;
      font: normal normal normal 1.2em FontAwesome;
      content: "\f0e6";
      color: #ffffff;
      background-color: #899fb4;
      display: inline-block;
      padding: 10px;
      margin-right: 10px;
      border-radius: 14px 0px 0px 14px; }
    .fixed-bb-contact-form .btn.contact:hover, .olli-popup-form .btn.contact:hover, .ttuisd-popup-form .btn.contact:hover, .academicPartnerships-popup-form .btn.contact:hover {
      background: #ffffff;
      color: #990000;
      border-color: #990000; }
      .fixed-bb-contact-form .btn.contact:hover::before, .olli-popup-form .btn.contact:hover::before, .ttuisd-popup-form .btn.contact:hover::before, .academicPartnerships-popup-form .btn.contact:hover::before {
        background: #fff;
        color: #990000; }
  .fixed-bb-contact-form .fixed-contact-form, .olli-popup-form .fixed-contact-form, .ttuisd-popup-form .fixed-contact-form, .academicPartnerships-popup-form .fixed-contact-form {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border: 10px solid #666666;
    max-width: 30em;
    margin: auto; }
  .fixed-bb-contact-form h3, .olli-popup-form h3, .ttuisd-popup-form h3, .academicPartnerships-popup-form h3 {
    margin-top: 10px;
    font-size: 2em;
    line-height: 1em;
    color: #cc0000; }
  .fixed-bb-contact-form .btn.btn-close, .olli-popup-form .btn.btn-close, .ttuisd-popup-form .btn.btn-close, .academicPartnerships-popup-form .btn.btn-close {
    font-weight: bold;
    position: absolute;
    left: -10px;
    top: -10px;
    margin: 0;
    padding: 10px 15px 25px 10px;
    font-size: 3em;
    background-color: #666666;
    border: 10px solid #666666;
    border-bottom-right-radius: 40px;
    cursor: pointer; }
    .fixed-bb-contact-form .btn.btn-close:hover, .olli-popup-form .btn.btn-close:hover, .ttuisd-popup-form .btn.btn-close:hover, .academicPartnerships-popup-form .btn.btn-close:hover {
      background-color: #ffffff;
      color: #cc0000; }
  .fixed-bb-contact-form form fieldset, .olli-popup-form form fieldset, .ttuisd-popup-form form fieldset, .academicPartnerships-popup-form form fieldset {
    max-width: none;
    border: none;
    padding: 0; }
  .fixed-bb-contact-form form button[type="submit"], .olli-popup-form form button[type="submit"], .ttuisd-popup-form form button[type="submit"], .academicPartnerships-popup-form form button[type="submit"] {
    background-color: #c00;
    cursor: pointer;
    border-color: #c00;
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold; }
  .fixed-bb-contact-form form button[type="reset"], .olli-popup-form form button[type="reset"], .ttuisd-popup-form form button[type="reset"], .academicPartnerships-popup-form form button[type="reset"] {
    display: none !important; }
  .fixed-bb-contact-form form span, .olli-popup-form form span, .ttuisd-popup-form form span, .academicPartnerships-popup-form form span {
    display: inline; }
  .fixed-bb-contact-form form label, .olli-popup-form form label, .ttuisd-popup-form form label, .academicPartnerships-popup-form form label {
    text-align: left;
    padding: 0px 0px 5px 2px; }
  .fixed-bb-contact-form form .hs-form-field, .olli-popup-form form .hs-form-field, .ttuisd-popup-form form .hs-form-field, .academicPartnerships-popup-form form .hs-form-field {
    float: left;
    width: 100%; }
  .fixed-bb-contact-form form .hs-error-msgs li, .olli-popup-form form .hs-error-msgs li, .ttuisd-popup-form form .hs-error-msgs li, .academicPartnerships-popup-form form .hs-error-msgs li {
    list-style: none;
    font-size: .8em;
    line-height: normal;
    color: #990000;
    padding-left: 10px;
    padding-top: 5px; }
  .fixed-bb-contact-form form .form-columns-1, .olli-popup-form form .form-columns-1, .ttuisd-popup-form form .form-columns-1, .academicPartnerships-popup-form form .form-columns-1 {
    width: 100%; }
  .fixed-bb-contact-form form .form-columns-2 .hs-form-field, .olli-popup-form form .form-columns-2 .hs-form-field, .ttuisd-popup-form form .form-columns-2 .hs-form-field, .academicPartnerships-popup-form form .form-columns-2 .hs-form-field {
    width: 50%;
    display: inline-block; }
  .fixed-bb-contact-form form .form-columns-3 .hs-form-field, .olli-popup-form form .form-columns-3 .hs-form-field, .ttuisd-popup-form form .form-columns-3 .hs-form-field, .academicPartnerships-popup-form form .form-columns-3 .hs-form-field {
    width: 33.33%;
    display: inline-block; }
  .fixed-bb-contact-form form input, .olli-popup-form form input, .ttuisd-popup-form form input, .academicPartnerships-popup-form form input {
    padding: 10px 10px 10px 10px; }
  .fixed-bb-contact-form form .hs-form-radio, .olli-popup-form form .hs-form-radio, .ttuisd-popup-form form .hs-form-radio, .academicPartnerships-popup-form form .hs-form-radio {
    float: left;
    list-style: none; }
    .fixed-bb-contact-form form .hs-form-radio input[type="radio"], .fixed-bb-contact-form form .hs-form-radio form input[type="checkbox"], .olli-popup-form form .hs-form-radio input[type="radio"], .olli-popup-form form .hs-form-radio form input[type="checkbox"], .ttuisd-popup-form form .hs-form-radio input[type="radio"], .ttuisd-popup-form form .hs-form-radio form input[type="checkbox"], .academicPartnerships-popup-form form .hs-form-radio input[type="radio"], .academicPartnerships-popup-form form .hs-form-radio form input[type="checkbox"] {
      display: inline;
      width: 20px;
      margin-left: 20px; }
  .fixed-bb-contact-form form select, .olli-popup-form form select, .ttuisd-popup-form form select, .academicPartnerships-popup-form form select {
    height: 3em;
    font-size: 0.84em;
    margin-bottom: 1em;
    border-radius: 100rem;
    color: #666666;
    width: 100%; }
  .fixed-bb-contact-form form input, .fixed-bb-contact-form form select, .olli-popup-form form input, .olli-popup-form form select, .ttuisd-popup-form form input, .ttuisd-popup-form form select, .academicPartnerships-popup-form form input, .academicPartnerships-popup-form form select {
    border: solid 2px #d9d9d9; }
  .fixed-bb-contact-form form input:focus, .fixed-bb-contact-form form textarea:focus, .fixed-bb-contact-form form select:focus, .olli-popup-form form input:focus, .olli-popup-form form textarea:focus, .olli-popup-form form select:focus, .ttuisd-popup-form form input:focus, .ttuisd-popup-form form textarea:focus, .ttuisd-popup-form form select:focus, .academicPartnerships-popup-form form input:focus, .academicPartnerships-popup-form form textarea:focus, .academicPartnerships-popup-form form select:focus {
    border: solid 2px #c4a97c; }
  .fixed-bb-contact-form form ul.inputs-list, .olli-popup-form form ul.inputs-list, .ttuisd-popup-form form ul.inputs-list, .academicPartnerships-popup-form form ul.inputs-list {
    margin: 0; }
  .fixed-bb-contact-form form .hs-form-required, .olli-popup-form form .hs-form-required, .ttuisd-popup-form form .hs-form-required, .academicPartnerships-popup-form form .hs-form-required {
    color: #899fb4;
    display: none; }
  .fixed-bb-contact-form form input[type="submit"], .olli-popup-form form input[type="submit"], .ttuisd-popup-form form input[type="submit"], .academicPartnerships-popup-form form input[type="submit"] {
    background-color: #cc0000;
    border: 4px solid #cc0000;
    color: #fff; }
    .fixed-bb-contact-form form input[type="submit"]:hover, .fixed-bb-contact-form form input[type="submit"]:active, .olli-popup-form form input[type="submit"]:hover, .olli-popup-form form input[type="submit"]:active, .ttuisd-popup-form form input[type="submit"]:hover, .ttuisd-popup-form form input[type="submit"]:active, .academicPartnerships-popup-form form input[type="submit"]:hover, .academicPartnerships-popup-form form input[type="submit"]:active {
      background-color: #ffffff;
      color: #1b1b1b;
      cursor: pointer; }

.hbspt-form {
  color: #222222; }
  .hbspt-form form fieldset {
    border: none;
    padding: 0;
    padding-bottom: 0.5rem; }
    .hbspt-form form fieldset .form-columns-1 .input {
      margin-right: 12px !important; }
  .hbspt-form form span {
    display: inline; }
  .hbspt-form form label {
    text-align: left;
    padding: 0px 0px 5px 2px; }
  .hbspt-form form .hs-form-field {
    float: left;
    width: 100%; }
  .hbspt-form form .form-columns-1 {
    width: 100%; }
  .hbspt-form form .form-columns-2 .hs-form-field {
    width: 50%;
    display: inline-block; }
  .hbspt-form form .form-columns-3 .hs-form-field {
    width: 33.33% !important;
    display: inline-block; }
  .hbspt-form form .input {
    margin-right: 12px; }
  .hbspt-form form input {
    padding: 10px 10px 10px 10px;
    width: 100% !important; }
  .hbspt-form form .hs-form-radio {
    float: left;
    list-style: none; }
    .hbspt-form form .hs-form-radio input[type="radio"], .hbspt-form form .hs-form-radio form input[type="checkbox"] {
      display: inline;
      width: 20px !important;
      margin-left: 20px; }
  .hbspt-form form select {
    height: 3em;
    font-size: 0.84em;
    margin-bottom: 1em;
    border-radius: 100rem;
    color: #666666;
    width: 100% !important; }
  .hbspt-form form input, .hbspt-form form select {
    border: solid 2px #d9d9d9; }
  .hbspt-form form input:focus, .hbspt-form form textarea:focus, .hbspt-form form select:focus {
    border: solid 2px #c4a97c; }
  .hbspt-form form ul.inputs-list {
    margin: 0; }
  .hbspt-form form .hs-form-required {
    color: #899fb4;
    display: none; }
  .hbspt-form form .actions {
    max-width: 500px;
    padding-right: 10px; }
  .hbspt-form form input[type="submit"] {
    background-color: #cc0000;
    border: 4px solid #cc0000;
    color: #fff; }
    .hbspt-form form input[type="submit"]:hover, .hbspt-form form input[type="submit"]:active {
      background-color: #ffffff;
      color: #1b1b1b;
      cursor: pointer; }
  .hbspt-form .submitted-message {
    font-family: 'ITC Charter W01', Georgia, Garamond, serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    border: 12px solid #b0b37b;
    padding: 10px; }

.contact-block {
  position: relative;
  min-height: 510px;
  margin-bottom: 30px;
  padding: 0px 15px 45px 15px;
  border: solid 1px #ddd; }
  .contact-block .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .contact-block {
      min-height: auto; } }

.ttu-main-content address {
  font-family: 'ITC Charter W01',Georgia,Garamond,serif;
  margin-bottom: 20px; }

.area h3 {
  line-height: normal; }

.area.gray {
  position: relative;
  background-color: #F2F5F8;
  padding: 1px 40px 20px 40px;
  margin: 10px;
  border-radius: 20px;
  z-index: 1; }

.area.gray.right-arrow::after {
  content: "\f0da";
  position: absolute;
  color: #F2F5F8;
  font: normal normal normal 20rem FontAwesome;
  top: 0;
  right: -80px; }

.area.gray.left-arrow::after {
  content: "\f0d9";
  position: absolute;
  color: #F2F5F8;
  font: normal normal normal 20rem FontAwesome;
  top: 0;
  left: -80px; }

.area.red.outline {
  background-color: #ffffff;
  padding: 0px 20px 20px 20px;
  margin: 10px;
  border-radius: 20px;
  z-index: 10;
  border: 5px solid #990000; }

.area.dark-blue.outline {
  background-color: #ffffff;
  padding: 0px 20px 20px 20px;
  margin: 10px;
  border-radius: 20px;
  z-index: 10;
  border: 5px solid #003a66; }
  .area.dark-blue.outline input[type="submit"] {
    background-color: #899fb4;
    border-color: #899fb4; }
    .area.dark-blue.outline input[type="submit"]:hover {
      background-color: #ffffff; }

.area.green.outline {
  background-color: #ffffff;
  padding: 0px 20px 20px 20px;
  margin: 10px;
  border-radius: 20px;
  z-index: 10;
  border: 5px solid #b0b37b; }
  .area.green.outline input[type="submit"] {
    background-color: #4d5b2a;
    border-color: #4d5b2a; }
    .area.green.outline input[type="submit"]:hover {
      background-color: #ffffff; }

.area.quote {
  font-family: 'ITC Charter W01', Georgia, Garamond, serif;
  background-color: #F2F5F8;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  line-height: 1.8em;
  z-index: 10; }
  .area.quote p, .area.quote blockquote {
    border: none; }

.hero-container {
  position: relative;
  border-radius: 30px;
  padding: 30px;
  background-color: #fdfdfd; }

.hero-alana {
  background-image: url("/elearning/prospective/finish-degree/hero-alana-1.jpg");
  background-repeat: no-repeat;
  background-position: top right -200px;
  display: block;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .hero-alana {
      background-position: left 40px top 145px; } }
  @media screen and (max-width: 39.9375em) {
    .hero-alana {
      background-position: right -100px top -30px;
      background-size: 680px; }
      .hero-alana .area.quote {
        margin-top: 15em; } }
  @media screen and (max-width: 29.9375em) {
    .hero-alana {
      background-position: center top 60px;
      background-size: 400px; }
      .hero-alana .area.quote {
        margin-top: 15em; } }

.hero-josh {
  background-image: url("/elearning/prospective/advance-career/hero-josh-1.jpg");
  background-repeat: no-repeat;
  background-position: right top 50px;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd; }
  @media screen and (max-width: 63.9375em) {
    .hero-josh {
      background-position: right -40px top 145px; } }
  @media screen and (max-width: 39.9375em) {
    .hero-josh {
      background-position: right top 100px; }
      .hero-josh .area.quote {
        margin-top: 15em; } }
  @media screen and (max-width: 29.9375em) {
    .hero-josh {
      background-position: right top 190px;
      background-size: 400px; }
      .hero-josh .area.quote {
        margin-top: 15em; } }

.hero-jade {
  background-image: url("/elearning/prospective/military-veterans/hero-jade-1.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  background-color: #fdfdfd;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .hero-jade {
      background-position: right top 0px; }
      .hero-jade .area.quote {
        margin-top: 15em; } }
  @media screen and (max-width: 39.9375em) {
    .hero-jade {
      background-position: right -100px top 30px;
      background-size: 680px;
      height: 100%; }
      .hero-jade .area.quote {
        margin-top: 15em; } }
  @media screen and (max-width: 29.9375em) {
    .hero-jade {
      background-position: right top 90px;
      background-size: 480px; }
      .hero-jade .area.quote {
        margin-top: 15em; } }

.hero-shannon {
  background-image: url("/elearning/prospective/change-career/hero-shannon-1.jpg");
  background-repeat: no-repeat;
  background-position: right -60px top;
  display: block;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .hero-shannon {
      background-position: right top 60px;
      background-size: 560px; }
      .hero-shannon .area.quote {
        margin-top: 15em; } }
  @media screen and (max-width: 39.9375em) {
    .hero-shannon {
      background-position: right -100px top 50px; }
      .hero-shannon .area.quote {
        margin-top: 15em; } }
  @media screen and (max-width: 29.9375em) {
    .hero-shannon {
      background-position: right top 120px;
      background-size: 380px; }
      .hero-shannon .area.quote {
        margin-top: 15em; } }

.hero-contact-spacer {
  margin-top: 22em; }
  @media screen and (max-width: 63.9375em) {
    .hero-contact-spacer {
      margin-top: 0; } }

.hero-container .area {
  margin-bottom: 50px;
  margin-top: 50px; }

.area blockquote {
  padding: 20px;
  margin: 0;
  position: relative;
  font-weight: bold; }
  .area blockquote::before {
    font: normal normal normal 3em FontAwesome;
    content: "\f10d";
    color: #c4a97c;
    position: absolute;
    top: -45px; }
  .area blockquote::after {
    font: normal normal normal 3em FontAwesome;
    content: "\f10e";
    color: #c4a97c;
    position: absolute;
    bottom: -50px;
    right: 20px; }

.area cite {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #003a66;
  display: block;
  font-weight: 600;
  font-size: 1.2em;
  font-style: normal;
  padding-top: 20px; }

.area.contact {
  background-color: #990000;
  color: #ffffff;
  padding: 40px 40px 20px 40px;
  margin: 10px;
  border-radius: 20px;
  background-image: url("/elearning/prospective/images/triangle-cutout.png");
  background-repeat: no-repeat;
  background-position: top right 35px; }
  .area.contact p {
    color: #ffffff; }
  @media screen and (max-width: 39.9375em) {
    .area.contact {
      background-position: top -35px center;
      padding-top: 70px; }
      .area.contact p {
        margin-bottom: 0; } }

.hero-circle {
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  .hero-circle .btn {
    text-align: left;
    position: absolute;
    top: 60%;
    padding-right: 40px;
    min-height: 60px; }
    .hero-circle .btn::after {
      position: absolute;
      top: 32%;
      right: 10px;
      display: block;
      float: right;
      font-family: FontAwesome;
      content: "\f054"; }

.hero-divider {
  position: relative; }

.hero-connect-line {
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: -1;
  top: -9rem;
  left: -1rem;
  background-image: url("/elearning/prospective/images/connect-line.png");
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 40em) and (max-width: 49.9375em) {
    .hero-connect-line {
      background-size: contain; } }
  @media screen and (max-width: 39.9375em) {
    .hero-connect-line {
      left: -20%;
      background-size: cover;
      width: 140%; } }
  .hero-connect-line.reverse {
    background-image: url("/elearning/prospective/images/connect-line-reverse.png"); }
    @media screen and (max-width: 39.9375em) {
      .hero-connect-line.reverse {
        left: -15%;
        background-size: cover;
        width: 140%; } }
  .hero-connect-line.vertical {
    background-image: url("/elearning/prospective/images/connect-line-vertical.png");
    left: 0;
    background-position: bottom;
    top: -15rem;
    background-size: auto;
    width: 100%; }

.fa.hero-icon {
  background: #cecece;
  display: block;
  color: #ffffff;
  border-radius: 100%;
  height: 95px;
  width: 96px;
  text-align: center;
  padding-top: 17px;
  margin: auto;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-left: 8px;
  z-index: 1; }
  .fa.hero-icon.fa-university {
    padding-top: 26px;
    padding-left: 8px; }
  .fa.hero-icon.fa-shield {
    padding-top: 23px; }
  .fa.hero-icon.blue {
    background: #899fb4; }
  .fa.hero-icon.dark-blue {
    background: #003a66; }
  .fa.hero-icon.tan {
    background: #c4a97c; }
  .fa.hero-icon.cream {
    background: #eae0c6; }
  .fa.hero-icon.green {
    background: #b0b37b; }
  .fa.hero-icon.red {
    background: #cc0000; }

.hero-spacer {
  padding-top: 20px;
  padding-bottom: 20px; }

@media screen and (max-width: 39.9375em) {
  .hero-container .area {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

.regional-landing-container::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/elearning/regional/images/regional-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1; }
  @media screen and (max-width: 39.9375em) {
    .regional-landing-container::before {
      background-size: 700px;
      background-position: center top 230px; } }

.regional-landing-container .color-block.dark-blue {
  background-color: #003a66; }
  .regional-landing-container .color-block.dark-blue p {
    color: #ffffff;
    padding: 30px 40px 30px 40px;
    font-size: 1.1em; }

.regional-home-tagline {
  font-size: 3em;
  font-weight: bold;
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  text-align: center; }
  @media screen and (max-width: 47.9375em) {
    .regional-home-tagline img {
      width: 100%;
      max-width: 360px; } }

.regional-footer {
  position: relative;
  text-align: center;
  margin: 0 -150px 0 -150px; }
  .regional-footer img {
    height: 580px;
    width: 580px; }
  .regional-footer::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 210px;
    height: 160px;
    width: 300%;
    background-color: #990000;
    border-bottom: 80px solid #222222; }

.regional-page-header {
  position: relative;
  text-align: center;
  margin-bottom: -10px; }
  .regional-page-header img {
    z-index: -1;
    position: relative;
    margin-top: -4rem; }
  .regional-page-header h1 {
    display: inline-block; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .regional-page-menu {
    text-align: center; }
    .regional-page-menu a.btn {
      height: 5rem; } }

@media screen and (max-width: 39.9375em) {
  .regional-page-header img {
    margin-top: -2em;
    margin-bottom: -1em; }
  .regional-page-header h1 {
    line-height: 1.2rem; }
  .regional-page-menu a.btn {
    margin-bottom: 0;
    margin-top: 0; } }

menu {
  padding-left: 0; }

#elearning-side-menu {
  position: fixed;
  z-index: 1;
  padding-left: 10px;
  left: 0;
  top: 30vh;
  z-index: 1;
  display: none;
  will-change: opacity; }
  #elearning-side-menu ul {
    position: absolute;
    list-style: none;
    margin-left: 0;
    background-color: #ffffff;
    width: 62px;
    border-radius: 30px;
    padding-left: 1px; }
    #elearning-side-menu ul li {
      width: 100%;
      font-size: 1.2em;
      position: relative;
      margin-bottom: 8px;
      margin-top: -3px; }
      #elearning-side-menu ul li:last-child {
        margin-bottom: -3px; }
      #elearning-side-menu ul li a {
        box-shadow: none; }
        #elearning-side-menu ul li a .fa {
          padding-top: 3px; }
        #elearning-side-menu ul li a .fa::before {
          background-color: #899fb4;
          display: block;
          width: 54px;
          height: 57px;
          padding: 13px 13px 12px 13px;
          color: #ffffff;
          border-radius: 100%;
          z-index: 1;
          top: 0;
          left: 0;
          position: relative;
          transition: all 0.2s ease;
          border-bottom: solid 3px;
          border-top: solid 3px; }
        #elearning-side-menu ul li a .title {
          font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
          background-color: #cccccc;
          padding: 8px;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          padding-left: 10px;
          padding-right: 20px;
          position: absolute;
          visibility: collapse;
          margin-left: 35px;
          color: #cc0000;
          position: fixed;
          margin-top: 3px;
          opacity: 0;
          margin-left: 20px;
          transition: all 0.2s ease;
          border: solid 3px;
          height: 57px; }
        #elearning-side-menu ul li a:hover code::before {
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px; }
        #elearning-side-menu ul li a:hover .title {
          visibility: visible;
          opacity: 1; }
      #elearning-side-menu ul li a.arrow {
        background-color: #fff;
        border-radius: 100%;
        text-align: center; }
        #elearning-side-menu ul li a.arrow .fa::before {
          color: #3c3c3c;
          border-color: #ffffff;
          background-color: #ffffff;
          font-size: 1.3em; }
        #elearning-side-menu ul li a.arrow .title {
          background-color: #ffffff;
          border-color: #ffffff;
          color: #cc0000; }
        #elearning-side-menu ul li a.arrow:hover .fa::before {
          color: #cc0000; }
      #elearning-side-menu ul li a.red .fa::before {
        background-color: #cc0000; }
      #elearning-side-menu ul li a.red .title {
        background-color: #cc0000;
        color: #ffffff; }
      #elearning-side-menu ul li a.blue .fa::before {
        background-color: #899fb4; }
      #elearning-side-menu ul li a.blue .title {
        background-color: #899fb4;
        color: #ffffff; }
      #elearning-side-menu ul li a.dark-blue .fa::before {
        background-color: #003a66; }
      #elearning-side-menu ul li a.dark-blue .title {
        background-color: #003a66;
        color: #ffffff; }
      #elearning-side-menu ul li a.green .fa::before {
        background-color: #b0b37b; }
      #elearning-side-menu ul li a.green .title {
        background-color: #b0b37b;
        color: #ffffff; }
      #elearning-side-menu ul li a.dark-green .fa::before {
        background-color: #4d5b2a; }
      #elearning-side-menu ul li a.dark-green .title {
        background-color: #4d5b2a;
        color: #ffffff; }
      #elearning-side-menu ul li a.gold .fa::before {
        background-color: #c4a97c; }
      #elearning-side-menu ul li a.gold .title {
        background-color: #c4a97c;
        color: #ffffff; }
      #elearning-side-menu ul li a.dark-red .fa::before {
        background-color: #990000; }
      #elearning-side-menu ul li a.dark-red .title {
        background-color: #990000;
        color: #ffffff; }
      #elearning-side-menu ul li a.dark-gray .fa::before {
        background-color: #666666; }
      #elearning-side-menu ul li a.dark-gray .title {
        background-color: #666666;
        color: #ffffff; }
  @media screen and (max-width: 800px) {
    #elearning-side-menu {
      top: auto;
      bottom: 40px; }
      #elearning-side-menu ul {
        width: 50px;
        border: 2px solid #808285; }
        #elearning-side-menu ul li {
          display: none; }
        #elearning-side-menu ul li.top-btn {
          display: inline-block; }
          #elearning-side-menu ul li.top-btn .title {
            display: none; }
          #elearning-side-menu ul li.top-btn a.arrow .fa::before {
            height: 8px;
            width: 10px;
            border-width: 0;
            border-radius: 100%;
            font-size: 1em;
            background-color: transparent;
            padding-left: 8px;
            padding-bottom: 24px;
            padding-top: 10px; } }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.hide {
  display: none !important; }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

/*# sourceMappingURL=elearning-2017.css.map */