@charset "UTF-8";
@import url("https://use.typekit.net/ble5stv.css");
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'lato', helvetica, sans-serif;
    position: relative;
    background: rgba(237, 237, 229, .7) url(images/bg-dots.gif) no-repeat;
    background-position: right -103px;
    background-attachment: fixed;
    background-size: 40%;
    background-blend-mode: lighten;
}
a {
    color: #4b96c5;
    text-decoration: none;
    background-color: transparent;
    overflow-wrap: break-word;
}
p {overflow-wrap: break-word;line-height: 1.8;}
section {
    padding: 0px;
}
h3 {
    font-size: 1.4rem;
    margin-top: 50px;
    font-weight: 900;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.container {
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 1440px;
    background: rgba(255,255,255,.7);
    padding: 3em;
}
.row {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    display: flex;
}
.row.blockDisplay {
    display: block;
}
.column_half {
    width: 50%;
    float: left;
    margin-top: 0px;
}
.columns {
    width: 25%;
    float: left;
    color: #A5A5A5;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.row .columns p {
    padding-left: 10%;
    padding-right: 10%;
}
.container .columns h4 {
    text-align: center;
    color: #01B2D1; 
}
.primary_header {
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f58f1e+0,ffffff+100 */
background: linear-gradient(to bottom,  #f58f1e 0%,#ffffff 100%);  /* Old browsers */
background: -moz-linear-gradient(top,  #f58f1e 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f58f1e 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f58f1e 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58f1e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

   
    padding-bottom: 0px;
    clear: left;
    text-align: center;
}
.secondary_header {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0px;
    background: url(images/bg-dots.png) no-repeat;
    background-position: right -103px;
    background-attachment: fixed;
    /* background-size: 40%; */
    background-blend-mode: lighten;
    clear: left;
}

#intro p {
    font-size: 20px;
    border-left: 10px solid #efefef;
    padding-left: 30px;
}
.container .secondary_header ul {
    margin-top: 0%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    width: 100%;
}
.noDisplay {
    display: none;
}
.container .left_article h3 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
    color: #717070;
    font-weight: bold;
    text-transform: uppercase;
}
.container .left_article p {
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #B3B3B3;
}
.right_article {
    width: 40%;
    float: left;
    background-color: #F6F6F6;
}
.container .right_article ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.right_article ul li {
    list-style: none;
    text-align: center;
    background-color: #B3B3B3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.3s linear;
    border-left: 5px solid #717070;
}
.right_article ul li:hover {
    background-color: #717070;
    cursor: pointer;
}
.footer {
    background-color: #333333;
}

h1.title {
    color: white;
    text-shadow: 1px 1px 2px #666;
}
.title {
    font-weight: 100;
    font-style: normal;
    text-align: center;
    color: #ec8313;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title strong {
    font-weight: 900;
}
.subtitle {
    font-weight: bold;
    font-style: normal;
    padding-bottom: 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.left_half {
    background-color: #52BAD5;
}
.container h2, .container-fluid h2 {
    /* padding-left: 30px; */
    color: #333;
    /* border-left: 30px solid #ec8313; */
    margin: 30px 0px 40px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.8rem;
}
.right_half {
    background-color: #01B2D1;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.column_title {
    padding-top: 25px;
    padding-bottom: 25px;
}
.copyright {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.bg-dark {
    background-color: #333!important;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
}
li.nav-item {
    padding-left: .4em;
    padding-right: .4em
}
li.nav-item.active {
    background: #ec8313;
    border-radius: 5px;
}

@media (max-width: 320px) {
.secondary_header ul li {
    float: none;
    margin-top: 28px;
    margin-left: 0px;
    width: 100%;
}
.container .secondary_header ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}

.left_article {
    width: 100%;
    height: auto;
}
.right_article {
    width: 100%;
    height: auto;
}
.placeholder {
    width: 100%;
    margin-top: 22PX;
    margin-right: 0px;
    margin-bottom: 22PX;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 400px;
    max-height: 200px;
    height: auto;
}
.columns {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0PX;
    padding-right: 0PX;
    padding-bottom: 0PX;
    padding-left: 0PX;
}
.columns p {
    padding-left: 10px;
    padding-right: 10px;
}
.column_half.left_half {
    width: 100%;
}
.column_half.right_half {
    width: 100%;
}
.copyright {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.container .left_article h3 {
    margin-top: 30px;
}
.social .social_icon img {
    width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
    float: none;
    margin-top: 28px;
    margin-left: 0px;
    width: 100%;
}
.container .secondary_header ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    width: 100%;
    text-align: center;
}

.left_article {
    width: 100%;
    height: auto;
}
.right_article {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}
.placeholder {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.columns {
    width: 100%;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.columns p {
    padding-left: 14px;
    padding-right: 14px;
}
.column_half.left_half {
    width: 100%;
}
.column_half.right_half {
    width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {

.secondary_header ul li {
    margin-top: 10px;
    margin-right: 7%;
    margin-bottom: 10px;
    margin-left: 7%;
}
.left_article {
    height: auto;
}
.right_article {
    height: auto;
    padding-bottom: 27px;
}
.placeholder {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.columns {
    width: 50%;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.container .columns p {
    padding-left: 25px;
    padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
    width: 100px;
    border-radius: 200px;
    height: 100px;
    margin-left: auto;
}
.thumbnail_align {
    text-align: center;
}
.social {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #414141;
    clear: both;
    overflow: auto;
}
.social_icon {
    width: 25%;
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
}
.container .social .social_icon:hover {
    cursor: pointer;
    opacity: 0.5;
}
#menu {
}
ul.navbar-nav {
    padding-left: .6em;
}
.flexrow {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.flexcolumn {
    width: 100%;
    background: #EDEDE5;
    border-radius: 5px;
    padding: 17px;
    margin-right: 1em;
    margin-bottom: 1em;
    min-width: 33%;
    max-width: 100%;
}
.flexcolumn i {
    color: /*#7E9DAA*/#ccccc5
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.sticky + .content {
    padding-top: 60px;
}
.inline {
    width: 250px;
    margin-top: 59px;
    left: 14px;
}
.inline.fixed {
    position: fixed !important;
    opacity: 1;
    top: 112px;
    left: 24px;
    width: 30%;
    margin-top: 0px;
    max-width: 250px;
}
.container-fluid {
    background: rgba(237, 237, 229, .8);
}
#sidenav {
    display: block;
}
#sidenav .nav-link {
    color: #333;
    /* background-color: #007bff; */
    border-left: 2px solid #ec8313;
    background-color: #fff !important;
}
#sidenav .nav-link.active {
    color: #333;
    /* background-color: #007bff; */
    border-left: 20px solid #ec8313;
}
#section1, #section2, #section3, #section4, #section5 {
    padding-top: 30px;
}
.chartrow {
    margin-bottom: 30px;
}
.chartcontainer {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}
#figure3 .flexcolumn {
    background: #fff;
}
#mentoroutcomes p {
    display: flex;
}
#mentoroutcomes i {
    margin-right: 10px;
}
#mentoroutcomes .flexrow {
    border: 1px solid #ccc;
    padding: 30px;
    background: #fff;
}
#mentoroutcomes .flexcolumn {
    background: #fff;
}
#mentoroutcomes h4, #mentor-dyad h4 {
    color: #fff;
    background: #2083B0;
    padding: 20px;
}
/*overlay text*/

