/**
 * CSS output file
 * 
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
/**
 * Mixins
 * Contains global SCSS mixins
 */
.visuallyhidden {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 6-6-2023
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.perc-region {
    min-height: 1px;
}

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #FFFF00;
    color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
    border-radius: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: none;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/**
 * Typography
 * Base typography for the theme
 */
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 0.4em;
}

@media screen and (min-width: 700px) {
    h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1025px) {
    div#main-content {
        /* margin-top: 100px; */
    }

    h1 {
        font-size: 60px;
    }
}

h2, .form-title {
    margin: 25px 0 10px;
    color: #877148;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.21;
}

@media screen and (min-width: 700px) {
    h2, .form-title {
        margin: 30px 0 10px;
        font-size: 30px;
    }
}

@media screen and (min-width: 1025px) {
    .accordion__header h2 {
        font-size: 32px;
    }

    .accordion__content table {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    h2, .form-title {
        margin: 40px 0 20px;
        font-size: 32px;
    }
}

h3 {
    color: #877148;
    font-family: "Roboto Condensed", sans-serif;
    margin: 25px 0 5px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.21;
}

@media screen and (min-width: 700px) {
    h3 {
        margin: 30px 0 10px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1025px) {
    h3 {
        margin: 40px 0 15px;
        font-size: 30px;
    }
}

h4 {
    margin: 20px 0 0;
    color: #002855;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.21;
}

@media screen and (min-width: 700px) {
    h4 {
        margin: 30px 0 10px;
        font-size: 20px;
    }
}

@media screen and (min-width: 1025px) {
    h4 {
        margin: 50px 0 15px;
        font-size: 24px;
    }
}

h5 {
    color: #002855;
    margin: 20px 0 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.21;
}

@media screen and (min-width: 700px) {
    h5 {
        margin: 30px 0 10px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    h5 {
        margin: 25px 0 15px;
        font-size: 18px;
    }
}

h6 {
    color: #002855;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.21;
    text-transform: uppercase;
}

@media screen and (min-width: 700px) {
    h6 {
        margin: 30px 0 10px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    h6 {
        margin: 50px 0 15px;
        font-size: 18px;
    }
}

p, .intro-text p:last-child {
    margin: 0 0 1em;
}

p:empty {
    display: none;
}

p.intro-text, .intro-text p {
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    p.intro-text, .intro-text p, .intro-text p:last-child {
        margin-bottom: 40px !important;
    }
}

span.blue {
    color: #000000;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

a {
    color: #343434;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

a:hover {
    text-decoration: none;
}

a.cta-text, .generic-list__body a, .generic-3-col__body p a, .generic-2-col__body p a {
    color: #002855;
    font-weight: 700;
    position: relative;
    padding-right: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 700px) {
    a.cta-text, .generic-list__body a, .generic-3-col__body p a, .generic-2-col__body p a {
        padding-right: 21px;
        text-decoration: none !important;
    }
}

a.cta-text:hover, a.cta-text-large:hover, .generic-list__body a:hover, .generic-3-col__body p a:hover, .generic-2-col__body p a:hover {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.cta-text:hover:after, .generic-list__body a:hover:after, .generic-3-col__body p a:hover:after, .generic-2-col__body p a:hover:after {
    margin-left: 5px;
}

a.cta-text:after, .generic-list__body a:after, .generic-3-col__body p a:after, .generic-2-col__body p a:after {
    content: "";
    width: 14px;
    height: 11px;
    padding: 0 12px;
    vertical-align: middle;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

a.cta-text-large {
    font-weight: 700;
    position: relative;
    padding-right: 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 700px) {
    a.cta-text-large {
        padding-right: 25px;
    }
}

@media screen and (min-width: 1025px) {
    a.cta-text-large {
        padding-right: 47px;
    }
}

a.cta-text-large:hover {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.cta-text-large:hover:after {
    margin-left: 5px;
}

a.cta-text-large:after {
    content: "";
    padding: 0 10px;
    vertical-align: middle;
    display: inline;
    width: 14px;
    height: 11px;
    right: 0;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

@media screen and (min-width: 1025px) {
    a.cta-text-large:after {
        width: 28px;
        height: 22px;
        background-size: 28px 22px;
        bottom: 0.2em;
        padding: 0 23px;
    }
}

main a:not(.cta-text-large):not(.cta-text):not(.cta-button), .generic-3-col__body ul a, .generic-2-col__body ul a {
    position: relative;
    -webkit-box-shadow: inset 0 -1px 0 #002855;
    box-shadow: inset 0 -1px 0 #002855;
}

main a:hover {
    -webkit-box-shadow: inset 0 -1px #343434;
    box-shadow: inset 0 -1px #343434;
}

a.cta-button, .perc-box-1 a {
    color: #877148;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    padding: 0.65em 17px;
    position: relative;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.carousel__intro .perc-box-1 a, .story-feature__intro .perc-box-1 a {
    color: #FFFFFF;
}

.carousel__intro .perc-box-1 a:after, .story-feature__intro .perc-box-1 a:after {
    color: #FFFFFF;
    background: #012564 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-white.svg) no-repeat right center;
}

a.cta-button:hover, .perc-box-1 a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.cta-button:hover:after, .perc-box-1 a:hover:after {
    -webkit-transform: translateX(10px) translateY(-50%);
    -ms-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
}

@media screen and (min-width: 700px) {
    a.cta-button, .perc-box-1 a {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1025px) {
    a.cta-button, .perc-box-1 a {
        font-size: 16px;
        padding: 0.65em 20px;
    }
}

a.cta-button:after, .perc-box-1 a:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 17px;
    height: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

button,
input {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

main ul, #main-content ul {
    padding-left: 30px;
}

@media screen and (min-width: 700px) {
    main ul, #main-content ul {
        padding-left: 55px;
    }
}

@media screen and (min-width: 1025px) {
    main ul, #main-content ul {
        padding-left: 90px;
        margin: 0em 0;
    }
}

main ul li, #main-content ul li {
    position: relative;
    list-style: none;
    margin: 0.5em 0;
}

@media screen and (min-width: 700px) {
    main ul li, #main-content ul li {
        margin: 1em 0;
    }
}

@media screen and (min-width: 1025px) {
    main ul li, #main-content ul li {
        margin: 0.5em 0;
    }
}

main ul li::before,
#main-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0.75em;
    left: -29px;
    border-radius: 100em;
    background: #b59a57;
}

ol {
    padding-left: 18px;
}

@media screen and (min-width: 700px) {
    ol {
        padding-left: 46px;
    }
}

@media screen and (min-width: 1025px) {
    ol {
        padding-left: 83px;
        margin: 0 0 1em 0;
    }
}

ol li {
    margin: 0.5em 0;
}

@media screen and (min-width: 700px) {
    ol li {
        margin: 1em 0;
    }
}

@media screen and (min-width: 1025px) {
    ol li {
        margin: 0.5em 0;
    }
}

/**
 * Base theme styles
 * This file contains theme base styles.
 * 
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
body {
    color: #343434;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media screen and (min-width: 700px) {
    body {
        line-height: 1.875;
    }
}

@media screen and (min-width: 1025px) {
    body {
        font-size: 18px;
        line-height: 1.78;
    }
}

body.js-fixed {
    overflow: hidden;
}

html {
    overflow-x: hidden;
}

*>p:last-child,
*>ul:last-child,
*>ol:last-child {
    margin-bottom: 0;
}

a.skip-link {
    color: #000000;
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link:active, a.skip-link:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}

a.skip-link.visuallyhidden:focus {
    background-color: #FFFFFF;
    padding: 3px 10px;
    position: absolute !important;
    z-index: 1000000;
}

img {
    /* display: block; */
    /* max-width: 100%; */
    /* height: auto; */
}

figcaption {
    margin: 0.5em 0 0;
    font-style: italic;
}

.desktop-only {
    display: none;
}

@media screen and (min-width: 1175px) {
    .desktop-only {
        display: block;
    }
}

@media screen and (min-width: 1175px) {
    .mobile-only {
        display: none;
    }
}

.page-content {
    -webkit-transition: margin-top 300ms;
    -o-transition: margin-top 300ms;
    transition: margin-top 300ms;
    padding: 0 15px;
    position: relative;
}

@media screen and (min-width: 700px) {
    .page-content {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1025px) {
    .page-content {
        max-width: 820px;
        margin: 0 auto;
    }
}

.hero {
    margin: 0 -15px;
    position: relative;
}

@media screen and (min-width: 700px) {
    .hero {
        margin: 0 -50px 0px;
    }
}

@media screen and (min-width: 1025px) {
    .hero {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        margin-bottom: 55px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .hero {
        max-width: 1600px;
        margin-left: -800px;
    }
}

@media screen and (min-width: 1025px) {
    .hero::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), to(#000000));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #000000 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #000000 100%);
        content: '';
    }

    .hero::after {
        opacity: 0.8;
    }
}

@media screen and (max-width: 700px) {
    .hero img {
        min-width: 100%;
        width: auto;
        height: auto;
        max-width: 145%;
        min-height: 200px;
        max-height: 290px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 700px) {
    .hero img {
        width: 100%;
    }
}

.hero img+h1 {
    padding: 0 15px;
    margin-top: 0.67em;
}

@media screen and (min-width: 700px) {
    .hero img+h1 {
        padding: 10px 50px 0;
    }
}

@media screen and (min-width: 1025px) {
    .hero img+h1 {
        position: absolute;
        bottom: 50px;
        color: #FFFFFF;
        max-width: 720px;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        padding: 0;
    }

    .hero img+h1:before {
        content: none;
    }
}

h1 {
    position: relative;
    padding: 50px 0 0;
    margin-top: 0;
}

.perc-widget>div:not(.intro-text)>.rxbodyfield {
    padding-bottom: 25px;
}

@media screen and (min-width: 700px) {
    h1 {
        padding: 60px 0 0;
    }

    .perc-widget>div:not(.intro-text)>.rxbodyfield {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1025px) {
    h1 {
        padding: 140px 0 0;
    }
}

h1:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -30px;
    z-index: -1;
    top: -50px;

    background-size: auto 250px;
}

@media screen and (min-width: 700px) {
    h1:before {

        background-size: auto 250px;
        bottom: 0px;
        top: -150px;
        left: -50px;
        right: -50px;
        height: 320px;
    }
}

@media screen and (min-width: 1025px) {
    h1:before {

        background-size: auto 360px;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        position: absolute;
        height: 360px;
        top: 0px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    h1:before {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.hero:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -20px;
    z-index: -1;
    height: 75px;
}

@media screen and (min-width: 700px) {
    .hero:before {
        bottom: 0px;
        height: 320px;
    }
}

@media screen and (min-width: 1025px) {
    .hero:before {

        height: 360px;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        position: absolute;
        bottom: -125px;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .hero:before {
        max-width: 1600px;
        margin-left: -800px;
    }
}

blockquote {
    color: #FFFFFF;
    font-family: "EB Garamond", serif;
    font-size: 25px;
    line-height: 1.4;
    margin: 0 -15px;
    padding: 30px 15px 45px;
    background: #002855;

}

@media screen and (min-width: 700px) {
    blockquote {
        font-size: 30px;
        margin: 0 -50px;
        padding: 35px 50px 50px;
    }
}

@media screen and (min-width: 1025px) {
    blockquote {
        font-size: 35px;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 45px 50px 50px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    blockquote {
        max-width: 1600px;
        margin-left: -800px;
    }
}

@media screen and (min-width: 1025px) {
    blockquote p {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 70px;
    }

    blockquote p::first-letter {
        margin-left: -0.4em;
    }
}

.inset-image {
    margin: 20px -15px;
}

@media screen and (min-width: 700px) {
    .inset-image {
        float: left;
        margin: 20px 30px 20px 0;
        max-width: 50%;
    }
}

@media screen and (min-width: 1175px) {
    .inset-image {
        margin: 35px 85px 35px -160px;
    }
}

.inset-image img {
    width: 100%;
}

.inset-image__caption {
    font-size: 14px;
    padding: 0 15px;
}

@media screen and (min-width: 700px) {
    .inset-image__caption {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1175px) {
    .inset-image__caption {
        font-size: 15px;
    }
}

table {
    margin: 20px -15px 50px;
    border-top: 2px solid #002855;
    border-collapse: collapse;
}

@media screen and (min-width: 700px) {
    table {
        margin: 40px 0px 50px;
    }
}

.articleImgCaption {
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 1025px) {
    table {
        border-top: 0;
    }
}

div.ouNewsArticle table {
    margin: 20px 20px 20px 0 !important;
}

@media screen and (min-width: 1175px) {
    table {
        margin: 40px -160px 50px;
    }

    div.ouNewsArticle table {
        margin: 20px 20px 20px 0px !important;
        width: auto !important;
        float: left !important;
    }
}

tr {
    display: none;
}

@media screen and (min-width: 1025px) {
    tr {
        display: table-row;
    }
}

tr.small-only {
    display: table-row;
}

tr.small-only th,
tr.small-only td {
    padding-top: 15px;
}

tr.small-only.small-only+.small-only th,
tr.small-only.small-only+.small-only td {
    padding-top: 5px;
}

tr.small-only.last+tr.small-only td,
tr.small-only.last+tr.small-only th {
    padding-top: 15px;
}

tr.small-only.last {
    border-bottom: 1px solid #E1E1E1;
}

tr.small-only.last th,
tr.small-only.last td {
    padding-bottom: 15px;
}

@media screen and (min-width: 1025px) {
    tr.small-only {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    thead tr, table:not(.curriculum-block-table-style)>tbody>tr:nth-child(1) {
        border-bottom: 2px solid #002855;
    }
}

td, th {
    padding: 5px 15px;
    vertical-align: top;
}

td {
    font-size: 14px;
}

@media screen and (min-width: 700px) {
    td {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    td {
        font-size: 15px;
        padding: 10px 20px 10px 20px;
        border-bottom: 1px solid #E1E1E1;
    }

    td:first-child {
        padding: 10px 20px 10px 20px;
    }

    .ouNewsArticle td:first-child {
        padding: 5px;
        box-sizing: border-box !important;
    }

    table.curriculum-block-table-style td:first-child {
        padding: 20px 50px 20px 0;
    }

    td:last-child {
        padding-right: 0;
    }
}

th, table:not(.curriculum-block-table-style)>tbody>tr:nth-child(1) td {
    color: #002855;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width: 699px) {
    .curriculum-block__col {
        float: none !important;
    }

    div#curriculum-block__columns>div {
        width: 100%;
    }

    .curriculum-block__session {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 700px) {
    th, table:not(.curriculum-block-table-style)>tbody>tr:nth-child(1) td {
        font-size: 14px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1025px) {
    th, table:not(.curriculum-block-table-style)>tbody>tr:nth-child(1) td {
        font-size: 14px;
        padding: 0 20px 15px 20px;
        vertical-align: bottom;
    }

    th:first-child, table:not(.curriculum-block-table-style)>tbody>tr:nth-child(1) td {
        padding: 0 20px 15px 20px;
    }

    th:last-child {
        padding-right: 0;
    }

    .ouNewsArticle th, .ouNewsArticle table:not(.curriculum-block-table-style)>tbody>tr:nth-child(1) td {
        padding: 0 !important;
    }
}

.scrollUp {
    margin-top: 55px;
}

@media screen and (min-width: 1025px) {
    .scrollUp {
        margin-top: 171px;
    }
}

.scrollUp header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    z-index: 10000;
}

.scrollDown {
    margin-top: 55px;
}

@media screen and (min-width: 1025px) {
    .scrollDown {
        margin-top: 171px;
    }
}

.scrollDown header {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    top: 0;
    z-index: 10000;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    -o-transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

/**
 * @file
 * Print specific styliing
 */
@media print {

    .header,
    .footer {
        display: none;
    }
}

main button, #main-content button, #main-content [type='submit'] {
    color: #877148;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    padding: 0.65em 17px;
    position: relative;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
}

main button:hover, #main-content button:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

main button:hover:after, #main-content button:hover:after {
    /* -webkit-transform: translateX(10px) translateY(-50%); */
    -ms-transform: translateX(10px) translateY(-50%);
    /* transform: translateX(10px) translateY(-50%); */
}

@media screen and (min-width: 700px) {
    main button, #main-content button, #main-content [type='submit'] {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1025px) {
    main button, #main-content button, #main-content [type='submit'] {
        font-size: 16px;
        padding: 0.65em 20px;
    }
}

main button:after, #main-content [type='submit']:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 17px;
    height: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

main input[type="submit"], #main-content input[type="submit"] {
    color: #877148;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    padding: 0.65em 17px;
    position: relative;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
}

main input[type="submit"]:hover, #main-content input[type="submit"]:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

main input[type="submit"]:hover:after,
#main-content input[type="submit"]:hover:after {
    -webkit-transform: translateX(10px) translateY(-50%);
    -ms-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
}

@media screen and (min-width: 700px) {

    main input[type="submit"],
    #main-content input[type="submit"] {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1025px) {

    main input[type="submit"],
    #main-content input[type="submit"] {
        font-size: 16px;
        padding: 0.65em 20px;
    }
}

main input[type="submit"]:after,
#main-content input[type="submit"]:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 17px;
    height: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

form {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
    form {
        margin-bottom: 70px;
    }
}

label, legend, .field-label-container label {
    color: #002855;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

@media screen and (min-width: 700px) {
    label, legend, .field-label-container label {
        font-size: 14px;
    }
}

input[type="checkbox"]::-ms-check,
input[type="radio"]::-ms-check {
    display: none;
}

input[type="text"] {
    font-family: inherit;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #f0ece2;
    min-width: 230px;
}

@media screen and (min-width: 1025px) {
    input[type="text"] {
        font-size: 15px;
    }
}

input[type="text"]::-webkit-input-placeholder {
    color: #343434;
    font-weight: 300;
    opacity: 1;
}

input[type="text"]:-moz-placeholder {
    color: #343434;
    font-weight: 300;
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    color: #343434;
    font-weight: 300;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
    color: #343434;
    font-weight: 300;
    opacity: 1;
}

.form__item {
    margin-bottom: 25px;
    position: relative;
}

select {
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #f0ece2;
    min-width: 230px;
    background: transparent url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/select.svg) no-repeat 205px center;
}

@media screen and (min-width: 1025px) {
    select {
        font-size: 15px;
    }
}

fieldset {
    padding: 0;
    border: 0;
    margin: 30px 0 25px;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {
    position: absolute;
    background: transparent;
    border: 0;
    width: 22px;
    height: 22px;
    top: 5px;
}

fieldset .form__item {
    margin-bottom: 15px;
}

fieldset label {
    color: #343434;
    font-weight: 300;
    text-transform: none;
    display: inline-block;
    margin: 0;
    position: relative;
}

@media screen and (min-width: 700px) {
    fieldset label {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    fieldset label {
        font-size: 15px;
    }
}

input[type="checkbox"]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #f0ece2;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

@media screen and (min-width: 1025px) {
    input[type="checkbox"]+label:before {
        position: relative;
        top: 4px;
    }
}

input[type="checkbox"]:checked+label:before {
    background: #002855 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/check.svg) no-repeat center;
}

input[type="radio"]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #f0ece2;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    border-radius: 100em;
}

@media screen and (min-width: 1025px) {
    input[type="radio"]+label:before {
        position: relative;
        top: 4px;
    }
}

input[type="radio"]:checked+label:before {
    background: #002855;
}

input[type="radio"]:checked+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #f0ece2;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100em;
}

@media screen and (min-width: 1025px) {
    input[type="radio"]:checked+label:after {
        top: 10px;
    }
}

/* Slider */
#main-content .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#main-content .slick-arrow, #main-content .slick-dots button {
    border: 0;
    min-width: inherit;
    padding: 0;
}

.slick-arrow:before, .slick-arrow:after,
.slick-dots button:before,
.slick-dots button:after {
    content: none;
}

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #FFFFFF;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

@media screen and (min-width: 1600px) {
    header {
        max-width: 1600px;
        margin: 0 auto;
    }
}

.menu-open header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

.menu-open .page-content {
    top: 55px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

header .content-wrapper {
    padding: 14px 15px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
    header .content-wrapper {
        padding: 14px 30px 12px;
    }
}

@media screen and (min-width: 1175px) {
    header .content-wrapper {
        padding: 35px 20px 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        max-width: 1160px;
        width: 100%;
        margin: 0 auto;
    }
}

.header-search,
.header-menu {
    width: 23px;
    height: 23px;
}

@media screen and (min-width: 1175px) {

    .header-search,
    .header-menu {
        width: auto;
        height: auto;
    }
}

.open-menu {
    width: 23px;
    height: 23px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/menu.svg) no-repeat center;
    border: 0;
    background-size: 100%;
    padding: 0;
    vertical-align: top;
}

a.header-logo {
    width: 80px;
    height: 29px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/logo.svg) top center;
    display: block;
}

@media screen and (min-width: 1175px) {
    a.header-logo {
        position: absolute;
        left: 500px;
        top: 35px;
        width: 182px;
        height: 65px;
        background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/logo-large.svg) top center;
        background-size: 100%;
        z-index: 10000;
    }
}

.open-search {
    width: 23px;
    height: 23px;
    padding: 0;
    vertical-align: top;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/search-circle.svg) no-repeat center;
    border: 0;
    background-size: 100%;
    border-radius: 100em;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.open-search:hover {
    background: #002855 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/search-white.svg) no-repeat center;
    background-size: 9px;
}

@media screen and (min-width: 1175px) {
    .open-search:hover {
        background-size: 14px;
    }
}

@media screen and (min-width: 1175px) {
    .open-search {
        width: 46px;
        height: 46px;
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 1174px) {
    .menu-wrapper {
        position: fixed;
        width: 100%;
        max-width: 340px;
        height: calc(100vh - 55px);
        left: 0;
        top: 55px;
        overflow-y: auto;
        z-index: 100000;
        background-color: #FFFFFF;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
}

@media screen and (min-width: 1175px) {
    .menu-wrapper {
        position: static;
        max-width: inherit;
        width: auto;
        left: 0;
        top: 0;
        visibility: visible;
        overflow: visible;
    }
}

.menu-open .menu-wrapper {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.menu-open .open-menu {
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/menu-close.svg) no-repeat center;
    background-size: 100%;
}

.main-menu>ul {
    padding: 0;
    margin: 0;
}

.main-menu>ul ul {
    display: none;
}

.main-menu>ul:hover .dropdown {
    z-index: -1;
    max-height: 400px;
}

.main-menu>ul>li {
    display: block;
    margin: 15px 0;
    padding: 0 40px;
    position: relative;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.main-menu>ul>li>a:hover {
    color: #002855;
}

@media screen and (min-width: 1175px) {
    .main-menu>ul>li {
        display: inline-block;
        float: left;
        padding: 35px 0px;
        margin: 0;
        padding-right: 40px;
        font-size: 15px;
        position: static;
    }

    .main-menu>ul>li:hover>a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 7px;
        background: #b59a57;
        bottom: -40px;
        left: 0;
    }

    .main-menu>ul>li a {
        position: relative;
    }

    .main-menu>ul>li:nth-child(2) {
        margin-right: 295px;
        padding-right: 0;
    }
}

.main-menu>ul>li .dropdown {
    padding: 0;
    display: none;
}

.main-menu>ul>li .dropdown ul {
    padding: 0;
}

@media screen and (min-width: 1175px) {
    .main-menu>ul>li .dropdown {
        position: absolute;
        display: block;
        left: calc((-100vw + 1160px) / 2);
        right: 0;
        width: 100vw;
        max-height: 0px;
        margin-top: 35px;
        padding: 0;
        opacity: 0;
        background: #000000 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/backgrounds/menu-background-lg.png) no-repeat center;
        background-size: cover;
        overflow: hidden;
        z-index: 1000;
        -webkit-transition: max-height 300ms;
        -o-transition: max-height 300ms;
        transition: max-height 300ms;
    }

    .main-menu>ul>li .dropdown.open {
        z-index: 1000;
        max-height: 500px;
        opacity: 1;
    }

    .main-menu>ul>li .dropdown ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 75px 20px 55px 135px;
        max-width: 1160px;
        margin: 0 auto;
    }

    .main-menu>ul>li .dropdown a {
        color: #FFFFFF;
    }

    .main-menu>ul>li .dropdown a:hover {
        color: #e9cb82;
    }
}

@media screen and (min-width: 1600px) {
    .main-menu>ul>li .dropdown {
        left: calc((-1600px + 1160px) / 2);
        width: 1600px;
    }
}

.main-menu>ul>li .dropdown li {
    font-size: 14px;
    margin: 15px 0;
    list-style: none;
}

@media screen and (min-width: 1175px) {
    .main-menu>ul>li .dropdown li {
        font-size: 18px;
        margin: 0 0 20px;
    }
}

.main-menu>ul>li .dropdown li a {
    font-weight: 400;
}

.main-menu>ul>li.expanded {
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/backgrounds/menu-background.png);
    padding-bottom: 10px;
    padding-top: 15px;
}

.main-menu>ul>li.expanded a {
    color: #FFFFFF;
}

.main-menu>ul>li.expanded button {
    top: 17px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/minus-white.svg) no-repeat 5px 10px;
}

.main-menu>ul>li button {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/plus-gold.svg) no-repeat 5px 10px;
    background-size: 8px 8px;
    border: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

@media screen and (min-width: 1175px) {
    .main-menu>ul>li button {
        display: none;
    }
}

.ancillary-menu {
    font-size: 14px;
    background-color: #f0ece2;
    padding: 5px 0;
    margin-top: 25px;
}

.ancillary-menu ul {
    margin: 0;
}

.ancillary-menu ul ul {
    display: none;
    padding: 0;
}

.ancillary-menu .toggle-submenu {
    font: inherit;
    background: transparent;
    border: 0;
    padding: 0 40px;
    margin: 0 -40px;
}

.ancillary-menu .toggle-submenu:after {
    content: "";
    position: absolute;
    left: -36px;
    top: -3px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-gold-dark.svg) no-repeat center;
}

.ancillary-menu li {
    list-style: none;
    margin: 15px 0;
    position: relative;
}

.ancillary-menu li.expanded .toggle-submenu:after {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.ancillary-menu a {
    font-weight: 300;
}

.ancillary-menu a:hover {
    color: #002855;
}

.header-search-form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding: 5px 15px;
    margin-top: 0;
    background: #877148;
    position: relative;
    display: none;
    margin-bottom: 0;
}

@media screen and (min-width: 1175px) {
    .header-search-form {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 530px;
        position: absolute;
        right: 0;
        bottom: -60px;
        height: 60px;
        display: block;
        padding: 5px 0 5px 25px;
        visibility: hidden;
        right: -100%;
        z-index: 10000;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .header-search-form.visible {
        right: 0;
        visibility: visible;
    }
}

#header-search-field {
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 700;
    background: transparent;
    border: 0;
    min-width: 97%;
    padding: 10px;
    line-height: 11px;
}

@media screen and (min-width: 1175px) {
    #header-search-field {
        padding: 21px 10px 18px 10px;
        height: 50px;
        min-width: 80%;
    }
}

#header-search-field::-webkit-input-placeholder {
    font-family: inherit;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 700;
}

@media screen and (min-width: 1175px) {
    #header-search-field::-webkit-input-placeholder {
        font-size: 0.9rem;
    }
}

#header-search-field:-moz-placeholder {
    font-family: inherit;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 700;
}

