Skip to content
Snippets Groups Projects
style.css 302 KiB
Newer Older
bcweaver's avatar
bcweaver committed
@media (max-width: 768px) {
  /* line 14, ../assets/sass/layout/_header.scss */
  #header-logos {
    display: none;
  }
}
bcweaver's avatar
bcweaver committed

/* line 50, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
#header-logos-mobile {
  display: none;
  text-align: center;
}
/* line 54, ../assets/sass/layout/_header.scss */
#header-logos-mobile .dep-logo {
  width: 100%;
  height: inherit;
}
/* line 58, ../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 65, ../assets/sass/layout/_header.scss */
#header-logos-mobile .osu-logo {
  width: 100%;
  height: inherit;
}
/* line 69, ../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 50, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
  #header-logos-mobile {
    display: block;
  }
}

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

/* line 91, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form {
  display: none;
  width: 50%;
  float: right;
}
/* line 96, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form .input-group {
  width: 100%;
}
/* line 99, ../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 105, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-block-form .button {
  display: none;
}
/* line 109, ../assets/sass/layout/_header.scss */
.search-block-form .help-block {
  display: none;
}
  /* line 91, ../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 121, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
.search-icon {
  float: right !important;
  cursor: pointer;
}
/* line 125, ../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 121, ../assets/sass/layout/_header.scss */
bcweaver's avatar
bcweaver committed
  .search-icon {
    display: none;
  }
}
bcweaver's avatar
bcweaver committed

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

/* line 8, ../assets/sass/layout/_footer.scss */
.footer {
  background: #173E41;
  border-top: none;
  color: #ffffff;
bcweaver's avatar
bcweaver committed
}
/* line 14, ../assets/sass/layout/_footer.scss */
.footer a {
  color: #ffffff;
}

/* line 19, ../assets/sass/layout/_footer.scss */
#subfoot {
  background: #333333;
  float: left;
  width: 100%;
  color: #ffffff;
  padding: 20px 0;
}
/* line 26, ../assets/sass/layout/_footer.scss */
#subfoot a {
  color: #ffffff;
}
/* line 30, ../assets/sass/layout/_footer.scss */
#subfoot .sf-col2 {
  text-align: right;
}
/* line 33, ../assets/sass/layout/_footer.scss */
#subfoot .sf-col2 ul {
  list-style-type: none;
}
@media (max-width: 768px) {
  /* line 39, ../assets/sass/layout/_footer.scss */
  #subfoot .col-xs-12 {
    text-align: center;
  }
  /* line 42, ../assets/sass/layout/_footer.scss */
  #subfoot .col-xs-12 ul {
    padding: 0;
  }
}

/* line 55, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-twitter:before {
/* line 59, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-facebook:before {
/* line 63, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-rss:before {
/* line 67, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-youtube:before {
/* line 71, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-linkedin:before {
/* line 75, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-envelope:before {
/* line 79, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-github:before {
/* line 83, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-bitbucket:before {
/* line 87, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-tumblr:before {
/* line 91, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-behance:before {
/* line 95, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-pinterest:before {
/* line 99, ../assets/sass/layout/_footer.scss */
.social-media-links--platforms .fa-google-plus:before {
/* 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 a {
  color: #000000;
}
/* line 28, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 32, ../assets/sass/layout/_section-background-colors.scss */
.lgray-bg .field--name-field-callout-link a:hover {
  color: #000000;
}

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

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

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

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

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

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

/* line 144, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg {
  background-color: #4A4A4A;
  color: #ffffff;
}
/* line 148, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg p {
  color: #ffffff;
}
/* line 152, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg a {
  color: #ffffff;
}
/* line 156, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 160, ../assets/sass/layout/_section-background-colors.scss */
.dgray-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 165, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg {
  background-color: #830000;
  color: #ffffff;
}
/* line 169, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg p {
  color: #ffffff;
}
/* line 173, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg a {
  color: #ffffff;
}
/* line 177, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 181, ../assets/sass/layout/_section-background-colors.scss */
.dscarlet-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 186, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg {
  background-color: #5d1542;
  color: #ffffff;
}
/* line 190, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg p {
  color: #ffffff;
}
/* line 194, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg a {
  color: #ffffff;
}
/* line 198, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 202, ../assets/sass/layout/_section-background-colors.scss */
.dviolet-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 207, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg {
  background-color: #1b494c;
  color: #ffffff;
}
/* line 211, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg p {
  color: #ffffff;
}
/* line 215, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg a {
  color: #ffffff;
}
/* line 219, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 223, ../assets/sass/layout/_section-background-colors.scss */
.dteal-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 228, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg {
  background-color: #442369;
  color: #ffffff;
}
/* line 232, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg p {
  color: #ffffff;
}
/* line 236, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg a {
  color: #ffffff;
}
/* line 240, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 244, ../assets/sass/layout/_section-background-colors.scss */
.dpurple-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 249, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg {
  background-color: #565b22;
  color: #ffffff;
}
/* line 253, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg p {
  color: #ffffff;
}
/* line 257, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg a {
  color: #ffffff;
}
/* line 261, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 265, ../assets/sass/layout/_section-background-colors.scss */
.dgreen-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

/* line 270, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg {
  background-color: #953d1c;
  color: #ffffff;
}
/* line 274, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg p {
  color: #ffffff;
}
/* line 278, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg a {
  color: #ffffff;
}
/* line 282, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg .paragraph--type--tabs a:hover {
  color: #555555;
}
/* line 286, ../assets/sass/layout/_section-background-colors.scss */
.dorange-bg .field--name-field-callout-link a:hover {
  color: #ffffff;
}

bcweaver's avatar
bcweaver committed
2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 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;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../bootstrap/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
/* line 153, ../bootstrap/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bootstrap/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bootstrap/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../bootstrap/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../bootstrap/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, ../bootstrap/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../bootstrap/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../bootstrap/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../bootstrap/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;