#mentor-dyad .flexcolumn {
    position: relative;
    width: 50%;
}
#mentor-dyad .flexcolumn .image {
    display: block;
    width: 100%;
    height: auto;
}
#mentor-dyad .flexcolumn .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(72, 72, 72, 0.89);
    overflow: hidden;
    height: 0;
    width: 100%;
    transition: .5s ease;
}
#mentor-dyad .flexcolumn .container-outer:hover .overlay {
    height: 100%;
    cursor: pointer;
}
.text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
}
#formaleducation .flexcolumn {
    background: #fff;
    box-shadow: 2px 2px 5px #ccc;
}
#formaleducation {
    margin-top: 50px;
    margin-bottom: 50px;
}
.container ul.list, .container-fluid ul.list {
    margin-top: 40px;
}
.container ul.list li, .container-fluid ul.list li {
    list-style-image: url(images/bullet-arrow1.png);
    padding-left: 10px;
    padding-bottom: 1em;
}
figure {
    text-align: center;
}
table#scales td {
    padding: 10px;
}
table#scales th {
    background-color: #2083B0;
    padding: 10px;
    color: white;
}
table#scales td:first-child {
    background: #efefef;
}
strong {
    font-weight: 900
}
.card-header {
    position: relative;
    padding-right: 50px;
}
.card-header .fa {
    position: absolute;
    right: 20px;
    color: #c9ccce;
    font-size: 1.2rem;
}
.lead {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #989898;
    font-style: italic;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

@media all and (max-width: 639px) {
    
    .h1, h1 {
    font-size: 2rem;
}
    h2 {
        font-size: 1.5rem;
    }    
#mentor-dyad .flexcolumn {
    position: relative;
    width: 100%;
}
#sidenav {
    display: none;
}
.flexrow {
    flex-wrap: wrap !important;
}

}
.footnotes {
    padding-top: 40px;
}
section.contact {
    text-align: center;
    background: #b3b3ae;
    width: 100%;
    padding: 20px;
    color: #efefef;
}
section.contact a {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}
section.contact a span {
    margin-left: 10px;
}
section.contact .flexrow {
    justify-content: center;
}
.infographic {
    max-width: 640px;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    -ms-flex-align: center;
    align-items: center;
}

.flexcolumn {
    position:relative;
}


.thumbnail_bg i {
    font-size: 800%;
    /* position: absolute; */
    color: #fff;
}

.behind {
    z-index: 1;
    bottom: -63px;
    right: 13px;
    opacity: 0.7;
    /* height: 188px; */
    /* min-width: 33%; */
    /* max-width: 100%; */
    position: absolute;
    min-height: 210px;
}

.infront {
    z-index:2;
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.orangerule {
    width: 100px;
    border-top: 1px solid #ccc;
}
