body {
    background-color:#F0F0F0;
    font-family:'Mada'
}

@media only screen and (min-width : 1000px) {
	
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
	
}

@media only screen and (max-width: 763px) {
	
}

#sticky-header {
    position: fixed;
    top: 0;
    left:0;
    width: 100vw;
    height:45px;
    background-color:black;
    z-index:999;
}

.sticky-header-container {
    width:100%;
    height:100%;
    position:relative;
}

.sticky-header-text {
    position:absolute;
    left:20px;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
    color:white;
    font-weight:200;
}

.dataface-link {
    color:white!important;
    font-weight:600;
}

.dataface-link:hover {
   background:black!important;
}

@media only screen and (min-width : 1000px) {
	
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
	
}

@media only screen and (max-width: 763px) {
	
}

#landing-page {
    position:fixed;
    top: 0;
    left:0;
    width: 100vw;
    height:100vh;
    background-color:white;
    z-index:998;

}

.landing-page-text-outer-container {
    width:100%;
    height:100%;
    position:relative;
}

.landing-page-text-container {
    position:absolute;
    top:50%;
    -webkit-transform:translate(0%, -50%);
        -ms-transform:translate(0%, -50%);
            transform:translate(0%, -50%);
    width:100%;
}

.landing-page-header-container {
    padding-left:100px;
}

.landing-page-sub-header-container {
    padding-left:50px;
}

@media only screen and (min-width : 1200px) {
    .landing-page-text-container {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .landing-page-header-container {
        width:650px;
        padding-left:80px;
    }
    
    .landing-page-sub-header-container {
        width:calc(100% - 700px);
        max-width:660px;
        padding-left:50px;
        padding-right:30px;
    }
}

@media only screen and (min-width : 764px) and (max-width: 1199px) {
    .landing-page-text-container {
        display:block;
    }
	.landing-page-header-container {
        width:calc(100% - 100px);
        padding-left:80px;
    }
    
    .landing-page-sub-header-container {
        width:calc(100% - 100px);
        padding-left:80px;
    }
}

@media only screen and (max-width: 763px) {
    .landing-page-text-container {
        display:block;
    }
	.landing-page-header-container {
        width:calc(100% - 60px);
        padding-left:20px;
    }
    
    .landing-page-sub-header-container {
        width:calc(100% - 60px);
        padding-left:20px;
    }
}

.landing-page-header {
    font-weight:200;
    color:black;
    line-height:1;
}

.landing-page-college-name {
    font-weight:800;
    color:#53412d
}

.landing-page-sub-header {
    font-weight:200;
    color:black;
}

.landing-page-bold {
    font-weight:600;
}

.landing-page-button {
    border: 1px solid black;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    background:black;
    color:white;
    font-weight:600;
    text-align:left;
    cursor:pointer;

}

@media only screen and (min-width : 1200px) {
	.landing-page-header {
        font-size:60px;
        line-height:1;
    }

    .landing-page-college-name {
        font-size:80px;
        line-height:1;
    }
    
    .landing-page-sub-header {
        margin-top:30px;
        font-size:30px;
        margin-bottom:20px;
    }
    
    .landing-page-bold {
        font-weight:600;
    }
    
    .landing-page-button {
        border-radius:4px;
        padding:10px;
        font-size:20px;
    }
}

@media only screen and (min-width : 764px) and (max-width: 1199px) {
	.landing-page-header {
        font-size:60px;
        line-height:1;
    }

    .landing-page-college-name {
        font-size:80px;
        line-height:1;
    }
    
    .landing-page-sub-header {
        margin-top:30px;
        font-size:30px;
        margin-bottom:20px;
    }
    
    .landing-page-bold {
        font-weight:600;
    }
    
    .landing-page-button {
        border-radius:4px;
        padding:10px;
        font-size:20px;
    }
}

@media only screen and (max-width: 763px) {
	.landing-page-header {
        font-size:33px;
        line-height:1;

    }

    .landing-page-college-name {
        font-size:35px;
        line-height:1;
    }
    
    .landing-page-sub-header {
        margin-top:10px;
        font-size:20px;
        margin-bottom:10px;
    }
    
    .landing-page-bold {
        font-weight:600;
    }
    
    .landing-page-button {
        border-radius:4px;
        padding:6px;
        font-size:16px;
    }
}

#cf-radius-map-wrapper {
    position:relative;
}

