@charset "UTF-8";
/*!
Theme Name: Alderson Broaddus University
Description:
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aldersonbroaddusuniversity
*/
/*!
 *  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("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/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 {
  -webkit-filter: none;
          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; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

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

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

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

.float-left {
  float: left; }

.float-none {
  float: none; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-both,
.clear {
  clear: both; }

.clear-right {
  clear: right; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.hidden-sm {
  display: none; }
  @media screen and (min-width: 48em) {
    .hidden-sm {
      display: block; } }

.hvr-grow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.container {
  margin: 0 auto;
  width: 85%;
  max-width: 71.25em; }

.container .row {
  margin-left: -1%;
  margin-right: -1%; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
    min-height: 1px; }
    .row .col[class*="pull-"], .row .col[class*="push-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media screen and (min-width: 48em) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media screen and (min-width: 62em) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media screen and (min-width: 75em) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

body {
  background: #fff; }

/** Clearings **/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/** Infinite Scroll **/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

/** Accessibility **/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  bottom: 0; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.sticky {
  display: block; }

.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.widget {
  margin: 0; }
  .widget select {
    max-width: 100%; }

.error-404 {
  text-align: center; }
  .error-404 .page-title {
    background: #fff;
    border-radius: 15px;
    color: #000;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    padding: 1em;
    margin: 2em 0; }

/** Image Sizes **/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  height: auto;
  max-width: 100%; }

video {
  height: auto !important;
  width: 100% !important; }

/** Image Alignment **/
img.alignright {
  float: none; }
  @media screen and (min-width: 62em) {
    img.alignright {
      float: right;
      margin-left: 2.5rem; } }

img.alignleft {
  float: none; }
  @media screen and (min-width: 62em) {
    img.alignleft {
      float: left;
      margin-right: 2.5rem; } }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignnone {
  clear: both;
  margin: 1rem 0; }

/** Image Caption **/
.wp-caption {
  background: #EEE;
  max-width: 100% !important;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption .wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/** Image Gallery **/
.gallery .gallery-item {
  display: inline-block;
  margin: 1%;
  overflow: hidden;
  position: relative; }
  .gallery .gallery-item .gallery-icon {
    text-align: center; }
    .gallery .gallery-item .gallery-icon a img {
      vertical-align: bottom; }

.gallery > br {
  display: none; }

.gallery-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFF;
  display: none;
  font-size: 0.8em;
  left: 0;
  line-height: 1;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery-columns-1 .gallery-item {
  width: 98%; }

.gallery-columns-2 .gallery-item {
  width: 48%; }

.gallery-columns-3 .gallery-item {
  width: 31.3%; }

/** Galleries no more then 4 to a row on small screens **/
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 23%; }

/** Change gallery to proper spacing on larger screens **/
@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    width: 18%; }
  .gallery-columns-6 .gallery-item {
    width: 14.6%; }
  .gallery-columns-7 .gallery-item {
    width: 12.2%; }
  .gallery-columns-8 .gallery-item {
    width: 10.5%; }
  .gallery-columns-9 .gallery-item {
    width: 9.1%; } }

/** Video Player **/
.wp-video {
  margin: 1em 0; }

/** Google Maps **/
.google_map iframe {
  pointer-events: none; }

/** Placeholders **/
form {
  text-align: left; }

::-webkit-input-placeholder {
  color: #999;
  font-style: normal;
  font-weight: 400; }

:-moz-placeholder {
  color: #999;
  font-style: normal;
  font-weight: 400; }

::-moz-placeholder {
  color: #999;
  font-style: normal;
  font-weight: 400; }

:-ms-input-placeholder {
  /* IE 10-11 */
  color: #999;
  font-style: normal;
  font-weight: 400; }

::-ms-input-placeholder {
  /* IE EDGE */
  color: #999;
  font-style: normal;
  font-weight: 400; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus:-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus:-ms-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/** Labels **/
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

/** Inputs **/
textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 0;
  color: #444;
  font-size: 1em;
  letter-spacing: normal;
  outline: none;
  outline-offset: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%; }
  textarea:focus, textarea:active,
  select:focus,
  select:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="password"]:focus,
  input[type="password"]:active {
    background: #FFF;
    border: 1px solid #999; }

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  line-height: 42px;
  height: 42px;
  padding: 0 8px; }

.gform_wrapper select {
  line-height: 42px;
  height: 42px;
  padding: 0 8px; }

input[type="image"] {
  border: none;
  padding: 0;
  width: auto; }

.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
  margin-top: 0 !important;
  margin-right: 5px; }

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important; }

textarea {
  resize: none;
  padding: 8px; }

select {
  font-size: 1em;
  font-family: inherit;
  overflow: hidden;
  letter-spacing: normal;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button; }
  select option {
    padding: 2px 10px !important;
    display: block; }
  select:focus {
    border: 0;
    outline: 1px ridge #999;
    -webkit-border-radius: 0;
    -webkit-appearance: menulist-button; }

.gform_wrapper select, .ui-datepicker select {
  padding: 5px !important;
  outline: 1px ridge #DDD;
  line-height: 42px;
  height: 42px;
  padding: 0 8px; }

/** Search Forms **/
.error-404 #searchform {
  margin: 1em 0;
  max-width: 481px; }

#searchform {
  height: 42px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem; }
  #searchform label {
    display: none; }
  #searchform #s {
    padding-right: 12%;
    width: 100%; }
  #searchform #searchsubmit {
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%; }

/** Password Forms **/
.post-password-form label {
  display: block; }

.post-password-form input[type="password"] {
  margin-top: 4px;
  margin-bottom: 1em; }

@media screen and (min-width: 48em) {
  input[type="submit"],
  input[type="button"],
  button[type="submit"],
  a.button {
    padding-left: 2em;
    padding-right: 2em;
    width: auto; }
  .post-password-form input[type="password"] {
    display: block;
    width: 50%; } }

/** Datepicker **/
#ui-datepicker-div {
  margin-top: 0 !important; }

.ui-datepicker {
  overflow: hidden; }
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    margin-top: 10px; }
  .ui-datepicker .ui-datepicker-title {
    overflow: hidden;
    margin: 0; }
    .ui-datepicker .ui-datepicker-title select {
      color: #fff;
      background: none;
      outline: none; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
      float: left;
      width: 30%; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
      float: right;
      width: 33%; }

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #404040; }

/** Headings **/
h1,
h2,
h3 {
  font-family: "Bitter", serif;
  font-style: normal; }

/** Body **/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px; }

@media screen and (min-width: 48em) {
  ol,
  ul {
    margin-left: 1.5rem; } }

ul {
  list-style: inside; }
  @media screen and (min-width: 48em) {
    ul {
      list-style: outside; } }

ol {
  list-style: decimal;
  margin-left: 1.5rem; }
  ol ol {
    list-style: lower-alpha; }

blockquote,
q {
  quotes: "" ""; }
  blockquote:after, blockquote:before,
  q:after,
  q:before {
    content: ""; }

b,
code,
em,
small,
strong {
  line-height: 1; }

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  width: 100%; }
  table thead {
    font-weight: 700; }
  table tr {
    border: 1px #000 solid; }
  table td {
    border: 1px #000 solid;
    padding: 0.25em; }

/** Copy **/
cite,
dfn,
em,
i {
  font-style: italic; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

ins,
mark {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

a {
  color: #003865;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: underline; }
  a:visited {
    color: #003865; }
    a:visited:hover {
      color: #000e19;
      text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #000e19;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.btn,
a.btn,
input[type="submit"],
input[type="button"],
button[type="submit"],
a.button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background: transparent;
  color: #003865;
  border: 2px #003865 solid; }
  @media screen and (min-width: 48em) {
    .btn,
    a.btn,
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    a.button {
      display: inline-block;
      width: auto; } }
  .btn:visited,
  a.btn:visited,
  input[type="submit"]:visited,
  input[type="button"]:visited,
  button[type="submit"]:visited,
  a.button:visited {
    color: #003865;
    background: transparent; }
  .btn.focus, .btn:focus, .btn:hover,
  a.btn.focus,
  a.btn:focus,
  a.btn:hover,
  input[type="submit"].focus,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  input[type="button"].focus,
  input[type="button"]:focus,
  input[type="button"]:hover,
  button[type="submit"].focus,
  button[type="submit"]:focus,
  button[type="submit"]:hover,
  a.button.focus,
  a.button:focus,
  a.button:hover {
    text-decoration: none;
    color: #fff;
    background: #003865; }
  .btn.active, .btn:active,
  a.btn.active,
  a.btn:active,
  input[type="submit"].active,
  input[type="submit"]:active,
  input[type="button"].active,
  input[type="button"]:active,
  button[type="submit"].active,
  button[type="submit"]:active,
  a.button.active,
  a.button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.btn-solid,
  a.btn.btn-solid,
  input[type="submit"].btn-solid,
  input[type="button"].btn-solid,
  button[type="submit"].btn-solid,
  a.button.btn-solid {
    color: #fff;
    background: #003865; }
    .btn.btn-solid:hover,
    a.btn.btn-solid:hover,
    input[type="submit"].btn-solid:hover,
    input[type="button"].btn-solid:hover,
    button[type="submit"].btn-solid:hover,
    a.button.btn-solid:hover {
      background: #001c32;
      border-color: #001c32; }
  .btn.btn-full,
  a.btn.btn-full,
  input[type="submit"].btn-full,
  input[type="button"].btn-full,
  button[type="submit"].btn-full,
  a.button.btn-full {
    display: block;
    width: 100%; }
  .btn.btn-secondary,
  a.btn.btn-secondary,
  input[type="submit"].btn-secondary,
  input[type="button"].btn-secondary,
  button[type="submit"].btn-secondary,
  a.button.btn-secondary {
    background: transparent;
    color: #FFB81C;
    border: 2px #FFB81C solid; }
    .btn.btn-secondary:visited,
    a.btn.btn-secondary:visited,
    input[type="submit"].btn-secondary:visited,
    input[type="button"].btn-secondary:visited,
    button[type="submit"].btn-secondary:visited,
    a.button.btn-secondary:visited {
      color: #FFB81C;
      background: transparent; }
    .btn.btn-secondary.focus, .btn.btn-secondary:focus, .btn.btn-secondary:hover,
    a.btn.btn-secondary.focus,
    a.btn.btn-secondary:focus,
    a.btn.btn-secondary:hover,
    input[type="submit"].btn-secondary.focus,
    input[type="submit"].btn-secondary:focus,
    input[type="submit"].btn-secondary:hover,
    input[type="button"].btn-secondary.focus,
    input[type="button"].btn-secondary:focus,
    input[type="button"].btn-secondary:hover,
    button[type="submit"].btn-secondary.focus,
    button[type="submit"].btn-secondary:focus,
    button[type="submit"].btn-secondary:hover,
    a.button.btn-secondary.focus,
    a.button.btn-secondary:focus,
    a.button.btn-secondary:hover {
      color: #fff;
      background: #FFB81C; }
    .btn.btn-secondary.btn-solid,
    a.btn.btn-secondary.btn-solid,
    input[type="submit"].btn-secondary.btn-solid,
    input[type="button"].btn-secondary.btn-solid,
    button[type="submit"].btn-secondary.btn-solid,
    a.button.btn-secondary.btn-solid {
      color: #fff;
      background: #FFB81C; }
      .btn.btn-secondary.btn-solid:hover,
      a.btn.btn-secondary.btn-solid:hover,
      input[type="submit"].btn-secondary.btn-solid:hover,
      input[type="button"].btn-secondary.btn-solid:hover,
      button[type="submit"].btn-secondary.btn-solid:hover,
      a.button.btn-secondary.btn-solid:hover {
        background: #e89f00;
        border-color: #e89f00; }

.blog-posts {
  background: #fcfcfc;
  padding: 2rem 0;
  /* General Blog Styles */
  /* Read More Link */
  /* Posts Navigation */ }
  .blog-posts h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
    color: #003865;
    text-align: left; }
  .blog-posts h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0.5rem; }
    .blog-posts h2 a {
      text-decoration: none; }
      .blog-posts h2 a:hover {
        text-decoration: underline; }
  .blog-posts p {
    text-align: left;
    text-indent: 0;
    margin-bottom: 1.5rem; }
  .blog-posts img {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 48em) {
      .blog-posts img {
        margin-top: 2rem; }
        .blog-posts img.alignleft {
          margin-right: 2rem; }
        .blog-posts img.alignright {
          margin-left: 2rem; } }
  .blog-posts .entry-meta {
    text-align: left;
    margin: 0rem 0 1.5rem 0; }
    .blog-posts .entry-meta .posted-on {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold; }
      .blog-posts .entry-meta .posted-on a {
        text-decoration: none; }
        .blog-posts .entry-meta .posted-on a:hover {
          text-decoration: underline; }
    .blog-posts .entry-meta .byline {
      display: none; }
  .blog-posts a.more-link {
    text-decoration: none;
    background: transparent;
    border: 2px #003865 solid;
    color: #003865;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: bold;
    text-align: center;
    display: block;
    max-width: 225px;
    padding: 0.5rem 1rem; }
    .blog-posts a.more-link:hover {
      background: #003865;
      color: #fff; }
  .blog-posts .post-navigation,
  .blog-posts .navigation.pagination {
    float: left;
    width: 100%;
    margin: 0.5rem 0 1.5rem; }
    .blog-posts .post-navigation .nav-previous,
    .blog-posts .navigation.pagination .nav-previous {
      float: left; }
    .blog-posts .post-navigation .nav-next,
    .blog-posts .navigation.pagination .nav-next {
      float: right; }
    .blog-posts .post-navigation a,
    .blog-posts .navigation.pagination a {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-transition: .3s;
      transition: .3s;
      background: transparent;
      border: 2px #003865 solid;
      color: #003865;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      padding: 0 0.5rem; }
      .blog-posts .post-navigation a:hover,
      .blog-posts .navigation.pagination a:hover {
        color: #fff;
        background: #003865; }
    .blog-posts .post-navigation span.page-numbers,
    .blog-posts .navigation.pagination span.page-numbers {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-transition: .3s;
      transition: .3s;
      background: #003865;
      border: 2px #003865 solid;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      padding: 0 0.5rem; }
      .blog-posts .post-navigation span.page-numbers:hover,
      .blog-posts .navigation.pagination span.page-numbers:hover {
        color: #fff;
        background: #003865; }

/* Blog Main Content */
@media screen and (min-width: 48em) {
  .blog-posts main.blog-main {
    padding-right: 2rem; } }

/* Blog Main Content Posts */
.blog-posts article {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem; }
  .blog-posts article .entry-content h2, .blog-posts article .entry-content ul {
    margin-bottom: 1.5rem; }
  .blog-posts article .entry-content p:empty {
    margin: 0; }
  @media screen and (min-width: 75em) {
    .blog-posts article .entry-content .featured-image {
      float: right;
      margin: 0.5rem 0 1.5rem 1.5rem; }
      .blog-posts article .entry-content .featured-image img {
        margin: 0; } }
  @media screen and (max-width: 47.99em) {
    .blog-posts article .alignright,
    .blog-posts article .alignleft {
      display: block;
      margin: 2rem auto;
      float: none; } }
  .blog-posts article .cat-links {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700; }
  .blog-posts article .comments-link {
    display: none; }

/* Blog Post Comments */
.blog-posts #comments {
  text-align: left; }
  .blog-posts #comments h2 {
    font-size: 22px;
    font-size: 1.375rem; }
  .blog-posts #comments ol {
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #003865;
    padding-bottom: 2rem;
    margin-left: 0;
    margin-bottom: 1.5rem; }
    .blog-posts #comments ol.children {
      border: none;
      border-left: 1px solid #003865;
      padding: 0 0 0 1.5rem;
      margin-left: 1.5rem; }
    .blog-posts #comments ol li {
      margin-top: 1.5rem; }
    .blog-posts #comments ol img {
      margin: 0; }
    .blog-posts #comments ol .comment-metadata {
      font-size: 14px;
      font-size: 0.875rem; }
    .blog-posts #comments ol .comment-reply-link {
      background: #002a4c;
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none;
      color: #fff;
      border-radius: 3px;
      padding: 0.25rem 1rem;
      display: inline-block;
      margin-top: 0.5rem; }
      .blog-posts #comments ol .comment-reply-link:hover {
        background: #00467f; }
  .blog-posts #comments h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600; }
  .blog-posts #comments p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0.5rem; }
    .blog-posts #comments p label {
      float: left;
      width: 100%; }
  .blog-posts #comments p.comment-notes {
    font-style: italic;
    font-size: 14px;
    font-size: 0.875rem; }
  .blog-posts #comments p.comment-form-comment textarea {
    height: 100px; }
  .blog-posts #comments p.form-submit {
    margin-top: 2rem; }

/* Blog Posts Sidebar */
aside#secondary {
  margin-top: 2.5rem; }
  @media screen and (min-width: 48em) {
    aside#secondary {
      margin-top: 0;
      border-top: 0; } }
  aside#secondary h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    background: #FFB81C;
    padding: 0.5rem;
    margin-bottom: 0; }
  aside#secondary ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
    list-style: none;
    margin: 0; }
    aside#secondary ul li {
      border-top: 1px rgba(0, 0, 0, 0.25) solid;
      padding: 0.45rem; }
  aside#secondary a {
    text-decoration: none; }
    aside#secondary a:hover {
      text-decoration: underline; }
  aside#secondary input,
  aside#secondary textarea {
    width: 100%; }
  aside#secondary section {
    background: #fff;
    border: 1px rgba(0, 0, 0, 0.25) solid;
    margin-bottom: 2rem;
    /* Search Widget */
    /* Recent Posts Widget */ }
    aside#secondary section.widget_search {
      border: none;
      padding: 0;
      margin-bottom: 0; }
      aside#secondary section.widget_search #searchform {
        margin-bottom: 2rem; }
    aside#secondary section.widget_recent_entries .post-date {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      display: block; }
  aside#secondary .subscribe {
    padding: 0 1rem 0; }
    aside#secondary .subscribe label {
      display: none; }

