body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: #ffffff;
    color: #7f8791;
}
h2 {
    font-size: 26px;
    font-weight: 400;
    color: #32325d;
}
a {
    color: #6772e5;
    font-weight: 500;
}
a:hover {
    color: #6772e5;
    font-weight: 500;
    text-decoration: underline;
}
.feature-list {
    padding: 0;
}
.feature-list li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    color: #5e5e5e;
    font-weight: 400;
    padding-right: 20px;
    padding-bottom: 6px;
}
.feature-badge {
    font-size: 16px;
    display: inline-block;
    background-color: #6667e7;
    color: #fff;
    padding: 4px;
    text-align: center;
    line-height: 18px;
    margin-right: 4px;
}
.feature-badge-round {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.emphasis {
    color: #dc7bed;
    font-weight: 500;
}
.text-opaque {
    opacity: 0.6;
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card {
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
    border: 1px solid #b1b1b1;
}
.card:hover {
    /*box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);*/
}
@media (max-width: 420px) {
    .first-thumb {
        margin-top: .5rem;
    }
}


/* Page Structure
----------------------------------------------------------------------- */
.header {
    padding: 10px 0;
}
.footer {
    background-color: #e1e1e1;
}


/* Navigation
----------------------------------------------------------------------- */
.navbar {
    margin-bottom: 0;
}
.navbar-header {
    margin-bottom: 15px;
    margin-top: 10px;
}
@media (max-width: 420px) {
    .navbar-header img {
        width: 80%;
    }
}
.navbar-site-nav {
    background-color: transparent;
    border: 0;
}
.navbar-site-nav .navbar-right {
    margin-top: 18px;
}
.navbar-site-nav .navbar-nav>li>a {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -ms-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}
.navbar-site-nav .navbar-nav>li>a:hover {
    color: #698bec;
}
.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 0;
    border: none;
}
.navbar-site-nav .navbar-toggle .icon-bar {
    background-color: #6a6a6a;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-site-nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.navbar-site-nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.navbar-site-nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-footer a {
    color: #858585;
    font-weight: 400;
    font-size: 14px;
}
.navbar-nav .navbar-footer>li>a {
    padding-top: 10px;
    padding-bottom: 0;
}
.nav.navbar-footer>li>a:focus,
.nav.navbar-footer>li>a:hover {
    background-color: transparent;
    text-decoration: underline;
}


/* Sections
----------------------------------------------------------------------- */
.section {
    display: block;
}
.section-grey-200 {
    background-color: #f8f8f8;
}
.section-grey-300 {
    background-color: #f6f6f6;
}
.section-blue-300 {
    background-color: #698bec;
}
.section-blue-300 a {
    color: #bbebfd;
}
.section-blue-300 a:hover {
    font-weight: 400;
    color: #bbebfd;
}
.section-purple-300 {
    background-color: #817aeb;
    color: #fff;
}
.section h1 {
    font-weight: 300;
    font-size: 38px;
}
.section-masthead {
    margin: 0;
    background-image: url(../images/masthead-students-lg.jpg);
    background-size: 2560px 350px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
    color: #929292;
    font-size: 20px;
}
.masthead-copy {
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .section-masthead {
        background-image: url(../images/masthead-students-md.jpg);
        background-size: 1199px 350px;
    }
    .masthead-copy {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .section-masthead {
        background-image: url(../images/masthead-students-sm.jpg);
        background-size: 767px 275px;
        height: 275px;
    }
    .masthead-copy {
        padding-top: 0;
        text-align: center;
    }
}


/* Fonts & Colours
----------------------------------------------------------------------- */
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw700 {
    font-weight: 700;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.dark-gray {
    color: #424242;
}
.dark-blue {
    color: #142c6f;
}
.light-blue {
    color: #bbebfd;
}

/* Forms
----------------------------------------------------------------------- */
.form-horizontal .control-label {
    text-align: left;
}
.form-control {
    height: 38px;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #817aeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.section-purple-300 .form-control:focus {
    border-color: #bbb7eb;
}
label {
    font-weight: 400;
}


/* Buttons
----------------------------------------------------------------------- */
.btn-tsr {
    font-size: 18px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}
.btn-tsr-dark-purple {
    background-color: #5b4e96;
    color: #fff;
}
.btn-tsr-dark-purple:hover {
    background-color: #523896;
    color: #fff;
}

/* Notifications
----------------------------------------------------------------------- */
.alert {
    font-size: 16px;
    font-weight: 500;
}
.alert-danger {
    color: #ffffff;
    background-color: #ef4d42;
    border-color: #ef4d42;
    list-style: none;
}
.alert-success {
    color: #ffffff;
    background-color: #68c587;
    border-color: #68c587;
    list-style: none;
}
.alert a {
    color: #ffffff;
    text-decoration: underline;
}
.alert a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Pills
----------------------------------------------------------------------- */
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #6667e7;
}
.nav-pills>li>a {
    border: 1px solid #6667e7;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 6px;
    font-size: 24px;
    padding: 6px 15px;
}