.#cf-radius-map-header-container {
    width:100%;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
}

.cf-header {
    width: 100%;
    text-align:center;
    font-weight:200;
    color:black;
    display:inline-block;
    text-align: center;
    margin: 0;
    opacity:0;
}

#cf-radius-map-dropdown {
    background-color: transparent;
    text-align:center;
    margin:auto;
    border: none;
    font-weight: 700;
    border-radius: 0;
    color: #53412d;
    outline: 0;
    text-align-last: center;
    background: #dbcdbd;
}

.cf-radius-map-play-button-container {
    display:inline-block;
    font-weight: 700;
    color: #53412d;
    background: #dbcdbd;
    cursor:pointer;
    z-index:100;
}

.fa-play {
   
}

.fa-pause {
   
}

@media only screen and (min-width : 1000px) {
	#cf-radius-map-wrapper {
        margin-top:60px;
        margin-bottom:80px;
        min-height:600px;
    }
    
    .cf-header {
        font-size:30px;
        line-height: 1.7;
    }
    
    #cf-radius-map-dropdown {
        font-size:40px;
    }
    
    .cf-radius-map-play-button-container {
        font-size:20px;
        border-radius: 4px;
        padding:0px 8px 0px 8px;
        width:90px;
        margin:0px 3px 0px 3px;
    }
    
    .fa-play {
        font-size:16px!important;
        margin-left:5px;
    }
    
    .fa-pause {
        font-size:16px!important;
        margin-left:5px;
    }
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
	#cf-radius-map-wrapper {
        margin-top:60px;
        margin-bottom:80px;
        min-height:400px;
    }
    
    .cf-header {
        font-size:30px;
        line-height: 1.7;
    }
    
    #cf-radius-map-dropdown {
        font-size:40px;
    }
    
    .cf-radius-map-play-button-container {
        font-size:20px;
        border-radius: 4px;
        padding:0px 8px 0px 8px;
        width:90px;
        margin:0px 3px 0px 3px;
    }
    
    .fa-play {
        font-size:16px!important;
        margin-left:5px;
    }
    
    .fa-pause {
        font-size:16px!important;
        margin-left:5px;
    }
}

@media only screen and (max-width: 763px) {
    #cf-radius-map-header-container {
       margin-bottom:10px;
    }
	#cf-radius-map-wrapper {
        margin-top:60px;
        margin-bottom:40px;
    }
    
    .cf-header {
        font-size:18px;
        line-height: 1.7;
    }
    
    #cf-radius-map-dropdown {
        font-size:20px;
    }
    
    .cf-radius-map-play-button-container {
        font-size:16px;
        border-radius: 4px;
        padding:0px 8px 0px 8px;
        width:70px;
        margin:0px 3px 0px 3px;
    }
    
    .fa-play {
        font-size:12px!important;
        margin-left:5px;
    }
    
    .fa-pause {
        font-size:12px!important;
        margin-left:5px;
    }
}

#cf-radius-map-inner-wrapper {
    width:100%;
    margin:auto;
    text-align:center;
    position:relative;
}

#cf-radius-map-container {
    position:relative;
}

.cf-map-container {
    display:inline-block;
    margin:auto;
}

#cf-radius-map-distribution {
    display:inline-block;
    margin:auto;
    position:relative;
}

.cf-radius-map-distribution-text-container {
    position:absolute;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    -webkit-transform:translateY(-5px);
        -ms-transform:translateY(-5px);
            transform:translateY(-5px)
}

.cf-radius-map-distribution-text-container p {
    padding:0;
    margin:0;
}

.cf-radius-map-distribution-text-head {
    font-weight:800;
}

.cf-radius-map-distribution-text-sub {
    font-weight:400;
}

.cf-radius-map-distribution-label {
    background:black;
    color:white;
    position:absolute;
    -webkit-transform:translate(-100%, -100%);
        -ms-transform:translate(-100%, -100%);
            transform:translate(-100%, -100%);
    font-weight:400;
}

.cf-radius-map-distribution-bracket {
    position:absolute;
}

