﻿/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }
    /* all browsers except IE6 and lower */

    .col > :first-child {
        margin-top: 0;
    }

    .col > :last-child {
        margin-bottom: 0;
    }


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 100%;
    }
}

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }
}

/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_4 {
        width: 100%;
    }

    .span_2_of_4 {
        width: 100%;
    }

    .span_1_of_4 {
        width: 100%;
    }
}

/*  GRID OF FIVE   ============================================================================= */


.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_5_of_5 {
        width: 100%;
    }

    .span_4_of_5 {
        width: 100%;
    }

    .span_3_of_5 {
        width: 100%;
    }

    .span_2_of_5 {
        width: 100%;
    }

    .span_1_of_5 {
        width: 100%;
    }
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.06%;
}

.span_4_of_6 {
    width: 66.13%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.26%;
}

.span_1_of_6 {
    width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_6_of_6 {
        width: 100%;
    }

    .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_6 {
        width: 100%;
    }

    .span_2_of_6 {
        width: 100%;
    }

    .span_1_of_6 {
        width: 100%;
    }
}

/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48%;
}

.span_5_of_7 {
    width: 70.97%;
}

.span_4_of_7 {
    width: 56.45%;
}

.span_3_of_7 {
    width: 41.94%;
}

.span_2_of_7 {
    width: 27.42%;
}

.span_1_of_7 {
    width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_7_of_7 {
        width: 100%;
    }

    .span_6_of_7 {
        width: 100%;
    }

    .span_5_of_7 {
        width: 100%;
    }

    .span_4_of_7 {
        width: 100%;
    }

    .span_3_of_7 {
        width: 100%;
    }

    .span_2_of_7 {
        width: 100%;
    }

    .span_1_of_7 {
        width: 100%;
    }
}

/*  GRID OF EIGHT   ============================================================================= */


.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_8_of_8 {
        width: 100%;
    }

    .span_7_of_8 {
        width: 100%;
    }

    .span_6_of_8 {
        width: 100%;
    }

    .span_5_of_8 {
        width: 100%;
    }

    .span_4_of_8 {
        width: 100%;
    }

    .span_3_of_8 {
        width: 100%;
    }

    .span_2_of_8 {
        width: 100%;
    }

    .span_1_of_8 {
        width: 100%;
    }
}

/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
    width: 100%;
}

.span_8_of_9 {
    width: 88.71%;
}

.span_7_of_9 {
    width: 77.42%;
}

.span_6_of_9 {
    width: 66.13%;
}

.span_5_of_9 {
    width: 54.84%;
}

.span_4_of_9 {
    width: 43.55%;
}

.span_3_of_9 {
    width: 32.26%;
}

.span_2_of_9 {
    width: 20.97%;
}

.span_1_of_9 {
    width: 9.68%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_9_of_9 {
        width: 100%;
    }

    .span_8_of_9 {
        width: 100%;
    }

    .span_7_of_9 {
        width: 100%;
    }

    .span_6_of_9 {
        width: 100%;
    }

    .span_5_of_9 {
        width: 100%;
    }

    .span_4_of_9 {
        width: 100%;
    }

    .span_3_of_9 {
        width: 100%;
    }

    .span_2_of_9 {
        width: 100%;
    }

    .span_1_of_9 {
        width: 100%;
    }
}

/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_10_of_10 {
        width: 100%;
    }

    .span_9_of_10 {
        width: 100%;
    }

    .span_8_of_10 {
        width: 100%;
    }

    .span_7_of_10 {
        width: 100%;
    }

    .span_6_of_10 {
        width: 100%;
    }

    .span_5_of_10 {
        width: 100%;
    }

    .span_4_of_10 {
        width: 100%;
    }

    .span_3_of_10 {
        width: 100%;
    }

    .span_2_of_10 {
        width: 100%;
    }

    .span_1_of_10 {
        width: 100%;
    }
}


/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
    width: 100%;
}

.span_10_of_11 {
    width: 90.76%;
}

.span_9_of_11 {
    width: 81.52%;
}

.span_8_of_11 {
    width: 72.29%;
}

.span_7_of_11 {
    width: 63.05%;
}

.span_6_of_11 {
    width: 53.81%;
}

.span_5_of_11 {
    width: 44.58%;
}

.span_4_of_11 {
    width: 35.34%;
}

.span_3_of_11 {
    width: 26.1%;
}

.span_2_of_11 {
    width: 16.87%;
}

