Skip to content
Snippets Groups Projects
style.css 310 KiB
Newer Older
#contact-message-feedback-form {
  margin-bottom: 20px;
}

/* line 8, ../assets/sass/layout/_footer.scss */
.footer {
  background: #173E41;
  border-top: none;
  color: #ffffff;
  margin-top: 0;
}
/* line 14, ../assets/sass/layout/_footer.scss */
.footer p, .footer h2, .footer h3 {
  color: #ffffff;
}
/* line 18, ../assets/sass/layout/_footer.scss */
.footer a {
  text-decoration: none;
}
/* line 22, ../assets/sass/layout/_footer.scss */
.footer a:hover {
/* line 29, ../assets/sass/layout/_footer.scss */
.footer .social-media-links--platforms a {
  color: #ffffff;
}
/* line 32, ../assets/sass/layout/_footer.scss */
.footer .social-media-links--platforms a:hover {
/* line 38, ../assets/sass/layout/_footer.scss */
.footer .nav > li > a:hover, .footer .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
}
/* line 43, ../assets/sass/layout/_footer.scss */
.footer .nav > li > a {
  padding: 0;
}
/* line 48, ../assets/sass/layout/_footer.scss */
#subfoot {
  background: #333333;
  float: left;
bcweaver's avatar
bcweaver committed
  width: 100%;
  color: #ffffff;
  padding: 20px 0;
bcweaver's avatar
bcweaver committed
}
/* line 55, ../assets/sass/layout/_footer.scss */
/* line 59, ../assets/sass/layout/_footer.scss */
  text-decoration: none;
}
/* line 63, ../assets/sass/layout/_footer.scss */
#subfoot a:hover {
/* line 68, ../assets/sass/layout/_footer.scss */
#subfoot .sf-col2 {
  text-align: right;
}
/* line 71, ../assets/sass/layout/_footer.scss */
#subfoot .sf-col2 ul {
  list-style-type: none;
}
@media (max-width: 768px) {
  /* line 77, ../assets/sass/layout/_footer.scss */
  #subfoot .col-xs-12 {
    text-align: center;
  }
  /* line 80, ../assets/sass/layout/_footer.scss */
/* line 92, ../assets/sass/layout/_footer.scss */
.footer-address {
  margin-bottom: 20px;
}

/* line 96, ../assets/sass/layout/_footer.scss */
.footer-email {
  margin-bottom: 20px;
}
/* line 99, ../assets/sass/layout/_footer.scss */
.footer-email a {
  text-decoration: none;
}
/* line 102, ../assets/sass/layout/_footer.scss */
.footer-email a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 109, ../assets/sass/layout/_footer.scss */
.footer-phone {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: solid #666666 1px;
  border-bottom: solid #666666 1px;
}

/* line 121, ../assets/sass/layout/_footer.scss */
/* line 124, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-twitter:before {
  content: "\f081";
}
/* line 128, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-facebook:before {
  content: "\f082";
}
/* line 132, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-rss:before {
  content: "\f143";
}
/* line 136, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-youtube:before {
  content: "\f166";
}
/* line 140, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-linkedin:before {
  content: "\f08c";
}
/* line 144, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-envelope:before {
  content: "\f199";
}
/* line 148, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-github:before {
  content: "\f092";
}
/* line 152, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-bitbucket:before {
  content: "\f172";
}
/* line 156, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-tumblr:before {
  content: "\f174";
}
/* line 160, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-behance:before {
  content: "\f1b5";
}
/* line 164, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-pinterest:before {
  content: "\f0d3";
}
/* line 168, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-google-plus:before {
  content: "\f0d4";
bcweaver's avatar
bcweaver committed
}

/* line 8, ../assets/sass/layout/_header.scss */
.page-header {
  margin: 0 20px 20px;
  border-bottom: none;
}

/* line 13, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos {
bcweaver's avatar
bcweaver committed
  width: 100%;
  float: left;
bcweaver's avatar
bcweaver committed
}
/* line 20, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos .dep-logo {
  float: left;
  width: 60%;
bcweaver's avatar
bcweaver committed
}
/* line 25, ../assets/sass/layout/_header.scss */
#header-logos .dep-logo img {
  max-width: 100%;
  max-height: inherit;
}
/* line 31, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos .osu-logo {
  float: right;
  width: 30%;
bcweaver's avatar
bcweaver committed
}
/* line 37, ../assets/sass/layout/_header.scss */
#header-logos .osu-logo img {
  max-width: 100%;
  max-height: inherit;
}
bcweaver's avatar
bcweaver committed
@media (max-width: 768px) {
  /* line 13, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
  #header-logos {
    display: none;
  }
}
bcweaver's avatar
bcweaver committed

/* line 49, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos-mobile {
  display: none;
  text-align: center;
}
/* line 53, ../assets/sass/layout/_header.scss */
#header-logos-mobile .dep-logo {
  width: 100%;
  height: inherit;
}
/* line 57, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos-mobile .dep-logo img {
  margin: 0 0 30px;
bcweaver's avatar
bcweaver committed
}
/* line 64, ../assets/sass/layout/_header.scss */
#header-logos-mobile .osu-logo {
  width: 100%;
  height: inherit;
}
/* line 68, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos-mobile .osu-logo img {
  margin: 20px 0 30px;
bcweaver's avatar
bcweaver committed
}
@media (max-width: 768px) {
  /* line 49, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
  #header-logos-mobile {
    display: block;
  }
}

/* line 80, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.logo2 {
  margin-top: 5px;
}

/* line 90, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form {
  display: none;
  width: 50%;
  float: right;
}
/* line 95, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form .input-group {
  width: 100%;
}
/* line 98, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form .input-group .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 104, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form .button {
  display: none;
}
/* line 108, ../assets/sass/layout/_header.scss */
.search-block-form .help-block {
  display: none;
}
  /* line 90, ../assets/sass/layout/_header.scss */
  .search-block-form {
    width: 100%;
    padding: 15px 10px 0px;
    background: #373535;
    margin: 0px 0px 10px;
  }
}
bcweaver's avatar
bcweaver committed