@media only screen and (min-width : 1000px) {
    #cf-radius-map-container {
        margin-right:50px;
    }
	#cf-radius-map-distribution {
        width:200px;
    }
    
    .cf-radius-map-distribution-text-head {
        font-size:16px;
    }
    
    .cf-radius-map-distribution-text-sub {
        font-size:14px;
    }

    .cf-radius-map-distribution-bracket {
        border-top:2px dotted black;
        border-left:2px dotted black;
        border-bottom:2px dotted black;
    }
    .cf-radius-map-distribution-label {
        padding:5px;
        font-size:14px;
    }
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
    #cf-radius-map-container {
        margin-right:50px;
    }
	#cf-radius-map-distribution {
        width:200px;
    }
    .cf-radius-map-distribution-text-head {
        font-size:16px;
    }
    
    .cf-radius-map-distribution-text-sub {
        font-size:14px;
    }
    .cf-radius-map-distribution-bracket {
        border-top:2px dotted black;
        border-left:2px dotted black;
        border-bottom:2px dotted black;
    }
    .cf-radius-map-distribution-label {
        padding:5px;
        font-size:14px;
    }
}

@media only screen and (max-width: 763px) {
    #cf-radius-map-container {

    }
	#cf-radius-map-distribution {
        width:180px;
    }
    
    .cf-radius-map-distribution-text-head {
        font-size:14px;
    }
    
    .cf-radius-map-distribution-text-sub {
        font-size:12px;
    }

    .cf-radius-map-distribution-bracket {
        border-top:1px dotted black;
        border-left:1px dotted black;
        border-bottom:1px dotted black;
    }
    .cf-radius-map-distribution-label {
        padding:4px;
        font-size:12px;
    }
}

.cf-radius-map-intro-line {
    stroke:black;
    stroke-width:1.5px;
}

@-webkit-keyframes MoveUpDown {
    0% { -webkit-transform: translateY(0%); transform: translateY(0%); }
    100% { -webkit-transform: translateY(-50%); transform: translateY(-50%); }
}

@keyframes MoveUpDown {
    0% { -webkit-transform: translateY(0%); transform: translateY(0%); }
    100% { -webkit-transform: translateY(-50%); transform: translateY(-50%); }
}

.cf-radius-map-intro-tooltip {
    -webkit-box-shadow:0 0 2px 2px rgba(63,63,63,.25);
            box-shadow:0 0 2px 2px rgba(63,63,63,.25);
    pointer-events:none;
    position:absolute;
    background-color:rgba(255, 255, 255, .9);
    padding:10px;
    z-index:100;
    font-size:12px;
    font-weight:600;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    max-width:220px;
    text-align:left;
}

.states {
    fill:#c9b49c;
    stroke:#53412d;
    stroke-width:1px;
}

.college-city-dot {
    fill:red;
    stroke:black;
    stroke-width:1;
}

.college-radius-dot {
    fill:none;
    stroke:black;
    pointer-events:none;
}

.recruit-city-dot {
    fill: black;
    fill-opacity: .3;
    stroke:black;
    stroke-width:1;
}

@media only screen and (min-width : 1000px) {
    .college-radius-dot {
        stroke-width:2;
        stroke-dasharray: 2px 2px;
    }
    .cf-radius-map-intro-tooltip {
        padding:10px;
        font-size:12px;
        height:-webkit-max-content;
        height:-moz-max-content;
        height:max-content;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
        max-width:220px;
        text-align:left;
    }
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
    .college-radius-dot {
        stroke-width:1;
        stroke-dasharray: 1px 1px;
    }
    .cf-radius-map-intro-tooltip {
        padding:5px;
        font-size:12px;
        height:-webkit-max-content;
        height:-moz-max-content;
        height:max-content;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
        max-width:200px;
        text-align:left;
    }
    .narrow-tooltip {
        max-width:150px;
    }
}

@media only screen and (max-width: 763px) {
    .college-radius-dot {
        stroke-width:1;
        stroke-dasharray: 1px 1px;
    }
}


.recruit-city-info {
    -webkit-box-shadow:0 0 10px 2px rgba(63,63,63,.25);
            box-shadow:0 0 10px 2px rgba(63,63,63,.25);
    pointer-events:none;
    position:absolute;
    background-color:rgba(255, 255, 255, .9);
    z-index:100;
    overflow-x:hidden;
}

.recruit-city-info-text {
    margin:0;
}