@media screen and (min-width: 1175px) {
    #header-search-field:-moz-placeholder {
        font-size: 0.9rem;
    }
}

#header-search-field::-moz-placeholder {
    font-family: inherit;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 700;
}

@media screen and (min-width: 1175px) {
    #header-search-field::-moz-placeholder {
        font-size: 0.9rem;
    }
}

#header-search-field:-ms-input-placeholder {
    font-family: inherit;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 700;
}

@media screen and (min-width: 1175px) {
    #header-search-field:-ms-input-placeholder {
        font-size: 0.9rem;
    }
}

.header-search-submit {
    color: transparent;
    background: transparent;
    border: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 15px;
    top: 50%;
    margin-top: -8.5px;
    padding: 0;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/search-white.svg) no-repeat;
}

@media screen and (min-width: 1175px) {
    .header-search-submit {
        right: 75px;
    }
}

.open-search.expanded {
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/menu-open.svg) no-repeat center;
    background-size: 105%;
}

.header__ancillary-menu {
    background: #f0ece2;
    margin: 0 auto;
    width: 100%;
    padding: 1px 0px 7px;
    text-align: right;
    z-index: 10000;
}

.header__ancillary-menu:after {
    display: table;
    content: '';
    clear: both;
}

.header__ancillary-menu .toggle-submenu {
    font: inherit;
    background: transparent;
    border: 0;
    padding: 0 27px 0 0;
    margin-right: -27px;
    position: relative;
}

