  /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
  @import url("https://use.typekit.net/fqn4yld.css");

body {
    padding-bottom: 3rem;
    color: #5a5a5a;
    font-family: 'Quiet Sans', Arial, sans-serif;
    font-size: 1.2rem;
    
}

.main {
    margin-top:19px;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.container-fluid {
    max-width: 144rem;
    padding-right: 5rem;
    padding-left: 5rem;
}

@media (max-width: 1500px) {
    .container-fluid {
        padding-right: 0rem;
        padding-left: 0rem;        
    }
}

a.unlink {
    color: inherit;
}

a.unlink:hover {
    color: inherit;
}

.btn {
    border-radius: 30px !important;
    font-size: 1rem;
    font-family: 'Quiet Sans', Arial, sans-serif;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.search-box-nav {
    width: 100%;
}

.header-callout {
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
    font-size: 1.6rem;
    font-family: 'Quiet Sans', arial, sans-serif;
}

/* VIDEO CALLOUT
-------------------------------------------------- */

.overlay-desc {
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.overlay-desc h1 {
    color: #fff;
    font-family: 'Quiet Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-shadow: 2px 1px 2px #000;
    text-align: center;
}
h2, h3, h4, h5, h6 {
    font-family: 'Richmond Text', Georgia, Serif;
}

@media (min-width: 40em) {
    .overlay-desc h1 {
        color: #fff;
        font-family: 'Richmond Text', Georgia, Serif;
        font-weight: 400;
        font-size: 3rem;
        text-shadow: 2px 1px 2px #000;
        text-align: center;
    }
}

.btn-primary-outline {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #ccc;
    border-width: 2px;
    color: #fff;
    padding: 1rem 2rem;
}

.next-steps-btn b {
    color: #fff;
}

/* remove rounding from cards, buttons and inputs */
.card, .btn, .form-control { border-radius: 0; }

:root {
    --primary: #13579a;
    --secondary: #FDC82F;
    --success: #1d7631;
    --font-family-sans-serif: 'Quiet Sans', sans-serif;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    font-family: 'Quiet Sans', arial, sans-serif;
}

.btn-primary:hover {
    background-color: #ffc72c;
    border-color: #ffc72c;
	color: #001254;
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
}

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-success {
    background-color: var(--success);
    border-color: var(--success);
    font-family: 'Quiet Sans', arial, sans-serif;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.btn-outline-warning {
    border-color: var(--secondary);
}

.btn-outline-warning:hover {
    border-color: var(--secondary);
    background-color: var(--secondary)
}

.btn-link {
    color: #006cdf;
}
.bg-blue {
    background-color: var(--primary);
}

.bg-blue a {
    color: #fff;
}

.bg-blue a:hover {
    text-decoration: none;
}

.featurette {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.bg-blue p, .bg-blue h2 {
    color: #fff;
}

/* Chart graphs */
.chart {
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart figcaption {
    padding: 50px 25px;
    width: 100px;
    height: 50px;
    border: 20px solid #f0f0f0;
    border-radius: 100px;
    line-height: 50px;
}

.chart img {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    background: white;
}
/* END Container styles */

/* Colors for the circles and positions for the graphics */
.employed-statistic {
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
    font-size: 3rem;
}

.employed-statistic + svg .outer {
    stroke: #d55c1978;
    margin:auto;
}

.class-size-statistic {
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
    font-size: 3rem;
}

.class-size-statistic + svg .outer {
    stroke: #fdc82f9c;
}

.internship-statistic {
    position: absolute;
    margin-left: -7px;
    margin-top: -3px;
    font-size: 3rem;
}

.internship-statistic + svg .outer {
    stroke: #52c6e285;
}

.clubs-statistic {
    position: absolute;
    margin-left: -7px;
    margin-top: -3px;
    font-size: 3rem;
}

.clubs-statistic + svg .outer {
    stroke: #7ab8007a;
}

.nav-link {
    font-family: 'Quiet Sans', arial, sans-serif; font-weight: bold; color: #13579a !important; 
}
.nav-link:hover {background-color: #13579a; color: #FFF !important;}
.nav-link:focus {background-color: #13579a; color: #FFF !important;}
.dropdown-item {font-family: 'Quiet Sans', arial, sans-serif; font-weight: bold; color: #13579a !important;}
.dropdown-item:hover {background-color: #13579a; color: #FFF !important;}
.dropdown-item:focus {background-color: #13579a; color: #FFF !important;}
.outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 10;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
    stroke-dashoffset: 534 !important;
    -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */


/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
    stroke-dashoffset: 0;
    -webkit-animation: show100 2s;
    animation: show100 2s;
}

.chart[data-percent='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

.chart[data-percent='50'] .outer {
    stroke-dashoffset: 267;
    -webkit-animation: show50 2s;
    animation: show50 2s;
}

.chart[data-percent='25'] .outer {
    stroke-dashoffset: 401;
    -webkit-animation: show25 2s;
    animation: show25 2s;
}
/* END set initial animation values */

/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 134;
    }
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 124;
    }
}

@-webkit-keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 267;
    }
}

@keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 267;
    }
}

@-webkit-keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 401;
    }
}

@keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }
    
    to {
        stroke-dashoffset: 401;
    }
}

footer {
    font-size: 15px;
    margin-top:10px;
    padding-top:25px;
    border-top: 4px solid var(--secondary);
    background-color: #003594 !important;
    color: #fff;
    padding-bottom:20px;
    margin-bottom: -10rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: var(--secondary);
}

.footer-links {
    padding-top: 40px;
}

.footer-quick-links {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-quick-links-list {
    border-bottom: 1px solid #fff;
}
.footer-social-icons {
    padding-top:15px;
    padding-bottom:15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;
}




/* MARKETING CONTENT
-------------------------------------------------- */
.marketing {
    padding-top: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        /* margin-top: 7rem; */
    }
}

.card-deck {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap; 
    align-items: stretch;
  }
  .card-deck .card {
    display: block;
    flex-basis: 50%; /* change this value for each breakpoint*/
  }
  
  .show-for-sr, .show-on-focus
{
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}