.recruit-city-info-header {
    font-weight:800;
}

.recruit-city-info-sub-header {
    font-weight:400;
}

.recruit-city-info table {
    border-collapse: collapse;
    text-align:center;
}

.recruit-city-info thead {
    display: table-header-group;
    border-color: inherit;
    text-transform:uppercase;
}

.recruit-city-info thead tr {
    border-bottom: 1px solid #000;
}

.recruit-city-info thead th {
    font-weight:400;
}

.recruit-city-info thead tr th:nth-child(1) {
    text-align:left;
}

.recruit-city-info tbody tr td:nth-child(1) {
    text-align:left;
}

.recruit-city-info tbody tr {
    margin-bottom:3px;

}

@media only screen and (min-width : 1000px) {
	.recruit-city-info {
        padding:10px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
    }
    
    .recruit-city-info-header {
        font-size:20px;
    }
    
    .recruit-city-info-sub-header {
        font-size:14px;
    }
    
    .recruit-city-info table {
        margin-top:10px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
    }
    
    .recruit-city-info thead th {
        font-size:12px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
        padding-right:10px;
    }
    
    .recruit-city-info tbody tr {
        margin-bottom:3px;
        font-size:12px;
    }
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
	.recruit-city-info {
        padding:10px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
    }
    
    .recruit-city-info-header {
        font-size:20px;
    }
    
    .recruit-city-info-sub-header {
        font-size:14px;
    }
    
    .recruit-city-info table {
        margin-top:10px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
    }
    
    .recruit-city-info thead th {
        font-size:12px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
        padding-right:10px;
    }
    
    .recruit-city-info tbody tr {
        margin-bottom:3px;
        font-size:12px;
    }
}

@media only screen and (max-width: 763px) {
	.recruit-city-info {
        padding:5px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
    }
    
    .recruit-city-info-header {
        font-size:16px;
    }
    
    .recruit-city-info-sub-header {
        font-size:12px;
    }
    
    .recruit-city-info table {
        margin-top:8px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
    }
    
    .recruit-city-info thead th {
        font-size:12px;
        width:-webkit-max-content;
        width:-moz-max-content;
        width:max-content;
        padding-right:6px;
    }
    
    .recruit-city-info tbody tr {
        margin-bottom:3px;
        font-size:12px;
    }

    .recruit-city-info thead tr th:nth-child(1) {
       max-width: 100px;
    }
    
    .recruit-city-info tbody tr td:nth-child(1) {
        max-width: 100px;
    }
}


@-webkit-keyframes flash {  
    0% { -webkit-box-shadow:0 0 1px 1px grey; box-shadow:0 0 1px 1px grey; }
    100% { -webkit-box-shadow:0 0 4px 4px grey; box-shadow:0 0 4px 4px grey}
}


@keyframes flash {  
    0% { -webkit-box-shadow:0 0 1px 1px grey; box-shadow:0 0 1px 1px grey; }
    100% { -webkit-box-shadow:0 0 4px 4px grey; box-shadow:0 0 4px 4px grey}
}

.start-intro-button {
    -webkit-animation-name: flash;
            animation-name: flash;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    border-radius:4px;
    left:50%;
    top:50%;
    border: 1px solid black;
    width:200px;
    padding:10px;
    background:black;
    color:white;
    font-weight:600;
    -webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    position:absolute;
    text-align:center;
    cursor:pointer;

}

.end-intro-button {
    -webkit-animation-name: flash;
            animation-name: flash;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    margin:auto;
    text-align:center;
    border-radius:4px;
    border: 1px solid black;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    padding:10px;
    background:black;
    color:white;
    font-weight:600;
    display:none;
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    cursor:pointer;
}

.end-intro-button-mobile-container {
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    display:none;
}

.end-intro-button-mobile {
    margin:auto;
    text-align:center;
    border-radius:4px;
    width:60px;
    padding:6px;
    border: 1px solid black;
    background:white;
    color:black;
    font-weight:600;
    display:inline-block;
    cursor:pointer;
}

.end-intro-button-mobile:hover {
    background:black;
    color:white;
}

@media only screen and (min-width : 1000px) {
   .start-intro-button {
       font-size:18px;
   }
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
    .start-intro-button {
        font-size:16px;
    }
}

