@import 'https://fonts.googleapis.com/css?family=Oswald:400,300|Ubuntu:400,700';
/* Fixing some ugly defaults */

.headline h2,
.headline h3,
.headline h4 {
    border-bottom: none;
    display: block;
}

h1,
h2,
.headline h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

h4 {
    font-weight: 400;
}

p,
ul,
ol {
    margin-bottom: 1em
}

.viu .field .field-item ul > li > ul {
    margin-bottom: 0
}
/* Font sizes you don't have to squint to read */

html {
    font-size: 100%;
}

body {
    font-size: 1em;
    line-height: 1.3636;
    font-family: 'Ubuntu', sans-serif;
}

@media (min-width: 43.75em) {
    body {
        font-size: 1em;
        line-height: 1.49996
    }
}

h1 {
    letter-spacing: -1px;
    font-size: 2em;
    line-height: 1.3636;
    margin-top: 0.6818em
}

@media (min-width: 43.75em) {
    h1 {
        letter-spacing: normal;
        font-size: 2.5em;
        line-height: 1.22724;
        margin-top: 0.4909em
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        line-height: 1.14542;
        margin-top: 0.38181em
    }
}

h2, .headline h2 {
    font-size: 1.625em;
    line-height: 1.25451;
    margin-top: 0.77201em
}

@media (min-width: 43.75em) {
    h2, .headline h2 {
        font-size: 2em;
        line-height: 1.3636;
        margin-top: 0.6818em
    }
}

@media (min-width: 56.25em) {
    h2, .headline h2 {
        font-size: 2.25em;
        line-height: 1.3636;
        margin-top: 0.60604em
    }
}

h3, .headline h3 {
    font-size: 1.375em;
    line-height: 1.23951;
    margin-top: 0.90146em
}

@media (min-width: 43.75em) {
    h3, .headline h3 {
        font-size: 1.5em;
        line-height: 1.3636;
        margin-top: 0.90907em
    }
}

@media (min-width: 56.25em) {
    h3, .headline h3 {
        font-size: 1.75em;
        line-height: 1.3636;
        margin-top: 0.7792em
    }
}

h2:first-child {
    margin-top: 0
}
/* All pages */

.breadcrumb { 
    font-size: .8em;
    text-transform: uppercase;
}

.breadcrumbs {
  display: none;
}

.header-viu .header-banner-title em { color: #fff }

.panel > .panel-heading,
.feature-number-block-gd,
table thead th,
.social-icon-gd,
.square-list-gd > li:before { 
    background-color: #0081c6;
    color: #fff;
}

.navbar-responsive-collapse,
.header-viu .navbar-default .navbar-toggle { 
    background: #003A5D;
    border-color: #003A5D;
}
.main-nav-viu > li > a,
.header-viu .full-width-menu {
    color: #fff;
}
.header-viu:hover .full-width-menu { color: #003A5D; }
.header-viu .navbar-collapse { border-top: 1px solid #003A5D; }

@media (min-width: 992px) { .main-nav-viu > li:hover:before { background: #6dceec; } }

.social-icon-gd {
    width: 30px;
    height: 30px;
    padding: 8px 5px;
    text-align: center;
    margin: 4px 10px 0 0;
    display: inline-block;
}

.social-media-list-gd {
    padding: 0 !important;
    text-align: center;
}

.apply-link-gd {
    font-weight: 700;
    margin-top: 1em;
    display: block;
    margin-bottom: .25em;
    text-align: center;
    padding: .25em;
    background: #0081c6;
color: #fff;
    transition: all .3s;
}

.apply-link-gd:hover {
    text-decoration: none;
    background: #fff;
    color: #0081c6;
}

.social-media-list-gd > li {
    display: inline-block;
}
.hidden-gd { display: none }
.small-gd { font-size: 80%; }
.header-banner-title { color: transparent; }

.grad-detail-gd {
  font-size: .9em;
  opacity: .9;
}

.alumni-name-gd {
  font-size: 1.2em;
}

.panel {
  font-size: .9em !important;
}
.panel-body,
.panel-heading {
  padding: 1rem 1.5rem !important;
}

/* home */

@media (min-width: 43.75em) {
    .header-viu .navbar-header {
        min-height: 450px;
        background-image: url('https://ah.viu.ca/system/files/home_masthead-2.jpg');
        background-size: cover;
        position: relative;
    }
  .header-viu .navbar-header::after {
    clear: both;
    content: 'Graphic Design';
    display: block;
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    background-color: rgba(64, 86, 101, 0.5);
    padding: 2rem 1rem;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
    .banner-title-link { display: none }
}


.square-list-gd {
    counter-reset: li;
    list-style: none !important;
    padding: 0;
    overflow: visible !important;
}
.square-list-gd > li {
    position: relative;
    padding: 0 0 1em;
}

.square-list-gd > li:before {
    position: absolute;
    top: 0;
    left: -2.5em;
    width: 30px;
    height: 30px;
    padding: 8px 5px;
    line-height: .75;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.highlight-p-gd {
    font-size: 1.2em
}

.animated-block-gd {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.animated-block-gd > p {
    position: absolute;
    top: 0;
    left: 0;
}