.span_1_of_11 {
    width: 7.63%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_11_of_11 {
        width: 100%;
    }

    .span_10_of_11 {
        width: 100%;
    }

    .span_9_of_11 {
        width: 100%;
    }

    .span_8_of_11 {
        width: 100%;
    }

    .span_7_of_11 {
        width: 100%;
    }

    .span_6_of_11 {
        width: 100%;
    }

    .span_5_of_11 {
        width: 100%;
    }

    .span_4_of_11 {
        width: 100%;
    }

    .span_3_of_11 {
        width: 100%;
    }

    .span_2_of_11 {
        width: 100%;
    }

    .span_1_of_11 {
        width: 100%;
    }
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.86%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12 {
        width: 100%;
    }

    .span_11_of_12 {
        width: 100%;
    }

    .span_10_of_12 {
        width: 100%;
    }

    .span_9_of_12 {
        width: 100%;
    }

    .span_8_of_12 {
        width: 100%;
    }

    .span_7_of_12 {
        width: 100%;
    }

    .span_6_of_12 {
        width: 100%;
    }

    .span_5_of_12 {
        width: 100%;
    }

    .span_4_of_12 {
        width: 100%;
    }

    .span_3_of_12 {
        width: 100%;
    }

    .span_2_of_12 {
        width: 100%;
    }

    .span_1_of_12 {
        width: 100%;
    }
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body{
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
button,
input,
select,
textarea {
    color: #222;
    outline: none;
}

html {
    font-size: 1em;
    line-height: 1.4;
    font-family: "myriad-pro", arial, sans-serif;
    color: #242021;
}

p, div, h1, h2, h3, h4, h5, h6, .col{
    margin-top: 0;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

ul, ol, li{
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-position: outside;
}

/*
 * A better looking default horizontal rule
 */

 a,
 a:visited,
 a:active,
 a:focus{
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
 }

 a:hover{
  color: #0079ac;

 }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #666;
    width: auto;
    display: inline-block;
    position: relative;
    padding: 0px 5px;
    bottom: auto;
    background-image: url('../img/homepage/transparent-black-light.png');
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 19px;
    height: 19px;
    padding: 25px;
    margin: 5px 12px;
    margin: 0;
    outline: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:after{
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9.5px;
  margin-left: -9.5px;
  border-radius: 20px;
  background-color: white;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.bx-wrapper .bx-pager.bx-default-pager a.active:after {
    background: #eeb113;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-prev,
.feature-slider-wrapper .owl-prev{
    left: 10px;
    text-indent: -9999px;
    position: absolute;
}

.bx-next,
.feature-slider-wrapper .owl-next {
    right: 10px;
    background: no-repeat -43px -32px;
    text-indent: -9999px;
    position: absolute;
}

.feature-slider-wrapper .owl-prev{
    left: -70px;
}

.feature-slider-wrapper .owl-next{
    right: -70px;
}

/*.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    /*width: 32px;
    height: 32px;*/
    text-indent: -9999px;
    z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-controls,
.owl-controls{
    text-align: center;
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.owl-controls{
    bottom: 50%;
    width: 111%;
    left: -5.5%;
}

.feature-slider-wrapper .owl-controls{
    bottom: 65%;
    width: 100%;
    left: auto;
}

/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */
.main-wrapper{
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}

.main-content-column .sidebar{
    display: none;
}

.mobile-only,
.bx-wrapper img.mobile-only{
    display: none;
}

.max-width-wrapper{
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 80px;
    overflow: hidden;
}

.section{
    overflow: hidden;
}

body.menu-open{
    overflow: hidden !important;
    /*position: fixed;*/
    width: 100%;
}

body.menu-open .header-bar{
  position: fixed;
  background-color: black;
  width: 100%;
  border-bottom: 1px solid #646464;
  overflow-y: scroll;
}

html.menu-open{
  overflow: hidden !important;
}

.float-right,
.story-block.float-right{
  float: right;
}

.table-container{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.table-scroll{
  position: relative;
}

.table-scroll-container{
  position: relative;
  overflow: hidden;
}

.scroll-right{
  cursor: pointer;
  position: absolute;
  display: none;
  top: 50%;
  right: -40px;
  margin-top: -30px;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, .6);
  background-image: url('../img/icons/footer-large-assets/scaled-at-200/arrow-right@2x.png');
  background-size: 10px 15px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.table-scroll .scroll-right{
  display: block;
}

.table-scroll-container.table-scroll{
    margin-right: -22px;
}

.link-block-list a,
.footer .link-block-list a{
    text-align: left;
    display: block;
    font-size: 18px;
    padding: 20px 30px 20px 70px;
    text-transform: uppercase;
    background-color: #313131;
    border-bottom: 1px solid #646464; 
    color: white;
    font-weight: 600;
}

.link-block-list a:hover,
.footer .link-block-list a:hover{
    color: #eeb113;
    background-color: #242424;
}

.link-block-list a:before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 47px;
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/icon-request-sm@2x.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -22.5px;
    background-size: 45px 47px;
}

.link-block-list a.visit:before{
    height: 37px;
    margin-top: -18px;
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/icon-visit-sm@2x.png');
}

.link-block-list a.apply:before{
    height: 30px;
    margin-top: -15px;
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/icon-apply-sm@2x.png');
    width: 30px;
    background-size: 50px;
    background-position: -10px -9px;
    left: 20px;

}

.link-block-list a.give:before{
    height: 30px;
    margin-top: -15px;
    width: 30px;
    background-size: 50px;
    background-position: -10px -8px;
    left: 20px;
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/icon-give-sm@2x.png');
}

.has-arrow{
    position: relative;
}

.has-arrow:after{
    content: "";
    width: 14px;
    height: 24px;
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/arrow-right@2x.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -12px;
    display: inline-block;
    background-size: 14px 24px;
}

.button-white:after{
    background-image: url('../img/icons/typical-large-assets/scaled-at-200/arrow-right-black@2x.png');
}

.button-white:hover:after,
.white-arrow:hover:after{
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/arrow-right@2x.png');
}

.white-arrow:after{
    background-image: url('../img/icons/typical-large-assets/scaled-at-200/arrow-right-white@2x.png');
}

.black-arrow:after{
    background-image: url('../img/icons/typical-large-assets/scaled-at-200/arrow-right-black@2x.png');
}

.read-more.has-arrow:after,
.homepage-callouts .has-arrow:after{
    position: relative;
    top: 4px;
    margin-left: 15px;
    right: auto;
}

.homepage-callouts .has-arrow:after{
    position: absolute;
    top: 50%;
}

.read-more.has-arrow:after{
    top: 7px;
}

.link-block-list li:last-child a{
    border-bottom: 0;
}

.read-more{
    background: rgba(0, 0, 0, 1);  
    background: black;
    color: white;
    padding: 20px;
    font-size: 18px;
    display: inline-block;
    margin: 1em 0 20px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.read-more:hover,
.category-separator .read-more:hover,
.main-content .category-separator a.read-more:hover{
  color: #eeb113;
  background: black;
  background: rgba(0, 0, 0, 0.8);  
}

.main-content a.button-blue,
.main-content a.button-blue.read-more,
.read-more.button-blue{
    background-color: #c2e8f8;
    color: black;
    margin-bottom: 0;
}

.main-content a.button-blue:hover, 
.main-content a.button-blue.read-more:hover, 
.read-more.button-blue:hover{
  background-color: #a8d5e8;
  color: black;
}

.main-content .button-gray,
.read-more.button-gray{
    background-color: #313131;
    margin-bottom: 0;
}

.main-content .button-white,
.main-content a.button-white.read-more,
.read-more.button-white{
    background-color: white;
    margin-bottom: 0;
    color: black;
}

.hero-slider .read-more{
    background: url('../img/homepage/transparent-black-light.png');
}

.main-content-column h5.department-heading{
    font-size: 18px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

h4{
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 0;
}

em{
    font-style: normal;
    font-weight: 600;
}

.main-content p,
.main-content li{
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
}

div:last-child,
ol:last-child,
ul:last-child,
p:last-child{
    margin-bottom: 0 !important;
}

.main-content h1{
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0.3em;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    font-weight: 300; 
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    letter-spacing: -.02em;
}

.main-content h2{
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0.6em;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif;
    font-weight: 300; 
    font-style: normal;
}

.main-content h3{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0.6em;
    font-weight: 600; 
    font-style: normal;
}

.main-content h4{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0.6em;
    font-weight: 300;
    font-weight: 600; 
    font-style: normal;
}

.main-content h5{
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0.8em;
    font-weight: 600; 
    font-style: normal;
}

.main-content h6{
    font-size: 21px;
    margin-bottom: 1em;
    font-weight: 600; 
    font-style: normal;
}

.main-content a{
    color: #0079ac;
    font-weight: 600;
}

.main-content .in-this-section a{
  font-weight: inherit;
}

.main-content a:hover{
  color: black;
}

.main-content li a{
    color: #0079ac; /*black; */
}

.main-content a.read-more{
    color: white;
}

.story-content a.read-more,
.stats-box a.read-more{
    background: black;
    background: rgba(0, 0, 0, .4);
}

.main-content a.read-more:hover{
    color: #eeb113;
    background: black;
    background: rgba(0, 0, 0, 1);  
}

p.large-text{
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 0.6em;
}

.pull-quote-wrapper{
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    float: right;
    padding: .8em 1.3em 1em;
    background: #f5deb2;
    font-size: 33px;
    width: 55%;
    line-height: 1.4;
    margin-left: 20px;
    font-weight: 300;
    margin-right: -80px;
    margin-bottom: 20px;
}

.pull-quote-wrapper .pull-quote{
  font-size: 33px;
}

.has-curly-quotes{
    position: relative;
}

.has-curly-quotes:before{
    content: "“";
    position: absolute;
    left: .8em;
}

.pull-quote.has-curly-quotes:before{
  left: -.5em;
}

.story-content .has-curly-quotes:before{
  left: -.5em;
}

.has-curly-quotes:after,
.pull-quote-wrapper.has-curly-quotes .pull-quote:after{
    content: "”";
}

p.pull-quote.has-detail{
  position: relative;
  text-indent: 0;
}

.pull-quote-detail{
    font-size: 21px;
    font-family: "myriad-pro", arial, sans-serif;
    display: block;
    font-weight: 600;
    display: block;
}

.breadcrumb{
  min-height: 30px;
}

.breadcrumb-wrapper{
    background: #f5deb2;
    position: relative;
    /*min-height: 130px;*/
}

.brand-stripe{
    display: block;
    width: 100%;
    position: relative;
    background-color: #f5deb2;
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    /*margin-top: 30px;*/
}

.brand-stripe:before{
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  top: -30px;
  position: absolute;
  background-color: #f5deb2;
}

.breadcrumb ul{
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.breadcrumb li{
    display: inline-block;
    float: left;
    position: relative;
}

.breadcrumb li a{
    display: block;
    color: #242021;
    padding: 24px 15px 28px 11px;
    position: relative;
}

.breadcrumb li a:hover{
  color: #0079ac;
}

.breadcrumb li:after{
    content: "›";
    position: absolute;
    right: 0;
    top: -2px;
    padding: 26px 0;
    font-family: "myriad-pro", arial, sans-serif;
    font-weight: 600;
}

.breadcrumb li.first a{
    padding-left: 0;
}

.n-dash{
    color: #83b0c3;
}

.content-columns{
    padding: 0 80px 80px 80px;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}

.main-content-column{
    padding-left: 50px;
    margin-left: 0;
    width: 76.2%;
}

.sidebar-inner{
    background-color: #c2e8f8;
    padding: 0 0 16px 0;
}

.sidebar-wrapper{
    margin-bottom: 0;
}

h6.in-this-section-heading{
    background-color: #a8d5e8;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 22px;
    position: relative;
    z-index: 5;
}

h6.in-this-section-heading:after,
h6.in-this-section:after,
h6.in-this-section-heading:before,
h6.in-this-section:before,
.accordion-handle.category:before,
.accordion-handle.category:after{
    left: auto;
    right: 25px;
    top: 28px;
}

.landing-header .mobile-accordion .accordion-handle.category{
    padding-left: 25px;
}

.in-this-section a{
    color: #242021;
    font-size: 18px;
    padding: 9px 25px;
    display: block;
}

.in-this-section h4 a{
  font-size: inherit;
}

.in-this-section a:hover{
    background-color: #B5E2F5;
}

.in-this-section .active a{
    background-color: #a8d5e8;
}

.in-this-section h4{
    margin: 0;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    text-transform: none;
    font-weight: 600;
}

.main-content-column .bx-wrapper{
    margin-bottom: 40px;
    background-color: black;
}

.typical-slider .story-content{
    padding: 70px 80px;
    background-image: url('../img/homepage/transparent-photo-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.typical-slider .slide-caption{
    font-size: 48px;
    line-height: 55px;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    color: white;
    max-width: 55%;
}

.hero-slider .slide-caption{
    font-size: 36px;
}

.main-content-column .typical-slider .slide-caption,
.main-content .typical-slider.landing-slider .slide-caption{
  font-size: 33px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.main-content-column ol,
.main-content-column ul{
    margin-bottom: 30px;
    margin-left: 25px;
}

.main-content-column ul.bxslider{
    margin-left: 0;
    padding-left: 0;
}

.main-content-column li{
    list-style: disc;
    list-style-position: outside;
}

.main-content-column ol,
.main-content-column ul{
  padding-left: 20px;
}

.main-content-column ol li{
    list-style: decimal;
    list-style-position: outside;
}

ul.non-bulleted{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.non-bulleted li{
    list-style: none;
}

.main-content-column table{
    table-layout: fixed;
    margin-bottom: 1.2em;
}

.main-content-column table th{
    margin-bottom: 0;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    font-family: inherit;
}

.main-content-column table th{
    background-color: #f5deb2;
    padding: 15px 20px;
}

.main-content-column table td{
    padding: 12px 20px;
    border-bottom: 1px solid #CCC;
    width: 25%;
}

.main-content-column tr:last-child td{
    border-bottom: 0;
}

.table-style{
    display: table;
    vertical-align: middle;
    width: 100%;
}

.td-style{
    display: table-cell;
    vertical-align: middle;
}

.td-style h1,
.td-style h3{
    margin-bottom: 0 !important;
}

/* ==========================================================================
   ACCORDION STYLES
   ========================================================================== */
.accordion{
    margin-bottom: 1.2em;
    /*padding: 25px 0;*/
}

.accordion-handle,
.main-content-column .accordion-handle,
.main-content h3.accordion-handle{
    background-color: #f5deb2;
    padding: 25px 80px;
    text-transform: none;
    font-size: 21px;
    margin-bottom: 1px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0;
    border-bottom: 1px solid white;
}

.main-content-column .accordion-handle:hover{
  background-color: #e8d1a5;
}

.accordion-handle:after,
.accordion-handle:before{
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    left: 25px;
    top: 28px;
    background-size: 25px 15px;
}

.accordion-handle:after{
    background-image: url('../img/icons/typical-large-assets/scaled-at-200/arrow-down@2x.png');
}

.accordion-handle:before{
    background-image: url('../img/icons/typical-large-assets/scaled-at-200/arrow-up@2x.png');
    display: none;
}

.accordion-handle.active:after{
  display: none;
}

.accordion-handle.active:before{
  display: block;
}

.accordion-content{
    padding: 25px 80px;
    display: none;
}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
.header.active{
  background-color: black;
  position: relative;
}

.logo-wrapper{
  min-width: 250px;
}

.logo-text,
.header.small .logo-text,
.header .logo-circle,
.header.small .logo-circle{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.logo-text{
    width: 167px;
    margin-left: 10px;
}

.header.small .logo-text{
    margin-left: 0;
}

.header .logo-circle{
    width: 67px;   
} 

.header.small .logo-circle{
    width: 0px;  
} 

.header{
    background: black;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #888;
}

body.hero-first .header{
    background: rgba(0, 0, 0, 0.8);
}

.main-nav-dropdown{
    background-color: #030303;
    position: fixed;
    top: -100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.main-nav-inner{
  position: static;
  height: 100% !important;
  overflow-y: scroll !important;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.main-nav-dropdown a{
    color: white;
    padding: 8px 15px 8px 0;
    display: block;
    font-size: 18px;
}

.main-nav-dropdown a:hover{
  color: #f5deb2;
}

.main-nav-dropdown .link-block-list a:hover{
    color: #eeb113;
}

.main-nav-dropdown .link-block-list a{
    padding: 20px 40px 20px 70px;
}

.main-nav-dropdown h4{
    text-transform: uppercase;
    color: #eeb113;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.main-nav-dropdown h4 a{
    color: #eeb113;
    font-weight: 600;
}

.main-nav-dropdown h4 a:hover{
  color: #f5deb2;
}

.main-nav-dropdown h4.info-for{
  color: white;
  margin: 8px 0;
  font-weight: 600;
}

.gray-text{
  color: #646464;
}

.primary-links,
.secondary-links{
    padding: 22px 0;
    border-top: 1px solid #646464;
}

.primary-links{
  border-top: 0;
}

.primary-links{
  padding-top: 40px;
}

.primary-links .accordion-handle:before,
.primary-links .accordion-handle:after,
.secondary-links .accordion-handle:before,
.secondary-links .accordion-handle:after{
  left: auto;
  right: 20px;
}

.header-bar > .section{
    position: relative;
    z-index: 10;
    display: table;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

.header-bar > .section > div{
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 20px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

.header.small{
    background: black;
    background: rgba(0, 0, 0, 0.8);
}

.header.small.active{
    background: black;
    background: rgba(0, 0, 0, 1);
}
    
.header.small .header-bar > div > div{
  padding: 6px 0;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}

.header-bar form.hide-on-mobile{
    position: relative;
}

.header-bar .search{
    background: transparent;
    padding: 12px 10px 12px 45px;
    -webkit-appearance: none;
    color: white;
    cursor: pointer;
    border: 0px;
    width: 70%;
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    z-index: 10;
}

.header-bar .search:focus{
  cursor: inherit;
  color: black !important;
}

form.focused .search-submit{
    z-index: 11;
}

::-webkit-input-placeholder {
    font-weight: 600;
    color: #f5deb2;
    font-size: 16px;
    font-family: "myriad-pro", arial, sans-serif;
    letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
    font-weight: 600;
    color: #f5deb2;
    font-size: 16px;
    opacity: 1;
    font-family: "myriad-pro", arial, sans-serif; 
    letter-spacing: 1px; 
}

::-moz-placeholder {  /* Firefox 19+ */
    font-weight: 600;
    color: #f5deb2;
    opacity: 1;
    font-family: "myriad-pro", arial, sans-serif;
    letter-spacing: 1px;  
}

:-ms-input-placeholder {  
    color: #f5deb2;
    opacity: 1;
    font-family: "myriad-pro", arial, sans-serif; 
    letter-spacing: 1px; 
}

input:focus::-webkit-input-placeholder {
      opacity: 0;
}

.header-bar .search:focus{
    background-color: white;
    color: white;
}

.header-bar form{
  position: relative;
}

.search-submit{
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    background-image: url('../img/icons/masthead-large-assets/scaled-at-200/icon-search@2x.png');
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: 1px;
    left: 5px;
}

.search-icon{
    width: 26px;
    height: 26px;
    background-image: url('../img/icons/masthead-large-assets/scaled-at-200/icon-search@2x.png');
    background-repeat: no-repeat;
    background-size: 26px;
    cursor: pointer;
    padding: 20px;
    background-position: center center;
    margin-left: -8px;
}

.mobile-search{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;    
    z-index: 11;
    padding: 10px 20px;
    display: none;
    border-bottom: 1px solid black;
}

.mobile-search .search-close{
    background-image: url('../img/icons/masthead-large-assets/scaled-at-200/icon-close@2x.png');
    width: 22px;
    height: 22px;
    background-size: 20px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -20px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
}

.mobile-search-inner{
    display: table;
    width: 100%;
    height: 100%;
}

.mobile-search form{
    display: table-cell;
    vertical-align: middle;
}

.mobile-search ::-webkit-input-placeholder {
    font-size: 13px;
}

.mobile-search :-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
}

.mobile-search ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 13px;
}

.mobile-search :-ms-input-placeholder { 
    font-size: 13px; 
}

.mobile-search .search-submit{
    left: 29px;
}

.mobile-search .search{
  width: 70%;
  margin: 0 auto;
  display: block;
  border: 1px solid #CCC;
  padding: 7px;
  -webkit-appearance: none;
}

.header-logo{
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    min-width: 280px;
}

.menu-toggle{
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: white;
    float: right;
    width: 100%;
    overflow: hidden;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
}

.menu-toggle .open .hamburger{
  position: absolute;
  top: 12px;
  right: 0;
}

.menu-toggle.active .hamburger{
  display: none !important;
}

.menu-toggle .open li{
  width: 23px;
  background-color: #eeb113;
  height: 2px;
  margin-bottom: 6px;
  display: block;
}

.menu-toggle.active{
    background-position: right top;
    background-image: url('../img/icons/masthead-large-assets/scaled-at-200/icon-close@2x.png');
}

.menu-toggle .open,
.menu-toggle .close{
    position: absolute;
    right: 0;
    top: -10px;
    padding-right: 40px;
    color: #f5deb2;    
    padding: 10px 40px 10px 10px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.2;
}

.menu-toggle .open{
    z-index: 10;
}

.menu-toggle.active .close{
    z-index: 10;
}

.menu-toggle.active .open{
    z-index: 10 ;
}

.block-nav{
    float: right;
    padding-left: 20px;
}

.block-nav li{
    display: inline-block; 
    float: left;
    background-color: #c2e8f8;
}

.block-nav li a{
    display: block;
    padding: 20px 26px;
    color: #242021;
    font-size: 18px;
    font-weight: 400;
}

.block-nav li.active a, 
.block-nav li.active a:hover{  
  background-color: #a8d5e8;
}

.block-nav li a:hover{  
  background-color: #B5E2F5;
}

/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
.footer{
    background-color: black;
    padding: 40px 0px;
    margin: 0 auto;
}

.footer .section,
.footer .max-width-wrapper{
  overflow: visible;
}

.footer .col{
  margin-bottom: 0;
  position: relative;
}

.footer:after{
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

.footer a{
    font-size: 18px;
    color: white;
    display: block;
    padding: 4px 0;
}

.footer a:hover{
    color: #eeb113;
}

.footer-social-grid .link-grid:first-child{
  padding-bottom: 13px;
}

.footer-logo{
  margin-top: -17px !important;
} 

.footer-logo img{
  width: 100%;
  max-width: 240px;
}

.footer p{
    font-style: normal;
    line-height: 32px;
    color: white;
    font-size: 18px;
    margin: 25px 0 15px 0;
    color: #c5c5c5;
}

.link-grid{
    overflow: hidden;
}

.link-grid a span{
  text-indent: -9999px;
  display: inline-block;
}

.link-grid a:hover i{
  color: #c88b00;
}

.link-grid i{
  color: #eeb113;
  font-size: 42px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.link-grid{
  table-layout: fixed;
  text-align: center;
  max-width: 250px;
}

.link-grid .td-style{
  width: 33%;
  padding-bottom: 15px;
}

/* ==========================================================================
   HOMEPAGE STYLES
   ========================================================================== */
.map-feature{
    background-image: url('../img/homepage/map-feature-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.map-feature.active .blue-transparent{
    overflow: hidden;
    /*max-height: 500px;*/
}

.map-wrapper{
   /* width: 100%;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sel-box{
    position:relative;
    display: inline-block;
    width: 90%;
    max-width: 320px;
}
.mobile-select{
    display:block;
    width: 100%;
    font-weight: 600;
    position: relative;
}
.mobile-select:after{
    content: "";
    display: block;
    background-image: url('../img/icons/typical-large-assets/scaled-at-200/arrow-down-white@2x.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 11px;
    margin-top: -10px;
    background-size: 19px 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5.5px;
}

.toc-odd{
    position:absolute;
    top:53px;
    top: 0;
    display:none;
    width: 100%;
}

.mobile-map-header{
    display: none;
}
/*.map-feature.active .map-wrapper{
    width: 1200px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
*/
.map-feature .section.extend-gutter{
    overflow: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1
}

.map-feature.active .section.extend-gutter{
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.star-black{
    font-size: 40px;
}

.star-popup.dot{
    position: absolute;
    top: 36%;
    left: 20%;
    opacity: 1 !important;
    background-color: transparent;
    box-shadow: none;
}

.star-popup.dot:hover .dot-popup{
    bottom: 10px;
    left: 20px;
}

.star-popup.dot:hover{
    z-index: 3;
}

.map-feature .section-inner{
    overflow: visible;
}

.map-feature .section-inner .col{
    width: 100%;
    margin: 0;
}

.map-wrapper{
    margin-right: -70px;
}

.map-feature .blue-transparent{
    padding: 70px 80px;
}

.map-feature .map-img{
    width: 100%;
}

.map-wrapper{
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-wrapper.show{
    opacity: 1;
}

.map-feature .map-feature-heading{
    color: white;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0.3em;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    letter-spacing: -.02em;
}

.map-feature .map-feature-text{
    font-size: 32px;
    color: white;
    line-height: 1.4;
    margin-bottom: 1.3em;
}

.map-feature .large-text{
    color: white;
}

.map-feature .section-inner .span_1_of_4{
    margin-top: 2.5em;
}

.map-toggle{
    min-width: 250px;
    max-width: 300px;
    float: left;
}

.map-toggle li{
    display: block;
    margin-bottom: 1px;
}

.map-toggle a,
.main-content .map-toggle a,
.mobile-select{
    display: block;
    background-color: black;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    text-transform: uppercase;
    padding: 20px 50px 20px 20px;
    font-size: 18px;
    position: relative;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

.mobile-map-overlay{
    display: none;
}

/*
==============================================
slideDown
==============================================
*/

.slideDown{
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;

    animation-name: slideDown;
    -webkit-animation-name: slideDown;  
    -moz-animation-name: slideDown;  
    
    animation-duration: .2s; 
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    
    -moz-animation-timing-function: ease;    

    visibility: visible !important;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        opacity: 0;

    }
    100% {
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -moz-transform: translateY(0%);
        opacity: 1;

    }       
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0;

    } 
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }   
}

/*
==============================================
slideUp
==============================================
*/

.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;    
    -moz-animation-name: slideUp;    

    animation-duration: .2s; 
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;

    visibility: visible !important;         
}

@keyframes slideUp {
    0% {
        transform: translateY(20%);
    }     
    100% {
        transform: translateY(0%);
    }   
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(20%);
    }      
    100% {
        -webkit-transform: translateY(0%);
    }   
}

.map-toggle .active a{
    background-image: url('../img/harding-map-assets/scaled-at-200/icon-checkmark@2x.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center right;
}

.lt-ie9 .map-toggle .active a{
    background-image: url('../img/homepage/check.png');
}

.map-toggle a:hover{
    background-color: black;
}

.dot{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 1px 1px 2px #333;
    position: absolute;
    cursor: pointer;
    background-color: white;
}

.small-dot{
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.medium-dot{
    width: 27px;
    height: 27px;
    margin-top: -13.5px;
    margin-left: -13.5px;
}

.large-dot{
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
}

.map-wrapper{
    position: relative;
}

.map-toggle a .dot{
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 22px;
    z-index: 9;
    background-image: url('../img/homepage/popup-arrow.png');
    background-size: 0;
}

.dot-popup{
    display: none;
    opacity: 0;
    width: 300px;
    background-color: white;
    padding: 18px 22px;
    position: absolute;
    bottom: 100px;
    left: 7px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 4px #666;
    z-index: -1;

}

/*.dot:hover .dot-popup{
    bottom: 20px;
}*/

.dot-popup:after{
    content: "";
    background-image: url('../img/harding-map-assets/triangle-assets/scaled-at-200/triangle-bottom-left@2x.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    bottom: -23px;
    left: -1px;
    width: 25px;
    height: 25px;
    background-size: 100%;
}

.medium-dot .dot-popup{
    left: 10px;
}

.large-dot .dot-popup{
    left: 14px;
}

.dot-popup.slideUp{
    bottom: auto;
    top: 100%;
    margin-top: 25px;
}

.dot:hover .dot-popup, .dot.active .dot-popup  {
    display: block;
    z-index: 10;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.lt-ie10 .dot:hover .dot-popup,
.android-2-3 .dot:hover .dot-popup{
    opacity: 1 !important;
}

.android-2-3 .header .accordion-content {
    display: block !important;
}

.dot:hover .dot-popup.bottomRight,
.dot:hover .dot-popup.bottomLeft,
{
    display: block;
    z-index: 10;
    bottom: auto;
    top: 20px;
}

.dot-popup .map-category{
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-bottom: 0.3em;
}

.dot-popup .map-location{
    font-size: 22px;
}

.map-wrapper .dot{
    opacity: 0;
    z-index: 1;
}

.map-wrapper .dot.visible{
    opacity: 1;
    z-index: 2;
}

.map-wrapper .dot.visible:hover, .map-wrapper .dot.active{
    z-index: 3;
}

.number-of-persons{
    position: absolute;
    bottom: 22px;
    right: 22px;
    font-size: 18px;
    font-weight: 600;
}

.first-dot .number-of-persons,
.second-dot .number-of-persons{
    display: none;
}


.dot-popup.bottomRight{
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 25px;
}

.dot-popup.bottomLeft{
    bottom: auto;
    top: 100%;
    left: auto;
    right: 7px;
    margin-bottom: 0;
    margin-top: 25px;
}

.dot-popup.topLeft{
    bottom: 100%;
    top: auto;
    left: auto;
    right: 7px;
    margin-bottom: 25px;
    margin-top: 0;
}

.dot-popup.topLeft:after{
    content: "";
    background-image: url('../img/harding-map-assets/triangle-assets/scaled-at-200/triangle-bottom-right@2x.png');
    right: -1px;
    left: auto;
    text-shadow: none;
}

.dot-popup.bottomRight:after{
    content: "";
    background-image: url('../img/harding-map-assets/triangle-assets/scaled-at-200/triangle-top-left@2x.png');
    bottom: auto;
    top: -23px;
    text-shadow: none;
}

.dot-popup.bottomLeft:after{
    content: "";
    background-image: url('../img/harding-map-assets/triangle-assets/scaled-at-200/triangle-top-right@2x.png');
    right: 0;
    left: auto;
    bottom: auto;
    top: -23px;
    right: -1px;
    text-shadow: none;
}

.dot-popup.topLeft{
    box-shadow: -2px 2px 4px #666;
}

body.map-active{
    overflow: hidden;
    position: relative;
}

.map-overlay{
    opacity: 0;
    /*-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}

.map-active .map-overlay{
    background-image: url('../img/homepage/map-feature-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1000;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}

.map-active .map-overlay .blue-transparent{
    height: 100%;
}

.map-active .map-overlay .blue-transparent .clone{
    height: 100%;
    overflow: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.map-active #map-clone{
    opacity: 1;
    position: static !important;
    height: 100%;
}

/*#map-clone.active .clone,
#map-clone.active .map-wrapper{
    height: 100%;
}*/


.map-img{
    width: 100%;
}

#map-clone.active .map-wrapper{
    width: 1400px;
}

.slider-wrapper.large-view .story-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 70px 80px;
}

.slider-wrapper.small-view .story-content{
    position: relative;
    padding: 15px 22px 20px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: black;
}

.slider-wrapper.small-view .bx-controls{
    bottom: auto;
    background-image: url('../img/homepage/transparent-black-light.png');
}

.bx-controls, 
.bx-controls *{
    z-index: 90;
}
.slider-wrapper.small-view .bx-controls .bx-pager{
  background: none;
}

.slider-wrapper.small-view .slide-caption{
  font-size: 30px;
  line-height: 36px;
}

.slider-wrapper{
  margin-bottom: 2.2em;
}

body.has-hero .hero-slider .story-content{
    padding-top: 70px;
    width: 50%;
}

body.has-hero .breadcrumb{
  min-height: 0;
}

body.has-hero .max-width-wrapper.landing-header{
  padding-top: 70px;
}

.hero-slider .story-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 70px 80px;
    background-image: url('../img/homepage/transparent-photo-overlay.png');
    background-size: 100%;
    background-repeat: repeat-y;
}

.story-content h2{
    color: white;
    font-size: 88px;
    line-height: 88px;
    max-width: 400px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
}

.story-content h3{
    line-height: 42px;
    font-size: 30px;
}

.homepage-callouts{
    background-color: black;
}

.homepage-callouts .col{
    padding: 0 80px;
    margin-bottom: 0;
}

.homepage-callouts a{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    display: table;
    width: auto;
    position: relative;
    padding-right: 30px;
    margin: 0 auto;
}

.homepage-callouts a:hover,
.story-link:hover{
    color: #eeb113;
}

.main-content li .story-links a{
    color: white;
}

.main-content li .story-links a:hover{
    color: #eeb113;
}

.homepage-callouts a > span{
    display: table-cell;
    vertical-align: middle;
}

.homepage-callouts .icon{
    padding: 40px 0px;
    padding-right: 30px;
    width: 100px;
}

.homepage-callouts .icon:before{
    content: "";
    display: inline-block;
}

.homepage-callouts .request-info .icon:before{
    content: "";
    background-image: url('../img/icons/home-large-assets/scaled-at-200/icon-request-lg@2x.png'); 
    display: block;
    width: 75px;
    height: 150px;
    background-size: 150px;
    background-position: center -10px;
    margin: 0;
}

.homepage-callouts .visit .icon:before{
    background-image: url('../img/icons/home-large-assets/scaled-at-200/icon-visit-lg@2x.png'); 
    display: block;
    width: 80px;
    height: 150px;
    background-size: 150px;
    background-position: center -10px;
    margin: 0;
}

.homepage-callouts .apply .icon:before{
    background-image: url('../img/icons/home-large-assets/scaled-at-200/icon-apply-lg@2x.png'); 
    display: block;
    width: 110px;
    height: 110px;
    background-size: 147px;
    background-position: center center;
    margin: 0;
}

.homepage-callouts .max-width-wrapper,
.three-boxes.max-width-wrapper{
    padding: 0;
}

.story-blocks .max-width-wrapper{
    overflow: hidden;
    padding: 0;
}

.story-blocks{
    overflow: hidden;
}

.equal-height-story-blocks{
  overflow: hidden;
}

.story-image{
    width: 100%;
    max-width: 100%;
    display: block;
}

.story-block{
    width: 50%;
    float: left;
    position: relative;
    padding-bottom: 39.5%;
    height: 0;
    background-color: #f5deb2;
}

.story-block h3{
  font-weight: 600;
}

.slider-block .story-block-inner{
    padding: 0;
}

.slider-block .bx-controls{
    bottom: 50% !important;
}

.typical-slider.slider-responsive .slide-caption{ 
    width: 100%;
    max-width: 100%;
}

.typical-slider .bx-controls{
    bottom: 40px;
}

.typical-slider .slide-caption,
.typical-slider .read-more,
.hero-slider .slide-caption,
.hero-slider .homepage-header,
.hero-slider .read-more{
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.typical-slider .current .slide-caption.fadeIn,
.typical-slider .read-more.fadeIn,
.hero-slider .current .slide-caption.fadeIn,
.hero-slider .current .homepage-header.fadeIn,
.hero-slider .read-more.fadeIn{
    opacity: 1;
}

.bx-prev,
.bx-next,
.feature-slider-wrapper .owl-prev,
.feature-slider-wrapper .owl-next{
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .6);
    background-color: black;
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/arrow-right@2x.png');
    background-size: 14px 24px;
    background-position: 1px 1px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: -25px 5px 0 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bx-prev,
.bx-next{
    background-color: rgba(0, 0, 0, .6);
}

.dates .bx-prev,
.dates .bx-next{
  background-color: black;
}

.bx-prev:hover,
.bx-next:hover,
.feature-slider-wrapper .owl-prev:hover,
.feature-slider-wrapper .owl-next:hover{
   background-color: black;
}

.bx-prev,
.feature-slider-wrapper .owl-prev{
    background-image: url('../img/icons/home-large-assets/scaled-at-200/arrow-left@2x.png');
    background-position: 16px 12px;
}

.feature-slider-wrapper .owl-prev{
    background-image: url('../img/icons/home-large-assets/scaled-at-200/arrow-left@2x.png');
    background-position: 16px 12px;
}

.feature-slider-wrapper .owl-next{
    background-image: url('../img/icons/footer-large-assets/scaled-at-200/arrow-right@2x.png');
}

.bx-next,
.feature-slider-wrapper .owl-next{
    background-position: 20px 12px;
}

.feature-slider-wrapper .owl-prev{
    float: left;
}

.feature-slider-wrapper .owl-next{
    float: right;
}

.dates{
    position: relative;
}

.dates .read-more{
  margin-top: 30px;
}

.dates .bx-controls{
    bottom: 50% !important;
}

.dates .bx-prev{
    left: -70px;
}

.dates .bx-next{
    right: -70px;
}

.dates .bx-wrapper .bx-controls-direction a{
    margin-top: -25px;
}

.story-block p{
    font-size: 33px;
    margin: 20px 0;
    line-height: 1.4;
}

.story-block .slide-caption{
  font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif;
  margin-top: 0;
}

.story-block .story-content{
    padding: 70px 80px;
    bottom: 0;
    padding-right: 45%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/layout/transparent-photo-overlay.png');
    background-repeat: repeat-y;
    background-size: 100%;
}

.story-block .story-content.right{
    padding-left: 50%;
    padding-right: 80px;
    width: 100%;
    background-repeat: repeat-y;
    background-size: 100%;
    background-image: url('../img/homepage/transparent-photo-overlay-right.png');
}

.story-block.no-image-option .story-content{
    background-image: url('../img/layout/blue-transparent.png');
    padding-right: 80px;
}

.landing-slider{
    background-color: black;
}

.story-block a.read-more,
.landing-slider a.read-more{
  margin-top: 1em;
}

.story-content p.story-large-text{
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    text-transform: none;
    font-weight: 300;
    margin-top: 0;
}

.story-block.slider-block,
.story-block.people-block{
    color: white;
}

.story-link{
    color: white;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    /*font-weight: 300;*/
}

.story-link:last-child{
    margin-bottom: 0;
}

.story-link:after{
    content: "";
    background-image: url('../img/layout/yellow-arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 80%;
    display: inline-block;
    width: 15px;
    height: 24px;
    position: relative;
    left: 10px;
    top: 5px;
}

.story-block .bx-pager{
    display: none;
}

p.student-name{
    font-size: 18px;
    font-weight: 400;
}

p.student-name em{
    font-weight: 600;
    font-style: normal;
}

.three-boxes .col{
    padding: 70px 80px 60px 80px;
    margin: 0;
    width: 33.333%;
    position: relative;
    background-color: white;
}

.main-content .three-boxes h4{
  margin-bottom: 0;
}

.main-content .three-boxes h4 a{
  color: #242021;
}

.main-content .three-boxes h4 a:hover,
.main-content .three-boxes .click-area:hover h4 a{
  color: #0079ac;
  cursor: pointer;
}

.three-boxes .col .equal-height{
    /*min-height: 220px;*/
    margin-bottom: 40px;
}

.three-boxes h4{
    text-align: center;
}

.three-boxes.left-align h4{
    text-align: left;
    margin-bottom: 1em;
}

/*.three-boxes p{
    font-size: 21px;
}*/

.three-boxes img{
    max-width: 100%;
    display: block;
    margin: 0px auto 0px auto;
    padding-top: 40px;
}

.three-boxes .stat{
    overflow: hidden;
    color: #4f8399;
    text-align: center;
    display: block;
    vertical-align: text-bottom;
    font-style: normal;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    font-weight: 300;
    letter-spacing: -20px;
}

.three-boxes .col .equal-height.stat{
    margin: 4em 0 0 0;
    margin-bottom: -25px;
}

.three-boxes .stat span.number{
    font-size: 200px;
    display: inline;
    line-height: 150px;
}

.three-boxes .stat span.percent{
    font-size: 100px;
    display: inline;
    line-height: 150px;
    position: relative;
    right: -40px;
}

.three-boxes.left-align .second-box{
    padding: 60px 80px;
}

.blue-box,
.three-boxes .col.blue-box{
    background-color: #c2e8f8;
}

.three-boxes .button-blue{
    display: block;
    float: none;
    margin-top: 1px;
}


/* ==========================================================================
   FACULTY DETAIL 
   ========================================================================== */
.faculty-detail-header{
    margin-bottom: 30px;
}

.faculty-image img{
    width: 100%;
    height: auto;
}

.faculty-details{
    padding-left: 30px;
}

.main-content .faculty-details a{
  color: black;
}

.main-content .faculty-details a:hover{
  color: #0079ac;
}
/* ==========================================================================
   PEOPLE  
   ========================================================================== */
.landing-header{
    padding: 40px 80px 40px 80px;
}

.landing-header.people-header{
    padding: 60px 80px 0px 80px;
}

.landing-header .mobile-accordion{
  overflow: hidden;
}

.landing-header .mobile-accordion h4{
  display: none;
}

.landing-header .landing-header-right-col{
    display: inline-block;
    float: right;
    padding-left: 40px;
}

.category-separator{
    margin-bottom: 20px;
    margin-top: 80px;
    overflow: hidden;
}

.landing-header .category-separator{
  margin-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}

.black-bg,
.max-width-wrapper.black-bg{
    padding: 40px 80px;
    margin-top: 0;
}

.category-separator .read-more{
    float: right;
    margin-top: 0;
}

.black-bg h3{
    margin-bottom: 0;
}

.equal-heights div.col{
    margin-bottom: 0;
}


/* ==========================================================================
   LANDING STYLES  
   ========================================================================== */
.gold-bg,
.three-boxes .col.gold-bg,
.story-block.gold-bg{
    background-color: #f5deb2;
}

.black-box{
    background-color: black;
}

.dark-blue-bg{
  background-color: #a8d5e8;
}

.light-gray-bg{
    background: #efefef;
}

.padding-box{
    padding-bottom: 50px;
}

.upcoming-event-block{
    padding: 70px 60px;
}

.event-detail a{
    color: #242021;
    font-weight: normal;
}

.upcoming-event-block .read-more{
  margin-top: 10px;
}

.event-block{
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    min-height: 110px;
}

.event-block p a:hover{
    color: #0079ac;
}

.event-block.large{
    min-height: 160px;
}

.event-block.single{
    padding-left: 105px;
}

.event-block.single.large{
    padding-left: 155px;
}

.event-block.single .date-custom{
    position: absolute;
    top: 7px;
    left: 0;
}

.three-boxes .event-block{
    overflow: visible;
}

.three-boxes .event-block:after{
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.bxslider .event-block{
  margin: 10px 0;
}

.event-block a{
    font-weight: 400;
}

.event-block p{
    margin-bottom: 0;
}

.event-block .read-more{
    margin-top: 50px;
}

.event-block em{
    display: block;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
}

p.event-title{
    font-size: 32px;
    margin-bottom: 25px;
}

.date-custom{
    border: 3px solid black;
    display: inline-block;
    /*position: absolute;*/
    float: left;
    left: 0;
    padding: 10px;
    width: 85px;
    margin-right: 25px;
    color: #242021;
}

.date-custom p.event-title,
body.has-hero .bx-wrapper p.event-title{
    font-size: 32px;
    line-height: 1.2;
}

.event-desc,
.to{
    font-size: 21px;
}

.date-custom-month,
.date-custom-days{
    font-size: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #242021;
}

.date-custom-month,
.date-custom-date{
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.date-custom-days{
    text-transform: lowercase;
    font-size: 32px;
    line-height: 45px;
}

.date-custom-date{
    font-size: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    color: #242021;
    font-weight: 400;
}

.date-range.table-style{
    padding-bottom: 30px;
    width: auto;
}

.date-range .to{
    text-align: center;
    min-width: 60px;
}

.date-range .to p{
    margin-bottom: 0;
}

.date-range .td-style{
    float: none;
    margin: 0;
    display: table-cell;
}

.date-range .td-style .date-custom{
    margin-right: 0;
    float: none;
    position: static;
}

.date-slider .event-block{
    position: relative;
    z-index: 1;
}

.custom-list a{
    padding: 10px 20px 10px 0;
    display: block;
    font-weight: 400;
}

.custom-list a:hover{
    color: #0079ac;
}

.event-blocks{
  margin: 20px 0;
}

.custom-list a span,
.event-block p span,
.event-desc span{
  padding-left: 0.2em;
}

.event-block a{
  color: #242021;
  display: block;
}

/*.event-block:hover a,
.event-block:hover .date-custom-date,
.event-block:hover .date-custom-month{
  color: #0079ac;
}*/

.stats-box{
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.bg-cover-1{
    background-image: url('../img/content-images/landing/guy.jpg');
    background-size: cover;
    background-position: center;
}

.stats-box p{
    font-size: 32px;
}

.blue-transparent{
    position: relative;
    background-image: url('../img/layout/blue-transparent.png');
    overflow: hidden;
    z-index: 2;
}

.stats-box .blue-transparent{
    background-image: url('../img/layout/blue-transparent.png');
    padding: 80px;
}

.max-width-wrapper.full-width{
    padding: 0;
    position: relative;
}

.max-width-wrapper.no-side-padding{
    padding: 0;
}

.blue-transparent.section{
    position: relative;
    z-index: 2;
}

.full-width-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.stats-box .max-width-wrapper{
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.stat{
    overflow: hidden;
}

.stats .section{
  margin-bottom: 1em;
}

.stats .col.span_1_of_4{
    margin-left: 0;
    margin-right: 0;
    width: 25%;
}

.stat .stat-details{
    padding: 0 20px;
}

.stat .stat-number{
    font-size: 160px;
    line-height: 145px;
    letter-spacing: -.05em;
    display: block;
    font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
    position: relative;
}

.stat-number i{
    position: relative;
    font-size: 75px;
    line-height: 75px;
    font-style: normal;
    margin-top: 10px;
    right: 20px;
    bottom: 0;
}

.blue-transparent p{
    line-height: 45px;
    font-size: 32px;
}

.feature-slider-wrapper{
    padding: 60px 80px;
}

.feature-slider{
    margin-top: 55px;
}

.feature-slider-wrapper h3{
    text-align: center;
}

.feature-slider h5{
    font-weight: 600;
}

.feature-slider h5 span{
  padding-left: 0.2em;
}

.feature-slider em{
    display: block;
}

.feature-item a{
  color: #242021;
}

.feature-item .link-wrapper:hover a{
  color: #0079ac;
}

.feature-slider .slider-image{
    padding-bottom: 20px;
}

.landing-header{
    overflow: visible;
}

.landing-header.hero-overlay{
    position: absolute;
    width: 100%;
    z-index: 4;
    /*top: 100px;*/
}

.hero .slider-wrapper{
  background-color: #f5deb2;
  margin-right: 0 !important;
}

.story-content .page-heading{
  display: none;
}

body.hero-first .breadcrumb-wrapper{
    display: none;
}

body.has-hero .hero .bx-wrapper p{
  color: white;
  font-family: 'Mercury SSm A', 'Mercury SSm B', Georgia, "Times New Roman", serif; 
}

body.has-hero .bx-wrapper .read-more{
  margin-top: 1em;
}

.landing-header.hero-overlay h1,
.hero h1{
    color: white;
}

.section-nav{
    float: right;
    min-width: 350px;
    position: relative;
    z-index: 60;
}

.has-shadow .in-this-section,
.has-shadow .accordion-content{
    -webkit-box-shadow: 1px 1px 9px 1px #666;
    box-shadow: 1px 1px 9px 1px #666;
}

.section-nav .in-this-section{
    background-color: #a8d5e8;
    text-align: left;
    padding: 20px;
}

.landing-header .section-nav .in-this-section{
    padding: 0;
    margin-top: 0;
}

.landing-header h6.in-this-section-heading{
    margin-bottom: 0;
}

.landing-header h6.in-this-section-heading.accordion-handle{
    padding: 15px 25px;
    padding: 22px;
    border-bottom: 0;
}

.section-nav .accordion-content{
    position: absolute;
    padding: 16px 0;
    width: 100%;
    background-color: #c2e8f8;
    left: 0;
}

.full-width-story-block .story-block{
    width: 100%;
    float: none;
}

.story-content-wrapper{
    width: 50%;
    position: relative;
    float: left;
}

.full-width-story-block .detail-image{
    float: left;
    width: 50%;
    display: inline-block;
}

.full-width-story-block .detail-image.right{
    float: right;
}

.block-1-of-2{
    width: 50%;
    float: left;
    position: relative;
    padding: 70px 80px;
}

.grid-4 .block-1-of-2{
    padding: 0;
}

.maintain-aspect-ratio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 80px;
}

.black-bg{
    background-color: black;
    color: white;
    margin-bottom: 0;
}

.max-width-wrapper.black-bg .read-more{
    margin-bottom: 0;
}

.floated-link-wrapper{
    overflow: hidden;
}

.floated-link-wrapper li{
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.floated-link-wrapper li a{
    display: block;
    background-color: #c2e8f8;
    width: 65px;
    height: 65px;
    position: relative;
}

.floated-link-wrapper li a span{
    text-indent: -9999px;
    display: inline-block;
}

.floated-link-wrapper li a i{
  position: absolute;
  color: #4f8399;
  top: 50%;
  left: 50%;
}

.floated-link-wrapper li.facebook a i{
  position: absolute;
  margin-top: -21px;
  margin-left: -14px;  
}

.floated-link-wrapper li.twitter a i{
  position: absolute;
  margin-top: -21px;
  margin-left: -19px;  
}

.grid-4.right{
    width: 50%;
    float: right;
}

.grid-item{
    position: relative;
}

.grid-item:before{
    content: "";
    background-image: url('../img/layout/transparent-overlay.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.grid-detail{
    position: absolute;
    font-size: 32px;
    color: white;
    bottom: 30px;
    left: 30px;
}

.grid-detail .am-pm{
    font-size: 24px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.grid-detail .time{
    font-weight: 600;
}

.blue-transparent .one-third-box{
    width: 33.333%;
    float: left;
    color: white;
    position: relative;
    padding-bottom: 40%;
    height: 0;
}

.blue-transparent .two-thirds-box{
    width: 66.666%;
    float: right;
    position: relative;
    padding-bottom: 40%;
    height: 0;
}

.video-wrapper{
    position: relative;
}

.video-wrapper .maintain-aspect-ratio{
    padding: 0;
}

.video-wrapper{
    margin-bottom: 2em;
}

.blue-transparent .video-wrapper,
.two-thirds-box.video-wrapper{
    margin-bottom: 0em;
}

.video-wrapper img{
    width: 100%;
}

.video-wrapper .maintain-aspect-ratio img{
    height: 100%;
    width: auto;
}

.video-wrapper a:after{
    content: "";
    background-image: url('../img/layout/video-play.png');
    background-image: url('../img/layout/play-arrow-2x.png');
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    background-size: 100%;
}

.video-wrapper.embed a:after{
    content: none;
}

.main-content .story-content p.story-large-text,
.main-content-column .typical-slider .slide-caption,
.main-content .landing-slider .typical-slider .slide-caption,
.pull-quote-wrapper .pull-quote,
.pull-quote-wrapper:before{
    font-weight: 300;
    line-height: 1.4;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.hide-on-desktop{
    display: none;
}

.mobile-only{
  display: none;
}

.show-at-1200px{
    display: none;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.lt-ie9 .search-submit {
    background-image:url('../img/icons/masthead-large-assets/icon-search.png')
}

.lt-ie9 .has-arrow:after {
    background-image:url('../img/icons/footer-large-assets/arrow-right.png')
}

.lt-ie9 .white-arrow:after {
    background-image:url('../img/icons/typical-large-assets/arrow-right-white.png')
}

.lt-ie9 .link-block-list a:before {
    background-image:url('../img/icons/footer-large-assets/icon-request-sm.png')
}

.lt-ie9 .link-block-list a.visit:before {
    background-image:url('../img/icons/footer-large-assets/icon-visit-sm.png')
}

.lt-ie9 .link-block-list a.apply:before {
    background-image:url('../img/icons/footer-large-assets/icon-apply-sm.png')
}

.lt-ie9 .link-block-list a.give:before {
    background-image:url('../img/icons/footer-large-assets/icon-give-sm.png')
}

.lt-ie9 .feature-slider-wrapper .owl-prev {
    background-image:url('../img/icons/typical-large-assets/arrow-left-white.png')
}

.lt-ie9 .feature-slider-wrapper .owl-next {
    background-image:url('../img/icons/typical-large-assets/arrow-right-white.png')
}

.lt-ie9 .bx-prev,
.lt-ie9 .feature-slider-wrapper .owl-prev {
    background-image:url('../img/icons/home-large-assets/arrow-left.png')
}

.lt-ie9 .bx-prev, 
.lt-ie9 .bx-next, 
.lt-ie9 .feature-slider-wrapper .owl-prev,
.lt-ie9 .feature-slider-wrapper .owl-next {
    background-image:url('../img/icons/footer-large-assets/arrow-right.png')
}

.lt-ie9 .accordion-handle:before {
    background-image: url('../img/icons/typical-large-assets/arrow-up.png');
    height: 14px;
    width: 24px;
}

.lt-ie9 .accordion-handle:after {
    background-image:url('../img/icons/typical-large-assets/arrow-down.png');
    height: 14px;
    width: 24px;
}

.lt-ie9 .menu-toggle.active {
    background-image: url('../img/icons/masthead-large-assets/icon-close.png');
}

.lt-ie9 .bxslider li.current{
  z-index: 1 !important;
}

.lt-ie9 .bx-controls {
  z-index:2
}








body.has-hero .max-width-wrapper.landing-header {
    padding-top: 173px;
    z-index: 98;
}

body.has-hero .hero-slider .story-content {
  padding-top: 173px;
}

body.has-hero .has-hero-overlay .hero-slider .story-content {
    padding-top: 283px;
}

@media only screen and (max-width: 1200px){
    body.has-hero .has-hero-overlay .hero-slider .story-content {
        padding-top: 140px !important;
    }

    body.has-hero .hero-slider .story-content {
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 1000px){

    body.has-hero .has-hero-overlay .hero-slider .story-content {
        padding-top: 110px !important;
    }
}


@media only screen and (max-width: 720px){

    body.has-hero .has-hero-overlay .hero-slider .story-content,
    body.has-hero .hero-slider .story-content{
        padding-top: 22px !important;
    }
}





/*NO JS CSS RULES*/
.no-js .map-feature{
    display: none;
}

.no-js .bxslider > li + li{
    display: none;
}

.no-js .accordion-content{
    display: block;
}

.no-js .section-nav .accordion-content{
    position: static;
    display: block !important;
}
/*<<<<<<< HEAD

.no-js .landing-header{
    margin-top: 100px;
}

.no-js .landing-header .mobile-accordion .block-nav{
    position: static;
    display: block !important;
}

=======*/

.no-js .landing-header{
    margin-top: 100px;
}

.no-js .landing-header .mobile-accordion .block-nav{
    position: static;
    display: block !important;
}

/* harding
.no-js .header,
.no-js .main-nav-dropdown{
    position: static;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
*/










/********************************************************************************************************

POST-LAUNCH FIXES 4/13/15

1. Please remove empty DOM elements I noticed some cases of an empty H2 and H3 throughout the site, for 
example on http://www.harding.edu/news, there is an empty <h5 class="department-heading">.

*********************************************************************************************************/

.max-width-wrapper.hero{
    overflow: visible;    
}

@media only screen and (max-width: 1000px){
    .max-width-wrapper.hero{
        margin-right: 0px;
    }
}


.rxbodyfield h2{
    margin-bottom: 0;
}

.accordion{
    padding: 20px 0;
}

.accordion.in-this-section{
    padding: 0;
}

#hu-2-column .perc-widget{
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 1em !important;
}

#hu-2-column .perc-widget .feature-slider-wrapper{
    padding-top: 0;
    padding-bottom: 0;
}

#hu-2-column .perc-widget .feature-slider{
    margin-top: 1em;
}

.accordion.in-this-section {
  padding: 0;
  position: relative;
  z-index: 1;
}


.full-width-story-block.small-story-slider .story-content{
    width: 200%;
    padding-bottom: 30px;
    padding-right: 300px;
}

.small-story-slider .story-block{
    padding-bottom: inherit;
    height: auto;
    background-color: black;
}

.full-width-story-block.small-story-slider p.person{
    margin-bottom: 0;
}

.full-width-story-block.small-story-slider .story-block .story-content {
  padding: 30px;
  padding-right: 300px;
  bottom: -200px;
  top: auto;
  background: none;
  position: relative;
}

.full-width-story-block.small-story-slider .story-block.slider-block .story-content {
  bottom: auto;
}

.main-content .small-story-slider .story-block .story-content .read-more {
  float: none;
  margin-left: 0;
  margin-bottom: 0px;
  margin-top: 1em;
  font-size: 16px;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: 10px;
}

.pnPageName h1{
    margin-top: 50px;
}

.perc-widget p:last-child{
    margin-bottom: 1.5em !important;
}

@media only screen and (max-width: 1200px){
    .pnPageName h1{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 720px){
    .pnPageName h1{
        margin-top: 22px;
    }
}

#hu-2-column .main-content ol li a{
    color: #0079ac;
}

.hu-responsive-img {
	 height: inherit; 
	 min-width: 250px;
	 width: 50%; 
}

.footer .contact-us, .footer .virtual-tour {
	padding: 0;
}

@media only screen and (max-width: 720px) {
	.footer .contact-us, .footer .virtual-tour {
		padding-top: 2px;
	}
}