@media only screen and (max-width: 763px) {
    .start-intro-button {
        font-size:14px;
    }
}

.scroll-down-container {
    margin:auto;
    text-align:center;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
    font-weight:600;
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%, 0%);
        -ms-transform:translate(-50%, 0%);
            transform:translate(-50%, 0%);
    cursor:pointer;
    opacity:0;
    pointer-events:none;
}

.scroll-down-text {
    font-size:14px;
    margin:0;
}

.scroll-down-arrow {
    width: 20px;
    height:30px;
    margin:auto;
}

.scroll-down-arrow-svg {
    width:100%;
    height:100%;
}

@media only screen and (min-width : 1000px) {
    
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
    
}

@media only screen and (max-width: 763px) {
    .scroll-down-container {
        -webkit-transform:translate(-50%, 10px);
            -ms-transform:translate(-50%, 10px);
                transform:translate(-50%, 10px);
    }
    .scroll-down-text {
        font-size:12px;
        margin:0;
    }
}

.cf-analysis-section-header {
    font-weight:800;
    text-align:center;
    margin: auto;
    background:black;
    color:white;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
}

.cf-analysis-section-between {
    position:relative;
    margin:auto;
}

.cf-analysis-section-between-line {
    stroke:black;
}

.cf-analysis-section-number {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius:50%;
    font-weight:600;
    color:black;
    background-color:#c9b49c;
    text-align:center;
    border:1px solid black;
}   

.cf-analysis-map-wrapper {
    text-align:center;
    width:95vw;
    margin:auto;
    overflow-x:hidden;
}

.cf-analysis-map-header {
    font-weight:800;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    margin:auto;
}

.cf-analysis-map-sub-header {
    font-weight:400;
    margin:auto;
    text-align:left;
}

.cf-analysis-map-sub-header-emphasis {
    font-weight:800;
}

.cf-analysis-map-container {
    position:relative;
    margin:auto;
    max-width:100%;
}

@media only screen and (min-width : 1000px) {
	.cf-analysis-section-header {
        font-size:40px;
        margin-bottom: 20px;
        padding:10px;
    }
    
    .cf-analysis-section-between {
        height:300px;
        width:100px;
    }

    .cf-analysis-section-between-line {
        stroke-width:2px;
    }
    
    .cf-analysis-section-number {
        width:30px;
        height:30px;
        border-radius:50%;
        font-size:22px;
        line-height:1.4;
    }   
    
    .cf-analysis-map-header {
        font-size:40px;
    }
    
    .cf-analysis-map-sub-header {
        font-size:16px;
        width:500px;
        max-width:800px;
        line-height:1.6;
    }
    .cf-analysis-map-container {
       
    }
}

@media only screen and (min-width : 764px) and (max-width: 999px) {
	.cf-analysis-section-header {
        font-size:35px;
        margin-bottom: 20px;
        padding:10px;
    }
    
    .cf-analysis-section-between {
        height:300px;
        width:100px;
    }

    .cf-analysis-section-between-line {
        stroke-width:2px;
    }
    
    
    .cf-analysis-section-number {
        width:30px;
        height:30px;
        border-radius:50%;
        font-size:22px;
        line-height:1.4;
    }   
    
    .cf-analysis-map-header {
        font-size:35px;
    }
    
    .cf-analysis-map-sub-header {
        font-size:16px;
        width:500px;
        max-width:800px;
        line-height:1.6;
    }
    .cf-analysis-map-container {
       
    }
}

@media only screen and (max-width: 763px) {
	.cf-analysis-section-header {
        font-size:25px;
        margin-bottom: 30px;
        padding:8px;
    }
    
    .cf-analysis-section-between {
        height:150px;
        width:100px;
        margin-bottom:30px;
    }

    .cf-analysis-section-between-line {
        stroke-width:1px;
    }
    
    .cf-analysis-section-number {
        width:30px;
        height:30px;
        border-radius:50%;
        font-size:22px;
        line-height:1.4;
    }   
    
    .cf-analysis-map-header {
        font-size:30px;
        margin-bottom:10px;
    }
    
    .cf-analysis-map-sub-header {
        font-size:16px;
        width:100%;
        line-height:1.6;
    }
    .cf-analysis-map-container {
       margin-top:30px;
       margin-bottom:30px;
    }
}