.header__ancillary-menu .toggle-submenu.expanded:after {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.header__ancillary-menu .toggle-submenu:after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-gold-dark.svg) no-repeat center;
}

.header__ancillary-menu ul {
    padding: 0px 35px;
    margin: 0;
    max-width: 1160px;
    margin: 0 auto;
}

.header__ancillary-menu ul ul {
    display: none;
}

.header__ancillary-menu>ul>li {
    display: inline-block;
    font-size: 12px;
    margin-left: 22px;
    position: relative;
}

.header__ancillary-menu>ul>li ul {
    position: absolute;
    left: 0;
    right: -91px;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #f0ece2;
    z-index: 10000;
}

.header__ancillary-menu>ul>li ul li {
    display: block;
    text-align: left;
    margin-bottom: 1em;
}

.header__ancillary-menu a {
    font-weight: 300;
}

.header__ancillary-menu a:hover {
    color: #002855;
}

footer {
    clear: both;
}

.key-ctas {
    background: #000000 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/backgrounds/cta-accent-background.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.key-ctas:after, .key-ctas:before {
    content: "";
    position: absolute;
    width: 194px;
    height: 194px;
    border-radius: 100em;
    border: 1px solid #FFFFFF;
    opacity: .21;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 1025px) {
    .key-ctas:after, .key-ctas:before {
        width: 353px;
        height: 353px;
    }
}

.key-ctas:before {
    width: 213px;
    height: 213px;
    opacity: 0.08;
}

@media screen and (min-width: 1025px) {
    .key-ctas:before {
        width: 389px;
        height: 389px;
    }
}

.key-ctas ul {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    text-align: center;
    padding: 40px 0;
    position: relative;
    margin: 0;
}

@media screen and (min-width: 1025px) {
    .key-ctas ul {
        font-size: 70px;
        line-height: 1.55;
        padding: 55px 0;
    }
}

.key-ctas ul::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #000000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #000000 100%);
    content: '';
}

.key-ctas ul::after {
    opacity: 0.35;
}

.key-ctas ul a {
    color: #FFFFFF;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    display: block;
    padding: 3px 0 3px;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 1025px) {
    .key-ctas ul a {
        padding: 0.02em 0 0;
        line-height: 1.3;
    }
}

.key-ctas ul a:hover {
    background-color: rgba(0, 53, 148, 0.65);
}

.footer-top {
    padding: 15px 0 20px;
    border-bottom: 1px solid #ededed;
}

@media screen and (min-width: 700px) {
    .footer-top {
        padding: 40px 0;
        border-bottom: 0;
    }
}

.footer__logo img {
    width: 80px;
    margin: 0 auto;
}