/* Single Blog Posts */
.single .blog-posts article.post .entry-content img {
  display: block; }

/* Search Results Blog Posts */
.search-results .blog-posts h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #000e19;
  margin-bottom: 1.5rem; }

.nav-links a.page-numbers:nth-last-of-type(2),
.nav-links span.page-numbers.dots {
  display: none !important; }

body.woocommerce.woocommerce-page {
  /* Woocommerce General Styles */
  /* Woocommerce Product Archives */
  /* Woocommerce Single Product */
  /* Woocommerce Sidebar */ }
  body.woocommerce.woocommerce-page .button {
    text-transform: none;
    background: #003865;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 62em) {
      body.woocommerce.woocommerce-page .button {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 75em) {
      body.woocommerce.woocommerce-page .button {
        font-size: 16px;
        font-size: 1rem; } }
    body.woocommerce.woocommerce-page .button.disabled {
      background-color: #003865; }
      body.woocommerce.woocommerce-page .button.disabled:hover {
        background-color: #FFB81C; }
    body.woocommerce.woocommerce-page .button:hover {
      background: #FFB81C;
      text-decoration: none !important; }
  body.woocommerce.woocommerce-page table * {
    border: none; }
  body.woocommerce.woocommerce-page span.onsale {
    background-color: #FFB81C; }
  @media screen and (min-width: 62em) {
    body.woocommerce.woocommerce-page.archive #container {
      padding-right: 3rem; } }
  body.woocommerce.woocommerce-page.archive h1 {
    color: #003865; }
  @media screen and (max-width: 47.99em) {
    body.woocommerce.woocommerce-page.archive .woocommerce-ordering {
      float: left;
      clear: both;
      margin-top: 1rem;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.99em) {
    body.woocommerce.woocommerce-page.archive .form-wppp-select.products-per-page {
      float: left !important;
      clear: both;
      margin: 0 !important; } }
  body.woocommerce.woocommerce-page.archive ul.products {
    padding-top: 2.5rem; }
    body.woocommerce.woocommerce-page.archive ul.products li.product {
      padding: 0.5rem; }
    body.woocommerce.woocommerce-page.archive ul.products span.price {
      color: #FFB81C; }
    body.woocommerce.woocommerce-page.archive ul.products a.added_to_cart {
      color: #FFB81C;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700; }
      body.woocommerce.woocommerce-page.archive ul.products a.added_to_cart:hover {
        color: #003865; }
  @media screen and (min-width: 62em) {
    body.woocommerce.woocommerce-page.single #container {
      padding-right: 2rem; } }
  body.woocommerce.woocommerce-page.single .product {
    margin-top: 2.5rem; }
    body.woocommerce.woocommerce-page.single .product h1 {
      color: #003865;
      line-height: 1;
      margin-bottom: 0.5rem; }
    body.woocommerce.woocommerce-page.single .product .images {
      margin-top: 0.5rem; }
    body.woocommerce.woocommerce-page.single .product .summary p {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 0.5rem; }
      body.woocommerce.woocommerce-page.single .product .summary p.price {
        font-size: 18px;
        font-size: 1.125rem;
        color: #FFB81C; }
    body.woocommerce.woocommerce-page.single .product .cart {
      margin: 1.5rem 0; }
      @media screen and (max-width: 47.99em) {
        body.woocommerce.woocommerce-page.single .product .cart .quantity {
          margin-bottom: 1rem; } }
      body.woocommerce.woocommerce-page.single .product .cart .quantity, body.woocommerce.woocommerce-page.single .product .cart input {
        height: 36px; }
        @media screen and (max-width: 47.99em) {
          body.woocommerce.woocommerce-page.single .product .cart .quantity, body.woocommerce.woocommerce-page.single .product .cart input {
            width: 100%; } }
    body.woocommerce.woocommerce-page.single .product .product_meta {
      font-weight: 700;
      font-size: 12px;
      font-size: 0.75rem; }
      body.woocommerce.woocommerce-page.single .product .product_meta > span {
        display: block; }
    body.woocommerce.woocommerce-page.single .product .variations {
      margin-bottom: 0; }
      body.woocommerce.woocommerce-page.single .product .variations * {
        padding: 0; }
      body.woocommerce.woocommerce-page.single .product .variations td {
        line-height: normal; }
    body.woocommerce.woocommerce-page.single .product .woocommerce-variation-availability {
      margin-top: 1.5rem; }
  body.woocommerce.woocommerce-page.single .woocommerce-Tabs-panel h2 {
    color: #003865;
    margin-bottom: 1rem; }
  body.woocommerce.woocommerce-page.single .related.products {
    clear: both;
    background: #fff;
    border: 1px rgba(0, 0, 0, 0.25) solid; }
    body.woocommerce.woocommerce-page.single .related.products h2 {
      background: #FFB81C;
      color: #fff;
      margin-bottom: 1rem;
      padding: 0.5rem; }
    body.woocommerce.woocommerce-page.single .related.products ul.products {
      padding: 1rem; }
    body.woocommerce.woocommerce-page.single .related.products li {
      margin: 0; }
  body.woocommerce.woocommerce-page aside#secondary.woo-widget-area {
    /* Search Form */
    /* Sidebar Shopping Cart */ }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area h2 {
      font-size: 18px;
      font-size: 1.125rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area ins {
      background: #1998ff;
      color: #FFB81C; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area img {
      position: relative;
      top: 5px; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_product_search {
      border: none;
      padding: 0;
      margin-bottom: 0; }
      body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_product_search #searchform {
        margin-bottom: 2rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart h2 {
      margin-bottom: 0.5rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart .widget_shopping_cart_content {
      padding: 0.5rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart li {
      border-top: none;
      border-bottom: 1px #eaeaea solid;
      padding-left: 1.75rem;
      padding-top: 0;
      margin-bottom: 0.5rem; }
      body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart li.empty {
        border: none;
        padding: 0.5rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart p.total {
      border: none;
      padding: 0.5rem 0 1rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart p.buttons a {
      margin-bottom: 0.75rem; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart a.remove {
      -webkit-transition: .3s;
      transition: .3s; }
      body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart a.remove:hover {
        text-decoration: none !important; }
    body.woocommerce.woocommerce-page aside#secondary.woo-widget-area .widget_shopping_cart dd {
      margin-bottom: 0; }

/* Main Shopping Cart */
body.woocommerce-page.woocommerce-cart .woocommerce,
body.woocommerce-page.woocommerce-checkout .woocommerce {
  margin-top: 2.5rem; }

body.woocommerce-page.woocommerce-cart table *,
body.woocommerce-page.woocommerce-checkout table * {
  border: none; }

body.woocommerce-page.woocommerce-cart table td,
body.woocommerce-page.woocommerce-checkout table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 62em) {
    body.woocommerce-page.woocommerce-cart table td.actions,
    body.woocommerce-page.woocommerce-checkout table td.actions {
      height: 75px; } }

body.woocommerce-page.woocommerce-cart dl, body.woocommerce-page.woocommerce-cart dt, body.woocommerce-page.woocommerce-cart dd,
body.woocommerce-page.woocommerce-checkout dl,
body.woocommerce-page.woocommerce-checkout dt,
body.woocommerce-page.woocommerce-checkout dd {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

body.woocommerce-page.woocommerce-cart p,
body.woocommerce-page.woocommerce-checkout p {
  line-height: 1.5 !important; }

body.woocommerce-page.woocommerce-cart img,
body.woocommerce-page.woocommerce-checkout img {
  position: relative;
  top: 6px; }

body.woocommerce-page.woocommerce-cart #coupon_code,
body.woocommerce-page.woocommerce-checkout #coupon_code {
  width: 120px !important;
  height: 36px; }

body.woocommerce-page.woocommerce-cart .button,
body.woocommerce-page.woocommerce-checkout .button {
  text-transform: none;
  background: #003865;
  color: #fff;
  text-decoration: none; }
  body.woocommerce-page.woocommerce-cart .button:disabled,
  body.woocommerce-page.woocommerce-checkout .button:disabled {
    background-color: #003865;
    color: #fff; }
    body.woocommerce-page.woocommerce-cart .button:disabled:hover,
    body.woocommerce-page.woocommerce-checkout .button:disabled:hover {
      background-color: #FFB81C;
      color: #fff; }
  body.woocommerce-page.woocommerce-cart .button:hover,
  body.woocommerce-page.woocommerce-checkout .button:hover {
    background: #FFB81C;
    text-decoration: none !important; }

body.woocommerce-page.woocommerce-cart h2,
body.woocommerce-page.woocommerce-checkout h2 {
  color: #FFB81C;
  margin-bottom: 1rem; }

/* Checkout */
.checkout_coupon .form-row-first {
  float: left; }
  @media screen and (max-width: 47.99em) {
    .checkout_coupon .form-row-first {
      width: 100% !important; } }
  .checkout_coupon .form-row-first input#coupon_code {
    width: 100% !important; }
  @media screen and (min-width: 62em) {
    .checkout_coupon .form-row-first {
      width: 130px !important;
      margin-right: 15px !important;
      margin-bottom: 0 !important; } }

.checkout_coupon .form-row-last {
  float: left !important;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 47.99em) {
    .checkout_coupon .form-row-last {
      width: 100% !important; }
      .checkout_coupon .form-row-last input {
        width: 100% !important; } }

#payment {
  margin-bottom: 2.5rem; }
  #payment .button {
    color: #fff;
    background: #003865;
    padding-left: 1rem; }
    #payment .button:hover {
      background: #FFB81C;
      color: #fff; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  text-align: left;
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  margin: 0;
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu > ul {
  position: absolute;
  width: 100%;
  top: 54px;
  z-index: 9999; }

.slicknav_menu {
  font-size: 18px;
  font-size: 1.125rem;
  background: #FFB81C;
  display: block;
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 62em) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 0.1em; }
  .slicknav_menu .slicknav_arrow {
    color: transparent;
    float: right;
    position: relative;
    top: 2px; }
    .slicknav_menu .slicknav_arrow:before {
      color: #fff;
      font-family: FontAwesome;
      content: "\f063";
      position: absolute;
      right: 1px; }
  .slicknav_menu ul ul .slicknav_arrow:before,
  .slicknav_menu ul ul ul .slicknav_arrow:before {
    content: "\f063"; }

.slicknav_btn {
  border-radius: 3px;
  border: 2px #fff solid;
  background-color: transparent;
  margin: 0.5em 0.5em 0.5em 0; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.25em; }

.slicknav_nav {
  background: #00467f;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0; }
  .slicknav_nav > li {
    border-bottom: 1px #fff solid; }
    .slicknav_nav > li:last-child {
      border: 0; }
  .slicknav_nav ul {
    margin: 0; }
    .slicknav_nav ul a {
      padding-left: 1.5em; }
    .slicknav_nav ul ul a {
      padding-left: 2.5em; }
    .slicknav_nav ul ul ul a {
      padding-left: 3.5rem !important; }
    .slicknav_nav ul.sub-menu {
      border-top: 1px #fff solid; }
      .slicknav_nav ul.sub-menu li {
        background: #003865;
        border-bottom: 1px #fff solid; }
        .slicknav_nav ul.sub-menu li:last-of-type {
          border-bottom: none; }
        .slicknav_nav ul.sub-menu li a {
          padding-left: 1.5em; }
      .slicknav_nav ul.sub-menu .sub-menu li {
        background: #002a4c; }
      .slicknav_nav ul.sub-menu .sub-menu a {
        padding-left: 2.5em; }
      .slicknav_nav ul.sub-menu .sub-menu .sub-menu li {
        background: #001c32; }
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 10px; }
    .slicknav_nav .slicknav_row:hover {
      background: #00467f; }
      .slicknav_nav .slicknav_row:hover > .slicknav_arrow {
        color: #00467f; }
    .slicknav_nav .slicknav_row > a {
      padding-left: 0 !important; }
  .slicknav_nav a {
    border-radius: 0 !important;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    margin: 0; }
    .slicknav_nav a:hover {
      background: #00467f;
      color: #fff; }
      .slicknav_nav a:hover a {
        color: #fff; }

.slicknav_brand {
  color: #fff; }

.slicknav_icon {
  position: relative; }
  .slicknav_icon span {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: 0.3s, 0.4s;
            transition-duration: 0.3s, 0.4s;
    -webkit-transition-delay: 0s, 0.5s;
            transition-delay: 0s, 0.5s;
    position: absolute;
    margin: 0 !important; }
    .slicknav_icon span:nth-of-type(1) {
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: transform, top;
      transition-property: transform, top, -webkit-transform;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 0px; }
    .slicknav_icon span:nth-of-type(2) {
      -webkit-transition-property: opacity, top;
      transition-property: opacity, top;
      -webkit-transition-duration: 0.9s, 0.9s;
              transition-duration: 0.9s, 0.9s;
      top: 7px;
      opacity: 1; }
    .slicknav_icon span:nth-of-type(3) {
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: transform, top;
      transition-property: transform, top, -webkit-transform;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      top: 14px; }

.slicknav_open .slicknav_icon span {
  -webkit-transition-duration: 0.3s, 0.5s;
          transition-duration: 0.3s, 0.5s;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  top: 7px; }
  .slicknav_open .slicknav_icon span:nth-of-type(1) {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .slicknav_open .slicknav_icon span:nth-of-type(2) {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.1s, 0.2s;
            transition-duration: 0.1s, 0.2s;
    opacity: 0; }
  .slicknav_open .slicknav_icon span:nth-of-type(3) {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.slicknav_open .slicknav_arrow:before {
  font-family: FontAwesome;
  content: "\f062"; }

ul ul .slicknav_open .slicknav_arrow:before,
ul ul ul .slicknav_open .slicknav_arrow:before {
  font-family: FontAwesome;
  content: "\f062"; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/** Custom Parallax Sections **/
.parallax-section {
  overflow: hidden; }
  @media screen and (min-width: 62em) {
    .parallax-section {
      min-height: 600px; } }

.parallax-section .parallax-cover {
  display: none; }

@media screen and (min-width: 62em) {
  .parallax-section {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #BBB; }
  .parallax-section .parallax-cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .parallax-section .parallax-cover img {
    position: absolute;
    display: block;
    max-width: 2000px;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .parallax-section .parallax-content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2; } }

.site-header {
  z-index: 100; }
  .site-header .container {
    max-width: 95%;
    width: 95%; }

.site-header__top {
  background: #0b224d; }

.site-header__contact-info {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1rem;
  padding: 1rem 0; }
  @media screen and (min-width: 62em) {
    .site-header__contact-info {
      float: left;
      margin-bottom: 0;
      position: relative;
      top: 3px; } }
  .site-header__contact-info a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-right: 1rem; }
    .site-header__contact-info a:hover {
      color: #FFB81C; }
    @media screen and (max-width: 47.99em) {
      .site-header__contact-info a {
        background: #FFB81C;
        border-bottom: 3px #0071cb solid;
        border-radius: 10px;
        padding: 0.5rem;
        margin: 0.25rem 0; }
        .site-header__contact-info a:hover {
          color: #fff; } }

.site-header__social-icons {
  text-align: center;
  padding: 0.25rem 0 1rem; }
  @media screen and (min-width: 62em) {
    .site-header__social-icons {
      float: left;
      padding: 1rem 0;
      position: relative;
      top: 3px; } }
  .site-header__social-icons a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 0 0.5rem; }
    @media screen and (min-width: 62em) {
      .site-header__social-icons a {
        font-size: 21px;
        font-size: 1.3125rem;
        padding: 0 0 0 0.35rem; } }
    .site-header__social-icons a:hover {
      color: #FFB81C; }

.site-header__top-navigation {
  position: relative;
  z-index: 105; }
  @media screen and (max-width: 47.99em) {
    .site-header__top-navigation {
      max-width: 300px;
      margin: 0 auto; } }
  @media screen and (min-width: 62em) {
    .site-header__top-navigation {
      border-left: 1px #1d3869 solid;
      border-right: 1px #1d3869 solid;
      border-top: 1px #1d3869 solid;
      border-bottom: 1px #1d3869 solid;
      float: right; } }
  @media screen and (min-width: 1342px) {
    .site-header__top-navigation {
      border: none; } }
  .site-header__top-navigation ul#top-menu {
    text-align: center;
    list-style: none;
    margin: 0; }
    .site-header__top-navigation ul#top-menu > li:hover > ul,
    .site-header__top-navigation ul#top-menu > li.focus > ul {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .site-header__top-navigation ul#top-menu > li {
      display: inline-block;
      padding: 0.75rem 0.25rem 1.25rem;
      position: relative; }
      @media screen and (min-width: 62em) {
        .site-header__top-navigation ul#top-menu > li {
          border-right: 1px #1d3869 solid;
          padding: 0.75rem 0.5rem 1.25rem; } }
      @media screen and (min-width: 75em) {
        .site-header__top-navigation ul#top-menu > li {
          padding: 0.75rem 0.5rem 1.25rem; } }
      @media screen and (min-width: 62em) {
        .site-header__top-navigation ul#top-menu > li:first-of-type {
          margin-left: 20px; } }
      .site-header__top-navigation ul#top-menu > li:first-of-type a {
        background: #ffc02f;
        color: #fff;
        font-style: normal;
        -webkit-transition: .3s;
        transition: .3s;
        padding: 5px 10px; }
        @media screen and (min-width: 62em) {
          .site-header__top-navigation ul#top-menu > li:first-of-type a {
            position: relative;
            top: 5px;
            right: 10px; } }
        .site-header__top-navigation ul#top-menu > li:first-of-type a:hover {
          background: #ffc84f; }
      @media screen and (max-width: 74.99em) {
        .site-header__top-navigation ul#top-menu > li:nth-last-of-type(3) ul {
          left: auto;
          right: 0; }
          .site-header__top-navigation ul#top-menu > li:nth-last-of-type(3) ul li {
            text-align: right; }
        .site-header__top-navigation ul#top-menu > li:nth-last-of-type(3):hover > ul {
          left: auto;
          right: 0; } }
      @media screen and (min-width: 62em) {
        .site-header__top-navigation ul#top-menu > li:nth-last-of-type(2) ul, .site-header__top-navigation ul#top-menu > li:last-of-type ul {
          left: auto;
          right: 0; }
          .site-header__top-navigation ul#top-menu > li:nth-last-of-type(2) ul li, .site-header__top-navigation ul#top-menu > li:last-of-type ul li {
            text-align: right; }
        .site-header__top-navigation ul#top-menu > li:nth-last-of-type(2):hover > ul, .site-header__top-navigation ul#top-menu > li:last-of-type:hover > ul {
          left: auto;
          right: 0; } }
      .site-header__top-navigation ul#top-menu > li:last-of-type {
        border: 0; }
      .site-header__top-navigation ul#top-menu > li.honors-program-home {
        padding: 1.25rem 1rem !important; }
        .site-header__top-navigation ul#top-menu > li.honors-program-home a {
          background: none !important;
          padding: 0 !important; }
    .site-header__top-navigation ul#top-menu a {
      background: url("images/top-menu-arrow.png") no-repeat bottom center;
      color: #ffc02f;
      font-size: 14px;
      font-size: 0.875rem;
      font-style: italic;
      font-weight: 600;
      text-decoration: none;
      padding-bottom: 0.75rem; }
      @media screen and (min-width: 75em) {
        .site-header__top-navigation ul#top-menu a {
          font-size: 14px;
          font-size: 0.875rem; } }
      .site-header__top-navigation ul#top-menu a:hover {
        color: #fff; }
    .site-header__top-navigation ul#top-menu ul.sub-menu {
      background: #003865;
      text-align: left;
      -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
      border: 1px #fff solid;
      list-style: none;
      margin: 0;
      padding: 0.5rem 0;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform: translateY(1em);
          -ms-transform: translateY(1em);
              transform: translateY(1em);
      z-index: 3;
      -webkit-transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
      transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s; }
      .site-header__top-navigation ul#top-menu ul.sub-menu ul {
        position: absolute;
        top: -1px;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-1em);
            -ms-transform: translateY(-1em);
                transform: translateY(-1em);
        z-index: 3;
        -webkit-transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
        transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s; }
      .site-header__top-navigation ul#top-menu ul.sub-menu > li {
        position: relative;
        width: 12rem;
        padding: 0.5rem; }
        .site-header__top-navigation ul#top-menu ul.sub-menu > li.menu-item-has-children > a:after {
          font-size: 11px;
          font-size: 0.6875rem;
          font-family: FontAwesome;
          content: "\f061";
          position: absolute;
          top: 0.7rem;
          right: 0.25rem; }
        .site-header__top-navigation ul#top-menu ul.sub-menu > li:hover > ul,
        .site-header__top-navigation ul#top-menu ul.sub-menu > li.focus > ul {
          visibility: visible;
          opacity: 1;
          z-index: 1;
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%);
          -webkit-transition-delay: .25s;
                  transition-delay: .25s; }
        .site-header__top-navigation ul#top-menu ul.sub-menu > li.current_page_item > a,
        .site-header__top-navigation ul#top-menu ul.sub-menu > li.current-menu-item > a,
        .site-header__top-navigation ul#top-menu ul.sub-menu > li.current_page_ancestor > a,
        .site-header__top-navigation ul#top-menu ul.sub-menu > li.current-menu-ancestor > a {
          color: #ffc02f;
          background: none; }
        .site-header__top-navigation ul#top-menu ul.sub-menu > li a {
          font-style: normal;
          background: none;
          text-transform: none;
          color: #fff;
          -webkit-transition: .3s;
          transition: .3s;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 1.2;
          text-decoration: none;
          display: block;
          width: 100%;
          padding: 0; }
          .site-header__top-navigation ul#top-menu ul.sub-menu > li a:hover, .site-header__top-navigation ul#top-menu ul.sub-menu > li a.focus {
            color: #ffc02f;
            background: none; }
        .site-header__top-navigation ul#top-menu ul.sub-menu > li:first-of-type {
          text-align: center;
          border: 0; }
          .site-header__top-navigation ul#top-menu ul.sub-menu > li:first-of-type a {
            border: 2px transparent solid;
            display: block;
            background: #ffc02f;
            color: #0b224d;
            padding: 0.5rem; }
            .site-header__top-navigation ul#top-menu ul.sub-menu > li:first-of-type a:hover {
              border: 2px #ffc02f solid;
              background: #0b224d;
              color: #ffc02f; }
      @media screen and (max-width: 61.99em) {
        .site-header__top-navigation ul#top-menu ul.sub-menu ul.sub-menu {
          left: 0; } }
      @media screen and (min-width: 62em) {
        .site-header__top-navigation ul#top-menu ul.sub-menu ul.sub-menu > li {
          width: 9rem; } }
      .site-header__top-navigation ul#top-menu ul.sub-menu ul.sub-menu > li:first-of-type {
        text-align: left;
        border: 0; }
        .site-header__top-navigation ul#top-menu ul.sub-menu ul.sub-menu > li:first-of-type a {
          border: none;
          display: block;
          background: none;
          color: #fff;
          padding: 0; }
          .site-header__top-navigation ul#top-menu ul.sub-menu ul.sub-menu > li:first-of-type a:hover {
            color: #ffc02f; }