/* line 120, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-icon {
  float: right !important;
  cursor: pointer;
}
/* line 124, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-icon .active-search {
  min-height: 40px;
}
bcweaver's avatar
bcweaver committed
@media (max-width: 768px) {
  /* line 120, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
  .search-icon {
    display: none;
  }
}
bcweaver's avatar
bcweaver committed

/* line 133, ../assets/sass/layout/_header.scss */
.search-icon-mobile {
  display: none;
  float: right;
  font-size: 24px;
  margin: 5px 15px;
/* line 139, ../assets/sass/layout/_header.scss */
  /* line 133, ../assets/sass/layout/_header.scss */
/* line 153, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.breadcrumb {
  background-color: transparent;
}

/* line 11, ../assets/sass/layout/_section-background-colors.scss */
.default-bg {
  background-color: #1B494C;
}

/* line 20, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg {
  background-color: #f5f5f5;
  color: #000000;
}
/* line 24, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 28, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 33, ../assets/sass/layout/_section-background-colors.scss */
.lblue-bg {
  background-color: #e9eff7;
  color: #000000;
}
/* line 37, ../assets/sass/layout/_section-background-colors.scss */
.lblue-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 41, ../assets/sass/layout/_section-background-colors.scss */
.lblue-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 46, ../assets/sass/layout/_section-background-colors.scss */
.lviolet-bg {
  background-color: #f3e9ef;
  color: #000000;
}
/* line 50, ../assets/sass/layout/_section-background-colors.scss */
.lviolet-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 54, ../assets/sass/layout/_section-background-colors.scss */
.lviolet-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 59, ../assets/sass/layout/_section-background-colors.scss */
.ltaupe-bg {
  background-color: #f5f5ee;
  color: #000000;
}
/* line 63, ../assets/sass/layout/_section-background-colors.scss */
.ltaupe-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 67, ../assets/sass/layout/_section-background-colors.scss */
.ltaupe-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 72, ../assets/sass/layout/_section-background-colors.scss */
.lturquoise-bg {
  background-color: #f1f8f7;
  color: #000000;
}
/* line 76, ../assets/sass/layout/_section-background-colors.scss */
.lturquoise-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 80, ../assets/sass/layout/_section-background-colors.scss */
.lturquoise-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 85, ../assets/sass/layout/_section-background-colors.scss */
.lteal-bg {
  background-color: #eaf0f1;
  color: #000000;
}
/* line 89, ../assets/sass/layout/_section-background-colors.scss */
.lteal-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 93, ../assets/sass/layout/_section-background-colors.scss */
.lteal-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 98, ../assets/sass/layout/_section-background-colors.scss */
.lyellow-bg {
  background-color: #f6f9da;
  color: #000000;
}
/* line 102, ../assets/sass/layout/_section-background-colors.scss */
.lyellow-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 106, ../assets/sass/layout/_section-background-colors.scss */
.lyellow-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

/* line 116, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg {
  background-color: #4A4A4A;
  color: #ffffff;
}
/* line 120, ../assets/sass/layout/_section-background-colors.scss */
/* line 124, ../assets/sass/layout/_section-background-colors.scss */
/* line 128, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 132, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 137, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg {
  background-color: #830000;
  color: #ffffff;
}
/* line 141, ../assets/sass/layout/_section-background-colors.scss */
/* line 145, ../assets/sass/layout/_section-background-colors.scss */
/* line 149, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 153, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 158, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg {
  background-color: #5d1542;
  color: #ffffff;
}
/* line 162, ../assets/sass/layout/_section-background-colors.scss */
/* line 166, ../assets/sass/layout/_section-background-colors.scss */
/* line 170, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 174, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 179, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg {
  background-color: #1b494c;
  color: #ffffff;
}
/* line 183, ../assets/sass/layout/_section-background-colors.scss */
/* line 187, ../assets/sass/layout/_section-background-colors.scss */
/* line 191, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 195, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 200, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg {
  background-color: #442369;
  color: #ffffff;
}
/* line 204, ../assets/sass/layout/_section-background-colors.scss */
/* line 208, ../assets/sass/layout/_section-background-colors.scss */
/* line 212, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 216, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 221, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg {
  background-color: #565b22;
  color: #ffffff;
}
/* line 225, ../assets/sass/layout/_section-background-colors.scss */
/* line 229, ../assets/sass/layout/_section-background-colors.scss */
/* line 233, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 237, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 242, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg {
  background-color: #953d1c;
  color: #ffffff;
}
/* line 246, ../assets/sass/layout/_section-background-colors.scss */
/* line 250, ../assets/sass/layout/_section-background-colors.scss */
/* line 254, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 258, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

bcweaver's avatar
bcweaver committed
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000
/* line 11, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #666666;
  background-color: #fff;
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #BB0000;
  text-decoration: none;
}
/* line 52, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #4A4A4A;
  text-decoration: underline;
}
/* line 58, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #666666;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
/* line 30, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 41, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 30px;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 24px;
}

/* line 49, ../bootstrap/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 20px;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 17px;
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../bootstrap/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, ../bootstrap/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, ../bootstrap/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../bootstrap/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../bootstrap/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 75%;
}

/* line 83, ../bootstrap/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bootstrap/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bootstrap/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;