@media screen and (min-width: 700px) {
    .footer__logo img {
        width: 119px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__logo img {
        width: 158px;
    }
}

.footer__social-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 170px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 700px) {
    .footer__social-logos {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__social-logos {
        margin-top: 40px;
    }
}

.footer__social {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media screen and (min-width: 700px) {
    .footer__social {
        margin: 0;
    }
}

.footer__social ul {
    padding-left: 0;
    margin: 0;
}

.footer__social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

@media screen and (min-width: 1025px) {
    .footer__social li {
        margin: 0 9px;
    }
}

.footer__social li a {
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.5px solid #002855;
    border-radius: 100em;
}

@media screen and (min-width: 700px) {
    .footer__social li a {
        width: 35px;
        height: 35px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__social li a {
        width: 46px;
        height: 46px;
    }
}

.footer__social li a:hover {
    background: #002855;
}

.footer__social li a:hover img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.footer__social li a img {
    width: 9px;
}

@media screen and (min-width: 700px) {
    .footer__social li a img {
        width: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__social li a img {
        width: 18px;
    }
}

.footer__logo-oakland img {
    width: 47px;
}

@media screen and (min-width: 700px) {
    .footer__logo-oakland img {
        width: 71px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__logo-oakland img {
        width: 94px;
    }
}

@media screen and (min-width: 700px) {
    .footer__logo-oakland {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 45px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__logo-oakland {
        margin-right: 60px;
    }
}

.footer__logo-beaumont img {
    width: 43px;
    margin-left: 25px;
}

@media screen and (min-width: 700px) {
    .footer__logo-beaumont img {
        margin-left: 45px;
        width: 65px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__logo-beaumont img {
        width: 86px;
        margin-left: 60px;
    }
}

.footer-bottom {
    padding: 15px 15px 25px;
    overflow: hidden;
}

@media screen and (min-width: 700px) {
    .footer-bottom {
        padding: 0 0 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 460px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1025px) {
    .footer-bottom {
        padding: 30px 50px 60px;
        max-width: 1040px;
    }
}

.footer__office {
    font-size: 10px;
    float: left;
    padding-right: 40px;
    border-right: 1px solid #ededed;
    margin-right: 20px;
}

@media screen and (min-width: 700px) {
    .footer__office {
        padding-right: 60px;
        margin-right: 45px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__office {
        font-size: 13px;
        padding-right: 80px;
        margin-right: 80px;
    }
}

@media screen and (min-width: 700px) {
    .footer__office__top {
        float: left;
        margin-right: 45px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__office__top {
        margin-right: 55px;
    }
}

.footer__office__phone a:hover {
    color: #002855;
}

.footer__address {
    margin-top: 1em;
    line-height: 2;
}

@media screen and (min-width: 700px) {
    .footer__address {
        float: left;
        margin-top: 0;
    }
}

.footer__office__name {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 700px) {
    .footer__office__name {
        font-size: 16px;
        margin-bottom: 0.2em;
    }
}

@media screen and (min-width: 1025px) {
    .footer__office__name {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.footer__navigation {
    font-size: 10px;
    float: left;
    margin-top: 5px;
}

@media screen and (min-width: 700px) {
    .footer__navigation {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .footer__navigation {
        font-size: 13px;
    }
}

.footer__navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__navigation li {
    margin-bottom: 8px;
}

.footer__navigation li br {
    display: none;
}

@media screen and (min-width:700px) {
    .footer__navigation li {
        margin-bottom: 8px;
    }
}


@media screen and (min-width: 1025px) {
    .footer__navigation li {
        display: inline-block;
        margin-right: 30px;
        text-align: center;
        line-height: 1rem;
    }

    .footer__navigation li br {
        display: block;
    }

    .footer__navigation li:last-child {
        margin-right: 0;
    }
}

.footer__navigation a {
    font-weight: 300;
}

.footer__navigation a:hover {
    color: #002855;
}

.footer-copyright {
    color: #FFFFFF;
    font-size: 10px;
    background: #002855;
    clear: both;
    padding: 10px 15px;
}

@media screen and (min-width: 700px) {
    .footer-copyright {
        padding: 10px 50px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-copyright {
        font-size: 14px;
        padding: 0;
    }

    .footer-copyright .content-wrapper {
        padding: 10px 50px;
        max-width: 1040px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 700px) {
    .footer__copyright-line {
        display: inline-block;
    }
}

.footer__copyright-rights {
    display: inline-block;
}

.footer__copyright-rights:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

@media screen and (min-width: 700px) {
    .footer__copyright-rights:after {
        content: none;
    }
}

@media screen and (min-width: 700px) {
    .footer__copyright-rights:before {
        content: '|';
        display: inline-block;
        margin: 0 10px;
    }
}

@media screen and (min-width: 1025px) {
    .footer__copyright-rights:before {
        margin: 0 20px;
    }
}

.footer__copyright-if {
    display: inline-block;
}

@media screen and (min-width: 700px) {
    .footer__copyright-if {
        float: right;
    }
}

.footer__copyright-if a {
    color: #FFFFFF;
}

.footer__copyright-if a:hover {
    color: #e9cb82;
}

.footer__logo {
    text-align: center;
}

.footer__copyright-if img {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}

.section-nav-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    background: rgba(0, 40, 85, 0.8) !important;
    z-index: 1000;
}

@media screen and (min-width: 1025px) {
    .section-nav-breadcrumbs {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .section-nav-breadcrumbs {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.section-nav__toggle {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    padding: 10px 15px 9px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/plus-white.svg) no-repeat right center;
}

.section-nav__toggle.expanded {
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/minus-white.svg) no-repeat right center;
}

@media screen and (min-width: 700px) {
    .section-nav__toggle {
        padding: 15px 15px 14px;
    }
}

.perc-horizontal>.perc-region {
    float: left;
}

@media screen and (min-width: 1025px) {
    .section-nav__toggle {
        font-size: 14px;
        padding: 22px 55px 21px 40px;
        background-position: 83% center;
        border-right: 1px solid #FFFFFF;
    }

    .section-nav__toggle.expanded {
        background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/minus-white.svg) no-repeat 83% center;
        background-size: 8px 2px;
    }
}

.section-nav>ul {
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
    background: #002855;
    max-width: 320px;
    position: absolute;
    display: none;
}

@media screen and (min-width: 1025px) {
    .section-nav>ul {
        font-size: 14px;
        max-width: 385px;
    }
}

.section-nav>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
}

.section-nav>ul li {
    list-style: none;
}

.section-nav>ul ul {
    padding: 0;
}

.section-nav>ul ul a {
    padding-left: 30px;
}

@media screen and (min-width: 1025px) {
    .section-nav>ul ul a {
        padding-left: 55px;
    }
}

.section-nav>ul ul ul a {
    padding-left: 70px;
}

.section-nav>ul li.current-page>a {
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.section-nav>ul a {
    color: #FFFFFF;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
}

.section-nav>ul a:hover {
    color: #e9cb82;
}

@media screen and (min-width: 1025px) {
    .section-nav>ul a {
        padding: 12px 40px;
    }
}

.breadcrumbs {
    display: none;
    font-size: 15px;
}

@media screen and (min-width: 1025px) {
    .breadcrumbs {
        display: block;
    }
}

.breadcrumbs ul {
    margin: 0;
    padding-left: 50px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li span {
    color: #FFFFFF;
    margin: 0 5px;
    display: inline-block;
}

.breadcrumbs a {
    color: #FFFFFF;
    font-weight: 300;
}

.breadcrumbs a:hover {
    color: #e9cb82;
}

.cta-feature {
    color: #FFFFFF;
    margin: 0 -15px;
    padding: 30px 15px;
    position: relative;
    background: #877148;
    overflow: hidden;
}

.cta-feature.cta-feature--gray {
    color: #343434;
    background: #ededed;
}

.cta-feature.cta-feature--gray h2 {
    color: #343434;
}

.cta-feature.cta-feature--gray::after {
    opacity: 1;
}

@media screen and (min-width: 1025px) {
    .cta-feature.cta-feature--gray::after {
        background-size: 90% auto;
        opacity: 1;
    }
}

.cta-feature.cta-feature--gray .cta-feature__cta a {
    color: #7B6742;
}

.cta-feature.cta-feature--gray .cta-feature__cta a:after {
    background: #ededed url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
}

@media screen and (min-width: 700px) {
    .cta-feature {
        margin: 0 -50px;
        padding: 30px 50px;
    }
}

@media screen and (min-width: 1025px) {
    .cta-feature {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 50px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .cta-feature {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.cta-feature:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;

    background-size: 700px;
    z-index: 0;
}

@media screen and (min-width: 700px) {
    .cta-feature:after {

        background-size: 100% auto;
        top: -65%;
    }
}

@media screen and (min-width: 1025px) {
    .cta-feature:after {

        background-size: auto 352px;
        top: -210px;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
}

.cta-feature h2 {
    color: #FFFFFF;
    margin-top: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

@media screen and (min-width: 1025px) {
    .cta-feature h2 {
        opacity: 1;
        -webkit-transition: all 300ms 150ms;
        -o-transition: all 300ms 150ms;
        transition: all 300ms 150ms;
    }
}

.cta-feature__caption {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media screen and (min-width: 700px) {
    .cta-feature__caption {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .cta-feature__caption {
        font-size: 20px;
        margin-top: 1em;
        opacity: 1;
        -webkit-transition: all 300ms 150ms;
        -o-transition: all 300ms 150ms;
        transition: all 300ms 150ms;
    }
}

.cta-feature__cta {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

@media screen and (min-width: 700px) {
    .cta-feature__cta {
        display: inline-block;
    }
}

@media screen and (min-width: 1025px) {
    .cta-feature__cta {
        opacity: 1;
    }
}

.cta-feature__cta:last-child {
    margin-bottom: 0;
}

.cta-feature__cta a {
    color: #FFFFFF;
}

.cta-feature__cta a:after {
    background: #877148 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-white.svg) no-repeat right center;
}

@media screen and (min-width: 1025px) {
    .cta-feature__cta {
        opacity: 1;
        -webkit-transition: all 300ms 300ms;
        -o-transition: all 300ms 300ms;
        transition: all 300ms 300ms;
    }
}

.animate .cta-feature__cta,
.animate .cta-feature__caption,
.animate.cta-feature h2 {
    opacity: 1;
}

.animate.cta-feature:after {
    opacity: 0.68;
}

.animate.cta-feature--gray:after {
    opacity: 1;
}

@media screen and (min-width: 1025px) {
    .cta-feature__inner {
        max-width: 720px;
        margin: 0 auto;
    }
}

.video {
    margin: 25px -15px 20px;
    position: relative;
}

@media screen and (min-width: 700px) {
    .video {
        margin: 35px 0px 30px;
    }
}

@media screen and (min-width: 1175px) {
    .video {
        margin: 50px -160px 60px;
    }
}

.video img {
    width: 100%;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.video__media {
    position: relative;
}

.video__media.visible-video iframe {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}

.video__play {
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-left: -23.5px;
    margin-top: -23.5px;
    width: 47px;
    height: 47px;
    z-index: 100;
    border: 0 !important;
    background: transparent !important;
}

.video__play:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/video-play.svg);
    background-size: 100%;
    opacity: 1;
    z-index: 10;
}

.video__play:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/video-play-dark.svg);
    background-size: 100%;
    z-index: 5;
}

.video__play:hover:before {
    opacity: 0;
}

.video__play:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

@media screen and (min-width: 700px) {
    .video__play {
        margin-left: -44px;
        margin-top: -44px;
        width: 88px;
        height: 88px;
    }
}

@media screen and (min-width: 1175px) {
    .video__play {
        margin-left: -46.5px;
        margin-top: -46.5px;
        width: 93px;
        height: 93px;
    }
}

.video__caption {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 5px;
}

@media screen and (min-width: 700px) {
    .video__caption {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1175px) {
    .video__caption {
        font-size: 15px;
        padding-left: 160px;
    }
}

.accordion__header {
    margin: 30px 0 0 0;
    padding-top: 25px;
    border-top: 1px solid #f0ece2;
}

@media screen and (min-width: 1025px) {
    .accordion__header {
        margin: 0px 0 0 0;
        padding-top: 30px;
    }

    .perc-widget>div:not(.intro-text)>.rxbodyfield {
        padding-bottom: 60px;
    }
}

.accordion__header h2 {
    margin-top: 0;
}

.accordion__header p {
    margin-top: 0;
}

.expand-collapse-all {
    margin: 15px -15px 0;
    padding: 0 15px 15px;
}

@media screen and (min-width: 700px) {
    .expand-collapse-all {
        margin: 15px -40px 0;
        padding: 0 40px 15px;
    }
}

@media screen and (min-width: 1175px) {
    .expand-collapse-all {
        margin: 15px -80px 0;
        padding: 0 80px 20px;
    }
}

.expand-collapse-all a {
    color: #002855;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    margin-right: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.expand-collapse-all a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 700px) {
    .expand-collapse-all a {
        font-size: 15px;
    }
}

.expand-collapse-all a:hover {
    color: #000000;
    background: transparent;
}

.expand-collapse-all a:hover:after {
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-gold-dark.svg);
}

.expand-collapse-all a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 5px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: -3px;
    margin-left: 7px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-gold-light.svg);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.accordion {
    position: relative;
}

.ouwbOuwbAccordionTab .accordion {
    margin: 0 -15px;
    border-top: 1px solid #f0ece2;
}

.ouwbOuwbAccordionTab .accordion:last-child {
    border-bottom: 1px solid #f0ece2;
}

@media screen and (min-width: 700px) {
    .ouwbOuwbAccordionTab .accordion {
        margin: 0 -50px;
    }
}

@media screen and (min-width: 1175px) {
    .ouwbOuwbAccordionTab .accordion {
        margin: 0 -70px;
    }
}

.accordion__toggle {
    color: #002855;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    padding: 20px 15px 20px 50px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion__toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 700px) {
    .accordion__toggle {
        font-size: 16px;
        padding: 20px 40px 20px 90px;
    }
}

@media screen and (min-width: 1025px) {
    .accordion__toggle {
        font-size: 18px;
        padding: 25px 70px;
    }

    .accordion__toggle.active {
        font-size: 18px;
        padding: 25px 70px 10px 70px;
    }
}

.accordion__toggle:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 6px;
    width: 23px;
    height: 23px;
    margin-top: -1px;
    margin-left: 7px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/accordion-closed.svg) no-repeat;
    background-size: 100%;
    -webkit-transition: background-image 200ms;
    -o-transition: background-image 200ms;
    transition: background-image 200ms;
}

@media screen and (min-width: 700px) {
    .accordion__toggle:before {
        left: 43px;
        top: 25px;
    }
}

@media screen and (min-width: 1025px) {
    .accordion__toggle:before {
        left: 18px;
        top: 32px;
    }
}

.perc-widget.perc-widget-accordion-custom.last-perc-widget-accordion-custom {
    margin-bottom: 60px;
}

.accordion__toggle.active:before {
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/accordion-expanded.svg) no-repeat;
    background-size: 100%;
}

.story-feature__intro .perc-box-1 a {
    color: #FFFFFF;
    border-color: #877148;
}

.story-feature__intro .perc-box-1 a:after {
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-bright-gold.svg);
    background-color: #012564;
}

.accordion__toggle.active:before:hover {
    background-size: 100%;
}

.accordion__toggle:hover {
    color: #000000;
    background: transparent;
}

.accordion__toggle:hover:before {
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/accordion-expanded.svg);
}

.accordion__content {
    font-size: 14px;
    display: none;
    padding: 0 15px 10px 50px;
}

@media screen and (min-width: 700px) {
    .accordion__content {
        font-size: 15px;
        padding: 0 40px 15px 90px;
    }
}

@media screen and (min-width: 1025px) {
    .accordion__content {
        padding: 0 70px 30px 70px;
    }
}

.accordion__back-to-top {
    color: #002855;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media screen and (min-width: 1025px) {
    .accordion__back-to-top {
        margin-top: 20px;
    }
}

.accordion__back-to-top:hover {
    background: transparent;
    color: #000000;
}

.accordion__back-to-top:hover:after {
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-gold-dark.svg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.accordion__back-to-top:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 5px;
    margin-top: 0;
    margin-left: 13px;
    right: auto;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-gold-light.svg);
}

.generic-2-col {
    margin: 35px 0 50px;
}

@media screen and (min-width: 700px) {
    .generic-2-col {
        margin: 40px 0 50px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-2-col {
        margin: 75px 0 75px;
    }
}

.generic-2-col h2 {
    margin-top: 35px;
}

.generic-2-col__columns {
    margin-top: 20px;
}

@media screen and (min-width: 700px) {
    .generic-2-col__columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 25px -15px 0;
    }
}

@media screen and (min-width: 1175px) {
    .generic-2-col__columns {
        margin: 35px -198px 0;
    }
}

.generic-2-col__col {
    margin-bottom: 30px;
}

@media screen and (min-width: 700px) {
    .generic-2-col__col {
        padding: 0 15px 0 30px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .generic-2-col__col {
        padding: 0 38px 0 63px;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .generic-2-col__col:last-child {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
}

.animate .generic-2-col__col {
    opacity: 1;
}

.generic-2-col__image {
    margin: 0 -15px;
}

@media screen and (min-width: 700px) {
    .generic-2-col__image {
        margin: 0 0 0 -15px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-2-col__image {
        margin: 0 0 0 -25px;
    }
}

.generic-2-col__image img {
    width: 100%;
}

.generic-2-col__col h3 {
    color: #002855;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .generic-2-col__col h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-2-col__col h3 {
        font-size: 25px;
        margin-bottom: 7px;
    }
}

.generic-2-col__subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1025px) {
    .generic-2-col__subtitle {
        font-size: 14px;
    }
}

.generic-2-col__body {
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .generic-2-col__body {
        font-size: 15px;
    }
}

.generic-2-col__body p {
    margin-bottom: 0.7em;
}

@media screen and (min-width: 1025px) {
    .generic-2-col__body p {
        margin-bottom: 1em;
    }
}

.generic-2-col__body ul,
.generic-2-col__body ol {
    padding-left: 30px;
}

.generic-2-col__body ul li,
.generic-2-col__body ol li {
    margin: 0;
}

.generic-2-col__body .cta-text {
    font-size: 14px;
}

.generic-3-col {
    margin: 35px 0 50px;
}

@media screen and (min-width: 700px) {
    .generic-3-col {
        margin: 40px 0 50px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-3-col {
        margin: 75px 0 75px;
    }
}

.generic-3-col h2 {
    margin-top: 35px;
}

.generic-3-col__columns {
    margin: 20px -15px 0;
    padding-left: 15px;
    white-space: nowrap;
    overflow-x: scroll;
}

@media screen and (min-width: 700px) {
    .generic-3-col__columns {
        margin: 25px -50px 0 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1175px) {
    .generic-3-col__columns {
        margin: 35px -175px 0;
        padding-bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
    }
}

.generic-3-col__col {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    margin-right: 20px;
    white-space: normal;
}

@media screen and (min-width: 700px) {
    .generic-3-col__col {
        width: calc(50% - 75px);
        margin-right: 55px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-3-col__col {
        padding: 0 30px 0 20px;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        width: 33.33%;
        margin: 0;
    }

    .generic-3-col__col:last-child {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .generic-3-col__col:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
}

.animate .generic-3-col__col {
    opacity: 1;
}

.generic-3-col__image {
    margin: 0 0 0 -15px;
}

@media screen and (min-width: 700px) {
    .generic-3-col__image {
        margin: 0 0 0 -15px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-3-col__image {
        margin: 0 0 0 -20px;
    }
}

.generic-3-col__image img {
    width: 100%;
}

.generic-3-col__col h3 {
    color: #002855;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .generic-3-col__col h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-3-col__col h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
}

.generic-3-col__subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1025px) {
    .generic-3-col__subtitle {
        font-size: 14px;
    }
}

.generic-3-col__body {
    margin-bottom: 0.7em;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .generic-3-col__body {
        font-size: 15px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-3-col__body {
        margin-bottom: 1em;
    }
}

.generic-3-col__body ul,
.generic-3-col__body ol {
    padding-left: 30px;
}

.generic-3-col__body ul li,
.generic-3-col__body ol li {
    margin: 0;
}

.generic-3-col__body .cta-text, .generic-3-col__body p a, .generic-2-col__body p a {
    font-size: 14px;
}

.generic-list {
    margin: 35px 0 50px;
}

@media screen and (min-width: 700px) {
    .generic-list {
        margin: 40px 0 50px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-list {
        margin: 35px 0 35px;
    }
}

.generic-list h2 {
    margin-top: 35px;
}

.generic-list__list {
    margin-top: 20px;
}

@media screen and (min-width: 700px) {
    .generic-list__list {
        margin: 25px 0;
    }
}

@media screen and (min-width: 1175px) {
    .generic-list__list {
        margin: 0 0 0 -160px;
    }
}

.generic-list__item {
    margin-bottom: 30px;
    overflow: auto;
}

@media screen and (min-width: 1025px) {
    .generic-list__item {
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        opacity: 1;
    }

    .generic-list__item:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .generic-list__item:nth-child(3) {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .generic-list__item:nth-child(4) {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .generic-list__item:nth-child(5) {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .generic-list__item:nth-child(6) {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .generic-list__item:nth-child(7) {
        -webkit-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .generic-list__item:nth-child(8) {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .generic-list__item:nth-child(9) {
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
        transition-delay: 900ms;
    }

    .generic-list__item:nth-child(10) {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }
}

.animate .generic-list__item {
    opacity: 1;
}

.generic-list__image {
    float: left;
    width: 30%;
    margin-right: 15px;
}

@media screen and (min-width: 700px) {
    .generic-list__image {
        width: 32%;
        margin-right: 40px;
    }
}

.generic-list__image img {
    width: 100%;
}

.generic-list__text {
    overflow: hidden;
}

.generic-list h3 {
    color: #002855;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin-top: 0;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .generic-list h3 {
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1025px) {
    .generic-list h3 {
        font-size: 25px;
        margin-bottom: 7px;
    }
}

.generic-list__subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1025px) {
    .generic-list__subtitle {
        font-size: 14px;
    }
}

.generic-list__body {
    display: none;
}

@media screen and (min-width: 700px) {
    .generic-list__body {
        font-size: 14px;
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    .generic-list__body {
        font-size: 15px;
    }
}

.generic-list__body p {
    margin-bottom: 0.7em;
}

@media screen and (min-width: 1025px) {
    .generic-list__body p {
        margin-bottom: 1em;
    }
}

.generic-list__body ul,
.generic-list__body ol {
    padding-left: 30px;
}

.generic-list__body ul li,
.generic-list__body ol li {
    margin: 0;
}

.generic-list__body .cta-text, .generic-list__body a {
    font-size: 14px;
}

.events-3-up {
    margin: 0 -15px;
    padding: 25px 15px;
    background: #000000 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/backgrounds/event-background.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.events-3-up:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #002855;
    mix-blend-mode: multiply;
}

@media screen and (min-width: 1025px) {
    .events-3-up:before {
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
}

@media screen and (min-width: 700px) {
    .events-3-up {
        padding: 30px 0 30px 50px;
        margin: 0 -50px;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 80px 50px 80px 50px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .events-3-up {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.events-3-up h2 {
    font-size: 20px;
    margin-top: 0;
}

@media screen and (min-width: 700px) {
    .events-3-up h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up h2 {
        font-size: 38px;
        opacity: 1;
        -webkit-transition: all 300ms 200ms;
        -o-transition: all 300ms 200ms;
        transition: all 300ms 200ms;
    }
}

@media screen and (min-width: 1175px) {
    .events-3-up h2 {
        max-width: 1040px;
        margin: 0 auto;
    }
}

.events-3-up h2 a {
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    padding-right: 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .events-3-up h2 a {
        padding-right: 25px;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up h2 a {
        padding-right: 47px;
    }
}

.events-3-up h2 a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.events-3-up h2 a:hover:after {
    margin-left: 5px;
}

.events-3-up h2 a:after {
    content: "";
    padding: 0 10px;
    vertical-align: middle;
    display: inline;
    width: 14px;
    height: 11px;
    right: 0;
    /*background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;*/
    -webkit-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

@media screen and (min-width: 1025px) {
    .events-3-up h2 a:after {
        width: 28px;
        height: 22px;
        background-size: 28px 22px;
        bottom: 0.2em;
        padding: 0 23px;
    }
}

/*.events-3-up h2 a:after {
  background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-bright-gold.svg);
}*/

.events-3-up__event,
.events-3-up__event h3 {
    color: #FFFFFF;
}

.events-3-up__events {
    margin-top: 25px;
}

@media screen and (min-width: 700px) {
    .events-3-up__events {
        white-space: nowrap;
        overflow-x: auto;
        position: relative;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up__events {
        max-width: 1040px;
        white-space: normal;
        overflow: visible;
        margin: 20px auto 0;
        opacity: 1;
        -webkit-transition: all 300ms 200ms;
        -o-transition: all 300ms 200ms;
        transition: all 300ms 200ms;
    }
}

.animate.events-3-up:before,
.animate.events-3-up h2,
.animate .events-3-up__events,
.animate .events-3-up__event {
    opacity: 1;
}

.no-backgroundblendmode .animate.events-3-up:before {
    opacity: 0.8;
}

.events-3-up__event {
    display: block;
    padding: 20px 10px 20px 50px;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.events-3-up__event:hover:after {
    padding-right: 5px;
    right: -5px;
}

@media screen and (min-width: 700px) {
    .events-3-up__event {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 75px);
        margin-right: 35px;
        white-space: normal;
        padding: 20px 50px 20px 50px;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up__event {
        width: calc(33.33% - 27px);
        padding: 30px 50px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        opacity: 1;
    }

    .events-3-up__event:focus {
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .events-3-up__event:nth-child(2) {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .events-3-up__event:nth-child(3) {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .events-3-up__event:nth-child(4) {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .events-3-up__event:nth-child(5) {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .events-3-up__event:nth-child(6) {
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .events-3-up__event:nth-child(7) {
        -webkit-transition-delay: 1400ms;
        -o-transition-delay: 1400ms;
        transition-delay: 1400ms;
    }

    .events-3-up__event:nth-child(8) {
        -webkit-transition-delay: 1600ms;
        -o-transition-delay: 1600ms;
        transition-delay: 1600ms;
    }

    .events-3-up__event:nth-child(9) {
        -webkit-transition-delay: 1800ms;
        -o-transition-delay: 1800ms;
        transition-delay: 1800ms;
    }

    .events-3-up__event:nth-child(10) {
        -webkit-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }

    .events-3-up__event:last-child {
        margin-right: 0;
    }
}

.events-3-up__event:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.events-3-up__event:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 35px;
    right: 20px;
    height: 1px;
    background: #e9cb82;
}

@media screen and (min-width: 700px) {
    .events-3-up__event:before {
        right: 0;
        left: 40px;
    }
}

.events-3-up__event:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 11px;
    height: 8px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-bright-gold.svg) no-repeat bottom right;
    background-size: 11px 8px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

@media screen and (min-width: 700px) {
    .events-3-up__event:after {
        border-left: 1px solid #e9cb82;
        top: auto;
        right: 0;
        bottom: 0;
        width: 23px;
        height: 20px;
        background-size: 14px 11px;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up__event:after {
        width: 29px;
        height: 29px;
        background-position: right 11px;
    }
}

.event__cal-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.event__cal__month {
    font-size: 11px;
    font-weight: 500;
}

@media screen and (min-width: 1025px) {
    .event__cal__month {
        font-size: 14px;
    }
}

.event__cal__day {
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

@media screen and (min-width: 1025px) {
    .event__cal__day {
        font-size: 34px;
        line-height: 1;
    }
}

.events-3-up__event h3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}

@media screen and (min-width: 700px) {
    .events-3-up__event h3 {
        margin-bottom: 8px;
    }

    .events-3-up__event h3:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 20px;
        width: 1px;
        background: #e9cb82;
    }
}

@media screen and (min-width: 700px) and (min-width: 1025px) {
    .events-3-up__event h3:after {
        bottom: 29px;
    }
}

@media screen and (min-width: 700px) {
    .events-3-up__event h3:before {
        content: "";
        position: absolute;
        right: 23px;
        left: 13px;
        bottom: 0px;
        height: 1px;
        background: #e9cb82;
    }
}

@media screen and (min-width: 700px) and (min-width: 1025px) {
    .events-3-up__event h3:before {
        right: 29px;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up__event h3 {
        font-size: 20px;
    }
}

.events-3-up__time {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 1025px) {
    .events-3-up__time {
        font-size: 16px;
    }
}

@media screen and (min-width: 700px) {
    .events-3-up__time:before {
        content: "";
        position: absolute;
        top: 65px;
        left: 13px;
        bottom: 0px;
        width: 1px;
        background: #e9cb82;
    }
}

@media screen and (min-width: 700px) {
    .events-3-up__time:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 23px;
        bottom: 20px;
        right: 0;
        background: #e9cb82;
    }
}

@media screen and (min-width: 1025px) {
    .events-3-up__time:after {
        width: 29px;
        bottom: 29px;
    }
}

.events-3-up__location {
    font-size: 14px;
    font-weight: 300;
}

.news-3-up {
    margin: 40px 0;
}

@media screen and (min-width: 1025px) {
    .news-3-up {
        margin: 75px 0;
    }
}

.news-3-up__news {
    margin: 20px -15px;
    padding-left: 15px;
    white-space: nowrap;
    overflow-x: auto;
}

@media screen and (min-width: 700px) {
    .news-3-up__news {
        margin: 25px -50px 0 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1175px) {
    .news-3-up__news {
        margin: 40px -175px 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
    }
}

.news-3-up__item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    margin-right: 20px;
    white-space: normal;
}

.news-3-up__item h3 {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin: 15px 0 5px;
}

@media screen and (min-width: 700px) {
    .news-3-up__item h3 {
        font-size: 16px;
        margin: 20px 0 5px;
    }
}

@media screen and (min-width: 1025px) {
    .news-3-up__item h3 {
        font-size: 18px;
    }
}

@media screen and (min-width: 700px) {
    .news-3-up__item {
        width: calc(50% - 75px);
        margin-right: 55px;
    }
}

@media screen and (min-width: 1025px) {
    .news-3-up__item {
        padding: 0 30px 0 20px;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        width: 33.33%;
        margin: 0;
    }

    .news-3-up__item:last-child {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .news-3-up__item:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
}

.animate .news-3-up__item {
    opacity: 1;
}

.news-3-up__image {
    margin-left: -15px;
}

.news-3-up__image img {
    width: 100%;
}

.news-3-up__date {
    font-size: 14px;
    font-weight: 700;
}

@media screen and (min-width: 1025px) {
    .news-3-up__date {
        font-size: 14px;
    }
}

.stats-3-up {
    margin: 40px 0;
}

@media screen and (min-width: 1025px) {
    .stats-3-up {
        margin: 70px 0;
    }
}

@media screen and (min-width: 700px) {
    .stats-3-up__stats {
        margin: 10px -50px 40px;
        padding: 0 50px;

        background-size: auto 95px;
    }
}

@media screen and (min-width: 1025px) {
    .stats-3-up__stats {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        background: none;
        position: relative;
        margin-bottom: 65px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .stats-3-up__stats {
        max-width: 1600px;
        margin-left: -800px;
    }
}

@media screen and (min-width: 1025px) {
    .stats-3-up__stats:before {
        content: "";
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 350px;

        background-size: auto 350px;
        z-index: -1;
    }
}

@media screen and (min-width: 700px) {
    .stats-3-up__stats__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -30px;
    }
}

@media screen and (min-width: 1025px) {
    .stats-3-up__stats__inner {
        max-width: 1080px;
        margin: 0 auto;
    }
}

.stats-3-up__stat {
    text-align: center;
    margin: 0 -15px 35px;
    padding: 20px 50px 0;

    background-size: 700px auto;
}

@media screen and (min-width: 700px) {
    .stats-3-up__stat {
        background: none;
        padding: 20px 45px 0;
        margin: 0;
    }
}

@media screen and (min-width: 1025px) {
    .stats-3-up__stat {
        padding: 20px 70px;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .stats-3-up__stat:last-child {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .stats-3-up__stat:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
}

.animate .stats-3-up__stat {
    opacity: 1;
}

.stats-3-up__number {
    color: #002855;
    font-size: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (min-width: 1025px) {
    .stats-3-up__number {
        font-size: 100px;
    }
}

.stats-3-up__desc {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

@media screen and (min-width: 1025px) {
    .stats-3-up__desc {
        margin-bottom: 15px;
    }
}

.stats-3-up__link {
    font-size: 14px;
    text-transform: uppercase;
}

.stats-3-up__cta {
    text-align: center;
}

.story-feature {
    margin: 40px -15px;
}

.research-engagement__col {
    margin-top: 40px;
}

@media screen and (min-width: 700px) {
    .story-feature {
        margin: 40px -50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .research-engagement__col {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .story-feature {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        margin-top: 70px;
        margin-bottom: 70px;
        overflow: hidden;
    }

    .research-engagement__col {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .story-feature {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.story-feature__image-quote {
    position: relative;
    overflow: hidden;
}

.story-feature__image-quote img {
    min-width: 100%;
    max-width: 140%;
    min-height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 700px) {
    .story-feature__image-quote {
        width: 55%;
    }
}

.story-feature__quote-wrapper {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(52, 52, 52, 0.7);
    padding: 15px;
}

@media screen and (min-width: 700px) {
    .story-feature__quote-wrapper {
        padding: 20px 30px 20px 50px;
    }
}

@media screen and (min-width: 1025px) {
    .story-feature__quote-wrapper {
        padding: 25px 70px 20px 40px;
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

.animate .story-feature__quote-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.story-feature__name {
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .story-feature__name {
        font-size: 16px;
    }
}

.story-feature__name a {
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
    position: relative;
}

.story-feature__name a:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    right: 0;
    bottom: 0.2em;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-white.svg) no-repeat right center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.story-feature__name a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.story-feature__name a:hover:after {
    right: -5px;
}

.story-feature__quote {
    font-family: "EB Garamond", serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
    .story-feature__quote {
        font-size: 22px;
    }
}

.story-feature__text {
    color: #FFFFFF;
    padding: 25px 15px;
    background: #012564;
}

@media screen and (min-width: 700px) {
    .story-feature__text {
        width: 45%;
        padding: 45px 50px 45px 25px;
    }
}

@media screen and (min-width: 1025px) {
    .story-feature__text {
        padding: 125px 120px 125px 50px;
    }
}

.story-feature__text h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
    .story-feature__text h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) {
    .story-feature__text h2 {
        font-size: 38px;
        margin-bottom: 20px;
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

@media screen and (min-width: 1025px) {
    .story-feature__intro {
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

.animate .story-feature__text h2,
.animate .story-feature__intro {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.faculty-feature {
    margin: 40px -15px 0;
}

@media screen and (min-width: 700px) {
    .faculty-feature {
        margin: 40px -50px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1025px) {
    .faculty-feature {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        margin-top: 70px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .faculty-feature {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.faculty-feature__image-quote {
    position: relative;
    overflow: hidden;
}

.faculty-feature__image-quote img {
    min-width: 100%;
    max-width: 140%;
    min-height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 700px) {
    .faculty-feature__image-quote {
        width: 55%;
    }
}

.faculty-feature__quote-wrapper {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(52, 52, 52, 0.7);
    padding: 15px;
}

@media screen and (min-width: 700px) {
    .faculty-feature__quote-wrapper {
        padding: 20px 30px 20px 50px;
    }
}

@media screen and (min-width: 1025px) {
    .faculty-feature__quote-wrapper {
        padding: 25px 70px 20px 40px;
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

.animate .faculty-feature__quote-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.faculty-feature__name {
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .faculty-feature__name {
        font-size: 16px;
    }
}

.faculty-feature__name a {
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
}

.faculty-feature__name a:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    right: 0;
    bottom: 0.2em;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-white.svg) no-repeat right center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.faculty-feature__name a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faculty-feature__name a:hover:after {
    right: -5px;
}

.faculty-feature__quote {
    font-family: "EB Garamond", serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
    .faculty-feature__quote {
        font-size: 22px;
    }
}

.faculty-feature__text {
    color: #FFFFFF;
    padding: 25px 15px;
    background: #012564;
}

@media screen and (min-width: 700px) {
    .faculty-feature__text {
        width: 45%;
        padding: 45px 50px 45px 25px;
    }
}

@media screen and (min-width: 1025px) {
    .faculty-feature__text {
        padding: 125px 120px 125px 50px;
    }
}

.faculty-feature__text h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
    .faculty-feature__text h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) {
    .faculty-feature__text h2 {
        font-size: 38px;
        margin-bottom: 20px;
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

.faculty-feature__intro {
    margin-bottom: 25px;
}

@media screen and (min-width: 1025px) {
    .faculty-feature__intro {
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

.faculty-feature__cta a.cta-button {
    color: #FFFFFF;
    border-color: #e9cb82;
}

.faculty-feature__cta a.cta-button:after {
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-bright-gold.svg);
    background-color: #012564;
}

@media screen and (min-width: 1025px) {
    .faculty-feature__cta {
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
}

.animate .faculty-feature__text h2,
.animate .faculty-feature__intro,
.animate .faculty-feature__cta {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.curriculum-block {
    margin: 40px 0 10px;
}

@media screen and (min-width: 700px) {
    .curriculum-block {
        margin: 40px 0;
    }
}

@media screen and (min-width: 1025px) {
    .curriculum-block {
        margin: 70px 0;
    }
}

@media screen and (min-width: 700px) {
    .curriculum-block__columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px -30px;
        padding-bottom: 20px;
        position: relative;
    }

    .curriculum-block__columns:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        height: 1px;
        background: #f0ece2;
    }
}

@media screen and (min-width: 1175px) {
    .curriculum-block__columns {
        margin: 20px -105px 0 -205px;
    }
}

@media screen and (min-width: 700px) {
    .curriculum-block__col {
        width: 50%;
        padding: 0 30px;
    }
}



@media screen and (min-width: 1175px) {
    .curriculum-block__col {
        padding: 0 45px;
    }
}

.curriculum-block__col {
    margin-bottom: 30px;
    /* float: none !important; */
}

.curriculum-block__col li:before {
    content: none;
}


@media screen and (min-width: 700px) {
    .curriculum-block__col {
        margin-bottom: 0;
    }
}

ul.curriculum-block__courses,
ul.curriculum-block__sessions {
    padding: 0 !important;
    margin: 0 !important;
}

.curriculum-block__col h3 {
    margin-bottom: 15px;
}

@media screen and (min-width: 1025px) {
    .curriculum-block__col h3 {
        margin-bottom: 20px;
    }
}

.curriculum-block__course {
    font-size: 14px;
}

@media screen and (min-width: 700px) {
    .curriculum-block__course {
        font-size: 14px;
    }
}

.curriculum-block__course__title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #002855;
}

.curriculum-block__course__title+.right-align {
    font-weight: 700;
    color: #002855;
    /* padding-right: 15px; */
}

.curriculum-block__session__title {
    float: left;
}

div#curriculum-block__columns>div {
    width: 100%;
}

.curriculum-block__session__duration {
    float: right;
}

.curriculum-block__session {
    padding: 0 15px 12px;
    margin: 0 -15px 12px;
    border-bottom: 1px solid #f0ece2;
    overflow: auto;
}

@media screen and (min-width: 700px) {
    .curriculum-block__session {
        font-size: 14px;
        margin: 0 0 12px;
        padding: 0 0 12px;
    }
}

@media screen and (min-width: 1025px) {
    .curriculum-block__session {
        font-size: 15px;
    }
}

.curriculum-block__session:last-child {
    border-bottom: 0;
}

.right-align {
    float: right;
}

.curriculum-block__add-courses {
    padding: 20px 15px 0;
    border-top: 1px solid #f0ece2;
    margin: 5px -15px;
}

@media screen and (min-width: 700px) {
    .curriculum-block__add-courses {
        margin: 5px 0;
        padding: 20px 0 0;
    }
}

.curriculum-block__add-course {
    color: #002855;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (min-width: 700px) {
    .curriculum-block__add-course {
        font-size: 14px;
    }
}

.curriculum-block__course__title,
.curriculum-block__add-course__title {
    max-width: 70%;
    display: inline-block;
}

.twitter-pull h2 {
    font-size: 20px;
    margin-right: 17px;
    margin-top: 0;
}

@media screen and (min-width: 700px) {
    .twitter-pull h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .twitter-pull h2 {
        font-size: 38px;
    }
}

.twitter-pull h2 a {
    color: #877148;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

.twitter-pull {
    margin: 40px 0;
}

@media screen and (min-width: 1025px) {
    .twitter-pull {
        margin: 70px calc((-100vw + 720px) / 2);
        padding: 0 50px;
    }
}

@media screen and (min-width: 1175px) {
    .twitter-pull {
        margin: 70px -160px;
        padding: 0;
    }
}

.twitter-pull .twitter__follow {
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .twitter-pull .twitter__follow {
        margin-top: -16px;
    }
}

.tweets {
    padding-left: 30px;
}

@media screen and (min-width: 700px) {
    .tweets {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1025px) {
    .tweets {
        margin: 30px 0;
        padding: 0 60px;
    }
}

.twitter-pull.animate .tweet {
    opacity: 1;
}

.tweet {
    font-size: 14px;
    margin: 25px 0;
}

@media screen and (min-width: 700px) {
    .tweet {
        font-size: 15px;
        margin: 20px 0 0;
        width: calc(50% - 45px);
    }

    .tweet:last-child {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .tweet {
        width: calc(33.33% - 70px);
        opacity: 0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .tweet:nth-child(2) {
        -webkit-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .tweet:last-child {
        display: block;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }
}

.tweet:before {
    width: 17px !important;
    height: 14px !important;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/twitter-blue.svg) no-repeat !important;
    background-size: 100% !important;
    top: 0.3em !important;
    left: -30px !important;
    border-radius: 0 !important;
}

.tweet__username {
    font-weight: 700;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 700px) {
    .tweet__username {
        font-size: 14px;
    }
}

.tweet__date {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0.7em;
}

.instagram-pull h2 {
    font-size: 20px;
    margin-right: 17px;
    margin-top: 0;
}

@media screen and (min-width: 700px) {
    .instagram-pull h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .instagram-pull h2 {
        font-size: 38px;
    }
}

.instagram-pull h2 a {
    color: #877148;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

.instagram-pull {
    margin: 50px 0px;
}

@media screen and (min-width: 700px) {
    .instagram-pull {
        margin: 50px 0px;
    }
}

@media screen and (min-width: 1025px) {
    .instagram-pull {
        margin: 70px calc((-100vw + 720px) / 2);
        padding: 0 50px;
    }
}

@media screen and (min-width: 1175px) {
    .instagram-pull {
        margin: 70px -160px;
        padding: 0;
    }
}

.instagram-pull .instagram__follow {
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .instagram-pull .instagram__follow {
        margin-top: -16px;
    }
}

.instagram-wrap {
    margin: 20px -15px;
    overflow-x: scroll;
}

@media screen and (min-width: 700px) {
    .instagram-wrap {
        margin: 30px -50px;
    }
}

@media screen and (min-width: 1025px) {
    .instagram-wrap {
        margin: 30px -7.5px;
        overflow: auto;
    }
}

.instagram-wrap>div {
    width: 400%;
    white-space: nowrap;
}

@media screen and (min-width: 700px) {
    .instagram-wrap>div {
        width: 125%;
    }
}

@media screen and (min-width: 1025px) {
    .instagram-wrap>div {
        width: auto;
    }
}

.instagram-post__tile {
    width: calc(25% - 40px);
    display: inline-block;
    margin-right: 28px;
    position: relative;
}

@media screen and (min-width: 700px) {
    .instagram-post__tile {
        width: calc(33.33% - 40px);
        margin-right: 15px;
    }
}

@media screen and (min-width: 1025px) {
    .instagram-post__tile {
        /* opacity: 0; */
        width: calc(25% - 15px);
        margin: 0 7.5px;
        display: block;
        float: left;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .instagram-post__tile:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .instagram-post__tile:nth-child(3) {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .instagram-post__tile:nth-child(4) {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }
}

.instagram-post__tile a {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.instagram-post__tile a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #000000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #000000 100%);
    opacity: 0.2;
}

.instagram-post__tile a:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 22px;
    height: 22px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/instagram-white.svg);
    background-size: 100%;
    z-index: 1000;
}

.instagram-post__tile a:hover {
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.instagram-pull.animate .instagram-post__tile {
    opacity: 1;
}

#main-content .carousel {
    margin: 0px -15px;
}

@media screen and (min-width: 700px) {
    #main-content .carousel {
        margin: 0px -50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        overflow: hidden;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    #main-content .carousel {
        max-width: 1600px;
        margin-left: -800px;
    }
}

#main-content .carousel__slides {
    position: relative;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__slides {
        width: 55%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

#main-content .carousel__slides .slick-dots, #main-content .carousel__slides .slick-arrow {
    position: absolute;
    top: 73vw;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__slides .slick-dots, #main-content .carousel__slides .slick-arrow {
        bottom: 50px;
        top: auto;
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__slides .slick-dots, #main-content .carousel__slides .slick-arrow {
        bottom: 110px;
    }
}

#main-content .carousel__slides .slick-arrow {
    width: 15px;
    height: 23px;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-outline-white.svg);
    color: transparent;
    overflow: hidden;
}

#main-content .carousel__slides .slick-arrow.slick-prev {
    left: 84px;
    z-index: 100;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__slides .slick-arrow.slick-prev {
        left: calc(100% + 30px);
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__slides .slick-arrow.slick-prev {
        left: calc(100% + 55px);
    }
}

#main-content .carousel__slides .slick-arrow.slick-next {
    right: 84px;
    left: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media screen and (min-width: 700px) {
    #main-content .carousel__slides .slick-arrow.slick-next {
        right: auto;
        left: calc(100% + 165px);
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__slides .slick-arrow.slick-next {
        left: calc(100% + 190px);
    }
}

#main-content .carousel__slides .slick-dots {
    margin: 0;
    left: 50%;
    width: 84px;
    padding: 0;
    margin-left: -42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 23px;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__slides .slick-dots {
        width: 100px;
        left: calc(100% + 55px);
        margin-left: 0;
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__slides .slick-dots {
        left: calc(100% + 80px);
    }
}

#main-content .carousel__slides .slick-dots li {
    display: inline-block;
    margin: 0;
    width: 2px;
    height: 2px;
}

#main-content .carousel__slides .slick-dots li button {
    color: transparent;
    width: 2px;
    height: 2px;
    padding: 0;
    display: block;
    border-radius: 100em;
    background: #FFFFFF;
}

#main-content .carousel__slides .slick-dots li:before {
    content: none;
}

#main-content .carousel__slides img {
    width: 100%;
}

#main-content .carousel__slides .slick-list,
#main-content .carousel__slides .slick-track {
    height: 100%;
}

#main-content .carousel__slide {
    position: relative;
}

#main-content .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#main-content .carousel__slide__caption {
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    padding: 15px;
    background: #012564;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__slide__caption {
        padding: 20px 30px 20px 50px;
        position: absolute;
        bottom: 0;
        background: rgba(52, 52, 52, 0.7);
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__slide__caption {
        font-size: 15px;
        padding: 25px 70px 20px 40px;
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

#main-content .carousel__slide__caption a {
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff;
}

#main-content .animate .carousel__slide__caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#main-content .carousel__intro {
    color: #FFFFFF;
    padding: 35px 15px 25px;
    background: #012564;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__intro {
        width: 45%;
        padding: 45px 50px 140px 25px;
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__intro {
        padding: 125px 120px 195px 50px;
    }
}

#main-content .carousel__intro h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
    #main-content .carousel__intro h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__intro h2 {
        font-size: 38px;
        margin-bottom: 20px;
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

@media screen and (min-width: 1025px) {
    #main-content .carousel__intro__text {
        opacity: 1;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

#main-content .animate .carousel__intro h2,
#main-content .animate .carousel__intro__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.home-hero {
    margin: 0px -15px 40px;
    position: relative;
    /* background: #000; */
}

@media screen and (min-width: 700px) {
    .home-hero {
        margin: 0px -50px 118px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .home-hero {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.home-hero h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    position: relative;
    margin-top: 0;
    padding: 30px 60px 0 15px;
}

.home-hero h1:before {
    content: none;
}

@media screen and (min-width: 700px) {
    .home-hero h1 {
        font-size: 50px;
        text-align: center;
        padding: 25px 30px 0;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero h1 {
        font-size: 90px;
        padding: 240px 30px 0;
        margin-bottom: 40px;
    }

    .home-hero__image img {
        /* min-width: 100%; */
        /* min-height: 100%; */
        width: 100%;
        height: auto;
    }

    .home-hero__image {
        position: absolute;
        /* width: 100%; */
        /* height: 100%; */
        overflow: hidden;
    }
}

#perc-container:not(.home) #main-content a {
    text-decoration: underline;
}

#perc-container:not(.home) #main-content a:hover,
#perc-container:not(.home) #main-content a:focus {
    text-decoration: underline;
    color: #002855;
}

@media screen and (max-width: 1024px) {
    .home-hero h1 {
        color: #002855;
    }

    .home-hero__image:after {
        display: none;
    }

    .connect__news-image {
        float: left;
        margin-left: 0px !important;
        margin-right: 20px;
        width: 33%;
        position: relative;
    }

    .home-hero__image img {
        /* min-width: 100%; */
        /* min-height: 100%; */
        width: 100%;
        height: auto;
    }

    .home-hero__image {
        /* position: absolute; */
        /* width: 100%; */
        /* height: 100%; */
        /* overflow: hidden; */
    }
}

.home-hero__image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.2;
}


.home-hero__tablist:after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -135px;
    z-index: -1;
    height: 320px;

    background-size: auto 320px;
}

@media screen and (min-width: 700px) {
    .home-hero__tablist:after {
        bottom: -65px;
        height: 320px;
        background-size: auto 320px;
        opacity: 0;
        -webkit-animation: fadeIn 700ms forwards;
        animation: fadeIn 700ms forwards;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__tablist:after {
        background-size: auto 360px;
        height: 360px;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        position: absolute;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .home-hero__tablist:after {
        max-width: 1600px;
        margin-left: -800px;
    }
}

@media screen and (min-width: 700px) {
    .home-hero__tablist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 78px;
        position: relative;
        margin-top: -132px;
        clear: both;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__tablist {
        top: 0px;
        margin-top: -20px;
    }
}

.home-hero__tab img {
    display: none;
}

@media screen and (min-width: 1025px) {
    .home-hero__tab img {
        visibility: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: 105%;
        opacity: 0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        mix-blend-mode: multiply;
    }
}

.home-hero__tab {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.4;
    padding: 30px 15px;
    background: rgba(135, 113, 72, 0.88);
    opacity: 0;
    -webkit-animation: fadeIn 500ms forwards;
    animation: fadeIn 500ms forwards;
}

.home-hero__tab:nth-child(2) {
    -webkit-animation: fadeIn 500ms 200ms forwards;
    animation: fadeIn 500ms 200ms forwards;
}

.home-hero__tab:nth-child(3) {
    -webkit-animation: fadeIn 500ms 400ms forwards;
    animation: fadeIn 500ms 400ms forwards;
}

@media screen and (min-width: 700px) {
    .home-hero__tab {
        background: #877148;
        width: 185px;
    }

    .home-hero__tab[aria-selected="true"] .home-hero__tab__title:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__tab {
        width: 300px;
        height: 300px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }

    .home-hero__tab:hover img {
        visibility: visible;
        opacity: 1;
    }

    .home-hero__tab:hover .home-hero__tab__title:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.home-hero__tab:nth-child(2) {
    background: rgba(0, 53, 148, 0.52);
}

@media screen and (min-width: 700px) {
    .home-hero__tab:nth-child(2) {
        background: #002855;
    }
}

@media screen and (min-width: 700px) {
    .home-hero__tab {
        text-align: center;
        /* position: relative; */
    }
}

.home-hero__tab {
    position: relative;
}

.home-hero__tab:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.no-backgroundblendmode .home-hero__tab:hover:after,
.no-backgroundblendmode .home-hero__tab:focus:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(135, 113, 72, 0.7);
}

.no-backgroundblendmode .home-hero__tab:nth-child(2):hover:after,
.no-backgroundblendmode .home-hero__tab:nth-child(2):focus:after {
    background: rgba(0, 53, 148, 0.5);
}

.home-hero__tab__eyebrow {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 700px) {
    .home-hero__tab__eyebrow {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__tab__eyebrow {
        font-size: 16px;
        position: relative;
        z-index: 10;
    }
}

.home-hero__tab__title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
}

@media screen and (min-width: 700px) {
    .home-hero__tab__title {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__tab__title {
        font-size: 22px;
        position: relative;
        z-index: 10;
    }
}

.home-hero__tab__title:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/plus-outline-white.svg);
    background-size: 100%;
    vertical-align: middle;
    margin-left: 15px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

@media screen and (min-width: 700px) {
    .home-hero__tab__title:after {
        display: block;
        margin: 10px auto 0;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__tab__title:after {
        width: 40px;
        height: 40px;
        margin: 20px auto 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.home-hero__panel {
    display: none;
}

.home-hero__panel:first-child {
    display: block;
}

@media screen and (min-width: 700px) {
    .home-hero__panel__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.home-hero__image-wrapper {
    position: relative;
}

@media screen and (min-width: 700px) {
    .home-hero__image-wrapper {
        width: 52%;
        min-height: 380px;
        overflow: hidden;
    }

    .home-hero__image-wrapper img {
        min-height: 100%;
        max-width: 113%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__image-wrapper {
        width: 62%;
    }

    .home-hero__image-wrapper img {
        width: 100%;
    }
}

.home-hero__quote-wrapper {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(52, 52, 52, 0.7);
    padding: 15px;
}

@media screen and (min-width: 700px) {
    .home-hero__quote-wrapper {
        bottom: 75px;
        right: 60px;
        width: auto;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__quote-wrapper {
        padding: 20px 40px;
        max-width: 490px;
        bottom: 150px;
        left: 0;
    }
}

.home-hero__name {
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .home-hero__name {
        font-size: 16px;
    }
}

.home-hero__name a {
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
}

.home-hero__name a:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    right: 0;
    bottom: 0.2em;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-white.svg) no-repeat right center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.home-hero__name a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-hero__name a:hover:after {
    right: -5px;
}

.home-hero__quote {
    font-family: "EB Garamond", serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
    .home-hero__quote {
        font-size: 22px;
    }
}

.home-hero__text {
    color: #FFFFFF;
    padding: 20px 15px 25px;
    background: #012564;
}

@media screen and (min-width: 700px) {
    .home-hero__text {
        width: 48%;
        padding: 45px 25px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__text {
        width: 38%;
        padding: 95px 50px;
    }
}

.home-hero__eyebrow {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 700px) {
    .home-hero__eyebrow {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__eyebrow {
        position: relative;
    }

    .home-hero__eyebrow:before {
        content: "";
        position: absolute;
        left: -70px;
        width: 40px;
        height: 1px;
        top: 12px;
        background: #FFFFFF;
    }
}

h2.home-hero__title {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 0 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    h2.home-hero__title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) {
    h2.home-hero__title {
        font-size: 38px;
        margin-bottom: 20px;
    }
}

.home-hero__caption {
    font-size: 14px;
    margin-bottom: 15px;
}

@media screen and (min-width: 700px) {
    .home-hero__caption {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__caption {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.home-hero__cta .cta-button {
    color: #FFFFFF;
    border: 1px solid #e9cb82;
}

.home-hero__cta .cta-button:after {
    background: #012564 url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-bright-gold.svg) no-repeat right center;
}

.home-hero__tabpanels,
.home-close__panels {
    display: none;
}

.open-panel .home-hero__tabpanels,
.open-panel .home-close__panels {
    display: block;
}

.open-panel .home-hero__tabs {
    position: fixed;
    top: 55px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    width: 100%;
    opacity: 1;
    background: #fff;
}

@media screen and (min-width: 1175px) {
    .open-panel .home-hero__tabs {
        position: absolute;
        top: 0;
        height: calc(100vh - 172px);
    }
}

@media screen and (min-width: 1025px) {
    .open-panel .home-hero__tablist {
        margin-top: -200px;
    }

    .open-panel .home-hero__tablist:after {
        bottom: 35px;
    }
}

.open-panel .home-hero__tab {
    background: #877148;
}

.open-panel .home-hero__tab:nth-child(2) {
    background: #002855;
}

.open-hero .header {
    top: 0;
    position: fixed;
    width: 100%;
}

.open-hero {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.home-close__panels {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    border: 0;
    padding: 0;
    background: transparent url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/x-gold.svg) bottom left no-repeat;
    background-size: 20px 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media screen and (min-width: 1025px) {
    .home-close__panels {
        width: 40px;
        height: 40px;
    }
}

.home-close__panels:after {
    content: none;
}

.connect-with-ouwb {
    margin: 40px 0;
}

.connect-with-ouwb:after {
    display: table;
    content: '';
    clear: both;
}

@media screen and (min-width: 1025px) {
    .connect-with-ouwb {
        margin: 80px -130px;
        overflow: auto;
    }
}

.connect-with-ouwb h2 {
    color: #343434;
    font-size: 25px;
    margin-top: 0;
}

@media screen and (min-width: 700px) {
    .connect-with-ouwb h2 {
        font-size: 40px;
        text-align: center;
    }
}

@media screen and (min-width: 1025px) {
    .connect-with-ouwb h2 {
        font-size: 70px;
    }
}

.connect-with-ouwb h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

@media screen and (min-width: 700px) {
    .connect-with-ouwb h3 {
        font-size: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .connect-with-ouwb h3 {
        font-size: 38px;
    }
}

.connect-with-ouwb h3 a {
    font-weight: 700;
    position: relative;
    padding-right: 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #877148;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 700px) {
    .connect-with-ouwb h3 a {
        padding-right: 25px;
    }
}

@media screen and (min-width: 1025px) {
    .connect-with-ouwb h3 a {
        padding-right: 47px;
    }
}

.connect-with-ouwb h3 a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.connect-with-ouwb h3 a:hover:after {
    margin-left: 5px;
}

.connect-with-ouwb h3 a:after {
    content: "";
    padding: 0 10px;
    vertical-align: middle;
    display: inline;
    width: 14px;
    height: 11px;
    right: 0;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 220ms ease-out;
    -o-transition: all 220ms ease-out;
    transition: all 220ms ease-out;
}

@media screen and (min-width: 1025px) {
    .connect-with-ouwb h3 a:after {
        width: 28px;
        height: 22px;
        background-size: 28px 22px;
        bottom: 0.2em;
        padding: 0 23px;
    }
}

@media screen and (min-width: 1025px) {
    .connect-with-ouwb h3 a {
        padding-right: 46px;
    }
}

.connect-with-ouwb h3 a:after {
    bottom: 0.32em;
}

.connect__news-image {
    float: left;
    margin-left: -15px;
    margin-right: 20px;
    width: 33%;
    position: relative;
}

.connect__news-image img {
    width: 100%;
}

.connect__news-image:before {
    content: "";
    position: absolute;
    right: -12.5px;
    width: 25px;
    height: 1px;
    background: #002855;
    top: 9px;
}

@media screen and (min-width: 700px) {
    .connect__news-image:before {
        top: 22px;
        width: 44px;
        right: -22px;
    }
}

@media screen and (min-width: 1025px) {
    .connect__news-image:before {
        top: 56px;
        width: 90px;
        right: -45px;
    }
}

@media screen and (min-width: 700px) {
    .connect__news-image {
        margin-left: -50px;
        margin-right: 35px;
        width: 45.3%;
    }
}

@media screen and (min-width: 1025px) {
    .connect__news-image {
        margin-left: 0;
        margin-right: 80px;
        width: 40%;
    }
}

.connect__news-item {
    margin: 0 -15px 0;
    padding: 20px 15px;
    overflow: hidden;
    border-top: 1px solid #f0ece2;
}

.connect__news-item:first-of-type {
    border-top: none;
}

@media screen and (min-width: 700px) {
    .connect__news-item {
        overflow: hidden;
        margin-left: calc(45.3% - 15px);
        padding: 15px 0 5px;
        margin: 0 50px 0 0;
    }

    .connect__news-item:first-of-type {
        overflow: visible;
    }
}

@media screen and (min-width: 1025px) {
    .connect__news-item {
        padding: 20px 0 10px;
        margin: 0;
        opacity: 0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .connect__news-item:nth-of-type(2) {
        -webkit-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .connect__news-item:nth-of-type(3) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .connect__news-item:nth-of-type(4) {
        -webkit-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .connect__news-item:nth-of-type(5) {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }
}



@media screen and (min-width: 700px) {
    .connect__news-item:nth-child(n+2) {
        margin-left: 0;
    }
}


@media screen and (min-width: 1025px) {
    .connect__news-item:first-of-type {
        padding-left: 0;
        border-top: 0;
    }

    .connect__news-item:first-of-type .connect__news-item__date {
        margin-top: 45px;
    }
}

.connect__news-item:first-of-type h4 {
    font-size: 14px;
    position: relative;
}

@media screen and (min-width: 700px) {
    .connect__news-item:first-of-type h4 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .connect__news-item:first-of-type h4 {
        font-size: 30px;
    }
}

.connect__news-item:first-of-type h4 a {
    font-weight: 500;
}

.connect__news-item h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
}

@media screen and (min-width: 1025px) {
    .connect__news-item h4 {
        font-size: 17px;
    }
}

.connect__news-item h4 a {
    color: #002855;
    font-weight: 700;
    position: relative;
    padding-right: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #343434;
    font-weight: 300;
    box-shadow: none;
}

@media screen and (min-width: 700px) {
    .connect__news-item h4 a {
        padding-right: 21px;
    }
}

.connect__news-item h4 a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.connect__news-item h4 a:hover:after {
    margin-left: 5px;
}

.connect__news-item h4 a:after {
    content: "";
    width: 14px;
    height: 11px;
    padding: 0 12px;
    vertical-align: middle;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.animate .connect__news-item {
    opacity: 1;
}

.connect__news-item__date {
    color: #002855;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.academic-feature {
    margin: 30px -15px;
}

@media screen and (min-width: 700px) {
    .academic-feature {
        margin: 40px -50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1025px) {
    .academic-feature {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1025px) and (min-width: 1600px) {
    .academic-feature {
        max-width: 1600px;
        margin-left: -800px;
    }
}

.academic-feature__block {
    color: #FFFFFF;
    padding: 15px 15px 50px;
    background: #877148;
}

@media screen and (min-width: 700px) {
    .academic-feature__block {
        width: 50%;
        padding: 30px 50px 50px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1025px) {
    .academic-feature__block:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .academic-feature__block:last-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media screen and (min-width: 1025px) {
    .academic-feature__block {
        width: 33.33%;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        min-height: 337px;
    }

    .academic-feature__block:nth-child(1) {
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .academic-feature__block:nth-child(2) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .academic-feature__block:nth-child(3) {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .academic-feature__block:nth-child(4) {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .academic-feature__block:nth-child(5) {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .academic-feature__block:nth-child(6) {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .academic-feature__block:nth-child(1)>div,
    .academic-feature__block:nth-child(1)>h2 {
        -webkit-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .academic-feature__block:nth-child(2)>div,
    .academic-feature__block:nth-child(2)>h2 {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .academic-feature__block:nth-child(3)>div,
    .academic-feature__block:nth-child(3)>h2 {
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
        transition-delay: 900ms;
    }

    .academic-feature__block:nth-child(4)>div,
    .academic-feature__block:nth-child(4)>h2 {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .academic-feature__block:nth-child(5)>div,
    .academic-feature__block:nth-child(5)>h2 {
        -webkit-transition-delay: 1100ms;
        -o-transition-delay: 1100ms;
        transition-delay: 1100ms;
    }

    .academic-feature__block:nth-child(6)>div,
    .academic-feature__block:nth-child(6)>h2 {
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .academic-feature__block>div,
    .academic-feature__block>h2 {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .academic-feature__block:last-child, .academic-feature__block:nth-child(3) {
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}

.academic-feature__block:nth-child(3), .academic-feature__block:nth-child(5) {
    background: #012564;
}

.academic-feature__block h2 {
    font-size: 19px;
    margin-top: 20px;
}

@media screen and (min-width: 700px) {
    .academic-feature__block h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .academic-feature__block h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 40px;
    }
}

.academic-feature__block h2 a {
    color: #002855;
    font-weight: 700;
    position: relative;
    padding-right: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    box-shadow: none;
}

@media screen and (min-width: 700px) {
    .academic-feature__block h2 a {
        padding-right: 21px;
    }
}

.academic-feature__block h2 a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.academic-feature__block h2 a:hover:after {
    margin-left: 5px;
}

.academic-feature__block h2 a:after {
    content: "";
    width: 14px;
    height: 11px;
    padding: 0 12px;
    vertical-align: middle;
    background: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-dark-gold.svg) no-repeat right center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.academic-feature__block h2 a:after {
    background-image: url(/web_resources/themes/oakland2015/import/ouwb.ifactory-dev.com/assets/icons/arrow-bright-gold.svg);
    bottom: 0.3em;
}

.academic-feature__block img {
    margin: -15px -15px -50px;
    width: calc(100% + 30px);
    max-width: inherit;
}

@media screen and (min-width: 700px) {
    .academic-feature__block img {
        margin: -30px -50px -50px;
        width: calc(100% + 100px);
        height: calc(100% + 80px);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.academic-feature__block--stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.animate .academic-feature__block {
    opacity: 1;
}

.animate .academic-feature__block>div,
.animate .academic-feature__block>h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.academic-feature__stat__number {
    font-size: 70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
    .academic-feature__stat__number {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .academic-feature__stat__number {
        font-size: 100px;
    }
}

.academic-feature__stat__desc {
    font-weight: 500;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .academic-feature__caption {
        font-size: 15px;
    }
}

.research-engagement__columns {
    overflow: hidden;
}

@media screen and (min-width: 700px) {
    .research-engagement__columns {
        margin: 0 -30px;
    }
}

@media screen and (min-width: 1025px) {
    .research-engagement__columns {
        margin: 0 -160px;
    }
}

.research-engagement__col {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0ece2;
}

@media screen and (min-width: 700px) {
    .research-engagement__col {
        padding: 0 30px;
        margin-bottom: 0;
        border-bottom: 0;
        width: 50%;
        float: left;
        position: relative;
    }

    .research-engagement__col:first-child:after {
        content: "";
        position: absolute;
        top: 20px;
        bottom: 0;
        width: 1px;
        background: #f0ece2;
        right: 0;
    }
}

@media screen and (min-width: 1025px) {
    .research-engagement__col {
        padding: 0 50px;
        opacity: 1;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .research-engagement__col:first-child:after {
        top: 0px;
        bottom: 35px;
    }

    .research-engagement__col:last-child {
        -webkit-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }
}

.research-engagement__col:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.animate .research-engagement__col {
    opacity: 1;
}

.research-engagement__col h2 {
    font-size: 19px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (min-width: 700px) {
    .research-engagement__col h2 {
        font-size: 24px;
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .research-engagement__col h2 {
        font-size: 30px;
    }
}

.research-engagement__caption {
    margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
    .research-engagement__caption {
        font-size: 15px;
        margin-bottom: 40px;
    }
}

.research-engagement__cta {
    font-size: 14px;
    text-transform: uppercase;
}

.health-highlight {
    padding-bottom: 30px;
    border-bottom: 1px solid #f0ece2;
    margin: 10px 0;
}

@media screen and (min-width: 700px) {
    .health-highlight {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .health-highlight {
        padding: 0 160px 55px;
        margin: 40px -160px;
    }
}

.health-highlight__text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
}

@media screen and (min-width: 700px) {
    .health-highlight__text {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1025px) {
    .health-highlight__text {
        font-size: 20px;
        margin-bottom: 35px;
    }
}

/*# sourceMappingURL=maps/main.css.map */

/* Percussion Additions */
span.perc-form-error-asterisk {
    visibility: hidden;
}

span.form-title {
    display: block;
}

/* End Percussion Additions */

.marginRight {
    margin-right: 20px;
}

.marginLeft {
    margin-left: 20px;
}

div#main-content-top {
    margin-bottom: 60px;
}