.site-header__bottom {
  background: #1b386d;
  padding: 1.5rem 1rem; }
  @media screen and (min-width: 62em) {
    .site-header__bottom {
      background: url("images/abu-seal.png") no-repeat 80% 50% #1b386d;
      -webkit-background-size: contain;
              background-size: contain;
      padding: 2.5rem 0 1rem; } }

.site-header__branding {
  text-align: center; }
  @media screen and (min-width: 62em) {
    .site-header__branding {
      float: left;
      width: 35%;
      margin-bottom: 2.5rem; } }

.holiday-logo {
  margin: 2rem auto 0; }
  @media screen and (min-width: 62em) {
    .holiday-logo {
      position: absolute;
      max-width: 200px;
      top: 65px;
      left: -70px;
      right: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 75em) {
    .holiday-logo {
      left: -130px;
      top: 70px; } }

/* Custom Google Search */
.site-header__search {
  max-width: 300px;
  margin: 0.5rem auto 0; }
  @media screen and (min-width: 62em) {
    .site-header__search {
      float: right;
      width: 300px; } }
  .site-header__search td {
    padding: 0 !important; }
  .site-header__search .gsc-input-box {
    background: transparent !important;
    max-width: 95% !important;
    border-bottom: 2px #FFB81C solid !important; }
    .site-header__search .gsc-input-box:focus {
      border: 0 !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .site-header__search input {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff !important;
    border: 0 !important;
    background: transparent !important;
    text-indent: 0 !important;
    padding: 0.5rem !important; }
    .site-header__search input:focus {
      border: 0 !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .site-header__search button {
    color: #FFB81C !important;
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
    .site-header__search button:hover {
      background: transparent !important;
      border: 0 !important; }
  .site-header__search .gscb_a {
    position: relative;
    top: 3px; }
  .site-header__search ::-webkit-input-placeholder {
    color: transparent; }
  .site-header__search :-moz-placeholder {
    color: transparent; }
  .site-header__search ::-moz-placeholder {
    color: transparent; }
  .site-header__search :-ms-input-placeholder {
    /* IE 10-11 */
    color: transparent; }
  .site-header__search ::-ms-input-placeholder {
    /* IE EDGE */
    color: transparent; }

.gstl_50.gssb_c {
  display: none !important; }

.gsc-adBlock {
  display: none !important; }

a.gs-title b {
  -webkit-transition: .3s !important;
  transition: .3s !important; }

/* Main Navigation */
.main-navigation {
  clear: both;
  width: 100%;
  display: none;
  position: relative;
  z-index: 99;
  /* Primary Menu */ }
  @media screen and (min-width: 62em) {
    .main-navigation {
      display: block; } }
  .main-navigation ul#primary-menu {
    text-align: center;
    list-style: none;
    display: table;
    margin: 0 auto;
    padding-left: 0;
    /* Sub Menus */ }
    .main-navigation ul#primary-menu > li:hover > ul,
    .main-navigation ul#primary-menu > li.focus > ul {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .main-navigation ul#primary-menu > li {
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 62em) {
        .main-navigation ul#primary-menu > li {
          margin: 0 0.35rem; } }
      @media screen and (min-width: 75em) {
        .main-navigation ul#primary-menu > li {
          margin: 0 1rem; } }
      @media screen and (min-width: 1400px) {
        .main-navigation ul#primary-menu > li {
          margin: 0 1.8rem; } }
      .main-navigation ul#primary-menu > li:hover > a,
      .main-navigation ul#primary-menu > li.focus > a {
        color: #fff; }
      .main-navigation ul#primary-menu > li:nth-of-type(7) ul.sub-menu, .main-navigation ul#primary-menu > li:last-of-type ul.sub-menu {
        left: auto;
        right: 0; }
        .main-navigation ul#primary-menu > li:nth-of-type(7) ul.sub-menu li, .main-navigation ul#primary-menu > li:last-of-type ul.sub-menu li {
          text-align: right; }
          .main-navigation ul#primary-menu > li:nth-of-type(7) ul.sub-menu li.menu-item-has-children > a:after, .main-navigation ul#primary-menu > li:last-of-type ul.sub-menu li.menu-item-has-children > a:after {
            content: "\f060";
            left: 0.75rem;
            right: auto; }
        .main-navigation ul#primary-menu > li:nth-of-type(7) ul.sub-menu ul.sub-menu, .main-navigation ul#primary-menu > li:last-of-type ul.sub-menu ul.sub-menu {
          right: 100%;
          left: auto; }
      .main-navigation ul#primary-menu > li:nth-of-type(7):hover > ul, .main-navigation ul#primary-menu > li:last-of-type:hover > ul {
        left: auto;
        right: 0; }
      .main-navigation ul#primary-menu > li:nth-of-type(7) ul.sub-menu > li {
        width: 17rem; }
        .main-navigation ul#primary-menu > li:nth-of-type(7) ul.sub-menu > li ul.sub-menu > li {
          width: 18rem; }
      .main-navigation ul#primary-menu > li:last-of-type ul.sub-menu > li {
        width: 20rem; }
      .main-navigation ul#primary-menu > li.current_page_item > a,
      .main-navigation ul#primary-menu > li.current-menu-item > a,
      .main-navigation ul#primary-menu > li.current_page_ancestor > a,
      .main-navigation ul#primary-menu > li.current-menu-ancestor > a {
        color: #fff; }
      .main-navigation ul#primary-menu > li a {
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-transition: .3s;
        transition: .3s;
        text-transform: uppercase;
        color: #FFB81C;
        text-decoration: none;
        display: block; }
        @media screen and (min-width: 62em) {
          .main-navigation ul#primary-menu > li a {
            font-size: 15px;
            font-size: 0.9375rem; } }
        @media screen and (min-width: 75em) {
          .main-navigation ul#primary-menu > li a {
            font-size: 16px;
            font-size: 1rem; } }
    .main-navigation ul#primary-menu ul.sub-menu {
      text-align: left;
      -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
      border: 1px #fff solid;
      list-style: none;
      margin: 0;
      padding: 0;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform: translateY(1em);
          -ms-transform: translateY(1em);
              transform: translateY(1em);
      z-index: 99;
      -webkit-transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
      transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s; }
      .main-navigation ul#primary-menu ul.sub-menu ul {
        position: absolute;
        top: -1px;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-1em);
            -ms-transform: translateY(-1em);
                transform: translateY(-1em);
        z-index: 3;
        -webkit-transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
        transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s; }
      .main-navigation ul#primary-menu ul.sub-menu > li {
        border-bottom: 1px #fff solid;
        position: relative;
        width: 14rem; }
        .main-navigation ul#primary-menu ul.sub-menu > li.menu-item-has-children > a:after {
          font-size: 14px;
          font-size: 0.875rem;
          font-family: FontAwesome;
          content: "\f061";
          position: absolute;
          top: 0.5rem;
          right: 0.75rem; }
        .main-navigation ul#primary-menu ul.sub-menu > li:last-of-type {
          border: 0; }
        .main-navigation ul#primary-menu ul.sub-menu > li:hover > ul,
        .main-navigation ul#primary-menu ul.sub-menu > li.focus > ul {
          visibility: visible;
          opacity: 1;
          z-index: 1;
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%);
          -webkit-transition-delay: .25s;
                  transition-delay: .25s; }
        .main-navigation ul#primary-menu ul.sub-menu > li.current_page_item > a,
        .main-navigation ul#primary-menu ul.sub-menu > li.current-menu-item > a,
        .main-navigation ul#primary-menu ul.sub-menu > li.current_page_ancestor > a,
        .main-navigation ul#primary-menu ul.sub-menu > li.current-menu-ancestor > a {
          background: #FFB81C; }
        .main-navigation ul#primary-menu ul.sub-menu > li a {
          text-transform: none;
          background: #003865;
          color: #fff;
          -webkit-transition: .3s;
          transition: .3s;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 1.2;
          text-decoration: none;
          display: block;
          width: 100%;
          padding: 0.5rem; }
          .main-navigation ul#primary-menu ul.sub-menu > li a:hover, .main-navigation ul#primary-menu ul.sub-menu > li a.focus {
            background: #FFB81C; }

#primary.front-page {
  padding-bottom: 0; }
  #primary.front-page h1, #primary.front-page h2, #primary.front-page h3, #primary.front-page p, #primary.front-page ul, #primary.front-page ol, #primary.front-page hr {
    margin-bottom: 1.5rem; }
  #primary.front-page h1, #primary.front-page h2, #primary.front-page h3 {
    line-height: 1.2; }
  #primary.front-page h1 {
    font-size: 27px;
    font-size: 1.6875rem; }
    @media screen and (min-width: 48em) {
      #primary.front-page h1 {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (min-width: 62em) {
      #primary.front-page h1 {
        font-size: 33px;
        font-size: 2.0625rem; } }
    @media screen and (min-width: 75em) {
      #primary.front-page h1 {
        font-size: 36px;
        font-size: 2.25rem; } }
  #primary.front-page h2 {
    font-size: 21px;
    font-size: 1.3125rem; }
    @media screen and (min-width: 48em) {
      #primary.front-page h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 62em) {
      #primary.front-page h2 {
        font-size: 27px;
        font-size: 1.6875rem; } }
    @media screen and (min-width: 62em) {
      #primary.front-page h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
  #primary.front-page h3 {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 48em) {
      #primary.front-page h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 62em) {
      #primary.front-page h3 {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 75em) {
      #primary.front-page h3 {
        font-size: 24px;
        font-size: 1.5rem; } }
  #primary.front-page p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2; }
  #primary.front-page ul, #primary.front-page ol {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  #primary.front-page .front-page__section1 {
    border-bottom: 5px #FFB81C solid;
    position: relative;
    max-width: 2000px;
    margin: 0 auto; }
    @media screen and (max-width: 47.99em) {
      #primary.front-page .front-page__section1 {
        background: #003865;
        padding: 1rem 2rem 2rem; } }
    #primary.front-page .front-page__section1 ul {
      margin: 0; }
    #primary.front-page .front-page__section1 .meta-slider {
      position: relative; }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section1 .meta-slider {
          z-index: 1; } }
      #primary.front-page .front-page__section1 .meta-slider * {
        border: 0 !important; }
      @media screen and (max-width: 47.99em) {
        #primary.front-page .front-page__section1 .meta-slider {
          margin-bottom: 2.5rem; } }
    #primary.front-page .front-page__section1 .slider-content {
      text-align: center; }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section1 .slider-content {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          right: 0;
          z-index: 2; } }
      #primary.front-page .front-page__section1 .slider-content h2 {
        text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.75), 2px 2px 20px rgba(0, 0, 0, 0.75), 2px 2px 20px rgba(0, 0, 0, 0.75);
        text-transform: uppercase;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0; }
        @media screen and (min-width: 48em) {
          #primary.front-page .front-page__section1 .slider-content h2 {
            font-size: 30px;
            font-size: 1.875rem;
            padding-top: 10rem; } }
        @media screen and (min-width: 62em) {
          #primary.front-page .front-page__section1 .slider-content h2 {
            padding-top: 12rem; } }
        @media screen and (min-width: 75em) {
          #primary.front-page .front-page__section1 .slider-content h2 {
            padding-top: 15rem; } }
        @media screen and (min-width: 1400px) {
          #primary.front-page .front-page__section1 .slider-content h2 {
            font-size: 40px;
            font-size: 2.5rem;
            padding-top: 15rem; } }
        #primary.front-page .front-page__section1 .slider-content h2 strong {
          text-transform: none;
          font-family: "Bitter", serif;
          font-weight: 700;
          font-size: 45px;
          font-size: 2.8125rem; }
          @media screen and (min-width: 48em) {
            #primary.front-page .front-page__section1 .slider-content h2 strong {
              font-size: 75px;
              font-size: 4.6875rem; } }
          @media screen and (min-width: 1400px) {
            #primary.front-page .front-page__section1 .slider-content h2 strong {
              font-size: 85px;
              font-size: 5.3125rem; } }
      @media screen and (max-width: 47.99em) {
        #primary.front-page .front-page__section1 .slider-content div.slider-buttons {
          margin-top: 1.5rem; } }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section1 .slider-content div.slider-buttons {
          position: absolute;
          width: 120px;
          top: 3%;
          right: 3%; } }
      @media screen and (min-width: 62em) {
        #primary.front-page .front-page__section1 .slider-content div.slider-buttons {
          width: 200px;
          top: 40%;
          right: 5%; } }
      @media screen and (min-width: 75em) {
        #primary.front-page .front-page__section1 .slider-content div.slider-buttons {
          top: 10%;
          right: 5%;
          width: auto; } }
    @media screen and (min-width: 48em) {
      #primary.front-page .front-page__section1 .tabs {
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 2; } }
    #primary.front-page .front-page__section1 .tabs .col {
      position: relative; }
    #primary.front-page .front-page__section1 .tabs a.tab {
      -webkit-transition: .3s;
      transition: .3s;
      text-align: center;
      text-decoration: none;
      background: #FFB81C;
      color: #003865;
      border: 5px #FFB81C solid;
      border-bottom: 0;
      display: block;
      padding: 1rem; }
      @media screen and (max-width: 47.99em) {
        #primary.front-page .front-page__section1 .tabs a.tab {
          border: 0;
          border-bottom: 3px #0071cb solid;
          border-radius: 10px;
          margin-top: 2rem; } }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section1 .tabs a.tab {
          border-top-left-radius: 30px;
          border-top-right-radius: 30px;
          width: 94%;
          margin: 0 auto;
          position: absolute;
          bottom: 0; } }
      #primary.front-page .front-page__section1 .tabs a.tab span:first-of-type {
        font-size: 20px;
        font-size: 1.25rem;
        color: #0b224c;
        font-family: "Bitter", serif; }
        @media screen and (min-width: 62em) {
          #primary.front-page .front-page__section1 .tabs a.tab span:first-of-type {
            font-size: 25px;
            font-size: 1.5625rem; } }
      #primary.front-page .front-page__section1 .tabs a.tab span:last-of-type {
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase; }
        @media screen and (min-width: 62em) {
          #primary.front-page .front-page__section1 .tabs a.tab span:last-of-type {
            font-size: 18px;
            font-size: 1.125rem; } }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section1 .tabs a.tab:hover {
          border: 5px #003865 solid;
          border-bottom: 0;
          padding: 2rem 1rem; } }
  #primary.front-page .front-page__section2 {
    text-align: center;
    background: url("images/home-bg1.jpg") repeat top center;
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    padding: 3.5rem 0; }
    #primary.front-page .front-page__section2 h1 {
      font-weight: normal;
      color: #FFB81C;
      font-size: 35px;
      font-size: 2.1875rem; }
    #primary.front-page .front-page__section2 p {
      color: #fff; }
    #primary.front-page .front-page__section2 hr {
      background: url("images/divider.png") repeat-x top center;
      height: 4px;
      margin: 2.5rem 0 3.5rem; }
    #primary.front-page .front-page__section2 a {
      text-transform: uppercase;
      text-decoration: none;
      color: #FFB81C;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700; }
      #primary.front-page .front-page__section2 a:hover {
        color: #fff;
        text-decoration: underline; }
    #primary.front-page .front-page__section2 .abu-numbers {
      text-align: center; }
      #primary.front-page .front-page__section2 .abu-numbers img {
        margin-bottom: 1rem; }
      #primary.front-page .front-page__section2 .abu-numbers .counter-value {
        color: #fff;
        font-size: 100px;
        font-size: 6.25rem;
        line-height: 1;
        font-family: "Bitter", serif;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 0.75rem; }
      #primary.front-page .front-page__section2 .abu-numbers p {
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        color: #FFB81C;
        line-height: 1;
        margin: 0; }
        #primary.front-page .front-page__section2 .abu-numbers p:last-of-type {
          font-size: 20px;
          font-size: 1.25rem; }
          @media screen and (max-width: 47.99em) {
            #primary.front-page .front-page__section2 .abu-numbers p:last-of-type {
              margin-bottom: 3.5rem; } }
    #primary.front-page .front-page__section2 .abu-numbers-box {
      background: #082250;
      padding: 1rem;
      margin-top: 2.5rem; }
      #primary.front-page .front-page__section2 .abu-numbers-box .counter-value {
        font-size: 36px;
        font-size: 2.25rem; }
      #primary.front-page .front-page__section2 .abu-numbers-box sup {
        color: #fff;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1;
        font-family: "Bitter", serif;
        font-weight: 700; }
      #primary.front-page .front-page__section2 .abu-numbers-box p {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1rem; }
        #primary.front-page .front-page__section2 .abu-numbers-box p:last-of-type {
          font-size: 16px;
          font-size: 1rem; }
          @media screen and (max-width: 47.99em) {
            #primary.front-page .front-page__section2 .abu-numbers-box p:last-of-type {
              margin-bottom: 0; } }
  #primary.front-page .front-page__section3 {
    padding: 3.5rem 0 3.5rem;
    /* Wobble Horizontal */ }

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
    #primary.front-page .front-page__section3 .hvr-wobble-horizontal {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
              box-shadow: 0 0 1px transparent; }
    #primary.front-page .front-page__section3 .hvr-wobble-horizontal:hover, #primary.front-page .front-page__section3 .hvr-wobble-horizontal:focus, #primary.front-page .front-page__section3 .hvr-wobble-horizontal:active {
      -webkit-animation-name: hvr-wobble-horizontal;
              animation-name: hvr-wobble-horizontal;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
    #primary.front-page .front-page__section3 h2 {
      color: #FFB81C;
      font-weight: normal;
      font-size: 30px;
      font-size: 1.875rem;
      text-align: center;
      margin-bottom: 3.5rem; }
      #primary.front-page .front-page__section3 h2 strong {
        font-weight: normal;
        font-size: 35px;
        font-size: 2.1875rem; }
        @media screen and (min-width: 48em) {
          #primary.front-page .front-page__section3 h2 strong {
            font-size: 40px;
            font-size: 2.5rem; } }
        @media screen and (min-width: 62em) {
          #primary.front-page .front-page__section3 h2 strong {
            font-size: 45px;
            font-size: 2.8125rem; } }
        @media screen and (min-width: 75em) {
          #primary.front-page .front-page__section3 h2 strong {
            font-size: 50px;
            font-size: 3.125rem; } }
    #primary.front-page .front-page__section3 .abu-news-item {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #003865;
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
      max-width: 365px;
      margin: 0 auto 1.5rem;
      background-color: #003865; }
      #primary.front-page .front-page__section3 .abu-news-item:hover {
        color: #FFB81C; }
      #primary.front-page .front-page__section3 .abu-news-item .featured-image {
        min-height: 210px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #003865; }
      #primary.front-page .front-page__section3 .abu-news-item h3 {
        background: #003865;
        color: #fff;
        font-family: "Bitter", serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3;
        margin: 0;
        padding: 1.25rem 1rem; }
        #primary.front-page .front-page__section3 .abu-news-item h3 strong {
          color: #FFB81C;
          display: inline-block;
          margin-top: 1rem; }
    #primary.front-page .front-page__section3 .abu-event-item {
      color: #fff;
      background: url("images/calendar-icon.png") no-repeat 5% 50% #003865;
      text-align: center;
      text-decoration: none;
      display: block;
      padding: 1rem 1rem 1rem 5rem;
      margin-bottom: 1.5rem; }
      #primary.front-page .front-page__section3 .abu-event-item:hover {
        color: #FFB81C; }
      #primary.front-page .front-page__section3 .abu-event-item p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2;
        font-family: "Bitter", serif;
        font-weight: normal;
        margin: 0; }
    #primary.front-page .front-page__section3 .abu-all-news,
    #primary.front-page .front-page__section3 .abu-calendar {
      text-align: center; }
      #primary.front-page .front-page__section3 .abu-all-news a,
      #primary.front-page .front-page__section3 .abu-calendar a {
        -webkit-transition: .3s;
        transition: .3s;
        font-family: "Bitter", serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 20px;
        font-size: 1.25rem;
        color: #fff;
        background: #FFB81C;
        border-radius: 15px;
        text-decoration: none;
        display: inline-block;
        padding: 0.5rem 2rem;
        margin: 1.5rem 0 3.5rem; }
        #primary.front-page .front-page__section3 .abu-all-news a:hover,
        #primary.front-page .front-page__section3 .abu-calendar a:hover {
          background: #003865; }
    #primary.front-page .front-page__section3 .abu-calendar a {
      margin-bottom: 0; }
  #primary.front-page .front-page__section4 {
    background: url("/wp-content/uploads/2018/04/colleges-bg.jpg") no-repeat top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 3.5rem 0 2.5rem; }
    #primary.front-page .front-page__section4 h2 {
      color: #FFB81C;
      font-weight: normal;
      font-size: 25px;
      font-size: 1.5625rem;
      text-align: center;
      margin-bottom: 3.5rem; }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section4 h2 {
          font-size: 30px;
          font-size: 1.875rem; } }
      #primary.front-page .front-page__section4 h2 strong {
        font-weight: normal;
        font-size: 35px;
        font-size: 2.1875rem; }
        @media screen and (min-width: 48em) {
          #primary.front-page .front-page__section4 h2 strong {
            font-size: 40px;
            font-size: 2.5rem; } }
        @media screen and (min-width: 75em) {
          #primary.front-page .front-page__section4 h2 strong {
            font-size: 50px;
            font-size: 3.125rem; } }
    #primary.front-page .front-page__section4 .colleges-box {
      text-align: center;
      background: rgba(27, 56, 108, 0.95);
      margin-bottom: 3.5rem; }
      #primary.front-page .front-page__section4 .colleges-box h3 {
        font-family: "Montserrat", sans-serif;
        color: #FFB81C;
        text-transform: uppercase;
        padding: 2rem 1rem;
        margin-bottom: 0;
        font-size: 17px;
        font-size: 1.0625rem; }
        #primary.front-page .front-page__section4 .colleges-box h3 strong {
          font-size: 30px;
          font-size: 1.875rem; }
        #primary.front-page .front-page__section4 .colleges-box h3 small {
          font-size: 14px;
          font-size: 0.875rem; }
          @media screen and (min-width: 75em) {
            #primary.front-page .front-page__section4 .colleges-box h3 small {
              display: block;
              margin: 0.5rem 0 0 0; } }
      #primary.front-page .front-page__section4 .colleges-box img {
        display: block;
        margin: 0 auto; }
      #primary.front-page .front-page__section4 .colleges-box p {
        margin: 0; }
        #primary.front-page .front-page__section4 .colleges-box p a.btn {
          background: #FFB81C;
          border-color: #FFB81C;
          color: #fff;
          display: block;
          width: 100%;
          max-width: 100%;
          padding: 1rem; }
          #primary.front-page .front-page__section4 .colleges-box p a.btn:hover {
            color: #003865;
            background: #fff;
            border-color: #fff; }
      #primary.front-page .front-page__section4 .colleges-box.colleges-box__stm h3 {
        padding: 1.35rem; }
  #primary.front-page .front-page__section5 {
    background: #1c386d;
    padding: 4rem 0 3.5rem; }
    #primary.front-page .front-page__section5 h2 {
      font-family: "Dancing Script", cursive;
      color: #FFB81C;
      font-weight: normal;
      text-align: center; }
      #primary.front-page .front-page__section5 h2 strong {
        font-weight: normal;
        font-size: 40px;
        font-size: 2.5rem; }
        @media screen and (min-width: 62em) {
          #primary.front-page .front-page__section5 h2 strong {
            font-size: 50px;
            font-size: 3.125rem; } }
        @media screen and (min-width: 75em) {
          #primary.front-page .front-page__section5 h2 strong {
            font-size: 60px;
            font-size: 3.75rem; } }
    #primary.front-page .front-page__section5 p {
      color: #fff;
      line-height: 1.5; }
    #primary.front-page .front-page__section5 .abu-videos iframe {
      width: 100% !important;
      height: 350px !important; }
    @media screen and (min-width: 48em) {
      #primary.front-page .front-page__section5 .abu-videos {
        padding: 0 2rem; } }
    @media screen and (max-width: 61.99em) {
      #primary.front-page .front-page__section5 .abu-videos {
        margin-bottom: 2.5rem; } }
  #primary.front-page .front-page__section6 {
    padding: 3.5rem 0; }
    @media screen and (min-width: 62em) {
      #primary.front-page .front-page__section6 {
        padding: 4.5rem 0 5.5rem; } }
    #primary.front-page .front-page__section6 h2 {
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: normal;
      color: #003865;
      text-align: center;
      margin-bottom: 1rem; }
    #primary.front-page .front-page__section6 p {
      text-align: center;
      color: #003865;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4; }
    #primary.front-page .front-page__section6 .fb-feed {
      text-align: left; }
      @media screen and (min-width: 48em) {
        #primary.front-page .front-page__section6 .fb-feed {
          padding: 0 2rem; } }
      #primary.front-page .front-page__section6 .fb-feed p {
        text-align: left; }

#notice-banner {
  background: #FFB81C;
  position: relative;
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    #notice-banner {
      margin-bottom: 0; } }
  @media screen and (min-width: 62em) {
    #notice-banner {
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0 auto;
      z-index: 5; } }
  #notice-banner .message {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding: 1.5rem 2.5rem; }
    #notice-banner .message a {
      color: #fff; }
  #notice-banner .close {
    position: absolute;
    top: 5px;
    right: 10px; }
    #notice-banner .close a {
      cursor: pointer;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      font-size: 1.25rem; }

.internal-page {
  padding-bottom: 3.5rem;
  /* Tables */
  /* Images */
  /* Captions */
  /* Page Top Images */
  /* Shared Page Styles */
  /* Accordion Styles */
  /* Formcraft Disabled */
  /* Local Lodging */
  /* About Pages */
  /* AB At A Glance */
  /* Academics Pages */
  /* College of AB */
  /* College Pages */
  /* College of Medical Sciences */
  /* Programs (Undergraduate, Graduate) */
  /* Honors Program Feed */
  /* Financial Aid Pages */
  /* Office Pages */
  /* Office Landing Page */
  /* Links Landing Pages */
  /* Quick Links Pages (Top Menu) */
  /* Brand */ }
  .internal-page h1, .internal-page h2, .internal-page h3, .internal-page p, .internal-page ul, .internal-page ol, .internal-page hr {
    margin-bottom: 2.5rem; }
  .internal-page h1, .internal-page h2, .internal-page h3 {
    line-height: 1.2; }
  .internal-page h1 {
    color: #003865;
    font-size: 27px;
    font-size: 1.6875rem; }
    @media screen and (min-width: 48em) {
      .internal-page h1 {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (min-width: 62em) {
      .internal-page h1 {
        font-size: 33px;
        font-size: 2.0625rem; } }
    @media screen and (min-width: 75em) {
      .internal-page h1 {
        font-size: 36px;
        font-size: 2.25rem; } }
  .internal-page h2 {
    color: #FFB81C;
    font-size: 21px;
    font-size: 1.3125rem; }
    @media screen and (min-width: 48em) {
      .internal-page h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 62em) {
      .internal-page h2 {
        font-size: 27px;
        font-size: 1.6875rem; } }
    @media screen and (min-width: 62em) {
      .internal-page h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
  .internal-page h3 {
    color: #003865;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 48em) {
      .internal-page h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 62em) {
      .internal-page h3 {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 75em) {
      .internal-page h3 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .internal-page p, .internal-page ul, .internal-page ol {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2; }
  .internal-page p {
    color: #171717; }
  .internal-page ul, .internal-page ol {
    color: #003865;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 48em) {
      .internal-page ul.cols, .internal-page ol.cols {
        -webkit-column-count: 3;
                column-count: 3;
        column-break-inside: avoid;
        list-style-position: outside;
        -webkit-column-width: 33.3333%;
                column-width: 33.3333%;
        -webkit-column-fill: balance;
                column-fill: balance;
        -webkit-column-gap: 1rem;
                column-gap: 1rem; } }
    .internal-page ul li, .internal-page ol li {
      margin-bottom: 1.5rem; }
      .internal-page ul li ul,
      .internal-page ul li ol, .internal-page ol li ul,
      .internal-page ol li ol {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
      .internal-page ul li ul, .internal-page ol li ul {
        list-style: circle; }
  .internal-page hr {
    background-color: #eaeaea; }
  .internal-page strong {
    color: #003865; }
  .internal-page a {
    font-weight: 600;
    word-break: break-word; }
  .internal-page .table-container {
    overflow-x: auto; }
  .internal-page table {
    margin-bottom: 2.5rem; }
    .internal-page table td {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0.5rem; }
      @media screen and (min-width: 48em) {
        .internal-page table td {
          font-size: 15px;
          font-size: 0.9375rem; } }
    .internal-page table thead td {
      background: #003865;
      color: #fff; }
  .internal-page img {
    display: block;
    margin: 0.75rem auto 2.5rem; }
    .internal-page img.alignright {
      float: none; }
      @media screen and (min-width: 62em) {
        .internal-page img.alignright {
          float: right;
          margin-left: 2.5rem; } }
    .internal-page img.alignleft {
      float: none; }
      @media screen and (min-width: 62em) {
        .internal-page img.alignleft {
          float: left;
          margin-right: 2.5rem; } }
  .internal-page figure.wp-caption {
    background: #fff;
    max-width: 450px !important;
    padding: 0 1rem 0.5rem;
    margin: 0.75rem auto 1.5rem; }
    @media screen and (min-width: 62em) {
      .internal-page figure.wp-caption.alignright {
        float: right;
        margin-left: 2.5rem; } }
    @media screen and (min-width: 62em) {
      .internal-page figure.wp-caption.alignleft {
        float: left;
        margin-right: 2.5rem; } }
    .internal-page figure.wp-caption img {
      width: auto;
      margin-bottom: 1rem; }
    .internal-page figure.wp-caption figcaption {
      font-weight: 700;
      line-height: 1.2;
      text-align: left; }
  .internal-page .top-img {
    margin-top: 0; }
  .internal-page .internal-header {
    background: url("images/internal-header-bg.jpg") no-repeat top center;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    margin-bottom: 0;
    /* Main Title */
    /* Sub Title */
    /* About Pages */
    /* Academics Pages */
    /* Colleges Pages */
    /* Admissions Pages */
    /* Financial Aid Pages */
    /* Offices Pages */
    /* Resources Pages */
    /* Give Pages */
    /* Link Landing Pages */ }
    .internal-page .internal-header.internal-header-lg {
      padding: 0; }
      @media screen and (min-width: 48em) {
        .internal-page .internal-header.internal-header-lg {
          padding: 0 0 18rem; } }
    .internal-page .internal-header .internal-header-content {
      background: rgba(27, 56, 109, 0.8);
      padding: 3rem 0 3.5rem; }
    .internal-page .internal-header h1 {
      font-weight: normal;
      color: #ffc02f;
      text-transform: uppercase;
      font-size: 30px;
      font-size: 1.875rem;
      margin: 0 0 0.5rem 0; }
      @media screen and (min-width: 48em) {
        .internal-page .internal-header h1 {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media screen and (min-width: 62em) {
        .internal-page .internal-header h1 {
          font-size: 45px;
          font-size: 2.8125rem; } }
      @media screen and (min-width: 75em) {
        .internal-page .internal-header h1 {
          font-size: 55px;
          font-size: 3.4375rem; } }
      .internal-page .internal-header h1 small {
        font-size: 20px;
        font-size: 1.25rem; }
        @media screen and (min-width: 48em) {
          .internal-page .internal-header h1 small {
            font-size: 30px;
            font-size: 1.875rem; } }
    .internal-page .internal-header h2 {
      font-family: "Bitter", serif;
      font-weight: normal;
      text-align: left;
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4;
      margin: 0; }
      @media screen and (min-width: 48em) {
        .internal-page .internal-header h2 {
          font-size: 18px;
          font-size: 1.125rem; } }
    .internal-page .internal-header.about-header {
      background: url("images/internal-header-bg.jpg") no-repeat top center; }
      .internal-page .internal-header.about-header .internal-header-content {
        background: none; }
      .internal-page .internal-header.about-header.about-abu-header {
        background: url("images/about-header.jpg") no-repeat top center; }
        .internal-page .internal-header.about-header.about-abu-header .internal-header-content {
          background: rgba(27, 56, 109, 0.8); }
    .internal-page .internal-header.academics-header {
      background: url("images/academics-header.jpg") no-repeat bottom center; }
    .internal-page .internal-header.college-header .internal-header-content {
      background: none; }
    .internal-page .internal-header.admission-header {
      background: url("/wp-content/uploads/2018/08/visit-header.jpg") no-repeat bottom center;
      -webkit-background-size: cover;
              background-size: cover; }
    .internal-page .internal-header.financial-header {
      background: url("https://ab.edu/wp-content/uploads/2020/05/financial-aid-header.jpg") no-repeat 50% 60%;
      -webkit-background-size: cover !important;
              background-size: cover !important; }
    .internal-page .internal-header.offices-header {
      background: url("images/offices-header.jpg") no-repeat center center; }
    .internal-page .internal-header.resources-header {
      background: url("/wp-content/uploads/2018/08/resources-header2.jpg") no-repeat bottom center; }
      .internal-page .internal-header.resources-header.library-header {
        background: url("/wp-content/uploads/2014/12/lib-header2.jpg") no-repeat bottom center; }
    .internal-page .internal-header.give-header {
      background: url("images/giving-header.jpg") no-repeat bottom center; }
      .internal-page .internal-header.give-header .give-header__donate {
        margin-top: 1.5rem; }
        @media screen and (min-width: 62em) {
          .internal-page .internal-header.give-header .give-header__donate {
            float: right;
            margin-top: 0; } }
        .internal-page .internal-header.give-header .give-header__donate p {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 600;
          text-transform: uppercase;
          color: #FFB81C;
          margin-bottom: 0; }
          .internal-page .internal-header.give-header .give-header__donate p a.btn {
            font-size: 20px;
            font-size: 1.25rem;
            border-color: #FFB81C;
            background: #FFB81C;
            color: #fff;
            display: block; }
            .internal-page .internal-header.give-header .give-header__donate p a.btn:hover {
              background: #003865;
              color: #fff; }
    .internal-page .internal-header.quick-links-header .internal-header-content {
      background: none; }
    @media screen and (min-width: 48em) {
      .internal-page .internal-header.quick-links-header .internal-header-btns {
        padding-top: 1.5rem; } }
    .internal-page .internal-header.quick-links-header .internal-header-btns a.btn {
      font-size: 20px;
      font-size: 1.25rem;
      border-color: transparent;
      display: block; }
      @media screen and (max-width: 47.99em) {
        .internal-page .internal-header.quick-links-header .internal-header-btns a.btn {
          margin-top: 1rem; } }
      .internal-page .internal-header.quick-links-header .internal-header-btns a.btn.btn-portal {
        background: #fdba31;
        color: #fff; }
      .internal-page .internal-header.quick-links-header .internal-header-btns a.btn.btn-moodle {
        background: #fff;
        color: #1b386c; }
      .internal-page .internal-header.quick-links-header .internal-header-btns a.btn.btn-email {
        background: #071a3c;
        color: #fff; }
      .internal-page .internal-header.quick-links-header .internal-header-btns a.btn:hover {
        background: #003865;
        color: #fff;
        border-color: #FFB81C; }

.internal-page .internal-header-college {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    margin-bottom: 0;
     }
  .internal-page .internal-header-college .container {
    max-width: 80%;
    width: 80%;
    margin-bottom: 10rem;
    }

    .internal-page .internal-header-college.internal-header-college-lg {
      padding: 0; }
      @media screen and (min-width: 48em) {
        .internal-page .internal-header-college.internal-header-college-lg {
          padding: 0 0 18rem; } }
    .internal-page .internal-header-college .internal-header-college-content {
      padding: 10rem 0 2.5rem;
      }

         .internal-page .internal-header-college h1 {
      font-weight: bold;
      font-family: "Montserrat", san-serif;
      color: #ffc02f;
      text-transform: uppercase;
      font-size: 30px;
      font-size: 2.8rem;
      line-height: 1;
      margin: 0 0 0rem 0;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #ffc02f; }
      @media screen and (min-width: 48em) {
        .internal-page .internal-header-college h1 {
          font-size: 35px;
          font-size: 5rem;
          -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: #ffc02f;} }
      @media screen and (min-width: 62em) {
        .internal-page .internal-header-college h1 {
          font-size: 45px;
          font-size: 6rem;
          -webkit-text-stroke-width: 4px;
      -webkit-text-stroke-color: #ffc02f;} }
      @media screen and (min-width: 75em) {
        .internal-page .internal-header-college h1 {
          font-size: 55px;
          font-size: 8rem;
          -webkit-text-stroke-width: 5px;
      -webkit-text-stroke-color: #ffc02f;} }

    .internal-page .internal-header-college h2 {
      font-family: "Bitter", serif;
      font-weight: bold;
      text-align: left;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 0 8px black, 0 0 12px black;
      font-size: 16px;
      font-size: 2.5rem;
      line-height: 1.4;
       }

  .internal-page .internal-header-college strong {
        color: #ffc02f; }


.vl {
  border-left: 18px solid rgba(255,255,255,.45);
  height: inherit;
}

@media screen and (min-width: 48em) {
        .vl {
          margin-left: 4em;} }
          @media screen and (min-width: 62em) {
        .vl {
          margin-left: 6em;} }
          @media screen and (min-width: 75em) {
        .vl {
          margin-left: 8em;} }


  .internal-page .internal-header-college strong {
        color: #ffc02f; }





  .internal-page .sidebar__breadcrumbs {
    background: #fafafa;
    padding-top: 1.5rem;
    margin-bottom: 2.5rem; }
    .internal-page .sidebar__breadcrumbs p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.3;
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem; }
      .internal-page .sidebar__breadcrumbs p a {
        color: #1b386c;
        text-decoration: none; }
        .internal-page .sidebar__breadcrumbs p a:hover {
          text-decoration: underline; }
      .internal-page .sidebar__breadcrumbs p .breadcrumb_last {
        color: #ffc02f;
        display: inline-block; }
  @media screen and (min-width: 48em) {
    .internal-page .has-sidebar main {
      padding-right: 1.5rem; } }
  .internal-page .sidebar__navigation {
    margin-bottom: 2.5rem; }
    .internal-page .sidebar__navigation h3 {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 62em) {
        .internal-page .sidebar__navigation h3 {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (min-width: 75em) {
        .internal-page .sidebar__navigation h3 {
          font-size: 20px;
          font-size: 1.25rem; } }
    .internal-page .sidebar__navigation ul {
      text-align: center;
      list-style: none;
      line-height: 1.5;
      margin: 0; }
      .internal-page .sidebar__navigation ul li {
        padding: 0;
        list-style: none !important;
        margin: 0; }
        .internal-page .sidebar__navigation ul li a {
          -webkit-transition: .3s;
          transition: .3s;
          background: #f7f7f7;
          border-bottom: 1px #fff solid;
          font-size: 14px;
          font-size: 0.875rem;
          text-decoration: none;
          display: block;
          padding: 1rem; }
          @media screen and (min-width: 75em) {
            .internal-page .sidebar__navigation ul li a {
              padding: 1rem 1rem; } }
          .internal-page .sidebar__navigation ul li a:hover {
            text-decoration: none;
            background: #cfd8e6; }
        .internal-page .sidebar__navigation ul li.current-menu-item a,
        .internal-page .sidebar__navigation ul li.current_page_item a {
          color: #ffc02f;
          background: #1b386c; }
          .internal-page .sidebar__navigation ul li.current-menu-item a:hover,
          .internal-page .sidebar__navigation ul li.current_page_item a:hover {
            background: #cfd8e6;
            color: #1b386c; }
  .internal-page .landing-page__buttons ul {
    text-align: center;
    list-style: none;
    display: table;
    margin: 0 auto; }
    .internal-page .landing-page__buttons ul li {
      background: none;
      text-align: center;
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0 1rem; }
      @media screen and (min-width: 48em) {
        .internal-page .landing-page__buttons ul li {
          width: 50%; } }
      .internal-page .landing-page__buttons ul li a {
        text-transform: uppercase;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
        background: #1b386c;
        border-color: #1b386c;
        color: #ffc02f;
        font-size: 17px;
        font-size: 1.0625rem;
        display: block;
        padding: 2rem;
        margin-top: 2.5rem; }
        .internal-page .landing-page__buttons ul li a:hover {
          background: #ffc02f;
          border-color: #ffc02f;
          color: #1b386c; }
  @media screen and (min-width: 75em) {
    .internal-page .landing-page__buttons-2col ul li {
      width: 50%; } }
  @media screen and (min-width: 75em) {
    .internal-page .landing-page__buttons-3col ul li {
      width: 33.3333333%; } }
  .internal-page .landing-page__logo {
    padding-top: 3.5rem; }
    .internal-page .landing-page__logo img {
      margin: 0 auto; }
  .internal-page .accordion-title {
    background: #003865;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    margin: 0;
    padding: 20px 4.5rem 20px 20px;
    cursor: pointer;
    position: relative; }
    .internal-page .accordion-title:after {
      -webkit-transition: .3s;
      transition: .3s;
      color: #ffc02f;
      font-weight: 700;
      font-size: 50px;
      font-size: 3.125rem;
      content: "+";
      position: absolute;
      right: 20px;
      top: 0; }
    .internal-page .accordion-title.open:after {
      content: "-"; }
  .internal-page .accordion-title:hover {
    color: #ffc02f; }
    .internal-page .accordion-title:hover:after {
      color: #fff; }
  .internal-page .accordion-title:first-child {
    border: none; }
  .internal-page .accordion-title.open {
    cursor: default; }
  .internal-page .accordion-content {
    padding-bottom: 20px; }
  .internal-page .form-disabled-message {
    background: #eaeaea;
    padding: 1rem;
    font-size: 28px;
    font-size: 1.75rem;
    color: #003865;
    font-weight: 700; }
  .internal-page .local-lodging p {
    padding: 0 1rem; }
    @media screen and (min-width: 48em) {
      .internal-page .local-lodging p {
        float: left;
        width: 50%;
        min-height: 200px; } }
    @media screen and (min-width: 75em) {
      .internal-page .local-lodging p {
        float: left;
        width: 25%; } }
    .internal-page .local-lodging p a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
  .internal-page .glance__section1 {
    background: url("images/glance-seal.png") no-repeat 10% 0%;
    padding: 1rem 0; }
    .internal-page .glance__section1 h2 {
      text-align: center; }
      @media screen and (min-width: 75em) {
        .internal-page .glance__section1 h2 {
          font-size: 34px;
          font-size: 2.125rem; } }
    .internal-page .glance__section1 p:last-of-type {
      text-align: center; }
    .internal-page .glance__section1 a.btn {
      background: #003865;
      color: #FFB81C; }
      .internal-page .glance__section1 a.btn:hover {
        background: #FFB81C;
        border-color: #FFB81C;
        color: #003865; }
  .internal-page .glance__section2 {
    background: #fdb931;
    text-align: center;
    padding-bottom: 3.5rem; }
    .internal-page .glance__section2 h2 {
      background: #ffc551;
      color: #fff;
      text-align: center;
      padding: 2rem 1rem; }
    .internal-page .glance__section2 p {
      font-size: 18px;
      font-size: 1.125rem;
      color: #fff;
      font-weight: 700;
      margin-bottom: 0; }
      @media screen and (max-width: 47.99em) {
        .internal-page .glance__section2 p {
          margin-bottom: 1.5rem; } }
      .internal-page .glance__section2 p strong {
        color: #fff; }
    .internal-page .glance__section2 img {
      margin: 0 auto 0.5rem; }
    .internal-page .glance__section2 a.btn {
      background: #fff;
      border-color: #fff;
      color: #003865; }
      .internal-page .glance__section2 a.btn:hover {
        background: #003865;
        border-color: #003865;
        color: #fff; }
    .internal-page .glance__section2 .enrollment1 {
      margin-bottom: 1.5rem; }
      .internal-page .glance__section2 .enrollment1 p {
        font-size: 30px;
        font-size: 1.875rem; }
    .internal-page .glance__section2 .enrollment2 {
      max-width: 800px;
      margin: 0 auto 2.5rem; }
    .internal-page .glance__section2 .enrollment3 {
      margin-bottom: 3.5rem; }
  .internal-page .glance__section3 {
    background: url("images/glance-bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    padding: 3.5rem 0; }
    .internal-page .glance__section3 h2 {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 3.5rem; }
    .internal-page .glance__section3 img {
      margin: 0 auto; }
    .internal-page .glance__section3 h3 {
      text-align: center;
      color: #fff;
      margin: 0 0 2.5rem; }
    .internal-page .glance__section3 ul, .internal-page .glance__section3 ol, .internal-page .glance__section3 p {
      font-weight: 700;
      color: #FFB81C;
      line-height: 2;
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 47.99em) {
        .internal-page .glance__section3 ul, .internal-page .glance__section3 ol, .internal-page .glance__section3 p {
          text-align: center; } }
      .internal-page .glance__section3 ul strong, .internal-page .glance__section3 ol strong, .internal-page .glance__section3 p strong {
        color: #fff; }
    @media screen and (max-width: 47.99em) {
      .internal-page .glance__section3 ol {
        list-style: inside; } }
    .internal-page .glance__section3 ol li {
      margin-bottom: 0; }
    .internal-page .glance__section3 a.btn {
      background: #FFB81C;
      border-color: #FFB81C;
      color: #fff; }
      .internal-page .glance__section3 a.btn:hover {
        background: #fff;
        border-color: #fff;
        color: #003865; }
  .internal-page .glance__section4 {
    text-align: center;
    padding: 3.5rem 0 2.5rem; }
    .internal-page .glance__section4 h2 {
      color: #003865;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 3.5rem; }
    .internal-page .glance__section4 p {
      color: #FFB81C;
      font-weight: 700; }
      .internal-page .glance__section4 p strong {
        color: #003865; }
    .internal-page .glance__section4 a.btn {
      background: #003865;
      color: #FFB81C; }
      .internal-page .glance__section4 a.btn:hover {
        background: #FFB81C;
        border-color: #FFB81C;
        color: #003865; }
  .internal-page .glance__section5 {
    background: #dbdbdb;
    text-align: center;
    padding: 3.5rem 0 2.5rem; }
    .internal-page .glance__section5 h2 {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 3.5rem; }
    .internal-page .glance__section5 p {
      color: #808080;
      font-weight: 700; }
      .internal-page .glance__section5 p strong {
        color: #fff; }
    .internal-page .glance__section5 a.btn {
      background: #003865;
      color: #fff; }
      .internal-page .glance__section5 a.btn:hover {
        background: #FFB81C;
        border-color: #FFB81C;
        color: #003865; }
  .internal-page .colleges-links {
    padding: 3.5rem 0 2.5rem; }
    .internal-page .colleges-links .colleges-box {
      text-align: center;
      background: rgba(27, 56, 108, 0.95);
      margin-bottom: 3.5rem; }
      .internal-page .colleges-links .colleges-box h3 {
        font-family: "Montserrat", sans-serif;
        color: #FFB81C;
        text-transform: uppercase;
        padding: 2rem 1rem;
        margin-bottom: 0;
        font-size: 17px;
        font-size: 1.0625rem; }
        .internal-page .colleges-links .colleges-box h3 strong {
          font-size: 30px;
          font-size: 1.875rem;
          color: #FFB81C; }
        .internal-page .colleges-links .colleges-box h3 small {
          font-size: 14px;
          font-size: 0.875rem; }
          @media screen and (min-width: 75em) {
            .internal-page .colleges-links .colleges-box h3 small {
              display: block;
              margin: 0.5rem 0 0 0; } }
      .internal-page .colleges-links .colleges-box img {
        display: block;
        margin: 0 auto; }
      .internal-page .colleges-links .colleges-box p {
        margin: 0; }
        .internal-page .colleges-links .colleges-box p a.btn {
          background: #FFB81C;
          border-color: #FFB81C;
          color: #fff;
          display: block;
          width: 100%;
          max-width: 100%;
          padding: 1rem; }
          .internal-page .colleges-links .colleges-box p a.btn:hover {
            color: #fff;
            background: #003865;
            border-color: #003865; }
      .internal-page .colleges-links .colleges-box.colleges-box__stm h3 {
        padding: 1.35rem; }
  .internal-page .college-image img {
    margin: 0 0 2.5rem 0; }
  .internal-page .college-description {
    padding: 0 0 1.5rem 0; }
    .internal-page .college-description h2 {
      color: #FFB81C;
      text-align: center;
      margin-top: 1.5rem; }
  .internal-page .college-list-section {
    background: #003865;
    padding: 3.5rem 0; }
    .internal-page .college-list-section h2 {
      text-align: center; }
    .internal-page .college-list-section ul {
      color: #fff;
      list-style: none;
      margin: 0; }
      .internal-page .college-list-section ul li {
        background: url("/wp-content/uploads/2018/04/checkmark.png") no-repeat 0% 50%;
        margin: 0;
        padding: 1.5rem 0 1.5rem 3.5rem; }
  .internal-page .college-major-minor-section {
    padding: 3.5rem 0 1.5rem; }
    .internal-page .college-major-minor-section h2 {
      font-size: 45px;
      font-size: 2.8125rem;
      color: #003865;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .internal-page .college-major-minor-section h2 {
          font-size: 55px;
          font-size: 3.4375rem; } }
      @media screen and (min-width: 62em) {
        .internal-page .college-major-minor-section h2 {
          font-size: 65px;
          font-size: 4.0625rem; } }
      @media screen and (min-width: 75em) {
        .internal-page .college-major-minor-section h2 {
          font-size: 75px;
          font-size: 4.6875rem; } }
    .internal-page .college-major-minor-section ul {
      color: #FFB81C;
      font-size: 20px;
      font-size: 1.25rem;
      text-transform: uppercase;
      list-style: none;
      margin: 0; }
      .internal-page .college-major-minor-section ul li {
        margin: 0 0 1.5rem; }
      .internal-page .college-major-minor-section ul a {
        color: #FFB81C;
        font-weight: normal; }
        .internal-page .college-major-minor-section ul a:hover {
          color: #003865;
          text-decoration: none; }
  .internal-page .medical-sciences__section1 {
    background: #f4f4f4;
    padding: 3.5rem 0 2.5rem; }
    .internal-page .medical-sciences__section1 h2 {
      margin-top: 0; }
    .internal-page .medical-sciences__section1 a.btn {
      display: block;
      padding: 2.5rem 1rem; }
      @media screen and (max-width: 47.99em) {
        .internal-page .medical-sciences__section1 a.btn {
          margin-top: 1rem; } }
  .internal-page .medical-sciences__section2 h2 {
    color: #003865;
    margin-top: 3.5rem; }
  .internal-page .medical-sciences__section3 h2 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
    .internal-page .medical-sciences__section3 h2 a {
      -webkit-transition: .3s;
      transition: .3s;
      background: #FFB81C;
      text-decoration: none;
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      display: block;
      padding: 2rem 1rem; }
      .internal-page .medical-sciences__section3 h2 a:hover {
        background: #001c32; }
      .internal-page .medical-sciences__section3 h2 a strong {
        color: #fff;
        font-size: 35px;
        font-size: 2.1875rem; }
  .internal-page .medical-science-list img {
    margin-top: 3.5rem; }
  .internal-page .med-fb-feed {
    padding: 5.5rem 0 0; }
    .internal-page .med-fb-feed h2, .internal-page .med-fb-feed p {
      text-align: center;
      color: #003865; }
    .internal-page .med-fb-feed h2 {
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 62em) {
        .internal-page .med-fb-feed h2 {
          font-size: 36px;
          font-size: 2.25rem; } }
    .internal-page .med-fb-feed p {
      margin-bottom: 3.5rem; }
      @media screen and (min-width: 62em) {
        .internal-page .med-fb-feed p {
          font-size: 20px;
          font-size: 1.25rem; } }
    .internal-page .med-fb-feed .cff-wrapper p {
      text-align: left; }
  .internal-page .program-btns img {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    border: 5px transparent solid; }
    .internal-page .program-btns img:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      border: 5px #003865 solid; }
  .internal-page ul.degree-list {
    list-style: none;
    margin-left: 0; }
    .internal-page ul.degree-list li {
      overflow: hidden;
      background: #f1f6ff;
      margin-bottom: 0.5rem; }
      .internal-page ul.degree-list li p {
        display: block;
        padding: 1rem;
        margin-bottom: 1rem; }
        .internal-page ul.degree-list li p:last-of-type {
          margin: 0; }
      .internal-page ul.degree-list li a {
        text-decoration: none;
        -webkit-transition: .3s;
        transition: .3s;
        display: block;
        padding: 1rem; }
        @media screen and (min-width: 62em) {
          .internal-page ul.degree-list li a:nth-of-type(1) {
            float: left; } }
        .internal-page ul.degree-list li a:nth-of-type(2) {
          color: #FFB81C;
          font-family: "Bitter", serif;
          background: #003865; }
          .internal-page ul.degree-list li a:nth-of-type(2):hover {
            background: #FFB81C;
            color: #003865; }
          @media screen and (min-width: 62em) {
            .internal-page ul.degree-list li a:nth-of-type(2) {
              float: right; } }
  .internal-page .honors-rss-feed {
    margin-bottom: 2rem;
    /*

  .feedzy-rss {

    li.rss_item {
      line-height: 1.5;

      &:first-of-type {
        padding-top: 0 !important;
        margin-top: 0 !important;
      }

      span.title {
        display: block;
        margin-bottom: 5px;

        a {
          display: block;
          text-decoration: none;

          &:hover {
            text-decoration: underline;
          }
        }
      }

      .rss_image {
        float: none;
        margin-bottom: 10px;
      }

      .rss_content {

        small {
          font-style: normal;
          font-weight: normal;
          margin-bottom: 15px;
        }

        p {
          font-size: 15px;
          line-height: 1.5;
          margin-bottom: 0;
        }
      }
    }
  }

  */ }
    .internal-page .honors-rss-feed section {
      background: #fff;
      border: 1px rgba(0, 0, 0, 0.25) solid;
      margin-bottom: 2rem; }
    .internal-page .honors-rss-feed h2 {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 1.2;
      text-align: left;
      color: #fff;
      background: #FFB81C;
      padding: 0.5rem;
      margin-bottom: 0; }
    .internal-page .honors-rss-feed ul {
      font-size: 14px !important;
      line-height: 1.6 !important;
      text-align: left;
      list-style: none;
      margin: 0;
      padding: 0; }
      .internal-page .honors-rss-feed ul li {
        border-top: 1px rgba(0, 0, 0, 0.25) solid;
        border-bottom: 0;
        padding: 0.45rem !important;
        margin: 0; }
    .internal-page .honors-rss-feed a {
      font-weight: normal;
      text-decoration: none; }
      .internal-page .honors-rss-feed a:hover {
        text-decoration: underline; }
    .internal-page .honors-rss-feed small {
      display: block;
      font-size: 13px !important;
      font-style: normal !important;
      color: #404040;
      margin-top: 2px; }
  .internal-page .net-price-calculator table {
    border: 0 !important; }
    .internal-page .net-price-calculator table tr {
      border: 0 !important; }
      .internal-page .net-price-calculator table tr td {
        border: 0 !important; }
  .internal-page .net-price-calculator img {
    margin: 0 !important; }
  .internal-page .offices-links {
    padding-top: 2.5rem; }
    .internal-page .offices-links .office-col {
      margin-bottom: 2rem; }
      @media screen and (min-width: 48em) {
        .internal-page .offices-links .office-col {
          float: left;
          width: 20%;
          padding: 1rem; } }
    .internal-page .offices-links .office-box {
      background: #FFB81C;
      text-align: center; }
      .internal-page .offices-links .office-box h3 {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0;
        padding: 2.5rem 1rem;
        min-height: 150px; }
    .internal-page .offices-links p {
      margin: 0; }
      .internal-page .offices-links p a.btn {
        background: #003865;
        border-color: #003865;
        color: #fff;
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 1rem; }
        .internal-page .offices-links p a.btn:hover {
          color: #fff;
          background: #000e19;
          border-color: #000e19; }
  .internal-page .quick-links-section {
    clear: both;
    overflow: hidden;
    margin-bottom: 2.5rem; }
    .internal-page .quick-links-section h2 {
      position: relative;
      background: #fff;
      margin-bottom: 1.5rem; }
      .internal-page .quick-links-section h2:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #FFB81C;
        position: absolute;
        bottom: 3px; }
    .internal-page .quick-links-section ul {
      list-style: none;
      margin: 0; }
      .internal-page .quick-links-section ul li {
        background: none;
        margin: 0;
        padding: 0.5rem; }
        @media screen and (min-width: 48em) {
          .internal-page .quick-links-section ul li {
            float: left;
            width: 50%; } }
        @media screen and (min-width: 62em) {
          .internal-page .quick-links-section ul li {
            width: 33.3333%; } }
      .internal-page .quick-links-section ul a {
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
        color: #1b386c;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.4;
        text-transform: uppercase;
        border: 2px #1b386c solid;
        display: block;
        padding: 1.5rem 0.5rem; }
        .internal-page .quick-links-section ul a:hover {
          background: #1b386c;
          color: #fff; }
      .internal-page .quick-links-section ul.ecs-event-list li {
        border-bottom: 1px #003865 solid;
        background: none;
        width: 100%;
        padding: 0;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem; }
        .internal-page .quick-links-section ul.ecs-event-list li a {
          display: inline-block;
          text-align: left;
          border: 0;
          padding: 0; }
          .internal-page .quick-links-section ul.ecs-event-list li a:hover {
            color: #1b386c;
            background: #fff;
            text-decoration: underline; }
  .internal-page.brand-page main#main.brand-page h2 {
    background: #003865;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto;
    max-width: 365px;
    padding: 1rem; }
    @media screen and (min-width: 62em) {
      .internal-page.brand-page main#main.brand-page h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
    .internal-page.brand-page main#main.brand-page h2.brand-typo {
      padding: 2.13rem 1rem; }
  .internal-page.brand-page main#main.brand-page img {
    display: block;
    margin: 0 auto; }
  .internal-page.brand-page main#main.brand-page a {
    background: #FFB81C;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    max-width: 365px;
    margin: 0 auto 3.5rem;
    padding: 1rem; }
    .internal-page.brand-page main#main.brand-page a:hover {
      background: #003865;
      color: #fff; }
  .internal-page.brand-page main#main.style-guide-for-writing-page h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #003865;
    margin-bottom: 1rem; }
  .internal-page.brand-page main#main.logo-quick-tips-page ul {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .internal-page.brand-page main#main.logo-quick-tips-page ul li {
      background-repeat: no-repeat;
      background-position: 0% 7px;
      padding-left: 5rem;
      margin-bottom: 3.5rem;
      min-height: 70px; }
    .internal-page.brand-page main#main.logo-quick-tips-page ul.logo-do li {
      background-image: url("https://ab.edu/wp-content/uploads/2019/09/do.png"); }
    .internal-page.brand-page main#main.logo-quick-tips-page ul.logo-dont li {
      background-image: url("https://ab.edu/wp-content/uploads/2019/09/dont.png"); }
  @media screen and (min-width: 62em) {
    .internal-page.brand-page main#main.alumni-quick-reference-page .row div.col:first-of-type {
      border-right: 2px #949699 solid;
      padding-right: 5%; } }
  @media screen and (min-width: 62em) {
    .internal-page.brand-page main#main.alumni-quick-reference-page .row div.col:last-of-type {
      padding-left: 5%; } }
  .internal-page.brand-page main#main.alumni-quick-reference-page h3 {
    color: #FFB81C;
    font-family: "Bitter", serif; }
  .internal-page.brand-page main#main.alumni-quick-reference-page p {
    margin-bottom: 1.5rem; }
  .internal-page.brand-page main#main.alumni-quick-reference-page ul {
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2rem; }
    .internal-page.brand-page main#main.alumni-quick-reference-page ul li {
      margin-bottom: 1rem; }
  .internal-page.brand-page main#main.alumni-quick-reference-page .alumnus,
  .internal-page.brand-page main#main.alumni-quick-reference-page .alumni,
  .internal-page.brand-page main#main.alumni-quick-reference-page .alumna,
  .internal-page.brand-page main#main.alumni-quick-reference-page .alumnae {
    margin-bottom: 4.5rem; }
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumnus p,
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumni p,
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumna p,
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumnae p {
      text-align: center;
      line-height: 1.3; }
      .internal-page.brand-page main#main.alumni-quick-reference-page .alumnus p:empty,
      .internal-page.brand-page main#main.alumni-quick-reference-page .alumni p:empty,
      .internal-page.brand-page main#main.alumni-quick-reference-page .alumna p:empty,
      .internal-page.brand-page main#main.alumni-quick-reference-page .alumnae p:empty {
        margin: 0; }
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumnus img,
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumni img,
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumna img,
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumnae img {
      margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumnus {
      padding-top: 3.7rem; } }
  @media screen and (min-width: 48em) {
    .internal-page.brand-page main#main.alumni-quick-reference-page .alumni {
      padding-top: 1.4rem; } }
  .internal-page.brand-page main#main .brand-section {
    margin-bottom: 4.5rem; }
    .internal-page.brand-page main#main .brand-section .col {
      padding: 0 2%; }
  .internal-page.brand-page main#main .color-block {
    width: 200px;
    height: 200px;
    margin-bottom: 1rem; }
    .internal-page.brand-page main#main .color-block.primary-color-block {
      background: #003865; }
    .internal-page.brand-page main#main .color-block.secondary-color-block {
      background: #FFB81C; }
    .internal-page.brand-page main#main .color-block.white-color-block {
      border: 1px #171717 solid;
      background: #fff; }
  .internal-page.brand-page main#main h3 {
    color: #171717;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1rem; }
  .internal-page.brand-page main#main h4 {
    color: #003865;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1rem; }
    .internal-page.brand-page main#main h4 strong {
      color: #003865;
      font-style: normal; }
    @media screen and (min-width: 62em) {
      .internal-page.brand-page main#main h4.text-left {
        text-align: left; } }
  .internal-page.brand-page main#main p, .internal-page.brand-page main#main strong, .internal-page.brand-page main#main ul {
    color: #171717; }
  .internal-page.brand-page main#main p.sub-text {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center; }
  .internal-page.brand-page main#main hr {
    height: 2px;
    background-color: #FFB81C;
    margin-bottom: 2.5rem; }
  .internal-page.brand-page main#main a.pdf-icon {
    background: url("https://ab.edu/wp-content/uploads/2019/09/pdf-icon.png") no-repeat center left;
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    color: #003865;
    max-width: 100%;
    padding: 1.5rem 1rem 1rem 3.5rem; }
    @media screen and (min-width: 62em) {
      .internal-page.brand-page main#main a.pdf-icon {
        font-size: 30px;
        font-size: 1.875rem; } }
    .internal-page.brand-page main#main a.pdf-icon:hover {
      text-decoration: underline;
      background: url("https://ab.edu/wp-content/uploads/2019/09/pdf-icon.png") no-repeat center left;
      color: #003865; }
  .internal-page.brand-page main#main a.download-btn {
    border: 2px #003865 solid;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    text-align: center;
    display: inline-block; }
    .internal-page.brand-page main#main a.download-btn span.download-arrow {
      display: inline-block;
      border-right: 2px #003865 solid;
      padding: 0 5px; }
    .internal-page.brand-page main#main a.download-btn span.download-text {
      padding: 0 10px; }
    .internal-page.brand-page main#main a.download-btn:hover {
      background: #FFB81C;
      color: #003865; }

/* Lodging */
body.page-id-1040 main#main p {
  line-height: 1.7; }
  body.page-id-1040 main#main p a {
    display: inline-block;
    line-height: 1.4; }
  body.page-id-1040 main#main p big {
    font-size: 20px;
    font-size: 1.25rem; }
    body.page-id-1040 main#main p big a {
      color: #FFB81C; }

/* Plugins */
/* Events Calendar */
#tribe-events {
  padding: 0 2rem;
  margin-bottom: 2.5rem; }

.tribe-events-tooltip {
  padding: .75em 1em !important; }

#tribe-events-content-wrapper h1.tribe-events-page-title {
  display: none !important; }

@media screen and (min-width: 62em) {
  .tribe-events-before-html h1.tribe-events-page-title {
    font-size: 30px;
    font-size: 1.875rem; } }

/* Events Calendar List View */
.tribe-events-shortcode.tribe-events-view-wrapper.view-list.category-academic-calendar.tribe-bar #tribe-events-header,
.tribe-events-shortcode.tribe-events-view-wrapper.view-list.category-academic-calendar.tribe-bar #tribe-events-footer,
.tribe-events-shortcode.tribe-events-view-wrapper.view-list.category-academic-calendar.tribe-bar .tribe-events-ical.tribe-events-button {
  display: none !important; }

.tribe-events-shortcode.tribe-events-view-wrapper.view-list.category-academic-calendar.tribe-bar h2:after {
  border-bottom: 0 !important; }

/* Staff Directory */
.wmts_lightbox .wph_element.wmts_image {
  top: -25px !important; }

.wmts_lightbox .wmts_description:before {
  display: none !important; }

.wmts_container .wmts_members img.wph_element {
  top: 0 !important; }

.wmts_container .wmts_members .wmts_member {
  background: #003865;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  border: 3px #fff solid;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (min-width: 62em) {
    .wmts_container .wmts_members .wmts_member {
      min-height: 225px; } }
  .wmts_container .wmts_members .wmts_member h2 {
    color: #ffc02f; }
  .wmts_container .wmts_members .wmts_member .wmts_job_title, .wmts_container .wmts_members .wmts_member a {
    color: #fff; }
  .wmts_container .wmts_members .wmts_member a:hover {
    color: #ffc02f; }
  .wmts_container .wmts_members .wmts_member:hover {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    border: 3px #ffc02f solid; }

.wmts_container .wmts_members .wmts_round .wmts_name {
  background: #003865 !important;
  font-size: 15px !important;
  padding-top: 5px !important; }

.wmts_container .wmts_members .wmts_round .wmts_job_title {
  font-size: 14px !important; }

.wmts_container .wmts_members .wmts_round:hover .wmts_name {
  background: #FFB81C !important; }

.wmts_container {
  overflow: visible !important;
  max-height: none !important; }

.wmts_container > .wmts_search {
  opacity: 1 !important; }

/* Ninja Tables */
table.foo-table {
  border: 0 !important; }
  table.foo-table tr, table.foo-table td, table.foo-table th {
    border: none !important; }
  table.foo-table tbody tr {
    border-bottom: 1px solid #ddd !important; }
    table.foo-table tbody tr:last-of-type {
      border: none !important; }
  table.foo-table .ninja_clmn_nm_county {
    text-transform: lowercase; }
  table.foo-table .ninja_clmn_nm_county:first-letter {
    text-transform: uppercase; }

/* BSK PDF Manager */
.bsk-pdf-manager-cat-container-widget li, .bsk-pdf-manager-container-widget li, .bsk-special-pdfs-container li {
  list-style: outside; }

/* HTML Emails */
#ab-email-bg a {
  color: #FFB81C !important; }

#ab-email-bg a:hover {
  color: #FFFFFF !important; }

#ab-email-bg img {
  max-width: 100% !important;
  height: auto !important; }

/* Virtual Tours */
@media screen and (max-width: 61.99em) {
  .pum-container {
    top: 10px !important;
    width: 90% !important; } }

@media screen and (min-width: 62em) {
  .pum-container {
    width: 80% !important;
    margin-left: -40% !important; } }

@media screen and (max-width: 61.99em) {
  .virtual-tour {
    overflow-x: scroll; }
    .virtual-tour .wrap_svl_center {
      width: 1140px; } }

@media screen and (max-width: 61.99em) {
  #powerTip {
    display: none !important; } }

.wrap_svl_center img {
  margin: 0 !important; }

@media screen and (min-width: 62em) {
  .tour-slider,
  .tour-content {
    float: left;
    width: 50%;
    padding: 1.5rem; } }

.tour-slider {
  overflow: hidden;
  margin-top: 0.5rem; }
  .tour-slider ol.flex-control-nav {
    position: static !important;
    margin-top: 10px !important; }
    .tour-slider ol.flex-control-nav li {
      margin: 0.5rem 0 !important; }

.tour-content h2 {
  color: #1b386c;
  margin-bottom: 1rem; }
  @media screen and (max-width: 61.99em) {
    .tour-content h2 {
      text-align: center; } }

.tour-content p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem; }
  @media screen and (max-width: 61.99em) {
    .tour-content p {
      text-align: center; } }
  .tour-content p:last-of-type {
    margin-bottom: 0; }

body .virtual-tour .wrap_svl img.pins_image,
body .virtual-tour .wrap_svl img.pins_image_hover {
  opacity: 0 !important; }

body .virtual-tour .wrap_svl .drag_element.tips {
  text-align: center; }
  body .virtual-tour .wrap_svl .drag_element.tips:before {
    font-family: FontAwesome;
    content: "\f041";
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #003764;
    top: -51px;
    left: -11px;
    position: absolute;
    z-index: 2; }
  body .virtual-tour .wrap_svl .drag_element.tips:after {
    border-radius: 50%;
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    position: absolute;
    top: -34px;
    left: -7px;
    margin: 0 auto;
    z-index: 1; }
  body .virtual-tour .wrap_svl .drag_element.tips:hover:before {
    font-size: 50px;
    top: -61px;
    left: -14.5px; }
  body .virtual-tour .wrap_svl .drag_element.tips:hover:after {
    top: -38px;
    left: -9px; }
  body .virtual-tour .wrap_svl .drag_element.tips:hover img.pins_image,
  body .virtual-tour .wrap_svl .drag_element.tips:hover img.pins_image_hover {
    opacity: 0 !important; }

/* Formcraft */
html .formcraft-css .fc-form .form-element.is-required-true .field-cover > span > span:first-child > span::after {
  position: relative; }

/* Woocommerce */
.internal-page article .entry-content .woocommerce {
  display: inline-block !important; }
  .internal-page article .entry-content .woocommerce .single-product .woocommerce-notices-wrapper {
    display: none !important; }
  .internal-page article .entry-content .woocommerce .single-product .product div.woocommerce-product-gallery {
    display: none !important; }
  .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary {
    display: inline-block;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important; }
    .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary h1 {
      display: none !important; }
    .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary p.price {
      display: none !important; }
    .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary form.cart {
      display: inline-block;
      margin: 0; }
    .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary .product_meta {
      display: none !important; }
    .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary button {
      font-size: 16px !important;
      background: #003865 !important;
      position: relative;
      top: 7px;
      left: 10px; }
      .internal-page article .entry-content .woocommerce .single-product .product .summary.entry-summary button:hover {
        background: #FFB81C !important; }

body.woocommerce-page #page #content #primary .woocommerce {
  display: block !important; }

/* Give */
body.page-template-page-give-donate a.virtual-tour-button,
body.page-template-page-give-donate a.schedule-visit-button,
body.page-template-page-give-scholarship a.virtual-tour-button,
body.page-template-page-give-scholarship a.schedule-visit-button,
body.page-template-page-golden-battler a.virtual-tour-button,
body.page-template-page-golden-battler a.schedule-visit-button,
body.page-template-page-give a.virtual-tour-button,
body.page-template-page-give a.schedule-visit-button,
body.page-template-page-nursing-alumni a.virtual-tour-button,
body.page-template-page-nursing-alumni a.schedule-visit-button,
body.page-template-page-delphic a.virtual-tour-button,
body.page-template-page-delphic a.schedule-visit-button {
  display: none !important; }

.site-footer__bottom-logos {
  background: #f4f4f4;
  text-align: center;
  padding: 4.5rem 0 1.5rem; }
  @media screen and (min-width: 48em) {
    .site-footer__bottom-logos {
      padding: 4.5rem 0 3.5rem; } }
  .site-footer__bottom-logos img {
    display: inline;
    margin: 0; }
  .site-footer__bottom-logos .card {
    max-width: 175px;
    margin: 0 auto; }
    @media screen and (max-width: 47.99em) {
      .site-footer__bottom-logos .card {
        margin-bottom: 2.5rem; } }
    .site-footer__bottom-logos .card .back a {
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
              box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
      border: 3px #FFB81C solid;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 50%;
      color: #fff;
      display: block;
      background: #003865;
      padding: 4.35rem 1rem 1rem;
      margin: 0 auto;
      max-width: 175px;
      height: 175px; }

.site-footer {
  background: #003865; }
  @media screen and (max-width: 61.99em) {
    .site-footer {
      padding-bottom: 7rem; } }
  .site-footer .parallax-content {
    padding-top: 1.5rem; }
  @media screen and (min-width: 62em) {
    .site-footer .footer-logo {
      margin-top: 4rem; } }

.site-footer__social-icons {
  text-align: center; }
  @media screen and (max-width: 61.99em) {
    .site-footer__social-icons {
      margin-bottom: 1.5rem; } }
  .site-footer__social-icons a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 0 0.5rem; }
    @media screen and (min-width: 62em) {
      .site-footer__social-icons a {
        font-size: 21px;
        font-size: 1.3125rem;
        padding: 0 0 0 0.35rem; } }
    .site-footer__social-icons a:hover {
      color: #FFB81C; }

.abu-portal {
  margin-bottom: 1rem; }
  @media screen and (max-width: 61.99em) {
    .abu-portal {
      text-align: center; } }
  @media screen and (min-width: 62em) {
    .abu-portal {
      margin-top: 4.5rem; } }

@media screen and (max-width: 61.99em) {
  .site-footer__navigation {
    margin-bottom: 1.5rem; } }

.site-footer__navigation ul {
  list-style: none;
  margin: 0; }
  @media screen and (max-width: 61.99em) {
    .site-footer__navigation ul {
      text-align: center; } }

.site-footer__navigation li {
  margin-bottom: 0.5rem; }

.site-footer__navigation a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #FFB81C;
  text-transform: uppercase;
  text-decoration: none; }
  .site-footer__navigation a:hover {
    color: #FFB81C;
    text-decoration: underline; }

.site-footer__contact-info {
  color: #fff; }
  @media screen and (max-width: 61.99em) {
    .site-footer__contact-info {
      text-align: center;
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 62em) {
    .site-footer__contact-info {
      margin-top: 7.75rem; } }
  .site-footer__contact-info strong {
    text-transform: uppercase;
    color: #FFB81C; }

.site-footer__links {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff; }
  @media screen and (min-width: 62em) {
    .site-footer__links {
      margin-top: 4.5rem; } }
  .site-footer__links a {
    color: #fff;
    text-decoration: none; }
    .site-footer__links a:hover {
      color: #fff;
      text-decoration: underline; }

/* Talk to Students Button */
#friendlyu-root {
  position: relative !important;
  z-index: 99 !important; }
  #friendlyu-root #friendlyu-toggle {
    font-weight: 700 !important;
    border-bottom: 3px #0071cb solid;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    bottom: 25px !important; }
    #friendlyu-root #friendlyu-toggle:hover {
      background: #ffc84f !important; }

/* Schedule a Visit Button */
button.vm-button.vm-style {
  font-weight: 700 !important;
  border-bottom: 3px #0071cb solid;
  -webkit-transition: .3s !important;
  transition: .3s !important;
  bottom: 25px !important;
  margin-bottom: 0 !important; }
  button.vm-button.vm-style:hover {
    background: #ffc84f !important; }

/*# sourceMappingURL=style.css.map */

.woocommerce span.onsale{
display:none;
}
